/*!
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-primary: #001D55;
  --color-base: #484652;
}

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

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 {
  line-height: 2;
  font-size: 0.875rem;
}
body {
  background-color: #F9FBFF;
  color: #1A1A1A;
  font-family: "Noto Sans JP", sans-serif;
}

#wrapper {
  overflow: clip;
  padding-top: 70px;
}

#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,
.fadeUpright,
.fadeUpleft,
.fadeIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

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

.fadeUpright {
  transform-origin: top right;
  animation-name: ani_uptopright;
}

.fadeUpleft {
  transform-origin: top left;
  animation-name: ani_uptopleft;
}

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

.waveUp {
  animation-name: ani_waveup;
  animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-timing-function: ease;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_uptopright {
  0% {
    transform: translateY(50px) rotate(-25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_uptopleft {
  0% {
    transform: translateY(50px) rotate(25deg);
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(0deg);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ani_waveup {
  0% {
    background-position-x: 50%;
    background-position-y: -90%;
    opacity: 0;
  }
  25% {
    background-position-x: 100%;
    opacity: 1;
  }
  50% {
    background-position-x: 50%;
  }
  70% {
    background-position-x: 0%;
  }
  100% {
    background-position-x: 50%;
    background-position-y: 20%;
  }
}
.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: 20px;
  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: #fff;
}
.c-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 10px 0;
}
.c-header__logo {
  position: relative;
  z-index: 2;
}
.c-header__logo img {
  width: 219px;
}
.c-header__hamburger {
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  height: 70px;
  position: relative;
  z-index: 2;
}
.c-header__hamburger > * {
  height: 2px;
  width: 30px;
  position: absolute;
  border-radius: 2px;
  background-color: #fff;
  transition: 0.5s;
  transition-property: translate, rotate, opacity;
}
.c-header__hamburger > *:first-child {
  translate: 0 -10px;
}
.c-header__hamburger > *:last-child {
  translate: 0 10px;
}
.c-header__hamburger.is-open > *:first-child {
  translate: 0;
  rotate: 45deg;
}
.c-header__hamburger.is-open > *:nth-child(2) {
  rotate: 135deg;
  opacity: 0;
}
.c-header__hamburger.is-open > *:last-child {
  translate: 0;
  rotate: 135deg;
}
.c-header__entry {
  display: flex;
  align-items: center;
  border-left: 1px solid #C1CADC;
  position: relative;
  z-index: 5;
}
.c-header__contact {
  font-weight: 700;
  color: var(--color-primary);
  padding-top: 2px;
  display: none;
}
.c-header__contact_txt {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  display: block;
  letter-spacing: 0.01em;
  line-height: 1;
  position: relative;
  top: -5px;
}
.c-header__contact_num {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.01em;
}
.c-header__contact_num::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon_phone.svg) center/contain no-repeat;
  position: relative;
  top: 3px;
}

.c-gnav {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  background-color: #fff;
  height: 100lvh;
  height: 100dvh;
  padding-inline: 30px;
  padding-block: 100px 60px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  transition-property: opacity, visibility;
}
.c-gnav.is-open {
  opacity: 1;
  visibility: visible;
}
.c-gnav__list {
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-primary);
}
.c-gnav__item_link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  padding-block: 12px;
  border-bottom: 1px solid currentColor;
  padding-inline: 10px;
}
.c-gnav__item_link[target=_blank]::after {
  content: "";
  aspect-ratio: 14/11;
  width: 14px;
  -webkit-mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  background-color: currentColor;
}
.c-gnav__item.has-submenu a::after {
  content: "";
  aspect-ratio: 12/7;
  position: relative;
  width: 12px;
  -webkit-mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  background-color: currentColor;
}
.c-gnav__contact {
  font-weight: 700;
  color: var(--color-primary);
  display: table;
  margin-inline: auto;
  margin-top: 30px;
}
.c-gnav__contact_txt {
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  display: block;
  letter-spacing: 0.01em;
  line-height: 1;
  position: relative;
}
.c-gnav__contact_num {
  display: flex;
  align-items: center;
  line-height: 1;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.01em;
  font-size: 2rem;
  margin-top: 10px;
}
.c-gnav__contact_num::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon_phone.svg) center/contain no-repeat;
  position: relative;
  top: 4px;
  width: 27px;
}

.c-footer {
  background-color: #131b25;
  color: #fff;
  padding-top: 60px;
}
.c-footer__logo {
  display: block;
  width: 206px;
}
.c-footer__address {
  font-size: 0.875rem;
  margin-top: 20px;
  letter-spacing: 0.01em;
  margin-top: 36px;
}
.c-footer__tel {
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  margin-top: 3px;
}
.c-footer__social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 51px;
  margin-top: 46px;
}
.c-footer__social_item {
  transform: scale(1.3793103448);
}
.c-footer__menu {
  display: none;
}
.c-footer__menu_link {
  letter-spacing: 0.01em;
  font-weight: 700;
  display: inline-flex;
  font-size: 0.875rem;
}
.c-footer__menu_link[target=_blank] {
  align-items: baseline;
}
.c-footer__menu_link[target=_blank]::after {
  content: "";
  aspect-ratio: 14/11;
  background: url(../images/common/icon_blank.svg) center/contain no-repeat;
}
.c-footer__site {
  text-align: right;
  margin-top: 20px;
  font-size: 0.875rem;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  text-align: left;
}
.c-footer__site a {
  letter-spacing: 0.03em;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}
.c-footer__site a::after {
  content: "";
  aspect-ratio: 14/11;
  background: url(../images/common/icon_blank.svg) center/contain no-repeat;
  width: 14px;
}
.c-footer__other {
  display: flex;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 0.875rem;
  margin-top: 46px;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  padding-block: 37px;
}
.c-footer__copyright {
  color: #dedede;
  letter-spacing: 0.02em;
}

.c-totop {
  position: absolute;
  right: 20px;
  top: 0;
  display: flex;
  align-items: flex-end;
  z-index: 10;
  pointer-events: none;
  bottom: -25px;
}
.c-totop__btn {
  border: 2px solid transparent;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: sticky;
  border: 1px solid #fff;
  bottom: 20px;
  display: flex;
  justify-content: center;
  background-color: var(--color-primary);
  align-items: center;
  visibility: hidden;
  color: #fff;
  opacity: 0;
  padding-bottom: 2px;
  transition: 0.5s;
  transition-property: visibility, opacity, color, background-color, border-color;
}
.c-totop__btn.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.c-totop__btn::after {
  aspect-ratio: 12/17;
  width: 15px;
  -webkit-mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  content: "";
  background-color: currentColor;
  transform: rotate(-180deg);
}

.c-mv .c-anchor {
  margin-top: 34px;
}
.c-mv__img + .c-breadcrumb {
  padding-top: 13px;
  padding-inline: 16px;
}
.c-mv__content {
  margin-top: 20px;
}
.c-mv__content .c-mv__ttl {
  padding: 0;
}
.c-mv__ttl {
  color: var(--color-primary);
  padding-block: 25px 20px;
}
.c-mv__ttl_jp {
  display: block;
  line-height: 1.1439393939;
  font-weight: 800;
  letter-spacing: 0.01em;
  font-size: 2rem;
  margin-left: -3px;
}
.c-mv__ttl_en {
  display: block;
  letter-spacing: 0.01em;
  font-size: 1.5rem;
  font-weight: 600;
  font-family: "Barlow", sans-serif;
  margin-top: 3px;
}
.c-mv__ttl + .c-breadcrumb {
  padding-bottom: 56px;
}
.c-mv__flex {
  margin-top: 18px;
}
.c-mv__lead {
  font-weight: 500;
  letter-spacing: 0.01em;
  color: var(--color-primary);
  font-size: 1.25rem;
}

.c-ttl01 {
  color: var(--color-primary);
}
.c-ttl01__en {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  font-weight: 600;
  margin-top: 7px;
  font-family: "Barlow", sans-serif;
}
.c-ttl01__jp {
  font-weight: 800;
  line-height: 1.0277777778;
  font-size: 1.875rem;
  display: block;
  white-space: nowrap;
}

.c-ttl02 {
  color: var(--color-primary);
}
.c-ttl02.is-white {
  color: #fff;
}
.c-ttl02__jp {
  display: block;
  line-height: 1.1868131868;
  font-size: 1.5625rem;
  font-size: clamp(1.5625rem, 4vw + 0.625rem, 1.875rem);
  margin-left: -2px;
  font-weight: 800;
}
.c-ttl02__en {
  display: block;
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.01em;
  line-height: 1.675;
  font-size: 1.25rem;
  font-weight: 600;
  margin-top: 5px;
}

.c-ttl03 {
  font-size: 1.25rem;
  line-height: 1.675;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-primary);
}
.c-ttl03.has-line {
  display: flex;
  align-items: center;
  position: relative;
}
.c-ttl03.has-line::after {
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 50vw;
  right: calc(100% + 12px);
  position: absolute;
  transform: translateY(2px);
}

.c-ttl04 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.34;
  letter-spacing: 0.01em;
  color: var(--color-primary);
}

.c-lead__sec {
  color: var(--color-primary);
  font-size: 1.25rem;
}
.c-lead__sec {
  font-weight: 700;
  line-height: 1.8636363636;
  letter-spacing: 0.02em;
}
.c-lead__en {
  font-family: "Barlow", sans-serif;
  font-weight: 300;
  line-height: 1.191011236;
  font-size: 1.75rem;
  font-size: max(1.75rem, 0.0717948718 * (100vw - 40px));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.55), rgba(252, 253, 255, 0.4));
}

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

.c-btn01 {
  display: inline-flex;
  align-items: center;
  opacity: 1;
  gap: 10px;
  color: var(--color-primary);
  border-radius: 50px;
  --color-hover: #fff;
  border: 1px solid var(--color-primary);
  justify-content: space-between;
  letter-spacing: 0.01em;
  min-height: 40px;
  min-width: 160px;
  font-weight: 600;
  padding-inline: 20px;
}
.c-btn01::after {
  content: "";
  aspect-ratio: 15/13;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  width: 13px;
}
.c-btn01.is-md {
  min-width: 200px;
}
.c-btn01.has-pdf::after {
  aspect-ratio: 1;
  width: 16px;
  -webkit-mask: url(../images/common/icon_pdf.svg) center/contain no-repeat;
  mask: url(../images/common/icon_pdf.svg) center/contain no-repeat;
}

.c-arrow {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 1px solid var(--color-primary);
  --color-hover: #fff;
  color: var(--color-primary);
  width: 50px;
  height: 30px;
}
.c-arrow::after {
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: currentColor;
  content: "";
  aspect-ratio: 15/13;
  width: 13px;
}
.c-arrow.is-blank::after {
  aspect-ratio: 14/11;
  -webkit-mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  mask: url(../images/common/icon_blank.svg) center/contain no-repeat;
  width: 12px;
}

.c-item01__link {
  display: block;
}
.c-item01__content {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5px 0;
  padding-bottom: 20px;
}
.c-item01__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c1cadc;
}
.c-item01__time {
  flex-shrink: 0;
  font-size: 0.875rem;
}
.c-item01__time {
  font-family: "Barlow", sans-serif;
  color: #848484;
  letter-spacing: 0.01em;
  min-width: 85px;
}
.c-item01__sort {
  display: flex;
  flex-wrap: wrap;
}
.c-item01__cates {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-right: 40px;
}
.c-item01__cate {
  padding-inline: 10px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 0.75rem;
}
.c-item01__cate {
  letter-spacing: 0.01em;
  display: flex;
  color: #1E1E1E;
  justify-content: center;
  align-items: center;
  border: 1px solid #C1CADC;
  min-width: 100px;
  width: auto;
}
.c-item01__icon {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 50px;
}
.c-item01__icon::before {
  content: "";
  content: "";
  aspect-ratio: 15/13;
  -webkit-mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow.svg) center/contain no-repeat;
  background-color: var(--color-primary);
  width: 15px;
  margin-top: 7px;
}
.c-item01__icon.is-pdf::before {
  aspect-ratio: 1;
  -webkit-mask: url(../images/common/icon_pdf.svg) center/contain no-repeat;
  mask: url(../images/common/icon_pdf.svg) center/contain no-repeat;
  margin-top: 4px;
  width: 18px;
}
.c-item01__icon::after {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #4D618B;
  position: absolute;
}
.c-item01__desc {
  line-height: 2;
  letter-spacing: 0.01em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.c-item01 + .c-item01 {
  margin-top: 25px;
}

.c-item02 {
  display: flex;
}
.c-item02 + .c-item02 {
  margin-top: 16px;
}
.c-item02__ttl, .c-item02__desc {
  letter-spacing: 0.04em;
  padding-bottom: 16px;
}
.c-item02__ttl {
  flex-shrink: 0;
  padding-inline: 10px;
  width: 70px;
  border-bottom: 1px solid #fff;
}
.c-item02__desc {
  width: 100%;
  border-bottom: 1px solid rgba(193, 202, 220, 0.5);
  padding-inline: 10px;
}
.c-item03 + .c-item03 {
  margin-top: 36px;
}
.c-item03__img {
  width: 100%;
}
.c-item03__content {
  width: 100%;
  margin-top: 20px;
}
.c-item03__ttl {
  font-size: 1rem;
  font-weight: 500;
  border-bottom: 1px solid currentColor;
  letter-spacing: 0.01em;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.c-item03__desc {
  letter-spacing: 0.01em;
}

.c-anchor {
  display: flex;
  justify-content: center;
  color: var(--color-primary);
  flex-wrap: wrap;
  gap: 17px 20px;
}
.c-anchor__link {
  border-bottom: 1px solid currentColor;
  min-width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  padding-inline: 10px;
  padding-bottom: 11px;
}
.c-anchor__link::after {
  content: "";
  aspect-ratio: 12/7;
  width: 12px;
  -webkit-mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_down.svg) center/contain no-repeat;
  background-color: currentColor;
}

.c-cates {
  display: flex;
  flex-wrap: wrap;
}

.c-cate {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #C1CADC;
  color: #1E1E1E;
  border-radius: 20px;
  transition: 0.5s;
  transition-property: color, border-color, background-color;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  min-height: 30px;
  padding-inline: 20px;
  font-weight: 500;
}
.c-cate.is-active {
  pointer-events: none;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}
.c-cate.is-blue {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  color: #fff;
}

.c-list04 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 30px 20px;
}

.c-item04__img img {
  aspect-ratio: 360/203;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
}
.c-item04__content {
  margin-top: 5px;
}
.c-item04__ttl {
  font-size: 1rem;
}
.c-item04__ttl {
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--color-primary);
}
.c-item04__desc {
  margin-top: 2px;
  letter-spacing: 0.02em;
}

.c-contact {
  --color-primary: #001D55;
  --color-base: #484652;
  position: relative;
  z-index: 0;
  background: url(../images/common/img_contact_sp.webp) center/cover no-repeat;
  padding-block: 48px 69px;
  color: var(--color-base);
}
.c-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #485c71;
  opacity: 0.32;
  z-index: -1;
}
.c-contact .c-ttl01 {
  text-align: center;
}
.c-contact__box {
  background-color: rgba(255, 255, 255, 0.9);
  padding-block: 32px 40px;
  padding-inline: 20px;
}
.c-contact__desc {
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 18px;
  text-align: center;
}
.c-contact__tel {
  color: var(--color-primary);
  text-align: center;
  padding-top: 19px;
}
.c-contact__tel_num {
  font-family: "Barlow", sans-serif;
  letter-spacing: 0.09em;
  line-height: 1;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  font-size: 1.875rem;
}
.c-contact__tel_num::before {
  content: "";
  aspect-ratio: 1;
  background: url(../images/common/icon_phone.svg) center/contain no-repeat;
  position: relative;
  width: 27px;
  top: 4px;
}
.c-contact__tel_notice {
  display: flex;
  align-items: center;
  line-height: 1.8;
  letter-spacing: 0.01em;
  gap: 8px;
  margin-top: 13px;
  justify-content: center;
  text-align: left;
  font-weight: 500;
}
.c-contact__tel_txtbox {
  border-radius: 5px;
  border: 1px solid currentColor;
  font-size: 0.75rem;
}
.c-contact__tel_txtbox {
  min-height: 27px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 70px;
  padding-inline: 5px;
}

.c_cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background-color: var(--color-primary);
  z-index: 99999;
}
.c_cookie_inner {
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  gap: 20px;
}
.c_cookie_close a {
  height: 40px;
  display: inline-flex;
  color: inherit;
  width: 100%;
  border: 1px solid currentColor;
  font-weight: 700;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.c_cookie_txt a {
  text-decoration: underline;
}

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;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background-color: #C1CADC;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.c-loading__body {
  position: relative;
  display: inline-block;
  height: 50px;
  width: 50px;
  animation: spin 2.75s infinite linear;
}
.c-loading__body_dot {
  position: absolute;
  height: 100%;
  width: 30%;
}
.c-loading__body_dot::after {
  content: "";
  position: absolute;
  height: 0%;
  width: 100%;
  padding-bottom: 100%;
  background-color: #1A1A1A;
  border-radius: 50%;
}
.c-loading__body_dot:nth-child(1) {
  bottom: 5%;
  left: 0;
  transform: rotate(60deg);
  transform-origin: 50% 85%;
}
.c-loading__body_dot:nth-child(1)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite ease-in-out;
  animation-delay: -0.33s;
}
.c-loading__body_dot:nth-child(2) {
  bottom: 5%;
  right: 0;
  transform: rotate(-60deg);
  transform-origin: 50% 85%;
}
.c-loading__body_dot:nth-child(2)::after {
  bottom: 0;
  left: 0;
  animation: wobble1 1.1s infinite -0.165s ease-in-out;
}
.c-loading__body_dot:nth-child(3) {
  bottom: -5%;
  left: 0;
  transform: translateX(116.666%);
}
.c-loading__body_dot:nth-child(3)::after {
  top: 0;
  left: 0;
  animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes wobble1 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(-66%) scale(0.65);
    opacity: 0.8;
  }
}
@keyframes wobble2 {
  0%, 100% {
    transform: translateY(0%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translateY(66%) scale(0.65);
    opacity: 0.8;
  }
}
.c-breadcrumb__list {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  font-size: 0.75rem;
}
.c-breadcrumb__list {
  gap: 10px;
  flex-wrap: wrap;
}
.c-breadcrumb__item {
  display: flex;
  align-items: center;
  letter-spacing: 0.01em;
  gap: 10px;
  color: var(--color-primary);
  text-align: justify;
}
.c-breadcrumb__item::after {
  content: "";
  flex-shrink: 0;
  height: 1px;
  background-color: currentColor;
  width: 21px;
  color: #7989AA;
}
.c-breadcrumb__item a {
  color: #7989AA;
}
.c-breadcrumb__item:last-child::after {
  content: none;
}

.c-bg__blue {
  position: relative;
  z-index: 0;
  --color-base: #fff;
  --color-primary: #fff;
  color: var(--color-base);
  padding-block: 39px 56px;
  margin-top: 40px;
}
.c-bg__blue .c-ttl03 {
  margin-bottom: 28px;
}
.c-bg__blue::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #001D55;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.c-pagenavi {
  justify-content: center;
  align-items: center;
  gap: 10px;
  --color: var(--color-primary);
  flex-wrap: wrap;
  margin-top: 43px;
  display: none;
  font-weight: 500;
}
.c-pagenavi.no-extend__last .extend:nth-last-child(3) {
  display: none;
}
.c-pagenavi.no-extend__start .extend:nth-child(3) {
  display: none;
}
.c-pagenavi:has(.wp-pagenavi) {
  display: flex;
}
.c-pagenavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.c-pagenavi a,
.c-pagenavi .current,
.c-pagenavi button {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 8px;
  border: 1px solid #c1cadc;
  width: 40px;
}
.c-pagenavi a {
  opacity: 1;
  transition: 0.5s;
  transition-property: background-color, color, border-color;
  color: var(--color-primary);
}
.c-pagenavi button {
  pointer-events: none;
  display: none;
}
.c-pagenavi:has(.last) .nextpostslink {
  order: 1;
}
.c-pagenavi:has(.first) .previouspostslink {
  order: -1;
}
.c-pagenavi .current {
  color: #fff;
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.c-pagenavi .nextpostslink,
.c-pagenavi .previouspostslink {
  font-size: 0;
}
.c-pagenavi .nextpostslink::before,
.c-pagenavi .previouspostslink::before {
  content: "";
  aspect-ratio: 7/12;
  width: 7px;
  -webkit-mask: url(../images/common/icon_arrow_next.svg) center/contain no-repeat;
  mask: url(../images/common/icon_arrow_next.svg) center/contain no-repeat;
  background-color: currentColor;
}
.c-pagenavi .previouspostslink::before {
  transform: scaleX(-1);
}

.p-404_main {
  position: relative;
  z-index: 1;
  padding-block: 0 72px;
}
.p-404_ttl {
  font-size: 1.25rem;
}
.p-404_ttl {
  color: var(--color-primary);
  display: table;
  margin-inline: auto;
}
.p-404_desc {
  display: table;
  margin-inline: auto;
  margin-top: 20px;
}
.p-404_btn {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 100px;
  }
  body {
    font-size: 1rem;
  }
  #wrapper {
    padding-top: 75px;
  }
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.7;
  }
  .sp {
    display: none !important;
  }
  a[href^=tel] {
    pointer-events: none;
  }
  .l-container {
    max-width: 1240px;
    padding-inline: 40px;
  }
  .c-header__inner {
    padding-inline: 20px 0;
  }
  .c-header__logo img {
    width: 234px;
  }
  .c-header__hamburger {
    height: 75px;
  }
  .c-header__entry {
    margin-left: auto;
    margin-right: 40px;
    height: 75px;
    padding-left: clamp(1.25rem, 6.6666666667vw + -3.75rem, 2.5rem);
  }
  .c-header__contact {
    display: block;
  }
  .c-header__contact_num {
    font-size: 2rem;
  }
  .c-header__contact_num::before {
    width: 0.84375em;
    top: 0.09375em;
    left: -1px;
  }
  .c-gnav {
    transition-property: transform;
    visibility: visible;
    opacity: 1;
    right: 0;
    width: auto;
    left: auto;
    min-width: 400px;
    padding-inline: 40px;
    padding-block: 75px 60px;
    overflow-y: auto;
    transform: translateX(100%);
  }
  .c-gnav.is-open {
    transform: translateX(0);
  }
  .c-gnav__item_link {
    padding-block: 15px;
    gap: 9px;
  }
  .c-gnav__contact {
    display: none;
  }
  .c-footer {
    padding-top: 102px;
  }
  .c-footer__main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-footer__content {
    flex-shrink: 0;
  }
  .c-footer__social {
    justify-content: flex-start;
    gap: 32px;
    margin-top: 48px;
  }
  .c-footer__social_item {
    transform: none;
  }
  .c-footer__menu {
    max-width: 540px;
    width: calc(100% - clamp(20.625rem, 3.90625vw + 18.75rem, 21.25rem));
    display: grid;
    grid-template-columns: calc(33% - 40px) 39% 1fr;
    gap: 8px clamp(1.25rem, 7.8125vw + -2.5rem, 2.5rem);
  }
  .c-footer__menu_link {
    font-size: 0.9375rem;
  }
  .c-footer__menu_link[target=_blank] {
    gap: 7px;
  }
  .c-footer__menu_link[target=_blank]::after {
    width: 14px;
  }
  .c-footer__site {
    margin-top: -25px;
  }
  .c-footer__other {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
    padding-block: 36px;
  }
  .c-totop {
    bottom: -35px;
  }
  .c-totop__btn {
    width: 70px;
    border-width: 2px;
    padding-bottom: 4px;
  }
  .c-totop__btn::after {
    width: 25px;
  }
  .c-mv .c-anchor {
    margin-top: 73px;
  }
  .c-mv__img {
    max-width: max(100% - 140px, 1460px);
    width: calc(100% - 20px);
    margin-left: auto;
  }
  .c-mv__img + .c-breadcrumb {
    padding-top: 26px;
    padding-inline: 52px;
  }
  .c-mv__content {
    margin-top: 47px;
  }
  .c-mv__ttl {
    padding-block: 44px 27px;
  }
  .c-mv__ttl_jp {
    margin-left: 0;
    font-size: clamp(3.125rem, 5.0925925926vw + 0.6805555556rem, 4.5rem);
  }
  .c-mv__ttl_en {
    font-size: clamp(1.875rem, 2.3148148148vw + 0.7638888889rem, 2.5rem);
  }
  .c-mv__ttl + .c-breadcrumb {
    padding-bottom: 115px;
  }
  .c-mv__flex {
    min-height: 128px;
    margin-top: 46px;
  }
  .c-mv__lead {
    margin-top: -2px;
    font-size: clamp(1.25rem, 0.9259259259vw + 0.8055555556rem, 1.5rem);
  }
  .c-ttl01__en {
    font-size: 1.75rem;
    margin-top: 5px;
  }
  .c-ttl01__jp {
    font-size: clamp(1.875rem, 3.0054644809vw + 0.4323770492rem, 3.25rem);
  }
  .c-ttl02__jp {
    font-size: clamp(1.875rem, 5.3240740741vw + -0.6805555556rem, 3.3125rem);
  }
  .c-ttl02__en {
    font-size: 1.75rem;
    margin-top: 4px;
  }
  .c-ttl03 {
    font-size: 2rem;
  }
  .c-ttl03.has-line::after {
    right: calc(100% + 17px);
    transform: translateY(3px);
  }
  .c-ttl04 {
    font-size: 1.25rem;
  }
  .c-lead__sec {
    font-size: 1.375rem;
  }
  .c-lead__sec {
    font-size: clamp(1.25rem, 0.78125vw + 0.875rem, 1.375rem);
  }
  .c-lead__en {
    font-size: clamp(3.375rem, 8.1018518519vw + -0.5138888889rem, 5.5625rem);
  }
  .c-lead__en > * {
    display: block;
  }
  .c-btn01 {
    padding-inline: 27px 24px;
    min-width: 220px;
    min-height: 45px;
  }
  .c-btn01::after {
    width: 15px;
  }
  .c-btn01.is-md {
    min-width: 280px;
  }
  .c-btn01.has-pdf::after {
    width: 18px;
  }
  .c-arrow {
    width: 72px;
    height: 45px;
  }
  .c-arrow::after {
    width: 15px;
  }
  .c-arrow.is-blank::after {
    width: 14px;
  }
  .c-item01__content {
    gap: 0;
    flex-wrap: nowrap;
    padding-inline: 29px 80px;
    padding-bottom: 31px;
  }
  .c-item01__time {
    font-size: 0.9375rem;
  }
  .c-item01__time {
    width: 110px;
  }
  .c-item01__cates {
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    min-width: 142px;
    margin-right: clamp(1.875rem, 3.90625vw + 0rem, 2.5rem);
  }
  .c-item01__cate {
    font-size: 0.875rem;
  }
  .c-item01__cate {
    width: 100%;
    min-height: 30px;
  }
  .c-item01__icon {
    width: 80px;
  }
  .c-item01__icon::before {
    margin-top: 9px;
  }
  .c-item01__icon.is-pdf::before {
    margin-top: 6px;
  }
  .c-item01 + .c-item01 {
    margin-top: 32px;
  }
  .c-list02 {
    -moz-column-width: 400px;
    column-width: 400px;
    gap: 40px;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  }
  .c-item02 + .c-item02 {
    margin-top: 29px;
  }
  .c-item02__ttl, .c-item02__desc {
    padding-bottom: 26px;
  }
  .c-item02__ttl {
    width: clamp(7.1875rem, 8.5227272727vw + 1.7329545455rem, 8.125rem);
    padding-inline: 20px;
  }
  .c-item02__desc {
    padding-inline: clamp(1.875rem, 10.7954545455vw + -5.0340909091rem, 3.0625rem) 20px;
  }
  .c-item03 {
    display: flex;
    gap: 40px;
  }
  .c-item03:nth-child(even) {
    flex-direction: row-reverse;
  }
  .c-item03 + .c-item03 {
    margin-top: 80px;
  }
  .c-item03__content {
    margin-top: 0;
  }
  .c-item03__ttl {
    padding-bottom: 18px;
    font-size: 1.25rem;
    margin-bottom: 20px;
    margin-top: -6px;
  }
  .c-anchor {
    gap: 40px;
  }
  .c-anchor__link {
    padding-inline: 10px;
    padding-bottom: 10px;
  }
  .c-cates {
    gap: 20px 24px;
  }
  .c-cate {
    padding-inline: 35px;
  }
  .c-list04 {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 40px;
  }
  .c-item04__content {
    margin-top: 10px;
  }
  .c-item04__ttl {
    font-size: 1.25rem;
  }
  .c-item04__desc {
    margin-top: 6px;
  }
  .c-contact {
    padding-block: 109px;
    background: url(../images/common/img_contact.webp) center bottom/cover no-repeat;
  }
  .c-contact .c-ttl01 {
    text-align: left;
  }
  .c-contact .c-ttl01__jp {
    margin-top: 2px;
  }
  .c-contact__box {
    padding-block: 78px 70px;
    padding-inline: 40px;
  }
  .c-contact__inner {
    max-width: 906px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px 0;
  }
  .c-contact__content {
    width: max(50%, 420px);
  }
  .c-contact__desc {
    text-align: left;
    margin-top: 14px;
  }
  .c-contact__tel {
    text-align: left;
    padding-top: 12px;
    width: max(50%, 420px);
    padding-left: clamp(0rem, 12.5vw + -8rem, 1.375rem);
  }
  .c-contact__tel_num {
    font-size: 3.125rem;
  }
  .c-contact__tel_num::before {
    top: 5px;
    left: -1px;
    width: 43px;
  }
  .c-contact__tel_notice {
    justify-content: flex-start;
    margin-left: -2px;
    gap: 11px;
    margin-top: 22px;
  }
  .c-contact__tel_txtbox {
    font-size: 0.875rem;
  }
  .c-contact__tel_txtbox {
    padding-inline: 9px;
  }
  .c_cookie_inner {
    max-width: 1240px;
    align-items: center;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;
  }
  .c_cookie_close a {
    margin-top: 0;
    min-height: 40px;
    min-width: 120px;
    margin: 0;
  }
  .c-breadcrumb__list {
    font-size: 0.875rem;
  }
  .c-breadcrumb__list {
    gap: 15px;
  }
  .c-breadcrumb__item {
    gap: 15px;
  }
  .c-bg__blue {
    padding-block: 76px 119px;
    margin-top: 80px;
  }
  .c-bg__blue .c-ttl03 {
    margin-bottom: 57px;
  }
  .c-bg__blue::after {
    max-width: max(1520px, 100% - 80px);
    width: calc(100% - 20px);
  }
  .c-pagenavi {
    margin-top: 60px;
  }
  .c-pagenavi a,
  .c-pagenavi .current,
  .c-pagenavi button {
    width: 50px;
  }
  .c-pagenavi button {
    display: flex;
  }
  .p-404_main {
    padding-block: 0 160px;
  }
  .p-404_ttl {
    font-size: 2rem;
  }
  .p-404_desc {
    margin-top: 30px;
  }
  .p-404_btn {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #wrapper {
    padding-top: 80px;
  }
  .c-header__inner {
    padding-inline: clamp(1.25rem, 9.3333333333vw + -5.75rem, 3rem) clamp(1.25rem, 6.6666666667vw + -3.75rem, 2.5rem);
  }
  .c-header__logo img {
    width: clamp(13.125rem, 8vw + 7.125rem, 14.625rem);
  }
  .c-header__hamburger {
    display: none;
  }
  .c-header__entry {
    margin-inline: 0;
    height: 80px;
  }
  .c-header__contact_num {
    font-size: clamp(1.75rem, 1.3333333333vw + 0.75rem, 2rem);
  }
  .c-gnav {
    transform: none !important;
    padding: 0;
    overflow-y: unset;
    position: relative;
    height: auto;
    background-color: transparent;
    top: auto;
    right: auto;
    left: auto;
    margin-left: auto;
    padding-right: 40px;
  }
  .c-gnav__menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 36px;
  }
  .c-gnav__list {
    font-size: 0.9375rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: clamp(1.25rem, 4vw + -1.75rem, 2rem);
  }
  .c-gnav__item_link {
    padding: 0;
    border: none;
  }
  .c-gnav__item.has-submenu a::after {
    right: 2px;
    top: 1px;
  }
}
@media (any-hover: hover) and (pointer: fine) {
  .h_zoom:hover .h_zoom__img img {
    transform: scale(1.1);
  }
  .c-totop__btn:hover {
    color: var(--color-primary);
    background-color: #fff;
    border-color: currentColor;
  }
  .c-btn01 {
    transition: 0.5s;
    transition-property: color, background-color;
  }
  .c-btn01:hover {
    color: var(--color-hover);
    background-color: var(--color-primary);
  }
  .c-btn01 {
    transition: 0.5s;
    transition-property: all;
  }
  .c-btn01:hover .c_btn01__arrow::after {
    transform: rotate(-30deg);
  }
  .c-btn01:hover .c_btn01__arrow::before {
    transform: rotate(30deg);
  }
  .c-btn01:hover .c_btn01__txt {
    color: #E3032D;
  }
  .c-arrow {
    transition: 0.5s;
    transition-property: color, background-color;
  }
  .c-arrow:hover {
    color: var(--color-hover);
    background-color: var(--color-primary) !important;
  }
  .c_cookie_txt a:hover {
    text-decoration: none;
  }
  .c-pagenavi a:hover {
    color: #fff;
    background-color: var(--color-primary);
    border-color: var(--color-primary);
  }
}
/*# sourceMappingURL=maps/common.css.map */
