@charset "UTF-8";
/***********************************/
/* foundation
/***********************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

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

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -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, monospace; /* 1 */
  font-size: 1em; /* 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield;
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

figure {
  margin: 0;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}

html, body {
  min-height: 100dvh;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  font-style: normal;
  background-color: #E7EBF0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p, dt, dd {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

dl {
  margin: 0;
}

.grecaptcha-badge {
  visibility: hidden;
}

/***********************************/
/* layout
/***********************************/
.l-container {
  min-width: 1232px;
  min-height: 100dvh;
  background: #F3F5F7;
}
@media screen and (max-width: 767px) {
  .l-container {
    min-width: 100%;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-width: 1200px;
  height: 70px;
  padding: 0;
  color: #fff;
  background: #004190;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
}
.l-header.is-home {
  color: #004190;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header__logo img {
  height: 55px;
}
.l-header__logo img:hover {
  cursor: pointer;
}
.l-header__logo img.is-home {
  display: none;
}
.l-header.is-home .l-header__logo img.is-home {
  display: block;
}
.l-header.is-home .l-header__logo img.is-page {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header {
    grid-template-columns: 1fr 50px;
    min-width: 100%;
    height: 50px;
    padding: 0;
  }
  .l-header__logo img {
    position: relative;
    height: 40px;
  }
}
.l-header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  font-size: 1rem;
  line-height: 1;
}
.l-header__navigation > li + li {
  border-left: 1px solid #004190;
}
.l-header__navigation a {
  display: block;
  padding: 2px 24px;
}
@media screen and (max-width: 767px) {
  .l-header__navigation {
    display: none;
  }
}
.l-header__navigation__layer1 {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 56px 16px 16px 16px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.l-header__navigation__layer1.is-service {
  width: 570px;
}
.l-header__navigation__layer1.is-service > li > a {
  width: 55%;
}
.l-header__navigation__layer1.is-company {
  width: 200px;
}
.l-header__navigation__layer1 li a {
  position: relative;
  padding: 10px 8px 10px 24px;
}
.l-header__navigation__layer1 li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-right: 2px solid rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header__navigation__layer1::before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 65, 144, 0.75);
  top: 20px;
  left: 50%;
  width: 20px;
  height: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.l-header__navigation__layer1::after {
  content: "";
  display: block;
  position: absolute;
  background: rgba(0, 65, 144, 0.75);
  top: 40px;
  left: 0;
  width: 100%;
  height: calc(100% - 40px);
  backdrop-filter: blur(4px);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.l-header__navigation__layer2 {
  position: absolute;
  top: 59px;
  left: 330px;
  padding-left: 16px;
  border-left: 1px solid #d9d9d9;
}
.l-header__navigation__layer2 li a {
  padding: 7px 8px 7px 24px;
}
.l-header__navigation__layer2::before {
  content: "";
  display: block;
  position: absolute;
  background: #d9d9d9;
  top: 1em;
  right: 100%;
  width: 132px;
  height: 1px;
}
.l-header .is-layered {
  position: relative;
}
.l-header .is-layered:hover .l-header__navigation__layer1 {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header.is-home.is-solid {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(5px);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}

.l-main {
  padding-bottom: 40px;
  background: #E7EBF0;
}
.l-main.is-pale {
  margin-bottom: 40px;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .l-main,
  .l-main.is-pale {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.l-section {
  padding: 80px 0;
  background: #E7EBF0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 56px 0 40px;
  }
}

.l-section-s {
  padding: 40px 0 80px;
}
@media screen and (max-width: 767px) {
  .l-section-s {
    padding: 40px 0;
  }
}

.l-section.is-pale,
.l-section-s.is-pale {
  background: #F3F5F7;
}

.l-contents {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.l-contents + * {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .l-contents {
    width: 100%;
    padding: 0 16px;
  }
}

.l-contents-s {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-contents-s {
    width: 100%;
    padding: 0 16px;
  }
}

.l-footer {
  position: sticky;
  top: 100%;
  padding-bottom: 8px;
  color: #fff;
  text-align: center;
  background: #004190;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 0 8px;
  }
}
.l-footer__navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 54px;
  padding: 24px 0;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__navigation ul {
    display: none;
  }
}
.l-footer__info {
  display: grid;
  grid-template-columns: 1fr 213px;
  gap: 80px;
  padding: 40px 128px;
  font-size: 14px;
  line-height: 1.5;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    grid-template-columns: 1fr;
    gap: 24px;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 40px 0;
    font-size: 14px;
  }
}
.l-footer__csr {
  text-align: left;
}
.l-footer__csr a {
  text-decoration: underline;
}
.l-footer__isms {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-footer__isms img {
    height: 80px;
  }
}
.l-footer__logo {
  height: 55px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    height: 40px;
    margin-top: 24px;
  }
}
.l-footer__company {
  margin-top: 24px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer__company {
    margin-top: 16px;
    font-size: 1.125rem;
  }
}
.l-footer__address {
  margin-top: 4px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer__address {
    margin-top: 8px;
    font-size: 0.75rem;
  }
}
.l-footer small {
  display: block;
  margin-top: 40px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer small {
    margin-top: 24px;
    font-size: 0.75rem;
  }
}

/***********************************/
/* object
/***********************************/
.c-accordion__chk {
  display: none;
}
.c-accordion__head {
  position: relative;
  cursor: pointer;
}
.c-accordion__icon {
  position: absolute;
  top: 0;
  right: 8px;
  width: 17px;
  height: 100%;
  z-index: 1;
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.c-accordion__icon:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-accordion__head, .c-accordion__body {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-accordion__body {
  height: 0;
  overflow: hidden;
}
.c-accordion__chk:checked ~ .c-accordion__body {
  height: auto;
}
.c-accordion__chk:checked + .c-accordion__head .c-accordion__icon::before {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
.c-accordion__chk:checked + .c-accordion__head .c-accordion__icon::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(3em);
          transform: translateY(3em);
}

.fadeInUp.js-scr-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 1s;
  transition: 1s;
}

.marker {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 3px 8px;
  color: #fff;
  z-index: 2;
}
.marker::before {
  content: "";
  display: block;
  position: absolute;
  background: #DD960F;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  z-index: -1;
}

.marker.is-active::before {
  width: 100%;
}

.c-btn {
  position: relative;
  color: #004190;
  line-height: 1.5;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #004190;
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-btn:hover {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.c-btn::before {
  content: "";
  display: block;
  position: absolute;
  background: #004190;
  top: calc(50% + 4px);
  right: -32px;
  width: 80px;
  height: 1px;
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  background: #004190;
  top: calc(50% + 4px);
  right: -32px;
  width: 20px;
  height: 1px;
  background-color: #004190;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.c-btn.is-left {
  display: block;
  padding: 16px 0 16px 32px;
}
@media screen and (max-width: 767px) {
  .c-btn.is-left {
    padding: 15px 16px;
  }
}
.c-btn.is-center {
  display: inline-block;
  padding: 16px 72px;
}
@media screen and (max-width: 767px) {
  .c-btn.is-center {
    padding: 15px 64px;
  }
}
.c-btn.is-input {
  display: inline-block;
}
.c-btn.is-input input {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 16px 72px;
  color: #004190;
  border: none;
  background: none;
  cursor: pointer;
}
.c-btn.is-input .wpcf7-spinner {
  display: none;
}
.c-btn__box {
  text-align: center;
}

.c-page-title {
  position: relative;
  width: 100%;
  margin: 0 auto 80px;
  padding-top: 34px;
  padding-left: calc((100% - 1200px) / 2);
  text-align: left;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-page-title {
    width: 100%;
    margin: 0 auto 24px;
    padding-top: 24px;
    padding-left: 16px;
    overflow-x: hidden;
  }
}
.c-page-title__jp {
  position: relative;
  width: 100%;
  padding: 126px 0 43px;
  color: #004190;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.c-page-title__jp::before {
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  left: 0;
  bottom: 24px;
  width: 500px;
  height: 3px;
}
.c-page-title__jp::after {
  content: "";
  display: block;
  position: absolute;
  background: #DD960F;
  left: 0;
  bottom: 24px;
  width: 130px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .c-page-title__jp {
    margin-bottom: 24px;
    padding: 50px 0 17px;
    font-size: 1.5rem;
  }
  .c-page-title__jp::before {
    bottom: 0;
    width: 300px;
  }
  .c-page-title__jp::after {
    bottom: 0;
    width: 80px;
  }
}
.c-page-title__en {
  position: absolute;
  width: 100%;
  color: #009FE6;
  font-size: 12.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.1;
}
@media screen and (max-width: 767px) {
  .c-page-title__en {
    font-size: 6.25rem;
  }
}
.c-page-title__cate {
  position: absolute;
  top: 120px;
  left: calc((100% - 1200px) / 2);
  padding-left: 20px;
  color: #004190;
  font-size: 1rem;
  font-weight: bold;
}
.c-page-title__cate::before {
  content: "";
  display: block;
  position: absolute;
  background: #004190;
  top: 50%;
  left: 0;
  width: 10px;
  height: 3px;
  -webkit-transform: translateY(calc(-50% - 2px));
          transform: translateY(calc(-50% - 2px));
}
@media screen and (max-width: 767px) {
  .c-page-title__cate {
    top: 42px;
    left: 16px;
    padding-left: 18px;
    font-size: 0.875rem;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  font-size: 0.875rem;
}
.c-breadcrumb li + li {
  position: relative;
  padding-left: 24px;
}
.c-breadcrumb li + li::before {
  content: "";
  display: block;
  position: absolute;
  background: #333;
  top: 50%;
  left: 0;
  width: 10px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    position: relative;
    display: block;
    padding-left: 30px;
  }
  .c-breadcrumb li {
    display: block;
    font-size: 0.75rem;
  }
  .c-breadcrumb li + li {
    margin-top: 4px;
  }
  .c-breadcrumb li:first-child {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.c-breadcrumb__icon {
  position: relative;
  top: -1px;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__icon {
    width: 18px;
  }
}

.c-section-title {
  position: relative;
  padding-bottom: 83px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    margin-bottom: 40px;
    padding-bottom: 19px;
    overflow-x: hidden;
  }
}
.c-section-title::after {
  content: "";
  display: block;
  position: absolute;
  background: #DD960F;
  bottom: 56px;
  width: 130px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .c-section-title::after {
    bottom: 0;
    width: 80px;
  }
}
.c-section-title.is-center {
  text-align: center;
}
.c-section-title.is-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-section-title.is-simple {
  padding-bottom: 40px;
}
.c-section-title.is-simple::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-section-title.is-simple {
    margin-bottom: 0;
    padding-bottom: 32px;
  }
}
.c-section-title.is-complete {
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .c-section-title.is-complete {
    margin-bottom: 0;
    padding-bottom: 24px;
  }
}
.c-section-title.is-complete::after {
  display: none;
}
.c-section-title.is-complete .c-section-title__jp {
  color: #333;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.is-complete .c-section-title__jp {
    font-size: 1.25rem;
  }
}
.c-section-title__jp {
  width: 100%;
  color: #004190;
  font-size: 2.5rem;
  line-height: 1.5;
}
.c-section-title__jp span {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .c-section-title__jp {
    font-size: 1.5rem;
  }
  .c-section-title__jp span {
    font-size: 1.5rem;
  }
}
.c-section-title__en {
  position: absolute;
  width: 100%;
  top: -80px;
  color: #009FE6;
  font-size: 12.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  opacity: 0.1;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    top: 0;
    font-size: 6rem;
  }
}

.c-contents-title {
  position: relative;
  margin-top: 56px;
  padding-bottom: 55px;
  color: #004190;
  font-size: 24px;
  font-weight: bold;
}
.c-contents-title::after {
  content: "";
  display: block;
  position: absolute;
  background: #DD960F;
  bottom: 36px;
  width: 80px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .c-contents-title {
    margin-top: 40px;
    padding-bottom: 35px;
    font-size: 20px;
  }
  .c-contents-title::after {
    bottom: 24px;
    width: 64px;
  }
}

.c-textlink {
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-textlink {
    line-height: 1;
  }
}

.c-textlink::after {
  content: "";
  display: block;
  position: absolute;
  background: none;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-textlink:hover::after {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-textlink.is-border {
    text-decoration: underline;
  }
  .c-textlink.is-border::after {
    border: none;
  }
}
.c-textlink-blank {
  margin-top: 16px;
  text-align: right;
}
.c-textlink-blank a {
  display: inline-block;
  padding-left: 24px;
  font-size: 1rem;
  text-decoration: underline;
  background: url(../img/icon_window.png) no-repeat left 7px;
  background-size: 16px auto;
}
.c-textlink-blank + .c-textlink-blank {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .c-textlink-blank {
    text-align: left;
  }
}

.c-contents-link {
  position: absolute;
  right: calc((100% - 1200px) / 2);
  bottom: 40px;
  font-weight: bold;
}
.c-contents-link li a {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #004190;
  font-size: 1.125rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.c-contents-link li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004190;
  border-right: 2px solid #004190;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-contents-link li a:hover {
  color: #DD960F;
}
.c-contents-link li a:hover::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #DD960F;
  border-right: 2px solid #DD960F;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-contents-link li span.is-current {
  position: relative;
  display: block;
  padding-left: 24px;
  color: #DD960F;
}
.c-contents-link li span.is-current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #DD960F;
  border-right: 2px solid #DD960F;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-contents-link.is-service {
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content;
  grid-template-columns: max-content max-content;
  gap: 8px 40px;
}
.c-contents-link.is-company {
  display: grid;
  grid-template-columns: repeat(4, -webkit-max-content);
  grid-template-columns: repeat(4, max-content);
  gap: 8px 40px;
  bottom: 80px;
}
@media screen and (max-width: 767px) {
  .c-contents-link {
    display: none !important;
  }
}

.p-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  .p-menu {
    display: inherit;
  }
}
.p-menu__hamburger, .p-menu__hamburger > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-menu__toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  cursor: pointer;
  width: 48px;
  height: 48px;
  opacity: 0;
}
.p-menu__toggle:checked ~ .p-menu__hamburger > div {
  background: #fff;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-menu__toggle:checked ~ .p-menu__hamburger > div:before, .p-menu__toggle:checked ~ .p-menu__hamburger > div:after {
  top: 0;
  background: #fff;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-menu__toggle:checked ~ .p-menu__hamburger > div:after {
  opacity: 0;
}
.p-menu__toggle:checked ~ .p-menu__wrapper {
  pointer-events: auto;
  visibility: visible;
}
.p-menu__toggle:checked ~ .p-menu__wrapper .p-menu__background {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.p-menu__toggle:checked ~ .p-menu__wrapper .p-menu__contents {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease 0.2s;
  transition: opacity 0.2s ease 0.2s;
}
.p-menu__toggle:checked:hover + .p-menu__hamburger > div {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.p-menu__toggle + label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.p-menu__hamburger {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 50px;
  height: 48px;
  padding: 0.5em 13px;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.p-menu__hamburger > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
  height: 2px;
  background: #fff;
  border-radius: 100vmax;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-menu__hamburger > div:before, .p-menu__hamburger > div:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.p-menu__hamburger > div:after {
  top: 8px;
}
.p-menu__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: 1px solid transparent;
}
.p-menu__contents {
  width: 100%;
  height: 100%;
  padding: 50px 0 0;
  color: #fff;
  background: -webkit-gradient(linear, right top, left bottom, from(rgba(0, 159, 230, 0.98)), to(rgba(0, 65, 144, 0.98)));
  background: linear-gradient(top right, rgba(0, 159, 230, 0.98), rgba(0, 65, 144, 0.98));
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow-y: auto;
}
.p-menu__links {
  height: 100%;
  padding: 0 12px 40px;
  overflow-y: auto;
}
.p-menu__links li {
  position: relative;
  border-top: 1px solid #95B1D1;
}
.p-menu__links li a {
  display: block;
  padding: 8px;
  color: #fff;
  font-size: 16px;
}
.p-menu__links li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-menu__links li.is-sub1 {
  left: 16px;
  width: calc(100% - 16px);
  border-top: 1px dotted #95B1D1;
}
.p-menu__links li.is-sub2 {
  left: 32px;
  width: calc(100% - 32px);
  border-top: 1px dotted #95B1D1;
}
.p-menu__links li label {
  display: block;
  padding: 8px;
  color: #fff;
  font-size: 16px;
}
.p-menu__links > li:last-child {
  border-bottom: 1px solid #95B1D1;
}

.p-menu.is-home .p-menu__hamburger > div {
  background: #004190;
}

.p-menu__toggle:checked ~ .p-menu__hamburger > div {
  background: #fff;
}

.l-mv {
  position: relative;
  width: 100%;
  font-weight: bold;
}
.l-mv.is-home {
  height: 838px;
  color: #fff;
  background: url(../img/mv.jpg) no-repeat;
  background-size: cover;
}
.l-mv.is-home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 414px;
  height: 517px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) 80%);
  backdrop-filter: blur(4px);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
}
.l-mv.is-home::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 685px;
  height: 839px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 65, 144, 0)), to(rgba(0, 65, 144, 0.4)));
  background: linear-gradient(rgba(0, 65, 144, 0) 20%, rgba(0, 65, 144, 0.4) 100%);
  backdrop-filter: blur(4px);
  clip-path: polygon(0% 100%, 100% 0%, 1000% 100%);
}
@media screen and (max-width: 767px) {
  .l-mv.is-home {
    height: 700px;
    background: url(../img/mv_sp.jpg) no-repeat;
    background-size: cover;
  }
  .l-mv.is-home::before {
    left: 0;
    width: 235px;
    height: 288px;
  }
  .l-mv.is-home::after {
    right: 0;
    width: 265px;
    height: 325px;
  }
}
.l-mv__catchcopy1 {
  position: absolute;
  top: 521px;
  left: 50%;
  width: 1200px;
  font-size: 3rem;
  -webkit-transform: translateX(-600px);
          transform: translateX(-600px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-mv__catchcopy1 {
    top: 450px;
    left: 0;
    width: 100%;
    padding-left: 16px;
    font-size: 1.5rem;
    -webkit-transform: none;
            transform: none;
  }
}
.l-mv__catchcopy2 {
  position: absolute;
  top: 699px;
  left: 50%;
  width: 1200px;
  font-size: 1.5rem;
  -webkit-transform: translateX(-600px);
          transform: translateX(-600px);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-mv__catchcopy2 {
    top: 540px;
    left: 0;
    width: 100%;
    padding-left: 16px;
    font-size: 1rem;
    -webkit-transform: none;
            transform: none;
  }
  .l-mv__catchcopy2 span {
    margin-left: -8px;
  }
}
.l-mv__wrapper {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .l-mv__wrapper {
    padding-top: 50px;
  }
}
.l-mv__page {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  font-size: 3rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .l-mv__page {
    width: 100%;
    padding-right: 40px;
    font-size: 1.5rem;
  }
}
.l-mv.is-service {
  height: 300px;
  color: #004190;
  background: url(../img/mv_service.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mv.is-service {
    height: 200px;
    background: url(../img/mv_service_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.l-mv.is-company {
  height: 300px;
  color: #004190;
  background: url(../img/mv_company.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mv.is-company {
    height: 200px;
    background: url(../img/mv_company_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.l-mv.is-recruit {
  height: 300px;
  color: #004190;
  background: url(../img/mv_recruit.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mv.is-recruit {
    height: 200px;
    background: url(../img/mv_recruit_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.l-mv.is-privacy {
  height: 300px;
  color: #004190;
  background: url(../img/mv_company.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mv.is-privacy {
    height: 200px;
    background: url(../img/mv_privacy_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.l-mv.is-contact {
  height: 300px;
  color: #004190;
  background: url(../img/mv_contact.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .l-mv.is-contact {
    height: 200px;
    background: url(../img/mv_contact_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.p-iconlist li {
  padding-left: 24px;
  background: url(../img/icon_square.png) no-repeat left 7px;
  background-size: 16px auto;
}
.p-iconlist li.is-etc {
  text-align: right;
  background: none;
}
.p-iconlist li + li {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-iconlist li {
    padding-left: 22px;
    background: url(../img/icon_square.png) no-repeat left 6px;
    background-size: 14px auto;
  }
}
.p-iconlist.is-border {
  margin-top: 40px;
  padding: 40px;
  border: 1px solid #009FE6;
}
.p-iconlist.is-border li + li {
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .p-iconlist.is-border {
    padding: 16px;
  }
}
.p-iconlist.is-ss {
  margin-top: 0;
}
.p-iconlist.is-ss li {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-iconlist.is-ss li {
    font-size: 1rem;
  }
}
.p-iconlist.is-system-i {
  margin-top: 0;
}

.p-definition {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 0 32px;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-definition {
    grid-template-columns: 1fr;
    gap: 0;
    width: 100%;
  }
}
.p-definition dt, .p-definition dd {
  padding: 32px 16px 32px 32px;
}
.p-definition dt {
  color: #004190;
  font-weight: bold;
  border-bottom: 1px solid #004190;
}
@media screen and (max-width: 767px) {
  .p-definition dt {
    width: 100px;
    padding: 0 0 16px 0;
  }
}
.p-definition dd {
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
}
.p-definition dd .c-textlink-blank {
  margin-top: 0;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-definition dd {
    padding: 16px 0 0 0;
    border: none;
  }
  .p-definition dd + dt {
    margin-top: 40px;
  }
}

.p-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-pagenation {
    margin-top: 40px;
  }
}
.p-pagenation a, .p-pagenation span {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 32px;
  height: 32px;
  padding-top: 2px;
  font-size: 1rem;
  text-align: center;
}
.p-pagenation a {
  color: #009FE6;
  background: #fff;
  border: 1px solid #009FE6;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.p-pagenation a:hover {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-pagenation a.next, .p-pagenation a.prev {
  padding-top: 2px;
  width: 68px;
}
.p-pagenation span {
  color: #fff;
  background: #009FE6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-pagenation li {
  width: 32px;
  height: 32px;
  font-size: 1rem;
  text-align: center;
}
.p-pagenation li a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2px;
  color: #009FE6;
  background: #fff;
  border: 1px solid #009FE6;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.p-pagenation li a:hover {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-pagenation li.is-current {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  color: #fff;
  background: #009FE6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-pagenation li.is-next a {
  padding-top: 2px;
  width: 68px;
}

.p-form {
  width: 500px;
  margin: 0 auto;
}
.p-form.is-ss {
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-form {
    width: 100%;
  }
}
.p-form__field + .p-form__field {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-form__field + .p-form__field {
    margin-top: 24px;
  }
}
.p-form__field p {
  margin: 0;
}
.p-form__field span.required {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 8px;
  padding: 1px 8px;
  color: #fff;
  font-size: 0.75rem;
  background: #DD960F;
}
.p-form__field input[type=text],
.p-form__field input[type=email],
.p-form__field input[type=tel] {
  width: 100%;
  margin-top: 8px;
  padding: 12px 11px 11px;
  font-size: 1.125rem;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-form__field input[type=text],
  .p-form__field input[type=email],
  .p-form__field input[type=tel] {
    padding: 15px 11px 14px;
  }
}
.p-form__field textarea {
  width: 100%;
  height: 350px;
  margin-top: 8px;
  padding: 12px;
  border: none;
}
@media screen and (max-width: 767px) {
  .p-form__field textarea {
    height: 250px;
  }
}
.p-form__field.is-privacy {
  position: relative;
  margin-top: 56px;
  padding: 32px 32px 31px;
  text-align: center;
  line-height: 1;
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .p-form__field.is-privacy {
    margin-top: 40px;
  }
}
.p-form__field.is-privacy input {
  position: relative;
  top: 3px;
  width: 19px;
  height: 19px;
  margin-right: 16px;
}
.p-form__field.is-privacy a {
  text-decoration: underline;
}
.p-form__field.is-privacy .wpcf7-list-item-label {
  display: none;
}
.p-form__field.is-privacy .wpcf7-not-valid-tip {
  position: absolute;
  top: 1.5em;
  width: 400px;
  padding-left: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__field.is-privacy .wpcf7-not-valid-tip {
    width: calc(100vw - 96px);
    padding-left: 60px;
    text-align: left;
  }
}
.p-form__select {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form__select::after {
  content: "";
  position: absolute;
  right: 12px;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
}
.p-form__select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 12px 40px 11px 11px;
  color: #333;
  border: none;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-form__select select {
    padding: 12px 40px 12px 12px;
  }
}
.p-form .c-btn__box {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-form .c-btn__box {
    margin-top: 40px;
  }
}
.p-form__complete-text {
  width: 825px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-form__complete-text {
    width: 100%;
    line-height: 1.5;
  }
}

.sent .wpcf7-response-output {
  display: none;
}

.p-home-service {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-service {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-service {
    padding: 64px 0;
  }
  .p-home-service .c-section-title {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 59px;
  }
  .p-home-service .c-section-title::after {
    bottom: 40px;
  }
}
.p-home-service__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
  padding: 102px 24px 110px;
  background: url(../img/service_bg.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home-service__lists {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 24px 16px 40px;
    background: url(../img/service_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
}
.p-home-service__lists li {
  width: calc((100% - 120px) / 6);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-home-service__lists li {
    width: calc((100% - 16px) / 2);
    margin-top: 16px;
  }
}
.p-home-service__lists li a {
  position: relative;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1;
  color: #004190;
  font-weight: bold;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-home-service__lists li a span {
  position: relative;
  top: -20px;
}
@media screen and (max-width: 767px) {
  .p-home-service__lists li a {
    font-size: 18px;
  }
}
.p-home-service__lists li a::before {
  content: "";
  display: block;
  position: absolute;
  background: #004190;
  left: 50%;
  bottom: 40px;
  width: 80px;
  height: 1px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-home-service__lists li a::after {
  content: "";
  display: block;
  position: absolute;
  background: #004190;
  left: 50%;
  bottom: 40px;
  width: 20px;
  height: 1px;
  -webkit-transform: translateX(20px) rotate(30deg);
          transform: translateX(20px) rotate(30deg);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}
.p-home-service__lists li a:hover {
  background: rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .p-home-service__lists li a::before, .p-home-service__lists li a::after {
    right: 42px;
  }
}

.p-home-company {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-home-company {
    padding-top: 170px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-company {
    padding: 64px 0;
  }
}
.p-home-company::before {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  display: block;
  width: calc(50% + 440px);
  height: calc(100% - 180px);
  border-top: 1px solid #009FE6;
  border-right: 1px solid #009FE6;
  border-bottom: 1px solid #009FE6;
}
@media screen and (max-width: 767px) {
  .p-home-company::before {
    top: 97px;
    width: 83%;
    height: calc(100% - 140px);
  }
}
.p-home-company .c-section-title {
  left: 50%;
  -webkit-transform: translateX(-600px);
          transform: translateX(-600px);
  width: 1200px;
  margin-bottom: 0;
  padding-top: 16px;
  padding-bottom: 59px;
}
.p-home-company .c-section-title::after {
  left: 120px;
  bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-home-company .c-section-title {
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .p-home-company .c-section-title::after {
    left: 16px;
    bottom: 37px;
  }
}
.p-home-company .c-section-title__en {
  top: -120px;
}
@media screen and (max-width: 767px) {
  .p-home-company .c-section-title__en {
    top: 0;
  }
}
.p-home-company .c-section-title__jp {
  padding-left: 120px;
}
@media screen and (max-width: 767px) {
  .p-home-company .c-section-title__jp {
    padding-top: 40px;
    padding-left: 16px;
  }
}
.p-home-company .l-contents {
  padding: 0 0 80px 120px;
}
@media screen and (max-width: 767px) {
  .p-home-company .l-contents {
    padding: 0 16px 40px 16px;
  }
}
.p-home-company .c-btn {
  width: 190px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-home-company .c-btn {
    width: 170px;
    margin-top: 40px;
  }
}

.p-home-recruit {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-recruit {
    padding: 64px 0;
  }
}
.p-home-recruit::before {
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  display: block;
  width: calc(50% + 462px);
  height: calc(100% - 180px);
  border-top: 1px solid #009FE6;
  border-left: 1px solid #009FE6;
  border-bottom: 1px solid #009FE6;
}
@media screen and (max-width: 767px) {
  .p-home-recruit::before {
    top: 120px;
    width: 83%;
    height: calc(100% - 184px);
  }
}
.p-home-recruit .c-section-title {
  padding-top: 163px;
  padding-left: calc(50% + 152px);
  padding-bottom: 67px;
  overflow-x: hidden;
}
.p-home-recruit .c-section-title::after {
  bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-home-recruit .c-section-title {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 59px;
    text-align: right;
  }
  .p-home-recruit .c-section-title::after {
    right: 16px;
    bottom: 40px;
  }
}
.p-home-recruit .c-section-title__en {
  top: -30px;
  -webkit-transform: translateX(-297px);
          transform: translateX(-297px);
}
@media screen and (max-width: 767px) {
  .p-home-recruit .c-section-title__en {
    top: 20px;
    -webkit-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 767px) {
  .p-home-recruit .c-section-title__jp {
    padding-top: calc(128px + 58vw);
    -webkit-transform: none;
            transform: none;
  }
}
.p-home-recruit__image {
  position: absolute;
  top: 216px;
  left: 50%;
  width: 650px;
  -webkit-transform: translateX(-566px);
          transform: translateX(-566px);
}
@media screen and (max-width: 767px) {
  .p-home-recruit__image {
    top: 165px;
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-home-recruit .l-contents {
  padding: 0 0 80px 752px;
}
@media screen and (max-width: 767px) {
  .p-home-recruit .l-contents {
    padding: 0 0 40px calc(100% - 218px);
  }
}
.p-home-recruit .c-btn {
  width: 190px;
}
@media screen and (max-width: 767px) {
  .p-home-recruit .c-btn {
    width: 170px;
  }
}
.p-home-recruit .c-btn + .c-btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-home-recruit .c-btn + .c-btn {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-home-news {
    padding: 64px 0;
  }
  .p-home-news .c-section-title {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 59px;
  }
  .p-home-news .c-section-title::after {
    bottom: 40px;
  }
}
.p-home-news .c-section-title__en {
  top: -40px;
  left: 50%;
  width: 1200px;
  text-align: left;
  -webkit-transform: translateX(-600px);
          transform: translateX(-600px);
}
@media screen and (max-width: 767px) {
  .p-home-news .c-section-title__en {
    top: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
.p-home-news .c-btn__box {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-home-news .c-btn__box {
    margin-top: 40px;
  }
}

.p-news__lists {
  width: 1000px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .p-news__lists {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
}
.p-news__lists li {
  border-bottom: 1px solid #ccc;
}
.p-news__lists li a {
  display: grid;
  grid-template-columns: -webkit-max-content 126px 1fr;
  grid-template-columns: max-content 126px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 16px 8px;
  -webkit-transition: 0.2;
  transition: 0.2;
}
.p-news__lists li a:hover {
  background: rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 767px) {
  .p-news__lists li a {
    gap: 8px 24px;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
.p-news__lists .p-news__date {
  font-size: 1rem;
}
.p-news__lists .p-news__cate span {
  position: relative;
  top: -2px;
  display: inline-block;
  padding: 3px 14px 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #009FE6;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-news__text {
    grid-column: 1/-1;
  }
}

.p-home-contact {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-home-contact {
    padding-top: 90px;
  }
}
.p-home-contact::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  display: block;
  width: 800px;
  height: 620px;
  border: 1px solid #009FE6;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-home-contact::before {
    top: 64px;
    width: 304px;
    height: 439px;
  }
}
@media screen and (max-width: 767px) {
  .p-home-contact {
    padding: 64px 0;
  }
  .p-home-contact .c-section-title {
    margin-bottom: 0;
    padding-top: 16px;
    padding-bottom: 59px;
  }
  .p-home-contact .c-section-title::after {
    bottom: 40px;
  }
}
.p-home-contact .c-section-title__en {
  top: -40px;
}
@media screen and (max-width: 767px) {
  .p-home-contact .c-section-title__en {
    top: 0;
  }
}
.p-home-contact .l-contents {
  width: 100%;
  padding-bottom: 50px;
}
.p-home-contact .c-btn__box {
  width: 100%;
  height: 320px;
  margin-top: 40px;
  padding-top: 130px;
  background: url(../img/contact_bg.jpg) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-home-contact .c-btn__box {
    height: 216px;
    margin-top: 24px;
    padding-top: 80px;
    background: url(../img/contact_bg_sp.jpg) no-repeat center;
    background-size: cover;
  }
}

.p-service__overflow-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.p-service__overflow-wrapper.is-ss {
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-service__overflow-wrapper {
    width: 100vw;
    overflow-x: auto;
    padding-bottom: 16px;
  }
}
.p-service__text-area {
  margin: 0 auto;
}
.p-service__text-area.is-wide {
  width: 1000px;
}
.p-service__text-area.is-slim {
  width: 800px;
}
.p-service__text-area + * {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-service__text-area.is-wide, .p-service__text-area.is-slim {
    width: 100%;
  }
}
.p-service__track-record {
  padding-top: 40px;
}
.p-service__track-record.is-ss {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-service__track-record.is-ss {
    padding: 56px 0;
  }
}
.p-service__track-record__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__track-record__text {
    text-align: left;
  }
}
.p-service__track-record .track-record {
  width: 100%;
  border-spacing: 16px 0;
}
@media screen and (max-width: 767px) {
  .p-service__track-record .track-record {
    width: 600px;
    overflow-x: auto;
  }
  .p-service__track-record .track-record.is-ss {
    width: 800px;
  }
}
.p-service__track-record .track-record thead td {
  padding: 0 16px 8px;
  text-align: center;
  white-space: nowrap;
  border-bottom: 1px solid #009FE6;
}
.p-service__track-record .track-record tbody td {
  padding: 16px;
  white-space: nowrap;
  border-bottom: 1px dotted #009FE6;
}
.p-service__track-record .track-record tbody td.cate {
  width: 112px;
  text-align: center;
}
.p-service__track-record .track-record tbody td.cate span {
  display: inline-block;
  width: 80px;
  padding-top: 1px;
  color: #004190;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #004190;
}
.p-service__track-record .track-record__note {
  padding: 4px 0 0;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-service__track-record .track-record__note {
    padding-top: 0;
  }
}
.p-service__track-record.is-biz {
  padding-top: 56px;
}
.p-service__solution {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin: 40px 0;
}
.p-service__solution.is-finance {
  margin-top: 0;
}
.p-service__solution-message {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__solution-message {
    width: 100%;
    text-align: left;
  }
}
.p-service__solution li {
  width: calc((100% - 40px) / 2);
  padding: 24px;
  color: #fff;
  background: #004190;
}
.p-service__solution-title {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 27px;
  font-size: 22px;
  font-weight: bold;
}
.p-service__solution-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: #DD960F;
}
.p-service__solution-text {
  margin-bottom: 0;
  line-height: 1.7;
}
.p-service__solution-note {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service__solution {
    gap: 16px;
  }
  .p-service__solution li {
    width: 100%;
  }
  .p-service__solution-title {
    margin-bottom: 20px;
    padding-bottom: 23px;
    font-size: 20px;
  }
  .p-service__solution-note {
    text-align: left;
  }
}
.p-service__chart {
  margin-top: 80px;
}
.p-service__chart.is-system-d {
  margin-top: 40px;
  text-align: center;
}
.p-service__chart.is-system-d img {
  width: 700px;
}
.p-service__chart.is-finance {
  margin-top: 120px;
  text-align: center;
}
.p-service__chart.is-finance img {
  width: 718px;
}
@media screen and (max-width: 767px) {
  .p-service__chart {
    margin-top: 40px;
  }
  .p-service__chart.is-system-d {
    margin-top: 32px;
  }
  .p-service__chart.is-system-d img {
    width: 343px;
  }
  .p-service__chart.is-finance {
    margin-top: 40px;
  }
}
.p-service__detail {
  margin-top: 80px;
  padding: 32px;
  border: 1px solid #009FE6;
}
.p-service__detail + .p-service__detail {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-service__detail {
    margin: 32px 0 0;
    padding: 16px;
  }
  .p-service__detail + .p-service__detail {
    margin-top: 24px;
  }
}
.p-service__detail-title {
  position: relative;
  padding-bottom: 43px;
  color: #004190;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-service__detail-title::before {
  content: "";
  display: block;
  position: absolute;
  background: #DD960F;
  left: 0;
  bottom: 24px;
  width: 80px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-service__detail-title {
    padding-bottom: 35px;
    font-size: 1.25rem;
  }
  .p-service__detail-title::before {
    width: 64px;
  }
}
.p-service__detail-point {
  margin-top: 24px;
}
.p-service__detail-point li {
  padding-left: 24px;
  background: url(../img/icon_square.png) no-repeat left 7px;
  background-size: 16px auto;
}

.p-erp__introduction {
  overflow: hidden;
}
.p-erp__introduction .l-contents {
  position: relative;
  padding: 80px 100px;
}
.p-erp__introduction .l-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#004190), to(#009FE6));
  background: linear-gradient(bottom left, #004190, #009FE6);
  -webkit-transform: translateX(-600px);
          transform: translateX(-600px);
}
@media screen and (max-width: 767px) {
  .p-erp__introduction .l-contents {
    padding: 40px 16px 40px 32px;
  }
  .p-erp__introduction .l-contents::before {
    left: 16px;
    width: calc(100vw - 16px);
    -webkit-transform: none;
            transform: none;
  }
}
.p-erp__introduction .catch {
  position: relative;
  margin-bottom: 56px;
  color: #fff;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-erp__introduction .catch {
    margin-bottom: 40px;
    font-size: 1.5rem;
  }
}
.p-erp__introduction .text {
  position: relative;
  color: #fff;
  z-index: 2;
}

.p-erp__overview {
  padding-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-erp__overview .l-contents-s {
    padding: 0 16px;
  }
}

.p-erp__flow {
  width: 1200px;
  margin: 0 auto;
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-erp__flow {
    width: 100%;
    padding: 50px 0 0;
  }
}

.p-erp__strengths {
  overflow: hidden;
}
.p-erp__strengths ul {
  padding-top: 28px;
}
.p-erp__strengths ul li {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths ul {
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-erp__strengths .p-erp__strengths1 {
    margin-bottom: 317px;
  }
  .p-erp__strengths .p-erp__strengths2 {
    margin-bottom: 308px;
  }
  .p-erp__strengths .p-erp__strengths3 {
    margin-bottom: 314px;
  }
  .p-erp__strengths .p-erp__strengths4 {
    margin-bottom: 317px;
  }
  .p-erp__strengths .p-erp__strengths5 {
    margin-bottom: 260px;
  }
}
.p-erp__strengths .p-erp__strengths1,
.p-erp__strengths .p-erp__strengths3,
.p-erp__strengths .p-erp__strengths5 {
  position: relative;
}
.p-erp__strengths .p-erp__strengths1::before,
.p-erp__strengths .p-erp__strengths3::before,
.p-erp__strengths .p-erp__strengths5::before {
  content: "";
  display: block;
  position: absolute;
  background: #E7EBF0;
  top: 0;
  right: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(181px);
          transform: translateX(181px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths .p-erp__strengths1::before,
  .p-erp__strengths .p-erp__strengths3::before,
  .p-erp__strengths .p-erp__strengths5::before {
    display: none;
  }
}
.p-erp__strengths .p-erp__strengths1 .p-erp__strengths__wrapper,
.p-erp__strengths .p-erp__strengths3 .p-erp__strengths__wrapper,
.p-erp__strengths .p-erp__strengths5 .p-erp__strengths__wrapper {
  padding: 64px 484px 64px 0;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths .p-erp__strengths1 .p-erp__strengths__wrapper,
  .p-erp__strengths .p-erp__strengths3 .p-erp__strengths__wrapper,
  .p-erp__strengths .p-erp__strengths5 .p-erp__strengths__wrapper {
    padding: 40px 16px;
    background: #E7EBF0;
  }
}
.p-erp__strengths .p-erp__strengths2,
.p-erp__strengths .p-erp__strengths4 {
  position: relative;
}
.p-erp__strengths .p-erp__strengths2::before,
.p-erp__strengths .p-erp__strengths4::before {
  content: "";
  display: block;
  position: absolute;
  background: #E7EBF0;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-179px);
          transform: translateX(-179px);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths .p-erp__strengths2::before,
  .p-erp__strengths .p-erp__strengths4::before {
    display: none;
  }
}
.p-erp__strengths .p-erp__strengths2 .p-erp__strengths__wrapper,
.p-erp__strengths .p-erp__strengths4 .p-erp__strengths__wrapper {
  padding: 64px 0 64px 484px;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths .p-erp__strengths2 .p-erp__strengths__wrapper,
  .p-erp__strengths .p-erp__strengths4 .p-erp__strengths__wrapper {
    padding: 40px 16px;
    background: #E7EBF0;
  }
}
.p-erp__strengths__head {
  margin-bottom: 24px;
  color: #004190;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths__head {
    font-size: 1.25rem;
  }
}
.p-erp__strengths1 .p-erp__strengths__img {
  position: absolute;
  top: 54px;
  right: 54px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths1 .p-erp__strengths__img {
    top: inherit;
    left: 50%;
    bottom: 0;
    width: 290px;
    -webkit-transform: translateX(-50%) translateY(250px);
            transform: translateX(-50%) translateY(250px);
  }
}
.p-erp__strengths2 .p-erp__strengths__img {
  position: absolute;
  top: 9px;
  left: 54px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths2 .p-erp__strengths__img {
    top: inherit;
    left: 50%;
    bottom: 0;
    width: 305px;
    -webkit-transform: translateX(-50%) translateY(255px);
            transform: translateX(-50%) translateY(255px);
  }
}
.p-erp__strengths3 .p-erp__strengths__img {
  position: absolute;
  top: 24px;
  right: 54px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths3 .p-erp__strengths__img {
    top: inherit;
    left: 50%;
    bottom: 0;
    width: 298px;
    -webkit-transform: translateX(calc(-50% - 10px)) translateY(255px);
            transform: translateX(calc(-50% - 10px)) translateY(255px);
  }
}
.p-erp__strengths4 .p-erp__strengths__img {
  position: absolute;
  top: -7px;
  left: 54px;
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths4 .p-erp__strengths__img {
    top: inherit;
    left: 50%;
    bottom: 0;
    width: 308px;
    -webkit-transform: translateX(calc(-50% - 14px)) translateY(262px);
            transform: translateX(calc(-50% - 14px)) translateY(262px);
  }
}
.p-erp__strengths5 .p-erp__strengths__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 490px;
}
@media screen and (max-width: 767px) {
  .p-erp__strengths5 .p-erp__strengths__img {
    top: inherit;
    left: 50%;
    bottom: 0;
    width: 300px;
    -webkit-transform: translateX(calc(-50% - 5px)) translateY(255px);
            transform: translateX(calc(-50% - 5px)) translateY(255px);
  }
}

@media screen and (max-width: 767px) {
  .p-product__overview .l-contents,
  .p-product__overview .l-contents-s, .p-product__business .l-contents,
  .p-product__business .l-contents-s {
    padding: 0 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-product__business {
    padding-bottom: 56px;
  }
}
.p-product__chart {
  margin-top: 120px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-product__chart {
    margin-top: 40px;
  }
}
.p-product__chart-catch {
  color: #004190;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-product__chart-catch {
    font-size: 1.25rem;
    text-align: left;
  }
  .p-product__chart-catch.is-center {
    text-align: center;
  }
}
.p-product__chart-img {
  width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  .p-product__chart-img {
    margin-top: 40px;
  }
}
.p-product__chart-caption {
  margin-top: 8px;
  text-align: left;
}
.p-product__chart.is-biz {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-product__chart.is-biz {
    margin-top: 0;
  }
}
.p-product__chart.is-biz .p-product__chart-img {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-product__chart.is-biz .p-product__chart-img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-products {
    padding: 40px 16px;
  }
}
.p-products .l-contents {
  padding: 64px 100px;
  border: 1px solid #009FE6;
}
@media screen and (max-width: 767px) {
  .p-products .l-contents {
    padding: 16px 16px 24px;
  }
}
.p-products .c-section-title {
  margin-bottom: 32px;
  padding-bottom: 19px;
}
@media screen and (max-width: 767px) {
  .p-products .c-section-title {
    margin-bottom: 24px;
    padding-bottom: 11px;
  }
}
.p-products .c-section-title::after {
  bottom: 0;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-products .c-section-title::after {
    width: 64px;
  }
}
.p-products .c-section-title__jp {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .p-products .c-section-title__jp {
    font-size: 1.25rem;
  }
  .p-products .c-section-title__jp::after {
    width: 64px;
  }
}
.p-products__lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-products__lists {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.p-products__lists li a {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 317px;
  height: 106px;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.p-products__lists li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-products__lists li a {
    width: 100%;
    height: 60px;
    font-size: 1.25rem;
  }
}
.p-products__lists .sap {
  color: #0278C2;
}
.p-products__lists .oracle {
  color: #C74634;
}
.p-products__lists .biz img {
  height: 106px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products__lists .biz img {
    height: 60px;
  }
}
.p-products__lists .ss img {
  height: 57px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products__lists .ss img {
    height: 40px;
  }
}
.p-products__lists .dynamics {
  color: #15224F;
}
.p-products__lists .bugyo img {
  height: 70px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-products__lists .bugyo img {
    height: 50px;
  }
}

.p-ss__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-ss__links {
    gap: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 64px;
  }
}
.p-ss__links li {
  width: 226px;
  height: 58px;
}
@media screen and (max-width: 767px) {
  .p-ss__links li {
    width: 168px;
    height: 47px;
  }
  .p-ss__links li:last-child {
    width: 273px;
  }
}
.p-ss__links li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #004190;
  font-size: 1rem;
  line-height: 1.3;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  border: 1px solid #004190;
}
@media screen and (max-width: 767px) {
  .p-ss__links li a {
    padding: 12px 0;
    font-size: 0.9375rem;
  }
}
.p-ss__links li a:hover {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-ss__links li span {
  position: relative;
  padding-left: 24px;
  font-size: 1rem;
}
.p-ss__links li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004190;
  border-right: 2px solid #004190;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-ss__links li span {
    padding-left: 0;
    font-size: 0.9375rem;
  }
  .p-ss__links li span::after {
    display: none;
  }
}
.p-ss__links li.is-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  line-height: 1.3;
  background: #DD960F;
}
.p-ss__links li.is-current span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-ss__links li.is-current span {
    padding-left: 0;
  }
  .p-ss__links li.is-current span::after {
    display: none;
  }
}
.p-ss__links.is-bottom {
  width: 1200px;
  position: relative;
  margin: 80px auto 0;
  padding: 40px 0;
  border-top: 1px dotted #009FE6;
  border-bottom: 1px solid #009FE6;
}
@media screen and (max-width: 767px) {
  .p-ss__links.is-bottom {
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
}
.p-ss__links.is-bottom-product {
  width: 1200px;
  margin: 40px auto 0;
  padding: 40px 0;
  border-top: 1px dotted #009FE6;
  border-bottom: 1px solid #009FE6;
}
@media screen and (max-width: 767px) {
  .p-ss__links.is-bottom-product {
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
}
.p-ss__img {
  width: 1200px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-ss__img {
    margin-bottom: 56px;
  }
}
.p-ss__chart {
  width: 1000px;
  margin: 40px auto 0;
}
.p-ss__chart-title {
  color: #009FE6;
  font-size: 24px;
  font-weight: bold;
}
.p-ss__chart img {
  margin: 8px 0;
}
.p-ss__chart-copyright {
  font-size: 14px;
}
.p-ss__notes {
  margin-bottom: 0;
  font-size: 14px;
  text-align: right;
}
p + .p-ss__notes {
  margin-top: 24px;
}
.p-ss__notes-list li {
  position: relative;
  padding-left: 1em;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-ss__chart {
    width: 100%;
  }
  .p-ss__chart-title {
    font-size: 16px;
  }
  .p-ss__chart img {
    margin: 8px 0 0;
  }
  .p-ss__chart-copyright {
    font-size: 12px;
  }
  .p-ss__notes {
    text-align: left;
  }
  .p-ss__notes-list {
    margin-top: 16px;
  }
  .p-ss__notes-list li {
    text-align: left;
  }
  .p-ss__notes-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "※";
  }
  small + .p-ss__notes {
    margin-top: 16px;
  }
}
@media screen and (min-width: 768px) {
  .p-ss__point-sec {
    padding-top: 80px;
  }
}
.p-ss__movie-sec {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-ss__movie-sec {
    padding-top: 56px;
  }
}
.p-ss__movie-area {
  display: grid;
  grid-template-columns: 600px 1fr;
  gap: 24px;
  margin-bottom: 17px;
}
.p-ss__movie {
  width: 600px;
  aspect-ratio: 16/9;
}
.p-ss__movie-title {
  margin-bottom: 32px;
  font-size: 26px;
}
.p-ss__movie iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-ss__movie-area {
    display: block;
    margin-bottom: 32px;
  }
  .p-ss__movie {
    width: 100%;
  }
  .p-ss__movie-title {
    margin: 17px 0 16px;
    font-size: 20px;
  }
}
.p-ss {
  /* plan
  /* ---------------------------------------- */
}
.p-ss__plan {
  padding: 56px 40px 40px;
  border: 1px solid #009FE6;
}
.p-ss__plan + .p-ss__plan {
  margin-top: 40px;
}
.p-ss__plan-flow + .p-ss__notes {
  margin-top: 16px;
}
.p-ss__plan-flow > li {
  position: relative;
  display: grid;
  grid-template-columns: 170px 1fr;
  gap: 45px;
  min-height: 129px;
  padding: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
}
.p-ss__plan-flow > li + li {
  margin-top: 16px;
}
.p-ss__plan-phase {
  position: absolute;
  right: -12px;
  bottom: -40px;
  color: #E7EBF0;
  font-size: 100px;
  font-weight: bold;
  font-family: "Helvetica Neue";
  opacity: 0.5;
}
.p-ss__plan-term {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-weight: bold;
  border-right: 2px solid #d9d9d9;
}
.p-ss__plan-detail li {
  position: relative;
  margin-left: 96px;
  line-height: 1.5;
  list-style-type: disc;
}
.p-ss__plan-detail li:has(span) {
  padding-top: 3px;
}
.p-ss__plan-detail li + li:has(span) {
  margin-top: 10px;
}
.p-ss__plan-detail li:last-child:has(span) {
  margin-bottom: 3px;
}
.p-ss__plan-detail li.is-nolabel {
  margin-left: 24px;
}
.p-ss__plan-detail li.is-servicein {
  margin-left: 0;
  padding-top: 16px;
  color: #004190;
  font-size: 20px;
  font-weight: bold;
  list-style: none;
}
.p-ss__plan-label {
  position: absolute;
  top: 0;
  left: -96px;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 64px;
  height: 32px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.p-ss__plan-label.is-dsol {
  background: #004190;
}
.p-ss__plan-label.is-customer {
  background: #DD960F;
}
.p-ss__plan-list {
  margin-top: 24px;
}
.p-ss__plan-list li {
  margin-left: 20px;
  list-style: decimal;
}
@media screen and (max-width: 767px) {
  .p-ss__plan {
    width: 100%;
    padding: 40px 0;
    border: none;
    border-top: 1px solid #009FE6;
  }
  .p-ss__plan.is-large {
    padding-bottom: 16px;
  }
  .p-ss__plan-flow > li {
    display: block;
    padding: 24px 16px;
  }
  .p-ss__plan-flow > li + li {
    margin-top: 24px;
  }
  .p-ss__plan-flow + .p-service__notes {
    margin-top: 24px;
  }
  .p-ss__plan-phase {
    top: 4px;
    right: 16px;
    bottom: auto;
    font-size: 40px;
  }
  .p-ss__plan-term {
    display: block;
    height: auto;
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-weight: bold;
    border-right: none;
    border-bottom: 2px solid #d9d9d9;
  }
  .p-ss__plan-detail li.is-servicein {
    padding-top: 24px;
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-bugyo .l-contents {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-bugyo__overview {
  position: relative;
  padding: 98px 0 47px 25px;
  color: #F3F5F7;
  font-weight: bold;
  background: url(../img/erp_bugyo_bg.png) no-repeat top right, #000;
  background-size: 100% auto, 100% 100%;
}
@media screen and (max-width: 767px) {
  .p-bugyo__overview {
    padding: 24px 13px;
  }
}
.p-bugyo__obc {
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__obc {
    height: 35px;
  }
}
.p-bugyo__logo {
  height: 97px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__logo {
    height: 40px;
    margin-bottom: 21px;
  }
}
.p-bugyo__subtitle {
  font-size: 1.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-bugyo__subtitle {
    font-size: 0.875rem;
  }
}
.p-bugyo__title {
  margin-bottom: 246px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .p-bugyo__title {
    margin-bottom: 30px;
    font-size: 1.25rem;
  }
}
.p-bugyo__detail {
  position: relative;
  min-height: 662px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__detail .p-bugyo__subtitle {
    font-size: 1.25rem;
    text-align: center;
  }
}
.p-bugyo__circle {
  position: absolute;
  width: 662px;
  right: 24px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-bugyo__circle {
    position: relative;
    width: 83%;
    margin: 0 auto 8px;
    left: 50%;
    right: inherit;
    bottom: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-bugyo__text {
  margin: 30px 0 40px;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-bugyo__text {
    margin: 8px 0 24px;
    font-size: 1rem;
    text-align: center;
  }
}
.p-bugyo__point {
  display: grid;
  grid-template-columns: repeat(2, 220px);
  gap: 8px;
}
.p-bugyo__point li {
  padding: 11px 8px 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
  line-height: 1;
  background: #F3F5F7;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-bugyo__point {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 23px;
  }
  .p-bugyo__point li {
    padding: 12px 8px 11px;
    font-size: 14px;
  }
}
.p-bugyo__copy {
  position: absolute;
  right: 8px;
  bottom: 8px;
  font-size: 0.875rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .p-bugyo__copy {
    font-size: 0.75rem;
  }
}
.p-bugyo__chart-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
  padding: 40px;
  text-align: left;
  line-height: 1.5;
  background: #fff;
}
.p-bugyo__chart-wrapper__l {
  width: 546px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__chart-wrapper {
    display: block;
    margin-top: 40px;
    padding: 24px 16px;
  }
  .p-bugyo__chart-wrapper__l {
    width: 100%;
  }
}
.p-bugyo__chart-title {
  margin-bottom: 32px;
  color: #004190;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-bugyo__chart-title {
    font-size: 1.25rem;
  }
}
.p-bugyo__what {
  margin-bottom: 35px;
  padding: 24px 28px;
  line-height: 1.5;
  background: #E7EBF0;
}
@media screen and (max-width: 767px) {
  .p-bugyo__what {
    margin-bottom: 24px;
    padding: 16px;
  }
}
.p-bugyo__what-title {
  margin-bottom: 8px;
  color: #004190;
  font-weight: bold;
}
.p-bugyo__chart-subtitle {
  position: relative;
  padding-left: 24px;
  color: #009FE6;
  font-weight: bold;
}
.p-bugyo__chart-subtitle::before {
  content: "";
  display: block;
  position: absolute;
  background: #009FE6;
  top: 5px;
  left: 0;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__chart-subtitle {
    padding-left: 22px;
  }
  .p-bugyo__chart-subtitle::before {
    width: 14px;
    height: 14px;
  }
}
.p-bugyo__chart-text {
  padding-left: 24px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__chart-text {
    padding-left: 22px;
  }
}
.p-bugyo__chart-text + .p-bugyo__chart-subtitle {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__chart-text + .p-bugyo__chart-subtitle {
    margin-top: 8px;
  }
}
.p-bugyo__chart-img {
  width: 503px;
}
@media screen and (max-width: 767px) {
  .p-bugyo__chart-img {
    width: 100%;
    margin-top: 40px;
  }
}

.p-company {
  overflow: hidden;
}
.p-company__introduction {
  color: #fff;
  overflow: hidden;
}
.p-company__introduction .l-contents {
  position: relative;
  padding: 80px 100px;
}
.p-company__introduction .l-contents.is-center {
  text-align: center;
}
.p-company__introduction .l-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  min-width: 1232px;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#004190), to(#009FE6));
  background: linear-gradient(bottom left, #004190, #009FE6);
}
@media screen and (max-width: 767px) {
  .p-company__introduction .l-contents {
    padding: 40px 16px 40px 32px;
  }
  .p-company__introduction .l-contents::before {
    left: 16px;
    width: calc(100vw - 16px);
    min-width: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.p-company__introduction.is-bottom {
  padding-top: 0;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .p-company__introduction.is-bottom {
    padding-top: 40px;
  }
}
.p-company__introduction.is-bottom .l-contents {
  margin-bottom: 40px;
}
.p-company__introduction.is-bottom .l-contents::before {
  left: calc((100vw - 1200px) / 2 * -1);
  width: calc(100% + (100vw - 1200px) / 2);
}
@media (max-width: 1264px) {
  .p-company__introduction.is-bottom .l-contents::before {
    left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .p-company__introduction.is-bottom .l-contents {
    padding: 40px 16px 40px 32px;
  }
  .p-company__introduction.is-bottom .l-contents.is-center {
    text-align: left;
  }
  .p-company__introduction.is-bottom .l-contents::before {
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
.p-company__introduction .catch {
  position: relative;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company__introduction .catch {
    font-size: 1.5rem;
  }
}
.p-company__introduction .subcatch {
  position: relative;
  margin-bottom: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-company__introduction .subcatch {
    margin-bottom: 24px;
    font-size: 1.125rem;
  }
}
.p-company__introduction .text {
  color: #fff;
}
.p-company__text-area {
  width: 1000px;
  margin: 0 auto;
}
.p-company__text-area + * {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-company__text-area {
    width: 100%;
  }
}
.p-company__creed {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px dotted #004190;
}
.p-company__creed li {
  position: relative;
  padding: 22px 0 16px 115px;
  border-top: 1px dotted #004190;
}
.p-company__creed .head {
  position: absolute;
  top: 15px;
  left: 0;
}
.p-company__creed .head em {
  display: inline-block;
  margin-right: 8px;
  color: #004190;
  font-size: 1.5rem;
  font-weight: bold;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .p-company__creed {
    width: 100%;
  }
  .p-company__creed li {
    position: relative;
    padding: 16px 0;
    border-top: 1px dotted #004190;
  }
  .p-company__creed .head {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
  }
}
.p-company__greeting {
  position: relative;
  height: 486px;
}
.p-company__greeting::before {
  content: "";
  position: absolute;
  top: -48px;
  left: 0;
  display: block;
  width: 100vw;
  height: 274px;
  background: -webkit-gradient(linear, left bottom, right top, from(#004190), to(#009FE6));
  background: linear-gradient(bottom left, #004190, #009FE6);
}
@media screen and (max-width: 767px) {
  .p-company__greeting {
    height: auto;
    padding-top: 188px;
  }
  .p-company__greeting .l-contents {
    overflow: hidden;
  }
  .p-company__greeting::before {
    top: 0;
    width: 100vw;
    height: 228px;
    -webkit-transform: none;
            transform: none;
  }
}
.p-company__greeting .photo {
  position: absolute;
  top: 0;
  left: 140px;
  width: 281px;
}
@media screen and (max-width: 767px) {
  .p-company__greeting .photo {
    position: relative;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-company__greeting .catch1,
.p-company__greeting .catch2 {
  position: absolute;
  color: #fff;
  font-size: 2.25rem;
  font-weight: bold;
}
.p-company__greeting .catch1 {
  top: 48px;
  left: 461px;
}
@media screen and (max-width: 767px) {
  .p-company__greeting .catch1 {
    top: 40px;
    left: 16px;
    width: 100%;
    font-size: 1.5rem;
  }
}
.p-company__greeting .catch2 {
  top: 107px;
  left: 480px;
}
.p-company__greeting .name {
  position: absolute;
  top: 257px;
  left: 480px;
  width: 250px;
}
@media screen and (max-width: 767px) {
  .p-company__greeting .name {
    position: relative;
    top: 0;
    left: 50%;
    width: 232px;
    margin: 40px 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-company__greeting-text {
  width: 920px;
  margin: 0 auto;
}
.p-company__greeting-text .name {
  width: 223px;
}
@media screen and (max-width: 767px) {
  .p-company__greeting-text {
    width: 100%;
  }
}
.p-company__map {
  width: 100%;
  height: 300px;
}
@media screen and (max-width: 767px) {
  .p-company__map {
    height: auto;
    aspect-ratio: 1;
  }
}
.p-company__root {
  width: 800px;
  margin: 40px auto 0;
  padding: 16px 24px;
  border: 1px solid #009FE6;
}
.p-company__root .head {
  margin-bottom: 16px;
  color: #004190;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-company__root {
    width: 100%;
    padding: 16px;
  }
  .p-company__root .head {
    font-size: 1rem;
  }
}
.p-company__root ul li {
  padding-left: 24px;
  font-size: 1.25rem;
  background: url(../img/icon_square.png) no-repeat left 7px;
  background-size: 16px auto;
}
.p-company__root ul li + li {
  margin-top: 2px;
}
@media screen and (max-width: 767px) {
  .p-company__root ul li {
    padding-left: 22px;
    font-size: 1rem;
    line-height: 1.5;
    background: url(../img/icon_square.png) no-repeat left 6px;
    background-size: 14px auto;
  }
}

.p-recruit {
  overflow: hidden;
}
.p-recruit__introduction {
  color: #fff;
  overflow: hidden;
}
.p-recruit__introduction .l-contents {
  position: relative;
  padding: 80px 100px;
}
.p-recruit__introduction .l-contents::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, right top, from(#004190), to(#009FE6));
  background: linear-gradient(bottom left, #004190, #009FE6);
}
@media screen and (max-width: 767px) {
  .p-recruit__introduction .l-contents {
    padding: 40px 0 40px 32px;
  }
  .p-recruit__introduction .l-contents::before {
    left: 16px;
    width: calc(100vw - 16px);
    -webkit-transform: none;
            transform: none;
  }
}
.p-recruit__introduction .catch {
  position: relative;
  font-size: 2.375rem;
  font-weight: bold;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit__introduction .catch {
    font-size: 1.5rem;
  }
}

.p-news__cate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-news__cate-list {
    gap: 8px;
    margin-bottom: 40px;
  }
}
.p-news__cate-list li {
  width: 216px;
  height: 53px;
  font-size: 1rem;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .p-news__cate-list li {
    width: calc((100% - 8px) / 2);
    height: 47px;
    font-size: 0.9375rem;
  }
}
.p-news__cate-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #004190;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #004190;
}
.p-news__cate-list li a:hover {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-news__cate-list li span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
}
.p-news__cate-list li span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #004190;
  border-right: 2px solid #004190;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-news__cate-list li span {
    padding-left: 0;
  }
  .p-news__cate-list li span::after {
    display: none;
  }
}
.p-news__cate-list li.is-current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: #DD960F;
  border: 1px solid #DD960F;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-news__cate-list li.is-current span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-news__cate-list li.is-current span::after {
    display: none;
  }
}
.p-news__card-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-news__card-list {
    grid-template-columns: 1fr;
  }
}
.p-news__card {
  grid-row: span 4;
  display: grid;
  grid-template-rows: subgrid;
  gap: 16px;
  background: #fff;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
.p-news__card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.9;
}
.p-news__thumbnail {
  width: 100%;
  height: 188px;
}
.p-news__thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-news__title {
  padding: 0 16px;
  color: #004190;
  font-size: 1.375rem;
  font-weight: bold;
}
.p-news__card-list .p-news__data, article .p-news__data {
  display: grid;
  grid-template-columns: repeat(2, -webkit-max-content);
  grid-template-columns: repeat(2, max-content);
  gap: 16px;
  padding: 0 16px;
  font-size: 0.875rem;
}
.p-news__card-list .p-news__cate, article .p-news__cate {
  padding: 3px 14px 0;
  color: #fff;
  background: #009FE6;
  border-radius: 100vmax;
}
@media screen and (max-width: 767px) {
  .p-news__card-list .p-news__cate, article .p-news__cate {
    position: relative;
    top: 1px;
    height: 23px;
    padding: 0 14px;
    font-size: 0.875rem;
  }
}
.p-news__card-list .p-news__cate {
  position: relative;
  top: -3px;
}
.p-news__card-list .p-news__text {
  padding: 0 16px 16px;
}
.p-news article {
  width: 1000px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-news article {
    width: 100%;
    padding-bottom: 64px;
  }
}
.p-news article h2 {
  position: relative;
  padding-bottom: 43px;
  color: #004190;
  font-size: 2.5rem;
  font-weight: bold;
}
.p-news article h2::after {
  content: "";
  display: block;
  position: absolute;
  background: #DD960F;
  left: 0;
  bottom: 24px;
  width: 80px;
  height: 3px;
}
@media screen and (max-width: 767px) {
  .p-news article h2 {
    font-size: 1.5rem;
  }
}
.p-news article h3 {
  margin-top: 64px;
  color: #004190;
  font-size: 1.5rem;
  font-weight: bold;
}
.p-news article .p-news__data {
  padding: 0;
}
.p-news article * + p {
  margin-top: 40px;
}
.p-news article figure {
  margin-top: 40px;
}
.p-news__detail {
  padding-top: 64px;
}
.p-news__detail .p-news__thumbnail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 620px;
  height: auto;
}
.p-news__empty {
  grid-column: 1/-1;
  padding: 80px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-contact {
    padding: 64px 0;
  }
  .p-contact .c-section-title {
    margin-bottom: 30px;
  }
}

.p-privacy__head {
  margin-bottom: 40px;
  font-weight: bold;
}
.p-privacy__title {
  margin: 40px 0 16px;
  color: #004190;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 1.25rem;
  }
}
.p-privacy__subtitle {
  display: inline-block;
  margin-bottom: 8px;
}
.p-privacy__isms {
  margin-top: 40px;
  font-size: 0.875rem;
  text-align: right;
}
.p-privacy__isms img {
  height: 80px;
}

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

@media screen and (min-width: 768px) {
  .u-show__sp {
    display: none;
  }
}

.u-omission {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.u-omission.is-line2 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  max-height: 48px;
}
.u-omission.is-line3 {
  white-space: inherit;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  max-height: 90px;
}
@media screen and (max-width: 767px) {
  .u-omission.is-line3 {
    max-height: 80px;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .u-text__pc-center {
    text-align: center;
  }
}
.u-mt__40 {
  margin-top: 40px;
}/*# sourceMappingURL=style.css.map */