@charset "UTF-8";
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont.woff2") format("woff2"), url("/../fonts/iconfont.woff") format("woff"), url("/../fonts/iconfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.iconfont:before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconfont-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.iconfont-2x {
  font-size: 2em;
}

.iconfont-3x {
  font-size: 3em;
}

.iconfont-4x {
  font-size: 4em;
}

.iconfont-5x {
  font-size: 5em;
}

.iconfont-fw {
  width: 1.2857142857em;
  text-align: center;
}

.iconfont-arw-r-d:before {
  content: "\ea01";
}

.iconfont-arw-r-l:before {
  content: "\ea02";
}

.iconfont-arw-r-r:before {
  content: "\ea03";
}

.iconfont-arw-r-u:before {
  content: "\ea04";
}

.iconfont-arw-r-ch:before {
  content: "\ea05";
}

/*! 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 */
}

/* 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 {
  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 {
  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] {
  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;
}

/* margin,paddingのリセット */ /* position: absolute 上下左右 */ /*  width */ /*  size */ /* Color */ /* text */ /* transition */
/*  preset */
*, *::after, *::before {
  box-sizing: border-box;
}

:where(html) {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

:where(body) {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: clamp(1.5rem, 1.4285714286rem + 0.119047619vw, 1.6rem);
  line-height: 1.7;
  color: #2E3536;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #F4F6F7;
}
:where(body).noscroll {
  overflow: hidden;
}

:where(a) {
  cursor: pointer;
  text-decoration: underline;
  color: #007B91;
  transition: all 0.3s ease;
}
:where(a):focus:not(:focus-visible) {
  outline: 0;
}

:where(img) {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

:where(i, cite, em, var, address, dfn) {
  font-style: normal;
}

:where(iframe) {
  border: none;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 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;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -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-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.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, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

/* content */
.l-content {
  position: relative;
  width: 100%;
  height: 100%;
}

/* footer */
.l-footer a {
  text-decoration: none;
}

.l-footer {
  width: 100%;
  padding: 3rem 0;
  background: #2E3536;
  color: #ffffff;
}
.l-footer__inner {
  width: min(100% - 4rem, 1100px);
  margin: 0 auto;
  gap: 0 2rem;
}
.l-footer__inner p {
  margin: 0;
  padding: 0;
  color: #ffffff;
}
.l-footer__inner + .l-footer__inner {
  padding-top: 2rem;
}
.l-footer address {
  margin-bottom: 1rem;
}
.l-footer__link {
  margin: 0;
  padding: 0;
  list-style: "";
}
.l-footer__link li {
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-right: 1rem;
  padding-inline-end: 13px;
  font-size: 1.5rem;
}
.l-footer__link li a {
  color: #ffffff;
}
.l-footer__link li a::before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  padding-inline-end: 5px;
  content: "\ea0a";
}
.l-footer__policyLink {
  margin: 2rem 0 1rem 0;
  padding: 0;
}
.l-footer__policyLink li {
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: clamp(1.1rem, 1.0285714286rem + 0.119047619vw, 1.2rem);
}
.l-footer__policyLink li a {
  padding-inline: 1rem;
  color: #ffffff;
}
.l-footer__policyLink li:not(:last-child) a {
  border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.l-footer__logo {
  display: block;
}
.l-footer__copyright {
  line-height: 1.2;
}
.l-footer__copyright small {
  font-size: 1.2rem;
}

/* header */
.home .l-header {
  background-color: transparent;
  position: absolute;
}

.l-header a {
  text-decoration: none;
}

.l-header {
  position: relative;
  z-index: 1000;
  width: 100%;
  margin: 0;
  padding: 0;
  background: #ffffff;
  display: grid;
  grid-template-columns: 300px 1fr;
  align-items: center;
  padding: 4rem 5rem 0;
}
.l-header__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.l-header .navArea {
  z-index: 1000;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.l-header .navArea.is-active {
  width: 100%;
  height: 100%;
}
.l-header .navArea.is-active .l-header__gnav {
  display: block;
}
.l-header__gnav {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.l-header__gnav__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: "";
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.l-header__gnav__parent {
  margin: 0;
  padding: 0;
  font-size: clamp(1.5rem, 1.4285714286rem + 0.119047619vw, 1.6rem);
  text-align: center;
}
.l-header__gnav__parent a {
  display: block;
  position: relative;
  z-index: 1000;
  padding: 0 1rem 5rem;
  margin: 0 0 0 1rem;
  color: #000000;
  transition: all 0.4s cubic-bezier(0.25, 0.1, 0.25, 1);
  letter-spacing: -0.04em;
  font-weight: 600;
}
.l-header__gnav__parent a.is-current {
  color: #007B91;
}
.l-header__gnav__parent a:hover {
  color: #007B91;
}
.l-header__hamburger {
  display: none;
  --menuTf: 3px;
}
.l-header__hamburger:hover {
  cursor: pointer;
}
.l-header__hamburger::after {
  position: absolute;
  top: 50%;
  left: 1.3rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  content: "MENU";
  text-align: center;
  translate: 0 -50%;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
.l-header__hamburger span {
  display: block;
  width: 25px;
  height: 1px;
  margin: 0 0 5px;
  background: #ffffff;
}
.l-header__hamburger span:nth-of-type(1) {
  animation: menu-ber01 0.75s forwards;
}
.l-header__hamburger span:nth-of-type(2) {
  animation: menu-ber02 0.75s forwards;
}
.l-header__hamburger.is-active {
  display: block;
}
.l-header__hamburger.is-active::after {
  content: "CLOSE";
}
.l-header__hamburger.is-active span:nth-of-type(1) {
  animation: active-menu-ber01 0.75s forwards;
}
.l-header__hamburger.is-active span:nth-of-type(2) {
  animation: active-menu-ber02 0.75s forwards;
}
@keyframes menu-ber01 {
  0% {
    transform: translateY(var(--menuTf)) rotate(45deg);
  }
  50% {
    transform: translateY(var(--menuTf)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-ber02 {
  0% {
    transform: translateY(calc(var(--menuTf) * -1)) rotate(-45deg);
  }
  50% {
    transform: translateY(calc(var(--menuTf) * -1)) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(var(--menuTf)) rotate(0);
  }
  100% {
    transform: translateY(var(--menuTf)) rotate(45deg);
  }
}
@keyframes active-menu-ber02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(calc(var(--menuTf) * -1)) rotate(0);
  }
  100% {
    transform: translateY(calc(var(--menuTf) * -1)) rotate(-45deg);
  }
}

/*  main */
.l-main {
  position: relative;
  width: 100%;
}

/* pageTop */
.l-pageTop {
  position: fixed;
  top: auto;
  right: 15px;
  bottom: 10px;
  left: auto;
  z-index: 1000;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
}
.l-pageTop button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.l-pageTop button::before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: clamp(1.1rem, 1.0285714286rem + 0.119047619vw, 1.2rem);
  content: "\ea08";
  transition: all 0.2s cubic-bezier(0.42, 0, 0.58, 1);
}
.l-pageTop button:hover::before {
  transform: translateY(-5px);
}
.l-pageTop span {
  display: none;
}

.c-cBox, .c-cBox__green, .c-cBox__gray, .c-cBox__white {
  --cbox_p: 2.5rem clamp(2rem,2vw,3rem) clamp(2rem,2vw,3rem);
  width: 100%;
  height: auto;
  padding: var(--cbox_p);
}
.c-cBox__white {
  background: #ffffff;
}
.c-cBox__gray {
  background: #2E3536;
}
.c-cBox__green {
  background: #E7F4F1;
}

.c-fBox {
  display: flex;
  gap: var(--c-fBox_gap);
  --c-fBox_gap: 3rem 4rem;
}
.c-fBox .c-fBox__textArea img, .c-fBox .c-fBox__imgArea img {
  width: 100%;
  height: auto;
}
.c-fBox .c-fBox__imgArea {
  flex-shrink: 0;
}
.c-fBox.row {
  flex-direction: row;
}
.c-fBox.row__r {
  flex-direction: row-reverse;
}
.c-fBox.clm {
  flex-direction: column;
}
.c-fBox.clm__r {
  flex-direction: column-reverse;
}
.c-fBox.jc__sb {
  justify-content: space-between;
}
.c-fBox.jc__sa {
  justify-content: space-around;
}
.c-fBox.jc__fs {
  justify-content: flex-start;
}
.c-fBox.jc__fe {
  justify-content: flex-end;
}
.c-fBox.jc__ce {
  justify-content: center;
}
.c-fBox.ai__ce {
  align-items: center;
}
.c-fBox.ai__fs {
  align-items: flex-start;
}
.c-fBox.ai__fe {
  align-items: flex-end;
}
.c-fBox.ai__st {
  align-items: stretch;
}
.c-fBox.ai__bl {
  align-items: baseline;
}
.c-fBox.fwrap {
  flex-wrap: wrap;
}

.js-clipInTop {
  display: inline-block;
}

.js-clipInBottom {
  display: inline-block;
}

.js-clipInRight {
  display: inline-block;
}

.js-clipInLeft {
  display: inline-block;
}

.js-splitText span {
  display: inline-block;
}

.js-splitRotate span {
  display: inline-block;
}

.c-icon, .c-icon__red {
  display: inline-block;
  width: auto;
  color: #ffffff;
  background: #f6ab00;
  border-radius: 3px;
  line-height: 1;
}
.c-icon__red {
  background: color-accent;
}

.c-linkBtn, .c-linkBtn__icon {
  --btn_min: 335px;
  display: inline-block;
  border: 1px solid #2E3536;
  background: #2E3536;
  color: #ffffff;
  width: min(100%, var(--btn_min));
  text-align: center;
  padding: 1.2em 3em;
  border-radius: 10rem;
  line-height: 1.5;
  text-decoration: none;
}

.c-linkBtn__icon {
  position: relative;
}
.c-linkBtn__icon::after {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0a";
  font-size: 0.9em;
  position: absolute;
  top: 50%;
  right: 2rem;
  translate: 0 -50%;
}
.c-linkBtn__icon.prev::after {
  rotate: 180deg;
  right: unset;
  left: 2rem;
}

.c-linkText__icon {
  font-size: clamp(2rem, 1.2857142857rem + 1.1904761905vw, 3rem);
  font-weight: bold;
  display: inline-block;
  grid-template-columns: clamp(2rem, 1.2857142857rem + 1.1904761905vw, 3rem) 1fr;
  padding-left: 1.4em;
  position: relative;
  color: #2E3536;
  text-decoration: none;
}
.c-linkText__icon::before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea0a";
  color: #007B91;
  font-weight: bold;
  font-size: 0.4em;
  width: calc(clamp(2rem, 1.2857142857rem + 1.1904761905vw, 3rem) * 1.1);
  height: calc(clamp(2rem, 1.2857142857rem + 1.1904761905vw, 3rem) * 1.1);
  display: grid;
  place-items: center;
  padding-left: 1px;
  border: 2px solid #007B91;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  translate: 0 30%;
  transition: all 0.3s;
}

.c-linkList {
  margin-block: 0;
  padding-inline-start: 0;
  list-style: "";
}
.c-linkList a::before {
  display: inline-block;
  font-family: "iconfont";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea07";
  vertical-align: middle;
  transform: translateY(-10%);
}
.c-linkList a.noLink {
  pointer-events: none;
  opacity: 0.5;
}

.c-linkList--news {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-inline: auto;
}
.c-linkList--news li {
  display: grid;
  grid-template-columns: 80px 1fr;
  align-items: center;
  gap: 0.5rem clamp(3rem, 3vw, 5rem);
  border-bottom: 1px solid #007B91;
}
.c-linkList--news li a {
  text-decoration: none;
  color: #212121;
  padding: 2.5em 0;
}
.c-linkList--news li a.noLink {
  pointer-events: none;
}
.c-linkList--news li a .newsDay {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #828686;
  letter-spacing: -0.01em;
  line-height: 1.375;
  font-size: 0.88em;
}

.c-tableArea {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c-tableArea table {
  width: 100%;
  min-width: 600px;
  border-collapse: collapse;
  border-top: 1px solid #afafaf;
  background: #ffffff;
}
.c-tableArea table th {
  background-color: #E7F4F1;
}
.c-tableArea table th, .c-tableArea table td {
  border-bottom: 1px solid #afafaf;
  padding: 1em;
}
.c-tableArea table tbody th {
  background-color: #E7F4F1;
  font-weight: normal;
}

.c-title__center {
  --mt: 0;
  font-size: clamp(2.4rem, 1.2571428571rem + 1.9047619048vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  margin: var(--mt) 0 1em;
}
.c-title__center::after {
  content: "";
  display: block;
  width: 2.25em;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  background-color: #007B91;
}

.c-title__border {
  --mt: 0;
  font-size: clamp(1.7rem, 1.1285714286rem + 0.9523809524vw, 2.5rem);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  border-bottom: 1px solid #afafaf;
  line-height: 1.6;
  padding-bottom: 1rem;
}

.c-title__mark {
  --mt: 0;
  font-size: clamp(1.7rem, 1.1285714286rem + 0.9523809524vw, 2.5rem);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  display: grid;
  grid-template-columns: 1.3em 1fr;
  align-items: baseline;
  line-height: 1.6;
}
.c-title__mark::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  display: block;
  background-color: #007B91;
}

.c-title__bold {
  --mt: 0;
  font-size: clamp(2.2rem, 1.2714285714rem + 1.5476190476vw, 3.5rem);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  line-height: 1.6;
}

.c-title__bold--s {
  --mt: 2em;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  line-height: 1.8;
}

.c-title__bold--ss {
  --mt: 2em;
  font-size: clamp(15px, 1.8vw, 2rem);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  line-height: 1.8;
}

.c-title__group {
  text-align: center;
}
.c-title__group__obj {
  text-transform: uppercase;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.c-title__group__main {
  margin: 0;
  font-size: clamp(2.4rem, 1.1142857143rem + 2.1428571429vw, 4.2rem);
  font-weight: bold;
  color: #007B91;
}
.c-title__group__sub {
  margin: 0;
  font-size: clamp(2.2rem, 1.2714285714rem + 1.5476190476vw, 3.5rem);
  font-weight: bold;
}

.c-title__ul {
  border-bottom: 1px solid #006cb8;
}

.c-title__box {
  background: #e5f0f8;
  border-left: 4px solid #006cb8;
}

.c-markList, .c-markList--green {
  margin: 0;
  padding: 0;
  margin: 0 0 2rem 0;
  list-style: "";
}
.c-markList > li, .c-markList--green > li {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  position: relative;
}
.c-markList > li::before, .c-markList--green > li::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 9px;
  left: 0;
  background-color: #abb6b8;
  border-radius: 7px;
  content: "";
  margin-right: 0.8rem;
}
/* c-scroll */
.c-scroll {
  padding: 0;
  text-align: center;
  margin: 0;
}
.c-scroll img {
  max-width: auto;
  margin: 0 auto;
  vertical-align: baseline;
}

.scroll-hint {
  margin: 0 auto;
}
.scroll-hint img {
  max-width: auto;
  margin: 0 auto;
  vertical-align: baseline;
}
.scroll-hint .scroll-hint-text {
  margin-top: 10px;
}
.scroll-hint .scroll-hint-icon {
  width: 126px;
  height: auto;
  padding: 15px 8px 8px 8px;
}
.scroll-hint .scroll-hint-icon::before {
  display: none;
  background: none;
}
.scroll-hint .scroll-hint-icon::after {
  margin-left: -17px;
  transition-delay: 0s;
}

.p-body {
  padding-bottom: 5rem;
} /* catch */
.p-catch {
  width: 100%;
  background: url("../img/common/catch-bg.jpg") no-repeat top center/cover;
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 2rem;
}
.p-catch__inner {
  text-align: center;
  margin: 0 auto;
  color: #007B91;
}
.p-catch__inner .pageSubTitle {
  text-transform: uppercase;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: -0.01em;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.p-catch__inner .pageTitle {
  font-size: clamp(3.2rem, 4.2vw, 4.8rem);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.02em;
  margin: 0;
}

.p-chapter, .p-chapter__white {
  width: 100%;
  margin: clamp(5rem, 7vw, 10rem) 0;
}
.p-chapter__inner {
  max-width: 1100px;
  width: calc(100% - 4rem);
  margin: 0 auto;
}
.p-chapter__inner02 {
  max-width: 970px;
  width: calc(100% - 4rem);
  margin: 0 auto;
}

.p-chapter__white {
  padding: clamp(5rem, 7vw, 10rem) 0;
  background: #ffffff;
}

.p-chapter__round {
  border-radius: clamp(3rem, 6vw, 8rem);
}

.p-lead {
  margin: clamp(4rem, 7vw, 9rem) 0;
}
.p-lead .p-lead__inner {
  max-width: 1100px;
  width: min(100% - 4rem);
  margin-inline: auto;
}

.p-tab__title {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0 0 clamp(4rem, 1.8571428571rem + 3.5714285714vw, 7rem) 0;
  list-style: none;
  background: #ffffff;
  border-radius: 4rem;
  border: 1px solid #afafaf;
}
.p-tab__title .p-tab__title__item {
  width: 50%;
  margin: 0;
  padding: 0;
  padding: clamp(1.6rem, 2vw, 2rem);
  font-size: clamp(1.5rem, 1.1428571429rem + 0.5952380952vw, 2rem);
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
}
.p-tab__title .p-tab__title__item span {
  transition: border 0.3s ease;
}
.p-tab__title .p-tab__title__item.select {
  border-radius: 4rem;
  background: #007B91;
  color: #ffffff;
  cursor: default;
  pointer-events: none;
}

.p-tab__content {
  display: none;
}

/*  file icon */
.u-blank::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 3px 3px;
  background-image: url("../img/common/icon-blank.svg");
  background-size: contain;
}

.u-pdf::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 3px 3px;
  background-image: url("../img/common/icon-pdf.svg");
  background-size: contain;
}

.u-xls::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 3px 3px;
  background-image: url("../img/common/icon-excel.svg");
  background-size: contain;
}

.u-doc::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 3px 3px;
  background-image: url("../img/common/icon-word.svg");
  background-size: contain;
}

.u-ppt::after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0 3px 3px;
  background-image: url("../img/common/icon-ppt.svg");
  background-size: contain;
}

/*  general */
.u-hide {
  display: none;
}

.u-clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.u-left {
  float: left;
}

.u-right {
  float: right;
}

.u-alignLeft {
  text-align: left;
}

.u-alignCenter {
  text-align: center;
}

.u-alignRight {
  text-align: right;
}

.u-weightBold {
  font-weight: 700;
}

.u-small {
  font-size: clamp(1.1rem, 1.0285714286rem + 0.119047619vw, 1.2rem);
}

.u-textBl {
  color: #006cb8;
}

.u-textColor {
  color: #007B91;
}

.u-forTb {
  display: none;
}

.u-forSp {
  display: none;
}

.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mbl0 {
  margin-block: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mbl5 {
  margin-block: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mbl10 {
  margin-block: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mbl15 {
  margin-block: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mbl20 {
  margin-block: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mbl25 {
  margin-block: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mbl30 {
  margin-block: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mbl35 {
  margin-block: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mbl40 {
  margin-block: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mbl45 {
  margin-block: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mbl50 {
  margin-block: 50px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-p0 {
  padding: 0px;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-p5 {
  padding: 5px;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-p10 {
  padding: 10px;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-p15 {
  padding: 15px;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-p20 {
  padding: 20px;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-p25 {
  padding: 25px;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-p30 {
  padding: 30px;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-p35 {
  padding: 35px;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-p40 {
  padding: 40px;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-p45 {
  padding: 45px;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-p50 {
  padding: 50px;
}

.u-gap0 {
  gap: 0px !important;
}

.u-gap5 {
  gap: 5px !important;
}

.u-gap10 {
  gap: 10px !important;
}

.u-gap15 {
  gap: 15px !important;
}

.u-gap20 {
  gap: 20px !important;
}

.u-gap25 {
  gap: 25px !important;
}

.u-gap30 {
  gap: 30px !important;
}

.u-gap35 {
  gap: 35px !important;
}

.u-gap40 {
  gap: 40px !important;
}

.u-gap45 {
  gap: 45px !important;
}

.u-gap50 {
  gap: 50px !important;
}

.home .l-content .l-main {
  overflow: clip;
  padding-top: min(10vw, 14rem);
}
.home .l-content .l-main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url("../img/home/home-bg.jpg") no-repeat top center/100% auto;
  position: absolute;
  inset: 0;
  z-index: -1;
}
.home .l-content .l-main .homeMv {
  position: relative;
  padding-bottom: min(9vw, 12rem);
}
@keyframes homeMv--anime {
  to {
    opacity: 1;
  }
}
.home .l-content .l-main .homeMv .homeMv__title {
  margin: 0;
  grid-row: 1/span 2;
  grid-column: 1/-1;
  position: relative;
  translate: min(4vw, 15rem) min(3vw, 5rem);
  z-index: 1;
  mix-blend-mode: multiply;
  width: min(65vw, 1142px);
}
.home .l-content .l-main .homeMv .homeMv__title img {
  opacity: 0;
  animation: 0.8s homeMv--anime 0.5s forwards ease-out;
}
.home .l-content .l-main .homeMv .homeMv--slider {
  grid-row: 2/span 2;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: 1fr 22% 1fr;
  gap: clamp(1rem, 2vw, 2rem);
  justify-content: space-between;
  width: 104vw;
  translate: -2vw 0;
}
.home .l-content .l-main .homeMv .homeMv--slider .homeSwiper {
  overflow: hidden;
  border-radius: clamp(2rem, 2vw, 4rem);
  max-height: min(40vw, 700px);
}
.home .l-content .l-main .homeMv .homeMv--slider .homeSwiper .swiper {
  height: 100%;
}
.home .l-content .l-main .homeMv .homeMv--slider .homeSwiper .swiper-wrapper {
  transition-timing-function: ease-in-out;
}
.home .l-content .l-main .homeMv .homeMv--slider .homeSwiper .swiper-slide.swiper-slide-prev img {
  transform: translateX(-17%);
}
.home .l-content .l-main .homeMv .homeMv--slider .homeSwiper .swiper-slide.swiper-slide-active img {
  animation: mv 10s forwards 0.7s linear;
}
@keyframes mv {
  0% {
    transform: none;
  }
  80%, 100% {
    transform: translateX(-17%);
  }
}
.home .l-content .l-main .homeMv .homeMv--slider .homeSwiper figure {
  margin: 0;
}
.home .l-content .l-main .homeMv .homeMv--slider .homeSwiper img {
  width: 125%;
  height: 125%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  max-width: none;
}
.home .l-content .l-main .homeMv .homeMv__copy {
  color: #007B91;
  text-align: right;
  position: absolute;
  top: min(8vw, 13rem);
  right: min(5vw, 16rem);
  z-index: 2;
  opacity: 0;
  animation: 0.8s homeMv--anime 1s forwards ease-out;
}
.home .l-content .l-main .homeMv .homeMv__copy__jp {
  margin: 0;
  font-size: min(2.2vw, 3rem);
  line-height: 1.233;
  font-feature-settings: "palt";
}
.home .l-content .l-main .homeMv .homeMv__copy__en {
  margin: 0;
  font-family: "EB Garamond", "Noto Sans JP", sans-serif;
  font-size: min(1.2vw, 1.6rem);
  line-height: 1.313;
  font-weight: normal;
  margin-top: 0.7em;
}
.home .l-content .l-main .homeSec__inner {
  width: min(100% - 4rem, 1100px);
  margin: 0 auto;
}
.home .l-content .l-main .homeSec__title {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.6rem;
  margin: 0 0 3rem;
}
.home .l-content .l-main .homeSec.homeSec--news .homeSec__title {
  margin-bottom: 1rem;
}
.home .l-content .l-main .homeSec.homeSec--news .c-fBox:has(.c-linkBtn__icon) {
  margin: clamp(5rem, 7vw, 7rem) 0;
}
.home .l-content .l-main .homeSec.homeSec--links {
  margin: clamp(5rem, 9vw, 11rem) 0 clamp(7rem, 10vw, 10rem);
}
.home .l-content .l-main .homeSec.homeSec--links .linksList {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}
.home .l-content .l-main .homeObjList {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 110vw;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: clamp(1rem, 2vw, 3rem);
  translate: -5vw 0;
}
.home .l-content .l-main .homeObjList.js-active li {
  opacity: 1;
}
.home .l-content .l-main .homeObjList li {
  opacity: 0;
  transition-duration: 1s;
}
.home .l-content .l-main .homeObjList li:nth-child(odd) {
  transition-delay: 0.2s;
}
.home .l-content .l-main .homeObjList li:nth-child(even) {
  translate: 0 clamp(1.5rem, 2vw, 3rem);
}
.home .l-content .l-main .homeObjList img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.research .l-content .l-main .c-title__group {
  margin-bottom: clamp(4rem, 5vw, 8rem);
}
.research .l-content .l-main .researchWrap {
  display: grid;
  grid-template-columns: 10% 9% 1fr 9% 10%;
  max-width: 1780px;
  margin: 0 auto;
}
.research .l-content .l-main .researchCont {
  --kaburi: clamp(6rem,10vw,13rem);
  display: grid;
  grid-template-columns: 1fr var(--kaburi) 1fr;
  grid-template-rows: 76px 1fr 76px;
}
.research .l-content .l-main .researchCont + .researchCont {
  margin-top: clamp(4rem, 7vw, 10rem);
}
.research .l-content .l-main .researchCont figure {
  grid-row: 1/span 2;
  margin: 0;
  z-index: 2;
  align-self: flex-start;
  position: relative;
  width: 100%;
}
.research .l-content .l-main .researchCont figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.research .l-content .l-main .researchCont figure figcaption {
  margin: 1em 0;
  font-size: 0.88em;
  line-height: 1.6;
  position: absolute;
  top: 100%;
}
.research .l-content .l-main .researchCont .textArea {
  grid-row: 2/span 2;
  padding: 6rem 4rem;
  align-self: stretch;
}
.research .l-content .l-main .researchCont .textArea h4 {
  margin: 0;
}
.research .l-content .l-main .researchCont .textArea h5 {
  margin: 0.5em 0 0;
}

.news .l-content .l-main .p-chapter {
  margin-bottom: 6rem;
}
.news .l-content .l-main .c-cBox__white {
  padding: clamp(3rem, 6vw, 6rem);
  border-radius: 20px;
}
.news .l-content .l-main .newsDay {
  margin: 0 0 0.5em;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #828686;
  letter-spacing: -0.01em;
}
.news .l-content .l-main .newsHonbun {
  margin-bottom: clamp(5rem, 7vw, 10rem);
}
.news .l-content .l-main .newsHonbun h1:not([class]) {
  --mt: 2em;
  font-size: clamp(2.4rem, 1.2571428571rem + 1.9047619048vw, 4rem);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-bottom: 1.5rem;
  margin: var(--mt) 0 1em;
}
.news .l-content .l-main .newsHonbun h1:not([class])::after {
  content: "";
  display: block;
  width: 2.25em;
  height: 4px;
  position: absolute;
  left: 50%;
  bottom: 0;
  translate: -50% 0;
  background-color: #007B91;
}
.news .l-content .l-main .newsHonbun h2:not([class]) {
  --mt: 2em;
  font-size: clamp(2.2rem, 1.2714285714rem + 1.5476190476vw, 3.5rem);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  line-height: 1.6;
}
.news .l-content .l-main .newsHonbun h3:not([class]) {
  --mt: 2em;
  font-size: clamp(1.7rem, 1.1285714286rem + 0.9523809524vw, 2.5rem);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  display: grid;
  grid-template-columns: 1.3em 1fr;
  align-items: baseline;
  line-height: 1.6;
}
.news .l-content .l-main .newsHonbun h3:not([class])::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  display: block;
  background-color: #007B91;
}
.news .l-content .l-main .newsHonbun h4:not([class]) {
  --mt: 2em;
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  line-height: 1.8;
}
.news .l-content .l-main .newsHonbun h5:not([class]), .news .l-content .l-main .newsHonbun h6:not([class]) {
  --mt: 2em;
  font-size: clamp(15px, 1.8vw, 2rem);
  font-weight: 700;
  margin: var(--mt) 0 1em;
  line-height: 1.8;
  color: #007B91;
}
.news .l-content .l-main .newsHonbun table:not([class]) {
  margin-block: 4rem;
  width: 100%;
  border-collapse: collapse;
}
.news .l-content .l-main .newsHonbun table:not([class]) th, .news .l-content .l-main .newsHonbun table:not([class]) td {
  border: 1px solid #afafaf;
  padding: 1em;
}
.news .l-content .l-main .newsHonbun table:not([class]) tbody th {
  background: #E7F4F1;
}
.news .l-content .l-main .newsHonbun > img {
  display: block;
  margin: clamp(4rem, 4vw, 6rem) auto;
}
.news .l-content .l-main .newsHonbun .imgBox--half, .news .l-content .l-main .newsHonbun .imgBox--oneThird {
  display: grid;
  gap: 2rem;
  margin-block: clamp(4rem, 4vw, 6rem);
}
.news .l-content .l-main .newsHonbun .imgBox--half img, .news .l-content .l-main .newsHonbun .imgBox--oneThird img {
  width: 100%;
}
.news .l-content .l-main .newsHonbun .imgBox--half {
  grid-template-columns: repeat(2, 1fr);
}
.news .l-content .l-main .newsHonbun .imgBox--oneThird {
  grid-template-columns: repeat(3, 1fr);
}

.faculty .l-content .l-main .facultyList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  justify-content: space-between;
  gap: 0 5rem;
  margin: 0;
  padding: 0;
  list-style: "";
}
.faculty .l-content .l-main .facultyList > div {
  padding: clamp(2rem, 2.5vw, 2.5rem) 0.5rem;
  border-bottom: 1px solid #afafaf;
}
.faculty .l-content .l-main .facultyList > div a.c-linkText__icon {
  display: block;
  font-weight: 500;
}
.faculty .l-content .l-main .facultyList > div .u-small {
  padding-inline-start: 0.5rem;
  font-size: clamp(1.5rem, 1.2857142857rem + 0.3571428571vw, 1.8rem);
}
.faculty .l-content .l-main .facultyList > div .u-en {
  margin-inline-start: 1rem;
  font-size: clamp(1.3rem, 1.2285714286rem + 0.119047619vw, 1.4rem);
  color: #828686;
  font-weight: 400;
}

.curriculum .l-content .l-main .flowList {
  margin: 0;
  padding: 0;
  list-style: "";
}
.curriculum .l-content .l-main .flowList .c-title__bold--s {
  margin: 0 0 1rem 0;
}
.curriculum .l-content .l-main .flowList li {
  display: grid;
  grid-template-columns: clamp(9rem, 2.8235294118rem + 10.2941176471vw, 16rem) 1fr;
  align-items: center;
  gap: 2rem 0;
  position: relative;
  padding-bottom: 30px;
}
.curriculum .l-content .l-main .flowList li .c-cBox__white {
  border-radius: 20px;
  padding: clamp(1.5rem, 2vw, 2rem) clamp(2rem, 2vw, 3rem);
}
.curriculum .l-content .l-main .flowList li:not(:last-child) .flow__year::after {
  position: absolute;
  top: 130px;
  left: 50%;
  z-index: -1;
  width: 2px;
  height: 30%;
  background: #007B91;
  content: "";
}
.curriculum .l-content .l-main .flow__year {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(7.4rem, 4.2235294118rem + 5.2941176471vw, 11rem);
  height: clamp(7.4rem, 4.2235294118rem + 5.2941176471vw, 11rem);
  position: relative;
  border-radius: 50%;
  background: rgba(0, 123, 145, 0.5);
  color: #ffffff;
  line-height: 1.5;
  vertical-align: bottom;
  font-size: clamp(1.4rem, 1.1857142857rem + 0.3571428571vw, 1.7rem);
}
.curriculum .l-content .l-main .flow__year span {
  font-size: clamp(2.6rem, 2.3142857143rem + 0.4761904762vw, 3rem);
  font-weight: 500;
  padding-inline-end: 0.3rem;
}
.curriculum .l-content .l-main .courseArea .c-fBox__imgArea {
  width: 400px;
}
.curriculum .l-content .l-main .courseArea .course__title {
  position: relative;
}
.curriculum .l-content .l-main .courseArea .course__title span {
  display: block;
  position: relative;
  z-index: 2;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  background: #007B91;
  color: #ffffff;
  font-size: clamp(1.7rem, 1.4857142857rem + 0.3571428571vw, 2rem);
  font-weight: 500;
}
.curriculum .l-content .l-main .courseArea .course__title::after {
  content: "";
  width: calc(100% - clamp(25rem, 22.8571428571rem + 3.5714285714vw, 28rem));
  height: 1px;
  background: #007B91;
  position: absolute;
  top: 50%;
  left: clamp(25rem, 22.8571428571rem + 3.5714285714vw, 28rem);
  z-index: 1;
}
.curriculum .l-content .l-main .courseArea .courseList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin: 0;
  padding: 0;
  list-style: "";
  margin: clamp(3rem, 2.2857142857rem + 1.1904761905vw, 4rem) 0 clamp(5rem, 4.2857142857rem + 1.1904761905vw, 6rem) 0;
  background: #f6f6f6;
  padding: 4rem;
}
.curriculum .l-content .l-main .courseArea .courseList li {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: clamp(1.3rem, 1.2285714286rem + 0.119047619vw, 1.4rem);
}
.curriculum .l-content .l-main .courseArea .courseList img {
  display: block;
  margin-inline: auto;
  margin-block-end: 1rem;
}
.curriculum .l-content .l-main .qualArea .c-markList {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

.introduce .l-content .l-main .historyTable {
  background: transparent;
}
.introduce .l-content .l-main .historyTable th {
  width: 18%;
  background-color: transparent;
}
.introduce .l-content .l-main .historyTable .c-markList {
  margin-bottom: 0;
}
.introduce .l-content .l-main .c-fBox__imgArea {
  width: 500px;
}

.career .l-content .l-main .historyTable {
  background: transparent;
}
.career .l-content .l-main .historyTable th {
  width: 18%;
  background-color: transparent;
}
.career .l-content .l-main .historyTable .c-markList {
  margin-bottom: 0;
}
.career .l-content .l-main .c-fBox__imgArea {
  width: 45%;
}
@media (max-width: 1790px){
  .research .l-content .l-main .researchCont figure figcaption {
    margin-inline: 1em;
  }
}
@media (max-width: 1440px){
  .l-header {
    padding: 3rem 3rem 0;
  }
  .l-header__logo {
    top: -1.3rem;
  }
  .l-header__gnav__parent a {
    padding-bottom: 3rem;
  }
  .research .l-content .l-main .researchWrap {
    grid-template-columns: 6% 5% 1fr 5% 6%;
  }
}
@media (max-width: 1280px){
  .u-forPc2 {
    display: none;
  }
  .research .l-content .l-main .researchCont {
    grid-template-columns: auto var(--kaburi) auto;
    grid-template-rows: 38px 1fr 38px;
  }
  .research .l-content .l-main .researchCont figure figcaption br {
    display: none;
  }
}
@media (max-width: 1080px){
  .l-header {
    display: block;
    padding: 0;
  }
  .l-header__logo {
    position: static;
    padding: 1.5rem 2rem;
  }
  .l-header .navArea {
    display: none;
    position: fixed;
    top: 0;
    right: auto;
    bottom: auto;
    left: 0;
    height: 100%;
    margin: 0;
    padding: 0 0 70px 0;
    background: rgba(35, 90, 100, 0.6);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    overflow: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .l-header__gnav {
    display: none;
    padding: 23vh 2rem;
  }
  .l-header__gnav__parent {
    width: 100%;
    font-size: 2rem;
  }
  .l-header__gnav__parent.u-forPc2 {
    display: block;
  }
  .l-header__gnav__parent a {
    padding: 1rem;
    margin: 0 0 1rem;
    text-align: center;
    color: #ffffff;
    letter-spacing: 0.02em;
  }
  .l-header__gnav__parent a.is-current {
    color: #52E5FF;
  }
  .l-header__gnav__parent a:hover {
    color: #52E5FF;
  }
  .l-header__hamburger {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: flex-end;
    position: fixed;
    top: 2rem;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 9000;
    height: 40px;
    padding: 1.5rem 1rem 1rem 5.5rem;
    margin: 0;
    border-radius: 10rem 0 0 10rem;
    background: #007B91;
    border: none;
  }
}
@media (max-width: 1024px){
  .research .l-content .l-main .researchCont figure {
    width: 40vw;
  }
  .research .l-content .l-main .researchCont .textArea {
    padding: 4rem 2rem;
  }
}
@media (max-width: 820px){
  .l-header__logo {
    width: min(59%, 250px);
  }
  .l-header__hamburger {
    top: 1.5rem;
  }
  .l-pageTop {
    position: fixed;
    top: auto;
    right: 10px;
    bottom: 10px;
    left: auto;
  }
  .c-fBox.fwrap--tb {
    flex-wrap: wrap;
  }
  .c-linkText__icon::before {
    border-width: 1px;
  }
  .p-catch {
    min-height: 200px;
  }
  .u-forTb {
    display: inherit;
  }
  .home .l-content .l-main .homeSec__title {
    text-align: center;
    margin: 0 0 2rem;
  }
  .research .l-content .l-main .researchCont figure figcaption {
    margin-inline: 0;
  }
  .faculty .l-content .l-main .facultyList > div a.c-linkText__icon {
    font-size: 2rem;
  }
}
@media (max-width: 768px){
  .c-linkList--news li a .newsDay {
    line-height: 1.5;
  }
  .home .l-content .l-main .homeSec.homeSec--links .linksList {
    gap: 1rem;
  }
  .research .l-content .l-main .researchWrap {
    display: block;
    padding-inline: 2rem;
  }
  .research .l-content .l-main .researchCont {
    display: flex;
    flex-direction: column;
  }
  .research .l-content .l-main .researchCont figure {
    width: 100%;
    order: 2;
  }
  .research .l-content .l-main .researchCont figure figcaption {
    position: static;
  }
  .research .l-content .l-main .researchCont .textArea {
    order: 1;
    padding: 3rem 2rem 2rem;
  }
  .research .l-content .l-main .researchCont .textArea h5 {
    margin-top: 1em;
  }
}
@media (max-width: 600px){
  .l-footer {
    padding: 2rem 0 5rem;
  }
  .l-footer__inner + .l-footer__inner {
    margin-top: 3rem;
    border-top: 1px solid #707070;
    padding-top: 3rem;
  }
  .l-footer address {
    font-size: 1.2rem;
    line-height: 2.1;
  }
  .l-footer__link {
    text-align: left;
    width: 100%;
  }
  .l-footer__policyLink {
    width: 100%;
    text-align: center;
    margin: 0 0 2rem;
  }
  .l-footer__policyLink li {
    text-align: center;
    margin-block-start: 1rem;
  }
  .l-footer__logo {
    width: min(70%, 146px);
    margin-inline: auto;
  }
  .l-footer__copyright small {
    font-size: 1rem;
  }
  .l-header__logo {
    padding: 1.5rem;
  }
  .l-header__gnav__parent a {
    margin: 0;
  }
  .c-fBox.fwrap--sp {
    flex-wrap: wrap;
  }
  .c-linkList--news li a {
    padding: 1.2em 0 1.5em;
    grid-template-columns: 1fr;
  }
  .c-scroll {
    width: 100%;
    max-width: 900px;
    height: auto;
    overflow-x: scroll;
  }
  .c-scroll img {
    max-width: 900px;
  }
  .scroll-hint img {
    max-width: 900px;
  }
  .p-catch {
    min-height: 150px;
  }
  .u-forPc {
    display: none;
  }
  .u-forSp {
    display: inherit;
  }
  .home .l-content .l-main {
    padding-top: min(25vw, 14rem);
  }
  .home .l-content .l-main::before {
    background-size: 1100px auto;
  }
  .home .l-content .l-main .homeMv {
    padding-bottom: 12rem;
  }
  .home .l-content .l-main .homeMv .homeMv__title {
    translate: 2rem 1.5rem;
    width: min(100% - 4rem, 380px);
  }
  .home .l-content .l-main .homeMv .homeMv--slider {
    justify-content: center;
    grid-template-columns: repeat(3, 1fr);
    width: 255vw;
    translate: -77.2727272727vw 0;
  }
  .home .l-content .l-main .homeMv .homeMv--slider .homeSwiper {
    max-height: unset;
    aspect-ratio: 1/1;
  }
  .home .l-content .l-main .homeMv .homeMv--slider .homeSwiper:nth-child(1) {
    order: 2;
  }
  .home .l-content .l-main .homeMv .homeMv--slider .homeSwiper:nth-child(2) {
    order: 1;
  }
  .home .l-content .l-main .homeMv .homeMv--slider .homeSwiper:nth-child(3) {
    order: 3;
  }
  .home .l-content .l-main .homeMv .homeMv__copy {
    position: static;
    margin-top: 1.5rem;
    margin-right: 2rem;
  }
  .home .l-content .l-main .homeMv .homeMv__copy__jp {
    font-size: 2.7rem;
  }
  .home .l-content .l-main .homeMv .homeMv__copy__en {
    font-size: 1.1rem;
  }
  .home .l-content .l-main .homeSec.homeSec--links .linksList {
    grid-template-columns: repeat(2, 1fr);
  }
  .home .l-content .l-main .homeObjList {
    width: 120vw;
    translate: -10vw 0;
    gap: 5px;
  }
  .news .l-content .l-main .newsHonbun .imgBox--half, .news .l-content .l-main .newsHonbun .imgBox--oneThird {
    gap: 1rem;
  }
  .news .l-content .l-main .newsHonbun .imgBox--half {
    grid-template-columns: 1fr;
  }
  .news .l-content .l-main .newsHonbun .imgBox--oneThird {
    grid-template-columns: 1fr;
  }
  .curriculum .l-content .l-main .flowList li:not(:last-child) .flow__year::after {
    height: 80%;
    top: 126px;
  }
  .curriculum .l-content .l-main .courseArea .c-fBox__imgArea {
    width: 100%;
  }
  .curriculum .l-content .l-main .courseArea .courseList {
    grid-template-columns: 1fr;
  }
  .introduce .l-content .l-main .c-fBox__imgArea {
    width: 100%;
  }
  .career .l-content .l-main .c-fBox__imgArea {
    width: 100%;
  }
}
@media (max-width: 390px){
  .l-footer__link li {
    display: block;
    margin-top: 0.8em;
  }
}
@media (min-width: 769px){
  .research .l-content .l-main .researchWrap .researchCont--l {
    grid-column: 1/span 3;
  }
  .research .l-content .l-main .researchWrap .researchCont--l .textArea {
    padding-left: calc(var(--kaburi) + 4rem);
  }
  .research .l-content .l-main .researchWrap .researchCont--r {
    grid-column: 3/span 3;
  }
  .research .l-content .l-main .researchWrap .researchCont--r .textArea {
    padding-right: calc(var(--kaburi) + 4rem);
  }
  .research .l-content .l-main .researchWrap .researchCont--r figcaption {
    text-align: right;
    right: 0;
  }
  .research .l-content .l-main .researchCont > *:first-child {
    grid-column: 1/span 2;
  }
  .research .l-content .l-main .researchCont > *:last-child {
    grid-column: 2/span 2;
  }
}
@media (min-width: 1081px){
  .l-header.is-fixed {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.7);
    padding-top: 3rem;
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
  .l-header.is-fixed .l-header__logo {
    top: -1.5rem;
  }
  .l-header.is-fixed .l-header__gnav__parent a {
    padding-bottom: 3rem;
  }
  .l-header__gnav__parent a.is-current::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10rem;
    background-color: #007B91;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -100%;
  }
}
@media (any-hover: hover){
  :where(a):hover {
    text-decoration: none;
    color: inherit;
  }
  .l-footer__link li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .l-footer__policyLink li a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .c-linkBtn:hover, .c-linkBtn__icon:hover {
    color: #ffffff;
    background-color: #007B91;
    border-color: #007B91;
  }
  .c-linkText__icon:hover {
    color: #2E3536;
  }
  .c-linkText__icon:hover::before {
    background-color: #007B91;
    color: #ffffff;
  }
  .c-linkList--news li a:hover {
    text-decoration: underline;
  }
  .p-tab__title .p-tab__title__item:not(:has(.select)):hover span {
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #000000;
  }
}