@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
:root {
  --max-width: 1088px;
  --side-padding: 60px;
  --side-padding-sp: 20px;
  --header-height-pc: 80px;
  --header-height-sp: 70px;
}

.hipro-icon--line::before, .hipro-icon--mail::before, .hipro-icon--hatena::before, .hipro-icon--facebook::before, .hipro-icon--twitter::before, .hipro-icon--check-1::before, .hipro-icon--arw-4::before, .hipro-icon--person-1::before, .hipro-icon--loupe::before, .hipro-icon--close-1::before, .hipro-icon--login::before, .hipro-icon--menu::before, .hipro-icon--qa-1::before, .hipro-icon--file-1::before, .hipro-icon--blank::before, .hipro-icon--arw-3::before, .hipro-icon--arw-2::before, .hipro-icon--arw-1::before, .hipro-icon--arw-5::before, .hipro-icon--fig-7::before, .hipro-icon--fig-6::before, .hipro-icon--fig-5::before, .hipro-icon--fig-4::before, .hipro-icon--fig-3::before, .hipro-icon--fig-2::before, .hipro-icon--fig-1::before, [class^=hipro-icon], [class*=" hipro-icon"], [class^=icon-], [class*=" icon-"] {
  font-family: "hipro" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@keyframes anime-button {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anime-button-reverse {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes anime-button-reverse-ico {
  0% {
    transform: scaleX(-1) translateX(0px);
  }
  50% {
    transform: scaleX(-1) translateX(5px);
  }
  100% {
    transform: scaleX(-1) translateX(0);
  }
}
@keyframes icon-gradient {
  0% {
    background-color: #0094D7;
  }
  33% {
    background-color: #7A8992;
  }
  66% {
    background-color: #07507B;
  }
  100% {
    background-color: #0094D7;
  }
}
body {
  color: #222;
  background: #fff;
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html.is-loading body .l-loading {
  content: "";
  position: fixed;
  top: calc((100% - 64px) / 2);
  left: calc((100% - 64px) / 2);
  width: 64px;
  height: 64px;
  animation: 3s linear 0s infinite both icon-gradient;
  opacity: 0.4;
  z-index: -1;
  background: #0094D7;
}
@media (max-width: 767px) {
  html.is-loading body .l-loading {
    width: 34px;
    height: 34px;
    top: calc((100% - 34px) / 2);
    left: calc((100% - 34px) / 2);
  }
}
html.is-loading body .l-loading:before, html.is-loading body .l-loading:after {
  content: "";
  position: absolute;
  right: 0;
  width: 50%;
  height: 50%;
}
html.is-loading body .l-loading:before {
  top: 0;
  background: #07507B;
  animation: 3s linear -2s infinite both icon-gradient;
}
html.is-loading body .l-loading:after {
  bottom: 0;
  background: #7A8992;
  animation: 3s linear -1s infinite both icon-gradient;
}
@media (max-width: 767px) {
  html.is-menu-open body {
    overflow: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  a [href^="tel:"] {
    pointer-events: none;
  }
}
a:hover {
  text-decoration: underline;
}

.is-fadein-text[data-scroll] {
  opacity: 0;
  transform: translateY(80px);
  transition: all 2.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.is-fadein-text[data-scroll].is-inview {
  opacity: 1;
  transform: translateY(0px);
}

@font-face {
  font-family: "hipro";
  src: url("../fonts/hipro.ttf?nsx5fl") format("truetype"), url("../fonts/hipro.woff?nsx5fl") format("woff"), url("../fonts/hipro.svg?nsx5fl#b-ch") format("svg");
  font-weight: normal;
  font-style: normal;
}
.hipro-icon--fig-1::before {
  content: "\e900";
}

.hipro-icon--fig-2::before {
  content: "\e901";
}

.hipro-icon--fig-3::before {
  content: "\e902";
}

.hipro-icon--fig-4::before {
  content: "\e903";
}

.hipro-icon--fig-5::before {
  content: "\e904";
}

.hipro-icon--fig-6::before {
  content: "\e905";
}

.hipro-icon--fig-7::before {
  content: "\e906";
}

.hipro-icon--arw-5::before {
  content: "\e907";
}

.hipro-icon--arw-1::before {
  content: "\e908";
}

.hipro-icon--arw-2::before {
  content: "\e909";
}

.hipro-icon--arw-3::before {
  content: "\e90a";
}

.hipro-icon--blank::before {
  content: "\e90b";
}

.hipro-icon--file-1::before {
  content: "\e90c";
}

.hipro-icon--qa-1::before {
  content: "\e90d";
}

.hipro-icon--menu::before {
  content: "\e90e";
}

.hipro-icon--login::before {
  content: "\e90f";
}

.hipro-icon--close-1::before {
  content: "\e910";
}

.hipro-icon--loupe::before {
  content: "\e911";
}

.hipro-icon--person-1::before {
  content: "\e912";
}

.hipro-icon--arw-4::before {
  content: "\e913";
}

.hipro-icon--check-1::before {
  content: "\e914";
}

.hipro-icon--twitter::before {
  content: "\e915";
}

.hipro-icon--facebook::before {
  content: "\e916";
}

.hipro-icon--hatena::before {
  content: "\e917";
}

.hipro-icon--mail::before {
  content: "\e918";
}

.hipro-icon--line::before {
  content: "\e919";
}

.icon-arw-5:before {
  content: "\e907";
}

.icon-fig-1:before {
  content: "\e900";
}

.icon-fig-3:before {
  content: "\e901";
}

.icon-fig-2:before {
  content: "\e902";
}

.icon-fig-4:before {
  content: "\e903";
}

.icon-fig-5:before {
  content: "\e904";
}

.icon-fig-6:before {
  content: "\e905";
}

.icon-fig-7:before {
  content: "\e906";
}

.icon-arw-1:before {
  content: "\e908";
}

.icon-arw-2:before {
  content: "\e909";
}

.icon-arw-3:before {
  content: "\e90a";
}

.icon-blank:before {
  content: "\e90b";
}

.icon-file-1:before {
  content: "\e90c";
}

.icon-qa-1:before {
  content: "\e90d";
}

.icon-menu:before {
  content: "\e90e";
}

.icon-login:before {
  content: "\e90f";
}

.icon-close-1:before {
  content: "\e910";
}

.icon-loupe:before {
  content: "\e911";
}

.icon-person-1:before {
  content: "\e912";
}

.icon-arw-4:before {
  content: "\e913";
}

.icon-check-1:before {
  content: "\e914";
}

.icon-twitter:before {
  content: "\e915";
}

.icon-facebook:before {
  content: "\e916";
}

.icon-hatena:before {
  content: "\e917";
}

.icon-mail:before {
  content: "\e918";
}

.icon-line:before {
  content: "\e919";
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1001;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1002;
}

.modal__container {
  width: 100%;
}
.modal__container__iframe {
  position: relative;
  max-width: 1024px;
  padding: 0 10px;
  margin: auto;
}
.modal__container__iframe__inner {
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 56.25%;
  background: black;
}
.modal__container__iframe__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  border: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  width: calc(var(--side-padding) - 20px);
  height: calc(var(--side-padding) - 20px);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1010;
}
.modal__close:hover {
  transform: rotate(90deg);
}
.modal__close:focus {
  outline: none;
}
.modal__close:before, .modal__close:after {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 1px;
  background: white;
}
.modal__close:before {
  transform: rotate(45deg);
}
.modal__close:after {
  transform: rotate(-45deg);
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: scale(0.9);
  }
  to {
    transform: scale(1);
  }
}
@keyframes mmslideOut {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.9);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.modal.modal--other {
  display: none;
}
@media (max-width: 767px) {
  .modal.modal--other {
    animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}
.modal.modal--other.is-open {
  display: block;
}
@media (max-width: 767px) {
  .modal.modal--other.is-open {
    animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
  }
}

.modal__individual-bg {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.modal__individual-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .modal__individual-box {
    padding: 100px 0;
  }
}
.modal__individual-box-close {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 10px;
  right: 10px;
}
@media (min-width: 768px) {
  .modal__individual-box-close {
    top: 20px;
    right: 20px;
  }
}
.modal__individual-box-close:before {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #000000;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .modal__individual-box-close:before {
    width: 40px;
  }
}
.modal__individual-box-close:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 30px;
  height: 1px;
  background-color: #000000;
  transform: rotate(-45deg);
}
@media (min-width: 768px) {
  .modal__individual-box-close:after {
    width: 40px;
  }
}
.modal__individual-box-close:hover {
  cursor: pointer;
}
.modal__individual-box-inr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
@media (max-width: 767px) {
  .modal__individual-box-inr-item {
    width: 290px;
  }
}
.modal__individual-box-inr-item-txt {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: center;
  font-family: noto-sans-cjk-jp, sans-serif;
}
@media (min-width: 768px) {
  .modal__individual-box-inr-item-txt {
    font-size: 17px;
  }
}
.modal__individual-box-inr-item-btn {
  display: block;
  position: relative;
  height: 60px;
  font-size: 17px;
  line-height: 60px;
  color: #ffffff;
  background-color: #3E93D2;
  text-align: center;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
}
@media (min-width: 768px) {
  .modal__individual-box-inr-item-btn {
    width: 385px;
  }
}
.modal__individual-box-inr-item-btn:hover {
  text-decoration: none;
}
.modal__individual-box-inr-item-btn i {
  position: absolute;
  top: calc(50% - 3px);
  right: 30px;
  line-height: 1;
  font-size: 0;
}
.modal__individual-box-inr-item-btn i:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 6px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  vertical-align: middle;
  transform: skew(45deg);
}

.l-footer {
  line-height: 2;
  position: relative;
  letter-spacing: 0.06em;
}
.l-footer__upper {
  padding: 40px 60px;
  color: #FFFFFF;
  background: #888;
}
.l-footer__upper img {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .l-footer__upper {
    padding: 40px var(--side-padding-sp) 20px;
  }
}
.l-footer__upper a {
  color: #fff;
}
.l-footer__bottom {
  padding-top: 15px;
  background-color: #fff;
}
.l-footer__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1088px;
  margin: 0 auto;
}
.l-footer__bottom .l-footer__inner {
  align-items: center;
  flex-direction: row;
}
.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 58px;
}
@media (max-width: 767px) {
  .l-footer__logo {
    display: block;
    order: 3;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 29px;
  }
  .l-footer__logo a img {
    width: 127px;
  }
}
.l-footer__logo__catch {
  display: block;
}
@media (max-width: 767px) {
  .l-footer__logo__catch {
    margin: 15px auto 0;
    width: 290px;
  }
}
.l-footer__gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 29px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .l-footer__gnav {
    width: 100%;
    order: 1;
    gap: 50px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-footer__gnav__con.w100 {
  width: 194px;
}
@media (max-width: 767px) {
  .l-footer__gnav__con {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-footer__gnav__con.w100 {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .l-footer__gnav__con + .l-footer__gnav__con {
    margin-left: 0;
  }
}
.l-footer__gnav__title {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .l-footer__gnav__title.--related {
    margin-top: 20px;
  }
  .l-footer__gnav__title.--andhipro {
    line-height: 1;
    padding-bottom: 15px;
  }
}
.l-footer__gnav__title--small {
  margin-left: 10px;
  font-size: 16px;
}
.l-footer__gnav__list {
  position: relative;
  font-size: 14px;
  margin-top: 19px;
  line-height: 2.2;
}
.l-footer__gnav__list + .l-footer__gnav__list {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-footer__gnav__list + .l-footer__gnav__list {
    margin-left: 0;
  }
}
.l-footer__gnav__list a:hover {
  color: #fff;
  text-decoration: underline;
}
.l-footer__gnav__list__txt {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer__gnav__list__txt {
    position: static;
    margin-bottom: 10px;
  }
}
.l-footer__gnav__list--small {
  margin-left: 5px;
  font-size: 10px;
}
.l-footer__gnav__list--span {
  display: block;
}
.l-footer__gnav__list--sub {
  display: block;
  width: fit-content;
  margin-left: 10px;
}
.l-footer__gnav__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-footer__gnav__box {
    justify-content: space-between;
  }
}
.l-footer__gnav__box .l-footer__gnav__list {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .l-footer__gnav__box .l-footer__gnav__list {
    width: 47%;
    padding-left: 0;
  }
}
.l-footer__sns {
  width: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__sns {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    order: 2;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 15px 0 20px;
  }
}
.l-footer__sns__title {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__sns__title {
    text-align: center;
  }
}
.l-footer__sns__list {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__sns__list {
    display: flex;
    gap: 20px;
    text-align: center;
  }
}
.l-footer__sns__list li {
  display: inline-block;
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-footer__sns__list li {
    margin-top: 10px;
    margin-right: 0;
  }
}
.l-footer__links {
  display: flex;
  align-self: center;
  font-size: 13px;
  line-height: 1;
  margin-left: auto;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .l-footer__links {
    order: 4;
    justify-content: center;
    gap: 2.8125vw;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    padding-top: 46px;
    font-size: 10px;
    font-size: clamp(10px, 3.0555555556vw, 13px);
  }
}
.l-footer__links li + li {
  margin-left: 2em;
}
@media (max-width: 767px) {
  .l-footer__links li + li {
    margin-left: 0;
  }
}
.l-footer__links a {
  text-decoration: none;
  transition: opacity 200ms ease;
  color: #fff;
}
.l-footer__links a:hover {
  opacity: 0.6;
  color: #fff;
}
.l-footer__persol {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .l-footer__persol {
    position: static;
    width: 100%;
    text-align: center;
  }
  .l-footer__persol img {
    width: 145px;
  }
}
.l-footer__copy {
  width: 100%;
  margin-top: 12px;
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #888;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 16px;
    padding-top: 12px;
    width: auto;
  }
}
.l-footer__pmark {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .l-footer__pmark {
    position: absolute;
    top: -2px;
    right: 15px;
    bottom: 0;
    gap: 0;
    margin: auto;
    font-size: 0;
  }
}
.l-footer__pmark strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__pmark img {
    width: 46px;
  }
}
.l-footer__pmark a {
  transition: opacity 200ms ease;
  color: #222;
}
.l-footer__pmark a:hover {
  color: #222;
  text-decoration: none;
  opacity: 0.7;
}
.l-footer__body {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .l-footer__body {
    padding: 0 20px;
  }
}
.l-footer__middle {
  padding: 32px 0 48px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .l-footer__middle {
    padding: 40px 0 48px;
  }
}
.l-footer__middle a:hover {
  text-decoration: none;
}
.l-footer__middle .l-footer__flex {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__flex {
    display: block;
    margin-bottom: 40px;
  }
}
.l-footer__middle .l-footer__flex:last-child {
  margin-bottom: 0;
}
.l-footer__middle .l-footer__heading {
  display: flex;
  align-items: center;
  flex-basis: 125px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    font-size: 1.4rem;
  }
}
.l-footer__middle .l-footer__wrapper {
  flex: 1;
  padding-left: 13px;
  border-left: solid 1.3px #D9D9D6;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper {
    display: block;
    padding: 0;
    box-shadow: none;
    border-left: none;
  }
}
.l-footer__middle .l-footer__wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.l-footer__middle .l-footer__wrapper .l-footer__title {
  float: left;
  clear: both;
  width: 140px;
  padding-left: 13px;
  font-size: 12.8px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__title {
    float: none;
    width: auto;
    margin-bottom: 8px;
    padding: 16px 0 0;
    border-top: 1px solid #D9D9D6;
    line-height: inherit;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__title:not(:first-child) {
    margin-top: 8px;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list {
    padding: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) {
    justify-content: space-between;
    margin: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__item {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: -1px;
    padding: 0;
    border-right: none;
    border-top: 1px solid #D9D9D6;
    border-bottom: 1px solid #D9D9D6;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__link {
    display: flex;
    align-items: center;
    min-height: 46px;
    line-height: 1.5;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item {
  height: 20px;
  padding: 0 12px;
  border-right: 1px solid #D9D9D6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item:last-child {
  border-right: none;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  color: #53565A;
  font-size: 0.8rem;
  line-height: 20px;
  transition: opacity 0.3s;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float {
  margin-left: 140px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float {
    margin-left: -12px;
  }
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float .l-footer__item, .l-footer__middle .l-footer__wrapper .l-footer__list--float-last .l-footer__item {
    margin-bottom: 8px;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
  margin-left: 140px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
    margin-left: -12px;
  }
}
.l-footer__middle .l-footer__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 173px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__button {
    display: block;
    margin-top: 25px;
  }
}
.l-footer__middle .l-footer__button .l-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 34px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #53565A;
  font-size: 0.8rem;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__button .l-footer__link {
    width: 100%;
  }
}
.l-footer__middle .l-footer__button .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__button .l-footer__link::before {
  display: block;
  width: 8px;
  height: 13px;
  margin-right: 4px;
  background: url(/assets/img/common/icon_arrow_black.svg) no-repeat 100% 50%/13px;
  content: "";
}

.l-footer {
  line-height: 2;
  position: relative;
  letter-spacing: 0.96px;
}
.l-footer img {
  vertical-align: middle;
}
.l-footer__upper {
  padding: 40px 60px;
  color: #FFFFFF;
  background: #888;
}
.l-footer__upper img {
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .l-footer__upper {
    padding: 40px var(--side-padding-sp) 20px;
  }
}
.l-footer__upper a {
  color: #fff;
}
.l-footer__bottom {
  padding-top: 15px;
  background-color: #fff;
}
.l-footer__inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  max-width: 1088px;
  margin: 0 auto;
}
.l-footer__bottom .l-footer__inner {
  align-items: center;
  flex-direction: row;
}
.l-footer__logo {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-top: 58px;
}
@media (max-width: 767px) {
  .l-footer__logo {
    display: block;
    order: 3;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ccc;
    margin-top: 0;
    padding-top: 29px;
  }
  .l-footer__logo a img {
    width: 127px;
  }
}
.l-footer__logo__catch {
  display: block;
}
@media (max-width: 767px) {
  .l-footer__logo__catch {
    margin: 15px auto 0;
    width: 290px;
  }
}
.l-footer__gnav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 29px;
  margin-top: 45px;
}
@media (max-width: 767px) {
  .l-footer__gnav {
    width: 100%;
    order: 1;
    gap: 50px 20px;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.l-footer__gnav__con.w100 {
  width: 194px;
}
@media (max-width: 767px) {
  .l-footer__gnav__con {
    width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .l-footer__gnav__con.w100 {
    width: 47%;
  }
}
@media (max-width: 767px) {
  .l-footer__gnav__con + .l-footer__gnav__con {
    margin-left: 0;
  }
}
.l-footer__gnav__title {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  width: 100%;
  border-bottom: solid 1px #ccc;
}
@media (max-width: 767px) {
  .l-footer__gnav__title.--related {
    margin-top: 20px;
  }
  .l-footer__gnav__title.--andhipro {
    line-height: 1;
    padding-bottom: 15px;
  }
}
.l-footer__gnav__title--small {
  margin-left: 10px;
  font-size: 16px;
}
.l-footer__gnav__list {
  position: relative;
  font-size: 14px;
  margin-top: 19px;
  line-height: 2.2;
}
.l-footer__gnav__list + .l-footer__gnav__list {
  margin-left: 40px;
}
@media (max-width: 767px) {
  .l-footer__gnav__list + .l-footer__gnav__list {
    margin-left: 0;
  }
}
.l-footer__gnav__list a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.l-footer__gnav__list__txt {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 13px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .l-footer__gnav__list__txt {
    position: static;
    margin-bottom: 10px;
  }
}
.l-footer__gnav__list--small {
  margin-left: 5px;
  font-size: 10px;
}
.l-footer__gnav__list--span {
  display: block;
}
.l-footer__gnav__list--sub {
  display: block;
  width: fit-content;
  margin-left: 10px;
}
.l-footer__gnav__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .l-footer__gnav__box {
    justify-content: space-between;
  }
}
.l-footer__gnav__box .l-footer__gnav__list {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .l-footer__gnav__box .l-footer__gnav__list {
    width: 47%;
    padding-left: 0;
  }
}
.l-footer__sns {
  width: auto;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__sns {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    order: 2;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 50px;
    padding: 15px 0 20px;
  }
}
.l-footer__sns__title {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__sns__title {
    text-align: center;
  }
}
.l-footer__sns__list {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .l-footer__sns__list {
    display: flex;
    gap: 20px;
    text-align: center;
  }
}
.l-footer__sns__list li {
  display: inline-block;
  margin-top: 0;
}
@media (max-width: 767px) {
  .l-footer__sns__list li {
    margin-top: 10px;
    margin-right: 0;
  }
}
.l-footer__links {
  display: flex;
  align-self: center;
  font-size: 13px;
  line-height: 1;
  margin-left: auto;
  padding-top: 52px;
}
@media (max-width: 767px) {
  .l-footer__links {
    order: 4;
    justify-content: center;
    gap: 2.8125vw;
    width: 100%;
    flex-wrap: wrap;
    margin-left: 0;
    padding-top: 46px;
    font-size: 10px;
    font-size: clamp(10px, 3.0555555556vw, 13px);
  }
}
.l-footer__links li + li {
  margin-left: 2em;
}
@media (max-width: 767px) {
  .l-footer__links li + li {
    margin-left: 0;
  }
}
.l-footer__links a {
  text-decoration: none;
  transition: opacity 200ms ease;
  color: #fff;
}
.l-footer__links a:hover {
  opacity: 0.6;
  color: #fff;
}
.l-footer__persol {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .l-footer__persol {
    position: static;
    width: 100%;
    text-align: center;
  }
  .l-footer__persol img {
    width: 145px;
  }
}
.l-footer__copy {
  width: 100%;
  margin-top: 12px;
  padding: 20px 0;
  border-top: 1px solid #EBEBEB;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #888;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 16px;
    padding-top: 12px;
    width: auto;
  }
}
.l-footer__pmark {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6666666667;
}
@media (max-width: 767px) {
  .l-footer__pmark {
    position: absolute;
    top: -2px;
    right: 15px;
    bottom: 0;
    gap: 0;
    margin: auto;
    font-size: 0;
  }
}
.l-footer__pmark strong {
  font-weight: 500;
}
@media (max-width: 767px) {
  .l-footer__pmark img {
    width: 46px;
  }
}
.l-footer__pmark a {
  transition: opacity 200ms ease;
  color: #222;
}
.l-footer__pmark a:hover {
  color: #222;
  text-decoration: none;
  opacity: 0.7;
}
.l-footer__body {
  max-width: 1168px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .l-footer__body {
    padding: 0 20px;
  }
}
.l-footer__middle {
  padding: 32px 0 48px;
  background-color: #F5F5F5;
}
@media (max-width: 767px) {
  .l-footer__middle {
    padding: 40px 0 48px;
  }
}
.l-footer__middle a:hover {
  text-decoration: none;
}
.l-footer__middle .l-footer__flex {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__flex {
    display: block;
    margin-bottom: 40px;
  }
}
.l-footer__middle .l-footer__flex:last-child {
  margin-bottom: 0;
}
.l-footer__middle .l-footer__heading {
  display: flex;
  align-items: center;
  flex-basis: 125px;
  font-size: 12.8px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    font-size: 22.4px;
  }
}
.l-footer__middle .l-footer__wrapper {
  flex: 1;
  padding-left: 13px;
  border-left: solid 1.3px #D9D9D6;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper {
    display: block;
    padding: 0;
    box-shadow: none;
    border-left: none;
  }
}
.l-footer__middle .l-footer__wrapper::after {
  content: "";
  display: block;
  clear: both;
}
.l-footer__middle .l-footer__wrapper .l-footer__title {
  float: left;
  clear: both;
  width: 140px;
  padding-left: 13px;
  font-size: 12.8px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__title {
    float: none;
    width: auto;
    margin-bottom: 8px;
    padding: 16px 0 0;
    border-top: 1px solid #D9D9D6;
    line-height: inherit;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__title:not(:first-child) {
    margin-top: 8px;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list {
    padding: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) {
    justify-content: space-between;
    margin: 0;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__item {
    width: calc(50% - 10px);
    height: auto;
    margin-bottom: -1px;
    padding: 0;
    border-right: none;
    border-top: 1px solid #D9D9D6;
    border-bottom: 1px solid #D9D9D6;
  }
  .l-footer__middle .l-footer__wrapper .l-footer__list:not(.l-footer__list--float):not(.l-footer__list--float-last) .l-footer__link {
    display: flex;
    align-items: center;
    min-height: 46px;
    line-height: 1.5;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item {
  height: 20px;
  padding: 0 12px;
  border-right: 1px solid #D9D9D6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__item:last-child {
  border-right: none;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 0;
  color: #53565A;
  font-size: 12.8px;
  line-height: 20px;
  transition: opacity 0.3s;
}
.l-footer__middle .l-footer__wrapper .l-footer__list .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float {
  margin-left: 140px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float {
    margin-left: -12px;
  }
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float .l-footer__item, .l-footer__middle .l-footer__wrapper .l-footer__list--float-last .l-footer__item {
    margin-bottom: 8px;
  }
}
.l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
  margin-left: 140px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
    margin-left: -12px;
  }
}
.l-footer__middle .l-footer__button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-basis: 173px;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__button {
    display: block;
    margin-top: 25px;
  }
}
.l-footer__middle .l-footer__button .l-footer__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 144px;
  height: 34px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #53565A;
  font-size: 12.8px;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .l-footer__middle .l-footer__button .l-footer__link {
    width: 100%;
  }
}
.l-footer__middle .l-footer__button .l-footer__link:hover {
  opacity: 0.6;
}
.l-footer__middle .l-footer__button .l-footer__link::before {
  display: block;
  width: 8px;
  height: 13px;
  margin-right: 4px;
  background: url(/assets/img/common/icon_arrow_black.svg) no-repeat 100% 50%/13px;
  content: "";
}

:root {
  --max-width: 1088px;
  --side-padding: 60px;
  --side-padding-sp: 20px;
  --header-height-pc: 80px;
  --header-height-sp: 70px;
}

.l-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(5px);
  border-bottom: 1px solid #EBEBEB;
  transition: top 400ms ease;
}
@media (max-width: 767px) {
  .l-header {
    position: static;
  }
}
@media (max-width: 767px) {
  html.is-scrolled .l-header {
    top: calc(-1 * var(--header-height-sp));
  }
}
html.is-loading body.l-home .l-header {
  display: none;
}
html.is-scroll-back .l-header, html.is-menu-open .l-header {
  top: 0;
}
@media (max-width: 767px) {
  html.is-scroll-back .l-header, html.is-menu-open .l-header {
    top: 0;
  }
}
html.is-trans-header .l-header {
  color: #fff;
  background: transparent;
  border-bottom: none;
  backdrop-filter: blur(0);
}
html.is-trans-header .l-header .l-header__nav__inner.u-use--pc > li:nth-of-type(3) {
  margin-right: 0;
}
html.is-trans-header .l-header .l-header__nav__inner.u-use--pc > li:last-child {
  display: none;
}
html.is-trans-header .l-header .l-header__heading {
  opacity: 0;
  pointer-events: none;
}
.l-header__inner {
  margin: 0 20px;
}
@media (min-width: 768px) {
  .l-header__inner {
    margin: 0 40px;
  }
}
@media (min-width: 1320px) {
  .l-header__inner {
    display: flex;
    justify-content: space-between;
  }
}
.l-header__heading {
  display: flex;
  align-items: center;
  position: relative;
  height: var(--header-height-sp);
  padding-right: var(--header-height-sp)/4;
  transition: opacity 200ms ease;
}
@media (min-width: 768px) {
  .l-header__heading {
    flex: 0 0 auto;
    height: var(--header-height-pc);
    margin-right: 40px;
  }
}
.l-header__sitelogo {
  display: inline-flex;
  align-items: center;
  top: 0;
  right: 0;
  width: 124px;
  height: 100%;
  margin: auto;
}
@media (min-width: 768px) {
  .l-header__sitelogo {
    width: 162px;
    margin-left: 0;
    margin-right: 24px;
  }
}
.l-header__sitelogo a {
  transition: all 200ms ease;
}
.l-header__sitelogo img {
  height: auto;
  width: 162px;
  display: block;
}
.l-header__subttl {
  line-height: 1.6;
  font-size: 10px;
}
@media (min-width: 768px) {
  .l-header__subttl {
    font-size: 11px;
  }
}
.l-header__menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: #97999B;
  z-index: 998;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(0px);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s, background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.6s;
}
.l-header__menu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #0094D7;
  transform-origin: top left;
  transform: scaleY(0);
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1320px) {
  .l-header__menu::before {
    display: none;
  }
}
.is-menu-open .l-header__menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), visibility 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), height 0s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__menu::before {
  transform: scaleY(1);
  transition: transform 0.6s 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1320px) {
  .l-header__menu {
    position: static;
    height: auto;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    transition: none !important;
    pointer-events: auto;
  }
}
.l-header__trigger {
  appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  text-decoration: none;
  cursor: pointer;
  display: block;
}
@media (min-width: 1320px) {
  .l-header__trigger {
    display: none;
  }
}
.l-header__trigger__inner {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}
.l-header__search {
  --size: 38px;
  padding: 0 77px 0 37px;
  opacity: 0;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media (min-width: 1320px) {
  .l-header__search {
    height: var(--header-height-pc);
    padding-left: 0;
    color: inherit;
    font-size: 16px;
    opacity: 1 !important;
    transform: translateX(0) !important;
    transition: none;
  }
}
.l-header__search__object {
  position: relative;
}
.l-header__search__submit {
  appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: var(--size);
  height: var(--size);
  font-size: 0;
  cursor: pointer;
}
.l-header__search__submit .__ico {
  width: 20px;
  height: 20px;
}
.l-header__search__bar {
  appearance: none;
  display: inline-block;
  border: none;
  color: inherit;
  background: none;
  font: inherit;
  line-height: inherit;
  padding: 0;
  outline: none;
  width: 100%;
  height: var(--size);
  padding: 0px 20px 0 42px;
  border-radius: 9999px;
  background-color: rgba(201, 202, 202, 0.3);
  color: #fff;
  font-size: 16px;
}
.is-menu-open .l-header__search {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.l-header__contact-btn {
  font-size: 14px;
  border: 1px solid #07507B;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  color: #07507B;
  padding: 14px 30px;
  height: auto;
}
.l-header__contact-btn:hover {
  opacity: 0.8;
}
.l-header__download-btn {
  width: 100%;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-size: 14px;
  background-color: #214d74;
  color: #fff;
  padding: 12px 35px;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.l-header__download-btn:hover {
  opacity: 0.8;
}
.l-header__whitepaper-list-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.5;
  color: #07507b;
  text-decoration: none;
  padding: 10px 6px;
  white-space: nowrap;
  border-bottom: 1px solid transparent;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}
.l-header__whitepaper-list-link:hover {
  opacity: 0.85;
  border-bottom-color: #07507b;
}
.l-header__whitepaper-list-link:focus-visible {
  outline: 2px solid #07507b;
  outline-offset: 3px;
}
.l-header__button-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .l-header__button-icon {
    width: 37px;
    height: 37px;
    top: 75px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
}
.l-header__free {
  font-size: 12px;
  border: 1px solid #fff;
  line-height: 1.8;
  border-radius: 4px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .l-header__free {
    font-size: 0.84375rem;
  }
}

.l-header__nav__inner.u-use--pc {
  display: none;
}
@media (min-width: 1320px) {
  .l-header__nav__inner.u-use--pc {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
.l-header__nav__inner > li {
  font-family: "Noto Serif JP";
}
@media (max-width: 767px) {
  .l-header__nav__inner > li {
    width: 80%;
    margin-left: 37px;
    font-size: 20px;
    opacity: 0;
    transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .l-header__nav__inner > li:nth-of-type(4) {
    border-bottom: 1px solid #ffffff;
    padding-bottom: 50px;
    margin-bottom: 0;
  }
}
.l-header__nav__inner > li:last-child {
  border: none;
}
.l-header__nav__inner > li:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1320px) {
  .l-header__nav__inner > li:not(:last-child) {
    margin-right: 10px;
    margin-bottom: 0;
  }
}
.l-header__nav__inner > li .l-header__nav__inner--span {
  color: #ffffff;
}
.is-menu-open .l-header__nav__inner > li:nth-child(1) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 1 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(2) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 2 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(3) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 3 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(4) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 4 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(5) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 5 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(6) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 6 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(7) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 7 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(8) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 8 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}
.is-menu-open .l-header__nav__inner > li:nth-child(9) {
  opacity: 1;
  transform: translateX(0px);
  transition: opacity 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.6s calc(0.075s * 9 + 0.2s) cubic-bezier(0.645, 0.045, 0.355, 1);
}

.l-header__nav__inner__cv-btn {
  width: 100%;
  font-size: 14px;
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  color: #fff !important;
  padding: 8px 30px !important;
  border: 1px solid #07507B;
  background-color: #fff;
  height: auto !important;
}
@media (max-width: 767px) {
  .l-header__nav__inner__cv-btn {
    margin-top: 50px;
    font-size: 16px;
    text-align: center;
    padding: 6.2666666667vw 31.2vw !important;
  }
  .l-header__nav__inner__cv-btn::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 7px;
    background: url(/pro/assets/img/common/white-arrow01.svg) no-repeat center;
    background-size: cover;
    top: 50%;
    right: 18.5px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

.l-header__trigger__btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: var(--header-height-sp);
  height: var(--header-height-sp);
  cursor: pointer;
}
@media (min-width: 768px) {
  .l-header__trigger__btn {
    width: var(--header-height-pc);
    height: var(--header-height-pc);
  }
}
.is-menu-open .l-header__trigger__btn {
  background-color: transparent;
}
.l-header__trigger__btn__ico {
  position: relative;
  width: 34px;
  height: 14px;
}
.l-header__trigger__btn .__line {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #979899;
  transition: background-color 0.4s cubic-bezier(0.86, 0, 0.07, 1), transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}
.is-menu-open .l-header__trigger__btn .__line {
  background-color: #fff;
}
html.is-trans-header .l-header__trigger__btn .__line {
  background-color: #979899;
}
@media (min-width: 768px) {
  html.is-trans-header .l-header__trigger__btn .__line {
    background-color: #fff;
  }
}
.l-header__trigger__btn .__line:nth-child(1) {
  top: 0;
}
.is-menu-open .l-header__trigger__btn .__line:nth-child(1) {
  transform: translateY(6px);
  background-color: #fff;
}
.l-header__trigger__btn .__line:nth-child(2) {
  bottom: 0;
}
.is-menu-open .l-header__trigger__btn .__line:nth-child(2) {
  transform: translateY(-6px);
  background-color: #fff;
}
.u-align--left {
  text-align: left;
}
.u-align--center {
  text-align: center;
}
.u-align--right {
  text-align: right;
}
.u-align--start {
  text-align: start;
}
.u-align--end {
  text-align: end;
}

.u-fw--normal {
  font-weight: normal;
}
.u-fw--middle {
  font-weight: 500;
}
.u-fw--bold {
  font-weight: bold;
}

.u-margin--t0 {
  margin-top: 0px !important;
}
.u-margin--b0 {
  margin-bottom: 0px !important;
}
.u-margin--t5 {
  margin-top: 5px !important;
}
.u-margin--b5 {
  margin-bottom: 5px !important;
}
.u-margin--t10 {
  margin-top: 10px !important;
}
.u-margin--b10 {
  margin-bottom: 10px !important;
}
.u-margin--t15 {
  margin-top: 15px !important;
}
.u-margin--b15 {
  margin-bottom: 15px !important;
}
.u-margin--t20 {
  margin-top: 20px !important;
}
.u-margin--b20 {
  margin-bottom: 20px !important;
}
.u-margin--t25 {
  margin-top: 25px !important;
}
.u-margin--b25 {
  margin-bottom: 25px !important;
}
.u-margin--t30 {
  margin-top: 30px !important;
}
.u-margin--b30 {
  margin-bottom: 30px !important;
}
.u-margin--t35 {
  margin-top: 35px !important;
}
.u-margin--b35 {
  margin-bottom: 35px !important;
}
.u-margin--t40 {
  margin-top: 40px !important;
}
.u-margin--b40 {
  margin-bottom: 40px !important;
}
.u-margin--t45 {
  margin-top: 45px !important;
}
.u-margin--b45 {
  margin-bottom: 45px !important;
}
.u-margin--t50 {
  margin-top: 50px !important;
}
.u-margin--b50 {
  margin-bottom: 50px !important;
}
.u-margin--t55 {
  margin-top: 55px !important;
}
.u-margin--b55 {
  margin-bottom: 55px !important;
}
.u-margin--t60 {
  margin-top: 60px !important;
}
.u-margin--b60 {
  margin-bottom: 60px !important;
}
.u-margin--t65 {
  margin-top: 65px !important;
}
.u-margin--b65 {
  margin-bottom: 65px !important;
}
.u-margin--t70 {
  margin-top: 70px !important;
}
.u-margin--b70 {
  margin-bottom: 70px !important;
}
.u-margin--t75 {
  margin-top: 75px !important;
}
.u-margin--b75 {
  margin-bottom: 75px !important;
}
.u-margin--t80 {
  margin-top: 80px !important;
}
.u-margin--b80 {
  margin-bottom: 80px !important;
}
.u-margin--t85 {
  margin-top: 85px !important;
}
.u-margin--b85 {
  margin-bottom: 85px !important;
}
.u-margin--t90 {
  margin-top: 90px !important;
}
.u-margin--b90 {
  margin-bottom: 90px !important;
}
.u-margin--t95 {
  margin-top: 95px !important;
}
.u-margin--b95 {
  margin-bottom: 95px !important;
}
.u-margin--t100 {
  margin-top: 100px !important;
}
.u-margin--b100 {
  margin-bottom: 100px !important;
}
.u-margin--em0 {
  margin-top: 0em !important;
}
.u-margin--em1 {
  margin-top: 1em !important;
}
.u-margin--em2 {
  margin-top: 2em !important;
}

@media (max-width: 767px) {
  .u-use--pc {
    display: none;
  }
}

@media (min-width: 768px) {
  .u-use--sp {
    display: none;
  }
}

@media (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none;
  }
}
a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  letter-spacing: 0.04em;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
}

main {
  padding-top: var(--header-height-pc);
}
@media (max-width: 767px) {
  main {
    padding-top: 0;
  }
}

.section-title {
  font-size: 2rem;
  font-weight: 500;
  color: #07507B;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  padding-left: 90px;
  position: relative;
  vertical-align: bottom;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 1.5rem;
    padding-left: 72px;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: -28px;
  width: 70px;
  height: 70px;
  background-image: url("/skilljunkan/hr_report/assets/img/2025/section-title-icon-pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media (max-width: 767px) {
  .section-title::before {
    width: 55.2px;
    height: 55.2px;
    top: -24px;
  }
}

.whitepaper-kv {
  background-color: #C3EEFF;
  padding: 20px;
  overflow: hidden;
}
.whitepaper-kv__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1088px;
  min-height: 532px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .whitepaper-kv__inner {
    min-height: auto;
    gap: 14px;
  }
}
.whitepaper-kv__content {
  width: 52%;
  position: relative;
  z-index: 2;
}
.whitepaper-kv__title {
  margin-bottom: 15px;
}
@media (max-width: 1024px) {
  .whitepaper-kv__title img {
    width: 48vw;
  }
}
@media (max-width: 767px) {
  .whitepaper-kv__title img {
    width: auto;
  }
}
.whitepaper-kv__lead {
  font-size: 1.3125rem;
  color: #07507B;
  font-weight: 500;
  margin-bottom: 46px;
}
.whitepaper-kv__button, .fixed-banner__button {
  width: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #214d74;
  color: #fff;
  font-weight: 500;
  font-size: 1.3125rem;
  padding: 12px 0;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  margin-bottom: 20px;
  position: relative;
  gap: 10px;
}
@media (max-width: 767px) {
  .whitepaper-kv__button, .fixed-banner__button {
    font-size: 1.3125rem;
  }
}
.whitepaper-kv__button:hover, .fixed-banner__button:hover {
  opacity: 0.8;
}
.whitepaper-kv__button-icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  object-fit: contain;
}
.whitepaper-kv__free {
  font-size: 1rem;
  border: 1px solid #fff;
  line-height: 1.8;
  border-radius: 8.636px;
  padding: 0 9.5px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .whitepaper-kv__free {
    font-size: 1.125rem;
    padding: 0px 8px 1px;
  }
}
.whitepaper-kv__image {
  width: 48%;
  position: relative;
  z-index: 1;
}
.whitepaper-kv__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 70%);
  z-index: -1;
  pointer-events: none;
  border-radius: 50%;
}
.whitepaper-kv__image img {
  position: relative;
  z-index: 2;
  width: 123%;
  height: auto;
}
@media (max-width: 768px) {
  .whitepaper-kv {
    padding-bottom: 0;
  }
  .whitepaper-kv__inner {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }
  .whitepaper-kv__content {
    width: 100%;
  }
  .whitepaper-kv__title {
    font-size: 2.25rem;
    text-align: left;
    line-height: 1.2;
  }
  .whitepaper-kv__lead {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .whitepaper-kv__button, .fixed-banner__button {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
  }
  .whitepaper-kv__image {
    width: 100%;
  }
  .whitepaper-kv__image img {
    width: 100%;
  }
}

.whitepaper-lead {
  padding: 80px 20px;
  background-color: #F5F5F5;
}
.whitepaper-lead__text {
  max-width: 1088px;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222222;
  text-align: left;
}
.whitepaper-lead__note-list {
  max-width: 1088px;
  margin: 0 auto;
  font-size: 0.75rem;
  color: #979899;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .whitepaper-lead {
    padding: 60px 20px;
  }
  .whitepaper-lead__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.whitepaper-summary {
  padding: 80px 20px 0;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .whitepaper-summary {
    padding: 60px 20px 0;
  }
}
.whitepaper-summary__inner {
  max-width: 1088px;
  margin: 0 auto;
}
.whitepaper-summary__text {
  max-width: 1088px;
  margin: 0 auto;
  font-size: 0.9375rem;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: 0.04em;
  color: #222222;
  text-align: left;
}
@media (max-width: 768px) {
  .whitepaper-summary__text {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
  .whitepaper-summary .section-title::before {
    top: 10px;
  }
}

.whitepaper-topics {
  padding: 80px 20px 0 20px;
  background-color: #fff;
}
.whitepaper-topics__inner {
  max-width: 1088px;
  margin: 0 auto;
}
.whitepaper-topics__title {
  font-size: 2rem;
  font-weight: 500;
  color: #07507B;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}

.whitepaper-topic {
  margin-bottom: 30px;
  padding-left: 16px;
}
@media (max-width: 767px) {
  .whitepaper-topic {
    padding-left: 0;
  }
}
.whitepaper-topic:last-of-type {
  margin-bottom: 0;
}
.whitepaper-topic__head {
  padding: 0 20px;
  border-left: 2px solid #07507B;
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 10px;
}
.whitepaper-topic__number {
  font-size: 0.875rem;
  color: #07507B;
  font-weight: 500;
  letter-spacing: 0;
}
.whitepaper-topic__headline {
  font-size: 1.25rem;
  font-weight: 500;
  color: #07507B;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .whitepaper-topic__headline {
    letter-spacing: 0.04em;
  }
}
.whitepaper-topic__points {
  font-size: 0.9375rem;
  font-weight: 400;
  color: #222;
  line-height: 1.8;
}
.whitepaper-topic__points li {
  text-indent: -1em;
  padding-left: 1em;
}

.whitepaper-overview {
  padding: 80px 20px 0 20px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .whitepaper-overview {
    padding: 80px 20px 0;
  }
}
.whitepaper-overview__inner {
  max-width: 1088px;
  margin: 0 auto;
}
.whitepaper-overview__title {
  font-size: 2rem;
  font-weight: 500;
  color: #07507B;
  text-align: left;
  margin-bottom: 30px;
  line-height: 1.5;
}
.whitepaper-overview__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.whitepaper-overview__circle {
  color: var(--Hipro-Silver, #7A8A93);
  font-feature-settings: "palt" on;
  font-family: "Noto Sans JP";
  font-size: 8px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 12px */
  letter-spacing: 0.32px;
  padding-right: 5px;
  vertical-align: middle;
}
.whitepaper-overview__item {
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e0e0e0;
}
.whitepaper-overview__item dt {
  font-weight: 500;
  font-size: 0.9375rem;
  color: #07507B;
  white-space: nowrap;
}
.whitepaper-overview__item dd {
  font-size: 0.9375rem;
  color: #222;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .whitepaper-overview__item {
    letter-spacing: 0.04em;
    padding-left: 1em;
  }
}
@media (max-width: 768px) {
  .whitepaper-overview__item {
    display: block;
  }
  .whitepaper-overview dt {
    margin-bottom: 8px;
  }
}

.whitepaper-sample {
  padding: 80px 20px;
  background-color: #fff;
}
@media (max-width: 767px) {
  .whitepaper-sample {
    padding: 60px 20px 100px;
  }
}
.whitepaper-sample__inner {
  max-width: 1088px;
  margin: 0 auto;
  text-align: center;
}
.whitepaper-sample__title {
  font-size: 1.25rem;
  font-weight: 500;
  color: #07507B;
  margin-bottom: 30px;
}
.whitepaper-sample__images {
  display: flex;
  justify-content: center;
  gap: 19px;
  flex-wrap: wrap;
}
.whitepaper-sample__images img {
  width: 100%;
  max-width: 350px;
  height: auto;
}

.whitepaper-cta {
  background-color: #C3EEFF;
  padding: 80px 20px 130px;
}
.whitepaper-cta__inner {
  max-width: 826px;
  margin: 0 auto;
  text-align: center;
}
.whitepaper-cta__title {
  font-size: 2rem;
  font-weight: 500;
  color: #07507B;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .whitepaper-cta__title {
    font-size: 1.75rem;
  }
}
.whitepaper-cta__button {
  width: 100%;
  display: inline-block;
  background-color: #214d74;
  color: #fff;
  font-weight: 500;
  font-size: 1.875rem;
  padding: 20px 0;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease;
  position: relative;
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.whitepaper-cta__button:hover {
  opacity: 0.8;
}
.whitepaper-cta__label {
  display: inline-block;
}
@media (max-width: 767px) {
  .whitepaper-cta__button {
    width: min(calc(100vw - 40px), 350px);
    margin: 0 auto;
    height: 108px;
    font-size: clamp(1rem, 4.8vw, 1.1875rem);
    align-items: center;
    padding-bottom: 48px;
    gap: 6px;
  }
  .whitepaper-cta__label {
    white-space: nowrap;
  }
}
.whitepaper-cta__icon {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .whitepaper-cta__icon {
    width: 37px;
    height: 37px;
    top: 72px;
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
}
.whitepaper-cta__free {
  font-size: 1.5rem;
  border: 1px solid #fff;
  line-height: 1.8;
  border-radius: 8.636px;
  padding: 0 10px 1px;
}
@media (max-width: 767px) {
  .whitepaper-cta__free {
    font-size: clamp(0.9375rem, 3.8vw, 1.0625rem);
    padding: 0 8px 1px;
    flex-shrink: 0;
  }
}
.whitepaper-cta__list-link {
  display: inline-flex;
  width: fit-content;
  min-width: 320px;
  margin: 16px auto 0;
  padding: 14px 24px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border: none;
  border-radius: 0;
  color: #07507B;
  background: transparent;
  box-shadow: none;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-decoration: none;
  transition: all 0.2s ease;
}
.whitepaper-cta__list-link::after {
  content: "";
  width: 31px;
  height: 7px;
  background-image: url(/skilljunkan/hr_report/assets/img/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.whitepaper-cta__list-link:hover {
  opacity: 0.8;
}
.whitepaper-cta__list-link:focus-visible {
  outline: 2px solid #07507B;
  outline-offset: 3px;
}
@media (max-width: 767px) {
  .whitepaper-cta__list-link {
    margin-top: 12px;
    min-width: auto;
    width: 69.3333333333vw;
    padding: 12px 16px;
    font-size: 0.875rem;
    gap: 8px;
  }
}
.whitepaper-cta__subtitle {
  margin-top: 68px;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #07507B;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .whitepaper-cta__subtitle {
    font-size: 1.125rem;
  }
}
.whitepaper-cta__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.whitepaper-cta__link {
  width: 255px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #214d74;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  color: #07507B;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
  position: relative;
}
.whitepaper-cta__link:hover {
  opacity: 0.8;
}
.whitepaper-cta__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 31px;
  height: 7px;
  background-image: url(/skilljunkan/hr_report/assets/img/icon-arrow-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media (max-width: 768px) {
  .whitepaper-cta__link {
    width: 69.3333333333vw;
    margin: 0 auto;
  }
}

.whitepaper-service {
  padding: 130px 20px;
  background-color: #fff;
  position: relative;
}
.whitepaper-service::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url(/skilljunkan/hr_report/assets/img/hipro-rectangle.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
.whitepaper-service__inner {
  max-width: 1088px;
  margin: 0 auto;
  text-align: center;
}
.whitepaper-service__subtitle {
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 6px;
  font-weight: 500;
  font-family: "dnp-shuei-mincho-pr6n";
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .whitepaper-service__subtitle {
    font-size: 1.125rem;
    margin-bottom: 0;
  }
}
.whitepaper-service__title {
  font-size: 1.75rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "dnp-shuei-mincho-pr6n";
  letter-spacing: 0.04em;
}
@media (max-width: 767px) {
  .whitepaper-service__title {
    font-size: 28px;
    line-height: 1.5;
  }
}
.whitepaper-service__desc {
  font-size: 0.9375rem;
  color: #222;
  line-height: 1.8;
  margin-bottom: 30px;
}
.whitepaper-service__links {
  display: flex;
  justify-content: center;
  gap: 34px;
  flex-wrap: wrap;
}
.whitepaper-service__link {
  display: flex;
  height: 70px;
  justify-content: center;
  align-items: center;
  width: 260px;
  font-size: 1rem;
  background-color: #ccc;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.3s ease;
  position: relative;
}
.whitepaper-service__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 31px;
  height: 7px;
  background-image: url(/skilljunkan/hr_report/assets/img/icon-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media (max-width: 767px) {
  .whitepaper-service__link {
    width: 68.2666666667vw;
  }
}
.whitepaper-service__link-label {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 8px;
}
.whitepaper-service__link-desc {
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  color: #222;
  margin-top: 12px;
}
.whitepaper-service__link.is-individual {
  background-color: #0095D8;
}
.whitepaper-service__link.is-individual:hover {
  opacity: 0.8;
}
.whitepaper-service__link.is-company {
  background-color: #7A8A93;
}
.whitepaper-service__link.is-company:hover {
  opacity: 0.8;
}
.whitepaper-service__label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.125rem;
  transition: 0.3s all;
  width: 45rem;
  height: 10rem;
  background: url("/skilljunkan/assets/img/common/label-bg1.jpg") no-repeat center bottom;
  background-size: cover;
  margin-top: 110px;
}
@media (max-width: 750px) {
  .whitepaper-service__label {
    width: 100%;
    height: 8.2715rem;
  }
}
@media (min-width: 751px) {
  .whitepaper-service__label:hover {
    opacity: 0.8;
  }
}
.whitepaper-service__label img {
  width: 31.125rem;
}
@media (max-width: 750px) {
  .whitepaper-service__label img {
    width: 16.1875rem;
  }
}
.whitepaper-service__label.style1 {
  background: url("/skilljunkan/assets/img/common/label-bg1.jpg") no-repeat center bottom;
  background-size: cover;
}
.whitepaper-service__label.style1 img {
  width: 31.125rem;
}
@media (max-width: 750px) {
  .whitepaper-service__label.style1 img {
    width: 16.1875rem;
  }
}
.whitepaper-service__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45rem;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #7A8992;
  text-decoration: none;
  padding: 3rem 1.5625rem 3rem 0;
  transition: 0.3s all;
}
@media (max-width: 750px) {
  .whitepaper-service__logo {
    width: 100%;
    margin-top: 0.4375rem;
    padding: 2.9296875rem 0;
  }
}
@media (min-width: 751px) {
  .whitepaper-service__logo:hover {
    opacity: 0.8;
    text-decoration: none;
  }
}
.whitepaper-service__logo img {
  width: 13.4375rem;
}
@media (max-width: 750px) {
  .whitepaper-service__logo img {
    width: 9.0625rem;
  }
}
.whitepaper-service__logo span {
  font-size: 1.25rem;
  line-height: 1.4;
  font-weight: 500;
  color: #005096;
  margin-left: 2.5rem;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .whitepaper-service__logo span {
    margin-left: 1.75rem;
    font-size: 0.875rem;
  }
}

.fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 1;
  transform: translateY(0);
}
.fixed-banner--hidden {
  opacity: 0;
  transform: translateY(100%);
  pointer-events: none;
}
.fixed-banner.is-initial {
  opacity: 0;
  transform: translateY(100%);
  transition: none !important;
}
.fixed-banner__button {
  width: 100%;
  margin: 0;
}
@media (min-width: 768px) {
  .fixed-banner {
    display: none;
  }
}

@media (max-width: 450px) {
  img[src="/skilljunkan/hr_report/assets/img/icon-download.svg"] {
    display: none !important;
  }
  .whitepaper-cta img[src="/skilljunkan/hr_report/assets/img/icon-download.svg"]  {
    display: block !important;
  }
  .l-header img[src="/skilljunkan/hr_report/assets/img/icon-download.svg"],
  #banner_click_hipro_report_sf-survey2025_03 img[src="/skilljunkan/hr_report/assets/img/icon-download.svg"] {
    display: block !important;
  }
}
