/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/scss/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -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: inherit; /* 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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/notosans/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/notosans/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("fonts/notosans/NotoSansJP-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
html {
  font-family: "Noto sans JP", "Hiragino Sans", ヒラギノ角ゴシック, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", Meiryo, sans-serif;
  height: 100%;
}

body.fixed {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

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

picture {
  display: block;
  width: 100%;
  height: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

@keyframes scroll-lead {
  0% {
    transform: scale(0, 1);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 100% 0;
  }
  100% {
    transform: scale(0, 1);
    transform-origin: 100% 0;
  }
}
@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendAnimeSecond {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeToRight {
  0% {
    opacity: 0;
    transform: translateX(-5%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes transitionToTop {
  from {
    opacity: 0;
    transform: translate3d(0, 140%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0%, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(100px) scale(0.5);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  10% {
    opacity: 1;
    transform: rotateZ(8deg);
  }
  20% {
    opacity: 1;
    transform: rotateZ(-8deg);
  }
  30% {
    opacity: 1;
    transform: rotateZ(8deg);
  }
  40% {
    opacity: 1;
    transform: rotateZ(-8deg);
  }
  50% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
@keyframes snowanime01 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime02 {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime03 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  45% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime04 {
  0% {
    opacity: 0;
  }
  45% {
    opacity: 0;
  }
  60% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime05 {
  0% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  75% {
    opacity: 0.5;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes snowanime06 {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scrollHorizon {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes vibration {
  0% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  10% {
    opacity: 1;
    transform: rotateZ(12deg);
  }
  20% {
    opacity: 1;
    transform: rotateZ(-12deg);
  }
  30% {
    opacity: 1;
    transform: rotateZ(12deg);
  }
  40% {
    opacity: 1;
    transform: rotateZ(-12deg);
  }
  50% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
  100% {
    opacity: 1;
    transform: rotateZ(0deg);
  }
}
.ly_header {
  width: 89.5833333333%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  border-radius: 16px;
  padding: 18px 40px;
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1000;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1200px) {
  .ly_header {
    width: 100%;
    height: 64px;
    box-shadow: none;
    border-radius: 0;
    padding: 0 0 0 clamp(0.9375rem, 0.2273rem + 3.0303vw, 2.5rem);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: none;
  }
}
.ly_header_inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ly_header_logo {
  width: 240px;
}

.ly_cont {
  flex: 1;
}

.ly_container {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .ly_container {
    width: 92%;
  }
}

.ly_container_mdSmall {
  width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .ly_container_mdSmall {
    width: 83.2%;
  }
}

.ly_container__wSmall {
  width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .ly_container__wSmall {
    width: 92%;
  }
}

.ly_main {
  padding: 24px 0 80px;
}
@media only screen and (max-width: 960px) {
  .ly_main {
    padding: 24px 0 40px;
  }
}

.ly_footer {
  width: 100%;
  padding: 64px 0 16px;
  background-color: #eaf3fb;
}
.ly_footer_logo {
  width: 296px;
}
.ly_footer_inner {
  display: flex;
  flex-direction: column;
  gap: 64px;
  position: relative;
}
@media only screen and (max-width: 600px) {
  .ly_footer_inner {
    gap: 40px;
  }
}
.ly_footer_middle {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.ly_footer_exLink {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
@media only screen and (max-width: 480px) {
  .ly_footer_exLink {
    flex-direction: column;
  }
}

.bl_logo {
  display: block;
  aspect-ratio: 240/37;
}
@media only screen and (max-width: 600px) {
  .bl_logo.ly_header_logo {
    width: 160px;
  }
}

.bl_nav {
  font-size: 1.25rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 40px;
  transition: color 0.3s ease;
}
.ly_footer .bl_nav {
  font-size: 1rem;
}
.bl_nav ul {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 600px) {
  .ly_footer .bl_nav ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.is-active .bl_nav a {
  color: #2f4fa9;
}
.bl_nav a.is-current {
  color: #2f4fa9;
}
.bl_nav a:hover {
  color: #2f4fa9;
  transition: color 0.3s ease;
}
.ly_footer .bl_nav a {
  display: flex;
  align-items: center;
}
.ly_footer .bl_nav a:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("./images/icon/arrow-black.png");
}

.bl_spNav {
  width: 100%;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  display: none;
  justify-content: center;
  position: absolute;
  top: 0;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .bl_spNav {
    display: flex;
  }
}
.bl_spNav.is_open {
  left: 0;
  transform: translateX(0%);
  transition: transform 0.3s ease;
}
.bl_spNav_inner {
  max-width: 92%;
  height: 100svh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.bl_spNav_inner ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 24px;
}

.bl_heroTop {
  width: 100%;
  position: relative;
  padding: 156px 0 64px;
}
@media only screen and (max-width: 1200px) {
  .bl_heroTop {
    padding: 88px 0 80px;
  }
}
.bl_heroTop_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bl_heroTop_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (max-width: 1200px) {
  .bl_heroTop_body {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.bl_heroTop_header {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .bl_heroTop_header {
    align-items: flex-start;
    text-align: left;
  }
}
.bl_heroTop_title {
  font-weight: 700 !important;
}
.bl_heroTop_title span {
  display: block;
}
.bl_heroTop_text {
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .bl_heroTop_text {
    align-items: flex-start;
  }
}

.bl_hero {
  width: 100%;
  position: relative;
  padding: 200px 0 80px;
}
@media only screen and (max-width: 960px) {
  .bl_hero {
    padding: 156px 0 76px;
  }
}
.bl_hero_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bl_hero_bg img {
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_hero_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.bl_hero_title {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bl_accordionUnit_wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bl_accordion_title {
  justify-content: space-between;
}
.bl_accordion_btn {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
}
.bl_accordion_btn:before, .bl_accordion_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.bl_accordion_btn:after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
}
.is-opened .bl_accordion_btn:after {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}

details {
  border: solid 2px #2f4fa9;
  background-color: #2f4fa9;
  border-radius: 8px;
}
details.is-opened summary:before {
  transform: rotateZ(90deg);
  transition: transform 0.3s ease;
}

summary {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  padding: 11px 16px;
  cursor: pointer;
}
summary ~ * {
  background-color: #ffffff;
  padding: 24px 16px;
}
summary ~ *:last-child {
  border-radius: 0 0 6px 6px;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 1200px) {
  summary {
    font-size: 1.125rem;
    padding: 11px 14px;
  }
}

.bl_map {
  width: 1143px;
  margin: 0 auto;
}
.bl_map area {
  cursor: pointer;
}

.bl_mapFull {
  display: none;
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  padding: 24px 0;
  z-index: 100;
}
@media only screen and (max-width: 1200px) {
  .bl_mapFull {
    display: block;
    width: 100%;
  }
}
.bl_mapFull_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bl_mapFull_map {
  position: relative;
}
.bl_mapFull_closeBtn {
  position: absolute;
  top: 100%;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #d9d9d9;
  border-radius: 0 0 0 8px;
}
.bl_mapFull_closeBtn:before, .bl_mapFull_closeBtn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 1px;
  background-color: #333333;
}
.bl_mapFull_closeBtn:before {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.bl_mapFull_closeBtn:after {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.bl_infoBoxUnit {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.un_topics .bl_infoBoxUnit {
  margin-top: 22px;
}

.bl_infoBox {
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #333333;
  border-radius: 16px;
  transition: background-color 0.3s ease;
  padding: 0 !important;
}
.bl_infoBox:hover {
  background-color: #f4fcff;
  transition: background-color 0.3s ease;
}
.bl_infoBox:hover .bl_infoBox_icon {
  transform: translateX(8px);
  transition: transform 0.3s ease;
}
.bl_infoBox:before {
  display: none !important;
}
.bl_infoBox a {
  text-decoration: none !important;
}
.bl_infoBox > * {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  width: 100%;
  padding: 23px;
}
@media only screen and (max-width: 1200px) {
  .bl_infoBox > * {
    padding: 23px 15px;
  }
}
.bl_infoBox_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 1rem;
  color: #000000;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.bl_infoBox_body time {
  color: #333333;
}
.bl_infoBox_icon {
  flex: 0 0 24px;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}

.bl_belt {
  width: 100%;
  padding: 84px 0 40px;
  background-color: #2f4fa9;
}
.bl_belt_inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.bl_belt_title span {
  color: #5a79d0;
}
.bl_belt_body {
  font-size: 1rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.bl_belt ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 1200px) {
  .bl_belt ul {
    gap: 16px;
  }
}

.bl_card {
  padding: 24px 0;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #cccccc;
}
.bl_card__w345 {
  width: 345px;
  max-width: 100%;
}

.form label {
  display: inline-block;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 16px;
}
.form label:first-child {
  margin-top: 0;
}
.form label[for=rememberme] {
  font-size: 0.75rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 0;
}
.form .buttons {
  margin-top: 32px;
}

.div_text {
  margin-top: 12px;
}

.button_div {
  margin-top: 12px;
  text-align: left !important;
}

input[type=text],
input[type=password],
input[type=email] {
  width: 100%;
  padding: 10px 4px;
  border-radius: 4px;
  border: solid 1px #666;
}

input[type=checkbox] {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: solid 1px #666;
}

input[type=submit] {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #0499d6;
  border-radius: 4px;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: filter 0.3s ease;
  text-decoration: none !important;
  background-image: url("./images/icon/login.png");
  background-repeat: no-repeat;
  background-position: 16px center;
  position: relative;
}
input[type=submit]:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease;
}

.buttons {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #0499d6;
  border-radius: 4px;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: filter 0.3s ease;
  text-decoration: none !important;
  position: relative;
  filter: brightness(100%);
  transition: filter 0.3s ease;
}
.buttons:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./images/icon/login.png");
}
.buttons:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease;
}

.bl_list {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.bl_list_item {
  border-bottom: solid 1px #d9d9d9;
}
.bl_list_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}
@media only screen and (max-width: 1200px) {
  .bl_list_item a {
    padding: 11px 0;
  }
}
.bl_list_item a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./images/icon/arrow-skyblue.png");
  background-repeat: no-repeat;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
.bl_list_item a:hover {
  background-color: #f4fcff;
  transition: background-color 0.3s ease;
}
.bl_list_item a:hover:after {
  transform: translateX(8px);
  transition: transform 0.3s ease;
}
.bl_list_body {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.bl_list_time {
  color: #333333;
}
.bl_list__bbDushed .bl_list_item {
  border-bottom: dashed 1px #9abecd !important;
}

.bl_box {
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  padding: 2rem;
}

.bl_modal {
  display: none;
}
.bl_modal.is-open {
  display: block;
}
@media only screen and (max-width: 1200px) {
  .bl_modal {
    display: none !important;
  }
}
.bl_modal_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.bl_modal_container {
  width: min(1000px, 92%);
}
.bl_modal_container > div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
.bl_modal_content {
  width: 100%;
  max-height: 90vh;
  border-radius: 12px;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
}
.bl_modal_header {
  width: 100%;
  padding: 27px 0;
  border-radius: 12px 12px 0 0;
  background-image: url("images/bl_modal_header.png");
  display: flex;
  align-items: center;
  justify-content: center;
}
.bl_modal_title {
  font-size: 3rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bl_modal_title span {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
}
.bl_modal_article {
  height: 70vh;
  padding: 0 40px;
  margin-top: 24px;
  overflow-y: scroll;
}
.bl_modal_closeBtn {
  width: 30px;
  height: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bl_modal_closeBtn span {
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 100vh;
  display: block;
}
.bl_modal_closeBtn span:first-child {
  transform-origin: center;
  transform: translateY(2px) rotateZ(-45deg);
}
.bl_modal_closeBtn span:last-child {
  transform-origin: center;
  transform: rotateZ(45deg);
}

.bl_breadcrumb_items {
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.bl_breadcrumb span[property=itemListElement] {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.bl_breadcrumb span[property=itemListElement]:first-child {
  color: #666 !important;
}
.bl_breadcrumb span[property=itemListElement]:last-child:after {
  display: none;
}
.bl_breadcrumb span[property=itemListElement]:after {
  content: "＞";
  margin: 0 10px;
}

.el_afterIconLink {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #333333;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  transition: color 0.3s ease;
  text-decoration: none !important;
}
.el_afterIconLink:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("./images/icon/batch-arrow.png");
  transform: translateX(0px);
  transition: transform 0.3s ease;
  z-index: -1;
}
.el_afterIconLink:hover {
  color: #2f4fa9;
  transition: color 0.3s ease;
}
.el_afterIconLink:hover:after {
  transform: translateX(8px);
  transition: transform 0.3s ease;
}

.el_beforeIconBtn {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #0499d6;
  border-radius: 8px;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: filter 0.3s ease;
  text-decoration: none !important;
}
@media only screen and (max-width: 1200px) {
  .el_beforeIconBtn {
    font-size: 1rem;
  }
}
.el_beforeIconBtn__bgDark {
  background-color: #333333 !important;
}
.el_beforeIconBtn__w240 {
  width: 240px;
}
.el_beforeIconBtn:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease;
}
.el_beforeIconBtn img {
  width: 24px;
}

.wpmem_loginout_link {
  min-width: 128px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #0499d6;
  border-radius: 8px;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: filter 0.3s ease;
  text-decoration: none !important;
}
@media only screen and (max-width: 1200px) {
  .wpmem_loginout_link {
    font-size: 1rem;
  }
}
.wpmem_loginout_link__bgDark {
  background-color: #333333 !important;
}
.wpmem_loginout_link__w240 {
  width: 240px;
}
.wpmem_loginout_link:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease;
}
.wpmem_loginout_link:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("images/icon/login.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.wpmem_loginout_link[href*="?a=logout"] {
  min-width: 128px;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 8px 16px;
  background-color: #333333;
  border-radius: 8px;
  color: #ffffff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: filter 0.3s ease;
  text-decoration: none !important;
}
.wpmem_loginout_link[href*="?a=logout"]:before {
  display: none;
}

.el_beforeIconLink {
  font-size: 0.75rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: all 0.3s ease;
}
.el_beforeIconLink a {
  text-decoration: none;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}
.el_beforeIconLink:before {
  content: "";
  display: block;
  border-left: 8px solid #0499d6;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.el_beforeIconLink:hover {
  color: #2f4fa9;
  transition: color 0.3s ease;
}
.el_beforeIconLink:hover a {
  text-decoration: underline;
  transition: -webkit-text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease;
  transition: text-decoration 0.3s ease, -webkit-text-decoration 0.3s ease;
}

.el_hmbgr {
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #2f4fa9;
}
.el_hmbgr_inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.is_open .el_hmbgr_inner {
  gap: 0;
}
.el_hmbgr_inner:before, .el_hmbgr_inner:after {
  content: "";
  display: block;
  width: 62.5%;
  height: 2px;
  background-color: #ffffff;
  transform-origin: center;
  transition: transform 0.3s ease;
}
.is_open .el_hmbgr_inner:before {
  transform: rotate(-45deg);
  transition: transform 0.3s ease;
}
.is_open .el_hmbgr_inner:after {
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

.el_heading {
  font-size: 2rem;
  color: #2f4fa9;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.el_heading_fzlg {
  font-size: 3rem;
  color: #2f4fa9;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.el_heading_fzmd {
  font-size: 1.5rem;
  color: #2f4fa9;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.el_heading_fzsm {
  font-size: 1.125rem;
  color: #2f4fa9;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.el_titleOverlap {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  z-index: 0;
}
.el_titleOverlap span {
  font-size: 266.6666666667%;
  font-weight: 900;
  position: absolute;
  top: -160%;
  left: 50%;
  z-index: -1;
  transform: translateX(-50%);
}

.el_title {
  padding: 16px 8px;
  border-bottom: 2px solid #2f4fa9;
  display: flex;
  justify-content: space-between;
}
.el_title__bb:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 8px;
  background-color: #333333;
}
.el_title__cDark {
  color: #333333 !important;
}

.el_copyright {
  display: block;
  text-align: center;
  font-size: 0.75rem;
  color: #666666;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.el_scrollTopBtn {
  position: absolute;
  bottom: -16px;
  right: 0;
}
.ly_footer .el_scrollTopBtn {
  width: 64px;
}

.hl_flex {
  display: flex;
}
.hl_flex__col16 {
  flex-direction: column;
  gap: 16px;
}
.hl_flex__col24 {
  flex-direction: column;
  gap: 24px;
}
.hl_flex__col32 {
  flex-direction: column;
  gap: 32px;
}
.hl_flex__col40 {
  flex-direction: column;
  gap: 40px;
}
.hl_flex__alignCenter {
  align-items: center;
}

.hl_txWhite {
  color: #ffffff;
}

.hl_txBlue {
  color: #2f4fa9;
}

.hl_txSkyBlue {
  color: #0499d6;
}

.hl_alignLeft {
  text-align: left;
}

.hl_alignCenter {
  text-align: center;
}

.hl_alignRight {
  text-align: right;
}

.hl_txBlack {
  font-weight: 900 !important;
}

.hl_txBold {
  font-weight: 700 !important;
}

.hl_txMedium {
  font-weight: 500 !important;
}

.hl_p0 {
  padding: 0 !important;
}

.hl_m0 {
  margin: 0 !important;
}

@media only screen and (max-width: 1200px) {
  .lg_only {
    display: none !important;
  }
}

.md_only {
  display: none !important;
}
@media only screen and (max-width: 1200px) {
  .md_only {
    display: block !important;
  }
}

.un_topics {
  padding: 80px 0;
}
@media only screen and (max-width: 1200px) {
  .un_topics {
    padding: 40px 0;
  }
}

.un_titleWithList {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wp_buttonUnit {
  width: 100%;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.wp_button {
  font-size: 1rem;
  color: #ffffff !important;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #2f4fa9;
  text-decoration: none !important;
  filter: brightness(100%);
  transition: filter 0.3s ease;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .wp_button {
    font-size: 0.75rem;
  }
}
.wp_button:hover {
  filter: brightness(120%);
  transition: filter 0.3s ease;
}

.wp-block-details summary {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp-block-details summary:before {
  content: "▶";
  display: block;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  transform: rotateZ(0deg);
  transition: transform 0.3s ease;
}

.wp_contentWrap__wNarrow {
  max-width: 100%;
  width: 378px;
  margin: 0 auto;
}

.wp-block-columns {
  display: flex;
  flex-wrap: nowrap;
  align-items: normal !important;
  gap: 32px;
  margin-bottom: 0;
}
.wp-block-columns:not(:first-child) {
  margin-top: 24px;
}
@media only screen and (max-width: 960px) {
  .wp-block-columns:not(:first-child) {
    margin-top: -8px;
  }
}
@media only screen and (max-width: 960px) {
  .wp-block-columns {
    flex-wrap: wrap;
  }
}
.wp-block-columns .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
@media only screen and (max-width: 960px) {
  .wp-block-columns .wp-block-column {
    flex-basis: 100%;
  }
}

.wp_groupColumn {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.wp-block-columns .wp-block-heading {
  padding: 8px 0 6px;
}
.wp-block-columns h2.wp-block-heading {
  font-size: 1.125rem;
}

.wp-block-heading a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none !important;
}
.wp-block-heading a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./images/icon/arrow-blue.png");
  background-repeat: no-repeat;
}

h2.wp-block-heading {
  font-size: 1.5rem;
  color: #2f4fa9;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  padding: 16px 8px 14px;
  border-bottom: solid 2px #2f4fa9;
}

.wp_content ul {
  list-style: none;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.wp_content ul li {
  padding-left: 20px;
  position: relative;
}
.wp_content ul li:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-color: #2f4fa9;
  position: absolute;
  top: 6px;
  left: 0;
}
.wp_content ul li ul {
  padding: 8px 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
.wp_content ul li ul li {
  font-size: 14px;
  padding-left: 12px;
  position: relative;
}
.wp_content ul li ul li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #333333;
  position: absolute;
  top: 8.5px;
  left: 0;
}

.wp-block-details ul {
  gap: 16px;
}

.wp_contentWrap a {
  text-decoration: underline;
}
.wp_contentWrap a:hover {
  color: #2f4fa9;
}
.wp_contentWrap a[href$=".pdf"] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp_contentWrap a[href$=".pdf"]::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./images/icon/icon-pdf.png") no-repeat;
  display: inline-block;
  flex: 0 0 20px;
}
.wp_contentWrap a[href$=".jpg"] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp_contentWrap a[href$=".jpg"]::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./images/icon/icon-image.png") no-repeat;
  display: inline-block;
  flex: 0 0 20px;
}
.wp_contentWrap a[href$=".png"] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wp_contentWrap a[href$=".png"]::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("./images/icon/icon-image.png") no-repeat;
  display: inline-block;
  flex: 0 0 20px;
}

ul.wp-block-latest-posts__list, ul.wp-block-latest-posts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin-top: 24px;
}
ul.wp-block-latest-posts__list li, ul.wp-block-latest-posts li {
  padding: 0;
}
ul.wp-block-latest-posts__list li:before, ul.wp-block-latest-posts li:before {
  display: none;
}

.wp_content p {
  font-size: 1rem;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.pagination {
  margin-top: 16px;
}
.pagination .nav-links {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.pagination .page-numbers {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  border: solid 1px #666;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.pagination .page-numbers.current {
  background-color: #2f4fa9;
  color: #ffffff;
  border: solid 1px #2f4fa9;
}
.pagination .page-numbers.dots {
  cursor: auto;
}
.pagination .page-numbers:not(.current):not(.dots):hover {
  background-color: #2f4fa9;
  color: #ffffff;
  transition: all 0.3s ease;
}
.pagination a {
  text-decoration: none !important;
}

.wp_textWIthLinkBox {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background-color: #ebf9ff;
  padding: 25px 16px;
  border: solid 1px #2f4fa9;
  border-radius: 8px;
  font-weight: 500;
}
.wp_textWIthLinkBox a {
  color: #2f4fa9;
}

#wpmem_login {
  width: 100% !important;
}
