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

.bl-edit-link-inner {
  width: 100%;
  max-width: max(78.5714285714vw, 1100px);
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}

.bl-edit-link, .ly-cta {
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 600px) {
  .bl-edit-link, .ly-cta {
    padding-right: 20px;
    padding-left: 20px;
  }
}

html,
body {
  width: 100%;
  background: #fff;
}

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

html {
  font-size: 1.0714285714vw;
}

body {
  font-size: clamp(15px, 1rem, 16.125px);
}
@media screen and (max-width: 600px) {
  body {
    font-size: clamp(15px, 1rem, 16.125px);
  }
}
.is-chgFw body {
  font-weight: 500;
}

a {
  color: rgb(51, 181, 101);
  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(38px, 2.5333333333rem, 40.85px);
  line-height: 1.75;
}

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

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

p {
  margin: 0 0 1.5em;
}

ul {
  padding-left: 0;
}

li {
  list-style: none outside none;
}

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

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

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

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

strong {
  font-weight: bold;
}

sup,
sub {
  font-size: clamp(10px, 0.6666666667rem, 10.75px);
}

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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./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(17.1428571429vw, 240px);
  padding: 0 1em;
  box-sizing: border-box;
  color: #FFF;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 3.6;
  font-weight: bold;
  text-align: center;
  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: rgb(51, 181, 101);
  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);
}
@media screen and (max-width: 768px) {
  .el-btn {
    max-width: clamp(140px, 12.1428571429vw, 170px);
    font-size: clamp(13px, 0.8666666667rem, 13.975px);
    line-height: 3;
  }
}
.el-btn.-sz-sm {
  max-width: max(7.8571428571vw, 110px);
  font-size: clamp(12px, 0.8rem, 12.9px);
  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(14.2857142857vw, 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: relative;
  display: inline-block;
  width: max(1vw, 14px);
  height: max(0.7857142857vw, 11px);
  margin-left: 0.5em;
  background: url(../images/icon/icon_window_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::after {
  position: relative;
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  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: 0.466em;
  height: 0.8em;
  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-btn.-c-wht {
  color: rgb(51, 181, 101);
}
.el-btn.-c-wht::before {
  background: #fff;
}
.el-btn.-c-wht.-icon-window::after {
  background-image: url(../images/icon/icon_window_cmain.svg);
}
.el-btn.-c-wht.-icon-arrow::after, .el-btn.-c-wht.-icon-arrow-btm::after {
  background-image: url(../images/icon/icon_arrow_cmain.svg);
}
.el-btn.-c-gry {
  color: #333333;
}
.el-btn.-c-gry::before {
  background: #F2F2F2;
}
.el-btn.-c-gry.-icon-window::after {
  background-image: url(../images/icon/icon_window.svg);
}
.el-btn.-c-gry.-icon-arrow::after, .el-btn.-c-gry.-icon-arrow-btm::after {
  background-image: url(../images/icon/icon_arrow.svg);
}
.el-btn.-style-bd {
  color: #333333;
}
.el-btn.-style-bd::before {
  border: 1px solid rgb(51, 181, 101);
  background: #fff;
}
.el-btn.-style-bd.-icon-arrow::after, .el-btn.-style-bd.-icon-arrow-btm::after {
  background-image: url(../images/icon/icon_arrow_cmain.svg);
}
.el-btn.-aligh-left {
  position: relative;
  padding-right: 2em;
  text-align: left;
}
.el-btn.-aligh-left:hover > span {
  transform: translateX(0.5em);
}
@media screen and (max-width: 768px) {
  .el-btn.-aligh-left:hover > span {
    transform: translateX(0);
  }
}
.el-btn.-aligh-left:hover::before {
  transform: scale(1);
}
.el-btn.-aligh-left.-icon-arrow::after {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-left: 0;
  transform: translateY(-50%);
}
.el-btn.-aligh-left.-icon-arrow:hover::after {
  transform: translateX(-0.5em) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .el-btn.-aligh-left.-icon-arrow:hover::after {
    transform: translateX(0) translateY(-50%);
  }
}
.el-btn.-aligh-left.-icon-arrow-btm::after {
  position: absolute;
  top: 50%;
  right: 1em;
  margin-left: 0;
  transform: translateY(-50%) rotate(90deg);
}
.el-btn.-aligh-left.-icon-arrow-btm:hover::after {
  transform: translateX(-0.5em) translateY(-50%) rotate(90deg);
}
.el-btn.is-disable {
  cursor: default;
}
.el-btn.is-disable::before {
  background: #ccc;
}
.el-btn.is-disable:hover::before {
  transform: scale(1);
}

.el-link {
  position: relative;
  display: inline-block;
  color: rgb(51, 181, 101);
  transition: color 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-link::before {
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  margin-right: 0.25em;
  background: url(../images/icon/icon_arrow_cmain.svg) no-repeat center center/contain;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-link.-arrow-after::before {
  display: none;
}
.el-link.-arrow-after::after {
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(../images/icon/icon_arrow_cmain.svg) no-repeat center center/contain;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-link.-icon-arrow-btm::after {
  transform: rotate(90deg);
}
.el-link.-c-txt {
  color: #333333;
}
.el-link.-c-txt::before {
  background-image: url(../images/icon/icon_arrow.svg);
}
.el-link.-c-txt.-arrow-after::after {
  background-image: url(../images/icon/icon_arrow.svg);
}

.el-heading {
  position: relative;
  margin: 3.5em 0 2em;
  font-size: clamp(24px, 2.5333333333rem, 40.85px);
  font-weight: bold;
  line-height: 1.75;
  font-feature-settings: "palt";
}
.el-heading:first-child {
  margin-top: 0;
}
.el-heading.-bd-btm {
  padding-bottom: 1.75em;
  border-bottom: 1px solid rgb(51, 181, 101);
}
@media screen and (max-width: 600px) {
  .el-heading.-bd-btm {
    padding-bottom: 1.25em;
  }
}
.el-heading-lv2 {
  position: relative;
  margin: 3.5em 0 1.5em;
  font-size: clamp(24px, 2.5333333333rem, 40.85px);
  line-height: 1.75;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 {
    font-size: 22px;
  }
}
.el-heading-lv2:first-child {
  margin-top: 0;
}
.el-heading-lv2.-sz-xxsm {
  font-size: clamp(20px, 1.6rem, 25.8px);
}
.el-heading-lv2.-sz-xsm {
  font-size: clamp(24px, 1.8666666667rem, 30.1px);
}
@media screen and (max-width: 768px) {
  .el-heading-lv2.-sz-xsm {
    font-size: clamp(22px, 1.6rem, 25.8px);
  }
}
@media screen and (max-width: 600px) {
  .el-heading-lv2.-sz-xsm {
    font-size: 20px;
  }
}
.el-heading-lv2.-sz-sm {
  font-size: clamp(20px, 2.1333333333rem, 34.4px);
}
.el-heading-lv2.-sz-md {
  font-size: clamp(28px, 2.6666666667rem, 43px);
}
.el-heading-lv2.-sz-lg {
  font-size: clamp(32px, 2.8rem, 45.15px);
}
.el-heading-lv2.-lh-2 {
  line-height: 2em;
}
.el-heading-lv2.-c-wht {
  color: #fff;
}
.el-heading-lv2.-c-main {
  color: rgb(51, 181, 101);
}
.el-heading-lv2.-bd-center {
  padding-bottom: 1em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2.-bd-center {
    margin: 2.5em 0 1.5em;
    line-height: 1.6;
  }
  .el-heading-lv2.-bd-center:first-child {
    margin-top: 0;
  }
}
.el-heading-lv2.-bd-center::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: max(2.2857142857vw, 32px);
  height: 1px;
  background: #333333;
  transform: translateX(-50%);
  content: "";
}
.el-heading-lv2.-bd-btm {
  padding-bottom: 1em;
}
.el-heading-lv2.-bd-btm::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(51, 181, 101);
  content: "";
}
.el-heading-lv2.-bdc-gry::after {
  background: #CCCCCC;
}
.el-heading-lv2 .-sub {
  display: inline-block;
  margin-left: 1em;
  font-size: clamp(15px, 1.3333333333rem, 21.5px);
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 .-sub {
    display: block;
    margin-left: 0;
  }
}
.el-heading-lv2 .-sub::before {
  display: inline-block;
  width: 1em;
  height: 1px;
  margin-right: 1em;
  background: #333333;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .el-heading-lv2 .-sub::before {
    display: none;
  }
}
.el-heading-lv3 {
  position: relative;
  margin: 2.5em 0 1.5em;
  box-sizing: border-box;
  font-feature-settings: "palt";
  font-size: clamp(18px, 1.3333333333rem, 21.5px);
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv3 {
    font-size: 18px;
  }
}
.el-heading-lv3:first-child {
  margin-top: 0;
}
.el-heading-lv3.-c-wht {
  color: #fff;
}
.el-heading-lv4 {
  margin: 2.5em 0 1.5em;
  font-size: clamp(16px, 1.2rem, 19.35px);
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .el-heading-lv4 {
    font-size: 16px;
  }
}
.el-heading-lv4:first-child {
  margin-top: 0;
}
.el-heading-link {
  margin: 3.5em 0 1.25em;
  font-size: clamp(24px, 2.2666666667rem, 36.55px);
}
@media screen and (max-width: 600px) {
  .el-heading-link {
    margin-bottom: 0.75em;
    font-size: 22px;
  }
}
.el-heading-link:first-child {
  margin-top: 0;
}
.el-heading-link > a,
.el-heading-link > span {
  display: inline-block;
  color: #333333;
}
.el-heading-link > a > span,
.el-heading-link > span > span {
  padding-bottom: 0.25em;
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-heading-link > a::after {
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(../images/icon/icon_arrow.svg) no-repeat center center/contain;
  content: "";
  vertical-align: middle;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(-0.1em);
}
.el-heading-link > a:hover {
  text-decoration: none;
}
.el-heading-link > a:hover > span {
  background-position: left bottom;
  background-size: 100% 1px;
}

.el-pageheading-jp {
  margin: 0;
  color: #fff;
  font-feature-settings: "palt";
  font-size: clamp(14px, 1.2rem, 19.35px);
  font-weight: bold;
  line-height: 1.75;
}
.el-pageheading-jp.-sz-lg {
  font-size: clamp(24px, 2rem, 32.25px);
}
@media screen and (max-width: 600px) {
  .el-pageheading-jp.-sz-lg {
    font-size: 22px;
  }
}
.el-pageheading-en {
  margin: 0 1em 0 0;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-feature-settings: "palt";
  font-size: clamp(24px, 1.8666666667rem, 30.1px);
  line-height: 1.15;
  font-weight: 500;
}
.el-pageheading-en.-sz-lg {
  font-size: clamp(48px, 4.1333333333rem, 66.65px);
}
@media screen and (max-width: 600px) {
  .el-pageheading-en.-sz-lg {
    font-size: 38px;
  }
}

.el-postheading {
  margin: 0 0 1em;
  color: #333333;
  font-size: clamp(22px, 1.8666666667rem, 30.1px);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-postheading {
    font-size: 20px;
  }
}
.el-postheading-lv2 {
  margin: 0 0 2em;
  color: #333333;
  font-size: clamp(22px, 1.8666666667rem, 30.1px);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .el-postheading-lv2 {
    font-size: 20px;
  }
}

.el-sectheading {
  position: relative;
  margin: 3.5em 0 1.5em;
  font-size: clamp(28px, 2.6666666667rem, 43px);
  line-height: 1.75;
  font-weight: bold;
}
.el-sectheading:first-child {
  margin-top: 0;
}
.el-sectheading .-sub {
  display: inline-block;
  margin-left: 1em;
  font-size: clamp(15px, 1.3333333333rem, 21.5px);
  font-weight: normal;
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .el-sectheading .-sub {
    display: block;
    margin-left: 0;
  }
}
.el-sectheading .-sub::before {
  display: inline-block;
  width: 1em;
  height: 1px;
  margin-right: 1em;
  background: #333333;
  content: "";
  vertical-align: middle;
}
@media screen and (max-width: 600px) {
  .el-sectheading .-sub::before {
    display: none;
  }
}

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

.el-caption {
  margin: 1.5em 0;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
}
.el-caption.indt {
  display: inline-block;
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

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

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

.el-strong {
  color: rgb(51, 181, 101);
  font-weight: normal;
}

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

.el-label,
.label-news {
  display: inline-block;
  min-width: max(5vw, 70px);
  margin: 0 20px 0 0;
  padding: 0 10px;
  border: 1px solid rgba(77, 77, 77, 0.8);
  box-sizing: border-box;
  color: #4D4D4D;
  font-size: clamp(11px, 0.8666666667rem, 13.975px);
  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: 13px;
  height: 13px;
  margin-left: 0.25em;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-popup:before {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_popup.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.el-icon-file-pdf:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-file-pdf--sm:before {
  width: 15px;
  height: 15px;
  margin-left: 3px;
  margin-right: 3px;
}
.el-icon-file-excel:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_excel.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.el-icon-arrow-circle {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.el-icon-arrow-circle:before {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: rgb(51, 181, 101);
  content: "";
}
.el-icon-arrow-circle:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  border-color: transparent transparent transparent #FFF;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: translateY(5px);
}

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

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

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

.grid4 {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .grid4 {
    display: block;
  }
}
.grid4 > .col {
  width: 25%;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .grid4 > .col {
    width: 100%;
  }
}
.grid4 > .col_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: min(-2.1428571429vw, -15px);
  margin-left: min(-2.1428571429vw, -15px);
}
.grid2.-dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid2 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid2 .col {
  padding-right: max(2.1428571429vw, 15px);
  padding-left: max(2.1428571429vw, 15px);
}
@media screen and (max-width: 600px) {
  .grid2 .col {
    padding-right: 0;
    padding-left: 0;
  }
}

.grid3 {
  margin-right: min(-1.4285714286vw, -15px);
  margin-left: min(-1.4285714286vw, -15px);
}
.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: max(1.4285714286vw, 15px);
  padding-left: max(1.4285714286vw, 15px);
}
@media screen and (max-width: 600px) {
  .grid3 .col,
  .grid3 .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid5 {
  margin-right: -1.4285714286vw;
  margin-left: -1.4285714286vw;
}
.grid5.-dir-r {
  flex-direction: row-reverse;
}
@media screen and (max-width: 600px) {
  .grid5 {
    margin-right: 0;
    margin-left: 0;
  }
}
.grid5 .col {
  padding-right: 1.4285714286vw;
  padding-left: 1.4285714286vw;
}
@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-column {
  display: flex;
  margin: 2em 0;
}
.bl-column.-dir-r {
  flex-direction: row-reverse;
}
.bl-column:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-column {
    display: block;
  }
}
.bl-column-main {
  flex-basis: max(43.5714285714vw, 610px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-column-main {
    padding-right: 0;
    margin-bottom: 1.5em;
    padding-left: 0;
  }
}
.bl-column-sub {
  flex-basis: max(22.1428571429vw, 310px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-column-sub {
    margin-bottom: 1.5em;
  }
}

.bl-row {
  display: flex;
  padding: 2.5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bl-row:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.bl-row.-bd-t {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 768px) {
  .bl-row {
    display: block;
  }
}
.bl-row-sub {
  flex: 0 0 27.8571428571vw;
  padding-right: 3em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-row-sub {
    margin-bottom: 2em;
    padding-left: 0;
  }
  .bl-row-sub:last-child {
    margin-bottom: 0;
  }
}
.bl-row-main {
  flex: 1 1 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-row-main {
    margin-bottom: 2em;
  }
  .bl-row-main:last-child {
    margin-bottom: 0;
  }
}

.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(15px, 1rem, 16.125px);
  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 #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  box-sizing: border-box;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  table th,
  table td {
    padding: 10px;
  }
}
table th {
  background: #F2F2F2;
  font-weight: bold;
}
table thead th {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
}
@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-row {
  margin: 1em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bl-dl-row > dt {
  float: left;
  width: clamp(9em, 9.2857142857vw, 15em);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  font-weight: bold;
  clear: both;
  box-sizing: border-box;
}
@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 rgba(0, 0, 0, 0.1);
  }
}
.bl-dl-row > dd {
  width: 100%;
  margin: 0;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: clamp(9em, 9.2857142857vw, 15em);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.bl-dl-row > dd.-bd-none {
  border-top: 0;
}
@media screen and (max-width: 600px) {
  .bl-dl-row > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-dl-row.-ly-lgr > dt {
  width: 27.8571428571vw;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-ly-lgr > dt {
    width: 100%;
    padding-bottom: 0;
  }
  .bl-dl-row.-ly-lgr > dt:first-child {
    border-top: none;
  }
}
.bl-dl-row.-ly-lgr > dd {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 27.8571428571vw;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-ly-lgr > dd {
    padding-top: 0;
    padding-left: 0;
  }
}
.bl-dl-row.-lh-sm {
  line-height: 1.75;
}
.bl-dl-row.-bd-none {
  border: none;
}
.bl-dl-row.-bd-none > dt {
  width: 5.5em;
  padding-top: 0;
  padding-bottom: 0.75em;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-bd-none > dt {
    width: 100%;
    padding-bottom: 0;
    border-top: none;
  }
}
.bl-dl-row.-bd-none > dd {
  padding-top: 0;
  padding-bottom: 0.75em;
  padding-left: 5.5em;
  border: none;
}
@media screen and (max-width: 600px) {
  .bl-dl-row.-bd-none > dd {
    padding-left: 0;
  }
}
.bl-dl-row-div {
  margin: 1em 0;
}
.bl-dl-row-div > div {
  display: flex;
}
.bl-dl-row-div > div:first-child > dt,
.bl-dl-row-div > div:first-child > dd {
  padding-top: 0;
}
.bl-dl-row-div > div > dt {
  flex: 0 0 15em;
  padding-top: 0.75em;
}
.bl-dl-row-div > div > dd {
  flex: 1 1 auto;
  margin: 0;
  padding-top: 0.75em;
}

.bl-list-disc {
  margin-top: 0;
  margin-bottom: 1.5em;
}
.bl-list-disc:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 1em;
}
.bl-list-disc > li:last-child {
  margin-bottom: 0;
}
.bl-list-disc > li:before {
  position: absolute;
  top: 1em;
  left: 1px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: #333333;
  border-radius: 50%;
  content: "";
}
.bl-list-disc.-inline {
  letter-spacing: -0.4em;
}
.bl-list-disc.-inline > 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 > li {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 2em;
  counter-increment: num;
}
.bl-list-num > li:last-child {
  margin-bottom: 0;
}
.bl-list-num > li:before {
  top: 15px;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  display: block;
  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) ")";
}

.-li-mb0 > li {
  margin-bottom: 0;
}

.-ctr-upr-alpha > li::before {
  content: counter(num_lv2, upper-alpha) " )";
}

.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-card.-bd-btm {
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: 1px solid #d8d8d8;
}
.bl-card-item {
  box-sizing: border-box;
  font-size: clamp(15px, 1rem, 16.125px);
}
@media screen and (max-width: 600px) {
  .bl-card-item {
    margin-bottom: 2em;
  }
}
.bl-card-item > a {
  display: block;
  box-sizing: border-box;
  color: #333333;
}
.bl-card-item > a:hover {
  text-decoration: none;
}
.bl-card-item > a:hover .bl-card-fig > span {
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .bl-card-item > a:hover .bl-card-fig > span {
    transform: scale(1);
  }
}
.bl-card-item > a[href$=".pdf"] .bl-card-title {
  position: relative;
  padding-left: 2.25em;
}
.bl-card-item > a[href$=".pdf"] .bl-card-title:after {
  position: absolute;
  top: 0.375em;
  left: 0;
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
}
.bl-card-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 55.88%;
  overflow: hidden;
  background: #fff no-repeat center center/cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-card-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.detail-service-article .bl-card-fig > span img, .detail-format .bl-card-fig > span img {
  width: 100%;
  height: auto;
}
.bl-card-body {
  margin-top: 1.25em;
  position: relative;
  box-sizing: border-box;
}
.bl-card-body.-p-lr-1em {
  padding-right: max(1.0714285714vw, 1em);
  padding-left: max(1.0714285714vw, 1em);
}
.bl-card-title {
  margin: 0;
  color: #333333;
  font-size: clamp(15px, 1rem, 16.125px);
  font-weight: bold;
  line-height: 1.6;
}
.detail-service-article .bl-card-title, .detail-format .bl-card-title {
  margin: 0;
  padding-bottom: 0;
  border: none;
  color: #333333;
  font-size: clamp(15px, 1rem, 16.125px);
  font-weight: bold;
  line-height: 1.6;
}
.bl-card-text {
  margin: 0;
}
.bl-card-meta {
  margin-top: 0.25em;
  line-height: 1.6;
}
.bl-card-meta time {
  display: inline-block;
  margin-right: 0.5em;
  color: #b3b3b3;
  font-weight: bold;
}
.bl-card-meta time:last-child {
  margin-right: 0;
}
.bl-card-meta time.-created::before {
  display: inline-block;
  width: clamp(15px, 1.0714285714vw, 1em);
  height: clamp(15px, 1.0714285714vw, 1em);
  margin-right: 0.25em;
  background: url(../images/icon/icon_created.svg) no-repeat center center/cover;
  transform: translateY(0.15em);
  content: "";
}
.bl-card-meta time.-updated::before {
  display: inline-block;
  width: clamp(15px, 1.0714285714vw, 1em);
  height: clamp(15px, 1.0714285714vw, 1em);
  margin-right: 0.25em;
  background: url(../images/icon/icon_updated.svg) no-repeat center center/cover;
  transform: translateY(0.15em);
  content: "";
}

.bl-box {
  margin: 2em 0;
  padding: 30px 35px;
  background: #F2F2F2;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box {
    margin-top: 2em;
    margin-bottom: 2em;
    padding: 20px;
  }
}
.bl-box > p {
  margin: 0 0 1em;
}
.bl-box > p:last-child {
  margin-bottom: 0;
}
.bl-box img {
  max-width: 100%;
  height: auto;
}
.bl-box.-p-lgr {
  padding: 40px 45px;
}
@media screen and (max-width: 600px) {
  .bl-box.-p-lgr {
    padding: 20px;
  }
}
.bl-box.-h-100\% {
  height: 100%;
}
.bl-box-browse-item {
  margin-bottom: 3em;
}
@media screen and (max-width: 960px) {
  .bl-box-browse-item {
    margin-bottom: 2em;
  }
}
.bl-box-browse-item .-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 3em 3.5em;
  background: #F2F2F2;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-box-browse-item .-item {
    padding: 2.25em;
  }
}
.bl-box-browse-item .-item p:last-child {
  margin-bottom: 0;
}
.bl-box-browse-item .-item.-jc-sb {
  justify-content: space-between;
}

.bl-fig img {
  max-width: 100%;
}
.bl-fig-caption {
  margin-top: 10px;
}

.bl-media-list {
  position: relative;
  margin: 0 min(-2.1428571429vw, -20px);
}
@media screen and (max-width: 600px) {
  .bl-media-list {
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-media-list > .col {
  padding-right: max(2.1428571429vw, 20px);
  padding-left: max(2.1428571429vw, 20px);
}
@media screen and (max-width: 600px) {
  .bl-media-list > .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-media-list-item {
  margin-bottom: 3em;
}
@media screen and (max-width: 600px) {
  .bl-media-list-item {
    margin-bottom: 2em;
  }
}
.bl-media-list .-name {
  margin: 0 0 0.5em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-media-list .-name {
    font-size: 16px;
  }
}
.bl-media-list .-name > a[target=_blank]::after {
  position: relative;
  display: inline-block;
  width: 0.55em;
  height: 0.5em;
  margin-left: 0.4em;
  background: url(../images/icon/icon_window_cmain.svg) no-repeat center center/contain;
  content: "";
  vertical-align: middle;
  z-index: 1;
}
.bl-media-list .-text {
  margin-bottom: 0.75em;
}
.bl-media-list .-text:last-child {
  margin-bottom: 0;
}

.bl-ifrm-yt {
  position: relative;
}
.bl-ifrm-yt iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.bl-ifrm-yt::before, .bl-ifrm-yt::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.bl-ifrm-yt::before {
  width: 1px;
  height: 100%;
}
.bl-ifrm-yt::after {
  width: 100%;
  height: 1px;
}
.bl-ifrm-yt > span::before, .bl-ifrm-yt > span::after {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  content: "";
}
.bl-ifrm-yt > span::before {
  width: 1px;
  height: 100%;
}
.bl-ifrm-yt > span::after {
  width: 100%;
  height: 1px;
}

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] {
  width: 200px;
  padding: 15px;
  background: rgb(51, 181, 101);
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  font-size: clamp(17px, 1.1333333333rem, 18.275px);
  cursor: pointer;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
input[type=submit]:hover {
  opacity: 0.5;
}
input[type=submit].t-size-full {
  width: 100%;
}
input[type=submit][disabled] {
  background: #cccccc;
  cursor: pointer !important;
}
input[type=submit][disabled]:hover {
  opacity: 1;
}

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

.type-radio label {
  display: block;
  margin-right: 1.5em;
  line-height: 1.75;
}
.type-radio label:hover {
  cursor: pointer;
}
.type-radio label > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}
.type-radio label > span:before {
  position: absolute;
  top: 0.875em;
  left: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #FFF;
  border: 1px solid #808080;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%);
  content: "";
}
.type-radio label input[type=radio] {
  display: none;
}
.type-radio label input[type=radio] + span:after {
  position: absolute;
  top: 0.875em;
  left: 0.625em;
  display: none;
  width: 0.7em;
  height: 0.7em;
  background: rgb(51, 181, 101);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.type-radio label 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: rgb(51, 181, 101);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  content: "";
}
.type-radio label input[type=radio]:checked + span:after {
  display: block;
}
.type-radio label 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;
}
.type-check label,
label span[class^="wpcf7-form-control wpcf7-acceptance"] {
  display: inline-block;
  margin-right: 1.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 600px) {
  .type-check label,
  label span[class^="wpcf7-form-control wpcf7-acceptance"] {
    margin-right: 1.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
  }
}
.type-check label > span,
label span[class^="wpcf7-form-control wpcf7-acceptance"] > span {
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
  color: #333333;
  font-weight: bold;
}
.type-check label > span:before,
label span[class^="wpcf7-form-control wpcf7-acceptance"] > span:before {
  position: absolute;
  top: 0.25em;
  left: 0;
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-color: #FFf;
  border: 1px solid #808080;
  border-radius: clamp(3px, 0.2142857143vw, 4px);
  box-sizing: border-box;
  content: "";
}
.type-check label input[type=checkbox],
label span[class^="wpcf7-form-control wpcf7-acceptance"] input[type=checkbox] {
  display: none;
}
.type-check label input[type=checkbox]:checked + span:after,
label 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.2142857143vw, 4px) solid rgb(51, 181, 101);
  border-bottom: clamp(3px, 0.2142857143vw, 4px) solid rgb(51, 181, 101);
  content: "";
  box-sizing: border-box;
  transform: rotate(45deg);
}
.type-check label:hover {
  cursor: pointer;
}
label span[class^="wpcf7-form-control wpcf7-acceptance"] label:hover {
  cursor: pointer;
}
.type-btn label {
  display: inline-block;
  margin-right: 0.75em;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 600px) {
  .type-btn label {
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    font-size: 14px;
  }
}
.type-btn label:hover {
  cursor: pointer;
}
.type-btn label > span {
  position: relative;
  display: inline-block;
  padding: 0 0.75em;
  background: #fefefe;
  color: #4D4D4D;
  font-weight: bold;
  border-radius: max(0.2857142857vw, 4px);
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.type-btn label input[type=checkbox],
.type-btn label input[type=radio] {
  display: none;
}
.type-btn label input[type=checkbox]:checked + span,
.type-btn label input[type=radio]:checked + span {
  background: rgb(51, 181, 101);
  color: #fefefe;
}
.type-btn.-c-gry label > span {
  background: #E6E6E6;
}

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

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

.bl-sitesearch {
  position: relative;
  width: 100%;
  font-size: clamp(15px, 1.0666666667rem, 17.2px);
}
.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: #F2F2F2;
  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: #F2F2F2;
  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: rgb(51, 181, 101);
}

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

@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 {
  display: block;
  margin: 0 0 0 40px;
  height: 100px;
  box-sizing: border-box;
  font-size: 0.9333333333rem;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .el-logo {
    height: 50px;
    margin-left: 20px;
  }
}
.el-logo-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
}
.el-logo-inner > a {
  position: relative;
  display: block;
  width: 158px;
  height: 60px;
  overflow: hidden;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .el-logo-inner > a {
    width: 80px;
    height: 30.3797468354px;
  }
}
.el-logo-inner > a > span {
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-logo-inner > a img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.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: 100px;
  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-scrolled .ly-header {
  background: white;
}
.ly-header::before {
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
  content: "";
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ly-header {
  box-shadow: none;
}
.is-nav-open .ly-header {
  height: 100vh;
}
.is-nav-open .ly-header::before {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 600px) {
  .ly-header {
    height: 50px;
  }
}
.ly-header-inner {
  position: relative;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-header-inner {
    height: 50px;
  }
}

.bl-header {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .bl-header {
    display: block;
  }
}
.bl-header-nav {
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .bl-header-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
}
.is-nav-open.is-nav-shown .bl-header-nav {
  opacity: 1;
  visibility: visible;
}
.bl-header-nav-inner {
  display: flex;
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .bl-header-nav-inner {
    display: none;
    width: 100%;
    height: auto;
  }
  .is-nav-open .bl-header-nav-inner {
    display: block;
  }
}
.bl-header-nav-inner .-main {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  margin-right: 1.75em;
  box-sizing: border-box;
  z-index: 5001;
}
@media screen and (max-width: 1080px) {
  .bl-header-nav-inner .-main {
    display: none;
    height: auto;
    margin-top: 100px;
    margin-right: 0;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
  .is-nav-open .bl-header-nav-inner .-main {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .bl-header-nav-inner .-main {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1080px) {
  .bl-header-nav-inner .-sub {
    display: none;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
  }
}
.is-nav-open .bl-header-nav-inner .-sub {
  display: block;
}

.btn-gnav {
  height: 100%;
}
@media screen and (max-width: 1080px) {
  .btn-gnav {
    height: auto;
  }
}
.btn-gnav > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 1.5em;
  box-sizing: border-box;
  background: rgb(51, 181, 101);
  color: #fff;
  font-weight: bold;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .btn-gnav > a {
    max-width: max(42.8571428571vw, 600px);
    height: auto;
    margin: 0 auto;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    border-radius: 5px;
  }
}
.btn-gnav > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1080px) {
  .btn-gnav > a:hover {
    opacity: 1;
  }
}
.btn-gnav > a.-icon-window::after {
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-left: 0.3em;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/contain;
  content: "";
  opacity: 0.75;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}

.bl-gnav {
  display: flex;
  margin: 0;
  color: #333333;
  font-size: 14px;
  line-height: 1.2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .bl-gnav {
    display: block;
    max-width: max(42.8571428571vw, 600px);
    margin: 0 auto;
  }
}
.bl-gnav-item {
  display: block;
  margin-left: 35px;
  padding-bottom: 25px;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item {
    margin-left: 0;
    padding: 0;
    border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  }
}
.bl-gnav-item > a {
  position: relative;
  display: block;
  box-sizing: border-box;
  color: #333333;
  font-weight: bold;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item > a {
    color: #333333;
    padding: 1em 0;
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-item > a {
    font-size: 16px;
  }
}
.bl-gnav-item > a > span {
  display: block;
}
.bl-gnav-item > a:hover {
  color: rgb(51, 181, 101);
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item > a:hover {
    color: #333333;
  }
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item.has-child > a::before {
    position: absolute;
    top: 50%;
    right: 6px;
    display: block;
    width: 1px;
    height: 14px;
    background: rgb(51, 181, 101);
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    content: "";
    transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .bl-gnav-item.has-child > a::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 14px;
    height: 1px;
    background: rgb(51, 181, 101);
    box-sizing: border-box;
    transform: translateY(-50%);
    content: "";
    transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item.has-child > a.is-active::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .bl-gnav-item.has-child > a.is-active::after {
    transform: translateY(-50%) rotate(45deg);
  }
}
.bl-gnav-item.is-nav-active > a > span:before, .bl-gnav-item.is-current > a > span:before {
  transform: scaleX(1);
  transform-origin: top left;
}
.bl-gnav-item.item-search {
  width: 15px;
  height: 15px;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-item.item-search {
    width: auto;
    height: auto;
    border: none;
  }
  .bl-gnav-item.item-search > a {
    display: none;
  }
}
.bl-gnav-form {
  padding-top: max(7.1428571429vw, 100px);
  padding-bottom: max(7.1428571429vw, 100px);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-form {
    padding-top: 1.5em;
    padding-bottom: 0;
  }
}
.bl-gnav-form-inner {
  max-width: max(57.1428571429vw, 800px);
  margin: 0 auto;
}
.bl-gnav-utility {
  display: flex;
  align-items: center;
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-utility {
    flex-direction: column;
    align-items: start;
    max-width: max(42.8571428571vw, 600px);
    margin: 2em auto 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-utility {
    font-size: 13px;
  }
}
.bl-gnav-utility-item {
  position: relative;
  margin-left: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.bl-gnav-utility-item.-featured {
  pointer-events: none;
}
.bl-gnav-utility-item.-featured::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(51, 181, 101);
  transform-origin: left top;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  content: "";
}
.bl-gnav-utility-item.-featured:hover::after {
  transform-origin: right top;
  transform: scaleX(0);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-utility-item.-featured:hover::after {
    transform: scaleY(1);
  }
}
.bl-gnav-utility-item.-featured > a {
  pointer-events: auto;
}
.bl-gnav-utility-item:last-child {
  margin-left: 0;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-utility-item {
    margin-left: 0;
    margin-bottom: 1em;
  }
}
.bl-gnav-utility-item > a {
  color: #333333;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnav-utility-item > a:hover {
  opacity: 0.5;
  text-decoration: none;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-utility-item > a:hover {
    opacity: 1;
  }
}
.bl-gnav-utility-item > a.-icon-window::after {
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-left: 0.5em;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  opacity: 0.5;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnav-sns {
  position: relative;
  display: flex;
  margin: 0 0 0 25px;
  padding-left: 25px;
  font-size: 16px;
  line-height: 1.2;
}
.bl-gnav-sns::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 110%;
  background: #B3B3B3;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .bl-gnav-sns {
    margin-top: 2em;
    margin-left: 0;
    padding-left: 0;
  }
  .bl-gnav-sns::before {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-sns {
    font-size: 15px;
  }
}
.bl-gnav-sns-item {
  height: 18px;
  margin-left: 18px;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-sns-item {
    height: 28px;
    margin-left: 24px;
  }
}
@media screen and (max-width: 600px) {
  .bl-gnav-sns-item {
    height: 22px;
    margin-left: 22px;
  }
}
.bl-gnav-sns-item > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-gnav-sns-item > a img {
  width: auto;
  height: 100%;
}
.bl-gnav-sns-item > a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media screen and (max-width: 1080px) {
  .bl-gnav-sns-item > a:hover {
    opacity: 1;
  }
}
.bl-gnav-sns-item:first-child {
  margin-left: 0;
}

.ly-megamenu {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100vw;
  padding-right: 40px;
  padding-left: 40px;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .ly-megamenu {
    position: static;
    display: none;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 1em;
    opacity: 1;
    visibility: visible;
  }
  .item-search .ly-megamenu {
    display: block;
    padding-bottom: 0;
  }
}
.is-nav-active .ly-megamenu {
  opacity: 1;
  visibility: visible;
}
.ly-megamenu-inner {
  position: relative;
  width: 100%;
  max-width: max(74.2857142857vw, 1040px);
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 1080px) {
  .ly-megamenu-inner {
    max-width: initial;
  }
}
.ly-megamenu.-bg-search {
  background: none;
}

.bl-mm {
  display: flex;
}
@media screen and (max-width: 1080px) {
  .bl-mm {
    display: block;
  }
}
.bl-mm-header {
  flex: 0 0 clamp(270px, 25vw, 500px);
  padding-top: 5vw;
  padding-bottom: 5vw;
  box-sizing: border-box;
  color: #fff;
  opacity: 0;
  transform: translateY(0.25em);
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .bl-mm-header {
    display: none;
  }
}
.bl-mm-header .-btn {
  margin-top: 6.4285714286vw;
}
.mm-service .bl-mm-header {
  flex-basis: clamp(500px, 49.2857142857vw, 800px);
  display: flex;
}
@media screen and (max-width: 1080px) {
  .mm-service .bl-mm-header {
    display: none;
  }
}
.bl-mm-header .-header {
  flex: 1 1 auto;
  padding-right: 40px;
  box-sizing: border-box;
}
.bl-mm-header .-outline {
  flex: 0 0 25.7142857143vw;
  padding-right: 40px;
  box-sizing: border-box;
}
.bl-mm-header .-outline .-lead {
  font-size: clamp(14px, 1.0666666667rem, 17.2px);
  line-height: 1.75;
  font-weight: bold;
}
.is-nav-active .bl-mm-header {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.bl-mm-body {
  position: relative;
  flex: 1 1 auto;
  padding-top: 5vw;
  padding-left: 4.2857142857vw;
  padding-bottom: 5vw;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (max-width: 1080px) {
  .bl-mm-body {
    padding: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-mm-body {
    font-size: 14px;
  }
}
.bl-mm-body::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 75vw;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: "";
  z-index: 0;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left top;
  transition: all 0.5s cubic-bezier(0.17, 0.75, 0.45, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1080px) {
  .bl-mm-body::before {
    display: none;
  }
}
.is-nav-active .bl-mm-body::before {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.7s;
}
.bl-mm-list {
  position: relative;
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 2.5em;
  column-gap: 2.5em;
  margin: 0;
  z-index: 1;
  opacity: 0;
  transform: translateY(0.25em);
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .bl-mm-list {
    -moz-columns: auto;
    columns: auto;
    opacity: 1;
  }
}
.is-nav-active .bl-mm-list {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.mm-service .bl-mm-list {
  -moz-columns: auto;
  columns: auto;
  -moz-column-gap: normal;
  column-gap: normal;
}
.bl-mm-list > li {
  margin-bottom: 1.25em;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .bl-mm-list > li {
    margin-bottom: 0;
  }
}
.bl-mm-list > li > a,
.bl-mm-list > li > span {
  display: block;
  padding: 1em 2em 1em 1.25em;
  background: #fff;
  color: #333333;
}
@media screen and (max-width: 1080px) {
  .bl-mm-list > li > a,
  .bl-mm-list > li > span {
    padding: 0.5em 0;
    color: #333333;
    background: transparent;
  }
}
.bl-mm-list > li > a {
  position: relative;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-mm-list > li > a::after {
  position: absolute;
  top: 50%;
  right: 1.0714285714vw;
  display: block;
  width: 0.466em;
  height: 0.8em;
  background: url(../images/icon/icon_arrow_cmain.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);
}
@media screen and (max-width: 1080px) {
  .bl-mm-list > li > a::after {
    background-image: url(../images/icon/icon_arrow.svg);
  }
}
.bl-mm-list > li > a:hover {
  background: rgb(51, 181, 101);
  color: #fff;
  text-decoration: none;
}
.bl-mm-list > li > a:hover::after {
  background-image: url(../images/icon/icon_arrow_w.svg);
  transform: translate(70%, -50%);
}
@media screen and (max-width: 1080px) {
  .bl-mm-list > li > a:hover {
    background: transparent;
    color: #333333;
  }
  .bl-mm-list > li > a:hover::after {
    background-image: url(../images/icon/icon_arrow.svg);
    transform: translateY(-50%);
  }
}
.bl-mm-list > li.-display-sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .bl-mm-list > li.-display-sp {
    display: block;
  }
}
.bl-mm-list-lv2 {
  font-size: 15px;
  font-weight: normal;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.bl-mm-list-lv2 > li {
  border-top: 1px solid #F2F2F2;
  box-sizing: border-box;
}
@media screen and (max-width: 1080px) {
  .bl-mm-list-lv2 > li {
    border-top: none;
  }
}
.bl-mm-list-lv2 > li > a {
  position: relative;
  display: block;
  padding: 0.75em 2em 0.75em 2.25em;
  background: #fff;
  color: #333333;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 1080px) {
  .bl-mm-list-lv2 > li > a {
    padding: 0.25em 0 0.25em 2em;
    background: transparent;
    color: #333333;
    font-weight: bold;
  }
}
.bl-mm-list-lv2 > li > a::after {
  position: absolute;
  top: 50%;
  right: 1.0714285714vw;
  display: block;
  width: 0.466em;
  height: 0.8em;
  background: url(../images/icon/icon_arrow_cmain.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);
}
@media screen and (max-width: 1080px) {
  .bl-mm-list-lv2 > li > a::after {
    background-image: url(../images/icon/icon_arrow.svg);
  }
}
.bl-mm-list-lv2 > li > a:hover {
  background: rgb(51, 181, 101);
  color: #fff;
  text-decoration: none;
}
.bl-mm-list-lv2 > li > a:hover::after {
  background-image: url(../images/icon/icon_arrow_w.svg);
  transform: translate(70%, -50%);
}
@media screen and (max-width: 1080px) {
  .bl-mm-list-lv2 > li > a:hover {
    background: transparent;
    color: #333333;
  }
  .bl-mm-list-lv2 > li > a:hover::after {
    background-image: url(../images/icon/icon_arrow.svg);
    transform: translateY(-50%);
  }
}
.bl-mm-domain {
  margin: 2em 0 0;
}
.bl-mm-domain-item {
  position: relative;
  margin-bottom: 2em;
  padding-left: 1em;
}
.bl-mm-domain-item:last-child {
  margin-bottom: 0;
}
.bl-mm-domain-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 2px;
  height: 100%;
  background: rgb(51, 181, 101);
  content: "";
}
.bl-mm-domain-item .-jp {
  display: block;
  font-size: clamp(10px, 0.8666666667rem, 13.975px);
}
.bl-mm-domain-item .-en {
  display: block;
  margin-top: 0.15em;
  font-size: clamp(18px, 1.3333333333rem, 21.5px);
  font-weight: bold;
}

.el-mm-heading-en {
  font-family: "Roboto", sans-serif;
  font-size: clamp(32px, 2.6666666667rem, 50px);
  font-weight: 500;
}
.el-mm-heading-jp {
  margin-top: 0.25em;
  font-size: clamp(16px, 1.0666666667rem, 20px);
  font-weight: bold;
}

.ol {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 100px);
  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-megamenu-open .ol {
  opacity: 1;
  visibility: visible;
}
.ol-inner {
  position: relative;
  height: 0;
  background: #666;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
  overflow: hidden;
}
.ol-inner .-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: calc(100vh - 100px);
  opacity: 0;
  background: #CCC no-repeat top left;
  background-size: 100% auto;
  transition: all 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.is-megamenu-open .ol-inner .-bg {
  opacity: 1;
  transition-delay: 0.4s;
}

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

.ly-cta {
  position: relative;
  background: #CCC url(../images/bg_cta.jpg) no-repeat center center/cover;
  box-sizing: border-box;
  overflow: hidden;
}
.ly-cta-inner {
  position: relative;
  padding-top: 7em;
  padding-bottom: 7em;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .ly-cta-inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.bl-cta-heading {
  position: relative;
  text-align: center;
}
.bl-cta-btn {
  margin-top: 3em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-cta-btn {
    margin-top: 2em;
  }
}

.el-cta-heading {
  margin-bottom: 1em;
}
.el-cta-heading-en {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: clamp(42px, 2.9333333333rem, 47.3px);
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .el-cta-heading-en {
    font-size: clamp(36px, 2.8rem, 45.15px);
  }
}
.el-cta-heading-jp {
  margin: 0;
  color: #fff;
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
  font-weight: bold;
}

.el-cta-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: clamp(300px, 25.7142857143vw, 450px);
  padding: 1em;
  box-sizing: border-box;
  color: #fff;
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 2;
  font-weight: bold;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 768px) {
  .el-cta-btn {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 600px) {
  .el-cta-btn {
    font-size: 16px;
  }
}
.el-cta-btn::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #FFF;
  box-sizing: border-box;
  content: "";
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-cta-btn > span {
  position: relative;
  z-index: 1;
}
.el-cta-btn:hover {
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .el-cta-btn:hover {
    color: #fff;
  }
}
.el-cta-btn:hover::before {
  background: #fff;
  transform: scale(1.075);
}
@media screen and (max-width: 768px) {
  .el-cta-btn:hover::before {
    background: none;
    transform: scale(1);
  }
}

.bl-pagetop {
  padding-top: max(1.7857142857vw, 25px);
  font-size: clamp(12px, 0.8rem, 12.9px);
  text-align: right;
}
@media screen and (max-width: 600px) {
  .bl-pagetop {
    padding-top: 15px;
  }
}
.bl-pagetop > a {
  position: relative;
  display: inline-block;
  color: #fff;
}
.bl-pagetop > a::after {
  position: relative;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  margin-left: 1em;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  content: "";
  transform: translateY(30%) rotate(-45deg);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-pagetop > a:hover::after {
  transform: translateY(-20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .bl-pagetop > a:hover::after {
    transform: translateY(30%) rotate(-45deg);
  }
}

.ly-footer {
  position: relative;
  background: #383838;
  color: #fff;
  padding-right: max(2.8571428571vw, 40px);
  padding-left: max(2.8571428571vw, 40px);
}
@media screen and (max-width: 600px) {
  .ly-footer {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.ly-footer-inner {
  position: relative;
  max-width: max(70vw, 980px);
  margin: 0 auto;
  padding-top: max(2.8571428571vw, 40px);
  padding-bottom: max(2.8571428571vw, 40px);
}
@media screen and (max-width: 600px) {
  .ly-footer-inner {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.el-logo-f > a {
  display: block;
  width: 184px;
  height: 32px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .el-logo-f > a {
    width: 160px;
    height: 27.8260869565px;
  }
}
.el-logo-f > a > img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.el-logo-f-txt {
  margin-left: 2em;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
.el-logo-f-group {
  display: flex;
  align-items: center;
}

.bl-fnav {
  display: flex;
  justify-content: space-between;
  margin: 0 0 3em;
  font-size: clamp(15px, 1rem, 16.125px);
}
@media screen and (max-width: 768px) {
  .bl-fnav {
    display: block;
  }
}
.bl-fnav-item {
  position: relative;
  padding-right: max(1.4285714286vw, 10px);
  padding-left: max(1.4285714286vw, 10px);
}
@media screen and (max-width: 768px) {
  .bl-fnav-item {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-fnav-item:first-child {
  padding-left: 0;
}
.bl-fnav-item:first-child::before {
  display: none;
}
.bl-fnav-item:last-child {
  padding-right: 0;
}
.bl-fnav-list {
  margin: 0;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.bl-fnav-list > dt {
  margin: 0 0 0.5em;
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dt {
    margin-bottom: 0;
  }
}
.bl-fnav-list > dt > a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dt > a {
    position: relative;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  .bl-fnav-list > dt > a::before {
    position: absolute;
    top: 50%;
    right: 9px;
    display: block;
    width: 1px;
    height: 10px;
    background: #666;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    content: "";
    transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
  .bl-fnav-list > dt > a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    display: block;
    width: 10px;
    height: 1px;
    background: #666;
    box-sizing: border-box;
    transform: translateY(-50%);
    content: "";
    transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  }
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dt > a:hover {
    text-decoration: none;
  }
}
@media screen and (max-width: 1080px) {
  .bl-fnav-list > dt.is-active > a::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .bl-fnav-list > dt.is-active > a::after {
    transform: translateY(-50%) rotate(45deg);
  }
}
.bl-fnav-list > dd {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dd {
    display: none;
  }
}
.bl-fnav-list > dd .-list {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dd .-list {
    margin-bottom: 0.5em;
  }
}
.bl-fnav-list > dd .-list > li {
  margin: 0 0 0.25em;
  padding: 0;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
}
.bl-fnav-list > dd .-list > li.-display-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dd .-list > li.-display-sp {
    display: block;
  }
}
.bl-fnav-list > dd .-list > li > a,
.bl-fnav-list > dd .-list > li > span {
  color: #ccc;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dd .-list > li > a:hover,
  .bl-fnav-list > dd .-list > li > span:hover {
    text-decoration: none;
  }
}
.bl-fnav-list > dd .-list-lv2 {
  margin: 0.25em 0 0;
}
.bl-fnav-list > dd .-list-lv2 > li {
  position: relative;
  margin: 0 0 0.25em;
  padding: 0 0 0 1em;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
}
.bl-fnav-list > dd .-list-lv2 > li::before {
  position: absolute;
  top: 0.875em;
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #b3b3b3;
  content: "";
}
.bl-fnav-list > dd .-list-lv2 > li > a,
.bl-fnav-list > dd .-list-lv2 > li > span {
  color: #b3b3b3;
}
@media screen and (max-width: 768px) {
  .bl-fnav-list > dd .-list-lv2 > li > a:hover,
  .bl-fnav-list > dd .-list-lv2 > li > span:hover {
    text-decoration: none;
  }
}
.bl-fnav-utility {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 1em 0;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .bl-fnav-utility {
    justify-content: flex-start;
    font-size: 12px;
  }
}
.bl-fnav-utility-item {
  margin-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .bl-fnav-utility-item {
    margin-left: 0;
    margin-right: 1.5em;
  }
}
.bl-fnav-utility-item > a {
  color: #fff;
}
.bl-fnav-utility-item > a.-icon-window::after {
  display: inline-block;
  width: max(0.8571428571vw, 12px);
  height: max(0.8571428571vw, 12px);
  margin-left: 0.25em;
  background: url(../images/icon/icon_window_w.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
  opacity: 0.7;
}

.bl-footer-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid #666;
}
.bl-footer-sns {
  display: flex;
  margin: 0;
}
.bl-footer-sns-item {
  height: 20px;
  margin-left: 18px;
}
@media screen and (max-width: 600px) {
  .bl-footer-sns-item {
    height: 18px;
    margin-left: 15px;
  }
}
.bl-footer-sns-item > a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-footer-sns-item > a img {
  width: auto;
  height: 100%;
  vertical-align: top;
}
.bl-footer-sns-item > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-footer-sns-item > a:hover {
    opacity: 1;
  }
}
.bl-footer-sns-item:first-child {
  margin-left: 0;
}

.el-copyright {
  margin: 0.5em 0 0;
  font-size: clamp(10px, 0.8rem, 12.9px);
  color: #808080;
  line-height: 1.75;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .el-copyright {
    margin-top: 2.5em;
    text-align: left;
  }
}

.ly-container {
  padding-top: 100px;
}
@media screen and (max-width: 600px) {
  .ly-container {
    padding-top: 50px;
  }
}

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

.ly-pageheader {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: max(10vw, 140px);
  padding-bottom: max(1.7857142857vw, 25px);
  background: #ccc no-repeat center center/cover;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .ly-pageheader {
    padding-bottom: max(1.7857142857vw, 20px);
  }
}
.about_us .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_about_us_sm.jpg);
}
.company .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_company_sm.jpg);
}
.sustainability .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_sustainability_sm.jpg);
}
.service .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_service_sm.jpg);
}
.news .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_news_sm.jpg);
}
.ir .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_ir_sm.jpg);
}
.contact .ly-pageheader {
  background-image: url(../images/pageheader/bg_pageheader_contact_sm.jpg);
}
.ly-pageheader.-h-lg {
  justify-content: center;
  min-height: clamp(460px, 32.8571428571vw, 480px);
}
@media screen and (max-width: 768px) {
  .ly-pageheader.-h-lg {
    min-height: clamp(300px, 32.8571428571vw, 460px);
  }
}
.about_us .ly-pageheader.-h-lg {
  background-image: url(../images/pageheader/bg_pageheader_about_us.jpg);
}
.company .ly-pageheader.-h-lg {
  background-image: url(../images/pageheader/bg_pageheader_company.jpg);
}
.sustainability .ly-pageheader.-h-lg {
  background-image: url(../images/pageheader/bg_pageheader_sustainability.jpg);
}
.service .ly-pageheader.-h-lg {
  background-image: url(../images/pageheader/bg_pageheader_service.jpg);
}
.news .ly-pageheader.-h-lg {
  background-image: url(../images/pageheader/bg_pageheader_news.jpg);
}
.ir .ly-pageheader.-h-lg {
  background-image: url(../images/pageheader/bg_pageheader_ir.jpg);
}
.contact .ly-pageheader.-h-lg {
  background-image: url(../images/pageheader/bg_pageheader_contact.jpg);
}
.ly-pageheader.-no-header {
  display: block;
  min-height: auto;
  background: none;
}
.ly-pageheader-inner {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  margin: 0 auto;
  padding-right: max(2.8571428571vw, 40px);
  padding-left: max(2.8571428571vw, 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-pageheader-inner {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.-h-lg .ly-pageheader-inner {
  justify-content: center;
}

.bl-pageheader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: max(80vw, 1120px);
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  .bl-pageheader {
    flex-direction: column;
    align-items: flex-start;
  }
}
.bl-pageheader .-heading-group {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .bl-pageheader .-heading-group {
    display: block;
  }
}
.-h-lg .bl-pageheader .-heading-group {
  display: block;
}
.bl-pageheader-anchor {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 600px) {
  .bl-pageheader-anchor {
    margin-top: 1.75em;
  }
}
.bl-pageheader-anchor > li {
  position: relative;
  margin-bottom: 1.25em;
}
@media screen and (max-width: 600px) {
  .bl-pageheader-anchor > li {
    margin-bottom: 0.25em;
  }
}
.bl-pageheader-anchor > li:last-child {
  margin-bottom: 0;
}
.bl-pageheader-anchor > li > a {
  position: relative;
  display: block;
  padding-left: max(2.8571428571vw, 40px);
  color: #fff;
  font-size: clamp(14px, 1.2rem, 19.35px);
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-pageheader-anchor > li > a {
    padding-left: 32px;
  }
}
@media screen and (max-width: 600px) {
  .bl-pageheader-anchor > li > a {
    padding-left: 24px;
    font-size: 14px;
  }
}
.bl-pageheader-anchor > li > a:hover {
  text-decoration: none;
}
.bl-pageheader-anchor > li > a .-icon-arrow {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: max(2vw, 28px);
  height: max(2vw, 28px);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-pageheader-anchor > li > a .-icon-arrow {
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 600px) {
  .bl-pageheader-anchor > li > a .-icon-arrow {
    width: 18px;
    height: 18px;
  }
}
.bl-pageheader-anchor > li > a .-icon-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 50%;
  box-sizing: border-box;
  content: "";
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-pageheader-anchor > li > a .-icon-arrow .-arrow {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}
.bl-pageheader-anchor > li > a .-icon-arrow .-arrow::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.466em;
  height: 0.8em;
  background: url(../images/icon/icon_arrow_w.svg) no-repeat center center/contain;
  content: "";
  transform: translate(-50%, -50%) 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);
}
@media screen and (max-width: 768px) {
  .bl-pageheader-anchor > li > a .-icon-arrow .-arrow::before {
    width: 0.3728em;
    height: 0.64em;
  }
}
@media screen and (max-width: 600px) {
  .bl-pageheader-anchor > li > a .-icon-arrow .-arrow::before {
    width: 0.3262em;
    height: 0.56em;
  }
}
.bl-pageheader-anchor > li > a:hover .-icon-arrow::before {
  transform: scale(1.25);
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .bl-pageheader-anchor > li > a:hover .-icon-arrow::before {
    transform: scale(1);
    opacity: 1;
  }
}
.bl-pageheader-anchor > li > a:hover .-icon-arrow .-arrow {
  -webkit-animation: anim-arrow 1s cubic-bezier(0.17, 0.75, 0.45, 1) 0.3s;
  animation: anim-arrow 1s cubic-bezier(0.17, 0.75, 0.45, 1) 0.3s;
}
@media screen and (max-width: 768px) {
  .bl-pageheader-anchor > li > a:hover .-icon-arrow .-arrow {
    -webkit-animation: none;
    animation: none;
  }
}

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

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

.ly-main {
  padding-left: max(2.8571428571vw, 40px);
  padding-right: max(2.8571428571vw, 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .ly-main {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.prir-blog .ly-main {
  background: #f6f6f6;
}
.ly-main-inner {
  max-width: max(80vw, 1120px);
  margin: 0 auto;
  padding-top: clamp(100px, 7.1428571429vw, 120px);
  padding-bottom: clamp(100px, 7.1428571429vw, 120px);
}
@media screen and (max-width: 960px) {
  .ly-main-inner {
    padding-top: clamp(80px, 7.1428571429vw, 100px);
    padding-bottom: clamp(80px, 7.1428571429vw, 100px);
  }
}
@media screen and (max-width: 600px) {
  .ly-main-inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.ly-main-inner.-w-lg {
  max-width: max(85.7142857143vw, 1200px);
}
.ly-main-inner.-bg-gradient-gry {
  position: relative;
}
.ly-main-inner.-bg-gradient-gry::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: max(25vw, 350px);
  background: #000;
  content: "";
}

.bl-body {
  margin-top: 6em;
  margin-bottom: 6em;
}
.bl-body.-w-sm {
  max-width: max(65.7142857143vw, 920px);
  margin-right: auto;
  margin-left: auto;
}
.bl-body.-w-xsm {
  max-width: max(50vw, 800px);
  margin-right: auto;
  margin-left: auto;
}

.bl-localnav {
  position: relative;
  padding: 2.5em 0;
}
@media screen and (max-width: 600px) {
  .bl-localnav {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
  }
}
.bl-localnav::before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--w-100vw);
  height: 100%;
  background: #F2F2F2;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  z-index: 0;
  content: "";
}
.bl-localnav .-title {
  position: relative;
  margin: 0 0 0.5em;
  font-size: clamp(22px, 2.2666666667rem, 36.55px);
  line-height: 1.4;
  font-weight: bold;
  color: rgb(51, 181, 101);
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-localnav .-title {
    font-size: 20px;
    margin-bottom: 0.25em;
  }
}
.bl-localnav .-nav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
  line-height: 1.6;
  font-weight: bold;
  z-index: 1;
}
.bl-localnav .-nav > li {
  position: relative;
  margin-right: 1.5em;
  padding-right: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-localnav .-nav > li {
    margin-bottom: 0.25em;
    margin-right: 1em;
    padding-right: 0;
  }
}
.bl-localnav .-nav > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bl-localnav .-nav > li:last-child::after {
  display: none;
}
.bl-localnav .-nav > li::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 70%;
  background: rgba(51, 51, 51, 0.5);
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-localnav .-nav > li::after {
    display: none;
  }
}
.bl-localnav .-nav > li > a {
  color: #333333;
}
.bl-localnav .-nav > li.is-current > a {
  color: rgb(51, 181, 101);
}

.bl-anchor {
  margin: 0;
  padding: 0;
}
.bl-anchor > li {
  position: relative;
}
.bl-anchor > li > a {
  font-size: 1.2rem;
  line-height: 1.75;
}
.bl-anchor > li > a > span {
  color: #4D4D4D;
  font-weight: bold;
}
.bl-anchor > li > a:hover {
  text-decoration: none;
}
.bl-anchor > li > a::after {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 0.5em;
  border-top: 1px solid #4D4D4D;
  border-right: 1px solid #4D4D4D;
  content: "";
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  transform: rotate(135deg);
}

.ly-sect {
  position: relative;
  padding: clamp(50px, 5.7142857143vw, 100px) max(2.8571428571vw, 40px);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .ly-sect {
    padding-right: 24px;
    padding-left: 24px;
  }
}
.ly-sect-inner {
  position: relative;
  width: 100%;
  max-width: max(85.7142857143vw, 940px);
  margin: 0 auto;
  z-index: 1;
}
.ly-sect-inner.-w-full {
  max-width: initial;
  max-width: auto;
}
.ly-sect-inner.-w-sm {
  max-width: max(67.1428571429vw, 940px);
}
.ly-sect-inner.-h-lg {
  height: 100%;
}
.ly-sect.sect-recruit {
  margin-top: clamp(30px, 5vw, 70px);
  margin-bottom: 3em;
  padding: 0 max(2.8571428571vw, 40px) 0;
  height: clamp(430px, 50vw, 720px);
  overflow: visible;
}
@media screen and (max-width: 600px) {
  .ly-sect.sect-recruit {
    padding-right: 0;
    padding-left: 0;
  }
}
.ly-sect.sect-clover::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: max(33.5714285714vw, 300px);
  background: url(../images/top/bg_clover_mv.png) no-repeat center center/cover;
  box-sizing: border-box;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .ly-sect.sect-clover::before {
    height: 400px;
  }
}
.ly-sect.sect-service {
  margin-bottom: 3em;
  padding-top: 0;
  background: #E6E6E6 no-repeat center center/cover;
  overflow: hidden;
}
.ly-sect.-bg-gry {
  background: #F2F2F2;
}

.bl-sect {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: clamp(80px, 5.7142857143vw, 100px);
  padding-bottom: clamp(80px, 5.7142857143vw, 100px);
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-sect {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.bl-sect-inner {
  position: relative;
  z-index: 1;
}
.bl-sect.-mt-6em {
  margin-top: 6em;
}
@media screen and (max-width: 600px) {
  .bl-sect.-mt-6em {
    margin-top: 4em;
  }
}
.bl-sect.-bg-gry::before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--w-100vw);
  height: 100%;
  background: #F2F2F2;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  z-index: 0;
  content: "";
}
.bl-sect.-bg-gradation::before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--w-100vw);
  height: 100%;
  background: url(../images/ir/bg_gradation.png) no-repeat center center/cover;
  box-sizing: border-box;
  margin-left: calc(50% - 50vw);
  z-index: 0;
  content: "";
}
.bl-sect.-bg-sustainability::before {
  position: absolute;
  top: 40px;
  left: 40px;
  display: block;
  width: calc(var(--w-100vw) - 80px);
  height: calc(100% - 80px);
  margin-left: calc(50% - 50vw);
  background: #f2f2f2 url(../images/sustainability/bg_sustain_lead.png) no-repeat center center/cover;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-sect.-bg-sustainability::before {
    top: 20px;
    left: 20px;
    width: calc(100vw - 40px);
    height: calc(100% - 40px);
  }
}
.bl-sect.-bg-sustainability::after {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: block;
  width: calc(var(--w-100vw) - 80px);
  height: clamp(120px, 14.2857142857vw, 240px);
  margin-left: calc(50% - 50vw);
  background-image: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.013) 8.1%, hsla(0, 0%, 100%, 0.049) 15.5%, hsla(0, 0%, 100%, 0.104) 22.5%, hsla(0, 0%, 100%, 0.175) 29%, hsla(0, 0%, 100%, 0.259) 35.3%, hsla(0, 0%, 100%, 0.352) 41.2%, hsla(0, 0%, 100%, 0.45) 47.1%, hsla(0, 0%, 100%, 0.55) 52.9%, hsla(0, 0%, 100%, 0.648) 58.8%, hsla(0, 0%, 100%, 0.741) 64.7%, hsla(0, 0%, 100%, 0.825) 71%, hsla(0, 0%, 100%, 0.896) 77.5%, hsla(0, 0%, 100%, 0.951) 84.5%, hsla(0, 0%, 100%, 0.987) 91.9%, hsl(0, 0%, 100%) 100%);
  content: "";
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-sect.-bg-sustainability::after {
    bottom: 20px;
    left: 20px;
    width: calc(100vw - 40px);
  }
}
.bl-sect.-bg-irblog::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--w-100vw);
  height: 300px;
  background: #eee url(../images/ir/bg_irblog.png) no-repeat center center/cover;
  margin-left: calc(50% - 50vw);
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-sect.-bg-irblog::before {
    height: 220px;
  }
}
.bl-sect.-bd-btm {
  border-bottom: 1px solid #e6e6e6;
}
.bl-sect.-bd-t {
  border-top: 1px solid #e6e6e6;
}
.bl-sect.-bd-t-full::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--w-100vw);
  height: 1px;
  background: #e6e6e6;
  margin-left: calc(50% - 50vw);
  content: "";
}
.bl-sect.-style-box {
  padding: clamp(30px, 4.2857142857vw, 60px) clamp(30px, 4.2857142857vw, 60px);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bl-sect.-style-box {
    padding: 30px 20px;
  }
}
.bl-sect.-style-box::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(50px, 8.5714285714vw, 120px);
  background-image: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.013) 8.1%, hsla(0, 0%, 100%, 0.049) 15.5%, hsla(0, 0%, 100%, 0.104) 22.5%, hsla(0, 0%, 100%, 0.175) 29%, hsla(0, 0%, 100%, 0.259) 35.3%, hsla(0, 0%, 100%, 0.352) 41.2%, hsla(0, 0%, 100%, 0.45) 47.1%, hsla(0, 0%, 100%, 0.55) 52.9%, hsla(0, 0%, 100%, 0.648) 58.8%, hsla(0, 0%, 100%, 0.741) 64.7%, hsla(0, 0%, 100%, 0.825) 71%, hsla(0, 0%, 100%, 0.896) 77.5%, hsla(0, 0%, 100%, 0.951) 84.5%, hsla(0, 0%, 100%, 0.987) 91.9%, hsl(0, 0%, 100%) 100%);
  content: "";
}
.bl-sect-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5em 0;
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .bl-sect-btns {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}
.bl-sect-btns > dt {
  margin: 1.75em 0 0;
  padding: 0.35em 0;
  box-sizing: border-box;
}
.bl-sect-btns > dt:first-child {
  margin-top: 0;
}
.bl-sect-btns > li,
.bl-sect-btns > dd {
  margin: 0;
  padding: 0.35em 0;
  box-sizing: border-box;
}
.bl-sect-btns > li .el-btn,
.bl-sect-btns > dd .el-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bl-sect-btns.-mxw-sm {
  max-width: max(65.7142857143vw, 920px);
  margin: 0 auto;
}
.bl-sect-btns.-gr-2 > dt {
  width: 100%;
}
.bl-sect-btns.-gr-2 > li,
.bl-sect-btns.-gr-2 > dd {
  width: calc(50% - 0.35em);
}
@media screen and (max-width: 600px) {
  .bl-sect-btns.-gr-2 > li,
  .bl-sect-btns.-gr-2 > dd {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-sect-btns.-gr-3 {
    display: block;
  }
}
.bl-sect-btns.-gr-3 > dt {
  width: 100%;
}
.bl-sect-btns.-gr-3 > li,
.bl-sect-btns.-gr-3 > dd {
  width: 33.333%;
}
@media screen and (max-width: 600px) {
  .bl-sect-btns.-gr-3 > li,
  .bl-sect-btns.-gr-3 > dd {
    width: 100%;
  }
}
.bl-sect-links {
  margin: 0;
  line-height: 1.75;
  letter-spacing: -0.4em;
}
.bl-sect-links > dt {
  margin: 2em 0 0.75em;
  padding-top: 2em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
  letter-spacing: normal;
}
.bl-sect-links > dt:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
.bl-sect-links > li,
.bl-sect-links > dd {
  display: inline-block;
  margin: 0 clamp(0.5em, 1.0714285714vw, 1em) 0.25em clamp(1em, 2.1428571429vw, 2em);
  letter-spacing: normal;
}
.bl-sect-links > li:last-child,
.bl-sect-links > dd:last-child {
  margin-bottom: 0;
}
.bl-sect-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.bl-sect-bg > span {
  display: block;
  width: 100%;
}
.bl-sect-bg > span img {
  width: 100%;
  height: auto;
}
.bl-sect-header {
  position: relative;
  margin-bottom: 4em;
  padding: clamp(30px, 4.2857142857vw, 60px) clamp(30px, 4.2857142857vw, 60px);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bl-sect-header {
    margin-right: -24px;
    margin-left: -24px;
    margin-bottom: 2em;
    padding-right: 24px;
    padding-left: 24px;
  }
}
.bl-sect-header::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: clamp(150px, 14.2857142857vw, 200px);
  background-image: linear-gradient(to bottom, hsla(0, 0%, 100%, 0) 0%, hsla(0, 0%, 100%, 0.013) 8.1%, hsla(0, 0%, 100%, 0.049) 15.5%, hsla(0, 0%, 100%, 0.104) 22.5%, hsla(0, 0%, 100%, 0.175) 29%, hsla(0, 0%, 100%, 0.259) 35.3%, hsla(0, 0%, 100%, 0.352) 41.2%, hsla(0, 0%, 100%, 0.45) 47.1%, hsla(0, 0%, 100%, 0.55) 52.9%, hsla(0, 0%, 100%, 0.648) 58.8%, hsla(0, 0%, 100%, 0.741) 64.7%, hsla(0, 0%, 100%, 0.825) 71%, hsla(0, 0%, 100%, 0.896) 77.5%, hsla(0, 0%, 100%, 0.951) 84.5%, hsla(0, 0%, 100%, 0.987) 91.9%, hsl(0, 0%, 100%) 100%);
  content: "";
  z-index: 0;
}
.bl-sect-header-inner {
  position: relative;
  z-index: 1;
}
.bl-sect-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
}
.bl-sect-header-bg > span {
  display: block;
  width: 100%;
}
.bl-sect-header-bg > span img {
  width: 100%;
  height: auto;
  transform: translateY(-13%);
}
@media screen and (max-width: 600px) {
  .bl-sect-header-bg > span img {
    transform: translateY(0);
  }
}
.bl-sect-header-nav {
  position: relative;
  margin: 0;
  letter-spacing: -0.4em;
  z-index: 1;
}
.bl-sect-header-nav > li {
  display: inline-block;
  margin-right: clamp(1.5em, 3.2142857143vw, 3em);
  letter-spacing: normal;
}

.w-full {
  width: var(--w-100vw);
  margin-top: 3.5em;
  margin-bottom: 6em;
  margin-left: calc(50% - 50vw);
  padding-left: max(2.8571428571vw, 40px);
  padding-right: max(2.8571428571vw, 40px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .w-full {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.w-full-inner {
  max-width: max(80vw, 1120px);
  margin: 0 auto;
}
.w-full-inner p:last-child {
  margin-bottom: 0;
}

.w-sm {
  max-width: max(51.4285714286vw, 720px);
  margin: 3.5em auto 6em;
}
.w-sm p:last-child {
  margin-bottom: 0;
}

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

.ly-mainv {
  position: relative;
  height: clamp(520px, 50vw, 720px);
  box-sizing: border-box;
  z-index: 10;
}
.ly-mainv-slider {
  height: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .ly-mainv-slider {
    padding-left: 0;
  }
}

.bl-slider {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-slider.slick-initialized {
  opacity: 1;
}
.bl-slider .slick-list,
.bl-slider .slick-track {
  height: 100%;
}
.bl-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.bl-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5em;
  bottom: 0;
  padding-left: 40px;
  padding-right: 80px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-slider .slick-dots {
    height: 3em;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.bl-slider .slick-dots > li {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  overflow: hidden;
}
.bl-slider .slick-dots > li > button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.bl-slider .slick-dots > li > button::before {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  line-height: 1;
  opacity: 0.5;
  content: "";
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-slider .slick-dots > li.slick-active > button::before {
  opacity: 1;
}
.bl-slider .slick-prev,
.bl-slider .slick-next {
  font-size: clamp(15px, 1rem, 16.125px);
  width: 1.864em;
  height: 3.2em;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .bl-slider .slick-prev,
  .bl-slider .slick-next {
    top: auto;
    bottom: 2.5em;
    width: 0.932em;
    height: 1.6em;
    transform: translateY(50%);
  }
}
@media screen and (max-width: 768px) {
  .bl-slider .slick-prev,
  .bl-slider .slick-next {
    bottom: 1.5em;
    width: 0.8155em;
    height: 1.4em;
  }
}
.bl-slider .slick-prev::before,
.bl-slider .slick-next::before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_slider_arrow.svg) no-repeat center center/cover;
  content: "";
  opacity: 1;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-slider .slick-prev {
  left: 25px;
}
@media screen and (max-width: 600px) {
  .bl-slider .slick-prev {
    left: 20px;
  }
}
.bl-slider .slick-prev::before {
  transform: rotate(180deg);
}
.bl-slider .slick-prev:hover::before {
  transform: rotate(180deg) translateX(8px);
}
@media screen and (max-width: 600px) {
  .bl-slider .slick-prev:hover::before {
    transform: rotate(180deg) translateX(0);
  }
}
.bl-slider .slick-next {
  right: 65px;
}
@media screen and (max-width: 600px) {
  .bl-slider .slick-next {
    right: 20px;
  }
}
.bl-slider .slick-next:hover::before {
  transform: translateX(8px);
}
@media screen and (max-width: 600px) {
  .bl-slider .slick-next:hover::before {
    transform: translateX(0);
  }
}
.bl-slider-item {
  width: 100%;
  height: 100%;
  background: #ccc;
}
.bl-slider-item .-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center/cover;
  z-index: 0;
}
.bl-slider-item .-body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  padding-right: 80px;
  padding-bottom: 5em;
  box-sizing: border-box;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-slider-item .-body {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 3em;
  }
}
.bl-slider-item .-body-inner.-sz-full {
  width: 100%;
  height: 100%;
}
.bl-slider-item .-fig {
  width: max(24.1428571429vw, 240px);
  margin: 0 auto 3em;
}
.bl-slider-item .-fig img {
  width: 100%;
  height: auto;
}
.bl-slider-item .-catchcopy {
  margin: 0;
  font-size: clamp(36px, 2.4rem, 38.7px);
  font-feature-settings: "palt";
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-slider-item .-catchcopy {
    font-size: clamp(32px, 2.1333333333rem, 34.4px);
  }
}
@media screen and (max-width: 600px) {
  .bl-slider-item .-catchcopy {
    font-size: 28px;
    line-height: 1.6;
    letter-spacing: 0.025em;
  }
}
.bl-slider-item .-catchcopy > span {
  display: inline-block;
}
.bl-slider-item .-catchcopy > span > span {
  display: inline-block;
}
.bl-slider-item .-catchcopy.-sz-sm {
  font-size: clamp(30px, 2rem, 32.25px);
}
@media screen and (max-width: 600px) {
  .bl-slider-item .-catchcopy.-sz-sm {
    font-size: 26px;
    line-height: 1.6;
  }
}
.bl-slider-item .-text {
  margin: 2.5em 0 0;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-slider-item .-text {
    line-height: 1.75;
    text-align: left;
  }
  .bl-slider-item .-text br {
    display: none;
  }
}
.bl-slider-item .-btn {
  margin-top: 2em;
  margin-bottom: 0;
  text-align: center;
}

.el-eyectach {
  position: absolute;
  bottom: -91px;
  right: 0;
  display: block;
  width: 182px;
  height: 182px;
  padding: 13px;
  background: rgba(51, 181, 101, 0.9);
  border-radius: 50%;
  box-sizing: border-box;
  z-index: 2;
}
.el-eyectach img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .el-eyectach {
    width: 162px;
    height: 162px;
  }
}
@media screen and (max-width: 600px) {
  .el-eyectach {
    bottom: -100px;
    right: 0;
    width: 100px;
    height: 100px;
    padding: 8px;
  }
}

.el-catchcopy {
  margin: 0 0 0 -10px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 600px) {
  .el-catchcopy {
    letter-spacing: 0.025em;
  }
}
.el-catchcopy > span {
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px 0 calc(10px + 0.1em);
  background: rgba(51, 181, 101, 0.8);
}
@media screen and (max-width: 600px) {
  .el-catchcopy > span {
    margin-bottom: 10px;
    padding-right: 8px;
    padding-left: 8px;
    background: #33b565;
  }
}

.bl-browse-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5em;
}
.bl-browse-header.-bd-btm {
  padding-bottom: 10px;
  border-bottom: 1px solid #CCCCCC;
}
.bl-browse-header.-bd-t {
  padding-top: 2em;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 960px) {
  .bl-browse-header {
    display: grid;
    grid-template-columns: 1fr max(7.8571428571vw, 110px);
  }
}
@media screen and (max-width: 600px) {
  .bl-browse-header {
    grid-template-columns: 1fr max(5.7142857143vw, 80px);
  }
}
.bl-browse-nav {
  display: flex;
  margin: 0;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 1.4;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .bl-browse-nav {
    grid-row: 2;
    grid-column: 1/span 2;
    margin: 1.5em 0 0;
    padding-bottom: 1em;
    white-space: nowrap;
    overflow-x: auto;
  }
}
.bl-browse-nav-item {
  position: relative;
  padding: 0 2em;
}
@media screen and (max-width: 600px) {
  .bl-browse-nav-item {
    padding-right: 1.25em;
    padding-left: 1.25em;
  }
}
.bl-browse-nav-item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #999;
  content: "";
}
.bl-browse-nav-item:first-child::before {
  display: none;
}
@media screen and (max-width: 960px) {
  .bl-browse-nav-item:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .bl-browse-nav-item:last-child {
    padding-right: 0;
  }
}
.bl-browse-nav-item > a {
  color: #333333;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-browse-nav-item > a:hover {
  color: rgb(51, 181, 101);
  text-decoration: none;
}
.bl-browse-nav-item.is-active > a {
  color: rgb(51, 181, 101);
}
@media screen and (max-width: 960px) {
  .bl-browse-btn .el-btn {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .bl-browse-btn .el-btn {
    line-height: 1.4;
  }
}
@media screen and (max-width: 960px) {
  .bl-browse-btn .el-btn.-sz-sm {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .bl-browse-btn .el-btn.-sz-sm {
    padding: 0.25em;
    font-size: 11px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 600px) {
  .bl-browse-body {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}

.bl-news {
  display: none;
}
.bl-news.is-first-shown {
  display: block;
}
.bl-news-btn {
  margin: 0;
}

.el-heading-browse-jp {
  position: relative;
  margin: 0;
  color: #999;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 1.4;
  font-weight: bold;
}
.el-heading-browse-en {
  margin: 0;
  color: #4D4D4D;
  font-family: "Roboto", sans-serif;
  font-size: clamp(40px, 2.6666666667rem, 58px);
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .el-heading-browse-en {
    font-size: 38px;
  }
}
.el-heading-browse-en .-sz-lgr {
  font-size: clamp(44px, 2.9333333333rem, 47.3px);
}
@media screen and (max-width: 600px) {
  .el-heading-browse-en .-sz-lgr {
    font-size: 38px;
  }
}

.bl-recruit-mv {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 5em);
  padding-bottom: max(5vw, 30px);
  box-sizing: border-box;
  color: #fff;
}
.bl-recruit-mv::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% + max(2.8571428571vw, 40px));
  height: 100%;
  background: #4db575;
  content: "";
  z-index: 0;
}
.bl-recruit-mv-logo {
  position: absolute;
  top: 2.8571428571vw;
  right: 6.4285714286vw;
  display: block;
  width: max(23.7857142857vw, 160px);
  height: max(23.7857142857vw, 160px);
  background: url(../images/top/logo_lts_full.svg) no-repeat center center/cover;
  z-index: 0;
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-recruit-mv-logo {
    top: 40px;
    right: 5px;
  }
}
.bl-recruit-mv-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + max(2.8571428571vw, 40px));
  padding-top: clamp(460px, 40.44%, 550px);
  background: no-repeat center center/cover;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-recruit-mv-bg {
    width: 100%;
  }
}
.bl-recruit-mv-bg::before {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  padding-top: clamp(410px, 36%, 490px);
  background: url(../images/top/mainvisual/mainvisual_recruit_bg.png) repeat-x left bottom/auto 100%;
  content: "";
}
.bl-recruit-mv-bg .-photo {
  position: absolute;
  bottom: 0;
  right: 50%;
  display: block;
  width: 100%;
  max-width: 1420px;
  padding-top: clamp(460px, 40.44%, 574px);
  background: no-repeat center center/cover;
  content: "";
  transform: translateX(50%);
}
.bl-recruit-mv-heading {
  position: relative;
  top: calc(clamp(82px, 12.6666666667rem, 204.25px) * -0.15);
  z-index: 2;
}
.bl-recruit-mv-body {
  position: relative;
  padding-left: 40px;
  padding-right: 80px;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 600px) {
  .bl-recruit-mv-body {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.bl-recruit-mv-body .-text {
  margin-top: clamp(4em, 14.2857142857vw, 5em);
  margin-bottom: 0.5em;
  font-size: clamp(24px, 2rem, 32.25px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-recruit-mv-body .-text {
    font-size: 21px;
    text-align: center;
  }
  .bl-recruit-mv-body .-text br {
    display: block;
  }
}
.bl-recruit-mv-body .-btn {
  margin-bottom: 0;
}

.el-heading-recruit-mv-jp {
  margin: 0;
  font-size: clamp(24px, 3.3333333333rem, 50px);
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.el-heading-recruit-mv-jp > span {
  display: inline-block;
}
.el-heading-recruit-mv-en {
  margin: 0;
  font-feature-settings: "palt";
  font-family: "Roboto", sans-serif;
  font-size: clamp(82px, 12.6666666667rem, 190px);
  line-height: 1;
  font-weight: 700;
}
.el-heading-recruit-mv-en > span {
  display: inline-block;
}

.bl-recruit {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-bottom: max(5vw, 40px);
  box-sizing: border-box;
  color: #fff;
}
.bl-recruit::before {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: calc(100% + max(2.8571428571vw, 40px));
  height: 100%;
  background: #f2f2f2;
  content: "";
  z-index: 0;
}
.bl-recruit-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + max(2.8571428571vw, 40px));
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-recruit-bg {
    width: 100%;
  }
}
.bl-recruit-bg .-photo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: 1420px;
  height: 100%;
  background: no-repeat center center/cover;
  transform: translate(-50%);
}
.bl-recruit-heading {
  position: relative;
  top: clamp(-70px, -5vw, -30px);
  z-index: 2;
}
.bl-recruit-body {
  position: relative;
  text-align: center;
  box-sizing: border-box;
  z-index: 2;
}
.bl-recruit-body .-text {
  margin-bottom: 1em;
  font-size: clamp(24px, 2rem, 32.25px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-recruit-body .-text {
    font-size: 17px;
    text-align: center;
  }
  .bl-recruit-body .-text br {
    display: block;
  }
}
.bl-recruit-body .-btn {
  margin-bottom: 0;
}

.el-heading-recruit-jp {
  margin: 0;
  color: rgb(51, 181, 101);
  font-size: clamp(24px, 3.3333333333rem, 50px);
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
.el-heading-recruit-jp > span {
  display: inline-block;
}
.el-heading-recruit-en {
  margin: 0;
  color: rgb(51, 181, 101);
  font-feature-settings: "palt";
  font-family: "Roboto", sans-serif;
  font-size: clamp(82px, 12.6666666667rem, 190px);
  line-height: 1;
  font-weight: 700;
}
.el-heading-recruit-en > span {
  display: inline-block;
}

.bl-top-service {
  max-width: max(80vw, 900px);
  margin: 0 auto;
}
.bl-top-service .-catchcopy {
  margin: 3em 0 1em;
  font-size: clamp(22px, 1.4666666667rem, 23.65px);
}
.bl-top-service .-lead {
  margin: 0;
  line-height: 1.85;
}
.bl-top-service .-btn {
  margin: 3em 0 0;
}
.bl-top-service-lead {
  position: relative;
  padding-top: max(8.5714285714vw, 80px);
  padding-bottom: 5em;
  text-align: center;
  color: #fff;
  z-index: 1;
}
.bl-top-service-lead-inner {
  position: relative;
  z-index: 1;
}
.bl-top-service-lead-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: calc(100% + 3em);
  margin-left: calc(50% - 50vw);
  z-index: 0;
}
.bl-top-service-lead-bg > span {
  display: block;
  width: 100%;
  height: 150%;
  background: #ccc no-repeat center center/cover;
}
.bl-top-service-lead::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 30%;
  margin-left: calc(50% - 50vw);
  background: linear-gradient(0deg, rgb(230, 230, 230) 0%, rgba(230, 230, 230, 0) 100%);
  content: "";
  z-index: 0;
}
.bl-top-service-body {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.bl-top-service-body::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  margin-left: calc(50% - 50vw);
  display: block;
  background: #e6e6e6;
  content: "";
}
.bl-top-service-search {
  position: relative;
  z-index: 1;
}
.bl-top-service-search .-heading {
  position: relative;
  margin: 0 0 1.5em;
  font-size: clamp(26px, 1.7333333333rem, 27.95px);
  line-height: 1.4;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-top-service-search .-heading {
    margin-bottom: 1.25em;
    font-size: 24px;
  }
}
.bl-top-service-search .-heading-sub {
  margin: 0 0 1.25em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 1.4;
  color: rgb(51, 181, 101);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-top-service-search .-heading-sub {
    margin-bottom: 1em;
    font-size: 16px;
  }
}
.bl-top-service-results {
  position: relative;
  padding: 2em 0;
}
.bl-top-service-results::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(100% + max(5.7142857143vw, 48px));
  height: 100%;
  background: linear-gradient(0deg, #E6E6E6 0%, #f2f2f2 100%);
  content: "";
  transform: translateX(-50%);
  z-index: 0;
}
.bl-top-service-results-inner {
  position: relative;
  z-index: 1;
}
.bl-top-service-results .-results {
  margin: 0 0 3em;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: bold;
}

.el-heading-top-service-jp {
  margin: 0.5em 0 0;
  font-size: clamp(15px, 1rem, 16.125px);
}
.el-heading-top-service-en {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: clamp(48px, 3.2rem, 51.6px);
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.bl-clover-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .bl-clover-header {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .bl-clover-header {
    margin-bottom: 3em;
  }
}
.bl-clover-header .-header {
  display: grid;
  grid-template-columns: 1fr max(13.5714285714vw, 110px);
  gap: 0 max(5.3571428571vw, 2em);
}
@media screen and (max-width: 768px) {
  .bl-clover-header .-header {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 600px) {
  .bl-clover-header .-header {
    display: block;
    margin-bottom: 1em;
  }
}
.bl-clover-header .-header .-catchcopy {
  grid-column: 1;
  margin: 0 0 1em;
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
  line-height: 1.75;
  color: #333333;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-clover-header .-header .-catchcopy {
    grid-column: 1/span 2;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .bl-clover-header .-header .-catchcopy {
    font-size: 16px;
  }
}
.bl-clover-header .-header .-logo {
  grid-row: 2;
  grid-column: 1;
  margin: 0;
  max-width: max(25.7142857143vw, 400px);
}
@media screen and (max-width: 600px) {
  .bl-clover-header .-header .-logo {
    max-width: 280px;
  }
}
.bl-clover-header .-header .-logo img {
  width: 100%;
  height: auto;
}
.bl-clover-header .-header .-eyecatch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row: 1/span 2;
  grid-column: 2;
}
@media screen and (max-width: 768px) {
  .bl-clover-header .-header .-eyecatch {
    grid-row: 2;
  }
}
@media screen and (max-width: 600px) {
  .bl-clover-header .-header .-eyecatch {
    display: none;
  }
}
.bl-clover-header .-header .-eyecatch-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: max(13.5714285714vw, 110px);
  height: max(13.5714285714vw, 110px);
  background: url(../images/top/balloon.svg) no-repeat center center/cover;
  color: rgb(51, 181, 101);
  font-size: clamp(10px, 1.0666666667rem, 17.2px);
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}

.bl-pickup {
  position: relative;
  margin-bottom: 4em;
}
.bl-pickup-bg {
  position: relative;
  width: 100vw;
  height: max(30vw, 300px);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}
.bl-pickup-bg > span {
  display: block;
  width: 100%;
  height: 150%;
  background: #ccc no-repeat center center/cover;
}
.bl-pickup-item {
  position: relative;
  width: 100%;
  max-width: max(71.4285714286vw, 900px);
  margin: 0 auto;
  z-index: 1;
}
.bl-pickup-item .-text {
  margin: 1em 0;
}
.bl-pickup-item .-text:last-child {
  margin-bottom: 0;
}
.bl-pickup-fig {
  margin-top: min(-3.5714285714vw, -50px);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.bl-pickup-fig > a {
  position: relative;
  display: block;
  padding: max(5vw, 50px) max(3.5714285714vw, 20px) max(5.7142857143vw, 60px);
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  overflow: hidden;
}
.bl-pickup-fig > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  padding-top: 100%;
  background: rgba(77, 181, 117, 0.95);
  content: "";
  border-radius: 50%;
  opacity: 0;
  z-index: 2;
  transform-origin: center center;
  transform: translate(-50%, -50%) scale(0.75);
  transition: border-radius 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-pickup-fig > a::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: clamp(15px, 2.4rem, 38.7px);
  font-weight: bold;
  text-align: center;
  content: "詳しく見る";
  transform: translateY(-50%);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-pickup-fig > a:hover {
  text-decoration: none;
}
.bl-pickup-fig > a:hover::before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.5);
}
.bl-pickup-fig > a:hover::after {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .bl-pickup-fig > a:hover::before {
    display: none;
  }
  .bl-pickup-fig > a:hover::after {
    display: none;
  }
}
.bl-pickup-fig .-title {
  position: relative;
  margin: 0 0 1em;
  color: #333333;
  font-size: clamp(22px, 1.4666666667rem, 23.65px);
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-pickup-fig .-title {
    font-size: 20px;
  }
}
.bl-pickup-fig .-fig {
  position: relative;
  width: max(24.1428571429vw, 220px);
  margin: 0 auto;
  z-index: 1;
}
.bl-pickup-fig .-fig img {
  width: 100%;
  height: auto;
}

.bl-cats {
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bl-cats {
    margin-right: -20px;
    margin-left: -20px;
  }
}
.bl-cats-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .bl-cats-list {
    display: block;
    white-space: nowrap;
    font-size: 0.8666666667rem;
    letter-spacing: -0.4em;
    overflow-x: scroll;
  }
  .bl-cats-list:before, .bl-cats-list:after {
    display: inline-block;
    width: 15px;
    height: 15px;
    content: "";
  }
}
.bl-cats-list > li {
  width: 140px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-cats-list > li {
    width: auto;
  }
}
@media screen and (max-width: 600px) {
  .bl-cats-list > li {
    display: inline-block;
    letter-spacing: normal;
  }
}
.bl-cats-list > li > a {
  position: relative;
  display: block;
  padding: 0 10px 20px;
  text-align: center;
  color: #333333;
  font-weight: 500;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-cats-list > li > a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 5px;
  background: #4D4D4D;
  content: "";
  transform-origin: right top;
  transform: scaleX(0);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-cats-list > li > a:hover {
  color: #4D4D4D;
  text-decoration: none;
}
.bl-cats-list > li > a:hover:after {
  transform-origin: left top;
  transform: scaleX(1);
}
@media screen and (max-width: 768px) {
  .bl-cats-list > li > a {
    width: auto;
  }
}
.bl-cats-list > li.is-current > a {
  color: #4D4D4D;
}
.bl-cats-list > li.is-current > a:after {
  transform-origin: left top;
  transform: scaleX(1);
}

.ly-post.-column-1 {
  max-width: 65em;
  margin: 7em auto;
}
@media screen and (max-width: 600px) {
  .ly-post.-column-1 {
    margin-top: 4em;
    margin-bottom: 5em;
  }
}
.ly-post.-column-2 {
  position: relative;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .ly-post.-column-2 {
    display: block;
  }
}
.ly-post.-column-2 .-main {
  flex: 1 1 auto;
  padding-right: 5em;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  .ly-post.-column-2 .-main {
    margin-bottom: 5em;
    padding-right: 0;
  }
}
.ly-post.-column-2 .-sub {
  position: relative;
  flex: 0 0 300px;
  box-sizing: border-box;
}

.ly-sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
}
@media screen and (max-width: 960px) {
  .ly-sidebar {
    position: static;
  }
}

.bl-sidebar-item {
  margin-top: 3em;
}
@media screen and (max-width: 960px) {
  .bl-sidebar-item {
    padding-top: 1.25em;
    border-top: 1px solid rgb(51, 181, 101);
  }
}
.bl-sidebar-item:first-child {
  margin-top: 0;
}
.bl-sidebar-title {
  margin: 0 0 1em;
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .bl-sidebar-title {
    font-size: clamp(18px, 1.3333333333rem, 21.5px);
  }
}
.bl-sidebar-title-group {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.25em;
}
.bl-sidebar-title-group .-title {
  margin: 0;
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
  font-weight: bold;
}
.bl-sidebar-title-group .-btn > a {
  display: inline-block;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  color: #333333;
}
.bl-sidebar-title-group .-btn > a::after {
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(../images/icon/icon_arrow.svg) no-repeat center center/cover;
  content: "";
}
.bl-sidebar-tags {
  margin: 0;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  letter-spacing: -0.4em;
}
.bl-sidebar-tags > li {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  letter-spacing: normal;
}
.bl-sidebar-tags > li > a {
  position: relative;
  display: inline-block;
  padding-right: 0.75em;
  padding-left: 0.75em;
  box-sizing: border-box;
  color: #666;
  line-height: 1.8;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sidebar-tags > li > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #808080;
  border-radius: 5px;
  content: "";
  z-index: 1;
  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);
}
.bl-sidebar-tags > li > a > span {
  position: relative;
  z-index: 1;
}
.bl-sidebar-tags > li > a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bl-sidebar-tags > li > a:hover {
    color: #666;
  }
}
.bl-sidebar-tags > li > a:hover::before {
  background: #808080;
}
@media screen and (max-width: 768px) {
  .bl-sidebar-tags > li > a:hover::before {
    background: none;
  }
}
.bl-sidebar-tags > li.is-current > a {
  color: #fff;
}
.bl-sidebar-tags > li.is-current > a::before {
  background: #808080;
}
.bl-sidebar-nav {
  margin: 0;
}
.bl-sidebar-nav > li {
  position: relative;
  padding-left: 1em;
}
.bl-sidebar-nav > li::before {
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  width: 0.466em;
  height: 0.8em;
  background: url(../images/icon/icon_arrow_cmain.svg) no-repeat center center/cover;
  transform: translateY(-50%);
  content: "";
}
.bl-sidebar-nav > li > a {
  color: #333333;
}
.bl-sidebar-media {
  margin: 0;
}
.bl-sidebar-media-item {
  margin-bottom: 1.5em;
}
.bl-sidebar-media-item > a {
  display: flex;
  color: #333333;
}
.bl-sidebar-media-item > a:hover {
  text-decoration: none;
}
.bl-sidebar-media-item > a:hover:hover {
  text-decoration: none;
}
.bl-sidebar-media-item > a:hover:hover .-fig > span {
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .bl-sidebar-media-item > a:hover:hover .-fig > span {
    transform: scale(1);
  }
}
.bl-sidebar-media-item > a .-fig {
  flex: 0 0 100px;
}
.bl-sidebar-media-item > a .-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 52.4%;
  overflow: hidden;
  background: #fff no-repeat center center/cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-sidebar-media-item > a .-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-sidebar-media-item > a .-body {
  flex: 1 1 auto;
  padding-left: 1em;
  box-sizing: border-box;
}
.bl-sidebar-media-item > a .-body .-title {
  margin: 0;
  font-size: clamp(15px, 1rem, 16.125px);
  line-height: 1.6;
  font-weight: bold;
  font-feature-settings: "palt";
}
.bl-sidebar-media-item > a .-body .-date {
  margin-top: 0.15em;
  line-height: 1.6;
}
.bl-sidebar-media-item > a .-body .-date time {
  display: inline-block;
  margin-right: 0.5em;
  color: #b3b3b3;
  font-size: clamp(12px, 0.8rem, 12.9px);
  font-weight: bold;
}
.bl-sidebar-media-item > a .-body .-date time:last-child {
  margin-right: 0;
}
.bl-sidebar-media-item > a .-body .-date time.-created::before {
  display: inline-block;
  width: clamp(15px, 1.0714285714vw, 1em);
  height: clamp(15px, 1.0714285714vw, 1em);
  margin-right: 0.25em;
  background: url(../images/icon/icon_created.svg) no-repeat center center/cover;
  transform: translateY(0.15em);
  content: "";
}

.bl-post-state {
  display: inline-block;
  color: rgb(51, 181, 101);
  padding-bottom: 0.25em;
  margin-bottom: 1.25em;
  border-bottom: 2px solid rgb(51, 181, 101);
  line-height: 1.2;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-post-state {
    margin-bottom: 0.75em;
  }
}
.bl-post-meta {
  display: flex;
  padding-bottom: 1.75em;
  margin-bottom: 60px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 600px) {
  .bl-post-meta {
    margin-bottom: 40px;
  }
}
.bl-post-meta .-date {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: normal;
}
.bl-post-meta .-date > time {
  color: #999;
}
.bl-post-meta .-cats {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: normal;
}
.bl-post-fig {
  margin-bottom: 60px;
}
.bl-post-fig img {
  width: 100%;
  height: auto;
}
.bl-post-contents {
  font-size: clamp(15px, 1.0666666667rem, 17.2px);
}
.bl-post-contents h2,
.bl-post-contents h3 {
  margin-top: 3em;
  margin-bottom: 1.5em;
}
.bl-post-contents h2:first-child,
.bl-post-contents h3:first-child {
  margin-top: 0;
}
.bl-post-contents h2 {
  font-size: clamp(30px, 2rem, 32.25px);
  color: rgb(51, 181, 101);
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h2 {
    font-size: clamp(22px, 1.4666666667rem, 23.65px);
  }
}
.bl-post-contents h3 {
  font-size: clamp(22px, 1.4666666667rem, 23.65px);
  color: #333333;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h3 {
    font-size: clamp(18px, 1.2rem, 19.35px);
  }
}
.bl-post-contents h4 {
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  .bl-post-contents h4 {
    font-size: clamp(16px, 1.0666666667rem, 17.2px);
  }
}
.bl-post-contents p {
  margin-bottom: 2.5em;
  line-height: 2.25;
}
@media screen and (max-width: 600px) {
  .bl-post-contents p {
    line-height: 2;
  }
}
.bl-post-contents p:last-child {
  margin-bottom: 0;
}
.bl-post-contents a {
  text-decoration: underline;
  word-wrap: break-word;
}
.bl-post-contents a:hover {
  text-decoration: none;
}
.bl-post-contents a.-icon-window::after {
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-left: 3px;
  margin-right: 3px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  line-height: 1;
  transform: translateY(15%);
}
.bl-post-contents a.-icon-pdf::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-post-contents img {
  max-width: 100%;
  height: auto;
}
.bl-post-contents ul {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-left: 2em;
  line-height: 1.75;
}
.bl-post-contents ul:first-child {
  margin-top: 0;
}
.bl-post-contents ul:last-child {
  margin-bottom: 0;
}
.bl-post-contents ul > li {
  position: relative;
  margin-bottom: 0.5em;
  list-style: none outside none;
}
.bl-post-contents ul > li:last-child {
  margin-bottom: 0;
}
.bl-post-contents ul > li::before {
  top: 14px;
  transform: translateY(-50%);
  position: absolute;
  left: -1em;
  display: block;
  width: 6px;
  height: 6px;
  background-color: #333333;
  border-radius: 50%;
  content: "";
}
.bl-post-contents ul ul,
.bl-post-contents ul ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.bl-post-contents ul ul:first-child,
.bl-post-contents ul ol:first-child {
  margin-top: 0.5em;
}
.bl-post-contents ul ul:last-child,
.bl-post-contents ul ol:last-child {
  margin-bottom: 0.5em;
}
.bl-post-contents ol {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  padding-left: 2em;
  line-height: 1.75;
}
.bl-post-contents ol:first-child {
  margin-top: 0;
}
.bl-post-contents ol:last-child {
  margin-bottom: 0;
}
.bl-post-contents ol > li {
  position: relative;
  margin-bottom: 0.5em;
  list-style: decimal outside none;
}
.bl-post-contents ol ul,
.bl-post-contents ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.bl-post-contents ol ul:first-child,
.bl-post-contents ol ol:first-child {
  margin-top: 0.5em;
}
.bl-post-contents ol ul:last-child,
.bl-post-contents ol ol:last-child {
  margin-bottom: 0.5em;
}
.bl-post-contents hr {
  margin: 3.5em 0;
  border: none;
  border-top: 1px solid #eee;
}
.bl-post-contents table {
  margin-top: 3.5em;
  margin-bottom: 3.5em;
  line-height: 2;
}
.bl-post-contents table th,
.bl-post-contents table td {
  padding-top: 2em;
  padding-bottom: 2em;
}
.bl-post-contents table th {
  min-width: 8em;
}
@media screen and (max-width: 600px) {
  .bl-post-contents table th {
    min-width: 5em;
  }
}
.bl-post-contents .alignright {
  float: right;
  margin-top: 10px;
  margin-left: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .alignright {
    float: none;
    margin-left: 0;
  }
}
.bl-post-contents .alignleft {
  float: left;
  margin-top: 10px;
  margin-right: 2em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .alignleft {
    float: none;
    margin-right: 0;
  }
}
.bl-post-contents .aligncenter {
  display: block;
  margin: 0 auto 1em;
}
.bl-post-contents .wp-caption-text {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
  font-size: clamp(11px, 0.7333333333rem, 11.825px);
  line-height: 1.6;
}
.bl-post-contents figure {
  margin: 2.5em auto;
  text-align: center;
}
.bl-post-contents figure:first-child {
  margin-top: 0;
}
.bl-post-contents figure img {
  border: 1px solid #eee;
}
.bl-post-contents figcaption {
  margin-top: 1em;
  margin-bottom: 0;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  text-align: center;
}
.bl-post-contents .wp-block-media-text {
  display: grid;
  gap: 2em;
  grid-template-columns: none !important;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.bl-post-contents .wp-block-media-text__media {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
}
.bl-post-contents .wp-block-media-text__content {
  grid-column: 2/span 2;
  grid-row: 1;
  padding: 0;
  align-self: start;
}
.bl-post-contents .has-text-align-right {
  text-align: right;
}
.bl-post-contents .has-text-align-left {
  text-align: left;
}
.bl-post-contents .has-text-align-center {
  text-align: center;
}
.bl-post-contents .wp-block-group {
  margin: 2.5em auto;
  padding: 30px;
  background: #f3f3f3;
}
.bl-post-contents .wp-block-group p {
  margin-bottom: 1em;
}
.bl-post-contents .wp-block-group p:last-child {
  margin-bottom: 0;
}
.bl-post-contents .wp-block-columns {
  display: flex;
  align-items: stretch;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
  gap: 2em !important;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-columns {
    display: block;
  }
}
.bl-post-contents .wp-block-columns:last-child {
  margin-bottom: 0;
}
.bl-post-contents .wp-block-column {
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-post-contents .wp-block-column {
    width: 100%;
    margin-bottom: 2.5em;
  }
}
.bl-post-contents .block-editor-block-variation-picker__variations.block-editor-block-variation-picker__variations > li::before {
  display: none;
}

.ly-single-nav {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.bl-single-nav {
  display: flex;
  justify-content: center;
}
.bl-single-nav > li > a,
.bl-single-nav > li > span {
  position: relative;
  display: inline-block;
  color: #333333;
}
.bl-single-nav > li > a:before,
.bl-single-nav > li > span:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 2em;
  height: 2em;
  background: #e3e3e3;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  z-index: 0;
}
.bl-single-nav > li > a:after,
.bl-single-nav > li > span:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  background: no-repeat center center/cover;
  content: "";
  opacity: 1;
  z-index: 1;
}
.bl-single-nav > li > a:hover {
  text-decoration: none;
}
.bl-single-nav > li > a:hover:before {
  transform: translateY(-50%) scale(1.2);
}
.bl-single-nav > li > span {
  opacity: 0.3;
}
.bl-single-nav > li:first-child {
  position: relative;
  padding-right: 1.5em;
}
.bl-single-nav > li:first-child::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
  transform: translate(50%, -50%);
  content: "";
}
.bl-single-nav > li:first-child > a,
.bl-single-nav > li:first-child > span {
  padding-left: 2.75em;
}
.bl-single-nav > li:first-child > a:before,
.bl-single-nav > li:first-child > span:before {
  left: 0;
}
.bl-single-nav > li:first-child > a:after,
.bl-single-nav > li:first-child > span:after {
  left: 1em;
  background-image: url(../images/icon/icon_arrow.svg);
  transform: translate(-55%, -50%) rotate(180deg);
}
.bl-single-nav > li:last-child {
  padding-left: 1.5em;
  text-align: right;
}
.bl-single-nav > li:last-child > a,
.bl-single-nav > li:last-child > span {
  padding-right: 2.75em;
}
.bl-single-nav > li:last-child > a:before,
.bl-single-nav > li:last-child > span:before {
  right: 0;
}
.bl-single-nav > li:last-child > a:after,
.bl-single-nav > li:last-child > span:after {
  right: 1em;
  background-image: url(../images/icon/icon_arrow.svg);
  transform: translate(60%, -50%);
}

ul.page-numbers {
  margin-top: 8em;
  letter-spacing: -0.4em;
  text-align: center;
}
@media screen and (max-width: 600px) {
  ul.page-numbers {
    margin-top: 5em;
  }
}
ul.page-numbers > li {
  display: inline-block;
  margin: 0 0 0 10px;
  font-size: 0rem;
  letter-spacing: normal;
  vertical-align: middle;
}
ul.page-numbers > li:first-child {
  margin-left: 0;
}
ul.page-numbers > li > a,
ul.page-numbers > li > span {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35px;
  height: 35px;
  box-sizing: border-box;
  color: #333333;
  font-size: clamp(16px, 1.2rem, 19.35px);
  font-weight: bold;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
ul.page-numbers > li > a > span,
ul.page-numbers > li > span > span {
  position: relative;
  z-index: 1;
}
ul.page-numbers > li > a::before,
ul.page-numbers > li > span::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F2F2F2;
  transform: scale(0.9);
  opacity: 0;
  content: "";
  z-index: 0;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > span {
  color: #ffffff;
}
ul.page-numbers > li > span::before {
  background: rgb(51, 181, 101);
  opacity: 1;
  transform: scale(1);
}
ul.page-numbers > li > span.dots {
  padding-right: 0;
  padding-left: 0;
  color: #CCCCCC;
}
ul.page-numbers > li > span.dots::before {
  display: none;
}
ul.page-numbers > li > a {
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:after {
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
ul.page-numbers > li > a:hover {
  text-decoration: none;
}
ul.page-numbers > li > a:hover::before {
  transform: scale(1.2);
  opacity: 1;
}

.el-catchcopy-sustainability-en {
  margin: 0 0 0.25em;
  font-size: clamp(38px, 2.6666666667rem, 43px);
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-catchcopy-sustainability-en {
    font-size: clamp(36px, 2.5333333333rem, 40.85px);
  }
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sustainability-en {
    font-size: 30px;
  }
}
.el-catchcopy-sustainability-jp {
  margin: 0 0 5em;
  color: rgb(51, 181, 101);
  font-size: clamp(18px, 1.3333333333rem, 21.5px);
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .el-catchcopy-sustainability-jp {
    margin-bottom: 4em;
  }
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sustainability-jp {
    margin-bottom: 2.5em;
  }
}
.el-catchcopy-sustainability-sub {
  margin: 3em 0;
  font-size: clamp(23px, 1.6666666667rem, 26.875px);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .el-catchcopy-sustainability-sub {
    margin-bottom: 2.5em;
  }
}

.bl-sustainability-lead {
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 600px) {
  .bl-sustainability-lead {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.detail-sustainability {
  font-size: clamp(15px, 1.0666666667rem, 17.2px);
}
.detail-sustainability h2,
.detail-sustainability .el-h2 {
  position: relative;
  margin: 3.5em 0 1.25em;
  padding-bottom: 0.5em;
  font-size: clamp(28px, 2.5333333333rem, 40.85px);
  line-height: 1.75;
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 600px) {
  .detail-sustainability h2,
  .detail-sustainability .el-h2 {
    margin: 2.5em 0 1em;
    font-size: 26px;
    line-height: 1.6;
  }
}
.detail-sustainability h2::after,
.detail-sustainability .el-h2::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: max(2.2857142857vw, 32px);
  height: 1px;
  background: #333333;
  transform: translateX(-50%);
  content: "";
}
.detail-sustainability h2:first-child,
.detail-sustainability .el-h2:first-child {
  margin-top: 0;
}
.detail-sustainability h3,
.detail-sustainability .el-h3 {
  position: relative;
  margin: 3em 0 1.25em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #CCC;
  font-size: clamp(22px, 2rem, 32.25px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .detail-sustainability h3,
  .detail-sustainability .el-h3 {
    margin: 2.25em 0 1em;
    font-size: 20px;
    line-height: 1.6;
  }
}
.detail-sustainability h3::before,
.detail-sustainability .el-h3::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: max(4.2857142857vw, 60px);
  height: 1px;
  background: rgb(51, 181, 101);
  content: "";
}
.detail-sustainability h3:first-child,
.detail-sustainability .el-h3:first-child {
  margin-top: 0;
}
.detail-sustainability h4,
.detail-sustainability .el-h4 {
  position: relative;
  margin: 2.25em 0 1.25em;
  padding-left: 1.5em;
  font-size: clamp(20px, 1.6rem, 25.8px);
  color: rgb(51, 181, 101);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .detail-sustainability h4,
  .detail-sustainability .el-h4 {
    padding-left: 1em;
  }
}
.detail-sustainability h4::before,
.detail-sustainability .el-h4::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 75%;
  background: rgb(51, 181, 101);
  transform: translateY(-50%);
  content: "";
}
.detail-sustainability h5,
.detail-sustainability .el-h5 {
  margin: 2.25em 0 1.25em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
}
.detail-sustainability ul {
  margin: 1.5em 0;
}
.detail-sustainability ul li {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 1.25em;
}
.detail-sustainability ul li:last-child {
  margin-bottom: 0;
}
.detail-sustainability ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "●";
}
.detail-sustainability ul.-inline {
  letter-spacing: -0.4em;
}
.detail-sustainability ul.-inline > li {
  display: inline-block;
  margin-right: 1em;
  letter-spacing: normal;
}
.detail-sustainability img {
  max-width: 100%;
}
.detail-sustainability strong {
  font-weight: bold;
}
.detail-sustainability .related-link {
  margin: 5em 0;
  padding-top: 1.75em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.detail-sustainability .related-link.no-border {
  border-top: none;
  padding-top: 0;
}
.detail-sustainability .related-link:first-child {
  margin-top: 0;
}
.detail-sustainability .related-link:last-child {
  margin-bottom: 0;
}
.detail-sustainability .related-link .-title {
  margin: 0 0 1em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
}
.detail-sustainability .related-link .-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6em;
  font-size: clamp(14px, 1rem, 16.125px);
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .detail-sustainability .related-link .-list {
    display: block;
  }
}
.detail-sustainability .related-link .-list > li {
  width: 33.333%;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding-right: 0.6em;
  padding-left: 0.6em;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .detail-sustainability .related-link .-list > li {
    width: 100%;
  }
  .detail-sustainability .related-link .-list > li:last-child {
    margin-bottom: 0;
  }
}
.detail-sustainability .related-link .-list > li::before {
  display: none;
}
.detail-sustainability .related-link .-list > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0.8em 2em 0.8em 1em;
  box-sizing: border-box;
  background: #F2F2F2;
  color: #333333;
  line-height: 1.6;
  font-weight: bold;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  z-index: 1;
}
.detail-sustainability .related-link .-list > li > a > span {
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.detail-sustainability .related-link .-list > li > a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(../images/icon/icon_arrow.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.detail-sustainability .related-link .-list > li > a:hover {
  text-decoration: none;
}
.detail-sustainability .related-link .-list > li > a:hover > span {
  transform: translateX(0.5em);
}
@media screen and (max-width: 600px) {
  .detail-sustainability .related-link .-list > li > a:hover > span {
    transform: translateX(0);
  }
}
.detail-sustainability .related-link .-list > li > a:hover::after {
  transform: translateX(-0.5em) translateY(-50%);
}
@media screen and (max-width: 600px) {
  .detail-sustainability .related-link .-list > li > a:hover::after {
    transform: translateY(-50%);
  }
}
.detail-sustainability .gr {
  font-size: clamp(15px, 1rem, 16.125px);
}
.detail-sustainability .gr .col {
  margin-bottom: 2em;
}
@media screen and (max-width: 600px) {
  .detail-sustainability .gr .col:last-child {
    margin-bottom: 0;
  }
}
.detail-sustainability .gr .-fig {
  margin-bottom: 1em;
  background: #F2F2F2;
}
.detail-sustainability .gr .-fig.-h-150px > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 66.6666666667%;
  overflow: hidden;
}
.detail-sustainability .gr .-fig.-h-150px > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .detail-sustainability .gr .-fig.-h-150px > span {
    padding-top: 46.875%;
  }
}
.detail-sustainability .gr .-fig.-h-170px > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 53.125%;
  overflow: hidden;
}
.detail-sustainability .gr .-fig.-h-170px > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .detail-sustainability .gr .-fig.-h-170px > span {
    padding-top: 53.125%;
  }
}
.detail-sustainability .gr .-fig.-img-h-100\% > span img {
  width: auto;
  height: 100%;
}
.detail-sustainability .gr .-text:last-child {
  margin-bottom: 0;
}
.detail-sustainability .gr .-text > a::before {
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  margin-right: 0.25em;
  background: url(../images/icon/icon_arrow_cmain.svg) no-repeat center center/contain;
  content: "";
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.detail-sustainability .gr .-text > a.no-arrow::before {
  display: none;
}
.detail-sustainability .-bg-gry .gr .-fig {
  background: #fff;
}
.detail-sustainability .-bg-gry .fig {
  background: #fff;
}
.detail-sustainability .-bg-gry .related-link .-list > li > a {
  background: #FFF;
}
.detail-sustainability .w-sm {
  max-width: max(72.8571428571vw, 1020px);
  margin: 3em auto;
}
.detail-sustainability .w-sm:last-child {
  margin-bottom: 0;
}

.bl-keyword {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}

.bl-domain {
  margin: 0 0 3em;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
.bl-domain-item {
  display: block;
}
.bl-domain-item .-sub {
  display: inline-block;
  font-size: clamp(12px, 0.8rem, 12.9px);
  line-height: 1.6;
  font-weight: normal;
}

.bl-cat {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3em;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}

@media screen and (max-width: 768px) {
  .bl-articles {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .bl-articles.grid2 > .col {
    width: 100%;
  }
}
.bl-articles-item {
  margin-bottom: max(2.8571428571vw, 30px);
}
.bl-articles-item > a {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: max(2.1428571429vw, 30px);
  background: #fff;
  box-sizing: border-box;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  color: #333333;
}
@media screen and (max-width: 600px) {
  .bl-articles-item > a {
    padding: 20px;
    align-items: flex-start;
  }
}
.bl-articles-item > a:hover {
  text-decoration: none;
}
.bl-articles-fig {
  flex: 0 0 max(8.5714285714vw, 100px);
}
@media screen and (max-width: 600px) {
  .bl-articles-fig {
    flex-basis: 80px;
  }
}
.bl-articles-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
  background: #ccc;
  border-radius: 50%;
}
.bl-articles-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: auto;
  max-width: initial;
  max-width: auto;
  height: 100%;
  z-index: 0;
}
.bl-articles-body {
  flex: 1 1 auto;
  padding-left: 1.25em;
}
.bl-articles-body .-title {
  margin: 0 0 0.4em;
  color: #1a1a1a;
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-articles-body .-title {
    line-height: 1.6;
  }
}
.bl-articles-body .-title-sub {
  margin: 0 0 0.5em;
  color: rgb(51, 181, 101);
  font-size: clamp(12px, 0.8rem, 12.9px);
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-articles-body .-title-sub {
    line-height: 1.6;
  }
}
.bl-articles-body .-text {
  display: -webkit-box;
  margin: 0;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  color: #808080;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bl-articles-body .-text {
    line-height: 1.75;
  }
}
.bl-articles-body .-tag {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 1em 0;
  background: #4D4D4D;
  font-size: clamp(12px, 0.8rem, 12.9px);
  color: #fff;
  line-height: 2;
  font-weight: bold;
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-articles-body .-tag {
    font-size: 11px;
  }
}
.bl-articles-btn {
  margin-top: 3em;
  transition: background 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);
}
.bl-articles-btn.is-hidden {
  visibility: hidden;
  opacity: 0;
}

.bl-theme-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: max(2.8571428571vw, 30px);
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .bl-theme-card {
    display: block;
  }
}
.bl-theme-card.-gr-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.bl-theme-card.-gr-3 .bl-theme-card-body {
  padding-right: clamp(0.5em, 1.0714285714vw, 30px);
  padding-left: clamp(0.5em, 1.0714285714vw, 30px);
  padding-bottom: clamp(1em, 1.4285714286vw, 30px);
}
.bl-theme-card.-gr-3 .bl-theme-card-body .-title {
  font-size: clamp(22px, 1.6rem, 25.8px);
}
@media screen and (max-width: 600px) {
  .bl-theme-card.-gr-3 .bl-theme-card-body .-title {
    font-size: 20px;
  }
}
.bl-theme-card-item {
  padding: max(2.1428571429vw, 30px);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 768px) {
  .bl-theme-card-item {
    margin-bottom: 2em;
  }
  .bl-theme-card-item:last-child {
    margin-bottom: 0;
  }
}
.bl-theme-card-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 44.23%;
  overflow: hidden;
  background: #ccc;
}
.bl-theme-card-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-theme-card-body {
  margin-top: 2em;
  padding: 0 clamp(40px, 4.2857142857vw, 100px) clamp(20px, 1.4285714286vw, 40px);
}
@media screen and (max-width: 600px) {
  .bl-theme-card-body {
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-theme-card-body .-title {
  margin: 0 0 0.5em;
  font-feature-settings: "palt";
  font-size: clamp(26px, 1.8666666667rem, 30.1px);
  line-height: 1.6;
}
@media screen and (max-width: 960px) {
  .bl-theme-card-body .-title {
    font-size: clamp(24px, 1.7333333333rem, 27.95px);
  }
}
@media screen and (max-width: 600px) {
  .bl-theme-card-body .-title {
    font-size: 22px;
  }
}
.bl-theme-card-body .-btn {
  margin-bottom: 0;
  line-height: 1;
}

.bl-service-domain {
  width: 82.8571428571vw;
  margin-left: auto;
  margin-right: auto;
}
.bl-service-domain-item {
  display: flex;
  justify-content: space-between;
  margin-top: max(5.7142857143vw, 6em);
  margin-right: calc(-8.5714285714vw + var(--scrollbarW) / 2);
}
@media screen and (max-width: 960px) {
  .bl-service-domain-item {
    display: block;
    margin-right: 0;
  }
}
.bl-service-domain-item.-dir-r {
  flex-direction: row-reverse;
  margin-right: auto;
  margin-left: calc(-8.5714285714vw + var(--scrollbarW) / 2);
}
@media screen and (max-width: 960px) {
  .bl-service-domain-item.-dir-r {
    margin-left: 0;
  }
}
.bl-service-domain-fig {
  width: 42.8571428571vw;
}
@media screen and (max-width: 960px) {
  .bl-service-domain-fig {
    width: 100%;
    max-width: 600px;
    margin: 5em auto 0;
  }
}
@media screen and (max-width: 768px) {
  .bl-service-domain-fig {
    margin-top: 4em;
  }
}
.bl-service-domain-fig > span {
  background: #ccc;
  position: relative;
  display: block;
  margin: 0;
  padding-top: 83.333%;
  overflow: hidden;
}
.bl-service-domain-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-service-domain-body {
  position: relative;
  width: 42.8571428571vw;
}
@media screen and (max-width: 960px) {
  .bl-service-domain-body {
    width: 100%;
  }
}
.bl-service-domain-body .-bg {
  position: absolute;
  top: 4.2857142857vw;
  left: 13.5714285714vw;
  display: block;
  width: 47.1428571429vw;
  height: 35.7142857143vw;
  background: #F2F2F2;
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .bl-service-domain-body .-bg {
    width: var(--w-100vw);
    left: 0;
    margin-left: calc(50% - 50vw);
    background: linear-gradient(to bottom, hsl(0, 0%, 94%) 0%, hsla(0, 0%, 94%, 0.987) 8.1%, hsla(0, 0%, 94%, 0.951) 15.5%, hsla(0, 0%, 94%, 0.896) 22.5%, hsla(0, 0%, 94%, 0.825) 29%, hsla(0, 0%, 94%, 0.741) 35.3%, hsla(0, 0%, 94%, 0.648) 41.2%, hsla(0, 0%, 94%, 0.55) 47.1%, hsla(0, 0%, 94%, 0.45) 52.9%, hsla(0, 0%, 94%, 0.352) 58.8%, hsla(0, 0%, 94%, 0.259) 64.7%, hsla(0, 0%, 94%, 0.175) 71%, hsla(0, 0%, 94%, 0.104) 77.5%, hsla(0, 0%, 94%, 0.049) 84.5%, hsla(0, 0%, 94%, 0.013) 91.9%, hsla(0, 0%, 94%, 0) 100%);
  }
}
.-dir-r .bl-service-domain-body .-bg {
  left: -13.5714285714vw;
}
@media screen and (max-width: 960px) {
  .-dir-r .bl-service-domain-body .-bg {
    left: 0;
  }
}
.bl-service-domain-body .-icon {
  position: relative;
  margin: 0.75em 0 1.25em;
  width: max(6vw, 84px);
  height: max(6vw, 84px);
}
@media screen and (max-width: 960px) {
  .bl-service-domain-body .-icon {
    margin-top: 0;
  }
}
.bl-service-domain-body .-icon img {
  width: 100%;
  height: auto;
}
.bl-service-domain-body .-heading-group {
  position: relative;
}
@media screen and (max-width: 960px) {
  .bl-service-domain-body .-heading-group {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.bl-service-domain-body .-text {
  position: relative;
  margin-top: 2em;
}
.bl-service-domain-body .-list {
  position: relative;
  margin: 2em 0 0;
  line-height: 1.65;
}
.bl-service-domain-body .-list > dt {
  margin: 0 0 0.25em;
  color: rgb(51, 181, 101);
  font-weight: bold;
}
.bl-service-domain-body .-list > dd {
  position: relative;
  margin: 0 0 0.25em;
  padding-left: 1.1em;
  font-weight: bold;
}
.bl-service-domain-body .-list > dd::before {
  position: absolute;
  top: 0.825em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(51, 181, 101);
  transform: translateY(-50%);
  content: "";
}
.bl-service-domain-body .-list > dd > span {
  font-weight: normal;
}
.bl-service-domain-body .-list > dd:last-child {
  margin-bottom: 0;
}
.bl-service-domain-body .-btn {
  position: relative;
  margin-top: 2.5em;
}

.el-heading-domain-en {
  margin: 0.1em 0 0;
  color: rgb(51, 181, 101);
  font-size: clamp(32px, 2.4rem, 38.7px);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .el-heading-domain-en {
    font-size: 30px;
  }
}
.el-heading-domain-en.-sz-sm {
  font-size: clamp(28px, 1.8666666667rem, 30.1px);
}
@media screen and (max-width: 600px) {
  .el-heading-domain-en.-sz-sm {
    font-size: 24px;
  }
}
.el-heading-domain-en.-sz-smr {
  font-size: clamp(20px, 1.4rem, 22.575px);
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  .el-heading-domain-en.-sz-smr {
    font-size: 18px;
  }
}
.el-heading-domain-desc {
  margin: 0;
  font-size: clamp(20px, 1.6rem, 25.8px);
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 600px) {
  .el-heading-domain-desc {
    font-size: 18px;
  }
}
.el-heading-domain-desc.-sz-sm {
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
@media screen and (max-width: 600px) {
  .el-heading-domain-desc.-sz-sm {
    font-size: 14px;
  }
}
.el-heading-domain-desc.-sz-smr {
  font-size: clamp(15px, 1.2rem, 19.35px);
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  .el-heading-domain-desc.-sz-smr {
    font-size: 15px;
  }
}
.el-heading-domain-jp {
  margin: 0.5em 0 0;
  color: rgb(51, 181, 101);
  font-size: clamp(15px, 1rem, 16.125px);
  line-height: 1.4;
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  .el-heading-domain-jp {
    font-size: 14px;
  }
}
.el-heading-domain-jp.-sz-sm {
  font-size: clamp(12px, 0.8rem, 12.9px);
}
@media screen and (max-width: 600px) {
  .el-heading-domain-jp.-sz-sm {
    font-size: 11px;
  }
}
.el-heading-domain-jp.-sz-smr {
  font-size: clamp(12px, 0.8rem, 12.9px);
}

.el-service-bn {
  max-width: max(61.4285714286vw, 860px);
  margin: 4em auto 0;
}
@media screen and (max-width: 768px) {
  .el-service-bn {
    margin-top: 3em;
  }
}
.el-service-bn > a {
  position: relative;
  display: block;
  width: 100%;
  height: max(21.4285714286vw, 150px);
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  color: #fff;
  font-size: clamp(20px, 1.6rem, 25.8px);
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
}
.el-service-bn > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: #ccc url(../images/service/bg_service_cta.jpg) no-repeat center center/cover;
  box-sizing: border-box;
  content: "";
  transform: translate(-50%, -50%);
  z-index: 1;
}
.el-service-bn > a > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  border: 2.1428571429vw solid #FFF;
  box-sizing: border-box;
  z-index: 1;
  transform: translate(-50%, -50%);
  transition: border 0.4s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.el-service-bn > a > span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 181, 101, 0.9);
  content: "";
  transform: translate(-50%, -50%);
  opacity: 0;
  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);
  z-index: 1;
}
.el-service-bn > a > span > span {
  position: relative;
  z-index: 2;
}
.el-service-bn > a:hover {
  text-decoration: none;
}
.el-service-bn > a:hover > span {
  border-width: 0;
}
.el-service-bn > a:hover > span::before {
  transform: translate(-50%, -50%);
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .el-service-bn > a:hover > span {
    border-width: 2.1428571429vw;
  }
  .el-service-bn > a:hover > span::before {
    opacity: 0;
  }
}

.bl-theme-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: max(21.4285714286vw, 300px);
  padding: max(2.8571428571vw, 40px);
  background: #ccc no-repeat center center/cover;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-theme-heading {
    height: 240px;
    padding: 2em;
  }
}
.bl-theme-nav {
  margin-top: 2em;
  margin-bottom: 6em;
  padding-top: 3.5em;
  border-top: 1px solid rgb(51, 181, 101);
}
@media screen and (max-width: 600px) {
  .bl-theme-nav {
    margin-top: 1em;
    padding-top: 2em;
  }
}
.bl-theme-nav .-title {
  margin: 0 0 1.5em;
  font-size: clamp(22px, 2.1333333333rem, 34.4px);
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-theme-nav .-title {
    margin-bottom: 1.25em;
    font-size: 20px;
  }
}
.bl-theme-nav .-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 600px) {
  .bl-theme-nav .-nav {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-theme-nav .-nav > li {
  width: 33.333%;
  margin-bottom: 20px;
  padding-right: 10px;
  padding-left: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-theme-nav .-nav > li {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .bl-theme-nav .-nav > li {
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-theme-nav .-nav > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: clamp(15px, 1.1333333333rem, 18.275px);
  height: 100%;
}
.bl-theme-nav .-nav > li.is-current > a > span {
  opacity: 0.2;
}
.bl-theme-nav .-nav > li.is-current > a::after {
  opacity: 0.2;
}

.el-heading-theme-main {
  margin: 0;
  color: #fff;
  font-size: clamp(26px, 2.6666666667rem, 43px);
  line-height: 1.4;
}
.el-heading-theme-sub {
  margin: 0.75em 0 0;
  color: #fff;
  font-size: clamp(14px, 1.0666666667rem, 17.2px);
  line-height: 1.4;
  font-weight: bold;
}

.detail-service {
  font-size: clamp(15px, 1.0666666667rem, 17.2px);
}
.detail-service h2 {
  position: relative;
  margin: 3em 0 1.25em;
  padding-bottom: 0.3em;
  border-bottom: 1px solid #CCC;
  font-size: clamp(22px, 2rem, 32.25px);
}
.detail-service h2::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: max(4.2857142857vw, 60px);
  height: 1px;
  background: rgb(51, 181, 101);
  content: "";
}
.detail-service h2:first-child {
  margin-top: 0;
}
.detail-service h3 {
  position: relative;
  margin: 2.5em 0 1.25em;
  padding-left: 1.5em;
  font-size: clamp(20px, 1.6rem, 25.8px);
  color: rgb(51, 181, 101);
}
@media screen and (max-width: 600px) {
  .detail-service h3 {
    padding-left: 1em;
  }
}
.detail-service h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 1px;
  height: 75%;
  background: rgb(51, 181, 101);
  transform: translateY(-50%);
  content: "";
}
.detail-service h4 {
  margin: 2.5em 0 1.25em;
  font-size: clamp(18px, 1.3333333333rem, 21.5px);
  font-weight: bold;
}
.detail-service ul {
  margin: 1.5em 0;
}
.detail-service ul li {
  position: relative;
  padding-left: 1.25em;
}
.detail-service ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "■";
}
.detail-service img {
  max-width: 100%;
}
.detail-service strong {
  color: rgb(51, 181, 101);
  font-weight: bold;
}
.detail-service .related-link {
  margin-top: 1.75em;
  margin-bottom: 1.75em;
  padding: 2em 2.5em;
  background: #F2F2F2;
}
@media screen and (max-width: 768px) {
  .detail-service .related-link {
    padding: 24px;
  }
}
.detail-service .related-link .-title {
  margin-bottom: 0.75em;
  font-size: clamp(16px, 1.2rem, 19.35px);
  line-height: 1.75;
  color: #333333;
  font-weight: bold;
}
.detail-service .related-link .-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6em;
  font-size: clamp(14px, 1rem, 16.125px);
  line-height: 0;
}
@media screen and (max-width: 600px) {
  .detail-service .related-link .-list {
    display: block;
  }
}
.detail-service .related-link .-list > li {
  width: 50%;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding-right: 0.6em;
  padding-left: 0.6em;
  box-sizing: border-box;
  line-height: 1;
}
@media screen and (max-width: 600px) {
  .detail-service .related-link .-list > li {
    width: 100%;
  }
  .detail-service .related-link .-list > li:last-child {
    margin-bottom: 0;
  }
}
.detail-service .related-link .-list > li::before {
  display: none;
}
.detail-service .related-link .-list > li > a {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0.8em 2em 0.8em 1em;
  box-sizing: border-box;
  background: #FFF;
  color: #333333;
  line-height: 1.6;
  font-weight: bold;
  overflow: hidden;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), border-color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
  z-index: 1;
}
.detail-service .related-link .-list > li > a > span {
  position: relative;
  z-index: 1;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.detail-service .related-link .-list > li > a::after {
  position: absolute;
  top: 50%;
  right: 1em;
  display: inline-block;
  width: 0.466em;
  height: 0.8em;
  margin-left: 0.5em;
  background: url(../images/icon/icon_arrow.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(-50%);
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.detail-service .related-link .-list > li > a:hover {
  text-decoration: none;
}
.detail-service .related-link .-list > li > a:hover > span {
  transform: translateX(0.5em);
}
@media screen and (max-width: 600px) {
  .detail-service .related-link .-list > li > a:hover > span {
    transform: translateX(0);
  }
}
.detail-service .related-link .-list > li > a:hover::after {
  transform: translateX(-0.5em) translateY(-50%);
}
@media screen and (max-width: 600px) {
  .detail-service .related-link .-list > li > a:hover::after {
    transform: translateY(-50%);
  }
}
.detail-service .books {
  position: relative;
  margin-top: 5em;
  margin-bottom: 5em;
}
.detail-service .books::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--w-100vw);
  height: 100%;
  background: #F2F2F2;
  content: "";
  z-index: 0;
}
.detail-service .books-inner {
  position: relative;
  padding-top: 5em;
  padding-bottom: 5em;
}
.detail-service .books .-title {
  margin: 0 0 1.75em;
  font-size: clamp(18px, 1.3333333333rem, 21.5px);
  font-weight: bold;
}
.detail-service .books .-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  .detail-service .books .-item {
    display: block;
  }
}
.detail-service .books .-item:last-child {
  margin-bottom: 0;
}
.detail-service .books .-item-image {
  flex: 0 0 max(24.2857142857vw, 280px);
  padding: 3.9285714286vw;
  background: #e6e6e6;
  box-sizing: border-box;
}
.detail-service .books .-item-image > span {
  display: block;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .detail-service .books .-item-image > span {
    max-width: 210px;
    margin-left: auto;
    margin-right: auto;
  }
}
.detail-service .books .-item-body {
  flex: 1 1 auto;
  padding-left: 3em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .detail-service .books .-item-body {
    max-width: max(45.7142857143vw, 600px);
    margin: 2em auto 0;
    padding-left: 0;
  }
}
.detail-service .books .-item-body .-title {
  margin: 0 0 0.5em;
  padding: 0;
  font-size: clamp(22px, 2rem, 32.25px);
  border-bottom: 0;
}
.detail-service .books .-item-body .-title::before {
  display: none;
}
.detail-service .books .-item-body .-text {
  margin-bottom: 1.25em;
}
.detail-service .books .-item-body .-info {
  padding-top: 1.25em;
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 600px) {
  .detail-service .books .-item-body .-btn {
    text-align: center;
  }
}
.detail-service .books .-item-body .-btn .el-btn {
  margin-right: 1.25em;
  margin-bottom: 1em;
}
@media screen and (max-width: 600px) {
  .detail-service .books .-item-body .-btn .el-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.75em;
  }
  .detail-service .books .-item-body .-btn .el-btn:last-child {
    margin-bottom: 0;
  }
}

.bl-service-browse-body {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.bl-service-browse-search .-heading {
  margin: 0 0 1.25em;
  padding-top: 1.5em;
  border-top: 1px solid #F2F2F2;
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 1.4;
  color: rgb(51, 181, 101);
  font-weight: bold;
}
.bl-service-browse-search .-heading:first-child {
  padding-top: 0;
  border: 0;
}
.bl-service-browse-results {
  position: relative;
  padding: 2em 0 5em;
}
.bl-service-browse-results::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--w-100vw);
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #F2F2F2;
  content: "";
  z-index: 0;
}
.bl-service-browse-results-inner {
  position: relative;
  z-index: 1;
}
.bl-service-browse-results .-results {
  margin: 0 0 3em;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: bold;
}

.ly-service-articles {
  position: relative;
  padding-bottom: max(2.1428571429vw, 30px);
}
.ly-service-articles::before {
  position: relative;
  display: block;
  width: var(--w-100vw);
  padding-top: max(5.3571428571vw, 75px);
  margin-left: calc(50% - 50vw);
  background: #F2F2F2;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .ly-service-articles::before {
    padding-top: 45px;
  }
}

.bl-service-articles {
  position: relative;
  padding: max(5vw, 50px) max(5.7142857143vw, 40px);
  z-index: 1;
}
.bl-service-articles::before {
  position: absolute;
  top: 0;
  left: 0;
  width: var(--w-100vw);
  height: max(14.2857142857vw, 200px);
  margin-left: calc(50% - 50vw);
  background: linear-gradient(180deg, #f2f2f2 0%, rgba(242, 242, 242, 0) 100%);
  content: "";
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-service-articles {
    padding: 24px 12px;
  }
}
.bl-service-articles::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .bl-service-articles::after {
    left: -12px;
    width: calc(100% + 24px);
  }
}
.bl-service-articles-header {
  position: relative;
  margin-bottom: 4.5em;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .bl-service-articles-header {
    margin-bottom: 3em;
  }
}
.bl-service-articles-header .-cat {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 600px) {
  .bl-service-articles-header .-cat {
    font-size: 13px;
  }
}
.bl-service-articles-header .-cat > li {
  margin-right: 0.75em;
}
.bl-service-articles-header .-cat > li > a {
  display: inline-block;
  padding: 0.25em 1em;
  background: #4D4D4D;
  color: #fff;
  line-height: 1.4;
  font-weight: bold;
}
.bl-service-articles-header .-cat > li > a:hover {
  text-decoration: none;
}
.bl-service-articles-header .-terms {
  margin: 2em 0;
  font-size: clamp(15px, 1rem, 16.125px);
  line-height: 1.75;
  letter-spacing: -0.4em;
}
@media screen and (max-width: 600px) {
  .bl-service-articles-header .-terms {
    font-size: 13px;
  }
}
.bl-service-articles-header .-terms:last-child {
  margin-bottom: 0;
}
.bl-service-articles-header .-terms > dt {
  margin: 0 0 0.25em;
  color: rgb(51, 181, 101);
  font-weight: bold;
  letter-spacing: normal;
}
@media screen and (max-width: 600px) {
  .bl-service-articles-header .-terms > dt {
    margin-bottom: 0.1em;
  }
}
.bl-service-articles-header .-terms > dd {
  margin: 0;
  display: inline-block;
  letter-spacing: normal;
}
.bl-service-articles-header .-terms.-keyword > dd {
  margin-right: 0.75em;
}
@media screen and (max-width: 600px) {
  .bl-service-articles-header .-terms.-keyword > dd {
    margin-right: 0.5em;
  }
}
.bl-service-articles-header .-terms.-keyword > dd > a {
  display: inline-block;
  padding: 0 0.75em;
  background: #d9d9d9;
  border-radius: max(0.2142857143vw, 3px);
  color: #4D4D4D;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: bold;
  transition: background 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-service-articles-header .-terms.-keyword > dd > a:hover {
  text-decoration: none;
  background: rgb(51, 181, 101);
  color: #fff;
}
@media screen and (max-width: 600px) {
  .bl-service-articles-header .-terms.-keyword > dd > a {
    font-size: 11px;
  }
}
.bl-service-articles-header .-terms.-domain > dd {
  position: relative;
  margin-right: 1.5em;
  padding-right: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-service-articles-header .-terms.-domain > dd {
    margin-right: 1em;
    padding-right: 1em;
  }
}
.bl-service-articles-header .-terms.-domain > dd::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 60%;
  background: #b3b3b3;
  content: "";
  transform: translateY(-50%);
}
.bl-service-articles-header .-terms.-domain > dd:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bl-service-articles-header .-terms.-domain > dd:last-child::before {
  display: none;
}
.bl-service-articles-header .-terms.-domain > dd > a {
  color: #333333;
  font-weight: bold;
}
.bl-service-articles-header .-title {
  margin: 0 0 0.75em;
  font-size: clamp(32px, 2.6666666667rem, 43px);
}
@media screen and (max-width: 768px) {
  .bl-service-articles-header .-title {
    font-size: clamp(24px, 2rem, 32.25px);
  }
}
.bl-service-articles-header .-title.-sz-sm {
  font-size: clamp(30px, 2.5333333333rem, 40.85px);
}
@media screen and (max-width: 768px) {
  .bl-service-articles-header .-title.-sz-sm {
    font-size: clamp(22px, 2rem, 32.25px);
  }
}
.bl-service-articles-body {
  position: relative;
  z-index: 1;
}

.detail-service-article *,
.detail-format * {
  position: relative;
}
.detail-service-article .anchor,
.detail-format .anchor {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
.detail-service-article .anchor > a,
.detail-format .anchor > a {
  display: inline-block;
  margin-right: 1em;
  margin-left: 1em;
  font-weight: bold;
}
.detail-service-article .anchor.-fz-15em,
.detail-format .anchor.-fz-15em {
  font-size: clamp(15px, 1rem, 16.125px);
}
.detail-service-article .anchor.-fz-16em,
.detail-format .anchor.-fz-16em {
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
}
.detail-service-article .anchor.-fz-17em,
.detail-format .anchor.-fz-17em {
  font-size: clamp(17px, 1.1333333333rem, 18.275px);
}
.detail-service-article .anchor.-fz-18em,
.detail-format .anchor.-fz-18em {
  font-size: clamp(18px, 1.2rem, 19.35px);
}
.detail-service-article .anchor.-fz-19em,
.detail-format .anchor.-fz-19em {
  font-size: clamp(19px, 1.2666666667rem, 20.425px);
}
.detail-service-article .anchor.-fz-20em,
.detail-format .anchor.-fz-20em {
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
}
.detail-service-article .anchor.-fz-21em,
.detail-format .anchor.-fz-21em {
  font-size: clamp(21px, 1.4rem, 22.575px);
}
.detail-service-article .header-case,
.detail-format .header-case {
  position: relative;
  margin: 0 0 3em;
  padding-left: 1.75em;
}
.detail-service-article .header-case::before,
.detail-format .header-case::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6px;
  height: 100%;
  background: rgb(51, 181, 101);
  content: "";
  transform: translateY(-50%);
}
.detail-service-article .header-case .-title,
.detail-format .header-case .-title {
  margin: 0 0 0.75em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #CCC;
  font-size: clamp(22px, 1.8rem, 29.025px);
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .detail-service-article .header-case .-title,
  .detail-format .header-case .-title {
    font-size: clamp(18px, 1.4666666667rem, 23.65px);
  }
}
.detail-service-article .header-case .-title-sub,
.detail-format .header-case .-title-sub {
  margin: 0;
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
  line-height: 1.6;
  font-weight: bold;
}
.detail-service-article .header-case .-project,
.detail-format .header-case .-project {
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
@media screen and (max-width: 768px) {
  .detail-service-article .header-case .-project,
  .detail-format .header-case .-project {
    font-size: clamp(13px, 0.8666666667rem, 13.975px);
  }
}
.detail-service-article .table-of-contents,
.detail-format .table-of-contents {
  margin-bottom: 4em;
  padding: max(2.1428571429vw, 30px);
  background: #F2F2F2;
}
.detail-service-article .table-of-contents dl,
.detail-format .table-of-contents dl {
  display: flex;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .detail-service-article .table-of-contents dl,
  .detail-format .table-of-contents dl {
    display: block;
  }
}
.detail-service-article .table-of-contents dl > dt,
.detail-format .table-of-contents dl > dt {
  flex: 0 0 max(7.1428571429vw, 100px);
  font-size: clamp(16px, 1.3333333333rem, 21.5px);
  font-weight: bold;
}
.detail-service-article .table-of-contents dl > dd,
.detail-format .table-of-contents dl > dd {
  flex: 1 1 auto;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .detail-service-article .table-of-contents dl > dd,
  .detail-format .table-of-contents dl > dd {
    font-size: clamp(14px, 1rem, 16.125px);
  }
}
.detail-service-article .table-of-contents ul > li,
.detail-format .table-of-contents ul > li {
  padding-left: 0;
}
.detail-service-article .table-of-contents ul > li::before,
.detail-format .table-of-contents ul > li::before {
  display: none;
}
.detail-service-article .table-of-contents ul,
.detail-service-article .table-of-contents ol,
.detail-format .table-of-contents ul,
.detail-format .table-of-contents ol {
  margin: 0;
  padding-left: 0;
}
.detail-service-article .table-of-contents ul li a,
.detail-service-article .table-of-contents ol li a,
.detail-format .table-of-contents ul li a,
.detail-format .table-of-contents ol li a {
  color: #333333;
}
.detail-service-article .table-of-contents ul > li ul,
.detail-service-article .table-of-contents ul > li ol,
.detail-service-article .table-of-contents ol > li ul,
.detail-service-article .table-of-contents ol > li ol,
.detail-format .table-of-contents ul > li ul,
.detail-format .table-of-contents ul > li ol,
.detail-format .table-of-contents ol > li ul,
.detail-format .table-of-contents ol > li ol {
  margin: 0 0 0 2em;
}
@media screen and (max-width: 768px) {
  .detail-service-article .table-of-contents ul > li ul,
  .detail-service-article .table-of-contents ul > li ol,
  .detail-service-article .table-of-contents ol > li ul,
  .detail-service-article .table-of-contents ol > li ol,
  .detail-format .table-of-contents ul > li ul,
  .detail-format .table-of-contents ul > li ol,
  .detail-format .table-of-contents ol > li ul,
  .detail-format .table-of-contents ol > li ol {
    margin-left: 1em;
  }
}
.detail-service-article h2,
.detail-service-article .el-h2,
.detail-format h2,
.detail-format .el-h2 {
  position: relative;
  margin: 3em 0 1.25em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid rgb(51, 181, 101);
  font-size: clamp(24px, 1.6rem, 25.8px);
}
.detail-service-article h2:first-child,
.detail-service-article .el-h2:first-child,
.detail-format h2:first-child,
.detail-format .el-h2:first-child {
  margin-top: 0;
}
.detail-service-article h3,
.detail-service-article .el-h3,
.detail-format h3,
.detail-format .el-h3 {
  position: relative;
  margin: 3em 0 1.25em;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #CCC;
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
}
.detail-service-article h3:first-child,
.detail-service-article .el-h3:first-child,
.detail-format h3:first-child,
.detail-format .el-h3:first-child {
  margin-top: 0;
}
.detail-service-article h4,
.detail-service-article .el-h4,
.detail-format h4,
.detail-format .el-h4 {
  position: relative;
  margin: 2em 0 1.25em;
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
  color: rgb(51, 181, 101);
}
.detail-service-article h4:first-child,
.detail-service-article .el-h4:first-child,
.detail-format h4:first-child,
.detail-format .el-h4:first-child {
  margin-top: 0;
}
.detail-service-article ul,
.detail-format ul {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
.detail-service-article ul:first-child,
.detail-format ul:first-child {
  margin-top: 0;
}
.detail-service-article ul:last-child,
.detail-format ul:last-child {
  margin-bottom: 0;
}
.detail-service-article ul li,
.detail-format ul li {
  position: relative;
  padding-left: 1.25em;
}
.detail-service-article ul li::before,
.detail-format ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "■";
}
.detail-service-article ol,
.detail-format ol {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.5em;
  line-height: 1.75;
}
.detail-service-article ol:first-child,
.detail-format ol:first-child {
  margin-top: 0;
}
.detail-service-article ol:last-child,
.detail-format ol:last-child {
  margin-bottom: 0;
}
.detail-service-article ol > li,
.detail-format ol > li {
  position: relative;
  margin-bottom: 0.5em;
  list-style: decimal outside none;
}
.detail-service-article ol ul,
.detail-service-article ol ol,
.detail-format ol ul,
.detail-format ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.detail-service-article ol ul:first-child,
.detail-service-article ol ol:first-child,
.detail-format ol ul:first-child,
.detail-format ol ol:first-child {
  margin-top: 0.5em;
}
.detail-service-article ol ul:last-child,
.detail-service-article ol ol:last-child,
.detail-format ol ul:last-child,
.detail-format ol ol:last-child {
  margin-bottom: 0.5em;
}
.detail-service-article img,
.detail-format img {
  max-width: 100%;
}
.detail-service-article .col img,
.detail-format .col img {
  max-width: 100%;
  width: auto;
}
.detail-service-article strong,
.detail-format strong {
  color: rgb(51, 181, 101);
  font-weight: bold;
}
.detail-service-article .grid2,
.detail-service-article .grid3,
.detail-service-article .grid4,
.detail-service-article .grid5,
.detail-service-article .grid6,
.detail-service-article .grid7,
.detail-format .grid2,
.detail-format .grid3,
.detail-format .grid4,
.detail-format .grid5,
.detail-format .grid6,
.detail-format .grid7 {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
.detail-service-article .grid2:first-child,
.detail-service-article .grid3:first-child,
.detail-service-article .grid4:first-child,
.detail-service-article .grid5:first-child,
.detail-service-article .grid6:first-child,
.detail-service-article .grid7:first-child,
.detail-format .grid2:first-child,
.detail-format .grid3:first-child,
.detail-format .grid4:first-child,
.detail-format .grid5:first-child,
.detail-format .grid6:first-child,
.detail-format .grid7:first-child {
  margin-top: 0;
}
.detail-service-article .grid2:last-child,
.detail-service-article .grid3:last-child,
.detail-service-article .grid4:last-child,
.detail-service-article .grid5:last-child,
.detail-service-article .grid6:last-child,
.detail-service-article .grid7:last-child,
.detail-format .grid2:last-child,
.detail-format .grid3:last-child,
.detail-format .grid4:last-child,
.detail-format .grid5:last-child,
.detail-format .grid6:last-child,
.detail-format .grid7:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .detail-service-article .grid2 > .col,
  .detail-service-article .grid2 > .col_multi2,
  .detail-service-article .grid2 > .col_multi3,
  .detail-service-article .grid3 > .col,
  .detail-service-article .grid3 > .col_multi2,
  .detail-service-article .grid3 > .col_multi3,
  .detail-service-article .grid4 > .col,
  .detail-service-article .grid4 > .col_multi2,
  .detail-service-article .grid4 > .col_multi3,
  .detail-service-article .grid5 > .col,
  .detail-service-article .grid5 > .col_multi2,
  .detail-service-article .grid5 > .col_multi3,
  .detail-service-article .grid6 > .col,
  .detail-service-article .grid6 > .col_multi2,
  .detail-service-article .grid6 > .col_multi3,
  .detail-service-article .grid7 > .col,
  .detail-service-article .grid7 > .col_multi2,
  .detail-service-article .grid7 > .col_multi3,
  .detail-format .grid2 > .col,
  .detail-format .grid2 > .col_multi2,
  .detail-format .grid2 > .col_multi3,
  .detail-format .grid3 > .col,
  .detail-format .grid3 > .col_multi2,
  .detail-format .grid3 > .col_multi3,
  .detail-format .grid4 > .col,
  .detail-format .grid4 > .col_multi2,
  .detail-format .grid4 > .col_multi3,
  .detail-format .grid5 > .col,
  .detail-format .grid5 > .col_multi2,
  .detail-format .grid5 > .col_multi3,
  .detail-format .grid6 > .col,
  .detail-format .grid6 > .col_multi2,
  .detail-format .grid6 > .col_multi3,
  .detail-format .grid7 > .col,
  .detail-format .grid7 > .col_multi2,
  .detail-format .grid7 > .col_multi3 {
    margin-bottom: 2.5em;
  }
  .detail-service-article .grid2 > .col:last-child,
  .detail-service-article .grid2 > .col_multi2:last-child,
  .detail-service-article .grid2 > .col_multi3:last-child,
  .detail-service-article .grid3 > .col:last-child,
  .detail-service-article .grid3 > .col_multi2:last-child,
  .detail-service-article .grid3 > .col_multi3:last-child,
  .detail-service-article .grid4 > .col:last-child,
  .detail-service-article .grid4 > .col_multi2:last-child,
  .detail-service-article .grid4 > .col_multi3:last-child,
  .detail-service-article .grid5 > .col:last-child,
  .detail-service-article .grid5 > .col_multi2:last-child,
  .detail-service-article .grid5 > .col_multi3:last-child,
  .detail-service-article .grid6 > .col:last-child,
  .detail-service-article .grid6 > .col_multi2:last-child,
  .detail-service-article .grid6 > .col_multi3:last-child,
  .detail-service-article .grid7 > .col:last-child,
  .detail-service-article .grid7 > .col_multi2:last-child,
  .detail-service-article .grid7 > .col_multi3:last-child,
  .detail-format .grid2 > .col:last-child,
  .detail-format .grid2 > .col_multi2:last-child,
  .detail-format .grid2 > .col_multi3:last-child,
  .detail-format .grid3 > .col:last-child,
  .detail-format .grid3 > .col_multi2:last-child,
  .detail-format .grid3 > .col_multi3:last-child,
  .detail-format .grid4 > .col:last-child,
  .detail-format .grid4 > .col_multi2:last-child,
  .detail-format .grid4 > .col_multi3:last-child,
  .detail-format .grid5 > .col:last-child,
  .detail-format .grid5 > .col_multi2:last-child,
  .detail-format .grid5 > .col_multi3:last-child,
  .detail-format .grid6 > .col:last-child,
  .detail-format .grid6 > .col_multi2:last-child,
  .detail-format .grid6 > .col_multi3:last-child,
  .detail-format .grid7 > .col:last-child,
  .detail-format .grid7 > .col_multi2:last-child,
  .detail-format .grid7 > .col_multi3:last-child {
    margin-bottom: 0;
  }
}
.detail-service-article .grid2 > .col p:last-child,
.detail-service-article .grid2 > .col table:last-child,
.detail-service-article .grid2 > .col ul:last-child,
.detail-service-article .grid2 > .col ol:last-child,
.detail-service-article .grid2 > .col dt:last-child,
.detail-service-article .grid2 > .col_multi2 p:last-child,
.detail-service-article .grid2 > .col_multi2 table:last-child,
.detail-service-article .grid2 > .col_multi2 ul:last-child,
.detail-service-article .grid2 > .col_multi2 ol:last-child,
.detail-service-article .grid2 > .col_multi2 dt:last-child,
.detail-service-article .grid2 > .col_multi3 p:last-child,
.detail-service-article .grid2 > .col_multi3 table:last-child,
.detail-service-article .grid2 > .col_multi3 ul:last-child,
.detail-service-article .grid2 > .col_multi3 ol:last-child,
.detail-service-article .grid2 > .col_multi3 dt:last-child,
.detail-service-article .grid3 > .col p:last-child,
.detail-service-article .grid3 > .col table:last-child,
.detail-service-article .grid3 > .col ul:last-child,
.detail-service-article .grid3 > .col ol:last-child,
.detail-service-article .grid3 > .col dt:last-child,
.detail-service-article .grid3 > .col_multi2 p:last-child,
.detail-service-article .grid3 > .col_multi2 table:last-child,
.detail-service-article .grid3 > .col_multi2 ul:last-child,
.detail-service-article .grid3 > .col_multi2 ol:last-child,
.detail-service-article .grid3 > .col_multi2 dt:last-child,
.detail-service-article .grid3 > .col_multi3 p:last-child,
.detail-service-article .grid3 > .col_multi3 table:last-child,
.detail-service-article .grid3 > .col_multi3 ul:last-child,
.detail-service-article .grid3 > .col_multi3 ol:last-child,
.detail-service-article .grid3 > .col_multi3 dt:last-child,
.detail-service-article .grid4 > .col p:last-child,
.detail-service-article .grid4 > .col table:last-child,
.detail-service-article .grid4 > .col ul:last-child,
.detail-service-article .grid4 > .col ol:last-child,
.detail-service-article .grid4 > .col dt:last-child,
.detail-service-article .grid4 > .col_multi2 p:last-child,
.detail-service-article .grid4 > .col_multi2 table:last-child,
.detail-service-article .grid4 > .col_multi2 ul:last-child,
.detail-service-article .grid4 > .col_multi2 ol:last-child,
.detail-service-article .grid4 > .col_multi2 dt:last-child,
.detail-service-article .grid4 > .col_multi3 p:last-child,
.detail-service-article .grid4 > .col_multi3 table:last-child,
.detail-service-article .grid4 > .col_multi3 ul:last-child,
.detail-service-article .grid4 > .col_multi3 ol:last-child,
.detail-service-article .grid4 > .col_multi3 dt:last-child,
.detail-service-article .grid5 > .col p:last-child,
.detail-service-article .grid5 > .col table:last-child,
.detail-service-article .grid5 > .col ul:last-child,
.detail-service-article .grid5 > .col ol:last-child,
.detail-service-article .grid5 > .col dt:last-child,
.detail-service-article .grid5 > .col_multi2 p:last-child,
.detail-service-article .grid5 > .col_multi2 table:last-child,
.detail-service-article .grid5 > .col_multi2 ul:last-child,
.detail-service-article .grid5 > .col_multi2 ol:last-child,
.detail-service-article .grid5 > .col_multi2 dt:last-child,
.detail-service-article .grid5 > .col_multi3 p:last-child,
.detail-service-article .grid5 > .col_multi3 table:last-child,
.detail-service-article .grid5 > .col_multi3 ul:last-child,
.detail-service-article .grid5 > .col_multi3 ol:last-child,
.detail-service-article .grid5 > .col_multi3 dt:last-child,
.detail-service-article .grid6 > .col p:last-child,
.detail-service-article .grid6 > .col table:last-child,
.detail-service-article .grid6 > .col ul:last-child,
.detail-service-article .grid6 > .col ol:last-child,
.detail-service-article .grid6 > .col dt:last-child,
.detail-service-article .grid6 > .col_multi2 p:last-child,
.detail-service-article .grid6 > .col_multi2 table:last-child,
.detail-service-article .grid6 > .col_multi2 ul:last-child,
.detail-service-article .grid6 > .col_multi2 ol:last-child,
.detail-service-article .grid6 > .col_multi2 dt:last-child,
.detail-service-article .grid6 > .col_multi3 p:last-child,
.detail-service-article .grid6 > .col_multi3 table:last-child,
.detail-service-article .grid6 > .col_multi3 ul:last-child,
.detail-service-article .grid6 > .col_multi3 ol:last-child,
.detail-service-article .grid6 > .col_multi3 dt:last-child,
.detail-service-article .grid7 > .col p:last-child,
.detail-service-article .grid7 > .col table:last-child,
.detail-service-article .grid7 > .col ul:last-child,
.detail-service-article .grid7 > .col ol:last-child,
.detail-service-article .grid7 > .col dt:last-child,
.detail-service-article .grid7 > .col_multi2 p:last-child,
.detail-service-article .grid7 > .col_multi2 table:last-child,
.detail-service-article .grid7 > .col_multi2 ul:last-child,
.detail-service-article .grid7 > .col_multi2 ol:last-child,
.detail-service-article .grid7 > .col_multi2 dt:last-child,
.detail-service-article .grid7 > .col_multi3 p:last-child,
.detail-service-article .grid7 > .col_multi3 table:last-child,
.detail-service-article .grid7 > .col_multi3 ul:last-child,
.detail-service-article .grid7 > .col_multi3 ol:last-child,
.detail-service-article .grid7 > .col_multi3 dt:last-child,
.detail-format .grid2 > .col p:last-child,
.detail-format .grid2 > .col table:last-child,
.detail-format .grid2 > .col ul:last-child,
.detail-format .grid2 > .col ol:last-child,
.detail-format .grid2 > .col dt:last-child,
.detail-format .grid2 > .col_multi2 p:last-child,
.detail-format .grid2 > .col_multi2 table:last-child,
.detail-format .grid2 > .col_multi2 ul:last-child,
.detail-format .grid2 > .col_multi2 ol:last-child,
.detail-format .grid2 > .col_multi2 dt:last-child,
.detail-format .grid2 > .col_multi3 p:last-child,
.detail-format .grid2 > .col_multi3 table:last-child,
.detail-format .grid2 > .col_multi3 ul:last-child,
.detail-format .grid2 > .col_multi3 ol:last-child,
.detail-format .grid2 > .col_multi3 dt:last-child,
.detail-format .grid3 > .col p:last-child,
.detail-format .grid3 > .col table:last-child,
.detail-format .grid3 > .col ul:last-child,
.detail-format .grid3 > .col ol:last-child,
.detail-format .grid3 > .col dt:last-child,
.detail-format .grid3 > .col_multi2 p:last-child,
.detail-format .grid3 > .col_multi2 table:last-child,
.detail-format .grid3 > .col_multi2 ul:last-child,
.detail-format .grid3 > .col_multi2 ol:last-child,
.detail-format .grid3 > .col_multi2 dt:last-child,
.detail-format .grid3 > .col_multi3 p:last-child,
.detail-format .grid3 > .col_multi3 table:last-child,
.detail-format .grid3 > .col_multi3 ul:last-child,
.detail-format .grid3 > .col_multi3 ol:last-child,
.detail-format .grid3 > .col_multi3 dt:last-child,
.detail-format .grid4 > .col p:last-child,
.detail-format .grid4 > .col table:last-child,
.detail-format .grid4 > .col ul:last-child,
.detail-format .grid4 > .col ol:last-child,
.detail-format .grid4 > .col dt:last-child,
.detail-format .grid4 > .col_multi2 p:last-child,
.detail-format .grid4 > .col_multi2 table:last-child,
.detail-format .grid4 > .col_multi2 ul:last-child,
.detail-format .grid4 > .col_multi2 ol:last-child,
.detail-format .grid4 > .col_multi2 dt:last-child,
.detail-format .grid4 > .col_multi3 p:last-child,
.detail-format .grid4 > .col_multi3 table:last-child,
.detail-format .grid4 > .col_multi3 ul:last-child,
.detail-format .grid4 > .col_multi3 ol:last-child,
.detail-format .grid4 > .col_multi3 dt:last-child,
.detail-format .grid5 > .col p:last-child,
.detail-format .grid5 > .col table:last-child,
.detail-format .grid5 > .col ul:last-child,
.detail-format .grid5 > .col ol:last-child,
.detail-format .grid5 > .col dt:last-child,
.detail-format .grid5 > .col_multi2 p:last-child,
.detail-format .grid5 > .col_multi2 table:last-child,
.detail-format .grid5 > .col_multi2 ul:last-child,
.detail-format .grid5 > .col_multi2 ol:last-child,
.detail-format .grid5 > .col_multi2 dt:last-child,
.detail-format .grid5 > .col_multi3 p:last-child,
.detail-format .grid5 > .col_multi3 table:last-child,
.detail-format .grid5 > .col_multi3 ul:last-child,
.detail-format .grid5 > .col_multi3 ol:last-child,
.detail-format .grid5 > .col_multi3 dt:last-child,
.detail-format .grid6 > .col p:last-child,
.detail-format .grid6 > .col table:last-child,
.detail-format .grid6 > .col ul:last-child,
.detail-format .grid6 > .col ol:last-child,
.detail-format .grid6 > .col dt:last-child,
.detail-format .grid6 > .col_multi2 p:last-child,
.detail-format .grid6 > .col_multi2 table:last-child,
.detail-format .grid6 > .col_multi2 ul:last-child,
.detail-format .grid6 > .col_multi2 ol:last-child,
.detail-format .grid6 > .col_multi2 dt:last-child,
.detail-format .grid6 > .col_multi3 p:last-child,
.detail-format .grid6 > .col_multi3 table:last-child,
.detail-format .grid6 > .col_multi3 ul:last-child,
.detail-format .grid6 > .col_multi3 ol:last-child,
.detail-format .grid6 > .col_multi3 dt:last-child,
.detail-format .grid7 > .col p:last-child,
.detail-format .grid7 > .col table:last-child,
.detail-format .grid7 > .col ul:last-child,
.detail-format .grid7 > .col ol:last-child,
.detail-format .grid7 > .col dt:last-child,
.detail-format .grid7 > .col_multi2 p:last-child,
.detail-format .grid7 > .col_multi2 table:last-child,
.detail-format .grid7 > .col_multi2 ul:last-child,
.detail-format .grid7 > .col_multi2 ol:last-child,
.detail-format .grid7 > .col_multi2 dt:last-child,
.detail-format .grid7 > .col_multi3 p:last-child,
.detail-format .grid7 > .col_multi3 table:last-child,
.detail-format .grid7 > .col_multi3 ul:last-child,
.detail-format .grid7 > .col_multi3 ol:last-child,
.detail-format .grid7 > .col_multi3 dt:last-child {
  margin-bottom: 0;
}
.detail-service-article .grid2 > .col.-img-full img,
.detail-service-article .grid2 > .col_multi2.-img-full img,
.detail-service-article .grid2 > .col_multi3.-img-full img,
.detail-service-article .grid3 > .col.-img-full img,
.detail-service-article .grid3 > .col_multi2.-img-full img,
.detail-service-article .grid3 > .col_multi3.-img-full img,
.detail-service-article .grid4 > .col.-img-full img,
.detail-service-article .grid4 > .col_multi2.-img-full img,
.detail-service-article .grid4 > .col_multi3.-img-full img,
.detail-service-article .grid5 > .col.-img-full img,
.detail-service-article .grid5 > .col_multi2.-img-full img,
.detail-service-article .grid5 > .col_multi3.-img-full img,
.detail-service-article .grid6 > .col.-img-full img,
.detail-service-article .grid6 > .col_multi2.-img-full img,
.detail-service-article .grid6 > .col_multi3.-img-full img,
.detail-service-article .grid7 > .col.-img-full img,
.detail-service-article .grid7 > .col_multi2.-img-full img,
.detail-service-article .grid7 > .col_multi3.-img-full img,
.detail-format .grid2 > .col.-img-full img,
.detail-format .grid2 > .col_multi2.-img-full img,
.detail-format .grid2 > .col_multi3.-img-full img,
.detail-format .grid3 > .col.-img-full img,
.detail-format .grid3 > .col_multi2.-img-full img,
.detail-format .grid3 > .col_multi3.-img-full img,
.detail-format .grid4 > .col.-img-full img,
.detail-format .grid4 > .col_multi2.-img-full img,
.detail-format .grid4 > .col_multi3.-img-full img,
.detail-format .grid5 > .col.-img-full img,
.detail-format .grid5 > .col_multi2.-img-full img,
.detail-format .grid5 > .col_multi3.-img-full img,
.detail-format .grid6 > .col.-img-full img,
.detail-format .grid6 > .col_multi2.-img-full img,
.detail-format .grid6 > .col_multi3.-img-full img,
.detail-format .grid7 > .col.-img-full img,
.detail-format .grid7 > .col_multi2.-img-full img,
.detail-format .grid7 > .col_multi3.-img-full img {
  width: 100%;
  height: auto;
}
.detail-service-article .grid2.-ai-c,
.detail-service-article .grid3.-ai-c,
.detail-service-article .grid4.-ai-c,
.detail-service-article .grid5.-ai-c,
.detail-service-article .grid6.-ai-c,
.detail-service-article .grid7.-ai-c,
.detail-format .grid2.-ai-c,
.detail-format .grid3.-ai-c,
.detail-format .grid4.-ai-c,
.detail-format .grid5.-ai-c,
.detail-format .grid6.-ai-c,
.detail-format .grid7.-ai-c {
  align-items: center;
}
.detail-service-article .grid2,
.detail-service-article .grid3,
.detail-service-article .grid4,
.detail-format .grid2,
.detail-format .grid3,
.detail-format .grid4 {
  margin-right: -2.1428571429vw;
  margin-left: -2.1428571429vw;
}
@media screen and (max-width: 600px) {
  .detail-service-article .grid2,
  .detail-service-article .grid3,
  .detail-service-article .grid4,
  .detail-format .grid2,
  .detail-format .grid3,
  .detail-format .grid4 {
    margin-right: 0;
    margin-left: 0;
  }
}
.detail-service-article .grid2 > .col,
.detail-service-article .grid3 > .col,
.detail-service-article .grid4 > .col,
.detail-format .grid2 > .col,
.detail-format .grid3 > .col,
.detail-format .grid4 > .col {
  padding-right: 2.1428571429vw;
  padding-left: 2.1428571429vw;
}
@media screen and (max-width: 600px) {
  .detail-service-article .grid2 > .col,
  .detail-service-article .grid3 > .col,
  .detail-service-article .grid4 > .col,
  .detail-format .grid2 > .col,
  .detail-format .grid3 > .col,
  .detail-format .grid4 > .col {
    padding-right: 0;
    padding-left: 0;
  }
}
.detail-service-article .grid3 > .col_multi2,
.detail-format .grid3 > .col_multi2 {
  padding-right: 2.1428571429vw;
  padding-left: 2.1428571429vw;
}
@media screen and (max-width: 600px) {
  .detail-service-article .grid3 > .col_multi2,
  .detail-format .grid3 > .col_multi2 {
    padding-right: 0;
    padding-left: 0;
  }
}
.detail-service-article .grid4 > .col_multi3,
.detail-format .grid4 > .col_multi3 {
  padding-right: 2.1428571429vw;
  padding-left: 2.1428571429vw;
}
@media screen and (max-width: 600px) {
  .detail-service-article .grid4 > .col_multi3,
  .detail-format .grid4 > .col_multi3 {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .detail-service-article .grid5 > .col,
  .detail-service-article .grid6 > .col,
  .detail-format .grid5 > .col,
  .detail-format .grid6 > .col {
    width: 33.333%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 600px) {
  .detail-service-article .grid5 > .col,
  .detail-service-article .grid6 > .col,
  .detail-format .grid5 > .col,
  .detail-format .grid6 > .col {
    width: 100%;
    margin-bottom: 3em;
  }
}
@media screen and (max-width: 1080px) {
  .detail-service-article .grid7 > .col,
  .detail-format .grid7 > .col {
    width: 25%;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 600px) {
  .detail-service-article .grid7 > .col,
  .detail-format .grid7 > .col {
    width: 100%;
    margin-bottom: 3em;
  }
}
.detail-service-article .flow,
.detail-format .flow {
  margin-bottom: 3em;
}
@media screen and (max-width: 600px) {
  .detail-service-article .flow,
  .detail-format .flow {
    margin-bottom: 4em;
  }
}
.detail-service-article .flow.grid2, .detail-service-article .flow.grid3, .detail-service-article .flow.grid4, .detail-service-article .flow.grid5, .detail-service-article .flow.grid6, .detail-service-article .flow.grid7,
.detail-format .flow.grid2,
.detail-format .flow.grid3,
.detail-format .flow.grid4,
.detail-format .flow.grid5,
.detail-format .flow.grid6,
.detail-format .flow.grid7 {
  margin-right: 0;
  margin-left: 0;
}
.detail-service-article .flow.grid2 .col, .detail-service-article .flow.grid3 .col, .detail-service-article .flow.grid4 .col, .detail-service-article .flow.grid5 .col, .detail-service-article .flow.grid6 .col, .detail-service-article .flow.grid7 .col,
.detail-format .flow.grid2 .col,
.detail-format .flow.grid3 .col,
.detail-format .flow.grid4 .col,
.detail-format .flow.grid5 .col,
.detail-format .flow.grid6 .col,
.detail-format .flow.grid7 .col {
  padding: 0;
}
@media screen and (max-width: 600px) {
  .detail-service-article .flow.grid2 .col, .detail-service-article .flow.grid3 .col, .detail-service-article .flow.grid4 .col, .detail-service-article .flow.grid5 .col, .detail-service-article .flow.grid6 .col, .detail-service-article .flow.grid7 .col,
  .detail-format .flow.grid2 .col,
  .detail-format .flow.grid3 .col,
  .detail-format .flow.grid4 .col,
  .detail-format .flow.grid5 .col,
  .detail-format .flow.grid6 .col,
  .detail-format .flow.grid7 .col {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1080px) {
  .detail-service-article .flow .grid5 > .col,
  .detail-service-article .flow .grid6 > .col,
  .detail-format .flow .grid5 > .col,
  .detail-format .flow .grid6 > .col {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 1080px) {
  .detail-service-article .flow .grid7 > .col,
  .detail-format .flow .grid7 > .col {
    margin-bottom: 0.5em;
  }
}
.detail-service-article .flow-arrow,
.detail-format .flow-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 0.5em;
}
.detail-service-article .flow-arrow .arrow,
.detail-format .flow-arrow .arrow {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0.1em;
  box-sizing: border-box;
}
.detail-service-article .flow-arrow .arrow:last-child,
.detail-format .flow-arrow .arrow:last-child {
  margin-bottom: 0;
}
.detail-service-article .flow-arrow .arrow::before,
.detail-format .flow-arrow .arrow::before {
  position: absolute;
  display: block;
  width: calc(100% - 1.25em);
  height: 100%;
  background: #878787;
  content: "";
  z-index: 0;
}
.detail-service-article .flow-arrow .arrow::after,
.detail-format .flow-arrow .arrow::after {
  position: absolute;
  top: 0;
  right: 1px;
  display: block;
  width: calc(1.25em - 1px);
  height: 100%;
  background-image: url(../images/service/bg_detail_arrow.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: "";
  z-index: 0;
}
.detail-service-article .flow-arrow .arrow.-bg-green::before,
.detail-format .flow-arrow .arrow.-bg-green::before {
  background: #33b565;
}
.detail-service-article .flow-arrow .arrow.-bg-green::after,
.detail-format .flow-arrow .arrow.-bg-green::after {
  background-image: url(../images/service/bg_detail_arrow_green.svg);
}
.detail-service-article .flow-arrow .arrow.-bg-blue::before,
.detail-format .flow-arrow .arrow.-bg-blue::before {
  background: #50a0dc;
}
.detail-service-article .flow-arrow .arrow.-bg-blue::after,
.detail-format .flow-arrow .arrow.-bg-blue::after {
  background-image: url(../images/service/bg_detail_arrow_blue.svg);
}
.detail-service-article .flow-arrow .arrow.-bg-orange::before,
.detail-format .flow-arrow .arrow.-bg-orange::before {
  background: #f08d46;
}
.detail-service-article .flow-arrow .arrow.-bg-orange::after,
.detail-format .flow-arrow .arrow.-bg-orange::after {
  background-image: url(../images/service/bg_detail_arrow_orange.svg);
}
.detail-service-article .flow-arrow .arrow.-bg-purple::before,
.detail-format .flow-arrow .arrow.-bg-purple::before {
  background: #c864aa;
}
.detail-service-article .flow-arrow .arrow.-bg-purple::after,
.detail-format .flow-arrow .arrow.-bg-purple::after {
  background-image: url(../images/service/bg_detail_arrow_purple.svg);
}
.detail-service-article .flow-arrow span,
.detail-format .flow-arrow span {
  position: relative;
  display: block;
  padding: 0.75em 1.25em 0.75em 1em;
  color: #fff;
  line-height: 1.6;
  font-weight: bold;
}
.detail-service-article .flow-body,
.detail-format .flow-body {
  padding: 1.25em;
  background: #f0f0f0;
  font-size: clamp(13px, 0.9333333333rem, 15.05px);
  line-height: 1.75;
}
.detail-service-article .iconblock,
.detail-format .iconblock {
  margin: 4em 0;
}
.detail-service-article .iconblock-icon,
.detail-format .iconblock-icon {
  width: clamp(80px, 85%, 300px);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 1em;
}
.detail-service-article .iconblock-icon > span,
.detail-format .iconblock-icon > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 9999px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
}
.detail-service-article .iconblock-icon > span > img,
.detail-format .iconblock-icon > 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;
}
.detail-service-article .iconblock-icon.-sz-lg,
.detail-format .iconblock-icon.-sz-lg {
  width: clamp(80px, 100%, 300px);
}
.detail-service-article .iconblock-icon.-sz-md,
.detail-format .iconblock-icon.-sz-md {
  width: clamp(80px, 75%, 250px);
}
.detail-service-article .iconblock-icon.-sz-sm,
.detail-format .iconblock-icon.-sz-sm {
  width: clamp(80px, 65%, 200px);
}
.detail-service-article .iconblock-title,
.detail-format .iconblock-title {
  margin: 1.25em 0 1em;
  padding-bottom: 0;
  border: none;
  color: #333333;
  line-height: 1.4;
  text-align: center;
}
.detail-service-article .iconblock-title.-c-green,
.detail-format .iconblock-title.-c-green {
  color: #33b565;
}
.detail-service-article .iconblock-title.-c-blue,
.detail-format .iconblock-title.-c-blue {
  color: #50a0dc;
}
.detail-service-article .iconblock-title.-c-orange,
.detail-format .iconblock-title.-c-orange {
  color: #f08d46;
}
.detail-service-article .iconblock-title.-c-purple,
.detail-format .iconblock-title.-c-purple {
  color: #c864aa;
}
.detail-service-article .iconblock-title.-fz-15em,
.detail-format .iconblock-title.-fz-15em {
  font-size: clamp(15px, 1rem, 16.125px);
}
.detail-service-article .iconblock-title.-fz-16em,
.detail-format .iconblock-title.-fz-16em {
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
}
.detail-service-article .iconblock-title.-fz-17em,
.detail-format .iconblock-title.-fz-17em {
  font-size: clamp(17px, 1.1333333333rem, 18.275px);
}
.detail-service-article .iconblock-title.-fz-18em,
.detail-format .iconblock-title.-fz-18em {
  font-size: clamp(18px, 1.2rem, 19.35px);
}
.detail-service-article .iconblock-title.-fz-19em,
.detail-format .iconblock-title.-fz-19em {
  font-size: clamp(19px, 1.2666666667rem, 20.425px);
}
.detail-service-article .iconblock-title.-fz-20em,
.detail-format .iconblock-title.-fz-20em {
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
}
.detail-service-article .iconblock-title.-fz-21em,
.detail-format .iconblock-title.-fz-21em {
  font-size: clamp(21px, 1.4rem, 22.575px);
}
.detail-service-article .multiplied > .col,
.detail-format .multiplied > .col {
  position: relative;
}
.detail-service-article .multiplied > .col::after,
.detail-format .multiplied > .col::after {
  position: absolute;
  top: 50%;
  display: block;
  background: url(../images/icon/icon_multiplied.svg) no-repeat center center/cover;
  content: "";
  transform: translateY(-50%);
}
.detail-service-article .multiplied > .col:last-child::after,
.detail-format .multiplied > .col:last-child::after {
  display: none;
}
.detail-service-article .multiplied.grid2,
.detail-format .multiplied.grid2 {
  margin-right: min(-5vw, -70px);
  margin-left: min(-5vw, -70px);
}
@media screen and (max-width: 768px) {
  .detail-service-article .multiplied.grid2,
  .detail-format .multiplied.grid2 {
    display: block;
  }
}
.detail-service-article .multiplied.grid2 > .col,
.detail-format .multiplied.grid2 > .col {
  padding-right: max(5vw, 70px);
  padding-left: max(5vw, 70px);
}
@media screen and (max-width: 768px) {
  .detail-service-article .multiplied.grid2 > .col,
  .detail-format .multiplied.grid2 > .col {
    width: 100%;
    margin-bottom: max(8.5714285714vw, 120px);
  }
}
.detail-service-article .multiplied.grid2 > .col::after,
.detail-format .multiplied.grid2 > .col::after {
  right: min(-3.5714285714vw, -50px);
  width: max(7.1428571429vw, 100px);
  height: max(7.1428571429vw, 100px);
}
@media screen and (max-width: 768px) {
  .detail-service-article .multiplied.grid2 > .col::after,
  .detail-format .multiplied.grid2 > .col::after {
    top: auto;
    bottom: calc(min(-4.2857142857vw, -60px) + min(-4.2857142857vw, -60px));
    right: 50%;
    width: max(4.2857142857vw, 60px);
    height: max(4.2857142857vw, 60px);
    transform: translate(50%, -55%);
  }
}
.detail-service-article .multiplied.grid3,
.detail-format .multiplied.grid3 {
  margin-right: min(-3.5714285714vw, -50px);
  margin-left: min(-3.5714285714vw, -50px);
}
@media screen and (max-width: 960px) {
  .detail-service-article .multiplied.grid3,
  .detail-format .multiplied.grid3 {
    margin-right: min(-2.8571428571vw, -40px);
    margin-left: min(-2.8571428571vw, -40px);
  }
}
@media screen and (max-width: 768px) {
  .detail-service-article .multiplied.grid3,
  .detail-format .multiplied.grid3 {
    display: block;
  }
}
.detail-service-article .multiplied.grid3 > .col,
.detail-format .multiplied.grid3 > .col {
  padding-right: max(3.5714285714vw, 50px);
  padding-left: max(3.5714285714vw, 50px);
}
@media screen and (max-width: 960px) {
  .detail-service-article .multiplied.grid3 > .col,
  .detail-format .multiplied.grid3 > .col {
    padding-right: max(2.8571428571vw, 40px);
    padding-left: max(2.8571428571vw, 40px);
  }
}
@media screen and (max-width: 768px) {
  .detail-service-article .multiplied.grid3 > .col,
  .detail-format .multiplied.grid3 > .col {
    width: 100%;
    margin-bottom: max(8.5714285714vw, 120px);
  }
}
.detail-service-article .multiplied.grid3 > .col::after,
.detail-format .multiplied.grid3 > .col::after {
  right: min(-2.8571428571vw, -40px);
  width: max(5.7142857143vw, 80px);
  height: max(5.7142857143vw, 80px);
}
@media screen and (max-width: 960px) {
  .detail-service-article .multiplied.grid3 > .col::after,
  .detail-format .multiplied.grid3 > .col::after {
    right: min(-2.1428571429vw, -30px);
    width: max(4.2857142857vw, 60px);
    height: max(4.2857142857vw, 60px);
  }
}
@media screen and (max-width: 768px) {
  .detail-service-article .multiplied.grid3 > .col::after,
  .detail-format .multiplied.grid3 > .col::after {
    top: auto;
    bottom: calc(min(-4.2857142857vw, -60px) + min(-4.2857142857vw, -60px));
    right: 50%;
    transform: translate(50%, -55%);
  }
}
.detail-service-article .box,
.detail-format .box {
  padding: max(2.8571428571vw, 30px);
  background: #F2F2F2;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
@media screen and (max-width: 600px) {
  .detail-service-article .box,
  .detail-format .box {
    padding: 24px;
  }
}
.detail-service-article .box-title,
.detail-format .box-title {
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
  font-weight: bold;
}
.detail-service-article .box *:last-child,
.detail-format .box *:last-child {
  margin-bottom: 0;
}
.detail-service-article .box.-bg-green,
.detail-format .box.-bg-green {
  background: #eef5f1;
}
.detail-service-article .box.-bg-blue,
.detail-format .box.-bg-blue {
  background: #eef2f5;
}
.detail-service-article .box.-bg-orange,
.detail-format .box.-bg-orange {
  background: #f5f1ed;
}
.detail-service-article .box.-bg-purple,
.detail-format .box.-bg-purple {
  background: #f5eef3;
}
.detail-service-article .linkpanel.grid2, .detail-service-article .linkpanel.grid3, .detail-service-article .linkpanel.grid4, .detail-service-article .linkpanel.grid5,
.detail-format .linkpanel.grid2,
.detail-format .linkpanel.grid3,
.detail-format .linkpanel.grid4,
.detail-format .linkpanel.grid5 {
  margin-right: -1.0714285714vw;
  margin-left: -1.0714285714vw;
}
@media screen and (max-width: 600px) {
  .detail-service-article .linkpanel.grid2, .detail-service-article .linkpanel.grid3, .detail-service-article .linkpanel.grid4, .detail-service-article .linkpanel.grid5,
  .detail-format .linkpanel.grid2,
  .detail-format .linkpanel.grid3,
  .detail-format .linkpanel.grid4,
  .detail-format .linkpanel.grid5 {
    margin-right: 0;
    margin-left: 0;
  }
}
.detail-service-article .linkpanel.grid2 > .col, .detail-service-article .linkpanel.grid3 > .col, .detail-service-article .linkpanel.grid4 > .col, .detail-service-article .linkpanel.grid5 > .col,
.detail-format .linkpanel.grid2 > .col,
.detail-format .linkpanel.grid3 > .col,
.detail-format .linkpanel.grid4 > .col,
.detail-format .linkpanel.grid5 > .col {
  padding-right: 1.0714285714vw;
  padding-left: 1.0714285714vw;
}
.detail-service-article .linkpanel.grid2 > .col::before, .detail-service-article .linkpanel.grid3 > .col::before, .detail-service-article .linkpanel.grid4 > .col::before, .detail-service-article .linkpanel.grid5 > .col::before,
.detail-format .linkpanel.grid2 > .col::before,
.detail-format .linkpanel.grid3 > .col::before,
.detail-format .linkpanel.grid4 > .col::before,
.detail-format .linkpanel.grid5 > .col::before {
  display: none;
}
@media screen and (max-width: 600px) {
  .detail-service-article .linkpanel.grid2 > .col, .detail-service-article .linkpanel.grid3 > .col, .detail-service-article .linkpanel.grid4 > .col, .detail-service-article .linkpanel.grid5 > .col,
  .detail-format .linkpanel.grid2 > .col,
  .detail-format .linkpanel.grid3 > .col,
  .detail-format .linkpanel.grid4 > .col,
  .detail-format .linkpanel.grid5 > .col {
    margin-bottom: 1em;
    padding-right: 0;
    padding-left: 0;
  }
  .detail-service-article .linkpanel.grid2 > .col:last-child, .detail-service-article .linkpanel.grid3 > .col:last-child, .detail-service-article .linkpanel.grid4 > .col:last-child, .detail-service-article .linkpanel.grid5 > .col:last-child,
  .detail-format .linkpanel.grid2 > .col:last-child,
  .detail-format .linkpanel.grid3 > .col:last-child,
  .detail-format .linkpanel.grid4 > .col:last-child,
  .detail-format .linkpanel.grid5 > .col:last-child {
    margin-bottom: 0;
  }
}
.detail-service-article .linkpanel a,
.detail-format .linkpanel a {
  display: block;
  height: 100%;
  padding: 1em 1.25em;
  background: #F2F2F2;
  box-sizing: border-box;
  color: #333333;
  line-height: 1.6;
  transition: opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.detail-service-article .linkpanel a:hover,
.detail-format .linkpanel a:hover {
  text-decoration: none;
  opacity: 0.5;
}
.detail-service-article .linkpanel.-bg-green a,
.detail-format .linkpanel.-bg-green a {
  background: #eef5f1;
}
.detail-service-article .linkpanel.-bg-blue a,
.detail-format .linkpanel.-bg-blue a {
  background: #eef2f5;
}
.detail-service-article .linkpanel.-bg-orange a,
.detail-format .linkpanel.-bg-orange a {
  background: #f5f1ed;
}
.detail-service-article .linkpanel.-bg-purple a,
.detail-format .linkpanel.-bg-purple a {
  background: #f5eef3;
}
.detail-service-article .bg,
.detail-format .bg {
  position: relative;
  padding-top: max(5.7142857143vw, 60px);
  padding-bottom: max(5.7142857143vw, 60px);
}
.detail-service-article .bg::before,
.detail-format .bg::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--w-100vw);
  height: 100%;
  margin-left: calc(50% - 50vw);
  background: #F2F2F2;
  content: "";
  z-index: 0;
}
.detail-service-article .bg *:last-child,
.detail-format .bg *:last-child {
  margin-bottom: 0;
}
.detail-service-article .bg.-bg-green::before,
.detail-format .bg.-bg-green::before {
  background: #eef5f1;
}
.detail-service-article .bg.-bg-blue::before,
.detail-format .bg.-bg-blue::before {
  background: #eef2f5;
}
.detail-service-article .bg.-bg-orange::before,
.detail-format .bg.-bg-orange::before {
  background: #f5f1ed;
}
.detail-service-article .bg.-bg-purple::before,
.detail-format .bg.-bg-purple::before {
  background: #f5eef3;
}
.detail-service-article .solution.no-arrow .solution-issue,
.detail-format .solution.no-arrow .solution-issue {
  margin-bottom: 1em;
}
.detail-service-article .solution.no-arrow .solution-issue::after,
.detail-format .solution.no-arrow .solution-issue::after {
  display: none;
}
.detail-service-article .solution-issue,
.detail-format .solution-issue {
  margin-top: 0;
  margin-bottom: 4em;
  padding: 1.75em;
  background: #f0f5e6;
  border-radius: clamp(8px, 1.0714285714vw, 15px);
  box-sizing: border-box;
  font-size: clamp(13px, 0.9333333333rem, 15.05px);
  line-height: 1.6;
}
.detail-service-article .solution-issue:last-child,
.detail-format .solution-issue:last-child {
  margin-bottom: 4em;
}
.detail-service-article .solution-issue::after,
.detail-format .solution-issue::after {
  position: absolute;
  bottom: -3.125em;
  left: 50%;
  display: block;
  width: 1.5em;
  height: 2.25em;
  background: url(../images/service/bg_detail_arrow.svg) no-repeat center center/cover;
  transform: translate(-50%, 0) rotate(90deg);
  content: "";
  opacity: 0.3;
}
.detail-service-article .solution-issue > li,
.detail-format .solution-issue > li {
  margin-bottom: 1em;
}
.detail-service-article .solution-issue > li:last-child,
.detail-format .solution-issue > li:last-child {
  margin-bottom: 0;
}
.detail-service-article .solution-issue > li::before,
.detail-format .solution-issue > li::before {
  top: 0.3em;
  width: 0.9em;
  height: 0.9em;
  background: rgb(51, 181, 101);
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 768px) {
  .detail-service-article .solution.grid4 > .col,
  .detail-format .solution.grid4 > .col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .detail-service-article .solution.grid4 > .col,
  .detail-format .solution.grid4 > .col {
    width: 100%;
  }
}

.el-heading-philosophy-en {
  position: relative;
  margin: 0 0 1.5em;
  padding-bottom: 1.25em;
  color: rgb(51, 181, 101);
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
  line-height: 1.4;
  font-family: "Roboto", sans-serif;
  text-align: center;
}
.el-heading-philosophy-en::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: block;
  width: 1em;
  height: 1px;
  background: rgb(51, 181, 101);
  transform: translateX(-50%);
  content: "";
}
.el-heading-philosophy-jp {
  margin: 0 0 1em;
  font-size: clamp(26px, 1.7333333333rem, 27.95px);
  line-height: 1.6;
  text-align: center;
}
.el-heading-philosophy-jp:last-child {
  margin-bottom: 0;
}
.el-heading-philosophy-jp-sub {
  margin: 0 0 1em;
  font-size: clamp(16px, 1.2rem, 19.35px);
  line-height: 1.6;
  text-align: center;
}
.el-heading-philosophy-jp-sub:last-child {
  margin-bottom: 0;
}

.bl-value {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 2em 0;
}
.bl-value > li {
  flex: 0 0 clamp(160px, 11.4285714286vw, 240px);
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1.5em;
  box-sizing: border-box;
  text-align: center;
}
.bl-value > li .-en {
  font-size: clamp(26px, 1.7333333333rem, 27.95px);
  font-weight: bold;
  line-height: 1.6;
}
.bl-value > li .-jp {
  color: #808080;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 1.6;
}

.bl-principle {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 3em;
}
@media screen and (max-width: 600px) {
  .bl-principle {
    display: block;
    margin-bottom: 2.5em;
  }
}
.bl-principle > li {
  flex: 0 0 clamp(240px, 17.1428571429vw, 300px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  margin-left: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  background-image: linear-gradient(120deg, #d9f1e2 0%, #e4f1db 100%);
  font-size: clamp(18px, 1.3333333333rem, 21.5px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 600px) {
/*  .bl-principle > li:last-child { */
/* start add */
  .bl-principle > li:child {
/*end add*/
    margin-bottom: 0;
  }
}

.bn-recruit {
/*  max-width: max(45.7142857143vw, 640px); */
/* start add */
  max-width: max(30vw, 420px);
/*end add*/
  margin: 0 auto;
  text-align: center;
}
.bn-recruit > a {
  position: relative;
  display: block;
  height: max(16.4285714286vw, 230px);
  background: #ccc;
  color: #fff;
  overflow: hidden;
}
.bn-recruit > a .-bg {
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bn-recruit > a .-bg > span {
  display: block;
/*  width: 50%; */
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .bn-recruit > a .-bg > span:first-child {
  background-position: right center;
}
.bn-recruit > a .-bg > span:last-child {
  background-position: left center;
} */
/* start add */
.bn-recruit > a .-bg > span:child {
  background-position: center;
}
/*end add*/

.bn-recruit > a .-body {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.bn-recruit > a .-body .-catchcopy {
  margin-bottom: 0.4em;
  padding-right: 1em;
  padding-left: 1em;
  font-size: clamp(44px, 3.0666666667rem, 49.45px);
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.bn-recruit > a:hover .-bg {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .bn-recruit > a:hover .-bg {
    transform: scale(1);
  }
}
.bn-recruit > a:hover .el-btn::before {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .bn-recruit > a:hover .el-btn::before {
    transform: scale(1);
  }
}

.bl-message {
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .bl-message {
    display: block;
    margin-top: 3em;
  }
}
@media screen and (max-width: 768px) {
  .bl-message-fig {
    position: relative;
    text-align: center;
  }
  .bl-message-fig::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: var(--w-100vw);
    height: 100%;
    margin-left: calc(50% - 50vw);
    background: #F2F2F2;
    content: "";
  }
  .bl-message-fig img {
    position: relative;
    max-width: 310px;
  }
}
.bl-message-body {
  padding-left: max(5vw, 50px);
}
@media screen and (max-width: 768px) {
  .bl-message-body {
    margin-bottom: 6em;
    padding-left: 0;
  }
}
.bl-message-body p {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  .bl-message-body p {
    margin-bottom: 1.25em;
  }
}
.bl-message-body p:last-child {
  margin-bottom: 0;
}
.bl-message-body p.-name {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bl-message-body p.-sign {
  margin-top: 4em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .bl-message-body p.-sign {
    margin-top: 3em;
  }
}
.bl-message-body p.-sign img {
  max-width: clamp(140px, 12.4285714286vw, 250px);
}

.bl-business {
  margin-top: 4em;
}
@media screen and (max-width: 768px) {
  .bl-business {
    margin-top: 3em;
  }
}
@media screen and (max-width: 600px) {
  .bl-business {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .bl-business-item {
    margin-bottom: 2.75em;
  }
  .bl-business-item:last-child {
    margin-bottom: 0;
  }
}
.bl-business-fig {
  background: #ccc;
}
.bl-business-body {
  margin-top: 2em;
}
.bl-business-list {
  margin: 1.75em 0 0;
  line-height: 1.65;
}
.bl-business-list > li {
  position: relative;
  margin: 0 0 0.25em;
  padding-left: 1.1em;
  font-weight: bold;
}
.bl-business-list > li::before {
  position: absolute;
  top: 0.825em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgb(51, 181, 101);
  transform: translateY(-50%);
  content: "";
}
.bl-business-list > li:last-child {
  margin-bottom: 0;
}
.bl-business-btn {
  margin-top: 5em;
  text-align: center;
}

.bl-platform {
  margin-top: 4em;
}
@media screen and (max-width: 600px) {
  .bl-platform {
    margin-top: 3em;
  }
}
@media screen and (max-width: 600px) {
  .bl-platform-item {
    margin-bottom: 2.75em;
  }
  .bl-platform-item:last-child {
    margin-bottom: 0;
  }
}
.bl-platform-item > a {
  display: block;
  color: #333333;
}
.bl-platform-item > a:hover {
  text-decoration: none;
}
.bl-platform-item > a:hover .bl-platform-fig .-fig {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .bl-platform-item > a:hover .bl-platform-fig .-fig {
    transform: scale(1);
  }
}
.bl-platform-body .-title {
  margin: 0 0 0.5em;
  font-size: clamp(16px, 1.2rem, 19.35px);
  font-weight: bold;
}
.bl-platform-fig {
  position: relative;
  margin-bottom: 1.25em;
}
.bl-platform-fig .-fig {
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-platform-fig .-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 57.14%;
  overflow: hidden;
  background: #ccc;
}
.bl-platform-fig .-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-platform-fig .-sitename {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  box-sizing: border-box;
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
  line-height: 1.6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  transform: translateY(-50%);
}
.bl-platform-fig .-sitename.-icon-window::after {
  position: relative;
  display: inline-block;
  width: 0.875em;
  height: 0.6875em;
  margin-left: 0.75em;
  background: url(../images/icon/icon_window_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;
}

/* start add 202503*/
.bl-detail-experts {
  counter-reset: num;
}
.bl-detail-experts-item {
  margin: 0;
  border-top: 1px solid #CCCCCC;
  box-sizing: border-box;
  counter-increment: num;
}
.bl-detail-experts-item:first-child {
  border-top: none;
}
/*.bl-detail-experts-item:last-child {
  border-bottom: 1px solid #CCCCCC;
}*/
@media screen and (max-width: 600px) {
  .bl-detail-experts-item:last-child {
  border-bottom: 1px solid #CCCCCC;
  }
}
.bl-detail-experts-item > dt {
  position: relative;
  padding-top: 1.5em;
  padding-bottom: 2.0em;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .bl-detail-experts-item > dt {
    padding-top: 1.5em;
    padding-bottom: 2.5em;
  }
}
.bl-detail-experts-item > dt .-toggle {
  position: absolute;
  bottom: -10px;
  right: 45%;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: rgb(51, 181, 101);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-detail-experts-item > dt .-toggle {
    right: 48%;
    bottom: 0%;
    width: 1.3em;
    height: 1.3em;
  }
}
.bl-detail-experts-item > dt .-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.65em;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-detail-experts-item > dt .-toggle::before {
    width: 0.6em;
  }
}
.bl-detail-experts-item > dt .-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 0.65em;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-detail-experts-item > dt .-toggle::after {
    height: 0.6em;
  }
}
.bl-detail-experts-item > dt.is-slide-open .-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bl-detail-experts-item > dd {
  position: relative;
  display: none;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bl-detail-experts-item > dd {
    padding-bottom: 1.5em;
  }
}
/* end add 202503*/

.el-heading-cs {
  position: relative;
  margin: 0 0 3em;
  padding-left: 4.19em;
  font-size: clamp(26px, 1.7333333333rem, 27.95px);
  font-weight: bold;
  line-height: 1.75;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .el-heading-cs {
    font-size: clamp(22px, 1.6rem, 25.8px);
  }
}
@media screen and (max-width: 600px) {
  .el-heading-cs {
    margin-bottom: 2.5em;
    padding-left: 3.25em;
    font-size: clamp(20px, 1.6rem, 25.8px);
  }
  .el-heading-cs br {
    display: none;
  }
}
.el-heading-cs::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 3.19em;
  height: 3.0624em;
  background: url(../images/logomark.svg) no-repeat center center/cover;
  content: "";
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .el-heading-cs::before {
    top: 0.875em;
    width: 2.5em;
    height: 2.4em;
  }
}
.el-heading-cs-lv2 {
  margin: 2em 0 1.5em;
  color: rgb(51, 181, 101);
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .el-heading-cs-lv2 {
    font-size: clamp(18px, 1.3333333333rem, 21.5px);
  }
}

.bl-cs-singleword {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: clamp(-30px, -1.4285714286vw, -10px);
  margin-left: clamp(-30px, -1.4285714286vw, -10px);
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-cs-singleword {
    justify-content: start;
    margin-right: -5px;
    margin-left: -5px;
    font-size: 15px;
    line-height: 1.6;
  }
}
.bl-cs-singleword-item {
  width: 33.333%;
  margin-bottom: 1.75em;
  padding-right: clamp(10px, 1.4285714286vw, 30px);
  padding-left: clamp(10px, 1.4285714286vw, 30px);
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-cs-singleword-item {
    width: 50%;
    margin-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.bl-cs-singleword-item .-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 1em;
  border: 4px solid #e7f2b6;
  border-radius: 20px;
  box-sizing: border-box;
  text-align: center;
}

.bl-logomark {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(30px, 2.8571428571vw, 50px);
  align-items: center;
  max-width: clamp(600px, 42.8571428571vw, 700px);
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .bl-logomark {
    display: block;
    max-width: 280px;
  }
}
@media screen and (max-width: 600px) {
  .bl-logomark-mark {
    width: 240px;
    margin: 0 auto 2em;
  }
}
.bl-logomark-body .-title {
  margin: 0 0 1em;
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
  font-weight: bold;
}
.bl-logomark-body .-text {
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
}
.bl-logomark-body .-text:last-child {
  margin-bottom: 0;
}

.bl-cs-comment {
  position: relative;
  margin-top: 7em;
  padding: 6em 3.5em 3em;
  border: 4px solid #e7f2b6;
  border-radius: clamp(20px, 1.4285714286vw, 30px);
  background: #fff;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 1.85;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-cs-comment {
    padding: 5em 2em 2.5em;
  }
}
@media screen and (max-width: 600px) {
  .bl-cs-comment {
    padding: 5em 1.75em 2em;
  }
}
.bl-cs-comment.-no-title {
  padding-top: 3em;
}
@media screen and (max-width: 600px) {
  .bl-cs-comment.-no-title {
    padding-top: 2em;
  }
}
.bl-cs-comment .-title {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  max-width: clamp(240px, 20vw, 300px);
  margin: 0 auto;
  padding-top: 1em;
  padding-bottom: 1em;
  background: #f2f2f2;
  box-sizing: border-box;
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
  line-height: 1.75;
  font-weight: bold;
  text-align: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 600px) {
  .bl-cs-comment .-title {
    max-width: 190px;
    line-height: 1.6;
  }
}
.bl-cs-comment .-title-principle {
  background-image: linear-gradient(120deg, #d9f1e2 0%, #e4f1db 100%);
  font-size: clamp(20px, 1.3333333333rem, 21.5px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-cs-comment .-title-principle {
    font-size: 18px;
  }
}
.bl-cs-comment .-title-value .-en {
  font-size: clamp(26px, 1.7333333333rem, 27.95px);
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-cs-comment .-title-value .-en {
    font-size: 22px;
  }
}
.bl-cs-comment .-title-value .-jp {
  color: #808080;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 1.6;
  font-weight: normal;
}
@media screen and (max-width: 600px) {
  .bl-cs-comment .-title-value .-jp {
    font-size: 12px;
  }
}
.bl-cs-comment .-comment {
  margin: 0;
}
.bl-cs-comment .-comment > li {
  position: relative;
  margin-bottom: 1.5em;
  padding-left: 2.5em;
}
.bl-cs-comment .-comment > li::before {
  position: absolute;
  top: 0.875em;
  left: 0;
  display: block;
  width: 1.6em;
  height: 1.4666em;
  background: url(../images/icon/icon_comment.svg) no-repeat center center/cover;
  transform: translateY(-40%);
  content: "";
}
.bl-cs-comment .-comment > li:last-child {
  margin-bottom: 0;
}

.bl-survey {
  padding: 3em;
  background: #f5fae2;
}
@media screen and (max-width: 600px) {
  .bl-survey {
    padding: 20px;
  }
}
.bl-survey > .-title {
  margin: 0 0 1em;
  font-size: clamp(22px, 1.4666666667rem, 23.65px);
}
@media screen and (max-width: 600px) {
  .bl-survey > .-title {
    font-size: 20px;
  }
}
.bl-survey > .-method {
  margin: 0;
}
.bl-survey > .-method > dt {
  float: left;
  width: 10em;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-survey > .-method > dt {
    float: none;
    width: 100%;
    padding-top: 1em;
    padding-bottom: 0;
    border-top: 1px solid rgba(51, 181, 101, 0.5);
  }
}
.bl-survey > .-method > dd {
  margin: 0;
  width: 100%;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  padding-left: 10em;
  box-sizing: border-box;
  border-top: 1px solid rgba(51, 181, 101, 0.5);
}
@media screen and (max-width: 600px) {
  .bl-survey > .-method > dd {
    padding-top: 0;
    padding-bottom: 1em;
    padding-left: 0;
    border: none;
  }
}
.bl-survey > .-method > dd:last-child {
  padding-bottom: 0;
}
.bl-survey > .-method .-list {
  margin: 0;
}
.bl-survey > .-method .-list > li {
  position: relative;
  padding-left: 1em;
}
.bl-survey > .-method .-list > li::before {
  position: absolute;
  top: 1em;
  left: 0;
  display: block;
  width: 0.6em;
  height: 0.6em;
  background: #333333;
  border-radius: 50%;
  content: "";
  transform: translateY(-50%);
}
.bl-survey > .-method .-evaluation {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bl-survey > .-method .-evaluation {
    display: block;
  }
}
.bl-survey > .-method .-evaluation > .-title {
  flex: 0 0 7em;
}
.bl-survey > .-method .-evaluation > .-body {
  flex: 1 1 auto;
}
.bl-survey .-sec {
  padding-top: 3em;
  padding-bottom: 3em;
  border-top: 1px solid rgba(51, 181, 101, 0.5);
}
.bl-survey .-sec:last-child {
  padding-bottom: 0;
}
.bl-survey .-sec-title {
  margin: 0 0 1.25em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
}
.bl-survey .-sec-title > span {
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
  font-weight: normal;
}
.bl-survey .-graph {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: clamp(30px, 2.8571428571vw, 60px);
  width: 100%;
  max-width: clamp(1020px, 72.8571428571vw, 1200px);
}
@media screen and (max-width: 768px) {
  .bl-survey .-graph {
    grid-template-columns: 1fr 1fr;
  }
}
.bl-survey .-graph-title {
  margin-bottom: 1em;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .bl-survey .-graph-title {
    font-size: 14px;
  }
  .bl-survey .-graph-title br {
    display: none;
  }
}
.bl-survey .-graph-fig {
  max-width: 165px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .bl-survey .-graph-fig {
    max-width: 110px;
  }
}
.bl-survey .-graph-fig img {
  width: 100%;
  height: auto;
}
.bl-survey .-graph-legend {
  margin: 2em 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
.bl-survey .-graph-legend > dt {
  margin-right: 2em;
  font-weight: bold;
}
.bl-survey .-graph-legend > dd {
  margin: 0 1em 0 0;
}
.bl-survey .-graph-legend > dd:last-child {
  margin-right: 0;
}
.bl-survey .-result {
  margin-right: clamp(-30px, -1.4285714286vw, -20px);
  margin-left: clamp(-30px, -1.4285714286vw, -20px);
}
@media screen and (max-width: 960px) {
  .bl-survey .-result {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-survey .-result > .col {
  padding-right: clamp(20px, 1.4285714286vw, 30px);
  padding-left: clamp(20px, 1.4285714286vw, 30px);
}
@media screen and (max-width: 960px) {
  .bl-survey .-result > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .bl-survey .-result > .col:last-child {
    margin-top: 2em;
  }
}
.bl-survey .-result-ranking {
  margin: 0;
  font-size: clamp(16px, 1.0666666667rem, 17.2px);
  font-weight: bold;
  line-height: 1.75;
  counter-reset: num;
}
@media screen and (max-width: 600px) {
  .bl-survey .-result-ranking {
    font-size: 15px;
  }
}
.bl-survey .-result-ranking.-gr2 {
  -moz-columns: 2;
  columns: 2;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
@media screen and (max-width: 768px) {
  .bl-survey .-result-ranking.-gr2 {
    -moz-columns: initial;
    columns: initial;
  }
}
.bl-survey .-result-ranking > li {
  position: relative;
  margin-top: -1px;
  padding: 1em 0 1em 3em;
  border-top: 1px solid #bdeccf;
  border-bottom: 1px solid #bdeccf;
  box-sizing: border-box;
  counter-increment: num;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.bl-survey .-result-ranking > li::before {
  position: absolute;
  top: 1.875em;
  left: 0;
  color: rgb(51, 181, 101);
  content: counter(num) "位";
  transform: translateY(-50%);
}

.bl-prev-surveys {
  display: flex;
  flex-wrap: wrap;
  margin: 1.5em 0 0;
}
.bl-prev-surveys > dt {
  margin: 0 2em 0 0;
}
@media screen and (max-width: 600px) {
  .bl-prev-surveys > dt {
    width: 100%;
    margin-right: 0;
  }
}
.bl-prev-surveys > dd {
  margin: 0 1em 0 0;
}

.el-name-media {
  position: relative;
  margin: 0;
  font-size: clamp(18px, 1.4rem, 22.575px);
}
.el-name-media .-icon {
  display: inline-block;
  width: 1.9em;
  margin-right: 1em;
  vertical-align: middle;
}
.el-name-media .-icon img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.bl-directors {
  margin: 0;
  margin-right: min(-2.8571428571vw, -15px);
  margin-left: min(-2.8571428571vw, -15px);
}
@media screen and (max-width: 960px) {
  .bl-directors {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}
.bl-directors > .col {
  padding-right: max(2.8571428571vw, 15px);
  padding-left: max(2.8571428571vw, 15px);
}
@media screen and (max-width: 960px) {
  .bl-directors > .col {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.bl-directors-item {
  display: flex;
  margin-bottom: 4.5em;
}
@media screen and (max-width: 600px) {
  .bl-directors-item {
    display: block;
  }
}
.bl-directors-fig {
  flex: 0 0 clamp(120px, 10.7142857143vw, 200px);
}
.bl-directors-fig img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 600px) {
  .bl-directors-fig {
    margin-bottom: 1.5em;
    text-align: center;
  }
  .bl-directors-fig img {
    width: 100%;
    max-width: 240px;
  }
}
.bl-directors-body {
  flex: 1 1 auto;
  padding-left: 1.75em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-directors-body {
    padding-left: 0;
  }
}
.bl-directors-body > .-name {
  margin: 0;
  font-size: clamp(22px, 1.4666666667rem, 23.65px);
}
@media screen and (max-width: 768px) {
  .bl-directors-body > .-name {
    font-size: clamp(20px, 1.4666666667rem, 23.65px);
  }
}
@media screen and (max-width: 600px) {
  .bl-directors-body > .-name {
    font-size: 20px;
  }
}
.bl-directors-body > .-position {
  margin: 0;
}
.bl-directors-body > .-position > .-sub {
  font-size: clamp(12px, 0.8rem, 12.9px);
}
.bl-directors-body > .-position-sub {
  margin: 0;
  font-size: clamp(12px, 0.8rem, 12.9px);
}
.bl-directors-body > .-profile {
  margin-top: 1.5em;
  padding: 0;
}

.bl-books {
  display: flex;
  padding: 5em 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.bl-books:first-child {
  padding-top: 0;
}
.bl-books.-bd-none {
  border: none;
}
@media screen and (max-width: 768px) {
  .bl-books {
    display: block;
  }
}
.bl-books-image {
  flex: 0 0 clamp(220px, 20.6428571429vw, 340px);
}
@media screen and (max-width: 768px) {
  .bl-books-image {
    background: #F2F2F2;
    text-align: center;
  }
}
.bl-books-image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .bl-books-image img {
    width: clamp(200px, 20.6428571429vw, 340px);
  }
}
.bl-books-body {
  flex: 1 1 auto;
  padding-left: 5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-books-body {
    margin-top: 3.5em;
    padding-left: 0;
  }
}
.bl-books-body > .-title {
  margin: 0;
  font-size: clamp(22px, 1.4666666667rem, 23.65px);
}
@media screen and (max-width: 600px) {
  .bl-books-body > .-title {
    font-size: 20px;
  }
}
.bl-books-body > .-author {
  font-weight: bold;
}
.bl-books-body > .-description {
  margin: 2em 0 0;
}
.bl-books-body > .-publisher {
  margin: 2em 0 0;
}
.bl-books-body > .-btn {
  margin: 3em 0 0;
}

.el-parent-label {
  margin-bottom: 1em;
  font-size: clamp(16px, 1.2rem, 19.35px);
  font-weight: bold;
}

.bl-toc {
  margin: 0;
}
.bl-toc > .-title {
  margin-bottom: 1em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
}
.bl-toc > .-contents > dt {
  float: left;
  width: 6.5em;
  padding-bottom: 0.75em;
  box-sizing: border-box;
  font-weight: bold;
  clear: both;
}
@media screen and (max-width: 600px) {
  .bl-toc > .-contents > dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
}
.bl-toc > .-contents > dd {
  width: 100%;
  margin: 0;
  padding-left: 6.5em;
  padding-bottom: 0.75em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-toc > .-contents > dd {
    padding-left: 0;
  }
}

.bl-bookinfo {
  margin-top: 3em;
}
.bl-bookinfo > .-title {
  margin: 0 0 0.25em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
}
.bl-bookinfo > .-text:last-child {
  margin-bottom: 0;
}

.bl-author {
  display: flex;
  align-items: center;
  margin-bottom: 4em;
}
@media screen and (max-width: 600px) {
  .bl-author {
    display: block;
  }
}
.bl-author.-column {
  display: block;
}
.bl-author.-column .bl-author-body {
  padding-left: 0;
}
.bl-author-avatar {
  flex: 0 0 clamp(160px, 25vw, 460px);
}
.bl-author-avatar > span {
  display: block;
  width: 100%;
  max-width: clamp(160px, 15vw, 400px);
  max-height: clamp(160px, 15vw, 400px);
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
}
.bl-author-avatar > span img {
  width: 100%;
  height: auto;
}
.bl-author-body {
  flex: 1 1 auto;
  padding-left: 3em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-author-body {
    margin-top: 1.5em;
    padding-left: 0;
  }
}
.bl-author-body .-name {
  margin-bottom: 0.5em;
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-author-body .-name {
    text-align: center;
  }
}
.bl-author-body .-position {
  display: inline-block;
  margin-left: 1em;
  font-size: clamp(15px, 1rem, 16.125px);
}
@media screen and (max-width: 600px) {
  .bl-author-body .-position {
    display: block;
    margin-left: 0;
  }
}
.bl-author-body .-profile:last-child {
  margin-bottom: 0;
}

.bl-googlemap {
  position: relative;
  width: 100%;
  height: clamp(500px, 35.7142857143vw, 600px);
  margin-top: 6em;
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .bl-googlemap {
    margin-top: 4em;
  }
}
.bl-googlemap [aria-roledescription=地図] img {
  width: 100% !important;
  height: auto !important;
}

.bl-news-list {
  margin: 3.75em 0;
  font-size: clamp(15px, 1rem, 16.125px);
}
.bl-news-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .bl-news-list {
    margin-top: 2.5em;
    font-size: 14px;
  }
}
.bl-news-list .-list {
  margin: 0;
}
.bl-news-list .-list > dt {
  position: relative;
  float: left;
  width: calc(clamp(15px, 1rem, 16.125px) * 9.5);
  margin: 0;
  padding: 0 0 max(1.7857142857vw, 1.5em) 0;
  box-sizing: border-box;
  color: #999;
  font-weight: bold;
  line-height: 1.6;
  clear: both;
}
@media screen and (max-width: 768px) {
  .bl-news-list .-list > dt {
    float: none;
    width: 100%;
    padding-bottom: 0.2em;
  }
}
.bl-news-list .-list > dd {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 max(1.7857142857vw, 1.5em) calc(clamp(15px, 1rem, 16.125px) * 9.5 + clamp(9em, 8.5714285714vw, 9em) + 1em);
  line-height: 1.6;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-news-list .-list > dd {
    padding: 0 0 13px 0;
  }
}
.bl-news-list .-list > dd > span {
  position: absolute;
  top: calc(clamp(15px, 1.0714285714vw, 18.75px) * 1.6 / 2);
  left: calc(clamp(15px, 1rem, 16.125px) * 9.5);
  min-width: clamp(9em, 8.5714285714vw, 9em);
  margin-right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .bl-news-list .-list > dd > span {
    position: static;
    margin-right: 1.5em;
    transform: translateY(0);
  }
}
.bl-news-list .-list > dd > a {
  color: #333333;
}
.bl-news-list .-list > dd > a > span {
  padding-bottom: 0.25em;
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-news-list .-list > dd > a:hover {
  text-decoration: none;
}
.bl-news-list .-list > dd > a:hover > span {
  background-position: left bottom;
  background-size: 100% 1px;
}
.bl-news-list .-list > dd > a[target=_blank]:after {
  display: inline-block;
  width: max(1.0714285714vw, 15px);
  height: max(1.0714285714vw, 15px);
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(15%);
}
.bl-news-list .-list > dd > a[href$=".pdf"]:after {
  display: inline-block;
  width: max(1.2857142857vw, 18px);
  height: max(1.2857142857vw, 18px);
  margin-left: 5px;
  margin-right: 5px;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(22%);
}
@media screen and (max-width: 600px) {
  .bl-news-list .-list > dd > a[href$=".pdf"]:after {
    width: 16px;
    height: 16px;
  }
}

.news-list {
  margin: 40px 0;
}
.news-list:last-child {
  margin-bottom: 0;
}
.news-list dl {
  margin: 0;
  font-size: clamp(15px, 1rem, 16.125px);
}
.news-list dl:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .news-list dl {
    font-size: 14px;
  }
}
.news-list dl > dt {
  position: relative;
  float: left;
  width: calc(clamp(15px, 1rem, 16.125px) * 9.5 + clamp(9em, 8.5714285714vw, 9em) + 1em);
  margin: 0;
  padding: 0 0 max(1.7857142857vw, 1.5em) 0;
  box-sizing: border-box;
  color: #999;
  font-weight: bold;
  line-height: 1.6;
  clear: both;
}
@media screen and (max-width: 768px) {
  .news-list dl > dt {
    float: none;
    width: 100%;
    padding-bottom: 0.2em;
  }
}
.news-list dl > dd {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0 0 max(1.7857142857vw, 1.5em) calc(clamp(15px, 1rem, 16.125px) * 9.5 + clamp(9em, 8.5714285714vw, 9em) + 1em);
  line-height: 1.6;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .news-list dl > dd {
    padding: 0 0 13px 0;
  }
}
.news-list dl > dd > span {
  position: absolute;
  top: calc(clamp(15px, 1.0714285714vw, 18.75px) * 1.6 / 2);
  left: calc(clamp(15px, 1rem, 16.125px) * 9.5);
  min-width: clamp(9em, 8.5714285714vw, 9em);
  margin-right: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .news-list dl > dd > span {
    position: static;
    margin-right: 1.5em;
    transform: translateY(0);
  }
}
.news-list dl > dd > h2 {
  margin: 0;
  font-size: clamp(15px, 1rem, 16.125px);
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .news-list dl > dd > h2 {
    display: inline;
  }
}
.news-list dl > dd > h2 > a {
  padding-bottom: 0.25em;
  color: #333333;
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.news-list dl > dd > h2 > a:hover {
  text-decoration: none;
  background-position: left bottom;
  background-size: 100% 1px;
}
.news-list dl > dd > h2 > a::after {
  position: relative;
}
.news-list dl > dd > h2 > a[target=_blank]:after {
  display: inline-block;
  width: clamp(15px, 1.0714285714vw, 1em);
  height: clamp(15px, 1.0714285714vw, 1em);
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(12%);
}
.bl-news-ir .news-list dl > dd > h2 > a[target=_blank]:after {
  display: none;
}
.news-list dl > dd > h2 > a[href$=".pdf"]:after {
  display: inline-block;
  width: clamp(18px, 1.2857142857vw, 1em);
  height: clamp(18px, 1.2857142857vw, 1em);
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
}
.bl-news-ir .news-list dl > dd > h2 > a[href$=".pdf"]:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .news-list dl > dd > h2 > a[href$=".pdf"]:after {
    width: 16px;
    height: 16px;
  }
}
.news-list > p {
  margin: 0;
}
.news-list > p > a {
  color: #333333;
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  transition: background-size 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.news-list > p > a:hover {
  text-decoration: none;
  background-position: left bottom;
  background-size: 100% 1px;
}
.news-list > p > a::after {
  position: relative;
}
.news-list > p > a[target=_blank]:after {
  display: inline-block;
  width: clamp(15px, 1.0714285714vw, 1em);
  height: clamp(15px, 1.0714285714vw, 1em);
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(../images/icon/icon_window.svg) no-repeat center center/contain;
  content: "";
  transform: translateY(12%);
}
.bl-news-ir .news-list > p > a[target=_blank]:after {
  display: none;
}
.news-list > p > a[href$=".pdf"]:after {
  display: inline-block;
  width: clamp(18px, 1.2857142857vw, 1em);
  height: clamp(18px, 1.2857142857vw, 1em);
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(../images/icon/icon_file_pdf.svg) no-repeat center center/contain;
  content: "";
}
.bl-news-ir .news-list > p > a[href$=".pdf"]:after {
  display: none;
}
@media screen and (max-width: 600px) {
  .news-list > p > a[href$=".pdf"]:after {
    width: 16px;
    height: 16px;
  }
}
.news-list__body {
  display: inline-block;
  margin: 0;
}
.news-list__body > a {
  color: #333333;
}
.news-list__body > a:hover {
  text-decoration: none;
}
.news-list.-no-label dl {
  margin-bottom: 1em;
}
.news-list.-no-label dl:last-child {
  margin-bottom: 0;
}
.news-list.-no-label dl > dt {
  width: calc(clamp(15px, 1rem, 16.125px) * 9.5 + 1em);
}
.news-list.-no-label dl > dt:nth-last-child(2) {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news-list.-no-label dl > dt {
    width: 100%;
  }
  .news-list.-no-label dl > dt:nth-last-child(2) {
    padding-bottom: 0.2em;
  }
}
.news-list.-no-label dl > dd {
  padding-left: calc(clamp(15px, 1rem, 16.125px) * 9.5 + 1em);
}
.news-list.-no-label dl > dd:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .news-list.-no-label dl > dd {
    padding-left: 0;
  }
}

.bl-news-search {
  max-width: clamp(600px, 42.8571428571vw, 720px);
  margin: 0 auto;
}
.bl-news-form {
  margin: 0;
}
.bl-news-form > dt {
  float: left;
  width: 7em;
  padding-bottom: 0.75em;
  box-sizing: border-box;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-news-form > dt {
    float: none;
    width: 100%;
    padding-bottom: 0.5em;
  }
}
.bl-news-form > dd {
  margin: 0;
  padding-left: 7em;
  padding-bottom: 0.75em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-news-form > dd {
    padding-left: 0;
  }
}
.bl-news-form .-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.bl-news-form .-list > li:last-child label {
  margin-right: 0;
}
.bl-news-form input[type=text] {
  padding: 0.5em;
}
.bl-news-submit {
  margin-top: 2em;
  text-align: center;
}

.bl-news-article .-article {
  display: flex;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 768px) {
  .bl-news-article .-article {
    flex-wrap: wrap;
  }
}
.bl-news-article .-article:last-child {
  margin-bottom: 0;
}
.bl-news-article .-article-date {
  flex: 0 0 9.5em;
  color: #999;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .bl-news-article .-article-date {
    flex-basis: auto;
    margin-right: 1em;
  }
}
.bl-news-article .-article-cat {
  flex: 0 0 calc(clamp(9em, 8.5714285714vw, 9em) + 2.5em);
  font-size: clamp(11px, 0.8666666667rem, 13.975px);
}
@media screen and (max-width: 768px) {
  .bl-news-article .-article-cat {
    flex-basis: clamp(9em, 8.5714285714vw, 9em);
  }
}
.bl-news-article .-article-cat > span {
  min-width: clamp(9em, 8.5714285714vw, 9em);
  margin-right: 0;
  vertical-align: middle;
}
.bl-news-article .-article-body {
  flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .bl-news-article .-article-body {
    flex-basis: 100%;
    margin-top: 1em;
  }
}
.bl-news-article .-article-body > a {
  color: #333333;
}
.bl-news-article .-article-body > a:hover {
  text-decoration: none;
}
.bl-news-article .-article-body > a:hover .-title > span {
  background-position: left bottom;
  background-size: 100% 1px;
}
.bl-news-article .-article-body .-title {
  margin: 0 0 0.5em;
  font-size: clamp(18px, 1.2rem, 19.35px);
}
.bl-news-article .-article-body .-title > span {
  padding-bottom: 0.25em;
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  color: #333333;
  transition: background-size 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-news-article .-article-body .-label {
  display: inline-block;
  margin-left: 1.5em;
  margin-right: 0;
  padding: 0 1em;
  background: rgb(51, 181, 101);
  color: #fff;
  font-size: clamp(12px, 0.8rem, 12.9px);
  line-height: 1.6;
  font-weight: bold;
}
.bl-news-article .-article-body .-text {
  margin: 0;
}
.bl-news-article .-article-body .-more {
  margin: 0;
}

.bl-news-archive {
  margin-right: auto;
  margin-left: auto;
  line-height: 1.6;
}
.bl-news-archive-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner {
    display: block;
  }
}
.bl-news-archive-inner .-nav {
  display: flex;
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner .-nav {
    display: block;
    margin-bottom: 2em;
  }
}
.bl-news-archive-inner .-nav .-title {
  flex: 0 0 6em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner .-nav .-title {
    margin-bottom: 0.25em;
  }
}
.bl-news-archive-inner .-nav .-list {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding-right: 2.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner .-nav .-list {
    margin-right: -0.5em;
    margin-left: -0.5em;
    padding-right: 0;
  }
}
@media screen and (max-width: 600px) {
  .bl-news-archive-inner .-nav .-list {
    margin-right: -0.25em;
    margin-left: -0.25em;
  }
}
.bl-news-archive-inner .-nav .-list > li {
  margin-left: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner .-nav .-list > li {
    width: 20%;
    margin-left: 0;
    margin-bottom: 0.5em;
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
}
@media screen and (max-width: 600px) {
  .bl-news-archive-inner .-nav .-list > li {
    width: 33.333%;
    padding-right: 0.25em;
    padding-left: 0.25em;
  }
}
.bl-news-archive-inner .-nav .-list > li.is-current > a {
  color: #333333;
}
.bl-news-archive-inner .-nav .-list > li > a {
  padding-bottom: 0.25em;
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 0 1px;
  box-sizing: border-box;
  color: #8c8c8c;
  font-weight: bold;
  transition: background-size 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-news-archive-inner .-nav .-list > li > a:hover {
  text-decoration: none;
  background-image: linear-gradient(180deg, currentColor, currentColor);
  background-position: left bottom;
  background-size: 100% 1px;
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner .-nav .-list > li > a:hover {
    background: none;
  }
}
.bl-news-archive-inner .-nav .-list > li > a::after {
  content: "年";
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner .-nav .-list > li > a {
    display: block;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.bl-news-archive-inner .-nav .-list > li:last-child > a::after {
  display: none;
}
.bl-news-archive-inner .-btn {
  flex: 0 0 11em;
}
@media screen and (max-width: 768px) {
  .bl-news-archive-inner .-btn {
    width: 11em;
    margin-right: auto;
    margin-left: auto;
  }
}

.bl-adobe {
  display: flex;
  align-items: center;
  margin: 6em 0;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-adobe {
    display: block;
    margin-bottom: 0;
  }
}
.bl-adobe .-bn {
  flex: 0 0 158px;
  box-sizing: border-box;
}
.bl-adobe .-txt {
  flex: 1 1 auto;
  margin: 0;
  padding-left: 1.5em;
  box-sizing: border-box;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 1.75;
}
@media screen and (max-width: 600px) {
  .bl-adobe .-txt {
    margin-top: 1em;
    padding-left: 0;
    font-size: clamp(13px, 0.8666666667rem, 13.975px);
  }
  .bl-adobe .-txt br {
    display: none;
  }
}

.bl-message-ir .-name {
  font-family: "游明朝体", "Yu Mincho", "YuMincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.bl-message-ir .-sign {
  margin-top: 4em;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 768px) {
  .bl-message-ir .-sign {
    margin-top: 3em;
  }
}
.bl-message-ir .-sign img {
  max-width: clamp(140px, 12.4285714286vw, 250px);
}

.bl-governance-ir {
  margin: 2em 0;
}
.bl-governance-ir dt {
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: rgb(51, 181, 101);
  font-weight: bold;
}
.bl-governance-ir dt:first-child {
  margin-top: 0;
}
.bl-governance-ir dd {
  margin: 0;
  padding: 1em 2em;
  background: #F2F2F2;
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-governance-ir dd {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }
}

.bl-graph-item {
  margin-bottom: 3em;
}
.bl-graph-item .-title {
  margin: 0 0 0.5em;
  padding: 0.5em;
  background: rgb(51, 181, 101);
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.bl-graph-item .-unit {
  margin-bottom: 0.5em;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
.bl-graph-item .-fig {
  margin-bottom: 1.5em;
  text-align: center;
}
.bl-graph-item .-fig:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-graph-item .-table {
    overflow-y: scroll;
  }
}

.ir .xj_chart_table {
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
}
.ir .xj_chart_table th,
.ir .xj_chart_table td {
  padding: 0.5em 1em;
  border-top: gray;
}
.ir .xj_chart_table .xj_chart_header {
  width: 11.6%;
}
.ir .xj_chart_table .xj_chart_header:nth-of-type(1) {
  text-align: left;
}
.ir .xj_chart_table .xj_chart_header_first {
  width: 42%;
  background: #d3d3d3;
}
.ir .-table .xj_chart_table {
  margin: 0;
  font-size: clamp(12px, 0.8rem, 12.9px);
}
.ir .-table .xj_chart_table th,
.ir .-table .xj_chart_table td {
  padding: 0.25em 0.5em;
}
.ir .-table .xj_chart_table .xj_chart_header_first {
  width: initial;
  background: #d3d3d3;
}

#type {
  display: flex;
  margin: 4em 0 0;
  padding-bottom: 2em;
  border-bottom: 1px solid #CCCCCC;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  #type {
    white-space: nowrap;
    overflow-x: auto;
  }
}
#type li {
  position: relative;
}
#type li > a {
  display: block;
  padding: 0 1.25em;
  color: #333333;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
#type li > a:hover {
  color: rgb(51, 181, 101);
  text-decoration: none;
}
#type li::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: #999;
  content: "";
}
#type li:first-child::before {
  display: none;
}
#type li:first-child > a {
  padding-left: 0;
}
#type li:last-child > a {
  padding-right: 0;
}
#type li.active > a {
  color: rgb(51, 181, 101);
}

.bl-faq-ir {
  counter-reset: num;
}
.bl-faq-ir-item {
  margin: 0;
  border-top: 1px solid #CCCCCC;
  box-sizing: border-box;
  counter-increment: num;
}
.bl-faq-ir-item:first-child {
  border-top: none;
}
.bl-faq-ir-item:last-child {
  border-bottom: 1px solid #CCCCCC;
}
.bl-faq-ir-item > dt {
  position: relative;
  padding: 2em 3em 2em 4em;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 600px) {
  .bl-faq-ir-item > dt {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    padding-left: 3.5em;
  }
}
.bl-faq-ir-item > dt::before {
  position: absolute;
  top: 3em;
  left: 0.25em;
  display: block;
  line-height: 1.2;
  color: rgb(51, 181, 101);
  font-weight: bold;
  transform: translateY(-50%) scale(1.25);
  content: "Q" counter(num);
}
@media screen and (max-width: 600px) {
  .bl-faq-ir-item > dt::before {
    top: 2.5em;
    transform: translateY(-50%) scale(1);
  }
}
.bl-faq-ir-item > dt .-toggle {
  position: absolute;
  top: 50%;
  right: 0.5em;
  width: 1.4em;
  height: 1.4em;
  border-radius: 50%;
  background: rgb(51, 181, 101);
  transform: translateY(-50%);
}
@media screen and (max-width: 600px) {
  .bl-faq-ir-item > dt .-toggle {
    right: 0.4em;
    width: 1.3em;
    height: 1.3em;
  }
}
.bl-faq-ir-item > dt .-toggle::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.65em;
  height: 2px;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-faq-ir-item > dt .-toggle::before {
    width: 0.6em;
  }
}
.bl-faq-ir-item > dt .-toggle::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 0.65em;
  background: #fff;
  transform: translate(-50%, -50%);
  content: "";
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
@media screen and (max-width: 600px) {
  .bl-faq-ir-item > dt .-toggle::after {
    height: 0.6em;
  }
}
.bl-faq-ir-item > dt.is-slide-open .-toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.bl-faq-ir-item > dd {
  position: relative;
  display: none;
  margin: 0;
  padding: 0 3em 2em 4em;
}
@media screen and (max-width: 600px) {
  .bl-faq-ir-item > dd {
    padding-left: 3.5em;
    padding-bottom: 1.5em;
  }
}
.bl-faq-ir-item > dd::before {
  position: absolute;
  top: 1em;
  left: 0.25em;
  display: block;
  line-height: 1.2;
  color: #999;
  font-weight: bold;
  transform: translateY(-50%) scale(1.25);
  content: "A" counter(num);
}
@media screen and (max-width: 600px) {
  .bl-faq-ir-item > dd::before {
    transform: translateY(-50%) scale(1);
  }
}

.bl-index-ir-item {
  margin: 0 0 0.5em;
  padding: 1.5em 2em;
  background: #F2F2F2;
}
@media screen and (max-width: 600px) {
  .bl-index-ir-item {
    padding: 0.75em 1em;
  }
}
.bl-index-ir-item .-title {
  margin: 0 0 0.25em;
  color: rgb(51, 181, 101);
  font-size: clamp(18px, 1.2rem, 19.35px);
}
.bl-index-ir-item .-nav {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
  line-height: 1.6;
  font-weight: bold;
}
.bl-index-ir-item .-nav > li {
  position: relative;
  margin-right: 1.5em;
  padding-right: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-index-ir-item .-nav > li {
    margin-bottom: 0.25em;
    margin-right: 1em;
    padding-right: 0;
  }
}
.bl-index-ir-item .-nav > li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.bl-index-ir-item .-nav > li:last-child::after {
  display: none;
}
.bl-index-ir-item .-nav > li::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 1px;
  height: 70%;
  background: rgba(51, 51, 51, 0.5);
  transform: translateY(-50%);
  content: "";
}
@media screen and (max-width: 600px) {
  .bl-index-ir-item .-nav > li::after {
    display: none;
  }
}
.bl-index-ir-item .-nav > li > a {
  color: #333333;
}

.bl-blog-articles .-article {
  margin-bottom: 4em;
}
@media screen and (max-width: 600px) {
  .bl-blog-articles .-article {
    margin-bottom: 3em;
  }
}
.bl-blog-articles .-article > a {
  display: flex;
  color: #333333;
}
.bl-blog-articles .-article > a:hover {
  text-decoration: none;
}
.bl-blog-articles .-article > a:hover .-article-fig > span {
  transform: scale(1.05);
}
@media screen and (max-width: 600px) {
  .bl-blog-articles .-article > a:hover .-article-fig > span {
    transform: scale(1);
  }
}
.bl-blog-articles .-article-fig {
  flex: 0 0 210px;
}
@media screen and (max-width: 600px) {
  .bl-blog-articles .-article-fig {
    flex-basis: 100px;
  }
}
.bl-blog-articles .-article-fig > span {
  position: relative;
  display: block;
  margin: 0;
  padding-top: 52.4%;
  overflow: hidden;
  background: #fff no-repeat center center/cover;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s cubic-bezier(0.17, 0.75, 0.45, 1), opacity 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-blog-articles .-article-fig > span > img {
  position: absolute;
  top: -100%;
  right: -100%;
  bottom: -100%;
  left: -100%;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  height: auto;
  z-index: 0;
}
.bl-blog-articles .-article-body {
  flex: 1 1 auto;
  padding-left: 1.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  .bl-blog-articles .-article-body {
    padding-left: 1em;
  }
}
.bl-blog-articles .-article-body .-title {
  margin: 0;
  font-size: clamp(18px, 1.2rem, 19.35px);
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-blog-articles .-article-body .-title {
    font-size: clamp(15px, 1rem, 16.125px);
  }
}
.bl-blog-articles .-article-body .-date {
  margin-top: 0.25em;
  line-height: 1.6;
}
@media screen and (max-width: 600px) {
  .bl-blog-articles .-article-body .-date {
    margin-top: 0.15em;
  }
}
.bl-blog-articles .-article-body .-date time {
  display: inline-block;
  margin-right: 0.5em;
  color: #b3b3b3;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-blog-articles .-article-body .-date time {
    font-size: clamp(12px, 0.8rem, 12.9px);
  }
}
.bl-blog-articles .-article-body .-date time:last-child {
  margin-right: 0;
}
.bl-blog-articles .-article-body .-date time.-created::before {
  display: inline-block;
  width: clamp(15px, 1.0714285714vw, 1em);
  height: clamp(15px, 1.0714285714vw, 1em);
  margin-right: 0.25em;
  background: url(../images/icon/icon_created.svg) no-repeat center center/cover;
  transform: translateY(0.15em);
  content: "";
}

.ly-blog-header {
  position: relative;
  margin-bottom: 7em;
  padding-top: 5em;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .ly-blog-header {
    margin-bottom: 5em;
  }
}
@media screen and (max-width: 600px) {
  .ly-blog-header {
    margin-bottom: 3em;
    padding-top: 2.5em;
    padding-bottom: 3em;
  }
}
.ly-blog-header::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: var(--w-100vw);
  height: 100%;
  background: #eee url(../images/ir/bg_irblog.png) no-repeat center center/cover;
  margin-left: calc(50% - 50vw);
  content: "";
}

.bl-blog-header {
  position: relative;
  z-index: 1;
}
.bl-blog-header .-cat {
  margin: 0;
  font-size: clamp(18px, 1.2rem, 19.35px);
  font-weight: bold;
}
@media screen and (max-width: 600px) {
  .bl-blog-header .-cat {
    font-size: 16px;
  }
}
.bl-blog-header .-cat > a {
  color: #333333;
}
.bl-blog-header .-title {
  margin: 0;
  font-size: clamp(28px, 2rem, 32.25px);
  line-height: 1.75;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .bl-blog-header .-title {
    font-size: clamp(26px, 1.8666666667rem, 30.1px);
  }
}
@media screen and (max-width: 600px) {
  .bl-blog-header .-title {
    font-size: 22px;
  }
}
.bl-blog-header-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.5em;
  padding-top: 1.5em;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.bl-blog-header-meta .-meta {
  display: flex;
}
@media screen and (max-width: 600px) {
  .bl-blog-header-meta .-meta {
    display: block;
  }
}
.bl-blog-header-meta .-meta .-date {
  line-height: 1.8;
  margin-right: 1.5em;
}
@media screen and (max-width: 600px) {
  .bl-blog-header-meta .-meta .-date {
    margin-bottom: 0.5em;
  }
}
.bl-blog-header-meta .-meta .-date time {
  display: inline-block;
  color: #b3b3b3;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: bold;
}
.bl-blog-header-meta .-meta .-date time.-created::before {
  display: inline-block;
  width: clamp(15px, 1.0714285714vw, 1em);
  height: clamp(15px, 1.0714285714vw, 1em);
  margin-right: 0.25em;
  background: url(../images/icon/icon_created.svg) no-repeat center center/cover;
  transform: translateY(0.15em);
  content: "";
}
.bl-blog-header-meta .-meta .-author {
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  line-height: 1.8;
}
.bl-blog-header-meta .-meta .-author > a {
  position: relative;
  display: inline-block;
  margin-left: 1.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  box-sizing: border-box;
  color: #666;
  transition: color 0.3s cubic-bezier(0.17, 0.75, 0.45, 1);
}
.bl-blog-header-meta .-meta .-author > a:first-child {
  margin-left: 0;
}
.bl-blog-header-meta .-meta .-author > a::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid #808080;
  border-radius: 5px;
  content: "";
  z-index: 1;
  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);
}
.bl-blog-header-meta .-meta .-author > a > span {
  position: relative;
  z-index: 1;
}
.bl-blog-header-meta .-meta .-author > a:hover {
  color: #fff;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .bl-blog-header-meta .-meta .-author > a:hover {
    color: #666;
  }
}
.bl-blog-header-meta .-meta .-author > a:hover::before {
  background: #808080;
}
@media screen and (max-width: 768px) {
  .bl-blog-header-meta .-meta .-author > a:hover::before {
    background: none;
  }
}
.bl-blog-header-meta .-sns {
  display: flex;
  align-items: center;
  margin: 0;
  line-height: 1;
}
.bl-blog-header-meta .-sns > li {
  width: 24px;
  margin-left: 1.25em;
}
.bl-blog-header-meta .-sns > li:first-child {
  margin-left: 0;
}
.bl-blog-header-meta .-sns > li > a {
  display: block;
}
.bl-blog-header-meta .-sns > li > a img {
  vertical-align: top;
}

.bl-contact {
  max-width: 780px;
  margin: 5em auto 1.5em;
  line-height: 1.75;
}
.bl-contact-form > dt {
  position: relative;
  margin-bottom: 0.75em;
  font-weight: bold;
  box-sizing: border-box;
  clear: both;
}
.bl-contact-form > dt > span {
  font-size: clamp(12px, 0.8rem, 12.9px);
}
.bl-contact-form > dt::before {
  display: inline-block;
  margin-right: 8px;
  padding: 0 5px;
  border-radius: 3px;
  background: #CBCBCB;
  color: #fff;
  font-size: clamp(12px, 0.8rem, 12.9px);
  font-weight: bold;
  line-height: 1.6;
  content: "任意";
}
.bl-contact-form > dt.item-required::before {
  background: rgb(51, 181, 101);
  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;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-contact-form > dd {
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}
.bl-contact-form input[type=text],
.bl-contact-form input[type=email],
.bl-contact-form textarea {
  max-width: initial;
  padding: 0.75em;
}
.bl-contact .text-danger {
  color: red;
  font-size: clamp(13px, 0.8666666667rem, 13.975px);
}
.bl-contact-address {
  width: 100%;
  margin: 0;
}
.bl-contact-address > dt {
  margin: 5px 0;
  font-size: clamp(14px, 0.9333333333rem, 15.05px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .bl-contact-address > dt {
    margin-top: 8px;
    margin-bottom: 3px;
    font-size: clamp(13px, 0.8666666667rem, 13.975px);
  }
}
.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: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-contact-recaptcha {
    margin-top: 40px;
  }
}

span[class^="wpcf7-form-control-wrap acceptance"] label {
  margin-right: 0;
}

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;
  color: #ff0000;
  text-align: center;
}

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

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

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

.grecaptcha-badge {
  visibility: hidden;
}

.bl-sitemap {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bl-sitemap > .col {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .bl-sitemap > .col {
    width: 100%;
  }
}
.bl-sitemap-item {
  margin-bottom: 3em;
}
@media screen and (max-width: 600px) {
  .bl-sitemap-item {
    padding-bottom: 2em;
    margin-bottom: 2em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .bl-sitemap-item:last-child {
    margin-bottom: 3em;
    padding-bottom: 0;
    border: none;
  }
}
.bl-sitemap-link {
  margin: 0;
}
.bl-sitemap-link .-title {
  margin: 0 0 0.5em;
  font-size: clamp(18px, 1.2rem, 19.35px);
}
.bl-sitemap-link .-title > a {
  color: #333333;
  font-weight: bold;
}
.bl-sitemap-link .-nav {
  margin: 0;
  padding: 0;
}
.bl-sitemap-link .-list {
  margin: 0;
  line-height: 1.75;
}
.bl-sitemap-link .-list > li {
  position: relative;
  padding-left: 1em;
}
.bl-sitemap-link .-list > li::before {
  position: absolute;
  top: 0.875em;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #b3b3b3;
  content: "";
}
.bl-sitemap-link .-list > li a {
  color: #333333;
}
.bl-sitemap-link .-list-lv2 > li {
  position: relative;
  padding-left: 1em;
}
.bl-sitemap-link .-list-lv2 > li::before {
  position: absolute;
  top: 0.875em;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 5px;
  height: 1px;
  background: #b3b3b3;
  content: "";
}
.bl-sitemap-link .-list-lv2 > li a {
  color: #333333;
}
.bl-sitemap-utility {
  margin-top: 1em;
  padding-top: 4em;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 600px) {
  .bl-sitemap-utility {
    margin-top: 0;
    padding-top: 3em;
  }
}
.bl-sitemap-utility .-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
@media screen and (max-width: 600px) {
  .bl-sitemap-utility .-list {
    display: block;
  }
}
.bl-sitemap-utility .-list > li {
  margin-right: 2em;
}
.bl-sitemap-utility .-list > li > a {
  color: #333333;
}
