@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.mt0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #4C4C4C;
}

.ly-sec {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .ly-sec {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ly-sec-inner {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .ly-sec-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.ly-sec.bg-clor {
  background: #F5F3EB;
}
.ly-sec.ly-introduction .ly-sec-inner {
  padding-top: 80px;
  padding-bottom: 0px;
}
@media screen and (max-width: 1024px) {
  .ly-sec.ly-introduction .ly-sec-inner {
    padding-top: 50px;
  }
}

.el-heading {
  color: #4C4C4C;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin: 0 0 25px;
}
@media screen and (max-width: 1024px) {
  .el-heading {
    font-size: 1.5rem;
    margin: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .el-heading {
    font-size: 1.25rem;
    margin: 0 0 20px;
  }
}

.el-tac {
  text-align: center;
}

.el-pc-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .el-pc-only {
    display: none;
  }
}

.el-pc-tb-only {
  display: block;
}
@media screen and (max-width: 768px) {
  .el-pc-tb-only {
    display: none;
  }
}

.el-tb-only {
  display: block;
}
@media screen and (max-width: 1024px) {
  .el-tb-only {
    display: none;
  }
}

.el-sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .el-sp-only {
    display: block;
  }
}

.bl-btn {
  display: flex;
  justify-content: center;
}
.bl-btn .el-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 52px 26px 25px;
  min-width: 240px;
  height: 60px;
  background: #1DBFA7;
  border: 2px solid #1DBFA7;
  border-radius: 999px;
  text-decoration: none;
  transition: background-color 0.3s;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-btn .el-btn {
    padding: 10px 48px 11px 22px;
    min-width: unset;
    height: auto;
  }
}
.bl-btn .el-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 26px;
  width: 16px;
  height: 12px;
  background: url(/assets/images/icon/icon_allow_white.svg) no-repeat center center/cover;
  transition: right 0.3s;
}
.bl-btn .el-btn-label {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .bl-btn .el-btn-label {
    font-size: 1rem;
  }
}
.bl-btn .el-btn:hover {
  background: #fff;
}
.bl-btn .el-btn:hover::after {
  background: url(/assets/images/icon/icon_allow_green.svg) no-repeat center center/cover;
}
.bl-btn .el-btn:hover .el-btn-label {
  color: #1DBFA7;
}

.ly-pageheader {
  position: relative;
  width: 100%;
  height: 210px;
  background-image: url("/assets/images/bg_pageheader.jpg");
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .ly-pageheader {
    height: 150px;
  }
}

.bl-pageheader {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .bl-pageheader {
    bottom: 38px;
  }
}
.bl-pageheader-title {
  text-align: center;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bl-pageheader-title {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-pageheader-title {
    font-size: 1.25rem;
  }
}

.ly-contents {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .ly-contents {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.ly-contents-inner {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  box-sizing: border-box;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .ly-contents-inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sitepolicy .ly-contents-inner {
  max-width: 960px;
}

.sitepolicy .bl-sec .el-heading {
  font-size: 1.5rem;
  margin: 50px 0 20px;
}
@media screen and (max-width: 1024px) {
  .sitepolicy .bl-sec .el-heading {
    font-size: 1.375rem;
    margin: 40px 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .sitepolicy .bl-sec .el-heading {
    font-size: 1.25rem;
    margin: 40px 0 20px;
  }
}
.sitepolicy .bl-sec p {
  line-height: 1.8;
  margin: 1em 0 1em;
}
.sitepolicy .bl-sec ul {
  margin: 0;
  padding: 0;
}
.sitepolicy .bl-sec ul li {
  font-size: 1rem;
  line-height: 1.8;
  list-style: none;
  position: relative;
  text-indent: -1rem;
  padding-left: 1rem;
}
.sitepolicy .bl-sec ul li::before {
  content: "";
  position: relative;
  top: -4px;
  width: 3px;
  height: 3px;
  display: inline-block;
  background: #4C4C4C;
  border-radius: 50%;
  margin-right: 5px;
}

.ly-header {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}
.ly-header-inner {
  position: fixed;
  top: 0;
  left: 40px;
  max-width: 760px;
  width: 100%;
  height: 90px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  border-top: 10px solid #1DBFA7;
  padding: 0 36px 0 30px;
  box-sizing: border-box;
  z-index: 100;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1440px) {
  .ly-header-inner {
    left: calc(50vw - 680px);
  }
}
@media (max-width: 840px) {
  .ly-header-inner {
    max-width: unset;
    width: calc(100% - 40px);
    left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .ly-header-inner {
    width: 100%;
    left: 0px;
    padding: 0 20px;
    border-top: 5px solid #1DBFA7;
    height: 60px;
  }
}
.ly-header-inner.is-open {
  border-radius: unset;
  border-bottom: 1px solid #ccc;
}

.bl-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: calc(100% - 5px);
}

.el-logo {
  display: block;
  margin: 0;
}
.el-logo a {
  display: block;
  color: #4C4C4C;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1.5px;
  text-decoration: none;
}
@media (max-width: 840px) {
  .el-logo a {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 768px) {
  .el-logo a {
    font-size: 1.125rem;
    margin-right: 25px;
  }
}

.bl-gnav {
  display: flex;
  gap: 30px;
}
@media (max-width: 840px) {
  .bl-gnav {
    gap: 22px;
  }
}
@media screen and (max-width: 768px) {
  .bl-gnav {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    position: absolute;
    left: 0;
    width: 100%;
    background: #eee;
    padding: 35px 20px;
    z-index: 30;
    box-sizing: border-box;
    transform: translateY(-5px);
    top: calc(100% + 1px);
  }
}
.is-open .bl-gnav {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  border-radius: 0px 0px 10px 10px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.bl-gnav a {
  color: #4C4C4C;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  transition: color 0.3s;
}
@media (max-width: 840px) {
  .bl-gnav a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-gnav a:first-child {
    margin-right: 15px;
  }
}
.bl-gnav a:hover {
  color: #1DBFA7;
}
.bl-gnav a.is-current {
  color: #1DBFA7;
}
.bl-gnav .el-underline {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.bl-gnav .el-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1DBFA7;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.bl-gnav .el-underline:hover::after {
  transform: scaleX(1);
}
.bl-gnav .el-underline.is-current::after {
  transform: scaleX(1);
}

.el-hamburger {
  display: none;
  position: fixed;
  top: 31px;
  right: 22px;
  width: 24px;
  height: 22px;
  padding-top: 8px;
  z-index: 300;
  box-sizing: border-box;
  cursor: pointer;
  transform: translateY(-50%);
}
.el-hamburger span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 0 auto;
  background: #4c4c4c;
  transition: all ease 0.3s;
}
.el-hamburger .top {
  transform: translateY(-7px) scale(1);
}
.is-open .el-hamburger .top {
  transform: translateY(2px) rotate(45deg);
}
.is-open .el-hamburger .middle {
  transform: translateY(0px) scale(0);
}
.el-hamburger .bottom {
  transform: translateY(7px) scale(1);
}
.is-open .el-hamburger .bottom {
  transform: translateY(-2px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .el-hamburger {
    display: block;
  }
}

.ly-footer {
  position: relative;
  background: #807E7A;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .ly-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ly-footer-inner {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
}
.ly-footer .bl-footer {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .ly-footer .bl-footer {
    flex-direction: column;
  }
}
.ly-footer .el-sitepolicy a {
  position: relative;
  color: #FFF;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-right: 12px;
  box-sizing: border-box;
  text-decoration: none;
  transition: opacity 0.3s;
}
.ly-footer .el-sitepolicy a::after {
  position: absolute;
  top: 50%;
  right: -2px;
  display: block;
  width: 5px;
  height: 10px;
  background: url(/assets/images/icon/icon_arrow_right.svg) no-repeat center center/cover;
  transform: translate(-50%, -50%);
  content: "";
}
.ly-footer .el-sitepolicy a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .ly-footer .el-sitepolicy a {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.ly-footer .el-copyright {
  color: #FFF;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

.ly-mainv {
  position: relative;
}

.bl-mainv-slider {
  position: relative;
}
.bl-mainv-slider .swiper {
  position: relative;
}
.bl-mainv-slider .swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
}
.bl-mainv-slider .swiper-img {
  background-size: cover;
  background-position: center center;
  height: 660px;
}
@media screen and (max-width: 768px) {
  .bl-mainv-slider .swiper-img {
    height: 450px;
  }
}
.bl-mainv-slider .swiper-img.swiper-img-01 {
  background-image: url("/assets/images/top/mainv_01.jpg");
}
.bl-mainv-slider .swiper-img.swiper-img-02 {
  background-image: url("/assets/images/top/mainv_02.jpg");
}
.bl-mainv-slider .swiper-img.swiper-img-03 {
  background-image: url("/assets/images/top/mainv_03.jpg");
}
.bl-mainv-slider .swiper-slide-active .swiper-img,
.bl-mainv-slider .swiper-slide-duplicate-active .swiper-img,
.bl-mainv-slider .swiper-slide-prev .swiper-img {
  animation: zoomUp 8s linear 0s;
  animation-fill-mode: both;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}

.bl-mainv-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: 600px;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 56, 59, 0) 0%, rgba(0, 56, 59, 0.25) 63%);
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-bg {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .bl-mainv-bg {
    max-width: 280px;
  }
}

.bl-mainv-map {
  position: absolute;
  left: 60px;
  bottom: 0;
  z-index: 20;
}
@media screen and (min-width: 1440px) {
  .bl-mainv-map {
    left: calc(50vw - 660px);
  }
}
@media screen and (max-width: 1024px) {
  .bl-mainv-map {
    left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .bl-mainv-map {
    left: 20px;
  }
}
.bl-mainv-map img {
  display: block;
  vertical-align: bottom;
  max-height: 523px;
  height: 100%;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .bl-mainv-map img {
    max-height: 450px;
  }
}
@media screen and (max-width: 768px) {
  .bl-mainv-map img {
    max-height: 260px;
  }
}

.ly-mainv-body {
  padding: 40px 20px 40px;
}
@media screen and (max-width: 768px) {
  .ly-mainv-body {
    padding: 30px 20px 30px;
  }
}

.bl-slogan {
  text-align: center;
}
.bl-slogan .el-slogan {
  color: #4C4C4C;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 4px;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .bl-slogan .el-slogan {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-slogan .el-slogan {
    font-size: 1.625rem;
  }
}

.bl-info-list {
  max-width: 820px;
  width: 100%;
  margin: 0 auto 50px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .bl-info-list {
    margin: 0 auto 30px;
  }
}
.bl-info-list-label {
  position: relative;
  float: left;
  width: 240px;
  padding: 30px 0;
  clear: both;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .bl-info-list-label {
    float: none;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    border-top: 1px solid #ccc;
  }
}
.bl-info-list-label .el-time {
  display: inline-block;
  min-width: 100px;
  color: #999;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .bl-info-list-label .el-time {
    min-width: 90px;
  }
}
.bl-info-list-label .el-label {
  color: #fff;
  opacity: 0.7;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-radius: 11px;
  background: #1DBFA7;
  display: inline-block;
  min-width: 110px;
  text-align: center;
}
.bl-info-list-text {
  margin: 0;
  width: 100%;
  padding: 30px 0 30px 240px;
  box-sizing: border-box;
  border-top: 1px solid #ccc;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  .bl-info-list-text {
    padding-top: 5px;
    padding-bottom: 20px;
    padding-left: 0;
    border-top: none;
  }
}
.bl-info-list-text a {
  color: #4C4C4C;
  text-decoration: none;
  transition: opacity 0.3s;
  position: relative;
  display: block;
  padding-right: 26px;
}
.bl-info-list-text a:hover {
  opacity: 0.6;
}
.bl-info-list-text a:hover::after {
  right: 0px;
}
.bl-info-list-text a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
  width: 16px;
  height: 12px;
  background: url(/assets/images/icon/icon_allow_gray.svg) no-repeat center center/cover;
  transition: right 0.3s;
}
.bl-info-list-text p {
  margin: 0;
}
.information .bl-info-list {
  margin: 0 auto 20px;
}

.bl-top-introduction {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bl-top-introduction {
    text-align: left;
  }
}
.bl-top-introduction p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
}

.el-img-full {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: none;
  margin-left: -50vw;
  display: block;
}
@media (min-width: 1441px) {
  .el-img-full {
    width: 1160px;
    left: auto;
    margin-left: auto;
    margin-right: auto;
  }
}

.bl-top-overview {
  max-width: 780px;
  width: 100%;
  margin: 0 auto 20px;
}

.tbl-overview {
  width: 100%;
  border-spacing: unset;
  border-top: 1px solid #ccc;
}
.tbl-overview th, .tbl-overview td {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.tbl-overview th {
  width: 160px;
  background-color: rgba(29, 191, 167, 0.15);
  padding: 25px;
}
@media screen and (max-width: 768px) {
  .tbl-overview th {
    width: 100px;
    padding: 15px 10px;
    vertical-align: text-top;
    text-align: left;
  }
}
.tbl-overview td {
  padding: 25px 25px 25px 50px;
}
@media screen and (max-width: 768px) {
  .tbl-overview td {
    padding: 15px 10px 15px 20px;
  }
}

.bl-top-report {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .bl-top-report {
    text-align: left;
    margin-bottom: 30px;
  }
}
.bl-top-report p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
}

.bl-top-link {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .bl-top-link {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl-top-link {
    flex-direction: column;
    max-width: 350px;
  }
}
@media (max-width: 500px) {
  .bl-top-link {
    max-width: 300px;
  }
}
.bl-top-link .col {
  cursor: pointer;
  transition: opacity 0.3s;
}
.bl-top-link .col:hover {
  opacity: 0.55;
}
.bl-top-link .col img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
}

.bl-mainv-slider {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.bl-report-lead {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .bl-report-lead {
    margin-bottom: 30px;
  }
}
.bl-report-lead p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
}

.bl-report-main {
  width: 100%;
  max-width: 350px;
  margin: 0 auto 50px;
}
.bl-report-main a {
  display: block;
  color: #4C4C4C;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-decoration: none;
  transition: opacity 0.3s;
}
.bl-report-main a:hover {
  opacity: 0.7;
}
.bl-report-main img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  vertical-align: bottom;
}
.bl-report-main .el-caption {
  display: block;
  text-align: center;
  margin: 15px auto 0;
}

.bl-report-archive .el-heading {
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin: 0 0 30px;
}

.bl-report-archive-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: clamp(24px, 5.833vw, 84px);
  -moz-column-gap: clamp(24px, 7.222vw, 104px);
       column-gap: clamp(24px, 7.222vw, 104px);
  -moz-column-gap: 7%;
       column-gap: 7%;
}
@media (min-width: 1440px) {
  .bl-report-archive-grid {
    -moz-column-gap: 104px;
         column-gap: 104px;
    row-gap: 84px;
  }
}
@media screen and (max-width: 1024px) {
  .bl-report-archive-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 40px;
  }
}
@media screen and (max-width: 768px) {
  .bl-report-archive-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
.bl-report-archive-grid .col a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s;
}
.bl-report-archive-grid .col a:hover {
  opacity: 0.7;
}
.bl-report-archive-grid .col img {
  width: 100%;
  height: auto;
  border: 1px solid #ccc;
  vertical-align: bottom;
}
.bl-report-archive-grid .col .el-caption {
  display: block;
  text-align: center;
  margin: 10px auto 0;
  color: #4C4C4C;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
@media screen and (max-width: 1024px) {
  .bl-report-archive-grid .col .el-caption {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .bl-report-archive-grid .col .el-caption {
    margin: 5px auto 0;
    font-size: 0.8125rem;
  }
}