@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+Sans+JP:wght@100..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: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #222;
  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: #222;
  -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: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0 1px 0 rgba(34, 34, 34, 0.25);
}
.l-header__inner {
  max-width: 1720px;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 7.5rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: 15rem;
}
.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: 3.75rem;
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  display: flex;
  align-items: center;
  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: #333;
}
.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;
  font-size: 1.125rem;
  font-weight: 700;
}
.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: #415e7c;
  border-radius: 50%;
  transform: translateY(-50%);
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 1.875rem;
  height: 0.25rem;
  background-color: #fff;
  border-radius: 999px;
  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: translate(-50%, -50%) rotate(45deg);
}
.l-hum.is-active span:nth-child(2) {
  opacity: 0; /* 中央のバーを非表示にする */
}
.l-hum.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@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: -6px;
    left: 50%;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #415e7c;
    border-radius: 2px;
    opacity: 0;
    transition: 0.3s all;
    transform: translateX(-50%);
    backface-visibility: hidden;
  }
  .l-header__nav-link:hover {
    color: #415e7c;
  }
  .l-header__nav-link:hover::after {
    opacity: 1;
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .l-header__nav-list {
    gap: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 0.9375rem;
  }
  .l-header__container {
    height: 4.625rem;
  }
  .l-header__logo {
    width: 9.25rem;
  }
  .l-header__menu {
    position: fixed;
    top: 74px;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    padding-inline: 0.9375rem;
    padding-bottom: 2.5rem;
    overflow-y: scroll;
    background-color: #fff;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: auto;
    margin: 2rem 0;
    background-color: #f2f8ff;
    border-radius: 3px;
  }
  .l-header__nav {
    width: calc(100% - 40px);
    height: auto;
    padding: 2.5rem 0;
  }
  .l-header__nav-list {
    flex-direction: column;
    gap: 2.5rem;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
    padding-bottom: 0.5rem;
  }
  .l-header__nav-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #415e7c;
    border-radius: 2px;
  }
  .l-header__nav-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0.25rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
    color: #415e7c;
  }
  .l-header__nav-link-icon {
    position: absolute;
    top: 50%;
    right: 4px;
    z-index: 2;
    display: block;
    width: 1.125rem;
    height: 1.125rem;
    background: url("../images/common/icon_arrow-sp.svg") no-repeat center center/contain;
    transform: translateY(-50%);
  }
}
/* footer */
.l-footer {
  position: relative;
  padding: 7.5rem 0 2rem;
  margin-top: 7.5rem;
  overflow: hidden;
  background-color: #f1f8ff;
}
.l-footer__pagetop {
  position: absolute;
  right: -38px;
  bottom: -52px;
  width: 13.125rem;
  height: 13.125rem;
  background-color: #415e7c;
  border: 1px solid #415e7c;
  border-radius: 50%;
}
.l-footer__pagetop span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6rem;
  font-weight: 700;
  color: #fff;
  transform: translateX(-50%);
}
.l-footer__pagetop span::before {
  position: absolute;
  top: -36px;
  left: 50%;
  width: 1.875rem;
  height: 0.9375rem;
  content: "";
  background-image: url("../images/common/img_pagetop-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media (hover: hover) {
  .l-footer__pagetop {
    transition: 0.3s linear opacity;
    transition-property: color, background-color;
  }
  .l-footer__pagetop:hover {
    background-color: #fff;
  }
  .l-footer__pagetop:hover span {
    color: #415e7c;
  }
  .l-footer__pagetop:hover span::before {
    background-image: url("../images/common/img_pagetop-arrow-hover.svg");
  }
}
.l-footer__inner {
  width: 100%;
  max-width: 88.75rem;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-footer__flex {
  display: flex;
  gap: 2.125rem;
  align-items: end;
  justify-content: space-between;
}
.l-footer__text-container {
  min-width: 22.5rem;
}
.l-footer__logo {
  width: 15rem;
}
.l-footer__text-info {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
.l-footer__text-info-address {
  margin-top: 2rem;
}
.l-footer__text-info-tel {
  margin-top: 0.625rem;
}
.l-footer__text-info-mail {
  margin-top: 0.375rem;
}
.l-footer__nav-container {
  width: 50%;
  max-width: 37.5rem;
}
.l-footer__nav-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 3.75rem;
}
@media (width <= 813px) {
  .l-footer__nav-list {
    gap: 2.5rem 0.875rem;
  }
}
.l-footer__nav-item {
  position: relative;
  flex-direction: column;
  width: 10rem;
  height: auto;
  border-bottom: 1px solid #415e7c;
  transition: opacity 0.3s ease;
}
.l-footer__nav-item:hover {
  opacity: 0.7;
}
.l-footer__nav-link {
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0.25rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.625rem;
  color: #415e7c;
}
.l-footer__nav-link-icon {
  position: absolute;
  top: 50%;
  right: 4px;
  z-index: 2;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  background: url("../images/common/icon_arrow-sp.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
.l-footer__copyright {
  margin-top: 8.75rem;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 3.75rem 0 1.5rem;
    margin-top: 3.75rem;
  }
  .l-footer__pagetop {
    right: -20px;
    bottom: -20px;
    width: 8.75rem;
    height: 8.75rem;
  }
  .l-footer__pagetop span {
    width: 5.25rem;
    font-size: 0.875rem;
  }
  .l-footer__pagetop span::before {
    top: -25px;
    width: 1.3125rem;
    height: 0.625rem;
  }
  .l-footer__inner {
    padding: 0 0.9375rem;
  }
  .l-footer__flex {
    flex-direction: column;
    gap: 3.5rem;
    align-items: start;
  }
  .l-footer__text-container {
    min-width: auto;
  }
  .l-footer__logo {
    width: 13.875rem;
  }
  .l-footer__text-info {
    font-size: 1rem;
  }
  .l-footer__nav-container {
    width: 100%;
  }
  .l-footer__nav-list {
    gap: 2rem 1.5625rem;
  }
  .l-footer__nav-link {
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.625rem;
    color: #415e7c;
  }
  .l-footer__nav-link-icon {
    right: 8px;
  }
  .l-footer__copyright {
    margin-top: 7.5rem;
    font-size: 0.875rem;
    text-align: left;
  }
}

/* main */
.l-inner {
  width: calc(1080px + 2.5rem);
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: calc(1660px + 2.5rem);
}
.l-inner.--narrow {
  width: calc(1080px + 2.5rem);
}

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

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 0.9375rem;
  }
}
/* 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;
  min-width: 18.75rem;
  min-height: 4rem;
  padding: 0 2.375rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 26px;
  color: #fff;
  cursor: pointer;
  background-color: #415e7c;
  border: 1px solid #415e7c;
  border-radius: 0.375rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 1.125rem;
  content: "";
  background-image: url("../images/common/icon-button-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-button.--arrow-left {
  padding-right: 3.375rem;
}
.c-button.--arrow-left::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.125rem;
  content: "";
  background-image: url("../images/common/icon-button-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .c-button.--arrow-left:hover::before {
    background-image: url("../images/common/icon-button-arrow-left-hover.svg");
  }
}
.c-button.--arrow-left::after {
  content: none;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("../images/common/icon_blank.svg");
  filter: brightness(0) invert(1);
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background-image: url("../images/common/icon_pdf.png");
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
    transition-property: color, background-color;
  }
  .c-button:hover {
    color: #415e7c;
    background-color: #fff;
  }
  .c-button:hover:not(.c-button:hover.--blank):not(.c-button:hover.--pdf)::after {
    background-image: url("../images/common/icon-button-arrow-hover.svg");
  }
  .c-button:hover.--blank::after {
    filter: none;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    padding: 0 1.3125rem;
    font-size: 1rem;
    border-radius: 0.1875rem;
  }
  .c-button::after {
    width: 1.125rem;
    height: 1.125rem;
    margin-left: 2rem;
  }
}

.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-lv1 {
  display: inline-block;
  font-size: 2.25rem;
  font-weight: 700;
}
.c-heading-lv1::after {
  display: block;
  width: 100%;
  height: 0.125rem;
  margin: 0 auto;
  margin-top: 0.5rem;
  content: "";
  background: #415e7c;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv1 {
    font-size: 2rem;
  }
}

.c-heading-lv2 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 1.75rem;
  }
}

.c-heading-lv3 {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 1.5rem;
  }
}

.c-heading-lv4 {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv4 {
    font-size: 1.3125rem;
  }
}

.c-heading-lv5 {
  display: inline-block;
  font-size: 1.3125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv5 {
    font-size: 1.125rem;
  }
}

.c-heading-lv6 {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv6 {
    font-size: 1rem;
  }
}

.c-list-dot__item {
  position: relative;
  padding-left: 0.75em;
  font-size: 1.125rem;
  line-height: 26px;
  color: #000;
}
.c-list-dot__item + li {
  margin-top: 0.4375rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background: #415e7c;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .c-list-dot__item {
    font-size: 1rem;
  }
  .c-list-dot__item::before {
    top: 0.625em;
    width: 0.375em;
    height: 0.375em;
  }
}

.c-list-ol {
  font-size: 1.125rem;
  line-height: 26px;
  list-style: decimal;
  list-style-position: inside;
}
@media only screen and (max-width: 767px) {
  .c-list-ol {
    font-size: 1rem;
  }
}
.c-list-ol__item + li {
  margin-top: 0.4375rem;
}

.c-list-dl__dt {
  font-weight: bold;
}
.c-list-dl__dd {
  padding-left: 1em;
}

.c-text-link {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 1rem;
  color: #1558d6;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-image: url("../images/common/icon_blank.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.8125rem;
  content: "";
  background-image: url("../images/common/icon_pdf.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

.c-text {
  font-size: 1rem;
  color: #222;
}
.c-text.--xsm {
  font-size: 0.75rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}
.c-text.--lg {
  font-size: 1.125rem;
  line-height: 26px;
}
.c-text.--xlg {
  font-size: 1.25rem;
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
  .c-text.--xsm {
    font-size: 0.625rem;
  }
  .c-text.--sm {
    font-size: 0.75rem;
  }
  .c-text.--lg {
    font-size: 1rem;
  }
  .c-text.--xlg {
    font-size: 1.125rem;
  }
}

/* project */
.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #222;
  border: 0.0625rem solid #333;
  border-radius: 999rem;
}
.p-anchor-list__link.is-active {
  color: #fff;
  background-color: #000;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear background-color;
  }
  .p-anchor-list__link:hover {
    color: #fff;
    background-color: #000;
  }
}

.p-breadline {
  background-color: #f2f8ff;
}
.p-breadline__inner {
  max-width: 107.5rem;
  padding: 0.625rem 1.25rem;
  margin: 0 auto;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 1rem;
  color: #222;
}
.p-breadline__item.--active {
  overflow: hidden;
  color: #415e7c;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  display: inline-block;
  width: 0.375rem;
  height: 0.625rem;
  margin-right: 1rem;
  background: url("../images/common/icon_divider.svg") center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .p-breadline__inner {
    padding: 0.625rem 0.9375rem;
  }
  .p-breadline__item {
    font-size: 0.875rem;
  }
  .p-breadline__item a {
    margin-right: 0.625rem;
  }
  .p-breadline__item.--active {
    width: 10rem;
  }
  .p-breadline__divider {
    width: 0.375rem;
    height: 0.5625rem;
    margin-right: 0.625rem;
  }
}

.p-card-button {
  display: flex;
  flex-wrap: wrap;
  gap: 1.625rem 1.6875rem;
  align-items: stretch;
}
.p-card-button__item {
  width: calc((100% - 81px) / 4);
}
.p-card-button__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 21.25rem;
  padding: 3.125rem 1.5rem 1.125rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 1.25rem;
}
.p-card-button__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 10.625rem;
  height: 3.75rem;
  content: "";
  background: #333 url("../images/index/bg_service_title.png") no-repeat center/contain;
}
.p-card-button__link-title {
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 2;
  color: #333;
}
.p-card-button__link-img {
  position: relative;
  z-index: 2;
  text-align: center;
  transition: all 0.3s;
  transform: scale(1);
}
.p-card-button__link-btn {
  display: flex;
  align-items: center;
  margin-top: 1.0625rem;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.11rem;
}
.p-card-button__link-btn::after {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: 0.5rem;
  content: "";
  background: #333 url("../images/common/icon_arrow.svg") no-repeat center/20px 20px;
  border-radius: 50%;
  transition: all 0.3s;
}
.p-card-button__link-text {
  margin-top: 0.5rem;
}

.p-card {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2.8125rem;
}
.p-card.--column2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 2.8125rem 3rem;
}
.p-card.--column2 .p-card__img {
  border-radius: 1.25rem;
}
.p-card.--column3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 2.8125rem 2.1875rem;
}
.p-card__img {
  position: relative;
  overflow: hidden;
  border-radius: 0.625rem;
}
.p-card__title {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.12rem;
}
.p-card__texts {
  margin-top: 1rem;
}
.p-card__button {
  margin-top: 1.25rem;
  text-align: center;
}
.p-card__button .c-button {
  width: 100%;
  min-width: inherit;
  max-width: 17.5rem;
}

@media all and (min-width: 768px), print {
  .p-card-button__link:hover .p-card-button__link-img {
    transform: scale(1.1);
  }
  .p-card-button__link:hover .p-card-button__link-btn::after {
    margin-left: 0.875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-card-button__item {
    width: calc((100% - 27px) / 2);
  }
}
@media only screen and (max-width: 767px) {
  .p-card-button {
    gap: 1.5rem 0;
  }
  .p-card-button__item {
    width: 100%;
  }
  .p-card-button__link {
    min-height: 18.75rem;
    padding: 2.375rem 1.6875rem 1.5rem 1.75rem;
  }
  .p-card-button__link-title {
    left: 1.25rem;
  }
  .p-card-button__link-btn {
    margin-top: 0.9375rem;
    font-size: 1.25rem;
  }
  .p-card.--column2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card.--column3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .p-card__title {
    font-size: 1.3125rem;
    letter-spacing: 0.1rem;
  }
}
.p-column__item {
  display: flex;
  gap: 1.25rem 2.5rem;
}
.p-column__item + .p-column__item {
  margin-top: 5.9375rem;
}
.p-column__item.--reverse {
  flex-direction: row-reverse;
}
.p-column__img {
  position: relative;
  width: calc(50% - 2.5rem);
  height: 0;
  padding-top: 33.3870967742%;
}
.p-column__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-column__content {
  width: 50%;
}
.p-column__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-column__text {
  margin-top: 1.5rem;
  line-height: 1.62;
}

.p-column02 + .p-column02 {
  margin-top: 4rem;
}
.p-column02.--column2 {
  display: flex;
  gap: 1.25rem 2.5rem;
  align-items: start;
}
.p-column02.--reverse {
  flex-direction: row-reverse;
}
.p-column02__img {
  position: relative;
  width: calc(50% - 24px);
  overflow: hidden;
  border-radius: 1.25rem;
}
.p-column02__content {
  width: calc(50% - 24px);
}
.p-column02__title {
  margin-bottom: 0.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.12rem;
}

.p-column-wide {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 31.25rem;
}
.p-column-wide + .p-column-wide {
  margin-top: 5.625rem;
}
.p-column-wide__img {
  position: absolute;
  top: 0;
  left: calc(50% + 4.6875rem);
  width: calc(50vw - 4.6875rem);
  height: 100%;
}
.p-column-wide__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
.p-column-wide__content {
  width: 50%;
  height: 100%;
}
.p-column-wide__text {
  margin-top: 1.5rem;
}
.p-column-wide.--reverse .p-column-wide__img {
  left: calc(-50vw + 50%);
}
.p-column-wide.--reverse .p-column-wide__content {
  margin-left: auto;
}

@media only screen and (max-width: 1280px) {
  .p-column-wide {
    min-height: auto;
  }
  .p-column-wide__img {
    position: relative;
    left: 0;
    width: 100%;
    height: 45.197740113vw;
  }
  .p-column-wide__content {
    width: 100%;
    margin-top: 1.5rem;
  }
  .p-column-wide.--reverse .p-column-wide__img {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-column__item {
    flex-wrap: wrap;
  }
  .p-column__title {
    font-size: 1.3125rem;
  }
  .p-column__img, .p-column__content {
    width: 100%;
  }
  .p-column__img {
    padding-top: 56.862745098%;
  }
  .p-column02 + .p-column02 {
    margin-top: 4rem;
  }
  .p-column02.--column2 {
    flex-direction: column;
  }
  .p-column02__img {
    width: 100%;
  }
  .p-column02__content {
    width: 100%;
  }
}
.p-box {
  padding: 2.5rem;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(34, 34, 34, 0.25);
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 2rem;
  font-size: 1rem;
}

.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: 1rem;
}
.p-grid__col {
  /* CMSエディタ―のみで適応 */
  /* border: dashed 1px #c2c2c2; */
}

.p-table {
  width: 100%;
  min-width: 45.6875rem;
  overflow: scroll;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #bababa;
}
.p-table__th {
  width: 21.25rem;
  padding: 2.0625rem 1.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  background-color: #415e7c;
  border: none;
}
@media only screen and (max-width: 767px) {
  .p-table__th {
    padding: 1.25rem 0.875rem;
    font-size: 1.0625rem;
  }
}
.p-table__td {
  width: 46.25rem;
  padding: 1.125rem 1.5rem;
  font-size: 1.125rem;
  line-height: 26px;
  vertical-align: middle;
  background-color: #fff;
  border: none;
}
@media only screen and (max-width: 767px) {
  .p-table__td {
    padding: 1.25rem 0.875rem;
    font-size: 0.875rem;
  }
}
.p-table th:not(:last-child),
.p-table td:not(:last-child) {
  border-right: 1px solid #bababa;
}
.p-table tr:not(:last-child) th,
.p-table tr:not(:last-child) td {
  border-bottom: 1px solid #bababa;
}
.p-table tr:not(:last-child) th,
.p-table tr:not(:last-child) td {
  border-bottom: 1px solid #bababa;
}

.p-mainvisual {
  width: 100%;
  margin: 0 auto;
}
.p-mainvisual__img {
  width: 100%;
  height: auto;
}
.p-mainvisual__catch {
  padding: 2.5rem 0;
  background-color: #f3f5f8;
}
.p-mainvisual__catch-inner {
  padding: 0 1.25rem;
  margin: 0 auto;
}
.p-mainvisual__catch-text {
  font-size: 5rem;
  font-weight: 700;
  color: #415e7c;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual__catch {
    padding: 1.5rem 0;
  }
  .p-mainvisual__catch-inner {
    padding: 0 2.9375rem;
  }
  .p-mainvisual__catch-text {
    font-size: 2.5rem;
  }
}
.p-news__item {
  border-top: 0.0625rem solid #bababa;
}
.p-news__item:last-child {
  border-bottom: 0.0625rem solid #bababa;
}
.p-news__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.75rem 7.75rem 1.75rem 10rem;
}
@media (hover: hover) {
  .p-news__link {
    transition: 0.3s linear opacity;
  }
  .p-news__link:hover {
    opacity: 0.7;
  }
}
.p-news__link-new {
  position: absolute;
  top: 50%;
  left: 60px;
  padding: 0.375rem 0.625rem;
  font-size: 1.125rem;
  line-height: 21px;
  color: #fff;
  background-color: #e0bf39;
  border-radius: 0.25rem;
  transform: translateY(-50%);
}
.p-news__link-day {
  display: inline-block;
  min-width: 5.8125rem;
  margin-right: 2.5rem;
  font-size: 1.125rem;
  line-height: 21px;
  white-space: nowrap;
}
.p-news__link-title {
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 26px;
  text-overflow: ellipsis;
}
.p-news__button {
  margin-top: 3.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news__link {
    flex-wrap: wrap;
    padding: 2rem 0.625rem 1.25rem;
  }
  .p-news__link-new {
    position: static;
    padding: 0.25rem 0.375rem;
    margin-right: 1rem;
    font-size: 0.875rem;
    line-height: 18px;
    border-radius: 0.125rem;
    transform: none;
  }
  .p-news__link-day {
    margin-right: 0;
    font-size: 1rem;
    line-height: 21px;
  }
  .p-news__link-title {
    width: 100%;
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 26px;
  }
  .p-news__button {
    margin-top: 2.5rem;
    text-align: center;
  }
}
.p-pagetitle {
  position: relative;
  height: 23.75rem;
}
.p-pagetitle__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #415e7c;
}
.p-pagetitle__title {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 11rem;
  padding: 0.75rem 1rem;
  font-size: 2.25rem;
  font-weight: 700;
  color: #415e7c;
  background-color: #fff;
  border-radius: 0.375rem;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 767px) {
  .p-pagetitle {
    height: 11.625rem;
  }
  .p-pagetitle__title {
    min-width: 8rem;
    padding: 0.875rem 1.25rem;
    font-size: 2rem;
  }
}
.p-pagination {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 2rem;
  }
}
.p-pagination__list {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-pagination__list {
    gap: 1rem;
  }
}
.p-pagination__item {
  font-size: 1.125rem;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  .p-pagination__item {
    font-size: 1rem;
  }
}
.p-pagination__item > span,
.p-pagination__item a:not(.c-button) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  color: #415e7c;
  background-color: #f2f8ff;
  border: 0.0625rem solid #fff;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  .p-pagination__item > span,
  .p-pagination__item a:not(.c-button) {
    width: 2.125rem;
    height: 2.125rem;
  }
}
@media (hover: hover) {
  .p-pagination__item a:not(.c-button) {
    transition: 0.3s linear opacity;
  }
  .p-pagination__item a:not(.c-button):hover {
    opacity: 0.7;
  }
}
.p-pagination__item span:not(.u-hidden-sp) {
  color: #fff;
  background-color: #415e7c;
}
.p-pagination__item .c-button {
  width: 17.5rem;
  min-width: auto;
  color: #fff;
}
@media (hover: hover) {
  .p-pagination__item .c-button:hover span {
    color: #415e7c;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .p-pagination__item .c-button {
    width: 13.125rem;
    padding-inline: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-pagination__item .c-button {
    width: 2.5rem;
    min-width: auto;
    height: 2.5rem;
    min-height: auto;
    padding: 0;
  }
  .p-pagination__item .c-button::before {
    margin-right: 0;
  }
  .p-pagination__item .c-button::after {
    margin-left: 0;
  }
}
.p-pagination__item.--prev {
  margin-right: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .p-pagination__item.--prev {
    margin-right: 0.5rem;
  }
}
.p-pagination__item.--prev .c-button::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1.125rem;
  content: "";
  background-image: url("../images/common/icon-button-arrow-left.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .p-pagination__item.--prev .c-button::before {
    margin-right: 0;
  }
}
@media (hover: hover) {
  .p-pagination__item.--prev .c-button:hover::before {
    background-image: url("../images/common/icon-button-arrow-left-hover.svg");
  }
}
.p-pagination__item.--prev .c-button::after {
  content: none;
}
.p-pagination__item.--next {
  margin-left: 2.25rem;
}
@media only screen and (max-width: 767px) {
  .p-pagination__item.--next {
    margin-left: 0.5rem;
  }
}
.p-pagination__item.--next .c-button::before {
  content: none;
}

.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;
}

.p-section-top {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .p-section-title-h2 {
    margin-bottom: 2.5rem;
  }
  .p-section-top {
    margin-top: 3.75rem;
  }
}
/* pages */
body.about .l-header__nav-item.--about .l-header__nav-link {
  color: #415e7c;
}
body.about .l-header__nav-item.--about .l-header__nav-link::after {
  opacity: 1;
}
body.about .certified__content {
  width: 100%;
}
body.about .about-sec__content {
  width: 100%;
}
body.about .about-sec__table {
  width: 100%;
  margin-top: 3.75rem;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #bababa;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  body.about .about-sec__table {
    margin-top: 2.5rem;
  }
}
body.about .about-sec__table th {
  width: 21.25rem;
  padding: 2.0625rem 1.5rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  background-color: #415e7c;
  border: none;
  border-right: 1px solid #bababa;
}
body.about .about-sec__table th:not(:first-child) {
  border-top: 1px solid #bababa;
}
@media only screen and (max-width: 767px) {
  body.about .about-sec__table th {
    padding: 1.25rem 0.875rem;
    font-size: 1.0625rem;
  }
}
body.about .about-sec__table td {
  width: 46.25rem;
  padding: 1.125rem 1.5rem;
  font-size: 1.125rem;
  line-height: 26px;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #bababa;
}
tr:last-child body.about .about-sec__table td {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  body.about .about-sec__table td {
    padding: 1.25rem 0.875rem;
    font-size: 0.875rem;
  }
}
body.about .about-sec__table tr:not(:last-child) th {
  border-bottom: 1px solid #bababa;
}
body.about .about-sec__table tr:first-child th {
  border-top-left-radius: 6px;
}
body.about .about-sec__table tr:first-child td {
  border-top-right-radius: 6px;
}
body.about .about-sec__table tr:last-child th {
  border-bottom-left-radius: 6px;
}
body.about .about-sec__table tr:last-child td {
  border-bottom-right-radius: 6px;
}
@media only screen and (max-width: 767px) {
  body.about .about__content {
    padding: 2.5rem 0;
  }
  body.about .company-info {
    margin-top: 1.875rem;
  }
}

body.business .l-header__nav-item.--business .l-header__nav-link {
  color: #415e7c;
}
body.business .l-header__nav-item.--business .l-header__nav-link::after {
  opacity: 1;
}
body.business .business .p-column02 {
  position: relative;
  gap: 2.5rem;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
body.business .business .p-column02:first-child {
  padding-top: 0;
}
body.business .business .p-column02:last-child {
  padding-bottom: 0;
}
body.business .business .p-column02 + .p-column02 {
  margin-top: 0;
}
body.business .business .p-column02 + .p-column02::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: url("../images/business/img-line.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
body.business .business .p-column02__img {
  width: 24.25rem;
}
body.business .business .p-column02__content {
  position: relative;
  width: 100%;
  max-width: 40.75rem;
  padding: 2.5rem;
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.1);
}
body.business .business .p-column02__number {
  position: absolute;
  top: -58px;
  right: -16px;
  z-index: -1;
  font-size: 12.5rem;
  font-weight: 700;
  line-height: 240px;
  color: #f3f5f8;
}
body.business .business .p-column02__title {
  font-size: 2rem;
  font-weight: 700;
  color: #415e7c;
}
body.business .business .p-column02__text {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 26px;
}
@media only screen and (max-width: 767px) {
  body.business .business .p-column02 {
    gap: 1.25rem;
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
  body.business .business .p-column02__img {
    width: 100%;
  }
  body.business .business .p-column02__content {
    padding: 2.5rem 1.25rem;
  }
  body.business .business .p-column02__number {
    top: -52px;
    right: -7px;
    font-size: 7.5rem;
    line-height: 180px;
  }
  body.business .business .p-column02__title {
    font-size: 1.75rem;
  }
  body.business .business .p-column02__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

body.index .l-header__nav-item.--top .l-header__nav-link {
  color: #415e7c;
}
body.index .l-header__nav-item.--top .l-header__nav-link::after {
  opacity: 1;
}
body.index .index-news {
  margin-top: 7.5rem;
}
body.index .introduction {
  padding: 7.5rem 0;
  background-color: #f2f8ff;
}
body.index .introduction__boxes {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
body.index .introduction__box {
  position: relative;
  z-index: 1;
  padding: 3.75rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.375rem;
}
body.index .introduction__box-number {
  position: absolute;
  top: -94px;
  right: -15px;
  z-index: -1;
  display: block;
  height: 15rem;
  font-size: 12.5rem;
  font-weight: 700;
  color: #f3f5f8;
}
body.index .introduction__box-heading {
  font-size: 2rem;
  font-weight: 700;
  color: #415e7c;
}
body.index .introduction__box-text {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 26px;
}
body.index .index-bottom-img {
  margin-top: 7.5rem;
}
body.index .index-bottom-img__image img {
  width: 100%;
  border-radius: 0.375rem;
}
@media only screen and (max-width: 767px) {
  body.index .index-news {
    margin-top: 3.75rem;
  }
  body.index .introduction {
    padding: 3.75rem 0;
  }
  body.index .introduction__boxes {
    gap: 2.5rem;
  }
  body.index .introduction__box {
    padding: 2.5rem 1.25rem 1.5rem;
    border-radius: 0.1875rem;
  }
  body.index .introduction__box-number {
    top: -36px;
    right: -4px;
    font-size: 5rem;
  }
  body.index .introduction__box-heading {
    font-size: 1.5rem;
  }
  body.index .introduction__box-text {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 26px;
  }
  body.index .index-bottom-img {
    margin-top: 3.75rem;
  }
  body.index .index-bottom-img__image img {
    border-radius: 0.1875rem;
  }
}

body.news-single .l-header__nav-item.--news .l-header__nav-link {
  color: #415e7c;
}
body.news-single .l-header__nav-item.--news .l-header__nav-link::after {
  opacity: 1;
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 5rem;
}
body.news-single .news-single-main__button {
  margin-top: 5rem;
  text-align: center;
}

body.news .l-header__nav-item.--news .l-header__nav-link {
  color: #415e7c;
}
body.news .l-header__nav-item.--news .l-header__nav-link::after {
  opacity: 1;
}

body.recruit .l-header__nav-item.--recruit .l-header__nav-link {
  color: #415e7c;
}
body.recruit .l-header__nav-item.--recruit .l-header__nav-link::after {
  opacity: 1;
}
body.recruit .recruit-sec__table {
  width: 100%;
  margin-top: 3.75rem;
  overflow: hidden;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #bababa;
  border-radius: 6px;
}
body.recruit .recruit-sec__table th {
  width: 21.25rem;
  padding: 2.0625rem 1.625rem;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
  vertical-align: middle;
  background-color: #415e7c;
  border: none;
  border-right: 1px solid #bababa;
}
body.recruit .recruit-sec__table th:not(:first-child) {
  border-top: 1px solid #bababa;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__table th {
    padding: 1.25rem 0.875rem;
    font-size: 1.0625rem;
  }
}
body.recruit .recruit-sec__table td {
  width: 46.25rem;
  padding: 1.125rem 1.625rem;
  font-size: 1.125rem;
  line-height: 26px;
  vertical-align: middle;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #bababa;
}
tr:last-child body.recruit .recruit-sec__table td {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__table td {
    padding: 1.25rem 0.875rem;
    font-size: 0.875rem;
  }
}
body.recruit .recruit-sec__table tr:not(:last-child) th {
  border-bottom: 1px solid #bababa;
}
body.recruit .recruit-sec__table tr:first-child th {
  border-top-left-radius: 6px;
}
body.recruit .recruit-sec__table tr:first-child td {
  border-top-right-radius: 6px;
}
body.recruit .recruit-sec__table tr:last-child th {
  border-bottom-left-radius: 6px;
}
body.recruit .recruit-sec__table tr:last-child td {
  border-bottom-right-radius: 6px;
}
body.recruit .recruit-sec__contact {
  padding: 3.75rem 4.6875rem;
  margin-top: 7.5rem;
  font-weight: 700;
  background-color: #415e7c;
  border-radius: 6px;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__contact {
    padding: 2.5rem 1.25rem;
    margin-top: 3.75rem;
  }
}
body.recruit .recruit-sec__contact-heading {
  font-size: 2.25rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__contact-heading {
    font-size: 2rem;
  }
}
body.recruit .recruit-sec__contact-boxes {
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: center;
  margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  body.recruit .recruit-sec__contact-boxes {
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__contact-boxes {
    flex-direction: column;
    gap: 1.25rem;
  }
}
body.recruit .recruit-sec__contact-box {
  padding: 1.5rem 2.3125rem;
  color: #415e7c;
  background-color: #fff;
  border-radius: 4px;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__contact-box {
    padding: 1.25rem 1rem;
  }
}
body.recruit .recruit-sec__contact-box-heading {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  font-size: 1.75rem;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__contact-box-heading {
    font-size: 1.5rem;
  }
}
body.recruit .recruit-sec__contact-box-heading::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #415e7c;
  border-radius: 2px;
}
body.recruit .recruit-sec__contact-box-num {
  margin-top: 0.625rem;
  font-size: 3.375rem;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__contact-box-num {
    font-size: 2.5rem;
  }
}
body.recruit .recruit-sec__contact-note {
  margin-top: 2.5rem;
  font-size: 1.3125rem;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  body.recruit .recruit-sec__contact-note {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

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