@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;600&family=Roboto:wght@700&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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: 400;
}

dd {
  margin-left: 0;
}

/* Grouping content
           ========================================================================== */
/**
         * 1. Add the correct box sizing in Firefox.
         * 2. Show the overflow in Edge and IE.
         */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  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.
         */
/**
         * 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
           ========================================================================== */
/**
         * Remove the border on images inside links in IE 10.
         */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
           ========================================================================== */
/**
         * Reset form fields to make them styleable
         * 1. Reset radio and checkbox to preserve their look in iOS.
         */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  /* 1 */
  -webkit-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;
  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 padding
         */
option {
  padding: 0;
}

/**
         * Reset to invisible
         */
fieldset {
  margin: 0;
  padding: 0;
  border: 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;
}

/**
         * 1. Remove the padding in IE 10.
         */
[type=checkbox],
[type=radio] {
  padding: 0;
  /* 1 */
}

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

/* 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: 62.5%;
  scroll-padding-top: 80px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 68px;
  }
}

body {
  position: relative;
  font-family: ryo-gothic-plusn, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  opacity: 0;
  transition: opacity 0.3s;
  line-height: 1.8;
  color: #353b60;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 799px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #353b60;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.wf-hypatia {
  font-family: hypatia-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.wf-roboto {
  font-family: "Roboto", sans-serif;
}

strong {
  font-weight: 500;
}

.l-main {
  padding-top: 79px;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 68px;
  }
}
body:not(.home) .l-main {
  background-color: #ffffff;
  background-image: url(../img/common/bg-fv-sp.webp);
  background-position: top right;
  background-size: 1200px auto;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1400px) {
  body:not(.home) .l-main {
    background-size: contain;
  }
}
.l-main__subpage {
  padding-top: 124px;
}
@media screen and (max-width: 767px) {
  .l-main__subpage {
    padding-top: 80px;
  }
}

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

.l-header-main {
  background-color: #ffffff;
  position: relative;
  box-shadow: 0px 0px 32px #d3e3f8;
}
.l-header-main__inner {
  display: flex;
  align-items: center;
  height: 80px;
  max-width: 1400px;
  margin: auto;
  box-sizing: content-box;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .l-header-main__inner {
    height: 68px;
    position: relative;
    padding: 0 16px;
  }
}
.l-header-main__logo {
  font-size: 1rem;
  width: 17.17em;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}
@media screen and (min-width: 1240px) {
  .l-header-main__logo.\--sp {
    display: none;
  }
}
.l-header-main__logo a:hover {
  opacity: 0.7;
}
.l-header-main__logo .\--msg {
  display: block;
  line-height: 1;
  color: #707590;
}
.l-header-main__logo .\--img {
  display: block;
  width: 152px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .l-header-main__logo .\--img {
    width: 136px;
  }
}

.l-header-nav {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-left: clamp(28px, 4%, 56px);
}
@media screen and (max-width: 1239px) {
  .l-header-nav {
    justify-content: flex-end;
  }
}
.l-header-nav__list-wrapper {
  position: relative;
}
@media screen and (max-width: 1239px) {
  .l-header-nav__list-wrapper {
    overflow-y: scroll;
    position: absolute;
    background-color: #ffffff;
    background-image: url(../img/common/bg-fv-sp.webp);
    background-position: top right;
    background-size: 1200px auto;
    background-repeat: no-repeat;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    padding: 58px max((100vw - 500px) / 2, 30px);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: clip-path 0.65s, opacity 0.3s 0.35s;
  }
}
@media screen and (max-width: 1239px) and (min-width: 1400px) {
  .l-header-nav__list-wrapper {
    background-size: contain;
  }
}
@media screen and (max-width: 1239px) {
  .is-ham-open .l-header-nav__list-wrapper {
    clip-path: inset(0 0 0% 0);
    opacity: 1;
    transition: clip-path 0.65s, opacity 0.3s;
  }
}
@media screen and (max-width: 349px) {
  .l-header-nav__list-wrapper {
    padding: 58px 15px;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 2.2em;
  font-weight: 500;
}
@media screen and (max-width: 1239px) {
  .l-header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1em;
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
.l-header-nav__item {
  position: relative;
}
@media screen and (min-width: 1240px) {
  .l-header-nav__item.\--sp {
    display: none;
  }
}
.l-header-nav__item.\--current a {
  color: #276ef4;
}
@media screen and (min-width: 1240px) {
  .l-header-nav__item.\--current::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 100vh;
    background-color: #276ef4;
    transform: translateX(-50%);
    clip-path: inset(0 0 50% 0);
  }
}
@media screen and (min-width: 1240px) {
  .l-header-nav__item.\--service {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .l-header-nav__item.\--service > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 6px 4px 0 4px;
    border-color: #353b60 transparent transparent transparent;
    border-style: solid;
    flex-shrink: 0;
    position: relative;
    margin-left: 0.5em;
    transition: transform 0.5s, border-color 0.5s;
  }
  .l-header-nav__item.\--service > a:hover::after {
    content: "";
    display: inline-block;
    border-color: #276ef4 transparent transparent transparent;
  }
}
.l-header-nav__item.\--service.--is-open > a {
  color: #276ef4;
}
.l-header-nav__item.\--service.--is-open > a::after {
  border-color: #276ef4 transparent transparent transparent;
  transform: rotateX(180deg);
}
.l-header-nav__item > a {
  display: flex;
  height: 80px;
  align-items: center;
  line-height: 1;
  transition: color 0.3s;
}
@media screen and (max-width: 1239px) {
  .l-header-nav__item > a {
    height: 2.5em;
  }
  .l-header-nav__item > a::before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #276ef4;
    border-right: 2px solid #276ef4;
    transform: translateY(-0.05em) rotate(45deg);
    margin-right: 1em;
  }
}
@media screen and (min-width: 1240px) {
  .l-header-nav__item > a:hover {
    color: #276ef4;
  }
}
.l-header-nav__sublist {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-top: 32px;
  transition: clip-path 0.8s;
  clip-path: inset(0px 0 100% 0);
  background-color: #eaf0fc;
}
.\--is-open .l-header-nav__sublist {
  transition: clip-path 0.35s;
  clip-path: inset(-11px 0 0% 0);
}
.l-header-nav__sublist::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent #eaf0fc transparent;
  border-style: solid;
  position: absolute;
  top: 0px;
  left: 0;
  transition: top 0.7s;
}
.\--is-open .l-header-nav__sublist::before {
  transition: top 0.35s;
  top: -10px;
}
.l-header-nav__sublist-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.1428571429%;
  padding: 0 55px 32px;
  max-width: 960px;
  margin: auto;
}
.l-header-nav__sublist .c-btn-close {
  position: absolute;
  top: 0;
  right: 55px;
}
.l-header-nav__sublist-title {
  position: relative;
  display: flex;
  padding: 0 55px 20px;
  align-items: center;
  gap: 1.5em;
  letter-spacing: 0.05em;
  max-width: 960px;
  margin: auto;
}
.l-header-nav__sublist-title strong {
  font-size: 2.4rem;
  font-weight: 500;
}
.l-header-nav__sublist-title a {
  display: flex;
  align-items: center;
  gap: 0.2em;
  font-size: 1.4rem;
  line-height: 2.1428571429;
  padding: 0 1.1em;
  border: 1px solid #353b60;
  transition: background-color 0.3s;
}
.l-header-nav__sublist-title a::after {
  content: "";
  display: block;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #353b60;
  border-right: 2px solid #353b60;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
.l-header-nav__sublist-title a:hover {
  background-color: rgba(53, 59, 96, 0.1);
}
.l-header-nav__sublist-title a:hover::after {
  transform: translate(6px) rotate(45deg);
}
.l-header-nav__subitem a {
  display: flex;
  flex-direction: column;
  transition: opacity 0.3s;
}
.l-header-nav__subitem a:hover {
  opacity: 0.8;
}
.l-header-nav__subitem a .\--ttl {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 0.6em;
}
.l-header-nav__subitem a .\--copy {
  font-size: 1.4rem;
  font-weight: 400;
}

.l-header-contact {
  display: flex;
  align-items: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header-contact {
    display: none;
  }
}
.l-header-contact.\--sp {
  display: none;
}
@media screen and (max-width: 1239px) {
  .l-header-contact.\--sp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
  }
}

.l-footer {
  background-color: #3e4c67;
  padding: 80px 0 40px;
  color: #ffffff;
  margin-top: 160px;
}
.c-closing + .l-footer {
  margin-top: 0;
}
.c-links + .l-footer {
  margin-top: 0;
}
@media screen and (max-width: 879px) {
  .l-footer {
    padding: 40px 0 50px;
  }
}
.l-footer a {
  color: #ffffff;
}
.l-footer__inner {
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 879px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 40px;
  }
}
.l-footer__left {
  min-width: 475px;
  flex-shrink: 0;
}
@media screen and (max-width: 1023px) {
  .l-footer__left {
    min-width: 380px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__left {
    width: 100%;
    min-width: unset;
  }
}
.l-footer__logo {
  display: block;
  width: 152px;
  font-weight: 500;
}
.l-footer__logo .\--copy {
  font-size: 1rem;
  white-space: nowrap;
}
.l-footer__address {
  font-size: 0.8333333333em;
  line-height: 1.6;
  margin-top: 24px;
  display: block;
}
.l-footer__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 879px) {
  .l-footer__right {
    align-items: flex-start;
  }
}
.l-footer__nav {
  display: flex;
  flex-direction: column;
  gap: 0.8571428571em 0;
  font-size: 1.4rem;
  flex-wrap: wrap;
  max-height: 9.8571428571em;
  width: 100%;
  align-items: flex-end;
}
@media screen and (max-width: 1239px) {
  .l-footer__nav {
    max-height: 18em;
  }
}
@media screen and (max-width: 879px) {
  .l-footer__nav {
    align-items: flex-start;
  }
  .l-footer__nav > li {
    display: none;
  }
  .l-footer__nav .\--privacy,
  .l-footer__nav .\--law,
  .l-footer__nav .\--sitemap {
    display: block;
  }
}
.l-footer__nav ul {
  font-size: 1.3rem;
  margin-top: 0.4em;
}
.l-footer__nav ul a {
  color: #f6f3f7;
  opacity: 0.75;
  margin-top: 0.4em;
  display: block;
}
.l-footer__nav ul a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1px;
  background-color: #707590;
  vertical-align: super;
  margin-right: 0.8em;
}
.l-footer__fb {
  margin-top: 40px;
}
.l-footer__fb a {
  display: flex;
  padding: 6px 10px 4px;
  border: 1px solid #f6f3f7;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.2;
  align-items: center;
  gap: 5px;
}
.l-footer__fb a .icon-fb {
  font-size: 2.7rem;
}
.l-footer__copy {
  display: none;
  font-size: 1.3rem;
  color: #f6f3f7;
  margin-top: 65px;
  opacity: 0.75;
}
@media screen and (min-width: 880px) {
  .l-footer__copy.\--pc {
    display: block;
  }
}
@media screen and (max-width: 879px) {
  .l-footer__copy {
    margin-top: 40px;
    font-size: 1.1rem;
  }
  .l-footer__copy.\--sp {
    display: block;
  }
}

.l-inner {
  max-width: 1200px;
  box-sizing: content-box;
  padding: 0 50px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding: 0 24px;
  }
}
.l-inner.\--w600 {
  max-width: 600px;
}
.l-inner.\--w920 {
  max-width: 920px;
}
.l-inner.\--small {
  max-width: 720px;
}
.l-inner.\--large {
  max-width: 1440px;
  padding: 0;
}
.l-inner.\--mid {
  max-width: 960px;
}
.l-inner.\--single {
  max-width: 720px;
}
.l-inner.\--case {
  max-width: 880px;
}

.c-article p,
.c-article ul {
  margin: calc(44px - 0.4em) 0;
}
.c-article p:last-child,
.c-article ul:last-child {
  margin-bottom: 0;
}
.c-article ul {
  padding-left: 1em;
  list-style-type: disc;
  line-height: 1.6;
}
.c-article ul li + li {
  margin-top: calc(20px - 0.3em);
}
.c-article a {
  text-decoration: underline;
}
.c-article a.\--map {
  color: #276ef4;
}
.c-article .\--note {
  display: flex;
  gap: 0.5em;
}
.c-article .\--note::before {
  content: "※";
  display: inline-block;
  flex-shrink: 0;
}
.c-article .wp-block-quote {
  padding-left: 48px;
  background-image: url(../img/common/icon-quote.webp);
  background-size: 31px auto;
  background-repeat: no-repeat;
  background-position: top left;
}
.c-article .wp-block-quote p {
  margin-bottom: calc(24px - 0.8em);
}
.c-article .wp-block-quote cite {
  color: #707590;
  font-size: 0.8333333333em;
}
.c-article .wp-block-button .wp-block-button__link {
  background-color: #276ef4;
  color: #ffffff;
  text-decoration: none;
}

.c-bnr-br {
  position: fixed;
  bottom: 17px;
  right: 16px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .c-bnr-br {
    bottom: 6px;
    right: 6px;
  }
}
.c-bnr-br.--movie a {
  color: #ffffff;
  display: block;
  width: 224px;
  background-color: rgba(0, 42, 217, 0.8);
  padding: 20px 0 24px;
  border-radius: 4px;
  transition: border-radius 0.6s;
}
@media screen and (max-width: 767px) {
  .c-bnr-br.--movie a {
    width: 180px;
    padding: 13px 0;
  }
}
.c-bnr-br.--movie a:hover {
  border-radius: 12px;
}
.c-bnr-br.--movie a h3 {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-bnr-br.--movie a h3 {
    font-size: 13px;
  }
}
.c-bnr-br.--movie a figure {
  max-width: 160px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .c-bnr-br.--movie a figure {
    max-width: 144px;
    margin: 12px auto 0;
  }
}
.c-bnr-br.--movie a p {
  font-size: 13px;
  line-height: 1;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-bnr-br.--movie a p {
    font-size: 11px;
    margin-top: 10px;
  }
}

.c-breadcrumb {
  font-size: 1.2rem;
  margin-top: 20px;
  line-height: 1.2;
}
.c-breadcrumb__list {
  display: flex;
  gap: 0.8em 0;
}
@media screen and (min-width: 768px) {
  .c-breadcrumb__list {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    overflow-x: scroll;
  }
}
.c-breadcrumb__item {
  white-space: nowrap;
}
.c-breadcrumb__item a {
  color: #276ef4;
  text-decoration: underline;
}
.c-breadcrumb__item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  margin: 0 1.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: #cdced8;
  border-radius: 100vh;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item:not(:last-of-type)::after {
    margin: 0 1em;
  }
}
.c-breadcrumb__item:last-of-type a {
  color: #707590;
  text-decoration: none;
  pointer-events: none;
}

.c-btn-tel {
  display: flex;
}
.c-btn-tel.\--small {
  flex-direction: column;
  align-items: flex-end;
}
.c-btn-tel.\--full {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 559px) {
  .c-btn-tel.\--full {
    flex-direction: column;
    gap: 8px;
  }
}
.c-btn-tel.\--in-content {
  justify-content: flex-start;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-btn-tel.\--in-content {
    align-items: flex-start;
  }
  .c-btn-tel.\--in-content a {
    text-decoration: none;
  }
}
.l-header-contact:not(.\--sp) .c-btn-tel {
  margin-right: 16px;
}
.l-header-contact.\--sp .c-btn-tel {
  width: 100%;
  flex-direction: row;
  gap: 0.5em;
  margin-top: 30px;
  align-items: baseline;
}
.c-btn-tel__num {
  font-size: 3rem;
  font-weight: 700;
}
.\--small .c-btn-tel__num {
  font-size: 2.4rem;
}
.\--full .c-btn-tel__num {
  font-size: 1.3333333333em;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #cdced8;
  line-height: 1.5;
}
@media screen and (max-width: 559px) {
  .\--full .c-btn-tel__num {
    font-size: 2em;
    padding: 0;
    border: none;
    margin: 0;
  }
}
.c-btn-tel__num .icon-tel {
  font-size: 0.75em;
  color: #cdced8;
  margin-right: 0.2em;
}
.c-btn-tel__hours {
  font-size: 1.3rem;
  color: #707590;
}
.c-btn-tel__hours p.--line {
  margin: 0;
}
.\--small .c-btn-tel__hours {
  margin-top: 3px;
  font-size: 1.2rem;
}
.\--full .c-btn-tel__hours {
  line-height: 1;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media screen and (max-width: 559px) {
  .\--full .c-btn-tel__hours {
    align-self: flex-start;
    margin-top: 15px;
  }
}
.\--full .c-btn-tel__hours .\--ttl {
  display: inline-flex;
  align-items: flex-start;
}
.\--full .c-btn-tel__hours .\--ttl::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #cdced8;
  border-radius: 100vh;
  margin: 0.2em 0.5em 0;
}
.\--full .c-btn-tel__hours .\--note {
  font-size: 1.3rem;
}
.\--full .c-btn-tel__hours .\--note::before {
  content: "※";
}

.c-btn-cta a {
  text-decoration: none;
}
.c-btn-cta.--center a {
  margin: auto;
}
.l-header-contact .c-btn-cta + .c-btn-cta {
  margin-left: 8px;
}
.l-header-contact.\--sp .c-btn-cta {
  width: calc((100% - 8px) / 2);
}
.c-btn-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.05em;
  width: 100%;
  max-width: 280px;
  font-weight: 500;
  height: 56px;
  border-radius: 4px;
}
.c-btn-cta__link i {
  margin-right: 0.3em;
}
.--large .c-btn-cta__link {
  max-width: 580px;
}
.p-service .--large .c-btn-cta__link {
  margin-top: 32px;
}
.c-btn-doc .c-btn-cta__link, .c-btn-consult .c-btn-cta__link {
  height: 64px;
  max-width: 240px;
}
@media screen and (max-width: 799px) {
  .c-btn-doc .c-btn-cta__link, .c-btn-consult .c-btn-cta__link {
    height: 50px;
  }
}
.l-header-contact .c-btn-doc .c-btn-cta__link, .l-header-contact .c-btn-consult .c-btn-cta__link {
  height: 40px;
  width: 144px;
}
.l-header-contact.\--sp .c-btn-doc .c-btn-cta__link, .l-header-contact.\--sp .c-btn-consult .c-btn-cta__link {
  width: 100%;
}
.p-top-mv .c-btn-doc .c-btn-cta__link, .p-top-mv .c-btn-consult .c-btn-cta__link {
  height: 48px;
  width: 240px;
}
@media screen and (max-width: 767px) {
  .p-top-mv .c-btn-doc .c-btn-cta__link, .p-top-mv .c-btn-consult .c-btn-cta__link {
    width: 100%;
  }
}
.\--red-line .c-btn-cta__link {
  color: #e55577;
  border: 1px solid #e55577;
  background-color: rgba(255, 255, 255, 0.5);
}
.\--blue-fill .c-btn-cta__link {
  color: #ffffff;
  background: linear-gradient(to right, #103eff 0%, #105eff 56.16%, #1a81fa 100%);
}
.\--blue-line .c-btn-cta__link {
  color: #276ef4;
  border: 1px solid #276ef4;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-btn-doc .c-btn-cta__link {
  padding-left: 0.5em;
}
.c-btn-cta__txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.c-btn-cta__txt .\--small {
  font-size: 0.7333333333em;
  font-weight: 400;
}
.l-header-contact .c-btn-cta__txt {
  font-size: 1.5rem;
}
.c-btn-cta__icon {
  display: inline-block;
  margin-right: 0.4em;
  margin-bottom: 0.1em;
}
.c-btn-cta .icon-arrow {
  margin-left: 0.3em;
}

.c-btn-close {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.7777777778em;
  line-height: 1;
}
.c-btn-close i {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #353b60;
  border-radius: 100vh;
  position: relative;
}
.c-btn-close i::before, .c-btn-close i::after {
  width: 54.1666666667%;
  height: 2px;
  background-color: #eaf0fc;
  position: absolute;
  top: calc(50% - 1px);
  left: 22.9166666667%;
  border-radius: 100vh;
}
.c-btn-close i::before {
  content: "";
  display: block;
  transform: rotate(45deg);
}
.c-btn-close i::after {
  content: "";
  display: block;
  transform: rotate(-45deg);
}
.c-btn-close:hover i {
  animation: rotateBtn 1s 1;
}
@keyframes rotateBtn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(180deg);
  }
}

.c-btn-more {
  align-self: flex-start;
  display: block;
  font-size: 0.8888888889em;
  margin-top: 1.2em;
  color: #276ef4;
  font-weight: 500;
  position: relative;
}
.c-btn-more .icon-arrow {
  margin-left: 0.3em;
}
.c-btn-more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #276ef4;
  margin-top: 0.3em;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s;
}
.p-top-service__item:hover .c-btn-more::after {
  clip-path: inset(0 0% 0 0);
}

.c-closing {
  margin-top: 170px;
  padding-bottom: 80px;
  position: relative;
}
.c-links + .c-closing {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-closing {
    padding-bottom: 40px;
  }
}
.c-closing::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 40px);
  top: 40px;
  left: 0;
  background-image: linear-gradient(90deg, #f2819b 50%, #276ef4 50%);
  z-index: 0;
}
.c-closing__container {
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 16px 48px rgba(0, 38, 111, 0.2);
  position: relative;
  padding: 56px 50px 64px;
}
@media screen and (max-width: 767px) {
  .c-closing__container {
    padding: 29px 32px 32px;
  }
}
@media screen and (max-width: 499px) {
  .c-closing__container {
    padding: 29px 20px 32px;
  }
}
.c-closing__container::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  order: 2;
  background-image: url(../img/common/icon-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -8px;
  left: calc(50% - 8px);
}
.c-closing__top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-closing__ttl {
  color: #276ef4;
}
.c-closing__ttl .\--small {
  display: block;
  font-size: 0.8333333333em;
  letter-spacing: 0.05em;
  text-align: center;
}
.c-closing__ttl .\--main {
  display: block;
  font-weight: 500;
  font-size: min(4.8vw, 1.3333333333em);
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 0.3em;
}
.c-closing__txt {
  font-size: 0.8888888889em;
  line-height: 1.4;
  margin-top: 1em;
}
.c-closing__cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 559px) {
  .c-closing__cta {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
.c-closing__cta-item {
  width: 100%;
  max-width: 240px;
}
@media screen and (max-width: 559px) {
  .c-closing__cta-item {
    max-width: 280px;
  }
  .c-closing__cta-item .c-btn-cta__link {
    max-width: 280px;
  }
}

.--red {
  color: #e55577;
}

.--blue {
  color: #276ef4;
}

.c-ham {
  display: none;
  position: relative;
  z-index: 999;
  width: 64px;
  height: 52px;
  position: relative;
  margin-right: -18px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  backdrop-filter: blur(16px);
}
@media screen and (max-width: 1239px) {
  .c-ham {
    display: block;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-ham {
    margin-right: -10px;
  }
}
.c-ham__line {
  position: absolute;
  top: 18px;
  left: 31.25%;
  width: 37.5%;
  height: 1px;
  display: block;
}
.c-ham__line:nth-of-type(1) {
  background-color: #e55577;
  transform: translateY(-3px);
  transition: transform 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translateY(0px) rotate(20deg);
}
.c-ham__line:nth-of-type(2) {
  background-color: #276ef4;
  transform: translateY(3px);
  transition: transform 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(2) {
  transform: translateY(0px) rotate(-20deg);
}
.c-ham__txt {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 29px;
  width: 100%;
  text-align: center;
  color: #276ef4;
}

.c-hideText {
  position: relative;
}
.c-hideText__txt {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .c-hideText--sp {
    position: relative;
  }
  .c-hideText--sp__txt {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
  }
}

.c-arrow__icon-blue {
  display: inline-block;
  color: #276ef4;
  line-height: 1;
  position: relative;
  width: 9.76px;
  height: 9.76px;
  transform: rotate(45deg);
}
.c-arrow__icon-blue:before, .c-arrow__icon-blue:after {
  content: "";
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.c-arrow__icon-blue:before {
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
}
.c-arrow__icon-blue:after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 2px;
}

.c-links {
  margin-top: 160px;
  padding-bottom: 73px;
}
.c-links::before {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #cdced8;
  margin: auto;
}
.c-links__ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.c-links__ttl .--small {
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .c-links__ttl .--small {
    font-size: 13px;
  }
}
.c-links__ttl .--main {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .c-links__ttl .--main {
    font-size: 19px;
  }
}
.c-links__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(16px, 6.6666666667vw, 64px);
  margin-top: 48px;
  counter-reset: ftLinks;
}
@media screen and (max-width: 959px) {
  .c-links__list {
    grid-template-columns: 1fr;
    max-width: 400px;
    margin: 48px auto 0;
    gap: 5px;
  }
}
.c-links__item {
  counter-increment: ftLinks;
}
.c-links__item a {
  border-top: 1px solid #276ef4;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding: 23px 16px 15px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 959px) {
  .c-links__item a {
    padding: 23px 8px 15px;
  }
}
.c-links__item a:hover {
  background-color: #eaf0fc;
}
.c-links__term {
  font-size: 18px;
  color: #276ef4;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .c-links__term {
    font-size: 16px;
  }
}
.c-links__term::before {
  content: "0" counter(ftLinks);
  font-size: 20px;
  padding-right: 0.6em;
}
@media screen and (max-width: 959px) {
  .c-links__term::before {
    font-size: 18px;
  }
}
.c-links__dsc {
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .c-links__dsc {
    font-size: 14px;
  }
}
.c-links__btn {
  font-size: 14px;
  margin-top: 32px;
  border-bottom: 1px solid #276ef4;
  color: #276ef4;
}
@media screen and (max-width: 959px) {
  .c-links__btn {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 959px) {
  .c-links__btn {
    border-bottom: none;
  }
}

.c-seminar-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 5%;
  margin-top: calc(44px - 0.2em);
}
@media screen and (max-width: 767px) {
  .c-seminar-list:not(.\--overflow) {
    grid-template-columns: 1fr;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-seminar-list a {
  text-decoration: none;
}
.c-seminar-list.\--overflow {
  min-width: 900px;
}
.c-seminar-list__thumb {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.c-seminar-list__thumb img {
  object-fit: cover;
  aspect-ratio: 40/21;
}
.c-seminar-list__thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 110, 244, 0.2);
  mix-blend-mode: screen;
}
.\--open .c-seminar-list__thumb::after {
  content: "受付中";
  display: block;
  width: 72px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e55577;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.\--closed .c-seminar-list__thumb::after {
  content: "受付終了";
  display: block;
  width: 72px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #707590;
  color: #cdced8;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.3rem;
  font-weight: 500;
}
.c-seminar-list__date {
  margin-top: 15px;
  display: block;
  font-size: 0.7777777778em;
  font-weight: 500;
}
.c-seminar-list__date .\--emp {
  font-size: 1.2857142857em;
  padding-right: 0.2em;
}
.c-seminar-list__date .\--emp:not(:first-of-type) {
  padding-left: 0.2em;
}
.c-seminar-list__date .--time {
  padding-left: 0.4em;
}
.c-seminar-list__ttl {
  font-weight: 500;
  color: #276ef4;
  line-height: 1.4;
  margin-top: 0.3em;
}
.c-seminar-list__dummy {
  width: 100%;
  aspect-ratio: 40/21;
  background-color: #eaebef;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-seminar-list__dummy::before {
  content: "";
  color: #ffffff;
  font-size: 1.6rem;
}
.c-seminar-list__more {
  font-size: 0.7777777778em;
  margin-top: 1em;
  border-bottom: 1px solid #276ef4;
  color: #276ef4;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-seminar-list__more {
    font-size: 14px;
  }
}

.c-seminar-list-details {
  font-size: 0.7777777778em;
  margin-top: 1.3em;
  line-height: 1.4;
}
.c-seminar-list-details a {
  text-decoration: none;
}
.c-seminar-list-details__row {
  display: flex;
}
.c-seminar-list-details__row + .c-seminar-list-details__row {
  margin-top: 0.5em;
}
.c-seminar-list-details__term {
  min-width: 3em;
  text-align: justify;
  padding-right: 1.5em;
  position: relative;
  flex-shrink: 0;
}
.c-seminar-list-details__term::before {
  content: "";
  display: block;
  width: 1px;
  height: 1em;
  background-color: #cdced8;
  position: absolute;
  top: 0.15em;
  right: 0.7em;
}

.c-column-list {
  margin-top: 50px;
  border-top: 1px solid #cdced8;
}
.c-column-list__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  position: relative;
  padding: 24px 0;
  border-bottom: 1px solid #cdced8;
}
@media screen and (max-width: 767px) {
  .c-column-list__item {
    gap: 20px;
  }
}
.c-column-list__link {
  flex-shrink: 0;
}
.c-column-list__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-column-list__thumb {
  max-width: 144px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-column-list__thumb {
    max-width: 100px;
  }
}
.c-column-list__time {
  display: block;
  line-height: 1;
  font-size: 0.8888888889em;
  letter-spacing: 0.05em;
  color: #276ef4;
}
.c-column-list__time::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 16px;
  order: 2;
  background-image: url(../img/common/icon-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-column-list__ttl {
  line-height: 1.4;
  margin: 0.5em 0 1em;
}
.c-column-list__tags {
  position: relative;
  z-index: 2;
  font-size: 0.7777777778em;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-column-list__tags a {
  color: #707590;
}
.c-column-list__tags a:hover {
  color: rgba(39, 110, 244, 0.8);
}
.c-column-list__tags li {
  display: flex;
  align-items: flex-start;
}
.c-column-list__tags li:not(:first-of-type)::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #cdced8;
  border-radius: 100vh;
  margin: 0.65em 0.5em 0;
}

.c-news-list {
  margin-top: 50px;
  border-top: 1px solid #cdced8;
}
.c-article .c-news-list {
  padding-left: 0;
}
.c-news-list__item {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 24px 10px 22px 30px;
  border-bottom: 1px solid #cdced8;
  line-height: 1.4;
  overflow: hidden;
}
.c-article .c-news-list__item + .c-news-list__item {
  margin-top: 0;
}
.c-news-list__item a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-news-list__item {
    padding: 16px 10px 14px 15px;
    gap: 10px 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-news-list__item {
    flex-wrap: wrap;
  }
}
.c-news-list__item::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  position: absolute;
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #276ef4;
  transition: background-color 0.2s 0.4s;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-news-list__item::before {
    top: calc(16px + 0.2em);
    display: none;
  }
}
.c-news-list__item:hover::before {
  transition-delay: 0s;
  background-color: #ffffff;
}
.c-news-list__time {
  color: #276ef4;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  transition: color 0.2s 0.3s;
}
.c-news-list__item:hover .c-news-list__time {
  transition-delay: 0s;
  color: #ffffff;
}
.c-news-list__link {
  font-size: 0.8888888889em;
  flex-shrink: 0;
  min-width: 8.5em;
}
.c-news-list__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.c-news-list__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #276ef4;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s;
}
.c-news-list__link:hover::after {
  content: "";
  display: block;
  clip-path: inset(0 0% 0 0);
}
.c-news-list__cat {
  font-size: 0.7222222222em;
  background-color: #f6f3f7;
  min-width: 120px;
  min-height: 28px;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  white-space: nowrap;
  position: relative;
  z-index: 4;
  letter-spacing: -0.05em;
  transition: color 0.2s 0.25s, background-color 0.2s 0.25s;
  transform: translateY(-2px);
}
@media screen and (max-width: 767px) {
  .c-news-list__cat {
    min-height: 25px;
  }
}
.c-news-list__item:hover .c-news-list__cat {
  transition-delay: 0s;
  background-color: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.c-news-list__ttl {
  position: relative;
  z-index: 2;
  transition: color 0.2s 0.1s;
}
@media screen and (max-width: 767px) {
  .c-news-list__ttl {
    width: 100%;
  }
}
.c-news-list__item:hover .c-news-list__ttl {
  transition-delay: 0.05s;
  color: #ffffff;
}

.c-list-cases {
  margin-top: 116px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 88px 7.3333333333%;
}
@media screen and (max-width: 767px) {
  .c-list-cases {
    grid-template-columns: 1fr;
  }
}
.c-list-cases__item {
  position: relative;
}
.c-list-cases__item > a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-list-cases__header {
  width: 100%;
  min-height: 9.2em;
  font-size: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  line-height: 1.3;
  font-weight: 500;
}
.c-list-cases__type {
  position: absolute;
  color: #ffffff;
  line-height: 1.8em;
  height: 1.8em;
  padding: 0 1em;
  top: -0.9em;
  left: 50%;
  white-space: nowrap;
  transform: translateX(-50%);
  font-size: 0.7em;
  border-radius: 4px;
}
.c-list-cases__genres {
  display: flex;
  margin-top: 15px;
  font-size: 14px;
  gap: 1em;
}
.c-single__ttl + .c-list-cases__genres {
  margin-top: -65px;
}
@media screen and (max-width: 767px) {
  .c-single__ttl + .c-list-cases__genres {
    margin-top: -20px;
  }
}
.c-list-cases__genre a {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.c-list-cases__genre a::before {
  content: "・";
  font-size: 2em;
  line-height: 0.5;
  display: inline-block;
  transform: translateY(-0.05em);
}
.c-list-cases__background {
  font-size: 16px;
  padding: 1em 0 1.5em;
}
.c-list-cases__dl {
  border-top: 1px solid #cdced8;
  font-size: 1.4rem;
}
.c-list-cases__row {
  padding: 0.4em 0;
  display: flex;
  border-bottom: 1px solid #cdced8;
}
.c-list-cases__term {
  font-weight: 500;
  min-width: 7em;
  padding-right: 1em;
  flex-shrink: 0;
}

.c-pagination {
  margin-top: 160px;
  display: flex;
  justify-content: center;
}
.c-pagination__arrow {
  flex-shrink: 0;
  min-width: 6em;
}
.c-pagination__arrow a {
  color: #276ef4;
  font-size: 1.6rem;
  text-align: center;
}
.c-pagination__list {
  display: flex;
  gap: 1em;
  padding: 0 4em;
}
.c-pagination__item.--current {
  color: #276ef4;
}

.c-single__genre {
  color: #276ef4;
}
.c-single__genre::before {
  content: "";
  display: inline-block;
  background-image: url(../img/common/icon-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 0.5em;
}
.c-single .c-single__genre {
  margin: 0;
}
.c-single__top {
  display: flex;
  align-items: baseline;
}
.c-single .c-single__top {
  margin: 0;
}
.c-single__top .c-seminar-list__date {
  margin-top: 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-single__top .c-seminar-list__date {
    font-size: 1.4rem;
  }
}
.c-single__top .\--status {
  font-size: 0.8888888889em;
  padding: 0.5em 0.8em;
  line-height: 1;
  border-radius: 4px;
  background-color: #f2819b;
  color: #ffffff;
  font-weight: 500;
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  .c-single__top .\--status {
    font-size: 0.8571428571em;
  }
}
.c-single__top .\--status.--is-closed {
  background-color: #707590;
}
.c-single__ttl {
  font-size: 1.7777777778em;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 0.4em;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-single__ttl {
    font-size: 1.5em;
    margin-bottom: 40px;
  }
}
.c-single__info {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-single__info {
    flex-wrap: wrap;
  }
  .c-single__info time {
    width: 100%;
  }
}
.c-single__info .c-news-list__cat {
  text-decoration: none;
}

.c-single-share {
  padding: 40px 32px;
  background-color: #f6f3f7;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 2.9166666667%;
  margin-top: 80px;
}
@media screen and (max-width: 879px) {
  .c-single-share {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    max-width: 400px;
    margin: 80px auto 0;
  }
}
.c-single-share__item a, .c-single-share__item button {
  background-color: #ffffff;
  min-height: 48px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  padding-left: 16px;
  padding-right: 35px;
  font-size: 1.5rem;
  width: 100%;
}
@media screen and (max-width: 949px) {
  .c-single-share__item a, .c-single-share__item button {
    padding-right: 0;
  }
}
@media screen and (max-width: 879px) {
  .c-single-share__item a, .c-single-share__item button {
    padding-right: 35px;
  }
}
.c-single-share__item a .\--icon, .c-single-share__item button .\--icon {
  font-size: 1.6em;
}
.c-single-share__item a .icon-fb-simple, .c-single-share__item button .icon-fb-simple {
  color: #1877f2;
}
.c-single-share__item a .icon-line, .c-single-share__item button .icon-line {
  color: #19b902;
}
.c-single-share__item a .icon-copyv, .c-single-share__item button .icon-copyv {
  color: #353b60;
}
.c-single-share__item a .\--txt, .c-single-share__item button .\--txt {
  flex-grow: 1;
  text-align: center;
}

.c-ttl-subpage {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #276ef4;
  display: flex;
  align-items: center;
}
.p-contact.--thanks .c-ttl-subpage {
  flex-wrap: wrap;
}
.c-ttl-subpage + * {
  margin-top: calc(80px - 0.2em);
}
.c-ttl-subpage + *.\--dsc {
  margin-top: calc(40px - 0.2em);
}
@media screen and (max-width: 767px) {
  .c-ttl-subpage {
    font-size: 2.4rem;
    flex-wrap: wrap;
  }
}
.c-ttl-subpage__main {
  order: 1;
}
.c-ttl-subpage__main .br {
  display: none;
}
.p-contact.--thanks .c-ttl-subpage__main {
  order: 4;
  color: #353b60;
  font-size: 0.8em;
  margin-top: 0.5em;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-ttl-subpage__main {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-ttl-subpage__main .br {
    display: block;
  }
}
.c-ttl-subpage::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 16px;
  order: 2;
  background-image: url(../img/common/icon-circle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .c-ttl-subpage::before {
    margin-left: 0;
  }
}
.c-ttl-subpage::after {
  content: attr(data-en-txt);
  display: block;
  font-family: hypatia-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-transform: capitalize;
  font-size: 1.8rem;
  order: 3;
}

.c-ttl-h2,
.c-article h2:not([class]),
.c-article h2.wp-block-heading {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: calc(34px - 0.2em);
}
@media screen and (max-width: 767px) {
  .c-ttl-h2,
  .c-article h2:not([class]),
  .c-article h2.wp-block-heading {
    font-size: 2rem;
  }
}
.c-ttl-h2:not(:first-child),
.c-article h2:not([class]):not(:first-child),
.c-article h2.wp-block-heading:not(:first-child) {
  margin-top: calc(70px - 0.2em);
}

.c-ttl-h3,
.c-article h3:not([class]),
.c-article h3.wp-block-heading {
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-ttl-h3,
  .c-article h3:not([class]),
  .c-article h3.wp-block-heading {
    font-size: 2rem;
  }
}
.c-ttl-h3:not(:first-child),
.c-article h3:not([class]):not(:first-child),
.c-article h3.wp-block-heading:not(:first-child) {
  margin-top: calc(64px - 0.2em);
}

.c-ttl-h4,
.c-article h4:not([class]),
.c-article h4.wp-block-heading {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-ttl-h4,
  .c-article h4:not([class]),
  .c-article h4.wp-block-heading {
    font-size: 1.8rem;
  }
}
.c-ttl-h4:not(:first-child),
.c-article h4:not([class]):not(:first-child),
.c-article h4.wp-block-heading:not(:first-child) {
  margin-top: calc(64px - 0.2em);
}

.c-text {
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 1.5rem;
  }
}

.c-ttl-top {
  text-align: center;
  font-weight: 500;
}
.c-ttl-top.\--tal {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-ttl-top.\--tal {
    text-align: center;
  }
}
.c-ttl-top .\--small {
  display: block;
}
.c-ttl-top .\--main {
  display: block;
  font-size: 1.4444444444em;
  line-height: 1.4;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .c-ttl-top .\--main {
    font-size: 1.2222222222em;
  }
}

.p-case__types {
  margin-top: -40px;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .p-case__types {
    flex-direction: column;
  }
}
.p-case__type a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17em;
  height: 2.75em;
  font-size: 1.6rem;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .p-case__type a {
    width: 100%;
  }
}
.p-case__type a .--sub {
  font-size: 0.8125em;
  font-weight: 500;
}
.p-case__genres-container {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-case__genres-container {
    flex-direction: column;
    align-items: center;
  }
}
.p-case__genres-ttl {
  flex-shrink: 0;
  width: 120px;
  line-height: 1;
  padding: 1em 0;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  border-top: 1px solid #353b60;
  border-bottom: 1px solid #353b60;
}
.p-case__genres {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4em 2.5em;
  font-size: 1.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-case__genres {
    gap: 0.8em 1em;
  }
}

.p-case-single__type a {
  display: inline-block;
  padding: 0.25em 1.5em;
  color: #ffffff;
  font-size: 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  margin: 15px 0 30px;
}
.p-case-single__background {
  margin: 80px 0 56px;
}
@media screen and (max-width: 767px) {
  .p-case-single__background {
    margin: 40px 0 24px;
  }
}
.p-case-single__triangle {
  width: 100%;
  height: 120px;
  background-image: linear-gradient(#ffffff, transparent);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 767px) {
  .p-case-single__triangle {
    height: 60px;
  }
}
.p-case-single__result-ttl {
  margin-top: 64px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-single__result-ttl {
    margin-top: 32px;
  }
}
.p-case-single__result-ttl span {
  display: inline-block;
  font-weight: 500;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 0.3em;
}
.p-case-single__result-txt {
  font-weight: 500;
  margin-bottom: 80px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-case-single__result-txt {
    font-size: 1.8rem;
  }
}
.p-case-single .wp-block-lazyblock-red-block:not(:first-child) {
  margin-top: 64px;
}
.p-case-single .wp-block-lazyblock-red-block .p-case__redbox {
  display: inline-block;
  padding: 0.25em 1em;
  color: #ffffff;
  font-size: 1.6rem;
  border-radius: 4px;
  text-decoration: none;
  line-height: 1.2;
}
.p-case-single .wp-block-lazyblock-red-block + * {
  margin-top: 16px !important;
}
.p-case-single .c-btn-cta {
  margin-top: 80px;
}

.p-case-single-info {
  background-color: #f6f3f7;
  position: relative;
  padding: 80px 0;
}
.p-case-single-info__data {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 4px;
}
.p-case-single-info__term {
  min-width: 11em;
  flex-shrink: 0;
  font-weight: 500;
}
.p-case-single-info .--dot {
  display: flex;
  align-items: center;
}
.p-case-single-info .--dot::before {
  content: "・";
  font-size: 1.5em;
  line-height: 0.5;
  display: inline-block;
}
.p-case-single-info .--dot + .--dot {
  margin-top: 0.3em;
}
.p-case-single-info__row {
  max-width: 720px;
  margin: auto;
  display: flex;
}
.p-case-single-info__row:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cdced8;
}
@media screen and (max-width: 499px) {
  .p-case-single-info__row {
    display: block;
  }
}

.p-contact p {
  margin-top: 40px;
  letter-spacing: 0.025em;
}
.p-contact__main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6.6666666667%;
}
@media screen and (max-width: 767px) {
  .p-contact__main {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.p-contact__main.--full {
  grid-template-columns: 1fr;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-contact__main.--full {
    gap: 40px;
  }
}
.p-contact__left p {
  margin: 0;
}
.--full .p-contact__left p:not([class]) {
  margin: calc(44px - 0.4em) 0;
}
.p-contact__left p + p {
  margin-top: 0.4em;
}
.p-contact__left ul li + li {
  margin-top: 0.4em;
}
.p-contact__left figure {
  margin-top: 44px;
}
.p-contact__right {
  background-color: #f6f3f7;
}
@media screen and (max-width: 767px) {
  .p-contact__right {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.p-contact__right.--seminar {
  margin-top: 100px;
}
.p-contact__right.--seminar p {
  margin-top: 40px;
}
.p-contact__right form {
  padding: 40px 48px 56px;
}
@media screen and (max-width: 767px) {
  .p-contact__right form {
    padding: 30px 24px 40px;
  }
}
.p-contact__right a {
  color: #276ef4;
  text-decoration: underline;
}
.p-contact__label {
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.05em;
}
.p-contact__label:not(:first-child) {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__label:not(:first-child) {
    margin-top: 20px;
  }
}
.p-contact__label + small {
  font-size: 0.8em;
  color: #707590;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    font-size: 16px;
  }
}
.p-contact__label.--required::after {
  content: "必須";
  display: block;
  font-size: 0.7222222222em;
  font-weight: 500;
  color: #ffffff;
  background-color: #eb2050;
  border-radius: 4px;
  padding: 0.3em 0.55em 0.2em 0.6em;
  margin-left: 0.6em;
}
.p-contact__input {
  width: 100%;
  margin-top: 12px;
  line-height: 1;
  padding: 13px 24px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid #eaebef;
}
.p-contact__input::placeholder {
  color: #cdced8;
}
.p-contact__input:-ms-input-placeholder {
  color: #cdced8;
}
.p-contact__input::-ms-input-placeholder {
  color: #cdced8;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    padding: 8px 16px;
  }
}
.p-contact select.p-contact__input {
  padding: 16px;
}
.p-contact__input + .p-contact__label {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-contact__input + .p-contact__label {
    margin-top: 20px;
  }
}
.p-contact__submit {
  margin-top: 56px;
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  padding: 30px 0;
  background: linear-gradient(90deg, #103eff 0%, #105eff 56.16%, #1a81fa 100%);
  letter-spacing: 0.05em;
  color: #ffffff;
  font-weight: 500;
  border-radius: 4px;
}

.p-feature {
  max-width: 800px;
  margin: calc(80px - 0.2em) auto 0;
}
.feature .p-feature__logo {
  width: 180px;
  margin: auto;
}
.p-feature__ttl {
  font-size: 1.75em;
  font-weight: 500;
  margin: 0.5em 0 0;
  line-height: 1.4;
}
.p-feature img[width="800"] {
  max-width: 800px;
  margin: auto;
}
.p-feature h2:not(.p-feature__ttl) {
  font-size: 1.3em;
  font-weight: 500;
  margin-top: 4em;
}
.p-feature ul {
  list-style: none;
  padding: 0;
}
.p-feature ul li {
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-feature ul li {
    display: block;
  }
}
.p-feature ul li + li {
  margin-top: 2em;
}
.p-feature ul li strong {
  white-space: nowrap;
  flex-shrink: 0;
  min-width: 6em;
}
@media screen and (max-width: 767px) {
  .p-feature ul li strong {
    display: block;
  }
}

.p-top-mv {
  height: calc(100vh - 228px);
  height: calc(100dvh - 228px);
  min-height: 520px;
  background-image: url(../img/top/demo-mv-bg.webp), url(../img/top/bg-kv.svg);
  background-size: cover, 1920px auto;
  background-position: top center, left 50% bottom 60%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    height: calc(100vh - 176px);
    height: calc(100dvh - 176px);
    min-height: auto;
  }
}
@media screen and (max-width: 1249px) {
  .p-top-mv {
    background-size: cover, 150% auto;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv {
    background-position: top 0% left 20%, left 45% bottom 30%;
  }
}
@media screen and (max-width: 919px) {
  .p-top-mv {
    background-size: cover, 200% auto;
    background-position: top 0% left 20%, left 60% bottom 20%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background-position: top 0% left 20%, left 70% bottom 50%;
  }
}
@media screen and (max-width: 919px) {
  .p-top-mv {
    align-items: flex-start;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-top: 5vh;
  }
}
.p-top-mv__inner {
  width: 100%;
}
@media screen and (max-width: 919px) {
  .p-top-mv__inner {
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-bottom: 30px;
    box-sizing: border-box;
  }
}
.p-top-mv__top-txt {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 0.5em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-top-mv__top-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 459px) {
  .p-top-mv__top-txt {
    font-size: 1.2rem;
  }
}
.p-top-mv__ttl {
  max-width: 820px;
  margin: 25px 0 30px;
}
.p-top-mv__txt {
  font-size: 1.6rem;
  letter-spacing: 0.075em;
  line-height: 1.5;
  margin-top: 1em;
  padding-left: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-top-mv__txt {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 459px) {
  .p-top-mv__txt {
    font-size: 1.2rem;
  }
}
.p-top-mv__cta {
  display: flex;
  gap: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 459px) {
  .p-top-mv__cta {
    margin: 40px -15px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-item {
    width: 50%;
    max-width: 240px;
  }
}
@media screen and (max-width: 459px) {
  .p-top-mv__cta-item {
    width: 100%;
  }
}
.p-top-mv__cta-txt {
  text-align: center;
  font-size: 1.2rem;
  display: block;
  padding-bottom: 0.2em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 459px) {
  .p-top-mv__cta-txt {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top-mv__cta-txt {
    font-size: 1rem;
  }
}
.p-top-mv__cta-txt.\--red {
  color: #e55577;
}
.p-top-mv__cta-txt.\--blue {
  color: #276ef4;
}
@media screen and (max-width: 767px) {
  .p-top-mv .c-btn-cta__txt {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 459px) {
  .p-top-mv .c-btn-cta__txt .\--sp-none {
    display: none;
  }
}

.p-news__cats {
  display: flex;
  gap: 2em;
  font-size: 0.8333333333em;
}
.c-article .p-news__cats {
  list-style: none;
  padding-left: 0;
}
.c-article .p-news__cat {
  margin-top: 0;
}
.p-news__cat a {
  text-decoration: none;
  color: #353b60;
}
.p-news__cat.\--current a {
  color: #276ef4;
  font-weight: bold;
}
.p-news .c-news-list {
  margin-top: 120px;
}

.p-404 {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .p-404 .p-404__text .br {
    display: none;
  }
}

.p-privacy__content {
  list-style: auto;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-privacy__content {
    counter-reset: prv-main;
    padding-left: 0;
    list-style: none;
  }
  .p-privacy__content .c-ttl-h2 {
    font-size: 2rem;
  }
}
.p-privacy__list {
  margin-top: calc(80px - 0.2em);
}
.p-privacy__list * + * {
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    counter-increment: prv-main;
  }
  .p-privacy__list .c-ttl-h2::before {
    content: counter(prv-main) ".";
    display: inline-block;
    min-width: 1em;
  }
}
.p-privacy__list::marker {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-privacy__list::marker {
    font-size: 2rem;
  }
}
.p-privacy .--pl1e {
  padding-left: 1em;
}
.p-privacy__items > li {
  display: flex;
}
.p-privacy__items > li::before {
  content: "・";
  flex-shrink: 0;
  width: 1.5em;
}
.p-privacy__note {
  display: flex;
}
.p-privacy__note::before {
  content: "※";
  flex-shrink: 0;
  width: 1.5em;
}
.p-privacy__ol {
  counter-reset: prv-ol;
}
.p-privacy__ol > li {
  counter-increment: prv-ol;
  display: flex;
}
.p-privacy__ol > li::before {
  content: "(" counter(prv-ol) ")";
  flex-shrink: 0;
  width: 1.5em;
}

.p-law {
  margin-top: calc(124px - 0.2em);
}
@media screen and (max-width: 767px) {
  .p-law {
    margin-top: calc(80px - 0.2em);
  }
}
.p-law__content {
  list-style: auto;
  padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
  .p-law__content {
    counter-reset: prv-main;
    padding-left: 0;
    list-style: none;
  }
  .p-law__content .c-ttl-h2 {
    font-size: 2rem;
  }
}
.p-law__list {
  margin-top: calc(80px - 0.2em);
}
.p-law__list * + * {
  margin-top: 0.5em;
}
.p-law__list a {
  text-decoration: underline;
  color: #276ef4;
}
@media screen and (max-width: 767px) {
  .p-law__list {
    counter-increment: prv-main;
  }
  .p-law__list .c-ttl-h2::before {
    content: counter(prv-main) ".";
    display: inline-block;
    min-width: 1em;
  }
}
.p-law__list::marker {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-law__list::marker {
    font-size: 2rem;
  }
}
.p-law .--pl1e {
  padding-left: 1em;
}
.p-law__items > li {
  display: flex;
}
.p-law__items > li::before {
  content: "・";
  flex-shrink: 0;
  width: 1.5em;
}
.p-law__note {
  display: flex;
}
.p-law__note::before {
  content: "※";
  flex-shrink: 0;
  width: 1.5em;
}
.p-law__ol {
  counter-reset: prv-ol;
}
.p-law__ol > li {
  counter-increment: prv-ol;
  display: flex;
}
.p-law__ol > li::before {
  content: "(" counter(prv-ol) ")";
  flex-shrink: 0;
  width: 1.5em;
}

.p-seminar__list {
  margin-top: 120px;
}
.p-seminar__report {
  padding-top: 80px;
  background-color: #f6f3f7;
  position: relative;
}
.p-seminar__report::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 29px;
  background-color: #ffffff;
}
.p-seminar .c-btn-cta {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.p-seminar .c-btn-cta__link {
  margin: auto;
}
.p-seminar__map {
  margin-top: 44px;
}
.p-seminar__map iframe {
  width: 100%;
}
.p-seminar__address a {
  display: inline-block;
  padding-left: 0.5em;
}

.p-seminar-single-info {
  background-color: #f6f3f7;
  position: relative;
  margin-bottom: 109px;
}
.p-seminar-single-info::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(1px + (100vw - 60px) / 3);
  max-height: 140px;
  background-color: #ffffff;
}
.p-seminar-single-info::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 29px;
  max-height: 140px;
  background-color: #ffffff;
}
.p-seminar-single-info__eyecatch {
  display: block;
  max-width: 420px;
  margin: 0 auto 64px;
  position: relative;
}
.p-seminar-single-info__eyecatch::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 14.5238095238%;
  height: 70.7142857143%;
  width: 70.9523809524%;
  background-color: #c6c3b9;
  filter: blur(20px);
}
.p-seminar-single-info__eyecatch img {
  position: relative;
  z-index: 10;
}
.p-seminar-single-info__data {
  background-color: #ffffff;
  margin: 0 clamp(-80px, 20px - (100vw - 720px) / 2, -20px);
  padding: 32px clamp(20px, -25px + (100vw - 720px) / 2, 80px);
}
.p-seminar-single-info__row {
  display: flex;
}
.p-seminar-single-info__row:not(:last-of-type) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #cdced8;
}
@media screen and (max-width: 499px) {
  .p-seminar-single-info__row {
    display: block;
  }
}
.p-seminar-single-info__term {
  width: 8em;
  font-weight: 500;
  flex-shrink: 0;
}
.p-seminar-single-info__def .\--note {
  font-size: 0.7777777778em;
  display: flex;
}
.p-seminar-single-info__def .\--note::before {
  content: "※";
  display: inline-block;
  width: 1em;
  flex-shrink: 0;
}
.p-seminar-single-info__def ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3888888889;
}
.p-seminar-single-info__def ul .--need-note {
  font-size: 0.7777777778em;
}
.p-seminar-single-info__def ul .--need-note::before {
  content: "（";
}
.p-seminar-single-info__def ul .--need-note::after {
  content: "）";
}
.p-seminar-single-info .c-btn-cta {
  position: relative;
  z-index: 10;
}
.p-seminar-single-info .c-btn-cta__link {
  margin: 64px auto 0;
}
.c-article .p-seminar-single-info__closed {
  margin-bottom: -2em;
  margin-top: 64px;
  font-size: 0.8888888889em;
  text-align: center;
}

.p-seminar-program {
  margin-top: 44px;
  margin-bottom: 80px;
  border-bottom: 1px solid #cdced8;
}
.p-seminar-program__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  border-top: 1px solid #cdced8;
}
@media screen and (max-width: 649px) {
  .p-seminar-program__item {
    grid-template-columns: 1fr;
  }
}
.p-seminar-program__time {
  background-color: #eaf0fc;
  padding: 30px 0 0 24px;
  font-weight: 500;
}
@media screen and (max-width: 649px) {
  .p-seminar-program__time {
    padding: 10px 20px;
  }
  .p-seminar-program__time br {
    display: none;
  }
}
.p-seminar-program__info {
  padding: 30px 0 30px 24px;
}
@media screen and (max-width: 649px) {
  .p-seminar-program__info {
    padding: 10px 20px;
  }
}
.p-seminar-program__info ul {
  margin: 10px 0 0;
}
.p-seminar-program__info ul li {
  margin: 0;
}
.p-seminar-program__info ul li + li {
  margin-top: 5px;
}

.p-seminar-table {
  width: 100%;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-seminar-table {
    display: block;
    border-top: none;
  }
  .p-seminar-table tbody,
  .p-seminar-table tr,
  .p-seminar-table td {
    display: block;
  }
}
.p-seminar-table__row {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-seminar-table__row {
    border-bottom: none;
  }
}
.p-seminar-table__datetime {
  width: 200px;
  background-color: #eaf0fc;
  font-weight: 500;
  line-height: 1.4;
  padding: 30px 0 30px 24px;
}
@media screen and (max-width: 767px) {
  .p-seminar-table__datetime {
    width: 100%;
    padding: 15px;
    display: flex;
    gap: 1em;
  }
}
.p-seminar-table__datetime span {
  display: block;
}
.p-seminar-table__dsc {
  padding: 23px 24px;
}
.p-seminar-table__dsc ul,
.p-seminar-table__dsc li,
.p-seminar-table__dsc ul li + li,
.p-seminar-table__dsc p,
.p-seminar-table__dsc h2,
.p-seminar-table__dsc h3,
.p-seminar-table__dsc h4,
.p-seminar-table__dsc h5 {
  margin: 0;
}

.p-seminar-related {
  max-width: 780px;
  margin: 120px auto 0;
}
.p-seminar-related__items {
  margin-top: 44px;
  display: grid;
  gap: 7.6923076923%;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-seminar-related__items {
    grid-template-columns: 1fr;
    padding: 0 24px;
  }
}

.p-column-single-info h2.wp-block-heading {
  color: #276ef4;
  padding-left: 1em;
}
.p-column-single-info h2.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 90%;
  background-color: #276ef4;
  transform: translate(0%, -50%);
}

.p-service {
  counter-reset: section;
}
.p-service__intro {
  margin-top: 40px;
}
.p-service__dsc {
  font-size: 16px;
}
.p-service__menu {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2em;
  font-size: 18px;
  font-weight: 500;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-service__menu {
    grid-template-columns: 1fr;
  }
}
.p-service__menu-item a {
  color: #276ef4;
  border-bottom: 1px solid #cedcf7;
  display: block;
  padding-top: 0.3em;
  padding-bottom: 0.7em;
  line-height: 1;
  position: relative;
}
.p-service__menu-item a::before {
  content: "";
  display: block;
  display: block;
  width: 0;
  height: 0;
  border-color: #276ef4 transparent transparent transparent;
  border-style: solid;
  border-width: 6.9282032303px 4px 0 4px;
  position: absolute;
  right: 0;
  top: 0.6em;
}
.p-service__menu-item .--num {
  font-family: hypatia-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  padding-right: 0.3em;
}
.p-service__menu-item .--small {
  font-size: 0.7222222222em;
}

.p-service-sec {
  margin-top: 160px;
}
.p-service-sec__header {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 4%;
}
@media screen and (max-width: 767px) {
  .p-service-sec__header {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-sec__thumb {
    margin: 0 -30px;
  }
}
.p-service-sec__ttl {
  font-size: 32px;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  line-height: 1.4;
  margin-top: -0.4em;
}
@media screen and (max-width: 767px) {
  .p-service-sec__ttl {
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    gap: 0.5em;
  }
}
.p-service-sec__ttl .--num {
  font-family: hypatia-sans-pro, sans-serif;
  font-size: 1.25em;
  display: inline-block;
  padding-right: 0.6em;
  transform: translateY(0.05em);
  color: #707590;
  font-weight: 700;
}
.p-service-sec__ttl .--small {
  font-size: 0.6923076923em;
}
.p-service-sec__strong {
  font-weight: 500;
  font-size: 1.2222222222em;
}
@media screen and (max-width: 767px) {
  .p-service-sec__strong {
    font-size: 1.2em;
  }
  .p-service-sec__strong br {
    display: none;
  }
}
.p-service-sec__abstract .p-service-sec__strong {
  margin-top: 2em;
  margin-bottom: 1em;
}
.p-service-sec__block .p-service-sec__strong {
  margin-bottom: 0.7em;
}
.p-service-sec__strong strong {
  font-weight: 500;
}
.p-service-sec__strong.--small {
  font-size: 17px;
  padding-left: 0.5em;
}
.p-service-sec__block {
  background-color: #f6f3f7;
  padding: 0.8em;
  margin-top: 16px;
}
.p-service-sec__split {
  display: flex;
  justify-content: space-around;
  padding: 1.5em 3em 1em;
}
@media screen and (max-width: 767px) {
  .p-service-sec__split {
    flex-direction: column;
    padding: 1em;
  }
}
.p-service-sec__split .--left,
.p-service-sec__split .--right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-service-sec__split .--left,
  .p-service-sec__split .--right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-sec__split .--right {
    margin-top: 1em;
    border-top: 1px solid #cdced8;
    padding-top: 1em;
  }
}
.p-service-sec__list-item {
  display: flex;
}
.p-service-sec__list-item::before {
  content: "・";
  min-width: 1.7em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service-sec__list-item::before {
    min-width: 1em;
  }
}
.p-service-sec__list-item + .p-service-sec__list-item {
  margin-top: 0.4em;
}
.p-service-sec__price {
  font-size: 32px;
  line-height: 1.2;
}
.p-service-sec__price .--small {
  font-size: 0.5625em;
}
.p-service-sec__price .--main {
  font-family: hypatia-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-service-sec__price .--smaller {
  font-size: 0.46875em;
}
.p-service-sec__flex {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-sec__flex {
    flex-direction: column;
  }
}
.p-service-sec__subttl {
  min-width: 10em;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-sec__subttl {
    width: 100%;
    min-width: unset;
    text-align: center;
    padding: 0.6em 0 0.5em;
    border-top: 1px solid #353b60;
    border-bottom: 1px solid #353b60;
    margin-bottom: 1em;
  }
}
.p-service-sec__subttl.--margin {
  margin-top: 64px;
}
.p-service-sec__diagram {
  margin-top: 64px;
  min-height: 50vh;
}

.p-service-sec-data {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px 6%;
  counter-increment: section;
  counter-reset: item;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-service-sec-data {
    grid-template-columns: 1fr !important;
  }
}
.p-service-sec-data.--col4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px 3%;
}
.p-service-sec-data.--col3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 64px 3%;
}
.p-service-sec-data__row {
  counter-increment: item;
}
.p-service-sec-data__row::before {
  content: counter(section) "-" counter(item);
  font-family: hypatia-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #cdced8;
  font-size: 26px;
}
.p-service-sec-data__dt {
  font-weight: 500;
  margin-top: 0.3em;
  margin-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-service-sec-data__dt {
    font-size: 18px;
  }
}
.p-service-sec-data__dd {
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .p-service-sec-data__dd {
    font-size: 15px;
  }
}
.p-service-sec-data .p-service-sec__price {
  margin-top: 0.2em;
}
.p-service-sec-data .p-service-sec__block {
  margin-top: 0.5em;
  font-size: 18px;
  margin-top: 16px;
}
.p-service-sec-data__more {
  margin-top: 0.8em;
}

.p-service-cta {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-cta {
    margin: 80px -30px 0;
  }
}
.p-service-cta__top {
  background-color: #eaf0fc;
  padding: 44px 30px;
}
.p-service-cta__ttl {
  text-align: center;
  font-weight: 500;
}
* + .p-service-cta__ttl {
  margin-top: 64px;
}
.p-service-cta__ttl .--small {
  font-size: 15px;
  display: block;
}
.p-service-cta__ttl .--main {
  font-size: 24px;
  display: block;
}
.p-service-cta__txt {
  font-size: 16px;
  margin: 1.5em 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-cta__txt {
    font-size: 14px;
    text-align: left;
  }
  .p-service-cta__txt br {
    display: none;
  }
}
.p-service-cta__list {
  margin: 64px auto 0;
  max-width: 890px;
}
@media screen and (max-width: 767px) {
  .p-service-cta__list {
    padding: 0 30px;
  }
}
.p-service-cta__list-item {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-service-cta__list-item {
    flex-direction: column;
    gap: 12px;
  }
}
.p-service-cta__list-item + .p-service-cta__list-item {
  margin-top: 44px;
}
.p-service-cta__list-item strong {
  flex-shrink: 0;
  width: 11em;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #353b60;
  font-size: 17px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-cta__list-item strong {
    width: 100%;
  }
}
.p-service-cta__list-item:not(:last-child) strong::before {
  content: "";
  display: block;
  display: block;
  width: 0;
  height: 0;
  border-color: #353b60 transparent transparent transparent;
  border-style: solid;
  border-width: 12.9903810568px 7.5px 0 7.5px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 30px);
}
@media screen and (max-width: 767px) {
  .p-service-cta__list-item:not(:last-child) strong::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-service-cta__list-item:not(:last-child) {
    position: relative;
  }
  .p-service-cta__list-item:not(:last-child)::before {
    content: "";
    display: block;
    display: block;
    width: 0;
    height: 0;
    border-color: #353b60 transparent transparent transparent;
    border-style: solid;
    border-width: 12.9903810568px 7.5px 0 7.5px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 30px);
  }
}
.p-service-cta__list-item span {
  font-size: 16px;
}
.p-service-cta__list-item span .--small {
  font-size: 0.875em;
}

.p-sitemap {
  display: flex;
  justify-content: center;
  max-width: 1200px;
}
@media screen and (max-width: 959px) {
  .p-sitemap {
    flex-direction: column;
  }
}
.c-article .p-sitemap__content {
  list-style: none;
  padding-left: 0;
}
.c-article .p-sitemap__content a {
  text-decoration: none;
}
.p-sitemap__link {
  display: flex;
  align-items: center;
}
.p-sitemap__wrapper {
  width: 33%;
  padding-right: min(3vw, 40px);
  border-right: 1px solid #f4f3f0;
  margin-left: min(3vw, 40px);
}
.p-sitemap__wrapper:last-child {
  padding-right: 0;
  border-right: none;
}
.p-sitemap__wrapper:first-child {
  margin-left: 0;
}
@media screen and (max-width: 959px) {
  .p-sitemap__wrapper {
    width: 100%;
    border-right: none;
    padding: 0;
    margin: 0;
  }
}
.p-sitemap__aroow {
  margin-right: 16px;
}
.p-sitemap__list {
  margin-bottom: 64px;
}
.p-sitemap__list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 959px) {
  .p-sitemap__list:last-child {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 959px) and (max-width: 767px) {
  .p-sitemap__list {
    margin-bottom: 48px;
  }
  .p-sitemap__list:last-child {
    margin-bottom: 48px;
  }
}
.p-sitemap__sub-content {
  margin-top: 32px;
}
.c-article .p-sitemap__sub-content {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 767px) {
  .p-sitemap__sub-content {
    margin-bottom: 26px;
  }
}
.p-sitemap__sub-list {
  margin-left: 28px;
  margin-bottom: 20px;
}
.p-sitemap__sub-list:last-child {
  margin-bottom: 0;
}
.p-sitemap__sub-text {
  color: #707590;
}

.p-speciality-hand {
  margin-top: -20vw;
}
@media screen and (max-width: 599px) {
  .p-speciality-hand {
    margin-top: -7vw;
  }
}
.p-speciality-dsc {
  margin-top: 80px;
}
.p-speciality-diagram {
  margin-top: 44px;
}
.p-speciality-diagram + .--diagram {
  margin-top: 48px;
}
.p-speciality-scroll {
  width: 100%;
  height: 240px;
  margin: 120px 0;
  background-image: url(../img/speciality/bg-speciality-scroll.webp);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-speciality-scroll {
    height: 120px;
    margin: 80px 0;
  }
}
.p-speciality-msg-top {
  margin-top: 240px;
}
@media screen and (max-width: 767px) {
  .p-speciality-msg-top {
    margin-top: 80px;
  }
}
.p-speciality-biography {
  margin-top: 80px;
}
.p-speciality-biography-note {
  margin-top: 48px;
  color: #707590;
  border-top: 1px solid #cdced8;
}
.p-speciality-biography-note a {
  color: #276ef4;
  text-decoration: underline;
}
.p-speciality-biography-note a i {
  font-size: 0.8em;
  display: inline-block;
  padding: 0 0.1em;
}
.p-speciality-biography-note__dt {
  font-size: 16px;
  font-weight: 500;
  padding: 16px 0 12px;
  display: flex;
}
.p-speciality-biography-note__dt::before {
  width: 24px;
  flex-shrink: 0;
  content: "※";
}
@media screen and (max-width: 767px) {
  .p-speciality-biography-note__dt {
    font-size: 14px;
  }
}
.p-speciality-biography-note__dd {
  font-size: 15px;
  padding-bottom: 16px;
  padding-left: 24px;
  border-bottom: 1px solid #cdced8;
}
@media screen and (max-width: 767px) {
  .p-speciality-biography-note__dd {
    font-size: 14px;
  }
}
.p-speciality-strength {
  margin-top: 120px;
}
.p-speciality-faq {
  position: relative;
}
.p-speciality-faq a {
  position: absolute;
  top: 78%;
  left: 17%;
  width: 20%;
  height: 4.5%;
}
@media screen and (max-width: 599px) {
  .p-speciality-faq a {
    top: 77%;
    left: 19%;
    width: 47%;
    height: 2.5%;
  }
}

.p-top__header {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top__header {
    justify-content: center;
  }
}
.p-top__header .c-btn-cta {
  min-width: 280px;
}
.p-top__header .c-btn-cta__link {
  justify-content: flex-start;
  padding-left: 1em;
}

.p-top-seminar {
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-seminar {
    padding-top: 20px;
  }
}
.p-top-seminar::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  background: linear-gradient(83.66deg, #276ef4 0%, #276ef4 50.84%, #5cb5f7 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-seminar .l-inner {
  position: relative;
}
.p-top-seminar__ttl {
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-seminar__ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 374px) {
  .p-top-seminar__ttl {
    font-size: 1.6rem;
  }
}
.p-top-seminar__ttl::after {
  content: attr(data-en-txt);
  font-size: 0.9em;
  font-family: hypatia-sans-pro, sans-serif;
  padding-left: 1.5em;
}
.p-top-seminar__container {
  padding-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .p-top-seminar__container {
    margin-right: -50px;
    overflow: auto;
    width: calc(100% + 50px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-seminar__container {
    margin-right: -24px;
    width: calc(100% + 24px);
  }
}
.p-top-seminar .c-btn-cta {
  margin-top: 20px;
}

.p-top-about {
  position: relative;
  margin-top: 55px;
}
.p-top-about__bg {
  position: relative;
}
.p-top-about__bg::before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 78px);
  background-image: url(../img/top/bg-about.webp);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-about__bg::before {
    height: calc(100vh - 66px);
    display: none;
  }
}
.p-top-about__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-top: 55px;
  padding-bottom: 55px;
  gap: 4%;
}
@media screen and (max-width: 959px) {
  .p-top-about__inner {
    display: block;
    padding-top: 30px;
  }
}
.p-top-about__left {
  position: sticky;
  top: 135px;
  left: 0;
  padding-bottom: 20vh;
  width: 48%;
  flex-shrink: 0;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .p-top-about__left {
    width: 100%;
    top: 100px;
    padding-bottom: 0;
    position: static;
  }
}
.p-top-about__left::before {
  content: "";
  display: block;
  width: 1px;
  height: 72px;
  background-color: #353b60;
  margin-bottom: 45px;
}
@media screen and (max-width: 959px) {
  .p-top-about__left::before {
    height: 50px;
    margin-bottom: 30px;
  }
}
.p-top-about__copy {
  margin-top: 0.4em;
  letter-spacing: 0.05em;
  font-size: clamp(1.8rem, 1.6vw, 2.6rem);
  line-height: clamp(3.06rem, 2.72vw, 4.42rem);
}
.p-top-about__copy strong {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-top-about__copy {
    font-size: clamp(1.4rem, 3.8vw, 2.6rem);
  }
}
.p-top-about__copy .\--emp {
  font-size: 1.2307692308em;
}
.p-top-about__copy .\--red {
  color: #e55577;
}
.p-top-about__copy .\--blue {
  color: #276ef4;
}
.p-top-about__copy .\--mt {
  display: block;
  margin-top: 0.3em;
}
.p-top-about__right {
  width: 48%;
  flex-shrink: 0;
  padding-top: 60vh;
}
@media screen and (max-width: 959px) {
  .p-top-about__right {
    width: 100%;
    padding-top: 80px;
  }
}
.p-top-about__dsc {
  letter-spacing: 0.025em;
  line-height: 2;
}
.p-top-about__dsc + .p-top-about__dsc {
  margin-top: 2.4444444444em;
}
.p-top-about__dsc .\--highlight {
  position: relative;
  background: linear-gradient(transparent 20%, #fffed6 20%);
  font-weight: 500;
}
.p-top-about__dsc .\--red {
  color: #e55577;
  font-weight: 500;
}
.p-top-about__dsc .\--blue {
  color: #276ef4;
  font-weight: 500;
}
.p-top-about .c-btn-cta {
  margin-top: 80px;
}

.p-top-service {
  padding: 85px 0 75px;
}
.p-top-service__list {
  margin-top: 60px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 5%;
}
.p-top-service__list a {
  text-decoration: none;
}
@media screen and (max-width: 879px) {
  .p-top-service__list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.p-top-service__item {
  max-width: 320px;
  width: 33.33%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 879px) {
  .p-top-service__item {
    width: 100%;
    max-width: 450px;
  }
}
.p-top-service__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-top-service__thumb {
  display: block;
  position: relative;
}
.p-top-service__thumb img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  aspect-ratio: 640/200;
}
.p-top-service__thumb::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(39, 110, 244, 0.2);
  mix-blend-mode: screen;
  transition: background-color 0.3s;
}
.p-top-service__item a:hover .p-top-service__thumb::before {
  background-color: rgba(39, 110, 244, 0.55);
}
.p-top-service__thumb img {
  object-fit: cover;
  min-height: 80px;
  width: 100%;
}
.p-top-service__ttl {
  line-height: 1.6;
}
.p-top-service__ttl .\--main {
  display: block;
  font-size: 1.1111111111em;
  transition: color 0.3s;
  margin-top: 0.8em;
}
.p-top-service__item a:hover .p-top-service__ttl .\--main {
  color: #276ef4;
}
.p-top-service__ttl .\--sub {
  display: block;
  color: #8489a2;
  font-size: 0.7777777778em;
}
.p-top-service__dsc {
  margin-top: 0.8em;
  letter-spacing: 0.025em;
  flex-grow: 1;
}
.p-top-service__more {
  align-self: flex-start;
  display: block;
  font-size: 0.8888888889em;
  margin-top: 1.2em;
  color: #276ef4;
  font-weight: 500;
  position: relative;
}
.p-top-service__more .icon-arrow {
  margin-left: 0.3em;
}
.p-top-service__more::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #276ef4;
  margin-top: 0.3em;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.3s;
}
.p-top-service__item a:hover .p-top-service__more::after {
  clip-path: inset(0 0% 0 0);
}

.p-top-reasons {
  background-color: #f7f9fd;
  padding: 80px 0 75px;
}
.p-top-reasons__inner {
  display: grid;
  grid-template-columns: 405px 1fr;
}
@media screen and (max-width: 959px) {
  .p-top-reasons__inner {
    grid-template-columns: 315px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reasons__inner {
    display: block;
  }
}
.p-top-reasons .c-btn-cta {
  margin-top: 40px;
}
.p-top-reasons__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5em;
  counter-reset: topReasons;
  margin-top: 2.5em;
}
.p-top-reasons__item {
  display: flex;
  counter-increment: topReasons;
  align-items: flex-start;
}
.p-top-reasons__item::before {
  content: counter(topReasons);
  font-family: hypatia-sans-pro, sans-serif;
  font-size: 2.4rem;
  padding-right: 1em;
  flex-shrink: 0;
  line-height: 1.3;
  font-weight: 700;
}

.p-top-cases {
  padding: 80px 0 0;
}
.p-top-cases__genres {
  margin-top: 45px;
  display: flex;
  justify-content: center;
}
.p-top-cases__genres__list {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border-top: 1px solid #707590;
  border-bottom: 1px solid #707590;
  padding: 1em 0.7em;
  gap: 1em;
}
.p-top-cases__genres li {
  line-height: 1;
}
.p-top-cases__list {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1259px) {
  .p-top-cases__list {
    flex-direction: column;
    max-width: 360px;
    margin: 45px auto 0;
    gap: 60px;
  }
}
.p-top-cases__case {
  max-width: 360px;
}
.p-top-cases__ttl {
  padding: 1em 0;
  font-size: 1.1111111111em;
  text-align: center;
  background-color: #276ef4;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 4px;
  line-height: 1;
}
.p-top-cases__subttl {
  margin: 1em 0;
  font-size: 1.1111111111em;
  font-weight: 500;
  line-height: 1.4;
}
.p-top-cases__data {
  border-top: 1px solid #cdced8;
}
.p-top-cases__row {
  border-bottom: 1px solid #cdced8;
  display: flex;
  align-items: flex-start;
  padding: 0.6em 0;
  line-height: 1.4;
  font-size: 0.7777777778em;
}
.p-top-cases__term {
  min-width: 6.5em;
  flex-shrink: 0;
  font-weight: 500;
}
.p-top-cases .c-btn-cta {
  margin-top: 45px;
}
.p-top-cases .c-btn-cta a {
  margin: auto;
}

.p-top-column,
.p-top-news {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-column .c-btn-cta,
  .p-top-news .c-btn-cta {
    margin-top: 50px;
  }
}

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

.pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

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

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

.sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only-flex {
    display: flex;
  }
}

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

.u-br-320 {
  display: none;
}
@media screen and (max-width: 319px) {
  .u-br-320 {
    display: block;
  }
}

.u-br-328 {
  display: none;
}
@media screen and (max-width: 327px) {
  .u-br-328 {
    display: block;
  }
}

.u-br-336 {
  display: none;
}
@media screen and (max-width: 335px) {
  .u-br-336 {
    display: block;
  }
}

.u-br-344 {
  display: none;
}
@media screen and (max-width: 343px) {
  .u-br-344 {
    display: block;
  }
}

.u-br-352 {
  display: none;
}
@media screen and (max-width: 351px) {
  .u-br-352 {
    display: block;
  }
}

.u-br-360 {
  display: none;
}
@media screen and (max-width: 359px) {
  .u-br-360 {
    display: block;
  }
}

.u-br-368 {
  display: none;
}
@media screen and (max-width: 367px) {
  .u-br-368 {
    display: block;
  }
}

.u-br-376 {
  display: none;
}
@media screen and (max-width: 375px) {
  .u-br-376 {
    display: block;
  }
}

.u-br-384 {
  display: none;
}
@media screen and (max-width: 383px) {
  .u-br-384 {
    display: block;
  }
}

.u-br-392 {
  display: none;
}
@media screen and (max-width: 391px) {
  .u-br-392 {
    display: block;
  }
}

.u-br-400 {
  display: none;
}
@media screen and (max-width: 399px) {
  .u-br-400 {
    display: block;
  }
}

.u-br-408 {
  display: none;
}
@media screen and (max-width: 407px) {
  .u-br-408 {
    display: block;
  }
}

.u-br-416 {
  display: none;
}
@media screen and (max-width: 415px) {
  .u-br-416 {
    display: block;
  }
}

.u-br-424 {
  display: none;
}
@media screen and (max-width: 423px) {
  .u-br-424 {
    display: block;
  }
}

.u-br-432 {
  display: none;
}
@media screen and (max-width: 431px) {
  .u-br-432 {
    display: block;
  }
}

.u-br-440 {
  display: none;
}
@media screen and (max-width: 439px) {
  .u-br-440 {
    display: block;
  }
}

.u-br-448 {
  display: none;
}
@media screen and (max-width: 447px) {
  .u-br-448 {
    display: block;
  }
}

.u-br-456 {
  display: none;
}
@media screen and (max-width: 455px) {
  .u-br-456 {
    display: block;
  }
}

.u-br-464 {
  display: none;
}
@media screen and (max-width: 463px) {
  .u-br-464 {
    display: block;
  }
}

.u-br-472 {
  display: none;
}
@media screen and (max-width: 471px) {
  .u-br-472 {
    display: block;
  }
}

.u-br-480 {
  display: none;
}
@media screen and (max-width: 479px) {
  .u-br-480 {
    display: block;
  }
}

.u-br-488 {
  display: none;
}
@media screen and (max-width: 487px) {
  .u-br-488 {
    display: block;
  }
}

.u-br-496 {
  display: none;
}
@media screen and (max-width: 495px) {
  .u-br-496 {
    display: block;
  }
}

.u-br-504 {
  display: none;
}
@media screen and (max-width: 503px) {
  .u-br-504 {
    display: block;
  }
}

.u-br-512 {
  display: none;
}
@media screen and (max-width: 511px) {
  .u-br-512 {
    display: block;
  }
}

.u-br-520 {
  display: none;
}
@media screen and (max-width: 519px) {
  .u-br-520 {
    display: block;
  }
}

.u-br-528 {
  display: none;
}
@media screen and (max-width: 527px) {
  .u-br-528 {
    display: block;
  }
}

.u-br-536 {
  display: none;
}
@media screen and (max-width: 535px) {
  .u-br-536 {
    display: block;
  }
}

.u-br-544 {
  display: none;
}
@media screen and (max-width: 543px) {
  .u-br-544 {
    display: block;
  }
}

.u-br-552 {
  display: none;
}
@media screen and (max-width: 551px) {
  .u-br-552 {
    display: block;
  }
}

.u-br-560 {
  display: none;
}
@media screen and (max-width: 559px) {
  .u-br-560 {
    display: block;
  }
}

.u-br-568 {
  display: none;
}
@media screen and (max-width: 567px) {
  .u-br-568 {
    display: block;
  }
}

.u-br-576 {
  display: none;
}
@media screen and (max-width: 575px) {
  .u-br-576 {
    display: block;
  }
}

.u-br-584 {
  display: none;
}
@media screen and (max-width: 583px) {
  .u-br-584 {
    display: block;
  }
}

.u-br-592 {
  display: none;
}
@media screen and (max-width: 591px) {
  .u-br-592 {
    display: block;
  }
}

.u-br-600 {
  display: none;
}
@media screen and (max-width: 599px) {
  .u-br-600 {
    display: block;
  }
}

.u-br-608 {
  display: none;
}
@media screen and (max-width: 607px) {
  .u-br-608 {
    display: block;
  }
}

.u-br-616 {
  display: none;
}
@media screen and (max-width: 615px) {
  .u-br-616 {
    display: block;
  }
}

.u-br-624 {
  display: none;
}
@media screen and (max-width: 623px) {
  .u-br-624 {
    display: block;
  }
}

.u-br-632 {
  display: none;
}
@media screen and (max-width: 631px) {
  .u-br-632 {
    display: block;
  }
}

.u-br-640 {
  display: none;
}
@media screen and (max-width: 639px) {
  .u-br-640 {
    display: block;
  }
}

.u-br-648 {
  display: none;
}
@media screen and (max-width: 647px) {
  .u-br-648 {
    display: block;
  }
}

.u-br-656 {
  display: none;
}
@media screen and (max-width: 655px) {
  .u-br-656 {
    display: block;
  }
}

.u-br-664 {
  display: none;
}
@media screen and (max-width: 663px) {
  .u-br-664 {
    display: block;
  }
}

.u-br-672 {
  display: none;
}
@media screen and (max-width: 671px) {
  .u-br-672 {
    display: block;
  }
}

.u-br-680 {
  display: none;
}
@media screen and (max-width: 679px) {
  .u-br-680 {
    display: block;
  }
}

.u-br-688 {
  display: none;
}
@media screen and (max-width: 687px) {
  .u-br-688 {
    display: block;
  }
}

.u-br-696 {
  display: none;
}
@media screen and (max-width: 695px) {
  .u-br-696 {
    display: block;
  }
}

.u-br-704 {
  display: none;
}
@media screen and (max-width: 703px) {
  .u-br-704 {
    display: block;
  }
}

.u-br-712 {
  display: none;
}
@media screen and (max-width: 711px) {
  .u-br-712 {
    display: block;
  }
}

.u-br-720 {
  display: none;
}
@media screen and (max-width: 719px) {
  .u-br-720 {
    display: block;
  }
}

.u-br-728 {
  display: none;
}
@media screen and (max-width: 727px) {
  .u-br-728 {
    display: block;
  }
}

.u-br-736 {
  display: none;
}
@media screen and (max-width: 735px) {
  .u-br-736 {
    display: block;
  }
}

.u-br-744 {
  display: none;
}
@media screen and (max-width: 743px) {
  .u-br-744 {
    display: block;
  }
}

.u-br-752 {
  display: none;
}
@media screen and (max-width: 751px) {
  .u-br-752 {
    display: block;
  }
}

.u-br-760 {
  display: none;
}
@media screen and (max-width: 759px) {
  .u-br-760 {
    display: block;
  }
}

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

.u-br-776 {
  display: none;
}
@media screen and (max-width: 775px) {
  .u-br-776 {
    display: block;
  }
}

.u-br-784 {
  display: none;
}
@media screen and (max-width: 783px) {
  .u-br-784 {
    display: block;
  }
}

.u-br-792 {
  display: none;
}
@media screen and (max-width: 791px) {
  .u-br-792 {
    display: block;
  }
}

.u-br-800 {
  display: none;
}
@media screen and (max-width: 799px) {
  .u-br-800 {
    display: block;
  }
}

.u-br-808 {
  display: none;
}
@media screen and (max-width: 807px) {
  .u-br-808 {
    display: block;
  }
}

.u-br-816 {
  display: none;
}
@media screen and (max-width: 815px) {
  .u-br-816 {
    display: block;
  }
}

.u-br-824 {
  display: none;
}
@media screen and (max-width: 823px) {
  .u-br-824 {
    display: block;
  }
}

.u-br-832 {
  display: none;
}
@media screen and (max-width: 831px) {
  .u-br-832 {
    display: block;
  }
}

.u-br-840 {
  display: none;
}
@media screen and (max-width: 839px) {
  .u-br-840 {
    display: block;
  }
}

.u-br-848 {
  display: none;
}
@media screen and (max-width: 847px) {
  .u-br-848 {
    display: block;
  }
}

.u-br-856 {
  display: none;
}
@media screen and (max-width: 855px) {
  .u-br-856 {
    display: block;
  }
}

.u-br-864 {
  display: none;
}
@media screen and (max-width: 863px) {
  .u-br-864 {
    display: block;
  }
}

.u-br-872 {
  display: none;
}
@media screen and (max-width: 871px) {
  .u-br-872 {
    display: block;
  }
}

.u-br-880 {
  display: none;
}
@media screen and (max-width: 879px) {
  .u-br-880 {
    display: block;
  }
}

.u-br-888 {
  display: none;
}
@media screen and (max-width: 887px) {
  .u-br-888 {
    display: block;
  }
}

.u-br-896 {
  display: none;
}
@media screen and (max-width: 895px) {
  .u-br-896 {
    display: block;
  }
}

.u-br-904 {
  display: none;
}
@media screen and (max-width: 903px) {
  .u-br-904 {
    display: block;
  }
}

.u-br-912 {
  display: none;
}
@media screen and (max-width: 911px) {
  .u-br-912 {
    display: block;
  }
}

.u-br-920 {
  display: none;
}
@media screen and (max-width: 919px) {
  .u-br-920 {
    display: block;
  }
}

.u-br-928 {
  display: none;
}
@media screen and (max-width: 927px) {
  .u-br-928 {
    display: block;
  }
}

.u-br-936 {
  display: none;
}
@media screen and (max-width: 935px) {
  .u-br-936 {
    display: block;
  }
}

.u-br-944 {
  display: none;
}
@media screen and (max-width: 943px) {
  .u-br-944 {
    display: block;
  }
}

.u-br-952 {
  display: none;
}
@media screen and (max-width: 951px) {
  .u-br-952 {
    display: block;
  }
}

.u-br-960 {
  display: none;
}
@media screen and (max-width: 959px) {
  .u-br-960 {
    display: block;
  }
}

.u-br-968 {
  display: none;
}
@media screen and (max-width: 967px) {
  .u-br-968 {
    display: block;
  }
}

.u-br-976 {
  display: none;
}
@media screen and (max-width: 975px) {
  .u-br-976 {
    display: block;
  }
}

.u-br-984 {
  display: none;
}
@media screen and (max-width: 983px) {
  .u-br-984 {
    display: block;
  }
}

.u-br-992 {
  display: none;
}
@media screen and (max-width: 991px) {
  .u-br-992 {
    display: block;
  }
}

.u-br-1000 {
  display: none;
}
@media screen and (max-width: 999px) {
  .u-br-1000 {
    display: block;
  }
}

.u-br-1008 {
  display: none;
}
@media screen and (max-width: 1007px) {
  .u-br-1008 {
    display: block;
  }
}

.u-br-1016 {
  display: none;
}
@media screen and (max-width: 1015px) {
  .u-br-1016 {
    display: block;
  }
}

.u-br-1024 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-br-1024 {
    display: block;
  }
}

.u-br-1032 {
  display: none;
}
@media screen and (max-width: 1031px) {
  .u-br-1032 {
    display: block;
  }
}

.u-br-1040 {
  display: none;
}
@media screen and (max-width: 1039px) {
  .u-br-1040 {
    display: block;
  }
}

.u-br-1048 {
  display: none;
}
@media screen and (max-width: 1047px) {
  .u-br-1048 {
    display: block;
  }
}

.u-br-1056 {
  display: none;
}
@media screen and (max-width: 1055px) {
  .u-br-1056 {
    display: block;
  }
}

.u-br-1064 {
  display: none;
}
@media screen and (max-width: 1063px) {
  .u-br-1064 {
    display: block;
  }
}

.u-br-1072 {
  display: none;
}
@media screen and (max-width: 1071px) {
  .u-br-1072 {
    display: block;
  }
}

.u-br-1080 {
  display: none;
}
@media screen and (max-width: 1079px) {
  .u-br-1080 {
    display: block;
  }
}

.u-br-1088 {
  display: none;
}
@media screen and (max-width: 1087px) {
  .u-br-1088 {
    display: block;
  }
}

.u-br-1096 {
  display: none;
}
@media screen and (max-width: 1095px) {
  .u-br-1096 {
    display: block;
  }
}

.u-br-1104 {
  display: none;
}
@media screen and (max-width: 1103px) {
  .u-br-1104 {
    display: block;
  }
}

.u-br-1112 {
  display: none;
}
@media screen and (max-width: 1111px) {
  .u-br-1112 {
    display: block;
  }
}

.u-br-1120 {
  display: none;
}
@media screen and (max-width: 1119px) {
  .u-br-1120 {
    display: block;
  }
}

.u-br-1128 {
  display: none;
}
@media screen and (max-width: 1127px) {
  .u-br-1128 {
    display: block;
  }
}

.u-br-1136 {
  display: none;
}
@media screen and (max-width: 1135px) {
  .u-br-1136 {
    display: block;
  }
}

.u-br-1144 {
  display: none;
}
@media screen and (max-width: 1143px) {
  .u-br-1144 {
    display: block;
  }
}

.u-br-1152 {
  display: none;
}
@media screen and (max-width: 1151px) {
  .u-br-1152 {
    display: block;
  }
}

.u-br-1160 {
  display: none;
}
@media screen and (max-width: 1159px) {
  .u-br-1160 {
    display: block;
  }
}

.u-br-1168 {
  display: none;
}
@media screen and (max-width: 1167px) {
  .u-br-1168 {
    display: block;
  }
}

.u-br-1176 {
  display: none;
}
@media screen and (max-width: 1175px) {
  .u-br-1176 {
    display: block;
  }
}

.u-br-1184 {
  display: none;
}
@media screen and (max-width: 1183px) {
  .u-br-1184 {
    display: block;
  }
}

.u-br-1192 {
  display: none;
}
@media screen and (max-width: 1191px) {
  .u-br-1192 {
    display: block;
  }
}

.u-br-1200 {
  display: none;
}
@media screen and (max-width: 1199px) {
  .u-br-1200 {
    display: block;
  }
}

.u-br-1208 {
  display: none;
}
@media screen and (max-width: 1207px) {
  .u-br-1208 {
    display: block;
  }
}

.u-br-1216 {
  display: none;
}
@media screen and (max-width: 1215px) {
  .u-br-1216 {
    display: block;
  }
}

.u-br-1224 {
  display: none;
}
@media screen and (max-width: 1223px) {
  .u-br-1224 {
    display: block;
  }
}

.u-br-1232 {
  display: none;
}
@media screen and (max-width: 1231px) {
  .u-br-1232 {
    display: block;
  }
}

.u-br-1240 {
  display: none;
}
@media screen and (max-width: 1239px) {
  .u-br-1240 {
    display: block;
  }
}

.u-br-1248 {
  display: none;
}
@media screen and (max-width: 1247px) {
  .u-br-1248 {
    display: block;
  }
}

.u-br-1256 {
  display: none;
}
@media screen and (max-width: 1255px) {
  .u-br-1256 {
    display: block;
  }
}

.u-br-1264 {
  display: none;
}
@media screen and (max-width: 1263px) {
  .u-br-1264 {
    display: block;
  }
}

.u-br-1272 {
  display: none;
}
@media screen and (max-width: 1271px) {
  .u-br-1272 {
    display: block;
  }
}

.u-br-1280 {
  display: none;
}
@media screen and (max-width: 1279px) {
  .u-br-1280 {
    display: block;
  }
}

.u-br-1288 {
  display: none;
}
@media screen and (max-width: 1287px) {
  .u-br-1288 {
    display: block;
  }
}

.u-br-1296 {
  display: none;
}
@media screen and (max-width: 1295px) {
  .u-br-1296 {
    display: block;
  }
}

.u-br-1304 {
  display: none;
}
@media screen and (max-width: 1303px) {
  .u-br-1304 {
    display: block;
  }
}

.u-br-1312 {
  display: none;
}
@media screen and (max-width: 1311px) {
  .u-br-1312 {
    display: block;
  }
}

.u-br-1320 {
  display: none;
}
@media screen and (max-width: 1319px) {
  .u-br-1320 {
    display: block;
  }
}

.u-br-1328 {
  display: none;
}
@media screen and (max-width: 1327px) {
  .u-br-1328 {
    display: block;
  }
}

.u-br-1336 {
  display: none;
}
@media screen and (max-width: 1335px) {
  .u-br-1336 {
    display: block;
  }
}

.u-br-1344 {
  display: none;
}
@media screen and (max-width: 1343px) {
  .u-br-1344 {
    display: block;
  }
}

.u-br-1352 {
  display: none;
}
@media screen and (max-width: 1351px) {
  .u-br-1352 {
    display: block;
  }
}

.u-br-1360 {
  display: none;
}
@media screen and (max-width: 1359px) {
  .u-br-1360 {
    display: block;
  }
}

.u-br-1368 {
  display: none;
}
@media screen and (max-width: 1367px) {
  .u-br-1368 {
    display: block;
  }
}

.u-br-1376 {
  display: none;
}
@media screen and (max-width: 1375px) {
  .u-br-1376 {
    display: block;
  }
}

.u-br-1384 {
  display: none;
}
@media screen and (max-width: 1383px) {
  .u-br-1384 {
    display: block;
  }
}

.u-br-1392 {
  display: none;
}
@media screen and (max-width: 1391px) {
  .u-br-1392 {
    display: block;
  }
}

.u-br-1400 {
  display: none;
}
@media screen and (max-width: 1399px) {
  .u-br-1400 {
    display: block;
  }
}

.u-br-1408 {
  display: none;
}
@media screen and (max-width: 1407px) {
  .u-br-1408 {
    display: block;
  }
}

.u-br-1416 {
  display: none;
}
@media screen and (max-width: 1415px) {
  .u-br-1416 {
    display: block;
  }
}

.u-br-1424 {
  display: none;
}
@media screen and (max-width: 1423px) {
  .u-br-1424 {
    display: block;
  }
}

.u-br-1432 {
  display: none;
}
@media screen and (max-width: 1431px) {
  .u-br-1432 {
    display: block;
  }
}

.u-br-1440 {
  display: none;
}
@media screen and (max-width: 1439px) {
  .u-br-1440 {
    display: block;
  }
}

.u-br-1448 {
  display: none;
}
@media screen and (max-width: 1447px) {
  .u-br-1448 {
    display: block;
  }
}

.u-br-1456 {
  display: none;
}
@media screen and (max-width: 1455px) {
  .u-br-1456 {
    display: block;
  }
}

.u-br-1464 {
  display: none;
}
@media screen and (max-width: 1463px) {
  .u-br-1464 {
    display: block;
  }
}

.u-br-1472 {
  display: none;
}
@media screen and (max-width: 1471px) {
  .u-br-1472 {
    display: block;
  }
}

.u-br-1480 {
  display: none;
}
@media screen and (max-width: 1479px) {
  .u-br-1480 {
    display: block;
  }
}

.u-br-1488 {
  display: none;
}
@media screen and (max-width: 1487px) {
  .u-br-1488 {
    display: block;
  }
}

.u-br-1496 {
  display: none;
}
@media screen and (max-width: 1495px) {
  .u-br-1496 {
    display: block;
  }
}

.u-br-1504 {
  display: none;
}
@media screen and (max-width: 1503px) {
  .u-br-1504 {
    display: block;
  }
}

.u-br-1512 {
  display: none;
}
@media screen and (max-width: 1511px) {
  .u-br-1512 {
    display: block;
  }
}

.u-br-1520 {
  display: none;
}
@media screen and (max-width: 1519px) {
  .u-br-1520 {
    display: block;
  }
}

.u-br-1528 {
  display: none;
}
@media screen and (max-width: 1527px) {
  .u-br-1528 {
    display: block;
  }
}

.u-br-1536 {
  display: none;
}
@media screen and (max-width: 1535px) {
  .u-br-1536 {
    display: block;
  }
}

.u-br-1544 {
  display: none;
}
@media screen and (max-width: 1543px) {
  .u-br-1544 {
    display: block;
  }
}

.u-br-1552 {
  display: none;
}
@media screen and (max-width: 1551px) {
  .u-br-1552 {
    display: block;
  }
}

.u-br-1560 {
  display: none;
}
@media screen and (max-width: 1559px) {
  .u-br-1560 {
    display: block;
  }
}

.u-br-1568 {
  display: none;
}
@media screen and (max-width: 1567px) {
  .u-br-1568 {
    display: block;
  }
}

.u-br-1576 {
  display: none;
}
@media screen and (max-width: 1575px) {
  .u-br-1576 {
    display: block;
  }
}

.u-br-1584 {
  display: none;
}
@media screen and (max-width: 1583px) {
  .u-br-1584 {
    display: block;
  }
}

.u-br-1592 {
  display: none;
}
@media screen and (max-width: 1591px) {
  .u-br-1592 {
    display: block;
  }
}

.u-br-1600 {
  display: none;
}
@media screen and (max-width: 1599px) {
  .u-br-1600 {
    display: block;
  }
}

.u-br-1608 {
  display: none;
}
@media screen and (max-width: 1607px) {
  .u-br-1608 {
    display: block;
  }
}

.u-br-1616 {
  display: none;
}
@media screen and (max-width: 1615px) {
  .u-br-1616 {
    display: block;
  }
}

.u-br-1624 {
  display: none;
}
@media screen and (max-width: 1623px) {
  .u-br-1624 {
    display: block;
  }
}

.u-br-1632 {
  display: none;
}
@media screen and (max-width: 1631px) {
  .u-br-1632 {
    display: block;
  }
}

.u-br-1640 {
  display: none;
}
@media screen and (max-width: 1639px) {
  .u-br-1640 {
    display: block;
  }
}

.u-br-1648 {
  display: none;
}
@media screen and (max-width: 1647px) {
  .u-br-1648 {
    display: block;
  }
}

.u-br-1656 {
  display: none;
}
@media screen and (max-width: 1655px) {
  .u-br-1656 {
    display: block;
  }
}

.u-br-1664 {
  display: none;
}
@media screen and (max-width: 1663px) {
  .u-br-1664 {
    display: block;
  }
}

.u-br-1672 {
  display: none;
}
@media screen and (max-width: 1671px) {
  .u-br-1672 {
    display: block;
  }
}

.u-br-1680 {
  display: none;
}
@media screen and (max-width: 1679px) {
  .u-br-1680 {
    display: block;
  }
}

.u-br-1688 {
  display: none;
}
@media screen and (max-width: 1687px) {
  .u-br-1688 {
    display: block;
  }
}

.u-br-1696 {
  display: none;
}
@media screen and (max-width: 1695px) {
  .u-br-1696 {
    display: block;
  }
}

.u-br-1704 {
  display: none;
}
@media screen and (max-width: 1703px) {
  .u-br-1704 {
    display: block;
  }
}

.u-br-1712 {
  display: none;
}
@media screen and (max-width: 1711px) {
  .u-br-1712 {
    display: block;
  }
}

.u-br-1720 {
  display: none;
}
@media screen and (max-width: 1719px) {
  .u-br-1720 {
    display: block;
  }
}

.u-br-1728 {
  display: none;
}
@media screen and (max-width: 1727px) {
  .u-br-1728 {
    display: block;
  }
}

.u-br-1736 {
  display: none;
}
@media screen and (max-width: 1735px) {
  .u-br-1736 {
    display: block;
  }
}

.u-br-1744 {
  display: none;
}
@media screen and (max-width: 1743px) {
  .u-br-1744 {
    display: block;
  }
}

.u-br-1752 {
  display: none;
}
@media screen and (max-width: 1751px) {
  .u-br-1752 {
    display: block;
  }
}

.u-br-1760 {
  display: none;
}
@media screen and (max-width: 1759px) {
  .u-br-1760 {
    display: block;
  }
}

.u-br-1768 {
  display: none;
}
@media screen and (max-width: 1767px) {
  .u-br-1768 {
    display: block;
  }
}

.u-br-1776 {
  display: none;
}
@media screen and (max-width: 1775px) {
  .u-br-1776 {
    display: block;
  }
}

.u-br-1784 {
  display: none;
}
@media screen and (max-width: 1783px) {
  .u-br-1784 {
    display: block;
  }
}

.u-br-1792 {
  display: none;
}
@media screen and (max-width: 1791px) {
  .u-br-1792 {
    display: block;
  }
}

.u-br-1800 {
  display: none;
}
@media screen and (max-width: 1799px) {
  .u-br-1800 {
    display: block;
  }
}

.u-br-1808 {
  display: none;
}
@media screen and (max-width: 1807px) {
  .u-br-1808 {
    display: block;
  }
}

.u-br-1816 {
  display: none;
}
@media screen and (max-width: 1815px) {
  .u-br-1816 {
    display: block;
  }
}

.u-br-1824 {
  display: none;
}
@media screen and (max-width: 1823px) {
  .u-br-1824 {
    display: block;
  }
}

.u-br-1832 {
  display: none;
}
@media screen and (max-width: 1831px) {
  .u-br-1832 {
    display: block;
  }
}

.u-br-1840 {
  display: none;
}
@media screen and (max-width: 1839px) {
  .u-br-1840 {
    display: block;
  }
}

.u-br-1848 {
  display: none;
}
@media screen and (max-width: 1847px) {
  .u-br-1848 {
    display: block;
  }
}

.u-br-1856 {
  display: none;
}
@media screen and (max-width: 1855px) {
  .u-br-1856 {
    display: block;
  }
}

.u-br-1864 {
  display: none;
}
@media screen and (max-width: 1863px) {
  .u-br-1864 {
    display: block;
  }
}

.u-br-1872 {
  display: none;
}
@media screen and (max-width: 1871px) {
  .u-br-1872 {
    display: block;
  }
}

.u-br-1880 {
  display: none;
}
@media screen and (max-width: 1879px) {
  .u-br-1880 {
    display: block;
  }
}

.u-br-1888 {
  display: none;
}
@media screen and (max-width: 1887px) {
  .u-br-1888 {
    display: block;
  }
}

.u-br-1896 {
  display: none;
}
@media screen and (max-width: 1895px) {
  .u-br-1896 {
    display: block;
  }
}

.u-br-1904 {
  display: none;
}
@media screen and (max-width: 1903px) {
  .u-br-1904 {
    display: block;
  }
}

.u-br-1912 {
  display: none;
}
@media screen and (max-width: 1911px) {
  .u-br-1912 {
    display: block;
  }
}

.u-br-1920 {
  display: none;
}
@media screen and (max-width: 1919px) {
  .u-br-1920 {
    display: block;
  }
}

.u-mt-4 {
  margin-top: calc(4px - 0.4em);
}

.u-mt-8 {
  margin-top: calc(8px - 0.4em);
}

.u-mt-12 {
  margin-top: calc(12px - 0.4em);
}

.u-mt-16 {
  margin-top: calc(16px - 0.4em);
}

.u-mt-20 {
  margin-top: calc(20px - 0.4em);
}

.u-mt-24 {
  margin-top: calc(24px - 0.4em);
}

.u-mt-28 {
  margin-top: calc(28px - 0.4em);
}

.u-mt-32 {
  margin-top: calc(32px - 0.4em);
}

.u-mt-36 {
  margin-top: calc(36px - 0.4em);
}

.u-mt-40 {
  margin-top: calc(40px - 0.4em);
}

.u-mt-44 {
  margin-top: calc(44px - 0.4em);
}

.u-mt-48 {
  margin-top: calc(48px - 0.4em);
}

.u-mt-52 {
  margin-top: calc(52px - 0.4em);
}

.u-mt-56 {
  margin-top: calc(56px - 0.4em);
}

.u-mt-60 {
  margin-top: calc(60px - 0.4em);
}

.u-mt-64 {
  margin-top: calc(64px - 0.4em);
}

.u-mt-68 {
  margin-top: calc(68px - 0.4em);
}

.u-mt-72 {
  margin-top: calc(72px - 0.4em);
}

.u-mt-76 {
  margin-top: calc(76px - 0.4em);
}

.u-mt-80 {
  margin-top: calc(80px - 0.4em);
}

.u-mt-84 {
  margin-top: calc(84px - 0.4em);
}

.u-mt-88 {
  margin-top: calc(88px - 0.4em);
}

.u-mt-92 {
  margin-top: calc(92px - 0.4em);
}

.u-mt-96 {
  margin-top: calc(96px - 0.4em);
}

.u-mt-100 {
  margin-top: calc(100px - 0.4em);
}

.u-mt-104 {
  margin-top: calc(104px - 0.4em);
}

.u-mt-108 {
  margin-top: calc(108px - 0.4em);
}

.u-mt-112 {
  margin-top: calc(112px - 0.4em);
}

.u-mt-116 {
  margin-top: calc(116px - 0.4em);
}

.u-mt-120 {
  margin-top: calc(120px - 0.4em);
}

.u-mt-124 {
  margin-top: calc(124px - 0.4em);
}

.u-mt-128 {
  margin-top: calc(128px - 0.4em);
}

.u-mt-132 {
  margin-top: calc(132px - 0.4em);
}

.u-mt-136 {
  margin-top: calc(136px - 0.4em);
}

.u-mt-140 {
  margin-top: calc(140px - 0.4em);
}

.u-mt-144 {
  margin-top: calc(144px - 0.4em);
}

.u-mt-148 {
  margin-top: calc(148px - 0.4em);
}

.u-mt-152 {
  margin-top: calc(152px - 0.4em);
}

.u-mt-156 {
  margin-top: calc(156px - 0.4em);
}

.u-mt-160 {
  margin-top: calc(160px - 0.4em);
}

.u-mt-164 {
  margin-top: calc(164px - 0.4em);
}

.u-mt-168 {
  margin-top: calc(168px - 0.4em);
}

.u-mt-172 {
  margin-top: calc(172px - 0.4em);
}

.u-mt-176 {
  margin-top: calc(176px - 0.4em);
}

.u-mt-180 {
  margin-top: calc(180px - 0.4em);
}

.u-mt-184 {
  margin-top: calc(184px - 0.4em);
}

.u-mt-188 {
  margin-top: calc(188px - 0.4em);
}

.u-mt-192 {
  margin-top: calc(192px - 0.4em);
}

.u-mt-196 {
  margin-top: calc(196px - 0.4em);
}

.u-pt50 {
  padding-top: 50px;
}

.u-pt85 {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  .u-pt85 {
    padding-top: 30px;
  }
}

.u-pt120 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .u-pt120 {
    padding-top: 30px;
  }
}

.u-pt-half {
  padding-top: 0.6em;
}

.u-fwb {
  font-weight: bold;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-uppercase-none {
  text-transform: none;
}

/* ==========================================================================
 Foundation
============================================================================*/
/* ==========================================================================
 layout
============================================================================*/
/* ==========================================================================
 object
============================================================================*/
/*# sourceMappingURL=style.css.map */