@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese");
: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;
}

/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html, body, p, ol, ul, li, dl, dt, dd, blockquote, figure, fieldset, legend, textarea, pre, iframe, hr, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button, input, select {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img, video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

main {
  display: block;
}

@-webkit-keyframes anime-button {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes anime-button {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes anime-button-reverse {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes anime-button-reverse {
  0% {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes anime-button-reverse-ico {
  0% {
    -webkit-transform: scaleX(-1) translateX(0px);
            transform: scaleX(-1) translateX(0px);
  }
  50% {
    -webkit-transform: scaleX(-1) translateX(5px);
            transform: scaleX(-1) translateX(5px);
  }
  100% {
    -webkit-transform: scaleX(-1) translateX(0);
            transform: scaleX(-1) translateX(0);
  }
}
@keyframes anime-button-reverse-ico {
  0% {
    -webkit-transform: scaleX(-1) translateX(0px);
            transform: scaleX(-1) translateX(0px);
  }
  50% {
    -webkit-transform: scaleX(-1) translateX(5px);
            transform: scaleX(-1) translateX(5px);
  }
  100% {
    -webkit-transform: scaleX(-1) translateX(0);
            transform: scaleX(-1) translateX(0);
  }
}
@-webkit-keyframes icon-gradient {
  0% {
    background-color: #0094D7;
  }
  33% {
    background-color: #7A8992;
  }
  66% {
    background-color: #07507B;
  }
  100% {
    background-color: #0094D7;
  }
}
@keyframes icon-gradient {
  0% {
    background-color: #0094D7;
  }
  33% {
    background-color: #7A8992;
  }
  66% {
    background-color: #07507B;
  }
  100% {
    background-color: #0094D7;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scrollDown {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes scrollup {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes scrollup {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  45% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  55% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@-webkit-keyframes ani1 {
  0% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani1 {
  0% {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani2 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@keyframes ani2 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
            transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0);
    opacity: 1;
  }
}
@-webkit-keyframes ani3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes ani3 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes ani4 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes ani4 {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes ani5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ani6 {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ani6 {
  from {
    stroke-dashoffset: 1000;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.modal__close {
  -webkit-appearance: none;
     -moz-appearance: none;
          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);
  -webkit-transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  z-index: 1010;
}
.modal__close:hover {
  -webkit-transform: rotate(90deg);
          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 {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
          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;
  -webkit-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
\**************************/
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.micromodal-slide {
  display: none;
}

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

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

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

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

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

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

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

\::-moz-selection,
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

iframe {
  border: none;
}

/*
 * Remove default fieldset styles.*/
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.*/
textarea {
  resize: vertical;
}

/* ==========================================================================
 * Author's custom styles
 * ==========================================================================*/
/* ==========================================================================
 * Helper classes
 * ==========================================================================*/
/*
 * Hide visually and from screen readers*/
.hidden,
[hidden] {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe*/
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  /* 1*/
}

.sr-only.focusable:active, .sr-only.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

/*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638*/
/*
 * Hide visually and from screen readers, but maintain layout*/
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.*/
.clearfix::before {
  content: " ";
  display: table;
}

.clearfix::after {
  content: " ";
  display: table;
  clear: both;
}

/* ==========================================================================
* EXAMPLE Media Queries for Responsive Design.
* These examples override the primary ('mobile first') styles.
* Modify as content requires.
* ==========================================================================*/
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition*/ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices*/ }
/* ==========================================================================
 * Print styles.
 * Inlined to avoid the additional HTTP request:
 * https://www.phpied.com/delay-loading-your-print-css/
 * ==========================================================================*/
@media print {
  * {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  *::before, *::after {
    background: #fff !important;
    color: #000 !important;
    /* Black prints faster*/
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a {
    text-decoration: underline;
  }
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol*/
  a[href^="#"]::after, a[href^="javascript:"]::after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables*/
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
body.is-fixed {
  width: 100%;
  position: fixed;
}

img {
  max-width: 100%;
}

.l-footer {
  line-height: 32px;
  position: relative;
  letter-spacing: 0.96px;
  font-family: "Noto Sans JP", sans-serif;
}
.l-footer a {
  text-decoration: none;
}
.l-footer__upper {
  padding: 40px var(--side-padding);
  color: #FFFFFF;
  background: #888;
}
.l-footer__upper img {
  vertical-align: bottom;
}
@media (max-width: 750px) {
  .l-footer__upper {
    padding: 40px var(--side-padding-sp) 20px;
  }
}
.l-footer__upper a {
  color: #fff;
}
.l-footer__upper .w100 {
  margin-left: 50px !important;
}
@media (max-width: 767px) {
  .l-footer__upper .w100 {
    margin-left: 0px !important;
    width: inherit !important;
  }
}
.l-footer__bottom {
  padding-top: 15px;
  background-color: #fff;
}
.l-footer__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
}
.l-footer__bottom .l-footer__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.l-footer__logo {
  margin-top: 58px;
}
@media (max-width: 750px) {
  .l-footer__logo {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            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;
  margin-top: 26px;
}
@media (max-width: 750px) {
  .l-footer__logo__catch {
    margin: 15px auto 0;
    width: 290px;
  }
}
.l-footer__gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 46px;
}
@media (max-width: 750px) {
  .l-footer__gnav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 750px) {
  .l-footer__gnav__con {
    width: 47%;
  }
  .l-footer__gnav__con.w100 {
    width: 100%;
  }
  .l-footer__gnav__con:last-child {
    margin-top: 30px;
  }
}
.l-footer__gnav__con + .l-footer__gnav__con {
  margin-left: 50px;
}
@media (max-width: 750px) {
  .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;
}
.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: 750px) {
  .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: 750px) {
  .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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}
.l-footer__gnav__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 750px) {
  .l-footer__gnav__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__gnav__box .l-footer__gnav__list {
  padding-left: 70px;
}
@media (max-width: 750px) {
  .l-footer__gnav__box .l-footer__gnav__list {
    width: 47%;
    padding-left: 0;
  }
}
.l-footer__sns {
  width: 70%;
}
@media (max-width: 750px) {
  .l-footer__sns {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 40px;
    padding: 15px 0 20px;
  }
}
.l-footer__sns__title {
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .l-footer__sns__title {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .l-footer__sns__list {
    text-align: center;
  }
}
.l-footer__sns__list li {
  display: inline-block;
  margin-top: 15px;
  margin-right: 15px;
}
@media (max-width: 750px) {
  .l-footer__sns__list li {
    margin-top: 10px;
  }
}
.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 13px;
  line-height: 1;
  margin-left: auto;
  padding-top: 52px;
}
@media (max-width: 750px) {
  .l-footer__links {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.8125vw;
    width: 100%;
    -ms-flex-wrap: wrap;
        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: 750px) {
  .l-footer__links li + li {
    margin-left: 0;
  }
}
.l-footer__links a {
  text-decoration: none;
  -webkit-transition: opacity 200ms ease;
  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: 750px) {
  .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: 750px) {
  .l-footer__copy {
    font-size: 12px;
    margin-top: 16px;
    padding-top: 12px;
    width: auto;
  }
}
.l-footer__pmark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.6666666667;
  color: #222;
}
@media (max-width: 750px) {
  .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: 750px) {
  .l-footer__pmark img {
    width: 46px;
  }
}
.l-footer__pmark a {
  -webkit-transition: opacity 200ms ease;
  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: 750px) {
  .l-footer__body {
    padding: 0 20px;
  }
}
.l-footer__middle {
  padding: 32px 0 48px;
  background-color: #F5F5F5;
}
@media (max-width: 750px) {
  .l-footer__middle {
    padding: 40px 0 48px;
  }
}
.l-footer__middle a:hover {
  text-decoration: none;
}
.l-footer__middle .l-footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 32px;
}
@media (max-width: 750px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 125px;
      flex-basis: 125px;
  font-size: 12.8px;
}
@media (max-width: 750px) {
  .l-footer__middle .l-footer__heading {
    display: block;
    margin-bottom: 16px;
    padding: 0;
    font-size: 22.4px;
  }
}
.l-footer__middle .l-footer__wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 13px;
  border-left: solid 1.3px #D9D9D6;
}
@media (max-width: 750px) {
  .l-footer__middle .l-footer__wrapper {
    display: block;
    padding: 0;
    -webkit-box-shadow: none;
            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: 750px) {
  .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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 750px) {
  .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) {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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;
  -webkit-transition: opacity 0.3s;
  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: 750px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float {
    margin-left: -12px;
  }
}
@media (max-width: 750px) {
  .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: 750px) {
  .l-footer__middle .l-footer__wrapper .l-footer__list--float-last {
    margin-left: -12px;
  }
}
.l-footer__middle .l-footer__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-preferred-size: 173px;
      flex-basis: 173px;
}
@media (max-width: 750px) {
  .l-footer__middle .l-footer__button {
    display: block;
    margin-top: 25px;
  }
}
.l-footer__middle .l-footer__button .l-footer__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 144px;
  height: 34px;
  border-radius: 20px;
  background-color: #FFFFFF;
  color: #53565A;
  font-size: 12.8px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 750px) {
  .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: "";
}

.footer__scroll {
  position: absolute;
  left: -2.1rem;
  bottom: 13.5rem;
  z-index: 20;
  width: 1.0625rem;
  padding-top: 4.0625rem;
  cursor: pointer;
}

@media (max-width: 750px) {
  .footer__scroll {
    left: 50%;
    bottom: 0;
    height: 5rem;
    width: 1rem;
    padding-top: 0;
    text-align: right;
  }
}
.footer__scroll::before {
  content: "";
  width: 1px;
  height: 3.4375rem;
  position: absolute;
  background: #fff;
  top: 0;
  left: 0.5625rem;
  -webkit-animation: scrollup 2s ease infinite;
          animation: scrollup 2s ease infinite;
}

@media (max-width: 750px) {
  .footer__scroll::before {
    background: #005096;
    height: 100%;
    left: 0;
  }
}
.footer__scroll img {
  width: 1.0625rem;
}

@media (max-width: 750px) {
  .footer__scroll img {
    width: 0.75rem;
  }
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding-left: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 750px) {
  .header {
    position: fixed;
    padding-left: 0;
    background: #005096;
  }
}
.header.is-active .header__btn {
  background: #005096;
  color: #fff;
}

.header.is-active .header__logo .gray {
  display: block !important;
}

.header.is-active .header__logo .white {
  display: none !important;
}

.header__btn {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  border-radius: 0.1875rem;
  background: #005096;
  width: 9rem;
  height: 2.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #005096;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 750px) {
  .header__btn {
    color: #005096;
    background: #fff;
    width: 7rem;
    height: 2rem;
    font-size: 0.625rem;
    position: relative;
    z-index: 999;
  }
}
@media (min-width: 751px) {
  .header__btn:hover {
    background: #fff;
    color: #005096;
  }
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 1.6875rem 0 1.5rem;
}

@media (max-width: 750px) {
  .header__inner {
    padding: 0.75rem 1rem 0.75rem 0.75rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header__logo {
  width: 9.1875rem;
  margin: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  position: fixed;
  top: 1rem;
  left: 4.5rem;
}

@media (max-width: 750px) {
  .header__logo {
    width: 6rem;
    line-height: 1;
    opacity: 1;
    pointer-events: all;
    position: relative;
    z-index: 9999;
    top: 0;
    left: 0;
  }
}
.header__logo a,
.header__logo img {
  width: 100%;
}

.header__logo.is-show {
  opacity: 1;
  pointer-events: all;
}

.header__logo .gray {
  display: none;
}

@media (max-width: 750px) {
  .header__logo .white {
    display: block;
  }
}
.header__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 750px) {
  .header__right {
    position: relative;
    padding-right: 3.125rem;
  }
}
@media (max-width: 750px) {
  .header .hamburgur__menu {
    width: 2.125rem;
    height: 1.0625rem;
    cursor: pointer;
    position: absolute;
    top: calc(50% - 0.5rem);
    right: 0;
    z-index: 999;
  }
}
@media (max-width: 750px) {
  .header .hamburgur__menu span {
    width: 100%;
    height: 0.125rem;
    background-color: #fff;
    display: block;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    border-radius: 0.625rem;
  }
}
@media (max-width: 750px) {
  .header .hamburgur__menu span:first-child {
    margin-bottom: 0.75rem;
  }
}
.header .hamburgur__menu.is-active span {
  background-color: #005096;
}

@media (max-width: 750px) {
  .header .hamburgur__menu.is-active span:first-child {
    -webkit-transform: rotate(-45deg) translate(-0.375rem, 0.3125rem);
            transform: rotate(-45deg) translate(-0.375rem, 0.3125rem);
  }
}
@media (max-width: 750px) {
  .header .hamburgur__menu.is-active span:last-child {
    -webkit-transform: rotate(45deg) translate(-0.3125rem, -0.25rem);
            transform: rotate(45deg) translate(-0.3125rem, -0.25rem);
  }
}
.header__logo.bottom-on {
  opacity: 0;
  -webkit-animation: fadeOut 500ms 1;
          animation: fadeOut 500ms 1;
}

.nav01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 1.5625rem;
}

@media (max-width: 750px) {
  .nav01 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    padding-top: 4.375rem;
    padding-right: 0;
  }
}
.nav01__list1 {
  list-style: none;
  padding-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 750px) {
  .nav01__list1 {
    display: block;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 1.875rem;
  }
}
.nav01__list2 {
  list-style: none;
  padding-left: 0;
  position: absolute;
  top: 100%;
  right: -0.25rem;
  width: 14.1875rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.25rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 750px) {
  .nav01__list2 {
    opacity: 1;
    pointer-events: all;
    position: initial;
    width: calc(100% + 3.375rem);
    margin-top: 0;
    margin-left: -1.6875rem;
  }
}
.nav01__list3 {
  list-style: none;
  padding-left: 0.1875rem;
  margin-top: 0.375rem;
}

@media (max-width: 750px) {
  .nav01__list3 {
    margin-top: 1.25rem;
  }
}
.nav01__link1, .nav01__link2, .nav01__link3 {
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 500;
  color: #005096;
  text-decoration: none;
  margin: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  letter-spacing: 0.05em;
}

@media (min-width: 751px) {
  .nav01__link1:hover, .nav01__link2:hover, .nav01__link3:hover {
    opacity: 0.7;
  }
}
.nav01__link1.comming, .nav01__link2.comming, .nav01__link3.comming {
  color: #D6E1EA;
  letter-spacing: 0.12em;
  pointer-events: none;
}

.nav01__link1.comming::before, .nav01__link2.comming::before, .nav01__link3.comming::before {
  background: #D6E1EA;
}

@media (max-width: 750px) {
  .nav01__link1, .nav01__link2 {
    display: block;
    position: relative;
  }
}
@media (max-width: 750px) {
  .nav01__link1::after, .nav01__link2::after {
    content: "";
    width: 1.875rem;
    height: 0.625rem;
    background: url("/skilljunkan/assets/img/common/icon-arrow1.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    right: -0.4375rem;
  }
}
.nav01__link1 {
  border-bottom: 0.125rem solid transparent;
  padding-bottom: 0.4375rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media (max-width: 750px) {
  .nav01__link1 {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 751px) {
  .nav01__link1:hover {
    border-bottom: 0.125rem solid #005096;
  }
}
@media (max-width: 750px) {
  .nav01__link1.only-pc {
    display: none !important;
  }
}
.nav01__link3 {
  position: relative;
  padding-left: 0.875rem;
}

.nav01__link3::before {
  content: "";
  width: 0.625rem;
  height: 0.0625rem;
  background: #005096;
  left: 0;
  top: 50%;
  position: absolute;
}

.nav01__item1 {
  margin-left: 1.6875rem;
}

@media (max-width: 750px) {
  .nav01__item1 {
    margin-left: 0;
    padding: 0 1.6875rem 1.4375rem;
  }
}
@media (max-width: 750px) {
  .nav01__item1:not(:last-child) {
    margin-bottom: 0.3125rem;
    border-bottom: 1px solid #D6E1EA;
    margin-bottom: 1.5rem;
  }
}
.nav01__item1.sub-menu {
  position: relative;
}

.nav01__item1.sub-menu .nav01__link1 {
  position: relative;
  padding-right: 1.0625rem;
}

.nav01__item1.sub-menu .nav01__link1::after {
  content: "";
  width: 0.6875rem;
  height: 0.6875rem;
  background: url("/skilljunkan/assets/img/common/icon-sub.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0.125rem;
  right: 0;
}

@media (max-width: 750px) {
  .nav01__item1.sub-menu .nav01__link1::after {
    width: 1.75rem;
    height: 0.5625rem;
    background: url("/skilljunkan/assets/img/common/icon-arrow1.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0.1875rem;
    right: -0.4375rem;
  }
}
@media (min-width: 751px) {
  .nav01__item1.sub-menu:hover .nav01__list2 {
    opacity: 1;
    pointer-events: all;
  }
}
.nav01__item2 {
  padding: 0.625rem 0 0.625rem 0.4375rem;
  background: #fff;
}

@media (max-width: 750px) {
  .nav01__item2 {
    padding: 0.625rem 1.6875rem 1.4375rem;
    margin-bottom: 0.875rem;
  }
}
.nav01__item2:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.09);
}

@media (max-width: 750px) {
  .nav01__item2:not(:last-child) {
    border-bottom: 1px solid #D6E1EA;
  }
}
.nav01__item3 {
  margin-bottom: 0.375rem;
}

@media (max-width: 750px) {
  .nav01__list4 {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    padding: 0;
  }
}
@media (max-width: 750px) {
  .nav01__list4 li {
    width: calc(50% - 0.25rem);
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 750px) {
  .nav01__list4 li a {
    line-height: 1;
    font-weight: 500;
    color: #fff;
    background: #005096;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0.875rem;
    letter-spacing: 0;
    padding: 1.5625rem 0.3125rem;
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .nav01__btn {
    margin-top: 0.4375rem;
    padding: 3.1875rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    background: #fff;
    border: 1px solid #7A8992;
    text-decoration: none;
  }
}
@media (max-width: 750px) {
  .nav01__btn img {
    width: 9.0625rem;
  }
}
@media (max-width: 750px) {
  .nav01__btn span {
    margin-left: 1.75rem;
    font-size: 0.875rem;
    line-height: 1.4;
    font-weight: 500;
    color: #005096;
    letter-spacing: 0.1em;
  }
}
.nav01__sp {
  display: none;
}

@media (max-width: 750px) {
  .nav01__sp {
    display: block;
    padding: 80px 5px 0;
  }
}
@media (max-width: 750px) {
  .only-pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .only-sp {
    display: none;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html {
  color: #222;
  line-height: 1.4;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (max-width: 750px) {
  html {
    font-size: 3.9215686275vw;
  }
}
@media (min-width: 751px) and (max-width: 1440px) {
  html {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 750px) {
  .modaal-video-wrap {
    margin: auto;
  }
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #005096;
}

/* ================================================================
* Layout Wrappers
* ================================================================ */
.page-skilljunkan__wrap {
  padding-left: 3rem;
  background: #F0FAFF;
  position: relative;
}
.page-skilljunkan__wrap.--top {
  background: #fff;
}
@media (max-width: 750px) {
  .page-skilljunkan__wrap {
    padding-left: 0;
  }
}
.page-skilljunkan__wrap::before {
  content: "";
  width: 3rem;
  height: 100%;
  top: 0;
  left: 0;
  background: #005096;
  position: absolute;
}
@media (max-width: 750px) {
  .page-skilljunkan__wrap::before {
    content: none;
  }
}

.wrapper1 {
  width: 100%;
  max-width: 61rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 750px) {
  .wrapper1 {
    padding: 0 1.5rem;
  }
}

main::before {
  content: "";
  border-style: solid;
  border-width: 12.5rem 7.25rem 0 0;
  border-color: #005096 #F0FAFF transparent transparent;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
}

@media (max-width: 750px) {
  main::before {
    content: none;
  }
}
main > section:last-of-type {
  position: relative;
}

/* ================================================================
* 各コンテンツエリア定義
* ================================================================ */
.sr-02 {
  background: url("/skilljunkan/assets/img/aichi/sec03-bg1.png") no-repeat center bottom;
  background-size: 100% auto;
  padding: 15.625rem 0 10.25rem;
  margin-top: -9.375rem;
  position: relative;
  z-index: 5;
}
@media (max-width: 750px) {
  .sr-02 {
    padding: 12.9375rem 0 5.625rem;
    background: url("/skilljunkan/assets/img/aichi/sec02-bg1-sp.png") no-repeat center bottom;
    background-size: 100% auto;
  }
}
.sr-02__lead {
  text-align: center;
  margin: 0;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #005096;
  letter-spacing: 0.05em;
  line-height: 2.2;
  font-size: 1.125rem;
}
@media (max-width: 750px) {
  .sr-02__lead {
    font-size: 0.875rem;
    margin-bottom: 4rem;
  }
}

.sr-03 {
  background: url("/skilljunkan/assets/img/kyoto/sec03-bg1.png") no-repeat center bottom;
  background-size: 100% auto;
  padding: 15.625rem 0 10.25rem;
  margin-top: -10rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 750px) {
  .sr-03 {
    background: url("/skilljunkan/assets/img/kyoto/sec03-bg1-sp.png") no-repeat center bottom;
    background-size: 100% auto;
    padding: 6.25rem 0 7rem;
    margin-top: 0;
  }
}

.sr-04 {
  background: url("/skilljunkan/assets/img/akita/sec02-bg1.png") no-repeat center bottom;
  background-size: 100% auto;
  padding: 15.625rem 0 10.25rem;
  margin-top: -9.375rem;
  position: relative;
  z-index: 3;
}

.sr-05 {
  background: url("/skilljunkan/assets/img/kyoto/sec04-bg1.png") no-repeat center bottom;
  background-size: 100% auto;
  padding: 15.625rem 0 10.25rem;
  margin-top: -10rem;
}
@media (max-width: 750px) {
  .sr-05 {
    padding: 18.25rem 0.5rem 8.75rem;
    margin-bottom: 5.5rem;
  }
}

.sr-contact {
  padding: 8rem 0;
}
.sr-contact > .wrapper1 {
  max-width: 45.125rem;
}
.sr-contact .block-title__main {
  padding-top: 0;
}

/* ================================================================
* キービジュアル
* ================================================================ */
.sr-hero {
  position: relative;
  padding: 5.625rem 0 11rem;
  z-index: 6;
}
.sr-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url("/skilljunkan/assets/img/aichi/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--tottori::before {
  background: url("/skilljunkan/assets/img/tottori/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--yamagata::before {
  background: url("/skilljunkan/assets/img/yamagata/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--fukuoka::before {
  background: url("/skilljunkan/assets/img/fukuoka/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--hiroshima::before {
  background: url("/skilljunkan/assets/img/hiroshima/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--kyoto::before {
  background: url("/skilljunkan/assets/img/kyoto/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--akita::before {
  background: url("/skilljunkan/assets/img/akita/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--ehime::before {
  background: url("/skilljunkan/assets/img/ehime/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
}
.sr-hero.--aichi::before {
  background: url("/skilljunkan/assets/img/aichi/sec01-bg1.webp") no-repeat center bottom;
  background-size: cover;
  -webkit-filter: saturate(80%) hue-rotate(10deg) brightness(90%);
          filter: saturate(80%) hue-rotate(10deg) brightness(90%);
}
@media (max-width: 750px) {
  .sr-hero {
    padding: 4.8125rem 0 7.5rem;
    height: 33.4375rem;
  }
  .sr-hero.--tottori::before {
    background: url("/skilljunkan/assets/img/tottori/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
    height: 33.4375rem;
  }
  .sr-hero.--yamagata::before {
    background: url("/skilljunkan/assets/img/yamagata/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
    height: 33.4375rem;
  }
  .sr-hero.--fukuoka::before {
    background: url("/skilljunkan/assets/img/fukuoka/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
    height: 33.4375rem;
  }
  .sr-hero.--hiroshima::before {
    background: url("/skilljunkan/assets/img/hiroshima/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
  }
  .sr-hero.--kyoto::before {
    background: url("/skilljunkan/assets/img/kyoto/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
  }
  .sr-hero.--akita::before {
    background: url("/skilljunkan/assets/img/akita/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
  }
  .sr-hero.--ehime::before {
    background: url("/skilljunkan/assets/img/ehime/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
  }
  .sr-hero.--aichi::before {
    background: url("/skilljunkan/assets/img/aichi/sec01-bg1-sp.webp") no-repeat center bottom;
    background-size: cover;
    -webkit-filter: saturate(80%) hue-rotate(10deg) brightness(95%);
            filter: saturate(80%) hue-rotate(10deg) brightness(95%);
  }
}
.sr-hero__link {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  color: #005096;
  line-height: 1.5;
  text-align: right;
  padding: 0 1.5rem;
  position: relative;
  z-index: 4;
}
@media (max-width: 750px) {
  .sr-hero__link {
    font-size: 0.625rem;
  }
}
.sr-hero__link.--white {
  color: #fff;
  -webkit-filter: drop-shadow(1px 1px 3px #000);
          filter: drop-shadow(1px 1px 3px #000);
}
@media (max-width: 750px) {
  .sr-hero__link.--white {
    color: #005096;
    -webkit-filter: drop-shadow(1px 1px 1px #fff);
            filter: drop-shadow(1px 1px 1px #fff);
  }
}
.sr-hero__title {
  text-align: center;
  margin-top: 3.3125rem;
}
@media (max-width: 750px) {
  .sr-hero__title.--casestudy {
    margin-top: 6rem;
  }
}
@media (max-width: 750px) {
  .sr-hero__title {
    margin-top: 2.0625rem;
  }
}
.sr-hero__title img {
  width: 43.75rem;
}
@media (max-width: 750px) {
  .sr-hero__title img {
    width: 22.625rem;
  }
}
.sr-hero__scroll {
  position: absolute;
  left: -1.875rem;
  top: calc(100vh - 11.625rem);
  z-index: 9;
  width: 0.625rem;
  height: 11.625rem;
}
@media (max-width: 750px) {
  .sr-hero__scroll {
    left: 50%;
    top: auto;
    bottom: 0;
    height: 6.25rem;
    width: 0.8125rem;
    text-align: right;
  }
}
.sr-hero__scroll::before {
  content: "";
  width: 1px;
  height: 4rem;
  position: absolute;
  background: #fff;
  bottom: -0.3125rem;
  left: 0.25rem;
  -webkit-animation: scrollDown 2s ease infinite;
          animation: scrollDown 2s ease infinite;
}
@media (max-width: 750px) {
  .sr-hero__scroll::before {
    background: #ffffff;
    height: 100%;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 750px) {
  .sr-hero__scroll.--blue::before {
    background: #005096;
  }
}
.sr-hero__scroll.--blue img {
  width: 0.5625rem;
}
@media (max-width: 750px) {
  .sr-hero__scroll.--blue img {
    width: 0.4375rem;
    -webkit-filter: none;
            filter: none;
  }
}
.sr-hero__scroll img {
  width: 0.5625rem;
}
@media (max-width: 750px) {
  .sr-hero__scroll img {
    width: 0.4375rem;
    -webkit-filter: drop-shadow(1px 1px 3px #000);
            filter: drop-shadow(1px 1px 3px #000);
  }
}
.sr-hero__button__main {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 28.8125rem;
  height: 4.5625rem;
  border-radius: 2.625rem;
  text-decoration: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media (max-width: 750px) {
  .sr-hero__button__main {
    font-size: 0.875rem;
    max-width: 17.5rem;
    height: 3rem;
    margin-top: 2.0625rem;
  }
}
.sr-hero__button__main span {
  position: relative;
  display: inline-block;
  padding-left: 2.5rem;
}
@media (max-width: 750px) {
  .sr-hero__button__main span {
    padding-left: 1.9375rem;
  }
}
.sr-hero__button__main span::before {
  content: "";
  width: 1.75rem;
  height: 0.625rem;
  background: url("/skilljunkan/assets/img/tottori/icon-arrow1.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 750px) {
  .sr-hero__button__main span::before {
    width: 1.5625rem;
    height: 0.5rem;
    left: -0.25rem;
  }
}
.sr-hero__button__main span img {
  width: 20.375rem;
}
@media (max-width: 750px) {
  .sr-hero__button__main span img {
    width: 13.125rem;
  }
}
.sr-hero__button__main span img.blue {
  display: block;
}
.sr-hero__button__main span img.white {
  display: none;
}
.sr-hero__button--white .sr-hero__button__main {
  background: #ffffff;
  color: #005096;
  border: 2px solid #005096;
}
.sr-hero__button--white .sr-hero__button__main:hover {
  background: #005096;
  color: #ffffff;
}
.sr-hero__button--white .sr-hero__button__main:hover span::before {
  background: url("/skilljunkan/assets/img/tottori/icon-arrow1-w.svg") no-repeat center;
  background-size: contain;
}
.sr-hero__button--white .sr-hero__button__main:hover span img.blue {
  display: none;
}
.sr-hero__button--white .sr-hero__button__main:hover span img.white {
  display: block;
}

/* ================================================================
* コンポーネントタイトル
* ================================================================ */
.block-title {
  color: #005096;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .block-title {
    margin-bottom: 2rem;
  }
}
.block-title__main {
  color: #005096;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 3rem;
  margin-bottom: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 750px) {
  .block-title__main {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.block-title__main.--jp {
  font-size: 1.5rem;
  padding-top: 0;
}
@media (max-width: 750px) {
  .block-title__main.--jp {
    font-size: 1.25rem;
  }
}
.block-title__main.--bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-title__main.--bar::before, .block-title__main.--bar::after {
  content: "";
  -webkit-box-flex: 0.035;
      -ms-flex-positive: 0.035;
          flex-grow: 0.035;
  height: 0.15rem;
  background: #005096;
}
@media (max-width: 750px) {
  .block-title__main.--bar::before, .block-title__main.--bar::after {
    -webkit-box-flex: 0.1;
        -ms-flex-positive: 0.1;
            flex-grow: 0.1;
  }
}
.block-title__main.--bar::before {
  margin-right: 1rem;
}
.block-title__main.--bar::after {
  margin-left: 1rem;
}
.block-title__main.--casestudy {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
@media (max-width: 750px) {
  .block-title__main.--casestudy {
    font-size: 1.5rem;
  }
}
.block-title__heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .block-title__heading {
    font-size: 0.875rem;
  }
}
.block-title__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  display: block;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (max-width: 750px) {
  .block-title__description {
    font-size: 0.75rem;
    letter-spacing: 0.05em;
  }
}

/* ================================================================
* 県からのコメントコンポーネント
* ================================================================ */
.block-comment {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  color: #005096;
  font-weight: 600;
  background: #FFFFFF;
  border-radius: 0.6875rem;
  margin-top: 8rem;
  padding: 2rem 3.125rem 1.5rem;
}
@media (max-width: 750px) {
  .block-comment {
    padding: 0.5rem 1rem;
  }
}
.block-comment__title {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 2.4;
  border-bottom: 1px solid #005096;
}
.block-comment__text-main {
  margin: 1rem 0 1.5rem 0;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.028em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media (max-width: 750px) {
  .block-comment__text-main {
    font-size: 0.75rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-comment__text-main > img {
  width: 15rem;
}
@media (max-width: 750px) {
  .block-comment__text-main > img {
    width: 9.5rem;
    margin: 0 0 0 auto;
  }
}
.block-comment__author {
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media (max-width: 750px) {
  .block-comment__author {
    font-size: 0.75rem;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 750px) {
  .block-comment__author.--tottori {
    width: 42%;
    position: absolute;
    bottom: 7rem;
  }
}
.block-comment__note {
  text-align: right;
  font-size: 0.65rem;
  letter-spacing: 0.1em;
}

/* ================================================================
* Event Reportコンポーネント
* ================================================================ */
.block-event {
  padding-top: 7.875rem;
  color: #005096;
}
@media (max-width: 750px) {
  .block-event {
    padding-top: 3rem;
  }
}
.block-event__title {
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto 3.25rem;
}
@media (max-width: 750px) {
  .block-event__title {
    margin-bottom: 1.875rem;
    font-size: 2rem;
  }
}
.block-event__subtitle {
  font-size: 1.1875rem;
  line-height: 1.6666666667;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin: 3rem 0 1rem 0;
}
@media (max-width: 750px) {
  .block-event__subtitle {
    font-size: 0.9375rem;
  }
}
.block-event__item {
  background: #fff;
  padding-block: 2.75rem 3rem;
  padding-inline: 3.75rem;
  border-radius: 0.6875rem;
}
@media (max-width: 750px) {
  .block-event__item {
    padding-block: 2.0625rem 1.875rem;
    padding-inline: 0.9375rem;
    margin-inline: -0.5rem;
  }
}
.block-event__item:not(first-of-type) {
  margin-top: 3rem;
}
.block-event__image {
  position: relative;
}
@media (min-width: 751px) {
  .block-event__image {
    width: 31rem;
    margin: 0 auto 2.1875rem;
  }
  .block-event__image.--multiple {
    width: 43.75rem;
  }
}
@media (max-width: 750px) {
  .block-event__image {
    width: 21.5rem;
    margin: 0 auto 1.875rem;
  }
}
.block-event__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-event__image .focus-top {
  -o-object-position: 0% 23%;
     object-position: 0% 23%;
}
.block-event__image-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 43.75rem;
  margin-top: 1rem;
}
.block-event__image-row img {
  width: 48.5%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-event__heading {
  font-size: 1.5rem;
  line-height: 1.6667;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
  margin: 0 0 1.375rem;
}
@media (max-width: 750px) {
  .block-event__heading {
    font-size: 1.25rem;
    line-height: 1.65;
  }
}
.block-event__heading span {
  font-size: 1.1875rem;
  line-height: 2.1053;
  display: block;
}
@media (max-width: 750px) {
  .block-event__heading span {
    font-size: 0.9375rem;
    line-height: 2.2;
    margin-top: 0.1875rem;
  }
}
.block-event__text {
  word-break: break-word;
  font-size: 1rem;
  line-height: 1.875;
  letter-spacing: 0.05em;
  font-weight: 500;
  margin: 0 auto 3.0625rem;
  max-width: 43.75rem;
}
@media (max-width: 750px) {
  .block-event__text {
    font-size: 0.875rem;
    line-height: 2;
    letter-spacing: 0;
    padding-inline: 0.8125rem;
    margin-bottom: 1.5rem;
  }
}
.block-event__text p {
  margin: 0;
}
.block-event__text .block-event__note {
  margin-top: 0.9375rem;
}
@media (max-width: 750px) {
  .block-event__text .block-event__note {
    margin-top: 0.625rem;
    font-size: 0.70625rem;
    line-height: 1.4545;
  }
}
.block-event__btn.--top {
  margin-top: 7rem;
}
.block-event__btn.--jp a {
  font-size: 1rem;
  padding-right: 2.5rem;
}
@media (max-width: 750px) {
  .block-event__btn.--jp a {
    margin-bottom: 3rem;
    height: 5rem;
  }
}
.block-event__btn a {
  background: #005096;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media (min-width: 751px) {
  .block-event__btn a {
    width: 25rem;
    height: 3.8125rem;
  }
}
@media (max-width: 750px) {
  .block-event__btn a {
    width: 18.5rem;
    height: 3rem;
    font-size: 1rem;
  }
}
.block-event__btn a::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 2rem;
  width: 3.25rem;
  height: 0.5rem;
  background: url("/skilljunkan/assets/img/fukuoka/ico_right.svg") right bottom no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .block-event__btn a:hover {
    opacity: 0.8;
  }
}

/* ================================================================
* 事例コンポーネント
* ================================================================ */
.block-case__subtitle {
  color: #005096;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto 3.25rem;
}
@media (max-width: 750px) {
  .block-case__subtitle {
    margin-bottom: 1.875rem;
    font-size: 2rem;
  }
}
.block-case__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
  gap: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-case__item-list.splide__list {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0;
}
@media (max-width: 750px) {
  .block-case__item-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 750px) {
  .block-case__item-list.splide__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.block-case__item-list:last-of-type {
  margin-bottom: 0;
}
.block-case__item {
  width: 28.75rem;
  text-decoration: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
}
.block-case__item.splide__slide {
  margin-bottom: 0.5rem;
}
@media (max-width: 750px) {
  .block-case__item {
    width: 100%;
  }
}
.block-case__item.commin-soon {
  color: #005096;
  background-color: #BED2E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 750px) {
  .block-case__item.commin-soon {
    min-height: 22.7325rem;
  }
}
.block-case__item.commin-soon > p {
  font-size: 1.5rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .block-case__item.commin-soon > p {
    font-size: 1rem;
  }
}
.block-case__item.--movie {
  cursor: pointer;
}
.block-case__item.--movie .block-case__img {
  position: relative;
  overflow: hidden;
  max-height: 14.4375rem;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .block-case__item.--movie .block-case__img {
    max-height: 11.346875rem;
  }
}
.block-case__item.--movie .block-case__img picture, .block-case__item.--movie .block-case__img img {
  display: block;
  height: auto;
  width: 25.7rem;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 750px) {
  .block-case__item.--movie .block-case__img picture, .block-case__item.--movie .block-case__img img {
    width: 20.5rem;
  }
}
.block-case__item.--movie .block-case__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #7A8992;
  opacity: 0.4;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  mix-blend-mode: multiply;
}
.block-case__item.--movie .block-case__img::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url(/skilljunkan/assets/img/kyoto/icon-play1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 3.75rem 3.75rem;
}
.block-case__item.--movie .block-case__img img {
  -webkit-transition: scale 300ms;
  transition: scale 300ms;
}
.block-case__item.--movie .block-case__img:hover img {
  scale: 1.1;
}
.block-case__item.--movie .block-case__img:hover::before {
  opacity: 0;
}
.block-case__content {
  padding: 1rem 2.5rem 4rem;
  word-break: break-word;
  position: relative;
  color: #005096;
  font-weight: 500;
}
@media (max-width: 750px) {
  .block-case__content {
    padding: 1rem 2rem 3rem;
  }
}
.block-case__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
.block-case__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.5em;
}
.block-case__label-num {
  border-left: 1px solid #005096;
  padding-left: 0.4rem;
  font-size: 1.375rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.block-case__title {
  font-size: 1.375rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .block-case__title {
    margin: 0.5625rem 0 0;
    font-size: 1.125rem;
  }
}
.block-case__text {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.04em;
  min-height: 4.1875rem;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .block-case__text {
    letter-spacing: 0;
    margin: 0.3125rem 0 0;
    font-size: 0.875rem;
    white-space: normal;
  }
}
.block-case__text.--4row {
  max-height: 4.1875rem;
}
.block-case__note {
  display: block;
  position: absolute;
  color: #005096;
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 1.3;
  left: 2.5rem;
  bottom: 1.5rem;
}
@media (max-width: 750px) {
  .block-case__note {
    left: 2rem;
    bottom: 1rem;
  }
}
.block-case__btn {
  position: absolute;
  width: 7.4375rem;
  right: 1.5rem;
  bottom: 1.5rem;
}
@media (max-width: 750px) {
  .block-case__btn {
    right: 1.5rem;
    bottom: 1rem;
    width: 5.5rem;
  }
}
.block-case__video .video {
  position: relative;
  padding-bottom: 56.1%;
  overflow: hidden;
  cursor: pointer;
}
.block-case__video .video .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.block-case__video .video .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-case__video .video .videoIframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.block-case__video .video .videoIframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.block-case__video .video.active .thumb {
  display: none;
}
.block-case__video .video.active .videoIframe {
  pointer-events: inherit;
  display: block;
  z-index: 2;
}
.block-case__video .block-case__item {
  -webkit-transition: none;
  transition: none;
}
.block-case__video .block-case__item:hover {
  opacity: 1;
}
@media (max-width: 750px) {
  .block-case__video .block-case__item {
    margin-bottom: 2rem;
  }
}
.block-case__video .block-case__content {
  padding-bottom: 2.75rem;
  padding-top: 1.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .block-case__video .block-case__content {
    padding-top: 1.25rem;
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 751px) {
  .block-case__video .block-case__content {
    min-height: auto;
  }
}
.block-case__video .block-case__title {
  margin-top: 0.25rem;
}
@media (max-width: 750px) {
  .block-case__video .block-case__title {
    margin-top: 0.625rem;
  }
}
@media (max-width: 750px) {
  .block-case__video .block-case__text {
    margin-top: 0.25rem;
    letter-spacing: 0.05em;
  }
}

/* ================================================================
* プロ人材募集案件コンポーネント
* ================================================================ */
.block-recruit {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
.block-recruit__title {
  color: #005096;
  font-weight: 500;
  line-height: 1.5;
}
.block-recruit__heading {
  font-size: 2.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .block-recruit__heading {
    font-size: 1.5rem;
  }
}
.block-recruit__text {
  font-size: 1.125rem;
  line-height: 2.25rem;
}
@media (max-width: 750px) {
  .block-recruit__text {
    font-size: 0.75rem;
    line-height: 2;
  }
}
.block-recruit__note {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 500;
  color: #005096;
  letter-spacing: 0.05em;
  margin: 1rem 0 0;
}
@media (max-width: 750px) {
  .block-recruit__note {
    font-size: 0.6875rem;
    line-height: 1rem;
    margin: 1.125rem 0 0;
  }
}
.block-recruit__note a {
  text-decoration: none;
  color: #005096;
}
@media (min-width: 751px) {
  .block-recruit__note a:hover {
    text-decoration: underline;
  }
}
.block-recruit__highlight {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  color: #005096;
  background: #BED2E6;
  border-radius: 2.9375rem;
  width: 100%;
  max-width: 55.8125rem;
  margin: 2.375rem auto 0;
  padding: 0.9375rem 0;
}
@media (max-width: 750px) {
  .block-recruit__highlight {
    border-radius: 3rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin: 1.5rem 0 0 -0.5rem;
    padding: 0.75rem 0;
    width: calc(100% + 1rem);
  }
}
.block-recruit__highlight span {
  background: #FAFDFF;
}
@media (max-width: 750px) {
  .block-recruit__highlight span {
    letter-spacing: -0.05em;
  }
}
.block-recruit__image {
  margin-top: 2.1875rem;
}
@media (max-width: 750px) {
  .block-recruit__image {
    margin-top: 1.125rem;
  }
}
.block-recruit__image img {
  width: 45rem;
}
@media (max-width: 750px) {
  .block-recruit__image img {
    width: 21.5rem;
  }
}
.block-recruit__image a {
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (min-width: 751px) {
  .block-recruit__image a:hover {
    opacity: 0.8;
  }
}
.block-recruit__contact1-text {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  color: #005096;
  background: #BED2E6;
  border-radius: 2.9375rem;
  width: 100%;
  max-width: 55.8125rem;
  margin: 2.375rem auto 0;
  padding: 0.9375rem 0;
}
@media (max-width: 750px) {
  .block-recruit__contact1-text {
    border-radius: 2rem;
    font-size: 0.75rem;
    line-height: 1.5rem;
    margin: 1.5rem 0 0 -0.5rem;
    padding: 0.75rem 0;
    width: calc(100% + 1rem);
  }
}
.block-recruit__contact1-white {
  background-color: #fff;
}
.block-recruit__contact2 {
  width: 45rem;
  margin: 3.3125rem auto 0;
  border: 2px solid #005096;
  padding: 1.375rem 0.625rem 1.875rem;
}
@media (max-width: 750px) {
  .block-recruit__contact2 {
    width: 21.5rem;
    margin: 1.75rem auto 0;
    padding: 0.9375rem 0.625rem 1.3125rem;
    text-align: center;
  }
}
.block-recruit__contact2-text {
  font-size: 1.125rem;
  line-height: 2rem;
  font-weight: 500;
  color: #005096;
  text-align: center;
  margin: 0;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .block-recruit__contact2-text {
    font-size: 0.75rem;
    line-height: 1.5rem;
  }
}
.block-recruit__contact2-info {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
@media (max-width: 750px) {
  .block-recruit__contact2-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.block-recruit__contact2-info li {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 500;
  color: #005096;
  padding: 0 0.4375rem;
}
@media (max-width: 750px) {
  .block-recruit__contact2-info li {
    font-size: 0.75rem;
  }
}
.block-recruit__contact2-info li a {
  text-decoration: none;
  color: #005096;
  position: relative;
  display: inline-block;
}
.block-recruit__contact2-info li a.mail {
  padding-left: 1.5625rem;
}
.block-recruit__contact2-info li a.mail::before {
  content: "";
  background: url(/skilljunkan/assets/img/yamagata/icon-mail.svg) no-repeat center;
  background-size: contain;
  width: 1.1875rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.0625rem;
}
@media (max-width: 750px) {
  .block-recruit__contact2-info li a.mail::before {
    width: 1rem;
    height: 0.6875rem;
  }
}
.block-recruit__contact2-info li a.tel {
  padding-left: 0.9375rem;
  pointer-events: none;
}
.block-recruit__contact2-info li a.tel::before {
  content: "";
  background: url(/skilljunkan/assets/img/yamagata/icon-tel.svg) no-repeat center;
  background-size: contain;
  width: 0.75rem;
  height: 1.1875rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0.125rem;
}
@media (max-width: 750px) {
  .block-recruit__contact2-info li a.tel::before {
    width: 0.625rem;
    height: 1rem;
  }
}
.block-recruit__contact2-link {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 33.125rem;
  height: 5.1875rem;
  background: #fff;
  border: 1px solid #005096;
  border-radius: 2.625rem;
  text-decoration: none;
  color: #005096;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  margin: 0 auto;
  max-width: 26.375rem;
  height: 4rem;
  background: #005096;
  color: #fff;
  border-radius: 2.5rem;
  font-weight: 500;
  margin-top: 1rem;
}
.block-recruit__contact2-link:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .block-recruit__contact2-link {
    font-size: 1rem;
    height: 3rem;
    max-width: 85%;
  }
}

/* ================================================================
* CTAボタンコンポーネント
* ================================================================ */
.block-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-top: 8rem;
}
.block-cta.--casestudy {
  margin-top: 0;
}
@media (max-width: 750px) {
  .block-cta {
    display: block;
  }
}
.block-cta__item {
  width: 50%;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 750px) {
  .block-cta__item {
    width: 100%;
    margin-bottom: 3rem;
  }
}
.block-cta__text1 {
  color: #005096;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.block-cta__text2 {
  color: #005096;
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.block-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 5.625rem;
  background-color: #005096;
}
.block-cta__btn:hover {
  opacity: 0.8;
}
@media (max-width: 750px) {
  .block-cta__btn {
    height: 4.5rem;
  }
}
.block-cta__link {
  width: 100%;
  display: block;
  padding: 1.5rem 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* ================================================================
* 主催・協力企業コンポーネント
* ================================================================ */
.block-sponsor {
  text-align: center;
  background-color: #fff;
  border: 1px solid #005096;
  border-radius: 0.6875rem;
  padding: 3rem 4rem 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media (max-width: 750px) {
  .block-sponsor {
    padding: 1.5rem 2rem 3rem;
  }
}
.block-sponsor__img-hipro {
  width: 14.9375rem;
}
@media (max-width: 750px) {
  .block-sponsor__img-hipro {
    width: 11.375rem;
  }
}
.block-sponsor__title {
  color: #005096;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media (max-width: 750px) {
  .block-sponsor__title {
    font-size: 1rem;
  }
}
.block-sponsor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 50.9375rem;
  margin: 0 auto;
}
.block-sponsor__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}
.block-sponsor__list:has(> li:nth-child(2):last-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-sponsor__list:has(> li:nth-child(2):last-child) li {
  width: calc((100% - 0.5rem) / 2);
}
@media (max-width: 750px) {
  .block-sponsor__list:has(> li:nth-child(2):last-child) li {
    width: 100%;
  }
}
.block-sponsor__list:has(> li:nth-child(3):last-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-sponsor__list:has(> li:nth-child(3):last-child) li {
  width: calc((100% - 1rem) / 3);
}
@media (max-width: 750px) {
  .block-sponsor__list:has(> li:nth-child(3):last-child) li {
    width: 100%;
  }
}
.block-sponsor__list:has(> li:nth-child(4):last-child) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-sponsor__list:has(> li:nth-child(4):last-child) li {
  width: calc((100% - 0.5rem) / 2);
}
@media (max-width: 750px) {
  .block-sponsor__list:has(> li:nth-child(4):last-child) li {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .block-sponsor__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    width: 100%;
  }
  .block-sponsor__list li {
    width: 100%;
  }
}

/* ================================================================
* Contactコンポーネント
* ================================================================ */
.block-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 2.5rem auto 0;
  width: 100%;
  max-width: 52rem;
}
@media (max-width: 750px) {
  .block-contact__list {
    margin: 1.875rem 0 0;
  }
}
.block-contact__list li {
  width: calc(50% - 0.5rem);
  margin-bottom: 0.9375rem;
}
@media (max-width: 750px) {
  .block-contact__list li {
    width: calc(50% - 0.25rem);
    margin-bottom: 0.5rem;
  }
}
.block-contact__list li a {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  background: #005096;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.3125rem 0.625rem;
  text-decoration: none;
  border: 1px solid #005096;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 750px) {
  .block-contact__list li a {
    font-size: 0.875rem;
    letter-spacing: 0;
    padding: 1.5rem 0.3125rem;
    white-space: nowrap;
  }
}
@media (min-width: 751px) {
  .block-contact__list li a:hover {
    background: #fff;
    color: #005096;
  }
}
@media (max-width: 750px) {
  .block-contact__list {
    margin: 1.9375rem auto 0.4375rem;
  }
}
.block-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.125rem;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 45rem;
  height: 10rem;
  background: url("/skilljunkan/assets/img/common/label-bg1.jpg") no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 750px) {
  .block-contact__label {
    width: 100%;
    height: 9rem;
  }
}
@media (min-width: 751px) {
  .block-contact__label:hover {
    opacity: 0.8;
  }
}
.block-contact__label img {
  width: 31.125rem;
}
@media (max-width: 750px) {
  .block-contact__label img {
    width: 16.1875rem;
  }
}
.block-contact__label.style1 {
  background: url("/skilljunkan/assets/img/common/label-bg2.jpg") no-repeat center bottom;
  background-size: cover;
}
.block-contact__label.style1 img {
  width: 17.6875rem;
}
@media (max-width: 750px) {
  .block-contact__label.style1 img {
    width: 14.875rem;
  }
}
.block-contact__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  background: #fff;
  border: 1px solid #7A8992;
  text-decoration: none;
  padding: 3rem 1.5625rem 3rem 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media (max-width: 750px) {
  .block-contact__logo {
    margin-top: 0.4375rem;
    padding: 3.1875rem 0;
  }
}
@media (min-width: 751px) {
  .block-contact__logo:hover {
    opacity: 0.8;
  }
}
.block-contact__logo img {
  width: 13.4375rem;
}
@media (max-width: 750px) {
  .block-contact__logo img {
    width: 9.0625rem;
  }
}
.block-contact__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) {
  .block-contact__logo span {
    margin-left: 1.75rem;
    font-size: 0.875rem;
  }
}
.block-contact .block-title {
  text-align: center;
  margin: 0;
}
.block-contact .block-title__big {
  margin: 0;
  display: block;
}
.block-contact .block-title__big img {
  width: 25.3125rem;
}
@media (max-width: 750px) {
  .block-contact .block-title__big img {
    width: 15.625rem;
  }
}
.block-contact .block-title__small {
  font-size: 1.125rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #005096;
  display: block;
  margin-top: 1.6875rem;
}
@media (max-width: 750px) {
  .block-contact .block-title__small {
    font-size: 0.875rem;
    margin-top: 1.375rem;
  }
}

/* ================================================================
* 事例カルーセルコンポーネント
* ================================================================ */
.slide-block-case {
  margin-top: 3rem;
}
.slide-block-case__subtitle {
  color: #005096;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 2.5rem;
  text-align: center;
  margin: 0 auto 3.25rem;
}
@media (max-width: 750px) {
  .slide-block-case__subtitle {
    margin-bottom: 1.875rem;
    font-size: 2rem;
  }
}
.slide-block-case .slide-block-case-pref-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  width: 8rem;
  margin: 0 auto;
  font-size: 1.375rem;
  padding: 0.5rem 0;
  margin-bottom: 3rem;
  font-weight: 500;
}
.slide-block-case .slide-block-case-pref-title.--chubu {
  background-color: #98CB33;
}
.slide-block-case .slide-block-case-pref-title.--tohoku {
  background-color: #609EEA;
}
.slide-block-case .slide-block-case-pref-title.--kyusyu {
  background-color: #FF6460;
}
.slide-block-case .slide-block-case-pref-title.--kinki {
  background-color: #F2C003;
}
.slide-block-case .slide-block-case-pref-title.--chugoku {
  background-color: #FF9803;
}
.slide-block-case .slide-block-case-pref-title.--shikoku {
  background-color: #FC9EA9;
}
.slide-block-case__area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8rem;
}
@media (max-width: 750px) {
  .slide-block-case__area-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.slide-block-case__area-list__item {
  width: 9rem;
  padding: 0.5rem 0;
}
.slide-block-case__area-list__item > a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.slide-block-case__area-list__item.--kanto {
  background-color: #3EA843;
}
.slide-block-case__area-list__item.--chubu {
  background-color: #98CB33;
}
.slide-block-case__area-list__item.--tohoku {
  background-color: #609EEA;
}
.slide-block-case__area-list__item.--kyusyu {
  background-color: #FF6460;
}
.slide-block-case__area-list__item.--kinki {
  background-color: #F2C003;
}
.slide-block-case__area-list__item.--chugoku {
  background-color: #FF9803;
}
.slide-block-case__area-list__item.--shikoku {
  background-color: #FC9EA9;
}
.slide-block-case__area-list__item.--comingsoon {
  background-color: #BED2E6;
}
.slide-block-case__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.slide-block-case__item-list:last-of-type {
  margin-bottom: 0;
}
.slide-block-case__item {
  width: 28.75rem;
  text-decoration: none;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
}
.slide-block-case__item.splide__slide {
  margin-bottom: 0.25rem;
}
@media (max-width: 750px) {
  .slide-block-case__item {
    margin-bottom: 2.5rem;
    width: 100%;
  }
}
.slide-block-case__item.commin-soon {
  color: #005096;
  background-color: #BED2E6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.08);
}
@media (max-width: 750px) {
  .slide-block-case__item.commin-soon {
    min-height: 22.7325rem;
  }
}
.slide-block-case__item.commin-soon > p {
  font-size: 1.5rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 750px) {
  .slide-block-case__item.commin-soon > p {
    font-size: 1rem;
  }
}
.slide-block-case__item.--movie {
  cursor: pointer;
}
.slide-block-case__item.--movie .slide-block-case__img {
  position: relative;
  overflow: hidden;
  max-height: 9.916875rem;
  background-color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 750px) {
  .slide-block-case__item.--movie .slide-block-case__img {
    max-height: 11.346875rem;
  }
}
.slide-block-case__item.--movie .slide-block-case__img picture, .slide-block-case__item.--movie .slide-block-case__img img {
  display: block;
  height: auto;
  width: 25.7rem;
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 750px) {
  .slide-block-case__item.--movie .slide-block-case__img picture, .slide-block-case__item.--movie .slide-block-case__img img {
    width: 20.5rem;
  }
}
.slide-block-case__item.--movie .slide-block-case__img::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-color: #7A8992;
  opacity: 0.4;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
  mix-blend-mode: multiply;
}
.slide-block-case__item.--movie .slide-block-case__img::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: url(/skilljunkan/assets/img/kyoto/icon-play1.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.75rem 2.75rem;
}
.slide-block-case__item.--movie .slide-block-case__img img {
  -webkit-transition: scale 300ms;
  transition: scale 300ms;
}
.slide-block-case__item.--movie .slide-block-case__img:hover img {
  scale: 1.1;
}
.slide-block-case__item.--movie .slide-block-case__img:hover::before {
  opacity: 0;
}
.slide-block-case__content {
  padding: 1rem 2rem 3rem;
  word-break: break-word;
  position: relative;
  color: #005096;
  font-weight: 500;
}
@media (max-width: 750px) {
  .slide-block-case__content {
    padding: 1rem 2rem 3rem;
  }
}
.slide-block-case__pref-label {
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 4.5rem;
  height: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  margin-bottom: 0.5rem;
}
.slide-block-case__pref-label.--chubu {
  background-color: #98CB33;
}
.slide-block-case__pref-label.--tohoku {
  background-color: #609EEA;
}
.slide-block-case__pref-label.--kyusyu {
  background-color: #FF6460;
}
.slide-block-case__pref-label.--kinki {
  background-color: #F2C003;
}
.slide-block-case__pref-label.--chugoku {
  background-color: #FF9803;
}
.slide-block-case__pref-label.--shikoku {
  background-color: #FC9EA9;
}
.slide-block-case__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.2rem;
  margin-bottom: 0.5rem;
}
.slide-block-case__label-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.7rem;
  letter-spacing: 0.5em;
}
.slide-block-case__label-num {
  border-left: 1px solid #005096;
  padding-left: 0.4rem;
  font-size: 1.1rem;
  font-family: dnp-shuei-mincho-pr6n, sans-serif;
  font-style: normal;
  font-weight: 600;
}
.slide-block-case__title {
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media (max-width: 750px) {
  .slide-block-case__title {
    margin: 0.5625rem 0 0;
    font-size: 1.125rem;
  }
}
.slide-block-case__text {
  font-weight: 500;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  min-height: 4.5rem;
}
@media (max-width: 750px) {
  .slide-block-case__text {
    letter-spacing: 0;
    margin: 0.3125rem 0 0;
    font-size: 0.875rem;
  }
}
.slide-block-case__note {
  display: block;
  position: absolute;
  color: #005096;
  font-size: 0.625rem;
  letter-spacing: 0;
  line-height: 1.3;
  bottom: 1.5rem;
}
@media (max-width: 750px) {
  .slide-block-case__note {
    left: 2rem;
    bottom: 1rem;
  }
}
.slide-block-case__btn {
  position: absolute;
  right: 2rem;
  bottom: 1.5rem;
  width: 6rem;
}
@media (max-width: 750px) {
  .slide-block-case__btn {
    right: 1.5rem;
    bottom: 1rem;
    width: auto;
  }
}
.slide-block-case__video .video {
  position: relative;
  padding-bottom: 56.1%;
  overflow: hidden;
  cursor: pointer;
}
.slide-block-case__video .video .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.slide-block-case__video .video .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.slide-block-case__video .video .videoIframe {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slide-block-case__video .video .videoIframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.slide-block-case__video .video.active .thumb {
  display: none;
}
.slide-block-case__video .video.active .videoIframe {
  pointer-events: inherit;
  display: block;
  z-index: 2;
}
.slide-block-case__video .slide-block-case__item {
  -webkit-transition: none;
  transition: none;
}
.slide-block-case__video .slide-block-case__item:hover {
  opacity: 1;
}
@media (max-width: 750px) {
  .slide-block-case__video .slide-block-case__item {
    margin-bottom: 2rem;
  }
}
.slide-block-case__video .slide-block-case__content {
  padding-bottom: 2.75rem;
  padding-top: 1.75rem;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .slide-block-case__video .slide-block-case__content {
    padding-top: 1.25rem;
    padding-bottom: 2.125rem;
  }
}
@media (min-width: 751px) {
  .slide-block-case__video .slide-block-case__content {
    min-height: auto;
  }
}
.slide-block-case__video .slide-block-case__title {
  margin-top: 0.25rem;
}
@media (max-width: 750px) {
  .slide-block-case__video .slide-block-case__title {
    margin-top: 0.625rem;
  }
}
@media (max-width: 750px) {
  .slide-block-case__video .slide-block-case__text {
    margin-top: 0.25rem;
    letter-spacing: 0.05em;
  }
}

/* ================================================================
* splideカルーセル設定
* ================================================================ */
#hero-carousel .splide__arrow {
  top: 10rem;
}
@media (max-width: 750px) {
  #hero-carousel .splide__arrow {
    top: 11.3rem;
  }
}

.case-carousel {
  margin-top: 7rem;
}
.case-carousel:first-of-type {
  margin-top: 0;
}

.splide__pagination {
  bottom: -4rem;
}
@media (max-width: 750px) {
  .splide__pagination {
    bottom: -3.8rem;
  }
}
.splide__pagination__page.is-active {
  background: #005096;
  opacity: 1;
}
.splide__arrow {
  background: #005096;
  width: 3rem;
  height: 3rem;
  top: 20.5rem;
  opacity: 1;
}
@media (max-width: 750px) {
  .splide__arrow {
    top: 17.3rem;
    width: 2.5rem;
    height: 2.5rem;
  }
}
.splide__arrow svg {
  fill: #fff;
}
.splide__arrow--next {
  right: -1.5rem;
}
@media (max-width: 750px) {
  .splide__arrow--next {
    right: -1rem;
  }
}
.splide__arrow--prev {
  left: -1.5rem;
}
@media (max-width: 750px) {
  .splide__arrow--prev {
    left: -1rem;
  }
}

/* ================================================================
* fade-in-upアニメーション（intersectionObserver用）
* ================================================================ */
.animate-on-scroll {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, -webkit-transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  transition: opacity 0.6s ease-out, transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
}

.animate-on-scroll.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}/*# sourceMappingURL=sr.common.css.map */