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

.ly-postHeader-inner, .ly-mainv-feature-inner, .bl-mainv-feature-inner, .bl-mainSlider-item .-body-inner, .ly-main-inner, .ly-sect-inner, .bl-edit-link-inner, .ly-footer-inner, .bl-megamenu-inner {
  width: 100%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-main-inner--sm, .bl-sect--sm {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-postHeader, .bl-mainv-feature, .bl-mainSlider-item .-body, .ly-breadcrumb, .ly-main, .ly-localnav, .ly-sect, .bl-edit-link, .ly-footer {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-postHeader, .bl-mainv-feature, .bl-mainSlider-item .-body, .ly-breadcrumb, .ly-main, .ly-localnav, .ly-sect, .bl-edit-link, .ly-footer {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.ly-localnav-inner {
  width: 100%;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-localnav-item > a:before, .bl-megamenu-nav-sub-item:before, .bl-megamenu-child-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #009245;
  transform: translateY(-50%);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-localnav-item > a > a, .bl-megamenu-nav-sub-item > a, .bl-megamenu-child-item > a {
  position: relative;
  color: #1A1A1A;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}

html,
body {
  width: 100%;
}

html,
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 2;
  color: #1A1A1A;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 1.5rem;
  }
}

a {
  color: #009245;
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: none;
}

img {
  vertical-align: bottom;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.4;
}

h2 {
  margin: 2em 0 1em;
  font-size: 3.4rem;
  line-height: 1.4;
}

h3 {
  margin: 2em 0 1em;
  font-size: 2.2rem;
  line-height: 1.4;
}

p {
  margin: 0 0 1.5em;
}

figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

hr {
  margin: 45px 0;
  border: none;
  border-top: 1px solid #ccc;
}

article img {
  width: 100%;
  height: auto;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

sup,
sub {
  font-size: 1rem;
}

figure {
  margin: 0 0 1.5em;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.modaal-overlay {
  z-index: 6000;
}

.modaal-video-wrap {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 600px) {
  .modaal-inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.modaal-wrapper .modaal-close:before, .modaal-wrapper .modaal-close:after {
  top: 0;
  width: 2px;
  height: 50px;
}
.modaal-wrapper .modaal-close:hover, .modaal-wrapper .modaal-close:focus {
  background: transparent;
}
.modaal-wrapper .modaal-close:hover:before, .modaal-wrapper .modaal-close:hover:after, .modaal-wrapper .modaal-close:focus:before, .modaal-wrapper .modaal-close:focus:after {
  background: #666;
}

.ly-main img {
  max-width: 100%;
  height: auto;
}

.el-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 240px;
  padding: 0 10px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #009245;
  border-radius: 30px;
  color: #009245;
  font-size: 1.8rem;
  line-height: 3.2;
  font-weight: bold;
  text-align: center;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:hover {
  color: #fff;
  background: #009245;
  border-color: #009245;
  text-decoration: none;
}
.el-btn:hover:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:before {
  border-color: transparent transparent transparent #fff;
}
.el-btn.el-btn-primary:hover:before {
  border-color: transparent transparent transparent #009245;
}
@media screen and (max-width: 600px) {
  .el-btn {
    max-width: 180px;
    font-size: 1.4rem;
  }
}
.el-btn-primary {
  background: #009245;
  color: #fff;
}
.el-btn-primary:hover {
  background: #fff;
  color: #009245;
}
.el-btn--cWt {
  border-color: #FFF;
}
.el-btn--cWt:hover {
  border-color: #009245;
}
.el-btn--cMain {
  background-color: #009245;
  color: #FFF;
}
.el-btn--cMain:hover {
  background: #fff;
  color: #009245;
}
.el-btn--window:after {
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  margin-left: 5px;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--window:hover:after {
  background-image: url(../images/icon/icon_window_w.svg);
}
.el-btn--window.el-btn-primary:after {
  background-color: #FFF;
}
.el-btn--window.el-btn-primary:hover:after {
  background-color: #009245;
}
.el-btn--window.el-btn--sm:after {
  width: 11px;
  height: 11px;
  margin-left: 3px;
}
.el-btn--pdf:after {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-left: 5px;
  transform: translateY(10%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--pdf:hover:after {
  background-image: url(../images/icon/icon_file_pdf_w.svg);
}
.el-btn--beforePdf:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: none;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  margin-right: 8px;
  transform: translateY(10%);
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn--beforePdf:hover:before {
  background-image: url(../images/icon/icon_file_pdf_w.svg);
}
.el-btn--wAuto {
  display: inline-block;
  width: auto;
  max-width: initial;
  max-width: auto;
  padding-right: 30px;
  padding-left: 30px;
}
.is-ie .el-btn--wAuto {
  max-width: 100%;
}
.el-btn--full {
  display: inline-block;
  width: 100%;
  max-width: initial;
  max-width: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.is-ie .el-btn--full {
  max-width: 100%;
}
.el-btn--sm {
  max-width: 200px;
  padding: 0;
  font-size: 1.4rem;
  line-height: 3;
}
.el-btn--hMd {
  padding-top: 10px;
  padding-bottom: 10px;
}
.el-btn-submit {
  width: 210px;
  padding-top: 3px;
  padding-bottom: 3px;
  border-color: #009245;
  background: #009245;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-btn-submit {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.el-btn-submit:before {
  display: none;
}
.el-btn-submit:hover {
  opacity: 0.5;
}
.el-btn-submit.t-size-full {
  width: 100%;
}
.el-btn-submit[disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
.el-btn-submit[disabled]:hover {
  opacity: 1;
}
.el-btn-back {
  width: 210px;
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.7rem;
}
@media screen and (max-width: 600px) {
  .el-btn-back {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.el-btn-back:before {
  display: none;
}

.el-link {
  position: relative;
  display: inline-block;
  color: #009245;
  font-weight: bold;
}
.el-link:before {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #009245;
  border-right: 1px solid #009245;
  box-sizing: border-box;
  margin-right: 5px;
  content: "";
  transform: rotate(45deg);
  transition: border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-link--cSub {
  color: #E9EBD7;
}
.el-link--cSub:before {
  border-top-color: #E9EBD7;
  border-right-color: #E9EBD7;
}

.el-heading {
  position: relative;
  margin: 2.5em 0 1.5em;
  box-sizing: border-box;
  color: #1A1A1A;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading {
    font-size: 2.4rem;
  }
}
.el-heading:first-child {
  margin-top: 0;
}
.el-heading-lv2 {
  position: relative;
  margin: 2.5em 0 1.5em;
  padding-top: 10px;
  border-top: 2px solid #ccc;
  box-sizing: border-box;
  color: #1A1A1A;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
}
.el-heading-lv2:before {
  position: absolute;
  top: -2px;
  left: 0;
  display: block;
  width: 80px;
  height: 2px;
  background: #009245;
  content: "";
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv2 .item-sub {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.el-heading-lv2--cMain {
  color: #009245;
}
.el-heading-lv2--sm {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--sm {
    font-size: 2.2rem;
  }
}
.el-heading-lv2--lg {
  margin: 3.25em 0 1.5em;
  padding-bottom: 8px;
  border-width: 1px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .el-heading-lv2--lg {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv2--lg {
    font-size: 2.4rem;
  }
}
.el-heading-lv2--nobd {
  padding-bottom: 0;
  border: none;
}
.el-heading-lv3 {
  position: relative;
  margin: 2.5em 0 1em;
  box-sizing: border-box;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-feature-settings: "palt";
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .el-heading-lv3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv3 {
    font-size: 2.2rem;
  }
}
.el-heading-lv3:first-child {
  margin-top: 0;
}
.el-heading-lv3--sm {
  font-size: 2rem;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--sm {
    font-size: 1.8rem;
  }
}
.el-heading-lv3--lg {
  font-size: 3rem;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3--lg {
    font-size: 2.4rem;
  }
}
.el-heading-lv4 {
  margin: 2em 0 1.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv4 {
    font-size: 1.6rem;
  }
}
.el-heading-lv4--bg {
  padding: 10px 15px;
  background: rgba(0, 146, 69, 0.8);
  color: #fff;
  line-height: 1.4;
}

.el-sect-heading {
  margin: 0 0 3.5em;
  position: relative;
  color: #b3b3b3;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-sect-heading {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.el-sect-heading.c-wht {
  color: #fff;
}
.el-sect-heading-en {
  margin: 0;
  font-size: 4.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-sect-heading-en {
    font-size: 3.6rem;
  }
}
.el-sect-heading-en.c-wht {
  color: #fff;
}

.el-pageHeading {
  margin: 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .el-pageHeading {
    font-size: 1.6rem;
  }
}
.el-pageHeading-sub {
  margin-left: 10px;
  font-family: "Roboto", sans-serif;
  color: #E9EBD7;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-pageHeading-sub {
    display: block;
  }
}
.el-pageHeading-main {
  margin: 0;
  font-feature-settings: "palt";
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .el-pageHeading-main {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 600px) {
  .el-pageHeading-main {
    font-size: 3rem;
  }
}

.el-postHeading {
  margin: 0 0 25px;
  color: #1A1A1A;
  font-size: 2.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .el-postHeading {
    font-size: 2.2rem;
  }
}

.el-catHeading {
  margin: 0 0 2em;
  font-size: 2.8rem;
  line-height: 1.6;
}

.el-lead {
  margin-bottom: 50px;
}
.el-lead--cWht {
  color: #fff;
}

.el-txt-mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.el-url {
  word-break: break-all;
}

.el-caption {
  color: #808080;
  font-size: 1.4rem;
  line-height: 1.6;
}
.el-caption > a {
  color: #808080;
  text-decoration: underline;
}
.el-caption > a:hover {
  text-decoration: none;
}

.el-notes {
  padding-left: 1em;
  text-indent: -1em;
}

.el-em {
  font-size: 2rem;
}

.el-strong {
  color: #009245;
  font-weight: normal;
}

.el-hr-box {
  display: block;
  width: 100%;
  height: 32px;
  margin: 50px 0;
  border: none;
  background: no-repeat center center/contain;
  border: none;
  text-align: center;
}
.el-hr-box img {
  width: auto;
  height: 100%;
}

.el-label {
  display: inline-block;
  min-width: 85px;
  margin: 0 10px 0 0;
  padding: 2px 10px 3px;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
  color: #666;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: normal;
  text-align: center;
}
.el-label:last-child {
  margin-right: 0;
}
.el-label:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .el-label {
    min-width: 90px;
    margin-right: 8px;
    font-size: 1.1rem;
  }
}
.el-label-cMain {
  border: 1px solid #009245;
  color: #009245;
}

.el-icon-window:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-popup:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_popup.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-file-pdf:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-file-pdf--sm:before {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
}
.el-icon-file-excel:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-arrow-circle {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.el-icon-arrow-circle:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #009245;
  content: "";
}
.el-icon-arrow-circle:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #FFF;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(5px);
}

.el-googlemap {
  position: relative;
  padding-top: 340px;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .el-googlemap {
    padding-top: 260px;
  }
}
.el-googlemap > iframe {
  position: absolute;
  top: -200px;
  left: 0;
  width: 100%;
  height: calc(100% + 200px + 200px);
}

.grid2 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid2 {
    display: block;
  }
}
.grid2 > .col {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid2 > .col {
    width: 100%;
  }
}

.grid3 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid3 {
    display: block;
  }
}
.grid3 > .col {
  width: 33.333%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col {
    width: 100%;
  }
}
.grid3 > .col_multi2 {
  width: 66.666%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid3 > .col_multi2 {
    width: 100%;
  }
}

.grid4 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid4 {
    display: block;
  }
}
.grid4 > .col {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col {
    width: 100%;
  }
}
.grid4 > .col_multi3 {
  width: 75%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col_multi3 {
    width: 100%;
  }
}

.grid5 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid5 {
    display: block;
  }
}
.grid5 > .col {
  width: 20%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid5 > .col {
    width: 100%;
  }
}

.grid2 {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 1100px) {
  .grid2 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 960px) {
  .grid2 {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .grid2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2.dir-r {
  flex-direction: row-reverse;
}
.grid2 .col {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .grid2 .col {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .grid2 .col {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .grid2 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid3 {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 1100px) {
  .grid3 {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 960px) {
  .grid3 {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .grid3 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3.dir-r {
  flex-direction: row-reverse;
}
.grid3 .col,
.grid3 .col_multi2 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .grid3 .col,
  .grid3 .col_multi2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .grid3 .col,
  .grid3 .col_multi2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 600px) {
  .grid3 .col,
  .grid3 .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid4 {
  margin-right: -25px;
  margin-left: -25px;
}
.grid4.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid4 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4 .col,
.grid4 .col_multi2,
.grid4 .col_multi3 {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 600px) {
  .grid4 .col,
  .grid4 .col_multi2,
  .grid4 .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}
.grid4--mSm {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid4--mSm .col,
.grid4--mSm .col_multi2,
.grid4--mSm .col_multi3 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 600px) {
  .grid4--mSm .col,
  .grid4--mSm .col_multi2,
  .grid4--mSm .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid5 {
  margin-right: -15px;
  margin-left: -15px;
}
.grid5.dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid5 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid5 .col {
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .grid5 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.col img,
.col_multi2 img,
.col_multi3 img {
  width: 100%;
  height: auto;
}

.bl-grid-item {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}
.bl-grid-item:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  background: #ccc;
  content: "";
  transform: translateX(-50%);
}
@media screen and (max-width: 600px) {
  .bl-grid-item:before {
    width: 100%;
  }
}
.bl-grid-item--full:before {
  width: 100%;
}
.bl-grid-item:first-child {
  padding-top: 0;
}
.bl-grid-item:first-child:before {
  display: none;
}
.bl-grid-item:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-grid-item-body {
    margin-bottom: 30px;
  }
  .bl-grid-item-body:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-fig {
    margin-bottom: 30px;
  }
  .bl-grid-item-fig:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-grid-item-col {
    margin-bottom: 30px;
  }
  .bl-grid-item-col:last-child {
    margin-bottom: 0;
  }
}

.bl-card {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 1100px) {
  .bl-card {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 960px) {
  .bl-card {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-card {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-card > .col,
.bl-card > .col_multi2 {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1100px) {
  .bl-card > .col,
  .bl-card > .col_multi2 {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 960px) {
  .bl-card > .col,
  .bl-card > .col_multi2 {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .bl-card > .col,
  .bl-card > .col_multi2 {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .bl-card > .col,
  .bl-card > .col_multi2 {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-card-item {
  margin-bottom: 30px;
}
.bl-card-item > a {
  display: block;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  color: #1A1A1A;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-card-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bl-card-item > a:hover .bl-card-fig > span {
  transform: scale(1.04);
}
.bl-card-fig {
  overflow: hidden;
}
.bl-card-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 68.42%;
  overflow: hidden;
  background: #ccc no-repeat center center/cover;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-card-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-card-body {
  padding: 20px;
}
.bl-card-title {
  margin: 0 0 5px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.6;
}
.bl-card-txt {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  .bl-card-txt {
    line-height: 1.75;
  }
  .bl-card-txt > br {
    display: none;
  }
}
.bl-card-cat {
  margin-top: 20px;
  line-height: 1;
}
.bl-card-cat .el-label {
  margin-right: 8px;
  margin-bottom: 8px;
}

.bl-cardPanel {
  margin-right: -20px;
  margin-left: -20px;
}
@media screen and (max-width: 1000px) {
  .bl-cardPanel {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-cardPanel {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.bl-cardPanel-item {
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (max-width: 1000px) {
  .bl-cardPanel-item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 600px) {
  .bl-cardPanel-item {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.bl-cardPanel-item > a {
  display: block;
  color: #333;
}
.bl-cardPanel-item > a:hover {
  text-decoration: none;
}
.bl-cardPanel-body {
  position: relative;
  margin-top: -30px;
  padding-left: 20px;
  z-index: 1;
}
.bl-cardPanel-body-inner {
  padding: 20px 0 0 20px;
  background: #fff;
}
.bl-cardPanel-title {
  margin: 3px 0 0;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.bl-cardPanel-title-sub {
  margin: 10px 0 0;
  font-size: 1.4rem;
  line-height: 1.6;
}
.bl-cardPanel-cat {
  margin-bottom: 5px;
  line-height: 1;
}
.bl-cardPanel-cat > span {
  display: inline-block;
  padding: 2px 10px;
  background: #4D4D4D;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.4;
  font-weight: bold;
}
.bl-cardPanel-tags {
  margin-top: 15px;
  line-height: 1;
}
.bl-cardPanel-tags > .el-label {
  margin-right: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .bl-cardPanel-tags > .el-label {
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
.bl-cardPanel-date {
  position: relative;
  margin-top: 7px;
  padding-left: 20px;
  color: #b3b3b3;
  font-size: 1.4rem;
}
.bl-cardPanel-date::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/icon/icon_date.svg) no-repeat center center/cover;
  content: "";
  transform: translateY(-50%);
}
.bl-cardPanel.slick-initialized {
  opacity: 1;
}
.bl-cardPanel .slick-prev,
.bl-cardPanel .slick-next {
  box-sizing: border-box;
  z-index: 10;
}
.bl-cardPanel .slick-prev::before,
.bl-cardPanel .slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(-50%);
  content: "";
}
.bl-cardPanel .slick-prev {
  left: -20px;
}
@media screen and (max-width: 1000px) {
  .bl-cardPanel .slick-prev {
    left: -10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-cardPanel .slick-prev {
    left: 20px;
  }
}
.bl-cardPanel .slick-prev::before {
  border-top: 1px solid #B3B3B3;
  border-left: 1px solid #B3B3B3;
  transform: rotate(-45deg);
}
.bl-cardPanel .slick-next {
  right: -20px;
}
@media screen and (max-width: 1000px) {
  .bl-cardPanel .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 600px) {
  .bl-cardPanel .slick-next {
    right: 20px;
  }
}
.bl-cardPanel .slick-next::before {
  border-top: 1px solid #B3B3B3;
  border-right: 1px solid #B3B3B3;
  transform: rotate(45deg);
}

.bl-sidePosts-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .bl-sidePosts-item {
    padding: 15px 0;
    border-top: 1px solid #ccc;
  }
  .bl-sidePosts-item:last-child {
    border-bottom: 1px solid #ccc;
  }
}
.bl-sidePosts-item > a {
  display: block;
  box-sizing: border-box;
  color: #1A1A1A;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 960px) {
  .bl-sidePosts-item > a {
    display: flex;
  }
}
.bl-sidePosts-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.bl-sidePosts-item > a:hover .bl-sidePosts-fig > span {
  transform: scale(1.04);
}
.bl-sidePosts-fig {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .bl-sidePosts-fig {
    flex: 0 0 180px;
  }
}
@media screen and (max-width: 600px) {
  .bl-sidePosts-fig {
    flex-basis: 100px;
  }
}
.bl-sidePosts-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 68.42%;
  overflow: hidden;
  background: #ccc no-repeat center center/cover;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sidePosts-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-sidePosts-fig > span {
    position: relative;
    display: block;
    margin: 0;
    padding-top: 90%;
    overflow: hidden;
  }
  .bl-sidePosts-fig > span > img {
    position: absolute;
    top: -100%;
    right: -100%;
    bottom: -100%;
    left: -100%;
    margin: auto;
    width: auto;
    max-width: initial;
    max-width: auto;
    height: 100%;
    z-index: 0;
  }
}
.bl-sidePosts-body {
  padding: 20px 0;
}
@media screen and (max-width: 960px) {
  .bl-sidePosts-body {
    flex: 1 1 auto;
    padding: 0 0 0 20px;
    box-sizing: border-box;
  }
}
.bl-sidePosts-title {
  margin: 0 0 5px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-sidePosts-title {
    margin-bottom: 3px;
  }
}
.bl-sidePosts-txt {
  margin-bottom: 0;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 600px) {
  .bl-sidePosts-txt {
    line-height: 1.75;
  }
  .bl-sidePosts-txt > br {
    display: none;
  }
}
.bl-sidePosts-cat {
  margin-top: 15px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-sidePosts-cat {
    margin-top: 10px;
  }
}
.bl-sidePosts-cat .el-label {
  margin-right: 5px;
  margin-bottom: 5px;
}

.bl-series {
  border-top: 1px solid #ccc;
}
.bl-series-heading {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  font-size: 1.8rem;
}
.bl-series-item > a {
  display: block;
  color: #1A1A1A;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-series-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-series-fig {
  position: relative;
}
.bl-series-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 510px;
  height: auto;
  margin: 0;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
  transform: translate(-50%, -50%);
}
.bl-series-cap {
  margin-top: 5px;
}

.bl-table-scroll {
  margin-bottom: 1.5em;
}
.bl-table-scroll:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-table-scroll {
    overflow: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 600px) {
  .bl-table-scroll-inner {
    display: inline-block;
    width: 700px;
    white-space: normal;
  }
}

table {
  width: 100%;
  margin: 1.5em 0;
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table {
    font-size: 1.4rem;
  }
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 12px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  table th,
  table td {
    padding: 10px;
  }
}
table th {
  width: 260px;
  background: #f7f7f7;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  table th {
    width: 160px;
  }
}
@media screen and (max-width: 600px) {
  table th {
    width: 120px;
  }
}
table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 600px) {
  .bl-table--vert {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert thead,
  .bl-table--vert tbody,
  .bl-table--vert tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert th {
    display: block;
    width: 100%;
    border: 0;
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 600px) {
  .bl-table--vert td {
    display: block;
    border: 0;
    border-top: 1px solid #ccc;
  }
}
.bl-table--sm {
  font-size: 1.3rem;
}
.bl-table--sm th,
.bl-table--sm td {
  padding: 8px 15px;
}
.bl-table--sm thead th {
  padding-top: 3px;
  padding-bottom: 3px;
  font-size: 1.2rem;
}

.bl-dl-row {
  margin: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.bl-dl-row > dt {
  float: left;
  width: 130px;
  padding-top: 11px;
  padding-bottom: 10px;
  font-weight: 500;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dt {
    float: none;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 130px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-dl-row--bdtNone > dt:first-child {
  padding-top: 0;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--bdtNone > dt:first-child {
    border-top: none;
  }
}
.bl-dl-row--bdtNone > dt:first-child + dd {
  padding-top: 0;
  border-top: none;
}
.bl-dl-row--long > dt {
  width: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dt {
    width: 100%;
  }
}
.bl-dl-row--long > dd {
  padding-left: 250px;
}
@media screen and (max-width: 600px) {
  .bl-dl-row--long > dd {
    padding-left: 0;
  }
}
.bl-dl-row-fx {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-dl-row-fx {
    display: block;
    margin-bottom: 0.25em;
  }
  .bl-dl-row-fx:last-child {
    margin-bottom: 0;
  }
}
.bl-dl-row-fx > dt {
  flex: 0 0 220px;
  font-weight: 500;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row-fx > dt {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 0;
  }
}
.bl-dl-row-fx > dd {
  flex: 1 1 auto;
  margin: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-dl-row-fx > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

.bl-list-disc {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.bl-list-disc:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
}
.bl-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 1px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #1A1A1A;
  border-radius: 50%;
  content: "";
}
.bl-list-disc--row > li {
  display: inline-block;
  margin-right: 40px;
}
.bl-list-disc--row > li:last-child {
  margin-right: 0;
}
.bl-list-disc--liMb0 {
  margin-bottom: 1em;
}
.bl-list-disc--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-disc--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-disc--liMb0 > li > br {
    display: none;
  }
}
.bl-list-disc--bd {
  border-bottom: 1px solid #ccc;
}
.bl-list-disc--bd > li {
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #ccc;
}
.bl-list-disc--bd > li:before {
  top: 25px;
  transform: translateY(-50%);
}

.bl-list-num {
  margin-bottom: 1.5em;
  padding-left: 0;
  counter-reset: num;
}
.bl-list-num > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 1.5em;
  counter-increment: num;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  top: 16px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  color: #009245;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  content: counter(num);
}
.bl-list-num--liMb0:last-child {
  margin-bottom: 0;
}
.bl-list-num--liMb0 > li {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-list-num--liMb0 > li > br {
    display: none;
  }
}

.bl-btns {
  display: flex;
  justify-content: center;
  margin: 50px -10px;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-btns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-btns-item {
  width: 300px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-btns-item {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}

.bl-box {
  margin: 2em 0;
  padding: 30px 35px;
  background: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .bl-box {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 20px;
  }
}
.bl-box > p {
  margin: 0 0 1em;
}
.bl-box > p:last-child {
  margin-bottom: 0;
}
.bl-box img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 600px) {
  .bl-figbox {
    padding: 20px;
    background: #f7f7f7;
    border-radius: 8px;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .bl-figbox img {
    max-width: 200px;
  }
}

.bl-fig-caption {
  margin-top: 10px;
}

.bl-browseBtns {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  font-size: 1.4rem;
}
@media screen and (max-width: 600px) {
  .bl-browseBtns {
    font-size: 1.2rem;
    margin-right: -3px;
    margin-left: -3px;
  }
}
.bl-browseBtns li {
  width: 16.666%;
  margin-bottom: 10px;
  padding-right: 5px;
  padding-left: 5px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-browseBtns li {
    width: 25%;
    margin-bottom: 6px;
    padding-right: 3px;
    padding-left: 3px;
  }
}
.bl-browseBtns li a {
  display: block;
  padding: 5px 0 6px;
  background: #f1f1f1;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  color: #1A1A1A;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
  transition: border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-browseBtns li a {
    padding: 2px 0 3px;
  }
}
.bl-browseBtns li a:hover {
  border-color: #009245;
  background-color: #009245;
  color: #fff;
  text-decoration: none;
}
.bl-browseBtns li.item-head > a {
  border-color: #CBCBCB;
  background: #E5E5E5;
}
.bl-browseBtns li.item-head > a:hover {
  border-color: #009245;
  background-color: #009245;
}
.bl-browseBtns li.is-active > a {
  border-color: #009245;
  background-color: #009245;
  color: #fff;
}
.bl-browseBtns--gr8 li {
  width: 12.5%;
}
@media screen and (max-width: 600px) {
  .bl-browseBtns--gr8 li {
    width: 20%;
  }
}

select {
  position: relative;
  width: 100%;
  padding: 12px 15px;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 2;
  color: #1A1A1A;
}
select ::-ms-expand {
  display: none;
}

input[type=submit] {
  width: 200px;
  padding: 15px;
  background: #009245;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 1.7rem;
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
input[type=submit]:hover {
  opacity: 0.5;
}
input[type=submit].t-size-full {
  width: 100%;
}
input[type=submit][disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
input[type=submit][disabled]:hover {
  opacity: 1;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  max-width: 600px;
  padding: 12px 15px;
  border: 1px solid #ccc;
  background: #FFF;
  border-radius: 3px;
  line-height: 1.4;
  box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder {
  color: #1A1A1A;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  color: #1A1A1A;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  color: #1A1A1A;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder {
  color: #1A1A1A;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #1A1A1A;
}
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder {
  color: #1A1A1A;
}
input[type=text].item-zipcode,
input[type=email].item-zipcode,
input[type=tel].item-zipcode,
input[type=date].item-zipcode {
  max-width: 220px;
}

label.item-inputType-text > span {
  display: block;
  margin-bottom: 0.25em;
}
label.item-email {
  display: block;
  margin-top: 0.5em;
}
label.item-email:first-child {
  margin-top: 0;
}
label.item-address {
  display: block;
  margin-bottom: 0.5em;
}
label.item-address:last-child {
  margin-bottom: 0;
}

textarea {
  width: 100%;
  max-width: 600px;
  height: 12.8em;
  line-height: 1.3;
  padding: 12px 15px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 1.6;
  box-sizing: border-box;
}
textarea::-webkit-input-placeholder {
  color: #1A1A1A;
}
textarea::-moz-placeholder {
  color: #1A1A1A;
}
textarea:-ms-input-placeholder {
  color: #1A1A1A;
}
textarea::-ms-input-placeholder {
  color: #1A1A1A;
}
textarea::placeholder {
  color: #1A1A1A;
}
textarea:-ms-input-placeholder {
  color: #1A1A1A;
}
textarea.form-date {
  height: 6em;
}

span[class^=filename-] {
  display: block;
  box-sizing: border-box;
  margin-left: 15px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.bl-select-wrapper {
  position: relative;
  width: 220px;
  background: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.bl-select-wrapper:before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 45px;
  height: 100%;
  border-left: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  box-sizing: border-box;
  background: #FFF;
  content: "";
  z-index: 1;
}
.bl-select-wrapper:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #1A1A1A;
  border-right: 2px solid #1A1A1A;
  transform: translateY(-70%) rotate(135deg);
  content: "";
  z-index: 1;
}

.type-radio label {
  display: inline-block;
  margin-right: 15px;
  line-height: 1.75;
}
.type-radio label:hover {
  cursor: pointer;
}
.type-radio label > span {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.type-radio label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
}
.type-radio label input[type=radio] {
  display: none;
}
.type-radio label input[type=radio]:checked + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #009245;
  border-radius: 50%;
  content: "";
}
.type-radio label input[type=radio]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 9px;
  left: 4px;
  display: block;
  width: 9px;
  height: 9px;
  background: #009245;
  border-radius: 50%;
  content: "";
}
.type-radio.is-disabled label > span {
  color: #d2d7dc;
}
.type-radio.is-disabled label > span:before {
  background: #eef2f4;
  border: none;
}
.type-radio.is-disabled label input[type=radio] {
  display: none;
}
.type-radio.is-disabled label input[type=radio]:checked + span:after {
  background: none;
}
.type-radio.is-disabled label input[type=radio]:checked + input[type=hidden] + span:after {
  background: none;
}
.type-check label, span[class^="wpcf7-form-control-wrap acceptance"] label {
  display: inline-block;
  margin-right: 15px;
}
.type-check label:hover, span[class^="wpcf7-form-control-wrap acceptance"] label:hover {
  cursor: pointer;
}
.type-check label > span, span[class^="wpcf7-form-control-wrap acceptance"] label > span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
}
.type-check label > span:before, span[class^="wpcf7-form-control-wrap acceptance"] label > span:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 17px;
  height: 17px;
  margin-right: 3px;
  background-color: #FFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
  content: "";
}
.type-check label input[type=checkbox], span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox] {
  display: none;
}
.type-check label input[type=checkbox]:checked + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -7px;
  border-right: 3px solid #009245;
  border-bottom: 3px solid #009245;
  content: "";
  transform: rotate(45deg);
}
.type-check label input[type=checkbox]:checked + input[type=hidden] + span:after, span[class^="wpcf7-form-control-wrap acceptance"] label input[type=checkbox]:checked + input[type=hidden] + span:after {
  position: absolute;
  top: 13px;
  left: 5px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #009245;
  border-bottom: 3px solid #009245;
  content: "";
  transform: rotate(45deg);
}

.type-radio,
.type-check {
  line-height: 1.75;
}

.bl-siteSearch {
  position: relative;
}

input[type=text].el-input-txt-siteSearch {
  width: 100%;
  height: 100%;
  padding: 5px 30px 5px 30px;
  border-radius: 30px;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-siteSearch {
    padding: 8px 40px 8px 15px;
    opacity: 1;
    visibility: visible;
  }
}
input[type=text].el-input-txt-siteSearch::-webkit-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch:-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-siteSearch::placeholder {
  color: #989898;
}
.is-not-scrolled .home input[type=text].el-input-txt-siteSearch {
  border-color: #FFF;
  background-color: #FFF;
}
.is-not-scrolled.is-nav-open .home input[type=text].el-input-txt-siteSearch, .is-not-scrolled.is-change-header .home input[type=text].el-input-txt-siteSearch {
  border-color: #ccc;
  background: #FFF;
}
.is-search-open input[type=text].el-input-txt-siteSearch {
  opacity: 1;
  visibility: visible;
}

.el-input-btn-siteSearch {
  position: absolute;
  top: 0;
  right: 3px;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  font-size: 1.6rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: width 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-input-btn-siteSearch {
    top: 50%;
    right: 8px;
    transform: translateY(-55%);
    opacity: 1;
    visibility: visible;
  }
}
.is-search-open .el-input-btn-siteSearch {
  opacity: 1;
  visibility: visible;
}
.el-input-btn-siteSearch:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_loupe.svg) no-repeat center center/contain;
  content: "";
  transform: translate(-50%, -50%);
}

.gsc-control-cse {
  padding: 0 !important;
}

.bl-searchBox {
  padding: 30px;
  background: #f7f7f7;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .bl-searchBox {
    padding: 20px;
  }
}
.bl-searchBox-inputTxt {
  display: flex;
  margin-bottom: 1em;
}
.bl-searchBox-txt {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-txt {
    font-size: 1.4rem;
  }
}
.bl-searchBox-mode {
  position: relative;
}
.bl-searchBox-mode:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "検索条件：";
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode:before {
    position: static;
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
.bl-searchBox-mode .type-radio-item {
  display: block;
  margin-bottom: 3px;
  padding-left: 6em;
}
.bl-searchBox-mode .type-radio-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) and (max-width: 600px) {
  .bl-searchBox-mode .type-radio-item {
    font-size: 1.4rem;
  }
}

input[type=text].el-input-txt-faq {
  max-width: initial;
  max-width: auto;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
@media screen and (max-width: 600px) {
  input[type=text].el-input-txt-faq {
    padding-right: 10px;
    padding-left: 10px;
  }
}
input[type=text].el-input-txt-faq::-webkit-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::-moz-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq:-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::-ms-input-placeholder {
  color: #989898;
}
input[type=text].el-input-txt-faq::placeholder {
  color: #989898;
}

input[type=submit].el-input-btn-faq {
  width: 100px;
  background: #989898;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  input[type=submit].el-input-btn-faq {
    width: 80px;
  }
}

.hp-mb0 {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb0 {
    margin-bottom: 0px !important;
  }
}

.hp-mb5 {
  margin-bottom: 5px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb5 {
    margin-bottom: 5px !important;
  }
}

.hp-mb10 {
  margin-bottom: 10px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb10 {
    margin-bottom: 10px !important;
  }
}

.hp-mb15 {
  margin-bottom: 15px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb15 {
    margin-bottom: 15px !important;
  }
}

.hp-mb20 {
  margin-bottom: 20px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb20 {
    margin-bottom: 20px !important;
  }
}

.hp-mb25 {
  margin-bottom: 25px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb25 {
    margin-bottom: 25px !important;
  }
}

.hp-mb30 {
  margin-bottom: 30px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb30 {
    margin-bottom: 30px !important;
  }
}

.hp-mb35 {
  margin-bottom: 35px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb35 {
    margin-bottom: 35px !important;
  }
}

.hp-mb40 {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb40 {
    margin-bottom: 40px !important;
  }
}

.hp-mb45 {
  margin-bottom: 45px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb45 {
    margin-bottom: 45px !important;
  }
}

.hp-mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb50 {
    margin-bottom: 50px !important;
  }
}

.hp-mb55 {
  margin-bottom: 55px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb55 {
    margin-bottom: 55px !important;
  }
}

.hp-mb60 {
  margin-bottom: 60px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb60 {
    margin-bottom: 60px !important;
  }
}

.hp-mb65 {
  margin-bottom: 65px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb65 {
    margin-bottom: 65px !important;
  }
}

.hp-mb70 {
  margin-bottom: 70px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb70 {
    margin-bottom: 70px !important;
  }
}

.hp-mb75 {
  margin-bottom: 75px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb75 {
    margin-bottom: 75px !important;
  }
}

.hp-mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb80 {
    margin-bottom: 80px !important;
  }
}

.hp-mb85 {
  margin-bottom: 85px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb85 {
    margin-bottom: 85px !important;
  }
}

.hp-mb90 {
  margin-bottom: 90px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb90 {
    margin-bottom: 90px !important;
  }
}

.hp-mb95 {
  margin-bottom: 95px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb95 {
    margin-bottom: 95px !important;
  }
}

.hp-mb100 {
  margin-bottom: 100px !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mb100 {
    margin-bottom: 100px !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hp-mt100 {
  margin-top: 100px !important;
}

.hp-ml0 {
  margin-left: 0px !important;
}

.hp-ml5 {
  margin-left: 5px !important;
}

.hp-ml10 {
  margin-left: 10px !important;
}

.hp-ml15 {
  margin-left: 15px !important;
}

.hp-ml20 {
  margin-left: 20px !important;
}

.hp-ml25 {
  margin-left: 25px !important;
}

.hp-ml30 {
  margin-left: 30px !important;
}

.hp-ml35 {
  margin-left: 35px !important;
}

.hp-ml40 {
  margin-left: 40px !important;
}

.hp-ml45 {
  margin-left: 45px !important;
}

.hp-ml50 {
  margin-left: 50px !important;
}

.hp-ml55 {
  margin-left: 55px !important;
}

.hp-ml60 {
  margin-left: 60px !important;
}

.hp-ml65 {
  margin-left: 65px !important;
}

.hp-ml70 {
  margin-left: 70px !important;
}

.hp-ml75 {
  margin-left: 75px !important;
}

.hp-ml80 {
  margin-left: 80px !important;
}

.hp-ml85 {
  margin-left: 85px !important;
}

.hp-ml90 {
  margin-left: 90px !important;
}

.hp-ml95 {
  margin-left: 95px !important;
}

.hp-ml100 {
  margin-left: 100px !important;
}

.hp-pb0 {
  padding-bottom: 0px !important;
}

.hp-pb5 {
  padding-bottom: 5px !important;
}

.hp-pb10 {
  padding-bottom: 10px !important;
}

.hp-pb15 {
  padding-bottom: 15px !important;
}

.hp-pb20 {
  padding-bottom: 20px !important;
}

.hp-pb25 {
  padding-bottom: 25px !important;
}

.hp-pb30 {
  padding-bottom: 30px !important;
}

.hp-pb35 {
  padding-bottom: 35px !important;
}

.hp-pb40 {
  padding-bottom: 40px !important;
}

.hp-pb45 {
  padding-bottom: 45px !important;
}

.hp-pb50 {
  padding-bottom: 50px !important;
}

.hp-pb55 {
  padding-bottom: 55px !important;
}

.hp-pb60 {
  padding-bottom: 60px !important;
}

.hp-pb65 {
  padding-bottom: 65px !important;
}

.hp-pb70 {
  padding-bottom: 70px !important;
}

.hp-pb75 {
  padding-bottom: 75px !important;
}

.hp-pb80 {
  padding-bottom: 80px !important;
}

.hp-pb85 {
  padding-bottom: 85px !important;
}

.hp-pb90 {
  padding-bottom: 90px !important;
}

.hp-pb95 {
  padding-bottom: 95px !important;
}

.hp-pb100 {
  padding-bottom: 100px !important;
}

.hp-pt0 {
  padding-top: 0px !important;
}

.hp-pt5 {
  padding-top: 5px !important;
}

.hp-pt10 {
  padding-top: 10px !important;
}

.hp-pt15 {
  padding-top: 15px !important;
}

.hp-pt20 {
  padding-top: 20px !important;
}

.hp-pt25 {
  padding-top: 25px !important;
}

.hp-pt30 {
  padding-top: 30px !important;
}

.hp-pt35 {
  padding-top: 35px !important;
}

.hp-pt40 {
  padding-top: 40px !important;
}

.hp-pt45 {
  padding-top: 45px !important;
}

.hp-pt50 {
  padding-top: 50px !important;
}

.hp-pt55 {
  padding-top: 55px !important;
}

.hp-pt60 {
  padding-top: 60px !important;
}

.hp-pt65 {
  padding-top: 65px !important;
}

.hp-pt70 {
  padding-top: 70px !important;
}

.hp-pt75 {
  padding-top: 75px !important;
}

.hp-pt80 {
  padding-top: 80px !important;
}

.hp-pt85 {
  padding-top: 85px !important;
}

.hp-pt90 {
  padding-top: 90px !important;
}

.hp-pt95 {
  padding-top: 95px !important;
}

.hp-pt100 {
  padding-top: 100px !important;
}

.hp-db {
  display: block;
}

@media screen and (max-width: 768px) {
  .hp-tb-db {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-db {
    display: block;
  }
}

.hp-dib {
  display: inline-block;
}

.hp-fzSm {
  font-size: 1.4rem;
}

.hp-fzMd {
  font-size: 1.5rem;
}

.hp-fzLg {
  font-size: 2rem;
}

.hp-cMain {
  color: #009245;
}

.hp-cWht {
  color: #fff;
}

.hp-fwB {
  font-weight: 700;
}

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

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

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

@media screen and (max-width: 600px) {
  .hp-sp-taL {
    text-align: left !important;
  }
}

.hp-cf {
  display: block;
}
.hp-cf::before, .hp-cf::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.hp-fxJcC {
  justify-content: center;
}

.hp-hAuto {
  height: auto !important;
}

@media screen and (max-width: 600px) {
  .hp-pcView {
    display: none !important;
  }
}

.hp-spView {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .hp-spView {
    display: block !important;
  }
}

.hp-tbView {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .hp-tbView {
    display: block !important;
  }
}

@font-face {
  font-family: "iconasst";
  src: url("../fonts/iconasst.eot?bkvhnk");
  src: url("../fonts/iconasst.eot?bkvhnk#iefix") format("embedded-opentype"), url("../fonts/iconasst.ttf?bkvhnk") format("truetype"), url("../fonts/iconasst.woff?bkvhnk") format("woff"), url("../fonts/iconasst.svg?bkvhnk#iconasst") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconasst" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.icon-asst-arrow-b-l:before {
  content: "\e900";
}

.icon-asst-arrow-b-r:before {
  content: "\e901";
}

.icon-asst-arrow-b-top:before {
  content: "\e902";
}

.icon-asst-arrow-m-l:before {
  content: "\e903";
}

.icon-asst-arrow-m-r:before {
  content: "\e904";
}

.icon-asst-arrow-line-l:before {
  content: "\e905";
}

.icon-asst-arrow-line-r:before {
  content: "\e906";
}

.icon-asst-multiplied:before {
  content: "\e907";
}

.icon-asst-plus:before {
  content: "\e908";
}

.icon-asst-window:before {
  content: "\e909";
}

.icon-asst-loupe-line:before {
  content: "\e90a";
}

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

.icon-adobeacrobatreader:before {
  content: "\e911";
  color: #ee3f24;
}

.icon-facebook:before {
  content: "\e90c";
  color: #1877f2;
}

.icon-hatenabookmark:before {
  content: "\e90d";
  color: #00a4de;
}

.icon-instagram:before {
  content: "\e90e";
  color: #e4405f;
}

.icon-microsoftexcel:before {
  content: "\e912";
  color: #217346;
}

.icon-microsoftpowerpoint:before {
  content: "\e913";
  color: #d24726;
}

.icon-microsoftword:before {
  content: "\e914";
  color: #2b579a;
}

.icon-twitter:before {
  content: "\e90f";
  color: #1da1f2;
}

.icon-youtube:before {
  content: "\e910";
  color: #f00;
}

.ly-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  z-index: 0;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.ly-modal.is-modal-active {
  opacity: 1;
  visibility: visible;
  z-index: 9000;
}
@media screen and (max-width: 600px) {
  .ly-modal {
    width: 100vw;
    min-width: initial;
    height: 100vh;
  }
}
.ly-modal-ol {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  z-index: 0;
}
.ly-modal-inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}
.ly-modal-body {
  position: relative;
  width: 100%;
  padding: 50px 40px;
  box-sizing: border-box;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .ly-modal-body {
    padding: 30px 20px;
  }
}

.bl-modal {
  position: relative;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  background: #fff;
  z-index: 2;
}
.bl-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bl-modal-contents {
  padding: 60px 60px 100px;
}
@media screen and (max-width: 600px) {
  .bl-modal-contents {
    padding: 20px 20px 70px;
  }
}
.bl-modal.is-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 80px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .bl-modal.is-absolute {
    width: calc(100% - 40px);
  }
}

.el-modal-closed-btn {
  position: absolute;
  bottom: 40px;
  left: 50%;
  display: flex;
  align-items: center;
  transform: translateX(-50%);
  z-index: 9999;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .el-modal-closed-btn {
    bottom: 30px;
  }
}
.el-modal-closed-btn:after {
  display: block;
  margin-left: 5px;
  line-height: 1.2;
  content: "閉じる";
}
.el-modal-closed-btn > span {
  position: relative;
  width: 20px;
  height: 20px;
}
.el-modal-closed-btn > span:before, .el-modal-closed-btn > span:after {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #1A1A1A;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  content: "";
}
.el-modal-closed-btn > span:before {
  transform: translateY(-50%) rotate(45deg);
}
.el-modal-closed-btn > span:after {
  transform: translateY(-50%) rotate(-45deg);
}

.bl-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.el-logo {
  display: block;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
}
.el-logo > a {
  display: block;
  width: 329px;
  height: 39px;
  overflow: hidden;
  text-align: center;
}
.home .el-logo > a {
  width: 400px;
  height: 47.4164133739px;
}
@media screen and (max-width: 600px) {
  .el-logo > a {
    width: 220px;
    height: 26.0790273556px;
  }
  .home .el-logo > a {
    width: 220px;
    height: 26.0790273556px;
  }
}
.el-logo > a > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.el-logo-txt {
  margin: 0;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .el-logo-txt {
    font-size: 1rem;
  }
}
.el-logo-lead {
  margin-bottom: 1.5em;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.6;
  text-align: center;
}
.el-logo-lead > br {
  display: none;
}
@media screen and (max-width: 600px) {
  .el-logo-lead > br {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .el-logo-lead {
    margin-bottom: 0.75em;
    font-size: 1rem;
  }
}

.ly-header {
  width: 100%;
  height: 140px;
  background: white;
  z-index: 5000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), box-shadow 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-header {
  transition: none !important;
}
@media screen and (max-width: 1100px) {
  .ly-header {
    width: 100vw;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .is-nav-open .ly-header {
    height: 100vh;
  }
}
@media screen and (max-width: 600px) {
  .ly-header {
    height: 90px;
  }
  .home .ly-header {
    height: 100px;
  }
}
.ly-header-inner {
  position: relative;
  height: 100%;
  z-index: 5002;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .ly-header-inner {
    display: block;
  }
}

.bl-headerNav {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .bl-headerNav {
    display: none;
    height: 100%;
    padding: 160px 50px 40px;
    overflow-y: auto;
  }
  .is-nav-open .bl-headerNav {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .bl-headerNav {
    padding: 110px 20px 40px;
  }
  .home .bl-headerNav {
    padding: 120px 20px 40px;
  }
}
.bl-headerNav-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .bl-headerNav-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
    z-index: 0;
  }
  .is-nav-shown .bl-headerNav-wrapper {
    opacity: 1;
    visibility: visible;
  }
}
.bl-headerNav-nav {
  display: flex;
  margin-right: 25px;
}
@media screen and (max-width: 1100px) {
  .bl-headerNav-nav {
    display: block;
    margin-right: 0;
  }
}

.bl-gnav {
  display: flex;
  margin: 11px 0 0;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .bl-gnav {
    display: block;
    margin-top: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bl-gnav-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 12px;
  padding-left: 12px;
  padding-bottom: 34px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .bl-gnav-item {
    display: block;
    height: auto;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
.bl-gnav-item:first-child {
  padding-left: 0;
}
.bl-gnav-item:last-child {
  padding-right: 0;
}
.bl-gnav-item > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #1A1A1A;
  font-size: 1.4rem;
  font-weight: bold;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1100px) {
  .bl-gnav-item > a {
    padding: 25px 0;
    color: #fff;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a {
    padding: 15px 0;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .bl-gnav-item > a.parent-link {
    padding-right: 30px;
  }
  .bl-gnav-item > a.parent-link:after {
    position: absolute;
    top: 30px;
    right: 20px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    transform: rotate(135deg);
    content: "";
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a.parent-link:after {
    top: 19px;
    right: 10px;
  }
}
.bl-gnav-item > a > span {
  position: relative;
  display: block;
  padding-bottom: 8px;
}
@media screen and (max-width: 1100px) {
  .bl-gnav-item > a > span {
    padding: 0;
  }
}
.bl-gnav-item > a > span:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background: #009245;
  content: "";
  transform-origin: top right;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1100px) {
  .bl-gnav-item > a > span:before {
    display: none;
  }
}
.bl-gnav-item > a:hover {
  color: #009245;
  text-decoration: none;
}
@media screen and (max-width: 1100px) {
  .bl-gnav-item > a:hover {
    color: #fff;
  }
}
.bl-gnav-item.is-nav-active > a > span:before, .bl-gnav-item.is-current > a > span:before {
  transform: scaleX(1);
  transform-origin: top left;
}

.bl-gnavLang {
  display: flex;
  margin: 0 0 0 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .bl-gnavLang {
    margin: 20px 0;
  }
}
.bl-gnavLang-item {
  padding: 0 8px;
}
.bl-gnavLang-item:first-child {
  padding-left: 0;
}
.bl-gnavLang-item:last-child {
  padding-right: 0;
}
.bl-gnavLang-item:last-child > a > span:after {
  display: none;
}
.bl-gnavLang-item > a {
  display: block;
  padding: 12px 0;
  box-sizing: border-box;
  color: #1A1A1A;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (max-width: 1100px) {
  .bl-gnavLang-item > a {
    color: #fff;
  }
}
.bl-gnavLang-item > a > span {
  position: relative;
  display: block;
}
.bl-gnavLang-item > a > span:after {
  position: absolute;
  top: 50%;
  right: -9px;
  display: block;
  width: 1px;
  height: 12px;
  background: #1A1A1A;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 1100px) {
  .bl-gnavLang-item > a > span:after {
    background: #fff;
  }
}

.bl-gnavUtil {
  margin: 0 0 0 24px;
  line-height: 1.2;
}
@media screen and (max-width: 1100px) {
  .bl-gnavUtil {
    margin: 20px 0 0;
  }
}
.bl-gnavUtil-item {
  position: relative;
}
.bl-gnavUtil-item > a {
  position: relative;
  display: block;
  width: 160px;
  padding: 12px 20px;
  border-radius: 21px;
  background: #009245;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1100px) {
  .bl-gnavUtil-item > a {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fff;
    color: #009245;
  }
}
.bl-gnavUtil-item > a:hover {
  text-decoration: none;
}

.bl-megamenu {
  position: fixed;
  top: 140px;
  left: 0;
  display: block;
  width: 100%;
  padding: 30px 30px 50px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98), transform 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98);
}
@media screen and (max-width: 1100px) {
  .bl-megamenu {
    position: static;
    display: none;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
}
.is-megamenu-open .is-nav-active .bl-megamenu {
  opacity: 1;
  visibility: visible;
}
.bl-megamenu-inner {
  position: relative;
  z-index: 1;
}
.bl-megamenu-title {
  margin: 0 0 60px;
  color: #009245;
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-title {
    display: none;
  }
}
.bl-megamenu-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav {
    display: block;
    margin: 0 0 25px 2em;
    padding: 10px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
  }
}
.bl-megamenu-nav-item {
  width: 25%;
  margin-bottom: 50px;
  padding-right: 25px;
  padding-left: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-item {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
}
.bl-megamenu-nav-item > a {
  position: relative;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1A1A1A;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-item > a {
    padding: 8px 10px 8px 35px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.bl-megamenu-nav-item > a:before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #009245;
  content: "";
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-item > a:before {
    top: 16px;
    left: 10px;
    bottom: auto;
    width: 12px;
    background: white;
  }
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-item > a:after {
    position: absolute;
    top: 13px;
    left: 15px;
    display: block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    box-sizing: border-box;
    content: "";
    transform: rotate(45deg);
  }
}
.bl-megamenu-nav-item > a > span {
  position: relative;
  display: block;
  padding-right: 25px;
}
.bl-megamenu-nav-item > a > span:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #009245;
  transform: translateY(-50%);
  content: "";
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-item > a > span:after {
    display: none;
  }
}
.bl-megamenu-nav-item > a:hover {
  text-decoration: none;
}
.bl-megamenu-nav-item > a:hover:before {
  transform-origin: right top;
  transform: scaleX(0);
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-item > a:hover:before {
    transform: scaleX(1);
  }
}
.bl-megamenu-nav-sub {
  margin-top: 0;
  display: flex;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-sub {
    display: block;
    margin: 0 0 0 2em;
    font-size: 1.4rem;
  }
}
.bl-megamenu-nav-sub-item {
  position: relative;
  margin-left: 30px;
  padding-left: 12px;
}
.bl-megamenu-nav-sub-item:first-child {
  margin-left: 0;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-nav-sub-item {
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
  }
  .bl-megamenu-nav-sub-item:before {
    display: none;
  }
  .bl-megamenu-nav-sub-item > a {
    display: block;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1100px) and (max-width: 1100px) {
  .bl-megamenu-nav-sub-item > a:hover {
    text-decoration: none;
  }
}
.bl-megamenu-children {
  display: flex;
  margin: 50px -25px 0;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-children {
    display: block;
    margin: 0 0 0 2em;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-children-inner {
    display: none;
  }
}
.bl-megamenu-children-item {
  width: 25%;
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-children-item {
    width: 100%;
    padding: 0;
  }
}
.bl-megamenu-children-title {
  padding-bottom: 15px;
  border-bottom: 1px solid #009245;
  font-size: 2rem;
  font-weight: 700;
  box-sizing: border-box;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-children-title {
    cursor: pointer;
    position: relative;
    padding: 15px 0;
    border-top: 1px solid #ccc;
    border-bottom: 0;
    font-size: 1.4rem;
    font-weight: 400;
  }
}
.bl-megamenu-child {
  margin-left: 1em;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-child {
    margin-left: 2em;
  }
}
.bl-megamenu-child-title {
  margin: 20px 0 15px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-child-title {
    display: none;
  }
}
.bl-megamenu-child-item {
  position: relative;
  margin: 15px 0;
  padding-left: 12px;
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-child-item {
    margin: 0;
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 1100px) {
  .bl-megamenu-child-item > a {
    display: block;
    padding: 10px 0;
  }
  .bl-megamenu-child-item > a:hover {
    text-decoration: none;
  }
}

.ol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 5000;
  transition: background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ol {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1100px) {
  .ol {
    display: none;
  }
}
.ol-inner {
  position: absolute;
  top: 140px;
  left: 0;
  width: 100%;
  height: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: height 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), visibility 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ol-inner {
  opacity: 1;
  visibility: visible;
}

.el-gnav-sp {
  display: none;
  position: absolute;
  top: 40px;
  right: 30px;
  width: 40px;
  height: 22px;
  padding-top: 8px;
  z-index: 200;
  box-sizing: border-box;
  cursor: pointer;
  z-index: 5200;
}
@media screen and (max-width: 1100px) {
  .el-gnav-sp {
    display: block;
    width: 30px;
    height: 17px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 600px) {
  .el-gnav-sp {
    top: 14px;
    right: 17px;
  }
}
.el-gnav-sp > span {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background: #009245;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1100px) {
  .el-gnav-sp > span {
    width: 30px;
  }
}
.is-nav-open .el-gnav-sp > span {
  background: #fff;
}
.el-gnav-sp .top {
  transform: translateY(-8px) scale(1);
}
@media screen and (max-width: 1100px) {
  .el-gnav-sp .top {
    transform: translateY(-7px) scale(1);
  }
}
.el-gnav-sp .bottom {
  transform: translateY(8px) scale(1);
}
@media screen and (max-width: 1100px) {
  .el-gnav-sp .bottom {
    transform: translateY(7px) scale(1);
  }
}
.is-nav-open .el-gnav-sp .top {
  transform: translateY(2px) rotate(45deg);
}
@media screen and (max-width: 1100px) {
  .is-nav-open .el-gnav-sp .top {
    transform: translateY(2px) rotate(45deg);
  }
}
.is-nav-open .el-gnav-sp .middle {
  transform: translateY(0px) scale(0);
}
.is-nav-open .el-gnav-sp .bottom {
  transform: translateY(-2px) rotate(-45deg);
}
@media screen and (max-width: 1100px) {
  .is-nav-open .el-gnav-sp .bottom {
    transform: translateY(-2px) rotate(-45deg);
  }
}

.bl-pagetop {
  position: fixed;
  bottom: 20px;
  right: 40px;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 600px) {
  .bl-pagetop {
    right: 20px;
  }
}
.bl-pagetop.is-nav-abs {
  position: absolute;
  bottom: auto;
  top: 50px;
}
@media screen and (max-width: 600px) {
  .bl-pagetop.is-nav-abs {
    top: 30px;
  }
}
.bl-pagetop > a {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  background: #009245;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-pagetop > a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a {
    width: 40px;
    height: 40px;
  }
}
.bl-pagetop > a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  transform: translate(-50%, -20%) rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-pagetop > a:before {
    width: 12px;
    height: 12px;
  }
}
.bl-pagetop > a:hover:before {
  transform: translate(-50%, -60%) rotate(-45deg);
}

.ly-footer {
  position: relative;
  background: #E9EBD7;
}
.ly-footer-inner {
  padding-top: 40px;
  padding-bottom: 40px;
}
.ly-footer-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ly-footer-body {
    display: block;
  }
}

.bl-logo-footer {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-logo-footer {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
}

.el-logo-footer {
  display: block;
  margin: 0;
  box-sizing: border-box;
  line-height: 1;
}
.el-logo-footer > a,
.el-logo-footer > span {
  display: block;
  width: 208px;
  height: 24.6565349544px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-logo-footer > a,
  .el-logo-footer > span {
    margin-right: auto;
    margin-left: auto;
  }
}
.el-logo-footer > a > img,
.el-logo-footer > span > img {
  width: 100%;
  height: auto;
}
.el-logo-footer-txt {
  margin: 0 0 0 15px;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .el-logo-footer-txt {
    margin-left: 0;
  }
}

.el-copyright {
  margin: 0;
  color: #808080;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .el-copyright {
    text-align: center;
  }
}

.ly-contents {
  position: relative;
  z-index: 11;
  overflow: hidden;
}

.ly-breadcrumb {
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-breadcrumb {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
    overflow-x: scroll;
  }
}

.bl-breadcrumb {
  width: 100%;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 1.2rem;
  letter-spacing: -0.4em;
  line-height: 0;
  overflow-x: hidden;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .bl-breadcrumb {
    position: static;
    padding-bottom: 10px;
    overflow-x: auto;
    white-space: nowrap;
  }
  .bl-breadcrumb:before, .bl-breadcrumb:after {
    position: static;
    display: inline-block;
    width: 20px;
    height: 1px;
    content: "";
  }
}
.bl-breadcrumb > li {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  letter-spacing: normal;
}
.bl-breadcrumb > li:after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #aab4be;
  border-right: 1px solid #aab4be;
  box-sizing: border-box;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.bl-breadcrumb > li:last-child {
  padding-right: 0;
}
.bl-breadcrumb > li:last-child:after {
  display: none;
}
.bl-breadcrumb > li > a {
  display: inline-block;
  color: #1A1A1A;
  line-height: 1.2;
}
.bl-breadcrumb > li > span {
  line-height: 1.2;
}

.ly-column {
  display: flex;
}
@media screen and (max-width: 960px) {
  .ly-column {
    display: block;
  }
}
.ly-column-main {
  flex: 1 1 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .ly-column-main {
    width: 100%;
    max-width: 700px;
    margin-right: auto;
    margin-left: auto;
  }
}
.ly-column-sub {
  flex: 0 0 280px;
}
@media screen and (max-width: 960px) {
  .ly-column-sub {
    width: 100%;
    max-width: 700px;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .ly-column-sub {
    margin-top: 40px;
  }
}

.ly-main-inner {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (max-width: 600px) {
  .ly-main-inner {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.ly-localnav {
  background: #f7f7f7;
}
@media screen and (max-width: 600px) {
  .ly-localnav {
    display: none;
  }
}
.ly-localnav-inner {
  padding-top: 50px;
  padding-bottom: 60px;
}

.bl-localnav {
  margin: 10px 0;
}
.bl-localnav:last-child {
  margin-bottom: 0;
}
.bl-localnav-item {
  display: inline-block;
  margin-right: 35px;
  box-sizing: border-box;
}
.bl-localnav-item > a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  color: #1A1A1A;
  font-weight: 500;
  line-height: 1.75;
}
.bl-localnav-item.is-current > a {
  color: #b2b2b2;
}
.bl-localnav-item.is-current > a:before {
  border-color: transparent transparent transparent #b2b2b2;
}
.bl-localnav-title {
  margin: 0 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #009245;
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 700;
}
.bl-localnav-cat {
  margin-top: 20px;
  padding-bottom: 5px;
  border-bottom: 1px solid #cbcbcb;
  line-height: 1.75;
  font-weight: 700;
}

.bl-anchor {
  margin: 60px 0;
  padding: 0;
  border-radius: 8px;
  text-align: center;
  line-height: 0;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 600px) {
  .bl-anchor {
    margin-bottom: 60px;
  }
}
.bl-anchor > li {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  line-height: 1.6;
  letter-spacing: normal;
}
.bl-anchor > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 70%;
  background: #1A1A1A;
  content: "";
  transform: translateY(-50%);
}
.bl-anchor > li:last-child::after {
  display: none;
}
.bl-anchor > li > a {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  color: #1A1A1A;
  font-size: "20px"/10rem;
  font-weight: 700;
}
.bl-anchor > li > a:after {
  position: absolute;
  top: 5px;
  right: 0;
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #C4C4C4;
  border-right: 2px solid #C4C4C4;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: rotate(135deg);
}

.bl-side-heading {
  margin: 0 0 30px;
  color: #009245;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-side-heading {
    margin-bottom: 20px;
  }
}
.bl-side-heading:first-child {
  margin-top: 0;
}

.ly-sect {
  position: relative;
}
.ly-sect-inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ly-sect-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-sect-inner--lgr {
  max-width: 1200px;
}
.ly-sect-inner--pSm {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bl-sect {
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-sect {
    margin-bottom: 50px;
  }
}
.bl-sect--bg:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #f7f7f7;
  content: "";
  z-index: 0;
}
.bl-sect.sec-card {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1280px ) {
  .bl-sect.sec-card {
    max-width: 960px;
  }
}
@media screen and (max-width: 1100px) {
  .bl-sect.sec-card {
    max-width: 860px;
  }
}
@media screen and (max-width: 1000px) {
  .bl-sect.sec-card {
    max-width: 720px;
  }
}
.bl-sect.bg-company {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 600px) {
  .bl-sect.bg-company {
    padding-top: 50px;
  }
}
.bl-sect.bg-company::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 390px;
  margin-left: calc(50% - 50vw);
  background: #CCC url(../images/top/bg_fs_company.jpg) no-repeat center center/cover;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-sect.bg-company::before {
    height: 280px;
  }
}
.bl-sect.bg-about {
  position: relative;
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 200px;
}
@media screen and (max-width: 600px) {
  .bl-sect.bg-about {
    padding-bottom: 150px;
  }
}
.bl-sect.bg-about::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #E9EBD7 url(../images/top/bg_fs_about.jpg) no-repeat center center/cover;
  z-index: -1;
  content: "";
}
.bl-sect.bg-about::after {
  position: absolute;
  bottom: 30px;
  left: 0;
  display: block;
  width: 100vw;
  height: 85px;
  margin-left: calc(50% - 50vw);
  background: url(../images/top/bg_decorative.svg) repeat-x center center/auto 100%;
  z-index: -1;
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-sect.bg-about::after {
    height: 75px;
  }
}

.bl-edit-link {
  padding-top: 20px;
  padding-bottom: 20px;
}
.bl-edit-link > a {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
}

.ly-mainv {
  overflow: hidden;
}

.bl-mainSlider {
  width: 100%;
  margin: 0;
  transition: opacity 0.6s cubic-bezier(0.23, 0.83, 0.38, 0.98) 0.3s;
  box-sizing: border-box;
}
.bl-mainSlider-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  z-index: 0;
}
.bl-mainSlider.slick-initialized {
  opacity: 1;
}
.bl-mainSlider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bl-mainSlider .slick-list,
.bl-mainSlider .slick-track {
  height: 100%;
}
.bl-mainSlider .slick-dots {
  bottom: 100px;
  line-height: 0;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .bl-mainSlider .slick-dots {
    bottom: 20px;
  }
}
.bl-mainSlider .slick-dots li {
  width: 10px;
  height: 10px;
  margin-right: 10px;
  margin-left: 10px;
}
.bl-mainSlider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bl-mainSlider .slick-dots li button:before {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  content: "";
  opacity: 0.5;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-mainSlider .slick-dots li.slick-active button:before {
  opacity: 1;
}
.bl-mainSlider-item {
  width: 100%;
  border-bottom: 1px solid #DCDCDC;
}
.bl-mainSlider-item > a {
  display: block;
  color: #333;
}
.bl-mainSlider-item > a:hover {
  text-decoration: none;
}
.bl-mainSlider-item .-mainvisual {
  position: relative;
}
.bl-mainSlider-item .-mainvisual .-bg {
  width: 100%;
  padding-top: 32.85%;
  background: #999 no-repeat center center/cover;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-item .-mainvisual .-bg {
    padding-top: 50%;
  }
}
.bl-mainSlider-item .-mainvisual .-progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #CCC;
}
.bl-mainSlider-item .-mainvisual .-progress .-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #009245;
}
.bl-mainSlider-item .-body-inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-item .-body-inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.bl-mainSlider-item .-title {
  margin: 5px 0 0;
  font-size: 3.2rem;
  line-height: 1.6;
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .bl-mainSlider-item .-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-item .-title {
    font-size: 2.4rem;
  }
}
.bl-mainSlider-item .-title-sub {
  margin: 0;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-item .-title-sub {
    font-size: 1.6rem;
  }
}
.bl-mainSlider-item .-meta {
  margin-top: 10px;
  line-height: 1.6;
}
.bl-mainSlider-item .-date {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #b3b3b3;
  font-size: 1.6rem;
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-item .-date {
    padding-left: 20px;
    font-size: 1.4rem;
  }
}
.bl-mainSlider-item .-date::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/icon/icon_date.svg) no-repeat center center/cover;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-mainSlider-item .-date::before {
    width: 16px;
    height: 16px;
  }
}

.el-catchcopy {
  margin: 0 0 10px;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 4rem;
  line-height: 1.75;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  font-weight: 500;
  text-align: center;
}
.el-catchcopy--taL {
  text-align: left;
}
.el-catchcopy--taR {
  text-align: right;
}
.el-catchcopy--cBk {
  color: #1A1A1A;
}
@media screen and (max-width: 600px) {
  .el-catchcopy {
    font-size: 3.6rem;
  }
}
.el-catchcopy-sub {
  margin: 0;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}
.el-catchcopy-sub--taL {
  text-align: left;
}
.el-catchcopy-sub--taR {
  text-align: right;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sub {
    font-size: 1.3rem;
  }
}

.bl-tags {
  display: flex;
  justify-content: center;
  margin: 0 0 100px;
  font-size: 1.5rem;
  line-height: 1.2;
}
.bl-tags-item {
  margin: 0 5px;
}
.bl-tags-item > a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #000;
  border-radius: 5px;
  color: #000;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-tags-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.bl-orgList {
  margin: 0;
  display: flex;
  justify-content: center;
}
.bl-orgList-item {
  max-width: 640px;
}
.bl-orgList-item > a {
  display: block;
  color: #333;
}
.bl-orgList-item > a:hover {
  text-decoration: none;
}
.bl-orgList-item .-thumb {
  margin-bottom: 0;
}
.bl-orgList-item .-text {
  margin: 10px 0 0;
  font-size: 1.5rem;
}

.bl-about {
  max-width: 700px;
  margin: 0 auto;
}
.bl-about-title {
  margin: 0.75em 0 1.25em;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  text-align: center;
}
.bl-about-txt {
  margin-bottom: 0;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}

.ly-mainv-feature {
  position: relative;
  background: #ccc;
  box-sizing: border-box;
  z-index: 10;
  overflow: hidden;
}
.ly-mainv-feature-inner {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bl-mainv-feature-main {
  height: 410px;
  background: no-repeat center center/cover;
}
@media screen and (max-width: 600px) {
  .bl-mainv-feature-main {
    height: 280px;
  }
}
.bl-mainv-feature-main-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.bl-mainv-feature-sub {
  background: #E9EBD7;
}

.bl-catchcopy-feature {
  padding-bottom: 40px;
  padding-left: 40px;
  border-left: 1px solid #fff;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-catchcopy-feature {
    padding-left: 20px;
  }
}

.el-catchcopy-feature {
  width: 100%;
  max-width: 585px;
}
.el-catchcopy-feature img {
  width: 100%;
  height: auto;
}
.el-catchcopy-feature-txt {
  margin: 15px 0 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-feature-txt {
    font-size: 1.6rem;
  }
}
.el-catchcopy-feature-lead {
  margin: 0;
  padding-bottom: 40px;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.el-catchcopy-feature-lead > span {
  position: relative;
  display: block;
  padding-left: 40px;
  padding-top: 40px;
  box-sizing: border-box;
  z-index: 1;
  border-left: 1px solid #B3B3B3;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-feature-lead > span {
    padding-left: 20px;
  }
  .el-catchcopy-feature-lead > span > br {
    display: none;
  }
}

.bl-anchor-feature {
  display: flex;
  margin: 0 0 60px;
}
@media screen and (max-width: 600px) {
  .bl-anchor-feature {
    display: block;
  }
}
.bl-anchor-feature-item {
  width: 33.333%;
  padding: 10px 20px;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .bl-anchor-feature-item {
    width: 100%;
    padding: 10px 0;
    border-left: none;
    border-bottom: 1px solid #ccc;
  }
}
.bl-anchor-feature-item:last-child {
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .bl-anchor-feature-item:last-child {
    border-right: none;
  }
}
.bl-anchor-feature-item a {
  position: relative;
  display: block;
  width: 100%;
  color: #1A1A1A;
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-anchor-feature-item a {
    padding-bottom: 0;
    text-align: left;
  }
}
.bl-anchor-feature-item a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  box-sizing: border-box;
  transform: translateX(-50%) rotate(135deg);
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-anchor-feature-item a:after {
    top: 50%;
    bottom: auto;
    left: auto;
    right: 0;
    width: 10px;
    height: 10px;
    transform: translateY(-70%) rotate(135deg);
  }
}

.bl-figures {
  margin-top: 100px;
  margin-bottom: 120px;
}
.bl-figures:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-figures {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .bl-figures {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  .bl-figures > .col {
    margin-bottom: 15px;
  }
}
.bl-figures--mSm {
  margin-top: 80px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .bl-figures--mSm {
    margin-top: 60px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .bl-figures--mSm {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.bl-figures--l2Sm {
  margin-bottom: 0;
}
.bl-figures .item--szHalf {
  max-width: 330px;
  margin-right: auto;
  margin-left: auto;
}
.bl-figures .item--sz500 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.bl-figures.grid2 > .col {
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  .bl-figures.grid2 > .col {
    margin-bottom: 15px;
  }
}

.bl-effortsBrowse {
  border-top: 1px solid #ccc;
}
.bl-effortsBrowse-heading {
  margin-bottom: 2em;
  margin-top: 1.75em;
  font-size: 2.4rem;
  text-align: center;
}

.bl-backBtn {
  text-align: center;
}

.ly-postHeader {
  box-sizing: border-box;
}
.ly-postHeader-inner {
  padding-top: 50px;
  padding-bottom: 60px;
  border-top: 1px solid #666666;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-postHeader-inner {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}

.bl-postHeader {
  box-sizing: border-box;
}
.bl-postHeader-title {
  margin: 0;
  font-size: 3.4rem;
  line-height: 1.6;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .bl-postHeader-title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 600px) {
  .bl-postHeader-title {
    font-size: 2.4rem;
  }
}
.bl-postHeader-title-sub {
  margin: 0 0 10px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .bl-postHeader-title-sub {
    font-size: 1.6rem;
  }
}
.bl-postHeader-cat {
  margin-top: 30px;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-postHeader-cat {
    margin-top: 20px;
  }
}
.bl-postHeader-meta {
  display: flex;
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .bl-postHeader-meta {
    margin-top: 30px;
  }
}
.bl-postHeader-meta-item {
  position: relative;
  margin-left: 15px;
  padding-left: 15px;
}
.bl-postHeader-meta-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 80%;
  background: #1A1A1A;
  content: "";
  transform: translateY(-50%);
}
.bl-postHeader-meta-item:first-child {
  margin-left: 0;
  padding-left: 0;
}
.bl-postHeader-meta-item:first-child:before {
  display: none;
}
.bl-postHeader-meta-item.item-date {
  color: #b3b3b3;
}
.bl-postHeader-mainv {
  margin-top: 30px;
}

.bl-article {
  padding-right: 14%;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .bl-article {
    padding-right: 0;
  }
}
.bl-article-lead {
  margin-bottom: 80px;
  padding-right: 40px;
  padding-left: 40px;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 600px) {
  .bl-article-lead {
    margin-bottom: 60px;
    padding-right: 25px;
    padding-left: 25px;
  }
}
.bl-article-body {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .bl-article-body {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 600px) {
  .bl-article-body {
    margin-bottom: 60px;
  }
}
.bl-article-body h2,
.bl-article-body h3 {
  margin-top: 3em;
}
.bl-article-body h2:first-child,
.bl-article-body h3:first-child {
  margin-top: 0;
}
.bl-article-body h2 {
  font-size: 2.8rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-article-body h2 {
    font-size: 2.4rem;
  }
}
.bl-article-body h3 {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-article-body h3 {
    font-size: 1.6rem;
  }
}
.bl-article-body h4 {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-article-body h4 {
    font-size: 1.5rem;
  }
}
.bl-article-body p {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bl-article-body p.q {
  margin-top: 4em;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
.bl-article-body p.q:first-child {
  margin-top: 0;
}
.bl-article-body p.q::before {
  margin-right: 2px;
  content: "――";
  letter-spacing: -2px;
}
.bl-article-body p.a {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
}
.bl-article-body p.a .interviewee {
  font-weight: 700;
}
.bl-article-body p.caption {
  color: #666;
}
.bl-article-body a {
  text-decoration: underline;
}
.bl-article-body a:hover {
  text-decoration: none;
}
.bl-article-body img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.bl-article-body ul {
  margin-bottom: 1.5em;
}
.bl-article-body ul > li {
  position: relative;
  padding-left: 1em;
}
.bl-article-body ul > li:last-child {
  margin-bottom: 0;
}
.bl-article-body ul > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #1A1A1A;
  border-radius: 50%;
  content: "";
}
.bl-article-body .alignright {
  float: right;
  margin-top: 10px;
  margin-left: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-article-body .alignright {
    float: none;
    margin-left: 0;
  }
}
.bl-article-body .alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-article-body .alignleft {
    float: none;
    margin-right: 0;
  }
}
.bl-article-body .aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.bl-article-body .wp-caption-text {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: 1.1rem;
  line-height: 1.6;
}
.bl-article-body .has-text-align-right {
  text-align: right;
}
.bl-article-body .has-text-align-left {
  text-align: left;
}
.bl-article-body .has-text-align-center {
  text-align: center;
}
.bl-article-body .wp-block-columns {
  display: flex;
  margin: 1.5em -15px;
}
@media screen and (max-width: 600px) {
  .bl-article-body .wp-block-columns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-article-body .wp-block-columns:last-child {
  margin-bottom: 0;
}
.bl-article-body .wp-block-column {
  box-sizing: border-box;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 600px) {
  .bl-article-body .wp-block-column {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-article-body .wp-block-image {
    text-align: center;
  }
}
.bl-article-body .wp-block-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .bl-article-body .wp-block-image img {
    width: auto;
    max-width: 100%;
  }
}
.bl-article-author {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
  padding-top: 50px;
  border-top: 1px solid #ccc;
}
.bl-article-author-avatar {
  width: 27%;
}
.bl-article-author-avatar img {
  width: 100%;
  height: auto;
}
.bl-article-author-profile {
  width: 68.5%;
}
.bl-article-author-profile .item-title {
  margin: 0;
  line-height: 1.2;
  color: #009245;
  font-weight: 700;
}
.bl-article-author-profile .item-name {
  margin-bottom: 5px;
  font-size: 1.8rem;
  font-weight: 700;
}
.bl-article-author-profile .item-name > span {
  display: inline-block;
  vertical-align: middle;
}
.bl-article-author-profile .item-name-kana {
  font-size: 1.2rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}
.bl-article-author-profile .item-txt {
  font-size: 1.3rem;
}

ul.page-numbers {
  margin-top: 40px;
  letter-spacing: -0.4em;
}
ul.page-numbers > li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0rem;
  letter-spacing: normal;
  vertical-align: middle;
}
ul.page-numbers > li:first-child {
  margin-left: 0;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  display: inline-block;
  min-width: 35px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  color: #ccc;
  font-size: 1.7rem;
  font-weight: normal;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
ul.page-numbers > li > span {
  border-color: #009245;
  background: #009245;
  color: #ffffff;
}
ul.page-numbers > li > span.dots {
  padding-right: 0;
  padding-left: 0;
  border: 0;
  background: none;
  color: #ccc;
}
ul.page-numbers > li > a {
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:after {
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
ul.page-numbers > li > a.prev, ul.page-numbers > li > a.next {
  position: relative;
  color: #1A1A1A;
}
ul.page-numbers > li > a.prev:before, ul.page-numbers > li > a.next:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  z-index: 1;
  transform: translate(-50%, -50%);
}
ul.page-numbers > li > a.prev:after, ul.page-numbers > li > a.next:after {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background: #FFF;
  border-radius: 50%;
  content: "";
  z-index: 0;
}
ul.page-numbers > li > a.prev:before {
  content: "\e903";
}
ul.page-numbers > li > a.next:before {
  content: "\e904";
}
