@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "Hiragino Sans Custom";
  src: local("HiraginoSans-W3");
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Sans Custom";
  src: local("HiraginoSans-W5");
  font-weight: 500;
}
@font-face {
  font-family: "Hiragino Sans Custom";
  src: local("HiraginoSans-W6");
  font-weight: 700;
}
@font-face {
  font-family: "icomoon";
  src: url("/fonts/icomoon.eot");
  src: url("/fonts/icomoon.eot#iefix") format("embedded-opentype"), url("/fonts/icomoon.ttf") format("truetype"), url("/fonts/icomoon.woff2") format("woff2"), url("/fonts/icomoon.woff") format("woff"), url("/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: Roboto, "Hiragino Sans Custom", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #07388C;
  text-decoration: underline;
  -webkit-transition: color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
body a:focus-visible {
  color: #07388C;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body a:hover {
    color: #07388C;
    text-decoration: none;
  }
}

img {
  max-width: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
          animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}

@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 60px;
  background: #fff;
  z-index: 100;
  -webkit-transition: top 400ms ease;
  transition: top 400ms ease;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    display: block;
    height: auto;
  }
}

.l-footer {
  margin: 50px 0 0;
  border-top: 1px solid #ddd;
}
.is-index .l-footer {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    margin-top: 80px;
  }
}

.l-frame {
  margin: 0 20px;
}
@media screen and (min-width: 768px) {
  .l-frame {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
  }
}

/* ---------------------------------------*/
/* header */
/* ---------------------------------------*/
.p-header-sitelogo {
  width: 170px;
  margin: 0 0 0 20px;
  line-height: 1px;
}
.p-header-sitelogo a {
  display: block;
}
.p-header-sitelogo img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-header-sitelogo {
    position: absolute;
    top: 40px;
    width: 248px;
    margin-left: 0;
  }
}

.p-header-drawer-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
}
.p-header-drawer-button button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}
.p-header-drawer-button button.is-opened {
  background: #07388C;
}
@media screen and (min-width: 768px) {
  .p-header-drawer-button {
    display: none;
  }
}

.p-header-drawer-button__line--03, .p-header-drawer-button__line--02, .p-header-drawer-button__line--01 {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  display: inline-block;
  width: 26px;
  height: 3px;
  background: #767676;
  -webkit-transition-property: top, background-color, opacity, rotate;
  transition-property: top, background-color, opacity, rotate;
  -webkit-transition-duration: 200ms, 400ms, 200ms, 200ms;
          transition-duration: 200ms, 400ms, 200ms, 200ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-delay: 200ms, 0ms, 0ms, 0ms;
          transition-delay: 200ms, 0ms, 0ms, 0ms;
}
.is-opened .p-header-drawer-button__line--03, .is-opened .p-header-drawer-button__line--02, .is-opened .p-header-drawer-button__line--01 {
  background: #fff;
  -webkit-transition-delay: 0ms, 0ms, 200ms, 200ms;
          transition-delay: 0ms, 0ms, 200ms, 200ms;
}

.p-header-drawer-button__line--01 {
  top: 15px;
}
.is-opened .p-header-drawer-button__line--01 {
  top: 22px;
  rotate: 45deg;
}

.p-header-drawer-button__line--02 {
  top: 22px;
}
.is-opened .p-header-drawer-button__line--02 {
  opacity: 0;
}

.p-header-drawer-button__line--03 {
  top: 29px;
}
.is-opened .p-header-drawer-button__line--03 {
  top: 22px;
  rotate: -45deg;
}

.p-header-drawer-button__text--close, .p-header-drawer-button__text--default {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  visibility: visible;
  font-size: 0.85714rem;
  font-weight: 700;
  color: #767676;
  text-align: center;
  line-height: 1.2;
  opacity: 1;
  -webkit-transition-property: visibility, color, opacity;
  transition-property: visibility, color, opacity;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.is-opened .p-header-drawer-button__text--close, .is-opened .p-header-drawer-button__text--default {
  color: #fff;
}

.is-opened .p-header-drawer-button__text--default {
  visibility: hidden;
  opacity: 0;
}

.p-header-drawer-button__text--close {
  visibility: hidden;
  opacity: 0;
}
.is-opened .p-header-drawer-button__text--close {
  visibility: visible;
  opacity: 1;
}

.p-header-drawer {
  position: fixed;
  top: 60px;
  right: -100%;
  width: 100%;
  visibility: hidden;
  max-height: calc(100% - 60px);
  overflow: auto;
  padding: 0 0 30px;
  border-top: 4px solid #07388C;
  background: #fff;
  -webkit-transition-property: right, visibility;
  transition-property: right, visibility;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-drawer.is-opened {
  right: 0;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .p-header-drawer {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    visibility: visible;
    max-height: none;
    overflow: visible;
    padding: 0;
    border-top: none;
    background: #fff;
  }
}

.p-gnav {
  margin: 0 0 24px;
}
@media screen and (min-width: 768px) {
  .p-gnav {
    margin-bottom: 0;
  }
}

.p-gnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-gnav-1 > .p-gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: none;
  }
  .p-gnav-2 > .p-gnav__content-wrapper > .p-gnav__content > .p-gnav__list {
    position: relative;
    width: 50%;
    z-index: 1;
  }
  .p-gnav-2 > .p-gnav__content-wrapper > .p-gnav__content > .p-gnav__list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    z-index: -1;
  }
}

.p-gnav__item {
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
.p-gnav-1 .p-gnav__item {
  background: #F2F2F2;
  font-size: 1.14285rem;
}
.p-gnav-2 .p-gnav__item {
  background: #ddd;
  font-size: 1rem;
}
.p-gnav-3 .p-gnav__item {
  background: #D1D1D1;
  font-size: 0.92857rem;
}
.p-gnav__item:last-child {
  border-bottom: none;
}
.p-gnav-2 .p-gnav__item:first-child {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-gnav__item {
    border-bottom: none;
  }
  .p-gnav-1 > .p-gnav__list > .p-gnav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    background: none;
  }
  .p-gnav-2 .p-gnav__item {
    background: #F2F2F2;
    font-size: 1rem;
  }
  .p-gnav-3 .p-gnav__item {
    background: #ddd;
    font-size: 1rem;
  }
  .p-gnav-2 .p-gnav__item:first-child {
    border-top: none;
  }
}

.p-gnav__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-gnav__label a,
.p-gnav__label .p-gnav__label-nolink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 50px);
          flex: 1 0 calc(100% - 50px);
  width: calc(100% - 50px);
  min-height: 50px;
  padding: 8px 15px 8px 35px;
  color: inherit;
  text-decoration: none;
}
.p-gnav__label a [class^=p-material-symbols-],
.p-gnav__label a [class*=" p-material-symbols-"],
.p-gnav__label .p-gnav__label-nolink [class^=p-material-symbols-],
.p-gnav__label .p-gnav__label-nolink [class*=" p-material-symbols-"] {
  position: absolute;
  left: 12px;
  margin: 0;
  font-size: 18px;
  font-variation-settings: "wght" 500;
  color: #07388C;
}
.p-gnav__label a [class^=p-material-symbols-].is-external,
.p-gnav__label a [class*=" p-material-symbols-"].is-external,
.p-gnav__label .p-gnav__label-nolink [class^=p-material-symbols-].is-external,
.p-gnav__label .p-gnav__label-nolink [class*=" p-material-symbols-"].is-external {
  font-variation-settings: "wght" 400;
}
.p-gnav-2 .p-gnav__label a,
.p-gnav-2 .p-gnav__label .p-gnav__label-nolink {
  padding-left: 45px;
}
.p-gnav-2 .p-gnav__label a [class^=p-material-symbols-],
.p-gnav-2 .p-gnav__label a [class*=" p-material-symbols-"],
.p-gnav-2 .p-gnav__label .p-gnav__label-nolink [class^=p-material-symbols-],
.p-gnav-2 .p-gnav__label .p-gnav__label-nolink [class*=" p-material-symbols-"] {
  left: 22px;
}
.p-gnav-3 .p-gnav__label a,
.p-gnav-3 .p-gnav__label .p-gnav__label-nolink {
  padding-left: 52px;
}
.p-gnav-3 .p-gnav__label a [class^=p-material-symbols-],
.p-gnav-3 .p-gnav__label a [class*=" p-material-symbols-"],
.p-gnav-3 .p-gnav__label .p-gnav__label-nolink [class^=p-material-symbols-],
.p-gnav-3 .p-gnav__label .p-gnav__label-nolink [class*=" p-material-symbols-"] {
  left: 29px;
}
@media screen and (min-width: 768px) {
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label {
    border-right: 1px solid #9B9B9B;
    font-size: 1rem;
    text-align: center;
  }
  .p-gnav-1 > .p-gnav__list > .p-gnav__item:first-child > .p-gnav__label {
    border-left: 1px solid #9B9B9B;
  }
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label a,
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label .p-gnav__label-nolink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 10px 5px;
    background: #fff;
    cursor: pointer;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label a > [class^=p-material-symbols-],
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label a > [class*=" p-material-symbols-"],
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label .p-gnav__label-nolink > [class^=p-material-symbols-],
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label .p-gnav__label-nolink > [class*=" p-material-symbols-"] {
    display: none;
  }
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label a:hover, .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label a:focus-visible,
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label .p-gnav__label-nolink:hover,
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label .p-gnav__label-nolink:focus-visible {
    background: #07388C;
    color: #fff;
  }
  .p-gnav-1 > .p-gnav__list > .is-opened > .p-gnav__label a, .p-gnav-1 > .p-gnav__list > .is-current > .p-gnav__label a,
  .p-gnav-1 > .p-gnav__list > .is-opened > .p-gnav__label .p-gnav__label-nolink,
  .p-gnav-1 > .p-gnav__list > .is-current > .p-gnav__label .p-gnav__label-nolink {
    background: #07388C;
    color: #fff;
  }
  .p-gnav-2 .p-gnav__label a, .p-gnav-3 .p-gnav__label a,
  .p-gnav-2 .p-gnav__label .p-gnav__label-nolink,
  .p-gnav-3 .p-gnav__label .p-gnav__label-nolink {
    max-width: calc(100% - 60px);
    min-height: 60px;
    padding: 10px 20px 10px 58px;
  }
  .p-gnav-2 .p-gnav__label a > [class^=p-material-symbols-],
  .p-gnav-2 .p-gnav__label a > [class*=" p-material-symbols-"], .p-gnav-3 .p-gnav__label a > [class^=p-material-symbols-],
  .p-gnav-3 .p-gnav__label a > [class*=" p-material-symbols-"],
  .p-gnav-2 .p-gnav__label .p-gnav__label-nolink > [class^=p-material-symbols-],
  .p-gnav-2 .p-gnav__label .p-gnav__label-nolink > [class*=" p-material-symbols-"],
  .p-gnav-3 .p-gnav__label .p-gnav__label-nolink > [class^=p-material-symbols-],
  .p-gnav-3 .p-gnav__label .p-gnav__label-nolink > [class*=" p-material-symbols-"] {
    left: 25px;
  }
}

.p-gnav__toggle {
  width: min(50px, 100%);
  display: inline-block;
  border-left: 1px solid #fff;
}
.p-gnav__toggle button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-gnav__toggle button::before, .p-gnav__toggle button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #333;
  translate: -50% -50%;
  -webkit-transition-property: opacity, rotate;
  transition-property: opacity, rotate;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-gnav__toggle button::after {
  rotate: 90deg;
}
.p-gnav-1 .is-opened > .p-gnav__label > .p-gnav__toggle button {
  background: #ddd;
}
.p-gnav-2 .is-opened > .p-gnav__label > .p-gnav__toggle button {
  background: #D1D1D1;
}
.is-opened > .p-gnav__label > .p-gnav__toggle button::before {
  rotate: 180deg;
}
.is-opened > .p-gnav__label > .p-gnav__toggle button::after {
  opacity: 0;
  rotate: 180deg;
}
.p-gnav-1 .p-gnav__toggle button:focus-visible {
  background: #ddd;
}
.p-gnav-2 .p-gnav__toggle button:focus-visible {
  background: #D1D1D1;
}
@media screen and (min-width: 768px) {
  .p-gnav__toggle {
    min-width: 60px;
    border-left: none;
  }
  .p-gnav-1 > .p-gnav__list > .p-gnav__item > .p-gnav__label .p-gnav__toggle {
    display: none;
  }
  .p-gnav__toggle button::before, .p-gnav__toggle button::after {
    width: 14px;
  }
  .p-gnav-2 .is-opened > .p-gnav__label > .p-gnav__toggle button {
    background: #ddd;
  }
  .p-gnav-2 .p-gnav__toggle button:focus-visible, .p-gnav-2 .p-gnav__toggle button:hover {
    background: #ddd;
  }
}

@media screen and (min-width: 768px) {
  .p-gnav-2 {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    position: absolute;
    left: 0;
    width: 100%;
    overflow: auto;
    background: #F2F2F2;
  }
}

@media screen and (min-width: 768px) {
  .p-gnav-3 {
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
  }
}

.p-gnav__first-link {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-gnav__first-link {
    display: inherit;
    margin: 18px 0 15px 28px;
    font-size: 1.375rem;
    font-weight: 700;
  }
  .p-gnav__first-link a {
    position: relative;
    display: inline-block;
    padding: 0 35px 0 0;
    color: inherit;
    text-decoration: none;
  }
  .p-gnav__first-link a:hover, .p-gnav__first-link a:focus-visible {
    color: #07388C;
  }
  .p-gnav__first-link [class^=p-material-symbols-],
  .p-gnav__first-link [class*=" p-material-symbols-"] {
    position: absolute;
    top: 50%;
    right: 0;
    margin: 0 0 0 18px;
    font-size: 17px;
    font-variation-settings: "FILL" 1, "wght" 500;
    color: #07388C;
    translate: 0 -50%;
  }
}

.p-gnav__content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  visibility: hidden;
  -webkit-transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility, -ms-grid-rows;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.is-opened > .p-gnav-2 > .p-gnav__content-wrapper, .is-opened > .p-gnav-3 > .p-gnav__content-wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  visibility: visible;
}
.p-header-drawer:not(.is-opened) .is-opened > .p-gnav-2 > .p-gnav__content-wrapper, .p-header-drawer:not(.is-opened) .is-opened > .p-gnav-3 > .p-gnav__content-wrapper {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .p-gnav-2 > .p-gnav__content-wrapper {
    opacity: 0;
    -webkit-transition-property: grid-template-rows, visibility, opacity;
    transition-property: grid-template-rows, visibility, opacity;
    transition-property: grid-template-rows, visibility, opacity, -ms-grid-rows;
    -webkit-transition-duration: 1000ms, 1000ms, 400ms;
            transition-duration: 1000ms, 1000ms, 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .is-opened > .p-gnav-2 > .p-gnav__content-wrapper {
    opacity: 1;
  }
  .p-header-drawer:not(.is-opened) .is-opened > .p-gnav-2 > .p-gnav__content-wrapper {
    visibility: inherit;
  }
  .p-gnav-3 > .p-gnav__content-wrapper {
    -ms-grid-rows: none;
    grid-template-rows: none;
    height: 0;
    opacity: 0;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
    -webkit-transition-duration: 400ms;
            transition-duration: 400ms;
    -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
            transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  }
  .p-gnav__item.is-opened > .p-gnav-3 > .p-gnav__content-wrapper {
    -ms-grid-rows: none;
    grid-template-rows: none;
    height: auto;
    opacity: 1;
  }
  .p-header-drawer:not(.is-opened) .p-gnav__item.is-opened > .p-gnav-3 > .p-gnav__content-wrapper {
    visibility: inherit;
  }
}

.p-gnav-2 .p-gnav__content, .p-gnav-3 .p-gnav__content {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-gnav-3 .p-gnav__content {
    overflow: visible;
  }
}

.p-header-sub {
  width: 78%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-header-sub {
    width: 100%;
    margin: 0 0 25px;
  }
  .p-header-drawer > .p-header-sub {
    display: none;
  }
}

.p-header-sub-upper {
  margin: 0 0 32px;
}
@media screen and (min-width: 768px) {
  .p-header-sub-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-header-button-nav {
    margin: 0 20px 0 0;
  }
}

.p-header-button-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-header-button-nav__list {
    gap: 0;
  }
}

.p-header-button-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.3333333333%;
          flex: 0 1 33.3333333333%;
}
.p-header-button-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 15px 5px 10px;
  background: #002A42;
  color: #fff;
  text-decoration: none;
}
.p-header-button-nav__item a:focus-visible {
  color: #C6C6C6;
}
.p-header-button-nav__item:first-child a {
  border-radius: 5px 0 0 5px;
}
.p-header-button-nav__item:last-child a {
  border-radius: 0 5px 5px 0;
}
.p-header-button-nav__item [class^=p-material-symbols-],
.p-header-button-nav__item [class*=" p-material-symbols-"] {
  margin: 0 auto 10px;
  font-size: 28px;
  font-variation-settings: "FILL" 1, "wght" 300;
}
@media screen and (min-width: 768px) {
  .p-header-button-nav__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .p-header-button-nav__item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 9px 13px;
  }
  .p-header-button-nav__item a:hover {
    color: #C6C6C6;
  }
  .p-header-button-nav__item:first-child a {
    border-radius: 0 0 0 10px;
  }
  .p-header-button-nav__item:last-child a {
    border-radius: 0 0 10px 0;
  }
  .p-header-button-nav__item [class^=p-material-symbols-],
  .p-header-button-nav__item [class*=" p-material-symbols-"] {
    margin: 0 5px 0 0;
    font-size: 22px;
  }
}

.p-header-button-nav__text {
  margin: auto 0;
  font-size: 0.85714rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-header-button-nav__text {
    font-size: 0.875rem;
  }
}

.p-header-sub-upper__en-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-sub-upper__en-button {
    display: inherit;
    width: 90px;
    font-weight: 700;
  }
  .p-header-sub-upper__en-button a {
    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;
    width: 100%;
    padding: 0;
    border-radius: 0 0 10px 10px;
    background: #333;
    color: #fff;
    text-decoration: none;
  }
  .p-header-sub-upper__en-button a:hover, .p-header-sub-upper__en-button a:focus-visible {
    color: #C6C6C6;
  }
}

@media screen and (min-width: 768px) {
  .p-header-sub-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.p-header-sub-nav {
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .p-header-sub-nav {
    margin: 0 20px 0 0;
  }
}

.p-header-sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px 20px;
  margin: 0;
  padding: 0;
  text-align: center;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-header-sub-nav__list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 26px;
    height: 100%;
    font-size: 0.875rem;
  }
}

.p-header-sub-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 10px);
          flex: 0 1 calc(50% - 10px);
}
.p-header-sub-nav__item:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  padding: 0 0 10px;
  border-bottom: 1px solid #9B9B9B;
}
.p-header-sub-nav__item a {
  display: inline-block;
  color: inherit;
}
.p-header-sub-nav__item a:focus-visible {
  color: inherit;
}
.p-header-sub-nav__item [class^=p-material-symbols-],
.p-header-sub-nav__item [class*=" p-material-symbols-"] {
  margin: 0 6px 0 0;
  font-size: 28px;
  color: #07388C;
}
.p-header-sub-nav__item:nth-child(1) [class^=p-material-symbols-], .p-header-sub-nav__item:nth-child(1) [class*=" p-material-symbols-"], .p-header-sub-nav__item:nth-child(2) [class^=p-material-symbols-], .p-header-sub-nav__item:nth-child(2) [class*=" p-material-symbols-"] {
  font-variation-settings: "FILL" 1;
}
@media screen and (min-width: 768px) {
  .p-header-sub-nav__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .p-header-sub-nav__item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: 0 -10px 0 0;
    padding: 0 28px 0 0;
    border-bottom: none;
    border-right: 1px solid #9B9B9B;
  }
  .p-header-sub-nav__item a:hover {
    color: inherit;
  }
  .p-header-sub-nav__item [class^=p-material-symbols-],
  .p-header-sub-nav__item [class*=" p-material-symbols-"] {
    margin-right: 8px;
    font-size: 22px;
  }
}

.p-header-search-button {
  margin: 0 0 25px;
  text-align: center;
}
.p-header-search-button a {
  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;
  padding: 8px;
  border: 1px solid #707070;
  border-radius: 8px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-header-search-button a:focus-visible {
  border-color: #07388C;
  color: #07388C;
}
.p-header-search-button [class^=p-material-symbols-],
.p-header-search-button [class*=" p-material-symbols-"] {
  margin: 0 8px 0 0;
  font-size: 26px;
  font-variation-settings: "wght" 600;
  color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-header-search-button {
    width: 90px;
    margin-bottom: 0;
    font-size: 0.875rem;
  }
  .p-header-search-button a {
    width: 100%;
    padding: 7px 0;
  }
  .p-header-search-button a:hover {
    border-color: #07388C;
    color: #07388C;
  }
  .p-header-search-button [class^=p-material-symbols-],
  .p-header-search-button [class*=" p-material-symbols-"] {
    margin-right: 10px;
    font-size: 24px;
  }
}

.p-header-en-button {
  font-size: 1.14285rem;
  font-weight: 700;
  text-align: center;
}
.p-header-en-button a {
  display: block;
  padding: 12px;
  border-radius: 5px;
  background: #333;
  color: #fff;
  text-decoration: none;
}
.p-header-en-button a:focus-visible {
  color: #C6C6C6;
}
@media screen and (min-width: 768px) {
  .p-header-en-button {
    display: none;
  }
}

.p-header-sub-wrapper-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header-sub-wrapper-pc {
    display: inherit;
  }
}

/* ---------------------------------------*/
/* footer */
/* ---------------------------------------*/
.p-footer-upper {
  padding: 35px 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 28px 0 32px;
    text-align: left;
  }
}

.p-footer-info {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-footer-info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    margin-bottom: 0;
  }
}

.p-footer-sitelogo {
  width: 226px;
  margin: 0 auto 12px;
  line-height: 1px;
}
.p-footer-sitelogo a {
  display: block;
}
.p-footer-sitelogo img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-footer-sitelogo {
    width: 100%;
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-access {
    font-size: 0.875rem;
  }
}

.p-footer-sub-nav {
  margin: 0 0 35px;
}
@media screen and (min-width: 768px) {
  .p-footer-sub-nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin: auto min(6vw, 70px);
  }
}

.p-footer-sub-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-footer-sub-nav__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px 25px;
    font-size: 0.875rem;
  }
}

.p-footer-sub-nav__item a {
  display: block;
  color: inherit;
}
.p-footer-sub-nav__item a:focus-visible {
  color: inherit;
}
.p-footer-sub-nav__item [class^=p-material-symbols-],
.p-footer-sub-nav__item [class*=" p-material-symbols-"] {
  margin: 0 6px 0 0;
  font-size: 22px;
  color: #07388C;
}
.p-footer-sub-nav__item:first-child [class^=p-material-symbols-], .p-footer-sub-nav__item:first-child [class*=" p-material-symbols-"] {
  font-variation-settings: "FILL" 1;
}
@media screen and (min-width: 768px) {
  .p-footer-sub-nav__item a:hover {
    color: inherit;
  }
  .p-footer-sub-nav__item [class^=p-material-symbols-],
  .p-footer-sub-nav__item [class*=" p-material-symbols-"] {
    margin-right: 8px;
  }
}

.p-footer-sub-nav__item--campus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  font-weight: 700;
}
.p-footer-sub-nav__item--campus a {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid #07388C;
  border-radius: 5px;
  background: #07388C;
  color: #fff;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-footer-sub-nav__item--campus a:focus-visible {
  background: #fff;
  color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-footer-sub-nav__item--campus a:hover {
    background: #fff;
    color: #07388C;
  }
}

.p-footer-sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-footer-sns-list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 14px 0 0 auto;
  }
}

.p-footer-sns-list__item a {
  display: block;
}
.p-footer-sns-list__item img {
  width: auto;
  height: 28px;
  vertical-align: top;
}

@media screen and (min-width: 768px) {
  .p-footer-other-nav {
    margin-bottom: 12px;
  }
}

.p-footer-other-nav__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  border-top: 1px solid #ddd;
  font-size: 0.85714rem;
  list-style: none;
}
.p-footer-other-nav__list::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ddd;
}
@media screen and (min-width: 768px) {
  .p-footer-other-nav__list {
    gap: 0 30px;
    border-top: none;
    font-size: 0.875rem;
  }
  .p-footer-other-nav__list::after {
    content: normal;
  }
}

.p-footer-other-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  border-bottom: 1px solid #ddd;
}
.p-footer-other-nav__item:nth-child(odd) {
  border-right: 1px solid #ddd;
}
.p-footer-other-nav__item a {
  display: block;
  padding: 10px 20px;
  color: inherit;
}
.p-footer-other-nav__item a:focus-visible {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-footer-other-nav__item {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    border-bottom: none;
  }
  .p-footer-other-nav__item:nth-child(odd) {
    border-right: none;
  }
  .p-footer-other-nav__item a {
    display: inherit;
    padding: 0;
  }
  .p-footer-other-nav__item a:hover {
    color: inherit;
  }
}

.p-footer-copyright {
  margin: 0;
  padding: 18px 20px 28px;
  font-size: 0.71428rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer-copyright {
    padding: 22px 0;
    font-size: 0.75rem;
  }
}

/* ---------------------------------------*/
/* general */
/* ---------------------------------------*/
body {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
body.is-show {
  opacity: 1;
}

[class^=p-material-symbols-],
[class*=" p-material-symbols-"] {
  display: inline-block;
  width: 1em;
  margin: 0 3px;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  vertical-align: middle;
  letter-spacing: normal;
  direction: ltr;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -moz-font-feature-settings: "liga";
  -moz-osx-font-smoothing: grayscale;
}

.p-material-symbols-outlined {
  font-family: "Material Symbols Outlined";
}

.p-material-symbols-rounded {
  font-family: "Material Symbols Rounded";
}

.p-material-symbols-sharp {
  font-family: "Material Symbols Sharp";
}

[class^=p-icomoon-],
[class*=" p-icomoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  margin: 0 5px;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.p-icomoon-file-pdf {
  color: #E04546;
}
.p-icomoon-file-pdf::before {
  content: "\e901";
}

.p-icomoon-file-word {
  color: #1E67C9;
}
.p-icomoon-file-word::before {
  content: "\e903";
}

.p-icomoon-file-excel {
  color: #1E8810;
}
.p-icomoon-file-excel::before {
  content: "\e900";
}

.p-icomoon-file-powerpoint {
  color: #CA4224;
}
.p-icomoon-file-powerpoint::before {
  content: "\e902";
}

.p-link-heading-h2 {
  margin: 50px 0 30px;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-link-heading-h2:first-child {
  margin-top: 0;
}
.p-link-heading-h2 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  padding: 8px 52px 8px 15px;
  border-top: 2px solid #07388C;
  border-bottom: 2px solid #F2F2F2;
  text-decoration: none;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-link-heading-h2 a:focus-visible {
  border-color: #07388C;
  background: #07388C;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-link-heading-h2 {
    margin: 80px 0 35px;
    font-size: 1.625rem;
  }
  .p-link-heading-h2 a {
    min-height: 90px;
    padding: 10px 84px 10px 30px;
  }
  .p-link-heading-h2 a:hover {
    border-color: #07388C;
    background: #07388C;
    color: #fff;
  }
}

.p-link-heading-h2__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  translate: 0 -50%;
  -webkit-transition: border-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-link-heading-h2__arrow [class^=p-material-symbols-],
.p-link-heading-h2__arrow [class*=" p-material-symbols-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 22px;
  font-variation-settings: "wght" 500;
  translate: calc(-50% + 1px) -50%;
}
.p-page .p-link-heading-h2__arrow [class^=p-material-symbols-],
.p-page .p-link-heading-h2__arrow [class*=" p-material-symbols-"] {
  font-size: 22px;
}
a:focus-visible .p-link-heading-h2__arrow {
  border-color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-link-heading-h2__arrow {
    right: 22px;
    width: 40px;
    height: 40px;
  }
  .p-link-heading-h2__arrow [class^=p-material-symbols-],
  .p-link-heading-h2__arrow [class*=" p-material-symbols-"] {
    font-size: 28px;
    translate: calc(-50% + 2px) -50%;
  }
  .p-page .p-link-heading-h2__arrow [class^=p-material-symbols-],
  .p-page .p-link-heading-h2__arrow [class*=" p-material-symbols-"] {
    font-size: 28px;
  }
  a:hover .p-link-heading-h2__arrow {
    border-color: #07388C;
  }
}

.p-link-heading-h3 {
  margin: 30px 0;
  font-size: 1.14285rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-link-heading-h3 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 46px;
  padding: 12px 35px 12px 20px;
  border: 2px solid #F2F2F2;
  text-decoration: none;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-link-heading-h3 a::before {
  content: "";
  position: absolute;
  top: calc(12px + 0.6em - 2px);
  left: -2px;
  display: inline-block;
  width: 10px;
  height: 4px;
  background: #07388C;
  -webkit-transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-link-heading-h3 a:focus-visible {
  border-color: #07388C;
  background: #07388C;
  color: #fff;
}
.p-link-heading-h3 a:focus-visible::before {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-link-heading-h3 {
    margin: 35px 0;
    font-size: 1.25rem;
  }
  .p-link-heading-h3 a {
    min-height: 60px;
    padding: 15px 35px 15px 20px;
  }
  .p-link-heading-h3 a::before {
    top: calc(16px + 0.6em - 2px);
  }
  .p-link-heading-h3 a:hover {
    border-color: #07388C;
    background: #07388C;
    color: #fff;
  }
  .p-link-heading-h3 a:hover::before {
    background-color: #fff;
  }
}

.p-link-heading-h3__arrow {
  position: absolute;
  top: 50%;
  right: 10px;
}
.p-link-heading-h3__arrow [class^=p-material-symbols-],
.p-link-heading-h3__arrow [class*=" p-material-symbols-"] {
  margin: 0;
  font-size: 24px;
  font-variation-settings: "wght" 500;
  translate: 0 -50%;
}
@media screen and (min-width: 768px) {
  .p-link-heading-h3__arrow [class^=p-material-symbols-],
  .p-link-heading-h3__arrow [class*=" p-material-symbols-"] {
    font-size: 28px;
  }
  .p-page .p-link-heading-h3__arrow [class^=p-material-symbols-],
  .p-page .p-link-heading-h3__arrow [class*=" p-material-symbols-"] {
    font-size: 28px;
  }
}

.p-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 260px;
  min-height: 54px;
  padding: 10px 35px 10px 22px;
  border: 2px solid #F2F2F2;
  border-radius: 9999px;
  background: #fff;
  font-size: 0.85714rem;
  font-weight: 700;
  color: #07388C;
  line-height: 1.3;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-button [class^=p-material-symbols-],
.p-button [class*=" p-material-symbols-"] {
  position: absolute;
  right: 13px;
  margin: 0;
  font-size: 18px;
  font-variation-settings: "wght" 500;
}
.p-button [class^=p-material-symbols-].is-external,
.p-button [class*=" p-material-symbols-"].is-external {
  right: 16px;
  font-size: 16px;
  font-variation-settings: "wght" 400;
}
.p-button [class^=p-icomoon-],
.p-button [class*=" p-icomoon-"] {
  position: absolute;
  left: calc(100% - 31px);
  margin: 0;
  font-size: 1.07142rem;
  -webkit-transition: color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-button.is-center {
  margin-right: auto;
  margin-left: auto;
}
.p-button:focus-visible {
  background: #07388C;
  color: #fff;
}
.p-button:focus-visible [class^=p-icomoon-],
.p-button:focus-visible [class*=" p-icomoon-"] {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-button {
    max-width: 300px;
    min-height: 68px;
    padding: 10px 50px 10px 32px;
    font-size: 1rem;
  }
  .p-button [class^=p-material-symbols-],
  .p-button [class*=" p-material-symbols-"] {
    position: absolute;
    right: 18px;
    font-size: 24px;
  }
  .p-button [class^=p-material-symbols-].is-external,
  .p-button [class*=" p-material-symbols-"].is-external {
    right: 22px;
    font-size: 22px;
  }
  .p-button [class^=p-icomoon-],
  .p-button [class*=" p-icomoon-"] {
    left: calc(100% - 40px);
    font-size: 1.125rem;
  }
  .p-button:hover {
    background: #07388C;
    color: #fff;
  }
  .p-button:hover [class^=p-icomoon-],
  .p-button:hover [class*=" p-icomoon-"] {
    color: #fff;
  }
}

.p-button-list, .p-button-list--column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 35px;
  padding: 0;
  list-style: none;
}
.p-button-list .p-button, .p-button-list--column3 .p-button {
  max-width: none;
}
@media screen and (min-width: 768px) {
  .p-button-list, .p-button-list--column3 {
    gap: 25px 30px;
  }
}

.p-button-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 14px) / 2);
          flex: 0 1 calc((100% - 14px) / 2);
}
.p-button-list__item:only-child {
  -ms-flex-preferred-size: calc(100% - 70px);
      flex-basis: calc(100% - 70px);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-button-list__item {
    -ms-flex-preferred-size: calc((100% - 30px) / 2);
        flex-basis: calc((100% - 30px) / 2);
  }
  .p-button-list--column3 .p-button-list__item {
    -ms-flex-preferred-size: calc((100% - 60px) / 3);
        flex-basis: calc((100% - 60px) / 3);
  }
  .p-button-list__item:only-child {
    -ms-flex-preferred-size: 455px;
        flex-basis: 455px;
  }
}

.p-list {
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.p-list .p-list, .p-ordered-list .p-list {
  margin: 14px 0;
}
@media screen and (min-width: 768px) {
  .p-list {
    margin: 25px 0;
  }
  .p-list .p-list, .p-ordered-list .p-list {
    margin: 14px 0;
  }
}

.p-list__item {
  position: relative;
  margin: 0 0 14px;
  padding: 0 0 0 20px;
}
.p-list__item::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  translate: 0 -50%;
}
.p-list__item:not(.is-marker-triangle)::before {
  border-radius: 50%;
  background: #1073B5;
}
.p-list .p-list__item .p-list .p-list__item:not(.is-marker-triangle)::before {
  border: 1px solid #1073B5;
  background: none;
}
.p-list__item.is-marker-triangle::before {
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.2%, #07388C)) no-repeat top left/100% 50.2%, -webkit-gradient(linear, right bottom, left top, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50.2%, #07388C)) no-repeat bottom right/100% 50.2%;
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #07388C 50.2%) no-repeat top left/100% 50.2%, linear-gradient(to top left, rgba(255, 255, 255, 0) 50%, #07388C 50.2%) no-repeat bottom right/100% 50.2%;
  height: 12px;
  border-radius: 0;
}

.p-ordered-list {
  counter-reset: counter-num;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}
.p-ordered-list .p-ordered-list, .p-list .p-ordered-list {
  margin: 14px 0;
}
.p-ordered-list .p-ordered-list__item .p-ordered-list {
  counter-reset: counter-alphabet;
}
.p-ordered-list .p-ordered-list__item .p-ordered-list .p-ordered-list__item .p-ordered-list {
  counter-reset: counter-num2;
}
@media screen and (min-width: 768px) {
  .p-ordered-list {
    margin: 25px 0;
  }
  .p-ordered-list .p-ordered-list, .p-list .p-ordered-list {
    margin: 14px 0;
  }
}

.p-ordered-list__item {
  position: relative;
  margin: 0 0 14px;
}
.p-ordered-list__item::before {
  position: absolute;
  top: 0.8em;
  left: 0;
  display: inline-block;
  margin: -2px 0 0 0;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.14285rem;
  font-weight: 700;
  color: #1073B5;
  line-height: 1;
  translate: 0 -50%;
}
.p-ordered-list .p-ordered-list__item {
  counter-increment: counter-num;
  padding-left: 1.75em;
}
.p-ordered-list .p-ordered-list__item::before {
  content: counter(counter-num) ".";
}
.p-ordered-list .p-ordered-list__item .p-ordered-list .p-ordered-list__item {
  counter-increment: counter-alphabet;
  padding-left: 1.75em;
}
.p-ordered-list .p-ordered-list__item .p-ordered-list .p-ordered-list__item::before {
  content: counter(counter-alphabet, lower-alpha) ".";
}
.p-ordered-list .p-ordered-list__item .p-ordered-list .p-ordered-list__item .p-ordered-list .p-ordered-list__item {
  counter-increment: counter-num2;
  padding-left: 2.25em;
}
.p-ordered-list .p-ordered-list__item .p-ordered-list .p-ordered-list__item .p-ordered-list .p-ordered-list__item::before {
  content: "(" counter(counter-num2) ")";
}
@media screen and (min-width: 768px) {
  .p-ordered-list__item::before {
    margin-top: -3px;
    font-size: 1.125rem;
  }
}

.p-definition-list--3, .p-definition-list--2, .p-definition-list--1 {
  margin: 20px 0;
  border-top: 1px solid #ddd;
}
.p-definition-list--3 dt, .p-definition-list--2 dt, .p-definition-list--1 dt {
  padding: 15px 10px 10px;
  font-weight: 700;
}
.p-definition-list--3 dd, .p-definition-list--2 dd, .p-definition-list--1 dd {
  margin: 0;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ddd;
}
.p-definition-list--3 dd *:not(.p-list .p-list, .p-list .p-ordered-list, .p-ordered-list .p-list, .p-ordered-list .p-ordered-list):first-child, .p-definition-list--2 dd *:not(.p-list .p-list, .p-list .p-ordered-list, .p-ordered-list .p-list, .p-ordered-list .p-ordered-list):first-child, .p-definition-list--1 dd *:not(.p-list .p-list, .p-list .p-ordered-list, .p-ordered-list .p-list, .p-ordered-list .p-ordered-list):first-child {
  margin-top: 0;
}
.p-definition-list--3 dd *:last-child, .p-definition-list--2 dd *:last-child, .p-definition-list--1 dd *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-definition-list--3, .p-definition-list--2, .p-definition-list--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 25px 0;
  }
  .p-definition-list--3 dt, .p-definition-list--2 dt, .p-definition-list--1 dt {
    padding: 15px 15px 15px 30px;
    border-bottom: 1px solid #ddd;
  }
  .p-definition-list--3 dd, .p-definition-list--2 dd, .p-definition-list--1 dd {
    padding: 15px 30px 15px 15px;
  }
}

@media screen and (min-width: 768px) {
  .p-definition-list--1 dt {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
  }
  .p-definition-list--1 dd {
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
}

@media screen and (min-width: 768px) {
  .p-definition-list--2 dt {
    -ms-flex-preferred-size: 35%;
        flex-basis: 35%;
  }
  .p-definition-list--2 dd {
    -ms-flex-preferred-size: 65%;
        flex-basis: 65%;
  }
}

@media screen and (min-width: 768px) {
  .p-definition-list--3 dt {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
  .p-definition-list--3 dd {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

.p-table-wrapper {
  margin: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-table-wrapper {
    margin: 25px 0;
  }
}

.p-table-caption {
  margin: 0 0 8px;
  font-size: 0.85714rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-table-caption {
    margin-bottom: 18px;
    font-size: 0.875rem;
  }
}

.p-table {
  width: 100% !important;
  border: 1px solid #ddd;
}
[data-scroll-hint] .p-table {
  min-width: 650px;
}
.p-table th,
.p-table td {
  padding: 12px;
  border: 1px solid #ddd;
  font-size: 0.85714rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}
.p-table th {
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-table th,
  .p-table td {
    padding: 12px 15px;
    font-size: 0.875rem;
  }
}

.scroll-hint-icon {
  top: 50%;
  translate: 0 -50%;
}

.p-image-slider {
  margin: 25px -20px 35px;
}
.p-image-slider .splide__pagination {
  display: inherit !important;
}
.p-image-slider .splide__arrows {
  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;
  margin: 20px 0 0;
  padding: 0 30px;
}
.p-image-slider .splide__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #07388C;
  background: #07388C;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-image-slider .splide__arrow [class^=p-material-symbols-],
.p-image-slider .splide__arrow [class*=" p-material-symbols-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-variation-settings: "wght" 500;
  translate: -50% -50%;
}
.p-image-slider .splide__arrow:focus-visible {
  background: #fff;
  color: #07388C;
}
.p-image-slider .splide__arrow--prev {
  margin-right: auto;
}
.p-image-slider .splide__arrow--prev [class^=p-material-symbols-],
.p-image-slider .splide__arrow--prev [class*=" p-material-symbols-"] {
  translate: calc(-50% - 1px) -50%;
}
.p-image-slider .splide__arrow--next {
  margin-left: auto;
}
.p-image-slider .splide__arrow--next [class^=p-material-symbols-],
.p-image-slider .splide__arrow--next [class*=" p-material-symbols-"] {
  translate: calc(-50% + 1px) -50%;
}
.p-image-slider .splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0 60px;
}
.p-image-slider .splide__pagination li {
  line-height: 1px;
}
.p-image-slider .splide__pagination .splide__pagination__page {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #9B9B9B;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-image-slider .splide__pagination .splide__pagination__page.is-active, .p-image-slider .splide__pagination .splide__pagination__page:focus-visible {
  background: #07388C;
}
@media screen and (min-width: 768px) {
  .p-image-slider {
    margin: 25px 0 35px;
  }
  .p-image-slider .splide__arrows {
    margin-top: 30px;
    padding: 0;
  }
  .p-image-slider .splide__arrow:hover {
    background: #fff;
    color: #07388C;
  }
  .p-image-slider .splide__arrow--prev {
    margin-right: 0;
  }
  .p-image-slider .splide__arrow--next {
    margin-left: 0;
  }
  .p-image-slider .splide__pagination {
    margin: 0 60px;
    padding: 0;
  }
  .p-image-slider .splide__pagination .splide__pagination__page:hover {
    background: #07388C;
  }
}

.p-image-slider__image {
  height: 100%;
}
.p-image-slider__image p {
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-image-slider__image figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.p-image-slider__image figcaption {
  height: 100%;
  padding: 8px;
  background: #F2F2F2;
  font-size: 0.85714rem;
  line-height: 1.5;
}
.p-image-slider__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-image-slider__image figcaption {
    padding: 10px;
    font-size: 0.75rem;
  }
}

.p-accordion-all-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin: 30px 0;
  font-size: 1.14285rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-accordion-all-button button {
  position: relative;
  display: block;
  min-width: 166px;
  padding: 14px 40px 14px 20px;
  border-radius: 0;
  border: 1px solid #ddd;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-accordion-all-button button::before, .p-accordion-all-button button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #07388C;
  translate: 0 -50%;
  -webkit-transition-property: opacity, rotate;
  transition-property: opacity, rotate;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-accordion-all-button button::after {
  rotate: 90deg;
}
.p-accordion-all-button button.is-opened::before {
  rotate: 180deg;
}
.p-accordion-all-button button.is-opened::after {
  opacity: 0;
  rotate: 180deg;
}
.p-accordion-all-button button:focus-visible {
  border-color: #07388C;
  color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-accordion-all-button {
    margin: 45px 0;
    font-size: 1.25rem;
  }
  .p-accordion-all-button button {
    min-width: 300px;
    padding: 15px 55px 15px 20px;
  }
  .p-accordion-all-button button::before, .p-accordion-all-button button::after {
    right: 30px;
  }
  .p-accordion-all-button button:hover {
    border-color: #07388C;
    color: #07388C;
  }
}

.p-accordion {
  position: relative;
  margin: 20px 0;
}
.p-accordion::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #ddd;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-accordion {
    margin: 25px 0;
  }
}

.p-accordion__heading {
  margin: 0;
  font-size: 1.14285rem;
  font-weight: 700;
  line-height: 1.4;
}
.p-accordion__heading button {
  position: relative;
  display: block;
  width: 100%;
  padding: 14px 40px 14px 20px;
  border-radius: 0;
  border: 1px solid #ddd;
  background: none;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-accordion__heading button::before, .p-accordion__heading button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #07388C;
  translate: 0 -50%;
  -webkit-transition-property: opacity, rotate;
  transition-property: opacity, rotate;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.is-opened .p-accordion__heading button::before {
  rotate: 180deg;
}
.p-accordion__heading button::after {
  rotate: 90deg;
}
.is-opened .p-accordion__heading button::after {
  opacity: 0;
  rotate: 180deg;
}
.p-accordion__heading button:focus-visible {
  border-color: #07388C;
  color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-accordion__heading {
    font-size: 1.25rem;
  }
  .p-accordion__heading button {
    padding: 15px 55px 15px 20px;
  }
  .p-accordion__heading button::before, .p-accordion__heading button::after {
    right: 30px;
  }
  .p-accordion__heading button:hover {
    border-color: #07388C;
    color: #07388C;
  }
}

.p-accordion__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  visibility: hidden;
  -webkit-transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility, -ms-grid-rows;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.is-opened .p-accordion__body {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  visibility: visible;
}

.p-accordion__inner {
  overflow: hidden;
}

.p-accordion__content {
  padding: 14px 20px;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.p-accordion__content > *:first-child {
  margin-top: 0;
}
.p-accordion__content *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-accordion__content {
    padding: 28px 30px;
  }
}

.p-topicpath {
  padding: 15px 20px;
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-topicpath {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
  }
}

.p-topicpath__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 12px;
  margin: 0;
  padding: 0;
  font-size: 0.85714rem;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-topicpath__list {
    font-size: 0.75rem;
  }
}

.p-topicpath__item {
  position: relative;
  padding: 0 15px 0 0;
}
.p-topicpath__item a {
  color: inherit;
}
.p-topicpath__item a:focus-visible {
  color: inherit;
}
.p-topicpath__item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 3px;
  height: 1px;
  background: #333;
}
.p-topicpath__item:last-child {
  padding-right: 0;
  font-weight: 700;
}
.p-topicpath__item:last-child::after {
  content: normal;
}
@media screen and (min-width: 768px) {
  .p-topicpath__item a:hover {
    color: inherit;
  }
}

.p-page-header, .p-page-header--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 110px;
  padding: 20px 20px;
  background: #F2F8FB;
}
@media screen and (min-width: 768px) {
  .p-page-header, .p-page-header--2 {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    min-height: 260px;
  }
}

.p-page-header--2 {
  color: #fff;
  background: #07388C;
}

.p-page-header__title {
  margin: 0;
  font-size: 1.28571rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-page-header__title {
    font-size: 2rem;
    margin: 0 min(31.22580645%, 260px + 3.22580645%) 0 0;
  }
}

.p-page-header__center {
  position: relative;
  background: #F2F8FB;
  font-size: 0.85714rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-page-header__center {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
  }
}

.p-page-header__center-label {
  width: calc(100% - 20px - 20px);
  margin: 0 0 0 20px;
  padding: 10px 18px;
  color: #fff;
  background: #1073B5;
}
@media screen and (min-width: 768px) {
  .p-page-header__center-label {
    width: auto;
    margin: 0 min(31.22580645%, 260px + 3.22580645%) 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-column-body {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 3.22580645%;
  }
}

.p-column-body__content, .p-column-body__content--100p {
  margin: 0 0 50px;
  padding: 25px 20px 0;
}
@media screen and (min-width: 768px) {
  .p-column-body__content, .p-column-body__content--100p {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 940px;
            flex: 0 1 940px;
    overflow: hidden;
    overflow: auto;
    margin-bottom: 0;
    padding: 30px 0 0;
  }
}

@media screen and (min-width: 768px) {
  .p-column-body__content--100p {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.p-column-body__sidebar {
  margin-bottom: -50px;
}
.p-column-body__sidebar:empty {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-column-body__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 min(28%, 260px);
            flex: 0 0 min(28%, 260px);
    margin-bottom: 0;
  }
}

.p-page [class^=p-material-symbols-],
.p-page [class*=" p-material-symbols-"] {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .p-page [class^=p-material-symbols-],
  .p-page [class*=" p-material-symbols-"] {
    font-size: 22px;
  }
}
.p-page .p-button [class^=p-material-symbols-],
.p-page .p-button [class*=" p-material-symbols-"] {
  font-size: 18px;
}
.p-page .p-button [class^=p-material-symbols-].is-external,
.p-page .p-button [class*=" p-material-symbols-"].is-external {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .p-page .p-button [class^=p-material-symbols-],
  .p-page .p-button [class*=" p-material-symbols-"] {
    font-size: 24px;
  }
  .p-page .p-button [class^=p-material-symbols-].is-external,
  .p-page .p-button [class*=" p-material-symbols-"].is-external {
    font-size: 22px;
  }
}
.p-page [class^=p-icomoon-],
.p-page [class*=" p-icomoon-"] {
  font-size: 1.14285rem;
}
@media screen and (min-width: 768px) {
  .p-page [class^=p-icomoon-],
  .p-page [class*=" p-icomoon-"] {
    font-size: 1.0625rem;
  }
}
.p-page .p-button [class^=p-icomoon-],
.p-page .p-button [class*=" p-icomoon-"] {
  font-size: 1.07142rem;
}
@media screen and (min-width: 768px) {
  .p-page .p-button [class^=p-icomoon-],
  .p-page .p-button [class*=" p-icomoon-"] {
    font-size: 1.125rem;
  }
}
.p-page blockquote {
  margin: 20px 0 30px;
  padding: 20px;
  border-left: 4px solid #C6C6C6;
  background: #F2F2F2;
}
.p-page blockquote .p-sr-only + * {
  margin-top: 0;
}
.p-page blockquote *:has(+ .p-sr-only) {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-page blockquote {
    margin: 25px 0 35px;
    padding: 30px;
  }
}

.p-h2 {
  position: relative;
  margin: 50px 0 30px;
  padding: 15px 0;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-h2:first-child {
  margin-top: 0;
}
.p-h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  height: 2px;
  background: #07388C;
}
@media screen and (min-width: 768px) {
  .p-h2 {
    margin: 80px 0 35px;
    font-size: 1.625rem;
  }
}

.p-h3 {
  position: relative;
  margin: 30px 0 20px;
  padding: 12px 15px 12px 20px;
  background: #F2F8FB;
  font-size: 1.14285rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-h3::before {
  content: "";
  position: absolute;
  top: calc(12px + 0.6em - 2px);
  left: 0;
  display: inline-block;
  width: 10px;
  height: 4px;
  background: #1073B5;
}
@media screen and (min-width: 768px) {
  .p-h3 {
    margin: 35px 0 25px;
    padding: 15px 15px 15px 20px;
    font-size: 1.25rem;
  }
  .p-h3::before {
    content: "";
    top: calc(15px + 0.6em - 2px);
  }
}

.p-h4 {
  margin: 20px 0;
  padding: 7px 0;
  border-bottom: 1px solid #ddd;
  font-size: 1.14285rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-h4 {
    margin: 25px 0;
    padding: 10px 0;
    font-size: 1.125rem;
  }
}

.p-h5 {
  margin: 20px 0 10px;
  padding: 6px 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-h5 {
    margin: 25px 0 15px;
    font-size: 1rem;
  }
}

.p-paragraph {
  margin: 0 0 20px;
  line-height: 1.8;
}
.p-paragraph:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-paragraph {
    margin: 0 0 25px;
  }
  .p-paragraph:first-child {
    margin-top: 0;
  }
}

.p-page hr {
  height: 1px;
  background-color: #ddd;
  border: none;
}

.p-mail__domain::before {
  content: "@";
}

.p-column, .p-column--1-2, .p-column--2-1, .p-column--1-1-1, .p-column--1-1--3, .p-column--1-1 {
  margin-bottom: 25px;
}
.p-column:last-child, .p-column--1-2:last-child, .p-column--2-1:last-child, .p-column--1-1-1:last-child, .p-column--1-1--3:last-child, .p-column--1-1:last-child {
  margin-bottom: 0;
}
.p-column.is-responsive-columns, .is-responsive-columns.p-column--1-2, .is-responsive-columns.p-column--2-1, .is-responsive-columns.p-column--1-1-1, .is-responsive-columns.p-column--1-1--3, .is-responsive-columns.p-column--1-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3%;
}
.p-column + .p-column, .p-column--1-2 + .p-column, .p-column + .p-column--1-2, .p-column--1-2 + .p-column--1-2, .p-column--2-1 + .p-column, .p-column--2-1 + .p-column--1-2, .p-column + .p-column--2-1, .p-column--1-2 + .p-column--2-1, .p-column--2-1 + .p-column--2-1, .p-column--1-1-1 + .p-column, .p-column--1-1-1 + .p-column--1-2, .p-column--1-1-1 + .p-column--2-1, .p-column + .p-column--1-1-1, .p-column--1-2 + .p-column--1-1-1, .p-column--2-1 + .p-column--1-1-1, .p-column--1-1-1 + .p-column--1-1-1, .p-column--1-1--3 + .p-column, .p-column--1-1--3 + .p-column--1-2, .p-column--1-1--3 + .p-column--2-1, .p-column--1-1--3 + .p-column--1-1-1, .p-column + .p-column--1-1--3, .p-column--1-2 + .p-column--1-1--3, .p-column--2-1 + .p-column--1-1--3, .p-column--1-1-1 + .p-column--1-1--3, .p-column--1-1--3 + .p-column--1-1--3, .p-column--1-1 + .p-column, .p-column--1-1 + .p-column--1-2, .p-column--1-1 + .p-column--2-1, .p-column--1-1 + .p-column--1-1-1, .p-column--1-1 + .p-column--1-1--3, .p-column + .p-column--1-1, .p-column--1-2 + .p-column--1-1, .p-column--2-1 + .p-column--1-1, .p-column--1-1-1 + .p-column--1-1, .p-column--1-1--3 + .p-column--1-1, .p-column--1-1 + .p-column--1-1 {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-column, .p-column--1-2, .p-column--2-1, .p-column--1-1-1, .p-column--1-1--3, .p-column--1-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3%;
  }
  .p-column + .p-column, .p-column--1-2 + .p-column, .p-column + .p-column--1-2, .p-column--1-2 + .p-column--1-2, .p-column--2-1 + .p-column, .p-column--2-1 + .p-column--1-2, .p-column + .p-column--2-1, .p-column--1-2 + .p-column--2-1, .p-column--2-1 + .p-column--2-1, .p-column--1-1-1 + .p-column, .p-column--1-1-1 + .p-column--1-2, .p-column--1-1-1 + .p-column--2-1, .p-column + .p-column--1-1-1, .p-column--1-2 + .p-column--1-1-1, .p-column--2-1 + .p-column--1-1-1, .p-column--1-1-1 + .p-column--1-1-1, .p-column--1-1--3 + .p-column, .p-column--1-1--3 + .p-column--1-2, .p-column--1-1--3 + .p-column--2-1, .p-column--1-1--3 + .p-column--1-1-1, .p-column + .p-column--1-1--3, .p-column--1-2 + .p-column--1-1--3, .p-column--2-1 + .p-column--1-1--3, .p-column--1-1-1 + .p-column--1-1--3, .p-column--1-1--3 + .p-column--1-1--3, .p-column--1-1 + .p-column, .p-column--1-1 + .p-column--1-2, .p-column--1-1 + .p-column--2-1, .p-column--1-1 + .p-column--1-1-1, .p-column--1-1 + .p-column--1-1--3, .p-column + .p-column--1-1, .p-column--1-2 + .p-column--1-1, .p-column--2-1 + .p-column--1-1, .p-column--1-1-1 + .p-column--1-1, .p-column--1-1--3 + .p-column--1-1, .p-column--1-1 + .p-column--1-1 {
    margin-top: 60px;
  }
}

.p-column__col {
  margin: 0 0 25px;
}
.is-responsive-columns .p-column__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-column__col {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-column--1-1 .p-column__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
}

.p-column--1-1--3 {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-column--1-1--3 .p-column__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .p-column--1-1-1 .p-column__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .p-column--2-1 .p-column__col:nth-child(2n+1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.6666666667%;
            flex: 0 0 65.6666666667%;
  }
  .p-column--2-1 .p-column__col:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .p-column--1-2 .p-column__col:nth-child(2n+1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
  }
  .p-column--1-2 .p-column__col:nth-child(2n) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65.6666666667%;
            flex: 0 0 65.6666666667%;
  }
}

.p-image {
  margin: 0 0 20px;
  padding: 0;
}
.p-image figure {
  width: 100%;
  margin: 0;
  padding: 0;
}
.p-image p {
  width: 100%;
  margin: 0;
  padding: 0;
}
.p-image img {
  width: 100%;
  vertical-align: top;
}
.p-image figcaption {
  margin: 8px 0 0;
  font-size: 0.85714rem;
}
@media screen and (max-width: 767px) {
  .p-image.is-sp-space {
    margin-right: 20%;
    margin-left: 20%;
  }
}
@media screen and (min-width: 768px) {
  .p-image.is-size--50p {
    width: 48.5%;
  }
  .p-image.is-size--33p {
    width: 31.3333333333%;
  }
  .p-image.is-size--25p {
    width: 22.75%;
  }
  .p-image.is-align--left {
    margin-right: auto;
  }
  .p-image.is-align--center {
    margin-right: auto;
    margin-left: auto;
  }
  .p-image.is-align--right {
    margin-left: auto;
  }
  .p-image figcaption {
    font-size: 0.75rem;
  }
}

.p-caution {
  margin: 0 0 50px;
  padding: 20px;
  color: #9c0008;
  border: 2px solid #9c0008;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-caution {
    padding: 30px;
    font-size: 1rem;
  }
}

.p-caution__heading {
  margin: 0 0 15px;
  padding: 0;
  font-weight: bold;
  font-size: inherit;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-caution__heading {
    margin-bottom: 25px;
  }
}

.p-caution__body {
  font-size: inherit;
}
.p-caution__body p:last-child {
  margin-bottom: 0;
}

.p-contact {
  margin: 0 0 50px;
  padding: 20px;
  font-size: 1rem;
  background: #f1f1f1;
}
.p-contact:last-child {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding: 30px;
    font-size: 1rem;
  }
  .p-contact:last-child {
    margin-top: 80px;
  }
}

.p-contact__heading {
  margin: 0 0 10px;
  font-size: inherit;
  font-weight: bold;
}

.p-contact__body {
  font-size: inherit;
}
.p-contact__body p:last-child {
  margin-bottom: 0;
}

.p-profile {
  margin: 0 0 50px;
  padding: 20px;
  font-size: 1rem;
  background: #f1f1f1;
}
@media screen and (min-width: 768px) {
  .p-profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    padding: 30px;
    font-size: 1rem;
  }
}

.p-profile__heading {
  margin: 0 0 10px;
  font-size: inherit;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-profile__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

.p-profile__body {
  margin: 0 0 10px;
}
.p-profile__body p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-profile__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 max(100% - 50px - 214px, 100% - 50px - 40%);
            flex: 0 0 max(100% - 50px - 214px, 100% - 50px - 40%);
    margin-bottom: 0;
    font-size: 0.875rem;
  }
}

.p-profile__image {
  margin: 0;
}
.p-profile__image figure {
  width: 100%;
  margin: 0;
}
.p-profile__image p {
  width: 100%;
  margin: 0;
}
.p-profile__image img {
  width: 100%;
  vertical-align: top;
}
.p-profile__image figcaption {
  margin: 8px 0 0;
  font-size: 0.85714rem;
}
@media screen and (min-width: 768px) {
  .p-profile__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 min(214px, 40%);
            flex: 0 0 min(214px, 40%);
  }
  .p-profile__image figcaption {
    font-size: 0.75rem;
  }
}

.p-boxed-frame {
  margin: 0 0 50px;
  padding: 20px;
  border: 1px solid #ddd;
}
.p-boxed-frame > *:first-child {
  margin-top: 0;
}
.p-boxed-frame > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-boxed-frame {
    padding: 30px;
  }
}

.p-anchor-link, .p-anchor-link--column4, .p-anchor-link--column3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  container-type: inline-size;
  gap: 3.5vw 4%;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  font-size: 0.85714rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-anchor-link, .p-anchor-link--column4, .p-anchor-link--column3 {
    gap: min(28px, 2.2vw) 3%;
    font-size: 1rem;
  }
}

.p-anchor-link__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 0;
}
.p-anchor-link__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  padding: 15px 25px 15px 0;
  color: inherit;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
  -webkit-transition: color 400ms, border 400ms;
  transition: color 400ms, border 400ms;
}
.p-anchor-link__item a [class^=p-material-symbols-],
.p-anchor-link__item a [class*=" p-material-symbols-"] {
  position: absolute;
  top: calc((100% - 22px) / 2);
  right: 0;
  margin: 0;
  padding: 0;
  color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-anchor-link__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48.5%;
            flex: 0 0 48.5%;
  }
  .p-anchor-link__item a:hover {
    border-color: #07388C;
  }
}

@media screen and (min-width: 768px) {
  .p-anchor-link--column3 .p-anchor-link__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 31.3333333333%;
            flex: 0 0 31.3333333333%;
  }
}

@media screen and (min-width: 768px) {
  .p-anchor-link--column4 .p-anchor-link__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22.75%;
            flex: 0 0 22.75%;
  }
}

.p-anchor-point {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-anchor-point {
    margin-top: -100px;
    padding-top: 100px;
  }
}

.p-web-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.5vw 4%;
  list-style: none;
  margin: 0 0 25px;
  padding: 0;
  font-size: 1rem;
  line-height: 1.1429;
}
@media screen and (min-width: 768px) {
  .p-web-account {
    gap: min(28px, 2.2vw) 4%;
    margin: 0 0 35px;
    font-size: 1rem;
  }
}

.p-web-account__item--mail .p-mail, .p-web-account__item a, .p-web-account__item--mail a, .p-web-account__item--facebook a, .p-web-account__item--instagram a, .p-web-account__item--youtube a, .p-web-account__item--line a, .p-web-account__item--x a, .p-web-account__item--website a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 45px;
  padding: 0 0 0 55px;
  color: inherit;
  text-decoration: none;
  word-break: break-all;
}
.p-web-account__item--mail .p-mail::before, .p-web-account__item a::before, .p-web-account__item--mail a::before, .p-web-account__item--facebook a::before, .p-web-account__item--instagram a::before, .p-web-account__item--youtube a::before, .p-web-account__item--line a::before, .p-web-account__item--x a::before, .p-web-account__item--website a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 45px;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 110% auto;
  border: 1px solid #ddd;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-web-account__item--mail .p-mail, .p-web-account__item a, .p-web-account__item--mail a, .p-web-account__item--facebook a, .p-web-account__item--instagram a, .p-web-account__item--youtube a, .p-web-account__item--line a, .p-web-account__item--x a, .p-web-account__item--website a {
    min-height: 55px;
    padding-left: 65px;
  }
  .p-web-account__item--mail .p-mail::before, .p-web-account__item a::before, .p-web-account__item--mail a::before, .p-web-account__item--facebook a::before, .p-web-account__item--instagram a::before, .p-web-account__item--youtube a::before, .p-web-account__item--line a::before, .p-web-account__item--x a::before, .p-web-account__item--website a::before {
    width: 55px;
    height: 55px;
    background-size: 100% auto;
    -webkit-transition: border 400ms;
    transition: border 400ms;
  }
  .p-web-account__item--mail .p-mail:hover::before, .p-web-account__item a:hover::before, .p-web-account__item--mail a:hover::before, .p-web-account__item--facebook a:hover::before, .p-web-account__item--instagram a:hover::before, .p-web-account__item--youtube a:hover::before, .p-web-account__item--line a:hover::before, .p-web-account__item--x a:hover::before, .p-web-account__item--website a:hover::before {
    border-color: #07388C;
  }
}

.p-web-account__item, .p-web-account__item--mail, .p-web-account__item--facebook, .p-web-account__item--instagram, .p-web-account__item--youtube, .p-web-account__item--line, .p-web-account__item--x, .p-web-account__item--website {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-web-account__item, .p-web-account__item--mail, .p-web-account__item--facebook, .p-web-account__item--instagram, .p-web-account__item--youtube, .p-web-account__item--line, .p-web-account__item--x, .p-web-account__item--website {
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}

.p-web-account__item--website a::before {
  background-image: url(/img/common/icon_account_website_01.svg);
}

.p-web-account__item--x a::before {
  background-image: url(/img/common/icon_account_x_01.svg);
}

.p-web-account__item--line a::before {
  background-image: url(/img/common/icon_account_line_01.svg);
}

.p-web-account__item--youtube a::before {
  background-image: url(/img/common/icon_account_youtube_01.svg);
}

.p-web-account__item--instagram a::before {
  background-image: url(/img/common/icon_account_instagram_01.svg);
}

.p-web-account__item--facebook a::before {
  background-image: url(/img/common/icon_account_facebook_01.svg);
}

.p-web-account__item--mail .p-mail::before {
  background-image: url(/img/common/icon_account_mail_01.svg);
}
.p-web-account__item--mail .p-mail:hover::before {
  border-color: #ddd;
}

.p-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0 0 50px;
  padding: 0;
  font-size: 0.92857rem;
  font-weight: bold;
  line-height: 1.3846;
}
@media screen and (min-width: 768px) {
  .p-tab {
    font-size: 1rem;
  }
}

.p-tab__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-tab__item a {
  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;
  height: 100%;
  padding: 15px 3px;
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #07388C;
}
.p-tab__item.is-active a {
  color: #fff;
  background: #07388C;
}
@media screen and (min-width: 768px) {
  .p-tab__item a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .p-tab__item a:hover {
    color: #fff;
    background: #07388C;
  }
}

.p-related-link {
  margin: 0 0 50px;
  padding: 13px 14px;
  font-size: 1rem;
  border: 1px solid #ddd;
}
@media screen and (min-width: 768px) {
  .p-related-link {
    padding: 20px;
    font-size: 1rem;
  }
}

.p-related-link__heading {
  margin: 0 0 10px;
  padding: 0 0 10px;
  font-size: inherit;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.p-related-link__body {
  margin: 0;
}
.p-related-link__body p:last-child {
  margin-bottom: 0;
}

.p-oembed {
  margin: 0 0 50px;
  text-align: center;
}
.p-oembed iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-oembed iframe {
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px) {
  .p-lnav {
    position: sticky;
    overflow: auto;
    -webkit-transition: top 400ms ease;
    transition: top 400ms ease;
  }
}

.p-lnav__heading {
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-lnav__heading a,
.p-lnav__heading .p-lnav__heading-nolink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 20px 22px 30px;
  border-top: 2px solid #07388C;
  background: #fff;
  color: inherit;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-lnav__heading a [class^=p-material-symbols-],
.p-lnav__heading a [class*=" p-material-symbols-"],
.p-lnav__heading .p-lnav__heading-nolink [class^=p-material-symbols-],
.p-lnav__heading .p-lnav__heading-nolink [class*=" p-material-symbols-"] {
  position: absolute;
  left: 9px;
  margin: 0;
  font-size: 18px;
  font-variation-settings: "wght" 500;
  color: #07388C;
}
.p-lnav__heading a [class^=p-material-symbols-].is-external,
.p-lnav__heading a [class*=" p-material-symbols-"].is-external,
.p-lnav__heading .p-lnav__heading-nolink [class^=p-material-symbols-].is-external,
.p-lnav__heading .p-lnav__heading-nolink [class*=" p-material-symbols-"].is-external {
  font-variation-settings: "wght" 400;
}
.p-lnav__heading.is-current a,
.p-lnav__heading.is-current .p-lnav__heading-nolink {
  background: #07388C;
  color: #fff;
}
.p-lnav__heading.is-current a [class^=p-material-symbols-],
.p-lnav__heading.is-current a [class*=" p-material-symbols-"],
.p-lnav__heading.is-current .p-lnav__heading-nolink [class^=p-material-symbols-],
.p-lnav__heading.is-current .p-lnav__heading-nolink [class*=" p-material-symbols-"] {
  color: #fff;
}
.p-lnav__heading a:focus-visible {
  background: #07388C;
  color: #fff;
}
.p-lnav__heading a:focus-visible [class^=p-material-symbols-],
.p-lnav__heading a:focus-visible [class*=" p-material-symbols-"] {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lnav__heading {
    font-size: 1.125rem;
  }
  .p-lnav__heading a,
  .p-lnav__heading .p-lnav__heading-nolink {
    padding: 20px 15px 20px 30px;
    min-height: 120px;
  }
  .p-lnav__heading a [class^=p-material-symbols-],
  .p-lnav__heading a [class*=" p-material-symbols-"],
  .p-lnav__heading .p-lnav__heading-nolink [class^=p-material-symbols-],
  .p-lnav__heading .p-lnav__heading-nolink [class*=" p-material-symbols-"] {
    left: 7px;
  }
  .p-lnav__heading.is-current a,
  .p-lnav__heading.is-current .p-lnav__heading-nolink {
    background: #07388C;
    color: #fff;
  }
  .p-lnav__heading.is-current a [class^=p-material-symbols-],
  .p-lnav__heading.is-current a [class*=" p-material-symbols-"],
  .p-lnav__heading.is-current .p-lnav__heading-nolink [class^=p-material-symbols-],
  .p-lnav__heading.is-current .p-lnav__heading-nolink [class*=" p-material-symbols-"] {
    color: #fff;
  }
  .p-lnav__heading a:hover {
    background: #07388C;
    color: #fff;
  }
  .p-lnav__heading a:hover [class^=p-material-symbols-],
  .p-lnav__heading a:hover [class*=" p-material-symbols-"] {
    color: #fff;
  }
}

.p-lnav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}

.p-lnav__item {
  border-bottom: 1px solid #fff;
  font-weight: 700;
}
.p-lnav-1 .p-lnav__item {
  font-size: 1rem;
}
.p-lnav-2 .p-lnav__item {
  font-size: 0.92857rem;
}
.p-lnav-3 .p-lnav__item, .p-lnav-4 .p-lnav__item {
  font-size: 0.85714rem;
}
.p-lnav__item:last-child {
  border-bottom: none;
}
.p-lnav-2 .p-lnav__item:first-child, .p-lnav-3 .p-lnav__item:first-child {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .p-lnav-1 .p-lnav__item {
    font-size: 0.875rem;
  }
  .p-lnav-2 .p-lnav__item {
    font-size: 0.8125rem;
  }
  .p-lnav-3 .p-lnav__item, .p-lnav-4 .p-lnav__item {
    font-size: 0.75rem;
  }
}

.p-lnav__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-lnav__label a,
.p-lnav__label .p-lnav__label-nolink {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc(100% - 50px);
          flex: 1 0 calc(100% - 50px);
  width: calc(100% - 50px);
  min-height: 50px;
  padding: 8px 15px 8px 30px;
  color: inherit;
  text-decoration: none;
  text-wrap: wrap;
}
.p-lnav__label a [class^=p-material-symbols-],
.p-lnav__label a [class*=" p-material-symbols-"],
.p-lnav__label .p-lnav__label-nolink [class^=p-material-symbols-],
.p-lnav__label .p-lnav__label-nolink [class*=" p-material-symbols-"] {
  position: absolute;
  left: 9px;
  margin: 0;
  font-size: 18px;
  font-variation-settings: "wght" 500;
  color: #07388C;
}
.p-lnav__label a [class^=p-material-symbols-].is-external,
.p-lnav__label a [class*=" p-material-symbols-"].is-external,
.p-lnav__label .p-lnav__label-nolink [class^=p-material-symbols-].is-external,
.p-lnav__label .p-lnav__label-nolink [class*=" p-material-symbols-"].is-external {
  font-variation-settings: "wght" 400;
}
.p-lnav-1 .p-lnav__label a,
.p-lnav-1 .p-lnav__label .p-lnav__label-nolink {
  background: #F2F2F2;
}
.p-lnav-2 .p-lnav__label a,
.p-lnav-2 .p-lnav__label .p-lnav__label-nolink {
  padding-left: 38px;
  background: #ddd;
}
.p-lnav-2 .p-lnav__label a [class^=p-material-symbols-],
.p-lnav-2 .p-lnav__label a [class*=" p-material-symbols-"],
.p-lnav-2 .p-lnav__label .p-lnav__label-nolink [class^=p-material-symbols-],
.p-lnav-2 .p-lnav__label .p-lnav__label-nolink [class*=" p-material-symbols-"] {
  left: 17px;
}
.p-lnav-3 .p-lnav__label a,
.p-lnav-3 .p-lnav__label .p-lnav__label-nolink {
  padding-left: 46px;
  background: #C6C6C6;
}
.p-lnav-3 .p-lnav__label a [class^=p-material-symbols-],
.p-lnav-3 .p-lnav__label a [class*=" p-material-symbols-"],
.p-lnav-3 .p-lnav__label .p-lnav__label-nolink [class^=p-material-symbols-],
.p-lnav-3 .p-lnav__label .p-lnav__label-nolink [class*=" p-material-symbols-"] {
  left: 25px;
}
.p-lnav-4 .p-lnav__label a,
.p-lnav-4 .p-lnav__label .p-lnav__label-nolink {
  padding-left: 54px;
  background: #B5B5B5;
}
.p-lnav-4 .p-lnav__label a [class^=p-material-symbols-],
.p-lnav-4 .p-lnav__label a [class*=" p-material-symbols-"],
.p-lnav-4 .p-lnav__label .p-lnav__label-nolink [class^=p-material-symbols-],
.p-lnav-4 .p-lnav__label .p-lnav__label-nolink [class*=" p-material-symbols-"] {
  left: 33px;
}
.is-current > .p-lnav__label a,
.is-current > .p-lnav__label .p-lnav__label-nolink {
  background: #07388C;
  color: #fff;
}
.is-current > .p-lnav__label a [class^=p-material-symbols-],
.is-current > .p-lnav__label a [class*=" p-material-symbols-"],
.is-current > .p-lnav__label .p-lnav__label-nolink [class^=p-material-symbols-],
.is-current > .p-lnav__label .p-lnav__label-nolink [class*=" p-material-symbols-"] {
  color: #fff;
}
.p-lnav__label a {
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-lnav__label a:focus-visible {
  background: #07388C;
  color: #fff;
}
.p-lnav__label a:focus-visible [class^=p-material-symbols-],
.p-lnav__label a:focus-visible [class*=" p-material-symbols-"] {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-lnav__label a:hover {
    background: #07388C;
    color: #fff;
  }
  .p-lnav__label a:hover [class^=p-material-symbols-],
  .p-lnav__label a:hover [class*=" p-material-symbols-"] {
    color: #fff;
  }
}

.p-lnav__toggle {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  max-width: min(50px, 100%);
  display: inline-block;
  border-left: 1px solid #fff;
}
.p-lnav__toggle button {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-lnav__toggle button::before, .p-lnav__toggle button::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: inline-block;
  width: 18px;
  height: 2px;
  background: #333;
  translate: -50% -50%;
  -webkit-transition-property: opacity, rotate;
  transition-property: opacity, rotate;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-lnav__toggle button::after {
  rotate: 90deg;
}
.p-lnav-1 .p-lnav__toggle button {
  background: #F2F2F2;
}
.p-lnav-1 .p-lnav__toggle button:focus-visible {
  background: #ddd;
}
.p-lnav-2 .p-lnav__toggle button {
  background: #ddd;
}
.p-lnav-2 .p-lnav__toggle button:focus-visible {
  background: #C6C6C6;
}
.p-lnav-3 .p-lnav__toggle button {
  background: #C6C6C6;
}
.p-lnav-3 .p-lnav__toggle button:focus-visible {
  background: #B5B5B5;
}
.p-lnav-1 .is-opened > .p-lnav__label > .p-lnav__toggle button {
  background: #ddd;
}
.p-lnav-2 .is-opened > .p-lnav__label > .p-lnav__toggle button {
  background: #C6C6C6;
}
.p-lnav-3 .is-opened > .p-lnav__label > .p-lnav__toggle button {
  background: #B5B5B5;
}
.is-opened > .p-lnav__label > .p-lnav__toggle button::before {
  rotate: 180deg;
}
.is-opened > .p-lnav__label > .p-lnav__toggle button::after {
  opacity: 0;
  rotate: 180deg;
}
@media screen and (min-width: 768px) {
  .p-lnav-1 .p-lnav__toggle button:hover {
    background: #ddd;
  }
  .p-lnav-2 .p-lnav__toggle button:hover {
    background: #C6C6C6;
  }
  .p-lnav-3 .p-lnav__toggle button:hover {
    background: #B5B5B5;
  }
}

.p-lnav__content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  visibility: hidden;
  -webkit-transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility;
  transition-property: grid-template-rows, visibility, -ms-grid-rows;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.is-opened > .p-lnav-2 > .p-lnav__content-wrapper, .is-opened > .p-lnav-3 > .p-lnav__content-wrapper, .is-opened > .p-lnav-4 > .p-lnav__content-wrapper {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  visibility: visible;
}

.p-lnav-2 .p-lnav__content, .p-lnav-3 .p-lnav__content, .p-lnav-4 .p-lnav__content {
  overflow: hidden;
}

.p-lnav__icon {
  position: absolute;
  left: 9px;
  width: 18px;
  background: #f00;
  margin: 0;
  font-size: 16px;
}
.p-lnav__icon::before {
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
}
.p-lnav-2 .p-lnav__icon {
  left: 17px;
}
.p-lnav-3 .p-lnav__icon {
  left: 25px;
}
.p-lnav-4 .p-lnav__icon {
  left: 33px;
}
a:hover .p-lnav__icon::before {
  color: #fff;
}

.p-pager {
  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;
  gap: 3px;
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-pager {
    margin-top: 80px;
    gap: 4px;
  }
}

.p-pager__last, .p-pager__next, .p-pager__prev, .p-pager__first {
  margin: 0;
}
.p-pager__last a, .p-pager__next a, .p-pager__prev a, .p-pager__first a {
  display: block;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 24px;
  background: #07388C;
  border: 1px solid #07388C;
  border-radius: 50%;
  -webkit-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms;
}
.p-pager__last a:focus-visible, .p-pager__next a:focus-visible, .p-pager__prev a:focus-visible, .p-pager__first a:focus-visible {
  background: #fff;
}
.p-pager__last [class^=p-material-symbols-], .p-pager__next [class^=p-material-symbols-], .p-pager__prev [class^=p-material-symbols-], .p-pager__first [class^=p-material-symbols-],
.p-pager__last [class*=" p-material-symbols-"],
.p-pager__next [class*=" p-material-symbols-"],
.p-pager__prev [class*=" p-material-symbols-"],
.p-pager__first [class*=" p-material-symbols-"] {
  color: inherit;
  margin: 0;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-pager__last a, .p-pager__next a, .p-pager__prev a, .p-pager__first a {
    width: 36px;
    height: 36px;
    line-height: 32px;
  }
  .p-pager__last a:hover, .p-pager__next a:hover, .p-pager__prev a:hover, .p-pager__first a:hover {
    background: #fff;
  }
  .p-pager__last [class^=p-material-symbols-], .p-pager__next [class^=p-material-symbols-], .p-pager__prev [class^=p-material-symbols-], .p-pager__first [class^=p-material-symbols-],
  .p-pager__last [class*=" p-material-symbols-"],
  .p-pager__next [class*=" p-material-symbols-"],
  .p-pager__prev [class*=" p-material-symbols-"],
  .p-pager__first [class*=" p-material-symbols-"] {
    color: inherit;
    margin: 0;
    font-size: 32px;
  }
}

@media screen and (min-width: 768px) {
  .p-pager__first {
    margin-right: 2px;
  }
}

@media screen and (min-width: 768px) {
  .p-pager__last {
    margin-left: 2px;
  }
}

.p-pager__item, .p-pager__current {
  margin: 0;
}
.p-pager__item a, .p-pager__current a {
  display: block;
  width: 38px;
  height: 38px;
  font-size: 0.85714rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  border: 1px solid #ddd;
  -webkit-transition: background-color 400ms, color 400ms, border-color 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms;
}
.p-pager__item a:focus-visible, .p-pager__current a:focus-visible {
  color: #fff;
  background: #07388C;
  border-color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-pager__item a, .p-pager__current a {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .p-pager__item a:hover, .p-pager__current a:hover {
    color: #fff;
    background: #07388C;
    border-color: #07388C;
  }
}

.p-pager__prev + .p-pager__item, .p-pager__prev + .p-pager__current {
  margin-left: 3px;
}
.p-pager__item + .p-pager__next, .p-pager__current + .p-pager__next {
  margin-left: 3px;
}
@media screen and (min-width: 768px) {
  .p-pager__prev + .p-pager__item, .p-pager__prev + .p-pager__current {
    margin-left: 10px;
  }
  .p-pager__item + .p-pager__next, .p-pager__current + .p-pager__next {
    margin-left: 10px;
  }
}

.p-pager__current a {
  color: #fff;
  background: #07388C;
  border: 1px solid #07388C;
}
.p-pager__current a:focus-visible {
  color: #07388C;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-pager__current a:hover {
    color: #07388C;
    background: #fff;
  }
}

.p-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* ---------------------------------------*/
/* トップページ */
/* ---------------------------------------*/
.p-index-section-heading {
  margin: 0 0 20px;
  padding: 0 0 18px;
  border-bottom: 3px solid #07388C;
  line-height: 1.2;
}
.p-index-section-heading.is-white {
  border-bottom-color: #fff;
  color: #fff;
}
.p-index-section-heading.is-noborder {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-index-section-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 35px;
    padding-bottom: 15px;
    border-bottom-width: 4px;
  }
}

.p-index-section-heading__en {
  display: block;
  margin: 0 0 4px;
  font-size: 1.71428rem;
  font-weight: 700;
  color: #07388C;
}
.is-white .p-index-section-heading__en {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-section-heading__en {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 40px 0 0;
    font-size: 2.875rem;
  }
}

.p-index-section-heading__ja {
  display: block;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-index-section-heading__ja {
    font-size: 1.25rem;
  }
}

.p-index-mainvisual-slider .splide__arrows {
  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;
  padding: 5px 30px;
}
.p-index-mainvisual-slider .splide__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  color: #07388C;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-mainvisual-slider .splide__arrow:focus-visible {
  color: #626262;
}
.p-index-mainvisual-slider .splide__arrow [class^=p-material-symbols-],
.p-index-mainvisual-slider .splide__arrow [class*=" p-material-symbols-"] {
  margin: 0;
  font-size: 30px;
  font-variation-settings: "wght" 500;
}
.p-index-mainvisual-slider .splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 0 14px;
  padding: 0;
}
.p-index-mainvisual-slider .splide__pagination li {
  line-height: 1px;
}
.p-index-mainvisual-slider .splide__pagination .splide__pagination__page {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #9B9B9B;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-mainvisual-slider .splide__pagination .splide__pagination__page:focus-visible, .p-index-mainvisual-slider .splide__pagination .splide__pagination__page.is-active {
  background: #07388C;
}
.p-index-mainvisual-slider .splide__toggle {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 10px;
  padding: 0;
  border-radius: 0;
  border: none;
  background: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-index-mainvisual-slider .splide__toggle__play,
.p-index-mainvisual-slider .splide__toggle__pause {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block !important;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #07388C;
  text-indent: -9999px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  translate: -50% -50%;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-mainvisual-slider .splide__toggle__play {
  visibility: visible;
  opacity: 1;
}
.p-index-mainvisual-slider .splide__toggle__play::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 8px;
  height: 10px;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  background: #fff;
  translate: calc(-50% + 1px) -50%;
}
.p-index-mainvisual-slider .splide__toggle__pause {
  visibility: hidden;
  opacity: 0;
}
.p-index-mainvisual-slider .splide__toggle__pause:before, .p-index-mainvisual-slider .splide__toggle__pause:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #fff;
  translate: 0 -50%;
}
.p-index-mainvisual-slider .splide__toggle__pause:before {
  left: 8px;
}
.p-index-mainvisual-slider .splide__toggle__pause:after {
  right: 8px;
}
.p-index-mainvisual-slider .splide__toggle__play:before,
.p-index-mainvisual-slider .splide__toggle__pause:before,
.p-index-mainvisual-slider .splide__toggle__pause:after {
  -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-mainvisual-slider .splide__toggle:focus-visible .splide__toggle__play:before,
.p-index-mainvisual-slider .splide__toggle:focus-visible .splide__toggle__pause:before,
.p-index-mainvisual-slider .splide__toggle:focus-visible .splide__toggle__pause:after {
  background: #C6C6C6;
}
.p-index-mainvisual-slider .splide__toggle.is-active .splide__toggle__play,
.p-index-mainvisual-slider .splide__toggle.is-active .splide__toggle__pause {
  display: inline-block !important;
}
.p-index-mainvisual-slider .splide__toggle.is-active .splide__toggle__play {
  visibility: hidden;
  opacity: 0;
}
.p-index-mainvisual-slider .splide__toggle.is-active .splide__toggle__pause {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-slider {
    margin: 0 0 25px;
  }
  .p-index-mainvisual-slider .splide__arrow:hover {
    color: #626262;
  }
  .p-index-mainvisual-slider .p-index-mainvisual-slider-controller {
    display: inline-block;
  }
  .p-index-mainvisual-slider .splide__arrows {
    padding: 5px 25px;
  }
  .p-index-mainvisual-slider .splide__pagination {
    margin: 0 18px;
  }
  .p-index-mainvisual-slider .splide__pagination .splide__pagination__page:hover {
    background: #07388C;
  }
  .p-index-mainvisual-slider .splide__toggle:hover .splide__toggle__play:before,
  .p-index-mainvisual-slider .splide__toggle:hover .splide__toggle__pause:before,
  .p-index-mainvisual-slider .splide__toggle:hover .splide__toggle__pause:after {
    background: #C6C6C6;
  }
}

@media screen and (min-width: 768px) {
  .p-index-mainvisual-slider-inner {
    position: relative;
  }
}

.p-index-mainvisual-slider__image img {
  width: 100%;
  vertical-align: top;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
  -webkit-transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
}
.p-index-mainvisual-slider__item.is-active .p-index-mainvisual-slider__image img {
  -webkit-filter: brightness(1);
          filter: brightness(1);
}
.p-index-mainvisual-slider__item.is-active a:focus-visible .p-index-mainvisual-slider__image img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-slider__item.is-active a:hover .p-index-mainvisual-slider__image img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

@media screen and (min-width: 768px) {
  .p-index-mainvisual-slider-parts {
    width: min(100%, 1240px);
    margin: 0 auto;
  }
}

.p-index-mainvisual-slider-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 46px;
  background: #07388C;
}
.p-index-mainvisual-slider-caption a,
.p-index-mainvisual-slider-caption .p-index-mainvisual-slider-caption__nolink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-slider-caption {
    width: 83.8%;
    min-height: 70px;
  }
  .p-index-mainvisual-slider-caption a,
  .p-index-mainvisual-slider-caption .p-index-mainvisual-slider-caption__nolink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.p-index-mainvisual-slider-caption__text {
  visibility: hidden;
  padding: 5px 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  opacity: 0;
}
.p-index-mainvisual-slider-caption__text.is-changed {
  visibility: visible;
  opacity: 1;
  -webkit-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-slider-caption__text {
    padding: 5px 40px;
    font-size: 1.25rem;
  }
}

.p-index-mainvisual-slider-controller {
  background: #F2F2F2;
}

.p-index-mainvisual-features {
  padding: 20px 8px 15px;
  background: #1073B5;
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-features {
    position: absolute;
    top: 0;
    right: max((100% - 1240px) / 2, 0px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: min(16.2%, 200px);
    height: 100%;
    padding: min(1vw, 10px) min(1.6vw, 20px) min(1vw, 20px);
  }
  .p-index-mainvisual > .p-index-mainvisual-features {
    display: none;
  }
}

.p-index-mainvisual-features-block-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-features-block-pc {
    display: inherit;
  }
}

.p-index-mainvisual-features__heading {
  margin: 0 0 12px;
  font-size: 1.28571rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-features__heading {
    margin-bottom: min(0.6vw, 8px);
    font-size: min(1.8vw, 1.375rem);
    text-align: left;
  }
}

.p-index-mainvisual-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1px;
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-features__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: min(0.6vw, 10px) 0;
  }
}

.p-index-mainvisual-features__list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.p-index-mainvisual-features__list-item a {
  display: block;
}
.p-index-mainvisual-features__list-item img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-mainvisual-features__list-item a:focus-visible img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 768px) {
  .p-index-mainvisual-features__list-item a:hover img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

.p-index-important-news {
  margin: 14px 20px;
  padding: 20px 0 0;
  border: 4px solid #861731;
  background: #FCF7F7;
}
@media screen and (min-width: 768px) {
  .p-index-important-news {
    margin-left: max(20px, 50% - 620px);
    margin-right: max(20px, 50% - 620px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
    margin-bottom: 55px;
    padding-top: 0;
  }
}

.p-index-important-news__heading {
  margin: 0 20px 20px;
  font-size: 1.14285rem;
  font-weight: 700;
  color: #9C0008;
  line-height: 1.2;
}
.p-index-important-news__heading [class^=p-material-symbols-],
.p-index-important-news__heading [class*=" p-material-symbols-"] {
  margin: 0 5px 0 0;
  font-size: 18px;
  font-variation-settings: "wght" 500;
}
@media screen and (min-width: 768px) {
  .p-index-important-news__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 30px 30px 30px 20px;
    font-size: 1.125rem;
  }
  .p-index-important-news__heading [class^=p-material-symbols-],
  .p-index-important-news__heading [class*=" p-material-symbols-"] {
    margin-right: 8px;
    font-size: 22px;
  }
}

.p-index-important-news__list-wrapper {
  overflow: auto;
  padding: 0 20px 25px;
  max-height: 20em;
}
@media screen and (min-width: 768px) {
  .p-index-important-news__list-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 30px 30px 30px 0;
    max-height: 12em;
  }
}

.p-index-important-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-index-important-news__list-item {
  margin: 0 0 15px;
}
.p-index-important-news__list-item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-index-important-news__list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-index-important-news__list-date {
  margin: 0 0 5px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-index-important-news__list-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 6.5em;
            flex: 0 0 6.5em;
    margin-bottom: 0;
    line-height: inherit;
  }
  .is-en .p-index-important-news__list-date {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11em;
            flex: 0 0 11em;
  }
}

.p-index-important-news__list-title {
  font-weight: 700;
}
.p-index-important-news__list-title a {
  color: inherit;
}
.p-index-important-news__list-title a:focus-visible {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-index-important-news__list-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 6.5em);
            flex: 0 0 calc(100% - 6.5em);
  }
  .p-index-important-news__list-title a:hover {
    color: inherit;
  }
  .is-en .p-index-important-news__list-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 11em);
            flex: 0 0 calc(100% - 11em);
  }
}

.p-index-info {
  padding: 22px 0 32px;
  background: url(/img/index/bg_info_01.jpg) no-repeat center/275% auto;
}
@media screen and (min-width: 768px) {
  .p-index-info {
    padding: 65px 0 50px;
    background-size: auto 650px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1600px) {
  .p-index-info {
    background-size: cover;
  }
}

.p-index-info-slider .splide__arrow {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #fff;
  color: #07388C;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  translate: 0 -50%;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-info-slider .splide__arrow [class^=p-material-symbols-],
.p-index-info-slider .splide__arrow [class*=" p-material-symbols-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-variation-settings: "wght" 500;
  translate: -50% -50%;
}
.p-index-info-slider .splide__arrow:focus-visible {
  background: #07388C;
  color: #fff;
}
.p-index-info-slider .splide__arrow--prev {
  left: -37px;
}
.p-index-info-slider .splide__arrow--prev [class^=p-material-symbols-],
.p-index-info-slider .splide__arrow--prev [class*=" p-material-symbols-"] {
  translate: calc(-50% - 1px) -50%;
}
.p-index-info-slider .splide__arrow--next {
  right: -37px;
}
.p-index-info-slider .splide__arrow--next [class^=p-material-symbols-],
.p-index-info-slider .splide__arrow--next [class*=" p-material-symbols-"] {
  translate: calc(-50% + 1px) -50%;
}
.p-index-info-slider .splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 16px 0 0;
  padding: 0 20px;
}
.p-index-info-slider .splide__pagination li {
  line-height: 1px;
}
.p-index-info-slider .splide__pagination .splide__pagination__page {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #9B9B9B;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-info-slider .splide__pagination .splide__pagination__page:focus-visible, .p-index-info-slider .splide__pagination .splide__pagination__page.is-active {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-info-slider .splide__arrow {
    width: 36px;
    height: 36px;
  }
  .p-index-info-slider .splide__arrow [class^=p-material-symbols-],
  .p-index-info-slider .splide__arrow [class*=" p-material-symbols-"] {
    font-size: 30px;
  }
  .p-index-info-slider .splide__arrow:hover {
    background: #07388C;
    color: #fff;
  }
  .p-index-info-slider .splide__arrow--prev {
    left: -56px;
  }
  .p-index-info-slider .splide__arrow--next {
    right: -56px;
  }
  .p-index-info-slider .splide__pagination {
    margin-top: 28px;
  }
  .p-index-info-slider .splide__pagination .splide__pagination__page:hover {
    background: #fff;
  }
}

.p-index-info-slider-area {
  margin: 0 17.6%;
}
@media screen and (min-width: 768px) {
  .p-index-info-slider-area {
    width: min(100% - 152px, 1046px);
    margin: 0 auto;
  }
}

.p-index-info-slider-area-inner {
  position: relative;
  border: 4px solid #07388C;
}

.p-index-info-slider__image img {
  width: 100%;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
a:focus-visible .p-index-info-slider__image img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 768px) {
  a:hover .p-index-info-slider__image img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

.p-index-news {
  padding: 25px 20px 50px;
}
@media screen and (min-width: 768px) {
  .p-index-news {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    padding-top: 60px;
    padding-bottom: 70px;
  }
  .p-index-news .p-index-section-heading {
    margin-bottom: 18px;
  }
}

.p-index-news-tab-block {
  margin: 0 0 35px;
}
@media screen and (min-width: 768px) {
  .p-index-news-tab-block {
    margin-bottom: 60px;
  }
}

.p-index-news-tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-index-news-tab-menu {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0 20px;
    margin-bottom: 40px;
    z-index: 1;
  }
  .p-index-news-tab-menu::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #ddd;
    z-index: -1;
  }
}

.p-index-news-tab-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-weight: 700;
  line-height: 1.2;
}
.p-index-news-tab-menu__item button {
  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: 100%;
  min-height: 50px;
  padding: 15px 10px;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid #ddd;
  background: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-property: border-color, color;
  transition-property: border-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-news-tab-menu__item button.is-selected, .p-index-news-tab-menu__item button:focus-visible {
  border-color: #07388C;
  color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-index-news-tab-menu__item {
    -ms-flex-preferred-size: 168px;
        flex-basis: 168px;
  }
  .p-index-news-tab-menu__item button {
    height: 100%;
    border-bottom-width: 4px;
  }
  .p-index-news-tab-menu__item button:hover {
    border-color: #07388C;
    color: #07388C;
  }
}

.p-index-news-tab-content__item {
  height: 0;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  translate: 0 20px;
  -webkit-transition-property: visibility, opacity, translate;
  transition-property: visibility, opacity, translate;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.p-index-news-tab-content__item.is-selected {
  height: auto;
  visibility: visible;
  overflow: visible;
  opacity: 1;
  translate: 0 0;
}

.p-index-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-index-news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-index-news-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  margin: 0 0 30px;
  cursor: pointer;
}
.p-index-news-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-index-news-list__item {
    display: block;
    margin-bottom: 0;
    padding: 0 18px;
  }
}

.p-index-news-list__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 5px);
          flex: 0 1 calc(50% - 5px);
  border-bottom: 3px solid #07388C;
}
.p-index-news-list__image a {
  display: block;
}
.p-index-news-list__image img {
  aspect-ratio: 620/340;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: top;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-news-list__image a:focus-visible img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 768px) {
  .p-index-news-list__image {
    margin: 0 -18px 15px;
    border-bottom-width: 4px;
  }
  .p-index-news-list__item:hover .p-index-news-list__image img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

.p-index-news-list__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 5px);
          flex: 0 1 calc(50% - 5px);
  margin: 8px 0 0;
}
@media screen and (min-width: 768px) {
  .p-index-news-list__info {
    margin: 0 0 20px;
  }
}

.p-index-news-list__heading {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.p-index-news-list__heading a {
  color: inherit;
}
.p-index-news-list__heading a:focus-visible {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-index-news-list__heading {
    margin-bottom: 30px;
    font-size: 1rem;
  }
  .p-index-news-list__item:hover .p-index-news-list__heading a {
    color: inherit;
    text-decoration: none;
  }
}

.p-index-news-list__date {
  font-size: 0.85714rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-index-news-list__date {
    font-size: 0.875rem;
  }
}

.p-index-news-list__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  gap: 6px 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.p-index-news-list__tags-item {
  font-size: 0.71428rem;
  font-weight: 700;
}
.p-index-news-list__tags-item a {
  position: relative;
  display: block;
  padding: 6px 10px 6px 25px;
  border-radius: 9999px;
  background: #1073B5;
  color: #fff;
  line-height: 1.2;
}
.p-index-news-list__tags-item a [class^=p-material-symbols-],
.p-index-news-list__tags-item a [class*=" p-material-symbols-"] {
  position: absolute;
  top: 50%;
  left: 7px;
  margin: 0;
  font-size: 18px;
  translate: 0 -50%;
}
.p-index-news-list__tags-item a:focus-visible {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-index-news-list__tags-item {
    font-size: 0.75rem;
  }
  .p-index-news-list__tags-item a:hover {
    color: #fff;
    text-decoration: none;
  }
}

.p-index-news__more-button .p-button {
  font-size: 1rem;
}
.p-index-news__more-button .p-button [class^=p-material-symbols-],
.p-index-news__more-button .p-button [class*=" p-material-symbols-"] {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-index-news__more-button .p-button {
    font-size: 1rem;
  }
}

.p-index-event {
  background: url(/img/index/bg_event_01.jpg) no-repeat center bottom/auto 130%;
}
.p-index-event .p-index-section-heading {
  margin-right: 20px;
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .p-index-event {
    padding: 0 calc(50% - 700px);
    background-size: cover;
  }
  .p-index-event .p-index-section-heading {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-index-event-inner {
  position: relative;
  padding: 30px 0 35px;
  z-index: 1;
}
.p-index-event-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  display: block;
  width: calc(100% - 16px);
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-filter: brightness(1.14);
          filter: brightness(1.14);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-index-event-inner {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .p-index-event-inner::before {
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
  }
}

.p-index-event-slider {
  margin: 0 0 30px;
}
.p-index-event-slider .splide__arrows {
  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;
  margin: 30px 0 0;
  padding: 0 30px;
}
.p-index-event-slider .splide__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 28px;
  height: 28px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #07388C;
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-event-slider .splide__arrow [class^=p-material-symbols-],
.p-index-event-slider .splide__arrow [class*=" p-material-symbols-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-variation-settings: "wght" 500;
  translate: -50% -50%;
}
.p-index-event-slider .splide__arrow:focus-visible {
  background: #fff;
  color: #07388C;
}
.p-index-event-slider .splide__arrow--prev {
  margin-right: auto;
}
.p-index-event-slider .splide__arrow--prev [class^=p-material-symbols-],
.p-index-event-slider .splide__arrow--prev [class*=" p-material-symbols-"] {
  translate: calc(-50% - 1px) -50%;
}
.p-index-event-slider .splide__arrow--next {
  margin-left: auto;
}
.p-index-event-slider .splide__arrow--next [class^=p-material-symbols-],
.p-index-event-slider .splide__arrow--next [class*=" p-material-symbols-"] {
  translate: calc(-50% + 1px) -50%;
}
.p-index-event-slider .splide__pagination {
  display: inherit !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 0 60px;
}
.p-index-event-slider .splide__pagination li {
  line-height: 1px;
}
.p-index-event-slider .splide__pagination .splide__pagination__page {
  display: inline-block;
  width: 12px;
  height: 12px;
  padding: 0;
  border-radius: 50%;
  border: none;
  background: #9B9B9B;
  vertical-align: middle;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: background-color 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-event-slider .splide__pagination .splide__pagination__page.is-active, .p-index-event-slider .splide__pagination .splide__pagination__page:focus-visible {
  background: #07388C;
}
@media screen and (min-width: 768px) {
  .p-index-event-slider {
    margin-bottom: 38px;
  }
  .p-index-event-slider .splide__arrows {
    margin-top: 38px;
    padding: 0;
  }
  .p-index-event-slider .splide__arrow:hover {
    background: #fff;
    color: #07388C;
  }
  .p-index-event-slider .splide__arrow--prev {
    margin-right: 0;
  }
  .p-index-event-slider .splide__arrow--next {
    margin-left: 0;
  }
  .p-index-event-slider .splide__pagination {
    margin: 0 60px;
    padding: 0;
  }
  .p-index-event-slider .splide__pagination .splide__pagination__page:hover {
    background: #07388C;
  }
}

.p-index-event-slider__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
.p-index-event-slider__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px 35px;
  color: inherit;
  text-decoration: none;
}
.p-index-event-slider__item a:focus-visible {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-index-event-slider__item a {
    padding: 0 20px 50px;
  }
  .p-index-event-slider__item a:hover {
    color: inherit;
  }
}

.p-index-event-slider__image {
  margin: 0 -10px 10px;
  border-bottom: 3px solid #07388C;
}
.p-index-event-slider__image img {
  aspect-ratio: 620/340;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms, -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1) 100ms;
}
a:focus-visible .p-index-event-slider__image img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 768px) {
  .p-index-event-slider__image {
    margin: 0 -20px 15px;
    border-bottom-width: 4px;
  }
  a:hover .p-index-event-slider__image img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

.p-index-event-slider__heading {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 25px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
}
a:focus-visible .p-index-event-slider__heading {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-index-event-slider__heading {
    font-size: 1rem;
  }
  a:hover .p-index-event-slider__heading {
    text-decoration: none;
  }
}

.p-index-event-slider__date {
  margin: 0 0 12px;
  padding: 5px;
  background: #1073B5;
  font-weight: 700;
  color: #fff;
}
.p-index-event-slider__date [class^=p-material-symbols-],
.p-index-event-slider__date [class*=" p-material-symbols-"] {
  margin: -2px 5px 0 0;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .p-index-event-slider__date {
    margin-bottom: 8px;
    padding: 6px 10px;
    font-size: 0.9375rem;
  }
  .p-index-event-slider__date [class^=p-material-symbols-],
  .p-index-event-slider__date [class*=" p-material-symbols-"] {
    margin: -3px 10px 0 0;
  }
}

.p-index-event-slider__venue {
  font-size: 0.85714rem;
  font-weight: 700;
}
.p-index-event-slider__venue [class^=p-material-symbols-],
.p-index-event-slider__venue [class*=" p-material-symbols-"] {
  margin: 0;
  font-size: 22px;
  font-variation-settings: "FILL" 1, "wght" 300;
  color: #07388C;
}
@media screen and (min-width: 768px) {
  .p-index-event-slider__venue {
    font-size: 0.875rem;
  }
  .p-index-event-slider__venue [class^=p-material-symbols-],
  .p-index-event-slider__venue [class*=" p-material-symbols-"] {
    font-size: 22px;
  }
}

.p-index-event__more-button .p-button {
  font-size: 1rem;
}
.p-index-event__more-button .p-button [class^=p-material-symbols-],
.p-index-event__more-button .p-button [class*=" p-material-symbols-"] {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .p-index-event__more-button .p-button {
    font-size: 1rem;
  }
}

.p-index-pickup-link {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .p-index-pickup-link {
    padding: 0 calc(50% - 700px);
  }
}

.p-index-pickup-link-inner {
  position: relative;
  padding: 40px 0 25px;
  z-index: 1;
}
.p-index-pickup-link-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  display: block;
  width: calc(100% + 24px);
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#07388c), to(#041C46));
  background: linear-gradient(180deg, #07388c 0%, #041C46);
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-index-pickup-link-inner {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .p-index-pickup-link-inner::before {
    top: 0;
    left: 8px;
    width: calc(100% - 16px);
  }
}

.p-index-pickup-link-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-index-pickup-link-nav__list {
    gap: 30px 3.2%;
  }
}

.p-index-pickup-link-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 10px) / 2);
          flex: 0 1 calc((100% - 10px) / 2);
}
.p-index-pickup-link-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-bottom: 2px solid #07388C;
  background: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-index-pickup-link-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22.6%;
            flex: 0 1 22.6%;
  }
}

.p-index-pickup-link-nav__image {
  border-bottom: 1px solid #ddd;
}
.p-index-pickup-link-nav__image img {
  aspect-ratio: 560/307;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: top;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
a:focus-visible .p-index-pickup-link-nav__image img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 768px) {
  a:hover .p-index-pickup-link-nav__image img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

.p-index-pickup-link-nav__button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 50px;
  margin: 0;
  padding: 5px 30px 5px 8px;
  font-size: 0.85714rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
a:focus-visible .p-index-pickup-link-nav__button {
  background: #07388C;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-pickup-link-nav__button {
    min-height: 64px;
    padding: 10px 58px 10px 14px;
    font-size: 1rem;
  }
  a:hover .p-index-pickup-link-nav__button {
    background: #07388C;
    color: #fff;
  }
}

.p-index-pickup-link-nav__button-arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  background: #fff;
  translate: 0 -50%;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.p-index-pickup-link-nav__button-arrow [class^=p-material-symbols-],
.p-index-pickup-link-nav__button-arrow [class*=" p-material-symbols-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 12px;
  font-variation-settings: "wght" 500;
  translate: calc(-50% + 1px) -50%;
}
.p-index-pickup-link-nav__button-arrow [class^=p-material-symbols-].is-external,
.p-index-pickup-link-nav__button-arrow [class*=" p-material-symbols-"].is-external {
  translate: -50% -50%;
}
a:focus-visible .p-index-pickup-link-nav__button-arrow {
  border-color: #07388C;
  background: #07388C;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-index-pickup-link-nav__button-arrow {
    right: 16px;
    width: 36px;
    height: 36px;
    border-width: 2px;
  }
  .p-index-pickup-link-nav__button-arrow [class^=p-material-symbols-],
  .p-index-pickup-link-nav__button-arrow [class*=" p-material-symbols-"] {
    font-size: 24px;
    translate: calc(-50% + 2px) -50%;
  }
  a:hover .p-index-pickup-link-nav__button-arrow {
    border-color: #07388C;
    background: #07388C;
    color: #fff;
  }
}

.p-index-lower-link {
  padding: 25px 20px;
  background: #F2F2F2;
}
@media screen and (min-width: 768px) {
  .p-index-lower-link {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

.p-index-lower-link-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-index-lower-link-nav__list {
    gap: 30px 14px;
  }
}

.p-index-lower-link-nav__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 14px) / 2);
          flex: 0 1 calc((100% - 14px) / 2);
}
.p-index-lower-link-nav__item .p-button {
  max-width: none;
}
.p-index-lower-link-nav__item .p-button [class^=p-material-symbols-],
.p-index-lower-link-nav__item .p-button [class*=" p-material-symbols-"] {
  right: 10px;
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .p-index-lower-link-nav__item {
    -ms-flex-preferred-size: calc((100% - 42px) / 4);
        flex-basis: calc((100% - 42px) / 4);
  }
  .p-index-lower-link-nav__item .p-button [class^=p-material-symbols-],
  .p-index-lower-link-nav__item .p-button [class*=" p-material-symbols-"] {
    right: 18px;
    font-size: 28px;
  }
}

/* ---------------------------------------*/
/* カテゴリトップページ */
/* ---------------------------------------*/
.p-category-index-list, .p-category-index-list--academics {
  margin: 40px 0 0;
  padding: 0 20px;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-category-index-list, .p-category-index-list--academics {
    padding-left: max(20px, 50% - 620px);
    padding-right: max(20px, 50% - 620px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 70px 40px;
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  .p-category-index-list--academics {
    display: block;
  }
}

.p-category-index-list__item {
  margin: 0 0 40px;
}
.p-category-index-list__item:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-category-index-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc((100% - 40px) / 2);
            flex: 0 1 calc((100% - 40px) / 2);
    margin-bottom: 0;
  }
  .p-category-index-list--academics .p-category-index-list__item {
    margin-bottom: 70px;
  }
  .p-category-index-list--academics .p-category-index-list__item:last-child {
    margin-bottom: 0;
  }
}

.p-category-index-heading {
  margin: 0 0 14px;
}
.p-category-index-heading a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-category-index-heading {
    margin-bottom: 25px;
  }
  .p-category-index-list--academics .p-category-index-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 6.45161291%;
    margin-bottom: 50px;
  }
}

.p-category-index-heading__image {
  margin: 0 0 -1px;
  padding: 0 18px;
}
.p-category-index-heading__image img {
  width: 100%;
  vertical-align: top;
  -webkit-transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: filter 400ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-filter 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
a:focus-visible .p-category-index-heading__image img {
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}
@media screen and (min-width: 768px) {
  .p-category-index-heading__image {
    padding: 0 20px;
  }
  a:hover .p-category-index-heading__image img {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
  .p-category-index-list--academics .p-category-index-heading__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 45.16129032%;
            flex: 0 1 45.16129032%;
    padding: 0;
  }
}

.p-category-index-heading__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 58px;
  margin: 0;
  padding: 8px 52px 8px 15px;
  border-top: 2px solid #07388C;
  border-bottom: 2px solid #F2F2F2;
  font-size: 1.28571rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transition-property: border-color, background-color, color;
  transition-property: border-color, background-color, color;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
a:focus-visible .p-category-index-heading__title {
  border-bottom-color: #07388C;
  background: #07388C;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-category-index-heading__title {
    min-height: 90px;
    margin: 0;
    padding: 10px 84px 10px 30px;
    font-size: 1.625rem;
  }
  a:hover .p-category-index-heading__title {
    border-color: #07388C;
    background: #07388C;
    color: #fff;
  }
  .p-category-index-list--academics .p-category-index-heading__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 48.38709677%;
            flex: 0 1 48.38709677%;
  }
}

.p-category-index-heading__title-arrow {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 32px;
  height: 32px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  translate: 0 -50%;
  -webkit-transition: border-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: border-color 400ms cubic-bezier(0.19, 1, 0.22, 1);
}
a:focus-visible .p-category-index-heading__title-arrow {
  border-color: #07388C;
}
.p-category-index-heading__title-arrow [class^=p-material-symbols-],
.p-category-index-heading__title-arrow [class*=" p-material-symbols-"] {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  font-size: 22px;
  font-variation-settings: "wght" 500;
  translate: calc(-50% + 1px) -50%;
}
@media screen and (min-width: 768px) {
  .p-category-index-heading__title-arrow {
    right: 22px;
    width: 40px;
    height: 40px;
  }
  a:hover .p-category-index-heading__title-arrow {
    border-color: #07388C;
  }
  .p-category-index-heading__title-arrow [class^=p-material-symbols-],
  .p-category-index-heading__title-arrow [class*=" p-material-symbols-"] {
    font-size: 28px;
    translate: calc(-50% + 2px) -50%;
  }
}

.p-category-index-child-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-category-index-child-list {
    gap: 20px;
  }
  .p-category-index-list--academics .p-category-index-child-list {
    gap: 20px 26.6666666667px;
  }
}

.p-category-index-child-list__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc((100% - 14px) / 2);
          flex: 0 1 calc((100% - 14px) / 2);
}
.p-category-index-child-list__item .p-button {
  max-width: none;
}
.p-category-index-child-list__item .p-button [class^=p-material-symbols-],
.p-category-index-child-list__item .p-button [class*=" p-material-symbols-"] {
  right: 10px;
  margin: 0;
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .p-category-index-child-list__item {
    -ms-flex-preferred-size: calc((100% - 20px) / 2);
        flex-basis: calc((100% - 20px) / 2);
  }
  .p-category-index-child-list__item .p-button [class^=p-material-symbols-],
  .p-category-index-child-list__item .p-button [class*=" p-material-symbols-"] {
    right: 18px;
    font-size: 28px;
  }
  .p-category-index-child-list__item .p-button [class^=p-material-symbols-].is-external,
  .p-category-index-child-list__item .p-button [class*=" p-material-symbols-"].is-external {
    right: 22px;
    font-size: 22px;
  }
  .p-category-index-list--academics .p-category-index-child-list__item {
    -ms-flex-preferred-size: calc((100% - 80px) / 4);
        flex-basis: calc((100% - 80px) / 4);
  }
}

/* ---------------------------------------*/
/* 学部・大学院・センター 分野ページ */
/* ---------------------------------------*/
.p-page-academics--mechanical .p-page-header, .p-page-academics--mechanical .p-page-header--2 {
  background: #F7F7FF;
}
.p-page-academics--mechanical .p-h2::before {
  background: #3F4D82;
}
.p-page-academics--mechanical .p-h3 {
  background: #F7F7FF;
}
.p-page-academics--mechanical .p-h3::before {
  background: #3F4D82;
}
.p-page-academics--mechanical .p-list li:not(.is-marker-triangle)::before {
  background: #3F4D82;
}
.p-page-academics--mechanical .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #3F4D82;
  background: none;
}
.p-page-academics--mechanical .p-ordered-list .p-ordered-list__item::before {
  color: #3F4D82;
}

.p-page-academics--electrical .p-page-header, .p-page-academics--electrical .p-page-header--2 {
  background: #FFF4F8;
}
.p-page-academics--electrical .p-h2::before {
  background: #AF5277;
}
.p-page-academics--electrical .p-h3 {
  background: #FFF4F8;
}
.p-page-academics--electrical .p-h3::before {
  background: #AF5277;
}
.p-page-academics--electrical .p-list li:not(.is-marker-triangle)::before {
  background: #AF5277;
}
.p-page-academics--electrical .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #AF5277;
  background: none;
}
.p-page-academics--electrical .p-ordered-list .p-ordered-list__item::before {
  color: #AF5277;
}

.p-page-academics--information .p-page-header, .p-page-academics--information .p-page-header--2 {
  background: #FFF8F7;
}
.p-page-academics--information .p-h2::before {
  background: #B9403D;
}
.p-page-academics--information .p-h3 {
  background: #FFF8F7;
}
.p-page-academics--information .p-h3::before {
  background: #B9403D;
}
.p-page-academics--information .p-list li:not(.is-marker-triangle)::before {
  background: #B9403D;
}
.p-page-academics--information .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #B9403D;
  background: none;
}
.p-page-academics--information .p-ordered-list .p-ordered-list__item::before {
  color: #B9403D;
}

.p-page-academics--materials .p-page-header, .p-page-academics--materials .p-page-header--2 {
  background: #FFFAEF;
}
.p-page-academics--materials .p-h2::before {
  background: #906200;
}
.p-page-academics--materials .p-h3 {
  background: #FFFAEF;
}
.p-page-academics--materials .p-h3::before {
  background: #906200;
}
.p-page-academics--materials .p-list li:not(.is-marker-triangle)::before {
  background: #906200;
}
.p-page-academics--materials .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #906200;
  background: none;
}
.p-page-academics--materials .p-ordered-list .p-ordered-list__item::before {
  color: #906200;
}

.p-page-academics--environmental .p-page-header, .p-page-academics--environmental .p-page-header--2 {
  background: #F5F8E7;
}
.p-page-academics--environmental .p-h2::before {
  background: #4F7B1F;
}
.p-page-academics--environmental .p-h3 {
  background: #F5F8E7;
}
.p-page-academics--environmental .p-h3::before {
  background: #4F7B1F;
}
.p-page-academics--environmental .p-list li:not(.is-marker-triangle)::before {
  background: #4F7B1F;
}
.p-page-academics--environmental .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #4F7B1F;
  background: none;
}
.p-page-academics--environmental .p-ordered-list .p-ordered-list__item::before {
  color: #4F7B1F;
}

.p-page-academics--dept-nuclear .p-page-header, .p-page-academics--dept-nuclear .p-page-header--2 {
  background: #ECF5EE;
}
.p-page-academics--dept-nuclear .p-h2::before {
  background: #007A5B;
}
.p-page-academics--dept-nuclear .p-h3 {
  background: #ECF5EE;
}
.p-page-academics--dept-nuclear .p-h3::before {
  background: #007A5B;
}
.p-page-academics--dept-nuclear .p-list li:not(.is-marker-triangle)::before {
  background: #007A5B;
}
.p-page-academics--dept-nuclear .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #007A5B;
  background: none;
}
.p-page-academics--dept-nuclear .p-ordered-list .p-ordered-list__item::before {
  color: #007A5B;
}

.p-page-academics--safety .p-page-header, .p-page-academics--safety .p-page-header--2 {
  background: #F0F4FC;
}
.p-page-academics--safety .p-h2::before {
  background: #1A6293;
}
.p-page-academics--safety .p-h3 {
  background: #F0F4FC;
}
.p-page-academics--safety .p-h3::before {
  background: #1A6293;
}
.p-page-academics--safety .p-list li:not(.is-marker-triangle)::before {
  background: #1A6293;
}
.p-page-academics--safety .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #1A6293;
  background: none;
}
.p-page-academics--safety .p-ordered-list .p-ordered-list__item::before {
  color: #1A6293;
}

.p-page-academics--dept-innvation .p-page-header, .p-page-academics--dept-innvation .p-page-header--2 {
  background: #F8F0F0;
}
.p-page-academics--dept-innvation .p-h2::before {
  background: #914164;
}
.p-page-academics--dept-innvation .p-h3 {
  background: #F8F0F0;
}
.p-page-academics--dept-innvation .p-h3::before {
  background: #914164;
}
.p-page-academics--dept-innvation .p-list li:not(.is-marker-triangle)::before {
  background: #914164;
}
.p-page-academics--dept-innvation .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #914164;
  background: none;
}
.p-page-academics--dept-innvation .p-ordered-list .p-ordered-list__item::before {
  color: #914164;
}

.p-page-academics--doctoral .p-page-header, .p-page-academics--doctoral .p-page-header--2 {
  background: #F7F7E5;
}
.p-page-academics--doctoral .p-h2::before {
  background: #716408;
}
.p-page-academics--doctoral .p-h3 {
  background: #F7F7E5;
}
.p-page-academics--doctoral .p-h3::before {
  background: #716408;
}
.p-page-academics--doctoral .p-list li:not(.is-marker-triangle)::before {
  background: #716408;
}
.p-page-academics--doctoral .p-list .p-list li:not(.is-marker-triangle)::before {
  border-color: #716408;
  background: none;
}
.p-page-academics--doctoral .p-ordered-list .p-ordered-list__item::before {
  color: #716408;
}

.p-page-academics--center-index .p-page-header, .p-page-academics--center-index .p-page-header--2 {
  background: #1073B5;
  color: #fff;
}

/* ---------------------------------------*/
/* 特色ある研究の取組インデックスページ */
/* ---------------------------------------*/
.p-featured-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-featured-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}

.p-featured-list__item {
  margin: 0 0 30px;
}
.p-featured-list__item a {
  height: 100%;
  display: block;
  background: #F2F8FB;
}
@media screen and (min-width: 768px) {
  .p-featured-list__item {
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px) / 2);
            flex: 0 0 calc((100% - 30px) / 2);
  }
  .p-featured-list__item a {
    -webkit-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
  }
  .p-featured-list__item a:hover {
    color: #fff;
    background: #07388C;
  }
}

.p-featured-list__image {
  margin: 0;
  aspect-ratio: 455/223;
}
.p-featured-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}

.p-featured-list__title {
  position: relative;
  margin: 0;
  padding: 20px 50px 20px 17px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-featured-list__title {
    padding: 30px 80px 30px 23px;
  }
}

.p-featured-list__arrow {
  position: absolute;
  right: 15px;
  top: calc((100% - 18px) / 2);
  font-size: 1.28571rem;
  line-height: 1;
}
.p-featured-list__arrow .p-material-symbols-outlined {
  font-weight: 500;
  font-size: inherit;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  .p-featured-list__arrow {
    top: calc((100% - 30px) / 2);
    font-size: 1.875rem;
  }
}

.p-featured-page-intro {
  margin: 0 0 50px;
}
@media screen and (min-width: 768px) {
  .p-featured-page-intro {
    margin-bottom: 80px;
  }
}

.p-featured-page-intro__image {
  margin: 0;
}
.p-featured-page-intro__image img {
  width: 100%;
  vertical-align: top;
}

.p-featured-page-intro__name {
  margin: 0;
  padding: 15px 20px;
  color: #fff;
  font-weight: bold;
  font-size: 0.85714rem;
  background: #1073B5;
}
@media screen and (min-width: 768px) {
  .p-featured-page-intro__name {
    font-size: 1.125rem;
  }
}

.p-news-heading {
  margin: 0 0 25px;
  padding: 10px 16px 7px;
  background: #F2F8FB;
  font-size: 1.14285rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-news-heading {
    margin: 0 0 30px;
    padding: 11px 20px;
    font-size: 1.25rem;
  }
}

.p-news-list, .p-news-list--layout-1 {
  margin: 0 0 36px;
}
.p-news-list::after, .p-news-list--layout-1::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .p-news-list, .p-news-list--layout-1 {
    margin-bottom: 45px;
  }
}

.p-news-list__image {
  float: left;
  width: 50%;
  margin: 0 0 15px;
}
.p-news-list__image img {
  aspect-ratio: 856/480;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  border-bottom: 3px solid #07388C;
}
@media screen and (min-width: 768px) {
  .p-news-list__image {
    width: 214px;
    margin: 0;
    background: #333;
  }
  .p-news-list__image img {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .p-news-list__image a:hover img {
    opacity: 0.7;
  }
}

.p-news-list__date {
  display: block;
  margin: 0 0 3px calc(50% + 10px);
  font-size: 0.85714rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-list__date {
    margin-left: 242px;
    font-size: 0.875rem;
  }
}

.p-news-list__title {
  margin: 0 0 15px calc(50% + 10px);
  font-size: 1rem;
  font-weight: bold;
}
.p-news-list__title a {
  color: inherit;
}
.p-news-list__title a:focus-visible {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-news-list__title {
    margin-bottom: 20px;
    margin-left: 242px;
    font-size: 1rem;
  }
  .p-news-list__title a:hover {
    color: inherit;
  }
}

.p-news-list__category {
  clear: both;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-news-list__category {
    clear: none;
    margin: 0 0 0 242px;
  }
}

.p-news-list--layout-1 {
  margin-bottom: 15px;
}
.p-news-list--layout-1:last-child {
  margin-bottom: 0;
}
.p-news-list--layout-1 + .p-news-list--layout-1 {
  padding-top: 10px;
  border-top: 2px solid #F2F2F2;
}
.p-news-list--layout-1 .p-news-list__date {
  margin-left: 0;
}
.p-news-list--layout-1 .p-news-list__title {
  margin-left: 0;
}
.p-news-list--layout-1 .p-news-list__category {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .p-news-list--layout-1 {
    margin-bottom: 25px;
  }
  .p-news-list--layout-1 + .p-news-list--layout-1 {
    padding-top: 20px;
    border-top: 2px solid #F2F2F2;
  }
  .p-news-list--layout-1 .p-news-list__date {
    float: left;
    font-size: 1rem;
  }
  .p-news-list--layout-1 .p-news-list__title {
    margin-left: 140px;
  }
  .p-news-list--layout-1 .p-news-list__category {
    margin-left: 140px;
  }
  .is-en .p-news-list--layout-1 .p-news-list__title {
    margin-left: 180px;
  }
  .is-en .p-news-list--layout-1 .p-news-list__category {
    margin-left: 180px;
  }
}

.p-news-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.71428rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-news-categories {
    gap: 10px 4px;
    font-size: 0.75rem;
  }
}

.p-news-categories__item {
  margin: 0;
}
.p-news-categories__item a {
  display: block;
  padding: 4px 10px 5px 8px;
  color: #fff;
  background: #1073B5;
  border-radius: 100px;
}
.p-news-categories__item a:focus-visible {
  color: #fff;
}
.p-news-categories__item [class^=p-material-symbols-],
.p-news-categories__item [class*=" p-material-symbols-"] {
  margin: 0 2px 0 0;
  font-size: 16px;
  font-variation-settings: "wght" 500;
  vertical-align: -4px;
}
@media screen and (min-width: 768px) {
  .p-news-categories__item a {
    padding: 4px 10px 2px 8px;
  }
  .p-news-categories__item a:hover {
    color: #fff;
  }
}

.p-news-entry-date {
  display: block;
  margin: 0 0 20px;
  font-size: 0.85714rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-news-entry-date {
    margin: 0 0 25px;
    font-size: 0.875rem;
  }
}

.p-news-entry-category-list {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  .p-news-entry-category-list {
    margin: 0 0 25px;
  }
}

.p-event-list {
  list-style: none;
  margin: 5px 0 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-event-list {
    margin-top: 15px;
  }
}

.p-event-list__item {
  margin: 0 0 35px;
}
.p-event-list__item::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (min-width: 768px) {
  .p-event-list__item {
    margin-bottom: 50px;
  }
}

.p-event-list__image {
  float: left;
  width: 50%;
  margin: 0 0 15px;
}
.p-event-list__image img {
  aspect-ratio: 856/480;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  vertical-align: top;
  border-bottom: 3px solid #07388C;
}
@media screen and (min-width: 768px) {
  .p-event-list__image {
    width: 214px;
    margin: 0;
    background: #333;
  }
  .p-event-list__image img {
    -webkit-transition: opacity 400ms;
    transition: opacity 400ms;
  }
  .p-event-list__image a:hover img {
    opacity: 0.7;
  }
}

.p-event-list__title {
  margin: 0 0 0 calc(50% + 10px);
  font-size: 1rem;
}
.p-event-list__title a {
  color: inherit;
}
.p-event-list__title a:focus-visible {
  color: inherit;
}
@media screen and (min-width: 768px) {
  .p-event-list__title {
    margin-bottom: 24px;
    margin-left: 242px;
    font-size: 1rem;
  }
  .p-event-list__title a:hover {
    color: inherit;
  }
}

.p-event-list__date {
  clear: both;
  margin: 0 0 10px;
  padding: 7px 8px 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.07142rem;
  background: #1073B5;
}
.p-event-list__date [class^=p-material-symbols-],
.p-event-list__date [class*=" p-material-symbols-"] {
  margin: 0 12px 0 0;
  font-size: 20px;
  vertical-align: -3px;
}
@media screen and (min-width: 768px) {
  .p-event-list__date {
    clear: none;
    margin: 0 0 9px 242px;
    padding: 7px 7px 5px;
    font-size: 0.9375rem;
  }
  .p-event-list__date [class^=p-material-symbols-],
  .p-event-list__date [class*=" p-material-symbols-"] {
    margin-right: 11px;
    font-size: 22px;
    vertical-align: -5px;
  }
}

.p-event-list__location {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
.p-event-list__location [class^=p-material-symbols-],
.p-event-list__location [class*=" p-material-symbols-"] {
  margin: 0 3px 0 0;
  color: #07388C;
  font-size: 24px;
  font-variation-settings: "FILL" 1;
  vertical-align: -7px;
}
@media screen and (min-width: 768px) {
  .p-event-list__location {
    clear: none;
    margin: 0 0 0 242px;
    font-size: 0.875rem;
  }
}

.p-event-entry-location {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 1rem;
}
.p-event-entry-location [class^=p-material-symbols-],
.p-event-entry-location [class*=" p-material-symbols-"] {
  margin: 0 3px 0 0;
  color: #07388C;
  font-size: 24px;
  font-variation-settings: "FILL" 1;
  vertical-align: -7px;
}
@media screen and (min-width: 768px) {
  .p-event-entry-location {
    margin: 0 0 25px;
    font-size: 0.875rem;
  }
}

.p-for-students-body {
  margin: 0 0 40px;
  padding: 0 8px;
  background: url(/img/for-students/background_frame_01.webp) 50% 0 no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-for-students-body {
    padding: 0 20px;
  }
}

.p-for-students-body__inner {
  position: relative;
  padding: 32px 12px 10px;
}
.p-for-students-body__inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(127%);
          filter: brightness(127%);
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.p-for-students-body__inner > * {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-for-students-body__inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 48px 80px 45px;
  }
}

.p-for-students-title {
  margin: 0 0 18px;
}
@media screen and (min-width: 768px) {
  .p-for-students-title {
    margin: 0 0 11px;
  }
}

.p-for-students-title__label {
  margin: 0;
  color: #07388C;
  font-weight: bold;
  font-size: 1.71428rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-for-students-title__label {
    display: inline-block;
    margin-right: 40px;
    font-size: 2.25rem;
  }
}

.p-for-students-title__sub {
  margin: 0;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-for-students-title__sub {
    display: inline-block;
    font-size: 1.25rem;
  }
}

.p-for-students-news-list {
  margin: 0 0 25px;
  padding: 13px 10px 18px;
  background: #fff;
  border-top: 3px solid #07388C;
}
@media screen and (min-width: 768px) {
  .p-for-students-news-list {
    margin: 0 0 45px;
    padding: 24px 40px 30px;
    border-top-width: 4px;
  }
}

.p-for-students-more-button {
  margin: 0;
}

.p-page .gsc-search-box-tools {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #707070;
  border-radius: 8px;
}
.p-page .gsc-search-box-tools table.gsc-search-box {
  margin: 0;
}
.p-page .gsc-search-box-tools .gsc-input .gsst_a .gscb_a {
  color: #000;
}
.p-page input.gsc-input,
.p-page .gsc-input-box,
.p-page .gsc-input-box-hover,
.p-page .gsc-input-box-focus {
  border: none;
  background: transparent;
}
.p-page input.gsc-input {
  height: auto !important;
  padding: 9.5px 15px !important;
}
.p-page .gsc-search-box-tools .gsc-search-button {
  width: 24px;
  height: 24px;
  margin: 0;
  padding: 0 12px 0 0;
  border: none;
}
.p-page .gsc-search-box-tools .gsc-search-button > svg {
  fill: #000;
}
.p-page .gsc-result-info {
  padding: 0;
  color: #000;
  font-size: 1rem;
}
.p-page .gsc-orderby-label {
  color: #000;
  font-size: 1rem;
}
.p-page .gsc-selected-option-container {
  padding: 10px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  border-radius: 8px;
  border: 1px solid #707070;
  background: #fff;
  max-width: none;
  height: auto;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-page .gsc-control-cse .gsc-option-selector {
  width: 24px;
  height: 24px;
  position: static;
  padding: 0;
  margin-top: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.p-page .gsc-wrapper .gs-spelling,
.p-page .gsc-wrapper .gs-result .gs-title,
.p-page .gsc-wrapper .gs-result .gs-title * {
  font-size: 1.25rem;
}
.p-page .gs-webResult.gs-result a.gs-title:link,
.p-page .gs-imageResult a.gs-title:link {
  color: #07388C;
  font-weight: bold;
  text-decoration: underline;
}
.p-page .gs-webResult.gs-result a.gs-title:link:hover,
.p-page .gs-imageResult a.gs-title:link:hover {
  text-decoration: none;
}
.p-page .gs-visibleUrl-breadcrumb {
  margin-bottom: 5px;
}
.p-page .gs-webResult div.gs-visibleUrl {
  color: #000;
}
.p-page .gs-result .gs-image,
.p-page .gs-result .gs-promotion-image {
  border: none;
}
.p-page .gs-web-image-box,
.p-page .gs-promotion-image-box {
  width: 120px;
  padding-right: 15px;
}
.p-page .gs-web-image-box .gs-image,
.p-page .gs-promotion-image-box .gs-promotion-image {
  max-width: 100%;
}
.p-page .gsc-results .gsc-cursor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
  margin: 0;
}
.p-page .gsc-results .gsc-cursor-box .gsc-cursor-page {
  margin: 0;
  display: block;
  width: 38px;
  height: 38px;
  color: #07388C;
  font-size: 0.85714rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 36px;
  border: 1px solid #ddd;
  -webkit-transition: background-color 400ms, color 400ms, border-color 400ms;
  transition: background-color 400ms, color 400ms, border-color 400ms;
}
@media screen and (min-width: 768px) {
  .p-page .gsc-results .gsc-cursor-box .gsc-cursor-page {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .p-page .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    color: #fff;
    background: #07388C;
    border-color: #07388C;
    text-decoration: none;
  }
}
.p-page .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  background: #07388C;
  color: #fff;
  border-color: #07388C;
}

@media screen and (max-width: 399px) {
  .u-mq-up-sm-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-mq-up-md-only {
    display: none !important;
  }
}

@media screen and (max-width: 1199px) {
  .u-mq-up-lg-only {
    display: none !important;
  }
}

@media screen and (max-width: 1599px) {
  .u-mq-up-xl-only {
    display: none !important;
  }
}

@media screen and (min-width: 400px) {
  .u-mq-down-sm-only {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .u-mq-down-md-only {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .u-mq-down-lg-only {
    display: none !important;
  }
}

@media screen and (min-width: 1600px) {
  .u-mq-down-xl-only {
    display: none !important;
  }
}

.u-text-large-1 {
  font-size: 120% !important;
}

.u-text-large-2 {
  font-size: 140% !important;
}

.u-text-large-3 {
  font-size: 160% !important;
}

.u-text-large-4 {
  font-size: 180% !important;
}

.u-text-large-5 {
  font-size: 200% !important;
}

.u-text-small-1 {
  font-size: 90% !important;
}

.u-text-small-2 {
  font-size: 80% !important;
}

.u-text-small-3 {
  font-size: 70% !important;
}

.u-text-small-4 {
  font-size: 60% !important;
}

.u-text-small-5 {
  font-size: 50% !important;
}

.u-text-red {
  color: #f00 !important;
}

.u-text-gray {
  color: #999 !important;
}

.u-text-blue {
  color: #07388C !important;
}

.u-text-color-inherit {
  color: inherit !important;
}

.u-text-normal-color {
  color: #333 !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mr-0 {
  margin-right: 0px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-ml-0 {
  margin-left: 0px !important;
}

.u-pt-0 {
  padding-top: 0px !important;
}

.u-pr-0 {
  padding-right: 0px !important;
}

.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pl-0 {
  padding-left: 0px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-0 {
    margin-top: 0px !important;
  }
  .u-pc-mr-0 {
    margin-right: 0px !important;
  }
  .u-pc-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-pc-ml-0 {
    margin-left: 0px !important;
  }
  .u-pc-pt-0 {
    padding-top: 0px !important;
  }
  .u-pc-pr-0 {
    padding-right: 0px !important;
  }
  .u-pc-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-pc-pl-0 {
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-0 {
    margin-top: 0px !important;
  }
  .u-sp-mr-0 {
    margin-right: 0px !important;
  }
  .u-sp-mb-0 {
    margin-bottom: 0px !important;
  }
  .u-sp-ml-0 {
    margin-left: 0px !important;
  }
  .u-sp-pt-0 {
    padding-top: 0px !important;
  }
  .u-sp-pr-0 {
    padding-right: 0px !important;
  }
  .u-sp-pb-0 {
    padding-bottom: 0px !important;
  }
  .u-sp-pl-0 {
    padding-left: 0px !important;
  }
}
.u-mt-5 {
  margin-top: 5px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-ml-5 {
  margin-left: 5px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pr-5 {
  padding-right: 5px !important;
}

.u-pb-5 {
  padding-bottom: 5px !important;
}

.u-pl-5 {
  padding-left: 5px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-5 {
    margin-top: 5px !important;
  }
  .u-pc-mr-5 {
    margin-right: 5px !important;
  }
  .u-pc-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-pc-ml-5 {
    margin-left: 5px !important;
  }
  .u-pc-pt-5 {
    padding-top: 5px !important;
  }
  .u-pc-pr-5 {
    padding-right: 5px !important;
  }
  .u-pc-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-pc-pl-5 {
    padding-left: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-5 {
    margin-top: 5px !important;
  }
  .u-sp-mr-5 {
    margin-right: 5px !important;
  }
  .u-sp-mb-5 {
    margin-bottom: 5px !important;
  }
  .u-sp-ml-5 {
    margin-left: 5px !important;
  }
  .u-sp-pt-5 {
    padding-top: 5px !important;
  }
  .u-sp-pr-5 {
    padding-right: 5px !important;
  }
  .u-sp-pb-5 {
    padding-bottom: 5px !important;
  }
  .u-sp-pl-5 {
    padding-left: 5px !important;
  }
}
.u-mt-10 {
  margin-top: 10px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-ml-10 {
  margin-left: 10px !important;
}

.u-pt-10 {
  padding-top: 10px !important;
}

.u-pr-10 {
  padding-right: 10px !important;
}

.u-pb-10 {
  padding-bottom: 10px !important;
}

.u-pl-10 {
  padding-left: 10px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-10 {
    margin-top: 10px !important;
  }
  .u-pc-mr-10 {
    margin-right: 10px !important;
  }
  .u-pc-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-pc-ml-10 {
    margin-left: 10px !important;
  }
  .u-pc-pt-10 {
    padding-top: 10px !important;
  }
  .u-pc-pr-10 {
    padding-right: 10px !important;
  }
  .u-pc-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-pc-pl-10 {
    padding-left: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-10 {
    margin-top: 10px !important;
  }
  .u-sp-mr-10 {
    margin-right: 10px !important;
  }
  .u-sp-mb-10 {
    margin-bottom: 10px !important;
  }
  .u-sp-ml-10 {
    margin-left: 10px !important;
  }
  .u-sp-pt-10 {
    padding-top: 10px !important;
  }
  .u-sp-pr-10 {
    padding-right: 10px !important;
  }
  .u-sp-pb-10 {
    padding-bottom: 10px !important;
  }
  .u-sp-pl-10 {
    padding-left: 10px !important;
  }
}
.u-mt-15 {
  margin-top: 15px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-ml-15 {
  margin-left: 15px !important;
}

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pr-15 {
  padding-right: 15px !important;
}

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pl-15 {
  padding-left: 15px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-15 {
    margin-top: 15px !important;
  }
  .u-pc-mr-15 {
    margin-right: 15px !important;
  }
  .u-pc-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-pc-ml-15 {
    margin-left: 15px !important;
  }
  .u-pc-pt-15 {
    padding-top: 15px !important;
  }
  .u-pc-pr-15 {
    padding-right: 15px !important;
  }
  .u-pc-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-pc-pl-15 {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-15 {
    margin-top: 15px !important;
  }
  .u-sp-mr-15 {
    margin-right: 15px !important;
  }
  .u-sp-mb-15 {
    margin-bottom: 15px !important;
  }
  .u-sp-ml-15 {
    margin-left: 15px !important;
  }
  .u-sp-pt-15 {
    padding-top: 15px !important;
  }
  .u-sp-pr-15 {
    padding-right: 15px !important;
  }
  .u-sp-pb-15 {
    padding-bottom: 15px !important;
  }
  .u-sp-pl-15 {
    padding-left: 15px !important;
  }
}
.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-ml-20 {
  margin-left: 20px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pr-20 {
  padding-right: 20px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pl-20 {
  padding-left: 20px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-20 {
    margin-top: 20px !important;
  }
  .u-pc-mr-20 {
    margin-right: 20px !important;
  }
  .u-pc-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-pc-ml-20 {
    margin-left: 20px !important;
  }
  .u-pc-pt-20 {
    padding-top: 20px !important;
  }
  .u-pc-pr-20 {
    padding-right: 20px !important;
  }
  .u-pc-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-pc-pl-20 {
    padding-left: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-20 {
    margin-top: 20px !important;
  }
  .u-sp-mr-20 {
    margin-right: 20px !important;
  }
  .u-sp-mb-20 {
    margin-bottom: 20px !important;
  }
  .u-sp-ml-20 {
    margin-left: 20px !important;
  }
  .u-sp-pt-20 {
    padding-top: 20px !important;
  }
  .u-sp-pr-20 {
    padding-right: 20px !important;
  }
  .u-sp-pb-20 {
    padding-bottom: 20px !important;
  }
  .u-sp-pl-20 {
    padding-left: 20px !important;
  }
}
.u-mt-25 {
  margin-top: 25px !important;
}

.u-mr-25 {
  margin-right: 25px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-ml-25 {
  margin-left: 25px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pr-25 {
  padding-right: 25px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pl-25 {
  padding-left: 25px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-25 {
    margin-top: 25px !important;
  }
  .u-pc-mr-25 {
    margin-right: 25px !important;
  }
  .u-pc-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-pc-ml-25 {
    margin-left: 25px !important;
  }
  .u-pc-pt-25 {
    padding-top: 25px !important;
  }
  .u-pc-pr-25 {
    padding-right: 25px !important;
  }
  .u-pc-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-pc-pl-25 {
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-25 {
    margin-top: 25px !important;
  }
  .u-sp-mr-25 {
    margin-right: 25px !important;
  }
  .u-sp-mb-25 {
    margin-bottom: 25px !important;
  }
  .u-sp-ml-25 {
    margin-left: 25px !important;
  }
  .u-sp-pt-25 {
    padding-top: 25px !important;
  }
  .u-sp-pr-25 {
    padding-right: 25px !important;
  }
  .u-sp-pb-25 {
    padding-bottom: 25px !important;
  }
  .u-sp-pl-25 {
    padding-left: 25px !important;
  }
}
.u-mt-30 {
  margin-top: 30px !important;
}

.u-mr-30 {
  margin-right: 30px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-ml-30 {
  margin-left: 30px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pr-30 {
  padding-right: 30px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pl-30 {
  padding-left: 30px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-30 {
    margin-top: 30px !important;
  }
  .u-pc-mr-30 {
    margin-right: 30px !important;
  }
  .u-pc-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-pc-ml-30 {
    margin-left: 30px !important;
  }
  .u-pc-pt-30 {
    padding-top: 30px !important;
  }
  .u-pc-pr-30 {
    padding-right: 30px !important;
  }
  .u-pc-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-pc-pl-30 {
    padding-left: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-30 {
    margin-top: 30px !important;
  }
  .u-sp-mr-30 {
    margin-right: 30px !important;
  }
  .u-sp-mb-30 {
    margin-bottom: 30px !important;
  }
  .u-sp-ml-30 {
    margin-left: 30px !important;
  }
  .u-sp-pt-30 {
    padding-top: 30px !important;
  }
  .u-sp-pr-30 {
    padding-right: 30px !important;
  }
  .u-sp-pb-30 {
    padding-bottom: 30px !important;
  }
  .u-sp-pl-30 {
    padding-left: 30px !important;
  }
}
.u-mt-35 {
  margin-top: 35px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pr-35 {
  padding-right: 35px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pl-35 {
  padding-left: 35px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-35 {
    margin-top: 35px !important;
  }
  .u-pc-mr-35 {
    margin-right: 35px !important;
  }
  .u-pc-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-pc-ml-35 {
    margin-left: 35px !important;
  }
  .u-pc-pt-35 {
    padding-top: 35px !important;
  }
  .u-pc-pr-35 {
    padding-right: 35px !important;
  }
  .u-pc-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-pc-pl-35 {
    padding-left: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-35 {
    margin-top: 35px !important;
  }
  .u-sp-mr-35 {
    margin-right: 35px !important;
  }
  .u-sp-mb-35 {
    margin-bottom: 35px !important;
  }
  .u-sp-ml-35 {
    margin-left: 35px !important;
  }
  .u-sp-pt-35 {
    padding-top: 35px !important;
  }
  .u-sp-pr-35 {
    padding-right: 35px !important;
  }
  .u-sp-pb-35 {
    padding-bottom: 35px !important;
  }
  .u-sp-pl-35 {
    padding-left: 35px !important;
  }
}
.u-mt-40 {
  margin-top: 40px !important;
}

.u-mr-40 {
  margin-right: 40px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-ml-40 {
  margin-left: 40px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pr-40 {
  padding-right: 40px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pl-40 {
  padding-left: 40px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-40 {
    margin-top: 40px !important;
  }
  .u-pc-mr-40 {
    margin-right: 40px !important;
  }
  .u-pc-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-pc-ml-40 {
    margin-left: 40px !important;
  }
  .u-pc-pt-40 {
    padding-top: 40px !important;
  }
  .u-pc-pr-40 {
    padding-right: 40px !important;
  }
  .u-pc-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-pc-pl-40 {
    padding-left: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-40 {
    margin-top: 40px !important;
  }
  .u-sp-mr-40 {
    margin-right: 40px !important;
  }
  .u-sp-mb-40 {
    margin-bottom: 40px !important;
  }
  .u-sp-ml-40 {
    margin-left: 40px !important;
  }
  .u-sp-pt-40 {
    padding-top: 40px !important;
  }
  .u-sp-pr-40 {
    padding-right: 40px !important;
  }
  .u-sp-pb-40 {
    padding-bottom: 40px !important;
  }
  .u-sp-pl-40 {
    padding-left: 40px !important;
  }
}
.u-mt-45 {
  margin-top: 45px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pr-45 {
  padding-right: 45px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pl-45 {
  padding-left: 45px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-45 {
    margin-top: 45px !important;
  }
  .u-pc-mr-45 {
    margin-right: 45px !important;
  }
  .u-pc-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-pc-ml-45 {
    margin-left: 45px !important;
  }
  .u-pc-pt-45 {
    padding-top: 45px !important;
  }
  .u-pc-pr-45 {
    padding-right: 45px !important;
  }
  .u-pc-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-pc-pl-45 {
    padding-left: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-45 {
    margin-top: 45px !important;
  }
  .u-sp-mr-45 {
    margin-right: 45px !important;
  }
  .u-sp-mb-45 {
    margin-bottom: 45px !important;
  }
  .u-sp-ml-45 {
    margin-left: 45px !important;
  }
  .u-sp-pt-45 {
    padding-top: 45px !important;
  }
  .u-sp-pr-45 {
    padding-right: 45px !important;
  }
  .u-sp-pb-45 {
    padding-bottom: 45px !important;
  }
  .u-sp-pl-45 {
    padding-left: 45px !important;
  }
}
.u-mt-50 {
  margin-top: 50px !important;
}

.u-mr-50 {
  margin-right: 50px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-ml-50 {
  margin-left: 50px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pr-50 {
  padding-right: 50px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pl-50 {
  padding-left: 50px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-50 {
    margin-top: 50px !important;
  }
  .u-pc-mr-50 {
    margin-right: 50px !important;
  }
  .u-pc-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-pc-ml-50 {
    margin-left: 50px !important;
  }
  .u-pc-pt-50 {
    padding-top: 50px !important;
  }
  .u-pc-pr-50 {
    padding-right: 50px !important;
  }
  .u-pc-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-pc-pl-50 {
    padding-left: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-50 {
    margin-top: 50px !important;
  }
  .u-sp-mr-50 {
    margin-right: 50px !important;
  }
  .u-sp-mb-50 {
    margin-bottom: 50px !important;
  }
  .u-sp-ml-50 {
    margin-left: 50px !important;
  }
  .u-sp-pt-50 {
    padding-top: 50px !important;
  }
  .u-sp-pr-50 {
    padding-right: 50px !important;
  }
  .u-sp-pb-50 {
    padding-bottom: 50px !important;
  }
  .u-sp-pl-50 {
    padding-left: 50px !important;
  }
}
.u-mt-55 {
  margin-top: 55px !important;
}

.u-mr-55 {
  margin-right: 55px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-ml-55 {
  margin-left: 55px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pr-55 {
  padding-right: 55px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pl-55 {
  padding-left: 55px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-55 {
    margin-top: 55px !important;
  }
  .u-pc-mr-55 {
    margin-right: 55px !important;
  }
  .u-pc-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-pc-ml-55 {
    margin-left: 55px !important;
  }
  .u-pc-pt-55 {
    padding-top: 55px !important;
  }
  .u-pc-pr-55 {
    padding-right: 55px !important;
  }
  .u-pc-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-pc-pl-55 {
    padding-left: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-55 {
    margin-top: 55px !important;
  }
  .u-sp-mr-55 {
    margin-right: 55px !important;
  }
  .u-sp-mb-55 {
    margin-bottom: 55px !important;
  }
  .u-sp-ml-55 {
    margin-left: 55px !important;
  }
  .u-sp-pt-55 {
    padding-top: 55px !important;
  }
  .u-sp-pr-55 {
    padding-right: 55px !important;
  }
  .u-sp-pb-55 {
    padding-bottom: 55px !important;
  }
  .u-sp-pl-55 {
    padding-left: 55px !important;
  }
}
.u-mt-60 {
  margin-top: 60px !important;
}

.u-mr-60 {
  margin-right: 60px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-ml-60 {
  margin-left: 60px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pr-60 {
  padding-right: 60px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pl-60 {
  padding-left: 60px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-60 {
    margin-top: 60px !important;
  }
  .u-pc-mr-60 {
    margin-right: 60px !important;
  }
  .u-pc-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-pc-ml-60 {
    margin-left: 60px !important;
  }
  .u-pc-pt-60 {
    padding-top: 60px !important;
  }
  .u-pc-pr-60 {
    padding-right: 60px !important;
  }
  .u-pc-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-pc-pl-60 {
    padding-left: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-60 {
    margin-top: 60px !important;
  }
  .u-sp-mr-60 {
    margin-right: 60px !important;
  }
  .u-sp-mb-60 {
    margin-bottom: 60px !important;
  }
  .u-sp-ml-60 {
    margin-left: 60px !important;
  }
  .u-sp-pt-60 {
    padding-top: 60px !important;
  }
  .u-sp-pr-60 {
    padding-right: 60px !important;
  }
  .u-sp-pb-60 {
    padding-bottom: 60px !important;
  }
  .u-sp-pl-60 {
    padding-left: 60px !important;
  }
}
.u-mt-65 {
  margin-top: 65px !important;
}

.u-mr-65 {
  margin-right: 65px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-ml-65 {
  margin-left: 65px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pr-65 {
  padding-right: 65px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pl-65 {
  padding-left: 65px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-65 {
    margin-top: 65px !important;
  }
  .u-pc-mr-65 {
    margin-right: 65px !important;
  }
  .u-pc-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-pc-ml-65 {
    margin-left: 65px !important;
  }
  .u-pc-pt-65 {
    padding-top: 65px !important;
  }
  .u-pc-pr-65 {
    padding-right: 65px !important;
  }
  .u-pc-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-pc-pl-65 {
    padding-left: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-65 {
    margin-top: 65px !important;
  }
  .u-sp-mr-65 {
    margin-right: 65px !important;
  }
  .u-sp-mb-65 {
    margin-bottom: 65px !important;
  }
  .u-sp-ml-65 {
    margin-left: 65px !important;
  }
  .u-sp-pt-65 {
    padding-top: 65px !important;
  }
  .u-sp-pr-65 {
    padding-right: 65px !important;
  }
  .u-sp-pb-65 {
    padding-bottom: 65px !important;
  }
  .u-sp-pl-65 {
    padding-left: 65px !important;
  }
}
.u-mt-70 {
  margin-top: 70px !important;
}

.u-mr-70 {
  margin-right: 70px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-ml-70 {
  margin-left: 70px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pr-70 {
  padding-right: 70px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pl-70 {
  padding-left: 70px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-70 {
    margin-top: 70px !important;
  }
  .u-pc-mr-70 {
    margin-right: 70px !important;
  }
  .u-pc-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-pc-ml-70 {
    margin-left: 70px !important;
  }
  .u-pc-pt-70 {
    padding-top: 70px !important;
  }
  .u-pc-pr-70 {
    padding-right: 70px !important;
  }
  .u-pc-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-pc-pl-70 {
    padding-left: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-70 {
    margin-top: 70px !important;
  }
  .u-sp-mr-70 {
    margin-right: 70px !important;
  }
  .u-sp-mb-70 {
    margin-bottom: 70px !important;
  }
  .u-sp-ml-70 {
    margin-left: 70px !important;
  }
  .u-sp-pt-70 {
    padding-top: 70px !important;
  }
  .u-sp-pr-70 {
    padding-right: 70px !important;
  }
  .u-sp-pb-70 {
    padding-bottom: 70px !important;
  }
  .u-sp-pl-70 {
    padding-left: 70px !important;
  }
}
.u-mt-75 {
  margin-top: 75px !important;
}

.u-mr-75 {
  margin-right: 75px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-ml-75 {
  margin-left: 75px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pr-75 {
  padding-right: 75px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pl-75 {
  padding-left: 75px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-75 {
    margin-top: 75px !important;
  }
  .u-pc-mr-75 {
    margin-right: 75px !important;
  }
  .u-pc-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-pc-ml-75 {
    margin-left: 75px !important;
  }
  .u-pc-pt-75 {
    padding-top: 75px !important;
  }
  .u-pc-pr-75 {
    padding-right: 75px !important;
  }
  .u-pc-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-pc-pl-75 {
    padding-left: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-75 {
    margin-top: 75px !important;
  }
  .u-sp-mr-75 {
    margin-right: 75px !important;
  }
  .u-sp-mb-75 {
    margin-bottom: 75px !important;
  }
  .u-sp-ml-75 {
    margin-left: 75px !important;
  }
  .u-sp-pt-75 {
    padding-top: 75px !important;
  }
  .u-sp-pr-75 {
    padding-right: 75px !important;
  }
  .u-sp-pb-75 {
    padding-bottom: 75px !important;
  }
  .u-sp-pl-75 {
    padding-left: 75px !important;
  }
}
.u-mt-80 {
  margin-top: 80px !important;
}

.u-mr-80 {
  margin-right: 80px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-ml-80 {
  margin-left: 80px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pr-80 {
  padding-right: 80px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pl-80 {
  padding-left: 80px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-80 {
    margin-top: 80px !important;
  }
  .u-pc-mr-80 {
    margin-right: 80px !important;
  }
  .u-pc-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-pc-ml-80 {
    margin-left: 80px !important;
  }
  .u-pc-pt-80 {
    padding-top: 80px !important;
  }
  .u-pc-pr-80 {
    padding-right: 80px !important;
  }
  .u-pc-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-pc-pl-80 {
    padding-left: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-80 {
    margin-top: 80px !important;
  }
  .u-sp-mr-80 {
    margin-right: 80px !important;
  }
  .u-sp-mb-80 {
    margin-bottom: 80px !important;
  }
  .u-sp-ml-80 {
    margin-left: 80px !important;
  }
  .u-sp-pt-80 {
    padding-top: 80px !important;
  }
  .u-sp-pr-80 {
    padding-right: 80px !important;
  }
  .u-sp-pb-80 {
    padding-bottom: 80px !important;
  }
  .u-sp-pl-80 {
    padding-left: 80px !important;
  }
}
.u-mt-85 {
  margin-top: 85px !important;
}

.u-mr-85 {
  margin-right: 85px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-ml-85 {
  margin-left: 85px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pr-85 {
  padding-right: 85px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pl-85 {
  padding-left: 85px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-85 {
    margin-top: 85px !important;
  }
  .u-pc-mr-85 {
    margin-right: 85px !important;
  }
  .u-pc-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-pc-ml-85 {
    margin-left: 85px !important;
  }
  .u-pc-pt-85 {
    padding-top: 85px !important;
  }
  .u-pc-pr-85 {
    padding-right: 85px !important;
  }
  .u-pc-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-pc-pl-85 {
    padding-left: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-85 {
    margin-top: 85px !important;
  }
  .u-sp-mr-85 {
    margin-right: 85px !important;
  }
  .u-sp-mb-85 {
    margin-bottom: 85px !important;
  }
  .u-sp-ml-85 {
    margin-left: 85px !important;
  }
  .u-sp-pt-85 {
    padding-top: 85px !important;
  }
  .u-sp-pr-85 {
    padding-right: 85px !important;
  }
  .u-sp-pb-85 {
    padding-bottom: 85px !important;
  }
  .u-sp-pl-85 {
    padding-left: 85px !important;
  }
}
.u-mt-90 {
  margin-top: 90px !important;
}

.u-mr-90 {
  margin-right: 90px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-ml-90 {
  margin-left: 90px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pr-90 {
  padding-right: 90px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pl-90 {
  padding-left: 90px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-90 {
    margin-top: 90px !important;
  }
  .u-pc-mr-90 {
    margin-right: 90px !important;
  }
  .u-pc-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-pc-ml-90 {
    margin-left: 90px !important;
  }
  .u-pc-pt-90 {
    padding-top: 90px !important;
  }
  .u-pc-pr-90 {
    padding-right: 90px !important;
  }
  .u-pc-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-pc-pl-90 {
    padding-left: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-90 {
    margin-top: 90px !important;
  }
  .u-sp-mr-90 {
    margin-right: 90px !important;
  }
  .u-sp-mb-90 {
    margin-bottom: 90px !important;
  }
  .u-sp-ml-90 {
    margin-left: 90px !important;
  }
  .u-sp-pt-90 {
    padding-top: 90px !important;
  }
  .u-sp-pr-90 {
    padding-right: 90px !important;
  }
  .u-sp-pb-90 {
    padding-bottom: 90px !important;
  }
  .u-sp-pl-90 {
    padding-left: 90px !important;
  }
}
.u-mt-95 {
  margin-top: 95px !important;
}

.u-mr-95 {
  margin-right: 95px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-ml-95 {
  margin-left: 95px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pr-95 {
  padding-right: 95px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pl-95 {
  padding-left: 95px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-95 {
    margin-top: 95px !important;
  }
  .u-pc-mr-95 {
    margin-right: 95px !important;
  }
  .u-pc-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-pc-ml-95 {
    margin-left: 95px !important;
  }
  .u-pc-pt-95 {
    padding-top: 95px !important;
  }
  .u-pc-pr-95 {
    padding-right: 95px !important;
  }
  .u-pc-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-pc-pl-95 {
    padding-left: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-95 {
    margin-top: 95px !important;
  }
  .u-sp-mr-95 {
    margin-right: 95px !important;
  }
  .u-sp-mb-95 {
    margin-bottom: 95px !important;
  }
  .u-sp-ml-95 {
    margin-left: 95px !important;
  }
  .u-sp-pt-95 {
    padding-top: 95px !important;
  }
  .u-sp-pr-95 {
    padding-right: 95px !important;
  }
  .u-sp-pb-95 {
    padding-bottom: 95px !important;
  }
  .u-sp-pl-95 {
    padding-left: 95px !important;
  }
}
.u-mt-100 {
  margin-top: 100px !important;
}

.u-mr-100 {
  margin-right: 100px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-ml-100 {
  margin-left: 100px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

.u-pr-100 {
  padding-right: 100px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-pl-100 {
  padding-left: 100px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-100 {
    margin-top: 100px !important;
  }
  .u-pc-mr-100 {
    margin-right: 100px !important;
  }
  .u-pc-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-pc-ml-100 {
    margin-left: 100px !important;
  }
  .u-pc-pt-100 {
    padding-top: 100px !important;
  }
  .u-pc-pr-100 {
    padding-right: 100px !important;
  }
  .u-pc-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-pc-pl-100 {
    padding-left: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-100 {
    margin-top: 100px !important;
  }
  .u-sp-mr-100 {
    margin-right: 100px !important;
  }
  .u-sp-mb-100 {
    margin-bottom: 100px !important;
  }
  .u-sp-ml-100 {
    margin-left: 100px !important;
  }
  .u-sp-pt-100 {
    padding-top: 100px !important;
  }
  .u-sp-pr-100 {
    padding-right: 100px !important;
  }
  .u-sp-pb-100 {
    padding-bottom: 100px !important;
  }
  .u-sp-pl-100 {
    padding-left: 100px !important;
  }
}
.u-mt-110 {
  margin-top: 110px !important;
}

.u-mr-110 {
  margin-right: 110px !important;
}

.u-mb-110 {
  margin-bottom: 110px !important;
}

.u-ml-110 {
  margin-left: 110px !important;
}

.u-pt-110 {
  padding-top: 110px !important;
}

.u-pr-110 {
  padding-right: 110px !important;
}

.u-pb-110 {
  padding-bottom: 110px !important;
}

.u-pl-110 {
  padding-left: 110px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-110 {
    margin-top: 110px !important;
  }
  .u-pc-mr-110 {
    margin-right: 110px !important;
  }
  .u-pc-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-pc-ml-110 {
    margin-left: 110px !important;
  }
  .u-pc-pt-110 {
    padding-top: 110px !important;
  }
  .u-pc-pr-110 {
    padding-right: 110px !important;
  }
  .u-pc-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-pc-pl-110 {
    padding-left: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-110 {
    margin-top: 110px !important;
  }
  .u-sp-mr-110 {
    margin-right: 110px !important;
  }
  .u-sp-mb-110 {
    margin-bottom: 110px !important;
  }
  .u-sp-ml-110 {
    margin-left: 110px !important;
  }
  .u-sp-pt-110 {
    padding-top: 110px !important;
  }
  .u-sp-pr-110 {
    padding-right: 110px !important;
  }
  .u-sp-pb-110 {
    padding-bottom: 110px !important;
  }
  .u-sp-pl-110 {
    padding-left: 110px !important;
  }
}
.u-mt-120 {
  margin-top: 120px !important;
}

.u-mr-120 {
  margin-right: 120px !important;
}

.u-mb-120 {
  margin-bottom: 120px !important;
}

.u-ml-120 {
  margin-left: 120px !important;
}

.u-pt-120 {
  padding-top: 120px !important;
}

.u-pr-120 {
  padding-right: 120px !important;
}

.u-pb-120 {
  padding-bottom: 120px !important;
}

.u-pl-120 {
  padding-left: 120px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-120 {
    margin-top: 120px !important;
  }
  .u-pc-mr-120 {
    margin-right: 120px !important;
  }
  .u-pc-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-pc-ml-120 {
    margin-left: 120px !important;
  }
  .u-pc-pt-120 {
    padding-top: 120px !important;
  }
  .u-pc-pr-120 {
    padding-right: 120px !important;
  }
  .u-pc-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-pc-pl-120 {
    padding-left: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-120 {
    margin-top: 120px !important;
  }
  .u-sp-mr-120 {
    margin-right: 120px !important;
  }
  .u-sp-mb-120 {
    margin-bottom: 120px !important;
  }
  .u-sp-ml-120 {
    margin-left: 120px !important;
  }
  .u-sp-pt-120 {
    padding-top: 120px !important;
  }
  .u-sp-pr-120 {
    padding-right: 120px !important;
  }
  .u-sp-pb-120 {
    padding-bottom: 120px !important;
  }
  .u-sp-pl-120 {
    padding-left: 120px !important;
  }
}
.u-mt-130 {
  margin-top: 130px !important;
}

.u-mr-130 {
  margin-right: 130px !important;
}

.u-mb-130 {
  margin-bottom: 130px !important;
}

.u-ml-130 {
  margin-left: 130px !important;
}

.u-pt-130 {
  padding-top: 130px !important;
}

.u-pr-130 {
  padding-right: 130px !important;
}

.u-pb-130 {
  padding-bottom: 130px !important;
}

.u-pl-130 {
  padding-left: 130px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-130 {
    margin-top: 130px !important;
  }
  .u-pc-mr-130 {
    margin-right: 130px !important;
  }
  .u-pc-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-pc-ml-130 {
    margin-left: 130px !important;
  }
  .u-pc-pt-130 {
    padding-top: 130px !important;
  }
  .u-pc-pr-130 {
    padding-right: 130px !important;
  }
  .u-pc-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-pc-pl-130 {
    padding-left: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-130 {
    margin-top: 130px !important;
  }
  .u-sp-mr-130 {
    margin-right: 130px !important;
  }
  .u-sp-mb-130 {
    margin-bottom: 130px !important;
  }
  .u-sp-ml-130 {
    margin-left: 130px !important;
  }
  .u-sp-pt-130 {
    padding-top: 130px !important;
  }
  .u-sp-pr-130 {
    padding-right: 130px !important;
  }
  .u-sp-pb-130 {
    padding-bottom: 130px !important;
  }
  .u-sp-pl-130 {
    padding-left: 130px !important;
  }
}
.u-mt-140 {
  margin-top: 140px !important;
}

.u-mr-140 {
  margin-right: 140px !important;
}

.u-mb-140 {
  margin-bottom: 140px !important;
}

.u-ml-140 {
  margin-left: 140px !important;
}

.u-pt-140 {
  padding-top: 140px !important;
}

.u-pr-140 {
  padding-right: 140px !important;
}

.u-pb-140 {
  padding-bottom: 140px !important;
}

.u-pl-140 {
  padding-left: 140px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-140 {
    margin-top: 140px !important;
  }
  .u-pc-mr-140 {
    margin-right: 140px !important;
  }
  .u-pc-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-pc-ml-140 {
    margin-left: 140px !important;
  }
  .u-pc-pt-140 {
    padding-top: 140px !important;
  }
  .u-pc-pr-140 {
    padding-right: 140px !important;
  }
  .u-pc-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-pc-pl-140 {
    padding-left: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-140 {
    margin-top: 140px !important;
  }
  .u-sp-mr-140 {
    margin-right: 140px !important;
  }
  .u-sp-mb-140 {
    margin-bottom: 140px !important;
  }
  .u-sp-ml-140 {
    margin-left: 140px !important;
  }
  .u-sp-pt-140 {
    padding-top: 140px !important;
  }
  .u-sp-pr-140 {
    padding-right: 140px !important;
  }
  .u-sp-pb-140 {
    padding-bottom: 140px !important;
  }
  .u-sp-pl-140 {
    padding-left: 140px !important;
  }
}
.u-mt-150 {
  margin-top: 150px !important;
}

.u-mr-150 {
  margin-right: 150px !important;
}

.u-mb-150 {
  margin-bottom: 150px !important;
}

.u-ml-150 {
  margin-left: 150px !important;
}

.u-pt-150 {
  padding-top: 150px !important;
}

.u-pr-150 {
  padding-right: 150px !important;
}

.u-pb-150 {
  padding-bottom: 150px !important;
}

.u-pl-150 {
  padding-left: 150px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-150 {
    margin-top: 150px !important;
  }
  .u-pc-mr-150 {
    margin-right: 150px !important;
  }
  .u-pc-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-pc-ml-150 {
    margin-left: 150px !important;
  }
  .u-pc-pt-150 {
    padding-top: 150px !important;
  }
  .u-pc-pr-150 {
    padding-right: 150px !important;
  }
  .u-pc-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-pc-pl-150 {
    padding-left: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-150 {
    margin-top: 150px !important;
  }
  .u-sp-mr-150 {
    margin-right: 150px !important;
  }
  .u-sp-mb-150 {
    margin-bottom: 150px !important;
  }
  .u-sp-ml-150 {
    margin-left: 150px !important;
  }
  .u-sp-pt-150 {
    padding-top: 150px !important;
  }
  .u-sp-pr-150 {
    padding-right: 150px !important;
  }
  .u-sp-pb-150 {
    padding-bottom: 150px !important;
  }
  .u-sp-pl-150 {
    padding-left: 150px !important;
  }
}
.u-mt-160 {
  margin-top: 160px !important;
}

.u-mr-160 {
  margin-right: 160px !important;
}

.u-mb-160 {
  margin-bottom: 160px !important;
}

.u-ml-160 {
  margin-left: 160px !important;
}

.u-pt-160 {
  padding-top: 160px !important;
}

.u-pr-160 {
  padding-right: 160px !important;
}

.u-pb-160 {
  padding-bottom: 160px !important;
}

.u-pl-160 {
  padding-left: 160px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-160 {
    margin-top: 160px !important;
  }
  .u-pc-mr-160 {
    margin-right: 160px !important;
  }
  .u-pc-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-pc-ml-160 {
    margin-left: 160px !important;
  }
  .u-pc-pt-160 {
    padding-top: 160px !important;
  }
  .u-pc-pr-160 {
    padding-right: 160px !important;
  }
  .u-pc-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-pc-pl-160 {
    padding-left: 160px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-160 {
    margin-top: 160px !important;
  }
  .u-sp-mr-160 {
    margin-right: 160px !important;
  }
  .u-sp-mb-160 {
    margin-bottom: 160px !important;
  }
  .u-sp-ml-160 {
    margin-left: 160px !important;
  }
  .u-sp-pt-160 {
    padding-top: 160px !important;
  }
  .u-sp-pr-160 {
    padding-right: 160px !important;
  }
  .u-sp-pb-160 {
    padding-bottom: 160px !important;
  }
  .u-sp-pl-160 {
    padding-left: 160px !important;
  }
}
.u-mt-180 {
  margin-top: 180px !important;
}

.u-mr-180 {
  margin-right: 180px !important;
}

.u-mb-180 {
  margin-bottom: 180px !important;
}

.u-ml-180 {
  margin-left: 180px !important;
}

.u-pt-180 {
  padding-top: 180px !important;
}

.u-pr-180 {
  padding-right: 180px !important;
}

.u-pb-180 {
  padding-bottom: 180px !important;
}

.u-pl-180 {
  padding-left: 180px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-180 {
    margin-top: 180px !important;
  }
  .u-pc-mr-180 {
    margin-right: 180px !important;
  }
  .u-pc-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-pc-ml-180 {
    margin-left: 180px !important;
  }
  .u-pc-pt-180 {
    padding-top: 180px !important;
  }
  .u-pc-pr-180 {
    padding-right: 180px !important;
  }
  .u-pc-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-pc-pl-180 {
    padding-left: 180px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-180 {
    margin-top: 180px !important;
  }
  .u-sp-mr-180 {
    margin-right: 180px !important;
  }
  .u-sp-mb-180 {
    margin-bottom: 180px !important;
  }
  .u-sp-ml-180 {
    margin-left: 180px !important;
  }
  .u-sp-pt-180 {
    padding-top: 180px !important;
  }
  .u-sp-pr-180 {
    padding-right: 180px !important;
  }
  .u-sp-pb-180 {
    padding-bottom: 180px !important;
  }
  .u-sp-pl-180 {
    padding-left: 180px !important;
  }
}
.u-mt-200 {
  margin-top: 200px !important;
}

.u-mr-200 {
  margin-right: 200px !important;
}

.u-mb-200 {
  margin-bottom: 200px !important;
}

.u-ml-200 {
  margin-left: 200px !important;
}

.u-pt-200 {
  padding-top: 200px !important;
}

.u-pr-200 {
  padding-right: 200px !important;
}

.u-pb-200 {
  padding-bottom: 200px !important;
}

.u-pl-200 {
  padding-left: 200px !important;
}

@media screen and (min-width: 768px) {
  .u-pc-mt-200 {
    margin-top: 200px !important;
  }
  .u-pc-mr-200 {
    margin-right: 200px !important;
  }
  .u-pc-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-pc-ml-200 {
    margin-left: 200px !important;
  }
  .u-pc-pt-200 {
    padding-top: 200px !important;
  }
  .u-pc-pr-200 {
    padding-right: 200px !important;
  }
  .u-pc-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-pc-pl-200 {
    padding-left: 200px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-mt-200 {
    margin-top: 200px !important;
  }
  .u-sp-mr-200 {
    margin-right: 200px !important;
  }
  .u-sp-mb-200 {
    margin-bottom: 200px !important;
  }
  .u-sp-ml-200 {
    margin-left: 200px !important;
  }
  .u-sp-pt-200 {
    padding-top: 200px !important;
  }
  .u-sp-pr-200 {
    padding-right: 200px !important;
  }
  .u-sp-pb-200 {
    padding-bottom: 200px !important;
  }
  .u-sp-pl-200 {
    padding-left: 200px !important;
  }
}
/* ======================================== */
/* フロート */
/* ======================================== */
.u-float-left {
  float: left !important;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}

.u-float-right {
  float: right !important;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 20px;
}

.u-clear {
  clear: both !important;
}

.u-clearfix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (max-width: 767px) {
  .u-sp-width-50 {
    max-width: 50px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-100 {
    max-width: 100px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-150 {
    max-width: 150px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-200 {
    max-width: 200px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-250 {
    max-width: 250px !important;
  }
}

@media screen and (max-width: 767px) {
  .u-sp-width-300 {
    max-width: 300px !important;
  }
}

.u-align-left {
  text-align: left !important;
}

.u-align-center {
  text-align: center !important;
}

.u-align-right {
  text-align: right !important;
}

.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

.u-fluid-image {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.u-nowrap {
  white-space: nowrap !important;
}

.u-inline-block, .u-inline-block--30pct, .u-inline-block--2column {
  display: inline-block !important;
}

.u-inline-block--2column {
  width: 48%;
}

.u-inline-block--30pct {
  width: 30%;
}

.u-pointer-events-none {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}