@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@400;500;700;900&family=Noto+Serif+JP:wght@300;400;500;600;700;900&family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html, body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: "palt";
  writing-mode: horizontal-tb;
  background-color: #fff;
  line-height: 1.8;
  color: #011526;
}

body #wrapper {
  position: relative;
  margin: auto;
}

p, li, dd, dt, th, td, a, button {
  box-sizing: border-box;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
  letter-spacing: 0.06em;
  line-height: 2.375em;
}

img {
  max-width: 100%;
}

/* fallback */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v139/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2) format("woff2");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

/**
 * Swiper 8.4.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 * Copyright 2014-2023 Vladimir Kharlampidi
 * Released under the MIT License
 * Released on: January 17, 2023
 */
/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper, swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide, swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet, :host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  -ms-touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

.swiper .swiper-notification, swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?14188151");
  src: url("../font/fontello.eot?14188151#iefix") format("embedded-opentype"), url("../font/fontello.woff2?14188151") format("woff2"), url("../font/fontello.woff?14188151") format("woff"), url("../font/fontello.ttf?14188151") format("truetype"), url("../font/fontello.svg?14188151#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14188151#fontello') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-butsudan:before {
  content: "1";
} /* '1' */
.icon-butsugu:before {
  content: "2";
} /* '2' */
.icon-haka:before {
  content: "3";
} /* '3' */
.icon-hoji:before {
  content: "4";
} /* '4' */
.icon-ihin:before {
  content: "5";
} /* '5' */
.icon-reien:before {
  content: "6";
} /* '6' */
.icon-shukatsu:before {
  content: "7";
} /* '7' */
.icon-sozoku:before {
  content: "8";
} /* '8' */
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #011526;
}

.c-title__h1 {
  font-size: clamp(5rem, 6.875rem - 5vw, 2.5rem);
}

.c-title__h2 {
  font-size: clamp(1.25rem, 1.0625rem + 0.5vw, 1.5rem);
  text-align: center;
  font-weight: 600;
  margin-bottom: 5px;
}
.c-title__h2--en {
  font-size: clamp(3.4375rem, 1.328125rem + 5.625vw, 6.25rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 900;
  letter-spacing: 0;
}

.c-title__h3 {
  font-size: clamp(1.25rem, 0.3125rem + 2.5vw, 2.5rem);
  font-weight: 600;
}

.c-title__h4 {
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.25rem);
  font-weight: 600;
}

.c-title__h5 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 600;
}

.c-title__h6 {
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 600;
}

a:link, a:active, a:visited {
  color: #d14343;
}
a:link {
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
}

.c-bt__wh:link, .c-bt__wh:active, .c-bt__wh:visited {
  color: #fff;
}
.c-bt__wh:link {
  transition: none;
}
.c-bt__wh:hover {
  opacity: 1;
}

.c-bt__grade:link, .c-bt__grade:active, .c-bt__grade:visited {
  color: #07325D;
}
.c-bt__grade:link {
  transition: none;
}
.c-bt__grade:hover {
  opacity: 1;
}

.c-bt {
  text-align: center;
  line-height: 1;
  letter-spacing: 0.15em;
}
.c-bt__grade {
  display: flex;
  position: relative;
  width: 20em;
  height: 64px;
  font-weight: 700;
  border-radius: 5px;
  color: #07325D;
  font-size: clamp(1rem, 0.90625rem + 0.25vw, 1.125rem);
  align-items: center;
  justify-content: center;
  border: 3px solid #07325D;
  background-color: #fff;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .c-bt__grade {
    width: 100%;
    height: 50px;
  }
}
.c-bt__grade:before {
  content: "";
  width: 0;
  background-image: linear-gradient(90deg, #2D63B4, #16325A);
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-bt__grade--icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  width: 17px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%2307325D" d="M13.106,5.686h0a.923.923,0,0,0,0,1.293l3.506,3.558H2.9a.913.913,0,0,0-.9.917H2a.913.913,0,0,0,.9.917H16.622l-3.506,3.558a.923.923,0,0,0,0,1.293h0a.891.891,0,0,0,1.274,0l5.052-5.126a.923.923,0,0,0,0-1.293L14.381,5.686A.891.891,0,0,0,13.106,5.686Z" transform="translate(-2 -5.417)" /></svg>');
  transition: 0.3s;
  transform: translateY(-50%);
}
.c-bt__grade--txt {
  position: relative;
  z-index: 10;
}
.c-bt__grade:hover {
  color: #fff;
  border-style: none;
}
.c-bt__grade:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.c-bt__grade:hover .c-bt__grade--txt {
  color: #fff;
}
.c-bt__grade:hover .c-bt__grade--icon:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%23fff" d="M13.106,5.686h0a.923.923,0,0,0,0,1.293l3.506,3.558H2.9a.913.913,0,0,0-.9.917H2a.913.913,0,0,0,.9.917H16.622l-3.506,3.558a.923.923,0,0,0,0,1.293h0a.891.891,0,0,0,1.274,0l5.052-5.126a.923.923,0,0,0,0-1.293L14.381,5.686A.891.891,0,0,0,13.106,5.686Z" transform="translate(-2 -5.417)" /></svg>');
  right: 35px;
  transform: translateY(-50%);
}
.c-bt__wh {
  display: flex;
  position: relative;
  width: 20em;
  height: 64px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1rem, 0.90625rem + 0.25vw, 1.125rem);
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .c-bt__wh {
    width: 100%;
    height: 50px;
  }
}
.c-bt__wh:before {
  content: "";
  width: 0;
  background-color: #fff;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-bt__wh--icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  width: 17px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%23fff" d="M13.106,5.686h0a.923.923,0,0,0,0,1.293l3.506,3.558H2.9a.913.913,0,0,0-.9.917H2a.913.913,0,0,0,.9.917H16.622l-3.506,3.558a.923.923,0,0,0,0,1.293h0a.891.891,0,0,0,1.274,0l5.052-5.126a.923.923,0,0,0,0-1.293L14.381,5.686A.891.891,0,0,0,13.106,5.686Z" transform="translate(-2 -5.417)" /></svg>');
  transition: 0.3s;
  transform: translateY(-50%);
}
.c-bt__wh--txt {
  position: relative;
  z-index: 10;
}
.c-bt__wh:hover {
  color: #011526;
  border-style: none;
}
.c-bt__wh:hover:before {
  width: 100%;
  left: 0;
  right: auto;
}
.c-bt__wh:hover .c-bt__wh--txt {
  color: #fff;
}
.c-bt__wh:hover .c-bt__wh--icon:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%237325D" d="M13.106,5.686h0a.923.923,0,0,0,0,1.293l3.506,3.558H2.9a.913.913,0,0,0-.9.917H2a.913.913,0,0,0,.9.917H16.622l-3.506,3.558a.923.923,0,0,0,0,1.293h0a.891.891,0,0,0,1.274,0l5.052-5.126a.923.923,0,0,0,0-1.293L14.381,5.686A.891.891,0,0,0,13.106,5.686Z" transform="translate(-2 -5.417)" /></svg>');
  right: 35px;
  transform: translateY(-50%);
}
.c-bt__page-link {
  position: relative;
}
.c-bt__page-link:before {
  content: "";
  background-color: #fff;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
}
.c-bt__page-link--txt {
  color: #fff;
}
.c-bt__page-link--icon:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: -20px;
  z-index: 2;
  width: 17px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%23fff" d="M13.106,5.686h0a.923.923,0,0,0,0,1.293l3.506,3.558H2.9a.913.913,0,0,0-.9.917H2a.913.913,0,0,0,.9.917H16.622l-3.506,3.558a.923.923,0,0,0,0,1.293h0a.891.891,0,0,0,1.274,0l5.052-5.126a.923.923,0,0,0,0-1.293L14.381,5.686A.891.891,0,0,0,13.106,5.686Z" transform="translate(-2 -5.417)" /></svg>');
  transition: 0.3s;
  transform: rotate(90deg);
}

.c-pagetop {
  position: absolute;
  right: 20px;
  top: -40px;
  margin: 0;
}
.c-ac-container {
  margin: 50px auto 0;
  width: 100%;
}
.c-ac-list:not(:first-child) {
  margin-top: 10px;
}
.c-ac-title {
  background: #F2F2F2;
  cursor: pointer;
  padding: 20px 40px;
  position: relative;
  font-size: clamp(1.125rem, 1.03125rem + 0.25vw, 1.25rem);
}
.c-ac-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #011526;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.c-ac-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #011526;
  transition: all 0.3s ease-in-out;
}
.c-ac-title.open:before {
  transform: rotate(180deg);
}
.c-ac-title.open:after {
  opacity: 0;
}

.c-ac-text {
  border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px;
  margin: 0 0 60px 0;
}

.p-faq .c-content__l {
  position: relative;
}
.p-faq__body {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .p-faq__body {
    padding: 60px 0;
  }
}
.p-faq__title {
  text-align: left;
  font-size: clamp(1.875rem, 0.46875rem + 3.75vw, 3.75rem);
}
.p-faq__title:before, .p-faq__title:after {
  display: none;
}

@media screen and (min-width: 1600px) {
  .c-nav__body {
    display: flex;
    height: 80px;
  }
  .c-nav__list {
    display: flex;
  }
  .c-nav__item {
    margin-right: 30px;
  }
  .c-nav__item a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
    color: #fff;
  }
  .c-nav__btn a:link, .c-nav__btn a:active, .c-nav__btn a:visited {
    color: #011526;
  }
}
.c-nav__inner {
  display: flex;
}
.c-nav__item a {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: clamp(1rem, 1rem + 0vw, 1rem);
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.c-nav__item a span {
  display: block;
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 0.8125rem + 0vw, 0.8125rem);
  margin-bottom: 5px;
}
.c-nav__btn a {
  background-color: #fff;
  padding: 15px 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 1599px) {
  .c-hm__inner {
    display: block;
  }
  .c-hm__btn {
    background: #0464BA;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
  }
  .c-hm__btn span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    width: 45%;
    background: #fff;
  }
  .c-hm__btn span:nth-of-type(1) {
    top: 15px;
  }
  .c-hm__btn span:nth-of-type(2) {
    top: 23px;
  }
  .c-hm__btn span:nth-of-type(3) {
    top: 31px;
  }
  .c-hm__btn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .c-hm__btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .c-hm__btn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
}
@media (max-width: 1599px) {
  #c-hm__nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(90deg, #2D63B4, #16325A);
    transition: all 0.3s;
  }
  #c-hm__nav.panelactive {
    opacity: 1;
    z-index: 999;
  }
  #c-hm__wrap {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .c-hm__nav .c-nav__btn {
    margin-top: 30px;
  }
  .c-hm__nav .c-nav__btn a {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .c-hm__contact li a:link, .c-hm__contact li a:active, .c-hm__contact li a:visited {
    color: #011526;
  }
  .c-hm__contact li a:link {
    transition: all 0.5s ease;
  }
  .c-hm__contact li a:hover {
    opacity: 0.6;
  }
  .c-hm__item {
    border-bottom: solid 1px #fff;
  }
  .c-hm__item:first-child {
    border-top: solid 1px #fff;
  }
  .c-hm__item a {
    text-align: left;
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    letter-spacing: 0.1em;
    font-weight: 700;
  }
  .c-hm__item a span {
    font-size: clamp(1rem, 1rem + 0vw, 1rem);
    letter-spacing: 0;
  }
  #c-hm__wrap {
    padding: 3rem;
  }
}
@media screen and (max-width: 1599px) and (min-width: 992px) {
  #c-hm__wrap {
    padding: 8rem;
  }
}
.c-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-pagination-item-link {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #BCBBBB;
  font-size: 14px;
  color: #BCBBBB;
  font-weight: bold;
  transition: all 0.15s linear;
}

.c-pagination-item-link-icon {
  width: 20px;
}

.c-pagination-item-link.isActive {
  background: #BCBBBB;
  color: #fff;
  pointer-events: none;
}

.c-pagination-item-link:not(.isActive):hover {
  background: #BCBBBB;
  color: #fff;
}

.c-pagination > * + * {
  margin-left: 8px;
}

/*スクロールダウン全体の場所*/
.c-scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 10px;
  right: 5%;
  width: 26px;
  height: 30px;
  z-index: 99;
}

/*Scrollテキストの描写*/
.c-scrolldown span {
  position: absolute;
  left: 10px;
  bottom: 10px;
  height: 100px;
  color: #011526;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.c-scrolldown:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #011526;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 87px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
/* 線の描写 */
.c-scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 90px;
  background: #011526;
}

.c-bread {
  padding: 15px 0;
}
.c-bread__list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.c-bread__item {
  position: relative;
  font-size: clamp(0.75rem, 0.65625rem + 0.25vw, 0.875rem);
}
.c-bread__item:not(:last-child) {
  margin-right: 20px;
}
.c-bread__item-link {
  display: flex;
  align-items: center;
  font-size: clamp(0.75rem, 0.65625rem + 0.25vw, 0.875rem);
}
.c-bread__item:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;
  color: #777;
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}

.c-col-list__02 {
  flex-wrap: wrap;
}
.c-col-list__02 .l-sec__item {
  flex-direction: column;
  margin-right: 0px;
  margin-top: 25px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-col-list__02 .l-sec__item {
    flex-direction: wrap;
    margin-right: 30px;
    margin-top: 0px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .c-col-list__02 .l-sec__item:last-child {
    margin-right: 0px;
  }
}
.c-col-list__03 {
  flex-wrap: wrap;
}
.c-col-list__03 .l-sec__item {
  width: 80%;
  margin: auto;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .c-col-list__03 .l-sec__item {
    margin-right: 30px;
    width: calc(33.3333333333% - 20px);
    margin-top: 0px;
  }
}
@media screen and (min-width: 992px) {
  .c-col-list__03 .l-sec__item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.c-col-list__04 {
  flex-wrap: wrap;
}
@media (max-width: 599px) {
  .c-col-list__04 .l-sec__item {
    margin-right: 30px;
    width: calc((100% - 15px) / 2);
  }
}
@media (max-width: 599px) {
  .c-col-list__04 .l-sec__item:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 600px) {
  .c-col-list__04 .l-sec__item {
    margin-right: 90px;
    width: calc(25% - 7.5px);
  }
}
@media screen and (min-width: 600px) {
  .c-col-list__04 .l-sec__item:nth-of-type(4n) {
    margin-right: 0;
  }
}

/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 13px;
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}

.page-id-2899 .c-title__h2, .page-id-2586 .c-title__h2 {
  font-size: clamp(1.25rem, 0.3125rem + 2.5vw, 2.5rem);
}

.page-id-2528 .c-title__h3, .page-id-2586 .c-title__h3, .page-id-2899 .c-title__h3 {
  font-size: clamp(1rem, 0.34375rem + 1.75vw, 1.875rem);
  padding: 0 1rem;
  margin-bottom: 15px;
}

.page-id-2942 .c-box__sh {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .page-id-2942 .c-box__sh {
    margin-bottom: 120px;
  }
}

@media (max-width: 599px) {
  #ems .c-bt__grade .c-bt__grade--icon {
    display: none;
  }
}

h3.wp-block-heading {
  position: relative;
  border-bottom: 3px solid #BCBBBB;
  margin-bottom: 25px;
  text-align: left;
  font-size: clamp(1.625rem, 0.5rem + 3vw, 3.125rem);
}
@media screen and (min-width: 1200px) {
  h3.wp-block-heading {
    margin-bottom: 40px;
  }
}
h3.wp-block-heading:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #0464BA;
}

h4.wp-block-heading {
  color: #0464BA;
  font-size: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
  font-weight: 700;
}
h4.wp-block-heading:before {
  content: "■";
  color: #0464BA;
}

h5.wp-block-heading {
  color: #0464BA;
  font-weight: 700;
  margin-bottom: 5px;
  font-size: clamp(1rem, 0.8125rem + 0.5vw, 1.25rem);
}
@media screen and (min-width: 1200px) {
  h5.wp-block-heading {
    margin-bottom: 15px;
  }
}

.page-id-2899 ol, .news-template-default ol {
  list-style: decimal;
}
.page-id-2899 ol li, .news-template-default ol li {
  margin-left: 1.5em;
  padding-left: 0.5em;
}
.page-id-2899 ol li::marker, .news-template-default ol li::marker {
  font-weight: bold;
  color: #011526;
}

.news-template-default .l-main .l-sec .c-content__l ul {
  list-style: disc;
}
.news-template-default .l-main .l-sec .c-content__l ol {
  list-style: decimal;
}

.c-map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.c-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.c-content__l {
  width: 85vw;
  max-width: 1620px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .c-content__l {
    width: 84.38vw;
  }
}
.c-content__lpd {
  width: 85vw;
  max-width: 1620px;
  padding-left: 5.07vw;
  padding-right: 5.07vw;
  margin: auto;
}
@media (max-width: 599px) {
  .c-content__lpd {
    padding-left: 0vw;
    padding-right: 0vw;
  }
}
@media screen and (min-width: 1600px) {
  .c-content__lpd {
    width: 84.38vw;
    padding-left: 5.86vw;
    padding-right: 5.86vw;
  }
}
.c-content__m {
  width: 85vw;
  max-width: 1170px;
  margin: auto;
}
@media screen and (min-width: 1600px) {
  .c-content__m {
    width: 60.94vw;
  }
}

.c-content-wh {
  background-color: #fff;
  padding: 6.51vw;
}

/* =====================================================
  子要素を画面幅いっぱいにするためのCSS
=======================================================*/
/* 画面幅いっぱいに表示 */
.c-content__full {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-bottom: 60px;
}
@media screen and (min-width: 1600px) {
  .c-content__full {
    margin-bottom: 120px;
  }
}
.c-content__full .c-title__h3 {
  line-height: 1.3;
}
.c-content__full-new {
  background-position: right center;
  background-size: cover;
  padding: 30px 0;
}
@media screen and (min-width: 1600px) {
  .c-content__full-new {
    padding: 60px 0;
  }
}
.c-content__full-new .l-sec__item {
  background-color: #fff;
  padding: 1rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.c-content__full-new .l-sec__item .c-bt-tel {
  display: block;
  text-align: center;
  padding: 20px 15px;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  color: #0464BA;
}
.c-content__full-new .l-sec__item .c-bt-tel .tel-en {
  font-size: clamp(1.25rem, 0.3125rem + 2.5vw, 2.5rem);
}
.c-content__full-new .l-sec__item .c-bt-tel .tel_num {
  font-size: clamp(1.875rem, 0.46875rem + 3.75vw, 3.75rem);
}
.c-content__full-new .l-sec__item img {
  max-width: 200px;
}
.c-content__full-new .l-sec__item--inner {
  margin: auto;
  text-align: center;
}

/* 右側いっぱいに表示 */
.c-content__right {
  margin-right: calc(50% - 50vw);
}

/* 左側いっぱいに表示 */
.c-content__left {
  margin-left: calc(50% - 50vw);
}

.c-card__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
}
.c-card__list {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .c-card__list {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 0px;
  }
}
.c-card__list:before {
  content: "";
  display: block;
  order: 1;
}
@media screen and (min-width: 1200px) {
  .c-card__list:before {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .c-card__list:before {
    width: calc((100% - 90px) / 4);
  }
}
.c-card__list:after {
  content: "";
  display: block;
}
@media screen and (min-width: 1200px) {
  .c-card__list:after {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .c-card__list:after {
    width: calc((100% - 90px) / 4);
  }
}
.c-card__item {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-top: 25px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 992px) {
  .c-card__item {
    margin-top: 0px;
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .c-card__item {
    width: calc((100% - 60px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .c-card__item {
    width: calc((100% - 90px) / 4);
  }
}
.c-card__item:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .c-card__item:nth-of-type(n+3) {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .c-card__item:nth-of-type(n+3) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .c-card__item:nth-of-type(n+4) {
    margin-top: 0px;
  }
}
@media screen and (min-width: 1200px) {
  .c-card__item:nth-of-type(n+5) {
    margin-top: 30px;
  }
}
.c-card__link {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.c-card-header {
  position: relative;
  width: 100%;
  padding-top: 75%;
  z-index: 1;
}
.c-card-main {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.c-card-main__title {
  font-size: clamp(1rem, 0.90625rem + 0.25vw, 1.125rem);
  font-weight: 700;
  line-height: 1.3;
  margin-top: 15px;
}
.c-card-footer {
  margin-top: auto;
  margin-top: 15px;
}
.c-card-footer__tag {
  background-color: #F2F2F2;
  border-radius: 5px;
  padding: 5px;
  margin-top: 15px;
}
.c-card-footer__list {
  display: flex;
  flex-wrap: wrap;
}
.c-card-footer__list:before {
  font-family: "Material Icons";
  content: "\f05b";
}
.c-card-footer__item {
  font-size: clamp(0.875rem, 0.875rem + 0vw, 0.875rem);
  margin-right: 15px;
}

::placeholder {
  color: white;
}

/* 旧Edge対応 */
::-ms-input-placeholder {
  color: white;
}

.c-form__text {
  height: 2.4em;
  width: 100%;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  background-color: #F2F2F2;
  appearance: none;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}

.c-form__text:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #d14343 inset;
}

.c-form__radio input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form__radio--name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #011526;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}
.c-form__radio--name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin-right: 4px;
  flex-shrink: 0;
}

.c-form__radio input:checked + .c-form__radio--name:before {
  border: 0.3em solid #d14343;
}

.c-form__radio input:checked + .c-form__radio--name {
  color: #d14343;
}

.c-form__radio input:focus + .c-form__radio--name {
  color: #d14343;
}

.c-form__radio input.focus-visible + .c-form__radio--name .c-form__radio--text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form__checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}
.c-form__checkbox--name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  color: #011526;
  position: relative;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
}
.c-form__checkbox--name:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}

.c-form__checkbox input:checked + .c-form__checkbox--name:before {
  border: 1px solid #d14343;
  background-color: #d14343;
}

.c-form__checkbox input:checked + .c-form__checkbox--name:after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 0.3em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 0.4em;
  height: 0.6em;
  transform: translateY(-2px) rotate(45deg);
}

.c-form__checkbox input:checked + .c-form__checkbox--name {
  color: #d14343;
}

.c-form__checkbox input:focus-visible + .c-form__checkbox--name .c-form__checkbox--text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form__checkbox input.focus-visible + .c-form__checkbox--name .c-form__checkbox--text {
  background: linear-gradient(transparent 90%, rgba(33, 150, 243, 0.3) 90%);
}

.c-form__select {
  position: relative;
}
.c-form__select:before {
  content: "";
  position: absolute;
  top: 42%;
  box-sizing: border-box;
  transform: translateY(-50%);
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(135deg);
  pointer-events: none;
}
.c-form__select select {
  height: 3em;
  width: 100%;
  background-color: #d14343;
  color: #fff;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
  padding: 8px 20px;
  border-radius: 100vw;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.c-form__select option {
  background-color: #fff;
  color: #011526;
}
.c-form__select option:checked {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.c-form__select option[selected][disabled] {
  display: none;
}
.c-form__select .c-form__select select::-ms-expand {
  display: none;
}
.c-form__select .c-form__select select:focus {
  outline: 0;
  box-shadow: 0 0 0 2px #d14343 inset;
}

.c-text__list {
  list-style: inside;
}
.c-text__center {
  text-align: center;
}
.c-text__left {
  text-align: left;
}
.c-text__right {
  text-align: right;
}
.c-text__bold {
  font-weight: 700;
}
.c-text__larg {
  font-size: clamp(1.5rem, 1.5rem + 0vw, 1.5rem);
}
.c-text__rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: 2em;
  letter-spacing: 0em;
}
.c-text__title-rl {
  font-size: clamp(6.25rem, -0.78125rem + 18.75vw, 15.625rem);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  top: 5%;
  right: 0.1em;
  color: #DEE6ED;
}
@media screen and (min-width: 992px) {
  .c-text__title-rl {
    right: -0.1em;
  }
}
.c-text__title-hr {
  font-size: clamp(3.75rem, 0.9375rem + 7.5vw, 7.5rem);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  right: 0em;
  color: #F2F2F2;
  z-index: -1;
}
.c-text__num {
  font-size: clamp(4.375rem, 0.625rem + 10vw, 9.375rem);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #DEE6ED;
}
.c-text-num__list {
  counter-reset: number 0;
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .c-text-num__list {
    margin-top: 40px;
  }
}
.c-text-num__item {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  border-bottom: solid 1px #BCBBBB;
  padding: 15px 0;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  position: relative;
  padding-left: 2.5rem;
  line-height: 1.6;
}
.c-text-num__item:first-child {
  border-top: solid 1px #BCBBBB;
}
.c-text-num__item:before {
  counter-increment: number 1;
  content: "0" counter(number);
  color: #0464BA;
  font-size: clamp(1.25rem, 0.78125rem + 1.25vw, 1.875rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c-box-img img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-box-img img {
    width: 39.93vw;
    max-width: 580px;
  }
}
.c-box__inner {
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .c-box__inner {
    margin-top: 40px;
  }
}
.c-box__inner:first-child {
  margin-top: 0px;
}
.c-box__sh {
  background-color: #fff;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
  padding: 6.51vw;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .c-box__sh {
    margin-bottom: 60px;
    margin-top: 60px;
  }
}
.c-box__sh:first-child {
  margin-top: 0px;
}
.c-box__col {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .c-box__col {
    flex-direction: row;
  }
}
.c-box__col-img {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 992px) {
  .c-box__col-img {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .c-box__col-img {
    width: 37%;
  }
}
.c-box__col-img img {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-box__col-img img {
    width: 90%;
    margin: 0 auto 0 0;
  }
}
.c-box__col-txt {
  width: 100%;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .c-box__col-txt {
    margin-top: 0px;
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .c-box__col-txt {
    width: 63%;
  }
}
.c-box__col-re {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .c-box__col-re {
    flex-direction: row;
  }
}
.c-box__col-re-img {
  width: 100%;
  display: flex;
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .c-box__col-re-img {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .c-box__col-re-img {
    width: 37%;
  }
}
.c-box__col-re-fugure {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-box__col-re-fugure {
    width: 90%;
    height: auto;
    margin: 0 0 0 auto;
  }
}
.c-box__col-re-txt {
  width: 100%;
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  .c-box__col-re-txt {
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .c-box__col-re-txt {
    width: 63%;
  }
}
.c-box__col50 {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .c-box__col50 {
    flex-direction: row;
  }
}
.c-box__col50-img {
  width: 100%;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-box__col50-img {
    width: 50%;
  }
}
.c-box__col50-img figure {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .c-box__col50-img figure {
    width: 90%;
    margin: 0 auto 0 0;
  }
}
.c-box__col50-img img {
  width: 100%;
}
.c-box__col50-txt {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .c-box__col50-txt {
    margin-top: 0px;
    width: 50%;
  }
}
.c-box__col50-re {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .c-box__col50-re {
    flex-direction: row;
  }
}
.c-box__col50-re img {
  width: 100%;
}
.c-box__col50-re-img {
  width: 100%;
  display: flex;
}
@media screen and (min-width: 992px) {
  .c-box__col50-re-img {
    width: 50%;
  }
}
.c-box__col50-re-fugure {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .c-box__col50-re-fugure {
    width: 90%;
    height: auto;
    margin: 0 0 0 auto;
  }
}
.c-box__col50-re-txt {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .c-box__col50-re-txt {
    margin-top: 0px;
    width: 50%;
  }
}
@media screen and (min-width: 1600px) {
  .c-box__col50-re-txt {
    width: 63%;
  }
}

.c-table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #BCBBBB;
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .c-table {
    margin-top: 40px;
  }
}
.c-table__th {
  background: #F2F2F2;
  font-weight: 700;
  border: solid 1px #BCBBBB;
  border-right: solid 1px #BCBBBB;
  padding: 10px;
}
.c-table__td {
  border: solid 1px #BCBBBB;
  padding: 10px;
}
.c-table img {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .c-table img {
    width: 60%;
  }
}
.c-table-line {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: solid 1px #BCBBBB;
  margin-top: 25px;
}
@media screen and (min-width: 1200px) {
  .c-table-line {
    margin-top: 40px;
  }
}
.c-table-line__th {
  border-bottom: solid 1px #BCBBBB;
  padding: 10px;
  width: 20%;
  font-weight: 700;
}
.c-table-line__td {
  border-bottom: solid 1px #BCBBBB;
  padding: 10px;
}
.c-table-line img {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .c-table-line img {
    width: 60%;
  }
}

.pc-only {
  display: none;
}

.sp-only {
  display: block;
}

@media screen and (min-width: 1200px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
.mobile-only {
  display: none;
}

@media (max-width: 599px) {
  .mobile-only {
    display: block;
  }
  .nomobile {
    display: none;
  }
}
.content-center {
  margin: auto;
  text-align: center;
}

.u-an_text {
  margin: 0;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.04rem;
  margin-bottom: 30px;
}
@media screen and (min-width: 1200px) {
  .u-an_text {
    margin-bottom: 60px;
  }
}
.u-an_text span {
  display: inline-block;
  position: relative;
}
.u-an_text span,
.u-an_text span:after {
  animation-delay: var(--animation-delay, 2s);
  /* アニメーションの開始タイミング */
  animation-iteration-count: var(--iterations, 1);
  /* 再生される回数 */
  animation-duration: var(--duration, 800ms);
  /* 完了するまでの所要時間 */
  animation-fill-mode: both;
  /* 実行の前後 */
  animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  /* タイミングの指定 */
}
.u-an_text.u-an-wh {
  color: #fff;
}

.txt-an span {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  animation-name: clip-text;
  white-space: nowrap;
}
.txt-an span:after {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #011526;
  transform: scaleX(0);
  transform-origin: 0 50%;
  pointer-events: none;
  animation-name: text-revealer;
}
.txt-an.u-an-wh span:after {
  content: "";
  background-color: #fff;
}

@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes text-revealer {
  0%, 50% {
    transform-origin: 0 50%;
  }
  60%, 100% {
    transform-origin: 100% 50%;
  }
  60% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.img-an {
  overflow: hidden;
  position: relative;
}
.img-an:before, .img-an:after {
  animation: 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fff;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  z-index: 1;
}
.img-an:before {
  animation-name: img-wrap-before;
  top: 0;
  bottom: 50%;
}
.img-an:after {
  animation-name: img-wrap-after;
  top: 50%;
  bottom: 0;
}
@keyframes img-wrap-before {
  100% {
    transform: translateX(100%);
  }
}
@keyframes img-wrap-after {
  100% {
    transform: translateX(-100%);
  }
}

.fadeUpTrigger {
  opacity: 0;
  transition: 0.8s ease-in-out;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-home-product {
  background-image: url(/wp-content/uploads/2023/05/bg-grid.png);
  background-size: cover;
  background-position: center;
  margin-top: 0px !important;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .p-home-product {
    padding: 120px 0;
  }
}
@media screen and (min-width: 992px) {
  .p-home-product .u-an_text {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .p-home-product .u-an_text h2 {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .p-home-product__wrap {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .p-home-product__lf {
    margin-right: 30px;
  }
}
.p-home-business {
  background-image: url(/wp-content/uploads/2023/05/bg-circuit.png), linear-gradient(90deg, #2D63B4, #16325A);
  background-position: right center;
  background-size: cover;
  color: #fff;
  margin-top: 0px !important;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .p-home-business {
    padding: 120px 0;
  }
}
.p-home-business__wrap {
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 992px) {
  .p-home-business__wrap {
    flex-direction: row !important;
  }
}
.p-home-business p {
  margin-top: 30px;
}
.p-home-business .l-sec__wrap {
  margin-top: 0px;
}
.p-home-business .u-an_text {
  text-align: left;
}
.p-home-business .c-title__h2, .p-home-business .c-title__h2--en {
  text-align: left;
}
.p-home-business .l-sec__bt {
  margin-top: 40px;
}

.p-concept {
  background-image: url(/wp-content/uploads/2023/05/bg-grid-gy.png);
  background-size: cover;
  background-position: center;
  margin-top: 0px !important;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .p-concept {
    padding: 120px 0;
  }
}

.p-news {
  background-image: url(/wp-content/uploads/2023/05/bg-grid.png);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
  margin-top: 0px !important;
}
.p-news::after {
  content: "";
  background-color: #F2F2F2;
  position: absolute;
  top: 40px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .p-news::after {
    top: 130px;
  }
}
@media screen and (min-width: 992px) {
  .p-news .u-an_text {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .p-news .u-an_text h2 {
    text-align: left;
  }
}
.p-news .l-sec__wrap {
  margin-top: 0px;
}
.p-news__wrap {
  background: #fff;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
  padding: 5.86vw;
  position: relative;
  z-index: 2;
}
@media (max-width: 599px) {
  .p-news__wrap {
    flex-direction: column;
  }
}
.p-news__lf {
  flex-grow: 1;
}
@media screen and (min-width: 992px) {
  .p-news__lf {
    margin-right: 30px;
  }
}
.p-news__ri {
  flex-grow: 2;
}
.p-news__list {
  width: 100%;
}
.p-news__item a {
  display: block;
  padding: 15px 0;
  border-top: solid 1px #BCBBBB;
}
@media screen and (min-width: 992px) {
  .p-news__item a {
    display: flex;
  }
}
.p-news__item a:last-child {
  border-bottom: solid 1px #BCBBBB;
}
.p-news__item a:link, .p-news__item a:active, .p-news__item a:visited {
  color: #011526;
}
.p-news__item a:link {
  transition: all 0.5s ease;
}
.p-news__item a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 992px) {
  .p-news__date {
    margin-right: 30px;
  }
}

.p-home-bn__wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-home-bn__wrap {
    flex-direction: row;
  }
}
.p-home-bn__link {
  padding: 100px 20px 100px;
  text-decoration: none;
  width: 100%;
  display: block;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .p-home-bn__link {
    padding: 197px 50px 120px;
  }
}
.p-home-bn__link::before, .p-home-bn__link:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.p-home-bn__link:before {
  content: "";
  display: block;
  transition: all 0.6s ease;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .p-home-bn__link:after {
    content: "";
    transition: all 0.4s ease;
    background-color: #011526;
    background-size: 100%;
    opacity: 0.7;
    z-index: 2;
    width: 100%;
    height: 100%;
  }
}
.p-home-bn__link:hover:before {
  transform: scale(1.12);
}
.p-home-bn__link:hover:after {
  opacity: 0.1;
}
.p-home-bn__link:hover .p-home-bn__bt {
  color: #011526;
  border-style: none;
}
.p-home-bn__link:hover .p-home-bn__bt:before {
  width: 100%;
  left: 0;
  right: auto;
}
.p-home-bn__link:hover .c-bt__grade--icon:after {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%23011526" d="M13.106,5.686h0a.923.923,0,0,0,0,1.293l3.506,3.558H2.9a.913.913,0,0,0-.9.917H2a.913.913,0,0,0,.9.917H16.622l-3.506,3.558a.923.923,0,0,0,0,1.293h0a.891.891,0,0,0,1.274,0l5.052-5.126a.923.923,0,0,0,0-1.293L14.381,5.686A.891.891,0,0,0,13.106,5.686Z" transform="translate(-2 -5.417)" /></svg>');
  right: 35px;
  transform: translateY(-50%);
}
.p-home-bn__link .u-an_text {
  position: relative;
  z-index: 5;
}
.p-home-bn__bt {
  margin: auto;
  z-index: 5;
  display: flex;
  position: relative;
  width: 90%;
  height: 64px;
  font-weight: 700;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(1rem, 0.90625rem + 0.25vw, 1.125rem);
  align-items: center;
  justify-content: center;
  border: 3px solid #fff;
  transition: 0.3s;
}
@media screen and (min-width: 992px) {
  .p-home-bn__bt {
    width: 20em;
  }
}
.p-home-bn__bt:before {
  content: "";
  width: 0;
  background-color: #fff;
  border-radius: 5px;
  display: block;
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-home-bn__bt .c-bt__grade--icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  z-index: 2;
  width: 17px;
  height: 12px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32px 24px"><path fill="%23fff" d="M13.106,5.686h0a.923.923,0,0,0,0,1.293l3.506,3.558H2.9a.913.913,0,0,0-.9.917H2a.913.913,0,0,0,.9.917H16.622l-3.506,3.558a.923.923,0,0,0,0,1.293h0a.891.891,0,0,0,1.274,0l5.052-5.126a.923.923,0,0,0,0-1.293L14.381,5.686A.891.891,0,0,0,13.106,5.686Z" transform="translate(-2 -5.417)" /></svg>');
  transition: 0.3s;
  transform: translateY(-50%);
}

.bg-recruit:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/05//bn_recruit.jpg);
}

.bg-company:before {
  content: "";
  background-image: url(/wp-content/uploads/2023/05//bn_company.jpg);
}

.p-product {
  position: relative;
}
.p-product__body {
  position: relative;
  z-index: 1;
  padding: 30px 0;
}
@media screen and (min-width: 600px) {
  .p-product__body {
    padding: 60px 0;
  }
}
.p-product__body:after {
  content: " ";
  background-color: #F2F2F2;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
.p-product__title {
  text-align: left;
  font-size: clamp(1.875rem, 0.46875rem + 3.75vw, 3.75rem);
}
.p-product__title:before, .p-product__title:after {
  display: none;
}

.company .p-page__title-point {
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .company .p-page__title-point {
    margin-bottom: 80px;
  }
}

.p-company {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .p-company {
    margin-bottom: 120px;
  }
}
.p-company-rl {
  position: absolute;
  top: 0;
  right: 0;
}
.p-company-history {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .p-company-history {
    margin-top: 60px;
  }
}
.p-company-history img {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-company-history img {
    width: 60%;
  }
}
.p-company-history__body {
  display: flex;
}
.p-company-history__header {
  padding-right: 4.4em;
}
@media screen and (min-width: 992px) {
  .p-company-history__header {
    padding-right: 5em;
  }
}
.p-company-history__main {
  position: relative;
  padding-bottom: 40px;
}
.p-company-history__main:before {
  content: "";
  border-left: 3px solid #0464BA;
  position: absolute;
  top: 0em;
  bottom: 0;
  left: -2.5em;
}
.p-company-history .jp_cl {
  font-size: clamp(1.125rem, 0.84375rem + 0.75vw, 1.5rem);
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  margin-bottom: 25px;
}
.p-company-history .en_cl {
  font-size: clamp(1.875rem, 0rem + 5vw, 4.375rem);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #0464BA;
  position: relative;
}
.p-company-history .en_cl:before {
  content: "";
  border-top: 3px solid #0464BA;
  width: 1em;
  position: absolute;
  top: 0.46em;
  right: -1em;
}

.p-technology {
  margin-bottom: 60px;
}
@media screen and (min-width: 1200px) {
  .p-technology {
    margin-bottom: 120px;
  }
}

.p-recruit__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 1200px) {
  .p-recruit__list {
    margin-top: 60px;
  }
}
.p-recruit__item {
  width: 50%;
}
@media screen and (min-width: 992px) {
  .p-recruit__item {
    width: 16.6666666667%;
  }
}
.p-recruit-voice .c-text__rl {
  font-size: clamp(3.75rem, -0.46875rem + 11.25vw, 9.375rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  color: #DEE6ED;
  z-index: 0;
}
@media screen and (min-width: 992px) {
  .p-recruit-voice .c-text__rl {
    width: 25%;
  }
}
.p-recruit-voice .c-content__right {
  position: relative;
}
.p-recruit-voice .c-content__right .c-text__rl {
  top: 5%;
  right: -0.5em;
}
@media screen and (min-width: 992px) {
  .p-recruit-voice .c-content__right .c-text__rl {
    right: 0.1em;
  }
}
.p-recruit-voice .c-content__left {
  position: relative;
}
.p-recruit-voice .c-content__left .c-text__rl {
  top: 5%;
  left: -0.5em;
}
@media screen and (min-width: 992px) {
  .p-recruit-voice .c-content__left .c-text__rl {
    left: 0.1em;
  }
}
.p-recruit-voice .c-box {
  background-color: #fff;
  margin-top: 30px;
}
@media screen and (min-width: 1600px) {
  .p-recruit-voice .c-box {
    margin-top: 60px;
  }
}
.p-recruit-voice .c-box:first-child {
  margin-top: 0px;
}
.p-recruit-voice .c-box__inner {
  margin-top: 0px;
}
.p-recruit-voice__header {
  display: flex;
  align-items: center;
}
.p-recruit-voice__header .p-recruit-voice-title {
  font-size: clamp(1.875rem, 1.40625rem + 1.25vw, 2.5rem);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #0464BA;
  position: relative;
  padding-left: 15%;
  z-index: 1;
  margin-right: 15px;
}
@media screen and (min-width: 1200px) {
  .p-recruit-voice__header .p-recruit-voice-title {
    padding-left: 10%;
  }
}
.p-recruit-voice__header .p-recruit-voice-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 30%;
  height: 2px;
  content: "";
  background: #0464BA;
}
.p-recruit-voice__header .p-recruit-voice-num {
  font-size: clamp(3.125rem, 0.78125rem + 6.25vw, 6.25rem);
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #DEE6ED;
}
.p-recruit-voice__header .p-recruit-voice__content {
  position: relative;
  z-index: 1;
}
.p-recruit-voice__body {
  color: #011526;
  position: relative;
  z-index: 1;
  padding: 1.5rem;
}
@media screen and (min-width: 1200px) {
  .p-recruit-voice__body {
    padding: 6.73rem;
  }
}
@media screen and (min-width: 1600px) {
  .p-recruit-voice__body {
    padding: 6.73rem;
  }
}
.p-recruit-details .c-content__m {
  margin-bottom: 60px;
}
@media screen and (min-width: 1600px) {
  .p-recruit-details .c-content__m {
    margin-bottom: 120px;
  }
}

.p-faq__body {
  width: auto;
}

.p-page-h2 {
  position: relative;
  font-size: clamp(1.875rem, 0.46875rem + 3.75vw, 3.75rem);
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1200px) {
  .p-page-h2 {
    margin-bottom: 80px;
  }
}
.p-page-h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 60px);
  width: 120px;
  height: 3px;
  content: "";
  border-radius: 3px;
  background: #0464BA;
}
.p-page-h3 {
  font-size: clamp(1.25rem, 0.78125rem + 1.25vw, 1.875rem);
  margin-bottom: 15px;
}
@media screen and (min-width: 1200px) {
  .p-page-h3 {
    margin-bottom: 30px;
  }
}
.p-page__title-line {
  position: relative;
  border-bottom: 3px solid #BCBBBB;
  margin-bottom: 25px;
  text-align: left;
  font-size: clamp(1.625rem, 0.03125rem + 4.25vw, 3.75rem);
}
@media screen and (min-width: 1200px) {
  .p-page__title-line {
    margin-bottom: 40px;
  }
}
.p-page__title-line:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: "";
  background: #0464BA;
}
.p-page__title-point {
  padding: 0 1.5rem;
  border-left: 5px solid #0464BA;
  margin-bottom: 25px;
  font-size: clamp(1.625rem, 0.03125rem + 4.25vw, 3.75rem);
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .p-page__title-point {
    padding: 0 2rem;
    margin-bottom: 40px;
  }
}
.p-page__title-sq {
  color: #0464BA;
}
.p-page__title-sq:before {
  content: "■";
  color: #0464BA;
}
.p-page-strength__list, .p-page-point__list {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .p-page-strength__list, .p-page-point__list {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 60px;
  }
}
.p-page-strength__item, .p-page-point__item {
  position: relative;
  padding-top: 45px;
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (min-width: 600px) {
  .p-page-strength__item, .p-page-point__item {
    width: 32%;
    margin-bottom: 0px;
  }
}
.p-page-strength__item .strength-title, .p-page-strength__item .point-title, .p-page-point__item .strength-title, .p-page-point__item .point-title {
  font-size: clamp(1.875rem, 1.40625rem + 1.25vw, 2.5rem);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #0464BA;
  margin-bottom: 15px;
  position: relative;
  padding-left: 10%;
  z-index: 1;
}
.p-page-strength__item .strength-title:before, .p-page-strength__item .point-title:before, .p-page-point__item .strength-title:before, .p-page-point__item .point-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 20%;
  height: 2px;
  content: "";
  background: #0464BA;
}
.p-page-strength__item .strength-num, .p-page-strength__item .point-num, .p-page-point__item .strength-num, .p-page-point__item .point-num {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 600px) {
  .p-page-strength__item .strength-num, .p-page-strength__item .point-num, .p-page-point__item .strength-num, .p-page-point__item .point-num {
    top: 0;
    right: 0;
  }
}
.p-page-strength__item .strength-txt, .p-page-point__item .strength-txt {
  position: relative;
  z-index: 1;
}

.p-page-point .point-title {
  padding-left: 0%;
  font-size: clamp(1.25rem, 0.78125rem + 1.25vw, 1.875rem);
}
.p-page-point .point-title:before {
  display: none;
}
.p-page-point__item {
  padding-top: 0px;
  box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.16);
  padding: 25px;
}

.home .p-cm-contact, .page-id-2634 .p-cm-contact, .page-id-2586 .p-cm-contact, .page-id-2369 .p-cm-contact, .page-id-2942 .p-cm-contact, .page-id-2576 .p-cm-contact {
  margin-top: 0px;
}

.p-cm-contact {
  background-image: linear-gradient(90deg, #2D63B4, #16325A);
  margin-top: 60px;
  padding: 60px 0;
}
@media screen and (min-width: 1600px) {
  .p-cm-contact {
    margin-top: 120px;
    padding: 120px 0;
  }
}
.p-cm-contact .c-text__center {
  color: #fff;
}
.p-cm-contact .l-sec__rf {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-cm-contact .l-sec__rf {
    width: calc((100% - 30px) / 2);
  }
}
.p-cm-contact .l-sec__rf {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-cm-contact .l-sec__rf {
    width: calc((100% - 30px) / 2);
  }
}
.p-cm-contact__wrap {
  align-items: center;
  flex-direction: column;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-cm-contact__wrap {
    flex-direction: row;
  }
}
.p-cm-contact__tel {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-cm-contact__tel {
    text-align: left;
  }
}
.p-cm-contact__tel .tel-en,
.p-cm-contact__tel .tel_num {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}
.p-cm-contact__tel .tel-en {
  font-size: clamp(1.25rem, -0.15625rem + 3.75vw, 3.125rem);
}
.p-cm-contact__tel .tel_num {
  font-size: clamp(2.5rem, 1.09375rem + 3.75vw, 4.375rem);
}
.p-cm-contact__mail {
  margin: auto;
  width: 100%;
}
.p-cm-contact__mail .c-bt-contact {
  width: 100%;
}
.p-cm-contact__mail .c-bt-contact:hover {
  color: #011526;
}
.p-cm-contact__mail .c-bt-contact .material-icons-round {
  margin-right: 5px;
}
.p-cm-contact__mail .c-bt-contact .c-bt__grade--txt {
  font-size: clamp(1.25rem, 0.78125rem + 1.25vw, 1.875rem);
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-page-title {
  position: relative;
  z-index: 5;
}
.p-page-title__header {
  opacity: 0;
  text-align: left;
  margin-bottom: 0px;
}
.p-page-title__header.txt-an {
  opacity: 1;
}
.p-page-title__h1 {
  font-size: clamp(1.25rem, 0.3125rem + 2.5vw, 2.5rem);
  line-height: 1;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: left;
  margin-bottom: 15px;
}
.p-page-title__en {
  font-size: clamp(3.125rem, 1.71875rem + 3.75vw, 5rem);
  line-height: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
.p-page-title__img {
  background-position: center;
  background-size: cover;
  width: 92.1vw;
  max-width: 1780px;
  padding-top: 40.8468%;
  margin-left: auto;
  margin-top: 15px;
}
.p-page-title__menu {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-page-title__menu {
    display: block;
  }
}

.p-page-title-noimg .p-page-title__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-page-title-noimg .p-page-title__list {
  display: flex;
  justify-content: space-between;
}
.p-page-title-noimg .p-page-title__link {
  margin-right: 40px;
  color: #fff;
  position: relative;
  display: block;
}

.p-breadcrumb {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  list-style: none;
  position: relative;
  z-index: 5;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (min-width: 1600px) {
  .p-breadcrumb {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
.p-breadcrumb li {
  color: #fff;
  font-size: clamp(0.75rem, 0.5625rem + 0.5vw, 1rem);
}
.p-breadcrumb li a {
  color: #fff;
  font-size: clamp(0.75rem, 0.5625rem + 0.5vw, 1rem);
}

.p-breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #fff; /* 記号の色 */
}

.l-slide {
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 40px;
  /*①各スライドに以下クラスを追加で付与*/
  /*②スライド背景色を設定*/
}
.l-slide .l-slide-catch {
  font-size: clamp(1.875rem, -0.46875rem + 6.25vw, 5rem);
  position: absolute;
  top: 1em;
  left: 1em;
  z-index: 5;
  font-weight: 900;
  color: #fff;
  opacity: 0;
}
@media screen and (min-width: 992px) {
  .l-slide .l-slide-catch {
    top: 1.5em;
    left: 1.5em;
  }
}
.l-slide .l-slide-catch.u-an_text {
  text-align: left;
  line-height: 1.8;
}
.l-slide .l-slide-catch.txt-an {
  opacity: 1;
}
.l-slide .swiper {
  width: calc(89.65vw + 20px);
  max-width: 1780px;
  height: 400px;
  margin-left: initial;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .l-slide .swiper {
    width: calc(91.65vw + 20px);
    max-width: 1780px;
    height: 800px;
  }
}
.l-slide .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  background-position: center;
  background-size: cover;
}
.l-slide .slide1 {
  background-image: url(/wp-content/uploads/2023/05//main-img01.jpg);
}
.l-slide .slide2 {
  background-image: url(/wp-content/uploads/2023/05//main-img02.jpg);
}

:root {
  --easing: cubic-bezier(.2, 1, .2, 1);
  --transition: .8s var(--easing);
  --color-base: #f8f8f8;
  --color-gray: #ddd;
  --color-theme: #f5695f;
  --color-theme-darken: #f12617;
  --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
  --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
  --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
  --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
}

.l-inner {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

[class*=swiper]:focus {
  outline: none;
}

.slide-media,
.thumb-media {
  position: relative;
  overflow: hidden;
}

.slide-media img,
.thumb-media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-button-prev, .swiper-button-next {
  display: grid;
  place-content: center;
  width: 6.4rem;
  height: 6.4rem;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
}

.swiper-button-prev::before, .swiper-button-next::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 50%;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.swiper-button-prev::after, .swiper-button-next::after {
  width: 1.2rem;
  height: 1.2rem;
  content: "";
  border: solid var(--color-gray);
  border-width: 3px 3px 0 0;
}

.swiper-button-prev::after {
  margin-left: 0.4rem;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.swiper-button-next::after {
  margin-right: 0.4rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.swiper-button-disabled {
  pointer-events: none;
  opacity: 0;
}

.card01 {
  overflow: hidden;
}

.card01 .swiper {
  overflow: visible;
}

.card01 .swiper-controller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 3.2rem;
}

.card01 .swiper-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem 0.8rem;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 0 0;
  text-align: center;
}

.card01 .swiper-pagination-bullet {
  width: 1.6rem;
  height: 3px;
  cursor: pointer;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  vertical-align: top;
  background-color: var(--color-gray);
}

.card01 .swiper-pagination-bullet-active {
  width: 4rem;
  background-color: var(--color-theme);
}

.card01 .swiper-button-prev, .card01 .swiper-button-next {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
}

.card01 .swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.card01 .swiper-button-disabled::before {
  -webkit-box-shadow: var(--box-shadow-inset);
  box-shadow: var(--box-shadow-inset);
}

.card01 .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.card01 .slide {
  overflow: hidden;
  width: 36rem;
  border-radius: 4px;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.card01 .slide-media {
  padding-top: 62.5%;
}

.card01 .slide-media img {
  height: calc(100% + 16px);
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
}

.card01 .slide-content {
  padding: 3.2rem;
}

.card01 .slide-date {
  font-size: 1.2rem;
  line-height: 1;
  display: block;
  color: var(--color-theme);
}

.card01 .slide-title {
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 3.2em;
  margin-top: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  html {
    -webkit-text-size-adjust: 100%;
  }
  .l-inner {
    padding: 0 4rem;
  }
  .pc {
    display: none !important;
  }
}
@media only screen and (max-width: 599px) {
  .pc-tab {
    display: none !important;
  }
  .card01 .slide {
    width: 24rem;
  }
}
@media only screen and (min-width: 1025px) {
  .tab-sp {
    display: none !important;
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .card01 .slide {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide img {
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .card01 .slide:hover {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px);
    -webkit-box-shadow: var(--box-shadow-hover);
    box-shadow: var(--box-shadow-hover);
  }
  .card01 .slide:hover img {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media only screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
.l-header {
  height: 60px;
  position: relative;
  padding: 8px;
}
@media screen and (min-width: 992px) {
  .l-header {
    padding: 0px;
    padding-left: 15px;
    height: 80px;
  }
}
.l-header:after {
  content: "";
  background-image: url(/wp-content/uploads/2023/05/bg-circuit.png), linear-gradient(90deg, #2D63B4, #16325A);
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 992px) {
  .l-header:after {
    height: 660px;
  }
}

@media screen and (min-width: 992px) {
  .l-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .l-header__logo {
    width: 30%;
  }
}
.l-header__logo a {
  display: block;
  width: 100%;
}
.l-header__nav {
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 992px) {
  .l-header__nav {
    display: flex;
    align-items: center;
    margin-left: auto;
    height: 80px;
  }
}

.img__logo {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 992px) {
  .img__logo {
    max-width: 555px;
  }
}

.site__logo {
  width: 100%;
}

.l-main {
  overflow: hidden;
  position: relative;
}

.l-sec {
  margin-top: 40px;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1200px) {
  .l-sec {
    margin-top: 120px;
  }
}
.l-sec__wrap {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .l-sec__wrap {
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
  }
}
.l-sec__inner {
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .l-sec__inner {
    margin-top: 60px;
  }
}
.l-sec__list {
  display: flex;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .l-sec__list {
    margin-top: 60px;
  }
}
.l-sec__list img {
  width: 100%;
}
.l-sec__txtbox {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .l-sec__txtbox {
    margin-top: 60px;
  }
}
@media (min-width: 1600px) {
  .l-sec__txtbox {
    padding: 0 6.28vw;
  }
}
.l-sec__bt {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .l-sec__bt {
    margin-top: 40px;
  }
}
.l-sec__bt a {
  margin: auto;
}
@media screen and (min-width: 992px) {
  .l-sec__bt a {
    margin: 0px;
  }
}
.l-sec__bg {
  background-color: #F2F2F2;
  padding: 60px 0;
}
@media screen and (min-width: 1600px) {
  .l-sec__bg {
    padding: 120px 0;
  }
}
.l-sec__bg-wh {
  background-color: #fff;
}
.l-sec__bg-bl {
  background-image: url(/wp-content/uploads/2023/05/bg-circuit.png), linear-gradient(90deg, #2D63B4, #16325A);
  background-position: right center;
  background-size: cover;
  color: #fff;
  margin-top: 0px !important;
  padding: 60px 0;
}
@media screen and (min-width: 1200px) {
  .l-sec__bg-bl {
    padding: 120px 0;
  }
}
.l-sec-hidden {
  overflow: hidden;
}
.l-sec-col {
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .l-sec-col {
    flex-direction: row;
  }
}
.l-sec-col-reverse {
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .l-sec-col-reverse {
    flex-direction: row;
  }
}
.l-sec-alternating {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 80px;
}
.l-sec-alternating:first-child {
  margin-top: 0px;
}
@media screen and (min-width: 992px) {
  .l-sec-alternating {
    flex-direction: row;
    align-items: center;
  }
}
.l-sec-alternating__title {
  font-size: clamp(1.25rem, 0.3125rem + 2.5vw, 2.5rem);
  font-weight: 700;
  position: relative;
  z-index: 0;
}
.l-sec-alternating__txt {
  margin-top: 25px;
}
@media screen and (min-width: 992px) {
  .l-sec-alternating__txt {
    margin-top: 40px;
  }
}
.l-sec-alternating .l-sec__lf {
  position: relative;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .l-sec-alternating .l-sec__lf {
    margin-top: 0;
    width: 50%;
    margin-left: auto;
  }
}
@media screen and (min-width: 1600px) {
  .l-sec-alternating .l-sec__lf {
    width: 37%;
  }
}
.l-sec-alternating .l-sec__lr {
  display: flex;
}
.l-sec-alternating .l-sec__lr img {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 992px) {
  .l-sec-alternating .l-sec__lr img {
    width: 90%;
  }
}
.l-sec-alternating__num {
  position: absolute;
  top: -0.5em;
  left: 0;
}
@media screen and (min-width: 992px) {
  .l-sec-alternating-reverse {
    flex-direction: row-reverse;
  }
}
.l-sec-alternating-reverse .l-sec-alternating__num {
  position: absolute;
  top: -0.5em;
  right: 0;
}
.l-sec-alternating-reverse .l-sec__lr {
  position: relative;
}
@media screen and (min-width: 992px) {
  .l-sec-alternating-reverse .l-sec__lr img {
    margin-right: auto;
  }
}

.l-footer {
  background-image: url(/wp-content/uploads/2023/05/bg-circuit.png);
  background-position: right center;
  background-size: cover;
  padding-top: 60px;
  position: relative;
}
.l-footer:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (min-width: 1600px) {
  .l-footer {
    padding-top: 120px;
  }
}
.l-footer p {
  line-height: 1;
  margin-bottom: 10px;
}
.l-footer__wrap {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .l-footer__wrap {
    padding-bottom: 120px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .l-footer__logo {
    width: 30%;
  }
}
.l-footer__logo .img__logo {
  margin-bottom: 20px;
}
.l-footer__nav {
  color: #011526;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
@media screen and (min-width: 1600px) {
  .l-footer__nav {
    width: 60%;
    margin-top: 0px;
  }
}
@media screen and (min-width: 600px) {
  .l-footer__nav .c-nav__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.l-footer__nav .c-nav__item {
  width: 100%;
}
@media screen and (min-width: 600px) {
  .l-footer__nav .c-nav__item {
    width: 50%;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .l-footer__nav .c-nav__item {
    width: 33%;
  }
}
@media screen and (min-width: 1600px) {
  .l-footer__nav .c-nav__item {
    width: 25%;
  }
}
.l-footer__nav .c-nav__item a {
  color: #011526;
  margin-bottom: 0px;
  font-size: clamp(0.9375rem, 0.890625rem + 0.125vw, 1rem);
  text-align: left;
}
@media screen and (min-width: 992px) {
  .l-footer__nav .c-nav__item a {
    display: block;
    height: auto;
    margin-bottom: 15px;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1600px) {
  .l-footer__nav .c-nav__item a {
    margin-bottom: 30px;
  }
}
.l-footer__nav .c-nav__item .sub-menu {
  padding-left: 0em;
  margin-left: 0px;
}
.l-footer__nav .c-nav__item .sub-menu li {
  margin-left: 0px;
}
.l-footer__nav .c-nav__item .sub-menu li a {
  display: block;
  padding-left: 2em;
  position: relative;
}
.l-footer__nav .c-nav__item .sub-menu li a:before {
  content: "";
  position: absolute;
  height: 3px;
  background-color: #0464BA;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  width: 0.8em;
}
.l-footer .copyright__inner {
  position: relative;
  background-image: linear-gradient(90deg, #2D63B4, #16325A);
  padding: 5px 0;
}
.l-footer .copyright__inner p {
  text-align: center;
  font-size: clamp(0.75rem, 0.75rem + 0vw, 0.75rem);
  color: #fff;
  margin-bottom: 0px;
}