@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.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;
  line-height: 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] {
  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: 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/**
 * 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. Change font properties to `inherit` in Safari.
 */
::-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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

:root {
  --color-base: #2C2C2C;
  --color-accent: #5FABAD;
  --color-primary: #fff;
  --color-gray: #F5F7F8;
}

html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-padding-top: 100px;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis:not(.lenis-autoToggle).lenis-stopped {
  overflow: clip;
}

.lenis [data-lenis-prevent],
.lenis [data-lenis-prevent-wheel],
.lenis [data-lenis-prevent-touch] {
  overscroll-behavior: contain;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

.lenis.lenis-autoToggle {
  transition-property: overflow;
  transition-duration: 1ms;
  transition-behavior: allow-discrete;
}

html.lenis-stopped #wrapper {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c_header {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c_gnav {
  padding-right: var(--fixed-right);
}
html.lenis-stopped .c_modal {
  padding-right: var(--fixed-right);
}

body {
  background-color: #F5F7F8;
  color: var(--color-base);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1rem;
}

#wrapper {
  overflow: clip;
  padding-top: 57px;
  position: relative;
  z-index: 0;
}

#main {
  position: relative;
}

.full {
  width: 100%;
}

:where(img:not([src$=".svg"])) {
  width: 100%;
}

img,
svg {
  max-width: 100%;
  height: auto;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

:where(a:hover, .h_opacity:hover) {
  opacity: 1;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview_opacity) {
  opacity: 0;
}

.fadeUp,
.fadeRight,
.fadeRight,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeRight {
  animation-name: ani_toright;
  animation-fill-mode: forwards;
}

.fadeLeft {
  animation-name: ani_toleft;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_toright {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes ani_toleft {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.h-zoom {
  opacity: 1;
  cursor: pointer;
}
.h-zoom__img {
  overflow: clip;
  position: relative;
  z-index: 1;
}
.h-zoom__img img {
  transition: transform 0.5s ease;
  position: relative;
  z-index: 1;
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 100%;
  padding-inline: 18px;
  margin-inline: auto;
}

/*!
component > header
------------------------------
*/
.no-transition #gnav {
  transition: none !important;
}

.lenis-stopped .c-header {
  padding-right: var(--fixed-right);
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background-color: #fefefe;
}
.c-header__inner {
  display: flex;
  align-items: center;
  padding-inline: 10px 4px;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  height: 57px;
  padding-bottom: 2px;
}
.c-header__inner::after {
  content: "";
  inset: 0;
  border-bottom: 1px solid var(--color-primary);
  position: absolute;
  z-index: -1;
  transition: 0.5s;
  transition-property: opacity, background-color;
}
.c-header:has(.c-header__hamburger.is-open) {
  color: var(--color-primary);
}
.c-header:has(.c-header__hamburger.is-open) .c-header__logo_bl {
  opacity: 0;
}
.c-header:has(.c-header__hamburger.is-open) .c-header__logo_wh {
  opacity: 1;
}
.c-header:has(.c-header__hamburger.is-open) .c-header__inner::after {
  background-color: #4a4a4a;
}
.c-header__logo a {
  width: 124px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 0;
}
.c-header__logo a img {
  transition: opacity 0.5s ease;
  width: 124px;
}
.c-header__logo_bl {
  opacity: 1;
}
.c-header__logo_wh {
  position: absolute;
  opacity: 0;
  left: 3px;
}
.c-header__contact {
  margin-right: 8px;
}
.c-header__contact .c-btn03 {
  font-size: 1.0625rem;
  gap: 7px;
  display: none;
  padding-inline: 27px 26px;
  background-color: var(--color-base);
  min-height: 80px;
}
.c-header__contact .c-btn03 .c-arrow {
  width: 21px;
  margin-left: 7px;
}
.c-header__contact .c-btn03 .c-arrow::after, .c-header__contact .c-btn03 .c-arrow::before {
  -webkit-mask-size: 11px auto;
  mask-size: 11px auto;
}
.c-header__contact_mail {
  height: 35px;
  width: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid currentColor;
  border-radius: 50%;
  transition: color 0.5s ease;
  opacity: 1;
}
.c-header__contact_mail::after {
  aspect-ratio: 1;
  content: "";
  width: 17px;
  -webkit-mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  background-color: currentColor;
}
.c-header__lang {
  position: relative;
  margin-left: auto;
  margin-inline: auto 6px;
}
.c-header__lang .hidden-select {
  pointer-events: none;
  position: absolute;
}
.c-header__lang .nice-select {
  border: 1px solid currentColor;
  background-color: transparent;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  color: currentColor;
  font-size: 0.625rem;
  min-width: 106px;
  height: 35px;
  padding-inline: 33px 20px;
  transition: none;
}
.c-header__lang .nice-select::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  aspect-ratio: 1;
  width: 16px;
  -webkit-mask: url(../images/common/icon_lang.svg) center/contain no-repeat;
  mask: url(../images/common/icon_lang.svg) center/contain no-repeat;
  background-color: currentColor;
  transform: translateY(-50%);
}
.c-header__lang .nice-select::after {
  border: none;
  width: 8px;
  height: 8px;
  background-color: currentColor;
  transform: rotate(0);
  transform: translateY(-50%);
  transform-origin: 50% 50%;
  margin: 0;
  margin-top: 1px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 13px;
  transition: transform 0.5s ease;
}
.c-header__lang .nice-select.open::after {
  transform: translateY(-50%) rotate(-180deg);
}
.c-header__lang .nice-select.open .nice-select-dropdown {
  transform: translate(-50%, 0) scale(1);
}
.c-header__lang .nice-select.gt_selector .current {
  font-size: 0;
}
.c-header__lang .nice-select.gt_selector .current::before {
  font-size: 0.625rem;
  content: "Language";
}
.c-header__lang .nice-select-dropdown {
  padding-left: 0;
  overflow-y: auto;
  box-shadow: rgba(0, 0, 0, 0.11) 0 2px 4px;
  color: #4a4a4a;
  min-width: 97px;
  left: 50%;
  margin-top: 7px;
  transform: scale(0.75) translate(-50%, 19px);
}
.c-header__lang .nice-select-dropdown .list > li:first-child {
  display: none;
}
.c-header__lang .nice-select-dropdown .option {
  display: flex;
  align-items: center;
  padding-inline: 7px 10px;
  gap: 10px;
  line-height: 1;
  height: 40px;
  font-weight: 500;
  font-size: 0.875rem;
}
.c-header__lang .nice-select-dropdown .option::before {
  content: "";
  flex-shrink: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #4DB0BF;
}
.c-header__lang .nice-select-dropdown .option.selected {
  background-color: #E6E6E6;
}
.c-header__lang .nice-select-dropdown .option.selected::before {
  opacity: 1;
}
.c-header__hamburger {
  height: 30px;
  width: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-base);
  position: relative;
}
.c-header__hamburger > * {
  height: 1px;
  width: 12px;
  background-color: var(--color-primary);
  position: absolute;
  transition: transform 0.5s ease;
}
.c-header__hamburger > *:first-child {
  transform: translateY(-2px);
}
.c-header__hamburger > *:last-child {
  transform: translateY(2px);
}
.c-header__hamburger.is-open > *:first-child {
  transform: translateY(0) rotate(45deg);
}
.c-header__hamburger.is-open > *:last-child {
  transform: translateY(0) rotate(135deg);
}

.c-gnav {
  position: absolute;
  top: 0;
  height: 100vh;
  height: 100dvh;
  background-color: #4a4a4a;
  color: var(--color-primary);
  z-index: -2;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  transition-property: visibility, opacity;
}
.c-gnav.is-open {
  opacity: 1;
  visibility: visible;
}
.c-gnav__inner {
  padding-inline: 38px;
  max-height: 100%;
  overflow: auto;
  padding-block: 112px 40px;
}
.c-gnav__item:not(:last-child) {
  margin-bottom: 30px;
}
.c-gnav__item_link {
  display: table;
  position: relative;
  font-weight: 700;
  font-size: 1.1875rem;
  padding-left: 32px;
}
.c-gnav__item_link::before {
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  content: "";
  background-color: currentColor;
  position: absolute;
  width: 16px;
  left: 0;
  top: 50%;
  width: 22px;
  transform: translateY(-42%);
}
.c-gnav__item_sublist {
  margin-top: 16px;
  padding-left: 31px;
}
.c-gnav__item_sub:not(:last-child) {
  margin-bottom: 8px;
}
.c-gnav__item_sublink {
  color: #a6a6a6;
}
.c-gnav__contact {
  margin-top: 78px;
}
.c-gnav .c-circle {
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 100%;
  transform: translate(-51%, -60.5%);
}

.c-footer {
  background-color: #4A4A4A;
  color: var(--color-primary);
  position: relative;
  z-index: 0;
}
.c-footer::before {
  content: "";
  display: block;
  border-bottom: 1px solid currentColor;
  height: 142px;
}
.c-footer__inner {
  margin-inline: auto;
  padding-inline: 18px;
  display: flex;
  flex-direction: column-reverse;
  padding-block: 55px 32px;
}
.c-footer__content {
  width: 100%;
}
.c-footer__logo {
  display: block;
  width: 218px;
}
.c-footer__address {
  font-size: 0.875rem;
  margin-top: 27px;
}
.c-footer__contact {
  line-height: 1.1;
  font-family: "Anek Latin", sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  gap: 1px;
  margin-top: 7px;
}
.c-footer__contact > * {
  display: flex;
}
.c-footer__contact > * > *:first-child {
  width: 34px;
}
.c-footer__note {
  color: #dadada;
  font-size: 0.625rem;
  margin-top: 3px;
}
.c-footer__btn {
  margin-top: 41px;
}
.c-footer__btn .c-btn03 {
  white-space: nowrap;
}
.c-footer__privacy {
  font-size: 0.875rem;
  margin-top: 228px;
  padding-left: 8px;
}
.c-footer__copyright {
  font-size: 0.75rem;
  margin-top: 12px;
  padding-left: 8px;
}
.c-footer__right {
  padding-bottom: 47px;
}
.c-footer__business {
  font-weight: 400;
  padding-top: 43px;
  padding-left: 33px;
}
.c-footer__business__lead {
  margin-bottom: 10px;
}
.c-footer__business__lead ~ .c-footer__business__lead {
  margin-top: 10px;
}
.c-footer__business__content {
  line-height: 1.14;
}
.c-footer__business__desc {
  text-indent: -1em;
  padding-left: 1.3em;
}
.c-footer__business__desc::before {
  content: "・";
  margin-right: 2px;
}
.c-footer__business__desc .symbol-indent {
  margin-left: -0.45em;
}
.c-footer__menu {
  width: 100%;
  padding-left: 4px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
}
.c-footer__menu .item {
  width: 100%;
}
.c-footer__menu .item:first-child {
  grid-column: span 2;
}
.c-footer__menu .item:last-child {
  grid-row: 2/span 2;
  grid-column: 2/span 1;
  padding-left: 23px;
}
.c-footer__menu .item_link {
  display: table;
  position: relative;
  font-weight: 700;
  font-size: 1.1875rem;
  padding-left: 32px;
}
.c-footer__menu .item_link::before {
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  content: "";
  background-color: currentColor;
  position: absolute;
  width: 16px;
  left: 0;
  top: 50%;
  width: 22px;
  transform: translateY(-42%);
}
.c-footer__menu .item_link + .item_link {
  margin-top: 20px;
}
.c-footer__menu .item_sublist {
  margin-top: 16px;
  padding-left: 31px;
}
.c-footer__menu .item_sub:not(:last-child) {
  margin-bottom: 8px;
}
.c-footer__menu .item_sublink {
  color: #A6A6A6;
}
.c-footer__act {
  position: absolute;
  z-index: -1;
  width: 223px;
  bottom: 136px;
  right: 53px;
}
.c-footer__act .c-circle {
  background-color: #4A4A4A;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-33.5%, -27.8%);
}
.c-footer__act .c-circle::after {
  opacity: 0.57;
  transform: rotate(158.2deg);
}
.c-footer__act .c-circle::before {
  mix-blend-mode: color-dodge;
}

.c-mv {
  background: url(../images/common/bg_pattern_mv.webp) center/cover no-repeat;
  padding-inline: 18px;
  position: relative;
  z-index: 0;
  overflow: clip;
}
.c-mv__inner {
  margin-inline: auto;
  display: flex;
  align-items: center;
  height: 221px;
  padding-top: 10px;
}
.c-mv__ttl {
  line-height: 1.6;
}
.c-mv__ttl_en {
  font-family: "Anek Latin", sans-serif;
  letter-spacing: 0.04em;
  font-size: 4rem;
  display: block;
  line-height: 1.2;
}
.c-mv__ttl_jp {
  color: var(--color-accent);
  letter-spacing: 0.04em;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 9px;
}
.c-mv__ttl_jp::before {
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  content: "";
  background-color: currentColor;
  position: relative;
  width: 15px;
  top: 2px;
}
.c-mv .c-circle {
  position: absolute;
  top: 100%;
  left: 100%;
  z-index: -1;
  transform: translate(-51%, -28%);
}

.c-heading {
  line-height: 1.6;
}
.c-heading__en {
  font-family: "Anek Latin", sans-serif;
  letter-spacing: 0.04em;
  font-size: 5rem;
  display: block;
  line-height: 1.2;
}
.c-heading__jp {
  color: var(--color-accent);
  letter-spacing: 0.04em;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: -5px;
}
.c-heading__jp::before {
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  content: "";
  background-color: currentColor;
  position: relative;
  width: 16px;
  top: 2px;
}
.c-heading.is-center {
  text-align: center;
}
.c-heading.is-center .c-heading__jp {
  justify-content: center;
}
.c-heading.is-center .c-heading__jp::before {
  left: -6px;
}
.c-heading.is-white {
  color: var(--color-primary);
}
.c-heading.is-white .c-heading__jp {
  color: inherit;
}

.c-title__lead {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.c-title__lead_en {
  display: flex;
  gap: 10px;
  font-family: "Anek Latin", sans-serif;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.04em;
  color: var(--color-accent);
}
.c-title__lead_en::before {
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  content: "";
  background-color: currentColor;
  position: relative;
  width: 15px;
  top: 1px;
}
.c-title__lead_jp {
  font-size: 2.5rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-title__lead.is-white .c-title__lead_en {
  color: var(--color-primary);
}
.c-title__lead.is-white .c-title__lead_jp {
  color: var(--color-primary);
}
.c-title__circle {
  display: flex;
  gap: 12px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.c-title__circle::before {
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  content: "";
  background-color: currentColor;
  position: relative;
  width: 32px;
  top: 2px;
}
.c-title__h2 {
  font-size: 1.5rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.u-fw_400 {
  font-weight: 400;
}

.u-fw_500 {
  font-weight: 500;
}

.u-fw_600 {
  font-weight: 600;
}

.u-fw_700 {
  font-weight: 700;
}

.u-inline_block {
  display: inline-block;
}

.u-txt_center {
  text-align: center;
}

.u-txt_right {
  text-align: right;
}

.u-palt {
  font-feature-settings: "palt";
}

.c-btn01 {
  display: inline-flex;
  position: relative;
  align-items: center;
  opacity: 1;
  letter-spacing: 0.04em;
  min-width: 285px;
  padding-bottom: 16px;
  font-weight: 500;
  gap: 10px;
}
.c-btn01::before, .c-btn01::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  transition: transform 0.5s ease;
  bottom: 0;
}
.c-btn01::after {
  background-color: var(--color-accent);
  transform: scaleX(0);
  transform-origin: right center;
}
.c-btn01::before {
  background-color: #dadada;
}
.c-btn01 .c-arrow {
  margin-left: auto;
}
.c-btn01__txt {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-btn01__txt::before {
  aspect-ratio: 1;
  content: "";
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  background-color: currentColor;
  position: relative;
  flex-shrink: 0;
  left: -1px;
  left: 0;
  width: 23px;
}
.c-btn01.is-white {
  color: var(--color-primary);
}
.c-btn01.is-back {
  min-width: 252px;
}
.c-btn01.is-back::after {
  left: auto;
  right: 0;
  transform-origin: left center;
}
.c-btn01.is-back .c-arrow {
  transform: rotate(-180deg);
}

.c-btn02 {
  display: inline-flex;
  position: relative;
  align-items: center;
  opacity: 1;
  letter-spacing: 0.04em;
  padding-bottom: 22px;
  font-size: 1.25rem;
  line-height: 1.4;
  gap: 18px;
  z-index: 0;
  padding-left: 7px;
  font-weight: 500;
}
.c-btn02__txt {
  gap: 18px;
  display: flex;
  align-items: center;
  position: relative;
}
.c-btn02__txt::before {
  aspect-ratio: 31/24;
  content: "";
  -webkit-mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  background-color: currentColor;
  position: relative;
  left: -1px;
  width: 34px;
  flex-shrink: 0;
}
.c-btn02::before, .c-btn02::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  transition: transform 0.5s ease;
  bottom: 0;
}
.c-btn02::after {
  background-color: #4db0bf;
  transform: scaleX(0);
  transform-origin: right center;
}
.c-btn02::before {
  background-color: #dadada;
}
.c-btn02 .c-arrow {
  margin-left: auto;
  background-color: var(--color-primary);
  color: var(--color-base);
  width: 51px;
  transition: 0.5s;
  transition-property: background-color, color;
}
.c-btn02 .c-arrow::after, .c-btn02 .c-arrow::before {
  -webkit-mask-size: 21px auto;
  mask-size: 21px auto;
}

.c-btn03 {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  background-color: var(--color-base);
  gap: 10px;
  letter-spacing: 0.05em;
  justify-content: center;
  min-height: 90px;
  background-color: #4db0bf;
  width: 100%;
  max-width: 298px;
  padding-inline: 20px;
  opacity: 1;
  font-weight: 500;
}
.c-btn03::before {
  content: "";
  aspect-ratio: 31/24;
  -webkit-mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  background-color: currentColor;
  position: relative;
  width: 17px;
  flex-shrink: 0;
  top: 2px;
}
.c-btn03 .c-arrow {
  background-color: var(--color-primary);
  color: var(--color-base);
  margin-left: 30px;
}

.c-submit {
  display: flex;
  position: relative;
  z-index: 0;
  cursor: pointer;
  background-color: #4db0bf;
  color: var(--color-primary);
  justify-content: center;
  align-items: center;
  gap: 27px;
  height: 90px;
  max-width: 400px;
}
.c-submit input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}
.c-submit.is-center {
  margin-inline: auto;
}
.c-submit__txt {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  letter-spacing: 0.7em;
  gap: 20px;
  position: relative;
  left: 10px;
}
.c-submit__txt::before {
  content: "";
  flex-shrink: 0;
  aspect-ratio: 31/24;
  -webkit-mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  mask: url(../images/common/icon_mail.svg) center/contain no-repeat;
  background-color: currentColor;
  position: relative;
  width: 17px;
}
.c-submit .c-arrow {
  width: 21px;
  background-color: var(--color-primary);
  color: var(--color-base);
}
.c-submit .c-arrow::after, .c-submit .c-arrow::before {
  -webkit-mask-size: 10px auto;
  mask-size: 10px auto;
}

.c-btn04 {
  display: inline-flex;
  align-items: center;
  background-color: var(--color-primary);
  color: var(--color-base);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  width: 100%;
  border-radius: 8px;
  min-height: 117px;
  padding-inline: 30px 24px;
  gap: 10px;
  font-size: 1.25rem;
  transition: color 0.5s ease;
}
.c-btn04::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 21px;
}
.c-btn04__arrow {
  aspect-ratio: 1;
  margin-left: auto;
  transform: rotate(45deg);
  width: 40px;
  flex-shrink: 0;
  overflow: clip;
}
.c-btn04__arrow::after, .c-btn04__arrow::before {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-mask: url(../images/common/icon_arrow02.svg) center/19px 24px no-repeat;
  mask: url(../images/common/icon_arrow02.svg) center/19px 24px no-repeat;
  background-color: currentColor;
}
.c-btn04__arrow::after {
  transform: translateY(100%);
}

.c-arrow {
  flex-shrink: 0;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--color-accent);
  width: 50px;
  color: var(--color-primary);
  overflow: clip;
  position: relative;
}
.c-arrow::after, .c-arrow::before {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-mask: url(../images/common/icon_arrow01.svg) center/20px 12px no-repeat;
  mask: url(../images/common/icon_arrow01.svg) center/20px 12px no-repeat;
  background-color: currentColor;
}
.c-arrow::after {
  transform: translate(-100%);
}

.c-totop {
  position: absolute;
  right: 17px;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  pointer-events: none;
  bottom: 120px;
}
.c-totop__btn {
  border: 2px solid var(--color-accent);
  width: 51px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: sticky;
  bottom: 20px;
  display: flex;
  justify-content: center;
  background-color: var(--color-accent);
  align-items: center;
  overflow: clip;
  visibility: hidden;
  color: var(--color-primary);
  opacity: 0;
  padding-bottom: 2px;
  transition: 0.5s;
  transition-property: visibility, opacity, color, background-color;
}
.c-totop__btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-totop__btn::after, .c-totop__btn::before {
  inset: 0;
  position: absolute;
  -webkit-mask: url(../images/common/icon_arrow02.svg) center/12px 20px no-repeat;
  mask: url(../images/common/icon_arrow02.svg) center/12px 20px no-repeat;
  content: "";
  background-color: currentColor;
}
.c-totop__btn::after {
  transform: translateY(100%);
}

.c-btn05 {
  display: inline-flex;
  align-items: center;
  background-color: #4db0bf;
  color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  width: 100%;
  gap: 30px;
  transition: color 0.5s ease;
  justify-content: center;
  min-height: 90px;
  padding-inline: 20px;
  max-width: 510px;
  opacity: 1;
}
.c-btn05__txt {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 200px;
  font-size: 1rem;
}
.c-btn05__txt::before {
  content: "";
  flex-shrink: 0;
  position: relative;
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 23px;
  left: 2px;
}
.c-btn05__arrow {
  aspect-ratio: 1;
  transform: rotate(90deg);
  background-color: var(--color-primary);
  color: var(--color-base);
  width: 50px;
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  overflow: clip;
  left: 18px;
}
.c-btn05__arrow::after, .c-btn05__arrow::before {
  content: "";
  inset: 0;
  position: absolute;
  -webkit-mask: url(../images/common/icon_arrow02.svg) center/12px 20px no-repeat;
  mask: url(../images/common/icon_arrow02.svg) center/12px 20px no-repeat;
  background-color: currentColor;
}
.c-btn05__arrow::after {
  transform: translateY(100%);
}

html.is-loading .c-loading {
  opacity: 1;
  pointer-events: all;
}

.c-loading {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  left: 0;
  pointer-events: none;
  background-color: #4A4A4A;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-loading .c-circle {
  top: 100%;
  position: absolute;
  z-index: 1;
  right: 100%;
  transform: translate(50%, -50%);
  width: 176vw;
}

.c-posts {
  width: 100%;
}

.c-post:not(:first-child) {
  margin-top: 20px;
}
.c-post__link {
  display: block;
  background-color: var(--color-primary);
  border-radius: 8px;
  opacity: 1;
  padding-inline: 24px;
  padding-block: 29px 62px;
}
.c-post__content {
  position: relative;
  z-index: 0;
  padding-right: 50px;
}
.c-post__content::before, .c-post__content::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  height: 1px;
  transition: transform 0.5s ease;
  top: calc(100% + 25px);
}
.c-post__content::after {
  background-color: var(--color-accent);
  transform: scaleX(0);
  transform-origin: right center;
}
.c-post__content::before {
  background-color: #dadada;
}
.c-post__sort {
  display: flex;
  align-items: center;
  line-height: 1.6;
  gap: 24px;
}
.c-post__time {
  color: #a6a6a6;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.c-post__cates {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
}
.c-post__cate {
  font-weight: 500;
  color: var(--color-accent);
  letter-spacing: 0.04em;
}
.c-post__desc {
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 1.125rem;
  margin-top: 13px;
}
.c-post .c-arrow {
  position: absolute;
  right: 0;
  width: 39px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--color-primary);
  color: var(--color-accent);
  border: 2px solid currentColor;
}
.c-post .c-arrow::before, .c-post .c-arrow::after {
  -webkit-mask-size: 16px auto;
  mask-size: 16px auto;
}

.c-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 960px;
  aspect-ratio: 1;
}
.c-circle::after, .c-circle::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
}
.c-circle::after {
  width: 100%;
  background: url(../images/common/img_decor02_sp.svg) center/contain no-repeat;
  animation: rotate_circle02 20s linear infinite;
  opacity: 0.57;
}
.c-circle::before {
  width: 64.4628099174%;
  background: url(../images/common/img_decor01_sp.svg) center/contain no-repeat;
  animation: rotate_circle01 15s linear infinite;
}

@keyframes rotate_circle01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate_circle02 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.c-pagenavi {
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
  display: none;
  font-family: "Anek Latin", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1;
  margin-top: 30px;
}
.c-pagenavi:not(.no-extend__start):not(.no-extend__last) .extend + .smaller {
  display: none;
}
.c-pagenavi:not(.no-extend__start):not(.no-extend__last) .larger + .larger {
  display: none;
}
.c-pagenavi.no-extend__last:has(.larger + .extend) .extend + .smaller {
  display: none;
}
.c-pagenavi.no-extend__start:has(.previouspostslink + .extend) .larger + .larger {
  display: none;
}
.c-pagenavi:has(.wp-pagenavi) {
  display: flex;
}
.c-pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.c-pagenavi a,
.c-pagenavi .current,
.c-pagenavi button {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 33px;
}
.c-pagenavi button {
  pointer-events: none;
  display: flex;
}
.c-pagenavi:has(.last) .nextpostslink {
  order: 1;
}
.c-pagenavi:has(.first) .previouspostslink {
  order: -1;
}
.c-pagenavi .current {
  color: #fff;
  background-color: var(--color-accent);
}
.c-pagenavi .nextpostslink,
.c-pagenavi .previouspostslink {
  font-size: 0;
  border: none;
}
.c-pagenavi .nextpostslink::before,
.c-pagenavi .previouspostslink::before {
  content: "";
  aspect-ratio: 1;
  display: block;
  width: 10px;
  border-right: 1px solid var(--color-accent);
  border-bottom: 1px solid var(--color-accent);
  transform: rotate(-45deg);
}
.c-pagenavi .nextpostslink {
  margin-left: -8px;
}
.c-pagenavi .previouspostslink {
  transform: scaleX(-1);
  margin-right: -8px;
}

.p-404__main {
  position: relative;
  z-index: 1;
  padding-block: 60px 70px;
}
.p-404__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
  display: table;
  margin-inline: auto;
}
.p-404__desc {
  display: table;
  margin-inline: auto;
  margin-top: 20px;
  letter-spacing: 0.01em;
}
.p-404__btn {
  text-align: center;
  margin-top: 40px;
}

.l-editor {
  margin-inline: auto;
  letter-spacing: 0.1em;
}
.l-editor:has(h2.is-style-act-heading-order) {
  counter-reset: list-h2 0;
}
.l-editor:has(h3.is-style-act-heading-order) h2 {
  counter-reset: list-h3 0;
}
.l-editor > * {
  margin-bottom: 27px;
}
.l-editor > *:last-child:empty {
  display: none;
}
.l-editor > p:empty {
  height: 8px;
}
.l-editor p a {
  color: #4db0bf;
  text-decoration: underline;
  text-underline-offset: 1px;
}
.l-editor p a[target=_blank]::after {
  content: "";
  display: inline-block;
  height: 10px;
  margin-inline: 3px 5px;
  width: 10px;
  background: url(../images/common/icon_blank.svg) center/contain no-repeat;
}
.l-editor h2 {
  position: relative;
  box-sizing: border-box;
  background-color: var(--color-primary);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  font-size: 1.5rem;
  padding-block: 23px 25px;
  padding-inline: 20px 19px;
  margin-bottom: 41px;
}
.l-editor h2::after {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
  background-color: var(--color-accent);
  width: 4px;
}
.l-editor h2.is-style-act-heading-order {
  counter-increment: list-h2;
  padding-left: 58px;
  text-indent: -32px;
}
.l-editor h2.is-style-act-heading-order::before {
  content: counter(list-h2, decimal) ".";
  display: inline;
  margin-right: 9px;
  letter-spacing: 0;
}
.l-editor h2 ~ h2 {
  margin-top: 62px;
}
.l-editor h2 + h3 {
  margin-top: 68px;
}
.l-editor :where(h3 ~ h3) {
  margin-top: 54px;
}
.l-editor h3 {
  counter-increment: list-h3;
  font-size: 1.25rem;
  position: relative;
  line-height: 1.3;
  font-weight: 500;
  margin-top: 52px;
  font-weight: 700;
  padding-bottom: 19px;
  margin-bottom: 31px;
  background-image: linear-gradient(to bottom, transparent 0% calc(100% - 1px), #e6e6e6 calc(100% - 1px) 100%);
  letter-spacing: 0.1em;
}
.l-editor h3.is-style-act-heading-order {
  text-indent: -25px;
  padding-left: 30px;
}
.l-editor h3.is-style-act-heading-order::before {
  content: counter(list-h3, decimal) ".";
  display: inline;
  letter-spacing: 0;
  margin-right: 8px;
}
.l-editor h3::after {
  content: "";
  position: absolute;
  height: 2px;
  bottom: 0;
  width: 80px;
  left: 0;
  background-color: #5fabad;
}
.l-editor h4 {
  font-size: 1.1875rem;
  position: relative;
  color: #5fabad;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 35px;
  padding-left: 32px;
  margin-bottom: 23px;
}
.l-editor h4::before {
  content: "";
  top: 10px;
  left: -1px;
  position: absolute;
  width: 17px;
  height: 17px;
  -webkit-mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  mask: url(../images/common/icon_circle.svg) center/contain no-repeat;
  background-color: currentColor;
}
.l-editor > ul {
  padding-bottom: 10px;
}
.l-editor ul {
  line-height: 1.4;
}
.l-editor ul li {
  position: relative;
  padding-left: 24px;
}
.l-editor ul li::before {
  content: "";
  position: absolute;
  aspect-ratio: 1;
  background-color: var(--color-accent);
  width: 8px;
  border-radius: 50%;
  top: 8px;
  left: 0;
}
.l-editor ul li + li {
  margin-top: 13px;
}
.l-editor ul:has(ul) {
  padding-bottom: 2px;
}
.l-editor ul ul {
  padding-top: 8px;
  margin-left: -4px;
}
.l-editor ul ul li::before {
  background-color: transparent;
  border: 1px solid var(--color-accent);
}
.l-editor ul ul li + li {
  margin-top: 10px;
}
.l-editor ol {
  counter-reset: list-order 0;
  padding-left: 0;
  line-height: 1.4;
  padding-block: 6px;
}
.l-editor ol li {
  counter-increment: list-order;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}
.l-editor ol li::before {
  content: counter(list-order, decimal);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #5fabad;
  font-size: 0.6875rem;
  position: relative;
  letter-spacing: 0;
  padding-bottom: 1px;
  line-height: 15px;
  top: 4px;
}
.l-editor ol li + li {
  padding-top: 17px;
}
.l-editor ol + p {
  margin-top: 33px;
}
.l-editor > p + blockquote {
  margin-top: 31px;
}
.l-editor > p + .wp-block-image {
  margin-top: 32px;
}
.l-editor > p + .wp-block-table {
  margin-top: 42px;
}
.l-editor blockquote {
  box-sizing: border-box;
  background-color: #eaeced;
  padding-block: 31px;
  letter-spacing: 0.1em;
  border-left: 4px solid #5fabad;
  color: #4a4a4a;
  font-style: italic;
  padding-inline: 24px 47px;
  line-height: 1.62;
}
.l-editor hr {
  background-color: #dadada;
  margin-block: 68px 100px;
  border-top: none;
  height: 1px;
}
.l-editor .wp-block-table {
  margin-bottom: 31px;
  padding-bottom: 20px;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 table {
  min-width: 700px;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 table,
.l-editor .wp-block-table.is-style-act-tbl-col3 td,
.l-editor .wp-block-table.is-style-act-tbl-col3 tr,
.l-editor .wp-block-table.is-style-act-tbl-col3 th {
  border: 1px solid #e6e6e6;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 td,
.l-editor .wp-block-table.is-style-act-tbl-col3 th {
  vertical-align: middle;
  padding-block: 10px;
  padding-inline: 38px 20px;
  height: 76px;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 td:first-child,
.l-editor .wp-block-table.is-style-act-tbl-col3 th:first-child {
  padding-inline: 20px;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 thead {
  background-color: #c8e4e7;
  border: none;
  color: #5fabad;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 thead th:first-child {
  width: 163px;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 tbody tr {
  background-color: #fff;
}
.l-editor .wp-block-table.is-style-act-tbl-col3 tbody tr:nth-child(even) {
  background-color: #f5f7f8;
}
.l-editor .wp-block-table.is-style-act-tbl-col2 table {
  min-width: 700px;
}
.l-editor .wp-block-table.is-style-act-tbl-col2 table,
.l-editor .wp-block-table.is-style-act-tbl-col2 td,
.l-editor .wp-block-table.is-style-act-tbl-col2 tr,
.l-editor .wp-block-table.is-style-act-tbl-col2 th {
  border: 1px solid #e6e6e6;
}
.l-editor .wp-block-table.is-style-act-tbl-col2 td,
.l-editor .wp-block-table.is-style-act-tbl-col2 th {
  vertical-align: middle;
  padding-block: 10px;
  padding-inline: 20px;
  height: 77px;
  box-sizing: border-box;
  font-weight: 500;
}
.l-editor .wp-block-table.is-style-act-tbl-col2 thead {
  background-color: #c8e4e7;
  border: none;
  color: #5fabad;
}
.l-editor .wp-block-table.is-style-act-tbl-col2 tbody tr {
  background-color: #fff;
}
.l-editor .wp-block-table.is-style-act-tbl-col2 tbody tr:nth-child(even) {
  background-color: #f5f7f8;
}
.l-editor .wp-block-image.is-style-act-image-radius8 img {
  border-radius: 8px;
}
.l-editor .wp-block-image figcaption {
  color: #707070;
  font-size: 0.875rem;
  margin-top: 14px;
  letter-spacing: 0.1em;
}
.l-editor .wp-block-image .aligncenter {
  text-align: center;
}
.l-editor .wp-block-image .alignright {
  text-align: right;
}
.l-editor .wp-block-act-block-button {
  text-align: center;
  margin-top: 52px;
}
.l-editor .wp-block-act-block-button.is-style-buton02 .c-btn05__arrow {
  color: currentColor;
  transform: rotate(45deg);
  background-color: transparent;
  border-radius: 0;
}

.c-bg__white {
  background: var(--color-primary);
}
.c-bg__gradient {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.68) 0%, rgba(241, 244, 244, 0.9) 42%, rgb(226, 237, 236) 100%);
}
.c-bg__gray {
  background: var(--color-gray);
}
.c-bg__pattern_bluegray {
  background: url("../images/common/bg_pattern_bluegray.webp") center/1440px auto repeat;
}
.c-bg__pattern_gray {
  background: url("../images/common/bg_pattern_gray.webp") center/1440px auto repeat;
}
.c-bg__pattern_dark {
  background: url("../images/common/bg_pattern_dark.webp") center/1440px auto repeat;
}
.c-bg.has-featured {
  margin-top: max(-20.63vw, -262px);
  padding-top: min(20.63vw, 262px);
}

.c-featured {
  pointer-events: none;
}
.c-featured__img {
  position: relative;
  margin-top: -20px;
  display: block;
  width: 100%;
  aspect-ratio: 764/536;
  overflow: clip;
}
.c-featured__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 1;
  visibility: visible;
  transform: translateX(5%) scale(1.1);
  animation: none;
  transition: transform 1s ease;
}
.c-featured__img img.inview {
  transform: translateX(-5%) scale(1.1);
}
@media screen and (max-width: 767px){
  .pc {
    display: none !important;
  }
  .c-mv .c-circle {
    width: 488px;
    width: clamp(30.5rem, 18.3673469388vw + 26.1951530612rem, 35rem);
  }
  .c-pagenavi .larger + .larger + .larger {
    display: none;
  }
  .c-pagenavi .extend + .smaller {
    display: none;
  }
  .c-pagenavi .extend + .smaller + .smaller {
    display: none;
  }
  .c-pagenavi:has(.smaller):has(.larger + .extend) .larger + .larger {
    display: none;
  }
  .c-pagenavi:has(.smaller + .smaller):has(.larger + .extend) .larger {
    display: none;
  }
  .c-pagenavi:has(.extend + .smaller):has(.larger + .extend) .smaller {
    display: none;
  }
  .c-featured__img img {
    border-radius: 4px;
  }
}
@media screen and (min-width: 768px){
  html {
    scroll-padding-top: 120px;
  }
  #wrapper {
    padding-top: 80px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.6;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .l-container {
    max-width: 1270px;
    padding-inline: 37px;
  }
  .l-container.is-full {
    max-width: 1440px;
  }
  .l-container.is-sm {
    max-width: 1076px;
  }
  .c-header__inner {
    height: auto;
    padding-bottom: 0;
    padding-inline: clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem) 0;
  }
  .c-header__inner::after {
    opacity: 0;
    bottom: -1px;
  }
  .c-header__logo a {
    width: 165px;
  }
  .c-header__logo a img {
    width: 165px;
  }
  .c-header__contact {
    margin-right: 0;
  }
  .c-header__contact_mail {
    border-radius: 0;
    height: 80px;
    width: 80px;
    background-color: var(--color-base);
    border: 0;
  }
  .c-header__contact_mail::after {
    width: 30px;
    background-color: var(--color-primary);
  }
  .c-header__lang {
    display: block;
    margin-inline: 0 20px;
  }
  .c-header__lang .nice-select {
    height: 42px;
    font-size: 0.875rem;
    padding-inline: 33px 20px;
    min-width: 125px;
  }
  .c-header__lang .nice-select::before {
    left: 11px;
  }
  .c-header__lang .nice-select::after {
    right: 12px;
  }
  .c-header__lang .nice-select.gt_selector .current::before {
    font-size: 0.875rem;
  }
  .c-header__lang .nice-select-dropdown .option {
    height: 30px;
  }
  .c-header__hamburger {
    display: none;
  }
  .c-gnav {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    color: inherit;
    background-color: transparent;
    height: auto;
    margin-left: auto;
    margin-right: clamp(1.5625rem, 2.734375vw + 0.25rem, 2rem);
    padding-block: 0 3px;
  }
  .c-gnav__inner {
    overflow: visible;
    padding: 0;
    display: flex;
    align-items: center;
  }
  .c-gnav__menu {
    display: flex;
    align-items: center;
    gap: clamp(1.5625rem, 4.296875vw + -0.5rem, 2.25rem);
  }
  .c-gnav__item:not(:last-child) {
    margin-bottom: 0;
  }
  .c-gnav__item_link {
    opacity: 1;
    font-weight: 500;
    font-size: 0.875rem;
    padding-left: 0;
    transition: color 0.5s ease;
  }
  .c-gnav__item_link:hover {
    color: #4DB0BF;
  }
  .c-gnav__item_link::before {
    content: none;
  }
  .c-footer::before {
    height: 141px;
  }
  .c-footer__inner {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1270px;
    padding-block: 50px 54px;
    padding-inline: 37px;
    gap: 40px;
  }
  .c-footer__btn .c-btn03 .c-arrow {
    margin-left: clamp(0.9375rem, 15vw + -9.375rem, 1.875rem);
  }
  .c-footer__privacy {
    padding-left: 0;
    margin-top: 42px;
  }
  .c-footer__copyright {
    padding-left: 0;
  }
  .c-footer__right {
    flex-shrink: 0;
    max-width: clamp(460px, (100vw - 1050px) * 1000, 792px);
    width: calc(100% - 290px);
    padding-bottom: clamp(0px, (1051px - 100vw) * 1000, clamp(9.375rem, 17.7304964539vw + 0.8643617021rem, 12.5rem));
  }
  .c-footer__business {
    padding-top: 0;
    font-size: 0.875rem;
    padding-left: 2px;
  }
  .c-footer__business__lead {
    margin-bottom: 12px;
  }
  .c-footer__business__lead ~ .c-footer__business__lead {
    margin-top: 9px;
  }
  .c-footer__business__desc .symbol-indent {
    margin-left: 0;
  }
  .c-footer__menu {
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 50px 8px;
    padding-bottom: 8px;
  }
  .c-footer__menu .item {
    flex: clamp(150px, (1050px - 100vw) * 1000, 170px);
  }
  .c-footer__menu .item:last-child {
    padding-left: 0;
  }
  .c-footer__menu .item_link + .item_link {
    margin-top: 50px;
  }
  .c-footer__act {
    width: clamp(12.5rem, 15.2255639098vw + 5.1917293233rem, 17.5625rem);
    bottom: clamp(2.5rem, 6.0185185185vw + -0.3888888889rem, 4.125rem);
    right: max(50% - 597px, 100px);
  }
  .c-footer__act .c-circle {
    transform: translate(-33.5%, -27.8%);
    width: clamp(56.25rem, 71.7592592593vw + 21.8055555556rem, 75.625rem);
  }
  .c-mv {
    padding-inline: 37px;
  }
  .c-mv__inner {
    max-width: 1195px;
    height: 431px;
    padding-block: 0 16px;
  }
  .c-mv__ttl_en {
    font-size: 6rem;
  }
  .c-mv__ttl_jp {
    gap: 10px;
    font-size: 1.625rem;
    margin-top: -1px;
  }
  .c-mv__ttl_jp::before {
    top: 3px;
    width: 22px;
  }
  .c-mv .c-circle {
    transform: translate(-55.1%, -24.2%);
  }
  .c-heading__en {
    font-size: 6rem;
  }
  .c-heading__jp {
    gap: 10px;
    font-size: 1.625rem;
    margin-top: -1px;
  }
  .c-heading__jp::before {
    top: 3px;
    width: 22px;
  }
  .c-title__h2 {
    font-size: clamp(1.5rem, 3.7037037037vw + -0.2777777778rem, 2.5rem);
    font-weight: 700;
    letter-spacing: 0.025em;
  }
  .c-btn02 {
    padding-left: 9px;
    gap: 10px;
    gap: clamp(0.9375rem, 0.78125vw + 0.5625rem, 1.0625rem);
    font-size: clamp(1.125rem, 3.04296875vw + -0.335625rem, 1.611875rem);
    padding-bottom: clamp(1.25rem, 1.953125vw + 0.3125rem, 1.5625rem);
  }
  .c-btn02__txt {
    top: -2px;
  }
  .c-btn02__txt::before {
    width: 31px;
  }
  .c-btn02 .c-arrow {
    width: clamp(3.75rem, 8.203125vw + -0.1875rem, 5.0625rem);
  }
  .c-btn02 .c-arrow::after, .c-btn02 .c-arrow::before {
    -webkit-mask-size: clamp(1.5rem, 3.125vw + 0rem, 2rem) auto;
    mask-size: clamp(1.5rem, 3.125vw + 0rem, 2rem) auto;
  }
  .c-btn03::before {
    top: 0;
  }
  .c-submit {
    max-width: 550px;
  }
  .c-btn04 {
    font-size: clamp(2rem, 0.9259259259vw + 1.5555555556rem, 2.25rem);
    min-height: clamp(8.75rem, 8.5648148148vw + 4.6388888889rem, 11.0625rem);
    padding-inline: clamp(1.875rem, 4.1666666667vw + -0.125rem, 3rem) clamp(1.875rem, 3.9351851852vw + -0.0138888889rem, 2.9375rem);
    padding-bottom: 2px;
  }
  .c-btn04::before {
    top: 2px;
    width: 38px;
  }
  .c-btn04__arrow {
    width: 60px;
    top: 2px;
  }
  .c-btn04__arrow::after, .c-btn04__arrow::before {
    -webkit-mask-size: 31px 39px;
    mask-size: 31px 39px;
  }
  .c-totop {
    right: clamp(1.5625rem, 2.7777777778vw + 0.2291666667rem, 2.3125rem);
    bottom: clamp(5.625rem, 9.7222222222vw + 0.9583333333rem, 8.25rem);
  }
  .c-loading .c-circle {
    transform: translate(71%, -38%);
    width: max(clamp(56.25rem, 66.6666666667vw + 24.25rem, 74.25rem), 82.5vw);
  }
  .c-post__link {
    padding-block: 38px 71px;
    padding-inline: 56px;
  }
  .c-circle {
    width: clamp(60rem, 57.8703703704vw + 32.2222222222rem, 75.625rem);
  }
  .c-circle::after {
    background-image: url(../images/common/img_decor02.svg);
    animation-duration: 30s;
  }
  .c-circle::before {
    background-image: url(../images/common/img_decor01.svg);
    animation-duration: 20s;
  }
  .c-pagenavi {
    margin-top: 60px;
  }
  .c-pagenavi.no-extend__last .extend:nth-last-child(3) {
    display: none;
  }
  .c-pagenavi.no-extend__start .extend:nth-child(3) {
    display: none;
  }
  .p-404__main {
    padding-block: 100px;
  }
  .p-404__ttl {
    font-size: 2rem;
  }
  .p-404__desc {
    margin-top: 30px;
  }
  .p-404__btn {
    margin-top: 60px;
  }
  .l-editor {
    max-width: 890px;
  }
  .l-editor h2 {
    padding-inline: 30px 30px;
    font-size: 1.625rem;
    padding-block: 21px 23px;
  }
  .l-editor h2.is-style-act-heading-order {
    padding-left: 70px;
    text-indent: -1.2307692308em;
  }
  .l-editor h2 ~ h2 {
    margin-top: 63px;
  }
  .l-editor ul li + li {
    margin-top: 14px;
  }
  .l-editor ul ul {
    margin-left: 0;
    padding-left: 16px;
  }
  .l-editor ol li + li {
    padding-top: 19px;
  }
  .l-editor ol + p {
    margin-top: 35px;
  }
  .l-editor blockquote {
    line-height: 1.8;
    padding-inline: 45px 47px;
  }
  .l-editor .wp-block-table {
    padding-bottom: 0;
  }
  .l-editor .wp-block-image figcaption {
    font-size: 1rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1024px){
  .c-header__contact .c-btn03 {
    display: flex;
  }
  .c-header__contact_mail {
    display: none;
  }
  .c-featured__img {
    margin-left: auto;
    margin-top: max(-21.57vw, -274px);
    width: min(60.16vw, 764px);
    max-width: calc(100% - 400px);
  }
}
@media (any-hover: hover) and (pointer: fine){
  .h-zoom:hover .h-zoom__img img {
    transform: scale(1.1);
  }
  .c-header__contact .c-btn03:hover {
    background-color: #4DB0BF;
  }
  .c-header__contact_mail {
    transition: 0.5s;
    transition-property: background-color;
  }
  .c-header__contact_mail:hover {
    background-color: #4DB0BF;
  }
  .c-header__lang .nice-select {
    transition: 0.5s;
    transition-property: color;
  }
  .c-header__lang .nice-select:hover {
    color: #4DB0BF;
  }
  .c-btn01:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .c-btn01:hover .c-arrow::after, .c-btn01:hover .c-arrow::before {
    transition: transform 0.3s ease;
  }
  .c-btn01:hover .c-arrow::after {
    transform: translateX(0);
  }
  .c-btn01:hover .c-arrow::before {
    transform: translateX(100%);
  }
  .c-btn01.is-back:hover::after {
    transform-origin: right center;
  }
  .c-btn02:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .c-btn02:hover .c-arrow {
    background-color: #4db0bf;
    color: var(--color-primary);
  }
  .c-btn02:hover .c-arrow::after, .c-btn02:hover .c-arrow::before {
    transition: transform 0.3s ease;
  }
  .c-btn02:hover .c-arrow::after {
    transform: translateX(0);
  }
  .c-btn02:hover .c-arrow::before {
    transform: translateX(100%);
  }
  .c-btn03 {
    transition: 0.5s;
    transition-property: background-color 0.5s ease;
  }
  .c-btn03:hover {
    background-color: var(--color-base);
  }
  .c-btn03:hover .c-arrow::after, .c-btn03:hover .c-arrow::before {
    transition: transform 0.3s ease;
  }
  .c-btn03:hover .c-arrow::after {
    transform: translateX(0);
  }
  .c-btn03:hover .c-arrow::before {
    transform: translateX(100%);
  }
  .c-submit {
    transition: 0.5s;
    transition-property: background-color;
  }
  .c-submit:hover {
    background-color: #4a4a4a;
  }
  .c-submit:hover .c-arrow::after, .c-submit:hover .c-arrow::before {
    transition: transform 0.3s ease;
  }
  .c-submit:hover .c-arrow::after {
    transform: translateX(0);
  }
  .c-submit:hover .c-arrow::before {
    transform: translateX(100%);
  }
  .c-totop__btn:hover {
    background-color: var(--color-primary);
    color: var(--color-accent);
  }
  .c-totop__btn:hover::after, .c-totop__btn:hover::before {
    transition: transform 0.3s ease;
  }
  .c-totop__btn:hover::after {
    transform: translateX(0);
  }
  .c-totop__btn:hover::before {
    transform: translateY(-100%);
  }
  .c-btn05 {
    transition: 0.5s;
    transition-property: background-color;
  }
  .c-btn05:hover {
    background-color: var(--color-base);
  }
  .c-btn05:hover .c-btn05__arrow::after, .c-btn05:hover .c-btn05__arrow::before {
    transition: transform 0.3s ease;
  }
  .c-btn05:hover .c-btn05__arrow::after {
    transform: translateX(0);
  }
  .c-btn05:hover .c-btn05__arrow::before {
    transform: translateY(-100%);
  }
  .c-post__link {
    transition: 0.5s;
    transition-property: background-color;
  }
  .c-post__link:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }
  .c-post__link:hover .c-post__content::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .c-post__link:hover::after {
    transform: scaleX(1);
    transform-origin: left center;
  }
  .c-post__link:hover .c-arrow::after, .c-post__link:hover .c-arrow::before {
    transition: transform 0.3s ease;
  }
  .c-post__link:hover .c-arrow::after {
    transform: translateX(0);
  }
  .c-post__link:hover .c-arrow::before {
    transform: translateX(100%);
  }
}
/*# sourceMappingURL=maps/common.css.map */
