@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
@import 'https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap';
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

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

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

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

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

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "Yu Gothic", "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  color: #0E2E83;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #0E2E83;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
}
.l-header__inner {
  padding-inline: clamp(1.5rem, 6.458vw, 7.75rem);
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 6.25rem;
  padding-block: 0.75rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: clamp(4.75rem, 22vw, 6.5625rem);
}
.l-header__menu {
  height: 100%;
  margin-left: auto;
}
.l-header__nav-container {
  display: flex;
  gap: 2.5rem;
  align-items: center;
  height: 100%;
}
.l-header__nav {
  height: 100%;
}
.l-header__nav-list {
  display: flex;
  gap: clamp(1.5rem, 2vw, 3rem);
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  height: 100%;
}
.l-header__nav-item-icon {
  position: relative;
  display: none;
  width: 50px;
  height: 50px;
}
.l-header__nav-item-icon::after, .l-header__nav-item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  content: "";
  background-color: #000;
}
.l-header__nav-item-icon.--blue::after, .l-header__nav-item-icon.--blue::before {
  background-color: #F5FAFF;
}
.l-header__nav-item-icon::after {
  transform: translateX(-50%) translateY(-50%);
}
.l-header__nav-item-icon::before {
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
.l-header__nav-item-icon.is-active::before {
  transform: translateX(-50%) translateY(-50%) rotate(180deg);
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(1rem, 1vw, 1.125rem);
  font-weight: 700;
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0.045rem;
}
@media (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s linear color;
  }
  .l-header__nav-link:hover {
    color: #0E2E83;
  }
}
.l-header__nav-link.is-active {
  color: #0E2E83;
}
.l-header__nav-sub {
  position: absolute;
  top: 120px;
  left: calc(50% - 50vw);
  width: 100vw;
  padding: 3.125rem 0.625rem 1.875rem;
  visibility: hidden;
  background-color: #fffaf8;
  opacity: 0;
  transition: 0.3s all;
}
.l-header__nav-sub-list {
  display: flex;
  gap: 1.625rem;
  justify-content: left;
  max-width: 960px;
  margin: 0 auto;
}
.l-header__nav-sub-item {
  position: relative;
  width: 100%;
  max-width: 220px;
}

.l-hum {
  position: absolute;
  top: 50%;
  right: 0;
  width: 3.375rem;
  height: 3.375rem;
  background-color: #0E2E83;
  border-radius: 1.75rem;
  border: none;
  transform: translateY(-50%);
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.875rem;
  height: 0.25rem;
  background-color: #ffffff;
  border-radius: 0.125rem;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 10px);
}
.l-hum span:nth-child(2) {
  top: calc(50% + 10px);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.l-hum.is-active span:nth-child(3) {
  display: none;
}

@media all and (min-width: 768px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-item:hover .l-header__nav-sub {
    visibility: inherit;
    opacity: 1;
  }
  .l-header__nav-link::after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 0;
    height: 4px;
    content: "";
    background-color: #F5FAFF;
    border-radius: 2px 2px 0 0;
    transition: 0.3s all;
    backface-visibility: hidden;
  }
  .l-header__nav-link:hover::after {
    width: 100%;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 0.9375rem;
  }
  .l-header__container {
    height: 4.625rem;
    padding-block: 0.5625rem;
  }
  .l-header__menu {
    position: fixed;
    top: 4.625rem;
    left: -20px;
    display: none;
    width: calc(100% + 2.5rem);
    height: calc(100vh - 4.625rem);
    background-color: #E9F4FF;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__logo {
    display: flex;
    align-items: center;
    width: 4.75rem;
    height: 3.375rem;
  }
  .l-header__nav {
    width: calc(100% - 40px);
    height: auto;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: 41.75rem;
    padding-top: 3rem;
    padding-inline: 0.9375rem;
  }
  .l-header__nav-list {
    flex-direction: column;
    gap: 1.5rem;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #FFFFFF;
  }
  .l-header__nav-item-icon {
    position: absolute;
    top: 1.875rem;
    right: 0;
    z-index: 2;
    display: block;
    transform: translateY(-50%);
  }
  .l-header__nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-content: unset;
    width: 100%;
    height: auto;
    padding: 0rem 0.625rem 1.5rem 0rem;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: 0.045rem;
    text-align: left;
  }
  .l-header__nav-link::after {
    border-radius: 50%;
    background-color: #0E2E83;
    height: 4rem;
    width: 4rem;
    margin-left: auto;
    content: "";
    background-image: url("../images/common/icon_arrow-right-white.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2rem 2rem;
    color: #0E2E83;
  }
}
@media only screen and (max-width: 767px) and (hover: hover) {
  .l-header__nav-link {
    transition: none;
  }
  .l-header__nav-link:hover {
    color: #333333;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__nav-sub {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    width: 100%;
    max-width: 340px;
    padding: 0.625rem 0 1.25rem;
    margin: 0 auto;
    visibility: inherit;
    background-color: #fff;
    opacity: 1;
    transition: none;
  }
  .l-header__nav-sub-list {
    flex-direction: column;
    gap: 1rem;
    align-items: center;
    justify-content: center;
  }
  .l-header__nav-sub-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: none;
    height: 42px;
    border: 1px solid #F5FAFF;
    border-radius: 999px;
  }
}
/* footer */
.l-footer {
  position: relative;
  overflow: hidden;
  margin-top: 7.75rem;
  background-color: #E9F4FF;
}
.l-footer__container {
  margin-bottom: 0.59375rem;
  padding-top: 4.09375rem;
}
.l-footer__logo {
  text-align: center;
}
.l-footer__logo img {
  width: 10.9375rem;
  height: 7.8125rem;
}
.l-footer__nav {
  text-align: center;
}
.l-footer__nav-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin: 2.5rem 0;
}
.l-footer__nav-item:not(:first-child) {
  margin-top: 0;
}
.l-footer__nav-link.c-text-link {
  font-size: 1.125rem;
  line-height: 1.6;
  letter-spacing: 0.045rem;
  text-decoration: none;
  color: #333333;
}
.l-footer__pagetop {
  position: absolute;
  bottom: 3.75rem;
  right: 7.75rem;
  padding: 0.625rem 3.75rem;
  border-radius: 2.9375rem;
  background-color: #0E2E83;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.045rem;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  z-index: 1000;
}
.l-footer__pagetop::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  margin: 0 auto 0.25rem;
  background-image: url("../images/common/icon_up.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter: brightness(0) invert(1);
}
@media (hover: hover) {
  .l-footer__pagetop {
    transition: 0.3s linear opacity;
  }
  .l-footer__pagetop:hover {
    background-color: #ffffff;
    border: 0.0625rem solid #0E2E83;
    color: #0E2E83;
  }
  .l-footer__pagetop:hover::before {
    filter: none;
  }
}
.l-footer__copyright {
  margin-top: 7.75rem;
  font-size: 1.125rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.045rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    display: block;
    margin-top: 5rem;
  }
  .l-footer .l-inner {
    padding-inline: 0.9375rem;
  }
  .l-footer__container {
    margin: 0;
    padding-bottom: 1.5rem;
    padding-top: 3.5rem;
  }
  .l-footer__nav-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem 0.5625rem;
    margin: 2rem auto;
    width: -moz-fit-content;
    width: fit-content;
  }
  .l-footer__nav-item {
    text-align: left;
  }
  .l-footer__nav-link.c-text-link {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
  .l-footer__pagetop {
    display: block;
    position: static;
    margin-top: 4rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 13.75rem;
    height: 5rem;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
    white-space: nowrap;
  }
  .l-footer__copyright {
    margin-top: 4rem;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
}
/* main */
.l-inner {
  width: 80rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  justify-content: unset;
  padding: 0.5625rem 0.5625rem 0.5625rem 2rem;
  min-width: 21.75rem;
  font-family: "Yu Gothic", "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  background-color: #0E2E83;
  border: 0.0625rem solid #ACACAC;
  border-radius: 3rem;
}
.c-button::after {
  border-radius: 50%;
  background-color: #ffffff;
  height: 4rem;
  width: 4rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/common/icon_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  color: #0E2E83;
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:hover {
    background-color: #ffffff;
    color: #0E2E83;
    border: 0.0625rem solid #0E2E83;
  }
  .c-button:hover::after {
    background-color: #0E2E83;
    background-image: url("../images/common/icon_arrow-right-white.svg");
    background-size: 2rem 2rem;
  }
}
.c-button.--blank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  justify-content: unset;
  padding-block: 0.5rem;
  padding-inline: 0;
  background-color: #ffffff;
  color: #0E2E83;
  border: unset;
  border-radius: unset;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  height: 3rem;
  width: 3rem;
  margin-left: 0rem;
  box-shadow: 0 0 0.0625rem 0rem rgba(51, 51, 51, 0.25);
  content: "";
  margin: 0.4375rem;
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  color: #0E2E83;
}
@media (hover: hover) {
  .c-button.--blank {
    transition: 0.3s linear opacity;
  }
  .c-button.--blank:hover {
    background-color: #ffffff;
    color: #0E2E83;
    border: unset;
  }
  .c-button.--blank:hover::after {
    background-color: #0E2E83;
    background-image: url("../images/common/icon_blank-white.svg");
    background-size: 2rem 2rem;
    box-shadow: none;
  }
}
.c-button.--pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  justify-content: unset;
  padding-block: 0.5rem;
  padding-inline: 0;
  background-color: #ffffff;
  color: #0E2E83;
  border: unset;
  border-radius: unset;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #ffffff;
  height: 3rem;
  width: 3rem;
  margin-left: 0rem;
  box-shadow: 0 0 0.0625rem 0.0625rem rgba(51, 51, 51, 0.25);
  content: "";
  margin: 0.4375rem;
  background-image: url("../images/common/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
  color: #0E2E83;
}
@media (hover: hover) {
  .c-button.--pdf {
    transition: 0.3s linear opacity;
  }
  .c-button.--pdf:hover {
    background-color: #ffffff;
    color: #0E2E83;
    border: unset;
  }
  .c-button.--pdf:hover::after {
    background-color: #0E2E83;
    background-image: url("../images/common/icon_pdf-white.svg");
    background-size: 2rem 2rem;
    box-shadow: none;
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    width: 100%;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
  }
  .c-button.--blank {
    width: auto;
    font-size: 1rem;
    padding-block: 0.6875rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .c-button.--pdf {
    width: auto;
    font-size: 1rem;
    padding-block: 0.6875rem;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2.5rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.75rem;
  }
}
.c-heading-h1 {
  font-size: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h1 {
    font-size: 1.75rem;
  }
}
.c-heading-h2 {
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h2 {
    font-size: 1.5rem;
  }
}
.c-heading-h3 {
  font-size: 1.75rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h3 {
    font-size: 1.375rem;
  }
}
.c-heading-h4 {
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h4 {
    font-size: 1.25rem;
  }
}
.c-heading-h5 {
  font-size: 1.3125rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h5 {
    font-size: 1.125rem;
  }
}
.c-heading-h6 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 767px) {
  .c-heading-h6 {
    font-size: 1rem;
  }
}
.c-list-dot__item {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0E2E83;
  letter-spacing: 0.045rem;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.6375rem;
  left: 0.6875rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background: #0E2E83;
  border-radius: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 1rem;
    padding-left: 1.8728125rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
  .c-list-dot__item::before {
    top: 0.4875rem;
    width: 0.46875rem;
    height: 0.46875rem;
  }
}
.c-list-ol {
  counter-reset: list-ol;
}
.c-list-ol__item {
  position: relative;
  padding-left: 2.5rem;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0E2E83;
  line-height: 1.8;
  letter-spacing: 0.045rem;
}
.c-list-ol__item::before {
  position: absolute;
  counter-increment: list-ol;
  content: counter(list-ol, decimal-leading-zero) ".";
  display: inline-block;
  left: 0rem;
  width: 1.75rem;
  text-align: right;
  color: #0E2E83;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .c-list-ol__item {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
    padding-left: 1.8728125rem;
  }
  .c-list-ol__item::before {
    width: 1.5625rem;
  }
}
.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  color: #0E2E83;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 1.625rem;
  height: 1.625rem;
  color: #0E2E83;
  transform: translateY(-6px);
}
@media only screen and (max-width: 767px) {
  .c-text-link.--blank::after {
    width: 1.375rem;
    height: 1.375rem;
    transform: translateY(-4px);
  }
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  content: "";
  background-image: url("../images/common/icon_pdf.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 2rem;
  height: 2rem;
  color: #0E2E83;
  transform: translateY(-6px);
}
@media only screen and (max-width: 767px) {
  .c-text-link.--pdf::after {
    width: 1.875rem;
    height: 1.875rem;
    transform: translateY(-4px);
  }
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.8;
  font-style: normal;
  color: #0E2E83;
  letter-spacing: 0.04rem;
}
.c-text.--xlg {
  font-size: 1.25rem;
  letter-spacing: 0.05rem;
}
.c-text.--lg {
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
}
.c-text.--sm {
  font-size: 0.875rem;
  letter-spacing: 0.035rem;
}
.c-text.--xsm {
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
    line-height: 1.6;
    font-style: normal;
    color: #0E2E83;
    letter-spacing: 0.035rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
  .c-text.--lg {
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  .c-text.--sm {
    font-size: 0.75rem;
    letter-spacing: 0.03rem;
  }
  .c-text.--xsm {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }
}

/* project */
.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #0E2E83;
  border: 0.125rem-sm solid #CDCDCD;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #ffffff;
  background-color: #333333;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #ffffff;
    background-color: #333333;
  }
}

.p-breadline {
  background-color: #FFFAEB;
}
.p-breadline .l-inner {
  padding: 0.75rem 7.75rem;
  height: 3.5rem;
  margin-left: 0;
  width: auto;
}
.p-breadline__list {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.p-breadline__item {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.045rem;
  white-space: nowrap;
  min-width: unset;
  color: #0E2E83;
}
.p-breadline__item a {
  color: #333333;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  display: block;
  background-image: url("../images/common/icon_divider.svg");
  background-repeat: no-repeat;
  vertical-align: middle;
  height: 1.25rem;
  width: 0.75rem;
  margin-top: 0.125rem;
}

@media only screen and (max-width: 767px) {
  .p-breadline .l-inner {
    padding: 0.5rem 0.9375rem;
    height: 2.5rem;
  }
  .p-breadline__item {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
}
.p-box {
  padding: 1.75rem 2.5rem;
  background-color: #ffffff;
  border-radius: 0.1875rem;
  box-shadow: 0 0 0.25rem 0 rgba(51, 51, 51, 0.25);
}
.p-box.--bg-blue {
  background-color: #E9F4FF;
}
.p-box__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.8;
  color: #0E2E83;
  letter-spacing: 0.045rem;
}
.p-box__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-style: 500;
  letter-spacing: 0.04rem;
}

@media only screen and (max-width: 767px) {
  .p-box {
    padding: 1.5rem;
  }
  .p-box__title {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.04rem;
  }
  .p-box__text {
    font-size: 0.875rem;
    letter-spacing: 0.035rem;
  }
}
.p-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
}
.p-grid.--repeat-2 {
  grid-template-columns: repeat(2, 1fr);
}
.p-grid.--repeat-3 {
  grid-template-columns: repeat(3, 1fr);
}
.p-grid__texts {
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  color: #333333;
}
.p-grid__texts .c-text {
  margin-top: 1.5rem;
  color: #333333;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.045rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

@media all and (min-width: 768px), print {
  .p-grid.--flex .p-grid__col {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: clamp(1rem, 2vw, 5rem);
  }
  .p-grid.--flex .p-grid__img {
    flex: 1 1 50%;
  }
  .p-grid.--flex .p-grid__texts {
    flex: 1 1 50%;
    margin-top: 0;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.08rem;
    color: #333333;
  }
  .p-grid.--flex .p-grid__texts .c-text {
    margin-top: 1.5rem;
    color: #333333;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.045rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-grid__texts {
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.06rem;
  }
  .p-grid__texts .c-text {
    margin-top: 1.625rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
}
.p-table {
  width: 100%;
  font-size: 1.125rem;
  letter-spacing: 0.045rem;
  line-height: 1.8;
}
.p-table__th {
  padding: 1.625rem 1.5rem;
  vertical-align: middle;
  background-color: #0E2E83;
  border: 0.0625rem solid #CDCDCD;
  color: #ffffff;
  font-weight: 700;
}
.p-table__td {
  padding: 1.625rem 1.5rem;
  border: 0.0625rem solid #CDCDCD;
  color: #333333;
  font-weight: 500;
}
.p-table__td .c-button {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .p-table {
    font-size: 1rem;
    letter-spacing: 0.04rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__th {
    padding: 0.75rem 1.25rem;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-table__td {
    padding: 0.75rem 1.25rem;
  }
}
.p-mainvisual {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__swiper .swiper-slide {
    max-height: 37.5rem;
  }
}
.p-news__item {
  border-top: 0.125rem-sm solid #ACACAC;
}
.p-news__item:last-child {
  border-bottom: 0.125rem-sm solid #ACACAC;
}
.p-news__link {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear opacity;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__link-day {
  display: inline-block;
  margin-right: 1.25rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-cat {
  display: inline-block;
  margin-right: 1.5rem;
  font-size: 0.875rem;
  white-space: nowrap;
}
.p-news__link-title {
  overflow: hidden;
  font-size: 1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-news__link-new {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  white-space: nowrap;
}
.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    flex-wrap: wrap;
  }
  .p-news__link-day {
    margin-right: 0.75rem;
  }
  .p-news__link-cat {
    margin-right: 0.75rem;
  }
  .p-news__link-title {
    width: 100%;
  }
  .p-news__button {
    text-align: center;
  }
}
.p-pagetitle {
  position: relative;
  height: 26.25rem;
}
.p-pagetitle__img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #333333;
}
.p-pagetitle__title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  min-width: 20rem;
  padding-left: 7.75rem;
  padding-bottom: 7.25rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.12rem;
  color: #0E2E83;
  -webkit-text-stroke-width: 0.25rem;
  -webkit-text-stroke-color: #ffffff;
  paint-order: stroke;
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 16.4375rem;
  }
  .p-pagetitle__title {
    min-width: 18.75rem;
    padding: 0.9375rem;
    font-size: 2rem;
  }
}
.p-pagination {
  margin-top: 2.5rem;
  text-align: center;
}
.p-pagination__list {
  display: inline-flex;
  gap: 0.75rem;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  color: #0E2E83;
  background-color: #F5FAFF;
  border: 0.125rem-sm solid #ACACAC;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #ffffff;
    background-color: #333333;
  }
}
.p-pagination__item span {
  color: #ffffff;
  background-color: #333333;
}

.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h3 {
  margin-bottom: 3.75rem;
  text-align: center;
}

/* pages */
body.about .p-pagetitle__img {
  position: relative;
  background-image: url("../images/about/img_bg_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.about .p-pagetitle__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(233, 244, 255, 0.6);
  z-index: 1;
}
body.about .p-pagetitle__title {
  z-index: 2;
}
body.about .c-heading-h1 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 30%;
}
body.about .about-message {
  margin-top: 7.75rem;
  margin-inline: auto;
  max-width: 77.5rem;
}
body.about .about-message .l-inner {
  width: auto;
}
body.about .about-message-box {
  padding: 4rem;
  box-shadow: 0 0 0.25rem 0 rgba(51, 51, 51, 0.25);
}
body.about .about-message-box__text {
  margin-top: 3rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.045rem;
  color: #333333;
}
body.about .about-message-box__text-sub {
  margin-top: 3rem;
  color: #333333;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
  margin-left: auto;
}
body.about .about-message-box__text-sub .company_name {
  text-align: left;
}
body.about .about-info {
  margin-top: 7.75rem;
  margin-inline: auto;
  max-width: 77.5rem;
}
body.about .about-info .l-inner {
  width: auto;
}
body.about .about-info .c-button {
  padding: 0.5rem 0 0 0;
}
body.about .about-info .c-button::after {
  margin: 0;
}
body.about .about-info .p-table {
  border-collapse: separate;
  border-spacing: 0 1.5rem;
}
body.about .about-info .p-table-container {
  margin-top: 3rem;
}
body.about .about-info .p-table th {
  border-right: 0.0625rem solid #CDCDCD;
  border-left: 0.0625rem solid #CDCDCD;
  border-top: 0.0625rem solid #CDCDCD;
  border-bottom: 0.0625rem solid #CDCDCD;
}
body.about .about-info .p-table th:first-child {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
body.about .about-info .p-table td {
  border-left: none;
  border-right: 0.0625rem solid #CDCDCD;
  border-top: 0.0625rem solid #CDCDCD;
  border-bottom: 0.0625rem solid #CDCDCD;
}
body.about .about-info .p-table td:first-child {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

@media only screen and (max-width: 767px) {
  body.about .p-pagetitle__img {
    background-image: url("../images/about/img_bg_title-sp.png");
  }
  body.about .c-heading-h1 {
    font-size: 1.75rem;
    letter-spacing: 0.07rem;
    text-underline-offset: 25%;
  }
  body.about .about-message {
    margin-top: 5rem;
  }
  body.about .about-message .l-inner {
    padding-inline: 0.9375rem;
  }
  body.about .about-message-box {
    padding: 3rem 1.5rem;
  }
  body.about .about-message-box__text {
    margin-top: 2rem;
    font-size: 1rem;
    letter-spacing: 0.04rem;
  }
  body.about .about-message-box__text-sub {
    margin-top: 2rem;
  }
  body.about .about-message-box__text-sub .company_name {
    text-align: unset;
  }
  body.about .about-info {
    margin-top: 5rem;
  }
  body.about .about-info .l-inner {
    padding-inline: 0.9375rem;
  }
  body.about .about-info .p-table,
  body.about .about-info .p-table tr,
  body.about .about-info .p-table th,
  body.about .about-info .p-table td {
    display: block;
    width: 100%;
  }
  body.about .about-info .p-table tbody {
    display: block;
    width: 100%;
  }
  body.about .about-info .p-table tr {
    margin-bottom: 1.5rem;
  }
  body.about .about-info .p-table td {
    border-left: 0.0625rem solid #CDCDCD;
    border-top: none;
  }
}
body.business .p-pagetitle__img {
  position: relative;
  background-image: url("../images/business/img_bg_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.business .p-pagetitle__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(233, 244, 255, 0.6);
  z-index: 1;
}
body.business .p-pagetitle__title {
  z-index: 2;
}
body.business .c-heading-h1 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 30%;
}
body.business .business {
  margin-top: 7.75rem;
  margin-inline: auto;
  max-width: 77.5rem;
}
body.business .business .l-inner {
  width: auto;
  padding: 0;
}
body.business .business__head-text {
  margin-top: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  color: #333333;
  text-align: center;
}
body.business .business__body {
  margin-top: 4rem;
}
body.business .business__body .p-grid__col {
  gap: clamp(2.5rem, 5vw, 5rem);
}
body.business .business__body .p-grid__img {
  max-width: 35rem;
}
body.business .business__body-item:nth-child(2) {
  margin-top: 7.75rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.business .business .l-inner {
    width: auto;
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.business .p-pagetitle__img {
    background-image: url("../images/business/img_bg_title-sp.png");
  }
  body.business .l-inner {
    padding-inline: 0.9375rem;
  }
  body.business .c-heading-h1 {
    font-size: 1.75rem;
    letter-spacing: 0.07rem;
    text-underline-offset: 25%;
  }
  body.business .business {
    margin-top: 5rem;
  }
  body.business .business .l-inner {
    width: auto;
    padding-inline: 0.9375rem;
  }
  body.business .business__head-text {
    margin-top: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.05rem;
    color: #333333;
    text-align: center;
  }
  body.business .business__body {
    margin-top: 3rem;
  }
  body.business .business__body-item:nth-child(2) {
    margin-top: 4rem;
  }
}
body.contact .p-pagetitle__img {
  position: relative;
  background-image: url("../images/contact/img_bg_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.contact .p-pagetitle__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(233, 244, 255, 0.6);
  z-index: 1;
}
body.contact .p-pagetitle__title {
  z-index: 2;
}
body.contact .c-heading-h1 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 30%;
}
body.contact .contact, body.contact .privacy {
  margin-top: 7.75rem;
  margin-inline: auto;
  max-width: 77.5rem;
}
body.contact .contact .l-inner, body.contact .privacy .l-inner {
  width: auto;
  padding: 0;
}
body.contact .contact .c-list-ol[data-start="1"], body.contact .privacy .c-list-ol[data-start="1"] {
  counter-reset: list-ol 0;
}
body.contact .contact .c-list-ol[data-start="2"], body.contact .privacy .c-list-ol[data-start="2"] {
  counter-reset: list-ol 1;
}
body.contact .contact .c-list-ol__item, body.contact .contact .c-list-dot__item, body.contact .privacy .c-list-ol__item, body.contact .privacy .c-list-dot__item {
  color: #333333;
}
body.contact .contact__head-text, body.contact .privacy__head-text {
  margin-top: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  color: #333333;
  text-align: center;
}
body.contact .contact__body, body.contact .privacy__body {
  margin-top: 4rem;
}
body.contact .contact .contact__body, body.contact .privacy .contact__body {
  margin-top: 3rem;
}
body.contact .contact .contact__body-content, body.contact .privacy .contact__body-content {
  display: block;
  text-align: center;
  margin-inline: auto;
  max-width: 32.1875rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.05rem;
  color: #333333;
}
body.contact .contact .contact__body-content .c-btn, body.contact .privacy .contact__body-content .c-btn {
  display: block;
  background-color: #0E2E83;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0625rem;
  padding: 1.75rem 5rem;
}
body.contact .contact .contact__body-content .c-btn + p, body.contact .privacy .contact__body-content .c-btn + p {
  margin-top: 0.9375rem;
}
body.contact .contact .privacy__body, body.contact .privacy .privacy__body {
  box-shadow: 0 0 0.25rem 0 rgba(51, 51, 51, 0.25);
  padding: 4rem 8.75rem;
}
body.contact .contact .privacy__body-content, body.contact .privacy .privacy__body-content {
  max-width: 60rem;
  border-radius: 0.1875rem;
}
body.contact .contact .privacy__body-content .c-list-ol:nth-of-type(n+2), body.contact .privacy .privacy__body-content .c-list-ol:nth-of-type(n+2) {
  margin-top: 1.5rem;
}
body.contact .contact .privacy__body-content .c-list-ol:nth-of-type(n+2) .c-list-ol__item, body.contact .privacy .privacy__body-content .c-list-ol:nth-of-type(n+2) .c-list-ol__item {
  margin-top: 1.5rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.contact .contact .l-inner, body.contact .privacy .l-inner {
    width: auto;
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.contact .p-pagetitle__img {
    background-image: url("../images/contact/img_bg_title-sp.png");
  }
  body.contact .l-inner {
    padding-inline: 0.9375rem;
  }
  body.contact .c-heading-h1 {
    font-size: 1.75rem;
    letter-spacing: 0.07rem;
    text-underline-offset: 25%;
  }
  body.contact .contact, body.contact .privacy {
    margin-top: 5rem;
  }
  body.contact .contact .l-inner, body.contact .privacy .l-inner {
    width: auto;
    padding-inline: 0.9375rem;
  }
  body.contact .contact__head-text, body.contact .privacy__head-text {
    margin-top: 1.5rem;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.05rem;
  }
  body.contact .contact__body, body.contact .privacy__body {
    margin-top: 3rem;
  }
  body.contact .contact .contact__body, body.contact .privacy .contact__body {
    margin-top: 1.5rem;
  }
  body.contact .contact .contact__body-content, body.contact .privacy .contact__body-content {
    font-size: 1rem;
  }
  body.contact .contact .contact__body-content .c-btn, body.contact .privacy .contact__body-content .c-btn {
    display: block;
    background-color: #0E2E83;
    color: #ffffff;
    font-size: 1.125rem;
    padding: 0.875rem 2.5rem;
  }
  body.contact .contact .contact__body-content .c-btn + p, body.contact .privacy .contact__body-content .c-btn + p {
    margin-top: 0.9375rem;
  }
  body.contact .contact .privacy__body, body.contact .privacy .privacy__body {
    padding: 1.25rem 1.25rem;
  }
  body.contact .contact .privacy__body-content .c-list-ol:nth-of-type(n+2), body.contact .privacy .privacy__body-content .c-list-ol:nth-of-type(n+2) {
    margin-top: 0.75rem;
  }
  body.contact .contact .privacy__body-content .c-list-ol:nth-of-type(n+2) .c-list-ol__item, body.contact .privacy .privacy__body-content .c-list-ol:nth-of-type(n+2) .c-list-ol__item {
    margin-top: 0.75rem;
  }
}
body.index .index-lead .l-inner {
  margin-top: 6.625rem;
  text-align: center;
  width: auto;
}
body.index .index-lead__text {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
  gap: 0.375rem;
}
body.index .index-lead__text span {
  font-size: 4rem;
  color: #0E2E83;
  letter-spacing: 0.16rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7%; /* 4.48px */
  text-underline-offset: 25%; /* 16px */
  text-underline-position: from-font;
}
body.index .index-lead__swiper {
  margin-top: 6.25rem;
  max-width: 77.5rem;
  /* 画像 */
  /* スライド全体 */
  /* 左右のスライド */
}
body.index .index-lead__swiper img {
  width: 100%;
  height: auto;
}
body.index .index-lead__swiper-slide {
  transition: transform 0.6s;
}
body.index .index-lead__swiper .swiper-slide-prev,
body.index .index-lead__swiper .swiper-slide-next,
body.index .index-lead__swiper .swiper-slide-duplicate-prev,
body.index .index-lead__swiper .swiper-slide-duplicate-next {
  transform: scale(0.85) translateY(1.25rem);
}
body.index .index-lead__swiper .slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06rem;
  margin-top: 0.5rem;
  text-align: left;
}
body.index .index-lead__swiper .swiper-slide-prev .slide-title,
body.index .index-lead__swiper .swiper-slide-next .slide-title,
body.index .index-lead__swiper .swiper-slide-duplicate-prev .slide-title,
body.index .index-lead__swiper .swiper-slide-duplicate-next .slide-title {
  display: none;
}
body.index .index-lead__swiper .swiper-pagination {
  position: relative;
  margin-top: 5.25rem;
}
body.index .index-lead__swiper .swiper-pagination-bullet {
  margin-inline: 0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  background: #ffffff;
  box-shadow: 0 0 0.25rem 0.25rem rgba(51, 51, 51, 0.25);
}
body.index .index-lead__swiper .swiper-pagination-bullet-active {
  background-color: #0E2E83;
  border: none;
  box-shadow: none;
}
body.index .index-linkage {
  position: relative;
  margin-top: 7.75rem;
}
body.index .index-linkage.--about {
  background-image: url("../images/index/bg_about.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.index .index-linkage.--business {
  background-image: url("../images/index/bg_business.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.index .index-linkage.--maker {
  background-image: url("../images/index/bg_maker.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.index .index-linkage::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(233, 244, 255, 0.8);
  z-index: 1;
}
body.index .index-linkage .l-inner {
  padding-block: 5rem;
}
body.index .index-linkage__container {
  position: relative;
  z-index: 2;
  align-items: center;
  text-align: center;
  justify-content: center;
}
body.index .index-linkage__container-heading {
  -webkit-text-stroke: 0.25rem #FFF;
  paint-order: stroke;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: 0.16rem;
  color: #0E2E83;
}
body.index .index-linkage__container-text {
  margin-top: 1rem;
  -webkit-text-stroke-width: 0.25rem;
  -webkit-text-stroke-color: #FFF;
  paint-order: stroke;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08rem;
  color: #333333;
}
body.index .index-linkage__container .c-button {
  margin-top: 7.75rem;
}

@media only screen and (max-width: 767px) {
  body.index .index-lead .l-inner {
    margin-top: 4rem;
    padding: 0rem 0.9375rem;
  }
  body.index .index-lead__text {
    font-size: 1.875rem;
  }
  body.index .index-lead__text span {
    font-size: 2.5rem;
    letter-spacing: 0.1rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
    text-decoration-thickness: 7%;
    text-underline-offset: 25%;
    text-underline-position: from-font;
  }
  body.index .index-lead__swiper {
    margin-top: 4rem;
  }
  body.index .index-lead__swiper .swiper-wrapper {
    min-height: unset;
  }
  body.index .index-lead__swiper .swiper-slide {
    min-width: 21.5625rem;
    width: 100% !important;
    height: 100%;
  }
  body.index .index-lead__swiper .swiper-slide img {
    width: 100%;
    height: auto;
  }
  body.index .index-lead__swiper .swiper-slide .slide-title {
    font-size: 1.25rem;
    text-align: left;
  }
  body.index .index-lead__swiper .swiper-pagination {
    margin-top: 3.75rem;
    gap: 0.625rem;
  }
  body.index .index-lead__swiper .swiper-slide-prev,
  body.index .index-lead__swiper .swiper-slide-next,
  body.index .index-lead__swiper .swiper-slide-duplicate-prev,
  body.index .index-lead__swiper .swiper-slide-duplicate-next {
    transform: scale(1);
    margin-inline: 0rem;
  }
  body.index .index-lead__swiper .swiper-slide-prev .slide-title,
  body.index .index-lead__swiper .swiper-slide-next .slide-title,
  body.index .index-lead__swiper .swiper-slide-duplicate-prev .slide-title,
  body.index .index-lead__swiper .swiper-slide-duplicate-next .slide-title {
    display: hidden;
  }
  body.index .index-linkage {
    position: relative;
    margin-top: 5rem;
  }
  body.index .index-linkage.--about {
    background-image: url("../images/index/bg_about-sp.png");
  }
  body.index .index-linkage.--business {
    background-image: url("../images/index/bg_business-sp.png");
  }
  body.index .index-linkage.--maker {
    background-image: url("../images/index/bg_maker-sp.png");
  }
  body.index .index-linkage .l-inner {
    padding-block: 4rem;
  }
  body.index .index-linkage__container {
    position: relative;
    z-index: 2;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  body.index .index-linkage__container-heading {
    -webkit-text-stroke: 0.1875rem #FFF;
    paint-order: stroke;
    font-family: "Noto Serif JP", serif;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.09rem;
    color: #0E2E83;
  }
  body.index .index-linkage__container-text {
    margin-top: 0.75rem;
    -webkit-text-stroke-width: 0.1875rem;
    -webkit-text-stroke-color: #FFF;
    paint-order: stroke;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06rem;
    color: #333333;
  }
}
body.maker .p-pagetitle__img {
  position: relative;
  background-image: url("../images/maker/img_bg_title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.maker .p-pagetitle__img::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(233, 244, 255, 0.6);
  z-index: 1;
}
body.maker .p-pagetitle__title {
  z-index: 2;
}
body.maker .c-heading-h1 {
  text-align: center;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1rem;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: 7%;
  text-underline-offset: 30%;
}
body.maker .maker, body.maker .partner {
  margin-top: 7.75rem;
  margin-inline: auto;
  max-width: 77.5rem;
}
body.maker .maker .l-inner, body.maker .partner .l-inner {
  width: auto;
  padding: 0;
}
body.maker .maker__body, body.maker .partner__body {
  margin-top: 4rem;
}
body.maker .maker__body .p-grid, body.maker .partner__body .p-grid {
  gap: 1.8125rem;
}
body.maker .maker__body .p-grid__img, body.maker .partner__body .p-grid__img {
  border-radius: 0.125rem;
  max-width: 24.625rem;
}
body.maker .maker__body .p-grid__texts, body.maker .partner__body .p-grid__texts {
  margin-top: 1.5rem;
}
body.maker .maker__body .p-grid__texts .c-heading-h4, body.maker .partner__body .p-grid__texts .c-heading-h4 {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.0525rem;
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.maker .maker .l-inner, body.maker .partner .l-inner {
    width: auto;
    padding-inline: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  body.maker .p-pagetitle__img {
    background-image: url("../images/maker/img_bg_title-sp.png");
  }
  body.maker .l-inner {
    padding-inline: 0.9375rem;
  }
  body.maker .c-heading-h1 {
    font-size: 1.75rem;
    letter-spacing: 0.07rem;
    text-underline-offset: 25%;
  }
  body.maker .maker, body.maker .partner {
    margin-top: 5rem;
  }
  body.maker .maker .l-inner, body.maker .partner .l-inner {
    width: auto;
    padding-inline: 0.9375rem;
  }
  body.maker .maker__body, body.maker .partner__body {
    margin-top: 3rem;
  }
  body.maker .maker__body .p-grid, body.maker .partner__body .p-grid {
    display: block;
    gap: unset;
  }
  body.maker .maker__body .p-grid__col:not(:first-child), body.maker .partner__body .p-grid__col:not(:first-child) {
    margin-top: 2.5rem;
  }
  body.maker .maker__body .p-grid__texts .c-heading-h4, body.maker .partner__body .p-grid__texts .c-heading-h4 {
    font-size: 1.125rem;
    letter-spacing: 0.045rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}