@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap);
@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

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

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

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

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

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

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  color: #333;
  background-color: #f7f7f7;
}

.l-footer {
  color: #fff;
  background: #333;
  border-bottom: 0.5rem solid #fdd000;
}
.l-footer .l-footer__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.l-footerSticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
  background-color: #f7f7f7;
}
.l-footerSticky .l-footerSticky__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 1rem;
}

.l-header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
}
.l-header .l-header__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1rem;
}

.l-main {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.c-button {
  display: block;
  z-index: 0;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: transparent;
  padding: 0.5rem 1rem;
}
.c-button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #333;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.c-button:hover {
  color: #fff;
}
.c-button:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.c-button--red {
  color: #fff;
  background-color: #EE4078;
}
.c-button--yellow {
  color: #333;
  background-color: #fdd000;
}
.c-button--black {
  color: #fff;
  background-color: #333;
}
.c-button--black::before {
  background-color: #fdd000;
}
.c-button--black:hover {
  color: #333;
}

.c-formCheck {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.2rem;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 0.15rem solid #ccc;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.c-formCheck[type=checkbox] {
  border-radius: 0.25rem;
}
.c-formCheck[type=checkbox]:checked {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20stroke%3D%22%23ffffff%22%20stroke-width%3D%224%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%3E%3Cpolyline%20points%3D%2220%206%209%2017%204%2012%22%3E%3C%2Fpolyline%3E%3C%2Fsvg%3E");
}
.c-formCheck[type=radio] {
  border-radius: 50%;
}
.c-formCheck[type=radio]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.c-formCheck:checked {
  border-color: #fdd000;
  background-color: #fdd000;
  color: #fff;
}
.c-formCheck:focus {
  border-color: #fdd000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(253, 208, 0, 0.25);
}

.c-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
.c-pagination .c-pagination__item {
  margin: 0 0.25rem;
}
.c-pagination .c-pagination__item:first-of-type, .c-pagination .c-pagination__item:last-of-type {
  margin: 0 0.5rem;
}
.c-pagination .c-pagination__item:first-of-type > .c-pagination__link, .c-pagination .c-pagination__item:last-of-type > .c-pagination__link {
  color: #fff;
  background: #333;
}
.c-pagination .c-pagination__item--active .c-pagination__link {
  background: #fdd000;
}
.c-pagination .c-pagination__link {
  color: #333;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  background: #ccc;
}

.p-blogList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  gap: 1rem;
}
.p-blogList .p-blogList__item {
  padding: 0.5rem;
  text-decoration: none;
  color: #333;
  transition: background-color ease-in-out 0.3s;
}
.p-blogList .p-blogList__item:hover {
  background-color: #fdd000;
}
.p-blogList .p-blogList__image {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-blogList .p-blogList__body {
  margin-top: 1rem;
}
.p-blogList .p-blogList__text {
  margin-top: 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
}

.p-caseStudyList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-items: center;
  gap: 1rem;
}
.p-caseStudyList .p-caseStudyList__item {
  padding: 0.5rem;
  text-decoration: none;
  color: #333;
  transition: background-color ease-in-out 0.3s;
}
.p-caseStudyList .p-caseStudyList__item:hover {
  background-color: #fdd000;
}
.p-caseStudyList .p-caseStudyList__image {
  width: 100%;
  height: 180px;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-caseStudyList .p-caseStudyList__body {
  margin-top: 1rem;
}
.p-caseStudyList .p-caseStudyList__text {
  font-size: 1.25rem;
  font-weight: bold;
}
.p-caseStudyList .p-caseStudyList__company {
  margin-top: 0.5rem;
  font-weight: bold;
}
.p-caseStudyList .p-caseStudyList__companyInfo {
  margin-top: 0.5rem;
  display: grid;
  grid-template-columns: 5rem 1fr;
}

.p-contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-contact .p-contact__text {
  flex: 60%;
  background: #fdd000;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
@media (max-width: 1024.98px) {
  .p-contact .p-contact__text {
    flex: 100%;
  }
}
.p-contact .p-contact__smallText {
  font-weight: normal;
  font-size: 0.75rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.p-contact .p-contact__link {
  flex: 40%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024.98px) {
  .p-contact .p-contact__link {
    flex: 100%;
  }
}

.p-container {
  padding: 0 1rem 3rem;
}

.p-download {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  row-gap: 0.5rem;
  background: #fff;
  padding: 1rem;
}
.p-download .p-download__text {
  flex: 60%;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 1024.98px) {
  .p-download .p-download__text {
    flex: 100%;
  }
}
.p-download .p-download__text::before {
  content: "";
  display: inline-block;
  background: url(../img/document.svg) center/100% no-repeat;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.p-download .p-download__button {
  flex: 40%;
}
@media (max-width: 1024.98px) {
  .p-download .p-download__button {
    flex: 100%;
  }
}

.p-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 3rem 0;
}
.p-footer .p-footer__main {
  flex: 0 55%;
}
@media (max-width: 1024.98px) {
  .p-footer .p-footer__main {
    flex: 100%;
  }
}
.p-footer .p-footer__linkList {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.p-footer .p-footer__linkList > li > a {
  text-decoration: none;
  color: #fff;
}
.p-footer .p-footer__linkList > li > a::before {
  content: "";
  display: inline-block;
  background: url(../img/link_footer.svg) center/100% no-repeat;
  width: 1.4rem;
  height: 1.4rem;
}
.p-footer .p-footer__copyright {
  font-size: 0.8rem;
}
.p-footer .p-footer__nav {
  flex: 1;
  list-style: none;
  display: flex;
  flex-flow: wrap column;
  max-height: 12rem;
  padding: 0;
  margin: 0;
}
@media (max-width: 1024.98px) {
  .p-footer .p-footer__nav {
    flex: 100%;
  }
}
.p-footer .p-footer__nav li {
  flex: 3rem;
}
.p-footer .p-footer__nav a {
  text-decoration: none;
  color: #fff;
}

.p-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.p-header .p-header__title {
  text-decoration: none;
  color: #333;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
  padding: 8px 0;
}
.p-header .p-header__toggler {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding: 0;
  border: 0;
  cursor: pointer;
  width: 2rem;
  height: 2rem;
  transition: 0.3s;
}
.p-header .p-header__toggler:hover {
  background-color: #fdd000;
  box-shadow: 0 0 0.25rem 0.25rem #fdd000;
}
.p-header .p-header__toggler:focus {
  box-shadow: 0 0 0.25rem 0.25rem #fdd000;
}
@media (max-width: 1024.98px) {
  .p-header .p-header__toggler {
    display: block;
  }
}
.p-header .p-header__menus {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 1024.98px) {
  .p-header .p-header__menus {
    flex-wrap: wrap;
    width: 100%;
    display: none;
  }
}
.p-header .p-header__menus.is-show {
  display: block;
}
.p-header .p-header__menu1 {
  margin: 0;
  display: flex;
  gap: 0.75rem;
}
@media (max-width: 1024.98px) {
  .p-header .p-header__menu1 {
    flex-wrap: wrap;
    width: 100%;
  }
}
.p-header .p-header__item {
  position: relative;
}
@media (max-width: 1024.98px) {
  .p-header .p-header__item {
    padding: 0.5rem 0;
    width: 100%;
  }
}
.p-header .p-header__item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 0.25rem;
  background: #fdd000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
@media (max-width: 1024.98px) {
  .p-header .p-header__item::after {
    bottom: 0;
  }
}
.p-header .p-header__item:hover::after {
  transform: scale(1, 1);
}
.p-header .p-header__item > a {
  text-decoration: none;
  color: #333;
}
@media (max-width: 1024.98px) {
  .p-header .p-header__item > a {
    display: block;
    text-align: center;
  }
}
.p-header .p-header__item--active::after {
  transform: scale(1, 1);
}
@media (max-width: 1024.98px) {
  .p-header .p-header__menu2 {
    width: 100%;
  }
}
.p-header .p-header__tel {
  text-align: center;
}
.p-header .p-header__tel > span {
  font-size: 1.1rem;
}
.p-header .p-header__contact {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}

.p-mainVisual {
  text-align: center;
}
.p-mainVisual--yellow {
  background: #fdd000;
}
.p-mainVisual--gray {
  background-color: #ccc;
}
.p-mainVisual .p-mainVisual__title {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}

.p-newsList {
  list-style: none;
  padding: 0;
}
.p-newsList .p-newsList__item {
  border-top: 0.1rem solid #ccc;
}
.p-newsList .p-newsList__item:last-of-type {
  border-bottom: 0.1rem solid #ccc;
}
.p-newsList .p-newsList__link {
  padding: 1rem;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.p-newsList .p-newsList__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: #fdd000;
  transform-origin: left top;
  transform: scale(0, 1);
  transition: transform 0.3s;
}
.p-newsList .p-newsList__link:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.p-newsList .p-newsList__box {
  flex: 0 15rem;
}
@media (max-width: 1024.98px) {
  .p-newsList .p-newsList__box {
    flex: 100%;
  }
}
.p-newsList .p-newsList__type {
  margin-right: 10px;
  background-color: #fff;
  border: 0.1rem solid #ccc;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.p-newsList .p-newsList__title {
  flex: 1;
}
@media (max-width: 1024.98px) {
  .p-newsList .p-newsList__title {
    flex: 100%;
  }
}

.p-showAll {
  margin: 0 30%;
}

.p-videoList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  place-items: center;
  gap: 1rem;
}

.p-videoList__container {
  width: 100%;
}

.p-videoList__title {
  height: 3rem;
}

.p-videoList__iframeWrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

.p-videoList__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt1 {
  margin-top: 0.25rem !important;
}

.u-mt2 {
  margin-top: 0.5rem !important;
}

.u-mt3 {
  margin-top: 0.75rem !important;
}

.u-mt4 {
  margin-top: 1rem !important;
}

.u-mt5 {
  margin-top: 1.25rem !important;
}

.u-mt6 {
  margin-top: 1.5rem !important;
}

.u-mt7 {
  margin-top: 1.75rem !important;
}

.u-mt8 {
  margin-top: 2rem !important;
}

.u-mt9 {
  margin-top: 2.25rem !important;
}

.u-mt10 {
  margin-top: 2.5rem !important;
}

.u-mt11 {
  margin-top: 2.75rem !important;
}

.u-mt12 {
  margin-top: 3rem !important;
}

.u-mt13 {
  margin-top: 3.25rem !important;
}

.u-mt14 {
  margin-top: 3.5rem !important;
}

.u-mt15 {
  margin-top: 3.75rem !important;
}

.u-mt16 {
  margin-top: 4rem !important;
}

.u-mt17 {
  margin-top: 4.25rem !important;
}

.u-mt18 {
  margin-top: 4.5rem !important;
}

.u-mt19 {
  margin-top: 4.75rem !important;
}

.u-mt20 {
  margin-top: 5rem !important;
}

.u-mt21 {
  margin-top: 5.25rem !important;
}

.u-mt22 {
  margin-top: 5.5rem !important;
}

.u-mt23 {
  margin-top: 5.75rem !important;
}

.u-mt24 {
  margin-top: 6rem !important;
}

.u-mt25 {
  margin-top: 6.25rem !important;
}

.u-mt26 {
  margin-top: 6.5rem !important;
}

.u-mt27 {
  margin-top: 6.75rem !important;
}

.u-mt28 {
  margin-top: 7rem !important;
}

.u-mt29 {
  margin-top: 7.25rem !important;
}

.u-mt30 {
  margin-top: 7.5rem !important;
}

.u-mt31 {
  margin-top: 7.75rem !important;
}

.u-mt32 {
  margin-top: 8rem !important;
}

.u-mt33 {
  margin-top: 8.25rem !important;
}

.u-mt34 {
  margin-top: 8.5rem !important;
}

.u-mt35 {
  margin-top: 8.75rem !important;
}

.u-mt36 {
  margin-top: 9rem !important;
}

.u-mt37 {
  margin-top: 9.25rem !important;
}

.u-mt38 {
  margin-top: 9.5rem !important;
}

.u-mt39 {
  margin-top: 9.75rem !important;
}

.u-mt40 {
  margin-top: 10rem !important;
}

.u-mt41 {
  margin-top: 10.25rem !important;
}

.u-mt42 {
  margin-top: 10.5rem !important;
}

.u-mt43 {
  margin-top: 10.75rem !important;
}

.u-mt44 {
  margin-top: 11rem !important;
}

.u-mt45 {
  margin-top: 11.25rem !important;
}

.u-mt46 {
  margin-top: 11.5rem !important;
}

.u-mt47 {
  margin-top: 11.75rem !important;
}

.u-mt48 {
  margin-top: 12rem !important;
}

.u-mt49 {
  margin-top: 12.25rem !important;
}

.u-mt50 {
  margin-top: 12.5rem !important;
}

.u-mt51 {
  margin-top: 12.75rem !important;
}

.u-mt52 {
  margin-top: 13rem !important;
}

.u-mt53 {
  margin-top: 13.25rem !important;
}

.u-mt54 {
  margin-top: 13.5rem !important;
}

.u-mt55 {
  margin-top: 13.75rem !important;
}

.u-mt56 {
  margin-top: 14rem !important;
}

.u-mt57 {
  margin-top: 14.25rem !important;
}

.u-mt58 {
  margin-top: 14.5rem !important;
}

.u-mt59 {
  margin-top: 14.75rem !important;
}

.u-mt60 {
  margin-top: 15rem !important;
}

.u-mt61 {
  margin-top: 15.25rem !important;
}

.u-mt62 {
  margin-top: 15.5rem !important;
}

.u-mt63 {
  margin-top: 15.75rem !important;
}

.u-mt64 {
  margin-top: 16rem !important;
}

.u-mt65 {
  margin-top: 16.25rem !important;
}

.u-mt66 {
  margin-top: 16.5rem !important;
}

.u-mt67 {
  margin-top: 16.75rem !important;
}

.u-mt68 {
  margin-top: 17rem !important;
}

.u-mt69 {
  margin-top: 17.25rem !important;
}

.u-mt70 {
  margin-top: 17.5rem !important;
}

.u-mt71 {
  margin-top: 17.75rem !important;
}

.u-mt72 {
  margin-top: 18rem !important;
}

.u-mt73 {
  margin-top: 18.25rem !important;
}

.u-mt74 {
  margin-top: 18.5rem !important;
}

.u-mt75 {
  margin-top: 18.75rem !important;
}

.u-mt76 {
  margin-top: 19rem !important;
}

.u-mt77 {
  margin-top: 19.25rem !important;
}

.u-mt78 {
  margin-top: 19.5rem !important;
}

.u-mt79 {
  margin-top: 19.75rem !important;
}

.u-mt80 {
  margin-top: 20rem !important;
}

.u-mt81 {
  margin-top: 20.25rem !important;
}

.u-mt82 {
  margin-top: 20.5rem !important;
}

.u-mt83 {
  margin-top: 20.75rem !important;
}

.u-mt84 {
  margin-top: 21rem !important;
}

.u-mt85 {
  margin-top: 21.25rem !important;
}

.u-mt86 {
  margin-top: 21.5rem !important;
}

.u-mt87 {
  margin-top: 21.75rem !important;
}

.u-mt88 {
  margin-top: 22rem !important;
}

.u-mt89 {
  margin-top: 22.25rem !important;
}

.u-mt90 {
  margin-top: 22.5rem !important;
}

.u-mt91 {
  margin-top: 22.75rem !important;
}

.u-mt92 {
  margin-top: 23rem !important;
}

.u-mt93 {
  margin-top: 23.25rem !important;
}

.u-mt94 {
  margin-top: 23.5rem !important;
}

.u-mt95 {
  margin-top: 23.75rem !important;
}

.u-mt96 {
  margin-top: 24rem !important;
}

.u-mt97 {
  margin-top: 24.25rem !important;
}

.u-mt98 {
  margin-top: 24.5rem !important;
}

.u-mt99 {
  margin-top: 24.75rem !important;
}

.u-mt100 {
  margin-top: 25rem !important;
}

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

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

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

.pgBlog-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  color: #333;
  padding: 0.5rem;
}
@media (max-width: 1024.98px) {
  .pgBlog-item {
    flex-direction: column;
  }
}
.pgBlog-item:hover {
  background-color: #fdd000;
}
.pgBlog-item .pgBlog-item__image {
  flex: 0 30%;
}
.pgBlog-item .pgBlog-item__image > img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.pgBlog-item .pgBlog-item__main {
  flex: 1;
}
@media (max-width: 1024.98px) {
  .pgBlog-item .pgBlog-item__main {
    margin-left: 0;
  }
}
.pgBlog-item .pgBlog-item__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.pgBlog-item .pgBlog-item__body {
  margin-top: 0.5rem;
}
.pgBlog-item .pgBlog-item__body::after {
  content: "（続きを読む）";
  float: right;
  font-weight: bold;
}

.pgBlogDetail-textBold {
  font-weight: bold;
}

.pgBlogDetail-textLarge {
  font-size: 2rem;
}

.pgBlogDetail-image {
  width: 100%;
  margin: 0 auto;
}

.pgBlogLatest-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.pgBlogLatest-container .pgBlogLatest-container__main {
  flex: 0 70%;
}
@media (max-width: 1024.98px) {
  .pgBlogLatest-container .pgBlogLatest-container__main {
    flex: 100%;
  }
}
.pgBlogLatest-container .pgBlogLatest-container__related {
  flex: 1;
}
@media (max-width: 1024.98px) {
  .pgBlogLatest-container .pgBlogLatest-container__related {
    flex: 100%;
  }
}

.pgBlogLatest-relatedTitle {
  font-weight: bold;
}

.pgBlogLatest-relatedContainer {
  margin-top: 1rem;
  max-height: 20rem;
  overflow-y: auto;
}
@media (max-width: 1024.98px) {
  .pgBlogLatest-relatedContainer {
    max-height: none;
  }
}

.pgBlogLatest-relatedItem {
  display: block;
  text-decoration: none;
  color: #333;
}
.pgBlogLatest-relatedItem:not(:first-of-type) {
  margin-top: 1rem;
}
.pgBlogLatest-relatedItem .pgBlogLatest-relatedItem__text {
  font-weight: bold;
}

@media (min-width: 1025px) {
  .pgCaseStudyDetail-companyInfo {
    display: flex;
    justify-content: center;
  }
  .pgCaseStudyDetail-companyInfo .pgCaseStudyDetail-companyInfo__item:not(:last-of-type) {
    border-right: 0.125rem solid rgba(204, 204, 204, 0.5);
    padding-right: 1rem;
  }
  .pgCaseStudyDetail-companyInfo .pgCaseStudyDetail-companyInfo__item:not(:first-of-type) {
    padding-left: 1rem;
  }
}

.pgCaseStudyDetail-textBold {
  font-weight: bold;
}

.pgCaseStudyDetail-textLarge {
  font-size: 2rem;
}

.pgCaseStudyDetail-image {
  width: 100%;
  margin: 0 auto;
}

.pgCaseStudyDetail-comment {
  display: flex;
  align-items: flex-start;
}
.pgCaseStudyDetail-comment .pgCaseStudyDetail-commnet__image {
  width: 20%;
  margin-right: 2rem;
}
.pgCaseStudyDetail-comment .pgCaseStudyDetail-comment__body {
  flex: 1;
}

.pgCompany-appgate {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.pgCompany-appgate .pgCompany-appgate__text {
  flex: 0 55%;
}
@media (max-width: 1024.98px) {
  .pgCompany-appgate .pgCompany-appgate__text {
    flex: 100%;
  }
}
.pgCompany-appgate .pgCompany-appgate__image {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024.98px) {
  .pgCompany-appgate .pgCompany-appgate__image {
    flex: 100%;
  }
}
.pgCompany-appgate .pgCompany-appgate__image1 {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-height: 205px;
}
.pgCompany-appgate .pgCompany-appgate__image2 {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-height: 85px;
}

.pgCompany-techmatrix {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
}
.pgCompany-techmatrix .pgCompany-techmatrix__text {
  flex: 0 75%;
}
@media (max-width: 1024.98px) {
  .pgCompany-techmatrix .pgCompany-techmatrix__text {
    flex: 100%;
  }
}
.pgCompany-techmatrix .pgCompany-techmatrix__businessList {
  color: #fdd000;
}
.pgCompany-techmatrix .pgCompany-techmatrix__businessItem:nth-of-type(2) {
  padding-top: 1rem;
}
.pgCompany-techmatrix .pgCompany-techmatrix__businessItem:last-of-type {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 0.125rem solid #ccc;
}
.pgCompany-techmatrix .pgCompany-techmatrix__businessName {
  color: #333;
  font-weight: bold;
}
.pgCompany-techmatrix .pgCompany-techmatrix__businessText {
  color: #333;
}
.pgCompany-techmatrix .pgCompany-techmatrix__linkList {
  display: flex;
  gap: 0.75rem;
  font-weight: bold;
}
.pgCompany-techmatrix .pgCompany-techmatrix__link {
  margin-right: 2rem;
  text-decoration: none;
  color: #333;
}
.pgCompany-techmatrix .pgCompany-techmatrix__link::before {
  content: "";
  display: inline-block;
  background: url(../img/link.svg) center/100% no-repeat;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 0.5rem;
}
.pgCompany-techmatrix .pgCompany-techmatrix__image {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024.98px) {
  .pgCompany-techmatrix .pgCompany-techmatrix__image {
    flex: 100%;
  }
}
.pgCompany-techmatrix .pgCompany-techmatrix__logo {
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  min-height: 74px;
}

.pgCompanyInfo-title {
  font-size: 1.5rem;
}

.pgCompanyInfo-list {
  display: grid;
  grid-template-columns: minmax(5rem, 10%) 1fr;
  gap: 0.5rem;
}
.pgCompanyInfo-list > :nth-of-type(odd) {
  font-weight: bold;
}

.pgCompanyInfo-map {
  width: 100%;
  max-width: 600px;
  height: 300px;
  border: 0;
}

.pgFunction-background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pgFunction-background svg {
  overflow: visible;
}

.pgFunction-wrapper {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024.98px) {
  .pgFunction-wrapper {
    padding-bottom: 8rem;
  }
}

.pgFunction-header {
  text-align: center;
  padding: 1rem 0;
}
.pgFunction-header .pgFunction-header__text2 {
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 2rem;
}
@media (max-width: 1024.98px) {
  .pgFunction-header .pgFunction-header__text2 {
    font-size: 1.2rem;
  }
}

.pgFunction-image1 {
  display: block;
  width: auto;
  height: auto;
  max-width: 80%;
  min-height: 175px;
}

.pgFunction-worry {
  border: 0.1rem solid #333;
  padding: 1rem;
}
@media (max-width: 1024.98px) {
  .pgFunction-worry {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
  }
}
.pgFunction-worry .pgFunction-worry__title {
  font-size: 1.5rem;
}
@media (max-width: 1024.98px) {
  .pgFunction-worry .pgFunction-worry__title {
    font-size: 1.2rem;
  }
}
.pgFunction-worry .pgFunction-worry__listItem {
  padding-top: 0.5rem;
}

.pgFunction-image2 {
  display: block;
  width: 85%;
  min-height: 60px;
}
@media (max-width: 1024.98px) {
  .pgFunction-image2 {
    width: 100%;
  }
}

.pgFunction-image3 {
  top: 30%;
  z-index: -1;
  position: absolute;
  right: 5%;
}
.pgFunction-image3 > img {
  max-height: 60vh;
}
@media (max-width: 1024.98px) {
  .pgFunction-image3 {
    opacity: 0.5;
    background-image: url("/img/function/image3_nobackground.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 45vw;
    height: 30vh;
  }
  .pgFunction-image3 > img {
    display: none;
  }
}

.pgFunction-resolveList {
  list-style: none;
  padding: 0;
}
@media (max-width: 1024.98px) {
  .pgFunction-resolveList {
    padding: 0 1rem;
  }
}

.pgFunction-resolveList__item {
  padding-top: 1rem;
  vertical-align: top;
}
.pgFunction-resolveList__item::before {
  content: "";
  display: inline-block;
  background: url(../img/function/check.svg) center/100% no-repeat;
  width: 1.5rem;
  height: 1.5rem;
}

.pgFunction-majorFunctions1,
.pgFunction-majorFunctions2 {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1024.98px) {
  .pgFunction-majorFunctions1,
.pgFunction-majorFunctions2 {
    display: block;
  }
}

.pgFunction-majorFunctions1__item {
  width: 45%;
}
@media (max-width: 1024.98px) {
  .pgFunction-majorFunctions1__item {
    width: 100%;
    padding: 0 1rem;
  }
}

.pgFunction-majorFunctions2__item {
  width: 33%;
}
@media (max-width: 1024.98px) {
  .pgFunction-majorFunctions2__item {
    width: 100%;
    padding: 0 1rem;
  }
}

.pgFunction-majorFunctions1__itemHead,
.pgFunction-majorFunctions2__itemHead {
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
}

.pgFunction-majorFunctions1__itemBody dl,
.pgFunction-majorFunctions2__itemBody dl {
  padding: 0 16px;
}
.pgFunction-majorFunctions1__itemBody dt,
.pgFunction-majorFunctions2__itemBody dt {
  font-weight: bold;
}
.pgFunction-majorFunctions1__itemBody dd,
.pgFunction-majorFunctions2__itemBody dd {
  margin-left: 16px;
}
.pgFunction-majorFunctions1__itemBody ul,
.pgFunction-majorFunctions2__itemBody ul {
  padding: 0.5rem 0;
  font-size: 0.875rem;
}
.pgFunction-majorFunctions1__itemBody li,
.pgFunction-majorFunctions2__itemBody li {
  margin-bottom: 0.25rem;
}

.pgFunction-majorFunctions__matome {
  font-weight: bold;
  text-align: center;
}

.pgFunction-image-container {
  max-height: 200px;
}

.pgFunction-image4,
.pgFunction-image5,
.pgFunction-image6,
.pgFunction-image7,
.pgFunction-image8 {
  display: block;
  max-width: 300px;
  max-height: 245px;
  min-height: 210px;
  margin: 0 auto;
  z-index: -1;
}

.pgFunction-image5 {
  max-height: 210px;
}

#section-1,
#section-2,
#section-3,
#section-4,
#section-5 {
  scroll-snap-align: start;
}

@media (max-width: 1024.98px) {
  #section-2 {
    width: 100%;
    padding: 0 1rem;
  }
}

.pgFunction-underArrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 2rem;
  height: 2rem;
  opacity: 0.5;
  -webkit-animation: pgFunction-underArrowSwinging 1.25s cubic-bezier(0.77, 0.2, 0.05, 1) infinite;
          animation: pgFunction-underArrowSwinging 1.25s cubic-bezier(0.77, 0.2, 0.05, 1) infinite;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 0.125rem solid #333;
  border-bottom: 0.125rem solid #333;
}

@-webkit-keyframes pgFunction-underArrowSwinging {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    transform: translate(-50%, -75%) rotate(-45deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

@keyframes pgFunction-underArrowSwinging {
  0% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  50% {
    transform: translate(-50%, -75%) rotate(-45deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
* {
  scroll-behavior: smooth;
}

#introduction {
  position: relative;
  width: 100%;
}

.pgHome-introduction {
  display: flex;
}
@media (max-width: 1024.98px) {
  .pgHome-introduction {
    flex-flow: column;
  }
}

.pgHome-introduction__container {
  max-width: 1080px;
  width: 100%;
  height: calc(100vh - 80px);
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  padding-top: 2rem;
}
@media (max-width: 1024.98px) {
  .pgHome-introduction__container {
    flex-direction: column;
    justify-content: center;
    height: calc(100vh - 215px);
    height: calc(100dvh - 215px);
  }
}

.pgHome-introduction__text {
  margin-top: 10%;
  font-family: "Poppins", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  width: min(45vw, 520px);
  z-index: 1;
}
@media (max-width: 1024.98px) {
  .pgHome-introduction__text {
    width: 80%;
  }
}
.pgHome-introduction__text > h1 {
  font-size: 3.75rem;
  margin: 0;
}
@media (max-width: 1024.98px) {
  .pgHome-introduction__text > h1 {
    font-size: calc(-8.6767169179px + 6.7001675042vw);
  }
}
.pgHome-introduction__text > p {
  font-size: 1.5rem;
  letter-spacing: -1px;
}
@media (max-width: 1024.98px) {
  .pgHome-introduction__text > p {
    font-size: calc(3.3969849246px + 2.0100502513vw);
  }
}

.pgHome-introduction__visualSvg {
  width: min(50vw, 600px);
}
@media (max-width: 1024.98px) {
  .pgHome-introduction__visualSvg {
    max-width: 420px;
    min-height: 200px;
    width: 80%;
    right: 0;
    margin-left: auto;
  }
}
.pgHome-introduction__visualSvg svg {
  width: 100%;
  height: auto;
  overflow: visible;
}

.pgHome-patches {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.pgHome-footerSticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  bottom: 0;
}
.pgHome-footerSticky .pgHome-footerSticky__container {
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 1rem;
  height: 7rem;
}

.pgHome-linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
  gap: 0.75rem;
  font-weight: bold;
}

.section {
  padding-top: 85px;
}

.footer-container {
  text-align: center;
}

.pgNews-searchType {
  margin: 0 7rem;
  padding: 1rem;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024.98px) {
  .pgNews-searchType {
    margin: 0 1rem;
  }
}

.pgNews-searchType__text {
  font-weight: bold;
}

.pgNewsDetail-textLarge {
  font-size: 2rem;
}

.pgNewsDetail-image {
  width: 100%;
  margin: 0 auto;
}
