@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wdth,wght@0,62.5..100,100..900;1,62.5..100,100..900&family=Noto+Serif+JP:wght@200..900&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: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.025em;
  transition: opacity 0.3s;
  color: #353b60;
  background-color: #ffffff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #353b60;
}

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

section {
  padding: 100px 24px;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 60px 24px;
  }
}

.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;
  }
}
.l-main__subpage article {
  padding: 100px 24px;
}
@media screen and (max-width: 1024px) {
  .l-main__subpage article {
    padding: 60px 24px;
  }
}

.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;
  padding: 0 24px;
}
@media screen and (max-width: 767px) {
  .l-header-main {
    padding: 0 16px;
  }
}
.l-header-main__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  width: 100%;
  max-width: 1440px;
  margin: auto;
  box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .l-header-main__inner {
    height: 68px;
    position: relative;
  }
}
.l-header-main__logo {
  font-size: 1rem;
  width: 17.17em;
  letter-spacing: 0.01em;
  flex-shrink: 0;
}
@media screen and (min-width: 1291px) {
  .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: 140px;
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .l-header-main__logo .\--img {
    width: 140px;
  }
}

.l-header-nav {
  display: flex;
  gap: 18px;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.l-header-nav__list-wrapper {
  position: relative;
}
@media screen and (max-width: 1290px) {
  .l-header-nav__list-wrapper {
    overflow-y: scroll;
    position: absolute;
    background-color: #ffffff;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100vw;
    height: 100vh;
    clip-path: inset(0 0 100% 0);
    opacity: 0;
    transition: clip-path 0.65s, opacity 0.3s 0.35s;
  }
}
@media screen and (max-width: 1290px) and (min-width: 1400px) {
  .l-header-nav__list-wrapper {
    background-size: contain;
  }
}
@media screen and (max-width: 1290px) {
  .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: 1290px) {
  .l-header-nav__list-inner {
    max-width: 900px;
    margin: auto;
    margin-top: 70px;
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-nav__list-inner {
    margin-top: 18px;
  }
}
.l-header-nav__list {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1290px) {
  .l-header-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5em;
    margin-top: 40px;
    font-size: 1.6rem;
  }
}
.l-header-nav__item {
  position: relative;
}
@media screen and (min-width: 1291px) {
  .l-header-nav__item.\--sp {
    display: none;
  }
}
.l-header-nav__item.\--current a {
  color: #276ef4;
}
@media screen and (min-width: 1291px) {
  .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: 1291px) {
  .l-header-nav__item.\--service {
    font-size: 1.4rem;
  }
}
.l-header-nav__item.\--is-open .l-header-nav__triangle .triangle:after {
  transform: rotateX(180deg);
}
.l-header-nav__service {
  display: flex;
}
.l-header-nav__triangle .triangle {
  display: block;
  transition: color 0.3s;
}
@media screen and (max-width: 1290px) {
  .l-header-nav__triangle .triangle {
    display: none;
  }
}
.l-header-nav__triangle .triangle: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__sublist {
  display: block;
  padding: 20px 0px;
  transition: clip-path 0.8s;
  clip-path: inset(0px 0 100% 0);
  background-color: #ffffff;
  position: fixed;
  left: 0;
  right: 0;
  width: 100vw;
  max-width: none;
  /* いったん現状に合わせて。必要なら後で調整 */
  top: 75px;
  z-index: 99;
}
@media screen and (max-width: 1290px) {
  .l-header-nav__sublist {
    display: none;
  }
}
.l-header-nav__sublist:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  height: 4px;
  border-top: 4px solid #276ef4;
}
.\--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 #ffffff 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;
  border-color: transparent transparent #276ef4;
  left: var(--arrow-left, 50%) !important;
  transform: translateX(-50%) !important;
}
.l-header-nav__sublist-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.1428571429%;
  max-width: 960px;
  margin: auto;
}
.l-header-nav__sublist-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 0 0 20px;
  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.5rem;
  font-weight: 500;
  margin-top: 0.6em;
  text-align: center;
}
.l-header-nav__subitem a .\--copy {
  font-size: 1.4rem;
  font-weight: 400;
}

.l-header-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  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: 1290px) {
  .l-header-contact.\--sp {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}

.l-footer {
  background-color: #3e4c67;
  padding: 80px 24px 60px;
  color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .l-footer {
    padding: 40px 24px 30px;
  }
}
.l-footer a {
  color: #ffffff;
}
.l-footer__inner {
  display: flex;
  gap: 3.5%;
}
@media screen and (max-width: 1024px) {
  .l-footer__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.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: 240px;
  font-weight: 500;
  margin-bottom: 5px;
}
.l-footer__logo .\--copy {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.l-footer .trademark {
  font-size: 1.2rem;
}
.l-footer__address {
  font-size: 1.6rem;
  margin-top: 20px;
  display: block;
}
.l-footer__right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .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: 1290px) {
  .l-footer__nav {
    max-height: 18em;
  }
}
@media screen and (max-width: 1024px) {
  .l-footer__nav {
    gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .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 {
  font-size: 1.4rem;
  color: #ffffff;
  max-width: 1200px;
  margin: auto;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .l-footer__copy {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .l-footer__copy.\--sp {
    display: block;
  }
}

.l-inner {
  max-width: 1200px;
  margin: auto;
}
.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-bottom: 1em;
}
.c-article p:last-child,
.c-article ul:last-child {
  margin-bottom: 0;
}
.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.4rem;
  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 {
  line-height: 1.3;
}
.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.\--sp .c-btn-tel {
  width: 100%;
  flex-direction: row;
  gap: 0.5em;
  margin-top: 0px;
  align-items: baseline;
}
.c-btn-tel__num {
  font-size: 1.8rem;
  font-weight: 700;
}
.\--full .c-btn-tel__num {
  font-size: 2.4rem;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #cdced8;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .\--full .c-btn-tel__num {
    padding: 0;
    border: none;
    margin: 0;
  }
}
.c-btn-tel__num .icon-tel {
  font-size: 18px;
  color: #707590;
  margin-right: 10px;
}
.c-btn-tel__hours {
  font-size: 1.4rem;
  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: "※";
}

.l-header-contact li {
  margin-top: 0;
}

.c-btn-cta {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-btn-cta {
    margin-top: 30px;
  }
}
.c-btn-cta a {
  text-decoration: none;
}
.c-btn-cta.--center a {
  margin: auto;
}
.l-header-contact.\--sp .c-btn-cta {
  width: 100%;
  margin-top: 0;
}
.c-btn-cta__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0.05em;
  width: 100%;
  max-width: 300px;
  font-weight: 500;
  height: 56px;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .c-btn-cta__link {
    max-width: 380px;
  }
}
.c-btn-cta__link i {
  margin-right: 10px;
}
.c-btn-cta__link .--resouce:before {
  font-size: 17px;
}
.c-btn-cta__link .--contact:before {
  font-size: 18px;
}
.--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: 56px;
  max-width: 260px;
}
.l-header-contact .c-btn-doc .c-btn-cta__link, .l-header-contact .c-btn-consult .c-btn-cta__link {
  height: 50px;
  width: 175px;
}
@media screen and (max-width: 1300px) {
  .l-header-contact .c-btn-doc .c-btn-cta__link, .l-header-contact .c-btn-consult .c-btn-cta__link {
    width: 160px;
  }
}
.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: 56px;
  width: 100vw;
  max-width: 260px;
}
@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 {
    max-width: 280px;
  }
}
.\--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%);
}
.\--line-fill .c-btn-cta__link {
  color: #ffffff;
  background: #06C755;
}
.\--blue-line .c-btn-cta__link {
  color: #276ef4;
  border: 1px solid #276ef4;
  background-color: rgba(255, 255, 255, 0.5);
}
.\--line-line .c-btn-cta__link {
  color: #06C755;
  border: 1px solid #06C755;
  background-color: rgba(255, 255, 255, 0.5);
}
.c-btn-cta__link .--line-icon {
  background-image: url(../img/common/logo-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 19px;
  height: 19px;
  margin-top: 0.18em;
}
.c-btn-cta__link .--fecebook-icon {
  background-image: url(../img/common/logo-fecebook.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  margin-top: 0.18em;
}
.c-btn-doc .c-btn-cta__link {
  padding-left: 0.5em;
}
.c-btn-cta__txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}
.c-btn-cta__txt .\--small {
  font-size: 1.4rem;
  font-weight: 400;
}
.l-header-contact .c-btn-cta__txt {
  font-size: 1.5rem;
}
@media screen and (max-width: 1024px) {
  .c-btn-cta__txt-small {
    font-size: 1.4rem;
  }
}
.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-link {
  display: block;
  max-width: 650px;
}

.c-btn-more {
  align-self: flex-start;
  display: inline-block;
  font-size: 1.4rem;
  margin-top: 10px;
  color: #276ef4;
  font-weight: 500;
  padding-inline: 5px;
  position: relative;
}
.c-btn-more .icon-arrow {
  margin-left: 0.3em;
}
.c-btn-more:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #276ef4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.c-btn-more:hover::after {
  transform: scaleX(1);
}

.c-closing {
  margin-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
.c-links + .c-closing {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .c-closing {
    padding-bottom: 40px;
    margin-top: 60px;
  }
}
.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 {
  max-width: 1200px;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 16px 48px rgba(0, 38, 111, 0.2);
  position: relative;
  padding: 60px 20px;
}
@media screen and (max-width: 1024px) {
  .c-closing__container {
    max-width: 100%;
    width: 90%;
    padding: 40px 20px;
    margin: 0 auto;
  }
}
.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;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-closing__ttl {
    font-size: 2rem;
  }
}
.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 {
  margin-top: 10px;
  text-align: center;
}
.c-closing__cta {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .c-closing__cta {
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-top: 20px;
  }
}
.c-closing__cta-item {
  width: 100%;
  max-width: 260px;
}
.c-closing .c-btn-tel {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .c-closing .c-btn-tel {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-closing .c-btn-tel {
    align-items: center;
    flex-direction: column;
    margin-top: 20px;
  }
}
.c-closing .c-btn-tel__num {
  font-size: 2.4rem;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #cdced8;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-closing .c-btn-tel__num {
    border: none;
    text-align: center;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-closing .c-btn-tel__hours {
    text-align: center;
  }
}
.c-closing__cta-fecebook {
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.c-closing__cta-fecebook p {
  text-align: center;
}

.--red {
  color: #e55577;
}

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

.c-ham {
  display: none;
  position: relative;
  right: 0;
  z-index: 999;
  border: 1px solid #ffffff;
  border-radius: 3px;
  backdrop-filter: blur(16px);
}
@media screen and (max-width: 1290px) {
  .c-ham {
    display: block;
    margin-top: 0;
    height: 34px;
    width: 34px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
  }
}
.c-ham__line {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 1px;
  display: block;
}
.c-ham__line:nth-of-type(1) {
  background-color: #e55577;
  top: 6px;
  transition: transform 0.3s;
}
.is-ham-open .c-ham__line:nth-of-type(1) {
  transform: translate(-50%, 5px) rotate(20deg);
}
.c-ham__line:nth-of-type(2) {
  background-color: #276ef4;
  transition: transform 0.3s;
  top: 12px;
}
.is-ham-open .c-ham__line:nth-of-type(2) {
  transform: translate(-50%, 0) rotate(-20deg);
}
.c-ham__txt {
  font-size: 1.2rem;
  line-height: 1;
  position: absolute;
  top: 18px;
  top: 18px;
  left: 50%;
  transform: translate(-50%, 0px);
  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: 1024px) {
  .c-links__ttl .--small {
    font-size: 13px;
  }
}
.c-links__ttl .--main {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .c-links__term::before {
    font-size: 18px;
  }
}
.c-links__dsc {
  margin-top: 5px;
  font-size: 15px;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .c-links__btn {
    font-size: 13px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .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);
}
.c-seminar-list .c-seminar-list__item {
  padding: 0;
}
@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: 3/2;
}
.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: 3/2;
  background-color: #f7f9fd;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: 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__empty {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #276ef4;
}

.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 {
  border-top: 1px solid #cdced8;
}
.c-news-list__time {
  color: #276ef4;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  transition: color 0.2s 0.3s;
  display: block;
  width: 130px;
  white-space: nowrap;
}
.c-news-list__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding: 20px 20px 20px 48px;
  border-bottom: 1px solid #cdced8;
  line-height: 1.4;
  overflow: hidden;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-news-list__link {
    flex-direction: column;
    gap: 10px;
  }
}
.c-news-list__link:hover {
  opacity: 0.5;
  transition-delay: 0.05s;
}
.c-news-list__link:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../img/common/icon-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translate(0%, -60%);
}
@media screen and (max-width: 767px) {
  .c-news-list__link:before {
    top: 32px;
    transform: translate(0%, -50%);
  }
}
.c-news-list__wrapper {
  display: flex;
  gap: 10px;
}
.c-news-list__ttl {
  position: relative;
  z-index: 2;
  transition: color 0.2s 0.1s;
  white-space: nowrap;
  overflow: hidden;
}
@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;
}
.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;
}
@media screen and (max-width: 767px) {
  .c-news-list__cat {
    min-height: 25px;
  }
}

.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: 60px;
  display: flex;
  justify-content: center;
}
.c-pagination__arrow {
  flex-shrink: 0;
  min-width: 5em;
}
.c-pagination__arrow a {
  color: #276ef4;
  font-size: 1.6rem;
  text-align: center;
}
.c-pagination__list {
  display: flex;
  gap: 1em;
  padding: 0 2em;
}
.c-pagination__item.--current {
  color: #276ef4;
}

.c-single p:has(+ h2) {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .c-single p:has(+ h2) {
    margin-bottom: 60px;
  }
}
.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: 2.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .c-single__ttl {
    font-size: 2rem;
    margin-bottom: 40px;
  }
}
.c-single__info {
  display: flex;
  align-items: baseline;
  gap: 20px;
  margin-bottom: 40px;
}
@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: #EAF0FC;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 2.9166666667%;
}
@media screen and (max-width: 767px) {
  .c-single-share {
    grid-template-columns: 1fr;
    padding: 20px 16px;
    max-width: 400px;
  }
}
.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-block: 16px;
  font-size: 1.5rem;
  width: 100%;
}
.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: #06C755;
}
.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-page {
  padding: 50px 24px 120px;
  background-color: #f7f9fd;
}
@media screen and (max-width: 1024px) {
  .c-page {
    padding: 30px 24px 100px;
  }
}
.c-page__breadcrumb {
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .c-page__breadcrumb {
    margin-bottom: 80px;
  }
}
.c-page__breadcrumb-item {
  white-space: nowrap;
}
.c-page__breadcrumb-item a {
  color: #276ef4;
  text-decoration: underline;
}
.c-page__breadcrumb-item:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  margin: 0 1.5em;
  width: 0.5em;
  height: 0.5em;
  background-color: #276ef4;
  border-radius: 100vh;
  transform: translateY(-0.1em);
}
@media screen and (max-width: 767px) {
  .c-page__breadcrumb-item:not(:last-of-type)::after {
    margin: 0 1em;
  }
}
.c-page__breadcrumb-item:last-of-type a {
  color: #353b60;
  text-decoration: none;
  pointer-events: none;
}
.c-page__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #276ef4;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .c-page__ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-page__ttl {
    font-size: 2.4rem;
    flex-wrap: wrap;
  }
}
.c-page__ttl-main {
  order: 1;
}
.c-page__ttl-main .br {
  display: none;
}
.p-contact.--thanks .c-page__ttl-main {
  order: 4;
  color: #353b60;
  font-size: 0.8em;
  margin-top: 0.5em;
  display: block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-page__ttl-main {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .c-page__ttl-main .br {
    display: block;
  }
}
.c-page__ttl::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  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-page__ttl::before {
    margin-left: 2px;
  }
}
.c-page__ttl::after {
  content: attr(data-en-txt);
  display: block;
  font-family: "Noto Sans", 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.4rem;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .c-ttl-h2,
  .c-article h2:not([class]),
  .c-article h2.wp-block-heading {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.c-ttl-h2 .--small,
.c-article h2:not([class]) .--small,
.c-article h2.wp-block-heading .--small {
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}

.c-ttl-h3,
.c-article h3:not([class]),
.c-article h3.wp-block-heading {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .c-ttl-h3,
  .c-article h3:not([class]),
  .c-article h3.wp-block-heading {
    font-size: 1.8rem;
  }
}

.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 {
  /* ===== title ===== */
  /* ===== list ===== */
  /* ===== item ===== */
  /* 上の色つきパネル */
  /* ribbon（短め＆上に浮く） */
  /* ===== 下の“白背景＋仕切り線”ゾーン ===== */
  /* dlの1行（dt + dd） */
  /* 「支援内容」など縦積みにしたい行 */
  /* ===== color variations（modifier）===== */
}
.p-case .c-btn-cta {
  display: flex;
  justify-content: center;
  margin-top: 0;
}
.p-case .c-btn-doc__link {
  max-width: 100%;
}
.p-case__ttl {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.p-case__sub {
  margin: 0;
  font-size: 1.4rem;
  color: #ffffff;
  opacity: 0.75;
}
.p-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-case__list {
    gap: 60px;
  }
}
.p-case__item {
  width: 100%;
  max-width: 360px;
}
.p-case__top {
  position: relative;
  width: 100%;
  padding: 40px 20px 30px;
  text-align: center;
  border-radius: 4px;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-case__ribbon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(78%, 300px);
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
}
.p-case__industry {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 500;
}
.p-case__lead {
  margin: 0;
  font-size: 1.6rem;
}
.p-case__info {
  margin: 0;
  padding: 0;
}
.p-case__info-row {
  display: grid;
  grid-template-columns: 110px 1fr;
  align-items: center;
  padding: 20px 10px;
  border-top: 1px solid #cdced8;
  border-bottom: 1px solid #cdced8;
  margin-block: 20px;
}
@media screen and (max-width: 767px) {
  .p-case__info-row {
    grid-template-columns: 96px 1fr;
  }
}
.p-case__info-row--stack {
  grid-template-columns: 1fr;
  align-items: start;
  row-gap: 10px;
  border-bottom: 1px solid #cdced8;
}
.p-case__info-term {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-case__info-desc {
  margin: 0;
  font-size: 1.6rem;
}
.p-case__info-list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.p-case__item--blue .p-case__top {
  background: #EAF0FC;
}
.p-case__item--blue .p-case__ribbon {
  background: #276ef4;
}
.p-case__item--red .p-case__top {
  background: #F8EAEE;
}
.p-case__item--red .p-case__ribbon {
  background: #e55577;
}

.p-contact__tel {
  margin-block: 20px;
}
.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;
}
.p-contact__left ul {
  list-style: disc;
  margin-left: 1em;
  margin-top: 1em;
}
.p-contact__left ul li + li {
  margin-top: 0.4em;
}
.p-contact__left figure {
  margin-top: 44px;
}
.p-contact__right {
  background-color: #f7f9fd;
  margin-bottom: 60px;
}
.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 {
  background-color: #f7f9fd;
  padding-block: 70px;
  background-image: url(../img/top/bg-kv.svg);
  background-size: 100% auto;
  background-position: left 50% bottom 48%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background-image: url(../img/top/bg-kv-sp.svg);
    background-size: 100% auto;
    background-position: right 25% top 120px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top-mv {
    align-items: flex-start;
    padding-top: 40px;
  }
}
.p-top-mv__inner {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .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%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__top {
    padding: 0 24px;
  }
}
.p-top-mv__top-txt {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 0.5em;
  letter-spacing: 0.05em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-mv__top-txt {
    padding-left: 0;
  }
}
.p-top-mv__ttl {
  max-width: 975px;
  margin: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__ttl {
    max-width: 95%;
  }
}
.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;
  }
}
.p-top-mv__cta {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta {
    flex-direction: column;
    gap: 20px;
    margin-top: 110px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__cta-item {
    max-width: 280px;
    margin-top: 0px;
  }
}
.p-top-mv__cta-txt {
  text-align: center;
  font-size: 1.4rem;
  display: block;
  padding-bottom: 0.2em;
  font-weight: 500;
}
.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.4rem;
  }
}

.p-404 {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .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__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;
  text-align: left;
}
.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%);
}
@media screen and (max-width: 1024px) {
  .p-column-single__info h2.wp-block-heading::before {
    width: 5px;
    height: 80%;
  }
}
.p-column-single__info .wp-block-buttons {
  margin-block: 40px;
}

.p-service__wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.p-service__wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-service__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
.p-service__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-service__ttl {
    flex-direction: column;
    align-items: flex-start;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.p-service__ttl .--num {
  font-family: "Noto Sans", sans-serif;
  font-size: 3.2rem;
  display: inline-block;
  padding-right: 0.2em;
  transform: translateY(0.05em);
  color: #707590;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-service__ttl .--num {
    font-size: 3rem;
  }
}
.p-service__ttl .--small {
  font-size: 0.6923076923em;
}
.p-service__text {
  margin-bottom: 20px;
}
.p-service__list {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 40px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    flex-direction: column;
  }
}
.p-service__list-others {
  margin-top: 5px;
  padding-left: 1em;
}
.p-service__cta {
  padding: 0 24px;
}
.p-service__cta-wrapeer {
  background-color: #f7f9fd;
  padding: 40px 20px;
}
.p-service__cta-ttl {
  text-align: center;
  font-weight: 500;
}
* + .p-service__cta-ttl {
  margin-top: 64px;
}
.p-service__cta-ttl .--small {
  font-size: 1.6rem;
  display: block;
}
.p-service__cta-ttl .--main {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service__cta-ttl .--main {
    font-size: 2rem;
  }
}
.p-service__cta-txt {
  font-size: 16px;
  margin: 20px 0 30px;
  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-service__strong {
  font-weight: 500;
  font-size: 1.2222222222em;
}
@media screen and (max-width: 767px) {
  .p-service__strong {
    font-size: 1.2em;
  }
  .p-service__strong br {
    display: none;
  }
}
.p-service-sec__abstract .p-service__strong {
  margin-top: 2em;
  margin-bottom: 1em;
}
.p-service-sec__block .p-service__strong {
  margin-bottom: 0.7em;
}
.p-service__strong strong {
  font-weight: 500;
}
.p-service__strong.--small {
  font-size: 17px;
  padding-left: 0.5em;
}
.p-service__block {
  background-color: #f6f3f7;
  padding: 0.8em;
  margin-top: 16px;
}
.p-service__split {
  display: flex;
  justify-content: space-around;
  padding: 1.5em 3em 1em;
}
@media screen and (max-width: 767px) {
  .p-service__split {
    flex-direction: column;
    padding: 1em;
  }
}
.p-service__split .--left,
.p-service__split .--right {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-service__split .--left,
  .p-service__split .--right {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-service__split .--right {
    margin-top: 1em;
    border-top: 1px solid #cdced8;
    padding-top: 1em;
  }
}
.p-service__list-item {
  display: flex;
}
.p-service__list-item::before {
  content: "・";
  min-width: 1.7em;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-service__list-item::before {
    min-width: 1em;
  }
}
.p-service__list-item + .p-service__list-item {
  margin-top: 0.4em;
}
.p-service__price {
  font-size: 32px;
  line-height: 1.2;
}
.p-service__price .--small {
  font-size: 0.5625em;
}
.p-service__price .--main {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-service__price .--smaller {
  font-size: 0.46875em;
}
.p-service__flex {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-service__flex {
    flex-direction: column;
  }
}
.p-service__subttl {
  min-width: 10em;
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service__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__subttl.--margin {
  margin-top: 64px;
}
.p-service__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: "Noto Sans", 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-faq {
  padding-inline: 24px;
}
.p-faq__inner {
  max-width: 860px;
  margin: auto;
}
.p-faq__item {
  margin-bottom: 40px;
}
.p-faq__item:last-child {
  margin-bottom: 0;
}
.p-faq__question {
  display: flex;
  align-items: start;
  gap: 16px;
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}
.p-faq__number {
  font-size: 3.2rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 600;
  color: #707590;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__number {
    font-size: 2.6rem;
  }
}
.p-faq__question-text {
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-faq__question-text {
    margin-top: 6px;
  }
}
.p-faq__answer {
  margin-left: 64px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    margin-left: 60px;
  }
}

.p-service-lower {
  padding-bottom: 0;
}
.p-service-lower:last-child {
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-service-lower:last-child {
    padding-bottom: 60px;
  }
}
.p-service-lower__wrapper {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 40px;
}
.p-service-lower__wrapper:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .p-service-lower__wrapper {
    grid-template-columns: 40% 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-lower__wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.p-service-lower__text {
  margin-bottom: 20px;
}
.p-service-lower__text:last-child {
  margin-bottom: 0;
}
.p-service-lower__panel {
  background: #f7f9fd;
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.p-service-lower__panel:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-service-lower__panel {
    padding: 20px;
  }
}
.p-service-lower__panel-ttl {
  margin-bottom: 10px;
}
.p-service-lower__list {
  list-style: disc;
  display: flex;
  flex-direction: column;
  gap: 5px 40px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-service-lower__list {
    flex-direction: column;
  }
}
.p-service-lower__list-others {
  margin-top: 5px;
  padding-left: 1em;
}
.p-service-lower__case {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-service-lower__case {
    gap: 20px;
  }
}
.p-service-lower__case-list-four {
  width: 23%;
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .p-service-lower__case-list-four {
    width: 100%;
    max-width: 315px;
  }
}
.p-service-lower__case-list-three {
  width: 30%;
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .p-service-lower__case-list-three {
    width: 100%;
    max-width: 315px;
  }
}
.p-service-lower__case-ttl {
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-service-lower__case-ttl {
    margin-bottom: 5px;
  }
}
.p-service-lower__cta {
  padding: 0 24px;
}
.p-service-lower__cta-wrapeer {
  background-color: #f7f9fd;
  padding: 40px 20px;
}
.p-service-lower__cta-ttl {
  text-align: center;
  font-weight: 500;
}
* + .p-service-lower__cta-ttl {
  margin-top: 64px;
}
.p-service-lower__cta-ttl .--small {
  font-size: 1.6rem;
  display: block;
}
.p-service-lower__cta-ttl .--main {
  font-size: 2.4rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-service-lower__cta-ttl .--main {
    font-size: 2rem;
  }
}
.p-service-lower__cta-txt {
  font-size: 16px;
  margin: 20px 0 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-lower__cta-txt {
    font-size: 14px;
    text-align: left;
  }
  .p-service-lower__cta-txt br {
    display: none;
  }
}
.p-service-lower__cta-list {
  margin: 64px auto 0;
  max-width: 890px;
}
@media screen and (max-width: 767px) {
  .p-service-lower__cta-list {
    padding: 0 30px;
  }
}
.p-service-lower__cta-list-item {
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 767px) {
  .p-service-lower__cta-list-item {
    flex-direction: column;
    gap: 12px;
  }
}
.p-service-lower__cta-list-item + .p-service-lower__cta-list-item {
  margin-top: 44px;
}
.p-service-lower__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-lower__cta-list-item strong {
    width: 100%;
  }
}
.p-service-lower__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-lower__cta-list-item:not(:last-child) strong::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-service-lower__cta-list-item:not(:last-child) {
    position: relative;
  }
  .p-service-lower__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-lower__cta-list-item span {
  font-size: 16px;
}
.p-service-lower__cta-list-item span .--small {
  font-size: 0.875em;
}

.p-service-lower__flow {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 72px;
}
.p-service-lower__step {
  position: relative;
}
.p-service-lower__step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translate(50%, -50%);
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 12px solid #353b60;
}
.p-service-lower__box {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 1.6rem;
  width: 240px;
  height: 56px;
  border: 1px solid #353b60;
  padding: 0px 20px;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .p-service-lower__ttl {
    margin-bottom: 40px;
  }
  .p-service-lower__flow {
    flex-direction: column;
    gap: 42px;
  }
  .p-service-lower__step:not(:last-child)::after {
    left: 50%;
    right: auto;
    top: calc(150% - 7px);
    transform: translate(-50%, -50%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #353b60;
    border-bottom: 0;
  }
}

.p-service-lower__contact {
  margin-top: 0;
}
.p-service-lower__cta-ttl {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-service-lower__cta-ttl {
    font-size: 1.6rem;
  }
}
.p-service-lower .c-closing__cta-item {
  max-width: 320px;
}
.p-service-lower .c-btn-cta__link {
  max-width: 320px;
}
@media screen and (max-width: 1024px) {
  .p-service-lower .c-btn-cta__link {
    height: 56px;
  }
}

.p-sitemap {
  display: flex;
  justify-content: center;
  max-width: 1200px;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .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: 1024px) {
  .p-sitemap__list:last-child {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) 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: -24px;
    overflow: auto;
    width: calc(100% + 24px);
  }
}
@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-seminar .c-seminar-list__item {
  padding: 0;
}

.p-top-about {
  position: relative;
  padding-block: 70px 100px;
  padding-inline: 24px;
  background-color: #f7f9fd;
  /* ===== section ===== */
  /* ===== list layout ===== */
  /* TB（〜1024px）：2列 */
  /* SP（〜767px）：1列 */
  /* ===== card ===== */
  /* ===== button area ===== */
}
@media screen and (max-width: 1024px) {
  .p-top-about {
    padding-block: 60px;
  }
}
.p-top-about__inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
  padding-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .p-top-about__inner {
    display: block;
    padding-top: 0px;
  }
}
.p-top-about__left {
  position: sticky;
  top: 135px;
  left: 0;
  padding-bottom: 20vh;
  width: 34%;
  flex-shrink: 0;
}
@media screen and (max-width: 1024px) {
  .p-top-about__left {
    width: 100%;
    top: 100px;
    padding-bottom: 0;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__left {
    padding-top: 0px;
  }
}
.p-top-about__left-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}
@media screen and (max-width: 1024px) {
  .p-top-about__left-wrapper {
    gap: 20px;
    padding-top: 0;
  }
}
.p-top-about__left-text {
  font-size: 3.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1024px) {
  .p-top-about__left-text {
    font-size: 2.4rem;
  }
}
.p-top-about__left-image {
  width: 60px;
}
@media screen and (max-width: 1024px) {
  .p-top-about__left-image {
    width: 40px;
  }
}
.p-top-about__right {
  width: 60%;
  flex-shrink: 0;
  padding-top: 60vh;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .p-top-about__right {
    width: 100%;
    padding-top: 50px;
    max-width: 640px;
    margin: auto;
    opacity: 1 !important;
  }
}
.p-top-about__right-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.p-top-about__right-ttl .small {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .p-top-about__right-ttl {
    text-align: center;
    font-size: 2rem;
  }
  .p-top-about__right-ttl .small {
    font-size: 1.6rem;
  }
}
.p-top-about__right-dsc {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-top-about__right-dsc {
    max-width: 740px;
    margin: auto;
    margin-bottom: 30px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__right-dsc {
    text-align: left;
  }
}
.p-top-about__right-text {
  margin-bottom: 20px;
}
.p-top-about__right-text:last-child {
  margin-bottom: 0;
}
.p-top-about__right-image {
  width: 80%;
  max-width: 500px;
}
@media screen and (max-width: 1024px) {
  .p-top-about__right-image {
    margin: auto;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about__right-image {
    width: 100%;
  }
}
.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: 40px;
  display: flex;
  justify-content: center;
}
.p-top-about .p-top-about__support__list {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1200px;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
  /* PC（大きい画面）：6カラム */
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__support__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .p-top-about .p-top-about__support__item {
    grid-column: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__support__list {
    grid-template-columns: 1fr;
  }
  .p-top-about .p-top-about__support__item:nth-child(5) {
    max-width: none;
  }
}
.p-top-about .p-top-about__support__item {
  background: #ffffff;
  padding: 20px 30px;
  border-radius: 2px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 380px;
}
.p-top-about .p-top-about__support__num {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid #276ef4;
  color: #276ef4;
  font-weight: 500;
  font-size: 3.2rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__support__num {
    font-size: 3rem;
  }
}
.p-top-about .p-top-about__support__head {
  margin-bottom: 16px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-top-about .p-top-about__support__head {
    font-size: 1.8rem;
  }
}
.p-top-about .p-top-about__support__text {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top-about__support__text {
    width: 90%;
  }
}

.p-top-service__list {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  gap: 45px;
}
.p-top-service__list a {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
}
.p-top-service__item {
  max-width: 370px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .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%;
}
.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 .\--main {
  display: block;
  font-size: 2rem;
  margin-top: 20px;
}
.p-top-service__item a:hover .p-top-service__ttl .\--main {
  color: #276ef4;
}
.p-top-service__ttl .\--sub {
  display: block;
  color: #8489a2;
  font-size: 1.6rem;
  margin-top: 10px;
}
.p-top-service__dsc {
  margin-top: 10px;
  flex-grow: 1;
}

.p-top__case {
  background: #f7f9fd;
  /* ===== title ===== */
  /* ===== list ===== */
  /* ===== item ===== */
  /* 上の色つきパネル */
  /* ribbon（短め＆上に浮く） */
  /* ===== 下の“白背景＋仕切り線”ゾーン ===== */
  /* 「支援内容」は縦積みにする */
  /* ===== color variations ===== */
}
.p-top__case .c-ttl-h2 {
  margin-bottom: 60px;
}
.p-top__case .c-btn-cta {
  display: flex;
  justify-content: center;
}
.p-top__case-ttl {
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #ffffff;
}
.p-top__case-sub {
  margin: 0;
  font-size: 1.4rem;
  color: #ffffff;
  opacity: 0.75;
}
.p-top__case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1024px) {
  .p-top__case-list {
    gap: 60px;
  }
}
.p-top__case-item {
  width: 100%;
  max-width: 360px;
}
.p-top__case-top {
  position: relative;
  width: 100%;
  padding: 40px 20px 30px;
  text-align: center;
  border-radius: 4px;
}
.p-top__case-ribbon {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: min(78%, 300px);
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.6rem;
}
.p-top__case-industry {
  margin: 0 0 14px;
  font-size: 2rem;
  font-weight: 500;
}
.p-top__case-lead {
  margin: 0;
  font-size: 1.6rem;
}
.p-top__case-info {
  margin: 20px 0 0;
  padding: 0;
}
.p-top__case-info-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  padding: 20px 10px;
  border-top: 1px solid #cdced8;
}
@media screen and (max-width: 767px) {
  .p-top__case-info-row {
    grid-template-columns: 100px 1fr;
  }
}
.p-top__case-info-row--stack {
  grid-template-columns: 1fr;
  align-items: start;
  row-gap: 10px;
  border-bottom: 1px solid #cdced8;
}
.p-top__case-info-row--stack .p-top__case-info-desc {
  padding-left: 1.2em;
}
.p-top__case-info-term {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-top__case-info-desc {
  margin: 0;
  font-size: 1.6rem;
}
.p-top__case-info-list {
  margin: 0;
  padding-left: 1.2em;
  list-style: disc;
}
.p-top__case-item--blue .p-top__case-top {
  background: #EAF0FC;
}
.p-top__case-item--blue .p-top__case-ribbon {
  background: #276ef4;
}
.p-top__case-item--red .p-top__case-top {
  background: #F8EAEE;
}
.p-top__case-item--red .p-top__case-ribbon {
  background: #e55577;
}

.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: 1024px) {
  .p-top-reasons__inner {
    grid-template-columns: 315px 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-top-reasons__inner {
    display: block;
  }
}
.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-news {
  margin-top: 30px;
  width: 100%;
  max-width: 650px;
}
.p-top-news .c-news-list {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-news .c-news-list {
    max-width: 100%;
  }
}
.p-top-news .c-news-list__link {
  max-width: 650px;
}
@media screen and (max-width: 767px) {
  .p-top-news {
    background-color: #ffffff;
    margin-top: 0;
    padding: 40px 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news {
    max-width: 100%;
  }
}
.p-top-news .p-top__header {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-top-news .p-top__header {
    justify-content: left;
  }
}
.p-top-news .c-ttl-top {
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  .p-top-column {
    max-width: 740px;
    margin: auto;
  }
}
.p-top-column .c-ttl-h2 {
  text-align: left;
}
.p-top-column .c-btn-cta {
  display: flex;
  justify-content: center;
}

.p-about__main {
  padding-bottom: 540px;
}
@media screen and (max-width: 1024px) {
  .p-about__main {
    padding-bottom: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main {
    padding-bottom: 185px;
  }
}
.p-about__main-ttl {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .p-about__main-ttl {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
}
.p-about__main-sub-ttl {
  max-width: 645px;
  margin: auto;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .p-about__main-sub-ttl {
    max-width: 490px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main-sub-ttl {
    max-width: 180px;
  }
}
.p-about__main-figure {
  max-width: 1166px;
  margin: auto;
}
@media screen and (max-width: 1024px) {
  .p-about__main-figure {
    max-width: 860px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__main-figure {
    max-width: 327px;
  }
}
.p-about__hand {
  background-image: url(../img/about/img-about-hand.svg);
  background-size: 100% auto;
  background-position: left 50% bottom 100px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1024px) {
  .p-about__hand {
    background-size: 100% auto;
    background-position: left 50% bottom 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__hand {
    background-size: 130% auto;
    background-position: left 50% bottom 60px;
  }
}
.p-about__lead {
  background-color: #f7f9fd;
  padding-inline: 24px;
}
.p-about__lead-block {
  max-width: 680px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-about__lead-block {
    margin-bottom: 30px;
  }
}
.p-about__lead-block-ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 16px;
}
.p-about__lead-text p {
  margin-bottom: 16px;
}
.p-about__lead-text p:last-child {
  margin-bottom: 0;
}
.p-about__lead-img {
  max-width: 540px;
  margin: auto;
}
.p-about__support {
  padding-inline: 24px;
}
.p-about__support-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__support-wrapper {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
}
.p-about__support-ttl {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #1f2a44;
  margin-bottom: 36px;
}
.p-about__support-list {
  border-top: 1px solid #cdced8;
}
.p-about__support-item {
  display: grid;
  grid-template-columns: 37% 59%;
  gap: 40px;
  align-items: center;
  padding: 30px 15px;
  border-bottom: 1px solid #cdced8;
}
@media screen and (max-width: 1024px) {
  .p-about__support-item {
    grid-template-columns: 1fr;
    row-gap: 14px;
  }
}
.p-about__support-num {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border: 1px solid #276ef4;
  color: #276ef4;
  font-size: 2.8rem;
  font-family: "Noto Sans", sans-serif;
  font-weight: 500;
}
.p-about__support-sub {
  color: #707590;
  font-size: 1.6rem;
}
.p-about__support-title {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-company__message {
  padding-inline: 24px;
  /* 上段：左テキスト + 右写真 */
  /* 下段本文 */
}
.p-company__message-inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-company__message-left {
  text-align: center;
}
.p-company__message-ttl {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #1f2a44;
  margin: 0 0 56px;
}
.p-company__message-grid {
  display: grid;
  grid-template-columns: 1fr 400px;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-company__message-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    margin-bottom: 34px;
  }
}
.p-company__message-lead {
  margin: 0 0 10px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-company__message-lead {
    font-size: 1.6rem;
  }
}
.p-company__message-key {
  margin: 0 0 30px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-company__message-key {
    font-size: 2rem;
  }
}
.p-company__message-copy {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .p-company__message-copy {
    font-size: 1.6rem;
  }
}
.p-company__message-body p {
  margin: 0 0 20px;
}
.p-company__message-body p:last-child {
  margin-bottom: 0;
}
.p-company__message-name {
  margin-top: 30px;
  text-align: center;
  font-weight: 500;
}
.p-company__profile {
  /* ===== 上段：写真＋経歴 ===== */
  /* ===== 中段：グレーBOX 2つ ===== */
  /* ===== 下段：注釈セクション ===== */
}
.p-company__profile-inner {
  max-width: 960px;
  margin: 0 auto;
}
.p-company__profile-top {
  display: flex;
  gap: 40px;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-company__profile-top {
    flex-direction: column;
  }
}
.p-company__profile-photo {
  max-width: 240px;
  width: 100%;
  margin: 0 auto;
}
.p-company__profile-role {
  margin: 0 0 8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-company__profile-role {
    font-size: 1.6rem;
  }
}
.p-company__profile-name {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-company__profile-name {
    font-size: 2rem;
  }
}
.p-company__profile-ttl {
  text-align: left;
  margin-bottom: 20px;
}
.p-company__profile-text p {
  margin: 0 0 16px;
}
.p-company__profile-text p:last-child {
  margin-bottom: 0;
}
.p-company__profile-panels {
  margin: 0px 0 40px;
}
.p-company__profile-panel {
  background: #f7f9fd;
  padding: 30px;
  margin-bottom: 30px;
}
.p-company__profile-panel:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-company__profile-panel {
    padding: 20px;
  }
}
.p-company__profile-panel-ttl {
  margin-bottom: 10px;
}
.p-company__profile-list {
  list-style: disc;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 40px;
  padding-left: 1em;
}
.p-company__profile-list li small {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-company__profile-list {
    flex-direction: column;
  }
}
.p-company__profile-notes {
  border-top: 1px solid #cdced8;
}
.p-company__profile-note {
  padding: 20px 20px;
  border-bottom: 1px solid #cdced8;
}
.p-company__profile-note-ttl {
  margin: 0 0 10px;
}
.p-company__overview {
  padding-inline: 24px;
  padding-top: 0;
  /* 左：濃い背景 */
  /* 右：白 */
  /* 箇条書き（事業内容） */
  /* ===== SP：tableを縦積みに見せる（display:block方式） ===== */
}
.p-company__overview-inner {
  max-width: 740px;
  margin: 0 auto;
}
.p-company__overview-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #cdced8;
  table-layout: fixed;
}
.p-company__overview-table th, .p-company__overview-table td {
  border-bottom: 1px solid #cdced8;
  padding: 20px;
  vertical-align: top;
}
.p-company__overview-table th {
  width: 33%;
}
.p-company__overview-list {
  list-style: disc;
  gap: 5px 40px;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .p-company__overview-list {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-company__overview-table, .p-company__overview-table tbody, .p-company__overview-table tr, .p-company__overview-table th, .p-company__overview-table td {
    display: block;
    width: 100%;
  }
  .p-company__overview-table {
    border-top: 1px solid #cdced8;
  }
  .p-company__overview-table tr {
    border-bottom: 1px solid #cdced8;
  }
  .p-company__overview-table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 10px;
  }
  .p-company__overview-table td {
    padding: 0 0px 20px 20px;
    border-bottom: none;
  }
}

.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__wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .p-case-single__wrapper {
    margin-bottom: 40px;
  }
}
.p-case-single__type {
  font-size: 1.8rem;
  color: #ffffff;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  padding: 5px 20px;
  margin-bottom: 20px;
}
.p-case-single__background {
  margin: 0px 0 60px;
}
@media screen and (max-width: 1024px) {
  .p-case-single__background {
    margin: 0px 0 40px;
  }
}
.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 {
  font-size: 2.4rem;
  margin-top: 64px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .p-case-single__result-ttl {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.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;
  font-size: 1.8rem;
}
@media screen and (max-width: 1024px) {
  .p-case-single__result-txt {
    font-size: 1.6rem;
  }
}
.p-case-single__content .wp-block-heading {
  text-align: left !important;
}
.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: 5px 20px;
  color: #ffffff;
  font-size: 1.8rem;
  border-radius: 4px;
  margin-top: 0;
}
.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: #EAF0FC;
  position: relative;
  padding: 80px 24px;
}
.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__def ul {
  list-style: disc;
  padding-left: 1em;
}
.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;
  }
}

.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-fwm {
  font-weight: 500;
}

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

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

.u-marker {
  display: inline;
  padding: 0 0.3em;
  background: linear-gradient(transparent 55%, #fffed6 55%);
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: inline;
  }
}
.number {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.05em;
}

.u-text-c {
  text-align: center;
}

.u-text-r {
  text-align: right;
}

.u-text-l {
  text-align: left;
}

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