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

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

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

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

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

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

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint table {
  margin: 0 !important;
  white-space: nowrap;
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

@media print, screen and (min-width: 48.0625em) {
  .scroll-hint {
    margin: 40px 0;
  }
}
@media screen and (max-width: 48em) {
  .scroll-hint {
    margin: 30px 0;
  }
}
html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
          text-size-adjust: none;
  line-height: 2;
  font-family: "FOT-ロダン ProN M", "HiraginoSans-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #444;
  word-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #00a152;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

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

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

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

strong,
b,
em {
  font-family: "FOT-ロダン ProN B";
}

figure {
  margin: 1em 0;
}

figcaption {
  font-size: 1.4rem;
  margin: 8px 0 0;
}

.notes {
  color: #777;
}

.font-color01 {
  color: #00ad5a;
}

.font-color02 {
  color: #005d8c;
}

.font-color03 {
  color: #bab500;
}

@media print, screen and (min-width: 48.0625em) {
  body {
    font-size: 1.6rem;
  }

  .pc-hide {
    display: none !important;
  }

  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 64em) {
  .tbsp-mt0 {
    margin-top: 0px !important;
  }

  .tbsp-mt1 {
    margin-top: 1px !important;
  }

  .tbsp-mt2 {
    margin-top: 2px !important;
  }

  .tbsp-mt3 {
    margin-top: 3px !important;
  }

  .tbsp-mt4 {
    margin-top: 4px !important;
  }

  .tbsp-mt5 {
    margin-top: 5px !important;
  }

  .tbsp-mt6 {
    margin-top: 6px !important;
  }

  .tbsp-mt7 {
    margin-top: 7px !important;
  }

  .tbsp-mt8 {
    margin-top: 8px !important;
  }

  .tbsp-mt9 {
    margin-top: 9px !important;
  }

  .tbsp-mt10 {
    margin-top: 10px !important;
  }

  .tbsp-mt11 {
    margin-top: 11px !important;
  }

  .tbsp-mt12 {
    margin-top: 12px !important;
  }

  .tbsp-mt13 {
    margin-top: 13px !important;
  }

  .tbsp-mt14 {
    margin-top: 14px !important;
  }

  .tbsp-mt15 {
    margin-top: 15px !important;
  }

  .tbsp-mt16 {
    margin-top: 16px !important;
  }

  .tbsp-mt17 {
    margin-top: 17px !important;
  }

  .tbsp-mt18 {
    margin-top: 18px !important;
  }

  .tbsp-mt19 {
    margin-top: 19px !important;
  }

  .tbsp-mt20 {
    margin-top: 20px !important;
  }

  .tbsp-mt21 {
    margin-top: 21px !important;
  }

  .tbsp-mt22 {
    margin-top: 22px !important;
  }

  .tbsp-mt23 {
    margin-top: 23px !important;
  }

  .tbsp-mt24 {
    margin-top: 24px !important;
  }

  .tbsp-mt25 {
    margin-top: 25px !important;
  }

  .tbsp-mt26 {
    margin-top: 26px !important;
  }

  .tbsp-mt27 {
    margin-top: 27px !important;
  }

  .tbsp-mt28 {
    margin-top: 28px !important;
  }

  .tbsp-mt29 {
    margin-top: 29px !important;
  }

  .tbsp-mt30 {
    margin-top: 30px !important;
  }

  .tbsp-mt31 {
    margin-top: 31px !important;
  }

  .tbsp-mt32 {
    margin-top: 32px !important;
  }

  .tbsp-mt33 {
    margin-top: 33px !important;
  }

  .tbsp-mt34 {
    margin-top: 34px !important;
  }

  .tbsp-mt35 {
    margin-top: 35px !important;
  }

  .tbsp-mt36 {
    margin-top: 36px !important;
  }

  .tbsp-mt37 {
    margin-top: 37px !important;
  }

  .tbsp-mt38 {
    margin-top: 38px !important;
  }

  .tbsp-mt39 {
    margin-top: 39px !important;
  }

  .tbsp-mt40 {
    margin-top: 40px !important;
  }

  .tbsp-mt41 {
    margin-top: 41px !important;
  }

  .tbsp-mt42 {
    margin-top: 42px !important;
  }

  .tbsp-mt43 {
    margin-top: 43px !important;
  }

  .tbsp-mt44 {
    margin-top: 44px !important;
  }

  .tbsp-mt45 {
    margin-top: 45px !important;
  }

  .tbsp-mt46 {
    margin-top: 46px !important;
  }

  .tbsp-mt47 {
    margin-top: 47px !important;
  }

  .tbsp-mt48 {
    margin-top: 48px !important;
  }

  .tbsp-mt49 {
    margin-top: 49px !important;
  }

  .tbsp-mt50 {
    margin-top: 50px !important;
  }

  .tbsp-mt51 {
    margin-top: 51px !important;
  }

  .tbsp-mt52 {
    margin-top: 52px !important;
  }

  .tbsp-mt53 {
    margin-top: 53px !important;
  }

  .tbsp-mt54 {
    margin-top: 54px !important;
  }

  .tbsp-mt55 {
    margin-top: 55px !important;
  }

  .tbsp-mt56 {
    margin-top: 56px !important;
  }

  .tbsp-mt57 {
    margin-top: 57px !important;
  }

  .tbsp-mt58 {
    margin-top: 58px !important;
  }

  .tbsp-mt59 {
    margin-top: 59px !important;
  }

  .tbsp-mt60 {
    margin-top: 60px !important;
  }

  .tbsp-mt61 {
    margin-top: 61px !important;
  }

  .tbsp-mt62 {
    margin-top: 62px !important;
  }

  .tbsp-mt63 {
    margin-top: 63px !important;
  }

  .tbsp-mt64 {
    margin-top: 64px !important;
  }

  .tbsp-mt65 {
    margin-top: 65px !important;
  }

  .tbsp-mt66 {
    margin-top: 66px !important;
  }

  .tbsp-mt67 {
    margin-top: 67px !important;
  }

  .tbsp-mt68 {
    margin-top: 68px !important;
  }

  .tbsp-mt69 {
    margin-top: 69px !important;
  }

  .tbsp-mt70 {
    margin-top: 70px !important;
  }

  .tbsp-mt71 {
    margin-top: 71px !important;
  }

  .tbsp-mt72 {
    margin-top: 72px !important;
  }

  .tbsp-mt73 {
    margin-top: 73px !important;
  }

  .tbsp-mt74 {
    margin-top: 74px !important;
  }

  .tbsp-mt75 {
    margin-top: 75px !important;
  }

  .tbsp-mt76 {
    margin-top: 76px !important;
  }

  .tbsp-mt77 {
    margin-top: 77px !important;
  }

  .tbsp-mt78 {
    margin-top: 78px !important;
  }

  .tbsp-mt79 {
    margin-top: 79px !important;
  }

  .tbsp-mt80 {
    margin-top: 80px !important;
  }

  .tbsp-mt81 {
    margin-top: 81px !important;
  }

  .tbsp-mt82 {
    margin-top: 82px !important;
  }

  .tbsp-mt83 {
    margin-top: 83px !important;
  }

  .tbsp-mt84 {
    margin-top: 84px !important;
  }

  .tbsp-mt85 {
    margin-top: 85px !important;
  }

  .tbsp-mt86 {
    margin-top: 86px !important;
  }

  .tbsp-mt87 {
    margin-top: 87px !important;
  }

  .tbsp-mt88 {
    margin-top: 88px !important;
  }

  .tbsp-mt89 {
    margin-top: 89px !important;
  }

  .tbsp-mt90 {
    margin-top: 90px !important;
  }

  .tbsp-mt91 {
    margin-top: 91px !important;
  }

  .tbsp-mt92 {
    margin-top: 92px !important;
  }

  .tbsp-mt93 {
    margin-top: 93px !important;
  }

  .tbsp-mt94 {
    margin-top: 94px !important;
  }

  .tbsp-mt95 {
    margin-top: 95px !important;
  }

  .tbsp-mt96 {
    margin-top: 96px !important;
  }

  .tbsp-mt97 {
    margin-top: 97px !important;
  }

  .tbsp-mt98 {
    margin-top: 98px !important;
  }

  .tbsp-mt99 {
    margin-top: 99px !important;
  }

  .tbsp-mt100 {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 48em) {
  body {
    font-size: 1.4rem;
  }

  .sp-hide {
    display: none !important;
  }

  .pc-only {
    display: none !important;
  }

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

  .tbsp-mt1 {
    margin-top: 1px !important;
  }

  .tbsp-mt2 {
    margin-top: 2px !important;
  }

  .tbsp-mt3 {
    margin-top: 3px !important;
  }

  .tbsp-mt4 {
    margin-top: 4px !important;
  }

  .tbsp-mt5 {
    margin-top: 5px !important;
  }

  .tbsp-mt6 {
    margin-top: 6px !important;
  }

  .tbsp-mt7 {
    margin-top: 7px !important;
  }

  .tbsp-mt8 {
    margin-top: 8px !important;
  }

  .tbsp-mt9 {
    margin-top: 9px !important;
  }

  .tbsp-mt10 {
    margin-top: 10px !important;
  }

  .tbsp-mt11 {
    margin-top: 11px !important;
  }

  .tbsp-mt12 {
    margin-top: 12px !important;
  }

  .tbsp-mt13 {
    margin-top: 13px !important;
  }

  .tbsp-mt14 {
    margin-top: 14px !important;
  }

  .tbsp-mt15 {
    margin-top: 15px !important;
  }

  .tbsp-mt16 {
    margin-top: 16px !important;
  }

  .tbsp-mt17 {
    margin-top: 17px !important;
  }

  .tbsp-mt18 {
    margin-top: 18px !important;
  }

  .tbsp-mt19 {
    margin-top: 19px !important;
  }

  .tbsp-mt20 {
    margin-top: 20px !important;
  }

  .tbsp-mt21 {
    margin-top: 21px !important;
  }

  .tbsp-mt22 {
    margin-top: 22px !important;
  }

  .tbsp-mt23 {
    margin-top: 23px !important;
  }

  .tbsp-mt24 {
    margin-top: 24px !important;
  }

  .tbsp-mt25 {
    margin-top: 25px !important;
  }

  .tbsp-mt26 {
    margin-top: 26px !important;
  }

  .tbsp-mt27 {
    margin-top: 27px !important;
  }

  .tbsp-mt28 {
    margin-top: 28px !important;
  }

  .tbsp-mt29 {
    margin-top: 29px !important;
  }

  .tbsp-mt30 {
    margin-top: 30px !important;
  }

  .tbsp-mt31 {
    margin-top: 31px !important;
  }

  .tbsp-mt32 {
    margin-top: 32px !important;
  }

  .tbsp-mt33 {
    margin-top: 33px !important;
  }

  .tbsp-mt34 {
    margin-top: 34px !important;
  }

  .tbsp-mt35 {
    margin-top: 35px !important;
  }

  .tbsp-mt36 {
    margin-top: 36px !important;
  }

  .tbsp-mt37 {
    margin-top: 37px !important;
  }

  .tbsp-mt38 {
    margin-top: 38px !important;
  }

  .tbsp-mt39 {
    margin-top: 39px !important;
  }

  .tbsp-mt40 {
    margin-top: 40px !important;
  }

  .tbsp-mt41 {
    margin-top: 41px !important;
  }

  .tbsp-mt42 {
    margin-top: 42px !important;
  }

  .tbsp-mt43 {
    margin-top: 43px !important;
  }

  .tbsp-mt44 {
    margin-top: 44px !important;
  }

  .tbsp-mt45 {
    margin-top: 45px !important;
  }

  .tbsp-mt46 {
    margin-top: 46px !important;
  }

  .tbsp-mt47 {
    margin-top: 47px !important;
  }

  .tbsp-mt48 {
    margin-top: 48px !important;
  }

  .tbsp-mt49 {
    margin-top: 49px !important;
  }

  .tbsp-mt50 {
    margin-top: 50px !important;
  }

  .tbsp-mt51 {
    margin-top: 51px !important;
  }

  .tbsp-mt52 {
    margin-top: 52px !important;
  }

  .tbsp-mt53 {
    margin-top: 53px !important;
  }

  .tbsp-mt54 {
    margin-top: 54px !important;
  }

  .tbsp-mt55 {
    margin-top: 55px !important;
  }

  .tbsp-mt56 {
    margin-top: 56px !important;
  }

  .tbsp-mt57 {
    margin-top: 57px !important;
  }

  .tbsp-mt58 {
    margin-top: 58px !important;
  }

  .tbsp-mt59 {
    margin-top: 59px !important;
  }

  .tbsp-mt60 {
    margin-top: 60px !important;
  }

  .tbsp-mt61 {
    margin-top: 61px !important;
  }

  .tbsp-mt62 {
    margin-top: 62px !important;
  }

  .tbsp-mt63 {
    margin-top: 63px !important;
  }

  .tbsp-mt64 {
    margin-top: 64px !important;
  }

  .tbsp-mt65 {
    margin-top: 65px !important;
  }

  .tbsp-mt66 {
    margin-top: 66px !important;
  }

  .tbsp-mt67 {
    margin-top: 67px !important;
  }

  .tbsp-mt68 {
    margin-top: 68px !important;
  }

  .tbsp-mt69 {
    margin-top: 69px !important;
  }

  .tbsp-mt70 {
    margin-top: 70px !important;
  }

  .tbsp-mt71 {
    margin-top: 71px !important;
  }

  .tbsp-mt72 {
    margin-top: 72px !important;
  }

  .tbsp-mt73 {
    margin-top: 73px !important;
  }

  .tbsp-mt74 {
    margin-top: 74px !important;
  }

  .tbsp-mt75 {
    margin-top: 75px !important;
  }

  .tbsp-mt76 {
    margin-top: 76px !important;
  }

  .tbsp-mt77 {
    margin-top: 77px !important;
  }

  .tbsp-mt78 {
    margin-top: 78px !important;
  }

  .tbsp-mt79 {
    margin-top: 79px !important;
  }

  .tbsp-mt80 {
    margin-top: 80px !important;
  }

  .tbsp-mt81 {
    margin-top: 81px !important;
  }

  .tbsp-mt82 {
    margin-top: 82px !important;
  }

  .tbsp-mt83 {
    margin-top: 83px !important;
  }

  .tbsp-mt84 {
    margin-top: 84px !important;
  }

  .tbsp-mt85 {
    margin-top: 85px !important;
  }

  .tbsp-mt86 {
    margin-top: 86px !important;
  }

  .tbsp-mt87 {
    margin-top: 87px !important;
  }

  .tbsp-mt88 {
    margin-top: 88px !important;
  }

  .tbsp-mt89 {
    margin-top: 89px !important;
  }

  .tbsp-mt90 {
    margin-top: 90px !important;
  }

  .tbsp-mt91 {
    margin-top: 91px !important;
  }

  .tbsp-mt92 {
    margin-top: 92px !important;
  }

  .tbsp-mt93 {
    margin-top: 93px !important;
  }

  .tbsp-mt94 {
    margin-top: 94px !important;
  }

  .tbsp-mt95 {
    margin-top: 95px !important;
  }

  .tbsp-mt96 {
    margin-top: 96px !important;
  }

  .tbsp-mt97 {
    margin-top: 97px !important;
  }

  .tbsp-mt98 {
    margin-top: 98px !important;
  }

  .tbsp-mt99 {
    margin-top: 99px !important;
  }

  .tbsp-mt100 {
    margin-top: 100px !important;
  }
}
.content-main._corporate {
  background-image: url(/common/img/bg01.svg), url(/common/img/bg02.svg);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
}

.inquiry-form iframe {
  border: 0;
  width: 100%;
}

.gmap iframe {
  max-width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .content-main {
    padding: 1px 20px;
  }
  .content-main > *:first-child {
    margin-top: 80px;
  }
  .content-main > *:last-child {
    margin-bottom: 120px;
  }

  .content-block {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .content-block._wide {
    max-width: 1120px;
  }

  .section-type01 {
    margin: 80px 0;
  }

  .small {
    font-size: 1.4rem;
  }

  .text-form {
    margin: 0 0 60px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .content {
    margin-top: 80px;
  }

  .hover-bg {
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s;
  }
  body.is-hover .hover-bg {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 64em) {
  body.is-open {
    overflow: hidden;
  }

  .content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 48em) {
  .content-main {
    padding: 1px 0;
    background-size: 140px auto;
  }
  .content-main > *:first-child {
    margin-top: 60px;
  }
  .content-main > *:last-child {
    margin-bottom: 80px;
  }

  .content-block {
    padding: 0 20px;
  }

  .section-type01 {
    margin: 60px 0 50px;
  }

  .small {
    font-size: 1.2rem;
  }

  .text-form {
    margin: 0 0 40px;
  }
}
.header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  transition: box-shadow 0.5s;
}
.header._shadow {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}

.header__logo {
  margin: 0;
  line-height: 1;
}
.header__logo a {
  color: #008837;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.header__logo span {
  font-family: "HelveticaLTPro-Bold";
}

@media print, screen and (min-width: 64.0625em) {
  .header {
    height: 80px;
  }

  .header__inner {
    display: flex;
    align-items: center;
  }

  .header__logo {
    margin: 0 0 0 40px;
  }
  .header__logo span {
    font-size: 1.4rem;
    margin: 5px 0 0 10px;
  }
  .header__logo img {
    width: 151px;
  }

  .header__nav {
    margin: 0 0 0 auto;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }

  .header__link {
    margin: 0 0 0 20px;
  }
}
@media screen and (min-width: 80.625em) {
  .header__logo img {
    width: 191px;
  }
  .header__logo span {
    font-size: 1.8rem;
  }

  .header__link {
    margin: 0 0 0 40px;
  }
}
@media screen and (max-width: 64em) {
  .header {
    height: 60px;
  }

  .header__inner {
    display: flex;
  }

  .header__logo {
    font-size: 0;
    padding: 20px 0 0 20px;
  }
  .header__logo span {
    font-size: 1.4rem;
    margin: 5px 0 0 5px;
  }
  .header__logo img {
    width: 117px;
  }

  .header__nav {
    margin-left: auto;
  }

  .header__link {
    margin: 0 60px 0 0;
  }
}
@media screen and (max-width: 25.5em) {
  .header__logo span {
    font-size: 1rem;
    margin: 5px 0 0 5px;
  }
}
@media screen and (max-width: 23.375em) {
  .header__logo {
    padding: 20px 0 0 8px;
  }
  .header__logo span {
    font-size: 1rem;
    margin: 5px 0 0 5px;
  }
}
.header-link__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.header-link__item {
  font-family: "HelveticaLTPro-Bold";
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.header-link__item a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: relative;
}
.header-link__item._type01 a {
  background-color: #19bf7f;
}
.header-link__item._type02 a::before {
  content: "";
  background: linear-gradient(135deg, #00A152 25%, #005094 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.header-link__item._type02 a::after {
  content: "";
  background: linear-gradient(135deg, #00A152 83%, #005094 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: opacity 0.3s;
  opacity: 0;
}
.header-link__item._type03 a {
  background-color: #d8b716;
}
.header-link__item._type04 a {
  background-color: #0AC62E;
}
.header-link__item._type05 a {
  background-color: #e89c42;
}

@media print, screen and (min-width: 64.0625em) {
  .header-link__item {
    font-size: 1.4rem;
    width: 90px;
  }
  .header-link__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    line-height: calc(21 / 14);
    transition: background 0.2s;
  }
  .header-link__item._small {
    font-size: 1.2rem;
  }
  .header-link__item._type01 a:hover {
    background-color: #178457;
  }
  .header-link__item._type02 a:hover::after {
    opacity: 1;
  }
  .header-link__item._type03 a:hover {
    background-color: #d69f18;
  }
  .header-link__item._type04 a:hover {
    background-color: #1fad17;
  }
  .header-link__item._type05 a:hover {
    background-color: #e58842;
  }
}
@media screen and (max-width: 64em) {
  .header-link__item {
    font-size: 1.2rem;
    width: 60px;
  }
  .header-link__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    line-height: 1.2;
  }
  .header-link__item._type01, .header-link__item._type02 {
    display: none;
  }
}
.global-nav__item > a, .global-nav__item > button {
  appearance: none;
  padding: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

@media print, screen and (min-width: 64.0625em) {
  .global-nav._corporate .global-nav__item > a::after, .global-nav._corporate .global-nav__item > button::after {
    background: linear-gradient(90deg, #00A152 54%, #005094 100%);
  }
  .global-nav._recruit .global-nav__item > a::after, .global-nav._recruit .global-nav__item > button::after {
    background: linear-gradient(90deg, #00A152 54%, #CED900 100%);
  }

  .global-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
  }

  .global-nav__item + .global-nav__item {
    margin-left: 30px;
  }
  .global-nav__item > a, .global-nav__item > button {
    color: #444;
    text-decoration: none;
    font-size: 1.4rem;
    line-height: 80px;
    position: relative;
    display: block;
    cursor: pointer;
  }
  .global-nav__item > a::after, .global-nav__item > button::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: width 0.2s;
  }
  .global-nav__item > a:hover::after, .global-nav__item > button:hover::after {
    width: 100%;
  }
  .global-nav__item._has-sub.is-hover > button::after {
    width: 100%;
  }
  .global-nav__item._has-sub.is-hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }

  .global-nav__button,
.global-nav__links {
    display: none;
  }
}
@media screen and (min-width: 80.625em) {
  .global-nav__item + .global-nav__item {
    margin-left: 35px;
  }
  .global-nav__item > a, .global-nav__item > button {
    font-size: 1.6rem;
  }
}
@media print, screen and (max-width: 69.5em) {
  .global-nav__item + .global-nav__item {
    margin-left: 24px;
  }
  .global-nav__item > a, .global-nav__item > button {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 64em) {
  .global-nav {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(var(--vh, 100vh) - 60px);
    padding: 30px 20px;
    overflow: auto;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
  }
  .is-open .global-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .global-nav._corporate {
    background-color: #f5f7f7;
  }
  .global-nav._recruit {
    display: none;
  }

  .global-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #d3d3d3;
  }

  .global-nav__item {
    font-family: "FOT-ロダン ProN B";
    border-top: 1px solid #d3d3d3;
  }
  .global-nav__item + .global-nav__item {
    margin-left: 0px;
  }
  .global-nav__item > a, .global-nav__item > button {
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    width: 100%;
    height: 52px;
    padding: 0 0 0 10px;
    color: #444;
    text-decoration: none;
    box-sizing: border-box;
  }
  .global-nav__item._has-sub > button {
    position: relative;
  }
  .global-nav__item._has-sub > button::before, .global-nav__item._has-sub > button::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #00a152;
    position: absolute;
    top: 50%;
    right: 10px;
    transition: transform 0.2s;
  }
  .global-nav__item._has-sub > button::before {
    transform: translateY(-50%);
  }
  .global-nav__item._has-sub > button::after {
    transform: translateY(-50%) rotate(90deg);
  }
  .global-nav__item._has-sub > button._open::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .global-nav__item._has-sub > button._open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .global-nav__item._has-sub.is-open > button::before {
    transform: translateY(-50%) rotate(180deg);
  }
  .global-nav__item._has-sub.is-open > button::after {
    transform: translateY(-50%);
  }

  .global-nav__button {
    font-family: "HelveticaLTPro-Bold";
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    height: 64px;
    border-radius: 8px;
    position: relative;
    margin: 40px 0 0;
    padding: 4px 0 0;
    box-sizing: border-box;
  }
  .global-nav__button::before {
    content: "";
    width: 25px;
    height: 25px;
    background-size: 25px auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .global-nav__button._corporate::before {
    background-image: url(/common/img/arrow01.svg);
  }
  .global-nav__button._recruit {
    background: linear-gradient(135deg, #53D46A 55%, #B7ED61 100%);
  }
  .global-nav__button._recruit::before {
    background-image: url(/common/img/arrow04.svg);
  }

  .global-nav__links {
    margin: 65px 0 0;
    padding: 0 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .global-nav__link {
    margin: 0 auto 0 0;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    border-radius: 25px;
    font-size: 1.4rem;
    font-family: "HelveticaLTPro-Bold";
    color: #fff;
    text-decoration: none;
    background-color: #19bf7f;
    text-align: center;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .sub-nav {
    display: block !important;
    background-color: #fff;
    position: absolute;
    top: 81px;
    left: 50%;
    width: 81.9912152269%;
    padding: 60px 50px 50px;
    border-radius: 7px;
    box-shadow: 4.4px 4.4px 5.5px rgba(0, 0, 0, 0.2);
    transform: translateX(-50%) translateY(-10px);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
    box-sizing: border-box;
  }

  .sub-nav__header {
    text-align: center;
  }

  .sub-nav__lead {
    font-size: 4rem;
    font-family: "HelveticaLTPro-Bold";
    line-height: 1;
    margin: 0;
  }
  ._corporate .sub-nav__lead {
    color: #008837;
  }
  ._recruit .sub-nav__lead {
    color: #0fba24;
  }

  .sub-nav__title {
    font-size: 1.6rem;
    font-family: "FOT-ロダン ProN B";
    margin: 16px 0 0;
  }

  .sub-nav__list {
    list-style: none;
    margin: 50px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 40px;
  }
  .sub-nav__list._2column {
    max-width: 600px;
  }
  .sub-nav__list._2column .sub-nav__item {
    width: calc((100% - 40px * 1) / 2.0001);
  }
  .sub-nav__list._3column {
    max-width: 920px;
  }
  .sub-nav__list._3column .sub-nav__item {
    width: calc((100% - 40px * 2) / 3.0001);
  }

  .sub-nav__item {
    position: relative;
  }
  ._corporate .sub-nav__item::after {
    background: linear-gradient(90deg, #00A152 55%, #005094 100%);
  }
  ._corporate .sub-nav__item a::after {
    background-image: url(/common/img/arrow02.svg);
  }
  ._recruit .sub-nav__item::after {
    background: linear-gradient(90deg, #00A152 55%, #CED900 100%);
  }
  ._recruit .sub-nav__item a::after {
    background-image: url(/common/img/arrow05.svg);
  }
  ._recruit .sub-nav__item--arrow-type01 a::after {
    background-image: url(/common/img/arrow09.svg);
  }
  ._recruit .sub-nav__item--arrow-type02 a::after {
    background-image: url(/common/img/arrow10.svg);
  }
  .sub-nav__item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
  }
  .sub-nav__item a {
    display: flex;
    align-items: center;
    height: 65px;
    font-size: 1.6rem;
    padding: 0 40px 0 10px;
    text-decoration: none;
    color: #444;
    position: relative;
  }
  .sub-nav__item a::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    width: 89.2857142857%;
    background-color: #c4c4c4;
    z-index: 1;
    transition: width 0.2s;
  }
  .sub-nav__item a::after {
    content: "";
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .sub-nav__item a:hover::before {
    width: 0;
  }
}
@media screen and (max-width: 64em) {
  .sub-nav {
    padding: 5px 0 10px 10px;
    display: none;
  }

  .sub-nav__header {
    display: none;
  }

  .sub-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .sub-nav__item {
    font-size: 1.4rem;
  }
  .sub-nav__item a {
    padding: 0 0 0 18px;
    height: 44px;
    display: flex;
    align-items: center;
    color: #444;
    text-decoration: none;
    background-image: url(/common/img/arrow03.svg);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: left center;
  }
}
.sp-nav {
  background-color: #edf7f2;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 100vh) - 60px);
  padding: 30px 20px;
  overflow: auto;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}
.is-open .sp-nav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.sp-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

.sp-nav__item {
  width: 50%;
  border-bottom: 1px solid #d3ddd3;
  box-sizing: border-box;
}
.sp-nav__item:nth-child(1) {
  width: 100%;
}
.sp-nav__item:nth-child(even) {
  border-right: 1px solid #d3ddd3;
}
.sp-nav__item:nth-last-child(2):nth-child(even), .sp-nav__item:last-child {
  border-bottom: 0;
}
.sp-nav__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #444;
  text-decoration: none;
  text-align: center;
  height: 53px;
  line-height: 1.4;
  padding: 0 10px;
}

.sp-nav__button {
  font-family: "HelveticaLTPro-Bold";
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  height: 64px;
  position: relative;
  margin: 40px 0 0;
  padding: 4px 0 0;
  box-sizing: border-box;
}
.sp-nav__button::before {
  content: "";
  width: 25px;
  height: 25px;
  background-size: 25px auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.sp-nav__button._corporate {
  background: linear-gradient(135deg, #00A152 55%, #005094 100%);
}
.sp-nav__button._corporate::before {
  background-image: url(/common/img/arrow01.svg);
}

.sp-nav__links {
  margin: 65px 0 0;
  padding: 0 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 64.0625em) {
  .sp-nav {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .sp-menu {
    display: none;
  }
}
@media screen and (max-width: 64em) {
  .sp-menu {
    margin: 0;
    z-index: 110;
    position: absolute;
    right: 0;
    top: 0;
  }

  .sp-menu__link {
    appearance: none;
    padding: 0;
    border: 0;
    display: block;
    text-decoration: none;
    width: 60px;
    height: 60px;
    overflow: hidden;
    box-sizing: border-box;
  }
  ._corporate .sp-menu__link {
    background: linear-gradient(90deg, #00A152 25%, #005094 100%);
  }
  ._recruit .sp-menu__link {
    background: linear-gradient(90deg, #2DB246 25%, #46CE4A 100%);
  }

  body.is-open .sp-menu__icon {
    background: transparent !important;
  }
  body.is-open .sp-menu__icon:before {
    margin-top: 0;
    transform: rotate(-45deg);
  }
  body.is-open .sp-menu__icon:after {
    bottom: auto;
    top: 50%;
    margin-bottom: 0;
    transform: rotate(-135deg);
  }

  .sp-menu__button {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0;
  }

  .sp-menu__icon {
    font-size: 0;
    text-indent: -9999px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 2px;
    margin: -1px 0 0 -15px;
    background: #fff;
  }
  .sp-menu__icon:before, .sp-menu__icon:after {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    transition: transform 0.2s;
    background: #fff;
  }
  .sp-menu__icon:before {
    top: 50%;
    margin-top: -8px;
  }
  .sp-menu__icon:after {
    bottom: 50%;
    margin-bottom: -8px;
  }
}
.footer {
  background-color: #00a152;
  color: #fff;
}

.footer__copyright small {
  font-style: normal;
}

@media print, screen and (min-width: 48.0625em) {
  .footer {
    padding: 0 20px;
  }

  .footer__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 75px 0 60px;
  }

  .footer__lower {
    border-top: 1px solid #fff;
    padding: 45px 0 0;
    margin: 70px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer__sns {
    margin: 0 35px 0 auto;
  }

  .footer__copyright small {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 48em) {
  .footer__nav {
    display: none;
  }

  .footer__lower {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 60px 20px 80px;
  }

  .footer__logo {
    order: 2;
    margin: 0 0 25px;
  }
  .footer__logo img {
    width: 236px;
  }

  .footer__sns {
    order: 1;
    margin: 0 0 50px;
  }

  .footer__copyright {
    order: 3;
  }
  .footer__copyright small {
    font-size: 1rem;
  }
}
.footer-nav {
  display: flex;
  gap: 20px;
}

.footer-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: calc((100% - 20px * 4) / 5.0001);
}
.footer-nav__list:last-child {
  padding-top: 2.5em;
}

.footer-nav__item {
  line-height: 1.4;
}
.footer-nav__item a {
  color: #fff;
  text-decoration: none;
}
.footer-nav__item a:hover {
  text-decoration: underline;
}
.footer-nav__item:not(._sub) {
  font-size: 1.6rem;
  font-family: "FOT-ロダン ProN B";
  margin-bottom: 1.2em;
}
.footer-nav__item._sub {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}
.footer-nav__item + .footer-nav__item:not(._sub) {
  margin-top: 1.5em;
}

.pagetop {
  position: fixed;
  z-index: 5;
}

@media print, screen and (min-width: 48.0625em) {
  .pagetop {
    bottom: 20px;
    right: 20px;
    transition: transform 0.3s;
  }
  .pagetop:hover {
    transform: rotateZ(360deg);
  }
}
@media screen and (max-width: 48em) {
  .pagetop {
    bottom: 10px;
    right: 10px;
  }
  .pagetop img {
    width: 60px;
    height: 60px;
  }
}
.mainvisual {
  position: relative;
}

.mainvisual__img img {
  width: 100%;
  object-fit: cover;
}

.mainvisual__text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 10px;
  white-space: nowrap;
  box-sizing: border-box;
}

.mainvisual__title {
  margin: 0;
  color: #fff;
  font-family: "FOT-ロダン ProN B";
  text-shadow: 0 0 7px rgba(0, 34, 0, 0.95);
}

.mainvisual__lead {
  margin: 0;
  line-height: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .mainvisual__title {
    font-size: 5.5rem;
    line-height: 1.4545454545;
  }

  .mainvisual__lead {
    margin: 45px 0 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .mainvisual__img img {
    height: calc(var(--vh, 100vh) - 80px);
    min-height: 600px;
  }
}
@media screen and (max-width: 64em) {
  .mainvisual__img img {
    height: calc(var(--vh, 100vh) - 60px);
  }
}
@media screen and (max-width: 48em) {
  .mainvisual__title {
    font-size: 3.4rem;
    line-height: 1.4088235294;
  }

  .mainvisual__lead {
    margin: 45px 0 0;
  }
}
.page-title {
  background: linear-gradient(90deg, #FCFCFC 0%, #EDEDED 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
  line-height: 1.4;
  padding: 10px 20px;
  box-sizing: border-box;
}

.page-title__title {
  margin: 0;
  font-family: "FOT-ロダン ProN B";
}
body._corporate .page-title__title {
  color: #008738;
}
body._recruit .page-title__title {
  color: #0fba24;
}

.page-title__sub {
  margin: 0;
  font-family: "HelveticaLTPro-Bold";
}
body._corporate .page-title__sub {
  color: #084a77;
}
body._recruit .page-title__sub {
  color: #92c100;
}

@media print, screen and (min-width: 48.0625em) {
  .page-title {
    height: 237px;
  }

  .page-title__title {
    font-size: 4rem;
  }

  .page-title__sub {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .page-title {
    min-height: 157px;
  }

  .page-title__title {
    font-size: 2.8rem;
  }

  .page-title__sub {
    font-size: 1.6rem;
    margin: 20px 0 0;
  }
}
.top-section01 {
  overflow: hidden;
  background-image: url(/common/img/top_bg01.png), url(/common/img/top_bg02.png);
  background-repeat: no-repeat;
}

.top-section01__title {
  position: relative;
  margin: 0;
}
.top-section01__title h2 {
  margin: 0;
  color: #106837;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.top-section01__title i {
  font-style: normal;
  font-family: "HelveticaLTPro-Bold";
  color: #f5f7f7;
  position: absolute;
}

.top-section01__description {
  position: relative;
  z-index: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .top-section01 {
    padding: 0 20px;
    background-position: right top 67px, left bottom;
    background-size: 455px auto, 470px auto;
  }

  .top-section01__inner {
    max-width: 1120px;
    margin: 130px auto 135px;
    display: flex;
  }

  .top-section01__text {
    width: 43.75%;
    flex-shrink: 0;
    margin: -35px 8.0357142857% 0 0;
  }

  .top-section01__title {
    padding: 35px 0 105px;
  }
  .top-section01__title h2 {
    font-size: 4rem;
  }
  .top-section01__title i {
    font-size: 11.7rem;
    font-size: 9.8319327731vw;
    line-height: 0.8034188034;
    top: 10px;
    left: 0;
  }

  .top-section01__description {
    margin-top: -65px;
  }

  .top-section01__button {
    margin: 55px 0 0;
  }

  .top-section01__img {
    margin: 25px -130px 0 0;
  }
}
@media screen and (min-width: 80.625em) {
  .top-section01__title i {
    font-size: 11.7rem;
  }
}
@media screen and (max-width: 48em) {
  .top-section01 {
    padding: 20px 20px 80px;
    background-position: right 84px, left bottom;
    background-size: 245px auto, 265px auto;
  }

  .top-section01__title {
    padding: 35px 0 40px;
  }
  .top-section01__title h2 {
    font-size: 2.8rem;
    text-align: center;
    display: block;
  }
  .top-section01__title i {
    font-size: 7.4rem;
    line-height: 0.7702702703;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -36px;
  }

  .top-section01__description {
    margin: 20px 10px;
  }
}
.top-section02 {
  position: relative;
}

.top-section02__img img {
  object-fit: cover;
  width: 100%;
}

.top-section02__inner {
  background-color: #fff;
  box-sizing: border-box;
}

.top-section02__title {
  position: relative;
  margin: 0;
  text-align: center;
}
.top-section02__title h2 {
  margin: 0;
  color: #106837;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.top-section02__title i {
  font-style: normal;
  font-family: "HelveticaLTPro-Bold";
  color: #f5f7f7;
  position: absolute;
  top: 0;
  left: 50%;
  line-height: 1;
  transform: translateX(-50%);
}

.top-section02__description {
  margin-top: 0;
}

.top-section02__button {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 48.0625em) {
  .top-section02__img img {
    height: 400px;
  }

  .top-section02__inner {
    border-radius: 6px;
    width: 95vw;
    max-width: 1120px;
    padding: 70px 40px 60px;
    position: absolute;
    top: 160px;
    left: 50%;
    transform: translateX(-50%);
  }

  .top-section02__head {
    max-width: 720px;
    margin: 0 auto;
  }

  .top-section02__title {
    padding: 20px 0 35px;
  }
  .top-section02__title h2 {
    font-size: 4rem;
  }
  .top-section02__title i {
    font-size: 11rem;
  }

  .top-section02__description {
    text-align: center;
  }

  .top-section02__button {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .top-section02__img img {
    height: 400px;
  }

  .top-section02__inner {
    overflow: hidden;
    border-radius: 6px;
    padding: 38px 20px 40px;
    position: absolute;
    top: 180px;
    left: 20px;
    right: 20px;
  }

  .top-section02__head {
    margin-left: -20px;
    margin-right: -20px;
  }

  .top-section02__title {
    padding: 10px 0 10px;
  }
  .top-section02__title h2 {
    font-size: 2.8rem;
  }
  .top-section02__title i {
    font-size: 5.8rem;
  }

  .top-section02__button {
    margin: 30px 0 0;
  }
}
.top-section03 {
  overflow: hidden;
  background-color: #f4f4f4;
  background-image: url(/common/img/top_bg03.png), url(/common/img/top_bg04.png);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
}

.top-section03__title {
  position: relative;
  margin: 0;
  text-align: center;
}
.top-section03__title h2 {
  margin: 0;
  color: #106837;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.top-section03__title i {
  font-style: normal;
  font-family: "HelveticaLTPro-Bold";
  color: #f9f9f9;
  position: absolute;
  line-height: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .top-section03 {
    padding: 0 20px;
    background-size: 415px auto, 850px auto;
  }

  .top-section03__inner {
    max-width: 1120px;
    margin: 0 auto;
    padding: 260px 0 80px;
    box-sizing: border-box;
  }

  .top-section03__title {
    padding: 30px 0 10px;
    margin: 0 0 40px;
  }
  .top-section03__title h2 {
    font-size: 4rem;
  }
  .top-section03__title i {
    font-size: 11rem;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 48em) {
  .top-section03 {
    background-size: 260px auto, 375px auto;
  }

  .top-section03__inner {
    margin: 0 auto;
    padding: 180px 0 60px;
    box-sizing: border-box;
  }

  .top-section03__title {
    margin: 0 0 40px;
  }
  .top-section03__title h2 {
    font-size: 2.8rem;
  }
  .top-section03__title i {
    font-size: 5.4rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
.top-section04 {
  overflow: hidden;
  position: relative;
  background-color: #7cc496;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.top-section04__media {
  width: 100%;
  height: 0;
  position: relative;
}
.top-section04__media video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: auto;
}
.top-section04__media::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
}

.top-section04__inner {
  text-decoration: none;
  color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.top-section04__text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.top-section04__title {
  margin: 0;
}

.top-section04__lead {
  margin: 0;
  line-height: 1;
}

@media print, screen and (min-width: 48.0625em) {
  .top-section04 {
    background-image: url(/common/img/top_bg06_pc.jpg);
  }
  .top-section04::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #7cc496;
    transition: transform 0.2s;
  }
  .top-section04:hover::after {
    transform: translateX(100%);
  }

  .top-section04__media {
    padding-top: 33.6749633968%;
  }
  .top-section04__media video {
    width: 110%;
  }
  .top-section04__media::after {
    background-image: url(/common/img/texture01.gif);
  }

  .top-section04__text {
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .top-section04__title {
    width: 29.5754026354vw;
  }

  .top-section04__lead {
    font-size: 2.4rem;
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .top-section04 {
    background-image: url(/common/img/top_bg06_sp.jpg);
  }

  .top-section04__media {
    padding-top: 52.2666666667%;
  }
  .top-section04__media video {
    width: 160%;
  }
  .top-section04__media::after {
    background-image: url(/common/img/texture02.gif);
  }

  .top-section04__title img {
    width: 48vw;
    height: auto;
  }

  .top-section04__lead {
    font-size: 1.8rem;
    margin: 20px 0 0;
  }
}
.link[href*=http]::after, .link[href*=".pdf"]::after, .link[href*=".doc"]::after, .link[href*=".docx"]::after, .link[href*=".xlsx"]::after, .link[href*=".xlsm"]::after, .link._file::after {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
.link[href*=http]::after {
  background-image: url(/common/img/icon_link_outside.svg);
}
.link[href*=http]::after {
  background-image: url(/common/img/icon_link_outside.svg);
}
.link[href*=".pdf"]::after {
  background-image: url(/common/img/icon_link_pdf.svg);
}
.link[href*=".doc"]::after, .link[href*=".docx"]::after {
  background-image: url(/common/img/icon_link_word.svg);
}
.link[href*=".xlsx"]::after, .link[href*=".xlsm"]::after {
  background-image: url(/common/img/icon_link_excel.svg);
}
.link._file::after {
  background-image: url(/common/img/icon_link_file.svg);
}

@media print, screen and (min-width: 48.0625em) {
  .link::after {
    margin: 0 5px 0 8px;
  }
  .link[href*=".pdf"]::after, .link[href*=".doc"]::after, .link[href*=".docx"]::after, .link[href*=".xlsx"]::after, .link[href*=".xlsm"]::after, .link._file::after {
    width: 13px;
    height: 15px;
  }
  .link[href*=http]::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 48em) {
  .link::after {
    margin: 0 5px 0 8px;
  }
  .link[href*=".pdf"]::after, .link[href*=".doc"]::after, .link[href*=".docx"]::after, .link[href*=".xlsx"]::after, .link[href*=".xlsm"]::after {
    width: 11px;
    height: 14px;
    background-size: 11px auto;
    margin: 8px 5px 0 8px;
    vertical-align: top;
  }
  .link._file::after {
    width: 8px;
    height: 11px;
    background-size: 8px auto;
  }
  .link[href*=http]::after {
    width: 10px;
    height: 10px;
    background-size: 10px auto;
  }
}
.button-group-title {
  text-align: center;
  font-family: "FOT-ロダン ProN B";
  color: #666;
  line-height: 1;
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .button-group {
    margin: 40px 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 60px;
  }
  .button-group._block {
    justify-content: space-between;
  }
  .button-group._max {
    gap: 44px;
  }
  .button-group._max > * {
    width: 100%;
    max-width: none !important;
  }

  .button-group-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 48em) {
  .button-group {
    margin: 30px 0;
  }
  .button-group > * + * {
    margin-top: 20px;
  }
  .button-group._sp-horizon {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
  }
  .button-group._sp-horizon > * + * {
    margin-top: 0;
  }

  .button-group-title {
    font-size: 2.4rem;
  }
}
.button-type01 {
  appearance: none;
  border: 0;
  border-radius: 0;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 0 50px;
  box-sizing: border-box;
}
.button-type01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s, transform 0.2s;
}
.button-type01::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
.button-type01 span {
  position: relative;
  z-index: 1;
}
.button-type01._corporate {
  background-color: #00a152;
}
.button-type01._corporate::before {
  background: linear-gradient(135deg, #00A152 55%, #005094 100%);
}
.button-type01._corporate::after {
  background-image: url(/common/img/arrow01.svg);
}
.button-type01._recruit {
  background-color: #53D46A;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.button-type01._recruit::before {
  background: linear-gradient(135deg, #53D46A 55%, #B7ED61 100%);
}
.button-type01._recruit::after {
  background-image: url(/common/img/arrow04.svg);
}
.button-type01._recruit--arrow-type01::after {
  background-image: url(/common/img/arrow07.svg);
}
.button-type01._recruit--arrow-type02::after {
  background-image: url(/common/img/arrow08.svg);
}
.button-type01._prev::after {
  transform: translateY(-50%) rotate(180deg);
}
.button-type01._next::after {
  left: auto;
  right: 20px;
}

@media print, screen and (min-width: 48.0625em) {
  .button-type01 {
    font-size: 1.6rem;
    max-width: 380px;
    height: 80px;
  }
  .button-type01:hover::before {
    transform: translateX(50%);
  }
  .button-type01._small {
    max-width: 266px;
    height: 65px;
  }
  .button-type01._prev {
    margin-right: auto;
  }
  .button-type01._next {
    margin-left: auto;
  }
}
@media screen and (max-width: 64em) {
  .button-type01 {
    font-size: 1.4rem;
    height: 64px;
  }
}
.button-type02 {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}
.button-type02 span {
  margin: 0 auto;
}
.button-type02 i {
  font-size: 0;
}
.button-type02 svg {
  fill: #fff;
}
.button-type02._facebook {
  background-color: #3b5998;
}
.button-type02._twitter {
  background-color: #00acee;
}
.button-type02._recruit {
  border-radius: 8px;
}

@media print, screen and (min-width: 48.0625em) {
  .button-type02 {
    height: 62px;
    width: 100%;
    max-width: 285px;
    padding: 0 26px 0 16px;
    transition: opacity 0.2s;
  }
  .button-type02:hover {
    opacity: 0.85;
  }
  .button-type02._facebook svg {
    width: 28px;
    height: auto;
  }
  .button-type02._twitter svg {
    width: 35px;
    height: auto;
  }
}
@media screen and (max-width: 48em) {
  .button-type02 {
    height: 48px;
    padding: 0 5px 0 7px;
  }
  .button-type02._facebook svg {
    width: 20px;
    height: auto;
  }
  .button-type02._twitter svg {
    width: 25px;
    height: auto;
  }
}
.tab-list01__button {
  width: 100%;
  appearance: none;
  background-color: #fff;
  border: 0;
  border-radius: 2px;
  color: #6baa86;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.2s, color 0.2s;
  box-sizing: border-box;
}
.tab-list01__button._active {
  background-color: #4c4c4c;
  color: #fff;
}

.tab-body01__item {
  display: none;
}

@media print, screen and (min-width: 48.0625em) {
  .tab-list01__list {
    margin: 0 0 35px;
    display: flex;
    gap: 17px;
  }

  .tab-list01__item {
    width: 100%;
  }

  .tab-list01__button {
    height: 64px;
    font-size: 1.6rem;
  }
  .tab-list01__button:hover {
    background-color: #4c4c4c;
    color: #fff;
  }
}
@media screen and (max-width: 48em) {
  .tab-list01 {
    margin: -20px 0 40px;
  }
  .tab-list01 .slick-dots {
    list-style: none;
    margin: 0;
    padding: 10px 0 0;
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .tab-list01 .slick-dots button {
    appearance: none;
    padding: 0;
    background-color: transparent;
    font-size: 0;
    text-indent: -9999px;
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #4c4c4c;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .tab-list01 .slick-dots .slick-active button {
    background-color: #00a152;
    border-color: #00a152;
  }

  .tab-list01__list .slick-slide {
    padding: 10px 7px;
    outline: none;
  }

  .tab-list01__item {
    width: 150px;
  }

  .tab-list01__button {
    height: 53px;
    font-size: 1.4rem;
  }

  .tab-block01__body {
    margin: 0 20px;
  }
}
.topics-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
}

.topics-list01__item {
  border-top: 1px solid #c4c4c4;
}

.topics-list01__inner {
  text-decoration: none;
  color: #444;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}

.topics-list01__date {
  box-sizing: border-box;
}

.topics-list01__category {
  text-align: center;
  color: #00a152;
  border: 1px solid;
  border-image: linear-gradient(135deg, #00A152 55%, #005094 100%) 1;
}

@media print, screen and (min-width: 48.0625em) {
  .topics-list01__inner {
    font-size: 1.6rem;
    line-height: 1.75;
    padding: 30px 0;
    position: relative;
  }
  .topics-list01__inner::after {
    content: "";
    background-image: url(/common/img/arrow03.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: transform 0.2s;
  }
  .topics-list01__inner:hover::after {
    transform: translateX(10px);
  }
  .topics-list01__inner:hover .topics-list01__title {
    color: #106837;
  }

  .topics-list01__date {
    width: 14.7321428571%;
    padding: 0 0 0 5px;
    min-width: 120px;
    flex-shrink: 0;
    line-height: 35px;
  }

  .topics-list01__category {
    width: 160px;
    line-height: 33px;
    margin: 0 4.8214285714% 0 0;
    flex-shrink: 0;
  }

  .topics-list01__title {
    width: 100%;
    padding: 3px 50px 0 0;
    transition: color 0.2s;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 48em) {
  .topics-list01__inner {
    flex-wrap: wrap;
    padding: 20px 0 16px;
  }

  .topics-list01__date {
    line-height: 23px;
  }

  .topics-list01__category {
    margin: 0 0 0 auto;
    width: 80px;
    line-height: 21px;
    font-size: 1rem;
  }

  .topics-list01__title {
    width: 100%;
    margin: 16px 0 0;
    padding: 0 20px 0 0;
    background-image: url(/common/img/arrow03.svg);
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.topics-list02 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  line-height: 1.4;
}

.topics-list02__inner {
  color: #444;
  text-decoration: none;
}

.topics-list02__date {
  margin: 0;
  color: #00a152;
}

.topics-list02__title {
  margin: 0;
  position: relative;
  padding-right: 20px;
}
.topics-list02__title::after {
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  width: 8px;
  height: 8.7708px;
  content: "";
  background-image: url(/common/img/arrow06.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media print, screen and (min-width: 48.0625em) {
  .topics-list02 {
    max-width: 1120px;
    margin: 0 auto;
  }

  .topics-list02__inner {
    padding: 10px 55px;
    height: 90px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
  }
  .topics-list02__inner:hover .topics-list02__title {
    color: #106837;
  }
  .topics-list02__inner:hover .topics-list02__title::after {
    transform: translate(10px, -50%);
  }

  .topics-list02__date {
    width: calc(140 / 1010 * 100%);
    min-width: 120px;
    flex-shrink: 0;
  }

  .topics-list02__title {
    width: 100%;
    padding: 0 40px 0 0;
    box-sizing: border-box;
    transition: color 0.2s;
  }
  .topics-list02__title::after {
    width: 12px;
    height: 12px;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: transform 0.2s;
  }
}
@media screen and (max-width: 48em) {
  .topics-list02__inner {
    display: block;
    padding: 20px;
  }

  .topics-list02__title {
    margin: 15px 0 0;
  }
}
.topics-list03__list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c4c4c4;
}

.topics-list03__item {
  border-top: 1px solid #c4c4c4;
}

.topics-list03__inner {
  text-decoration: none;
  color: #444;
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}

.topics-list03__date {
  color: #00a152;
  box-sizing: border-box;
}

@media print, screen and (min-width: 48.0625em) {
  .topics-list03__inner {
    font-size: 1.6rem;
    line-height: calc(28 / 16);
    padding: 30px 0;
    position: relative;
  }
  .topics-list03__inner::after {
    content: "";
    background-image: url(/common/img/arrow03.svg);
    background-repeat: no-repeat;
    background-position: right center;
    width: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    transition: transform 0.2s;
  }
  .topics-list03__inner:hover::after {
    transform: translateX(10px);
  }
  .topics-list03__inner:hover .topics-list03__title {
    color: #106837;
  }

  .topics-list03__date {
    width: calc(165 / 1120 * 100%);
    padding: 0 0 0 5px;
    min-width: 120px;
    flex-shrink: 0;
    line-height: 35px;
  }

  .topics-list03__title {
    width: 100%;
    padding: 3px 50px 0 0;
    transition: color 0.2s;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 48em) {
  .topics-list03__inner {
    flex-wrap: wrap;
    padding: 20px 0 16px;
  }

  .topics-list03__date {
    line-height: 23px;
  }

  .topics-list03__title {
    width: 100%;
    margin: 16px 0 0;
    padding: 0 20px 0 0;
    background-image: url(/common/img/arrow03.svg);
    background-size: 9px auto;
    background-repeat: no-repeat;
    background-position: right center;
  }
}
.sns-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.sns-list01__item a {
  width: 40px;
  height: 40px;
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #444;
  border-radius: 50%;
  box-sizing: border-box;
}
.sns-list01__item svg {
  width: 26px;
  height: 26px;
  fill: #444;
}
.sns-list01__item span {
  font-size: 0;
  text-indent: -9999px;
}
.sns-list01__item + .sns-list01__item {
  margin-left: 15px;
}

.sns-list02__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.sns-list02__item a {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
}
.sns-list02__item svg {
  fill: #fff;
  transition: transform 0.2s, fill 0.2s;
}
.sns-list02__item span {
  font-size: 0;
  text-indent: -9999px;
}

@media print, screen and (min-width: 48.0625em) {
  .sns-list02__item a {
    width: 35px;
    height: 35px;
    transition: background 0.2s;
  }
  .sns-list02__item a:hover {
    background-color: #fff;
  }
  .sns-list02__item a:hover svg {
    transform: scale(0.8, 0.8);
    fill: #00a152;
  }
  .sns-list02__item + .sns-list02__item {
    margin-left: 13px;
  }
}
@media screen and (max-width: 48em) {
  .sns-list02__item a {
    width: 40px;
    height: 40px;
  }
  .sns-list02__item svg {
    width: 24px;
    height: 24px;
  }
  .sns-list02__item + .sns-list02__item {
    margin-left: 15px;
  }
}
.list-type01 {
  list-style: none;
  padding: 0;
}
.list-type01 li {
  position: relative;
  padding: 0 0 0 20px;
}
.list-type01 li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}
.list-type01._corporate li::before {
  background-color: #00a152;
}
.list-type01._recruit li::before {
  background-color: #0fba24;
}

@media print, screen and (min-width: 48.0625em) {
  .list-type01 li + li {
    margin-top: 5px;
  }
  .list-type01 li::before {
    top: 13px;
  }
}
@media screen and (max-width: 48em) {
  .list-type01 li + li {
    margin-top: 5px;
  }
  .list-type01 li::before {
    top: 11px;
  }
}
.ol-type01 {
  list-style: none;
  counter-reset: item;
  padding: 0;
}
.ol-type01 > li {
  position: relative;
}
.ol-type01 > li > ul, .ol-type01 > li > ol {
  margin-bottom: 0;
}
.ol-type01 > li::before {
  counter-increment: item;
  content: counter(item) ".";
  font-family: "FOT-ロダン ProN B";
  position: absolute;
  left: 0;
  top: 0;
}
.ol-type01._corporate > li::before {
  color: #076da5;
}
.ol-type01._recruit > li::before {
  color: #74c600;
}

@media print, screen and (min-width: 48.0625em) {
  .ol-type01 > li {
    padding-left: 24px;
  }
}
@media screen and (max-width: 48em) {
  .ol-type01 > li {
    padding-left: 20px;
  }
}
.item-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list01__inner {
  display: block;
  color: #444;
  text-decoration: none;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0 0 10.41px rgba(0, 0, 0, 0.2);
}

.item-list01__title {
  color: #0fba24;
  font-family: "FOT-ロダン ProN B";
  margin: 0;
  text-align: center;
  line-height: 1.4;
}

.item-list01__description {
  margin: 0;
}

.item-list01__more {
  color: #00a152;
  font-size: 1.6rem;
  line-height: 45px;
  padding: 0 65px 0 0;
  display: block;
  text-align: right;
  background-image: url(/common/img/arrow05.svg);
  background-size: 45px auto;
  background-repeat: no-repeat;
  background-position: right center;
}

@media print, screen and (min-width: 48.0625em) {
  .item-list01__list {
    display: flex;
    flex-wrap: wrap;
    gap: 5.3571428571%;
  }

  .item-list01__item {
    display: flex;
    align-self: stretch;
    width: calc((100% - (60/1120*100%) * 1) / 2.0001);
  }
  .item-list01__item.item-list01__item--pc-width-auto {
    width: auto;
  }
  .item-list01__item.item-list01__item--pc-width-auto :where(img) {
    width: 100%;
  }

  .item-list01__inner {
    border-radius: 20px;
    position: relative;
    transition: box-shadow 0.3s;
  }
  .item-list01__inner:hover {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  }
  .item-list01__inner:hover .item-list01__img img {
    transform: scale(1.05, 1.05);
  }

  .item-list01__img {
    overflow: hidden;
  }
  .item-list01__img img {
    transition: transform 0.35s;
  }

  .item-list01__text {
    padding: 35px 7.5471698113% 115px;
  }

  .item-list01__title {
    font-size: 2.8rem;
    margin: 0 0 30px;
  }

  .item-list01__more {
    position: absolute;
    bottom: 40px;
    left: 40px;
    right: 40px;
  }
}
@media screen and (max-width: 48em) {
  .item-list01__item + .item-list01__item {
    margin-top: 40px;
  }

  .item-list01__inner {
    border-radius: 14px;
  }

  .item-list01__text {
    padding: 25px 20px 30px;
  }

  .item-list01__title {
    font-size: 2rem;
    margin: 0 0 20px;
  }

  .item-list01__more {
    margin: 15px 0 0;
  }
}
.item-list02__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.item-list02__item img {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .item-list02 {
    margin: 60px 0;
  }
  .item-list02._2column .item-list02__item {
    width: calc((100% - 15px * 1) / 2.0001);
  }
  .item-list02._3column .item-list02__item {
    width: calc((100% - 15px * 2) / 3.0001);
  }

  .item-list02__list {
    gap: 15px;
  }
}
@media screen and (max-width: 48em) {
  .item-list02 {
    margin: 40px 0;
  }

  .item-list02__list {
    gap: 7px;
  }

  .item-list02__item {
    width: calc((100% - 7px * 1) / 2.0001);
  }
}
.item-list03__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.item-list03__item img {
  width: 100%;
}

@media print, screen and (min-width: 48.0625em) {
  .item-list03 {
    margin: 40px 0;
  }
  .item-list03._2column .item-list03__item {
    width: calc((100% - 40px * 1) / 2.0001);
  }
  .item-list03._3column .item-list03__item {
    width: calc((100% - 40px * 2) / 3.0001);
  }

  .item-list03__list {
    gap: 40px;
  }
}
@media screen and (max-width: 48em) {
  .item-list03 {
    margin: 20px 0;
  }

  .item-list03__list {
    gap: 10px;
  }

  .item-list03__item {
    width: calc((100% - 10px * 1) / 2.0001);
  }
}
.item-list04__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.item-list04__item img {
  width: 100%;
}

.item-list04__img img {
  width: 100%;
}

.item-list04__text > *:first-child {
  margin-top: 0 !important;
}
.item-list04__text > *:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 48.0625em) {
  .item-list04 {
    margin: 40px 0;
  }
  .item-list04._2column .item-list04__item {
    width: calc((100% - 15px * 1) / 2.0001);
  }
  .item-list04._3column .item-list04__item {
    width: calc((100% - 15px * 2) / 3.0001);
  }

  .item-list04__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 15px;
  }

  .item-list04__text {
    margin: 15px 15px 0;
  }
}
@media screen and (max-width: 48em) {
  .item-list04 {
    margin: 40px 0;
  }

  .item-list04__item + .item-list04__item {
    margin-top: 30px;
  }

  .item-list04__text {
    margin: 20px 0 0;
  }
}
.item-list05__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.item-list05__inner {
  display: block;
  color: #444;
  text-decoration: none;
}

.item-list05__date {
  display: block;
  margin: 0;
  line-height: 1;
  color: #00a152;
}

.item-list05__title {
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .item-list05__list {
    display: flex;
    flex-wrap: wrap;
    gap: 80px 26px;
  }

  .item-list05__item {
    width: calc((100% - 26px * 2) / 3.0001);
  }

  .item-list05__inner:hover .item-list05__img {
    opacity: 0.7;
  }
  .item-list05__inner:hover .item-list05__title {
    text-decoration: underline;
  }

  .item-list05__img {
    transition: opacity 0.2s;
  }

  .item-list05__date {
    margin: 20px 0 0;
  }

  .item-list05__title {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    margin: 10px 0 0;
  }

  .item-list05__category {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .item-list05__item + .item-list05__item {
    margin-top: 40px;
  }

  .item-list05__img img {
    width: 100%;
  }

  .item-list05__date {
    margin: 20px 0 0;
  }

  .item-list05__title {
    font-size: 1.6rem;
    line-height: 1.75;
    margin: 10px 0 0;
  }

  .item-list05__category {
    margin: 15px 0 0;
  }
}
.heading-type02 {
  color: #fff;
  line-height: 1.2;
  margin: 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  font-family: "FOT-ロダン ProN B";
}
.heading-type02._corporate {
  background: linear-gradient(90deg, #00A152 25%, #005094 100%);
  position: relative;
  clip-path: polygon(var(--clip-x) 0, 100% 0, 100% 100%-var(--clip-y), 100%-var(--clip-x) 100%, 0 100%, 0 var(--clip-y));
}
.heading-type02._recruit {
  background: linear-gradient(135deg, #00A152 0%, #9BFF29 100%);
}
.anime-wrap .heading-type02, .anime-heading-wrap .heading-type02 {
  margin-top: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .heading-type02 {
    font-size: 4rem;
    min-height: 78px;
    padding: 10px 35px;
    margin: 60px 0 50px;
  }
  .heading-type02._corporate {
    --clip-x: 25px;
    --clip-y: 25px;
  }
  .heading-type02._recruit {
    border-radius: 12px;
  }
}
@media screen and (max-width: 48em) {
  .heading-type02 {
    font-size: 2.8rem;
    min-height: 78px;
    padding: 10px 22px;
    margin: 60px 0 30px;
  }
  .heading-type02._corporate {
    --clip-x: 20px;
    --clip-y: 20px;
  }
  .heading-type02._recruit {
    border-radius: 8px;
  }
}
.heading-type03 {
  font-family: "FOT-ロダン ProN B";
  line-height: 1.3333333333;
  position: relative;
}
.heading-type03::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.heading-type03._corporate {
  color: #008738;
}
.heading-type03._corporate::after {
  background: linear-gradient(90deg, #00A152 25%, #005094 100%);
}
.heading-type03._recruit {
  color: #0fba24;
}
.heading-type03._recruit::after {
  background: linear-gradient(90deg, #00A152 0%, #CED900 100%);
}
.anime-wrap .heading-type03, .anime-heading-wrap .heading-type03 {
  margin-top: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .heading-type03 {
    font-size: 3rem;
    margin: 50px 0 50px;
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 48em) {
  .heading-type03 {
    font-size: 2.4rem;
    margin: 50px 0 20px;
    padding: 0 0 30px;
  }
}
.indent-text {
  padding-left: 1em;
  text-indent: -1em;
}
.indent-text::before {
  content: "※";
}

.media-block._center .media-block__media {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.media-block._center .media-block__media figure {
  display: inline-block;
}
.media-block._center .media-block__text {
  margin: 20px 0 0;
}
.media-block._text-center .media-block__media figcaption {
  text-align: center;
}

.media-block__text *:first-child {
  margin-top: 0 !important;
}
.media-block__text *:last-child {
  margin-bottom: 0 !important;
}

.media-block__media {
  margin: 0;
}
.media-block__media figure {
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .media-block {
    margin: 50px 0;
  }
  .media-block._left {
    display: flex;
  }
  .media-block._left .media-block__media {
    max-width: 47.0703125%;
    margin-right: 5.859375%;
  }
  .media-block._right {
    display: flex;
    flex-direction: row-reverse;
  }
  .media-block._right .media-block__media {
    max-width: 47.0703125%;
    margin-left: 5.859375%;
  }
  .media-block._center .media-block__media {
    margin: 0 0 40px;
  }

  .media-block__media {
    flex-shrink: 0;
  }
  .media-block__media._center figcaption {
    text-align: center;
  }

  .media-block__text {
    width: 100%;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 48em) {
  .media-block {
    margin: 20px 0;
  }
  .media-block._sp-reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .media-block._sp-reverse .media-block__media {
    margin-bottom: 0;
    text-align: center;
  }
  .media-block._sp-reverse .media-block__text {
    margin-bottom: 30px;
  }

  .media-block__media {
    margin-bottom: 15px;
  }
  .media-block__media img {
    width: 100%;
  }
  .media-block__media._sp-center {
    text-align: center;
  }
  .media-block__media._sp-center figcaption {
    text-align: center;
  }
}
.table-type01 {
  width: 100%;
  box-sizing: border-box;
}
.table-type01:not(._vertical) {
  border-width: 1px;
  border-style: solid;
}
.table-type01:not(._vertical) :is(th, td):first-child {
  border-left: 0;
}
.table-type01 :is(th, td) {
  text-align: left;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
}
.table-type01 th {
  font-family: "FOT-ロダン ProN B";
  border-right-width: 0 !important;
}
.table-type01 th + td {
  border-left-width: 0 !important;
}
.table-type01._corporate {
  border-color: #80b7b1;
}
.table-type01._corporate :is(th, td) {
  border-color: #80b7b1;
}
.table-type01._corporate th {
  background-color: #ddede1;
  color: #084a77;
}
.table-type01._recruit {
  border-color: #bababa;
}
.table-type01._recruit :is(th, td) {
  border-color: #bababa;
}
.table-type01._recruit th {
  background-color: #f6fce3;
  color: #359e0e;
}

@media print, screen and (min-width: 48.0625em) {
  .table-type01 {
    margin: 40px 0;
  }
  .table-type01 :is(th, td) {
    padding: 15px 25px;
    box-sizing: border-box;
  }
  .table-type01 th {
    width: 29.6875%;
  }
}
@media screen and (max-width: 48em) {
  .table-type01 {
    margin: 30px 0;
  }
  .table-type01 :is(th, td) {
    padding: 10px 20px;
  }
  .table-type01._vertical :is(thead, tbody, tr, th, td) {
    display: block;
    border-bottom-width: 0;
  }
  .table-type01._vertical th {
    font-family: "FOT-ロダン ProN B";
    border-right-width: 1px !important;
    border-bottom-width: 0;
  }
  .table-type01._vertical th + td {
    border-top-width: 0;
    border-left-width: 1px !important;
  }
  .table-type01._vertical tr:last-child > *:last-child {
    border-bottom-width: 1px;
  }
}
.table-type02 {
  width: 100%;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.table-type02 th {
  font-family: "FOT-ロダン ProN B";
  text-align: left;
  vertical-align: top;
}
.table-type02 :is(th, td) > *:first-child {
  margin-top: 0 !important;
}
.table-type02 :is(th, td) > *:last-child {
  margin-bottom: 0 !important;
}
.table-type02._corporate {
  border-bottom-color: #80b7b1;
}
.table-type02._corporate th {
  color: #084a77;
}
.table-type02._corporate :is(tr, th, td) {
  border-top-color: #80b7b1;
}
.table-type02._recruit {
  border-bottom-color: #bababa;
}
.table-type02._recruit th {
  color: #359e0e;
}
.table-type02._recruit :is(tr, th, td) {
  border-top-color: #bababa;
}

@media print, screen and (min-width: 48.0625em) {
  .table-type02 {
    margin: 40px 0;
  }
  .table-type02 :is(th, td) {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 15px 25px;
    box-sizing: border-box;
  }
  .table-type02 :is(th, td) + * {
    padding-left: 0;
  }
  .table-type02 th {
    width: 29.6875%;
  }
}
@media screen and (max-width: 48em) {
  .table-type02 {
    display: block;
    margin: 30px 0;
  }
  .table-type02 :is(thead, tbody, tr, th, td) {
    display: block;
  }
  .table-type02 tr {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 10px 0;
  }
  .table-type02 :is(th, td) {
    padding: 0 10px;
  }
  .table-type02 :is(th, td) + * {
    margin-top: 5px;
  }
}
.recruit-mainvisual {
  position: relative;
}

.recruit-mainvisual__img img {
  width: 100%;
  object-fit: cover;
}

.recruit-mainvisual__text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.recruit-mainvisual__title {
  margin: 0;
}

.recruit-mainvisual__topics {
  position: absolute;
}

@media print, screen and (min-width: 48.0625em) {
  .recruit-mainvisual__text {
    width: 456px;
    top: 24%;
  }

  .recruit-mainvisual__topics {
    left: 20px;
    right: 20px;
    bottom: 65px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .recruit-mainvisual__img img {
    height: calc(var(--vh, 100vh) - 80px);
    min-height: 600px;
  }
}
@media screen and (max-width: 64em) {
  .recruit-mainvisual__img img {
    height: calc(var(--vh, 100vh) - 60px);
    min-height: 450px;
  }
}
@media screen and (max-width: 48em) {
  .recruit-mainvisual__text {
    top: 30%;
    width: 296px;
  }

  .recruit-mainvisual__topics {
    left: 20px;
    right: 20px;
    bottom: 35px;
  }
}
.recruit-section01 {
  overflow: hidden;
}

.recruit-section01__title {
  position: relative;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.recruit-section01__title h2 {
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.recruit-section01__title i {
  font-style: normal;
  font-family: "HelveticaLTPro-Bold";
  color: #edf9f2;
  position: absolute;
}

.recruit-section01__button {
  display: flex;
  justify-content: center;
}

@media print, screen and (min-width: 48.0625em) {
  .recruit-section01 {
    padding: 0 20px;
  }

  .recruit-section01__inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 90px 0 100px;
  }

  .recruit-section01__title {
    padding: 25px 0 85px;
    margin: 0 0 -15px;
  }
  .recruit-section01__title h2 {
    font-size: 2.8rem;
    line-height: 1.9642857143;
  }
  .recruit-section01__title i {
    font-size: 11.7rem;
    line-height: 0.8034188034;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
  }

  .recruit-section01__button {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .recruit-section01__inner {
    padding: 30px 0 60px;
  }

  .recruit-section01__title {
    padding: 20px 0 0;
    margin: 0 0 40px;
  }
  .recruit-section01__title h2 {
    font-size: 2rem;
    line-height: 1.9;
  }
  .recruit-section01__title i {
    font-size: 6rem;
    line-height: 0.8333333333;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .recruit-section01__button {
    margin: 0 20px 0;
  }
}
.recruit-section02 {
  background: linear-gradient(0deg, #fff 0%, #f4f4f4 100%);
}

.recruit-section02__lead {
  text-align: center;
  margin: 0;
  color: #25a057;
}

.recruit-section02__title {
  text-align: center;
  margin: 0;
}

.recruit-section02__description {
  text-align: center;
}

.recruit-section02__img img {
  width: 100%;
  object-fit: cover;
}

@media print, screen and (min-width: 48.0625em) {
  .recruit-section02__inner {
    padding: 100px 20px 0;
  }

  .recruit-section02__lead {
    font-size: 3.2rem;
    margin: 0 0 40px;
  }

  .recruit-section02__title {
    margin: 0 0 50px;
  }

  .recruit-section02__text {
    width: 100%;
    max-width: 840px;
    margin: 0 auto 70px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .recruit-section02__description {
    margin: 40px 0 0;
  }

  .recruit-section02__button {
    width: 100%;
    max-width: 840px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }

  .recruit-section02__img {
    margin: -40px 0 0;
  }
  .recruit-section02__img img {
    height: 400px;
  }
}
@media screen and (max-width: 48em) {
  .recruit-section02__inner {
    padding: 50px 20px 0;
  }

  .recruit-section02__lead {
    font-size: 2rem;
    line-height: 1.5;
    margin: 0 0 25px;
  }

  .recruit-section02__title {
    margin: 0 0 30px;
  }

  .recruit-section02__text {
    margin: 0 0 30px;
    box-sizing: border-box;
  }

  .recruit-section02__description {
    margin: 20px 0 0;
  }

  .recruit-section02__button {
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .recruit-section02__img {
    margin: 60px 0 0;
  }
  .recruit-section02__img img {
    height: 240px;
  }
}
.recruit-section03__inner {
  background-image: url(/common/img/recruit_index_bg01.png);
}

.recruit-section03__title {
  position: relative;
  text-align: center;
  margin: 0;
  line-height: 1;
}
.recruit-section03__title h2 {
  margin: 0;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-family: "FOT-ロダン ProN B";
  color: #0fba24;
}
.recruit-section03__title i {
  font-style: normal;
  font-family: "HelveticaLTPro-Bold";
  color: #edf9f2;
  line-height: 1;
  position: absolute;
}

.recruit-section03__lead {
  margin: 0;
}

.recruit-section03__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruit-section03__item {
  color: #fff;
  font-family: "FOT-ロダン ProN B";
  text-align: center;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  position: relative;
}
.recruit-section03__item span {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.recruit-section03__item::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}
.recruit-section03__item::after {
  content: "";
  position: absolute;
  border-style: dashed;
  border-radius: 50%;
}
.recruit-section03__item:nth-child(1)::before {
  background-color: #cddd36;
}
.recruit-section03__item:nth-child(1)::after {
  border-color: #cddd36;
}
.recruit-section03__item:nth-child(2)::before {
  background-color: #66e266;
}
.recruit-section03__item:nth-child(2)::after {
  border-color: #66e266;
}
.recruit-section03__item:nth-child(3)::before {
  background-color: #36d6b7;
}
.recruit-section03__item:nth-child(3)::after {
  border-color: #36d6b7;
}

.recruit-section03__text {
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .recruit-section03 {
    padding: 115px 4.39238653% 50px;
  }

  .recruit-section03__inner {
    padding: 0 40px 60px;
    border-radius: 30px;
  }

  .recruit-section03__head {
    width: 450px;
    margin: 0 auto;
    transform: translateY(-50%);
  }

  .recruit-section03__title {
    padding: 23px 0 27px;
  }
  .recruit-section03__title h2 {
    font-size: 4rem;
  }
  .recruit-section03__title i {
    font-size: 11.7rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .recruit-section03__upper {
    max-width: 900px;
    margin: 0 auto 50px;
  }

  .recruit-section03__lead {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recruit-section03__list {
    padding: 13px 0;
    margin: 50px 0 0;
    display: flex;
    justify-content: space-between;
    gap: 35px;
  }

  .recruit-section03__item {
    width: 240px;
    font-size: 2rem;
    line-height: 1.6;
  }
  .recruit-section03__item::after {
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-width: 3px;
  }

  .recruit-section03__text {
    margin: 50px 0 0;
  }

  .recruit-section03__link {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 48em) {
  .recruit-section03 {
    padding: 70px 0 0;
  }

  .recruit-section03__inner {
    padding: 0 20px 60px;
  }

  .recruit-section03__head {
    transform: translateY(-50%);
  }

  .recruit-section03__title {
    padding: 20px 0 5px;
  }
  .recruit-section03__title h2 {
    font-size: 2.8rem;
  }
  .recruit-section03__title i {
    font-size: 5.8rem;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .recruit-section03__upper {
    margin: 0 auto 30px;
  }

  .recruit-section03__list {
    padding: 10px 20px;
    margin: 30px auto 0;
    overflow: hidden;
    max-width: 400px;
    box-sizing: border-box;
  }

  .recruit-section03__item {
    width: calc(50% - 10px);
    font-size: 1.4rem;
    line-height: 2;
  }
  .recruit-section03__item::after {
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-width: 2px;
  }
  .recruit-section03__item:nth-child(1) {
    margin: 0 auto;
  }
  .recruit-section03__item:nth-child(2) {
    float: left;
    margin-right: 10px;
  }
  .recruit-section03__item:nth-child(3) {
    float: right;
    margin-left: 10px;
  }

  .recruit-section03__text {
    margin: 30px 0 0;
  }

  .recruit-section03__link {
    margin: 0 auto;
  }
}
.recruit-local-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.recruit-local-nav__inner {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: block;
  text-align: center;
}

.recruit-local-nav__img {
  position: relative;
  overflow: hidden;
}
.recruit-local-nav__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.recruit-local-nav__img img {
  object-fit: cover;
  width: 100%;
}

.recruit-local-nav__title {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.recruit-local-nav__title::before {
  content: "";
  background-image: url(/common/img/arrow04.svg);
  background-repeat: no-repeat;
  background-size: 25px auto;
  width: 25px;
  height: 25px;
  display: inline-block;
}

@media print, screen and (min-width: 48.0625em) {
  .recruit-local-nav__list {
    display: flex;
  }

  .recruit-local-nav__item {
    width: 100%;
  }

  .recruit-local-nav__inner:hover .recruit-local-nav__img::after {
    transform: translateX(100%);
  }
  .recruit-local-nav__inner:hover .recruit-local-nav__title {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  }

  .recruit-local-nav__img::before {
    background-image: url(/common/img/texture01.gif);
    opacity: 0.4;
  }
  .recruit-local-nav__img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #79dd6b;
    transition: transform 0.2s;
  }
  .recruit-local-nav__img img {
    height: 222px;
  }

  .recruit-local-nav__title {
    font-size: 2.4rem;
  }
  .recruit-local-nav__title::before {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 48em) {
  .recruit-local-nav__img::before {
    background-image: url(/common/img/texture02.gif);
    opacity: 0.4;
  }
  .recruit-local-nav__img img {
    height: 165px;
  }

  .recruit-local-nav__title {
    font-family: "FOT-ロダン ProN B";
    font-size: 2rem;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.35);
  }
  .recruit-local-nav__title::before {
    margin: 0 10px 0 0;
  }
}
.history-block01 {
  position: relative;
}
.history-block01::before {
  content: "";
  width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
}
.history-block01._corporate::before {
  background-color: #084a77;
}
.history-block01._recruit::before {
  background-color: #6eed98;
}

.history-block01__item {
  position: relative;
}
.history-block01__item::before {
  content: "";
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #00a152;
  position: absolute;
}

.history-block01__date {
  font-family: "FOT-ロダン ProN B";
}

.history-block01__detail > p:first-child {
  margin-top: 3px;
}
.history-block01__detail > p:last-child {
  margin-bottom: 0;
}
.history-block01__detail > .media-block, .history-block01__detail > .item-list03 {
  margin: 10px 0;
}

.history-block01__group {
  list-style: none;
  margin: 0;
  padding: 0;
}

.history-block01__month {
  margin: 0;
  font-family: "FOT-ロダン ProN B";
}

.history-block01__description {
  margin: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .history-block01 {
    margin: 40px 0 80px;
  }
  .history-block01::before {
    left: 16.6015625%;
  }

  .history-block01__item {
    display: flex;
    position: relative;
  }
  .history-block01__item::before {
    left: 16.015625%;
    top: 10px;
  }
  .history-block01__item + .history-block01__item {
    margin-top: 10px;
  }

  .history-block01__date {
    width: 15.13671875%;
    margin-right: 4.8828125%;
    flex-shrink: 0;
  }

  .history-block01__detail {
    width: 100%;
  }

  .history-block01__group {
    display: flex;
    flex-wrap: wrap;
  }

  .history-block01__month {
    width: 12.9901960784%;
    flex-shrink: 0;
    margin-top: 5px;
  }
  .history-block01__month:nth-child(1) {
    margin-top: 0;
  }

  .history-block01__description {
    width: 87.0098039216%;
    margin-top: 5px;
  }
  .history-block01__description:nth-child(2) {
    margin-top: 0;
  }
}
@media screen and (max-width: 48em) {
  .history-block01 {
    margin: 40px 0 60px;
  }
  .history-block01::before {
    left: 6px;
  }

  .history-block01__item {
    padding: 0 0 0 30px;
  }
  .history-block01__item::before {
    left: 0;
    top: 7px;
  }
  .history-block01__item + .history-block01__item {
    margin-top: 10px;
  }

  .history-block01__detail {
    padding-bottom: 1px;
  }
}
.frame-type01 {
  background-color: #f4f4f4;
  overflow: hidden;
}
.frame-type01 *:first-child {
  margin-top: 0 !important;
}
.frame-type01 *:last-child {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 48.0625em) {
  .frame-type01 {
    margin: 20px 0;
    padding: 40px 4.9019607843%;
  }
  .frame-type01._recruit {
    border-radius: 12px;
  }
}
@media screen and (max-width: 48em) {
  .frame-type01 {
    margin: 20px 0;
    padding: 25px 25px;
  }
}
.interview-block01 {
  background-color: #f4f4f4;
}

.interview-block01__title {
  margin: 0;
  line-height: 1.3333333333;
  font-family: "FOT-ロダン ProN B";
  color: #0fba24;
}

.interview-block01__img img {
  border-radius: 50%;
}

.interview-block01__text > *:first-child {
  margin-top: 0;
}
.interview-block01__text > *:last-child {
  margin-bottom: 0;
}

.interview-block01__sub {
  font-family: "FOT-ロダン ProN B";
  margin-bottom: 0.5em;
}
.interview-block01__sub + * {
  margin-top: 0.5em;
}

@media print, screen and (min-width: 48.0625em) {
  .interview-block01 {
    border-radius: 12px;
    padding: 30px 3.90625%;
    margin: 20px 0;
  }

  .interview-block01__title {
    font-size: 3rem;
    margin: 0 0 20px 0;
  }

  .interview-block01__main {
    display: flex;
  }

  .interview-block01__img {
    width: 170px;
    flex-shrink: 0;
    margin: 0 3.90625% 0 0;
  }

  .interview-block01__text {
    width: 100%;
  }
}
@media screen and (max-width: 48em) {
  .interview-block01 {
    padding: 20px 25px;
    margin: 20px 0;
  }

  .interview-block01__title {
    font-size: 2.4rem;
  }
  .history-block01 .interview-block01__title {
    font-size: 2rem;
  }

  .interview-block01__img {
    text-align: center;
    margin: 20px 0 0;
  }
  .interview-block01__img img {
    width: 170px;
  }

  .interview-block01__text {
    margin: 20px 0 0;
  }

  .interview-block01__sub {
    text-align: center;
  }

  .interview-block01__description {
    font-size: 1.2rem;
  }
}
.step-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.step-list01__item {
  background-color: #f4f4f4;
  position: relative;
  margin: 0 0 40px;
}
.step-list01__item::after {
  content: "";
  width: 30px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
}
.step-list01__item:nth-child(1)::after {
  background-color: #e5da0a;
}
.step-list01__item:nth-child(1) .step-list01__num span {
  color: #e5da0a;
}
.step-list01__item:nth-child(2)::after {
  background-color: #b8e20c;
}
.step-list01__item:nth-child(2) .step-list01__num span {
  color: #b8e20c;
}
.step-list01__item:nth-child(3)::after {
  background-color: #86cc17;
}
.step-list01__item:nth-child(3) .step-list01__num span {
  color: #86cc17;
}
.step-list01__item:nth-child(4)::after {
  background-color: #489b26;
}
.step-list01__item:nth-child(4) .step-list01__num span {
  color: #489b26;
}
.step-list01__item:nth-child(5) {
  margin: 0;
}
.step-list01__item:nth-child(5)::after {
  display: none;
}
.step-list01__item:nth-child(5) .step-list01__num span {
  color: #057705;
}
.step-list01__item:last-child::after {
  content: none;
}

.step-list01__num {
  margin: 0;
  font-family: "HelveticaLTPro-Bold";
  line-height: 1;
  display: flex;
  align-items: center;
}

.step-list01__title {
  margin: 0;
  font-family: "FOT-ロダン ProN B";
  color: #0fba24;
}

.step-list01__description {
  margin-bottom: 0;
}

.step-list01__button {
  margin: 20px 0 0;
}

@media print, screen and (min-width: 48.0625em) {
  .step-list01__item {
    border-radius: 10px;
    padding: 35px 40px 40px;
    display: flex;
    align-items: flex-start;
  }

  .step-list01__num {
    width: 22.563559322%;
    flex-shrink: 0;
    font-size: 1.8rem;
  }
  .step-list01__num span {
    font-size: 5.8rem;
    margin-left: 10px;
  }

  .step-list01__text {
    width: 100%;
  }

  .step-list01__title {
    font-size: 3rem;
    line-height: 1.3333333333;
  }
}
@media screen and (max-width: 48em) {
  .step-list01__item {
    border-radius: 6px;
    padding: 20px;
  }

  .step-list01__num {
    font-size: 1.8rem;
    justify-content: center;
  }
  .step-list01__num span {
    font-size: 5.8rem;
  }

  .step-list01__title {
    font-size: 2.4rem;
    line-height: 1.4166666667;
    text-align: center;
  }
}
.faq-list01__list {
  list-style: none;
  padding: 0;
}

.faq-list01__item {
  border-bottom: 1px solid #bababa;
}

.faq-list01__q {
  font-family: "FOT-ロダン ProN B";
  display: flex;
  align-items: flex-start;
}

.faq-list01__num {
  flex-shrink: 0;
  background-color: #00a152;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.faq-list01__title {
  margin: 0;
  color: #00a152;
  line-height: 1.75;
}

.faq-list01__a {
  position: relative;
}
.faq-list01__a::before {
  content: "A";
  font-family: "FOT-ロダン ProN B";
  position: absolute;
  color: #f4692c;
}
.faq-list01__a > *:first-child {
  margin-top: 0;
}
.faq-list01__a > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .faq-list01__item + .faq-list01__item {
    margin-top: 30px;
  }

  .faq-list01__q {
    margin: 0 0 15px;
  }

  .faq-list01__num {
    width: 45px;
    height: 45px;
    font-size: 1.8rem;
  }

  .faq-list01__title {
    font-size: 1.8rem;
    padding: 10px 0 0 30px;
    width: 100%;
  }

  .faq-list01__a {
    padding: 0 0 20px 75px;
  }
  .faq-list01__a::before {
    top: -5px;
    left: 14px;
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 48em) {
  .faq-list01__item + .faq-list01__item {
    margin-top: 30px;
  }

  .faq-list01__q {
    margin: 0 0 15px;
  }

  .faq-list01__num {
    width: 40px;
    height: 40px;
    font-size: 1.6rem;
  }

  .faq-list01__title {
    font-size: 1.6rem;
    line-height: 1.3125;
    padding: 10px 0 0 15px;
    width: 100%;
  }

  .faq-list01__a {
    padding: 0 0 20px 55px;
  }
  .faq-list01__a::before {
    top: -5px;
    left: 11px;
    font-size: 2.2rem;
  }
}
.category-list01__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.category-list01__item a,
.category-list01__item span {
  display: block;
  color: #00a152;
  text-decoration: none;
  border: 1px solid;
  border-image: linear-gradient(135deg, #00A152 55%, #005094 100%) 1;
  background-color: #fff;
  font-size: 1.4rem;
  line-height: 1.2;
  padding: 7px 15px;
}

.anime-wrap {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.anime-wrap._delay1 {
  transition-delay: 0.4s;
}
.anime-wrap._delay1 > * {
  transition-delay: 0.4s;
}
.anime-wrap._delay2 {
  transition-delay: 0.6s;
}
.anime-wrap._delay2 > * {
  transition-delay: 0.6s;
}
.anime-wrap > * {
  transform: translate(100%, 0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.anime-wrap._show {
  transform: translate(0, 0);
}
.anime-wrap._show > * {
  transform: translate(0, 0);
}
.anime-wrap + * {
  margin-top: 0 !important;
}

.anime-heading-wrap {
  overflow: hidden;
  transform: translate(-100%, 0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.anime-heading-wrap > * {
  transform: translate(100%, 0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.anime-heading-wrap._show {
  transform: translate(0, 0);
}
.anime-heading-wrap._show > * {
  transform: translate(0, 0);
}
.anime-heading-wrap._show .anime-heading-wrap__inner01,
.anime-heading-wrap._show .anime-heading-wrap__inner02 {
  transform: translate(0, 0);
}
.anime-heading-wrap + * {
  margin-top: 0 !important;
}

.anime-heading-wrap__inner01 {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  transform: translate(-100%, 0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}
.anime-heading-wrap__inner01._delay1 {
  transition-delay: 0.4s;
  position: relative;
  z-index: 1;
}
.anime-heading-wrap__inner01._delay1 .anime-heading-wrap__inner02 {
  transition-delay: 0.4s;
}

.anime-heading-wrap__inner02 {
  display: block;
  transform: translate(100%, 0);
  transition-property: transform;
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.2s;
}

@media print, screen and (min-width: 48.0625em) {
  .anime-wrap._entry-head,
.anime-heading-wrap._entry-head {
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .anime-wrap._h2,
.anime-heading-wrap._h2 {
    margin-top: 60px;
  }
  .anime-wrap._h3,
.anime-heading-wrap._h3 {
    margin-top: 50px;
  }
}
@media screen and (max-width: 48em) {
  .anime-wrap._entry-head,
.anime-heading-wrap._entry-head {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .anime-wrap._h2,
.anime-heading-wrap._h2 {
    margin-top: 60px;
  }
  .anime-wrap._h3,
.anime-heading-wrap._h3 {
    margin-top: 50px;
  }
}
.link-list-type01 {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
.link-list-type01__item {
  overflow: hidden;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid #f3f4f2;
  box-shadow: 0 0 20px rgba(27, 104, 31, 0.15);
}
.link-list-type01__item:hover p :nth-child(1) {
  color: #359E0E;
  transition: 0.3s;
}
.link-list-type01__item:hover p :nth-child(2) {
  color: #117517;
  transition: 0.3s;
}
.link-list-type01__item:hover::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff8f3;
  border-radius: 10px;
  transition: 0.3s;
}
.link-list-type01__item::after {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff8f3;
  border-radius: 10px;
  transition: 0.3s;
}
.link-list-type01__item--type01::before {
  background-image: url(/common/img/link-list-type01_type01.svg);
}
.link-list-type01__item--type02::before {
  background-image: url(/common/img/link-list-type01_type02.svg);
}
.link-list-type01__item--type03::before {
  background-image: url(/common/img/link-list-type01_type03.svg);
}
.link-list-type01__item--type04::before {
  background-image: url(/common/img/link-list-type01_type04.svg);
}
.link-list-type01__title {
  position: relative;
  z-index: 1;
  display: block;
}
.link-list-type01__title-inner {
  display: block;
  font-family: "FOT-ロダン ProN B";
}
.link-list-type01__detail {
  position: relative;
  z-index: 1;
  display: block;
}
.link-list-type01__detail-inner {
  display: block;
  color: #444;
}

@media print, screen and (min-width: 48.0625em) {
  .link-list-type01 {
    margin-top: 48px;
  }
  .link-list-type01__item {
    display: flex;
    flex-direction: row;
    padding-top: 20px;
    padding-bottom: 20px;
    transition: 0.3s;
  }
  .link-list-type01__item::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 3.3%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .link-list-type01__title {
    display: block;
    width: 50%;
    color: #0fba24;
  }
  .link-list-type01__title-inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 23.5%;
  }
  .link-list-type01__detail {
    width: 50%;
    box-sizing: border-box;
  }
  .link-list-type01__detail-inner {
    padding-left: 10.6%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 48em) {
  .link-list-type01 {
    margin-top: 32px;
  }
  .link-list-type01__item {
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .link-list-type01__item::before {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 4.6%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .link-list-type01__title {
    width: 74.6%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 21.2%;
    margin-right: 4.2%;
  }
  .link-list-type01__title-inner {
    font-size: 1.4rem;
    line-height: 26px;
  }
  .link-list-type01__detail {
    width: 74.6%;
    margin-top: 6px;
    margin-left: 21.2%;
    margin-right: 4.2%;
  }
  .link-list-type01__detail-inner {
    font-size: 1.2rem;
    line-height: 20px;
  }
}
.lead-title {
  color: #27A056;
  text-align: center;
  font-family: FOT-ロダン ProN B;
}

@media print, screen and (min-width: 48.0625em) {
  .lead-title {
    font-size: clamp(20px, 3.1vw, 30px);
    line-height: 1.7;
  }
}
@media screen and (max-width: 48em) {
  .lead-title {
    font-size: clamp(18px, 3.1vw, 30px);
  }
}
.heading-type04 {
  position: relative;
  font-family: "FOT-ロダン ProN B";
  color: #444444;
}

.heading-type04::before,
.heading-type04::after {
  position: absolute;
  content: "";
}

.heading-type04::before {
  left: 0;
}

.heading-type04::after {
  left: 5px;
}

._corporate .heading-type04::before {
  background-color: #089659;
}

._corporate .heading-type04::after {
  background-color: #005094;
}

._recruit .heading-type04::before {
  background-color: #0FBA24;
}

._recruit .heading-type04::after {
  background-color: #CED900;
}

@media print, screen and (min-width: 48.0625em) {
  .heading-type04 {
    padding-left: 34px;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }

  .heading-type04::before,
.heading-type04::after {
    top: 2.5px;
    width: 5px;
    height: 35px;
  }
}
@media screen and (max-width: 48em) {
  .heading-type04 {
    padding-left: 25px;
    font-size: 1.8rem;
    line-height: 1.75;
  }

  .heading-type04::before,
.heading-type04::after {
    top: 1.75px;
    width: 5px;
    height: 30px;
  }

  .heading-type04 .anime-heading-wrap__inner01 {
    padding-bottom: 2px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .share-button {
    margin-top: 80px;
  }
}
@media screen and (max-width: 48em) {
  .share-button {
    margin-top: 60px;
  }
}

.share-button__title {
  margin-top: 0;
  margin-bottom: 0;
  color: #2C735A;
  font-family: "FOT-ロダン ProN M";
  line-height: 1;
  text-align: center;
}
@media print, screen and (min-width: 48.0625em) {
  .share-button__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 48em) {
  .share-button__title {
    font-size: 1.4rem;
  }
}

.share-button__container {
  position: relative;
}

.share-button__button {
  --duration: 0.3s;
  cursor: pointer;
  position: relative;
  display: grid;
  align-items: center;
  gap: 0 14px;
  grid-template-columns: auto 1fr;
  margin-top: 20px;
  margin-inline: auto;
  color: #444;
  background-color: #fff;
  border-radius: calc(1px / 0);
  font-family: "FOT-ロダン ProN M";
  line-height: 1;
  border: 1px solid #00A152;
  transition: background-color var(--duration), color var(--duration);
}
@media print, screen and (min-width: 48.0625em) {
  .share-button__button {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 1.6rem;
  }
  .share-button__button:hover {
    background-color: #00A152;
    color: #fff;
  }
}
@media screen and (max-width: 48em) {
  .share-button__button {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
    padding-left: 24px;
    padding-right: 24px;
    font-size: 1.4rem;
  }
}
.share-button__button:has(+ .share-button__message:focus-visible) {
  outline: auto 1px -webkit-focus-ring-color;
}

.share-button__icon {
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  mask-image: url(/common/img/icon_copy.svg);
  mask-size: contain;
  background-color: #00A152;
  transition: background-color var(--duration);
}
@media print, screen and (min-width: 48.0625em) {
  .share-button__button:hover .share-button__icon {
    background-color: #fff;
  }
}

.share-button__message {
  pointer-events: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  display: block;
  position: absolute;
  bottom: -9px;
  left: 50%;
  translate: -50% 100%;
  width: max-content;
  height: fit-content;
  color: #444;
  line-height: 1;
  background-color: #D5DBD5;
  visibility: hidden;
  opacity: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .share-button__message {
    padding-top: 13.5px;
    padding-bottom: 13.5px;
    padding-left: 73px;
    padding-right: 73px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 48em) {
  .share-button__message {
    padding-top: 11px;
    padding-bottom: 11px;
    padding-left: 65px;
    padding-right: 65px;
    font-size: 1.2rem;
  }
}
.share-button__message::before {
  position: absolute;
  top: -9px;
  left: 50%;
  translate: -50% 0;
  width: 12px;
  height: 12px;
  content: "";
  background-size: contain;
  background-image: url(/common/img/icon_copy-speech-bubble.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.article-divider {
  width: 100%;
  height: 1px;
  margin-top: 60px;
  border: none;
}
@media print, screen and (min-width: 48.0625em) {
  .article-divider {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 48em) {
  .article-divider {
    margin-bottom: 45px;
  }
}
.article-divider._recruit {
  background-color: #BABABA;
}
.article-divider._corporate {
  background-color: #80B7B1;
}
