@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
/*
Theme Name: 丸与デザインテック株式会社様用オリジナルテーマ
Theme URI:
Author: 丸与デザインテック株式会社
Author URI: http://#
Description: 丸与デザインテック株式会社様用オリジナルテーマです。
Version: 1.0
License:
License URI:
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  scroll-padding-top: 100px;
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 70px;
  }
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
 * 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: 1em;
  /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b, strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code, kbd, samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 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;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button, input, optgroup, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button, input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button, select {
  /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */ ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* 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;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  color: #093164;
}
body.is-menu-open {
  overflow: hidden;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  color: #093164;
  text-decoration: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
ul, ol {
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
}
figure {
  margin: 0;
}
/**
 * Swiper 8.2.2
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 1, 2022
 */
@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 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-slide-shadow-bottom {
  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: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  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: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.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 {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-centered > .swiper-wrapper::before {
  content: '';
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  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 {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  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-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  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-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden, .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev:after, .swiper-button-next: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: 10px;
  right: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  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;
}
/* Common Styles */
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  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: 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;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-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-vertical > .swiper-pagination-bullets, .swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.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%;
  -webkit-transform: translateX(-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 {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: 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%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */ :root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader, .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  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;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  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-prev, .swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-slide-shadow-top, .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right {
  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;
  -webkit-filter: blur(50px);
  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-top, .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}
.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
.l-breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 10px 0 0;
  font-size: 1.4rem;
}
.l-breadcrumbs-list__item:not(:last-child):after {
  content: '>';
  margin: 0 10px;
}
.l-breadcrumbs-list__item--home::before {
  font: var(--fa-font-solid);
  content: "\f015";
  margin-right: 5px;
}
.l-container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
.l-container--01 {
  width: 1600px;
  max-width: 100%;
}
.l-footer {
  position: relative;
}
.l-footer__main {
  background-image: url(images/common/bg_footer_sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: min(10.66667vw, 123px) 40px;
}
@media screen and (min-width: 768px) {
  .l-footer__main {
    background-image: url(images/common/bg_footer.png);
    padding: min(10.66667vw, 123px) 20px;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.33333vw, 120px);
}
@media screen and (max-width: 767px) {
  .l-footer__box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.l-footer__logo {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    text-align: center;
  }
}
.l-footer-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.66667vw, 15px);
  margin-top: min(5.33333vw, 37px);
}
@media screen and (max-width: 1339px) {
  .l-footer-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.l-footer-actions__link {
  height: min(16vw, 67px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #fff;
}
@media screen and (min-width: 1340px) {
  .l-footer-actions__link {
    width: clamp(180px, 13vw, 241px);
  }
}
.l-footer-actions__link--tel {
  color: #fff;
  font-size: 2.1rem;
  font-style: italic;
  font-weight: 700;
}
.l-footer-actions__link--tel .l-footer-actions__icon::after {
  width: 9px;
  height: 16px;
  -webkit-mask: url(images/common/icon_phone.svg) no-repeat center;
  mask: url(images/common/icon_phone.svg) no-repeat center;
  background: #fff;
}
.l-footer-actions__link--contact {
  background: #fff;
  font-size: 1.6rem;
}
.l-footer-actions__link--contact .l-footer-actions__icon::after {
  width: 18px;
  height: 12px;
  -webkit-mask: url(images/common/icon_mail.svg) no-repeat center;
  mask: url(images/common/icon_mail.svg) no-repeat center;
  background: #093164;
}
.l-footer-actions__link:hover {
  background: #bfe8ff;
  color: #093164;
}
.l-footer-actions__link:hover .l-footer-actions__icon::after {
  background: #093164;
}
.l-footer-actions__icon {
  line-height: 0;
}
.l-footer-actions__icon::after {
  content: '';
  display: block;
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.l-footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.3vw, 40px);
}
.l-footer-nav a {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-footer-nav a {
    white-space: nowrap;
  }
}
.l-footer-nav-list:first-child {
  width: 80px;
}
.l-footer-nav-list__link {
  font-size: 1.6rem;
  font-weight: 700;
}
.l-footer-nav-list-sub {
  margin-top: 20px;
}
.l-footer-nav-list-sub__item:not(:last-child) {
  margin-bottom: 10px;
}
.l-footer-nav-list-sub__link {
  font-size: 1.5rem;
}
.l-footer-note {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .l-footer-note {
    padding: 30px 1em;
  }
}
.l-footer-note__txt {
  font-size: 1.2rem;
  margin: 0;
}
.l-header {
  width: 100%;
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 30;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 0 40px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    background: #fff;
  }
}
.l-header__desc {
  font-size: min(.8vw, 1.4rem);
  margin: 0 0 10px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .l-header__desc {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logowrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-inline: 20px;
  }
}
.l-header__logo {
  margin: 0;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    background: url(images/common/logo_blue.svg) no-repeat center;
    background-size: contain;
  }
  .l-header__logo.en {
    background: url(images/common/logo_blue_en.svg) no-repeat center;
    background-size: contain;
  }
}
.l-header__logo.en img {
  -webkit-transition: all .5s;
  transition: all .5s;
  max-width: 326px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    opacity: 0;
  }
}
.l-header-menu {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-header-menu {
    display: flex;
  }
}
.bogo-language-switcher {
  width: 75px;
  padding: 0 10px 0 15px;
}
ul.bogo-language-switcher li {
  line-height: 1.2em;
}
.bogoflags, .bogoflags-before:before {
  display: none;
}
.bogo-language-name {
  font-size: 12px;
}
.bogo-language-name a {
  color: #fff;
  opacity: 0.7;
}
.l-header.is-scroll .bogo-language-name a,
body:not(.home) .bogo-language-name a {
    color: #093164;
}
.bogo-language-name a:hover{
  font-weight: bold;
  opacity:1;
}
.current .bogo-language-name a {
  font-weight: bold;
  opacity:1;
}
.l-header-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(1.4vw, 40px);
}
.l-header-menu-list__link {
  font-size: min(1.1vw, 1.9rem);
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  display: block;
}
.l-header-menu-list__link::after {
  content: '';
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .5s;
  transition: all .5s;
}
.l-header-menu-list__link:hover::after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.l-header-menu-list-mail {
  width: min(11.5vw, 174px);
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #2e66e9;
  border-radius: 100vh;
  font-size: min(1vw, 1.6rem);
  font-weight: 700;
}
.l-header-menu-list-mail__icon::after {
  content: '';
  display: block;
  width: 18px;
  height: 12px;
  -webkit-mask-image: url(images/common/icon_mail.svg);
  mask-image: url(images/common/icon_mail.svg);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  background: #2e66e9;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.l-header-menu-list-mail:hover {
  background: #bfe8ff;
}
.l-header-hamburger {
  width: 66px;
}
.l-header.is-scroll {
  background: #fff;
}
.l-header.is-scroll .l-header__logo {
  background: url(images/common/logo_blue.svg) no-repeat center;
  background-size: contain;
  background-position: left;
}
.l-header.is-scroll .l-header__logo.en {
  background: url(images/common/logo_blue_en.svg) no-repeat center;
  background-size: contain;
  background-position: left;
}
.l-header.is-scroll .l-header__logo img {
  opacity: 0;
}
.l-header.is-scroll .l-header__desc {
  color: #093164;
}
.l-header.is-scroll .l-header-menu-list__link {
  color: #093164;
}
.l-header.is-scroll .l-header-menu-list__link::after {
  background: #093164;
}
.l-header.is-scroll .l-header-menu-list-mail {
  background: #2e66e9;
  color: #fff;
}
.l-header.is-scroll .l-header-menu-list-mail:hover {
  background: #bfe8ff;
  color: #093164;
}
.l-header.is-scroll .l-header-menu-list-mail:hover .l-header-menu-list-mail__icon::after {
  background: #093164;
}
.l-header.is-scroll .l-header-menu-list-mail__icon::after {
  background: #fff;
}
.home .l-header {
  position: fixed;
}
body:not(.home) .l-header {
  background: #fff;
}
body:not(.home) .l-header__logo {
  background: url(images/common/logo_blue.svg) no-repeat center;
  background-size: contain;
  background-position: left;
}
body:not(.home) .l-header__logo.en {
  background: url(images/common/logo_blue_en.svg) no-repeat center;
  background-size: contain;
  background-position: left;
  width: 326px;
}
@media screen and (max-width: 767px) {
  body:not(.home) .l-header__logo.en {
    width: auto;
  }
}
body:not(.home) .l-header__logo img {
  opacity: 0;
}
body:not(.home) .l-header-menu-list__link {
  color: #093164;
}
body:not(.home) .l-header-menu-list__link::after {
  background: #093164;
}
body:not(.home) .l-header-menu-list-mail {
  background: #2e66e9;
  color: #fff;
}
body:not(.home) .l-header-menu-list-mail:hover {
  background: #bfe8ff;
  color: #093164;
}
body:not(.home) .l-header-menu-list-mail:hover .l-header-menu-list-mail__icon::after {
  background: #093164;
}
body:not(.home) .l-header-menu-list-mail__icon::after {
  background: #fff;
}
.is-menu-open .l-header {
  background: #093164 !important;
}
.c-box, .c-box--type01 {
  padding: 10px;
}
.c-box--type01 {
  background: #cacaca;
}
.c-btn {
  padding: 10px 20px;
  display: inline-block;
}
.c-card__link {
  display: block;
}
.c-card__ttl {
  margin: 0;
}
.c-card__txt {
  margin-top: 10px;
  margin-bottom: 0;
}
.c-hamburger {
  width: 100%;
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #093164;
}
.c-hamburger__lines {
  width: 30px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.c-hamburger__lines span {
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.is-menu-open .c-hamburger__lines {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.is-menu-open .c-hamburger__lines span:first-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-menu-open .c-hamburger__lines span:nth-child(2) {
  display: none;
}
.is-menu-open .c-hamburger__lines span:last-child {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: -2px;
}
.c-icon-arrow {
  width: 36px;
  height: 16px;
  background: #2e66e9;
  border-radius: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media screen and (min-width: 768px) {
  .c-icon-arrow {
    width: 52px;
    height: 23px;
  }
}
.c-icon-arrow__arrow {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 2px;
  margin: 2.9px 0;
  border-radius: 9999px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .c-icon-arrow__arrow {
    width: 14px;
  }
}
.c-icon-arrow__arrow::before, .c-icon-arrow__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 4px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  -webkit-transform-origin: calc(100% - 1px) 50%;
  transform-origin: calc(100% - 1px) 50%;
}
@media screen and (min-width: 768px) {
  .c-icon-arrow__arrow::before, .c-icon-arrow__arrow::after {
    width: 6px;
  }
}
.c-icon-arrow__arrow::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-icon-arrow__arrow::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-icon-arrow--white {
  background: #fff;
  border: 1px solid #cacaca;
}
.c-icon-arrow--white .c-icon-arrow__arrow {
  background-color: #2e66e9;
}
.c-icon-arrow--white .c-icon-arrow__arrow::before, .c-icon-arrow--white .c-icon-arrow__arrow::after {
  background-color: #2e66e9;
}
.c-inner {
  padding-inline: 5%;
}
.c-list--type01 li {
  position: relative;
  padding-left: 15px;
}
.c-list--type01 li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #093164;
}
.c-list--type01 li:not(:last-child) {
  margin-bottom: 15px;
}
.c-table, .c-table--type01 {
  width: 100%;
}
.c-table--type01 {
  border-collapse: collapse;
  border-bottom: 1px solid #cacaca;
}
.c-table--type01 th, .c-table--type01 td {
  vertical-align: top;
  padding: 20px;
  border-top: 1px solid #cacaca;
}
@media screen and (max-width: 767px) {
  .c-table--type01 th, .c-table--type01 td {
    display: block;
  }
}
.c-table--type01 th {
  text-align: left;
  background: #f9f0dc;
}
.c-txt-type01 {
  font-size: clamp(1.8rem, 2.29167vw, 2.2rem);
  font-weight: 700;
  position: relative;
  padding-left: 23px;
}
.c-txt-type01::before {
  content: '';
  width: 8px;
  aspect-ratio: 1;
  background: #2e66e9;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.p-entry__header {
  padding: min(2.66667vw, 25px) min(5.33333vw, 50px);
  background: #fff;
  border: 1px solid #093164;
  margin-bottom: min(4vw, 50px);
}
.p-entry__date {
  font-size: clamp(1.2rem, 1.875vw, 1.8rem);
}
.p-entry__ttl {
  font-size: clamp(1.6rem, 3.75vw, 3.6rem);
  font-weight: 900;
  margin: 0;
  line-height: 1.3;
}
.p-entry__content {
  line-height: 1.8;
}
.p-entry__content > *:first-child {
  margin-top: 0;
}
.p-entry__content > *:last-child {
  margin-bottom: 0;
}
.p-entry__content img.alignleft {
  float: left;
}
.p-entry__content img.aligncenter {
  display: block;
  margin: 0 auto;
}
.p-entry__content img.alignright {
  float: right;
}
.p-entry__content .wp-caption {
  max-width: 100%;
  line-height: 0;
}
.p-entry__content .wp-caption-text {
  font-size: 80%;
  margin: 5px 0;
  line-height: normal;
}
.p-entry__content p {
  font-size: clamp(1.6rem, 2.08333vw, 2rem);
  margin: min(6.66667vw, 40px) 0;
}
@media screen and (max-width: 767px) {
  .p-entry__content p {
    line-height: 1.4;
  }
}
.p-entry__content table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.p-entry__content table td, .p-entry__content table th {
  border: 1px solid #ccc;
  padding: 10px;
}
.p-entry__content table th {
  background: #000;
  color: #fff;
}
.p-entry__content blockquote {
  background: #cacaca;
  padding: 15px;
}
.p-entry__content blockquote p {
  margin: 0;
}
.p-entry__content code {
  background: #000;
  color: #fff;
  padding: 2px 7px;
  font-size: 12px;
  margin: 0 5px;
}
.p-gotop {
  position: absolute;
  right: min(3.73333vw, 26px);
  bottom: -10px;
}
@media screen and (min-width: 768px) {
  .p-gotop {
    bottom: 120px;
  }
}
.p-gotop__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: min(4vw, 30px);
  font-size: clamp(1.2rem, 1.66667vw, 1.6rem);
  font-weight: 700;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top right;
  transform-origin: top right;
}
@media screen and (min-width: 768px) {
  .p-gotop__link {
    color: #fff;
  }
}
.p-gotop__arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.p-mainvisual {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.p-mainvisual-txtbox {
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 5;
  width: 100%;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-mainvisual-txtbox {
    top: 30%;
  }
}
.p-mainvisual-txtbox__lead {
  font-size: clamp(3.5rem, 8.64583vw, 8.3rem);
  font-weight: 900;
  margin: 0 0 10px;
  line-height: 1.2;
}
.p-mainvisual-txtbox__txt {
  margin: 0;
  font-size: clamp(2rem, 2.91667vw, 2.8rem);
  font-weight: 700;
}
.p-mainvisual__img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-mainvisual__slider .swiper-pagination {
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 6px;
}
.p-mainvisual__slider .swiper-pagination-bullet {
  width: 14px;
  height: auto;
  aspect-ratio: 1;
  margin: 0 !important;
  opacity: 1;
  background: #fff;
}
.p-mainvisual__slider .swiper-pagination-bullet-active {
  background: #f6921e;
}
.p-navigation {
  margin-top: min(10.66667vw, 130px);
}
.p-navigation.works {
  margin-top: min(50.66667vw, 65px);
}
.p-navigation .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: min(1.6vw, 10px);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-navigation .nav-links ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.p-navigation .nav-links ul li .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: min(10.13333vw, 46px);
  aspect-ratio: 1;
  border-radius: 7px;
  font-size: clamp(1.9rem, 2.5vw, 2.4rem);
}
.p-navigation .nav-links ul li .page-numbers:not(.dots):not(.next):not(.prev) {
  border: 1px solid #093164;
}
.p-navigation .nav-links ul li .page-numbers.next, .p-navigation .nav-links ul li .page-numbers.prev {
  font-size: clamp(2.3rem, 2.91667vw, 2.8rem);
}
.p-navigation .nav-links ul li .page-numbers.current {
  background: #093164;
  color: #fff;
}
.p-page-company-sect:not(:last-child) {
  margin-bottom: min(8vw, 90px);
}
.p-page-company-sect__heading {
  margin: 0 0 min(5.33333vw, 40px);
  font-size: 2.7rem;
  position: relative;
  padding-left: 42px;
}
.p-page-company-sect__heading::before {
  content: '';
  width: 32px;
  height: 3px;
  background: #2e66e9;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
.p-page-company-sect__table {
  font-size: 1.6rem;
}
.p-page-company-sect__table table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-page-company-sect__table table {
    border-bottom: 1px solid #093164;
  }
}
.p-page-company-sect__table table tr:nth-child(even) td {
  background: #fff;
}
.p-page-company-sect__table table th, .p-page-company-sect__table table td {
  border: 1px solid #093164;
}
@media screen and (min-width: 768px) {
  .p-page-company-sect__table table th, .p-page-company-sect__table table td {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company-sect__table table th, .p-page-company-sect__table table td {
    display: block;
    padding: 8px;
  }
}
.p-page-company-sect__table table th {
  font-weight: 500;
  background: #82a3f2;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-page-company-sect__table table th {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-page-company-sect__table table td {
    border-top: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-page-company-sect__table--01 th {
    width: 177px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-company-sect__table--02 th {
    width: 206px;
  }
}
.p-page-company-sect__content.message p {
  font-size: 1.6rem;
  line-height: 2em;
  margin-bottom: 2rem;
}
.p-page-company-sect__content.message p.president {
  font-weight: bold;
  text-align: right;
  line-height: 1.6em;
}
.p-page-haki-intro {
  position: relative;
  padding-top: 20px;
  overflow: hidden;
  padding-bottom: min(13.33333vw, 106px);
}
@media screen and (min-width: 768px) {
  .p-page-haki-intro {
    padding-top: 50px;
  }
}
.p-page-haki-intro::before {
  content: '';
  background-image: url(images/common/logomark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 7%;
  right: -14%;
}
@media screen and (min-width: 768px) {
  .p-page-haki-intro::before {
    width: 619px;
    height: 771px;
    top: 0;
    left: -30px;
  }
}
.p-page-haki-intro__wrap {
  position: relative;
}
.p-page-haki-intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(5.33333vw, 70px);
}
@media screen and (max-width: 767px) {
  .p-page-haki-intro__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-haki-intro__block:not(:last-child) {
  margin-bottom: min(8vw, 70px);
}
@media screen and (min-width: 768px) {
  .p-page-haki-intro__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.p-page-haki-intro__txtbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-page-haki-intro__heading {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-page-haki-intro__heading {
    white-space: nowrap;
  }
}
.p-page-haki-intro__txt {
  line-height: 2;
  margin: min(4vw, 30px) 0 0;
}
.p-page-haki-intro__img {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-haki-intro__img {
    width: 548px;
  }
}
.p-page-haki-intro__img img {
  width: 100%;
}
.p-page-haki-born {
  padding: min(10.66667vw, 100px) 0;
  background-image: url(images/haki/haki_bg_born.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.p-page-haki-born.policy {
  background-image: url(images/know-how/bg_born.jpg);
}
@media screen and (min-width: 768px) {
  .p-page-haki-born {
    padding: min(10.66667vw, 100px);
  }
}
.p-page-haki-born__heading {
  margin: 0 0 min(5.33333vw, 40px);
}
.p-page-haki-born__txt {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-page-haki-born__txt {
    width: 673px;
  }
}
.p-page-haki-born-gallery {
  display: grid;
  gap: min(8vw, 60px);
  margin-top: min(10.66667vw, 60px);
}
@media screen and (min-width: 768px) {
  .p-page-haki-born-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-page-haki-born-gallery__img img {
  border-radius: 14px;
  width: 100%;
}
.p-page-haki-born-gallery__caption {
  margin-top: min(4vw, 25px);
}
.p-page-haki-event {
  padding-top: min(13.33333vw, 100px);
}
.p-page-haki-event__heading {
  margin: 0 0 min(8vw, 60px);
}
@media screen and (min-width: 768px) {
  .p-page-haki-event__content {
    padding-inline: 90px;
  }
}
.p-page-haki-event-list__item {
  padding-left: 1em;
  text-indent: -1em;
}
.p-page-haki-event-list__item::before {
  content: '・';
}
@media screen and (min-width: 768px) {
  .p-page-haki-event-list__item:not(:last-child) {
    margin-bottom: 10px;
  }
}
.p-page-haki-event-gallery {
  margin-top: min(5.33333vw, 40px);
  display: grid;
  gap: min(5.33333vw, 40px);
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-page-haki-event-gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px) {
  .p-page-haki-event-gallery__item:last-child {
    grid-column: span 3;
  }
}
.p-page-haki-event-gallery-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(5.33333vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-page-haki-event-gallery-photos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
  }
}
.p-page-haki-event-gallery-photos__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-page-haki-event-gallery-photos__img {
  border-radius: 16px;
  overflow: hidden;
}
.p-page-haki-event-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  margin-top: min(8vw, 60px);
}
@media screen and (max-width: 767px) {
  .p-page-haki-event-link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-haki-event-link:hover .c-icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.p-page-news__wrap {
  position: relative;
  padding-top: 20px;
  padding-bottom: min(5.33333vw, 55px);
  overflow: hidden;
}
.p-page-news__wrap::before {
  content: '';
  background-image: url(images/common/logomark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 7%;
  left: -5%;
}
.p-page-news__wrap.works::before {
  content: none;
}
@media screen and (min-width: 768px) {
  .p-page-news__wrap::before {
    width: 500px;
    height: 771px;
    top: 0;
    left: -50px;
  }
}
.p-page-news__body {
  position: relative;
}
.p-page-news__content {
  max-width: 900px;
  margin-inline: auto;
}
.p-page-news__btnwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: min(5.33333vw, 70px);
}
.p-page-news-btn {
  width: 100%;
  height: min(16vw, 76px);
  border: 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-news-btn {
    width: 381px;
  }
}
.p-page-news-btn__arrow {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.p-page-news-btn:hover {
  background: #bfe8ff;
}
.p-page-news-btn:hover .c-icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.p-page-news__listwrap {
  max-width: 648px;
  margin-inline: auto;
}
.p-page-news-list__item:not(:last-child) {
  margin-bottom: min(5.33333vw, 30px);
}
.p-page-news-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-page-news-list__link {
    gap: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-news-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-news-list__date {
  font-size: clamp(1.6rem, 2.08333vw, 2rem);
  white-space: nowrap;
}
.p-page-news-list__ttl {
  margin: 0;
  font-size: clamp(1.8rem, 2.5vw, 2.4rem);
  font-weight: 700;
  display: inline-block;
  border-bottom: 1px solid;
  line-height: 1.2;
}
.p-page-system-intro {
  position: relative;
  padding-top: 20px;
  padding-bottom: min(5.33333vw, 55px);
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-system-intro {
    padding-top: 50px;
  }
}
.p-page-system-intro::before {
  content: '';
  background-image: url(images/common/logomark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 60%;
  position: absolute;
  top: 7%;
  right: -14%;
}
@media screen and (min-width: 768px) {
  .p-page-system-intro::before {
    width: 619px;
    height: 771px;
    top: 0;
    left: -30px;
  }
}
.p-page-system-intro__wrap {
  position: relative;
}
.p-page-system-intro__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: min(5.33333vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-page-system-intro__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-system-intro__block:not(:last-child) {
  margin-bottom: min(5.33333vw, 70px);
}
@media screen and (min-width: 768px) {
  .p-page-system-intro__block:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-page-system-intro__block:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-page-system-intro__block.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .p-page-system-intro__block.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p-page-system-intro__txtbox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-page-system-intro__txtbox ul {
  margin-left: 1em;
}
.p-page-system-intro__txtbox ul li {
  list-style: disc;
  line-height: 2;
}
.p-page-system-intro__heading {
  margin: 0 0 min(5.33333vw, 40px);
}
.p-page-system-intro__txt {
  line-height: 2;
  margin: 0;
}
.p-page-system-intro__em {
  font-size: 1.9rem;
}
.p-page-system-intro-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.p-page-system-case {
  padding: min(10.66667vw, 100px) 0 min(8vw, 80px);
  position: relative;
}
.p-page-system-intro-imgs__item small {
  display: block;
  margin: 5px 0 10px;
}
.p-page-system-case::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(75% 0, 100% 2%, 100% 100%, 0 100%, 0 11%);
  clip-path: polygon(75% 0, 100% 2%, 100% 100%, 0 100%, 0 11%);
  background: #e6eaef;
}
@media screen and (min-width: 768px) {
  .p-page-system-case::before {
    -webkit-clip-path: polygon(80% 0, 100% 10%, 100% 100%, 0 100%, 0 28%);
    clip-path: polygon(80% 0, 100% 10%, 100% 100%, 0 100%, 0 28%);
  }
}
.p-page-system-case__wrap {
  position: relative;
}
.p-page-system-case__heading {
  margin: 0 0 min(5.33333vw, 40px);
}
@media screen and (min-width: 768px) {
  .p-page-system-case__heading {
    white-space: nowrap;
  }
}
.p-page-system-case__txt {
  margin: 0;
}
.p-page-system-case-gallerys {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-system-case-gallerys {
    margin-top: 75px;
  }
}
.p-page-system-case-gallery:not(:last-child) {
  margin-bottom: min(5.33333vw, 40px);
}
.p-page-system-case-gallery-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-page-system-case-gallery-imgs {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-system-case-gallery-imgs {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .p-page-system-case-gallery-imgs__item {
    width: calc(50% - 5px);
  }
}
.p-page-system-case-gallery__txt {
  margin: min(2.66667vw, 20px) 0 0;
}
.p-page-system-location {
  padding: min(8vw, 90px) 0 min(6.66667vw, 53px);
}
.p-page-system-location__block:not(:last-child) {
  margin-bottom: min(8vw, 80px);
}
.p-page-system-location__heading {
  margin: 0 0 min(5.33333vw, 40px);
}
.p-page-system-location__txt {
  margin: 0;
}
.p-page-system-location-imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: min(2.66667vw, 25px);
  margin-top: min(5.33333vw, 40px);
}
@media screen and (max-width: 767px) {
  .p-page-system-location-imgs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-system-location__caption {
  margin: min(5.33333vw, 40px) 0 0;
}
.p-page-system-design {
  padding: min(10.66667vw, 80px) 0 min(8vw, 80px);
  position: relative;
}
.p-page-system-design::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(75% 0, 100% 2%, 100% 100%, 0 100%, 0 11%);
  clip-path: polygon(75% 0, 100% 2%, 100% 100%, 0 100%, 0 11%);
  background: #e6eaef;
}
@media screen and (min-width: 768px) {
  .p-page-system-design::before {
    -webkit-clip-path: polygon(80% 0, 100% 10%, 100% 100%, 0 100%, 0 28%);
    clip-path: polygon(80% 0, 100% 10%, 100% 100%, 0 100%, 0 28%);
  }
}
.p-page-system-design__wrap {
  position: relative;
}
.p-page-system-design__heading {
  margin: 0 0 min(5.33333vw, 40px);
}
.p-page-system-design__txt {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-page-system-design__txt {
    width: 531px;
  }
}
.p-page-system-design-imgs {
  margin-top: min(5.33333vw, 40px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(2.66667vw, 32px);
}
@media screen and (min-width: 768px) {
  .p-page-system-design-imgs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top {
    padding-bottom: 90px;
  }
}
.p-page-top-reason {
  padding: min(6.66667vw, 40px) 0 min(26.66667vw, 120px);
  position: relative;
  overflow: hidden;
}
.p-page-top-reason::before {
  content: '';
  background-image: url(images/common/logomark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 20px;
  right: -10px;
}
@media screen and (min-width: 768px) {
  .p-page-top-reason::before {
    width: 619px;
    height: 771px;
    right: -30px;
  }
}
.p-page-top-reason__wrap {
  position: relative;
}
.p-page-top-reason-header {
  margin-bottom: min(8vw, 55px);
  text-align: center;
}
.p-page-top-reason-header__heading {
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  font-weight: 900;
  margin: 0 0 10px;
}
.p-page-top-reason-header__txt {
  font-size: clamp(1.6rem, 2.08333vw, 2rem);
  font-weight: 700;
  margin: 0;
}
.p-page-top-reason-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .p-page-top-reason-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 70px;
  }
}
.p-page-top-reason-list__link {
  display: block;
  position: relative;
}
.p-page-top-reason-list__link:hover .p-page-top-reason-list__txtbox {
  background: #bfe8ff;
}
.p-page-top-reason-list__link:hover .c-icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.p-page-top-reason-list__img img {
  width: 100%;
}
.p-page-top-reason-list__txtbox {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 90%;
  background: #fff;
  border: 1px solid #093164;
  border-bottom: 0;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  padding: 19px 0px;
  text-align: center;
  -webkit-transition: all .5s;
  transition: all .5s;
}
@media screen and (min-width: 768px) {
  .p-page-top-reason-list__txtbox {
    height: 154px;
    bottom: -14px;
  }
}
.p-page-top-reason-list__ttl {
  font-size: 1.9rem;
  font-weight: 900;
  margin: 0;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-page-top-reason-list__ttl {
    font-size: min(1.7vw, 2.6rem);
    /*height: 2.4em;*/
    height: 3.4em;
  }
}
.p-page-top-reason-list__arrow {
  margin-top: min(5.33333vw, 27px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.p-page-top-infowrap {
  padding-bottom: min(16vw, 120px);
  overflow: hidden;
}
.p-page-top-infowrap__wrap {
  position: relative;
}
.p-page-top-infowrap__wrap::before {
  content: '';
  background-image: url(images/common/logomark.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-page-top-infowrap__wrap::before {
    width: 619px;
    height: 771px;
    bottom: 0;
    left: -80px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-infowrap__wrap::before {
    top: 56%;
  }
}
.p-page-top-infowrap__content {
  position: relative;
}
.p-page-top-archive-header {
  margin-bottom: min(8vw, 55px);
}
.p-page-top-archive__content {
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-page-top-archive__content {
    width: 870px;
  }
}
.p-page-top-archive-search {
  padding: min(5.33333vw, 45px);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.p-page-top-archive-search-items {
  margin: 0;
}
.p-page-top-archive-search-items__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-page-top-archive-search-items__wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-archive-search-items__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-top-archive-search-items__wrap:not(:last-child) {
  margin-bottom: min(5.33333vw, 30px);
}
.p-page-top-archive-search-items__heading {
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-page-top-archive-search-items__heading {
    width: 150px;
  }
}
.p-page-top-archive-search-items__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.p-page-top-archive-search-year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-page-top-archive-search-year {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-top-archive-search-year__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-page-top-archive-search-year__select {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid #093164;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.p-page-top-archive-search-year__select::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  border-left: 1px solid #093164;
  pointer-events: none;
}
.p-page-top-archive-search-year__select::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 9px;
  width: 12px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #093164;
  pointer-events: none;
}
.p-page-top-archive-search-year__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 50px;
  border: 0;
  padding-inline: 10px;
  color: #093164;
  background: #fff;
}
.p-page-top-archive-search-year__label {
  width: 38px;
  white-space: nowrap;
}
.p-page-top-archive-search-cats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(2.66667vw, 30px);
}
.p-page-top-archive-search-cats__check {
  display: none;
}
.p-page-top-archive-search-cats__check:checked + .p-page-top-archive-search-cats__label::after {
  content: '';
  position: absolute;
  top: 2px;
  left: 7px;
  width: 10px;
  height: 16px;
  border-right: 2px solid #2e66e9;
  border-bottom: 2px solid #2e66e9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .p-page-top-archive-search-cats__check:checked + .p-page-top-archive-search-cats__label::after {
    top: 3px;
    left: 11px;
  }
}
.p-page-top-archive-search-cats__label {
  position: relative;
  padding-left: min(9.33333vw, 40px);
}
.p-page-top-archive-search-cats__label::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: min(6.4vw, 29px);
  aspect-ratio: 1;
  border: 1px solid #093164;
  border-radius: 4px;
}
.p-page-top-archive-search-keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-page-top-archive-search-keyword {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-top-archive-search-keyword__text {
  height: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-top-archive-search-keyword__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}
.p-page-top-archive-search-keyword__text input {
  width: 100%;
  height: 100%;
  border: 1px solid #093164;
  border-radius: 4px;
  padding: 0 10px;
  color: #093164;
}
.p-page-top-archive-search-keyword__btn {
  height: 50px;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-top-archive-search-keyword__btn {
    width: 88px;
  }
}
.p-page-top-archive-search-keyword__btn input {
  width: 100%;
  height: 100%;
  border: 0;
  color: #fff;
  background: #2e66e9;
}
.p-page-top-info {
  padding-top: min(26.66667vw, 120px);
}
.p-page-top-info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-page-top-info__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-info-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
.p-page-top-info-header__linkwrap {
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}
.p-page-top-info-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
.p-page-top-info-link:hover .c-icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.p-page-top-info__content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 870px;
}
.p-page-top-info-list {
  border-bottom: 1px solid #cacaca;
}
.p-page-top-info-list__item {
  border-top: 1px solid #cacaca;
}
.p-page-top-info-list__link {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-top-info-list__link {
    padding: 30px 20px 30px 60px;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-info-list__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.p-page-top-info-list__link:hover {
  background: #bfe8ff;
}
.p-page-top-info-list__link:hover .c-icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.p-page-top-info-list__date {
  font-size: 1.5rem;
  white-space: nowrap;
  color: #2e66e9;
  letter-spacing: .1em;
}
.p-page-top-info-list__ttl {
  font-size: clamp(1.5rem, 1.77083vw, 1.7rem);
  font-weight: 700;
  margin: 0;
  padding-right: 80px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-page-top-info-list__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}
.p-page-top-boxs-sect {
  position: relative;
}
.p-page-top-boxs-sect:not(:last-child) {
  margin-bottom: min(10.66667vw, 80px);
}
@media screen and (min-width: 768px) {
  .p-page-top-boxs-sect::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 198px 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 198px 100%, 0% 100%);
    background: #f4f6fb;
    /*width: 593px;*/
    width: 720px;
  }
}
.p-page-top-boxs-sect__img {
  position: relative;
  width: 100%;
  height: max(46vw, 171px);
}
@media screen and (min-width: 768px) {
  .p-page-top-boxs-sect__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
}
.p-page-top-boxs-sect__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-page-top-boxs-sect__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 65%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    background: #f4f6fb;
  }
}
.p-page-top-boxs-sect__body {
  position: relative;
  padding: 20px;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-page-top-boxs-sect__body {
    padding: 90px 76px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-top-boxs-sect__body {
    background: #5f799a;
    color: #fff;
  }
}
.p-page-top-boxs-sect-header__txt {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-page-top-boxs-sect-header__txt {
    width: 305px;
    margin-top: 30px;
  }
}
.p-page-top-boxs-sect-spheader {
  position: absolute;
  top: 25px;
  left: 25px;
}
.p-page-top-boxs-sect-pages {
  margin-top: min(8vw, 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.66667vw, 30px);
}
@media screen and (max-width: 767px) {
  .p-page-top-boxs-sect-pages {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-inline: 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-top-boxs-sect-pages__item {
    width: calc(100% / 4);
  }
}
.p-page-top-boxs-sect-pages__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
  background: #fff;
  border: 1px solid;
  font-weight: 700;
  padding: 0 min(4vw, 25px);
  width: 100%;
  font-size: 1.7rem;
  height: min(14.93333vw, 76px);
}
.p-page-top-boxs-sect-pages__link:hover {
  background: #bfe8ff;
}
.p-page-top-boxs-sect-pages__link:hover .c-icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
@media screen and (min-width: 768px) {
  .p-page-top-boxs-sect-pages__link {
    font-size: min(1vw, 2.1rem);
    height: 76px;
  }
}
.p-page-header {
  position: relative;
}
.p-page-header__img img {
  /*height: min(169.33333vw, 890px);*/
  height: min(129.33333vw, 690px);
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-page-header__txtbox {
  position: absolute;
  left: min(5.33333vw, 60px);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-header__txtbox {
    bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-header__txtbox {
    top: 50px;
  }
}
.p-page-header__ttl {
  margin: 0;
  line-height: 1.3;
  font-weight: 900;
}
.p-page-header__ttl--indent {
  text-indent: -.6em;
}
.p-page-header__desc {
  margin: 0;
  font-weight: 700;
}
.p-page__body {
  padding: min(8vw, 70px) 0 min(9.33333vw, 90px);
}
.p-page__body--01 {
  padding-bottom: 0;
}
.p-page__body--02 {
  background: #f5f7fc;
}
.p-spmenu {
  position: fixed;
  top: 33px;
  left: 0;
  z-index: 25;
  width: 100%;
  height: 100%;
  background: #093164;
  padding: 40px;
  overflow-y: scroll;
  display: none;
}
.p-spmenu-inner {
  height: 850px;
}
.p-spmenu a {
  color: #fff;
}
.p-spmenu__logo {
  margin-bottom: 48px;
}
.p-spmenu-list:not(:last-child) {
  margin-bottom: 40px;
}
.p-spmenu-list__link {
  display: inline-block;
  font-size: 2rem;
  position: relative;
}
.p-spmenu-list__link::after {
  content: '';
  width: 55px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: calc(100% + 20px);
}
.p-spmenu-list-sub {
  margin-top: 25px;
}
.p-spmenu-list-sub__item:not(:last-child) {
  margin-bottom: 8px;
}
.p-spmenu-list-sub__link {
  font-size: 1.7rem;
}
.p-spmenu .bogo-language-switcher {
  width: 100%;
  padding: 0;
}
.p-spmenu ul.bogo-language-switcher li {
  display: inline-block;
  line-height: 1.2em;
  margin-right: 10px;
}
.p-spmenu .bogoflags, .bogoflags-before:before {
  display: inline-block;
  font-size: 20px;
}
.p-spmenu .bogo-language-name {
  color: #fff;
  font-size: 18px;
}
.p-spmenu .bogo-language-name a {
  color: #fff;
  opacity: 1;
  font-weight: 400;
}
body:not(.home) .p-spmenu .bogo-language-name a {
    color: #fff;
}
.p-spmenu .current .bogo-language-name a {
  font-weight: bold;
  opacity:1;
}
.p-page-knowhow {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: min(3.33333vw, 40px);
}
.p-page-knowhow li {
  width: 22%;
  padding: 20px;
  background-color: #fff;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-page-knowhow li {
    width: 48%;
    margin-bottom: 4%;
  }
}
.p-page-knowhow li strong {
  color: #2e66e9;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.p-page-knowhow-box {
  padding: 20px;
  border: 1px solid #fff;
  text-align: center;
}
ul.p-page-liststyle {
  margin-left: 1em;
}
ul.p-page-liststyle li {
  list-style: disc;
  line-height: 2;
}
.recruit_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.recruit_list li {
  width: 49%;
  margin-bottom: 2%;
}
@media screen and (max-width: 767px) {
  .recruit_list li {
    width: 100%;
    margin-bottom: 4%;
  }
}
.recruit_list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.recruit_list li a:hover {
  background-color: #bfe8ff;
}
.recruit_list li a h3 {
  margin-top: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 10px;
}
.recruit_list li a:hover .c-icon-arrow {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.p-page-recruit-sect__table {
  font-size: 1.6rem;
}
.p-page-recruit-sect__table table {
  width: calc(100% - 16px);
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-sect__table table {
    border-bottom: 1px solid #093164;
  }
}
.p-page-recruit-sect__table table tr:nth-child(even) td {
  background: #fff;
}
.p-page-recruit-sect__table table th, .p-page-recruit-sect__table table td {
  border: 1px solid #093164;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-sect__table table th, .p-page-recruit-sect__table table td {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-recruit-sect__table table th, .p-page-recruit-sect__table table td {
    display: block;
    padding: 8px;
  }
}
.p-page-recruit-sect__table table th {
  font-weight: 500;
  background: #82a3f2;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-page-recruit-sect__table table th {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-page-recruit-sect__table table td {
    border-top: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-page-recruit-sect__table--01 th {
    width: 177px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-recruit-sect__table--02 th {
    width: 206px;
  }
}
.recruit_btn {
  text-align: center;
  margin: 40px 0 60px;
}
.recruit_btn a {
  width: min(48vw, 244px);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 100vh;
  font-size: min(3.8vw, 1.8rem);
  font-weight: 700;
  background: #2e66e9;
  color: #fff;
  margin: 0 auto;
}
.recruit_btn a:hover {
  background: #bfe8ff;
  color: #093164;
}
.required {
  background-color: green;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  padding: 3px;
  margin-left: 3px;
  line-height: 1;
}
.recruit_btn input {
  width: min(48vw, 244px);
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border: none;
  border-radius: 100vh;
  font-size: min(3.8vw, 1.8rem);
  font-weight: 700;
  background: #2e66e9;
  color: #fff;
  margin: 0 auto;
}
.recruit_btn input:hover {
  background: #bfe8ff;
  color: #093164;
}
.recruit_btn input:disabled {
  opacity: 0.5;
}
.recruit_btn input:disabled:hover {
  background: #2e66e9;
  color: #fff;
}
.recruit_table td {
  line-height: 2.4;
}
.recruit_table td input[type=text], .recruit_table td input[type=tel], .recruit_table td input[type=email], .recruit_table td textarea {
  padding: 5px;
  font-size: 16px;
}
.recruit_table td input.your-age, .recruit_table td input.your-zip {
  width: 120px;
}
ol.privacy {
  margin-left: 1em;
}
ol.privacy li {
  list-style: decimal;
  margin-bottom: 1em;
}
.p-page-works-example__wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .p-page-works-example__wrap {
    margin-bottom: 30px;
    justify-content: flex-start;
  }
}
.p-page-works-example__block {
  width: auto;
}
.p-page-works-example__block dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 5px;
}
.p-page-works-example__block dt {
  display: block;
  background-color: #093164;
  padding: 5px;
}
.p-page-works-example__block dt img {
  width: 30px;
  min-width: 30px;
  height: auto;
}
.p-page-works-example__block dd {
  width: auto;
  padding: 0 30px 0 10px;
  margin: 0;
}
.p-page-works__listwrap {
  margin: 0 0 min(5.33333vw, 40px);
}
.p-page-works__list {
  border-bottom: 1px solid #d9dce3;
  padding: 1em 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.p-page-works-list__left {
  width: 98px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-page-works-list__left span {
  display: block;
  border: 1px solid #d9dce3;
  padding: 5px;
  width: 30px;
  height: 30px;
  line-height: 0;
}
.p-page-works-list__left span.active {
  background-color: #093164;
}
.p-page-works-list__left span img {
  width: 20px;
  height: auto;
}
.p-page-works-list__center {
  width: calc(75% - 98px);
  padding: 0 1.5em;
}
.p-page-works-list__center h4 {
  margin: 0 0 5px;
  line-height: 1;
  font-size: 18px;
}
.p-page-works-list__center p {
  margin: 0;
  line-height: 1;
}
.p-page-works-list__right {
  width: 25%;
}
.p-page-search__heading {
  font-size: clamp(1.6rem, 1.97917vw, 1.9rem);
  background-color: #f4f6fb;
  margin: 65px 0 30px;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .p-page-works__list {
    display: block;
  }
  .p-page-works-list__center, .p-page-works-list__right {
    width: 100%;
  }
  .p-page-works-list__center {
    padding: 15px 0;
  }
  .p-page-works-list__center h4 {
    margin-bottom: 10px;
  }
}
.p-page-map-column {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.p-page-map-column iframe {
  width: 63%;
}
.p-page-map-column .p-page-map-column-right {
  width: 35%;
}
.p-page-map-column.sayama iframe {
  width: 44%;
}
.p-page-map-column.sayama .p-page-map-column-right {
  width: 54%;
}
@media screen and (max-width: 767px) {
  .p-page-map-column {
    display: block;
  }
  .p-page-map-column iframe,
  .p-page-map-column .p-page-map-column-right,
  .p-page-map-column.sayama iframe,
  .p-page-map-column.sayama .p-page-map-column-right {
    width: 100%;
  }
}
/* utility */
.u-left {
  text-align: left;
}
.u-center {
  text-align: center;
}
.u-right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .u-pc-left {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-center {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-right {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-left {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-center {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-right {
    text-align: right;
  }
}
.is-primary {
  color: #093164 !important;
}
.is-black {
  color: #000 !important;
}
.is-white {
  color: #fff !important;
}
.is-gray {
  color: #cacaca !important;
}
.is-gray2 {
  color: #e6eaef !important;
}
.is-blue {
  color: #2e66e9 !important;
}
.is-blue2 {
  color: #5f799a !important;
}
.is-blue3 {
  color: #82a3f2 !important;
}
.is-lightblue {
  color: #f4f6fb !important;
}
.is-lightblue2 {
  color: #f5f7fc !important;
}
.is-lightblue3 {
  color: #bfe8ff !important;
}
.is-orange {
  color: #f6921e !important;
}
.is-beige {
  color: #f9f0dc !important;
}
.is-bg-primary {
  background-color: #093164 !important;
}
.is-bg-black {
  background-color: #000 !important;
}
.is-bg-white {
  background-color: #fff !important;
}
.is-bg-gray {
  background-color: #cacaca !important;
}
.is-bg-gray2 {
  background-color: #e6eaef !important;
}
.is-bg-blue {
  background-color: #2e66e9 !important;
}
.is-bg-blue2 {
  background-color: #5f799a !important;
}
.is-bg-blue3 {
  background-color: #82a3f2 !important;
}
.is-bg-lightblue {
  background-color: #f4f6fb !important;
}
.is-bg-lightblue2 {
  background-color: #f5f7fc !important;
}
.is-bg-lightblue3 {
  background-color: #bfe8ff !important;
}
.is-bg-orange {
  background-color: #f6921e !important;
}
.is-bg-beige {
  background-color: #f9f0dc !important;
}
.u-fz16-19 {
  font-size: clamp(1.6rem, 1.97917vw, 1.9rem);
}
.u-fz16-30 {
  font-size: clamp(1.6rem, 3.125vw, 3rem);
}
.u-fz20-30 {
  font-size: clamp(2rem, 3.325vw, 3rem);
}
.u-fz26-35 {
  font-size: clamp(2.6rem, 3.64583vw, 3.5rem);
}
.u-fz46-94 {
  font-size: clamp(4.6rem, 9.79167vw, 9.4rem);
}
.u-fz35-100 {
  font-size: clamp(3.5rem, 10.41667vw, 10rem);
}
.u-lh1 {
  line-height: 1;
}
.u-lh11 {
  line-height: 1.1;
}
.u-lh12 {
  line-height: 1.2;
}
.u-lh13 {
  line-height: 1.3;
}
.u-lh14 {
  line-height: 1.4;
}
.u-lh15 {
  line-height: 1.5;
}
.u-lh16 {
  line-height: 1.6;
}
.u-lh17 {
  line-height: 1.7;
}
.u-lh18 {
  line-height: 1.8;
}
.u-lh19 {
  line-height: 1.9;
}
.u-lh2 {
  line-height: 2;
}
.u-lh21 {
  line-height: 2.1;
}
.u-lh22 {
  line-height: 2.2;
}
.u-lh23 {
  line-height: 2.3;
}
.u-lh24 {
  line-height: 2.4;
}
.u-m0 {
  margin: 0 !important;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mr0 {
  margin-right: 0 !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-ml0 {
  margin-left: 0 !important;
}
.u-m-inline-auto {
  margin-inline: auto;
}
.u-mt20 {
  margin-top: 20px;
}
.u-mb20 {
  margin-bottom: 20px;
}
.u-mb40-80 {
  margin-bottom: min(10.66667vw, 80px);
}
.u-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.u-db {
  display: block;
}
.u-pc-db, .u-pc-dib {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-db {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-pc-dib {
    display: inline-block;
  }
}
.u-sp-db {
  display: block;
}
@media screen and (min-width: 768px) {
  .u-sp-db {
    display: none;
  }
}
.u-sp-dib {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .u-sp-dib {
    display: none;
  }
}
.u-font-pt-sans {
  font-family: "PT Sans", sans-serif;
}
.u-fw900 {
  font-weight: 900;
}