@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! 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: #000;
  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: #000;
  -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],
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%;
}
.l-header__inner {
  max-width: 100%;
  padding: 2.5rem 3.125rem;
  margin: 0 auto;
}
.l-header__container {
  position: relative;
  display: flex;
  gap: 2rem;
  align-items: center;
  height: 4.6875rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: clamp(11.25rem, 22vw, 12.1875rem);
}
.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%;
  padding: 0 1.875rem 0 2.5rem;
  background-color: #fff;
  border: 0.0625rem solid #005bab;
  border-radius: 999rem;
}
.l-header__nav-list {
  display: flex;
  gap: 0.9375rem;
  align-items: center;
  height: 100%;
}
.l-header__nav-item {
  height: 100%;
}
.l-header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: clamp(0.6875rem, 1.06vw, 1.054375rem);
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.11em;
}
@media (hover: hover) {
  .l-header__nav-link {
    transition: 0.3s linear opacity;
  }
  .l-header__nav-link:hover {
    opacity: 0.7;
  }
}

.l-hum {
  position: absolute;
  top: 0.125rem;
  right: 0;
  width: 56px;
  height: 56px;
  background-color: #005bab;
  border: none;
  border-radius: 50%;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 7px);
}
.l-hum span:nth-child(2) {
  top: 50%;
}
.l-hum span:nth-child(3) {
  top: calc(50% + 7px);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.l-hum.is-active span:nth-child(3) {
  display: none;
}
.l-hum.is-active span:nth-child(2) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

@media all and (min-width: 1281px), print {
  .l-header__menu {
    display: block !important;
  }
  .l-header__nav-item:not(:first-child) {
    position: relative;
    padding-left: 1.375rem;
  }
  .l-header__nav-item:not(:first-child)::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 0.4375rem;
    height: 0.4375rem;
    content: "";
    background-color: #005bab;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .l-hum {
    display: none;
  }
}
@media only screen and (max-width: 1280px) {
  .l-header {
    padding-top: 0.5rem;
  }
  .l-header__inner {
    padding: 0 1.25rem;
  }
  .l-header__container {
    height: 60px;
  }
  .l-header__logo {
    width: 6.25rem;
  }
  .l-header__menu {
    position: absolute;
    top: -0.5rem;
    left: -20px;
    display: none;
    width: calc(100% + 40px);
    height: 100vh;
    padding: 0 0.625rem 0.625rem;
    background-color: #005bab;
    border-radius: 0 0 2.8125rem 2.8125rem;
  }
  .l-header__nav-container {
    flex-direction: column;
    height: 100%;
    padding: 5rem 0;
    overflow-y: scroll;
    background-color: #fff;
    border-radius: 0 0 2.5rem 2.5rem;
  }
  .l-header__nav {
    width: calc(100% - 90px);
    height: auto;
    padding: 0;
    border: none;
  }
  .l-header__nav-list {
    flex-direction: column;
    gap: 0;
  }
  .l-header__nav-item {
    position: relative;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .l-header__nav-item:not(:last-child) {
    border-bottom: 0.125rem dotted #005bab;
  }
  .l-header__nav-link {
    display: block;
    width: 100%;
    height: auto;
    padding: 1.5rem 0;
    font-size: 1.125rem;
    text-align: center;
  }
}
/* footer */
.l-footer {
  position: relative;
  padding: 2.25rem 0 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #005bab;
  z-index: 2;
}
.l-footer__address {
  margin-top: 1.5rem;
  font-size: 1rem;
}
.l-footer__copyright {
  margin-top: 1.75rem;
  font-size: 0.75rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 1.5rem 0 0.75rem;
  }
  .l-footer__logo img {
    width: 7.5rem;
  }
  .l-footer__address {
    margin-top: 1rem;
    font-size: 0.75rem;
  }
  .l-footer__copyright {
    margin-top: 1.25rem;
    font-size: 0.5rem;
  }
}
/* main */
.l-container {
  overflow: hidden;
}

.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 {
  position: relative;
  z-index: 2;
  padding: 5.25rem 0;
  margin-top: -8.375rem;
  background-color: #fff;
  border-radius: 3.625rem 3.625rem 0 0;
}

@media only screen and (max-width: 1280px) {
  .l-section-first {
    padding: 2.5rem 0 4.5rem;
    margin-top: -1.875rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.5625rem;
  }
}
/* 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: 25rem;
  min-height: 4.6875rem;
  padding: 1rem 2rem;
  cursor: pointer;
  background-color: #fff;
  border: 0.125rem solid #005bab;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.c-button::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 2rem;
  aspect-ratio: 1/1;
  content: "";
  background-color: #000;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 18'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cg%3E%3Cline class='d' x1='24.71' y1='8.83' x2='1' y2='8.83'/%3E%3Cpath class='d' d='M19.34,3.34C22.47,.22,27.53,.22,30.66,3.34s3.12,8.19,0,11.31c-3.12,3.12-8.19,3.12-11.31,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 18'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23000;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cg%3E%3Cline class='d' x1='24.71' y1='8.83' x2='1' y2='8.83'/%3E%3Cpath class='d' d='M19.34,3.34C22.47,.22,27.53,.22,30.66,3.34s3.12,8.19,0,11.31c-3.12,3.12-8.19,3.12-11.31,0'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
}
.c-button img {
  width: auto;
  height: 1.25rem;
}
.c-button.--blue {
  color: #fff;
  background-color: #005bab;
}
.c-button.--blue::after {
  background-color: #fff;
}
.c-button.--min {
  min-width: 16.875rem;
}
.c-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.c-button.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-button.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear opacity;
  }
  .c-button:not(:disabled):hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .c-button {
    min-width: 15rem;
    min-height: 2.8125rem;
    padding: 0.75rem 2.5rem;
  }
  .c-button::after {
    right: 1rem;
    width: 1.25rem;
  }
  .c-button img {
    height: 0.75rem;
  }
  .c-button.--min {
    min-width: 15rem;
  }
}

.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 {
  font-size: 2rem;
}

.c-heading-lv2 {
  font-weight: 700;
  color: #005bab;
  font-size: 2.5rem;
  line-height: 1.875;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv2 {
    font-size: 1.25rem;
  }
}

.c-heading-lv3 {
  font-size: 1.5625rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .c-heading-lv3 {
    font-size: 1.125rem;
  }
}

.c-heading-lv4 {
  font-size: 1.5rem;
}

.c-heading-lv5 {
  font-size: 1.25rem;
}

.c-heading-lv6 {
  font-size: 1.125rem;
}

.c-list-dot__item {
  position: relative;
  padding-left: 1em;
  color: #000;
}
.c-list-dot__item + li {
  margin-top: 0.5rem;
}
.c-list-dot__item::before {
  position: absolute;
  top: 0.625em;
  left: 0.5em;
  display: block;
  width: 0.25em;
  height: 0.25em;
  content: "";
  background: #000;
  border-radius: 50%;
}

.c-list-ol {
  list-style: decimal;
  list-style-position: inside;
}
.c-list-ol__item + li {
  margin-top: 0.5rem;
}

.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: #1558d6;
  text-decoration: underline;
}
@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.5;
  color: #000;
}
.c-text.--xlg {
  font-size: 1.25rem;
  line-height: 3.1;
}
.c-text.--lg {
  font-size: 1.125rem;
}
.c-text.--sm {
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .c-text {
    font-size: 0.875rem;
  }
  .c-text.--xlg {
    font-size: 0.875rem;
  }
  .c-text.--lg {
    font-size: 1rem;
  }
}

.c-input.--email {
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.875rem;
  align-items: center;
}
.c-input + .c-input {
  margin-top: 1.5rem;
}
.c-input__optional {
  margin-left: 0.5rem;
}
.c-input__optional.--required {
  display: inline-block;
  width: 3.75rem;
  padding: 0.1875rem 0 0.3125rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.25;
  color: #fff;
  text-align: center;
  background: #e62310;
  border-radius: 999rem;
}
.c-input__support-text {
  margin-top: 0.5rem;
}
.c-input__support-text.--sm {
  display: inline-block;
  font-size: 0.875rem;
}
.c-input__text-label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 0;
}
.c-input__container {
  width: 100%;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
  font-size: 1.125rem;
  border: 0.125rem solid #ccc;
  border-radius: 0.3125rem;
  outline: 0;
}
.c-input__container.--w-300 {
  max-width: 18.75rem;
}
.c-input__container:focus {
  border-color: #d3d3d3;
}
.c-input__container.error {
  border-color: #e62310;
}
.c-input__radio-wrap.--column {
  display: flex;
  gap: 1.875rem;
}
.c-input__radio-wrap .c-input__text-label {
  cursor: pointer;
}
.c-input__radio-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.125rem solid #ccc;
  border-radius: 50%;
}
.c-input__radio-container::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #005bab;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%);
}
.c-input__radio {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__radio:checked + .c-input__radio-container::after {
  opacity: 1;
}
.c-input__checkbox-container {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
}
.c-input__checkbox-container::after {
  position: absolute;
  top: calc(50% - 0.125rem);
  left: 50%;
  display: block;
  width: 6px;
  height: 10px;
  content: "";
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.c-input__checkbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0;
  vertical-align: top;
  opacity: 0;
}
.c-input__checkbox:checked + .c-input__checkbox-container {
  background-color: #1558d6;
  border-color: #1558d6;
}
.c-input__checkbox:checked + .c-input__checkbox-container::after {
  opacity: 1;
}
.c-input__error-text {
  margin-top: 0.5rem;
  font-size: 1.125rem;
  color: #e62310;
}
.c-input__select-wrap {
  position: relative;
  width: 100%;
  max-width: 18.75rem;
}
.c-input__select-wrap::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  pointer-events: none;
  content: "";
  border-right: 0.125rem solid #666;
  border-bottom: 0.125rem solid #666;
  transform: rotate(45deg);
}
.c-input__select-wrap select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-input__select-wrap select::-ms-expand {
  display: none;
}

@media only screen and (max-width: 767px) {
  .c-input__optional.--required {
    width: 2.25rem;
    font-size: 0.6875rem;
    padding: 0.125rem 0 0.1875rem;
  }
  .c-input__container {
    font-size: 0.875rem;
    border-width: 0.0625rem;
    border-radius: 0.1875rem;
  }
  .c-input__container.--w-300 {
    max-width: 100%;
  }
  .c-input__error-text {
    font-size: 0.75rem;
  }
  .c-input__support-text.--sm {
    font-size: 0.75rem;
  }
  .c-input__select-wrap {
    max-width: 100%;
  }
  .c-input__radio-wrap.--column {
    gap: 1.75rem;
  }
  .c-input__radio-container {
    width: 0.75rem;
    height: 0.75rem;
    margin-right: 0.25rem;
    border-width: 0.0625rem;
  }
  .c-input__radio-container::after {
    width: 0.4375rem;
    height: 0.4375rem;
  }
  .c-input__radio {
    width: 0.75rem;
    height: 0.75rem;
  }
}
/* project */
.p-anchor-list {
  display: flex;
  gap: 1.25rem;
}
.p-anchor-list__link {
  display: block;
  padding: 0.5rem 1rem;
  color: #000;
  border: 0.0625rem solid #666;
  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 {
  margin-top: 0.5rem;
}
.p-breadline__list {
  display: flex;
  align-items: center;
}
.p-breadline__item {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
.p-breadline__item a {
  margin-right: 0.75rem;
  color: #000;
}
.p-breadline__item.--active {
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-breadline__divider {
  margin-right: 0.75rem;
  font-size: 1rem;
}

.p-buttons {
  margin-top: 5rem;
}

.p-company-table {
  width: 100%;
  max-width: 57.1875rem;
  margin: 0 auto;
  border-top: 0.125rem solid #005bab;
  border-bottom: 0.125rem solid #005bab;
}
.p-company-table__tr:last-child > th, .p-company-table__tr:last-child > td {
  border-bottom: none;
}
.p-company-table__th, .p-company-table__td {
  padding: 1.6875rem 3rem;
  font-size: 1.125rem;
  vertical-align: middle;
  border-bottom: 0.0625rem solid #ccc;
}
.p-company-table__th {
  width: 16.25rem;
  font-weight: 700;
  color: #005bab;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-company-table__th, .p-company-table__td {
    font-size: 0.8125rem;
  }
  .p-company-table__th {
    width: auto;
    padding: 0.75rem 0;
    white-space: nowrap;
  }
  .p-company-table__td {
    padding: 0.75rem 0 0.75rem 1rem;
  }
}
.p-complete-modal {
  position: fixed;
  inset: 0;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.p-complete-modal.is-active {
  visibility: visible;
  opacity: 1;
}
.p-complete-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.p-complete-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(90%, 460px);
  text-align: center;
  transform: translate(-50%, -50%);
}
.p-complete-modal__close {
  position: absolute;
  right: 0;
  bottom: 1.5rem;
  left: 0;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-complete-modal__content {
    width: min(90%, 256px);
  }
  .p-complete-modal__close {
    bottom: 0.75rem;
    font-size: 0.75rem;
  }
}
.p-faq {
  width: 57.3125rem;
  max-width: 100%;
  margin: 0 auto;
}
.p-faq__item {
  overflow: hidden;
  background-color: #fff;
  border: 0.125rem solid #005bab;
  border-radius: 1.25rem;
}
.p-faq__item + .p-faq__item {
  margin-top: 1.75rem;
}
.p-faq__item:nth-child(even) {
  --color-head: #f2f2f2;
}
.p-faq__head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 5.25rem;
  padding: 0 3.125rem 0 7.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #005bab;
  background-color: var(--color-head, #d7e7fe);
  border: none;
  outline: none;
}
.p-faq__head::before {
  position: absolute;
  top: 50%;
  left: 2.875rem;
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  background: transparent url("../images/common/icon_q.png") no-repeat center/contain;
  transform: translateY(-50%);
}
.p-faq__content {
  position: relative;
  padding: 2rem 3.125rem 2.1875rem 7.5rem;
}
.p-faq__content::before {
  position: absolute;
  top: 1.5rem;
  left: 2.875rem;
  width: 3.125rem;
  height: 3.125rem;
  content: "";
  background: transparent url("../images/common/icon_a.png") no-repeat center/contain;
}
.p-faq__content-inner.--box-img {
  position: relative;
  padding-right: 13.75rem;
}
.p-faq__img {
  position: absolute;
  right: 1.125rem;
  bottom: -2.5rem;
  width: 11.25rem;
}
.p-faq__text {
  font-size: 1.125rem;
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  .p-faq__item {
    border-radius: 0.9375rem;
  }
  .p-faq__item + .p-faq__item {
    margin-top: 1rem;
  }
  .p-faq__head {
    min-height: 2.8125rem;
    padding: 0.9375rem 0.9375rem 0.9375rem 3.125rem;
    font-size: 0.875rem;
  }
  .p-faq__head::before {
    left: 0.9375rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .p-faq__content {
    padding: 1rem 0.9375rem 1.25rem 3.125rem;
  }
  .p-faq__content::before {
    top: 0.875rem;
    left: 0.9375rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .p-faq__content-inner.--box-img {
    padding-right: 4.0625rem;
  }
  .p-faq__text {
    font-size: 0.875rem;
    line-height: 1.68;
  }
  .p-faq__img {
    right: -0.9375rem;
    bottom: -1.5rem;
    width: 5rem;
  }
}
.p-functions-detail__title {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0.25rem 1rem;
  margin-bottom: 4rem;
  background-color: #005bab;
  border-radius: 999rem;
}
.p-functions-detail__title img {
  width: auto;
  height: 2.5rem;
}
.p-functions-detail__text {
  font-size: 1.125rem;
  line-height: 2.1;
  letter-spacing: 0.13em;
}
.p-functions-detail__flex {
  display: flex;
  gap: 4rem;
  justify-content: center;
  margin-top: 2.5rem;
}
.p-functions-detail__heading {
  width: 100%;
  min-height: 3.4375rem;
  padding: 0.5rem 1rem;
  margin-bottom: 1.375rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4d4d4d;
  letter-spacing: 0.07em;
  background-color: #fff;
  border: 0.125rem solid #005bab;
  border-radius: 999rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-functions-detail__heading:not(:first-child) {
  margin-top: 2.5rem;
}
.p-functions-detail__images {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  justify-content: center;
}
@media all and (min-width: 768px), print {
  .p-functions-detail__images.--column-2 {
    flex-flow: row wrap;
    gap: 2rem 1rem;
    max-width: 25.3125rem;
  }
  .p-functions-detail__images.--column-2 > picture {
    width: calc((100% - 16px) / 2);
  }
}
.p-functions-detail__note {
  margin-top: 2.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #4d4d4d;
  text-align: right;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 767px) {
  .p-functions-detail__title {
    min-height: 2.5rem;
    margin-bottom: 1.5rem;
  }
  .p-functions-detail__title img {
    height: 1.25rem;
  }
  .p-functions-detail__text {
    font-size: 0.875rem;
  }
  .p-functions-detail__flex {
    flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
  .p-functions-detail__heading {
    min-height: 2.5rem;
    margin-bottom: 1.25rem;
    font-size: 0.9375rem;
  }
  .p-functions-detail__heading:not(:first-child) {
    margin-top: 2rem;
  }
  .p-functions-detail__images {
    gap: 1rem;
    max-width: 57.3333333333vw;
    margin: 0 auto;
  }
  .p-functions-detail__note {
    margin-top: 1rem;
    font-size: 0.6875rem;
  }
}
.p-box {
  padding: 2rem 2.5rem;
  background-color: #ededed;
  border-radius: 10px;
}
.p-box.--bg-blue {
  background-color: #edf6f9;
}
.p-box__title {
  font-size: 1rem;
  font-weight: bold;
}
.p-box__text {
  margin-top: 0.5rem;
  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%;
  max-width: 57.1875rem;
  margin: 0 auto;
  background-color: #fff;
  border-top: 0.125rem solid #005bab;
  border-bottom: 0.125rem solid #005bab;
}
.p-table tr:last-child > th, .p-table tr:last-child > td {
  border-bottom: none;
}
.p-table__th, .p-table__td {
  padding: 1.6875rem 3.125rem;
  font-size: 1.125rem;
  vertical-align: middle;
  border-bottom: 0.0625rem solid #ccc;
}
.p-table__th {
  width: 15.75rem;
  font-weight: 700;
  color: #005bab;
  text-align: center;
}
.p-table__td {
  border-left: 0.0625rem solid #ccc;
}
.p-table.--form .p-table__th {
  padding: 1rem 1.25rem 1rem 1.875rem;
  text-align: left;
  vertical-align: middle;
}
.p-table.--form .p-table__th .c-input__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-table.--form .p-table__td {
  padding: 1.25rem 3.125rem;
}

@media only screen and (max-width: 767px) {
  .p-table__th, .p-table__td {
    padding: 0.875rem 1.25rem;
  }
  .p-table__th {
    width: auto;
    font-size: 0.875rem;
    white-space: nowrap;
  }
  .p-table__td {
    font-size: 0.875rem;
  }
  .p-table.--form .p-table__th, .p-table.--form .p-table__td {
    display: block;
    width: 100%;
    padding: 1rem 0.9375rem;
  }
  .p-table.--form .p-table__th {
    padding-bottom: 0;
    border-bottom: none;
  }
  .p-table.--form .p-table__td {
    padding-top: 0;
    border-left: none;
  }
}
.p-jimu-functions__title {
  margin-bottom: 2.25rem;
  text-align: center;
}
.p-jimu-functions__title-inner {
  position: relative;
  display: inline-block;
  padding: 0 2.5rem;
}
.p-jimu-functions__title-inner::after, .p-jimu-functions__title-inner::before {
  position: absolute;
  bottom: 0.375rem;
  width: 2.5rem;
  height: 3.125rem;
  content: "";
  background: transparent no-repeat center/contain;
}
.p-jimu-functions__title-inner::before {
  left: 0;
  background-image: url("../images/jimu/im-line-left.png");
}
.p-jimu-functions__title-inner::after {
  right: 0;
  background-image: url("../images/jimu/im-line-right.png");
}
.p-jimu-functions__title-number {
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
}
.p-jimu-functions__list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem 1.875rem;
  justify-content: center;
}
.p-jimu-functions__item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15rem;
  height: 15rem;
  padding: 1rem 1.25rem 1.5rem;
  background-color: #ffebc3;
  border-radius: 50%;
  box-shadow: 0.3125rem 0.3125rem 0.3125rem rgba(0, 0, 0, 0.3);
}
.p-jimu-functions__item::before {
  position: absolute;
  inset: 0.3125rem;
  pointer-events: none;
  content: "";
  border: 0.0625rem solid #fff;
  border-radius: 50%;
}
.p-jimu-functions__item img {
  width: 12.5rem;
}
.p-jimu-functions__item:nth-child(2) img, .p-jimu-functions__item:nth-child(3) img, .p-jimu-functions__item:nth-child(4) img, .p-jimu-functions__item:nth-child(5) img {
  width: 7.5rem;
}
@media (hover: hover) {
  .p-jimu-functions__item {
    transition: 0.3s linear opacity;
  }
  .p-jimu-functions__item:hover {
    opacity: 0.7;
  }
}
.p-jimu-functions__icon {
  position: absolute;
  bottom: 1rem;
  left: 50%;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-50%);
}
.p-jimu-functions__icon::before, .p-jimu-functions__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #000;
  transform: translate(-50%, -50%);
}
.p-jimu-functions__icon::before {
  width: 0.9375rem;
  height: 0.0625rem;
}
.p-jimu-functions__icon::after {
  width: 0.0625rem;
  height: 0.9375rem;
}

@media only screen and (max-width: 767px) {
  .p-jimu-functions__list {
    width: 85%;
    min-width: 20.3125rem;
    gap: 1.25rem 1.5rem;
    justify-content: space-between;
    padding: 0 0.75rem;
    margin: 0 auto;
  }
  .p-jimu-functions__title {
    margin-bottom: 1rem;
  }
  .p-jimu-functions__title-inner {
    padding: 0 1.25rem;
  }
  .p-jimu-functions__title-inner::after, .p-jimu-functions__title-inner::before {
    width: 1.25rem;
    height: 1.5625rem;
  }
  .p-jimu-functions__title-number {
    font-size: 2.5rem;
  }
  .p-jimu-functions__item {
    width: 8.25rem;
    height: 8.25rem;
  }
  .p-jimu-functions__item::before {
    inset: 0.1875rem;
  }
  .p-jimu-functions__item img {
    width: 6.25rem;
  }
  .p-jimu-functions__item:nth-child(2) img, .p-jimu-functions__item:nth-child(3) img, .p-jimu-functions__item:nth-child(4) img, .p-jimu-functions__item:nth-child(5) img {
    width: 3.75rem;
  }
  .p-jimu-functions__icon {
    bottom: 0.625rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-jimu-functions__icon::before {
    width: 0.5rem;
    height: 0.0625rem;
  }
  .p-jimu-functions__icon::after {
    width: 0.0625rem;
    height: 0.5rem;
  }
}
.p-mainvisual {
  position: relative;
  width: 100%;
  padding: 9.6875rem 3.125rem 0;
  margin: 0 auto;
}
.p-mainvisual .swiper-slide {
  overflow: hidden;
  background-color: #fff;
}
.p-mainvisual .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 1280px) {
  .p-mainvisual {
    padding: 4.25rem 0 0;
  }
}
.p-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
}
.p-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.p-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  width: 68.75rem;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 160px);
  padding: 7.5rem 0 2.5rem;
  background: #fff;
  border: 0.625rem solid #005bab;
  border-radius: 2.5rem;
  transform: translate(-50%, -50%);
}
.p-modal__body {
  min-height: 0;
  margin-right: 0.25rem;
  padding-right: 6.25rem;
  padding-left: 6.25rem;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #005bab transparent;
}
.p-modal__body::-webkit-scrollbar {
  width: 0.5rem;
}
.p-modal__body::-webkit-scrollbar-thumb {
  background-color: #005bab;
  border-radius: 0.5rem;
}
.p-modal__body::-webkit-scrollbar-track {
  background-color: transparent;
}
.p-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-modal__close::after, .p-modal__close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.1875rem;
  height: 0.25rem;
  content: "";
  background-color: #999;
}
.p-modal__close::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.p-modal__close::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .p-modal__content {
    max-height: calc(100vh - 80px);
    padding: 3rem 0 1.5rem;
    border-width: 0.3125rem;
    border-radius: 1.25rem;
  }
  .p-modal__body {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 1rem;
  }
  .p-modal__close {
    top: 1rem;
    right: 1rem;
    width: 1rem;
    height: 1rem;
  }
  .p-modal__close::after, .p-modal__close::before {
    width: 1.125rem;
    height: 0.125rem;
  }
}
.p-news {
  position: relative;
  width: 54.375rem;
  max-width: 100%;
  padding: 2.1875rem 2.625rem 4.375rem;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 1.25rem;
}
.p-news__title {
  margin-bottom: 1rem;
  text-align: center;
}
.p-news__title img {
  width: 10rem;
}
.p-news__tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  margin-bottom: 1.75rem;
  background-color: #f4f0eb;
  border-radius: 999rem;
}
.p-news__tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 10rem;
  min-height: 3.75rem;
  padding: 0.25rem 0.875rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  white-space: nowrap;
  background: #fff;
  border: 0.125rem solid var(--color-brand, #005bab);
  border-radius: 999rem;
}
.p-news__tab.--all, .p-news__tab.--news {
  --color-brand: #005bab;
}
.p-news__tab.--products {
  --color-brand: #ffd500;
}
.p-news__tab.--recruit {
  --color-brand: #50be4a;
}
.p-news__tab.is-active {
  color: #fff;
  background: var(--color-brand, #005bab);
}
.p-news__item {
  border-bottom: 0.0625rem solid #b3b3b3;
}
.p-news__link {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1.5rem 1.5rem 1.5rem 0;
}
.p-news__link::after {
  position: absolute;
  top: 50%;
  right: 0.3125rem;
  width: 0.6875rem;
  height: 1rem;
  content: "";
  background-color: #005bab;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 18'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23005bab;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cpolyline class='d' points='1 1 12 9 1 17'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 18'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23005bab;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cpolyline class='d' points='1 1 12 9 1 17'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
}
@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;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 767px) {
  .p-news__link-day {
    font-size: 0.875rem;
    letter-spacing: 0.055em;
  }
}
.p-news__link-cat {
  display: inline-block;
  padding: 0.125rem 0.5rem;
  margin-right: 1rem;
  white-space: nowrap;
  border: 0.125rem solid var(--color-border, #005bab);
  border-radius: 999rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 767px) {
  .p-news__link-cat {
    font-size: 0.875rem;
    letter-spacing: 0.055em;
  }
}
.p-news__link-cat.--01 {
  --color-border: #005bab;
}
.p-news__link-cat.--02 {
  --color-border: #ffd500;
}
.p-news__link-cat.--03 {
  --color-border: #50be4a;
}
.p-news__link-title {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.11em;
}
@media only screen and (max-width: 767px) {
  .p-news__link-title {
    font-size: 0.875rem;
    letter-spacing: 0.055em;
  }
}
.p-news__link-new {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.11em;
  display: inline-block;
  padding: 0.25rem 0.875rem;
  margin-right: 0.75rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background: #e62310;
  border-radius: 999rem;
}
@media only screen and (max-width: 767px) {
  .p-news__link-new {
    font-size: 0.875rem;
    letter-spacing: 0.055em;
  }
}
.p-news__button {
  margin-top: 4.8125rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .p-news {
    width: 18.75rem;
    padding: 1.25rem 0.9375rem 0;
    border-radius: 0.625rem;
  }
  .p-news__title img {
    width: 5rem;
  }
  .p-news__tabs {
    gap: 0.9375rem;
    margin-bottom: 1rem;
    border-radius: 1.125rem;
  }
  .p-news__tab {
    width: 6.625rem;
    min-height: 1.875rem;
    font-size: 0.75rem;
  }
  .p-news__link {
    flex-wrap: wrap;
    padding: 0.625rem 1rem 0.625rem 0;
  }
  .p-news__link::after {
    right: 0rem;
    width: 0.375rem;
    height: 0.5rem;
  }
  .p-news__link-day {
    margin-right: 0.625rem;
  }
  .p-news__link-cat {
    font-size: 0.75rem;
    padding: 0 0.5rem;
    margin-right: 0.625rem;
    border-width: 0.0625rem;
  }
  .p-news__link-new {
    font-size: 0.75rem;
    padding: 0 0.625rem;
    margin-right: 0.625rem;
  }
  .p-news__link-title {
    flex: none;
    width: 100%;
    margin-top: 0.25rem;
  }
  .p-news__button {
    position: relative;
    z-index: 2;
    margin-top: 2rem;
  }
}
.p-pagetitle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38.875rem;
  padding: 6.875rem 0 8.375rem;
  overflow: hidden;
}
.p-pagetitle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 165rem;
  height: 104.6875rem;
  content: "";
  background: #ffebc3 url("../images/common/bg-pagetitle.png") no-repeat center/contain;
  transform: translate(-50%, -50%);
}
.p-pagetitle__img {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  width: 80rem;
  height: 100%;
  background: transparent url("../images/common/im-pagetitle.png") no-repeat center/contain;
  transform: translateX(-50%);
}
.p-pagetitle__title {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  width: 80rem;
  max-width: 100%;
  padding: 0 8.75rem 0.625rem;
}
.p-pagetitle__title-img {
  display: block;
  width: 21.25rem;
  height: 10rem;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  background: transparent no-repeat center/contain;
}

@media only screen and (max-width: 1280px) {
  .p-pagetitle {
    height: 19.1875rem;
    padding: 4.25rem 0 8.75rem;
  }
  .p-pagetitle__img {
    bottom: 0;
    background-image: url("../images/common/im-pagetitle-sp.png");
  }
  .p-pagetitle__title {
    align-items: center;
    padding: 0;
  }
  .p-pagetitle__title-img {
    width: 10.625rem;
    height: 5rem;
  }
}
body.jimu .p-pagetitle__title-img {
  background-image: url("../images/jimu/txt-pagetitle.png");
}
@media only screen and (max-width: 1280px) {
  body.jimu .p-pagetitle__title-img {
    background-image: url("../images/jimu/txt-pagetitle-sp.png");
  }
}

body.support .p-pagetitle__title-img {
  background-image: url("../images/support/txt-pagetitle.png");
}
@media only screen and (max-width: 1280px) {
  body.support .p-pagetitle__title-img {
    background-image: url("../images/support/txt-pagetitle-sp.png");
  }
}

body.recruit .p-pagetitle__title-img {
  width: 15rem;
  background-image: url("../images/recruit/txt-pagetitle.png");
}
@media only screen and (max-width: 1280px) {
  body.recruit .p-pagetitle__title-img {
    width: 7.5rem;
    background-image: url("../images/recruit/txt-pagetitle-sp.png");
  }
}

body.news .p-pagetitle__title-img {
  background-image: url("../images/news/txt-pagetitle-list.png");
}
@media only screen and (max-width: 1280px) {
  body.news .p-pagetitle__title-img {
    background-image: url("../images/news/txt-pagetitle-list-sp.png");
  }
}

body.news-single .p-pagetitle__title-img {
  background-image: url("../images/news/txt-pagetitle-detail.png");
}
@media only screen and (max-width: 1280px) {
  body.news-single .p-pagetitle__title-img {
    background-image: url("../images/news/txt-pagetitle-detail-sp.png");
  }
}

body.faq .p-pagetitle__title-img {
  width: 18.75rem;
  background-image: url("../images/faq/txt-pagetitle.png");
}
@media only screen and (max-width: 1280px) {
  body.faq .p-pagetitle__title-img {
    width: 9.375rem;
    background-image: url("../images/faq/txt-pagetitle-sp.png");
  }
}

body.user .p-pagetitle__title-img {
  width: 25rem;
  background-image: url("../images/user/txt-pagetitle.png");
}
@media only screen and (max-width: 1280px) {
  body.user .p-pagetitle__title-img {
    width: 12.5rem;
    background-image: url("../images/user/txt-pagetitle-sp.png");
  }
}

body.contact .p-pagetitle__title-img {
  width: 22.5rem;
  background-image: url("../images/contact/txt-pagetitle.png");
}
@media only screen and (max-width: 1280px) {
  body.contact .p-pagetitle__title-img {
    width: 11.25rem;
    background-image: url("../images/contact/txt-pagetitle-sp.png");
  }
}

.p-pagination {
  margin-top: 3.125rem;
  text-align: center;
}
.p-pagination__list {
  display: flex;
  gap: 0.9375rem;
  justify-content: center;
}
.p-pagination__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.p-pagination__item span,
.p-pagination__item a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.125rem;
  height: 2.125rem;
  font-size: 1rem;
  font-weight: bold;
  color: #005bab;
  letter-spacing: 0.08em;
  background-color: #fff;
  border: 0.0625rem solid #255aa4;
  border-radius: 50%;
}
@media (hover: hover) {
  .p-pagination__item a {
    transition: 0.3s linear all;
  }
  .p-pagination__item a:hover {
    color: #fff;
    background-color: #255aa4;
  }
}
.p-pagination__item span {
  color: #fff;
  background: #255aa4;
}
.p-pagination__item.--prev a,
.p-pagination__item.--prev span, .p-pagination__item.--next a,
.p-pagination__item.--next span {
  height: 1.125rem;
  font-size: 0;
  content: "";
  background-color: #255aa4;
  border: none;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 18'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23005bab;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cpolyline class='d' points='1 1 12 9 1 17'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 18'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:none;stroke:%23005bab;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cpolyline class='d' points='1 1 12 9 1 17'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (hover: hover) {
  .p-pagination__item.--prev a,
  .p-pagination__item.--prev span, .p-pagination__item.--next a,
  .p-pagination__item.--next span {
    transition: 0.3s linear all;
  }
  .p-pagination__item.--prev a:hover,
  .p-pagination__item.--prev span:hover, .p-pagination__item.--next a:hover,
  .p-pagination__item.--next span:hover {
    opacity: 0.7;
  }
}
.p-pagination__item.--dot a,
.p-pagination__item.--dot span {
  width: 1.5rem;
  height: 0.25rem;
  font-size: 0;
  content: "";
  background-color: #255aa4;
  border: none;
  border-radius: 0;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23255aa4;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='2' cy='2' r='2'/%3E%3Ccircle class='cls-1' cx='12' cy='2' r='2'/%3E%3Ccircle class='cls-1' cx='22' cy='2' r='2'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 4'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23255aa4;%7D%3C/style%3E%3C/defs%3E%3Ccircle class='cls-1' cx='2' cy='2' r='2'/%3E%3Ccircle class='cls-1' cx='12' cy='2' r='2'/%3E%3Ccircle class='cls-1' cx='22' cy='2' r='2'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
}
.p-pagination__item.--prev {
  margin-right: 0.625rem;
}
.p-pagination__item.--prev a,
.p-pagination__item.--prev span {
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23255aa4;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='12 1 1 9 12 17'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Isolation_Mode' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 18'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;stroke:%23255aa4;stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;%7D%3C/style%3E%3C/defs%3E%3Cpolyline class='cls-1' points='12 1 1 9 12 17'/%3E%3C/svg%3E");
}
.p-pagination__item.--next {
  margin-left: 0.625rem;
}

@media only screen and (max-width: 767px) {
  .p-pagination {
    margin-top: 1.875rem;
  }
  .p-pagination__list {
    gap: 0.625rem;
  }
  .p-pagination__item span,
  .p-pagination__item a {
    width: 1.4375rem;
    height: 1.4375rem;
    font-size: 12px;
  }
  .p-pagination__item.--prev a,
  .p-pagination__item.--prev span, .p-pagination__item.--next a,
  .p-pagination__item.--next span {
    height: 0.5625rem;
  }
  .p-pagination__item.--prev {
    margin-right: 0.3125rem;
  }
  .p-pagination__item.--next {
    margin-left: 0.3125rem;
  }
  .p-pagination__item.--dot a,
  .p-pagination__item.--dot span {
    width: 0.875rem;
    height: 0.25rem;
  }
}
.p-section-title-h1 {
  margin-bottom: 3.75rem;
  text-align: center;
}

.p-section-title-h2 {
  margin-bottom: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-section-title-h2 {
    margin-bottom: 1rem;
  }
}

.p-section-title-h3 {
  margin-bottom: 1.25rem;
  text-align: center;
}
.p-section-title-h3:not(:first-child) {
  margin-top: 3.125rem;
}
.p-section-title-h3.--mt-120 {
  margin-top: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .p-section-title-h3 {
    margin-bottom: 1rem;
  }
  .p-section-title-h3:not(:first-child) {
    margin-top: 2.5rem;
  }
  .p-section-title-h3.--mt-120 {
    margin-top: 3.125rem;
  }
}

.p-side-banner {
  position: fixed;
  right: 0;
  bottom: 1.5rem;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.p-side-banner.is-fixed {
  z-index: 10;
  opacity: 1;
}
.p-side-banner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20.9375rem;
  text-decoration: none;
}
@media (hover: hover) {
  .p-side-banner__link {
    transition: 0.3s linear opacity;
  }
  .p-side-banner__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-side-banner {
    bottom: 6.25rem;
  }
  .p-side-banner__link {
    width: 7.5rem;
  }
}
.p-support-column {
  position: relative;
  display: flex;
  gap: 4rem;
  align-items: center;
  justify-content: flex-start;
}
.p-support-column__cont {
  width: calc(50% + 1.5rem);
  padding-left: 4.6875vw;
}
.p-support-column__img {
  width: calc(50% - 6rem);
  padding-left: 2.75rem;
}
.p-support-column__img::before {
  position: absolute;
  top: 50%;
  left: calc(50% + 6rem);
  z-index: -1;
  display: block;
  width: calc(100vw + 6rem);
  height: 21.0625rem;
  content: "";
  background-color: #f4f0eb;
  border-radius: 999rem 0 0 999rem;
  transform: translateY(-50%);
}
.p-support-column__title {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
}
.p-support-column__text.--xlg {
  line-height: 2.25;
}
.p-support-column.--reverse {
  flex-direction: row-reverse;
}
.p-support-column.--reverse .p-support-column__img {
  padding-right: 3.125rem;
  padding-left: 0;
}
.p-support-column.--reverse .p-support-column__img::before {
  right: calc(50% + 6rem);
  left: auto;
  border-radius: 0 999rem 999rem 0;
}
.p-support-column.--reverse .p-support-column__cont {
  padding-right: 4.6875vw;
  padding-left: 0;
}
.p-support-column.--box-bottom {
  align-items: flex-end;
}
.p-support-column.--box-bottom .p-support-column__img::before {
  top: auto;
  bottom: 0;
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .p-support-column {
    flex-direction: column;
    gap: 2rem;
    text-align: center;
  }
  .p-support-column__cont {
    width: 100%;
    padding-left: 0;
  }
  .p-support-column__img {
    position: relative;
    width: 100%;
    padding: 0;
  }
  .p-support-column__img::before {
    top: 50%;
    left: 0.75rem;
    width: calc(100vw - 2.25rem);
    height: 11.25rem;
    transform: translateY(-50%);
  }
  .p-support-column__img img {
    width: 18.75rem;
  }
  .p-support-column__title {
    display: block;
    text-align: center;
  }
  .p-support-column__title img {
    width: 16.25rem;
  }
  .p-support-column__text.--xlg {
    line-height: 1.8;
  }
  .p-support-column.--reverse {
    flex-direction: column;
  }
  .p-support-column.--reverse .p-support-column__cont {
    padding-right: 0;
  }
  .p-support-column.--reverse .p-support-column__img::before {
    top: 50%;
    right: 0.75rem;
  }
  .p-support-column.--box-bottom .p-support-column__img::before {
    top: auto;
    bottom: 0;
    transform: translateY(0);
  }
}
/* pages */
body.contact .contact-main__button {
  display: flex;
  gap: 1rem 2.5rem;
  justify-content: center;
  margin-top: 3.125rem;
}
body.contact .contact-main__text {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  body.contact .contact-main__button {
    flex-direction: column;
    align-items: center;
    margin-top: 1.25rem;
  }
}
body.faq .faq-main__button {
  margin-top: 5.625rem;
}
body.faq .faq-main .u-bg-image__path-08 {
  display: block;
}

@media all and (min-width: 1281px), print {
  body.faq .faq-main .u-bg-image__path-03 {
    top: 45%;
    right: calc(50% + 234px);
  }
  body.faq .faq-main .u-bg-image__path-04 {
    top: 43.3%;
  }
  body.faq .faq-main .u-bg-image__path-06 {
    bottom: 23.5%;
  }
}
@media only screen and (max-width: 767px) {
  body.faq .faq-main__button {
    margin-top: 3.75rem;
  }
  body.faq .faq-main .u-bg-image__path-04 {
    top: 44.8%;
    left: calc(50% + 72px);
    display: block;
    width: 7.5rem;
  }
  body.faq .faq-main .u-bg-image__path-06 {
    bottom: 20rem;
  }
  body.faq .faq-main .u-bg-image__path-08 {
    bottom: 9.75rem;
  }
}
body.index .l-container {
  overflow: hidden;
}
body.index .index-news {
  position: relative;
  z-index: 2;
  margin-top: -5rem;
}
body.index .index-news__path-01 {
  position: absolute;
  top: 16.5rem;
  left: calc(50% + 478px);
  z-index: -1;
  width: 25.3125rem;
}
body.index .index-news__path-02 {
  position: absolute;
  bottom: -6.0625rem;
  left: calc(50% + 282px);
  z-index: -1;
  width: 16.75rem;
}
body.index .index-about {
  position: relative;
  padding: 11.5rem 0 10.625rem;
  margin-top: -4.375rem;
  background: linear-gradient(179deg, rgb(255, 255, 255) 4.64%, rgb(255, 235, 195) 26.16%);
}
body.index .index-about__path-01 {
  position: absolute;
  top: 5rem;
  right: calc(50% + 250px);
  z-index: 1;
  width: 25.1875rem;
}
body.index .index-about__path-02 {
  position: absolute;
  top: 6.5rem;
  right: calc(50% + 444px);
  z-index: 0;
  width: 18.8125rem;
}
body.index .index-about__path-03 {
  position: absolute;
  bottom: 23.4375rem;
  left: calc(50% + 480px);
  z-index: 1;
  width: 17.375rem;
}
body.index .index-about__content {
  position: relative;
  z-index: 2;
  width: 57.5rem;
  max-width: 100%;
  padding: 7.5rem 2.5rem 10.875rem;
  margin: 0 auto;
  text-align: center;
  background: #fff url("../images/index/bg-about.png") no-repeat bottom/920px;
  border-radius: 62.4375rem 62.4375rem 2.5rem 2.5rem;
}
body.index .index-about__content::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  content: "";
  border: 0.3125rem solid #fff;
  border-radius: 62.4375rem 62.4375rem 3.125rem 3.125rem;
  transform: translate(-50%, -50%);
}
body.index .index-about__title {
  margin-bottom: 4.5rem;
  text-align: center;
}
body.index .index-about__title img {
  width: 16.25rem;
}
body.index .index-about__subtitle {
  margin-bottom: 5.25rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.87;
  color: #005bab;
}
body.index .index-about__subtitle span {
  box-shadow: inset 0 0 0 white, inset 0 -10px 0 #ffd500;
}
body.index .index-about__text {
  font-size: 1.25rem;
  line-height: 3.1;
}
body.index .index-company {
  position: relative;
  padding: 11.25rem 0 8.125rem;
}
body.index .index-company__path-01 {
  position: absolute;
  top: -2.125rem;
  left: calc(50% + 202px);
  z-index: 1;
  width: 23.3125rem;
}
body.index .index-company__path-02 {
  position: absolute;
  top: calc(100% - 155px);
  right: calc(50% + 310px);
  z-index: -1;
  width: 25rem;
}
body.index .index-company__img-top {
  position: absolute;
  top: -7.1875rem;
  right: calc(50% + 227px);
  width: 27.1875rem;
  height: 24.0625rem;
}
body.index .index-company__img-right {
  position: absolute;
  top: 9.375rem;
  left: calc(50% + 200px);
  width: 14.625rem;
  height: 14.625rem;
}
body.index .index-company__img-bottom {
  position: absolute;
  right: 0;
  bottom: 4.375rem;
  width: 28.75rem;
  max-width: 35.9375%;
}
body.index .index-company__img-bottom img {
  aspect-ratio: 460/260;
}
body.index .index-company__title {
  margin-bottom: 3rem;
  text-align: center;
}
body.index .index-company__title img {
  width: 12.5rem;
}

@media only screen and (max-width: 767px) {
  body.index .index-news {
    margin-top: clamp(-4.375rem, -40px + (100vw - 375px) * -0.0763358779, -2.5rem);
  }
  body.index .index-news__path-01 {
    top: 16.5rem;
    left: calc(50% + 478px);
    width: 25.3125rem;
  }
  body.index .index-news__path-02 {
    bottom: -4.1875rem;
    left: calc(50% + 74px);
    z-index: 1;
    width: 6.5625rem;
  }
  body.index .index-news .p-news__button .c-button__img {
    width: 4.375rem;
  }
  body.index .index-about {
    padding: 5.75rem 0 5.9375rem;
    margin-top: -0.25rem;
  }
  body.index .index-about__path-01 {
    top: 1.25rem;
    right: calc(50% + 67px);
    width: 12.5rem;
  }
  body.index .index-about__path-02 {
    top: 2.875rem;
    right: calc(50% + 136px);
    width: 7.5rem;
  }
  body.index .index-about__path-03 {
    display: none;
  }
  body.index .index-about__content {
    width: 20.3125rem;
    padding: 3.5rem 0.5rem 3.125rem;
    background-image: url("../images/index/bg-about-sp.png");
    background-size: 20.3125rem auto;
    border-radius: 10.75rem 10.75rem 1.0625rem 1.0625rem;
  }
  body.index .index-about__content::before {
    width: calc(100% + 0.625rem);
    height: calc(100% + 0.625rem);
    border-width: 0.15625rem;
    border-radius: 10.4375rem 10.4375rem 1.375rem 1.375rem;
  }
  body.index .index-about__title {
    margin-bottom: 2.375rem;
  }
  body.index .index-about__title img {
    width: 8.125rem;
  }
  body.index .index-about__subtitle {
    margin-bottom: 1.25rem;
    font-size: 1.3125rem;
  }
  body.index .index-about__text {
    font-size: 0.875rem;
    line-height: 2.5;
  }
  body.index .index-company {
    padding: 6.25rem 0 2.5rem;
  }
  body.index .index-company__path-01 {
    top: -0.875rem;
    left: calc(50% + 62px);
    width: 9.875rem;
  }
  body.index .index-company__path-02 {
    top: calc(100% - 112px);
    right: calc(50% + 26px);
    width: 13rem;
  }
  body.index .index-company__img-top {
    top: -4.625rem;
    right: calc(50% + 36px);
    width: 12.5rem;
    height: 12.5rem;
  }
  body.index .index-company__img-right {
    top: 6.25rem;
    left: calc(50% + 90px);
    width: 5.625rem;
    height: 5.625rem;
  }
  body.index .index-company__img-bottom {
    position: static;
    display: block;
    width: 13.75rem;
    max-width: unset;
    height: 8.125rem;
    margin-top: 1.875rem;
    margin-left: auto;
  }
  body.index .index-company__title {
    margin-bottom: 1.5rem;
  }
  body.index .index-company__title img {
    width: 6.25rem;
  }
}
body.jimu .jimu-main__features {
  position: relative;
  width: calc(50% + 560px);
  max-width: calc(100% - 25px);
  padding: 2.5rem 0 1.75rem;
  margin-top: 7.5rem;
  overflow: hidden;
  background-color: #f4f0eb;
  border-radius: 0 999rem 999rem 0;
}
body.jimu .jimu-main__features-inner {
  width: 70rem;
  max-width: 100%;
  padding: 0 2.5rem;
  margin-left: auto;
}
body.jimu .jimu-main__features-list {
  position: relative;
  z-index: 2;
  display: inline-block;
}
body.jimu .jimu-main__features-item {
  position: relative;
  padding-left: 3.125rem;
}
body.jimu .jimu-main__features-item:not(:first-child) .jimu-main__features-text {
  border-top: 0.0625rem dashed #000;
}
body.jimu .jimu-main__features-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.125rem;
  height: 2.125rem;
  content: "";
  background-color: #005bab;
  -webkit-mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.73 33.55'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bstroke-miterlimit:10;%7D.d,.e%7Bfill:none;stroke:%23005bab;stroke-linecap:round;%7D.e%7Bstroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cg%3E%3Cpath class='d' d='M32.88,14.42c.11,.77,.17,1.55,.17,2.35,0,8.99-7.29,16.27-16.27,16.27S.5,25.76,.5,16.77,7.79,.5,16.77,.5c5.12,0,9.69,2.36,12.67,6.06'/%3E%3Cpolyline class='e' points='8.78 14.24 14.34 22.15 34.23 8.34'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 35.73 33.55'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bstroke-miterlimit:10;%7D.d,.e%7Bfill:none;stroke:%23005bab;stroke-linecap:round;%7D.e%7Bstroke-linejoin:round;stroke-width:3px;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cg%3E%3Cpath class='d' d='M32.88,14.42c.11,.77,.17,1.55,.17,2.35,0,8.99-7.29,16.27-16.27,16.27S.5,25.76,.5,16.77,7.79,.5,16.77,.5c5.12,0,9.69,2.36,12.67,6.06'/%3E%3Cpolyline class='e' points='8.78 14.24 14.34 22.15 34.23 8.34'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  transform: translateY(-50%);
}
body.jimu .jimu-main__features-text {
  display: block;
  padding: 0.625rem 0;
  font-size: clamp(1.125rem, 1.375vw, 1.375rem);
  line-height: 1.959;
}
body.jimu .jimu-main__features-img {
  position: absolute;
  right: 7.7083333333vw;
  bottom: -5.8333333333vw;
  width: 16.875vw;
}
body.jimu .jimu-main__button {
  margin-top: 5.625rem;
}
body.jimu .jimu-main .p-jimu-functions {
  margin-top: 6rem;
}

@media only screen and (max-width: 767px) {
  body.jimu .jimu-main__features {
    padding: 1.5rem 0 8.6875rem;
    margin-top: 3.75rem;
    border-radius: 0 1.25rem 1.25rem 0;
  }
  body.jimu .jimu-main__features-inner {
    width: 100%;
    padding: 0 1.5rem;
  }
  body.jimu .jimu-main__features-list {
    margin: 0 auto;
  }
  body.jimu .jimu-main__features-title {
    text-align: center;
  }
  body.jimu .jimu-main__features-item {
    padding-left: 1.5rem;
  }
  body.jimu .jimu-main__features-item::before {
    width: 1.0625rem;
    height: 1.0625rem;
  }
  body.jimu .jimu-main__features-text {
    padding: 0.3125rem 0;
    font-size: 0.875rem;
  }
  body.jimu .jimu-main__features-img {
    right: 50%;
    bottom: -2.75rem;
    left: 50%;
    width: 8.0625rem;
    height: 10.4375rem;
    transform: translateX(-50%);
  }
  body.jimu .jimu-main__features-img img {
    position: absolute;
    top: 0;
    width: 100%;
    height: auto;
  }
  body.jimu .jimu-main__button {
    margin-top: 3.75rem;
  }
  body.jimu .jimu-main .p-jimu-functions {
    margin-top: 3rem;
  }
}
body.news-single .news-single-main .p-news {
  width: 100%;
  padding: 0 0 1.25rem;
  border-bottom: 0.0625rem solid #b3b3b3;
  border-radius: 0;
}
body.news-single .news-single-main .p-news__link-title {
  margin-top: 1rem;
  overflow: inherit;
  font-size: 1.875rem;
  font-weight: 700;
  text-overflow: inherit;
  white-space: unset;
}
body.news-single .news-single-main__content {
  padding: 2.5rem 3rem;
  background-color: #fff;
  border-radius: 1.25rem;
}
body.news-single .news-single-main__button {
  margin-top: 8.5rem;
  text-align: center;
}
body.news-single .news-single-main .p-editor__content {
  margin-top: 3rem;
}

@media only screen and (max-width: 767px) {
  body.news-single .news-single-main .p-news {
    width: 100%;
    padding: 0 1rem 1rem;
    border-bottom: 0.0625rem solid #b3b3b3;
    border-radius: 0;
  }
  body.news-single .news-single-main .p-news__link-title {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  body.news-single .news-single-main__content {
    padding: 1.5rem 0;
  }
  body.news-single .news-single-main__button {
    margin-top: 2.5rem;
  }
  body.news-single .news-single-main .p-editor__content {
    padding: 0 1rem;
    margin-top: 1rem;
  }
}
body.news .news-main__button {
  margin-top: 3.125rem;
}

@media only screen and (max-width: 767px) {
  body.news .news-main__button {
    margin-top: 2.5rem;
  }
  body.news .news-main .p-news {
    width: 100%;
    padding: 0 0 1.25rem;
  }
}
body.recruit .recruit-main .l-inner {
  min-height: 12.5rem;
}
body.recruit .recruit-main__button {
  margin-top: 4.625rem;
}

@media only screen and (max-width: 767px) {
  body.recruit .recruit-main__button {
    margin-top: 4.375rem;
  }
}
body.support .support-main__button {
  margin-top: 5.625rem;
}
body.support .support-main .p-support-column {
  margin-top: 11.25rem;
}
body.support .support-main .p-support-column + .p-support-column {
  margin-top: 4rem;
}

@media only screen and (max-width: 767px) {
  body.support .support-main__button {
    margin-top: 5rem;
  }
  body.support .support-main .p-support-column {
    margin-top: 6.25rem;
  }
  body.support .support-main .p-support-column + .p-support-column {
    margin-top: 5rem;
  }
}
body.user .user-main__button {
  display: flex;
  gap: 1rem 2.5rem;
  justify-content: center;
  margin-top: 3.125rem;
}
body.user .user-main__text {
  line-height: 2;
}

@media only screen and (max-width: 767px) {
  body.user .user-main__button {
    flex-direction: column;
    align-items: center;
    margin-top: 1.25rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

.u-bg-image {
  position: relative;
}
.u-bg-image__path-01 {
  position: absolute;
  top: 6rem;
  right: calc(50% + 453px);
  z-index: -1;
  width: 16.1875rem;
}
.u-bg-image__path-02 {
  position: absolute;
  top: 13.75rem;
  left: calc(50% + 473px);
  z-index: -1;
  width: 18.6875rem;
}
.u-bg-image__path-03 {
  position: absolute;
  top: 35.75rem;
  right: calc(50% + 248px);
  z-index: -1;
  width: 25.1875rem;
}
.u-bg-image__path-04 {
  position: absolute;
  top: 33.125rem;
  left: calc(50% + 358px);
  z-index: -1;
  width: 11.375rem;
}
.u-bg-image__path-05 {
  position: absolute;
  right: calc(50% + 320px);
  bottom: 4rem;
  z-index: -1;
  width: 26.125rem;
}
.u-bg-image__path-06 {
  position: absolute;
  bottom: 3.125rem;
  left: calc(50% + 242px);
  z-index: -1;
  width: 27.75rem;
}
.u-bg-image__path-07 {
  display: none;
  z-index: -1;
}
.u-bg-image__path-08 {
  position: absolute;
  bottom: -0.75rem;
  left: calc(50% + 374px);
  z-index: -1;
  display: none;
  width: 26rem;
}

@media only screen and (max-width: 767px) {
  .u-bg-image__path-01 {
    top: 1.375rem;
    right: calc(50% + 83px);
    width: 8.125rem;
  }
  .u-bg-image__path-02 {
    top: 10.25rem;
    left: calc(50% + 103px);
    width: 9.375rem;
  }
  .u-bg-image__path-06 {
    bottom: 13.75rem;
    left: calc(50% + 50px);
    width: 9.5625rem;
  }
  .u-bg-image__path-03, .u-bg-image__path-04, .u-bg-image__path-05 {
    display: none;
  }
  .u-bg-image__path-07 {
    position: absolute;
    top: calc(100% - 5.75rem);
    right: calc(50% + 36px);
    display: block;
    width: 10.5625rem;
  }
  .u-bg-image__path-08 {
    bottom: 5.4375rem;
    left: calc(50% + 4px);
    display: block;
    width: 12.9375rem;
  }
}
@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-mr-1 {
  margin-right: 0.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mr-1 {
    margin-right: 0.25rem;
  }
}
.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;
  }
}
.u-text-marker {
  box-shadow: inset 0 0 0 white, inset 0 -12px 0 #ffd500;
}

@media only screen and (max-width: 767px) {
  .u-text-marker {
    box-shadow: inset 0 0 0 white, inset 0 -6px 0 #ffd500;
  }
}