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

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

a {
  text-decoration: none;
}

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

body {
  font-family: sans-serif;
}
body.hidden {
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .container {
    margin: 0 clamp(0.9375rem, 0rem + 4vw, 1.875rem);
  }
}

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

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

a:hover {
  filter: brightness(120%);
}

mark.has-inline-color {
  text-decoration: underline;
}

header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ly_header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background-color: #ffffff;
}
.ly_header_inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.ly_header_left {
  padding: 20px 0 20px 40px;
  display: flex;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 960px) {
  .ly_header_left {
    padding: 20px 0 20px 16px;
  }
}
@media only screen and (max-width: 600px) {
  .ly_header_left {
    padding: 16px;
  }
}
.ly_header_right {
  height: 100%;
}

.ly_elseHeader {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #ffffff;
}
.ly_elseHeader_inner {
  width: 100%;
  padding: 16px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .ly_elseHeader_inner {
    height: clamp(3.5rem, 0rem + 14.9333vw, 7rem);
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .ly_elseHeader_left {
    padding: 0 0 0 16px;
  }
}
.ly_elseHeader_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}
@media only screen and (max-width: 1200px) {
  .ly_elseHeader_right {
    display: none;
  }
}

footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ly_footer {
  width: 100%;
  background-image: url("./images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ly_footer_inner {
  width: min(92%, 1200px);
  margin-inline: auto;
  padding: 64px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.ly_footer_body {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.ly_footer_top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.ly_footer_top p {
  font-size: 14px;
  color: 400;
  font-weight: #333333;
  line-height: 1.5;
  letter-spacing: 0;
}
.ly_footer_middle {
  border-bottom: solid 2px #333333;
}
.ly_footer_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 36px;
}
@media only screen and (max-width: 1200px) {
  .ly_footer_bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

.ly_threeColumn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
  gap: 24px;
}
@media only screen and (max-width: 600px) {
  .ly_threeColumn {
    grid-template-columns: 1fr;
  }
}

.bl_article_title {
  font-size: var(--wp--preset--font-size--f-xl);
  font-family: var(--wp--preset--font-family--zen-maru-gothic);
  margin-top: 40px;
}

.breadcrumbs .current-item {
  color: #666;
}

.bl_logo {
  width: 300px;
  aspect-ratio: 1684/268;
}
@media only screen and (max-width: 1200px) {
  .front-page .bl_logo {
    width: clamp(12.5rem, 9.6591rem + 12.1212vw, 18.75rem);
  }
}
@media only screen and (max-width: 1200px) {
  .bl_logo {
    width: clamp(9.5625rem, 0rem + 40.8vw, 19.125rem);
  }
}

.bl_snsList {
  border-left: 1px solid #320099;
  border-right: 1px solid #320099;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
@media only screen and (max-width: 480px) {
  .bl_snsList {
    display: none;
  }
}
.bl_snsList span {
  font-size: 14px;
  color: #320099;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.bl_snsList ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.bl_gMenu {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 960px) {
  .bl_gMenu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.bl_gMenu_item01 {
  background-color: #d6e1ff;
}
.bl_gMenu_item01:hover {
  background-color: #7799ff;
}
.bl_gMenu_item02 {
  background-color: #b9eaf2;
}
.bl_gMenu_item02:hover {
  background-color: #67dff1;
}
.bl_gMenu_item03 {
  background-color: #c5ffd1;
}
.bl_gMenu_item03:hover {
  background-color: #5ee679;
}
.bl_gMenu_item04 {
  background-color: #fceaa6;
}
.bl_gMenu_item04:hover {
  background-color: #f7d55c;
}
.bl_gMenu_item05 {
  background-color: #fccea6;
}
.bl_gMenu_item05:hover {
  background-color: #f89c4b;
}

.bl_smallMenu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
}
.bl_smallMenu .menu-item {
  display: flex;
  align-items: center;
  gap: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
}
.bl_smallMenu .menu-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #320099;
}
.bl_smallMenu .menu-item:hover {
  color: #320099;
  text-decoration: underline;
}

.bl_mainMenu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}
.bl_mainMenu .menu-item {
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  color: #333333;
}
.bl_mainMenu .menu-item:hover {
  color: #320099;
  text-decoration: underline;
}
.bl_mainMenu .menu-item-has-children {
  position: relative;
}
.bl_mainMenu .menu-item-has-children > a {
  display: block;
  align-items: center;
}
.bl_mainMenu .menu-item-has-children > a:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("./images/submenu-toggleicon.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 4px;
}
.bl_mainMenu .menu-item-has-children:hover .sub-menu {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: visibility 0s, opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.bl_mainMenu .menu-item-has-children .sub-menu {
  width: 255px;
  padding: 16px;
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin-top: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
  transition: visibility 0s, opacity 0.3s ease-in-out, transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6);
}
.bl_mainMenu .menu-item-has-children .sub-menu .menu-item a {
  font-size: 14px;
  color: 500;
  font-weight: #333333;
  line-height: 1.5;
  letter-spacing: 0;
}
.bl_mainMenu .menu-item-has-children .sub-menu .menu-item a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background-image: url("./images/arrow01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 8px;
}

.spMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: clamp(3.5rem, 0rem + 14.9333vw, 7rem) 0;
  width: 100%;
  height: 100vh;
  z-index: 90;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-150%);
  transition: all 0.3s ease-in-out;
  overflow-y: scroll;
  margin-top: 0;
}
@media only screen and (max-width: 1200px) {
  .spMenu {
    display: block;
  }
}
.spMenu ul {
  list-style: none !important;
}
.spMenu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.spMenu__mainmenu .main-menu {
  font-size: clamp(1rem, 0.7727rem + 0.9697vw, 1.5rem);
  line-height: 2.5;
  font-weight: 500;
  color: #320099;
}
.spMenu__mainmenu .main-menu > li {
  border-top: clamp(0.0625rem, 0rem + 0.2667vw, 0.125rem) dashed #ccc;
}
.spMenu__mainmenu .main-menu > li:last-child {
  border-bottom: clamp(0.0625rem, 0rem + 0.2667vw, 0.125rem) dashed #ccc;
}
.spMenu__mainmenu .sub-menu {
  margin-left: clamp(1rem, 0rem + 4.2667vw, 2rem);
  font-size: clamp(0.875rem, 0.7045rem + 0.7273vw, 1.25rem);
  font-weight: 500;
  line-height: 2;
  color: #333333;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.spMenu__mainmenu .sub-menu > li {
  display: inline-flex;
}
.spMenu__mainmenu .sub-menu > li a {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 0rem + 4.2667vw, 2rem);
}
.spMenu__mainmenu .sub-menu > li a::after {
  content: "";
  width: clamp(0.25rem, 0rem + 1.0667vw, 0.5rem);
  height: clamp(0.4375rem, 0rem + 1.8667vw, 0.875rem);
  background-image: url("./images/arrow01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
.spMenu__smallmenu {
  margin-top: clamp(1.25rem, 0rem + 5.3333vw, 2.5rem);
}
.spMenu__smallmenu .small-menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(0.875rem, 0rem + 3.7333vw, 1.75rem);
  font-size: clamp(0.875rem, 0.7045rem + 0.7273vw, 1.25rem);
  font-weight: 400;
  line-height: 1.5;
}
.spMenu__smallmenu .small-menu .menu-item {
  display: flex;
  align-items: center;
  gap: clamp(0.125rem, 0rem + 0.5333vw, 0.25rem);
}
.spMenu__smallmenu .small-menu .menu-item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: clamp(0.25rem, 0rem + 1.0667vw, 0.5rem) 0 clamp(0.25rem, 0rem + 1.0667vw, 0.5rem) clamp(0.4375rem, 0rem + 1.8667vw, 0.875rem);
  border-color: transparent transparent transparent #320099;
}

.hamburger {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .hamburger {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: clamp(0.625rem, 0rem + 2.6667vw, 1.25rem);
    width: clamp(3.5rem, 0rem + 14.9333vw, 7rem);
    height: clamp(3.5rem, 0rem + 14.9333vw, 7rem);
    background-color: #320099;
    cursor: pointer;
    transition: all 0.3s;
  }
  .hamburger::before, .hamburger::after {
    display: block;
    content: "";
    width: clamp(2.5rem, 0rem + 10.6667vw, 5rem);
    height: 2px;
    border-radius: 9999px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }
  .hamburger.active {
    gap: 0;
  }
  .hamburger.active::before {
    transform: translateY(2px) rotate(45deg);
  }
  .hamburger.active::after {
    transform: rotate(-45deg);
  }
}

.bl_officeInfo {
  width: 100%;
  padding: 16px 24px;
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}
.bl_officeInfo_top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bl_officeInfo h3 {
  font-size: 1.25rem;
  color: #255dd8;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.bl_officeInfo p {
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.bl_officeInfo a {
  width: min(336px, 100%);
  margin-inline: auto;
  padding: 8px;
  border-radius: 50vh;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: clamp(0.5rem, -1.5rem + 10.6667vw, 1rem);
  position: relative;
}
.bl_officeInfo a img {
  width: clamp(2.5rem, -2.75rem + 28vw, 3.8125rem);
  aspect-ratio: 1/1;
}
.bl_officeInfo_tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.bl_officeInfo_telNumber {
  font-size: clamp(1.5rem, -0.5rem + 10.6667vw, 2rem);
  color: #333333;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.bl_officeInfo_telTime {
  font-size: 0.875rem;
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}

.bl_footerMenu {
  padding: 24px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
}
@media only screen and (max-width: 960px) {
  .bl_footerMenu {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media only screen and (max-width: 480px) {
  .bl_footerMenu {
    grid-template-columns: 1fr;
  }
}
.bl_footerMenu_column > .menu-item {
  padding-left: 24px;
}
.bl_footerMenu_column > .menu-item > a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
  line-height: 2.5;
  letter-spacing: 0;
}
.bl_footerMenu_column > .menu-item > a:hover {
  color: #320099;
  opacity: 1;
  text-decoration: underline;
}
.bl_footerMenu_column > .menu-item > a:before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1/1;
  background-image: url("./images/circle-icon-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: -24px;
}
.bl_footerMenu .sub-menu {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0;
}
.bl_footerMenu .sub-menu a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.bl_footerMenu .sub-menu a:hover {
  opacity: 1;
  color: #320099;
  text-decoration: underline;
}
.bl_footerMenu a[target=_blank]:after {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  background-image: url("./images/new-window-stroke.svg");
  background-repeat: no-repeat;
  background-size: cover;
}

.bl_footerSmallMenu .bl_smallMenu {
  gap: 32px;
  flex-wrap: wrap;
}

.bl_banner_wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  flex: 1;
}
@media only screen and (max-width: 600px) {
  .bl_banner_wrapper {
    grid-template-columns: 1fr;
  }
}

.el_snsIcon img {
  display: block;
  width: 32px;
  aspect-ratio: 1/1;
}

.el_iconMenu {
  width: clamp(6.25rem, 0.25rem + 10vw, 9rem);
}
@media only screen and (max-width: 960px) {
  .el_iconMenu {
    width: 20%;
  }
}
.el_iconMenu a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  text-align: center;
  padding: 4px 0;
  height: 100%;
}
@media only screen and (max-width: 600px) {
  .el_iconMenu a {
    padding: 8px 0;
  }
}
.el_iconMenu span {
  font-size: 16px;
  color: #304268;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(0.625rem, 0rem + 2.6667vw, 1rem);
}
.el_iconMenu img {
  width: clamp(2.5rem, 0rem + 10.6667vw, 4rem);
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 600px) {
  .el_iconMenu img {
    width: clamp(2.5rem, 0rem + 10.6667vw, 4rem);
  }
}

.hl_colorBlue {
  color: #255dd8 !important;
}

.hl_colorDarkBlue {
  color: #1e889b !important;
}

.hl_colorPurple {
  color: #7f3a9a !important;
}

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

.hl_bgColorLightBlue2 {
  background-color: #d6e1ff;
}

.hl_bgColorLightBlue {
  background-color: #b9eaf2;
}

.hl_bgColorPurple {
  background-color: #eed0fa;
}

.hl_dropShadow {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.hl_textRight {
  text-align: right;
}

.hl_block {
  display: block;
}

@media screen and (max-width: 782px) {
  .hl_mobileColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 782px) {
  .hl_displayContents {
    display: contents !important;
  }
}

@media screen and (max-width: 782px) {
  .hl_order1 {
    order: 1;
  }
}

@media screen and (max-width: 782px) {
  .hl_order2 {
    order: 2;
  }
}

@media screen and (max-width: 782px) {
  .hl_order3 {
    order: 3;
  }
}

@media screen and (max-width: 782px) {
  .hl_order4 {
    order: 4;
  }
}

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

@media screen and (max-width: 782px) {
  .hl_mobileLeft {
    text-align: left !important;
  }
}

.hl_fill-img img {
  height: 100%;
}

.wp-site-blocks {
  width: 100%;
  overflow-x: clip;
}

.wp-block-heading.is-style-left-line,
p.is-style-left-line {
  padding-left: 12px;
  position: relative;
}
.wp-block-heading.is-style-left-line:before,
p.is-style-left-line:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background-color: #1e889b;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}

.wp-block-table-of-contents ol {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1em;
}
.wp-block-table-of-contents li {
  padding: 8px 16px;
  background-color: #ecf0ff;
  border-radius: 8px;
}
.wp-block-table-of-contents li a {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2.5;
}
.wp-block-table-of-contents li a:before {
  content: "";
  position: absolute;
  top: 1.08em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #007bff; /* 青 */
  border-radius: 50%;
}

.wp-block-list {
  list-style-position: inside;
  text-indent: -1em;
  padding-left: 1em;
}
.wp-block-list div {
  display: inline;
}
.wp-block-list li {
  margin-bottom: 1em;
}

.is-style-marker-custom.wp-block-list {
  list-style: none;
  text-indent: 0;
  padding-left: 0;
}
.is-style-marker-custom.wp-block-list li {
  position: relative;
  padding-left: 1em;
  line-height: 2.5;
}
.is-style-marker-custom.wp-block-list li:before {
  content: "";
  position: absolute;
  top: 1.08em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  background-color: #007bff; /* 青 */
  border-radius: 50%;
}

.is-style-check-custom.wp-block-list {
  list-style: none;
  text-indent: 0;
  padding-left: 0;
}
.is-style-check-custom.wp-block-list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2.5;
}
.is-style-check-custom.wp-block-list li:before {
  content: "";
  position: absolute;
  top: 0.8125em;
  left: 0;
  width: 1em;
  background-image: url(./images/gg_check-o.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}

.is-style-square-custom.wp-block-list {
  list-style: none;
  text-indent: 0;
  padding-left: 0;
}
.is-style-square-custom.wp-block-list li {
  position: relative;
  padding-left: 1.5em;
  line-height: 2;
}
.is-style-square-custom.wp-block-list li:before {
  content: "";
  position: absolute;
  top: 1em;
  transform: translateY(-50%);
  left: 0;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: var(--wp--preset--color--lightblue);
}

ol ul {
  list-style-type: decimal;
}

.wp-block-button.is-style-underline-blue {
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 0.2614rem + 0.4848vw, 0.625rem);
  color: #255dd8;
}
.wp-block-button.is-style-underline-blue .wp-block-button__link {
  padding: 0;
  background-color: transparent;
  border-bottom: solid 2px #255dd8;
  border-radius: 0;
  color: inherit;
}
.wp-block-button.is-style-underline-blue:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(./images/circle-icon-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-underline-blue:hover:after {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-underline-darkblue {
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 0.2614rem + 0.4848vw, 0.625rem);
  color: #255dd8;
}
.wp-block-button.is-style-underline-darkblue .wp-block-button__link {
  padding: 0;
  background-color: transparent;
  border-bottom: solid 2px #1e889b;
  border-radius: 0;
  color: inherit;
}
.wp-block-button.is-style-underline-darkblue:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(./images/circle-icon-dark-blue.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-underline-darkblue:hover:after {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-underline-white {
  display: flex;
  align-items: center;
  gap: clamp(0.375rem, 0.2614rem + 0.4848vw, 0.625rem);
  color: #255dd8;
}
.wp-block-button.is-style-underline-white .wp-block-button__link {
  padding: 0;
  background-color: transparent;
  border-bottom: solid 2px #ffffff;
  border-radius: 0;
  color: inherit;
}
.wp-block-button.is-style-underline-white:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(./images/circle-icon-white2.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(0px);
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-underline-white:hover:after {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-basic .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-button.is-style-basic .wp-block-button__link:hover:after {
  transform: translateX(10px);
  transition: transform 0.3s ease;
}
.wp-block-button.is-style-basic .wp-block-button__link:after {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  background-image: url(./images/solar_arrow-right-broken.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: translateX(0);
  transition: transform 0.3s ease;
}

.is-style-guradient {
  background: linear-gradient(to right, #255dd8, #1e889b);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.wp-block-table .has-fixed-layout tr {
  white-space: normal !important;
}
.wp-block-table .has-fixed-layout td {
  white-space: normal !important;
}

.wp-block-table.is-style-firstColumn-hasColor td {
  padding: clamp(0.5rem, 0.2727rem + 0.9697vw, 1rem);
  border: solid 1px #ccc;
  vertical-align: middle;
}
.wp-block-table.is-style-firstColumn-hasColor td:first-child {
  width: 30%;
  background-color: #e7eef9;
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-style-firstColumn-hasColor td:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-style-firstColumn-hasColor td {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

.wp-block-table.is-style-firstColumn-hasColor-mini td {
  padding: 8px;
  border: solid 1px #ccc;
  vertical-align: middle;
}
.wp-block-table.is-style-firstColumn-hasColor-mini td:first-child {
  width: 30%;
  background-color: #e7eef9;
}

.wp-block-table.is-style-firstRow-hasColor th {
  padding: clamp(0.5rem, 0.2727rem + 0.9697vw, 1rem);
  border: solid 1px #ccc;
  vertical-align: middle;
  background-color: #e7eef9;
}
.wp-block-table.is-style-firstRow-hasColor td {
  padding: clamp(0.5rem, 0.2727rem + 0.9697vw, 1rem);
  border: solid 1px #ccc;
  vertical-align: middle;
}

.wp-block-table.is-style-firstColumn-and-firstLine-hasColor tr:first-child {
  background-color: #e7eef9;
  white-space: nowrap;
}
.wp-block-table.is-style-firstColumn-and-firstLine-hasColor td {
  padding: 1em;
  border: solid 1px #ccc;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .wp-block-table.is-style-firstColumn-and-firstLine-hasColor td {
    padding: 0.5em;
  }
}
.wp-block-table.is-style-firstColumn-and-firstLine-hasColor td:first-child {
  background-color: #e7eef9;
  white-space: nowrap;
}

td mark.has-inline-color {
  text-decoration: none;
}

.wp-block-lpb-lottie-player {
  line-height: 1;
}

.wp-block-cover.header-banner h1 {
  font-size: var(--wp--preset--font-size--f-xxl) !important;
  color: var(--wp--preset--color--logo) !important;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  font-family: var(--wp--preset--font-family--zen-maru-gothic) !important;
}

.wp-block-media-text {
  gap: 24px;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0 !important;
}
.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
  border-radius: 8px;
  overflow: hidden;
}

details {
  border: solid 2px #255dd8;
  background-color: #255dd8;
  border-radius: 8px;
}
details[open] summary:before {
  transform: rotateZ(90deg);
  transition: transform 0.3s ease;
}

/* height:0→autoへのアニメーションが対応していない場合は、固定値にアニメーションさせる */
summary {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 11px 16px;
  cursor: pointer;
  list-style: none;
}
summary:before {
  content: "";
  display: block;
  width: 0;
  height: 1rem;
  border-left: solid 1rem #ffffff;
  border-top: solid 0.5rem transparent;
  border-bottom: solid 0.5rem transparent;
  transform: rotateZ(0deg);
  transition: transform 0.3s ease;
}
summary ~ * {
  background-color: #ffffff;
}
summary ~ *:last-child {
  border-radius: 0 0 6px 6px;
}
summary::marker {
  display: none;
}
summary::-webkit-details-marker {
  display: none;
}

.wp-block-image img {
  width: auto;
}

p.is-style-brackets {
  border: none;
  position: relative;
}
p.is-style-brackets:before, p.is-style-brackets:after {
  content: "";
  display: block;
  width: 64px;
  aspect-ratio: 1/1;
  border-top: solid 8px var(--wp--preset--color--darkblue);
  border-left: solid 8px var(--wp--preset--color--darkblue);
}
p.is-style-brackets:before {
  position: absolute;
  top: 0%;
  left: 0;
}
p.is-style-brackets:after {
  position: absolute;
  bottom: 0%;
  right: 0;
  transform: rotateZ(180deg);
}

:root :where(p.is-style-sme-speech-left):before {
  top: 24px;
}

.pagination {
  width: 100%;
}
.wp-ajax-query-loop-block .pagination {
  margin-top: 1em;
}
.pagination .nav-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pagination .page-numbers {
  width: 2em;
  padding: 4px 0;
  aspect-ratio: 1/1;
  border: solid 1px #ccc;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
}
.pagination .page-numbers.current {
  background-color: #255dd8;
  color: #ffffff;
  border-color: #255dd8;
}
.pagination .page-numbers:hover {
  background-color: #255dd8;
  color: #ffffff;
  border-color: #255dd8;
  transition: all 0.3s ease;
}

.wp-ajax-query-loop-block.located-on-archive-page {
  padding-bottom: 64px;
}

.js_scrollToTop {
  width: clamp(3.5rem, 3.0455rem + 1.9394vw, 4.5rem);
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 120px;
  right: clamp(1rem, -0.7045rem + 7.2727vw, 4.75rem);
  display: none;
  z-index: 20;
}
