@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-pageheader-inner, .ly-localnav-inner, .bl-sect-inner {
  width: 100%;
  max-width: clamp(1000px, 78.125vw, 1500px);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.ly-pageheader, .ly-localnav, .ly-cta {
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .ly-pageheader, .ly-localnav, .ly-cta {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .ly-pageheader, .ly-localnav, .ly-cta {
    padding-right: 24px;
    padding-left: 24px;
  }
}

:root {
  --font-size-default: 16;
  --leading-trim: calc((1em - 1lh) / 2);
}
:root {
  --border-radius: 10px;
}

/*! Noto Sans JP | https://fonts.google.com/noto/specimen/Noto+Sans+JP | Lisence: Open Font Lisence: https://openfontlicense.org/ | about: https://fonts.google.com/noto/specimen/Noto+Sans+JP/about */
/*! Roboto | https://fonts.google.com/specimen/Roboto | Lisence: Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0 | about: https://fonts.google.com/specimen/Roboto/about */
@font-face {
  font-family: "Noto Sans JP";
  src: url("../fonts/NotoSansJP-VariableFont_wght.woff2") format("woff2-variations"), url("../fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype-variations");
  display: swap;
  font-weight: 400 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  display: swap;
  font-weight: 400;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Medium.ttf") format("truetype");
  display: swap;
  font-weight: 500;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  display: swap;
  font-weight: 700;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Black.ttf") format("truetype");
  display: swap;
  font-weight: 900;
}
html,
body {
  width: 100%;
  background: #fff;
}

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

html {
  font-size: calc(var(--font-size-default) * 1px);
}

.is-chgFw body {
  font-weight: 500;
}

a {
  color: #2A52DD;
  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: clamp(2.5333333333rem, 1.9791666667vw, 2.5333333333rem);
  line-height: 1.75;
}

h2 {
  margin: 2em 0 1em;
  font-size: clamp(2.2666666667rem, 1.7708333333vw, 2.2666666667rem);
  line-height: 1.75;
}

h3 {
  margin: 2em 0 1em;
  font-size: clamp(1.4666666667rem, 1.1458333333vw, 1.4666666667rem);
  line-height: 1.75;
}

p {
  margin: 0 0 1.5em;
}
p:last-child {
  margin-bottom: 0;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

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

article img {
  max-width: 100%;
}

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

strong {
  font-weight: bold;
}

sup,
sub {
  font-size: clamp(0.6666666667rem, 0.5208333333vw, 0.6666666667rem);
}

figure {
  display: block;
  margin: 0 0 1.5em;
}

picture {
  display: block;
  margin: 0 0 1.5em;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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 {
  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 {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./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;
}

:root {
  --w-100vw: calc(100vw - (var(--scrollbarW) / 2));
}

@-webkit-keyframes anim-arrow {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
  50.1% {
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes anim-arrow {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(50%);
    opacity: 0;
  }
  50.1% {
    transform: translateY(-50%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.ly-main img {
  max-width: 100%;
  height: auto;
}

.el-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: max(25vw, 480px);
  padding: 0 2em;
  box-sizing: border-box;
  border-radius: 9999px;
  color: #FFF;
  font-size: clamp(1.0666666667rem, 0.8333333333vw, 1.0666666667rem);
  line-height: 3.6;
  font-weight: 500;
  text-align: left;
  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);
  z-index: 1;
}
.el-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #2A52DD;
  border-radius: 9999px;
  content: "";
  z-index: 0;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn > span {
  position: relative;
  display: inline-block;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-btn:hover {
  text-decoration: none;
}
.el-btn:hover::before {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .el-btn:hover::before {
    transform: scale(1);
  }
}
.el-btn.no-link:hover {
  opacity: 1;
  transform: scale(1);
}
.el-btn.-sz-sm {
  max-width: max(5.7291666667vw, 110px);
  font-size: clamp(0.8rem, 0.625vw, 0.8rem);
  line-height: 3.2;
}
.el-btn.-sz-sm:hover::before {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .el-btn.-sz-sm:hover::before {
    transform: scale(1);
  }
}
@media screen and (max-width: 600px) {
  .el-btn.-sz-sm {
    max-width: 100px;
    line-height: 2.6;
  }
}
.el-btn.-sz-md {
  max-width: max(10.4166666667vw, 200px);
}
.el-btn.-sz-100\% {
  width: 100%;
  max-width: initial;
}
.el-btn.-sz-sp-lgr {
  min-width: 240px;
}
.el-btn.-w-auto {
  max-width: initial;
  max-width: auto;
}
.el-btn.-h-auto {
  padding-top: 1em;
  padding-bottom: 1em;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-btn.-h-auto {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
.el-btn.-h-lg {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.el-btn.-h-sm {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
.el-btn.-icon-window::after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  display: inline-block;
  width: max(0.7291666667vw, 14px);
  height: max(0.5729166667vw, 11px);
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  z-index: 1;
}
.el-btn.-icon-arrow::after {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-left: 0.5em;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center/contain;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  z-index: 1;
}
.el-btn.-icon-arrow-btm::after {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 13px;
  margin-left: 0.5em;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center/contain;
  content: "";
  transform: rotate(90deg);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  z-index: 1;
}

.el-link {
  position: relative;
  display: inline-block;
  color: #2A52DD;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  text-decoration: underline !important;
}
.el-link::before {
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  border-top: 1px solid #2A52DD;
  border-right: 1px solid #2A52DD;
  content: "";
  transform: rotate(45deg);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-link:hover {
  text-decoration: none !important;
}

.el-heading-lv2 {
  position: relative;
  margin: 3em 0 1.25em;
  padding-bottom: 1em;
  font-size: clamp(2rem, 2.2916666667vw, 2.9333333333rem);
  line-height: 1.6;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .el-heading-lv2 {
    font-size: clamp(28px, 3.90625vw, 30px);
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 {
    font-size: 28px;
  }
}
.el-heading-lv2::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 70px;
  height: 2px;
  background: #2A52DD;
  content: "";
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv3 {
  position: relative;
  margin: 3em 0 1.5em;
  font-feature-settings: "palt";
  color: #2A52DD;
  font-size: clamp(1.8666666667rem, 1.5625vw, 2rem);
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3 {
    font-size: 23px;
  }
}
.el-heading-lv3:first-child {
  margin-top: 0;
}
.el-heading-lv4 {
  margin: 1.75em 0 0.5em;
  font-size: clamp(1.2rem, 0.9375vw, 1.2rem);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-heading-lv4 {
    font-size: 16px;
  }
}
.el-heading-lv4:first-child {
  margin-top: 0;
}
.el-heading-lv4.-c-main {
  color: #2A52DD;
}

.el-figure {
  display: grid;
  place-items: center;
  height: 100%;
}
.el-figure:first-child {
  margin-top: 0;
}
.el-figure:last-child {
  margin-bottom: 0;
}
.el-figure.-bd {
  padding: 1.5em 2em 2em;
  box-sizing: border-box;
  border: 1px solid #DFE2E6;
  border-radius: var(--border-radius);
}
.el-figure img {
  -o-object-fit: contain;
  object-fit: contain;
}

.el-lead {
  margin-bottom: 50px;
}

.el-caption {
  margin: 1.5em 0;
  font-size: clamp(0.8666666667rem, 0.6770833333vw, 0.8666666667rem);
}
.el-caption.indt {
  display: inline-block;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.el-caption.-indent-0\.05em {
  padding-left: 0.05em;
  text-indent: -0.05em;
}
.el-caption.-indent-0\.1em {
  padding-left: 0.1em;
  text-indent: -0.1em;
}
.el-caption.-indent-0\.15em {
  padding-left: 0.15em;
  text-indent: -0.15em;
}
.el-caption.-indent-0\.2em {
  padding-left: 0.2em;
  text-indent: -0.2em;
}
.el-caption.-indent-0\.25em {
  padding-left: 0.25em;
  text-indent: -0.25em;
}
.el-caption.-indent-0\.3em {
  padding-left: 0.3em;
  text-indent: -0.3em;
}
.el-caption.-indent-0\.35em {
  padding-left: 0.35em;
  text-indent: -0.35em;
}
.el-caption.-indent-0\.4em {
  padding-left: 0.4em;
  text-indent: -0.4em;
}
.el-caption.-indent-0\.45em {
  padding-left: 0.45em;
  text-indent: -0.45em;
}
.el-caption.-indent-0\.5em {
  padding-left: 0.5em;
  text-indent: -0.5em;
}
.el-caption.-indent-0\.55em {
  padding-left: 0.55em;
  text-indent: -0.55em;
}
.el-caption.-indent-0\.6em {
  padding-left: 0.6em;
  text-indent: -0.6em;
}
.el-caption.-indent-0\.65em {
  padding-left: 0.65em;
  text-indent: -0.65em;
}
.el-caption.-indent-0\.7em {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.el-caption.-indent-0\.75em {
  padding-left: 0.75em;
  text-indent: -0.75em;
}
.el-caption.-indent-0\.8em {
  padding-left: 0.8em;
  text-indent: -0.8em;
}
.el-caption.-indent-0\.85em {
  padding-left: 0.85em;
  text-indent: -0.85em;
}
.el-caption.-indent-0\.9em {
  padding-left: 0.9em;
  text-indent: -0.9em;
}
.el-caption.-indent-0\.95em {
  padding-left: 0.95em;
  text-indent: -0.95em;
}
.el-caption.-indent-1em {
  padding-left: 1em;
  text-indent: -1em;
}
.el-caption.-indent-1\.05em {
  padding-left: 1.05em;
  text-indent: -1.05em;
}
.el-caption.-indent-1\.1em {
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.el-caption.-indent-1\.15em {
  padding-left: 1.15em;
  text-indent: -1.15em;
}
.el-caption.-indent-1\.2em {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
.el-caption.-indent-1\.25em {
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.el-caption.-indent-1\.3em {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.el-caption.-indent-1\.35em {
  padding-left: 1.35em;
  text-indent: -1.35em;
}
.el-caption.-indent-1\.4em {
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.el-caption.-indent-1\.45em {
  padding-left: 1.45em;
  text-indent: -1.45em;
}
.el-caption.-indent-1\.5em {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.el-caption.-indent-1\.55em {
  padding-left: 1.55em;
  text-indent: -1.55em;
}
.el-caption.-indent-1\.6em {
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.el-caption.-indent-1\.65em {
  padding-left: 1.65em;
  text-indent: -1.65em;
}
.el-caption.-indent-1\.7em {
  padding-left: 1.7em;
  text-indent: -1.7em;
}
.el-caption.-indent-1\.75em {
  padding-left: 1.75em;
  text-indent: -1.75em;
}
.el-caption.-indent-1\.8em {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.el-caption.-indent-1\.85em {
  padding-left: 1.85em;
  text-indent: -1.85em;
}
.el-caption.-indent-1\.9em {
  padding-left: 1.9em;
  text-indent: -1.9em;
}
.el-caption.-indent-1\.95em {
  padding-left: 1.95em;
  text-indent: -1.95em;
}
.el-caption.-indent-2em {
  padding-left: 2em;
  text-indent: -2em;
}

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

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

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

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

.el-label,
.label-news {
  display: inline-block;
  min-width: max(3.6458333333vw, 70px);
  margin: 0 20px 0 0;
  padding: 0 10px;
  border: 1px solid rgba(85, 117, 236, 0.8);
  box-sizing: border-box;
  color: #5575EC;
  font-size: clamp(0.7333333333rem, 0.6770833333vw, 0.8666666667rem);
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
.el-label:hover,
.label-news:hover {
  text-decoration: none;
}
@media screen and (max-width: 600px) {
  .el-label,
  .label-news {
    min-width: 90px;
    margin-right: 15px;
    font-size: 11px;
    line-height: 1.5;
  }
}

.el-icon-window::after {
  display: inline-block;
  width: max(0.75em, 11px);
  height: max(0.75em, 11px);
  margin-left: 0.25em;
  background: url(../images/icon/icon_window_cmain.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
}
.el-icon-external::after {
  display: inline-block;
  width: 11px;
  height: 11px;
  margin-left: 0.25em;
  background: url(../images/icon/icon_external_cmain.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
}

.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_multi2 {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col_multi2 {
    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%;
  }
}

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

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

.grid2 {
  margin-right: calc(clamp(10px, 2vw, 15px) * -1);
  margin-left: calc(clamp(10px, 2vw, 15px) * -1);
}
.grid2.-dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2 .col {
  padding-right: clamp(10px, 2vw, 15px);
  padding-left: clamp(10px, 2vw, 15px);
}
@media screen and (max-width: 600px) {
  .grid2 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid3 {
  margin-right: calc(clamp(10px, 2vw, 15px) * -1);
  margin-left: calc(clamp(10px, 2vw, 15px) * -1);
}
.grid3.-dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid3 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid3 .col,
.grid3 .col_multi2 {
  padding-right: clamp(10px, 2vw, 15px);
  padding-left: clamp(10px, 2vw, 15px);
}
@media screen and (max-width: 600px) {
  .grid3 .col,
  .grid3 .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid4 {
  margin-right: calc(clamp(10px, 2vw, 15px) * -1);
  margin-left: calc(clamp(10px, 2vw, 15px) * -1);
}
.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: clamp(10px, 2vw, 15px);
  padding-left: clamp(10px, 2vw, 15px);
}
@media screen and (max-width: 600px) {
  .grid4 .col,
  .grid4 .col_multi2,
  .grid4 .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid5 {
  margin-right: calc(clamp(10px, 2vw, 15px) * -1);
  margin-left: calc(clamp(10px, 2vw, 15px) * -1);
}
.grid5.-dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid5 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid5 .col {
  padding-right: clamp(10px, 2vw, 15px);
  padding-left: clamp(10px, 2vw, 15px);
}
@media screen and (max-width: 600px) {
  .grid5 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.col img,
.col_multi2 img,
.col_multi3 img {
  max-width: 100%;
}

.bl-notes {
  margin: 0 0 1.5em;
  font-size: 0.8666666667rem;
  color: #a0a0a0;
}
.bl-notes:last-child {
  margin-bottom: 0;
}
.bl-notes > li {
  margin-bottom: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
}
.bl-notes > li:last-child {
  margin-bottom: 0;
}

.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;
  font-size: clamp(1rem, 0.78125vw, 1rem);
  line-height: 1.75;
  text-align: left;
}
@media screen and (max-width: 600px) {
  table {
    font-size: 14px;
    line-height: 1.4;
  }
}
table:last-child {
  margin-bottom: 0;
}
table th,
table td {
  padding: 0.75em 1.25em;
  border-top: 1px solid #DFE2E6;
  border-bottom: 1px solid #DFE2E6;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  table th,
  table td {
    padding: 10px;
  }
}
table th {
  background: #F8F8F8;
  font-weight: bold;
}
table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: clamp(0.8666666667rem, 0.6770833333vw, 0.8666666667rem);
}
@media screen and (max-width: 600px) {
  table thead th {
    font-size: 11px;
  }
}
table .-w-0em {
  width: 0em;
}
table .-w-0\.25em {
  width: 0.25em;
}
table .-w-0\.5em {
  width: 0.5em;
}
table .-w-0\.75em {
  width: 0.75em;
}
table .-w-1em {
  width: 1em;
}
table .-w-1\.25em {
  width: 1.25em;
}
table .-w-1\.5em {
  width: 1.5em;
}
table .-w-1\.75em {
  width: 1.75em;
}
table .-w-2em {
  width: 2em;
}
table .-w-2\.25em {
  width: 2.25em;
}
table .-w-2\.5em {
  width: 2.5em;
}
table .-w-2\.75em {
  width: 2.75em;
}
table .-w-3em {
  width: 3em;
}
table .-w-3\.25em {
  width: 3.25em;
}
table .-w-3\.5em {
  width: 3.5em;
}
table .-w-3\.75em {
  width: 3.75em;
}
table .-w-4em {
  width: 4em;
}
table .-w-4\.25em {
  width: 4.25em;
}
table .-w-4\.5em {
  width: 4.5em;
}
table .-w-4\.75em {
  width: 4.75em;
}
table .-w-5em {
  width: 5em;
}
table .-w-5\.25em {
  width: 5.25em;
}
table .-w-5\.5em {
  width: 5.5em;
}
table .-w-5\.75em {
  width: 5.75em;
}
table .-w-6em {
  width: 6em;
}
table .-w-6\.25em {
  width: 6.25em;
}
table .-w-6\.5em {
  width: 6.5em;
}
table .-w-6\.75em {
  width: 6.75em;
}
table .-w-7em {
  width: 7em;
}
table .-w-7\.25em {
  width: 7.25em;
}
table .-w-7\.5em {
  width: 7.5em;
}
table .-w-7\.75em {
  width: 7.75em;
}
table .-w-8em {
  width: 8em;
}
table .-w-8\.25em {
  width: 8.25em;
}
table .-w-8\.5em {
  width: 8.5em;
}
table .-w-8\.75em {
  width: 8.75em;
}
table .-w-9em {
  width: 9em;
}
table .-w-9\.25em {
  width: 9.25em;
}
table .-w-9\.5em {
  width: 9.5em;
}
table .-w-9\.75em {
  width: 9.75em;
}
table .-w-10em {
  width: 10em;
}

.bl-dl {
  margin: 1.5em 0;
}
.bl-dl:first-child {
  margin-top: 0;
}
.bl-dl:last-child {
  margin-bottom: 0;
}
.bl-dl > dt {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-weight: 700;
  box-sizing: border-box;
}
.bl-dl > dt:first-child {
  margin-top: 0;
}
.bl-dl > dd {
  margin: 0;
  box-sizing: border-box;
}

.bl-dl-row {
  margin: 1.5em 0;
  border-bottom: 1px solid #DFE2E6;
}
.bl-dl-row:first-child {
  margin-top: 0;
}
.bl-dl-row:last-child {
  margin-bottom: 0;
}
.bl-dl-row > dt {
  float: left;
  width: clamp(9em, 6.7708333333vw, 15em);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  clear: both;
  box-sizing: border-box;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dt {
    float: none;
    width: 100%;
    padding-top: 0.75em;
    padding-bottom: 0;
    border-top: 1px solid #DFE2E6;
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: clamp(9em, 6.7708333333vw, 15em);
  border-top: 1px solid #DFE2E6;
  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.-no-bd {
  border: none;
}
.bl-dl-row.-no-bd > dt {
  padding-top: 0;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-no-bd > dt {
    border: none;
    padding-bottom: 0;
  }
}
.bl-dl-row.-no-bd > dd {
  padding-top: 0;
  padding-bottom: 0.5em;
  border: none;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-no-bd > dd {
    margin-bottom: 1em;
    padding-bottom: 0;
  }
  .bl-dl-row.-no-bd > dd:last-child {
    margin-bottom: 0;
  }
}
.bl-dl-row.-dt-lg > dt {
  width: 15em;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-dt-lg > dt {
    width: 100%;
  }
}
.bl-dl-row.-dt-lg > dd {
  padding-left: 15em;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-dt-lg > dd {
    padding-left: 0;
  }
}

.bl-list-disc {
  margin: 1.5em 0;
}
.bl-list-disc:first-child {
  margin-top: 0;
}
.bl-list-disc:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1em;
}
.bl-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li:before {
  position: absolute;
  top: 0.9375em;
  left: 2px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.bl-list-disc.-inline-block {
  letter-spacing: -0.4em;
}
.bl-list-disc.-inline-block > li {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: normal;
}

.bl-list-num {
  margin: 1.5em 0;
  padding-left: 0;
  counter-reset: num;
}
.bl-list-num:first-child {
  margin-top: 0;
}
.bl-list-num:last-child {
  margin-bottom: 0;
}
.bl-list-num > li {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 3em;
  counter-increment: num;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  position: absolute;
  left: 0;
  display: block;
  content: "（" counter(num) "）";
}
.bl-list-num.-number-dot > li {
  padding-left: 2em;
}
.bl-list-num.-number-dot > li:before {
  content: counter(num) ".";
}
.bl-list-num.-number-closingbracket > li:before {
  content: counter(num) "）";
}
.bl-list-num .-list-lv2 {
  margin: 0.25em 0 0.25em 1em;
  padding-left: 0;
  counter-reset: num_lv2;
}
@media screen and (max-width: 600px) {
  .bl-list-num .-list-lv2 {
    margin-left: 0;
  }
}
.bl-list-num .-list-lv2 > li {
  position: relative;
  padding-left: 2.25em;
  counter-increment: num_lv2;
}
.bl-list-num .-list-lv2 > li::before {
  position: absolute;
  left: 0;
  display: block;
  content: "(" counter(num_lv2) ")";
}

.bl-btns {
  display: flex;
  justify-content: center;
  margin: 50px -10px;
  line-height: 0;
}
.bl-btns:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-btns {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-btns-item {
  width: 260px;
  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;
    text-align: center;
  }
}

.bl-box {
  margin: 3.5em 0;
  padding: 2em;
  box-sizing: border-box;
  border-top: 1px solid #DFE2E6;
  border-bottom: 1px solid #DFE2E6;
  color: #818181;
  font-size: clamp(0.9333333333rem, 0.7291666667vw, 0.9333333333rem);
}
@media screen and (max-width: 600px) {
  .bl-box {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.bl-box-title {
  margin: 0.75em 0;
  color: #333333;
  font-size: clamp(1.2rem, 0.9375vw, 1.2rem);
}
.bl-box-title:first-child {
  margin-top: 0;
}

.bl-media {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2em;
  margin-block: 2em;
}
.bl-media:first-child {
  margin-top: 0;
}
.bl-media:last-child {
  margin-bottom: 0;
}
.bl-media.-dy-block {
  display: block;
}
@media screen and (max-width: 768px) {
  .bl-media {
    display: block;
  }
}
.bl-media-fig {
  box-sizing: border-box;
}
.bl-media-fig img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bl-media-fig {
    width: 100%;
  }
}
.bl-media-fig .-full {
  display: block;
  margin-left: clamp(50px, 6.7708333333vw, 130px);
  width: calc((100vw - var(--scrollbarW) - ((100% - 1em) * 3 + 4em)) / 2 + 100% - clamp(50px, 6.7708333333vw, 130px));
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-media-fig .-full {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
  }
}
.bl-media-body {
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-media-body {
    margin-bottom: 2.5em;
  }
  .bl-media-body:last-child {
    margin-bottom: 0;
  }
}

.el-fig-title {
  margin: 3em 0 0.5em;
  font-size: clamp(1.3333333333rem, 1.0416666667vw, 1.3333333333rem);
  font-weight: 700;
}

.bl-fig {
  margin: 3em 0;
  padding: clamp(30px, 3.125vw, 60px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-fig {
    padding: clamp(15px, 5vw, 30px);
  }
}
.bl-fig:first-child {
  margin-top: 0;
}
.bl-fig:last-child {
  margin-bottom: 0;
}
.bl-fig.-h-100\% {
  height: 100%;
}
.bl-fig.-bg-gry {
  background: #f7f7f7;
  border-radius: 10px;
}
.bl-fig.-sz-clm1 {
  padding: clamp(30px, 6.7708333333vw, 130px);
}
@media screen and (max-width: 600px) {
  .bl-fig.-sz-clm1 {
    padding: clamp(15px, 5vw, 30px);
  }
}
.bl-fig.-sz-clm1 > .-fig {
  display: block;
  max-width: 1260px;
  margin: 0;
}
.bl-fig.-sz-full {
  padding: 0;
}
.bl-fig.-sz-full > .-fig {
  display: block;
  margin: 0;
}
.bl-fig .-title {
  margin: 0 0 2.75em;
  font-size: clamp(1.0666666667rem, 0.9375vw, 1.2rem);
  font-weight: 700;
  text-align: center;
}
.bl-fig .-fig {
  margin: 2em 0;
}
@media screen and (max-width: 768px) {
  .bl-fig .-fig {
    max-width: 560px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .bl-fig .-fig.-fig-organization {
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }
}
.bl-fig .-caption {
  margin-block: 1em;
  font-size: 0.8em;
  text-align: center;
}
.bl-fig .-caption:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.bl-fig img {
  max-width: 100%;
}

.bl-desc {
  position: relative;
  display: flex;
  margin: 100px 0 80px;
  padding-top: 40px;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .bl-desc {
    display: block;
    margin-bottom: clamp(50px, 10.4166666667vw, 80px);
    padding-top: clamp(20px, 5.2083333333vw, 40px);
  }
}
.bl-desc::before {
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 70px;
  height: 1px;
  background: #2A52DD;
  content: "";
}
.bl-desc.-dy-block {
  display: block;
}
.bl-desc-title {
  flex: 0 0 clamp(200px, 27.0833333333vw, 520px);
}
.bl-desc-body {
  flex: 1 1 auto;
}

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

input[type=submit],
.el-submit {
  display: inline-block;
  width: 200px;
  padding: 15px;
  background: #2A52DD;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: clamp(1.1333333333rem, 0.8854166667vw, 1.1333333333rem);
  line-height: 1.6;
  cursor: pointer;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  text-decoration: none;
}
input[type=submit]:hover,
.el-submit:hover {
  opacity: 0.5;
  text-decoration: none;
}
input[type=submit].t-size-full,
.el-submit.t-size-full {
  width: 100%;
}
input[type=submit][disabled],
.el-submit[disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
input[type=submit][disabled]:hover,
.el-submit[disabled]:hover {
  opacity: 1;
}
input[type=submit].-back,
.el-submit.-back {
  background: rgba(42, 82, 221, 0.6);
}

button {
  cursor: pointer;
}
button[disabled] {
  color: #fff;
  cursor: pointer !important;
}
button[disabled]::before {
  background: #ccc;
}
button[disabled]:hover::before {
  transform: scale(1);
}

input[type=text],
input[type=email],
input[type=tel],
input[type=date] {
  width: 100%;
  max-width: 600px;
  padding: 1.25em 1.5em;
  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: #999;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=date]::-moz-placeholder {
  color: #999;
}
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: #999;
}
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: #999;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=date]::placeholder {
  color: #999;
}
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: #999;
}
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: #999;
}
textarea::-moz-placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
textarea::-ms-input-placeholder {
  color: #999;
}
textarea::placeholder {
  color: #999;
}
textarea:-ms-input-placeholder {
  color: #999;
}
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 {
  position: relative;
  width: 15.5em;
  background: #FFF;
  border: 1px solid #CCC;
  border-radius: 3px;
  box-sizing: border-box;
}
.bl-select: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:after {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: translateY(-70%) rotate(135deg);
  content: "";
  z-index: 1;
}

label.type-radio {
  display: block;
  margin-right: 1.5em;
  line-height: 1.75;
}
label.type-radio:hover {
  cursor: pointer;
}
label.type-radio > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
label.type-radio > span:before {
  position: absolute;
  top: 0.875em;
  left: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  content: "";
}
label.type-radio input[type=radio] {
  display: none;
}
label.type-radio input[type=radio] + span:after {
  position: absolute;
  top: 0.875em;
  left: 0.625em;
  display: none;
  width: 0.7em;
  height: 0.7em;
  background: #2A52DD;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
label.type-radio input[type=radio] + input[type=hidden] + span:after {
  position: absolute;
  top: 0.875em;
  left: 0.625em;
  display: none;
  width: 0.7em;
  height: 0.7em;
  background: #2A52DD;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
label.type-radio input[type=radio]:checked + span:after {
  display: block;
}
label.type-radio input[type=radio]:checked + input[type=hidden] + span:after {
  display: block;
}
.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;
}
label.type-check {
  display: inline-block;
  margin-right: 1.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 600px) {
  label.type-check {
    margin-right: 1.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
  }
}
label.type-check > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #333333;
  font-weight: bold;
}
label.type-check > span:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #FFf;
  border: 1px solid #CCC;
  border-radius: clamp(3px, 0.15625vw, 4px);
  box-sizing: border-box;
  content: "";
}
label.type-check input[type=checkbox] {
  display: none;
}
label.type-check input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  display: block;
  width: 0.5em;
  height: 0.8em;
  border-right: clamp(3px, 0.15625vw, 4px) solid #2A52DD;
  border-bottom: clamp(3px, 0.15625vw, 4px) solid #2A52DD;
  content: "";
  box-sizing: border-box;
  transform: rotate(45deg);
}
label.type-check:hover {
  cursor: pointer;
}

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

.type-btn {
  line-height: 2;
}

.type-agree input[type=checkbox] {
  display: none;
}
.type-agree .chk-control {
  position: relative;
  display: inline-block;
  padding: 0 0 0 27px;
  vertical-align: middle;
  cursor: pointer;
  transition: all cubic-bezier(0.17, 0.75, 0.45, 1) 0.3s;
}
.type-agree .chk-control:after {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -10px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: "";
  transition: all cubic-bezier(0.17, 0.75, 0.45, 1) 0.3s;
}
.type-agree .chk-control:before {
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  width: 5px;
  height: 9px;
  margin-top: -7px;
  border-right: 3px solid #5575EC;
  border-bottom: 3px solid #5575EC;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}
.type-agree .is-checked:before {
  opacity: 1;
}

span[class^="wpcf7-form-control wpcf7-acceptance"] {
  display: inline-block;
  margin-right: 1.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 600px) {
  span[class^="wpcf7-form-control wpcf7-acceptance"] {
    margin-right: 1.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
  }
}
span[class^="wpcf7-form-control wpcf7-acceptance"] label {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #333333;
  font-weight: bold;
}
span[class^="wpcf7-form-control wpcf7-acceptance"] label:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #FFf;
  border: 1px solid #CCC;
  border-radius: clamp(3px, 0.15625vw, 4px);
  box-sizing: border-box;
  content: "";
}
span[class^="wpcf7-form-control wpcf7-acceptance"] label:hover {
  cursor: pointer;
}
span[class^="wpcf7-form-control wpcf7-acceptance"] input[type=checkbox] {
  display: none;
}
span[class^="wpcf7-form-control wpcf7-acceptance"] input[type=checkbox]:checked + span:after {
  position: absolute;
  top: 0.4em;
  left: 0.4em;
  display: block;
  width: 0.5em;
  height: 0.8em;
  border-right: clamp(3px, 0.15625vw, 4px) solid #2A52DD;
  border-bottom: clamp(3px, 0.15625vw, 4px) solid #2A52DD;
  content: "";
  box-sizing: border-box;
  transform: rotate(45deg);
}

.bl-sitesearch {
  position: relative;
  width: 100%;
  font-size: clamp(1rem, 0.8333333333vw, 1.0666666667rem);
}
.bl-sitesearch input[type=text] {
  width: 100%;
  max-width: initial;
  height: 100%;
  border-radius: 9999px;
}
.bl-sitesearch input[type=submit] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 50%;
  opacity: 0;
  overflow: hidden;
}

.el-btn-sitesearch {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 40px;
  height: 40px;
  background: #F8F8F8;
  border-radius: 50%;
  box-sizing: border-box;
  font-size: 1.0666666667rem;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transform: translateY(-50%);
  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);
}
.el-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%);
  z-index: 0;
}

.bl-searchBox {
  padding: 30px;
  background: #F8F8F8;
  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: 0.9333333333rem;
  }
}
.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: 0.8666666667rem;
  }
}
.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: 0.9333333333rem;
  }
}

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.0666666667rem;
}
@media screen and (max-width: 600px) {
  input[type=submit].el-input-btn-faq {
    width: 80px;
  }
}

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

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

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

.hp-mr0 {
  margin-right: 0px !important;
}

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

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

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

.hp-pl0 {
  padding-left: 0px !important;
}

.hp-pr0 {
  padding-right: 0px !important;
}

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

.hp-mt0em {
  margin-top: 0em !important;
}

.hp-mb0em {
  margin-bottom: 0em !important;
}

.hp-ml0em {
  margin-left: 0em !important;
}

.hp-mr0em {
  margin-right: 0em !important;
}

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

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

.hp-pt0em {
  padding-top: 0em !important;
}

.hp-pb0em {
  padding-bottom: 0em !important;
}

.hp-pl0em {
  padding-left: 0em !important;
}

.hp-pr0em {
  padding-right: 0em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt0em {
    padding-top: 0em !important;
  }
}

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

.hp-mt0\.25em {
  margin-top: 0.25em !important;
}

.hp-mb0\.25em {
  margin-bottom: 0.25em !important;
}

.hp-ml0\.25em {
  margin-left: 0.25em !important;
}

.hp-mr0\.25em {
  margin-right: 0.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt0\.25em {
    margin-top: 0.25em !important;
  }
}

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

.hp-pt0\.25em {
  padding-top: 0.25em !important;
}

.hp-pb0\.25em {
  padding-bottom: 0.25em !important;
}

.hp-pl0\.25em {
  padding-left: 0.25em !important;
}

.hp-pr0\.25em {
  padding-right: 0.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt0\.25em {
    padding-top: 0.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb0\.25em {
    padding-bottom: 0.25em !important;
  }
}

.hp-mt0\.5em {
  margin-top: 0.5em !important;
}

.hp-mb0\.5em {
  margin-bottom: 0.5em !important;
}

.hp-ml0\.5em {
  margin-left: 0.5em !important;
}

.hp-mr0\.5em {
  margin-right: 0.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt0\.5em {
    margin-top: 0.5em !important;
  }
}

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

.hp-pt0\.5em {
  padding-top: 0.5em !important;
}

.hp-pb0\.5em {
  padding-bottom: 0.5em !important;
}

.hp-pl0\.5em {
  padding-left: 0.5em !important;
}

.hp-pr0\.5em {
  padding-right: 0.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt0\.5em {
    padding-top: 0.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb0\.5em {
    padding-bottom: 0.5em !important;
  }
}

.hp-mt0\.75em {
  margin-top: 0.75em !important;
}

.hp-mb0\.75em {
  margin-bottom: 0.75em !important;
}

.hp-ml0\.75em {
  margin-left: 0.75em !important;
}

.hp-mr0\.75em {
  margin-right: 0.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt0\.75em {
    margin-top: 0.75em !important;
  }
}

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

.hp-pt0\.75em {
  padding-top: 0.75em !important;
}

.hp-pb0\.75em {
  padding-bottom: 0.75em !important;
}

.hp-pl0\.75em {
  padding-left: 0.75em !important;
}

.hp-pr0\.75em {
  padding-right: 0.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt0\.75em {
    padding-top: 0.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb0\.75em {
    padding-bottom: 0.75em !important;
  }
}

.hp-mt1em {
  margin-top: 1em !important;
}

.hp-mb1em {
  margin-bottom: 1em !important;
}

.hp-ml1em {
  margin-left: 1em !important;
}

.hp-mr1em {
  margin-right: 1em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt1em {
    margin-top: 1em !important;
  }
}

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

.hp-pt1em {
  padding-top: 1em !important;
}

.hp-pb1em {
  padding-bottom: 1em !important;
}

.hp-pl1em {
  padding-left: 1em !important;
}

.hp-pr1em {
  padding-right: 1em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt1em {
    padding-top: 1em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb1em {
    padding-bottom: 1em !important;
  }
}

.hp-mt1\.25em {
  margin-top: 1.25em !important;
}

.hp-mb1\.25em {
  margin-bottom: 1.25em !important;
}

.hp-ml1\.25em {
  margin-left: 1.25em !important;
}

.hp-mr1\.25em {
  margin-right: 1.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt1\.25em {
    margin-top: 1.25em !important;
  }
}

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

.hp-pt1\.25em {
  padding-top: 1.25em !important;
}

.hp-pb1\.25em {
  padding-bottom: 1.25em !important;
}

.hp-pl1\.25em {
  padding-left: 1.25em !important;
}

.hp-pr1\.25em {
  padding-right: 1.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt1\.25em {
    padding-top: 1.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb1\.25em {
    padding-bottom: 1.25em !important;
  }
}

.hp-mt1\.5em {
  margin-top: 1.5em !important;
}

.hp-mb1\.5em {
  margin-bottom: 1.5em !important;
}

.hp-ml1\.5em {
  margin-left: 1.5em !important;
}

.hp-mr1\.5em {
  margin-right: 1.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt1\.5em {
    margin-top: 1.5em !important;
  }
}

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

.hp-pt1\.5em {
  padding-top: 1.5em !important;
}

.hp-pb1\.5em {
  padding-bottom: 1.5em !important;
}

.hp-pl1\.5em {
  padding-left: 1.5em !important;
}

.hp-pr1\.5em {
  padding-right: 1.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt1\.5em {
    padding-top: 1.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb1\.5em {
    padding-bottom: 1.5em !important;
  }
}

.hp-mt1\.75em {
  margin-top: 1.75em !important;
}

.hp-mb1\.75em {
  margin-bottom: 1.75em !important;
}

.hp-ml1\.75em {
  margin-left: 1.75em !important;
}

.hp-mr1\.75em {
  margin-right: 1.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt1\.75em {
    margin-top: 1.75em !important;
  }
}

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

.hp-pt1\.75em {
  padding-top: 1.75em !important;
}

.hp-pb1\.75em {
  padding-bottom: 1.75em !important;
}

.hp-pl1\.75em {
  padding-left: 1.75em !important;
}

.hp-pr1\.75em {
  padding-right: 1.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt1\.75em {
    padding-top: 1.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb1\.75em {
    padding-bottom: 1.75em !important;
  }
}

.hp-mt2em {
  margin-top: 2em !important;
}

.hp-mb2em {
  margin-bottom: 2em !important;
}

.hp-ml2em {
  margin-left: 2em !important;
}

.hp-mr2em {
  margin-right: 2em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt2em {
    margin-top: 2em !important;
  }
}

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

.hp-pt2em {
  padding-top: 2em !important;
}

.hp-pb2em {
  padding-bottom: 2em !important;
}

.hp-pl2em {
  padding-left: 2em !important;
}

.hp-pr2em {
  padding-right: 2em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt2em {
    padding-top: 2em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb2em {
    padding-bottom: 2em !important;
  }
}

.hp-mt2\.25em {
  margin-top: 2.25em !important;
}

.hp-mb2\.25em {
  margin-bottom: 2.25em !important;
}

.hp-ml2\.25em {
  margin-left: 2.25em !important;
}

.hp-mr2\.25em {
  margin-right: 2.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt2\.25em {
    margin-top: 2.25em !important;
  }
}

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

.hp-pt2\.25em {
  padding-top: 2.25em !important;
}

.hp-pb2\.25em {
  padding-bottom: 2.25em !important;
}

.hp-pl2\.25em {
  padding-left: 2.25em !important;
}

.hp-pr2\.25em {
  padding-right: 2.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt2\.25em {
    padding-top: 2.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb2\.25em {
    padding-bottom: 2.25em !important;
  }
}

.hp-mt2\.5em {
  margin-top: 2.5em !important;
}

.hp-mb2\.5em {
  margin-bottom: 2.5em !important;
}

.hp-ml2\.5em {
  margin-left: 2.5em !important;
}

.hp-mr2\.5em {
  margin-right: 2.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt2\.5em {
    margin-top: 2.5em !important;
  }
}

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

.hp-pt2\.5em {
  padding-top: 2.5em !important;
}

.hp-pb2\.5em {
  padding-bottom: 2.5em !important;
}

.hp-pl2\.5em {
  padding-left: 2.5em !important;
}

.hp-pr2\.5em {
  padding-right: 2.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt2\.5em {
    padding-top: 2.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb2\.5em {
    padding-bottom: 2.5em !important;
  }
}

.hp-mt2\.75em {
  margin-top: 2.75em !important;
}

.hp-mb2\.75em {
  margin-bottom: 2.75em !important;
}

.hp-ml2\.75em {
  margin-left: 2.75em !important;
}

.hp-mr2\.75em {
  margin-right: 2.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt2\.75em {
    margin-top: 2.75em !important;
  }
}

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

.hp-pt2\.75em {
  padding-top: 2.75em !important;
}

.hp-pb2\.75em {
  padding-bottom: 2.75em !important;
}

.hp-pl2\.75em {
  padding-left: 2.75em !important;
}

.hp-pr2\.75em {
  padding-right: 2.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt2\.75em {
    padding-top: 2.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb2\.75em {
    padding-bottom: 2.75em !important;
  }
}

.hp-mt3em {
  margin-top: 3em !important;
}

.hp-mb3em {
  margin-bottom: 3em !important;
}

.hp-ml3em {
  margin-left: 3em !important;
}

.hp-mr3em {
  margin-right: 3em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt3em {
    margin-top: 3em !important;
  }
}

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

.hp-pt3em {
  padding-top: 3em !important;
}

.hp-pb3em {
  padding-bottom: 3em !important;
}

.hp-pl3em {
  padding-left: 3em !important;
}

.hp-pr3em {
  padding-right: 3em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt3em {
    padding-top: 3em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb3em {
    padding-bottom: 3em !important;
  }
}

.hp-mt3\.25em {
  margin-top: 3.25em !important;
}

.hp-mb3\.25em {
  margin-bottom: 3.25em !important;
}

.hp-ml3\.25em {
  margin-left: 3.25em !important;
}

.hp-mr3\.25em {
  margin-right: 3.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt3\.25em {
    margin-top: 3.25em !important;
  }
}

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

.hp-pt3\.25em {
  padding-top: 3.25em !important;
}

.hp-pb3\.25em {
  padding-bottom: 3.25em !important;
}

.hp-pl3\.25em {
  padding-left: 3.25em !important;
}

.hp-pr3\.25em {
  padding-right: 3.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt3\.25em {
    padding-top: 3.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb3\.25em {
    padding-bottom: 3.25em !important;
  }
}

.hp-mt3\.5em {
  margin-top: 3.5em !important;
}

.hp-mb3\.5em {
  margin-bottom: 3.5em !important;
}

.hp-ml3\.5em {
  margin-left: 3.5em !important;
}

.hp-mr3\.5em {
  margin-right: 3.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt3\.5em {
    margin-top: 3.5em !important;
  }
}

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

.hp-pt3\.5em {
  padding-top: 3.5em !important;
}

.hp-pb3\.5em {
  padding-bottom: 3.5em !important;
}

.hp-pl3\.5em {
  padding-left: 3.5em !important;
}

.hp-pr3\.5em {
  padding-right: 3.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt3\.5em {
    padding-top: 3.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb3\.5em {
    padding-bottom: 3.5em !important;
  }
}

.hp-mt3\.75em {
  margin-top: 3.75em !important;
}

.hp-mb3\.75em {
  margin-bottom: 3.75em !important;
}

.hp-ml3\.75em {
  margin-left: 3.75em !important;
}

.hp-mr3\.75em {
  margin-right: 3.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt3\.75em {
    margin-top: 3.75em !important;
  }
}

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

.hp-pt3\.75em {
  padding-top: 3.75em !important;
}

.hp-pb3\.75em {
  padding-bottom: 3.75em !important;
}

.hp-pl3\.75em {
  padding-left: 3.75em !important;
}

.hp-pr3\.75em {
  padding-right: 3.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt3\.75em {
    padding-top: 3.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb3\.75em {
    padding-bottom: 3.75em !important;
  }
}

.hp-mt4em {
  margin-top: 4em !important;
}

.hp-mb4em {
  margin-bottom: 4em !important;
}

.hp-ml4em {
  margin-left: 4em !important;
}

.hp-mr4em {
  margin-right: 4em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt4em {
    margin-top: 4em !important;
  }
}

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

.hp-pt4em {
  padding-top: 4em !important;
}

.hp-pb4em {
  padding-bottom: 4em !important;
}

.hp-pl4em {
  padding-left: 4em !important;
}

.hp-pr4em {
  padding-right: 4em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt4em {
    padding-top: 4em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb4em {
    padding-bottom: 4em !important;
  }
}

.hp-mt4\.25em {
  margin-top: 4.25em !important;
}

.hp-mb4\.25em {
  margin-bottom: 4.25em !important;
}

.hp-ml4\.25em {
  margin-left: 4.25em !important;
}

.hp-mr4\.25em {
  margin-right: 4.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt4\.25em {
    margin-top: 4.25em !important;
  }
}

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

.hp-pt4\.25em {
  padding-top: 4.25em !important;
}

.hp-pb4\.25em {
  padding-bottom: 4.25em !important;
}

.hp-pl4\.25em {
  padding-left: 4.25em !important;
}

.hp-pr4\.25em {
  padding-right: 4.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt4\.25em {
    padding-top: 4.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb4\.25em {
    padding-bottom: 4.25em !important;
  }
}

.hp-mt4\.5em {
  margin-top: 4.5em !important;
}

.hp-mb4\.5em {
  margin-bottom: 4.5em !important;
}

.hp-ml4\.5em {
  margin-left: 4.5em !important;
}

.hp-mr4\.5em {
  margin-right: 4.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt4\.5em {
    margin-top: 4.5em !important;
  }
}

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

.hp-pt4\.5em {
  padding-top: 4.5em !important;
}

.hp-pb4\.5em {
  padding-bottom: 4.5em !important;
}

.hp-pl4\.5em {
  padding-left: 4.5em !important;
}

.hp-pr4\.5em {
  padding-right: 4.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt4\.5em {
    padding-top: 4.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb4\.5em {
    padding-bottom: 4.5em !important;
  }
}

.hp-mt4\.75em {
  margin-top: 4.75em !important;
}

.hp-mb4\.75em {
  margin-bottom: 4.75em !important;
}

.hp-ml4\.75em {
  margin-left: 4.75em !important;
}

.hp-mr4\.75em {
  margin-right: 4.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt4\.75em {
    margin-top: 4.75em !important;
  }
}

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

.hp-pt4\.75em {
  padding-top: 4.75em !important;
}

.hp-pb4\.75em {
  padding-bottom: 4.75em !important;
}

.hp-pl4\.75em {
  padding-left: 4.75em !important;
}

.hp-pr4\.75em {
  padding-right: 4.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt4\.75em {
    padding-top: 4.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb4\.75em {
    padding-bottom: 4.75em !important;
  }
}

.hp-mt5em {
  margin-top: 5em !important;
}

.hp-mb5em {
  margin-bottom: 5em !important;
}

.hp-ml5em {
  margin-left: 5em !important;
}

.hp-mr5em {
  margin-right: 5em !important;
}

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

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

.hp-pt5em {
  padding-top: 5em !important;
}

.hp-pb5em {
  padding-bottom: 5em !important;
}

.hp-pl5em {
  padding-left: 5em !important;
}

.hp-pr5em {
  padding-right: 5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt5em {
    padding-top: 5em !important;
  }
}

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

.hp-mt5\.25em {
  margin-top: 5.25em !important;
}

.hp-mb5\.25em {
  margin-bottom: 5.25em !important;
}

.hp-ml5\.25em {
  margin-left: 5.25em !important;
}

.hp-mr5\.25em {
  margin-right: 5.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt5\.25em {
    margin-top: 5.25em !important;
  }
}

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

.hp-pt5\.25em {
  padding-top: 5.25em !important;
}

.hp-pb5\.25em {
  padding-bottom: 5.25em !important;
}

.hp-pl5\.25em {
  padding-left: 5.25em !important;
}

.hp-pr5\.25em {
  padding-right: 5.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt5\.25em {
    padding-top: 5.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb5\.25em {
    padding-bottom: 5.25em !important;
  }
}

.hp-mt5\.5em {
  margin-top: 5.5em !important;
}

.hp-mb5\.5em {
  margin-bottom: 5.5em !important;
}

.hp-ml5\.5em {
  margin-left: 5.5em !important;
}

.hp-mr5\.5em {
  margin-right: 5.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt5\.5em {
    margin-top: 5.5em !important;
  }
}

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

.hp-pt5\.5em {
  padding-top: 5.5em !important;
}

.hp-pb5\.5em {
  padding-bottom: 5.5em !important;
}

.hp-pl5\.5em {
  padding-left: 5.5em !important;
}

.hp-pr5\.5em {
  padding-right: 5.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt5\.5em {
    padding-top: 5.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb5\.5em {
    padding-bottom: 5.5em !important;
  }
}

.hp-mt5\.75em {
  margin-top: 5.75em !important;
}

.hp-mb5\.75em {
  margin-bottom: 5.75em !important;
}

.hp-ml5\.75em {
  margin-left: 5.75em !important;
}

.hp-mr5\.75em {
  margin-right: 5.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt5\.75em {
    margin-top: 5.75em !important;
  }
}

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

.hp-pt5\.75em {
  padding-top: 5.75em !important;
}

.hp-pb5\.75em {
  padding-bottom: 5.75em !important;
}

.hp-pl5\.75em {
  padding-left: 5.75em !important;
}

.hp-pr5\.75em {
  padding-right: 5.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt5\.75em {
    padding-top: 5.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb5\.75em {
    padding-bottom: 5.75em !important;
  }
}

.hp-mt6em {
  margin-top: 6em !important;
}

.hp-mb6em {
  margin-bottom: 6em !important;
}

.hp-ml6em {
  margin-left: 6em !important;
}

.hp-mr6em {
  margin-right: 6em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt6em {
    margin-top: 6em !important;
  }
}

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

.hp-pt6em {
  padding-top: 6em !important;
}

.hp-pb6em {
  padding-bottom: 6em !important;
}

.hp-pl6em {
  padding-left: 6em !important;
}

.hp-pr6em {
  padding-right: 6em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt6em {
    padding-top: 6em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb6em {
    padding-bottom: 6em !important;
  }
}

.hp-mt6\.25em {
  margin-top: 6.25em !important;
}

.hp-mb6\.25em {
  margin-bottom: 6.25em !important;
}

.hp-ml6\.25em {
  margin-left: 6.25em !important;
}

.hp-mr6\.25em {
  margin-right: 6.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt6\.25em {
    margin-top: 6.25em !important;
  }
}

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

.hp-pt6\.25em {
  padding-top: 6.25em !important;
}

.hp-pb6\.25em {
  padding-bottom: 6.25em !important;
}

.hp-pl6\.25em {
  padding-left: 6.25em !important;
}

.hp-pr6\.25em {
  padding-right: 6.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt6\.25em {
    padding-top: 6.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb6\.25em {
    padding-bottom: 6.25em !important;
  }
}

.hp-mt6\.5em {
  margin-top: 6.5em !important;
}

.hp-mb6\.5em {
  margin-bottom: 6.5em !important;
}

.hp-ml6\.5em {
  margin-left: 6.5em !important;
}

.hp-mr6\.5em {
  margin-right: 6.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt6\.5em {
    margin-top: 6.5em !important;
  }
}

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

.hp-pt6\.5em {
  padding-top: 6.5em !important;
}

.hp-pb6\.5em {
  padding-bottom: 6.5em !important;
}

.hp-pl6\.5em {
  padding-left: 6.5em !important;
}

.hp-pr6\.5em {
  padding-right: 6.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt6\.5em {
    padding-top: 6.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb6\.5em {
    padding-bottom: 6.5em !important;
  }
}

.hp-mt6\.75em {
  margin-top: 6.75em !important;
}

.hp-mb6\.75em {
  margin-bottom: 6.75em !important;
}

.hp-ml6\.75em {
  margin-left: 6.75em !important;
}

.hp-mr6\.75em {
  margin-right: 6.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt6\.75em {
    margin-top: 6.75em !important;
  }
}

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

.hp-pt6\.75em {
  padding-top: 6.75em !important;
}

.hp-pb6\.75em {
  padding-bottom: 6.75em !important;
}

.hp-pl6\.75em {
  padding-left: 6.75em !important;
}

.hp-pr6\.75em {
  padding-right: 6.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt6\.75em {
    padding-top: 6.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb6\.75em {
    padding-bottom: 6.75em !important;
  }
}

.hp-mt7em {
  margin-top: 7em !important;
}

.hp-mb7em {
  margin-bottom: 7em !important;
}

.hp-ml7em {
  margin-left: 7em !important;
}

.hp-mr7em {
  margin-right: 7em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt7em {
    margin-top: 7em !important;
  }
}

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

.hp-pt7em {
  padding-top: 7em !important;
}

.hp-pb7em {
  padding-bottom: 7em !important;
}

.hp-pl7em {
  padding-left: 7em !important;
}

.hp-pr7em {
  padding-right: 7em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt7em {
    padding-top: 7em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb7em {
    padding-bottom: 7em !important;
  }
}

.hp-mt7\.25em {
  margin-top: 7.25em !important;
}

.hp-mb7\.25em {
  margin-bottom: 7.25em !important;
}

.hp-ml7\.25em {
  margin-left: 7.25em !important;
}

.hp-mr7\.25em {
  margin-right: 7.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt7\.25em {
    margin-top: 7.25em !important;
  }
}

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

.hp-pt7\.25em {
  padding-top: 7.25em !important;
}

.hp-pb7\.25em {
  padding-bottom: 7.25em !important;
}

.hp-pl7\.25em {
  padding-left: 7.25em !important;
}

.hp-pr7\.25em {
  padding-right: 7.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt7\.25em {
    padding-top: 7.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb7\.25em {
    padding-bottom: 7.25em !important;
  }
}

.hp-mt7\.5em {
  margin-top: 7.5em !important;
}

.hp-mb7\.5em {
  margin-bottom: 7.5em !important;
}

.hp-ml7\.5em {
  margin-left: 7.5em !important;
}

.hp-mr7\.5em {
  margin-right: 7.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt7\.5em {
    margin-top: 7.5em !important;
  }
}

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

.hp-pt7\.5em {
  padding-top: 7.5em !important;
}

.hp-pb7\.5em {
  padding-bottom: 7.5em !important;
}

.hp-pl7\.5em {
  padding-left: 7.5em !important;
}

.hp-pr7\.5em {
  padding-right: 7.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt7\.5em {
    padding-top: 7.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb7\.5em {
    padding-bottom: 7.5em !important;
  }
}

.hp-mt7\.75em {
  margin-top: 7.75em !important;
}

.hp-mb7\.75em {
  margin-bottom: 7.75em !important;
}

.hp-ml7\.75em {
  margin-left: 7.75em !important;
}

.hp-mr7\.75em {
  margin-right: 7.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt7\.75em {
    margin-top: 7.75em !important;
  }
}

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

.hp-pt7\.75em {
  padding-top: 7.75em !important;
}

.hp-pb7\.75em {
  padding-bottom: 7.75em !important;
}

.hp-pl7\.75em {
  padding-left: 7.75em !important;
}

.hp-pr7\.75em {
  padding-right: 7.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt7\.75em {
    padding-top: 7.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb7\.75em {
    padding-bottom: 7.75em !important;
  }
}

.hp-mt8em {
  margin-top: 8em !important;
}

.hp-mb8em {
  margin-bottom: 8em !important;
}

.hp-ml8em {
  margin-left: 8em !important;
}

.hp-mr8em {
  margin-right: 8em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt8em {
    margin-top: 8em !important;
  }
}

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

.hp-pt8em {
  padding-top: 8em !important;
}

.hp-pb8em {
  padding-bottom: 8em !important;
}

.hp-pl8em {
  padding-left: 8em !important;
}

.hp-pr8em {
  padding-right: 8em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt8em {
    padding-top: 8em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb8em {
    padding-bottom: 8em !important;
  }
}

.hp-mt8\.25em {
  margin-top: 8.25em !important;
}

.hp-mb8\.25em {
  margin-bottom: 8.25em !important;
}

.hp-ml8\.25em {
  margin-left: 8.25em !important;
}

.hp-mr8\.25em {
  margin-right: 8.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt8\.25em {
    margin-top: 8.25em !important;
  }
}

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

.hp-pt8\.25em {
  padding-top: 8.25em !important;
}

.hp-pb8\.25em {
  padding-bottom: 8.25em !important;
}

.hp-pl8\.25em {
  padding-left: 8.25em !important;
}

.hp-pr8\.25em {
  padding-right: 8.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt8\.25em {
    padding-top: 8.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb8\.25em {
    padding-bottom: 8.25em !important;
  }
}

.hp-mt8\.5em {
  margin-top: 8.5em !important;
}

.hp-mb8\.5em {
  margin-bottom: 8.5em !important;
}

.hp-ml8\.5em {
  margin-left: 8.5em !important;
}

.hp-mr8\.5em {
  margin-right: 8.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt8\.5em {
    margin-top: 8.5em !important;
  }
}

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

.hp-pt8\.5em {
  padding-top: 8.5em !important;
}

.hp-pb8\.5em {
  padding-bottom: 8.5em !important;
}

.hp-pl8\.5em {
  padding-left: 8.5em !important;
}

.hp-pr8\.5em {
  padding-right: 8.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt8\.5em {
    padding-top: 8.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb8\.5em {
    padding-bottom: 8.5em !important;
  }
}

.hp-mt8\.75em {
  margin-top: 8.75em !important;
}

.hp-mb8\.75em {
  margin-bottom: 8.75em !important;
}

.hp-ml8\.75em {
  margin-left: 8.75em !important;
}

.hp-mr8\.75em {
  margin-right: 8.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt8\.75em {
    margin-top: 8.75em !important;
  }
}

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

.hp-pt8\.75em {
  padding-top: 8.75em !important;
}

.hp-pb8\.75em {
  padding-bottom: 8.75em !important;
}

.hp-pl8\.75em {
  padding-left: 8.75em !important;
}

.hp-pr8\.75em {
  padding-right: 8.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt8\.75em {
    padding-top: 8.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb8\.75em {
    padding-bottom: 8.75em !important;
  }
}

.hp-mt9em {
  margin-top: 9em !important;
}

.hp-mb9em {
  margin-bottom: 9em !important;
}

.hp-ml9em {
  margin-left: 9em !important;
}

.hp-mr9em {
  margin-right: 9em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt9em {
    margin-top: 9em !important;
  }
}

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

.hp-pt9em {
  padding-top: 9em !important;
}

.hp-pb9em {
  padding-bottom: 9em !important;
}

.hp-pl9em {
  padding-left: 9em !important;
}

.hp-pr9em {
  padding-right: 9em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt9em {
    padding-top: 9em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb9em {
    padding-bottom: 9em !important;
  }
}

.hp-mt9\.25em {
  margin-top: 9.25em !important;
}

.hp-mb9\.25em {
  margin-bottom: 9.25em !important;
}

.hp-ml9\.25em {
  margin-left: 9.25em !important;
}

.hp-mr9\.25em {
  margin-right: 9.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt9\.25em {
    margin-top: 9.25em !important;
  }
}

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

.hp-pt9\.25em {
  padding-top: 9.25em !important;
}

.hp-pb9\.25em {
  padding-bottom: 9.25em !important;
}

.hp-pl9\.25em {
  padding-left: 9.25em !important;
}

.hp-pr9\.25em {
  padding-right: 9.25em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt9\.25em {
    padding-top: 9.25em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb9\.25em {
    padding-bottom: 9.25em !important;
  }
}

.hp-mt9\.5em {
  margin-top: 9.5em !important;
}

.hp-mb9\.5em {
  margin-bottom: 9.5em !important;
}

.hp-ml9\.5em {
  margin-left: 9.5em !important;
}

.hp-mr9\.5em {
  margin-right: 9.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt9\.5em {
    margin-top: 9.5em !important;
  }
}

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

.hp-pt9\.5em {
  padding-top: 9.5em !important;
}

.hp-pb9\.5em {
  padding-bottom: 9.5em !important;
}

.hp-pl9\.5em {
  padding-left: 9.5em !important;
}

.hp-pr9\.5em {
  padding-right: 9.5em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt9\.5em {
    padding-top: 9.5em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb9\.5em {
    padding-bottom: 9.5em !important;
  }
}

.hp-mt9\.75em {
  margin-top: 9.75em !important;
}

.hp-mb9\.75em {
  margin-bottom: 9.75em !important;
}

.hp-ml9\.75em {
  margin-left: 9.75em !important;
}

.hp-mr9\.75em {
  margin-right: 9.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-mt9\.75em {
    margin-top: 9.75em !important;
  }
}

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

.hp-pt9\.75em {
  padding-top: 9.75em !important;
}

.hp-pb9\.75em {
  padding-bottom: 9.75em !important;
}

.hp-pl9\.75em {
  padding-left: 9.75em !important;
}

.hp-pr9\.75em {
  padding-right: 9.75em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt9\.75em {
    padding-top: 9.75em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb9\.75em {
    padding-bottom: 9.75em !important;
  }
}

.hp-mt10em {
  margin-top: 10em !important;
}

.hp-mb10em {
  margin-bottom: 10em !important;
}

.hp-ml10em {
  margin-left: 10em !important;
}

.hp-mr10em {
  margin-right: 10em !important;
}

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

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

.hp-pt10em {
  padding-top: 10em !important;
}

.hp-pb10em {
  padding-bottom: 10em !important;
}

.hp-pl10em {
  padding-left: 10em !important;
}

.hp-pr10em {
  padding-right: 10em !important;
}

@media screen and (max-width: 600px) {
  .hp-sp-pt10em {
    padding-top: 10em !important;
  }
}

@media screen and (max-width: 600px) {
  .hp-sp-pb10em {
    padding-bottom: 10em !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: 0.9333333333rem;
}

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

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

.hp-cMain {
  color: #2A52DD;
}

.hp-cWht {
  color: #fff;
}

.hp-fwB {
  font-weight: bold;
  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-vaTop {
  vertical-align: top;
}

.hp-vaMid {
  vertical-align: middle;
}

.hp-vaBtm {
  vertical-align: bottom;
}

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

.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;
  }
}

.hp-imgAuto img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.hp-txtIndt {
  padding-left: 1.15em;
  text-indent: -1.15em;
}

.hp-bodyIndt {
  margin-left: -30px;
}

@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: #333333;
  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);
}

.el-logo {
  position: absolute;
  top: 60px;
  left: 40px;
  margin: 0;
  transform: translateY(-50%);
  z-index: 9998;
  transition: left 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .el-logo {
    top: 40px;
    left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .el-logo {
    top: 35px;
    left: 15px;
  }
}
.el-logo > a {
  display: flex;
  align-items: center;
  z-index: 1;
}
.el-logo > a:hover {
  text-decoration: none;
}
.el-logo .-logo {
  display: block;
  width: 229.9759px;
  height: 57.893px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-logo .-logo {
    width: 150px;
    height: 37.7602609665px;
  }
}
@media screen and (max-width: 600px) {
  .el-logo .-logo {
    width: 135px;
    height: 33.9842348698px;
  }
}
.el-logo .-logo img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.el-logo .-sitename {
  margin-left: 30px;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.2rem, 0.9375vw, 1.2rem);
  color: #333333;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .el-logo .-sitename {
    margin-left: 15px;
    font-size: clamp(0.9333333333rem, 0.78125vw, 1rem);
  }
}

.bl-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-loaded .bl-loading {
  opacity: 0;
  visibility: hidden;
  z-index: 0;
}

.ly-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  padding: 0;
  box-sizing: border-box;
  z-index: 5000;
  transition: height 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.preload .ly-header {
  transition: none !important;
}
.is-nav-open .ly-header {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .ly-header {
    height: 80px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 600px) {
  .ly-header {
    height: 70px;
  }
}
.ly-header-inner {
  position: relative;
  height: 120px;
  padding: 0;
  box-sizing: border-box;
  transition: height 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .ly-header-inner {
    height: 80px;
    overflow-y: auto;
  }
}
@media screen and (max-width: 600px) {
  .ly-header-inner {
    height: 70px;
  }
}
@media screen and (max-width: 1080px) {
  .is-nav-open .ly-header-inner {
    height: 100vh;
  }
}
.ly-header-inner::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: 0;
  transform: translateX(-50%);
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.ly-navigation {
  position: relative;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .ly-navigation {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 120px;
    padding-left: 24px;
    padding-right: 24px;
    opacity: 0;
    visibility: hidden;
    transition: 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-nav-open.is-nav-shown .ly-navigation {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 1080px) and (max-width: 768px) {
  .ly-navigation {
    padding-top: 80px;
  }
}
@media screen and (max-width: 1080px) and (max-width: 600px) {
  .ly-navigation {
    height: 70px;
  }
}

.ly-gnav {
  display: flex;
  height: 120px;
  box-sizing: border-box;
  transition: padding 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .ly-gnav {
    display: none;
    width: 100%;
    max-width: 600px;
    height: auto;
  }
  .is-nav-open .ly-gnav {
    display: block;
  }
}
.ly-gnav-nav {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  padding-right: 30px;
}
@media screen and (max-width: 1080px) {
  .ly-gnav-nav {
    display: block;
    padding-right: 0;
  }
}

.bl-gnav {
  display: flex;
  margin: 0;
  font-size: clamp(1.0666666667rem, 0.8333333333vw, 1.0666666667rem);
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .bl-gnav {
    display: block;
    text-align: center;
    font-size: clamp(1.2rem, 0.9375vw, 1.2rem);
  }
}
.bl-gnav-item {
  margin-left: 2em;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item {
    margin-left: 0;
    padding: 1em 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.bl-gnav-item > a {
  --gnav-color: #2A52DD;
  position: relative;
  display: block;
  padding-bottom: 3px;
  color: #333333;
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item > a {
    padding-bottom: 0;
  }
}
.bl-gnav-item > a::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #333333;
  content: "";
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), background 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item > a::before {
    display: none;
  }
}
.bl-gnav-item > a:hover {
  color: var(--gnav-color);
  text-decoration: none;
}
.bl-gnav-item > a:hover::before {
  background: var(--gnav-color);
  transform-origin: left top;
  transform: scaleX(1);
}
.bl-gnav-item.is-current > a {
  color: var(--gnav-color);
  text-decoration: none;
}
.bl-gnav-item.is-current > a::before {
  background: var(--gnav-color);
  transform-origin: left top;
  transform: scaleX(1);
}
.bl-gnav-sub {
  display: flex;
  justify-content: flex-end;
  margin: 0 0 1em;
  font-size: clamp(0.9333333333rem, 0.7291666667vw, 0.9333333333rem);
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-sub {
    display: block;
    margin: 2em 0 4em;
    text-align: center;
  }
}
.bl-gnav-sub-item > a {
  color: #333333;
}
.bl-gnav-sub-item > a.-icon-window::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 0.5em;
  background: url(../images/icon/icon_window.svg) no-repeat center center;
  content: "";
}

.el-gnav-btn {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 100%;
  background: #2A52DD;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(1.0666666667rem, 0.8333333333vw, 1.0666666667rem);
  font-weight: 700;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .el-gnav-btn {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    font-size: clamp(1.2rem, 0.9375vw, 1.2rem);
  }
}
.el-gnav-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #5575EC;
  content: "";
  z-index: 0;
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-gnav-btn > span {
  position: relative;
}
.el-gnav-btn:hover {
  text-decoration: none;
}
.el-gnav-btn:hover::before {
  transform-origin: left top;
  transform: scaleX(1);
}

.ol {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 5000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-nav-open .ol {
  opacity: 1;
  visibility: visible;
}

.el-hamburger {
  position: fixed;
  top: 60px;
  right: 40px;
  display: none;
  width: 25px;
  height: 22px;
  padding-top: 8px;
  z-index: 200;
  box-sizing: border-box;
  cursor: pointer;
  transform: translateY(-50%);
  transition: right 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  z-index: 9900;
}
@media screen and (max-width: 1080px) {
  .el-hamburger {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .el-hamburger {
    top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .el-hamburger {
    top: 35px;
  }
}
@media screen and (max-width: 600px) {
  .el-hamburger {
    right: 24px;
  }
}
.el-hamburger > span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  border-radius: 1px;
  background: #323232;
  transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
  .el-hamburger > span {
    width: 25px;
  }
}
.el-hamburger .top {
  transform: translateY(-5px) scale(1);
}
.el-hamburger .bottom {
  transform: translateY(5px) scale(1);
}
.is-nav-open .el-hamburger .top {
  transform: translateY(2px) rotate(45deg);
}
.is-nav-open .el-hamburger .middle {
  transform: translateY(0px) scale(0);
}
.is-nav-open .el-hamburger .bottom {
  transform: translateY(-2px) rotate(-45deg);
}

.ly-cta {
  position: relative;
  background: #ccc url(../images/bg_cta.jpg) no-repeat center center/cover;
  box-sizing: border-box;
  overflow: hidden;
  pointer-events: none;
}
.ly-cta::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(85, 117, 236, 0.78);
  content: "";
  transform-origin: left top;
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.ly-cta:hover::before {
  transform-origin: right top;
  transform: scaleX(0);
  opacity: 0;
}
.ly-cta-inner {
  position: relative;
  box-sizing: border-box;
  z-index: 1;
}

.bl-cta {
  --cta-btn-arrw-w: 2.22em;
  position: relative;
  height: clamp(500px, 31.25vw, 600px);
  box-sizing: border-box;
  color: #fff;
}
@media screen and (max-width: 600px) {
  .bl-cta {
    height: clamp(400px, 83.3333333333vw, 500px);
  }
}
.bl-cta-heading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: clamp(30px, 3.90625vw, 75px) 0;
  box-sizing: border-box;
  opacity: 0.75;
}
@media screen and (max-width: 600px) {
  .bl-cta-heading {
    align-items: center;
  }
}
.bl-cta-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: right;
}
.bl-cta-btn .-btn {
  position: relative;
  display: block;
  padding-right: calc(var(--cta-btn-arrw-w) + 1em);
  color: #fff;
  font-size: clamp(2.1333333333rem, 2.34375vw, 3rem);
  font-weight: 700;
  pointer-events: all;
  white-space: nowrap;
}
@media screen and (max-width: 600px) {
  .bl-cta-btn .-btn {
    text-align: center;
    padding-right: 0;
    padding-bottom: 2.25em;
    line-height: 1.6;
    font-size: clamp(26px, 5.3333333333vw, 32px);
    transform: translateY(10%);
  }
}
.bl-cta-btn .-btn .-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: var(--cta-btn-arrw-w);
  height: var(--cta-btn-arrw-w);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-cta-btn .-btn .-arrow {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    width: calc(var(--cta-btn-arrw-w) * 0.8);
    height: calc(var(--cta-btn-arrw-w) * 0.8);
    transform: translate(-50%, 0);
  }
}
.bl-cta-btn .-btn .-arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #FFF;
  content: "";
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-cta-btn .-btn .-arrow::after {
  position: absolute;
  top: 50%;
  right: calc(50% + 0.1em);
  display: block;
  width: 0.4em;
  height: 0.4em;
  box-sizing: border-box;
  border-top: 2px solid #2A52DD;
  border-right: 2px solid #2A52DD;
  transform: translate(50%, -50%) rotate(45deg);
  content: "";
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-cta-btn .-btn .-arrow::after {
    width: 0.32em;
    height: 0.32em;
  }
}
.bl-cta-btn .-btn:hover {
  text-decoration: none;
}
.bl-cta-btn .-btn:hover .-arrow::before {
  transform: scale(0.5);
}
.bl-cta-btn .-btn:hover .-arrow::after {
  transform: translate(50%, -50%) rotate(45deg) scale(0.8);
}

.el-cta-catchcopy {
  margin: 0 0 0.1em;
  font-family: "Roboto", sans-serif;
  font-size: clamp(4rem, 4.1666666667vw, 5.3333333333rem);
  line-height: 1;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .el-cta-catchcopy {
    font-size: clamp(32px, 7.8125vw, 60px);
  }
}
.el-cta-catchcopy-sub {
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.3333333333rem, 1.3020833333vw, 1.6666666667rem);
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .el-cta-catchcopy-sub {
    font-size: clamp(12px, 2.6041666667vw, 20px);
  }
}

.el-cta-heading {
  margin: 0;
  font-size: clamp(1.4666666667rem, 1.3541666667vw, 1.7333333333rem);
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .el-cta-heading {
    font-size: clamp(14px, 2.8645833333vw, 22px);
  }
}
@media screen and (max-width: 768px) {
  .el-cta-heading br {
    display: none;
  }
}

.ly-footer {
  position: relative;
  padding-right: 24px;
  padding-left: 24px;
  background: #5575EC;
  color: #fff;
}
.ly-footer-inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.el-logo-f > a {
  display: block;
  width: 229.9759px;
  height: 57.893px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .el-logo-f > a {
    width: 150px;
    height: 37.7602609665px;
    margin-right: auto;
    margin-left: auto;
  }
}
.el-logo-f > a > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.bl-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bl-footer {
    display: block;
  }
}
.bl-footer-body {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .bl-footer-body {
    display: block;
    margin-top: 1.5em;
  }
}

.bl-fnav {
  display: flex;
  margin: 0;
  font-size: clamp(0.9333333333rem, 0.7291666667vw, 0.9333333333rem);
}
@media screen and (max-width: 768px) {
  .bl-fnav {
    font-size: clamp(0.8rem, 0.625vw, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .bl-fnav {
    justify-content: center;
  }
}
.bl-fnav-item {
  margin-right: 2em;
}
.bl-fnav-item:last-child {
  margin-right: 3em;
}
@media screen and (max-width: 600px) {
  .bl-fnav-item:last-child {
    margin-right: 0;
  }
}
.bl-fnav-item > a {
  color: #fff;
}
.bl-fnav-item > a.-icon-window::after {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.4em;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/contain;
  vertical-align: middle;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.el-copyright {
  margin: 0;
  font-size: clamp(0.9333333333rem, 0.7291666667vw, 0.9333333333rem);
  color: #FFF;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .el-copyright {
    font-size: clamp(0.8rem, 0.625vw, 0.8rem);
  }
}
@media screen and (max-width: 600px) {
  .el-copyright {
    margin-top: 1.5em;
    font-size: clamp(0.7333333333rem, 0.5729166667vw, 0.7333333333rem);
    text-align: center;
  }
}

.ly-container {
  padding-top: 120px;
}
@media screen and (max-width: 768px) {
  .ly-container {
    padding-top: 80px;
  }
}
@media screen and (max-width: 600px) {
  .ly-container {
    padding-top: 70px;
  }
}

.ly-contents {
  position: relative;
  background: #fff;
}
.ly-contents.-bg-workplace {
  background: #F8F8F8 url(../images/bg_workplace.jpg) no-repeat center bottom/cover;
}

.ly-pageheader {
  position: relative;
  height: clamp(240px, 15.625vw, 300px);
  box-sizing: border-box;
  background: #ccc no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .ly-pageheader {
    height: clamp(180px, 31.25vw, 240px);
  }
}
.about .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_about.jpg);
}
.business .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_business.jpg);
}
.workplace .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_workplace.jpg);
}
.contact .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_contact.jpg);
}
.ly-pageheader-inner {
  height: 100%;
}

.bl-pageheader {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-pageheader {
    flex-direction: column;
  }
}

.el-pageheading {
  margin: 0;
  color: #fff;
  font-feature-settings: "palt";
  font-size: clamp(2rem, 2.2916666667vw, 2.9333333333rem);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-pageheading {
    font-size: 24px;
  }
}

.ly-localnav {
  background: #f7f7f7;
}
.ly-localnav.-bg-wht {
  background: #fff;
}
.bl-localnav {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 2em 0;
}
.bl-localnav > li {
  margin: 0 4em;
}
@media screen and (max-width: 600px) {
  .bl-localnav > li {
    margin-right: 1.5em;
    margin-left: 1.5em;
  }
}
.bl-localnav > li:first-child {
  margin-left: 0;
}
.bl-localnav > li:last-child {
  margin-right: 0;
}
.bl-localnav > li > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #333333;
  font-size: clamp(1rem, 0.9375vw, 1.2rem);
  line-height: 1.6;
  font-weight: 700;
  z-index: 2;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-localnav > li > a {
    font-size: 13px;
  }
}
.bl-localnav > li > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.bl-localnav > li > a::after {
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 0.75em;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  box-sizing: border-box;
  transform: translateY(-40%) rotate(135deg);
  content: "";
}

.ly-sect {
  position: relative;
  padding: 0 60px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ly-sect {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 600px) {
  .ly-sect {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.ly-sect-inner {
  position: relative;
  z-index: 1;
}
.ly-sect.-bg-workplace {
  background: #F8F8F8 url(../images/bg_workplace.jpg) no-repeat center top/cover;
}
.ly-sect.-bg-message {
  background: #F8F8F8 url(../images/about/bg_message.jpg) no-repeat center center/cover;
}

.bl-sect {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(60px, 7.2916666667vw, 140px);
  padding-bottom: clamp(60px, 7.2916666667vw, 140px);
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-sect {
    padding-top: clamp(40px, 7.8125vw, 60px);
    padding-bottom: clamp(40px, 7.8125vw, 60px);
  }
}
.bl-sect-inner {
  position: relative;
  z-index: 1;
}
.bl-sect-inner .w-md {
  max-width: 960px;
  margin: 0 auto;
}
.bl-sect-inner .w-sm {
  max-width: clamp(520px, 38.5416666667vw, 740px);
  margin: 0 auto;
}
.bl-sect.-pb-lg {
  padding-bottom: clamp(100px, 7.8125vw, 150px);
}

.ly-mainv {
  position: relative;
  height: clamp(600px, 41.1458333333vw, 790px);
  padding: 0 clamp(15px, 2.5vw, 48px);
  box-sizing: border-box;
  z-index: 10;
}
@media screen and (max-width: 960px) {
  .ly-mainv {
    height: clamp(484px, 78.125vw, 600px);
  }
}
@media screen and (max-width: 768px) {
  .ly-mainv {
    height: clamp(330px, 63.0208333333vw, 484px);
  }
}
@media screen and (max-width: 600px) {
  .ly-mainv {
    height: clamp(240px, 42.96875vw, 330px);
  }
}
.ly-mainv::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: calc(100% - 40px);
  background: url(../images/top/mainv.jpg) no-repeat center center;
  background-size: auto 100%;
  content: "";
}
@media screen and (max-width: 768px) {
  .ly-mainv::before {
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 600px) {
  .ly-mainv::before {
    height: calc(100% - 30px);
  }
}
.ly-mainv-inner {
  height: 100%;
  max-width: clamp(1500px, 90.625vw, 1740px);
}

.el-catchcopy {
  margin-bottom: 0.05em;
  font-family: "Roboto", sans-serif;
  color: #2A52DD;
  font-size: clamp(10rem, 10.9375vw, 14rem);
  line-height: 0.9;
  font-feature-settings: "palt";
  font-weight: 900;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 960px) {
  .el-catchcopy {
    font-size: clamp(57px, 15.625vw, 150px);
  }
}
@media screen and (max-width: 600px) {
  .el-catchcopy {
    font-size: 57px;
  }
}
.el-catchcopy-sub {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #2A52DD;
  font-size: clamp(2rem, 2.6041666667vw, 3.3333333333rem);
  line-height: 1.3;
  font-feature-settings: "palt";
  font-weight: 700;
}
@media screen and (max-width: 960px) {
  .el-catchcopy-sub {
    font-size: clamp(16px, 3.125vw, 30px);
  }
  .el-catchcopy-sub br {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sub {
    font-size: 16px;
  }
}
.el-catchcopy-sub > span {
  display: inline-block;
  padding: 0 10px;
  background: #fff;
}
.el-catchcopy-group {
  transform: translateY(calc(clamp(90px, 5.2083333333vw, 100px) * -1));
}
@media screen and (max-width: 768px) {
  .el-catchcopy-group {
    transform: translateY(calc(clamp(25px, 6.5104166667vw, 50px) * -1));
  }
}
@media screen and (max-width: 600px) {
  .el-catchcopy-group {
    transform: translateY(calc(clamp(10px, 4.1666666667vw, 25px) * -1));
  }
}

.bl-mainv {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}
.bl-mainv-body {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transform: translateX(calc(-50% + clamp(260px, 17.6041666667vw, 338px)));
}
@media screen and (max-width: 768px) {
  .bl-mainv-body {
    transform: translateX(calc(-50% + clamp(140px, 24.0885416667vw, 185px)));
  }
}
@media screen and (max-width: 600px) {
  .bl-mainv-body {
    transform: translateX(calc(-50% + clamp(90px, 15vw, 90px)));
  }
}
.bl-mainv-body .-catchcopy {
  margin: 0 0 clamp(5px, 1.0416666667vw, 20px);
  margin: 0;
  font-feature-settings: "palt";
  font-size: clamp(1.4666666667rem, 1.6666666667vw, 2.1333333333rem);
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .bl-mainv-body .-catchcopy {
    font-size: clamp(16px, 2.8645833333vw, 22px);
  }
}
@media screen and (max-width: 600px) {
  .bl-mainv-body .-catchcopy {
    margin-bottom: -1.25em;
  }
}
.bl-mainv-catchcopy {
  position: relative;
}

.el-top-heading {
  margin: 0 0 0.2em;
  font-size: clamp(3rem, 3.6458333333vw, 4.6666666667rem);
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .el-top-heading {
    font-size: clamp(30px, 5.859375vw, 45px);
    letter-spacing: 0.05em;
  }
}
.el-top-heading-sub {
  color: #BEE600;
  font-family: "Roboto", sans-serif;
  font-size: clamp(1.4666666667rem, 1.5625vw, 2rem);
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .el-top-heading-sub {
    font-size: clamp(13px, 2.4739583333vw, 19px);
  }
}
.el-top-heading-group {
  margin-top: 50px;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .el-top-heading-group {
    margin-top: clamp(25px, 6.5104166667vw, 50px);
    margin-bottom: clamp(60px, 15.625vw, 120px);
  }
}
@media screen and (max-width: 600px) {
  .el-top-heading-group {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.bl-grid {
  position: relative;
  margin: 0 -30px;
}
.bl-grid.-ai-c {
  align-items: center;
}
.bl-grid > .col {
  padding-right: 30px;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .bl-grid > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-grid {
    display: block;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .bl-grid-fig {
    width: 100%;
  }
}
.bl-grid-fig > span {
  display: block;
}
.bl-grid-fig > span img {
  max-width: 100%;
  height: auto;
}
.bl-grid-body {
  font-size: clamp(1.0666666667rem, 0.9375vw, 1.2rem);
}
@media screen and (max-width: 768px) {
  .bl-grid-body {
    width: 100%;
    margin-bottom: 3.5em;
  }
  .bl-grid-body:last-child {
    margin-bottom: 0;
  }
}

.el-sect-heading {
  position: relative;
  margin: 0 0 1em;
  font-size: clamp(2.1333333333rem, 2.1875vw, 2.8rem);
  line-height: 1.7;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .el-sect-heading {
    font-size: clamp(1.7333333333rem, 4.1666666667vw, 2.1333333333rem);
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
}
.el-sect-heading.-c-wht {
  color: #fff;
}
.el-sect-heading-en {
  margin: 0 0 0.25em;
  color: #2A52DD;
  font-size: clamp(1.4666666667rem, 1.5625vw, 2rem);
  font-weight: 500;
}
.el-sect-heading-en.-c-grn {
  color: #BEE600;
}

.el-sect-btn {
  --section-btn-arrw-w: 3.88em;
  position: relative;
  display: inline-block;
  margin: calc((var(--section-btn-arrw-w) - clamp(16px, 0.9375vw, 18px) * 1.8) / 2) 0;
  padding-right: calc(var(--section-btn-arrw-w) + 1em);
  font-size: clamp(1.0666666667rem, 0.9375vw, 1.2rem);
  font-weight: 700;
}
@media screen and (max-width: 600px) {
  .el-sect-btn {
    padding-right: calc(var(--section-btn-arrw-w) * 0.8 + 1em);
  }
}
.el-sect-btn .-arrow {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: var(--section-btn-arrw-w);
  height: var(--section-btn-arrw-w);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .el-sect-btn .-arrow {
    width: calc(var(--section-btn-arrw-w) * 0.8);
    height: calc(var(--section-btn-arrw-w) * 0.8);
  }
}
.el-sect-btn .-arrow::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #2A52DD;
  transform: translateY(-50%);
  content: "";
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-sect-btn .-arrow::after {
  position: absolute;
  top: 50%;
  right: calc(50% + 0.15em);
  display: block;
  width: 0.75em;
  height: 0.75em;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(50%, -50%) rotate(45deg);
  content: "";
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .el-sect-btn .-arrow::after {
    width: 0.6em;
    height: 0.6em;
  }
}
.el-sect-btn:hover {
  text-decoration: none;
}
.el-sect-btn:hover .-arrow::before {
  transform: translateY(-50%) scale(0.5);
}
.el-sect-btn:hover .-arrow::after {
  transform: translate(50%, -50%) rotate(45deg) scale(0.8);
}
.el-sect-btn.-c-wht {
  color: #fff;
}
.el-sect-btn.-c-wht .-arrow::before {
  background: #fff;
}
.el-sect-btn.-c-wht .-arrow::after {
  border-color: #2A52DD;
}

.bl-lead-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(80px, 5.2083333333vw, 100px);
  padding-bottom: clamp(80px, 5.2083333333vw, 100px);
}
@media screen and (max-width: 768px) {
  .bl-lead-body {
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.bl-introduction .-text {
  margin-bottom: 0;
  line-height: 2.2;
}
.bl-introduction .-btn {
  margin-top: 2em;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .bl-introduction .-btn {
    margin-top: 1.5em;
  }
}

.bl-dx-fig {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .bl-dx-fig {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    height: 370px;
    height: clamp(190px, 48.1770833333vw, 370px);
  }
}
.bl-dx-fig .-fig {
  display: block;
  width: calc(100% + (100vw - (200% + 60px)) / 2 - max(8.3333333333vw, 100px));
  height: 100%;
  margin-left: calc((100vw - (200% + 60px)) / 2 * -1);
  background: #ccc url(../images/top/img_top_dx.jpg) no-repeat center center/cover;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-dx-fig .-fig {
    width: 48vw;
    margin-left: 0;
  }
}
.bl-dx-fig .-fig img {
  width: auto;
  height: 100%;
}
.bl-dx-fig .-typo {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: auto;
  height: clamp(240px, 19.0104166667vw, 365px);
  z-index: 1;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-dx-fig .-typo {
    right: auto;
    left: 50%;
    height: clamp(128px, 31.25vw, 240px);
    transform: translate(-50%, -50%);
  }
}
.bl-dx-fig .-typo img {
  width: auto;
  height: 100%;
}

.bl-top-message {
  position: relative;
  padding: 50px 0 0;
  box-sizing: border-box;
  color: #fff;
}
.bl-top-message::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100vw - var(--scrollbarW) - 48px);
  height: 100%;
  background: #5575EC url(../images/top/bg_top_message.jpg) no-repeat center center/cover;
  border-radius: 10px;
  content: "";
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .bl-top-message::before {
    width: calc(100vw - var(--scrollbarW));
    border-radius: 0;
  }
}
.bl-top-message-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-top-message-inner {
    display: block;
  }
}
.bl-top-message-body {
  flex-basis: 64%;
  padding-bottom: clamp(80px, 8.8541666667vw, 170px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-top-message-body {
    padding-bottom: 20px;
  }
}
.bl-top-message-body .-name {
  margin: 0;
  font-size: clamp(1rem, 0.9375vw, 1.2rem);
}
.bl-top-message-body .-name-img {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  .bl-top-message-body .-name-img {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.bl-top-message-body .-btn {
  margin-top: 2em;
}
.bl-top-message-fig {
  flex-basis: max(32%, 380px);
}
@media screen and (max-width: 600px) {
  .bl-top-message-fig {
    max-width: clamp(240px, 63.3333333333vw, 380px);
    margin-right: auto;
    margin-left: auto;
  }
}
.bl-top-message-fig > span {
  display: block;
  width: 100%;
  height: 100%;
}
.bl-top-message-fig > span img {
  max-width: 100%;
  height: auto;
}

.bl-culture-slider {
  position: relative;
  width: calc(100vw - var(--scrollbarW));
  margin-right: -60px;
  margin-left: -60px;
  padding-top: clamp(50px, 5.2083333333vw, 100px);
  padding-bottom: clamp(50px, 5.2083333333vw, 100px);
  z-index: 1000;
}
.bl-culture-slider .-slider {
  max-width: clamp(700px, 46.875vw, 900px);
  margin: 0 auto;
}
.bl-culture-slider .-slider-item-inner {
  padding-right: clamp(10px, 1.0416666667vw, 20px);
  padding-left: clamp(10px, 1.0416666667vw, 20px);
}
.bl-culture-slider .-slider-item-inner > span {
  background: #ccc;
  border-radius: 10px;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 66.666%;
  overflow: hidden;
}
.bl-culture-slider .-slider-item-inner > 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-culture-slider .-slider .slick-list {
  overflow: visible;
}

.bl-card {
  --card-btn-arrw-w: 3.88em;
  margin: 80px calc(clamp(17px, 2.0833333333vw, 40px) * -1) 0;
}
.bl-card > .col {
  padding-right: clamp(17px, 2.0833333333vw, 40px);
  padding-left: clamp(17px, 2.0833333333vw, 40px);
}
@media screen and (max-width: 600px) {
  .bl-card-item {
    margin-bottom: 2em;
  }
  .bl-card-item:last-child {
    margin-bottom: 0;
  }
}
.bl-card-item > a {
  display: block;
  padding: 50px 0 30px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #333333;
  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-arrow::before {
  transform: scale(0.5);
}
.bl-card-item > a:hover .bl-card-arrow::after {
  transform: translate(50%, -50%) rotate(45deg) scale(0.8);
}
.bl-card-body {
  padding: 0 clamp(30px, 5.2083333333vw, 100px);
}
.bl-card-body .-title {
  margin: 0 0 0.75em;
  font-size: clamp(1.7333333333rem, 1.875vw, 2.4rem);
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
}
.bl-card-body .-text {
  margin: 0;
  line-height: 2;
}
.bl-card-fig {
  margin-top: 2em;
}
.bl-card-fig img {
  max-width: 100%;
  height: auto;
}
.bl-card-arrow {
  position: relative;
  display: block;
  width: var(--card-btn-arrw-w);
  height: var(--card-btn-arrw-w);
  margin: 30px auto 0;
}
.bl-card-arrow::before {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #2A52DD;
  content: "";
  transform-origin: center center;
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-card-arrow::after {
  position: absolute;
  top: 50%;
  right: calc(50% + 0.15em);
  display: block;
  width: 0.75em;
  height: 0.75em;
  box-sizing: border-box;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  transform: translate(50%, -50%) rotate(45deg);
  content: "";
  transition: transform 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.bl-message {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 2em;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .bl-message {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .bl-message {
    display: block;
  }
}
.bl-message-body {
  padding-bottom: clamp(50px, 10.4166666667vw, 200px);
}
@media screen and (max-width: 600px) {
  .bl-message-body {
    margin-bottom: 2em;
    padding-bottom: 0;
  }
}
.bl-message-body .-text {
  margin-bottom: 2em;
  font-size: clamp(1rem, 0.9375vw, 1.2rem);
  line-height: 2.2;
}
.bl-message-body .-name {
  margin: 0;
  font-size: clamp(1rem, 0.9375vw, 1.2rem);
}
.bl-message-body .-name-img {
  display: inline-block;
  margin-left: 1em;
}
@media screen and (max-width: 768px) {
  .bl-message-body .-name-img {
    display: block;
    margin-top: 0.5em;
    margin-left: 0;
  }
}
.bl-message-fig img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .bl-message-fig {
    max-width: 240px;
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
  }
}

.el-message-heading {
  margin: 1em 0;
  font-size: clamp(1.8666666667rem, 2.1875vw, 2.8rem);
  line-height: 1.6;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.bl-philosophy {
  margin-top: 5em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bl-philosophy-item {
  display: flex;
  align-items: center;
  padding: 3em 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .bl-philosophy-item {
    display: block;
  }
}
.bl-philosophy-heading {
  flex: 0 0 clamp(180px, 18.2291666667vw, 350px);
}
.bl-philosophy-heading .-heading {
  margin: 0;
  font-size: clamp(1.0666666667rem, 0.9375vw, 1.2rem);
  line-height: 1.6;
  font-weight: 500;
}
.bl-philosophy-heading .-heading-en {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #2A52DD;
  font-size: clamp(2.3333333333rem, 2.7083333333vw, 3.4666666667rem);
  line-height: 1.2;
}
@media screen and (max-width: 600px) {
  .bl-philosophy-body {
    margin-top: 2em;
  }
}
.bl-philosophy-body .-body-vision {
  margin: 0;
  font-size: clamp(1.3333333333rem, 1.5625vw, 2rem);
  font-weight: 500;
}

.bl-values {
  margin-right: calc(clamp(20px, 1.5625vw, 30px) * -1);
  margin-left: calc(clamp(20px, 1.5625vw, 30px) * -1);
}
@media screen and (max-width: 768px) {
  .bl-values {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-values > .col {
  padding-right: clamp(20px, 1.5625vw, 30px);
  padding-left: clamp(20px, 1.5625vw, 30px);
}
@media screen and (max-width: 768px) {
  .bl-values > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-values-item {
    display: flex;
    align-items: center;
    margin-bottom: 2em;
  }
  .bl-values-item:last-child {
    margin-bottom: 0;
  }
}
.bl-values-item .-fig {
  margin-bottom: 2em;
}
.bl-values-item .-fig > span {
  display: block;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .bl-values-item .-fig {
    flex: 0 0 150px;
    margin-bottom: 0;
  }
}
.bl-values-item .-text {
  font-size: clamp(0.9333333333rem, 0.8333333333vw, 1.0666666667rem);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-values-item .-text {
    flex: 1 1 auto;
    padding-left: 1em;
    box-sizing: border-box;
  }
}

.el-service-name {
  margin: 0;
  font-size: clamp(2.1333333333rem, 2.1875vw, 2.8rem);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-service-name {
    font-size: 28px;
  }
}
.el-service-name-group {
  margin: 60px 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-service-name-group {
    margin-top: clamp(40px, 7.8125vw, 60px);
    margin-bottom: clamp(40px, 11.71875vw, 90px);
  }
}
.el-service-label {
  display: inline-block;
  margin-bottom: 0.75em;
  padding: 0.25em 1.5em;
  border-radius: 5px;
  font-size: clamp(0.9333333333rem, 1.0416666667vw, 1.3333333333rem);
  line-height: 1.8;
  border: 1px solid #333333;
}
@media screen and (max-width: 600px) {
  .el-service-label {
    padding: 0 1.25em;
    font-size: 13px;
  }
}

.bl-service {
  margin: 90px 0;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl-service {
    display: block;
    margin-top: clamp(40px, 11.71875vw, 90px);
    margin-bottom: clamp(40px, 11.71875vw, 90px);
  }
}
@media screen and (max-width: 768px) {
  .bl-service > .col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .bl-service-body {
    margin-bottom: 2em;
  }
}
.bl-service-body .-heading {
  margin: 0 0 1em;
  font-size: clamp(1.6rem, 1.5625vw, 2rem);
  line-height: 1.65;
  font-weight: 700;
}

.bl-panel {
  margin-right: calc(clamp(5px, 1.0416666667vw, 20px) * -1);
  margin-left: calc(clamp(5px, 1.0416666667vw, 20px) * -1);
}
.bl-panel > .col {
  padding-right: clamp(5px, 1.0416666667vw, 20px);
  padding-left: clamp(5px, 1.0416666667vw, 20px);
}
@media screen and (max-width: 768px) {
  .bl-panel > .col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .bl-panel > .col {
    width: 100%;
  }
}
.bl-panel-item {
  margin-top: clamp(5px, 1.0416666667vw, 20px);
  margin-bottom: clamp(5px, 1.0416666667vw, 20px);
}
.bl-panel-item > a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  padding: clamp(20px, 1.5625vw, 30px) 50px clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px);
  box-sizing: border-box;
  color: #fff;
}
.bl-panel-item > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  content: "";
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-panel-item > a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 1em;
  height: 1em;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/cover;
  content: "";
  transform: translateY(-50%);
}
.bl-panel-item > a:hover {
  text-decoration: none;
}
.bl-panel-item > a:hover::before {
  transform: scale(1.05);
}
.bl-panel-item.-bg-institution > a::before {
  background: #73bad4;
}
.bl-panel-item.-bg-issuer > a::before {
  background: #7397E8;
}
.bl-panel-item .-label {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0 0.5em;
  background: #fff;
  color: #333333;
  font-size: clamp(0.7333333333rem, 0.625vw, 0.8rem);
  line-height: 1.6;
  font-weight: 700;
}
.bl-panel-item .-desc {
  position: relative;
  margin: 0 0 0.25em;
  font-size: clamp(0.8666666667rem, 0.8333333333vw, 1.0666666667rem);
  line-height: 1.4;
  font-weight: 700;
}
.bl-panel-item .-name {
  position: relative;
  margin: 0;
  font-size: clamp(1.4666666667rem, 1.4583333333vw, 1.8666666667rem);
  line-height: 1.3;
  font-weight: 700;
}

.bl-department {
  margin-top: clamp(50px, 7.8125vw, 150px);
}
@media screen and (max-width: 600px) {
  .bl-department {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .bl-department > .col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .bl-department > .col {
    width: 100%;
  }
}
.bl-department-item {
  margin-bottom: 3.5em;
}
.bl-department-fig > span {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.bl-department-body {
  margin-top: 1.5em;
  padding: 0 1em;
}
.bl-department-body .-department {
  margin: 0 0 0.25em;
  color: #5575EC;
  font-size: clamp(1.4rem, 1.25vw, 1.6rem);
  line-height: 1.4;
}
.bl-department-body .-department-sub {
  margin: 0;
  color: #5575EC;
  font-size: clamp(1rem, 0.9375vw, 1.2rem);
  line-height: 1.4;
}

.bl-culture {
  margin-top: 5em;
  margin-bottom: 5em;
}
.bl-culture:last-child {
  margin-bottom: 0;
}
.bl-culture-item {
  margin-bottom: clamp(50px, 4.1666666667vw, 80px);
}
.bl-culture-fig {
  position: relative;
}
.bl-culture-fig .-fig {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.bl-culture-fig .-graph {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 35%;
  transform: translate(-50%, -50%);
}
.bl-culture-body {
  margin-top: 1.5em;
  padding: 0 1em;
}
.bl-culture-body .-title {
  margin: 0 0 0.5em;
  font-size: clamp(1.4rem, 1.5625vw, 2rem);
}

.bl-topics {
  --layout-max-w: max(800px, 41.6666666667vw);
  max-width: var(--layout-max-w);
  margin: 3em auto;
  padding: 40px;
  background: #F8F8F8;
  border-radius: 10px;
}
@media screen and (max-width: 600px) {
  .bl-topics {
    padding: 1.5em;
  }
}
.bl-topics-header {
  margin-bottom: 2.5em;
  padding-bottom: 2.5em;
  border-bottom: 1px solid #DFE2E6;
}
.bl-topics-header .-title {
  margin: 0.75em 0 0;
  font-size: clamp(2rem, 1.5625vw, 2rem);
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .bl-topics-header .-title {
    font-size: clamp(1.7333333333rem, 1.5625vw, 2rem);
  }
}
.bl-topics-header .-title-sub {
  display: inline-block;
  margin: 0;
  padding: 0.5em 1em;
  background: #2A52DD;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1.2rem, 0.9375vw, 1.2rem);
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .bl-topics-header .-title-sub {
    font-size: clamp(1.0666666667rem, 0.9375vw, 1.2rem);
  }
}
.bl-topics-header .-title-group {
  margin-bottom: 1em;
}
.bl-topics-body .-title {
  -webkit-margin-after: 1em;
  margin-block-end: 1em;
  color: #2A52DD;
  font-size: clamp(1.3333333333rem, 1.0416666667vw, 1.3333333333rem);
  font-weight: 700;
  line-height: 1.4;
}
.bl-topics .-topics-item {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 40px;
}
.bl-topics .-topics-item .-body *:first-child {
  -webkit-margin-before: var(--leading-trim);
  margin-block-start: var(--leading-trim);
}
.bl-topics .-topics-item .-figure img {
  max-width: 100%;
}

.bl-recognition {
  --_this-padding-block: 2em;
  --_this-padding-inline: 2.5em;
  display: grid;
  grid-template-columns: 2fr 1fr;
  margin-block: 1.5em;
  border-radius: var(--border-radius);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bl-recognition {
    --_this-padding-block: 1.5em;
    --_this-padding-inline: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .bl-recognition {
    display: block;
  }
}
.bl-recognition.-full {
  grid-template-columns: 1fr;
  padding: var(--_this-padding-block) var(--_this-padding-inline);
}
.bl-recognition.-bg {
  background-color: #F8F8F8;
}
.bl-recognition:first-child {
  margin-top: 0;
}
.bl-recognition:last-child {
  margin-bottom: 0;
}
.bl-recognition-fig {
  position: relative;
  box-sizing: border-box;
}
.bl-recognition-fig figure {
  display: grid;
  align-items: center;
  justify-content: center;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
  box-sizing: border-box;
}
.bl-recognition-fig img {
  max-width: 100%;
  height: auto;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 768px) {
  .bl-recognition-fig {
    width: 100%;
  }
  .bl-recognition-fig::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: calc(100% - var(--_this-padding-inline) * 2);
    height: 1px;
    background: #DFE2E6;
    transform: translateX(-50%);
    content: "";
  }
}
.bl-recognition-body {
  padding: var(--_this-padding-block) 0 var(--_this-padding-block) var(--_this-padding-inline);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .bl-recognition-body {
    margin-bottom: 2em;
    padding: var(--_this-padding-block) var(--_this-padding-block) 0 var(--_this-padding-block);
  }
}
.bl-recognition .-link {
  font-size: 0.85em;
}

.bl-welfare {
  margin-top: 75px;
  margin-bottom: 75px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-welfare {
    margin-top: clamp(40px, 9.765625vw, 75px);
    margin-bottom: clamp(40px, 9.765625vw, 75px);
  }
}
.bl-welfare:last-child {
  margin-bottom: 0;
}
.bl-welfare-item {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 2em 0;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .bl-welfare-item {
    display: block;
  }
}
.bl-welfare-item > dt {
  flex: 0 0 clamp(180px, 18.2291666667vw, 350px);
  margin: 0;
  padding: 0 clamp(10px, 2vw, 20px);
  font-size: clamp(1.2rem, 1.3541666667vw, 1.7333333333rem);
  font-weight: 700;
  box-sizing: border-box;
}
.bl-welfare-item > dd {
  flex: 1 1 auto;
  margin: 0;
  font-size: clamp(1rem, 0.8333333333vw, 1.0666666667rem);
}
@media screen and (max-width: 600px) {
  .bl-welfare-item > dd {
    padding: 0 clamp(10px, 2vw, 20px);
  }
}

.el-contact-heading {
  margin: 3em 0 1.5em;
  font-size: clamp(1.4rem, 1.3541666667vw, 1.7333333333rem);
  text-align: center;
}
.el-contact-heading:first-child {
  margin-top: 0;
}

.bl-contact {
  margin: 0 auto 1.5em;
  padding: 50px clamp(20px, 5.2083333333vw, 100px);
  background: #F4F6FE;
  border-radius: 10px;
  line-height: 1.75;
}
.bl-contact .el-mailaddress {
  color: #5575EC;
  font-size: clamp(1.3333333333rem, 1.3541666667vw, 1.7333333333rem);
  font-weight: 700;
  text-align: center;
}
.bl-contact .el-mailaddress::before {
  display: inline-block;
  width: 2.3076923077em;
  height: 1.9230769231em;
  margin-right: 1em;
  background: url(../images/icon/icon_email.svg) no-repeat center center/cover;
  vertical-align: middle;
  content: "";
}
.bl-contact-form > dt {
  position: relative;
  float: left;
  width: 15em;
  margin-bottom: 0.75em;
  font-weight: 700;
  box-sizing: border-box;
  clear: both;
}
@media screen and (max-width: 768px) {
  .bl-contact-form > dt {
    float: none;
    width: 100%;
  }
}
.bl-contact-form > dt > span {
  font-size: clamp(0.8rem, 0.625vw, 0.8rem);
}
.bl-contact-form > dt.item-required::after {
  display: inline-block;
  margin-left: 8px;
  padding: 0 5px;
  border-radius: 3px;
  background: #2A52DD;
  color: #fff;
  font-size: clamp(0.8rem, 0.625vw, 0.8rem);
  font-weight: bold;
  line-height: 1.6;
  content: "必須";
}
.bl-contact-form > dt:first-child {
  padding-top: 0;
}
.bl-contact-form > dt:first-child.item-required::after {
  top: 3px;
}
@media screen and (max-width: 768px) {
  .bl-contact-form > dt:first-child.item-required::after {
    top: 0;
  }
}
.bl-contact-form > dt:first-child + dd {
  padding-top: 0;
}
.bl-contact-form > dd {
  width: 100%;
  margin: 0 0 2em;
  padding: 0 0 20px 15em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-contact-form > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
    -moz-text-align-last: left;
    text-align-last: left;
  }
}
.bl-contact-form input[type=text],
.bl-contact-form input[type=tel],
.bl-contact-form input[type=email],
.bl-contact-form textarea {
  max-width: initial;
  padding: 0.75em;
}
.bl-contact-form input[type=text].el-zip {
  width: 5em;
}
.bl-contact .text-danger {
  color: red;
  font-size: clamp(0.8666666667rem, 0.6770833333vw, 0.8666666667rem);
}
.bl-contact-address {
  width: 100%;
  margin: 0;
}
.bl-contact-address > dt {
  margin: 5px 0;
  font-size: clamp(0.9333333333rem, 0.7291666667vw, 0.9333333333rem);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-contact-address > dt {
    margin-top: 8px;
    margin-bottom: 3px;
    font-size: clamp(0.8666666667rem, 0.6770833333vw, 0.8666666667rem);
  }
}
.bl-contact-address > dt:first-child {
  margin-top: 0;
}
.bl-contact-address > dd {
  margin: 0;
}
.bl-contact-btns {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .bl-contact-btns {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
}
.bl-contact-btns-item {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 600px) {
  .bl-contact-btns-item {
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-contact-recaptcha {
  margin-top: 4em;
  margin-bottom: 3em;
  font-size: 0.75em;
  text-align: center;
}
.bl-contact-recaptcha:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-contact-recaptcha {
    margin-top: 3em;
  }
}

span.wpcf7-list-item {
  margin-left: 0 !important;
  margin-bottom: 0.5em;
}

span.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

div.wpcf7-response-output {
  margin: 2em 0 1em !important;
  padding: 0 !important;
  border: none !important;
  text-align: center;
}
.invalid div.wpcf7-response-output, .unaccepted div.wpcf7-response-output {
  color: #ff0000;
}
.sent div.wpcf7-response-output {
  color: #2A52DD;
}

.wpcf7 .ajax-loader {
  margin-right: 0 !important;
}

.wpcf7-form-control.wpcf7-submit {
  margin-left: 48px;
}

.wpcf7-spinner {
  margin-right: 0 !important;
}

@media screen and (max-width: 600px) {
  input[type=submit].wpcf7-submit {
    width: 160px;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}
