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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html, body {
  width: 100%;
  min-height: 100%;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
}

*, *::before, *::after {
  box-sizing: border-box;
}

body {
  position: relative;
  margin: 0;
  color: #666;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 2;
  overflow-x: hidden;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 769px) {
  body {
    font-size: clamp(12px, 1.042vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

svg {
  max-width: 100%;
  height: auto;
  fill: currentcolor;
}

p small {
  font-size: clamp(9.6px, 0.833vw, 14.4px);
}

h1, h2, h3, h4, h5, h6 {
  color: #041146;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

td a {
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  td a:hover {
    text-decoration: none;
  }
}

hr {
  height: 1px;
  background-color: #e9eaef;
  border: none;
  margin: min(1.389vw, 24px) 0;
}
@media screen and (max-width: 768px) {
  hr {
    margin: min(5.333vw, 24px) 0;
  }
}

.disnone {
  display: none;
}

.list-inline > li {
  display: inline-block;
}

.p-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100vw;
  height: 120px;
  padding: 0 min(5.556vw, 96px);
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .p-header {
    height: 86px;
    padding: 0 clamp(12px, 4vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .p-header {
    position: fixed;
    transition: background-color 0.5s;
  }
}
.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1720px;
  height: 100%;
  margin: 0 auto;
}
.p-header__logo {
  width: clamp(203.2px, 17.639vw, 304.8px);
}
@media screen and (max-width: 1024px) {
  .p-header__logo {
    width: clamp(138.4px, 46.133vw, 207.6px);
  }
}
@media screen and (min-width: 1025px) {
  .p-header__nav {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__nav {
    display: none;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background-color: #1D3E92;
  }
}
.p-header__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(30.4px, 2.639vw, 45.6px);
  height: 100%;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 1024px) {
  .p-header__menu {
    align-items: flex-start;
    flex-direction: column;
    gap: 0;
    height: auto;
    padding: 14.6484375vmin clamp(24px, 8vw, 36px) 6.8359375vmin;
  }
}
@media screen and (max-width: 768px) {
  .p-header__menu {
    padding: 26.6666666667vmin clamp(24px, 8vw, 36px) 18.6666666667vmin;
  }
}
.p-header__item {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1025px) {
  .p-header__item:hover .p-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__item {
    width: 100%;
    font-size: clamp(12px, 4vw, 18px);
    border-bottom: 1px solid #1B499A;
    transition: border-color 0.3s;
  }
}
.p-header__contact {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(112px, 9.722vw, 168px);
  height: clamp(48px, 4.167vw, 72px);
  margin-left: clamp(11.2px, 0.972vw, 16.8px);
  text-align: center;
  background-color: #4875D5;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1025px) {
  .p-header__contact:hover {
    background-color: #92ACE3;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__contact {
    width: min(84.267vw, 379.2px);
    height: min(17.067vw, 76.8px);
    margin: min(21.333vw, 96px) auto 0;
  }
  .p-header__contact::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: clamp(9.6px, 3.2vw, 14.4px);
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(9.6vw, 43.2px);
    height: min(9.6vw, 43.2px);
    font-family: "Font Awesome 6 Pro";
    font-size: clamp(8px, 2.667vw, 12px);
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    transform: translateY(-50%);
  }
}
.p-header__contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-header__contact a:hover {
    color: #fff;
  }
}
.p-header__contact a::before {
  content: none;
}
@media screen and (min-width: 1025px) {
  .p-header__link {
    position: relative;
    z-index: 0;
    padding: 9px 0;
    color: #225ac4;
    font-size: clamp(12.8px, 1.111vw, 19.2px);
    transition: color 0.3s;
  }
  .p-header__link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #92ACE3;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform 0.3s;
  }
  .p-header__link:hover {
    color: #92ACE3;
  }
  .p-header__link:hover::before {
    transform-origin: right top;
    transform: scale(1, 1);
  }
}
@media screen and (max-width: 1024px) {
  .p-header__link {
    display: block;
    padding: clamp(16px, 1.389vw, 24px) 0;
    font-size: clamp(12px, 4vw, 18px);
    color: #fff;
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    border-bottom: 1px solid #1B499A;
    transition: border-color 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__btn {
    position: relative;
    z-index: 0;
  }
  .p-header__btn::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    color: #fff;
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    font-family: "Font Awesome 6 Pro";
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__hamburger {
    width: 34px;
    height: 34px;
    display: block;
    margin-left: auto;
    transition: all 0.3s ease;
    position: relative;
    cursor: pointer;
  }
  .p-header__hamburger::before, .p-header__hamburger::after {
    font-family: "Font Awesome 6 Pro";
    font-weight: 100;
    position: absolute;
    top: 50%;
    left: 50%;
    font-weight: 300;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
  }
  .p-header__hamburger::before {
    content: "\f0c9";
    font-size: 24px;
  }
  .p-header__hamburger::after {
    content: "\f00d";
    font-size: 24px;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .is-scroll.p-header {
    background-color: #F1F1F1;
  }
}
@media screen and (min-width: 769px) {
  .is-scroll.p-header .p-header__logo {
    width: clamp(131.2px, 11.389vw, 196.8px);
  }
}
@media screen and (min-width: 769px) {
  .is-scroll.p-header .p-header__contact {
    width: min(9.722vw, 168px);
    max-height: 60px;
  }
}

.is-act {
  overflow: hidden;
}
.is-act .p-header__logo {
  z-index: -1;
}
.is-act .p-header__hamburger::before, .is-act .p-header__hamburger::after {
  color: #fff;
}
.is-act .p-header__hamburger::before {
  opacity: 0;
}
.is-act .p-header__hamburger::after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .is-active.p-header__link {
    border-color: transparent;
  }
  .is-active.p-header__btn::after {
    transform: translateY(-50%) rotate(45deg);
  }
}

.p-footer {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: auto;
  color: #fff;
  background-color: #0B2F76;
}
.p-footer__wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: clamp(64px, 5.556vw, 96px) min(5.556vw, 96px) clamp(22.4px, 1.944vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .p-footer__wrap {
    padding: clamp(48px, 16vw, 72px) clamp(24px, 8vw, 36px);
  }
}
.p-footer__top {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
.p-footer__logo {
  width: 100%;
  margin-bottom: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-bottom: min(5.333vw, 24px);
  }
}
.p-footer__logo a {
  display: block;
  width: clamp(203.2px, 17.639vw, 304.8px);
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .p-footer__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__logo a {
    width: clamp(164.8px, 54.933vw, 247.2px);
    margin: 0 auto;
  }
}
.p-footer__bottom {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
  max-width: 1720px;
  margin: clamp(64px, 5.556vw, 96px) auto 0;
  padding-top: clamp(22.4px, 1.944vw, 33.6px);
  border-top: 1px solid #1B4896;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    flex-direction: column;
    justify-content: center;
    margin-top: clamp(32px, 10.667vw, 48px);
    padding: clamp(25.6px, 8.533vw, 38.4px) 0 0;
  }
}
.p-footer__bottom__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(32px, 2.778vw, 48px);
}
.p-footer__bottom__list p {
  font-size: clamp(9.6px, 0.833vw, 14.4px);
}
@media screen and (min-width: 769px) {
  .p-footer__bottom__list a {
    transition: color 0.3s;
  }
  .p-footer__bottom__list a:hover {
    color: #92ACE3;
  }
}
.p-footer__copyright {
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-top: clamp(25.6px, 2.222vw, 38.4px);
    text-align: center;
    font-size: clamp(10.4px, 0.903vw, 15.6px);
  }
}

.p-footer-nav {
  display: flex;
  flex: 1;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-footer-nav a {
    transition: color 0.3s;
  }
  .p-footer-nav a:hover {
    color: #92ACE3;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-nav {
    flex-direction: column;
  }
}
.p-footer-nav__define {
  display: flex;
  flex-direction: column;
  align-self: start;
  gap: min(1.111vw, 19.2px);
  height: 100%;
}
.p-footer-nav__define:not(:last-of-type) {
  margin-right: clamp(38.4px, 3.333vw, 57.6px);
  padding-right: clamp(36.8px, 3.194vw, 55.2px);
  border-right: 1px solid #1B499A;
}
@media screen and (max-width: 768px) {
  .p-footer-nav__define {
    width: 100%;
    gap: 0;
  }
  .p-footer-nav__define:not(:last-of-type) {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-nav__colum {
    display: flex !important;
    column-gap: min(2.778vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .p-footer-nav__colum {
    display: none;
    flex-direction: column;
    padding-bottom: clamp(16px, 5.333vw, 24px);
    border-bottom: 1px solid #1B499A;
  }
}
.p-footer-nav__colum__item {
  display: flex;
  flex-direction: column;
  row-gap: clamp(12.8px, 1.111vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .p-footer-nav__colum__item + .p-footer-nav__colum__item {
    margin-top: clamp(19.2px, 1.667vw, 28.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-footer-nav__row {
    display: flex !important;
    flex-direction: column;
    row-gap: clamp(12.8px, 1.111vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-footer-nav__row {
    display: none;
    padding-bottom: clamp(16px, 5.333vw, 24px);
    border-bottom: 1px solid #1B499A;
  }
  .p-footer-nav__row > * + * {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-footer-nav__block {
  flex: 1;
}
.p-footer-nav__term {
  font-size: min(0.903vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .p-footer-nav__term {
    padding: clamp(16px, 1.389vw, 24px) 0;
    font-size: clamp(12px, 4vw, 18px);
    border-bottom: 1px solid #1B499A;
    transition: border-color 0.3s;
  }
}
.p-footer-nav__desc a {
  width: fit-content;
  font-size: min(0.903vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .p-footer-nav__desc a {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.p-footer-nav__desc > a {
  position: relative;
  z-index: 0;
  display: flex;
  padding-left: 1em;
}
.p-footer-nav__desc > a::before {
  content: "";
  position: absolute;
  top: 0.7692307692em;
  left: 0;
  z-index: 0;
  width: 5px;
  height: 1px;
  background-color: #6984C1;
}
@media screen and (max-width: 768px) {
  .p-footer-nav__desc > a::before {
    top: 0.7em;
  }
}
.p-footer-nav__desc ul {
  margin-top: min(0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .p-footer-nav__desc ul {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-footer-nav__desc li {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-footer-nav__desc li {
    padding-left: 2em;
  }
}
.p-footer-nav__desc li::before {
  content: "";
  position: absolute;
  top: 0.45em;
  left: 0.8em;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #6984C1;
}
@media screen and (max-width: 768px) {
  .p-footer-nav__desc li::before {
    top: 0.75em;
    left: 1.2em;
  }
}
.p-footer-nav__desc li + li {
  margin-top: min(0.556vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .p-footer-nav__desc li + li {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-footer-nav__icon {
    position: relative;
    z-index: 0;
  }
  .p-footer-nav__icon::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 0;
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    font-family: "Font Awesome 6 Pro";
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
}
.p-footer-nav__contact {
  margin-left: clamp(40px, 3.472vw, 60px);
}
@media screen and (max-width: 899px) {
  .p-footer-nav__contact {
    width: 100%;
    margin: clamp(48px, 4.167vw, 72px) auto 0;
    text-align: center;
  }
}
.p-footer-nav__sns {
  display: flex;
  justify-content: center;
  gap: 0 clamp(12.8px, 1.111vw, 19.2px);
  margin-top: clamp(16px, 1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-footer-nav__sns {
    gap: 0 clamp(12.8px, 4.267vw, 19.2px);
    margin-top: clamp(32px, 10.667vw, 48px);
  }
}
.p-footer-nav__sns__icon {
  display: flex;
  font-size: clamp(22.4px, 1.944vw, 33.6px);
}
@media screen and (min-width: 769px) {
  .p-footer-nav__sns__icon {
    transition: color 0.3s;
  }
  .p-footer-nav__sns__icon:hover {
    color: #92ACE3;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-nav__sns__icon {
    gap: 0 clamp(12.8px, 4.267vw, 19.2px);
    font-size: clamp(22.4px, 7.467vw, 33.6px);
  }
}

@media screen and (max-width: 768px) {
  .is-active.p-footer-nav__term {
    border-color: transparent;
  }
  .is-active.p-footer-nav__icon::after {
    transform: translateY(-50%) rotate(45deg);
  }
}

.l-inner {
  position: relative;
  z-index: 1;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: min(320vw, 1440px);
    padding-left: min(4vw, 18px) !important;
    padding-right: min(4vw, 18px) !important;
  }
}
.l-inner--wide {
  max-width: min(88.889vw, 1536px);
}
@media screen and (max-width: 1440px) {
  .l-inner--wide {
    max-width: min(341.333vw, 1536px);
    padding-left: min(1.389vw, 24px);
    padding-right: min(1.389vw, 24px);
  }
}
.l-inner--narrow {
  max-width: min(65.278vw, 1128px);
}
@media (max-width: 980px) {
  .l-inner--narrow {
    max-width: min(250.667vw, 1128px);
    padding-left: min(1.389vw, 24px);
    padding-right: min(1.389vw, 24px);
  }
}
.l-inner--slim {
  max-width: min(70vw, 1209.6px);
}
@media (max-width: 1008px) {
  .l-inner--slim {
    max-width: min(226.133vw, 1017.6px);
    padding-left: min(1.389vw, 24px);
    padding-right: min(1.389vw, 24px);
  }
}

.l-container {
  position: relative;
  z-index: 0;
  display: grid;
  margin: 0 auto;
  min-height: 100vh;
  grid-template: "header" auto "main  " 1fr "footer" auto/auto;
}
@media screen and (max-width: 768px) {
  .l-container {
    display: block;
  }
}

header {
  grid-area: header;
}

main {
  grid-area: main;
}

footer {
  grid-area: footer;
}

.l-main {
  margin-top: 120px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 1024px) {
  .l-main {
    margin-top: 86px;
  }
}
.top-page .l-main {
  margin-top: 0;
}

.l-contents {
  padding-bottom: min(8.333vw, 144px);
}
@media screen and (max-width: 768px) {
  .l-contents {
    padding-bottom: clamp(96px, 32vw, 144px);
  }
}
@media screen and (min-width: 769px) {
  .l-contents:first-child, .l-contents > * {
    margin-top: clamp(64px, 5.556vw, 96px);
  }
}
@media screen and (max-width: 768px) {
  .l-contents:first-child, .l-contents > * {
    margin-top: clamp(48px, 16vw, 72px);
  }
}
.l-contents__top > * {
  margin-top: clamp(80px, 6.944vw, 120px);
}
@media screen and (max-width: 768px) {
  .l-contents__top > * {
    margin-top: clamp(64px, 21.333vw, 96px);
  }
}
.l-contents__bg {
  position: relative;
  z-index: 0;
}
.l-contents__bg::before, .l-contents__bg::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  height: 100%;
  background-size: 100%;
  background-repeat: repeat-y;
}
@media screen and (max-width: 768px) {
  .l-contents__bg::before, .l-contents__bg::after {
    width: min(29.333vw, 132px);
  }
}
.l-contents__bg::before {
  left: 0;
  width: min(234px, 16.6666666667vw);
  background-image: url(/assets/img/common/bg/arrow_left.png);
}
.l-contents__bg::after {
  right: 0;
  width: min(234px, 16.25vw);
  background-image: url(/assets/img/common/bg/arrow_right.png);
}

.l-sidebar {
  display: flex;
  gap: 0 min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .l-sidebar {
    flex-direction: column;
  }
}
.l-sidebar__main {
  flex: 1;
}
.l-sidebar__side {
  width: min(26.389vw, 456px);
}
@media screen and (max-width: 768px) {
  .l-sidebar__side {
    width: 100%;
  }
}

[class*=l-section] {
  width: 100%;
  padding: min(5.556vw, 96px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  [class*=l-section] {
    padding: min(10.667vw, 48px) 0;
  }
}
[class*=l-section]:last-child {
  padding-bottom: min(6.944vw, 120px);
}
@media screen and (max-width: 768px) {
  [class*=l-section]:last-child {
    padding-bottom: min(26.667vw, 120px);
  }
}
[class*=l-section] + [class*=l-section] {
  padding-top: 0;
}
[class*=l-section][class*=u-bg] {
  padding-top: min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  [class*=l-section][class*=u-bg] {
    padding-top: min(8vw, 36px);
  }
}
[class*=l-section][class*=u-bg] + [class*=l-section] {
  padding-top: min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  [class*=l-section][class*=u-bg] + [class*=l-section] {
    padding-top: min(10.667vw, 48px);
  }
}

.c-button {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  background-color: #4875D5;
  transition: background-color 0.3s;
}
@media screen and (min-width: 769px) {
  .c-button:hover {
    background-color: #92ACE3;
  }
}
.c-button::after {
  content: "\f105";
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: clamp(8px, 0.694vw, 12px);
  font-family: "Font Awesome 6 Pro";
  border-radius: 50%;
  border: 1px solid #fff;
  transform: translateY(-50%);
  transition: background-color 0.3s;
}
.c-button__list {
  display: flex;
  justify-content: center;
  gap: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-button__list {
    flex-direction: column;
    gap: min(5.333vw, 24px);
  }
}
.c-button__list__item {
  width: clamp(256px, 22.222vw, 384px);
}
@media screen and (max-width: 768px) {
  .c-button__list__item {
    width: clamp(256px, 85.333vw, 384px);
    margin: auto;
  }
}
@media screen and (max-width: 540px) {
  .c-button__list__item {
    width: 100%;
  }
}
.c-button__xl {
  width: clamp(256px, 22.222vw, 384px);
  height: clamp(57.6px, 5vw, 86.4px);
  font-size: clamp(12px, 1.042vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-button__xl {
    width: clamp(256px, 85.333vw, 384px);
    height: clamp(57.6px, 19.2vw, 86.4px);
    margin: auto;
    font-size: clamp(12px, 4vw, 18px);
  }
}
@media screen and (max-width: 540px) {
  .c-button__xl {
    width: 100%;
  }
}
.c-button__xl::after {
  right: clamp(9.6px, 0.833vw, 14.4px);
  width: clamp(28.8px, 2.5vw, 43.2px);
  height: clamp(28.8px, 2.5vw, 43.2px);
}
@media screen and (max-width: 768px) {
  .c-button__xl::after {
    right: clamp(9.6px, 3.2vw, 14.4px);
    width: clamp(28.8px, 9.6vw, 43.2px);
    height: clamp(28.8px, 9.6vw, 43.2px);
  }
}
.c-button__l {
  width: clamp(224px, 19.444vw, 336px);
  height: clamp(49.6px, 4.306vw, 74.4px);
  font-size: clamp(12px, 1.042vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-button__l {
    width: clamp(252.8px, 84.267vw, 379.2px);
    height: clamp(51.2px, 17.067vw, 76.8px);
    font-size: clamp(12px, 4vw, 18px);
  }
}
.c-button__l::after {
  right: clamp(9.6px, 0.833vw, 14.4px);
  width: clamp(28.8px, 2.5vw, 43.2px);
  height: clamp(28.8px, 2.5vw, 43.2px);
}
@media screen and (max-width: 768px) {
  .c-button__l::after {
    right: clamp(9.6px, 3.2vw, 14.4px);
    width: clamp(28.8px, 9.6vw, 43.2px);
    height: clamp(28.8px, 9.6vw, 43.2px);
  }
}
.c-button__m {
  width: clamp(196.8px, 17.083vw, 295.2px);
  height: clamp(46.4px, 4.028vw, 69.6px);
  font-size: clamp(12px, 1.042vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-button__m {
    width: clamp(192px, 64vw, 288px);
    height: clamp(48px, 16vw, 72px);
    font-size: clamp(12px, 4vw, 18px);
  }
}
.c-button__m::after {
  right: clamp(9.6px, 0.833vw, 14.4px);
  width: clamp(25.6px, 2.222vw, 38.4px);
  height: clamp(25.6px, 2.222vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .c-button__m::after {
    right: clamp(9.6px, 3.2vw, 14.4px);
    width: clamp(28.8px, 9.6vw, 43.2px);
    height: clamp(28.8px, 9.6vw, 43.2px);
  }
}
.c-button__s {
  width: clamp(163.2px, 14.167vw, 244.8px);
  height: clamp(43.2px, 3.75vw, 64.8px);
  font-size: clamp(10.4px, 0.903vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .c-button__s {
    width: clamp(192px, 64vw, 288px);
    height: clamp(48px, 16vw, 72px);
    font-size: clamp(12px, 4vw, 18px);
  }
}
.c-button__s::after {
  right: clamp(9.6px, 0.833vw, 14.4px);
  width: clamp(22.4px, 1.944vw, 33.6px);
  height: clamp(22.4px, 1.944vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .c-button__s::after {
    right: clamp(9.6px, 3.2vw, 14.4px);
    width: clamp(28.8px, 9.6vw, 43.2px);
    height: clamp(28.8px, 9.6vw, 43.2px);
  }
}
.c-button__banner {
  height: min(9.722vw, 168px);
  transition: 0.3s;
  background: transparent linear-gradient(263deg, #020C2E 0%, #155491 100%) 0% 0% no-repeat padding-box;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .c-button__banner:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .c-button__banner {
    height: min(37.333vw, 168px);
  }
}
.c-button__banner:after {
  right: clamp(32px, 2.778vw, 48px);
  width: clamp(35.2px, 3.056vw, 52.8px);
  height: clamp(35.2px, 3.056vw, 52.8px);
}
@media screen and (max-width: 768px) {
  .c-button__banner:after {
    right: clamp(9.6px, 3.2vw, 14.4px);
    width: clamp(28.8px, 9.6vw, 43.2px);
    height: clamp(28.8px, 9.6vw, 43.2px);
  }
}
.c-button__banner__wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-button__banner__wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .c-button__banner__wrap small {
    margin-top: 1px;
  }
}
.c-button__center {
  margin-left: auto;
  margin-right: auto;
}

.c-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.c-grid__archives {
  gap: min(3.333vw, 57.6px) min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-grid__archives {
    gap: clamp(38.4px, 12.8vw, 57.6px) min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .c-grid__archives {
    gap: clamp(16px, 5.333vw, 24px) 0;
  }
}
.c-grid__list {
  max-width: 880px;
  margin: 0 auto;
}
@media screen and (min-width: 1441px) {
  .c-grid__list {
    max-width: min(61.111vw, 1056px);
  }
}
@media screen and (max-width: 768px) {
  .c-grid__list {
    max-width: none;
  }
}
.c-grid__item {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.c-grid__start {
  align-items: start;
}
.c-grid__center {
  align-items: center;
}
.c-grid__end {
  align-items: end;
}
@media screen and (min-width: 0) {
  .c-grid[data-gutter~="sp:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="sp:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="sp:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="sp:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="sp:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="sp:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="sp:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="sp:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="sp:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="sp:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="sp:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="sp:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="sp:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="sp:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="sp:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="sp:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="sp:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="sp:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="sp:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="sp:12"] {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 361px) {
  .c-grid[data-gutter~="xsm:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="xsm:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="xsm:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="xsm:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="xsm:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="xsm:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="xsm:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="xsm:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="xsm:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="xsm:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="xsm:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="xsm:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="xsm:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="xsm:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="xsm:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="xsm:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="xsm:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="xsm:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="xsm:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="xsm:12"] {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 541px) {
  .c-grid[data-gutter~="sm:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="sm:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="sm:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="sm:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="sm:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="sm:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="sm:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="sm:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="sm:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="sm:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="sm:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="sm:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="sm:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="sm:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="sm:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="sm:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="sm:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="sm:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="sm:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="sm:12"] {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 769px) {
  .c-grid[data-gutter~="md:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="md:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="md:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="md:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="md:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="md:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="md:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="md:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="md:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="md:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="md:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="md:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="md:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="md:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="md:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="md:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="md:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="md:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="md:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="md:12"] {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 900px) {
  .c-grid[data-gutter~="mm:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="mm:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="mm:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="mm:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="mm:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="mm:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="mm:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="mm:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="mm:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="mm:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="mm:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="mm:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="mm:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="mm:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="mm:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="mm:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="mm:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="mm:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="mm:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="mm:12"] {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 1025px) {
  .c-grid[data-gutter~="tb:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="tb:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="tb:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="tb:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="tb:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="tb:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="tb:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="tb:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="tb:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="tb:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="tb:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="tb:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="tb:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="tb:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="tb:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="tb:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="tb:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="tb:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="tb:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="tb:12"] {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 1281px) {
  .c-grid[data-gutter~="lg:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="lg:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="lg:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="lg:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="lg:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="lg:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="lg:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="lg:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="lg:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="lg:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="lg:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="lg:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="lg:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="lg:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="lg:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="lg:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="lg:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="lg:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="lg:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="lg:12"] {
    grid-column: span 12/span 12;
  }
}
@media screen and (min-width: 1441px) {
  .c-grid[data-gutter~="xlg:zero"] {
    gap: 0;
  }
  .c-grid[data-gutter~="xlg:xs"] {
    gap: clamp(12.8px, 4.267vw, 19.2px);
  }
  .c-grid[data-gutter~="xlg:small"] {
    gap: min(1.389vw, 24px);
  }
  .c-grid[data-gutter~="xlg:small_sp"] {
    gap: clamp(16px, 5.333vw, 24px);
  }
  .c-grid[data-gutter~="xlg:medium"] {
    gap: min(2.222vw, 38.4px);
  }
  .c-grid[data-gutter~="xlg:medium_sp"] {
    gap: clamp(25.6px, 8.533vw, 38.4px);
  }
  .c-grid[data-gutter~="xlg:large"] {
    gap: min(2.778vw, 48px);
  }
  .c-grid[data-gutter~="xlg:large_sp"] {
    gap: min(10.667vw, 48px);
  }
  .c-grid__item[data-cols~="xlg:1"] {
    grid-column: span 1/span 1;
  }
  .c-grid__item[data-cols~="xlg:2"] {
    grid-column: span 2/span 2;
  }
  .c-grid__item[data-cols~="xlg:3"] {
    grid-column: span 3/span 3;
  }
  .c-grid__item[data-cols~="xlg:4"] {
    grid-column: span 4/span 4;
  }
  .c-grid__item[data-cols~="xlg:5"] {
    grid-column: span 5/span 5;
  }
  .c-grid__item[data-cols~="xlg:6"] {
    grid-column: span 6/span 6;
  }
  .c-grid__item[data-cols~="xlg:7"] {
    grid-column: span 7/span 7;
  }
  .c-grid__item[data-cols~="xlg:8"] {
    grid-column: span 8/span 8;
  }
  .c-grid__item[data-cols~="xlg:9"] {
    grid-column: span 9/span 9;
  }
  .c-grid__item[data-cols~="xlg:10"] {
    grid-column: span 10/span 10;
  }
  .c-grid__item[data-cols~="xlg:11"] {
    grid-column: span 11/span 11;
  }
  .c-grid__item[data-cols~="xlg:12"] {
    grid-column: span 12/span 12;
  }
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.6944444444%;
  margin-left: -0.6944444444%;
}
@media screen and (max-width: 768px) {
  .c-row {
    margin-right: -2.1333333333%;
    margin-left: -2.1333333333%;
  }
}
.c-row__gutters--wide {
  margin-right: -1.6666666667%;
  margin-left: -1.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-row__gutters--wide {
    margin-right: -2.6666666667%;
    margin-left: -2.6666666667%;
  }
}
.c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
  padding-right: 1.6666666667%;
  padding-left: 1.6666666667%;
}
@media screen and (max-width: 768px) {
  .c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
    padding-right: 2.6666666667%;
    padding-left: 2.6666666667%;
  }
}
.c-row__gutters--narrow {
  margin-right: -0.2777777778%;
  margin-left: -0.2777777778%;
}
@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    margin-right: -0.5333333333%;
    margin-left: -0.5333333333%;
  }
}
.c-row__gutters--narrow > .c-col, .c-row__gutters--narrow > [class*=col-] {
  padding-right: 0.2777777778%;
  padding-left: 0.2777777778%;
}
@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    padding-right: 0.5333333333%;
    padding-left: 0.5333333333%;
  }
}
.c-row__gutters--none {
  margin-right: 0;
  margin-left: 0;
}
.c-row__gutters--none > .c-col, .c-row__gutters--none > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.c-row--center {
  justify-content: center;
}

.c-va-center {
  align-items: center;
  display: flex;
}

.c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0.6944444444%;
  padding-left: 0.6944444444%;
}
@media screen and (max-width: 768px) {
  .c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
    padding-right: 2.1333333333%;
    padding-left: 2.1333333333%;
  }
}

.c-col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.c-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.c-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.c-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.c-col-2-4 {
  flex: 0 0 20%;
  max-width: 20%;
}

.c-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.c-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.c-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.c-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.c-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.c-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.c-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.c-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.c-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.c-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.c-order-first {
  order: -1;
}

.c-order-last {
  order: 13;
}

.c-order-0 {
  order: 0;
}

.c-order-1 {
  order: 1;
}

.c-order-2 {
  order: 2;
}

.c-order-3 {
  order: 3;
}

.c-order-4 {
  order: 4;
}

.c-order-5 {
  order: 5;
}

.c-order-6 {
  order: 6;
}

.c-order-7 {
  order: 7;
}

.c-order-8 {
  order: 8;
}

.c-order-9 {
  order: 9;
}

.c-order-10 {
  order: 10;
}

.c-order-11 {
  order: 11;
}

.c-order-12 {
  order: 12;
}

.c-offset-1 {
  margin-left: 8.3333333333%;
}

.c-offset-2 {
  margin-left: 16.6666666667%;
}

.c-offset-3 {
  margin-left: 25%;
}

.c-offset-4 {
  margin-left: 33.3333333333%;
}

.c-offset-5 {
  margin-left: 41.6666666667%;
}

.c-offset-6 {
  margin-left: 50%;
}

.c-offset-7 {
  margin-left: 58.3333333333%;
}

.c-offset-8 {
  margin-left: 66.6666666667%;
}

.c-offset-9 {
  margin-left: 75%;
}

.c-offset-10 {
  margin-left: 83.3333333333%;
}

.c-offset-11 {
  margin-left: 91.6666666667%;
}

/* pc */
@media screen and (min-width: 769px) {
  .c-col-pc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pc-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pc-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pc-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pc-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pc-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pc-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pc-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pc-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pc-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pc-first {
    order: -1;
  }
  .c-order-pc-last {
    order: 13;
  }
  .c-order-pc-0 {
    order: 0;
  }
  .c-order-pc-1 {
    order: 1;
  }
  .c-order-pc-2 {
    order: 2;
  }
  .c-order-pc-3 {
    order: 3;
  }
  .c-order-pc-4 {
    order: 4;
  }
  .c-order-pc-5 {
    order: 5;
  }
  .c-order-pc-6 {
    order: 6;
  }
  .c-order-pc-7 {
    order: 7;
  }
  .c-order-pc-8 {
    order: 8;
  }
  .c-order-pc-9 {
    order: 9;
  }
  .c-order-pc-10 {
    order: 10;
  }
  .c-order-pc-11 {
    order: 11;
  }
  .c-order-pc-12 {
    order: 12;
  }
  .c-offset-pc-0 {
    margin-left: 0;
  }
  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pc-3 {
    margin-left: 25%;
  }
  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pc-6 {
    margin-left: 50%;
  }
  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pc-9 {
    margin-left: 75%;
  }
  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}
/* bs */
@media screen and (min-width: 1281px) {
  .c-col-bs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-bs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-bs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-bs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-bs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-bs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-bs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-bs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-bs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-bs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-bs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-bs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-bs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-bs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-bs-first {
    order: -1;
  }
  .c-order-bs-last {
    order: 13;
  }
  .c-order-bs-0 {
    order: 0;
  }
  .c-order-bs-1 {
    order: 1;
  }
  .c-order-bs-2 {
    order: 2;
  }
  .c-order-bs-3 {
    order: 3;
  }
  .c-order-bs-4 {
    order: 4;
  }
  .c-order-bs-5 {
    order: 5;
  }
  .c-order-bs-6 {
    order: 6;
  }
  .c-order-bs-7 {
    order: 7;
  }
  .c-order-bs-8 {
    order: 8;
  }
  .c-order-bs-9 {
    order: 9;
  }
  .c-order-bs-10 {
    order: 10;
  }
  .c-order-bs-11 {
    order: 11;
  }
  .c-order-bs-12 {
    order: 12;
  }
  .c-offset-bs-0 {
    margin-left: 0;
  }
  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-bs-3 {
    margin-left: 25%;
  }
  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-bs-6 {
    margin-left: 50%;
  }
  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-bs-9 {
    margin-left: 75%;
  }
  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
}
/* lg */
@media screen and (max-width: 1280px) {
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-0 {
    order: 0;
  }
  .c-order-lg-1 {
    order: 1;
  }
  .c-order-lg-2 {
    order: 2;
  }
  .c-order-lg-3 {
    order: 3;
  }
  .c-order-lg-4 {
    order: 4;
  }
  .c-order-lg-5 {
    order: 5;
  }
  .c-order-lg-6 {
    order: 6;
  }
  .c-order-lg-7 {
    order: 7;
  }
  .c-order-lg-8 {
    order: 8;
  }
  .c-order-lg-9 {
    order: 9;
  }
  .c-order-lg-10 {
    order: 10;
  }
  .c-order-lg-11 {
    order: 11;
  }
  .c-order-lg-12 {
    order: 12;
  }
  .c-offset-lg-0 {
    margin-left: 0;
  }
  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
/* tb */
@media screen and (max-width: 1024px) {
  .c-col-tb {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-tb-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-tb-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-tb-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-tb-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-tb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-tb-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-tb-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-tb-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-tb-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-tb-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-tb-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-tb-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-tb-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-tb-first {
    order: -1;
  }
  .c-order-tb-last {
    order: 13;
  }
  .c-order-tb-0 {
    order: 0;
  }
  .c-order-tb-1 {
    order: 1;
  }
  .c-order-tb-2 {
    order: 2;
  }
  .c-order-tb-3 {
    order: 3;
  }
  .c-order-tb-4 {
    order: 4;
  }
  .c-order-tb-5 {
    order: 5;
  }
  .c-order-tb-6 {
    order: 6;
  }
  .c-order-tb-7 {
    order: 7;
  }
  .c-order-tb-8 {
    order: 8;
  }
  .c-order-tb-9 {
    order: 9;
  }
  .c-order-tb-10 {
    order: 10;
  }
  .c-order-tb-11 {
    order: 11;
  }
  .c-order-tb-12 {
    order: 12;
  }
  .c-offset-tb-0 {
    margin-left: 0;
  }
  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-tb-3 {
    margin-left: 25%;
  }
  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-tb-6 {
    margin-left: 50%;
  }
  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-tb-9 {
    margin-left: 75%;
  }
  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
}
/* md */
@media screen and (max-width: 768px) {
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-0 {
    order: 0;
  }
  .c-order-md-1 {
    order: 1;
  }
  .c-order-md-2 {
    order: 2;
  }
  .c-order-md-3 {
    order: 3;
  }
  .c-order-md-4 {
    order: 4;
  }
  .c-order-md-5 {
    order: 5;
  }
  .c-order-md-6 {
    order: 6;
  }
  .c-order-md-7 {
    order: 7;
  }
  .c-order-md-8 {
    order: 8;
  }
  .c-order-md-9 {
    order: 9;
  }
  .c-order-md-10 {
    order: 10;
  }
  .c-order-md-11 {
    order: 11;
  }
  .c-order-md-12 {
    order: 12;
  }
  .c-offset-md-0 {
    margin-left: 0;
  }
  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
/* sp */
@media screen and (max-width: 540px) {
  .c-col-pr {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pr-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pr-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pr-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pr-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pr-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pr-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pr-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pr-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pr-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pr-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pr-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pr-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pr-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pr-first {
    order: -1;
  }
  .c-order-pr-last {
    order: 13;
  }
  .c-order-pr-0 {
    order: 0;
  }
  .c-order-pr-1 {
    order: 1;
  }
  .c-order-pr-2 {
    order: 2;
  }
  .c-order-pr-3 {
    order: 3;
  }
  .c-order-pr-4 {
    order: 4;
  }
  .c-order-pr-5 {
    order: 5;
  }
  .c-order-pr-6 {
    order: 6;
  }
  .c-order-pr-7 {
    order: 7;
  }
  .c-order-pr-8 {
    order: 8;
  }
  .c-order-pr-9 {
    order: 9;
  }
  .c-order-pr-10 {
    order: 10;
  }
  .c-order-pr-11 {
    order: 11;
  }
  .c-order-pr-12 {
    order: 12;
  }
  .c-offset-pr-0 {
    margin-left: 0;
  }
  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pr-3 {
    margin-left: 25%;
  }
  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pr-6 {
    margin-left: 50%;
  }
  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pr-9 {
    margin-left: 75%;
  }
  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
}
[class*=c-title]:not(.c-title__page__header) {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.c-title--page {
  font-size: clamp(30.4px, 2.639vw, 45.6px);
  text-align: center;
  margin-bottom: min(2.778vw, 48px);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-title--page {
    font-size: clamp(22.4px, 7.467vw, 33.6px);
    margin-bottom: min(8.533vw, 38.4px);
  }
}
.c-title--page span {
  font-size: clamp(14.4px, 1.25vw, 21.6px);
  color: #1D3E92;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-title--page span {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.c-title--article {
  font-size: clamp(25.6px, 2.222vw, 38.4px);
  text-align: center;
  margin-top: min(3.333vw, 57.6px);
  margin-bottom: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .c-title--article {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
    margin-top: min(9.6vw, 43.2px);
    margin-bottom: min(8.533vw, 38.4px);
  }
}
.c-title--section {
  font-size: clamp(22.4px, 1.944vw, 33.6px);
  margin-top: 44px;
  margin-bottom: min(2.222vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .c-title--section {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
    margin-top: min(8.533vw, 38.4px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-title--block, .c-title--block--line {
  font-size: clamp(19.2px, 1.667vw, 28.8px);
  margin-top: 38px;
  margin-bottom: min(2.222vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .c-title--block, .c-title--block--line {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-top: min(5.333vw, 24px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-title--block--line {
  padding-left: min(1.806vw, 31.2px);
}
@media screen and (max-width: 768px) {
  .c-title--block--line {
    padding-left: min(5.333vw, 24px);
  }
}
.c-title--block--line::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #1D3E92;
  position: absolute;
  top: min(1.25vw, 21.6px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-title--block--line::before {
    width: min(3.2vw, 14.4px);
    height: 2px;
    top: min(4.267vw, 19.2px);
  }
}
.c-title--paragraph {
  font-size: clamp(17.6px, 1.528vw, 26.4px);
  margin-top: min(2.222vw, 38.4px);
  margin-bottom: min(1.042vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-title--paragraph {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    margin-top: min(5.333vw, 24px);
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.c-title--small {
  font-size: clamp(16px, 1.389vw, 24px);
  margin-top: min(1.389vw, 24px);
  margin-bottom: min(0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .c-title--small {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    margin-top: min(5.333vw, 24px);
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.c-title__page__header {
  width: 100%;
  height: 240px;
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-title__page__header {
    height: min(53.333vw, 240px);
  }
}
.c-title__page__header .c-title--page {
  margin-bottom: 0;
}

.c-accordion {
  /* + */
}
.c-accordion__inner {
  width: 78.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accordion__inner {
    width: auto;
  }
}
.c-accordion__box + .c-accordion__box {
  margin-top: min(4.167vw, 72px);
}
.c-accordion__box dd {
  display: none;
}
.c-accordion__question, .c-accordion__answer {
  position: relative;
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  z-index: 0;
  line-height: 2;
  /* A と Q */
}
@media screen and (min-width: 769px) {
  .c-accordion__question, .c-accordion__answer {
    padding: min(1.667vw, 28.8px) min(6.597vw, 114px) min(1.667vw, 28.8px) min(4.722vw, 81.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question, .c-accordion__answer {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    padding: min(3.2vw, 14.4px) min(16.533vw, 74.4px) min(3.2vw, 14.4px) min(12.8vw, 57.6px);
  }
}
.c-accordion__question::before, .c-accordion__answer::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  font-size: clamp(17.6px, 1.528vw, 26.4px);
  font-weight: 600;
  color: #0049A7;
}
@media screen and (min-width: 769px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    left: min(1.944vw, 33.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question::before, .c-accordion__answer::before {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
    left: min(4.267vw, 19.2px);
  }
}
.c-accordion__question {
  font-weight: 500;
  border-radius: 4px;
  background: #F2F2F2;
  transition: color 0.3s;
  /* Q */
}
@media screen and (min-width: 769px) {
  .c-accordion__question:hover {
    cursor: pointer;
    color: #005CD1;
  }
}
.c-accordion__question::before {
  content: "Q";
}
@media screen and (min-width: 769px) {
  .c-accordion__question::before {
    top: min(1.875vw, 32.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__question::before {
    top: min(4.267vw, 19.2px);
  }
}
.c-accordion__answer {
  opacity: 0;
  font-weight: 400;
  transform: translateY(min(-1.736vw, -30px));
  transition: opacity 0.4s, transform 0.4s;
  /* A */
}
.is-active .c-accordion__answer {
  opacity: 1;
  transform: translateY(0);
}
.c-accordion__answer::before {
  content: "A";
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (min-width: 769px) {
  .c-accordion__answer::before {
    top: min(2.014vw, 34.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__answer::before {
    top: min(4.533vw, 20.4px);
  }
}
.is-active .c-accordion__answer::before {
  opacity: 1;
}
.c-accordion__icon {
  /* 横棒 */
}
.c-accordion__icon::before, .c-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  height: 2px;
  border-radius: min(0.694vw, 12px);
  background: #005CD1;
  transition: transform 0.5s;
}
@media screen and (min-width: 769px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(1.111vw, 19.2px);
    top: min(2.778vw, 48px);
    right: min(2.778vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .c-accordion__icon::before, .c-accordion__icon::after {
    width: min(4.267vw, 19.2px);
    top: min(7.467vw, 33.6px);
    right: min(4.267vw, 19.2px);
  }
}
.c-accordion__icon::after {
  transform: rotate(90deg);
}
.is-active .c-accordion__icon::after {
  transform: rotate(0);
}

.c-accordion2 {
  /* + */
}
.c-accordion2__list {
  width: 78.3333333333%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-accordion2__list {
    width: auto;
  }
}
.c-accordion2__item {
  position: relative;
  z-index: 0;
}
.c-accordion2__item + .c-accordion2__item {
  margin-top: min(5.556vw, 96px);
}
.c-accordion2__check {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.c-accordion2__musk {
  position: relative;
  z-index: 0;
}
.c-accordion2__musk::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.501860119) 50%, rgb(255, 255, 255) 100%);
  transition: opacity 0.5s;
}
input:checked + .c-accordion2__musk::after {
  opacity: 0;
}
.c-accordion2__body {
  max-height: 4em;
  overflow: hidden;
  transition: 0.5s;
  transition: max-height 0.5s;
}
.c-accordion2__text {
  padding-bottom: min(1.111vw, 19.2px);
  line-height: 2;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-accordion2__text {
    padding-bottom: min(4.267vw, 19.2px);
  }
}
.c-accordion2__label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: min(1.667vw, 28.8px);
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  .c-accordion2__label {
    margin-top: min(6.4vw, 28.8px);
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (min-width: 769px) {
  .c-accordion2__check:hover ~ .c-accordion2__label {
    color: #005CD1;
  }
}
.c-accordion2__icon {
  position: relative;
  z-index: 0;
  display: block;
  width: min(0.972vw, 16.8px);
  height: min(0.972vw, 16.8px);
  margin-top: min(0.139vw, 2.4px);
  margin-left: min(0.833vw, 14.4px);
  /* 横棒 */
}
@media screen and (max-width: 768px) {
  .c-accordion2__icon {
    width: min(3.733vw, 16.8px);
    height: min(3.733vw, 16.8px);
    margin-top: min(0.533vw, 2.4px);
    margin-left: min(3.2vw, 14.4px);
  }
}
.c-accordion2__icon::before, .c-accordion2__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: min(0.694vw, 12px);
  background: #005CD1;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
.c-accordion2__icon::after {
  transform: translateY(-50%) rotate(90deg);
}
input:checked ~ .c-accordion2__label .c-accordion2__icon::after {
  transform: translateY(-50%) rotate(0);
}

.c-breadcrumbs__inner {
  width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__inner {
    padding-left: min(1.389vw, 24px);
    padding-right: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__inner {
    padding-left: min(5.333vw, 24px);
    padding-right: min(5.333vw, 24px);
  }
}
.c-breadcrumbs--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumbs__list {
  width: 100%;
  color: #041146;
  display: block;
  padding-top: clamp(9.6px, 0.833vw, 14.4px);
  padding-bottom: clamp(9.6px, 0.833vw, 14.4px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list {
    padding-top: clamp(9.6px, 3.2vw, 14.4px);
    padding-bottom: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  color: #111;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item span {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: min(2.083vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item:not(:last-child) {
    margin-right: min(8vw, 36px);
  }
}
.c-breadcrumbs__list__item a {
  position: relative;
}
.c-breadcrumbs__list__item a span {
  color: #4875D5 !important;
  text-decoration: underline;
  display: inline-block;
  transition: color 0.3s;
}
.c-breadcrumbs__list__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: -1.5em;
  transform: translateY(-50%);
  margin-top: 2px;
  pointer-events: none;
  cursor: default;
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(1.111vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item a::after {
    font-size: min(3.733vw, 16.8px);
    margin-top: min(0.533vw, 2.4px);
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a:hover span {
    color: #92ACE3 !important;
  }
}
.c-breadcrumbs__list__item a:active span {
  color: #662f95;
  text-decoration: none;
}
.c-breadcrumbs__list__item a:visited span {
  color: #486fa2;
  text-decoration: none;
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card--radius {
  overflow: hidden;
}
.c-card + div, .c-card + h2, .c-card + p, .c-card + table, .c-card + ul, .c-card + input, .c-card + button, .c-card + form {
  margin-top: min(3.333vw, 57.6px);
}
@media screen and (max-width: 768px) {
  .c-card + div, .c-card + h2, .c-card + p, .c-card + table, .c-card + ul, .c-card + input, .c-card + button, .c-card + form {
    margin-top: min(10.667vw, 48px);
  }
}
.c-card p {
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-card__inner {
    padding: min(1.944vw, 33.6px) min(2.222vw, 38.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-card__inner {
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px) min(7.467vw, 33.6px);
  }
}
.c-card__thumb a {
  width: 100%;
  height: 0;
  display: block;
  padding-top: 55.7103%;
  position: relative;
  overflow: hidden;
}
.c-card__thumb a img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}

@media screen and (min-width: 769px) {
  a.c-card:hover h3, a.c-card:hover h4, a.c-card:hover h5, a.c-card:hover p, .c-card__link:hover h3, .c-card__link:hover h4, .c-card__link:hover h5, .c-card__link:hover p {
    color: #92ACE3;
  }
}

[class*=c-card__inner] > *:first-child {
  margin-top: 0;
}
[class*=c-card__inner] > *:last-child {
  margin-bottom: 0;
}

.c-cta__banner {
  width: calc(100% - min(2.778vw, 48px));
  background-color: #fff;
  border: #dddddd solid 1px;
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-cta__banner {
    max-width: min(27.083vw, 468px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner {
    width: calc(100% - min(10.667vw, 48px));
    max-width: min(104vw, 468px);
  }
}
.c-cta__banner--fixed {
  display: none;
  border: none;
  border-radius: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: fixed;
  right: min(1.389vw, 24px);
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 768px) {
  .c-cta__banner--fixed {
    right: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .c-cta__banner--wide {
    max-width: min(55.556vw, 960px);
  }
}
.c-cta__banner--wide.c-cta__banner--fixed {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta__banner__top {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__top {
    padding: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__top {
    padding: min(4vw, 18px);
  }
}
.c-cta__banner__top::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .c-cta__banner__top::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #f2f2f2 transparent transparent transparent;
    border-width: min(1.111vw, 19.2px) min(2.917vw, 50.4px)/2 0 min(2.917vw, 50.4px)/2;
    bottom: min(-1.111vw, -19.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__top::after {
    border-style: solid;
    height: 0;
    width: 0;
    border-color: #f2f2f2 transparent transparent transparent;
    border-width: min(0.833vw, 14.4px) min(2.222vw, 38.4px)/2 0 min(2.222vw, 38.4px)/2;
    bottom: min(-0.833vw, -14.4px);
  }
}
.c-cta__banner__top img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__bottom {
    padding: min(1.944vw, 33.6px) min(1.389vw, 24px) min(1.667vw, 28.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__bottom {
    padding: min(5.867vw, 26.4px) min(4vw, 18px) min(5.333vw, 24px);
  }
}
.c-cta__banner__image__inner a {
  display: block;
}
.c-cta__banner__image__inner a img {
  width: 100%;
}
.c-cta__banner__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: min(1.389vw, 24px);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__inner {
    display: block;
    padding: min(1.736vw, 30px) min(1.042vw, 18px) min(1.042vw, 18px);
  }
}
.c-cta__banner__item {
  width: calc((100% - min(1.389vw, 24px)) / 2);
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item {
    width: 100%;
  }
  .c-cta__banner__item:not(:last-child) {
    margin-bottom: min(1.042vw, 18px);
  }
}
.c-cta__banner__item--tel {
  border: #dddddd solid 1px;
}
@media screen and (max-width: 540px) {
  .c-cta__banner__item--tel {
    height: min(14.933vw, 67.2px);
  }
}
.c-cta__banner__item__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.c-cta__banner__button {
  width: 100%;
}
.c-cta__banner__title, .c-cta__banner__tel {
  font-weight: bold;
  line-height: 1.4;
}
.c-cta__banner__title {
  margin-right: 0.75em;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__title {
    font-size: clamp(11.2px, 0.972vw, 16.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-cta__banner__title {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-cta__banner__tel {
  font-size: clamp(22.4px, 1.944vw, 33.6px);
  margin: 0;
  margin: 0;
}
@media screen and (max-width: 360px) {
  .c-cta__banner__tel {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
  }
}
.c-cta__banner__close {
  background-color: #fff;
  border-radius: 50%;
  border: #4875D5 solid min(0.139vw, 2.4px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-cta__banner__close {
    width: min(2.778vw, 48px);
    height: min(2.778vw, 48px);
    top: min(-0.694vw, -12px);
    right: min(-0.694vw, -12px);
  }
}
@media screen and (max-width: 768px) {
  .c-cta__banner__close {
    width: min(9.333vw, 42px);
    height: min(9.333vw, 42px);
    top: min(-2.667vw, -12px);
    right: min(-2.667vw, -12px);
  }
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00d";
  color: #4875D5;
  font-size: min(1.25vw, 21.6px);
  font-weight: 100;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-cta__banner__close::before {
    font-size: min(4.8vw, 21.6px);
  }
}
.c-cta__banner__close:hover {
  background-color: #4875D5;
}
.c-cta__banner__close:hover::before {
  color: #fff;
}
.c-cta__banner.is-hide {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
.c-cta__fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: min(4vw, 18px) min(5.333vw, 24px);
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.c-cta__fixed.is-hide {
  z-index: 1;
}
.c-cta__bg {
  background-color: #F2F2F2;
}
.c-cta__inner {
  padding-top: min(4.167vw, 72px);
  padding-bottom: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .c-cta__inner {
    padding-top: min(16vw, 72px);
    padding-bottom: min(16vw, 72px);
  }
}
@media screen and (min-width: 769px) {
  .c-cta__text {
    margin: min(1.944vw, 33.6px) 0;
  }
}
@media screen and (max-width: 768px) {
  .c-cta__text {
    margin: min(6.4vw, 28.8px) 0;
  }
}
.c-cta__list {
  margin-top: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .c-cta__list {
    margin-top: min(10.667vw, 48px);
  }
}
.c-cta__list__item {
  padding: min(2.778vw, 48px) min(1.389vw, 24px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .c-cta__list__item {
    padding: min(10.667vw, 48px) min(5.333vw, 24px);
  }
}

.c-form, .c-form__select, .c-form__search, .c-form__textarea {
  width: 100%;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 1em;
  border: #dddddd solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: min(20.278vw, 350.4px);
    height: min(3.333vw, 57.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: 100%;
    height: min(12.8vw, 57.6px);
  }
}
.c-form:focus, .c-form__select:focus, .c-form__search:focus, .c-form__textarea:focus {
  border-color: #92ACE3;
}
.c-form--long {
  max-width: 100%;
}
.c-form.is-disabled, .is-disabled.c-form__select, .is-disabled.c-form__search, .is-disabled.c-form__textarea {
  opacity: 0.6;
  pointer-events: none;
  cursor: default;
}
.c-form.is-disabled:focus, .is-disabled.c-form__select:focus, .is-disabled.c-form__search:focus, .is-disabled.c-form__textarea:focus {
  opacity: 0.6;
}
.c-form.is-alert, .is-alert.c-form__select, .is-alert.c-form__search, .is-alert.c-form__textarea {
  background-color: #fceded;
  color: #f0a3a3;
  border-color: #f0a3a3;
}
.c-form.is-alert:focus, .is-alert.c-form__select:focus, .is-alert.c-form__search:focus, .is-alert.c-form__textarea:focus, .c-form.is-alert::placeholder, .is-alert.c-form__select::placeholder, .is-alert.c-form__search::placeholder, .is-alert.c-form__textarea::placeholder {
  color: #f0a3a3;
}
@media screen and (min-width: 769px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea, .c-form + .c-form__select {
    margin-top: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-form + .c-form, .c-form__select + .c-form, .c-form__select + .c-form__select, .c-form__search + .c-form, .c-form__search + .c-form__select, .c-form + .c-form__search, .c-form__select + .c-form__search, .c-form__search + .c-form__search, .c-form__textarea + .c-form, .c-form__textarea + .c-form__select, .c-form__textarea + .c-form__search, .c-form + .c-form__textarea, .c-form__select + .c-form__textarea, .c-form__search + .c-form__textarea, .c-form__textarea + .c-form__textarea, .c-form + .c-form__select {
    margin-top: min(5.333vw, 24px);
  }
}
.c-form__textarea {
  max-width: 100%;
  height: min(11.806vw, 204px);
  padding: 0.75em 1em;
  resize: none;
}
@media screen and (max-width: 768px) {
  .c-form__textarea {
    height: min(32vw, 144px);
  }
}
.c-form__search__wrap {
  width: 100%;
  max-width: min(20.278vw, 350.4px);
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-form__search__wrap {
    max-width: min(77.867vw, 350.4px);
  }
}
@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}
.c-form__search__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__search__button {
    right: min(1.111vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__search__button {
    right: min(4.267vw, 19.2px);
  }
}
.c-form__search__button i {
  font-size: clamp(16px, 1.389vw, 24px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .c-form__search__button i {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__select {
    max-width: min(20.278vw, 350.4px);
    height: min(3.611vw, 62.4px);
  }
}
.c-form__select::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f107";
  font-weight: 500;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  .c-form__select::after {
    font-size: clamp(17.6px, 1.528vw, 26.4px);
    right: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__select::after {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    right: 12px;
  }
}
.c-form__select:first-child {
  margin-top: 0;
}
.c-form__select select {
  width: 100%;
  height: 100%;
  padding: 0 1em;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .c-form__select select {
    font-size: 12px;
  }
}
.c-form__check {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__check__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__check__wrap span:last-child {
  color: #041146;
}
@media screen and (max-width: 768px) {
  .c-form__check__wrap span:last-child {
    width: calc(100% - min(8vw, 36px));
  }
}
.c-form__check__v {
  border: #e9eaef solid 1px;
  background-color: #fff;
  border-radius: min(0.278vw, 4.8px);
  display: inline-block;
  outline: none;
  appearance: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__check__v {
    width: clamp(16px, 1.389vw, 24px);
    height: clamp(16px, 1.389vw, 24px);
    margin-right: min(0.694vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__check__v {
    width: min(5.333vw, 24px);
    height: min(5.333vw, 24px);
    margin-right: min(2.667vw, 12px);
  }
}
.c-form__check__v::before {
  content: "";
  border-top: solid 2px #041146;
  border-right: solid 2px #041146;
  position: absolute;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.15s ease;
}
@media screen and (min-width: 769px) {
  .c-form__check__v::before {
    width: clamp(7.2px, 0.625vw, 10.8px);
    height: clamp(4px, 0.347vw, 6px);
    top: clamp(4.8px, 0.417vw, 7.2px);
    left: clamp(4px, 0.347vw, 6px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__check__v::before {
    width: min(2.4vw, 10.8px);
    height: min(1.333vw, 6px);
    top: min(1.6vw, 7.2px);
    left: min(1.333vw, 6px);
  }
}
.c-form__check:checked + .c-form__check__v::before {
  opacity: 1;
}
.c-form__radio {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__radio__wrap {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-form__radio__wrap span:last-child {
  color: #041146;
}
@media screen and (max-width: 768px) {
  .c-form__radio__wrap span:last-child {
    width: calc(100% - min(8vw, 36px));
  }
}
.c-form__radio__v {
  background-color: #fff;
  border: #DEDEDE solid 1px;
  border-radius: 50%;
  display: inline-block;
  outline: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .c-form__radio__v {
    width: clamp(16px, 1.389vw, 24px) !important;
    height: clamp(16px, 1.389vw, 24px);
    margin-right: min(0.694vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__radio__v {
    width: min(5.333vw, 24px) !important;
    height: min(5.333vw, 24px);
    margin-right: min(2.667vw, 12px);
  }
}
.c-form__radio__v::before {
  content: "";
  background-color: #041146;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.15s ease;
}
@media screen and (min-width: 769px) {
  .c-form__radio__v::before {
    width: clamp(6.4px, 0.556vw, 9.6px);
    height: clamp(6.4px, 0.556vw, 9.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__radio__v::before {
    width: min(2.133vw, 9.6px);
    height: min(2.133vw, 9.6px);
  }
}
.c-form__radio:checked + .c-form__radio__v::before {
  opacity: 1;
}
.c-form__onof {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.c-form__onof__wrap {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-form__onof__wrap {
    width: min(4.167vw, 72px);
    height: min(2.222vw, 38.4px);
    margin: 0 min(0.694vw, 12px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__onof__wrap {
    width: min(16vw, 72px);
    height: min(8.533vw, 38.4px);
    margin: 0 min(2.667vw, 12px);
  }
}
.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #e9eaef solid 1px;
  border-radius: min(4.167vw, 72px);
  display: block;
  z-index: 0;
  transition: 0.15s ease;
}
.c-form__onof__v::before {
  content: "";
  background-color: #e9eaef;
  border-radius: 50%;
  position: absolute;
  transition: 0.15s ease;
}
@media screen and (min-width: 769px) {
  .c-form__onof__v::before {
    width: min(1.667vw, 28.8px);
    height: min(1.667vw, 28.8px);
    top: min(0.278vw, 4.8px);
    left: min(2.222vw, 38.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-form__onof__v::before {
    width: min(6.4vw, 28.8px);
    height: min(6.4vw, 28.8px);
    top: min(1.067vw, 4.8px);
    left: min(8.533vw, 38.4px);
  }
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #041146;
  left: min(0.278vw, 4.8px);
}
@media screen and (max-width: 768px) {
  .c-form__onof:checked + .c-form__onof__v::before {
    left: min(1.067vw, 4.8px);
  }
}

div + input, div + textarea, p + input, p + textarea {
  margin-top: min(3.333vw, 57.6px);
}

input + h1, input + h2, input + h3, input + h4, input + h5, input + h6, textarea + h1, textarea + h2, textarea + h3, textarea + h4, textarea + h5, textarea + h6 {
  margin-top: min(2.083vw, 36px);
}

input:-internal-autofill-selected {
  background-color: #fff !important;
}

input::placeholder, textarea::placeholder {
  color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder, textarea::-ms-placeholder {
  color: #aaa;
}

::-webkit-search-cancel-button, select {
  appearance: none;
}

.c-img img {
  width: 100%;
}
.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-img--auto img {
  width: auto;
}
.c-img--border {
  border: #e9eaef solid 1px;
}
.c-img--video {
  margin: auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .c-img--video {
    max-width: min(52.778vw, 912px);
  }
}
@media screen and (max-width: 768px) {
  .c-img--video {
    max-width: min(202.667vw, 912px);
    width: calc(100% - min(2.778vw, 48px));
  }
}
.c-img--video::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0da";
  color: #fff;
  font-size: min(3.611vw, 62.4px);
  font-weight: bold;
  line-height: 1;
  padding-left: 0.15em;
  width: min(4.722vw, 81.6px);
  height: min(4.722vw, 81.6px);
  background-color: #1D3E92;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-img--video::before {
    font-size: min(13.867vw, 62.4px);
    width: min(18.133vw, 81.6px);
    height: min(18.133vw, 81.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-img--video::before {
    font-size: min(8.533vw, 38.4px);
    width: min(12.267vw, 55.2px);
    height: min(12.267vw, 55.2px);
  }
}
@media screen and (min-width: 769px) {
  .c-img--video:hover::before {
    background-color: #92ACE3;
  }
}

.c-info__category__label__head span, .c-info__share__title, .c-info__content__anchor__head {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.c-info__tag {
  width: auto;
  height: min(1.736vw, 30px);
  background-color: #f2f2f2;
  color: #4875D5 !important;
  font-size: min(0.764vw, 13.2px);
  font-weight: 500;
  border-radius: min(2.083vw, 36px);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .c-info__tag {
    font-size: clamp(8.8px, 0.764vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__tag {
    height: min(6.667vw, 30px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
@media screen and (max-width: 360px) {
  .c-info__tag {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .c-info__tag:hover {
    background-color: #4875D5;
    color: #fff !important;
  }
}
.c-info__tag:active {
  background-color: #662f95;
  color: #fff !important;
}
.c-info__tag__wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: clamp(6.4px, 0.556vw, 9.6px);
  margin-top: clamp(9.6px, 0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .c-info__tag__wrapper {
    gap: clamp(6.4px, 2.133vw, 9.6px);
    margin-top: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-info__lead {
  width: 100%;
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 768px) {
  .c-info__lead {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__lead {
    -webkit-line-clamp: 3;
  }
}
.c-info__lead a {
  color: #041146;
  text-decoration: none;
}
.c-info__company, .c-info__date {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__company, .c-info__date {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.c-info__date {
  color: #041146;
  font-weight: 700;
}
.c-info__labels {
  display: flex;
  align-items: center;
  margin-bottom: min(0.278vw, 4.8px);
}
@media screen and (max-width: 768px) {
  .c-info__labels {
    margin-bottom: min(1.067vw, 4.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__labels {
    display: block;
  }
}
.c-info__labels li:not(:last-child) {
  margin-right: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__labels li:not(:last-child) {
    margin-right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: min(2.667vw, 12px);
  }
}
.c-info__labels li .c-info__date {
  min-width: 90px;
  transform: translateY(min(-0.208vw, -3.6px));
}
@media screen and (max-width: 768px) {
  .c-info__labels li .c-info__date {
    transform: translateY(min(-0.8vw, -3.6px));
  }
}
@media screen and (max-width: 540px) {
  .c-info__labels li .c-info__date {
    transform: none;
  }
}
.c-info__list {
  width: 100%;
  border-top: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
  margin-bottom: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .c-info__list {
    margin-bottom: min(16vw, 72px);
  }
}
.c-info__list__item {
  padding: min(2.083vw, 36px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__list__item {
    display: block;
    padding: min(5.333vw, 24px) 0;
  }
}
.c-info__list__item:not(:last-child) {
  border-bottom: #dddddd solid 1px;
}
.c-info__list__item .c-info__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-info__list__item:hover {
    cursor: pointer;
  }
  .c-info__list__item:hover .c-info__lead a {
    color: #92ACE3;
  }
}
.c-info__card {
  cursor: pointer;
  outline: none;
}
.c-info__card__wrapper {
  row-gap: min(3.333vw, 57.6px);
}
@media screen and (max-width: 768px) {
  .c-info__card__wrapper {
    row-gap: min(12.8vw, 57.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__card__wrapper {
    row-gap: min(5.333vw, 24px);
  }
}
.c-info__card:hover, .c-info__card:focus {
  outline: none;
}
.c-info__card__company, .c-info__card__date {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__card__company, .c-info__card__date {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.c-info__card__date {
  color: #84AED5;
}
.c-info__card__lead {
  margin: 0.5em 0 1em;
  -webkit-line-clamp: 2;
}
.c-info__card__thumb a::before, .c-info__card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-info__card__thumb {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-info__card:hover .c-info__card__thumb img {
    transform: translate(-50%, -50%) scale(1.1);
  }
  .c-info__card:hover .c-info__card__lead a {
    color: #92ACE3;
  }
}
.c-info__category__label {
  width: auto;
  height: min(2.292vw, 39.6px);
  background-color: #fff;
  color: #041146;
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  border-radius: min(2.083vw, 36px);
  border: #dddddd solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.75em;
  margin: 0 min(0.833vw, 14.4px) min(0.556vw, 9.6px) 0;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.c-info__category__label__container {
  position: relative;
  margin-bottom: min(3.472vw, 60px);
}
@media screen and (max-width: 768px) {
  .c-info__category__label__container {
    margin-bottom: min(13.333vw, 60px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__container {
    width: calc((100% - min(2.667vw, 12px)) / 2);
    width: 48%;
    display: inline-flex;
    margin-bottom: min(8vw, 36px);
  }
  .c-info__category__label__container + .c-info__category__label__container {
    margin-left: 2%;
  }
}
.c-info__category__label__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-info__category__label {
    font-size: clamp(8.8px, 0.764vw, 13.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__category__label {
    height: min(8.8vw, 39.6px);
    margin: 0 min(3.2vw, 14.4px) min(2.133vw, 9.6px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    margin: 0 min(5.333vw, 24px) min(3.733vw, 16.8px) 0;
  }
}
.c-info__category__label.is-act {
  border-color: #1D3E92;
  color: #1D3E92;
}
@media screen and (min-width: 769px) {
  .c-info__category__label:hover {
    border-color: #4875D5;
    color: #4875D5;
  }
}
.c-info__category__label:active {
  border-color: #662f95;
  color: #662f95 !important;
}
.c-info__category__label__head {
  margin-bottom: 1em;
}
.c-info__category__label__head span {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
}
@media screen and (max-width: 768px) {
  .c-info__category__label__head span {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head span {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    font-weight: normal;
  }
}
@media screen and (max-width: 360px) {
  .c-info__category__label__head span {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    letter-spacing: -0.05em;
  }
}
.c-info__category__label__head span::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f002";
  margin-right: min(0.417vw, 7.2px);
}
@media screen and (max-width: 768px) {
  .c-info__category__label__head span::before {
    margin-right: min(0.417vw, 7.2px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head span::before {
    margin-right: min(0.8vw, 3.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head {
    width: 100%;
    height: min(12.267vw, 55.2px);
    background-color: #fff;
    border: #dddddd solid 1px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: min(37.333vw, 168px) min(10.667vw, 48px) min(10.667vw, 48px);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    overflow: auto;
  }
}
.c-info__category__label__close {
  display: none;
}
@media screen and (max-width: 540px) {
  .c-info__category__label__close {
    display: block;
    position: fixed;
    top: min(24vw, 108px);
    right: min(5.333vw, 24px);
    z-index: 10;
  }
  .c-info__category__label__close::before {
    font-family: "Font Awesome 6 Pro";
    content: "\f00d";
    color: #041146;
    font-size: min(6.4vw, 28.8px);
    font-weight: 100;
  }
}
.c-info__category__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: min(2.083vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-info__category__header {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__category__title {
  width: calc(100% - min(18.056vw, 312px));
  margin: 0;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .c-info__category__title {
    width: calc(100% - min(18.056vw, 312px));
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__title {
    width: calc(100% - min(11.733vw, 52.8px));
  }
}
.c-info__category__select {
  max-width: min(15.972vw, 276px);
}
@media screen and (max-width: 768px) {
  .c-info__category__select {
    max-width: min(32vw, 144px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__select {
    width: min(6.4vw, 28.8px);
    height: min(6.4vw, 28.8px);
    border: none;
    padding: 0;
  }
  .c-info__category__select::after {
    font-family: "Font Awesome 6 Pro";
    content: "\f03a";
    font-size: clamp(19.2px, 1.667vw, 28.8px);
    right: 5px;
  }
}
@media screen and (max-width: 540px) and (max-width: 768px) {
  .c-info__category__select::after {
    font-size: clamp(19.2px, 1.667vw, 28.8px);
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__select select {
    text-indent: -999em;
    padding: 0;
  }
}
.c-info__category__list, .c-info__archive__list {
  border-top: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
}
.c-info__category__item, .c-info__archive__item {
  list-style-type: none;
}
.c-info__category__item::marker, .c-info__archive__item::marker {
  content: none;
}
.c-info__category__item:not(:last-child), .c-info__archive__item:not(:last-child) {
  border-bottom: #dddddd dashed 1px;
}
.c-info__category__item a, .c-info__archive__item a {
  width: 100%;
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  padding: min(1.111vw, 19.2px) min(4.514vw, 78px) min(1.111vw, 19.2px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__category__item a, .c-info__archive__item a {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(4.267vw, 19.2px) min(10.667vw, 48px) min(4.267vw, 19.2px) 0;
  }
}
.c-info__category__item a::after, .c-info__archive__item a::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #4875D5;
  font-size: clamp(16px, 1.389vw, 24px);
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: min(1.389vw, 24px);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__item a::after, .c-info__archive__item a::after {
    font-size: clamp(16px, 5.333vw, 24px);
    right: min(2.667vw, 12px);
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__item a:hover, .c-info__archive__item a:hover {
    color: #4875D5;
  }
  .c-info__category__item a:hover::after, .c-info__archive__item a:hover::after {
    color: #4875D5;
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__item a:active:hover, .c-info__archive__item a:active:hover {
    color: #662f95;
  }
  .c-info__category__item a:active:hover::after, .c-info__archive__item a:active:hover::after {
    color: #662f95;
  }
}
.c-info__category__sub__head, .c-info__archive__sub__head {
  width: 100%;
  height: auto;
  color: #041146;
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 500;
  padding: min(1.389vw, 24px) min(4.514vw, 78px) min(1.389vw, 24px) 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__head, .c-info__archive__sub__head {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(5.333vw, 24px) min(17.333vw, 78px) min(5.333vw, 24px) 0;
  }
}
.c-info__category__sub__head::after, .c-info__archive__sub__head::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f067";
  color: #4875D5;
  font-size: clamp(14.4px, 1.25vw, 21.6px);
  padding-left: 0;
  position: absolute;
  top: 50%;
  right: min(1.25vw, 21.6px);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__head::after, .c-info__archive__sub__head::after {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    right: min(2.133vw, 9.6px);
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__sub__head:hover, .c-info__archive__sub__head:hover {
    color: #4875D5;
  }
  .c-info__category__sub__head:hover::after, .c-info__archive__sub__head:hover::after {
    color: #4875D5;
  }
}
.c-info__category__sub__head.is-act, .c-info__archive__sub__head.is-act {
  color: #4875D5;
}
.c-info__category__sub__head.is-act::after, .c-info__archive__sub__head.is-act::after {
  color: #4875D5;
  content: "\f068";
}
.c-info__category__sub__wrapper, .c-info__archive__sub__wrapper {
  display: none;
  padding-bottom: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__wrapper, .c-info__archive__sub__wrapper {
    padding-bottom: min(5.333vw, 24px);
  }
}
.c-info__category__sub__item, .c-info__archive__sub__item {
  padding-left: min(1.736vw, 30px);
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item, .c-info__archive__sub__item {
    padding-left: min(6.667vw, 30px);
  }
}
.c-info__category__sub__item a, .c-info__archive__sub__item a {
  padding: 0;
  padding-left: min(1.042vw, 18px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item a, .c-info__archive__sub__item a {
    padding-left: min(4vw, 18px);
  }
}
.c-info__category__sub__item a::after, .c-info__archive__sub__item a::after {
  content: none;
}
.c-info__category__sub__item a::before, .c-info__archive__sub__item a::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  color: #4875D5;
  font-size: min(1.25vw, 21.6px);
  font-weight: 500;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item a::before, .c-info__archive__sub__item a::before {
    font-size: min(4.8vw, 21.6px);
  }
}
.c-info__category__sub__item:not(:last-child), .c-info__archive__sub__item:not(:last-child) {
  margin-bottom: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__category__sub__item:not(:last-child), .c-info__archive__sub__item:not(:last-child) {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__related__item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  cursor: pointer;
}
.c-info__related__item:not(:last-child) {
  margin-bottom: min(1.042vw, 18px);
}
@media screen and (max-width: 768px) {
  .c-info__related__item:not(:last-child) {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__related__item--border {
  margin-bottom: 0;
}
.c-info__related__item--border:not(:last-child) {
  padding-bottom: min(2.083vw, 36px);
  border-bottom: #e9eaef dashed 1px;
}
@media screen and (max-width: 768px) {
  .c-info__related__item--border:not(:last-child) {
    padding-bottom: min(5.333vw, 24px);
  }
}
.c-info__related__item--border:not(:first-child) {
  padding-top: min(2.083vw, 36px);
}
@media screen and (max-width: 768px) {
  .c-info__related__item--border:not(:first-child) {
    padding-top: min(5.333vw, 24px);
  }
}
.c-info__related__item .c-info__related__lead, .c-info__related__item .c-info__date {
  transition: all 0.3s ease;
}
.c-info__related__thumb {
  width: min(8.333vw, 144px);
  height: min(5.903vw, 102px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-info__related__thumb {
    width: min(32vw, 144px);
    height: min(22.667vw, 102px);
  }
}
.c-info__related__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-info__related__thumb a {
    border-radius: min(2.133vw, 9.6px);
  }
}
.c-info__related__thumb__inner {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 4px;
  display: block;
  transition: all 0.3s ease;
}
.c-info__related__data {
  width: calc(100% - min(9.375vw, 162px));
}
@media screen and (max-width: 768px) {
  .c-info__related__data {
    width: calc(100% - min(36vw, 162px));
  }
}
.c-info__related__lead {
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: all 0.3s ease;
}
.c-info__related__lead a {
  color: #041146;
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .c-info__related__lead {
    max-height: 3em;
  }
}
@media screen and (max-width: 1024px) {
  .c-info__related__lead {
    font-size: clamp(12.8px, 1.111vw, 19.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__related__lead {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.c-info__related__lead + .c-info__tag__wrapper {
  margin-top: min(0.556vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .c-info__related__lead + .c-info__tag__wrapper {
    margin-top: min(2.133vw, 9.6px);
  }
}
.c-info__related__thumb a::before, .c-info__related__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-info__related__item:hover .c-info__related__thumb__inner {
    transform: scale(1.1);
  }
}
.c-info__share {
  text-align: center;
  margin: min(4.167vw, 72px) 0;
}
@media screen and (max-width: 768px) {
  .c-info__share {
    margin: min(8vw, 36px) 0;
  }
}
.c-info__share__title {
  font-size: clamp(14.4px, 1.25vw, 21.6px);
  text-align: center;
  margin-bottom: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__share__title {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__share ul li {
  display: inline-block;
  margin: 0 min(0.694vw, 12px);
  width: min(3.472vw, 60px);
}
@media screen and (max-width: 768px) {
  .c-info__share ul li {
    margin: 0 min(2.667vw, 12px);
    width: min(13.333vw, 60px);
  }
}
.c-info__content {
  padding: min(5.556vw, 96px) 0 min(6.944vw, 120px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__content {
    padding: min(16vw, 72px) 0 min(26.667vw, 120px);
  }
}
.c-info__content__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: min(5.556vw, 96px) 0;
}
@media screen and (max-width: 1024px) {
  .c-info__content__wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .c-info__content__wrapper {
    padding: min(16vw, 72px) 0 min(26.667vw, 120px);
  }
}
.c-info__content__main, .c-info__content__main--wide {
  width: calc(100% - min(31.944vw, 552px));
}
@media screen and (max-width: 1024px) {
  .c-info__content__main, .c-info__content__main--wide {
    margin-bottom: min(4.167vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .c-info__content__main, .c-info__content__main--wide {
    width: calc(100% - min(122.667vw, 552px));
    margin-bottom: min(16vw, 72px);
  }
}
.c-info__content__main--wide {
  width: calc(100% - min(28.472vw, 492px));
}
@media screen and (max-width: 768px) {
  .c-info__content__main--wide {
    width: calc(100% - min(109.333vw, 492px));
  }
}
.c-info__content__side {
  width: min(26.389vw, 456px);
}
@media screen and (max-width: 768px) {
  .c-info__content__side {
    width: min(101.333vw, 456px);
  }
}
.c-info__content__side__ttl {
  margin-bottom: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-info__content__side__ttl {
    margin-bottom: min(6.4vw, 28.8px);
  }
}
.c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
  margin-top: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
    margin-top: min(6.933vw, 31.2px);
  }
}
.c-info__content__main, .c-info__content__main--wide, .c-info__content__side {
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-info__content__main, .c-info__content__main--wide, .c-info__content__side {
    width: 100% !important;
  }
}
.c-info__content__header {
  margin-bottom: min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .c-info__content__header {
    margin-bottom: min(13.333vw, 60px);
  }
}
.c-info__content__header__img {
  margin: min(4.167vw, 72px) 0 min(5.556vw, 96px);
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-info__content__header__img {
    margin: min(10.667vw, 48px) 0 min(7.467vw, 33.6px);
  }
}
.c-info__content__header__img img {
  width: 100%;
}
.c-info__content__header > *:first-child {
  margin-top: 0;
}
.c-info__content__header > *:last-child {
  margin-bottom: 0;
}
.c-info__content__related {
  margin-top: min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .c-info__content__related {
    margin-top: min(13.333vw, 60px);
  }
}
.c-info__content__anchor {
  border-top: #1D3E92 solid 4px;
  border-bottom: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  padding: min(2.222vw, 38.4px) min(2.778vw, 48px);
  margin: min(5.556vw, 96px) 0;
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor {
    padding: min(7.467vw, 33.6px) min(5.333vw, 24px);
    margin: min(10.667vw, 48px) 0;
  }
}
.c-info__content__anchor__head {
  font-size: clamp(14.4px, 1.25vw, 21.6px);
  margin-bottom: min(0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor__head {
    margin-bottom: min(5.333vw, 24px);
  }
}
.c-info__content__anchor__list li {
  list-style-type: decimal;
  margin-left: 1em;
}
.c-info__content__anchor__list li a {
  color: #4875D5;
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-info__content__anchor__list li a:hover {
    color: #92ACE3;
    text-decoration: none;
  }
}
.c-info__content__anchor__list li:not(:last-child) {
  margin-bottom: min(0.556vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor__list li:not(:last-child) {
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.c-info__content__anchor__list li ol {
  margin: min(0.556vw, 9.6px) 0;
}
@media screen and (max-width: 768px) {
  .c-info__content__anchor__list li ol {
    margin: min(3.2vw, 14.4px) 0;
  }
}
.c-info__banner {
  max-width: min(27.083vw, 468px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-info__banner {
    width: calc(100% - min(10.667vw, 48px));
    max-width: min(104vw, 468px);
  }
}

.c-list li {
  line-height: 1.8;
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  padding-left: min(1.389vw, 24px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-list li {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding-left: min(4vw, 18px);
  }
}
.c-list li::before {
  content: "";
  width: min(0.417vw, 7.2px);
  height: min(0.417vw, 7.2px);
  background-color: #1D3E92;
  border-radius: 50%;
  position: absolute;
  top: clamp(9.6px, 0.833vw, 14.4px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-list li::before {
    width: clamp(4.8px, 1.6vw, 7.2px);
    height: clamp(4.8px, 1.6vw, 7.2px);
    top: clamp(8px, 2.667vw, 12px);
  }
}
.c-list li:not(:last-child) {
  margin-bottom: min(0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .c-list li:not(:last-child) {
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.c-list--large li {
  font-size: clamp(16px, 1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .c-list--large li {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    padding-left: min(5.333vw, 24px);
  }
}
.c-list--large li::before {
  width: clamp(8px, 0.694vw, 12px);
  height: clamp(8px, 0.694vw, 12px);
  top: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .c-list--large li::before {
    width: clamp(8px, 2.667vw, 12px);
    height: clamp(8px, 2.667vw, 12px);
    top: clamp(10.4px, 3.467vw, 15.6px);
  }
}
.c-list--notice li {
  color: #aaa;
  font-size: 85%;
  font-weight: normal;
  line-height: 1.8;
  text-indent: -1.5em;
  padding-left: 1.5em;
  margin-top: min(1.389vw, 24px);
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .c-list--notice li {
    margin-top: min(5.333vw, 24px);
  }
}
.c-list--indent li {
  padding-left: 1em;
  text-indent: -1em;
}

ol.c-list li {
  list-style: decimal;
  padding-left: 0.5em;
  margin-left: 1em;
}
ol.c-list li::before {
  content: none;
}

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.c-modal__inner {
  width: calc(100% - min(5.556vw, 96px));
  height: auto;
  max-width: min(63.542vw, 1098px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .c-modal__inner {
    width: calc(100% - min(21.333vw, 96px));
  }
}
@media screen and (max-width: 540px) {
  .c-modal__inner {
    width: calc(100% - min(10.667vw, 48px));
    max-height: min(160vw, 720px);
  }
}
.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: min(1.389vw, 24px) min(1.389vw, 24px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-modal__block {
    padding: min(5.333vw, 24px) min(5.333vw, 24px) 0;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__block {
    padding: min(2.667vw, 12px) min(2.667vw, 12px) 0;
  }
}
.c-modal__text {
  height: auto;
  max-height: calc(100vh - 120px);
  padding: min(3.472vw, 60px) min(4.514vw, 78px);
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .c-modal__text {
    max-height: calc(100vh - min(32vw, 144px));
    padding: min(13.333vw, 60px) min(17.333vw, 78px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__text {
    height: 144vw;
    max-height: min(160vw, 720px);
    padding: min(8vw, 36px) min(2.667vw, 12px);
  }
}
.c-modal__video {
  width: 100%;
  background-color: #000;
  padding-top: 56.25% !important;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-modal__video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.c-modal__video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
.c-modal__close-btn {
  width: min(4.722vw, 81.6px);
  height: min(4.722vw, 81.6px);
  background-color: #4875D5;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: min(-2.639vw, -45.6px);
  right: min(-2.431vw, -42px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn {
    width: min(18.133vw, 81.6px);
    height: min(18.133vw, 81.6px);
    top: min(-10.133vw, -45.6px);
    right: min(-9.333vw, -42px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn {
    width: min(12.267vw, 55.2px);
    height: min(12.267vw, 55.2px);
    top: min(-6.133vw, -27.6px);
    right: min(-2.667vw, -12px);
  }
}
.c-modal__close-btn--video {
  position: fixed;
  top: min(2.778vw, 48px);
  right: min(2.778vw, 48px);
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .c-modal__close-btn--video {
    top: min(1.389vw, 24px);
    right: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn--video {
    top: min(5.333vw, 24px);
    right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn--video {
    top: min(2.667vw, 12px);
    right: min(2.667vw, 12px);
  }
}
.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Pro";
  font-size: min(2.083vw, 36px);
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .c-modal__close-btn::before {
    font-size: min(8vw, 36px);
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn::before {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
@media screen and (min-width: 769px) {
  .c-modal__close-btn:hover {
    background-color: #92ACE3;
  }
}
.c-modal__overlay {
  width: 100%;
  height: 100%;
  background-color: #212529;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.4;
  z-index: 0;
}

.js-modal {
  display: block;
}

.js-modal, .js-modal-close {
  cursor: pointer;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(4.167vw, 72px) auto 0;
}
@media screen and (max-width: 768px) {
  .c-pager {
    margin: min(16vw, 72px) auto 0;
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
  margin: 0 min(1.25vw, 21.6px);
}
@media screen and (max-width: 768px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(4.8vw, 21.6px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(2.133vw, 9.6px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 min(1.6vw, 7.2px);
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-of-type(2) {
  margin-left: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
  margin-right: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: clamp(10.4px, 3.467vw, 15.6px);
  }
}
@media screen and (min-width: 769px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    color: #4875D5;
  }
}
.c-pager__item__prev a, .c-pager__item__prev > span, .c-pager__item__next a, .c-pager__item__next > span {
  width: min(3.194vw, 55.2px);
  height: min(3.194vw, 55.2px);
  background-color: #fff;
  border: #dddddd solid 1px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-pager__item__prev a, .c-pager__item__prev > span, .c-pager__item__next a, .c-pager__item__next > span {
    width: min(12.267vw, 55.2px);
    height: min(12.267vw, 55.2px);
  }
}
.c-pager__item__prev a span, .c-pager__item__prev > span, .c-pager__item__next a span, .c-pager__item__next > span {
  text-indent: -999em;
  display: block;
  position: relative;
}
.c-pager__item__prev a span::before, .c-pager__item__prev > span::before, .c-pager__item__next a span::before, .c-pager__item__next > span::before {
  font-family: "Font Awesome 6 Pro";
  font-size: min(1.111vw, 19.2px);
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pager__item__prev a span::before, .c-pager__item__prev > span::before, .c-pager__item__next a span::before, .c-pager__item__next > span::before {
    font-size: min(4.267vw, 19.2px);
  }
}
.c-pager__item__prev a span, .c-pager__item__next a span {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .c-pager__item__prev a:hover, .c-pager__item__next a:hover {
    background-color: #4875D5;
    border-color: #4875D5;
  }
  .c-pager__item__prev a:hover span::before, .c-pager__item__next a:hover span::before {
    color: #fff;
  }
}
.c-pager__item__prev a:active, .c-pager__item__next a:active {
  background-color: #662f95;
  border-color: #662f95;
}
.c-pager__item__prev a:active span::before, .c-pager__item__next a:active span::before {
  color: #fff;
}
.c-pager__item__prev > span, .c-pager__item__next > span {
  opacity: 0.3;
  pointer-events: none;
}
.c-pager__item__prev {
  margin-right: min(3.125vw, 54px);
}
@media screen and (max-width: 768px) {
  .c-pager__item__prev {
    margin-right: min(12vw, 54px);
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__prev {
    margin-right: min(3.2vw, 14.4px);
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__prev {
    margin-right: min(2.667vw, 12px);
  }
}
.c-pager__item__prev a span::before, .c-pager__item__prev > span::before {
  content: "\f104";
}
.c-pager__item__next {
  margin-left: min(3.125vw, 54px);
}
@media screen and (max-width: 768px) {
  .c-pager__item__next {
    margin-left: min(12vw, 54px) !important;
  }
}
@media screen and (max-width: 540px) {
  .c-pager__item__next {
    margin-left: min(3.2vw, 14.4px) !important;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__next {
    margin-left: min(2.667vw, 12px) !important;
  }
}
.c-pager__item__next a span::before, .c-pager__item__next > span::before {
  content: "\f105";
}
.c-pager__item.is-current span {
  color: #4875D5;
}

.c-tab {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .c-tab {
    margin-bottom: min(4.267vw, 19.2px);
  }
}
.c-tab__wrap {
  width: 100%;
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
@media screen and (max-width: 768px) {
  .c-tab__wrap {
    width: 100vw;
    margin-bottom: min(4.267vw, 19.2px);
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
.c-tab__wrap::-webkit-scrollbar {
  display: none;
}
.c-tab__list {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(min(9.444vw, 163.2px), 1fr));
  grid-auto-columns: 100%;
  grid-auto-flow: row;
  gap: 0 min(0.833vw, 14.4px);
  width: 100%;
}
.c-tab__list::before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: min(0.278vw, 4.8px);
  background-color: #0049A7;
}
@media screen and (max-width: 768px) {
  .c-tab__list::before {
    height: min(1.067vw, 4.8px);
  }
}
@media screen and (max-width: 768px) {
  .c-tab__list {
    gap: 0 min(2.133vw, 9.6px);
    width: 162.1333333333vw;
    padding: 0 min(5.333vw, 24px);
  }
}
.c-tab__item {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: min(9.444vw, 163.2px);
  min-height: min(4.444vw, 76.8px);
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  padding: min(1.389vw, 24px) clamp(19.2px, 1.667vw, 28.8px);
  font-weight: 600;
  line-height: 1.45;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  color: #666666;
  border-radius: 4px 4px 0 0;
  background: #F2F2F2;
}
@media screen and (min-width: 769px) {
  .c-tab__item {
    transition: all 250ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .c-tab__item:hover {
    color: #fff;
    background-color: #0049A7;
  }
}
@media screen and (max-width: 768px) {
  .c-tab__item {
    min-width: min(36.267vw, 163.2px);
    min-height: min(17.067vw, 76.8px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    padding: min(2.667vw, 12px) min(5.333vw, 24px);
  }
}
.c-tab__item span {
  width: 100%;
}
.c-tab__item.is-current {
  opacity: 1;
  color: #fff;
  background: #0049A7;
}
.c-tab__panel__item {
  display: none;
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  line-height: 1.6;
  color: #041146;
  padding: min(2.083vw, 36px) 0 min(2.778vw, 48px);
}
@media screen and (min-width: 769px) {
  .c-tab__panel__item {
    padding: min(2.778vw, 48px) 0;
  }
}
.c-tab__panel__item.is-active {
  display: block;
}

.c-table {
  width: 100%;
  background-color: #fff;
  border: #dddddd solid 1px;
}
.c-table--fixed {
  table-layout: fixed;
}
.c-table th, .c-table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: min(1.389vw, 24px) min(1.736vw, 30px);
  overflow-wrap: break-word;
}
.c-table th:not(:last-child), .c-table td:not(:last-child) {
  border-right: #dddddd solid 1px;
}
@media screen and (max-width: 768px) {
  .c-table th, .c-table td {
    padding: min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 540px) {
  .c-table th, .c-table td {
    padding: min(4.8vw, 21.6px) min(3.2vw, 14.4px);
  }
}
.c-table th p:last-child, .c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a, .c-table td a {
  color: #4875D5;
}
.c-table td {
  min-width: min(10.069vw, 174px);
}
@media screen and (max-width: 540px) {
  .c-table td {
    min-width: min(26.667vw, 120px);
  }
}
.c-table th {
  min-width: min(10.069vw, 174px);
  background-color: #f2f2f2;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .c-table th {
    min-width: min(26.667vw, 120px);
  }
}
.c-table tr:not(:last-child) {
  border-bottom: #dddddd solid 1px;
}
@media screen and (max-width: 768px) {
  .c-table__scroll {
    width: calc(100% + min(5.333vw, 24px));
    padding-bottom: min(17.067vw, 76.8px);
    position: relative;
  }
  .c-table__scroll::after {
    content: "";
    width: min(29.333vw, 132px);
    height: min(6.4vw, 28.8px);
    background-image: url(../img/common/icon_scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    bottom: min(5.333vw, 24px);
    right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: min(80vw, 360px);
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll__inner {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll .c-table {
    width: min(213.333vw, 960px);
  }
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left, .c-table__fixed--top {
    background-color: #fff;
    position: sticky;
  }
  .c-table__fixed--left::before, .c-table__fixed--top::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: #dddddd solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-table__fixed--top {
    top: 0;
  }
}

.wp-editor {
  /* 要素寄せ */
  /* wpstyle */
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  color: #041146;
  line-height: 1.4;
  position: relative;
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  font-weight: bold;
}
.wp-editor h1 {
  font-size: clamp(28.8px, 2.5vw, 43.2px);
  z-index: 1;
  margin-bottom: min(2.917vw, 50.4px);
}
@media screen and (max-width: 768px) {
  .wp-editor h1 {
    font-size: clamp(22.4px, 7.467vw, 33.6px);
    margin-bottom: min(8.533vw, 38.4px);
  }
}
.wp-editor h1:not(:first-child) {
  margin-top: min(5.903vw, 102px);
  padding-bottom: min(1.389vw, 24px);
  margin-bottom: min(2.917vw, 50.4px);
}
@media screen and (max-width: 768px) {
  .wp-editor h1:not(:first-child) {
    margin-top: min(16vw, 72px);
    padding-bottom: min(5.333vw, 24px);
    margin-bottom: min(7.467vw, 33.6px);
  }
}
.wp-editor h1:not(:first-child)::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1D3E92;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-editor h2 {
  font-size: clamp(22.4px, 1.944vw, 33.6px);
  padding-bottom: min(1.389vw, 24px);
  margin-bottom: min(2.917vw, 50.4px);
}
@media screen and (max-width: 768px) {
  .wp-editor h2 {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
    padding-bottom: min(5.333vw, 24px);
    margin-bottom: min(7.467vw, 33.6px);
  }
}
.wp-editor h2:not(:first-child) {
  margin-top: min(5.903vw, 102px);
}
@media screen and (max-width: 768px) {
  .wp-editor h2:not(:first-child) {
    margin-top: min(16vw, 72px);
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #1D3E92;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-editor h3 {
  font-size: clamp(17.6px, 1.528vw, 26.4px);
  color: #1D3E92;
  margin-top: min(3.472vw, 60px);
  margin-bottom: min(2.5vw, 43.2px);
}
@media screen and (max-width: 768px) {
  .wp-editor h3 {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-top: min(8vw, 36px);
    margin-bottom: min(5.333vw, 24px);
  }
}
.wp-editor h4 {
  font-size: clamp(16px, 1.389vw, 24px);
  margin-top: min(2.778vw, 48px);
  margin-bottom: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .wp-editor h4 {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
    margin-top: min(8vw, 36px);
    margin-bottom: min(2.667vw, 12px);
  }
}
.wp-editor p + h3, .wp-editor ul + h3, .wp-editor ol + h3 {
  margin-top: min(3.472vw, 60px);
}
@media screen and (max-width: 768px) {
  .wp-editor p + h3, .wp-editor ul + h3, .wp-editor ol + h3 {
    margin-top: min(8vw, 36px);
  }
}
.wp-editor h3 + p, .wp-editor h3 + ul, .wp-editor h3 + ol, .wp-editor h4 + p, .wp-editor h4 + ul, .wp-editor h4 + ol {
  margin-top: min(1.667vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .wp-editor h3 + p, .wp-editor h3 + ul, .wp-editor h3 + ol, .wp-editor h4 + p, .wp-editor h4 + ul, .wp-editor h4 + ol {
    margin-top: min(6.4vw, 28.8px);
  }
}
.wp-editor h5, .wp-editor h6 {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  margin-top: min(1.389vw, 24px);
  margin-bottom: min(0.694vw, 12px);
}
@media screen and (max-width: 768px) {
  .wp-editor h5, .wp-editor h6 {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    margin-top: min(5.333vw, 24px);
    margin-bottom: min(2.667vw, 12px);
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
.wp-editor p {
  line-height: 1.8;
  margin-top: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .wp-editor p {
    margin-top: min(10.667vw, 48px);
  }
}
.wp-editor p a {
  color: #4875D5;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .wp-editor p a:hover {
    color: #92ACE3;
    text-decoration: none;
  }
}
.wp-editor p div, .wp-editor p + img, .wp-editor p + table, .wp-editor p + blockquote, .wp-editor p + figure {
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .wp-editor p div, .wp-editor p + img, .wp-editor p + table, .wp-editor p + blockquote, .wp-editor p + figure {
    margin-top: min(10.667vw, 48px);
  }
}
.wp-editor p + ul, .wp-editor p + ol {
  margin-top: min(2.083vw, 36px);
}
@media screen and (max-width: 768px) {
  .wp-editor p + ul, .wp-editor p + ol {
    margin-top: min(10.667vw, 48px);
  }
}
.wp-editor strong {
  font-weight: bold;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor small, .wp-editor figcaption {
  font-size: clamp(9.6px, 0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .wp-editor small, .wp-editor figcaption {
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.wp-editor figcaption {
  margin-top: 0.5em;
}
.wp-editor blockquote {
  width: 100%;
  background-color: #f2f2f2;
  line-height: 1.8;
  padding: min(3.333vw, 57.6px);
  margin: min(4.167vw, 72px) 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-editor blockquote {
    padding: min(5.333vw, 24px);
    margin: min(10.667vw, 48px) 0;
  }
}
.wp-editor ul, .wp-editor ol {
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .wp-editor ul, .wp-editor ol {
    margin-top: min(10.667vw, 48px);
  }
}
.wp-editor ul li, .wp-editor ol li {
  color: #041146;
  line-height: 1.8;
}
.wp-editor ul a, .wp-editor ol a {
  color: #4875D5;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .wp-editor ul a:hover, .wp-editor ol a:hover {
    color: #92ACE3;
    text-decoration: none;
  }
}
.wp-editor ul li {
  line-height: 1.8;
  padding-left: min(1.389vw, 24px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-editor ul li {
    padding-left: min(4vw, 18px);
  }
}
.wp-editor ul li::before {
  content: "";
  width: min(0.417vw, 7.2px);
  height: min(0.417vw, 7.2px);
  background-color: #1D3E92;
  border-radius: 50%;
  position: absolute;
  top: min(0.833vw, 14.4px);
  left: 0;
}
@media screen and (max-width: 768px) {
  .wp-editor ul li::before {
    width: min(1.6vw, 7.2px);
    height: min(1.6vw, 7.2px);
    top: min(2.667vw, 12px);
  }
}
.wp-editor ul li:not(:last-child) {
  margin-bottom: min(0.694vw, 12px);
}
@media screen and (max-width: 768px) {
  .wp-editor ul li:not(:last-child) {
    margin-bottom: min(2.667vw, 12px);
  }
}
.wp-editor ol {
  padding-left: min(0.903vw, 15.6px);
}
@media screen and (max-width: 768px) {
  .wp-editor ol {
    padding-left: min(3.467vw, 15.6px);
  }
}
.wp-editor ol li {
  list-style-type: decimal;
  line-height: 1.8;
  padding-left: min(0.486vw, 8.4px);
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-editor ol li {
    padding-left: min(4vw, 18px);
  }
}
.wp-editor ol li:not(:last-child) {
  margin-bottom: min(0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .wp-editor ol li:not(:last-child) {
    margin-bottom: min(3.2vw, 14.4px);
  }
}
.wp-editor table {
  width: 100%;
  margin: min(4.167vw, 72px) 0;
  border: #dddddd solid 1px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .wp-editor table {
    margin: min(10.667vw, 48px) 0;
  }
}
.wp-editor table th, .wp-editor table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: min(5.333vw, 24px) min(6.667vw, 30px);
  overflow-wrap: break-word;
}
.wp-editor table th:not(:last-child), .wp-editor table td:not(:last-child) {
  border-right: #dddddd solid 1px;
}
@media screen and (max-width: 768px) {
  .wp-editor table th, .wp-editor table td {
    padding: min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table th, .wp-editor table td {
    padding: min(4.8vw, 21.6px) min(3.2vw, 14.4px);
  }
}
.wp-editor table th p:last-child, .wp-editor table td p:last-child {
  margin-bottom: 0;
}
.wp-editor table th a, .wp-editor table td a {
  color: #4875D5;
}
.wp-editor table td {
  min-width: min(10.069vw, 174px);
}
@media screen and (max-width: 768px) {
  .wp-editor table td {
    min-width: min(10.069vw, 174px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: min(26.667vw, 120px);
  }
}
.wp-editor table th {
  width: min(9.722vw, 168px);
  background-color: #ddd;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wp-editor table th {
    width: min(37.333vw, 168px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor table th {
    width: min(28.8vw, 129.6px);
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: #dddddd solid 1px;
}
.wp-editor p > img,
.wp-editor p > img.alignnone,
.wp-editor p > img.alignleft,
.wp-editor p > img.aligncenter,
.wp-editor p > img.alignright, .wp-editor ul > img,
.wp-editor ul > img.alignnone,
.wp-editor ul > img.alignleft,
.wp-editor ul > img.aligncenter,
.wp-editor ul > img.alignright, .wp-editor ol > img,
.wp-editor ol > img.alignnone,
.wp-editor ol > img.alignleft,
.wp-editor ol > img.aligncenter,
.wp-editor ol > img.alignright, .wp-editor table > img,
.wp-editor table > img.alignnone,
.wp-editor table > img.alignleft,
.wp-editor table > img.aligncenter,
.wp-editor table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-editor p > img,
  .wp-editor p > img.alignnone,
  .wp-editor p > img.alignleft,
  .wp-editor p > img.aligncenter,
  .wp-editor p > img.alignright, .wp-editor ul > img,
  .wp-editor ul > img.alignnone,
  .wp-editor ul > img.alignleft,
  .wp-editor ul > img.aligncenter,
  .wp-editor ul > img.alignright, .wp-editor ol > img,
  .wp-editor ol > img.alignnone,
  .wp-editor ol > img.alignleft,
  .wp-editor ol > img.aligncenter,
  .wp-editor ol > img.alignright, .wp-editor table > img,
  .wp-editor table > img.alignnone,
  .wp-editor table > img.alignleft,
  .wp-editor table > img.aligncenter,
  .wp-editor table > img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}
.wp-editor img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
.wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol, .wp-editor img + h3, .wp-editor img + h4, .wp-editor img + h5, .wp-editor img + h6, .wp-editor img + img, .wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol + table {
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol, .wp-editor img + h3, .wp-editor img + h4, .wp-editor img + h5, .wp-editor img + h6, .wp-editor img + img, .wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol + table {
    margin-top: min(16vw, 72px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol, .wp-editor img + h3, .wp-editor img + h4, .wp-editor img + h5, .wp-editor img + h6, .wp-editor img + img, .wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol + table {
    margin-top: min(10.667vw, 48px);
  }
}
.wp-editor .alignnone {
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .wp-editor .alignnone {
    margin: min(10.667vw, 48px) 0;
  }
}
.wp-editor .alignleft, .wp-editor .alignright {
  max-width: min(29.167vw, 504px);
}
@media screen and (max-width: 768px) {
  .wp-editor .alignleft, .wp-editor .alignright {
    max-width: min(74.667vw, 336px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft, .wp-editor .alignright {
    width: 100%;
    max-width: none;
    float: none !important;
  }
}
.wp-editor .alignleft {
  float: left;
  margin-right: min(2.5vw, 43.2px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wp-editor .alignleft {
    margin-right: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}
.wp-editor .aligncenter {
  text-align: center;
  margin-top: min(2.5vw, 43.2px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .wp-editor .aligncenter {
    margin: min(5.333vw, 24px) auto;
  }
}
.wp-editor .alignright {
  float: right;
  margin-left: min(2.5vw, 43.2px);
  text-align: right;
}
@media screen and (max-width: 768px) {
  .wp-editor .alignright {
    margin-left: min(5.333vw, 24px);
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-left: 0;
  }
}
.wp-editor .alignleft + p, .wp-editor .alignright + p {
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .wp-editor .alignleft + p, .wp-editor .alignright + p {
    margin-top: min(10.667vw, 48px);
  }
}
.wp-editor .wp-block-spacer {
  margin-top: 0;
}
.wp-editor .wp-block-image {
  margin-bottom: min(2.083vw, 36px);
}
@media screen and (max-width: 768px) {
  .wp-editor .wp-block-image {
    margin-bottom: min(8vw, 36px);
  }
}
.wp-editor .wp-block-column .wp-block-image:last-child {
  margin-bottom: 0;
}
.wp-editor .wp-block-image .aligncenter > figcaption, .wp-editor .wp-block-image .alignleft > figcaption, .wp-editor .wp-block-image .alignright > figcaption {
  text-align: left;
  line-height: 1.8;
}
.wp-editor h3 + .wp-block-columns, .wp-editor h4 + .wp-block-columns, .wp-editor p + .wp-block-columns, .wp-editor div + .wp-block-columns {
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 540px) {
  .wp-editor h3 + .wp-block-columns, .wp-editor h4 + .wp-block-columns, .wp-editor p + .wp-block-columns, .wp-editor div + .wp-block-columns {
    margin-top: min(8vw, 36px);
  }
}
.wp-editor .wp-block-columns {
  margin: 0;
}
.wp-editor .wp-block-columns + .wp-block-columns {
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .wp-editor .wp-block-columns + .wp-block-columns {
    margin-top: min(8vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .wp-editor .wp-block-column:not(:last-child) {
    margin-bottom: min(8vw, 36px);
  }
}
.wp-editor .wp-block-column ul {
  margin-top: 0;
}
.wp-editor .wp-block-column .wp-block-image {
  width: 100%;
}
.wp-editor .wp-block-column .wp-block-image img {
  width: 100%;
  max-width: none;
}
.wp-editor .clear::after {
  content: "";
  display: block;
  clear: both;
}
.wp-editor .movie {
  position: relative;
  z-index: 0;
  aspect-ratio: 16/9;
}
.wp-editor .movie.frame {
  height: 100%;
}
.wp-editor .movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}

.wt-post-cf {
  border: #ddd solid 1px;
}
.wt-post-cf dl {
  display: flex;
}
.wt-post-cf dl:not(:first-child) {
  border-top: #ddd solid 1px;
}
.wt-post-cf dt, .wt-post-cf dd {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: min(5.333vw, 24px) min(6.667vw, 30px);
  overflow-wrap: break-word;
}
.wt-post-cf dt:not(:last-child), .wt-post-cf dd:not(:last-child) {
  border-right: #dddddd solid 1px;
}
@media screen and (max-width: 768px) {
  .wt-post-cf dt, .wt-post-cf dd {
    padding: min(5.333vw, 24px) min(6.667vw, 30px);
  }
}
@media screen and (max-width: 540px) {
  .wt-post-cf dt, .wt-post-cf dd {
    padding: min(4.8vw, 21.6px) min(3.2vw, 14.4px);
  }
}
.wt-post-cf dt p:last-child, .wt-post-cf dd p:last-child {
  margin-bottom: 0;
}
.wt-post-cf dt a, .wt-post-cf dd a {
  color: #4875D5;
}
.wt-post-cf dd {
  flex: 1;
}
.wt-post-cf dt {
  width: min(9.722vw, 168px);
  background-color: #ddd;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wt-post-cf dt {
    width: min(37.333vw, 168px);
  }
}
@media screen and (max-width: 540px) {
  .wt-post-cf dt {
    width: min(28.8vw, 129.6px);
  }
}

.wp-person {
  margin-left: auto;
  width: fit-content;
  padding: clamp(12.8px, 1.111vw, 19.2px) clamp(16px, 1.389vw, 24px);
  text-align: center;
  color: #4875D5;
  border: 1px solid #4875D5;
}
.wp-person__info {
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.wp-person__name {
  font-weight: 700;
}

.wp-editor #toc_container, .wp-editor .toc_white {
  background-color: transparent !important;
  border: 1px solid #dddddd;
  border-top: 3px solid #1D3E92;
  padding: min(2.083vw, 36px);
  margin-top: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .wp-editor #toc_container, .wp-editor .toc_white {
    margin-top: min(10.667vw, 48px);
    padding: min(5.333vw, 24px);
  }
}
.wp-editor #toc_container .toc_title {
  text-align: left !important;
  font-weight: bold;
  margin: 0 0 min(5.333vw, 24px);
}
@media screen and (max-width: 768px) {
  .wp-editor #toc_container .toc_title {
    margin: 0 0 min(1.389vw, 24px);
  }
}
.wp-editor #toc_container .toc_list {
  margin: 0;
}
.wp-editor #toc_container .toc_list > li {
  list-style: none;
  padding-left: 0;
  text-indent: min(-1.042vw, -18px);
  margin-left: min(1.042vw, 18px);
}
@media screen and (max-width: 768px) {
  .wp-editor #toc_container .toc_list > li {
    text-indent: min(-4vw, -18px);
    margin-left: min(4vw, 18px);
  }
}
.wp-editor #toc_container .toc_list > li::before {
  content: none;
}
.wp-editor #toc_container .toc_list > li .toc_number::after {
  content: ". ";
}
.wp-editor #toc_container .toc_list > li > ul > li {
  padding-left: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .wp-editor #toc_container .toc_list > li > ul > li {
    padding-left: min(5.333vw, 24px);
  }
}
.wp-editor #toc_container .toc_list a {
  color: #4875D5;
  text-decoration: underline;
  line-height: 1.8;
}
@media screen and (min-width: 769px) {
  .wp-editor #toc_container .toc_list a:hover {
    color: #92ACE3;
    text-decoration: none;
  }
}
.wp-editor #toc_container .toc_list ul {
  margin: 0;
}
.wp-editor #toc_container .toc_list li {
  margin-top: min(0.694vw, 12px);
}
@media screen and (max-width: 768px) {
  .wp-editor #toc_container .toc_list li {
    margin-top: min(2.667vw, 12px);
  }
}
.wp-editor #toc_container .toc_list li::before {
  content: none;
}

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

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  display: grid;
  place-content: center;
  width: min(4.167vw, 72px);
  height: min(4.167vw, 72px);
  margin: auto;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  /* ボタンの丸 */
  /* ボタンの矢印 */
}
@media screen and (min-width: 769px) {
  .swiper-button-prev:hover::before,
  .swiper-button-next:hover::before {
    background-color: #005CD1;
  }
  .swiper-button-prev:hover::after,
  .swiper-button-next:hover::after {
    color: #fff;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(2.917vw, 50.4px);
    height: min(2.917vw, 50.4px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: min(11.2vw, 50.4px);
    height: min(11.2vw, 50.4px);
  }
}
.swiper-button-prev::before,
.swiper-button-next::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 2px solid #005CD1;
  background-color: #fff;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
.swiper-button-prev::after,
.swiper-button-next::after {
  z-index: 1;
  font-family: "Font Awesome 6 Pro";
  color: #005CD1;
  font-size: clamp(25.6px, 2.222vw, 38.4px);
  font-weight: 100;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(17.6px, 1.528vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after,
  .swiper-button-next::after {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
  }
}

.swiper-button-prev {
  right: calc(100% + min(1.389vw, 24px));
}
@media screen and (max-width: 768px) {
  .swiper-button-prev {
    right: calc(100% - min(1.458vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-prev {
    right: calc(100% - min(3.264vw, 56.4px));
  }
}
.swiper-button-prev::after {
  content: "\f104";
  margin-right: min(0.278vw, 4.8px);
}
@media screen and (max-width: 1024px) {
  .swiper-button-prev::after {
    margin-right: min(0.139vw, 2.4px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-prev::after {
    margin-right: min(0.533vw, 2.4px);
  }
}

.swiper-button-next {
  left: calc(100% + min(1.389vw, 24px));
}
@media screen and (max-width: 768px) {
  .swiper-button-next {
    left: calc(100% - min(5.6vw, 25.2px));
  }
}
@media screen and (max-width: 767px) {
  .swiper-button-next {
    left: calc(100% - min(12.533vw, 56.4px));
  }
}
.swiper-button-next::after {
  content: "\f105";
  margin-left: min(0.278vw, 4.8px);
}
@media screen and (max-width: 1024px) {
  .swiper-button-next::after {
    margin-left: min(0.139vw, 2.4px);
  }
}
@media screen and (max-width: 768px) {
  .swiper-button-next::after {
    margin-left: min(0.139vw, 2.4px);
  }
}

.swiper-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 0 clamp(12.8px, 1.111vw, 19.2px);
  justify-content: center;
  width: 100%;
  margin-top: clamp(25.6px, 2.222vw, 38.4px);
  text-align: center;
  cursor: pointer;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination {
    gap: 0 clamp(9.6px, 3.2vw, 14.4px);
    margin-top: min(6.4vw, 28.8px);
  }
}
.swiper-pagination-bullet {
  width: min(0.694vw, 12px);
  height: min(0.694vw, 12px);
  cursor: pointer;
  border-radius: 50%;
  background-color: #ddd;
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: min(2.133vw, 9.6px);
    height: min(2.133vw, 9.6px);
  }
}
.swiper-pagination-bullet-active {
  transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
  background-color: #005CD1;
}

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

.c-slider {
  position: relative;
  z-index: 0;
  max-width: min(83.333vw, 1440px);
  width: 83.3333333333%;
  padding: 0 !important;
}
@media screen and (max-width: 768px) {
  .c-slider {
    max-width: min(320vw, 1440px);
    width: 86.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .c-slider {
    width: 100%;
  }
}
.c-slider img {
  width: 100%;
}
.c-slider__slide {
  width: 31.6666666667%;
  margin-right: 2.5%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .c-slider__slide {
    width: calc(50% - min(1.042vw, 18px));
    margin-right: min(2.083vw, 36px);
  }
}
@media screen and (max-width: 767px) {
  .c-slider__slide {
    width: 86.6666666667%;
    margin: 0 6.6666666667%;
  }
}
.c-slider__shadow {
  filter: drop-shadow(0px 3px min(0.556vw, 9.6px) rgba(0, 0, 0, 0.12));
}
.c-slider .c-info__card {
  margin-top: 0;
}

.c-heading {
  position: relative;
  z-index: 0;
  color: #041146;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .c-heading__large {
    font-size: clamp(25.6px, 2.222vw, 38.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading__large {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
@media screen and (min-width: 769px) {
  .c-heading__medium {
    font-size: clamp(20.8px, 1.806vw, 31.2px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading__medium {
    font-size: clamp(17.6px, 5.867vw, 26.4px);
  }
}
@media screen and (min-width: 769px) {
  .c-heading__small {
    font-size: clamp(17.6px, 1.528vw, 26.4px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading__small {
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .c-heading__xs {
    margin: min(2.222vw, 38.4px) 0 min(1.667vw, 28.8px);
    font-size: clamp(14.4px, 1.25vw, 21.6px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading__xs {
    margin: min(8.533vw, 38.4px) 0 min(4.267vw, 19.2px);
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.c-heading__center {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-heading__bb {
    margin-bottom: min(2.778vw, 48px);
    padding-bottom: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading__bb {
    margin-bottom: min(8.533vw, 38.4px);
    padding-bottom: min(4vw, 18px);
  }
}
.c-heading__bb::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 0;
  background-size: cover;
  background-image: url(/assets/img/common/bg/heading_bottom.svg);
  transform: translateX(-50%);
}
@media screen and (min-width: 769px) {
  .c-heading__bb::before {
    width: 93px;
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .c-heading__bb::before {
    width: 71px;
    height: 4px;
  }
}
@media screen and (min-width: 769px) {
  .c-heading__bl {
    margin-bottom: min(2.361vw, 40.8px);
    padding-left: min(1.042vw, 18px);
  }
}
@media screen and (max-width: 768px) {
  .c-heading__bl {
    margin-bottom: min(9.067vw, 40.8px);
    padding-left: min(4vw, 18px);
  }
}
.c-heading__bl::before, .c-heading__bl::after {
  content: "";
  position: absolute;
  top: 0.15em;
  left: 0;
  z-index: 0;
  width: 3px;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
.c-heading__bl::before {
  height: 100%;
  background-color: #fff;
}
.c-heading__bl::after {
  height: 50%;
  background-color: #041146;
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}

.c-kv {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-kv__wrap {
  width: 100%;
  background: #14508A;
}
.c-kv__title {
  position: absolute;
  top: 50%;
  left: 12.6967471144%;
  z-index: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-kv__title {
    left: 18.1333333333vw;
  }
}
.c-kv__title__main {
  line-height: 1.5;
  font-size: min(2.222vw, 38.4px);
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .c-kv__title__main {
    font-size: clamp(22.4px, 1.944vw, 33.6px);
  }
}
.c-kv__title__sub {
  margin-top: 8px;
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  color: #84AED5;
}
@media screen and (max-width: 768px) {
  .c-kv__title__sub {
    margin-top: 0;
    font-size: clamp(9.6px, 0.833vw, 14.4px);
  }
}
.c-kv__img {
  position: relative;
  z-index: 0;
  aspect-ratio: 1906/275;
  max-width: 1906px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .c-kv__img {
    aspect-ratio: 25/12;
  }
}
.c-kv__img img {
  width: 100%;
  max-width: 1906px;
  height: 100%;
  margin: auto;
  object-fit: cover;
}
.c-kv__bg {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 275px;
  object-fit: cover;
  object-position: center center;
}
@media screen and (max-width: 768px) {
  .c-kv__bg {
    height: 180px;
  }
}
.c-kv__bg__title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  line-height: 1.5;
  transform: translate(-50%, -50%);
}
.c-kv__bg__title__main {
  white-space: nowrap;
  font-size: clamp(30.4px, 2.639vw, 45.6px);
  text-transform: capitalize;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-kv__bg__title__main {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.c-kv__bg__title__sub {
  margin-top: clamp(22.4px, 1.944vw, 33.6px);
  font-size: min(1.042vw, 18px);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .c-kv__bg__title__sub {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
    font-size: min(3.733vw, 16.8px);
  }
}
.c-kv__bg__img img {
  width: 100%;
  height: 275px;
  object-fit: cover;
}

@media screen and (min-width: 769px) {
  .c-zoom__link:hover .c-zoom__img {
    transform: scale(1.1);
  }
  .c-zoom__wrap {
    overflow: hidden;
  }
  .c-zoom__img {
    transition: transform 0.3s;
  }
}

.p-mv {
  overflow: hidden;
}
.p-mv__area {
  position: relative;
  z-index: 0;
  width: min(100vw, 1728px);
  margin: 0 auto;
  padding: min(11.875vw, 205.2px) 0 min(4.167vw, 72px);
}
@media screen and (max-width: 1024px) {
  .p-mv__area {
    padding-top: clamp(64px, 21.333vw, 96px);
  }
}
@media screen and (max-width: 768px) {
  .p-mv__area {
    padding: min(21.333vw, 96px) 0 min(16vw, 72px);
  }
}
@media screen and (max-width: 540px) {
  .p-mv__area {
    width: min(100vw, 450px);
    margin: 0;
  }
}
.p-mv__desc {
  padding: 0 min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-mv__desc {
    padding: 0 clamp(12px, 4vw, 18px);
  }
}
.p-mv__desc__title {
  width: clamp(542.4px, 47.083vw, 813.6px);
}
@media screen and (max-width: 768px) {
  .p-mv__desc__title {
    width: min(66.667vw, 300px);
  }
}
.p-mv__desc__wrap {
  display: flex;
  align-items: center;
  margin-top: min(4.722vw, 81.6px);
}
@media screen and (max-width: 768px) {
  .p-mv__desc__wrap {
    position: relative;
    z-index: 0;
    margin-top: 0;
    margin-top: min(5.333vw, 24px);
  }
}
.p-mv__desc__text {
  width: clamp(319.2px, 27.708vw, 478.8px);
}
@media screen and (max-width: 768px) {
  .p-mv__desc__text {
    width: min(76vw, 342px);
  }
}
@media screen and (max-width: 540px) {
  .p-mv__desc__text {
    width: 100%;
  }
}
.p-mv__desc__num {
  width: min(11.458vw, 198px);
  margin-left: min(4.028vw, 69.6px);
}
@media screen and (max-width: 768px) {
  .p-mv__desc__num {
    position: absolute !important;
    top: -20px;
    left: 230px;
    z-index: -1 !important;
    width: clamp(98.4px, 32.8vw, 147.6px);
    margin: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-mv__desc__num {
    top: -10px;
    left: auto;
    right: 6px;
  }
}
.p-mv__img {
  position: absolute;
  z-index: -1;
  top: 0;
  right: min(-8.958vw, -154.8px);
  bottom: 0;
  width: min(64.236vw, 1110px);
}
@media screen and (min-width: 1441px) {
  .p-mv__img {
    right: -129px;
  }
}
@media screen and (max-width: 768px) {
  .p-mv__img {
    width: 74.6666666667vw;
    top: 0;
    right: -24vw;
    bottom: 0;
  }
}
.p-mv__img svg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-mv__img svg {
    height: auto;
  }
}
.p-mv__bottom {
  width: 100%;
  margin: clamp(49.6px, 4.306vw, 74.4px) auto 0;
  padding: 0 min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-mv__bottom {
    margin: 0;
    padding: 0 clamp(12px, 4vw, 18px);
  }
}
.p-mv__maker {
  position: relative;
  z-index: 0;
  display: inline-block;
  clip-path: inset(0 100% 0 0);
}
.p-mv__maker:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

@keyframes marker {
  60%, 100% {
    clip-path: inset(0);
  }
}
@keyframes markerBg {
  60% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes markerHide {
  0% {
    clip-path: inset(0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
.b, .w {
  clip-path: inset(0 0 100% 0);
}

.swiper {
  opacity: 1;
}
.swiper-slide[class*=-active] .p-mv__maker {
  animation: marker 1s both;
}
.swiper-slide[class*=-active] .p-mv__maker::after {
  animation: markerBg 1s both;
}
.swiper-slide[class*=-active].finished {
  animation: markerHide 0.8s both;
}
.swiper .finished .marker::after {
  clip-path: inset(0 0 0 100%);
}

.swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.p-box {
  position: relative;
  z-index: 0;
  height: 100%;
  background-color: #fff;
}
.p-box--down {
  margin-top: 1px;
}
@media screen and (min-width: 769px) {
  .p-box--down {
    margin-top: clamp(80px, 6.944vw, 120px);
  }
}
.p-box__wrap {
  padding: clamp(160px, 13.889vw, 240px) min(5.556vw, 96px) min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-box__wrap {
    padding: clamp(124.8px, 41.6vw, 187.2px) min(4vw, 18px) clamp(38.4px, 12.8vw, 57.6px);
  }
}
@media screen and (min-width: 769px) {
  .p-box__wrap + .p-box__wrap {
    padding-top: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .p-box__wrap + .p-box__wrap {
    padding-top: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .p-box__col2 {
    padding: clamp(176px, 15.278vw, 264px) min(2.917vw, 50.4px) min(4.167vw, 72px) min(6.944vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .p-box__col2 {
    padding: clamp(124.8px, 41.6vw, 187.2px) min(4vw, 18px) clamp(38.4px, 12.8vw, 57.6px);
  }
}
.p-box__col2--img {
  padding: clamp(64px, 5.556vw, 96px) min(6.944vw, 120px) min(4.167vw, 72px) min(2.361vw, 40.8px);
}
@media screen and (max-width: 768px) {
  .p-box__col2--img {
    padding: 0 min(4vw, 18px) clamp(38.4px, 12.8vw, 57.6px);
  }
}
.p-box__card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .p-box__card > a:hover img {
    transform: scale(1.1);
  }
}
.p-box__head {
  position: absolute;
  top: min(5.556vw, 96px);
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-box__head {
    top: min(16.8vw, 75.6px);
  }
}
@media screen and (min-width: 769px) {
  .p-box__head--mid {
    top: clamp(80px, 6.944vw, 120px);
  }
}
@media screen and (min-width: 769px) {
  .p-box__head--inside {
    left: min(5.556vw, 96px);
  }
}
.p-box__head__border {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: clamp(20.8px, 1.806vw, 31.2px);
  font-size: clamp(25.6px, 2.222vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .p-box__head__border {
    padding-left: clamp(12px, 4vw, 18px);
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.p-box__head__border::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: calc(100% + 1em);
  background-color: #041146;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 90%);
}
@media screen and (max-width: 768px) {
  .p-box__head__border::before {
    width: 5px;
  }
}
.p-box__head__title {
  font-size: clamp(25.6px, 2.222vw, 38.4px);
  font-weight: 500;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.5;
  color: #041146;
}
@media screen and (max-width: 768px) {
  .p-box__head__title {
    font-size: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.p-box__head__sub {
  font-weight: 700;
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  line-height: 1;
  color: #84AED5;
}
@media screen and (max-width: 768px) {
  .p-box__head__sub {
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.p-box__head__side {
  position: absolute;
  top: min(7.083vw, 122.4px);
  right: min(7.083vw, 122.4px);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-box__head__side {
    position: static;
    margin-bottom: clamp(25.6px, 8.533vw, 38.4px);
  }
}
.p-box__inner {
  padding: 0 min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-box__inner {
    padding: 0 clamp(12px, 4vw, 18px);
  }
}
.p-box__crosshead {
  margin-bottom: clamp(25.6px, 2.222vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .p-box__crosshead {
    margin-bottom: clamp(20.8px, 6.933vw, 31.2px);
  }
}
.p-box__text {
  flex-grow: 1;
  margin-top: 0.8em;
}
@media screen and (max-width: 768px) {
  .p-box__text {
    margin-top: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-box__more {
  margin-top: clamp(32px, 2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-box__more {
    margin-top: clamp(32px, 10.667vw, 48px);
  }
}
@media screen and (min-width: 769px) {
  .p-box__more--over {
    width: calc(100% + 5.556vw);
    max-width: calc(100% + 96px);
  }
}
.p-box__graybutton {
  width: clamp(498.4px, 43.264vw, 747.6px);
  margin: clamp(32px, 2.778vw, 48px) auto;
  text-align: center;
  color: #041146;
  border-radius: 9999px;
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .p-box__graybutton {
    width: 100%;
  }
}
.p-box__graybutton > * {
  display: block;
  padding: 0.6em 0.5333333333em;
  font-weight: 700;
  font-size: clamp(12px, 1.042vw, 18px);
}
@media screen and (max-width: 768px) {
  .p-box__graybutton > * {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-box__border-top {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: min(3.472vw, 60px);
  background-color: #F1F1F1;
}
@media screen and (max-width: 768px) {
  .p-box__border-top {
    margin-bottom: min(12.8vw, 57.6px);
  }
}
.p-box__bgline {
  position: absolute;
  z-index: -1;
  display: block;
  width: 100%;
  margin: 0;
  clip-path: inset(0 0 100% 0);
  background-size: cover;
  background-position: center;
}
.p-box__bgline--s {
  width: min(34.722vw, 600px);
  height: min(42.083vw, 727.2px);
}
@media screen and (max-width: 768px) {
  .p-box__bgline--s {
    width: min(38.933vw, 175.2px);
    height: min(44.267vw, 199.2px);
  }
}
.p-box__bgline--m {
  width: min(23.472vw, 405.6px);
  height: min(23.056vw, 398.4px);
}
@media screen and (max-width: 768px) {
  .p-box__bgline--m {
    width: min(44.8vw, 201.6px);
    height: min(44.267vw, 199.2px);
  }
}
.p-box__bgline--l {
  width: min(42.986vw, 742.8px);
  height: min(23.056vw, 398.4px);
}
@media screen and (max-width: 768px) {
  .p-box__bgline--l {
    width: min(82.4vw, 370.8px);
    height: min(44.267vw, 199.2px);
  }
}
.p-box__bgline[data-line="1"] {
  left: 20%;
  bottom: -60%;
  background-image: url(/assets/img/top/bg_line.png);
}
@media screen and (max-width: 768px) {
  .p-box__bgline[data-line="1"] {
    left: 10%;
    bottom: -10%;
    background-image: url(/assets/img/top/bg_line_01.png);
  }
}
.p-box__bgline[data-line="2"] {
  left: 35%;
  background-image: url(/assets/img/top/bg_line_02.png);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-box__bgline[data-line="2"] {
    left: 10%;
    transform: translateY(-25%);
  }
}
.p-box__bgline[data-line="3"] {
  left: 45%;
  background-image: url(/assets/img/top/bg_line_03.png);
  transform: translateY(-10%);
}
.p-box__bgline[data-line="4"] {
  left: 33%;
  background-image: url(/assets/img/top/bg_line_03.png);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-box__bgline[data-line="4"] {
    left: 10%;
    transform: translateY(-20%);
  }
}
.p-box__bgline[data-line="5"] {
  left: 15%;
  background-image: url(/assets/img/top/bg_line_04.png);
  transform: translateY(-10%);
}
@media screen and (max-width: 768px) {
  .p-box__bgline[data-line="5"] {
    left: 10%;
  }
}
.p-box__bgline[data-line="6"] {
  left: 40%;
  background-image: url(/assets/img/top/bg_line_05.png);
  transform: translateY(-55%);
}
@media screen and (max-width: 768px) {
  .p-box__bgline[data-line="6"] {
    left: 16%;
    transform: translateY(-20%);
  }
}
.p-box__thumb {
  aspect-ratio: 479/294;
}
.p-box__thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.l-box__double {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .l-box__double {
    min-height: min(48.611vw, 840px);
  }
}

.p-card > a {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-card > a:hover img {
    transform: scale(1.1);
  }
}
.p-card > a img {
  transition: transform 0.3s;
}
.p-card__thumb {
  aspect-ratio: 359/200;
  overflow: hidden;
  margin: 0;
}
.p-card__thumb img {
  width: 100%;
  max-width: none;
}
.p-card__thumb--low {
  aspect-ratio: 7/3;
}
.p-card__thumb__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-card__inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media screen and (min-width: 769px) {
  .p-card__inner {
    padding: min(1.944vw, 33.6px) min(2.222vw, 38.4px);
  }
}
@media screen and (max-width: 768px) {
  .p-card__inner {
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px) min(7.467vw, 33.6px);
  }
}
.p-card__inner--noside {
  padding-top: 0.9333333333em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.p-card__musk {
  position: relative;
  z-index: 0;
}
.p-card__musk::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.67;
  pointer-events: none;
  background-color: #272A31;
}
.p-card__title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: block;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: min(1.389vw, 24px);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .p-card__title {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-card__arrow::after {
  content: "\f105";
  position: absolute;
  right: clamp(8px, 0.694vw, 12px);
  bottom: clamp(8px, 0.694vw, 12px);
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(3.056vw, 52.8px);
  height: min(3.056vw, 52.8px);
  color: #fff;
  font-family: "Font Awesome 6 Pro";
  border-radius: 50%;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .p-card__arrow::after {
    right: clamp(8px, 2.667vw, 12px);
    bottom: clamp(8px, 2.667vw, 12px);
    width: clamp(31.2px, 10.4vw, 46.8px);
    height: clamp(31.2px, 10.4vw, 46.8px);
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.p-card__arrow--center::after {
  bottom: 50%;
  width: min(2.5vw, 43.2px);
  height: min(2.5vw, 43.2px);
  font-size: min(0.903vw, 15.6px);
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .p-card__arrow--center::after {
    right: clamp(8px, 2.667vw, 12px);
    width: clamp(28.8px, 9.6vw, 43.2px);
    height: clamp(28.8px, 9.6vw, 43.2px);
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.p-card__time {
  margin-bottom: 2px;
  line-height: 1;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  color: #041146;
}
.p-card__person {
  margin-top: 12px;
  line-height: 1.5;
}

.p-info {
  width: clamp(496px, 43.056vw, 744px);
  min-height: clamp(132.8px, 11.528vw, 199.2px);
  margin-top: -1px;
  padding-top: min(4.583vw, 79.2px);
}
@media screen and (max-width: 768px) {
  .p-info {
    width: 100vw;
    min-height: auto;
    padding-top: min(10.133vw, 45.6px);
    padding-right: min(8vw, 36px);
  }
}
.p-info__head {
  display: flex;
  align-items: center;
  gap: 14px;
}
.p-info__term {
  padding: 0 28px;
  color: #fff;
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  clip-path: polygon(0 0, calc(100% - 22px) 0, 100% 100%, 22px 100%);
  background-color: #041146;
}
.p-info__desc {
  margin-top: 0.2em;
  line-height: 1.5;
  font-size: min(1.042vw, 18px);
  color: #666;
}
@media screen and (min-width: 769px) {
  .p-info__desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 768px) {
  .p-info__desc {
    margin-top: min(2.667vw, 12px);
    font-size: min(3.733vw, 16.8px);
  }
}

.p-summary__wrap {
  padding: min(4.167vw, 72px) min(5.556vw, 96px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-summary__wrap {
    padding: min(10.667vw, 48px) min(4vw, 18px);
  }
}
.p-summary__item {
  display: grid;
  gap: clamp(48px, 4.167vw, 72px);
  grid-template-columns: clamp(94.4px, 8.194vw, 141.6px) 1fr;
}
@media screen and (max-width: 768px) {
  .p-summary__item {
    grid-template-columns: 1fr;
    gap: min(1.067vw, 4.8px);
  }
}
.p-summary__item:not(:nth-of-type(1)) {
  padding-top: clamp(16px, 1.389vw, 24px);
  border-top: 1px dashed #dddddd;
}
@media screen and (max-width: 768px) {
  .p-summary__item:not(:nth-of-type(1)) {
    padding-top: clamp(16px, 5.333vw, 24px);
  }
}
.p-summary__item:not(:last-of-type) {
  padding-bottom: clamp(19.2px, 1.667vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .p-summary__item:not(:last-of-type) {
    padding-bottom: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.p-summary__term {
  position: relative;
  z-index: 0;
  color: #041146;
}
.p-summary__term::after {
  content: "";
  position: absolute;
  top: 0.2em;
  right: 0;
  display: block;
  width: 1px;
  height: 1.5em;
  background-color: #dddddd;
}
@media screen and (max-width: 768px) {
  .p-summary__term::after {
    content: none;
  }
}

.p-history__wrap {
  padding: min(4.583vw, 79.2px) min(5.833vw, 100.8px) min(3.75vw, 64.8px) min(8.194vw, 141.6px);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-history__wrap {
    padding: min(10.667vw, 48px) min(4vw, 18px) min(10.667vw, 48px) min(15.467vw, 69.6px);
  }
}
.p-history__line {
  position: relative;
  z-index: 0;
}
.p-history__item {
  position: relative;
  z-index: 0;
}
.p-history__item:not(:last-of-type) {
  padding-bottom: min(1.944vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .p-history__item:not(:last-of-type) {
    padding-bottom: min(7.467vw, 33.6px);
  }
}
.p-history__item:not(:last-of-type)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 1em;
  left: min(-2.083vw, -36px);
  width: 1px;
  height: 100%;
  background-size: 1px 5px;
  background-repeat: repeat-y;
  background-image: linear-gradient(to bottom, #1E5793, #1E5793 2px, transparent 2px, transparent 5px);
}
.p-history__year {
  position: relative;
  z-index: 0;
  font-weight: 700;
  font-size: min(2.5vw, 43.2px);
  font-family: "Roboto", "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 1.25;
  color: #CCCED9;
}
@media screen and (max-width: 768px) {
  .p-history__year {
    font-size: min(8vw, 36px);
  }
}
.p-history__year::before {
  content: "";
  position: absolute;
  top: 50%;
  left: min(-2.708vw, -46.8px);
  display: block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-image: url(/assets/img/common/bg/circle.png);
  transform: translateY(-50%);
}
.p-history__term {
  margin-top: clamp(5.6px, 0.486vw, 8.4px);
  color: #041146 !important;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-history__term {
    margin-top: min(1.067vw, 4.8px);
  }
}
.p-history__desc {
  margin-top: clamp(3.2px, 0.278vw, 4.8px);
  color: #666;
}
@media screen and (max-width: 768px) {
  .p-history__desc {
    margin-top: 0;
  }
}
.p-history__desc a {
  color: #4875D5;
  border-bottom: 1px solid #4875D5;
}

.p-scrollable {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-scrollable__img {
    width: clamp(560px, 186.667vw, 840px);
    max-width: none;
  }
}

.p-panel {
  color: #fff;
}
@media screen and (min-width: 1025px) {
  .p-panel {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: auto;
    left: 0;
    z-index: 1;
    width: max-content;
    padding: clamp(22.4px, 1.944vw, 33.6px) clamp(38.4px, 3.333vw, 57.6px);
    background-color: #6984C1;
    transform: translateY(-5px);
    transition: transform 0.6s, opacity 0.4s, visibility 0.6s;
  }
}
@media screen and (max-width: 1024px) {
  .p-panel {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-panel a {
    transition: color 0.3s;
  }
  .p-panel a:hover {
    color: #92ACE3;
  }
}
@media screen and (min-width: 769px) {
  .p-panel__colum {
    display: flex !important;
    column-gap: min(2.778vw, 48px);
  }
}
@media screen and (max-width: 1024px) {
  .p-panel__colum {
    flex-direction: column;
    padding-bottom: clamp(16px, 5.333vw, 24px);
    border-bottom: 1px solid #1B499A;
  }
}
.p-panel__colum__item {
  display: flex;
  flex-direction: column;
  row-gap: clamp(12.8px, 1.111vw, 19.2px);
}
@media screen and (max-width: 1024px) {
  .p-panel__colum__item + .p-panel__colum__item {
    margin-top: clamp(19.2px, 1.667vw, 28.8px);
  }
}
.p-panel__desc a {
  width: fit-content;
  font-size: min(0.903vw, 15.6px);
}
@media screen and (max-width: 1024px) {
  .p-panel__desc a {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.p-panel__desc > a {
  position: relative;
  z-index: 0;
  display: flex;
  padding-left: 1em;
}
.p-panel__desc > a::before {
  content: "";
  position: absolute;
  top: 0.8461538462em;
  left: 0;
  z-index: 0;
  width: 5px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-panel__desc > a::before {
    top: 0.9em;
  }
}
.p-panel__desc ul {
  margin-top: min(0.833vw, 14.4px);
}
@media screen and (max-width: 1024px) {
  .p-panel__desc ul {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-panel__desc li {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  padding-left: 1.5em;
}
@media screen and (max-width: 768px) {
  .p-panel__desc li {
    padding-left: 2em;
  }
}
.p-panel__desc li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0.8em;
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .p-panel__desc li::before {
    top: 0.85em;
  }
}
@media screen and (max-width: 768px) {
  .p-panel__desc li::before {
    top: 0.75em;
    left: 1.2em;
  }
}
.p-panel__desc li + li {
  margin-top: min(0.556vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .p-panel__desc li + li {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
  }
}
@media screen and (min-width: 769px) {
  .p-panel__row {
    display: flex !important;
    flex-direction: column;
    row-gap: clamp(12.8px, 1.111vw, 19.2px);
  }
}
@media screen and (max-width: 1024px) {
  .p-panel__row {
    padding-bottom: clamp(16px, 5.333vw, 24px);
    border-bottom: 1px solid #1B499A;
  }
  .p-panel__row > * + * {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
  }
}

:root {
  --main: #0055C9;
  --main-hover: #006CFF;
  --text: #181818;
  --accent: #53CEC1;
}

.p-businessrd {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  color: var(--text);
  /*
  p-businessrd__grid
  ----------------------------------------------- */
  /*
  p-businessrd__card
  ----------------------------------------------- */
  /*
  p-businessrd__mv
  ----------------------------------------------- */
  /*
  p-businessrd__concept
  ----------------------------------------------- */
  /*
  p-businessrd__feature
  ----------------------------------------------- */
  /*
    p-businessrd__service
  ----------------------------------------------- */
  /*
  p-businessrd__educer
  ----------------------------------------------- */
  /*
  p-businessrd__blog
  ----------------------------------------------- */
  /*
  p-businessrd__related
  ----------------------------------------------- */
  /*
  p-businessrd__footer
  ----------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .p-businessrd {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-businessrd h1, .p-businessrd h2, .p-businessrd h3, .p-businessrd h4, .p-businessrd h5, .p-businessrd h6 {
  line-height: 1.5;
}
.p-businessrd__wrap {
  overflow-x: hidden;
}
.p-businessrd__bg {
  background-position: top center;
  background-size: cover;
  background-image: url(/assets/img/businessrd/bg.jpg);
}
@media screen and (min-width: 769px) {
  .p-businessrd__bg {
    background-image: url(/assets/img/businessrd/bg_xl.jpg);
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__bg {
    background-image: url(/assets/img/businessrd/bg_sp.jpg);
  }
}
.p-businessrd__header {
  position: absolute;
  z-index: 1;
  top: min(3.194vw, 55.2px);
  left: 50%;
  width: 100%;
  max-width: min(100vw, 1728px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-businessrd__header {
    top: min(5.333vw, 24px);
    left: 0;
    transform: none;
  }
}
.p-businessrd__header a {
  display: block;
}
.p-businessrd__header-logo {
  width: min(18.194vw, 314.4px);
  margin-left: min(8.333vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__header-logo {
    width: min(50.667vw, 228px);
    margin-left: min(5.333vw, 24px);
  }
}
.p-businessrd__inner {
  position: relative;
  z-index: 0;
  max-width: min(100vw, 1728px);
  margin: 0 auto;
  padding: 0 min(12.847vw, 222px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__inner {
    padding: 0 min(5.333vw, 24px);
  }
}
.p-businessrd__h2 {
  font-size: clamp(28.8px, 2.5vw, 43.2px);
  text-align: center;
  margin-bottom: min(2.5vw, 43.2px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__h2 {
    font-size: clamp(20.8px, 6.933vw, 31.2px);
    margin-bottom: min(10.667vw, 48px);
  }
}
.p-businessrd__cta {
  position: fixed;
  top: min(1.389vw, 24px);
  right: min(12.847vw, 222px);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.417vw, 266.4px);
  height: min(3.611vw, 62.4px);
  color: #fff;
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  font-weight: 500;
  border-radius: 9999px;
  background-color: var(--main);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s, opacity 0.5s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-businessrd__cta:hover {
    background-color: var(--main-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__cta {
    top: auto;
    right: 50%;
    bottom: min(5.333vw, 24px);
    width: min(78.4vw, 352.8px);
    height: min(13.867vw, 62.4px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    transform: translateX(50%);
  }
}
.p-businessrd__cta.is-scroll {
  opacity: 1;
}
.p-businessrd__grid {
  gap: min(1.25vw, 21.6px);
  margin-top: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__grid {
    gap: min(4.267vw, 19.2px);
    margin-top: min(5.333vw, 24px);
  }
}
.p-businessrd__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(5.417vw, 93.6px);
  text-align: center;
  color: var(--main);
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-businessrd__grid-item {
    height: min(13.867vw, 62.4px);
    padding: min(4.267vw, 19.2px) 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-businessrd__card {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-businessrd__card-title {
  padding: 0.8em 0;
  font-size: clamp(16px, 1.389vw, 24px);
  color: #fff;
  text-align: center;
  background-color: var(--main);
}
@media screen and (max-width: 768px) {
  .p-businessrd__card-title {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-businessrd__card-text {
  padding: 0.8em 0;
  text-align: center;
}
.p-businessrd__mv {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  max-width: min(100vw, 1728px);
  height: min(62.5vw, 1080px);
  margin: 0 auto;
  padding: 0 min(7.639vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__mv {
    height: auto;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__mv-desc {
    width: 100%;
    padding: min(5.333vw, 24px) min(5.333vw, 24px) 0;
  }
}
.p-businessrd__mv-title {
  width: min(32.083vw, 554.4px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__mv-title {
    width: min(84.267vw, 379.2px);
  }
}
.p-businessrd__mv-lead {
  margin-top: min(2.639vw, 45.6px);
  font-size: clamp(13.6px, 1.181vw, 20.4px);
  font-weight: 700;
  letter-spacing: 0.22em;
}
@media screen and (max-width: 768px) {
  .p-businessrd__mv-lead {
    margin-top: min(4.267vw, 19.2px);
    font-size: clamp(10.4px, 3.467vw, 15.6px);
    line-height: 2.2307692308;
  }
}
.p-businessrd__mv-btn, .p-businessrd__footer-contact {
  display: block;
  width: min(27.222vw, 470.4px);
  margin-top: min(3.611vw, 62.4px);
  padding: clamp(25.6px, 2.222vw, 38.4px) 0;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  background-color: var(--main);
  transition: background-color 0.3s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .p-businessrd__mv-btn:hover, .p-businessrd__footer-contact:hover {
    background-color: var(--main-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__mv-btn, .p-businessrd__footer-contact {
    width: 100%;
    max-width: min(89.333vw, 402px);
    margin: min(6.4vw, 28.8px) auto 0;
    padding: clamp(22.4px, 7.467vw, 33.6px) 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-businessrd__mv-img {
  position: absolute;
  top: min(1.597vw, 27.6px);
  right: 0;
  z-index: 0;
  width: min(52.292vw, 903.6px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__mv-img {
    position: static;
    width: 100%;
    margin-top: min(14.933vw, 67.2px);
  }
}
.p-businessrd__concept {
  margin-top: min(3.333vw, 57.6px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept {
    margin-top: min(21.333vw, 96px);
  }
}
.p-businessrd__concept-side {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-side {
    display: none;
  }
}
.p-businessrd__concept-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(7.5vw, 129.6px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-list {
    width: fit-content;
    grid-template-columns: 1fr;
    gap: min(5.333vw, 24px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(12.8vw, 57.6px);
  }
  .p-businessrd__concept-item img {
    width: min(32vw, 144px);
  }
}
@media screen and (max-width: 540px) {
  .p-businessrd__concept-item {
    justify-content: space-between;
    gap: min(5.333vw, 24px);
  }
  .p-businessrd__concept-item img {
    width: min(26.667vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-body {
    flex: 1;
  }
}
.p-businessrd__concept-desc {
  margin-top: clamp(12.8px, 1.111vw, 19.2px);
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-desc {
    margin-top: 0;
    font-size: min(4.267vw, 19.2px);
  }
}
.p-businessrd__concept-try {
  width: min(21.597vw, 373.2px);
  margin: min(2.778vw, 48px) auto;
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-try {
    width: min(60.533vw, 272.4px);
    margin: min(10.667vw, 48px) auto;
  }
}
.p-businessrd__concept-catch {
  text-align: center;
  padding: min(1.597vw, 27.6px) 0;
  font-weight: 700;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-catch {
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px);
  }
}
.p-businessrd__concept-text {
  font-size: clamp(20px, 1.736vw, 30px);
  font-weight: 700;
  line-height: 1.52;
  color: #181818;
}
@media screen and (max-width: 768px) {
  .p-businessrd__concept-text {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-businessrd__feature {
  margin-top: min(7.639vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature {
    margin-top: min(21.333vw, 96px);
  }
}
.p-businessrd__feature-side {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-side {
    display: none;
  }
}
.p-businessrd__feature-list {
  display: flex;
  flex-direction: column;
  gap: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-list {
    gap: min(14.667vw, 66px);
  }
}
.p-businessrd__feature-item {
  display: flex;
  gap: min(5.139vw, 88.8px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-item {
    flex-direction: column;
    gap: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .p-businessrd__feature-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.p-businessrd__feature-head {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-head {
    width: 100%;
  }
}
.p-businessrd__feature-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-img {
    width: 100%;
  }
}
.p-businessrd__feature-title {
  display: flex;
  align-items: center;
  gap: min(1.667vw, 28.8px);
  font-size: min(1.944vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-title {
    gap: min(6.4vw, 28.8px);
    font-size: min(5.333vw, 24px);
  }
}
.p-businessrd__feature-title img {
  width: min(5.694vw, 98.4px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-title img {
    width: min(15.733vw, 70.8px);
  }
}
.p-businessrd__feature-text {
  margin-top: min(1.667vw, 28.8px);
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .p-businessrd__feature-text {
    margin: min(5.333vw, 24px) 0 0;
  }
}
.p-businessrd__service {
  margin-top: min(37.333vw, 168px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__service {
    margin-top: min(24vw, 108px);
  }
}
.p-businessrd__service-side {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__service-side {
    display: none;
  }
}
.p-businessrd__service-list {
  display: flex;
  flex-direction: column;
  gap: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__service-list {
    gap: min(10.667vw, 48px);
  }
}
.p-businessrd__service-title {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(392.8px, 34.097vw, 589.2px);
  margin: 0 auto min(2.222vw, 38.4px);
  padding: 0.5em 0;
  font-size: clamp(19.2px, 1.667vw, 28.8px);
  text-align: center;
  color: #fff;
  border-radius: 12px;
  background-color: var(--accent);
}
@media screen and (max-width: 768px) {
  .p-businessrd__service-title {
    width: 100%;
    margin-bottom: min(8.533vw, 38.4px);
    padding: 0.8em 0;
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-businessrd__service-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: var(--accent) transparent transparent transparent;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .p-businessrd__service-title::before {
    border-width: 11px 8px 0 8px;
  }
}
.p-businessrd__service-desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-businessrd__service-desc {
    padding: 0 min(5.333vw, 24px);
  }
}
.p-businessrd__service-time {
  width: calc(100% - min(5vw, 86.4px));
  margin: min(2.778vw, 48px) auto 0;
  padding: 0.8em 0;
  text-align: center;
  font-size: clamp(16px, 1.389vw, 24px);
  font-weight: 700;
  line-height: 1;
  color: var(--main);
  background-color: #fff;
  border: var(--main) solid 1px;
}
@media screen and (max-width: 768px) {
  .p-businessrd__service-time {
    margin-top: min(5.333vw, 24px);
    padding: 1em 0;
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-businessrd__educer {
  margin-top: min(11.111vw, 192px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer {
    margin-top: min(21.333vw, 96px);
  }
}
.p-businessrd__educer-side {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer-side {
    display: none;
  }
}
.p-businessrd__educer-box {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 1.389vw, 24px);
  padding: clamp(25.6px, 2.222vw, 38.4px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer-box {
    flex-direction: column;
    padding: min(10.667vw, 48px) min(5.333vw, 24px);
  }
}
.p-businessrd__educer-img {
  width: clamp(112px, 9.722vw, 168px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer-img {
    width: min(37.333vw, 168px);
    margin: 0 auto clamp(16px, 5.333vw, 24px);
  }
}
.p-businessrd__educer-name {
  margin-bottom: clamp(6.4px, 0.556vw, 9.6px);
  font-size: clamp(16px, 1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer-name {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-bottom: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.p-businessrd__educer-detail {
  flex: 1;
}
.p-businessrd__educer-data {
  flex: 1;
  line-height: 1.5;
}
.p-businessrd__educer-data dt, .p-businessrd__educer-data dd {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer-data dt, .p-businessrd__educer-data dd {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-businessrd__educer-data dt {
  min-width: clamp(81.6px, 7.083vw, 122.4px);
  font-weight: 400;
  color: #4A4A4A;
}
.p-businessrd__educer-data dd {
  color: #000;
}
.p-businessrd__educer-data-block {
  display: flex;
}
.p-businessrd__educer-data-block:not(:last-child) {
  margin-bottom: clamp(3.2px, 0.278vw, 4.8px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer-data-block {
    flex-direction: column;
    gap: clamp(3.2px, 1.067vw, 4.8px);
  }
  .p-businessrd__educer-data-block:not(:last-child) {
    margin-bottom: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.p-businessrd__educer-history {
  margin-top: clamp(12.8px, 1.111vw, 19.2px);
  line-height: 1.5;
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .p-businessrd__educer-history {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-businessrd__blog {
  margin-top: min(8.333vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__blog {
    margin-top: min(21.333vw, 96px);
  }
}
.p-businessrd__related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.389vw, 24px) min(2.083vw, 36px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-businessrd__related {
    grid-template-columns: 1fr;
    gap: min(6.4vw, 28.8px);
  }
}
.p-businessrd__related-item {
  display: flex;
  gap: min(1.389vw, 24px);
}
@media screen and (min-width: 769px) {
  .p-businessrd__related-item:hover {
    cursor: pointer;
  }
  .p-businessrd__related-item:hover .p-businessrd__related-img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__related-item {
    gap: min(3.2vw, 14.4px);
  }
}
.p-businessrd__related-left {
  width: min(9.722vw, 168px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__related-left {
    width: min(26.667vw, 120px);
  }
}
.p-businessrd__related-category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(0.486vw, 8.4px) 0 clamp(6.4px, 0.556vw, 9.6px);
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  font-weight: 500;
  color: #fff;
  background-color: var(--accent);
}
@media screen and (max-width: 768px) {
  .p-businessrd__related-category {
    padding: min(1.067vw, 4.8px) 0;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.p-businessrd__related-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(0.417vw, 7.2px);
  margin-top: min(-0.278vw, -4.8px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__related-right {
    gap: min(1.6vw, 7.2px);
  }
}
.p-businessrd__related-img {
  aspect-ratio: 70/47;
  overflow: hidden;
}
.p-businessrd__related-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.p-businessrd__related-time {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-businessrd__related-time {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-businessrd__related-title {
  font-weight: 700;
  color: var(--main);
}
.p-businessrd__related-desc {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-businessrd__related-desc {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-businessrd__footer {
  margin-top: min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__footer {
    margin-top: min(16vw, 72px);
  }
}
.p-businessrd__footer-top {
  text-align: center;
  padding: min(1.389vw, 24px) 0 min(1.667vw, 28.8px);
  font-weight: 700;
  color: #fff;
  background-color: var(--main);
}
@media screen and (max-width: 768px) {
  .p-businessrd__footer-top {
    padding: min(10.667vw, 48px) 0;
  }
}
.p-businessrd__footer-contact {
  margin: min(0.833vw, 14.4px) auto;
  color: var(--main);
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .p-businessrd__footer-contact:hover {
    color: var(--main);
    background-color: #EAF3FF;
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__footer-contact {
    margin: min(4.267vw, 19.2px) auto 0;
  }
}
.p-businessrd__footer-bottom {
  padding: min(1.111vw, 19.2px) 0 min(1.389vw, 24px);
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__footer-bottom {
    padding: min(6.4vw, 28.8px) 0 min(11.806vw, 204px);
  }
}
.p-businessrd__footer-privacy {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-businessrd__footer-privacy:hover {
    color: var(--text) !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .p-businessrd__footer-privacy {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-businessrd__footer .p-footer__bottom {
  border: none;
}
.p-businessrd__footer .p-footer__copyright {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-businessrd__footer .p-footer__copyright {
    margin-top: min(8.533vw, 38.4px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}

:root {
  --c-main: #181818;
  --c-main-hover: #3E3E3E;
  --c-text: #181818;
  --c-text2: #4A4A4A;
  --c-accent: #6B8432;
  --c-accent2: #327A84;
  --z-header:2;
  --z-mv:1;
  --z-inner:1;
  --z-Bg:0;
}

.p-coaching {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  color: var(--c-text);
  /*
  p-coaching__grid
  ----------------------------------------------- */
  /*
  p-coaching__card
  ----------------------------------------------- */
  /*
  p-coaching__mv
  ----------------------------------------------- */
  /*
  p-coaching__concept
  ----------------------------------------------- */
  /*
  p-coaching__feature
  ----------------------------------------------- */
  /*
  p-coaching__case
  ----------------------------------------------- */
  /*
    p-coaching__service
  ----------------------------------------------- */
  /*
  p-coaching__educer
  ----------------------------------------------- */
  /*
  p-coaching__info
  ----------------------------------------------- */
  /*
  p-coaching__related
  ----------------------------------------------- */
  /*
  p-coaching__news
  ----------------------------------------------- */
  /*
  p-coaching__footer
  ----------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .p-coaching {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-coaching h1, .p-coaching h2, .p-coaching h3, .p-coaching h4, .p-coaching h5, .p-coaching h6 {
  color: var(--c-text);
  line-height: 1.5;
}
.p-coaching__accent2 {
  color: var(--c-accent2);
}
.p-coaching__wrap {
  overflow-x: hidden;
}
.p-coaching__header {
  position: absolute;
  z-index: var(--z-header);
  top: min(3.194vw, 55.2px);
  left: 50%;
  width: 100%;
  max-width: min(100vw, 1728px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-coaching__header {
    top: min(5.333vw, 24px);
    left: 0;
    transform: none;
  }
}
.p-coaching__header a {
  display: block;
}
.p-coaching__header-logo {
  width: min(18.194vw, 314.4px);
  margin-left: min(8.333vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-coaching__header-logo {
    width: min(50.667vw, 228px);
    margin-left: min(5.333vw, 24px);
  }
}
.p-coaching__inner {
  position: relative;
  z-index: var(--z-inner);
  max-width: min(100vw, 1728px);
  margin: 0 auto;
  padding: 0 min(12.847vw, 222px);
}
@media screen and (max-width: 768px) {
  .p-coaching__inner {
    padding: 0 min(5.333vw, 24px);
  }
}
.p-coaching__h2 {
  font-size: clamp(28.8px, 2.5vw, 43.2px);
  text-align: center;
  margin-bottom: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-coaching__h2 {
    font-size: clamp(20.8px, 6.933vw, 31.2px);
    margin-bottom: min(10.667vw, 48px);
  }
}
.p-coaching__cta {
  position: fixed;
  top: min(1.389vw, 24px);
  right: min(12.847vw, 222px);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.417vw, 266.4px);
  height: min(3.611vw, 62.4px);
  color: #fff;
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  font-weight: 500;
  border-radius: 9999px;
  background-color: var(--c-main);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s, opacity 0.5s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-coaching__cta:hover {
    background-color: var(--c-main-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__cta {
    top: auto;
    right: 50%;
    bottom: min(5.333vw, 24px);
    width: min(78.4vw, 352.8px);
    height: min(13.867vw, 62.4px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    transform: translateX(50%);
  }
}
.p-coaching__cta.is-scroll {
  opacity: 1;
}
.p-coaching__grid {
  gap: min(1.25vw, 21.6px);
  margin-top: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-coaching__grid {
    gap: min(4.267vw, 19.2px);
    margin-top: min(5.333vw, 24px);
  }
}
.p-coaching__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(5.417vw, 93.6px);
  text-align: center;
  line-height: 1.4;
  color: var(--c-accent2);
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-coaching__grid-item {
    height: min(13.867vw, 62.4px);
    padding: min(4.267vw, 19.2px) 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-coaching__card {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-coaching__card-title {
  padding: 0.8em 0;
  font-size: clamp(16px, 1.389vw, 24px);
  color: #fff;
  text-align: center;
  background-color: var(--c-main);
}
@media screen and (max-width: 768px) {
  .p-coaching__card-title {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-coaching__card-text {
  padding: 0.8em 0;
  text-align: center;
}
.p-coaching__mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: var(--z-mv);
}
.p-coaching__mv__inner {
  position: relative;
  z-index: 1;
  max-width: min(69.167vw, 1195.2px);
  height: min(51.389vw, 888px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-coaching__mv__inner {
    height: 177.8666666667vw;
    max-width: none;
  }
}
.p-coaching__mv-img {
  width: min(194.444vw, 3360px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-coaching__mv-img {
    width: 100%;
    bottom: unset;
    top: 0;
  }
}
.p-coaching__mv-img img {
  width: 100%;
}
.p-coaching__mv-desc {
  position: absolute;
  left: min(-3.472vw, -60px);
  bottom: 50%;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .p-coaching__mv-desc {
    width: 100%;
    left: 50%;
    bottom: 22.9333333333vw;
    transform: translateX(-50%);
  }
}
.p-coaching__mv-title {
  width: min(36.25vw, 626.4px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-coaching__mv-title {
    width: 83.4666666667vw;
  }
}
.p-coaching__mv-title img {
  width: 100%;
}
.p-coaching__mv-btn, .p-coaching__footer-contact {
  display: block;
  width: min(27.222vw, 470.4px);
  margin-top: min(3.403vw, 58.8px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(28.8px, 2.5vw, 43.2px) 0;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  background-color: var(--c-main);
  transition: background-color 0.3s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: clamp(12px, 1.042vw, 18px);
}
@media screen and (min-width: 769px) {
  .p-coaching__mv-btn:hover, .p-coaching__footer-contact:hover {
    background-color: var(--c-main-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__mv-btn, .p-coaching__footer-contact {
    width: 100%;
    max-width: min(89.333vw, 402px);
    margin: min(5.067vw, 22.8px) auto 0;
    padding: clamp(24px, 8vw, 36px) 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-coaching__concept {
  position: relative;
  overflow-x: clip;
  z-index: var(--z-Bg);
  max-width: min(194.444vw, 3360px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(5.556vw, 96px);
  background-color: #EBEFE7;
  padding-bottom: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-coaching__concept {
    margin-top: min(21.333vw, 96px);
    padding-bottom: min(10.667vw, 48px);
  }
}
.p-coaching__concept__bg--top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
  top: calc(min(25.625vw, 442.8px) * -1);
}
.p-coaching__concept__bg--top img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-coaching__concept__bg--top {
    top: calc(min(16vw, 72px) * -1);
    width: 100vw;
  }
}
.p-coaching__concept__bg--bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
  bottom: calc(min(37.5vw, 648px) * -1);
}
.p-coaching__concept__bg--bottom img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-coaching__concept__bg--bottom {
    bottom: calc(min(16vw, 72px) * -1);
    width: 100vw;
  }
}
.p-coaching__concept-side {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-side {
    display: none;
  }
}
.p-coaching__concept-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(7.5vw, 129.6px);
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-list {
    width: fit-content;
    grid-template-columns: 1fr;
    gap: min(5.333vw, 24px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(12.8vw, 57.6px);
  }
  .p-coaching__concept-item img {
    width: min(32vw, 144px);
  }
}
@media screen and (max-width: 540px) {
  .p-coaching__concept-item {
    justify-content: space-between;
    gap: min(5.333vw, 24px);
  }
  .p-coaching__concept-item img {
    width: min(26.667vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-body {
    flex: 1;
  }
}
.p-coaching__concept-desc {
  margin-top: clamp(12.8px, 1.111vw, 19.2px);
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-desc {
    margin-top: 0;
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-coaching__concept-try {
  width: min(21.597vw, 373.2px);
  margin: min(2.778vw, 48px) auto;
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-try {
    width: min(60.533vw, 272.4px);
    margin: min(10.667vw, 48px) auto;
  }
}
.p-coaching__concept-catch {
  text-align: center;
  padding: min(1.597vw, 27.6px) 0;
  font-weight: 700;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-catch {
    padding: min(6.4vw, 28.8px) min(5.333vw, 24px);
  }
}
.p-coaching__concept-text {
  font-size: clamp(20px, 1.736vw, 30px);
  font-weight: 700;
  line-height: 2;
  color: #181818;
}
@media screen and (max-width: 768px) {
  .p-coaching__concept-text {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-coaching__feature {
  margin-top: min(7.639vw, 132px);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature {
    margin-top: min(21.333vw, 96px);
  }
}
.p-coaching__feature-side {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-side {
    display: none;
  }
}
.p-coaching__feature-list {
  display: flex;
  flex-direction: column;
  gap: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-list {
    gap: min(14.667vw, 66px);
  }
}
.p-coaching__feature-item {
  display: flex;
  gap: min(5.139vw, 88.8px);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-item {
    flex-direction: column;
    gap: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .p-coaching__feature-item:nth-child(2n) {
    flex-direction: row-reverse;
    gap: min(2.778vw, 48px);
  }
  .p-coaching__feature-item:nth-child(2n) .p-coaching__feature-title {
    gap: min(0.833vw, 14.4px);
  }
  .p-coaching__feature-item:nth-child(3) {
    gap: min(2.778vw, 48px);
  }
  .p-coaching__feature-item:nth-child(3) .p-coaching__feature-title {
    gap: min(0.833vw, 14.4px);
  }
}
.p-coaching__feature-head {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-head {
    width: 100%;
  }
}
.p-coaching__feature-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-img {
    width: 100%;
  }
}
.p-coaching__feature-title {
  display: flex;
  align-items: flex-start;
  gap: min(1.667vw, 28.8px);
  font-size: min(1.944vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-title {
    gap: min(6.4vw, 28.8px);
    font-size: min(5.333vw, 24px);
  }
}
.p-coaching__feature-title span {
  margin-top: calc(min(0.486vw, 8.4px) * -1);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-title span {
    margin-top: calc(min(1.333vw, 6px) * -1);
  }
}
.p-coaching__feature-title img {
  width: min(5.694vw, 98.4px);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-title img {
    width: min(15.733vw, 70.8px);
  }
}
.p-coaching__feature-text {
  margin-top: min(1.667vw, 28.8px);
  margin-right: 1em;
  color: var(--c-text2);
}
@media screen and (max-width: 768px) {
  .p-coaching__feature-text {
    margin: min(5.333vw, 24px) 0 0;
  }
}
.p-coaching__case {
  position: relative;
  overflow-x: clip;
  z-index: var(--z-Bg);
  max-width: min(194.444vw, 3360px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(6.944vw, 120px);
  padding-top: min(2.222vw, 38.4px);
}
@media screen and (max-width: 768px) {
  .p-coaching__case {
    margin-top: 0;
    padding-top: min(10.667vw, 48px);
  }
}
.p-coaching__case__bg--top {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
  top: calc(min(33.889vw, 585.6px) * -1);
}
.p-coaching__case__bg--top img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-coaching__case__bg--top {
    top: calc(min(25.333vw, 114px) * -1);
    width: 100vw;
  }
}
.p-coaching__case__bg--bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
  bottom: calc(min(13.889vw, 240px) * -1);
}
.p-coaching__case__bg--bottom img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-coaching__case__bg--bottom {
    bottom: calc(min(22.667vw, 102px) * -1);
    width: 100vw;
  }
}
.p-coaching__case-side {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-coaching__case-side {
    display: none;
  }
}
.p-coaching__case__list {
  display: flex;
  gap: min(1.25vw, 21.6px);
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-coaching__case__list {
    flex-wrap: wrap;
    gap: min(4.8vw, 21.6px) 0;
    justify-content: center;
  }
}
.p-coaching__case__list .p-coaching__case__item:first-child .p-coaching__case__title {
  margin-top: 0;
}
.p-coaching__case__item {
  flex-grow: 1;
  background-color: #FFF;
  border-radius: min(0.833vw, 14.4px);
  padding: min(2.222vw, 38.4px);
  max-width: min(22.222vw, 384px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .p-coaching__case__item {
    border-radius: min(3.2vw, 14.4px);
    padding: min(8.533vw, 38.4px);
    max-width: min(85.333vw, 384px);
  }
}
.p-coaching__case__logo {
  text-align: center;
  margin-bottom: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-coaching__case__logo {
    margin-bottom: min(5.333vw, 24px);
  }
}
.p-coaching__case__title {
  margin-top: clamp(16px, 1.389vw, 24px);
  text-align: center;
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-coaching__case__title {
    margin-top: clamp(16px, 5.333vw, 24px);
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-coaching__case__lead {
  color: var(--c-accent2);
  margin-top: clamp(16px, 1.389vw, 24px);
  margin-bottom: clamp(5.6px, 0.486vw, 8.4px);
  text-align: center;
  font-size: clamp(20px, 1.736vw, 30px);
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-coaching__case__lead {
    margin-top: clamp(16px, 5.333vw, 24px);
    margin-bottom: clamp(5.6px, 1.867vw, 8.4px);
    font-size: clamp(20px, 6.667vw, 30px);
  }
}
.p-coaching__case__text {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 400;
  color: var(--c-text2);
}
@media screen and (max-width: 768px) {
  .p-coaching__case__text {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-coaching__service {
  position: relative;
  overflow-x: clip;
  z-index: var(--z-Bg);
  max-width: min(194.444vw, 3360px);
  margin-left: auto;
  margin-right: auto;
  background-color: #E5EBEA;
  margin-top: min(9.722vw, 168px);
}
@media screen and (max-width: 768px) {
  .p-coaching__service {
    margin-top: min(21.333vw, 96px);
  }
}
.p-coaching__service__bg--bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
  bottom: calc(min(38.333vw, 662.4px) * -1);
}
.p-coaching__service__bg--bottom img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-coaching__service__bg--bottom {
    bottom: calc(min(19.733vw, 88.8px) * -1);
    width: 100vw;
  }
}
.p-coaching__service-side {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-coaching__service-side {
    display: none;
  }
}
.p-coaching__service-list {
  display: flex;
  flex-direction: column;
  gap: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-coaching__service-list {
    gap: min(10.667vw, 48px);
  }
}
.p-coaching__service-title {
  position: relative;
  z-index: 1;
  display: block;
  width: clamp(392.8px, 34.097vw, 589.2px);
  margin: 0 auto min(2.222vw, 38.4px);
  padding: 0.5em 0;
  font-size: clamp(19.2px, 1.667vw, 28.8px);
  text-align: center;
  color: #fff !important;
  border-radius: 12px;
  background-color: var(--c-accent);
}
@media screen and (max-width: 768px) {
  .p-coaching__service-title {
    width: 100%;
    margin-bottom: min(8.533vw, 38.4px);
    padding: 0.8em 0;
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-coaching__service-title::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: var(--c-accent) transparent transparent transparent;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  .p-coaching__service-title::before {
    border-width: 11px 8px 0 8px;
  }
}
.p-coaching__service-desc {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-coaching__service-desc {
    padding: 0 min(5.333vw, 24px);
  }
}
.p-coaching__service-time {
  width: calc(100% - min(5vw, 86.4px));
  margin: min(2.778vw, 48px) auto 0;
  padding: 0.8em 0;
  text-align: center;
  font-size: clamp(16px, 1.389vw, 24px);
  font-weight: 700;
  line-height: 1;
  color: var(--c-accent2);
  background-color: #fff;
  border: var(--c-accent2) solid 1px;
}
@media screen and (max-width: 768px) {
  .p-coaching__service-time {
    margin-top: min(5.333vw, 24px);
    padding: 1em 0;
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-coaching__educer {
  position: relative;
  overflow-x: clip;
  z-index: var(--z-Bg);
  max-width: min(194.444vw, 3360px);
  margin-left: auto;
  margin-right: auto;
  margin-top: min(11.111vw, 192px);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer {
    margin-top: min(21.333vw, 96px);
  }
}
.p-coaching__educer__bg--bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
  bottom: 0;
}
.p-coaching__educer__bg--bottom img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-coaching__educer__bg--bottom {
    bottom: calc(min(29.333vw, 132px) * -1);
    width: 100vw;
  }
}
.p-coaching__educer-side {
  position: absolute;
  z-index: 0;
  top: min(6.944vw, 120px);
  right: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-side {
    display: none;
  }
}
.p-coaching__educer-box {
  display: flex;
  align-items: flex-start;
  gap: clamp(16px, 1.389vw, 24px);
  padding: clamp(25.6px, 2.222vw, 38.4px);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  background-color: #fff;
}
.p-coaching__educer-box__wrapper {
  max-width: min(59.167vw, 1022.4px);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-box__wrapper {
    max-width: min(85.333vw, 384px);
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-box {
    flex-direction: column;
    padding: min(10.667vw, 48px) min(5.333vw, 24px);
  }
}
.p-coaching__educer-box + .p-coaching__educer-box {
  margin-top: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-box + .p-coaching__educer-box {
    margin-top: min(5.333vw, 24px);
  }
}
.p-coaching__educer-img {
  width: clamp(112px, 9.722vw, 168px);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-img {
    width: min(37.333vw, 168px);
    margin: 0 auto clamp(16px, 5.333vw, 24px);
  }
}
.p-coaching__educer-name {
  margin-bottom: clamp(6.4px, 0.556vw, 9.6px);
  font-size: clamp(16px, 1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-name {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-bottom: clamp(6.4px, 2.133vw, 9.6px);
  }
}
.p-coaching__educer-detail {
  flex: 1;
}
.p-coaching__educer-data {
  flex: 1;
  line-height: 1.5;
}
.p-coaching__educer-data dt, .p-coaching__educer-data dd {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-data dt, .p-coaching__educer-data dd {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-coaching__educer-data dt {
  min-width: clamp(81.6px, 7.083vw, 122.4px);
  font-weight: 400;
  color: var(--c-text2);
}
.p-coaching__educer-data dd {
  color: #000;
}
.p-coaching__educer-data-block {
  display: flex;
}
.p-coaching__educer-data-block:not(:last-child) {
  margin-bottom: clamp(3.2px, 0.278vw, 4.8px);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-data-block {
    flex-direction: column;
    gap: clamp(3.2px, 1.067vw, 4.8px);
  }
  .p-coaching__educer-data-block:not(:last-child) {
    margin-bottom: clamp(9.6px, 3.2vw, 14.4px);
  }
}
.p-coaching__educer-history {
  margin-top: clamp(12.8px, 1.111vw, 19.2px);
  line-height: 2;
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  color: var(--c-text2);
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-history {
    margin-top: clamp(12.8px, 4.267vw, 19.2px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-coaching__educer-tag {
  margin-top: min(1.111vw, 19.2px);
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-tag {
    flex-wrap: wrap;
    margin-top: min(4.267vw, 19.2px);
    justify-content: center;
  }
}
.p-coaching__educer-tag span {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #845832;
  color: #FFFFFF;
  padding: min(0.556vw, 9.6px) min(1.528vw, 26.4px);
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-coaching__educer-tag span {
    padding: min(2.133vw, 9.6px) min(5.867vw, 26.4px);
    width: min(50.133vw, 225.6px);
    height: min(10.667vw, 48px);
  }
  .p-coaching__educer-tag span:not(:first-child) {
    margin-top: min(3.2vw, 14.4px);
  }
}
@media screen and (min-width: 769px) {
  .p-coaching__educer-tag span:not(:first-child) {
    margin-left: min(0.833vw, 14.4px);
  }
}
.p-coaching__info {
  background-color: #F5F5F5;
  padding-top: min(10vw, 172.8px);
  padding-bottom: min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-coaching__info {
    padding-top: min(21.333vw, 96px);
    padding-bottom: min(21.333vw, 96px);
  }
}
.p-coaching__info__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.389vw, 24px) min(2.083vw, 36px);
}
@media screen and (max-width: 768px) {
  .p-coaching__info__inner {
    grid-template-columns: 1fr;
    gap: min(6.4vw, 28.8px);
  }
}
.p-coaching__related {
  display: grid;
  gap: min(1.389vw, 24px) min(2.083vw, 36px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-coaching__related {
    grid-template-columns: 1fr;
    gap: min(6.4vw, 28.8px);
  }
}
.p-coaching__related-item {
  display: flex;
  gap: min(1.389vw, 24px);
}
@media screen and (min-width: 769px) {
  .p-coaching__related-item:hover {
    cursor: pointer;
  }
  .p-coaching__related-item:hover .p-coaching__related-img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__related-item {
    gap: min(3.2vw, 14.4px);
  }
}
.p-coaching__related-left {
  width: min(9.722vw, 168px);
}
@media screen and (max-width: 768px) {
  .p-coaching__related-left {
    width: min(26.667vw, 120px);
  }
}
.p-coaching__related-category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(0.486vw, 8.4px) 0 clamp(6.4px, 0.556vw, 9.6px);
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  font-weight: 500;
  color: #fff;
  background-color: var(--c-accent);
}
@media screen and (max-width: 768px) {
  .p-coaching__related-category {
    padding: min(1.067vw, 4.8px) 0;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.p-coaching__related-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(0.417vw, 7.2px);
  margin-top: calc(min(0.278vw, 4.8px) * -1);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-coaching__related-right {
    gap: min(1.6vw, 7.2px);
    margin-top: calc(min(1.067vw, 4.8px) * -1);
  }
}
@media screen and (min-width: 769px) {
  .p-coaching__related-right:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.p-coaching__related-img {
  aspect-ratio: 70/47;
  overflow: hidden;
}
.p-coaching__related-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.p-coaching__related-time {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-coaching__related-time {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-coaching__related-title {
  font-weight: 700;
  color: var(--c-accent2);
  text-decoration: underline;
}
.p-coaching__related-desc {
  font-weight: 400;
  color: var(--c-text2);
}
@media screen and (max-width: 768px) {
  .p-coaching__related-desc {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-coaching__news .p-coaching__related-right {
  padding-bottom: min(1.389vw, 24px);
  margin-bottom: min(1.389vw, 24px);
  border-bottom: dashed 1px #AAAAAA;
}
.p-coaching__footer-top {
  text-align: center;
  padding: min(1.389vw, 24px) 0 min(1.667vw, 28.8px);
  font-weight: 700;
  color: #fff;
  background-color: var(--c-main);
}
@media screen and (max-width: 768px) {
  .p-coaching__footer-top {
    padding: min(10.667vw, 48px) 0;
  }
}
.p-coaching__footer-contact {
  margin: min(0.833vw, 14.4px) auto;
  color: var(--c-main);
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .p-coaching__footer-contact:hover {
    color: var(--c-main);
    background-color: #EAF3FF;
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__footer-contact {
    margin: min(4.267vw, 19.2px) auto 0;
  }
}
.p-coaching__footer-bottom {
  padding: min(1.111vw, 19.2px) 0 min(1.389vw, 24px);
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-coaching__footer-bottom {
    padding: min(6.4vw, 28.8px) 0 min(11.806vw, 204px);
  }
}
.p-coaching__footer-privacy {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-coaching__footer-privacy:hover {
    color: var(--c-text) !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .p-coaching__footer-privacy {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-coaching__footer .p-footer__bottom {
  border: none;
}
.p-coaching__footer .p-footer__copyright {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-coaching__footer .p-footer__copyright {
    margin-top: min(8.533vw, 38.4px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}

:root {
  --c-main: #181818;
  --c-main-hover: #3E3E3E;
  --c-text: #181818;
  --c-text2: #4A4A4A;
  --c-accent: #6B8432;
  --c-accent2: #327A84;
  --z-header:2;
  --z-mv:1;
  --z-inner:1;
  --z-Bg:0;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.p-celemi {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  color: var(--c-text);
  /*
  p-celemi__grid
  ----------------------------------------------- */
  /*
  p-celemi__card
  ----------------------------------------------- */
  /*
  p-celemi__mv
  ----------------------------------------------- */
  /*
  p-celemi__movie
  ----------------------------------------------- */
  /*
  p-celemi__point
  ----------------------------------------------- */
  /*
  p-celemi__footer
  ----------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .p-celemi {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-celemi h1, .p-celemi h2, .p-celemi h3, .p-celemi h4, .p-celemi h5, .p-celemi h6 {
  color: var(--c-text);
  line-height: 1.5;
}
.p-celemi__accent2 {
  color: var(--c-accent2);
}
.p-celemi__wrap {
  overflow-x: hidden;
}
.p-celemi__bg {
  overflow: hidden;
}
.p-celemi__header {
  position: absolute;
  z-index: var(--z-header);
  top: min(3.194vw, 55.2px);
  left: 50%;
  width: 100%;
  max-width: min(100vw, 1728px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-celemi__header {
    top: min(5.333vw, 24px);
    left: 0;
    transform: none;
  }
}
.p-celemi__header a {
  display: block;
}
.p-celemi__header-logo {
  width: min(34.792vw, 601.2px);
  margin-left: min(8.333vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-celemi__header-logo {
    width: min(73.333vw, 330px);
    margin-left: min(5.333vw, 24px);
  }
}
.p-celemi__inner {
  position: relative;
  z-index: var(--z-inner);
  max-width: min(94.861vw, 1639.2px);
  margin: 0 auto;
  padding: 0 min(12.153vw, 210px);
}
@media screen and (max-width: 768px) {
  .p-celemi__inner {
    padding: 0 min(5.333vw, 24px);
  }
}
.p-celemi__h2 {
  font-size: clamp(28.8px, 2.5vw, 43.2px);
  text-align: center;
  margin-bottom: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-celemi__h2 {
    font-size: clamp(20.8px, 6.933vw, 31.2px);
    margin-bottom: min(10.667vw, 48px);
  }
}
.p-celemi__cta {
  position: fixed;
  top: min(1.389vw, 24px);
  right: min(12.847vw, 222px);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.417vw, 266.4px);
  height: min(3.611vw, 62.4px);
  color: #fff;
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  font-weight: 500;
  border-radius: 9999px;
  background-color: var(--c-main);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s, opacity 0.5s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-celemi__cta:hover {
    background-color: var(--c-main-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-celemi__cta {
    top: auto;
    right: 50%;
    bottom: min(5.333vw, 24px);
    width: min(78.4vw, 352.8px);
    height: min(13.867vw, 62.4px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    transform: translateX(50%);
  }
}
.p-celemi__cta.is-scroll {
  opacity: 1;
}
.p-celemi__grid {
  gap: min(1.25vw, 21.6px);
  margin-top: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-celemi__grid {
    gap: min(4.267vw, 19.2px);
    margin-top: min(5.333vw, 24px);
  }
}
.p-celemi__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(5.417vw, 93.6px);
  text-align: center;
  line-height: 1.4;
  color: var(--c-accent2);
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-celemi__grid-item {
    height: min(13.867vw, 62.4px);
    padding: min(4.267vw, 19.2px) 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-celemi__card {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-celemi__card-title {
  padding: 0.8em 0;
  font-size: clamp(16px, 1.389vw, 24px);
  color: #fff;
  text-align: center;
  background-color: var(--c-main);
}
@media screen and (max-width: 768px) {
  .p-celemi__card-title {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-celemi__card-text {
  padding: 0.8em 0;
  text-align: center;
}
.p-celemi__mv {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: var(--z-mv);
}
.p-celemi__mv__inner {
  position: relative;
  z-index: 1;
  max-width: min(80.486vw, 1390.8px);
  height: min(51.389vw, 888px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-celemi__mv__inner {
    height: min(184vw, 828px);
    max-width: none;
  }
}
.p-celemi__mv-img {
  width: min(194.444vw, 3360px);
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-celemi__mv-img {
    width: 100%;
    bottom: unset;
    top: 0;
  }
}
.p-celemi__mv-img img {
  width: 100%;
}
.p-celemi__mv-bg {
  position: absolute;
  top: -3%;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
}
.p-celemi__mv-desc {
  position: relative;
  display: flex;
  top: min(11.528vw, 199.2px);
}
@media screen and (max-width: 768px) {
  .p-celemi__mv-desc {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-celemi__mv-title {
  width: min(35vw, 604.8px);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .p-celemi__mv-title {
    position: absolute;
    top: min(66.667vw, 300px);
    left: 0;
    right: 0;
    margin: auto;
    width: min(89.6vw, 403.2px);
  }
}
.p-celemi__mv-title img {
  width: 100%;
}
.p-celemi__mv-right {
  width: min(46.319vw, 800.4px);
}
@media screen and (max-width: 768px) {
  .p-celemi__mv-right {
    position: absolute;
    width: min(82.667vw, 372px);
    left: 0;
    right: 0;
    margin: auto;
  }
}
.p-celemi__mv-btn {
  position: absolute;
  top: min(0vw, 0px);
  right: 0;
  display: block;
  width: min(15.417vw, 266.4px);
  margin-top: min(3.403vw, 58.8px);
  margin-left: auto;
  margin-right: auto;
  padding: min(1.111vw, 19.2px) 0;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  background-color: var(--c-main);
  transition: background-color 0.3s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: min(0.833vw, 14.4px);
}
@media screen and (max-width: 768px) {
  .p-celemi__mv-btn {
    position: relative;
    top: min(146.667vw, 660px);
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: min(89.333vw, 402px);
    padding: min(6.667vw, 30px) 0;
    font-size: min(3.733vw, 16.8px);
  }
}
.p-celemi__movie {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-celemi__movie {
    padding: 0 min(5.333vw, 24px);
  }
}
.p-celemi__movie__text {
  font-size: clamp(14.4px, 1.25vw, 21.6px);
  text-align: center;
  padding-top: min(5.556vw, 96px);
  margin-bottom: min(4.167vw, 72px);
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-celemi__movie__text {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    margin: clamp(40px, 13.333vw, 60px) auto;
  }
  .p-celemi__movie__text p:nth-child(2) {
    margin-top: min(6.667vw, 30px);
  }
}
.p-celemi__movie__wrap {
  width: min(52.083vw, 900px);
  height: min(29.306vw, 506.4px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-celemi__movie__wrap {
    width: min(89.333vw, 402px);
    height: min(50.133vw, 225.6px);
    margin: min(8.533vw, 38.4px) auto 0;
  }
}
.p-celemi__movie__wrap iframe {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-celemi__movie__wrap iframe {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.p-celemi__movie-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  width: min(194.444vw, 3360px);
}
@media screen and (max-width: 768px) {
  .p-celemi__movie-bg {
    width: 100%;
    height: 100%;
    margin: 0 auto;
  }
}
.p-celemi__point {
  position: relative;
  overflow-x: clip;
  z-index: var(--z-Bg);
  max-width: min(194.444vw, 3360px);
  margin-left: auto;
  margin-right: auto;
  padding-top: min(5.556vw, 96px);
  background-color: #F8FDFC;
  padding-bottom: min(6.944vw, 120px);
  margin-top: min(1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-celemi__point {
    margin-top: min(26.667vw, 120px);
    padding-bottom: min(10.667vw, 48px);
  }
}
.p-celemi__point-side {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-celemi__point-side {
    display: none;
  }
}
.p-celemi__point-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4.861vw, 84px) min(3.472vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-celemi__point-list {
    width: fit-content;
    grid-template-columns: 1fr;
    gap: min(5.333vw, 24px);
    margin: 0 auto;
  }
}
.p-celemi__point-item {
  position: relative;
  padding-left: min(2.083vw, 36px);
}
@media screen and (max-width: 768px) {
  .p-celemi__point-item {
    padding-left: min(18.667vw, 84px);
  }
}
.p-celemi__point-item-lead {
  display: flex;
  align-items: center;
}
.p-celemi__point-item-icon {
  width: min(4.653vw, 80.4px);
}
@media screen and (max-width: 768px) {
  .p-celemi__point-item-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: min(16vw, 72px);
  }
}
.p-celemi__point-item-title {
  font-size: clamp(22.4px, 1.944vw, 33.6px);
  margin-left: clamp(16px, 1.389vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-celemi__point-item-title {
    font-size: clamp(16px, 5.333vw, 24px);
    margin-left: clamp(0px, 0vw, 0px);
  }
}
.p-celemi__point-item-text {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  margin-top: min(1.944vw, 33.6px);
  margin-left: min(6.25vw, 108px);
}
@media screen and (max-width: 768px) {
  .p-celemi__point-item-text {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
    margin-top: min(4.267vw, 19.2px);
    margin-left: min(0vw, 0px);
  }
}
.p-celemi__footer-top {
  text-align: center;
  padding: min(1.389vw, 24px) 0 min(1.667vw, 28.8px);
  font-weight: 700;
  color: #fff;
  background-color: var(--c-main);
}
@media screen and (max-width: 768px) {
  .p-celemi__footer-top {
    padding: min(10.667vw, 48px) 0;
  }
}
.p-celemi__footer-contact {
  display: block;
  width: min(27.222vw, 470.4px);
  margin-top: min(3.403vw, 58.8px);
  margin-left: auto;
  margin-right: auto;
  padding: clamp(24px, 2.083vw, 36px) 0;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  background-color: var(--c-main);
  transition: background-color 0.3s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: clamp(12px, 1.042vw, 18px);
  margin: min(0.833vw, 14.4px) auto;
  color: var(--c-main);
  background-color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-celemi__footer-contact {
    width: min(89.333vw, 402px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
  .p-celemi__footer-contact:hover {
    color: var(--c-main);
    background-color: #EAF3FF;
  }
}
@media screen and (min-width: 769px) {
  .p-celemi__footer-contact:hover {
    color: var(--c-main);
    background-color: #EAF3FF;
  }
}
.p-celemi__footer-bottom {
  padding: min(1.111vw, 19.2px) 0 min(1.389vw, 24px);
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-celemi__footer-bottom {
    padding: min(6.4vw, 28.8px) 0 min(11.806vw, 204px);
  }
}
.p-celemi__footer-privacy {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-celemi__footer-privacy:hover {
    color: var(--c-text) !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .p-celemi__footer-privacy {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-celemi__footer .p-footer__bottom {
  border: none;
}
.p-celemi__footer .p-footer__copyright {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-celemi__footer .p-footer__copyright {
    margin-top: min(8.533vw, 38.4px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}

:root {
  --main: #00B7C7;
  --accent: #FF9300;
  --accent-hover: #ffa800;
  --main-thin: #53CEC1;
  --text: #181818;
  --text-thin: #4A4A4A;
  --bg: #E9FDFF;
}

.p-jd {
  width: 100%;
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  color: var(--text);
  background-color: #E9FDFF;
  /*
  p-jd__grid
  ----------------------------------------------- */
  /*
  p-jd__card
  ----------------------------------------------- */
  /*
  p-jd__mv
  ----------------------------------------------- */
  /*
  p-jd__banner
  ----------------------------------------------- */
  /*
  .p-jd__btn
  ----------------------------------------------- */
  /*
  p-jd__concept
  ----------------------------------------------- */
  /*
  p-jd__feature
  ----------------------------------------------- */
  /*
    p-jd__service
  ----------------------------------------------- */
  /*
  p-jd__blog
  ----------------------------------------------- */
  /*
  p-jd__related
  ----------------------------------------------- */
  /*
  p-jd__footer
  ----------------------------------------------- */
}
@media screen and (max-width: 768px) {
  .p-jd {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-jd h1, .p-jd h2, .p-jd h3, .p-jd h4, .p-jd h5, .p-jd h6 {
  line-height: 1.5;
}
.p-jd .main-color {
  color: var(--main);
}
.p-jd .text-thin {
  color: var(--text-thin);
}
.p-jd__header {
  position: absolute;
  z-index: 1;
  top: min(3.194vw, 55.2px);
  left: 50%;
  width: 100%;
  max-width: min(100vw, 1728px);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-jd__header {
    top: min(5.333vw, 24px);
    left: 0;
    transform: none;
  }
}
.p-jd__header a {
  display: block;
  width: fit-content;
}
.p-jd__header-logo {
  width: min(18.194vw, 314.4px);
  margin-left: min(12.847vw, 222px);
}
@media screen and (max-width: 768px) {
  .p-jd__header-logo {
    width: min(50.667vw, 228px);
    margin-left: min(5.333vw, 24px);
  }
}
.p-jd__main {
  padding-top: min(9.375vw, 162px);
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-jd__main {
    padding-top: min(20.267vw, 91.2px);
  }
}
.p-jd__main > * + * {
  margin-top: min(8.333vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-jd__main > * + * {
    margin-top: min(19.467vw, 87.6px);
  }
}
.p-jd__inner {
  position: relative;
  z-index: 0;
  max-width: min(100vw, 1728px);
  margin: auto;
  padding: 0 min(15.417vw, 266.4px);
}
@media screen and (max-width: 768px) {
  .p-jd__inner {
    padding: 0 min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .p-jd__inner--left, .p-jd__inner--right {
    padding-top: min(6.944vw, 120px);
    padding-bottom: min(6.944vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__inner--left, .p-jd__inner--right {
    padding-top: min(16vw, 72px);
    padding-bottom: min(16vw, 72px);
  }
}
.p-jd__inner--left::before, .p-jd__inner--right::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 120px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-jd__inner--left::before, .p-jd__inner--right::before {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-jd__inner--left::before {
    left: min(-11.181vw, -193.2px);
    right: min(4.167vw, 72px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__inner--left::before {
    border-radius: 0 60px 60px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-jd__inner--right::before {
    left: min(4.167vw, 72px);
    right: min(-11.181vw, -193.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__inner--right::before {
    border-radius: 60px 0 0 60px;
  }
}
.p-jd__h2 {
  font-size: clamp(28.8px, 2.5vw, 43.2px);
  text-align: center;
  margin-bottom: clamp(48px, 4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-jd__h2 {
    font-size: clamp(20.8px, 6.933vw, 31.2px);
    margin-bottom: clamp(32px, 10.667vw, 48px);
  }
}
.p-jd__cta {
  position: fixed;
  top: min(1.389vw, 24px);
  right: min(12.847vw, 222px);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(15.417vw, 266.4px);
  height: min(3.611vw, 62.4px);
  color: #fff;
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  font-weight: 500;
  border-radius: 9999px;
  background-color: var(--accent);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  transition: background-color 0.3s, opacity 0.5s;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .p-jd__cta:hover {
    background-color: var(--accent-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__cta {
    top: auto;
    right: 50%;
    bottom: min(5.333vw, 24px);
    width: min(78.4vw, 352.8px);
    height: min(13.867vw, 62.4px);
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    transform: translateX(50%);
  }
}
.p-jd__cta.is-scroll {
  opacity: 1;
}
.p-jd__grid {
  gap: min(1.25vw, 21.6px);
  margin-top: min(2.778vw, 48px);
}
@media screen and (max-width: 768px) {
  .p-jd__grid {
    gap: min(4.267vw, 19.2px);
    margin-top: min(5.333vw, 24px);
  }
}
.p-jd__grid-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: min(5.417vw, 93.6px);
  text-align: center;
  color: var(--main);
  font-weight: 700;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-jd__grid-item {
    height: min(13.867vw, 62.4px);
    padding: min(4.267vw, 19.2px) 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-jd__card {
  overflow: hidden;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
.p-jd__card-title {
  padding: 0.8em 0;
  font-size: clamp(16px, 1.389vw, 24px);
  color: #fff;
  text-align: center;
  background-color: var(--main);
}
@media screen and (max-width: 768px) {
  .p-jd__card-title {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-jd__card-text {
  padding: 0.8em 0;
  text-align: center;
}
.p-jd__mv {
  position: relative;
  z-index: 0;
  display: flex;
  max-width: min(100vw, 1728px);
  margin: 0 auto;
  padding: 0 min(4.167vw, 72px) 0 min(8.472vw, 146.4px);
}
@media screen and (max-width: 768px) {
  .p-jd__mv {
    flex-direction: column-reverse;
    height: auto;
    display: flex;
    padding: 0;
  }
}
.p-jd__mv-desc {
  display: flex;
  flex-direction: column;
  background-color: var(--main);
}
@media screen and (min-width: 769px) {
  .p-jd__mv-desc {
    width: min(54.583vw, 943.2px);
    padding: min(5.556vw, 96px) min(4.375vw, 75.6px) min(4.722vw, 81.6px);
    border-radius: 77px;
  }
}
@media screen and (max-width: 768px) {
  .p-jd__mv-desc {
    width: 100%;
    padding: min(7.467vw, 33.6px) min(5.333vw, 24px) min(5.867vw, 26.4px);
    border-radius: 0 0 60px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-jd__mv-title {
    width: min(36.944vw, 638.4px);
    margin-top: min(2.5vw, 43.2px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__mv-title {
    width: min(81.067vw, 364.8px);
    margin-top: min(7.467vw, 33.6px);
  }
}
.p-jd__mv-lead {
  order: -1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 769px) {
  .p-jd__mv-lead {
    font-size: min(1.389vw, 24px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__mv-lead {
    font-size: clamp(9.6px, 3.2vw, 14.4px);
    line-height: 2.2307692308;
  }
}
.p-jd__mv-btn, .p-jd__footer-contact {
  display: block;
  width: min(22.361vw, 386.4px);
  margin-top: min(2.431vw, 42px);
  margin-left: min(7.778vw, 134.4px);
  padding: clamp(22.4px, 1.944vw, 33.6px) 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  border-radius: 9999px;
  background-color: var(--accent);
  transition: background-color 0.3s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 769px) {
  .p-jd__mv-btn:hover, .p-jd__footer-contact:hover {
    background-color: var(--accent-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__mv-btn, .p-jd__footer-contact {
    width: 100%;
    max-width: min(89.333vw, 402px);
    margin: min(8.533vw, 38.4px) auto 0;
    padding: clamp(24px, 8vw, 36px) 0;
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
@media screen and (min-width: 769px) {
  .p-jd__mv-img {
    overflow: hidden;
    position: absolute;
    top: clamp(-60px, -5.208vw, -90px);
    right: min(4.167vw, 72px);
    z-index: 1;
    width: min(39.167vw, 676.8px);
    border-radius: 77px;
  }
}
@media screen and (max-width: 768px) {
  .p-jd__mv-img {
    position: relative;
    z-index: 0;
    text-align: right;
  }
  .p-jd__mv-img::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: clamp(124px, 41.333vw, 186px);
    left: 0;
    right: 0;
    bottom: -1px;
    background-color: var(--main);
  }
  .p-jd__mv-img img {
    width: min(89.333vw, 402px);
    border-radius: 40px 0 0 40px;
  }
}
.p-jd__banner {
  line-height: 1.8;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-jd__banner {
    width: min(60.903vw, 1052.4px);
    margin: min(4.167vw, 72px) auto;
    border-radius: 16px;
  }
  .p-jd__banner:hover .p-jd__banner-img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__banner {
    width: min(89.333vw, 402px);
    margin: min(16vw, 72px) auto;
    border-radius: 16px;
  }
}
.p-jd__banner-wrap {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-jd__banner-wrap {
    gap: min(1.389vw, 24px);
    padding: min(1.667vw, 28.8px) min(2.778vw, 48px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__banner-wrap {
    flex-direction: column;
    gap: min(3.2vw, 14.4px);
    padding: clamp(25.6px, 8.533vw, 38.4px) clamp(16px, 5.333vw, 24px);
  }
}
.p-jd__banner-img {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-jd__banner-img {
    width: min(9.722vw, 168px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__banner-img {
    width: clamp(174.4px, 58.133vw, 261.6px);
    margin: 0 auto;
  }
}
.p-jd__banner-img img {
  transition: transform 0.3s;
}
.p-jd__banner-time {
  color: var(--text-thin);
}
.p-jd__banner-title {
  color: var(--main);
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-jd__banner-title {
    margin-top: clamp(3.2px, 1.067vw, 4.8px);
  }
}
.p-jd__btn {
  position: relative;
  z-index: 0;
  margin: min(2.778vw, 48px) auto 0;
  border: var(--main) solid 1px;
}
@media screen and (min-width: 769px) {
  .p-jd__btn {
    width: min(48.611vw, 840px);
  }
  .p-jd__btn:hover::before {
    background-color: var(--main-thin);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__btn {
    width: 100%;
    margin-top: clamp(19.2px, 6.4vw, 28.8px);
  }
}
.p-jd__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  height: 100%;
  background-color: var(--main);
}
@media screen and (min-width: 769px) {
  .p-jd__btn::before {
    width: clamp(23.2px, 2.014vw, 34.8px);
    transition: background-color 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .p-jd__btn::before {
    width: clamp(23.2px, 7.733vw, 34.8px);
  }
}
.p-jd__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(8px, 0.694vw, 12px);
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #ffffff;
  transform: translateY(-50%);
}
.p-jd__btn-wrap {
  display: flex;
  align-items: center;
  gap: min(1.528vw, 26.4px);
}
@media screen and (max-width: 768px) {
  .p-jd__btn-wrap {
    flex-direction: column;
    gap: 0;
    padding-right: clamp(23.2px, 7.733vw, 34.8px);
    padding-bottom: clamp(8px, 2.667vw, 12px);
  }
}
.p-jd__btn-img {
  width: min(17.986vw, 310.8px);
}
@media screen and (max-width: 768px) {
  .p-jd__btn-img {
    width: 100%;
  }
}
.p-jd__concept {
  margin-top: 0;
}
.p-jd__concept-side {
  position: absolute;
  z-index: 0;
  top: min(7.639vw, 132px);
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-jd__concept-side {
    display: none;
  }
}
.p-jd__concept-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(4.653vw, 80.4px);
}
@media screen and (max-width: 768px) {
  .p-jd__concept-list {
    width: fit-content;
    grid-template-columns: 1fr;
    gap: min(5.333vw, 24px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-jd__concept-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: min(12.8vw, 57.6px);
  }
  .p-jd__concept-item img {
    width: min(32vw, 144px);
  }
}
@media screen and (max-width: 540px) {
  .p-jd__concept-item {
    justify-content: space-between;
    gap: min(5.333vw, 24px);
  }
  .p-jd__concept-item img {
    width: min(26.667vw, 120px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__concept-body {
    flex: 1;
  }
}
.p-jd__concept-desc {
  margin-top: clamp(12.8px, 1.111vw, 19.2px);
  text-align: center;
  font-weight: 700;
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-jd__concept-desc {
    margin-top: 0;
    font-size: min(4.267vw, 19.2px);
  }
}
.p-jd__concept-try {
  width: min(21.597vw, 373.2px);
  margin: min(2.778vw, 48px) auto;
}
@media screen and (max-width: 768px) {
  .p-jd__concept-try {
    width: min(60.533vw, 272.4px);
    margin: min(10.667vw, 48px) auto;
  }
}
.p-jd__concept-catch {
  text-align: center;
  font-size: clamp(20px, 1.736vw, 30px);
  font-weight: 700;
  line-height: 1.52;
  color: var(--main);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-jd__concept-catch {
    font-size: clamp(14.4px, 4.8vw, 21.6px);
  }
}
.p-jd__feature {
  margin-top: min(6.944vw, 120px);
}
@media screen and (max-width: 768px) {
  .p-jd__feature {
    margin-top: min(21.333vw, 96px);
  }
}
.p-jd__feature-side {
  position: absolute;
  z-index: 0;
  top: min(7.639vw, 132px);
  right: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-jd__feature-side {
    display: none;
  }
}
.p-jd__feature-list {
  display: flex;
  flex-direction: column;
  gap: min(4.167vw, 72px);
}
@media screen and (max-width: 768px) {
  .p-jd__feature-list {
    gap: min(14.667vw, 66px);
  }
}
.p-jd__feature-item {
  display: flex;
  gap: min(5.139vw, 88.8px);
}
@media screen and (max-width: 768px) {
  .p-jd__feature-item {
    flex-direction: column;
    gap: min(5.333vw, 24px);
  }
}
@media screen and (min-width: 769px) {
  .p-jd__feature-item:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.p-jd__feature-head {
  width: 50%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-jd__feature-head {
    width: 100%;
  }
}
.p-jd__feature-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-jd__feature-img {
    width: 100%;
  }
}
.p-jd__feature-title {
  display: flex;
  align-items: center;
  gap: min(1.667vw, 28.8px);
  font-size: min(1.944vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .p-jd__feature-title {
    gap: min(6.4vw, 28.8px);
    font-size: min(5.333vw, 24px);
  }
}
.p-jd__feature-title img {
  width: min(5.694vw, 98.4px);
}
@media screen and (max-width: 768px) {
  .p-jd__feature-title img {
    width: min(15.733vw, 70.8px);
  }
}
.p-jd__feature-text {
  margin-top: min(1.667vw, 28.8px);
  margin-right: 1em;
}
@media screen and (max-width: 768px) {
  .p-jd__feature-text {
    margin: min(5.333vw, 24px) 0 0;
  }
}
.p-jd__service-side {
  position: absolute;
  z-index: 0;
  top: min(6.944vw, 120px);
  left: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-jd__service-side {
    display: none;
  }
}
.p-jd__service-list {
  display: flex;
  flex-direction: column;
  gap: min(1.944vw, 33.6px);
}
@media screen and (min-width: 769px) {
  .p-jd__service-list {
    margin-left: min(9.653vw, 166.8px);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__service-list {
    gap: min(7.467vw, 33.6px);
    margin-left: min(6.667vw, 30px);
  }
}
.p-jd__service-item {
  position: relative;
  z-index: 0;
  padding-left: min(3.472vw, 60px);
}
@media screen and (max-width: 768px) {
  .p-jd__service-item {
    padding-left: clamp(32px, 10.667vw, 48px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-jd__service-item:not(:last-child)::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: min(2.778vw, 48px);
  left: 0;
  width: 2px;
  height: 100%;
  background-size: 2px 8px;
  background-repeat: repeat-y;
  background-image: linear-gradient(to bottom, var(--main), var(--main) 4px, transparent 4px, transparent 8px);
}
@media screen and (max-width: 768px) {
  .p-jd__service-item:not(:last-child)::before {
    top: min(8vw, 36px);
  }
}
.p-jd__service-item:nth-of-type(1) {
  --num: url("/assets/img/job-description/service/1.png");
}
.p-jd__service-item:nth-of-type(2) {
  --num: url("/assets/img/job-description/service/2.png");
}
.p-jd__service-item:nth-of-type(3) {
  --num: url("/assets/img/job-description/service/3.png");
}
.p-jd__service-item:nth-of-type(4) {
  --num: url("/assets/img/job-description/service/4.png");
}
.p-jd__service-item:nth-of-type(5) {
  --num: url("/assets/img/job-description/service/5.png");
}
.p-jd__service-item:nth-of-type(6) {
  --num: url("/assets/img/job-description/service/6.png");
}
.p-jd__service-item:nth-of-type(7) {
  --num: url("/assets/img/job-description/service/7.png");
}
.p-jd__service-item::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: clamp(-9.6px, -0.833vw, -14.4px);
  left: 0;
  width: clamp(48.8px, 4.236vw, 73.2px);
  height: clamp(48.8px, 4.236vw, 73.2px);
  background-size: cover;
  background-image: var(--num);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-jd__service-item::after {
    width: clamp(38.4px, 12.8vw, 57.6px);
    height: clamp(38.4px, 12.8vw, 57.6px);
  }
}
.p-jd__service-title {
  position: relative;
  z-index: 1;
  display: block;
  margin-bottom: clamp(6.4px, 0.556vw, 9.6px);
  font-size: clamp(22.4px, 1.944vw, 33.6px);
  font-weight: 700;
  color: var(--main);
}
@media screen and (max-width: 768px) {
  .p-jd__service-title {
    width: 100%;
    margin-bottom: min(2.133vw, 9.6px);
    font-size: clamp(16px, 5.333vw, 24px);
  }
}
.p-jd__blog {
  margin-top: min(8.333vw, 144px);
}
@media screen and (max-width: 768px) {
  .p-jd__blog {
    margin-top: min(21.333vw, 96px);
  }
}
.p-jd__blog-side {
  position: absolute;
  z-index: 0;
  top: min(6.944vw, 120px);
  right: 0;
  width: min(10.417vw, 180px);
}
@media screen and (max-width: 768px) {
  .p-jd__blog-side {
    display: none;
  }
}
.p-jd__related {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(1.389vw, 24px) min(2.083vw, 36px);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-jd__related {
    grid-template-columns: 1fr;
    gap: min(6.4vw, 28.8px);
  }
}
.p-jd__related-item {
  display: flex;
  gap: min(1.389vw, 24px);
}
@media screen and (min-width: 769px) {
  .p-jd__related-item:hover {
    cursor: pointer;
  }
  .p-jd__related-item:hover .p-jd__related-img img {
    transform: scale(1.1);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__related-item {
    gap: min(3.2vw, 14.4px);
  }
}
.p-jd__related-left {
  width: min(9.722vw, 168px);
}
@media screen and (max-width: 768px) {
  .p-jd__related-left {
    width: min(26.667vw, 120px);
  }
}
.p-jd__related-category {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(0.486vw, 8.4px) 0 clamp(6.4px, 0.556vw, 9.6px);
  font-size: clamp(9.6px, 0.833vw, 14.4px);
  font-weight: 500;
  color: #fff;
  background-color: var(--main-thin);
}
@media screen and (max-width: 768px) {
  .p-jd__related-category {
    padding: min(1.067vw, 4.8px) 0;
    font-size: clamp(8px, 2.667vw, 12px);
  }
}
.p-jd__related-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: min(0.417vw, 7.2px);
  margin-top: min(-0.278vw, -4.8px);
}
@media screen and (max-width: 768px) {
  .p-jd__related-right {
    gap: min(1.6vw, 7.2px);
  }
}
.p-jd__related-img {
  aspect-ratio: 70/47;
  overflow: hidden;
}
.p-jd__related-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.p-jd__related-time {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-jd__related-time {
    font-size: clamp(12.8px, 4.267vw, 19.2px);
  }
}
.p-jd__related-title {
  font-weight: 700;
  color: var(--main);
}
.p-jd__related-desc {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-jd__related-desc {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-jd__footer {
  margin-top: min(5.556vw, 96px);
}
@media screen and (max-width: 768px) {
  .p-jd__footer {
    margin-top: min(16vw, 72px);
  }
}
.p-jd__footer-top {
  text-align: center;
  padding: min(1.389vw, 24px) 0 min(1.667vw, 28.8px);
  font-weight: 700;
  color: #fff;
  background-color: var(--main);
}
@media screen and (max-width: 768px) {
  .p-jd__footer-top {
    padding: min(10.667vw, 48px) 0;
  }
}
.p-jd__footer-contact {
  margin: min(0.833vw, 14.4px) auto;
  color: #fff;
  background-color: var(--accent);
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 769px) {
  .p-jd__footer-contact:hover {
    background-color: var(--accent-hover);
  }
}
@media screen and (max-width: 768px) {
  .p-jd__footer-contact {
    margin: min(4.267vw, 19.2px) auto 0;
  }
}
.p-jd__footer-bottom {
  padding: min(1.111vw, 19.2px) 0 min(1.389vw, 24px);
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-jd__footer-bottom {
    padding: min(6.4vw, 28.8px) 0 min(11.806vw, 204px);
  }
}
.p-jd__footer-privacy {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .p-jd__footer-privacy:hover {
    color: var(--text) !important;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px) {
  .p-jd__footer-privacy {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}
.p-jd__footer .p-footer__bottom {
  border: none;
}
.p-jd__footer .p-footer__copyright {
  font-size: clamp(11.2px, 0.972vw, 16.8px);
}
@media screen and (max-width: 768px) {
  .p-jd__footer .p-footer__copyright {
    margin-top: min(8.533vw, 38.4px);
    font-size: clamp(11.2px, 3.733vw, 16.8px);
  }
}

.u-color--link {
  color: #4875D5;
}
.u-color--over {
  color: #92ACE3;
}
.u-color--accent {
  color: #1D3E92;
}
.u-color--gray {
  color: #dddddd;
}
.u-color--alert {
  color: #f0a3a3;
}
.u-color--text {
  color: #041146;
}
.u-color--text-second {
  color: #84AED5;
}
.u-color--text-third {
  color: #aaa;
}

.u-blue {
  color: #041146 !important;
}

.u-blue-dark {
  color: #0055C9 !important;
}

.u-black {
  color: #111 !important;
}

.u-white {
  color: #fff !important;
}

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

.u-d-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-d-sp {
    display: block;
  }
}

.u-d-tb {
  display: none;
}
@media screen and (max-width: 1024px) {
  .u-d-tb {
    display: block;
  }
}

.u-d-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-d-pc {
    display: none;
  }
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline-block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-table {
  display: table !important;
}

.u-d-table-row {
  display: table-row !important;
}

.u-d-table-cell {
  display: table-cell !important;
}

.u-d-flex {
  display: flex !important;
  align-items: center;
}

.u-d-flex--column {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}

.u-d-flex-center {
  justify-content: center;
  align-items: center;
}

.u-d-inline-flex {
  display: inline-flex !important;
}

table.u-d-inline-block, table.u-d-block {
  display: table !important;
}
table th.u-d-inline-block, table th.u-d-block, table td.u-d-inline-block, table td.u-d-block {
  display: table-cell !important;
}

@media screen and (max-width: 1280px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline-block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-table {
    display: table !important;
  }
  .u-d-lg-table-row {
    display: table-row !important;
  }
  .u-d-lg-table-cell {
    display: table-cell !important;
  }
  .u-d-lg-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-lg-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-lg-inline-block, table.u-d-lg-block {
    display: table !important;
  }
  table th.u-d-lg-inline-block, table th.u-d-lg-block, table td.u-d-lg-inline-block, table td.u-d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-d-tb-none {
    display: none !important;
  }
  .u-d-tb-inline {
    display: inline !important;
  }
  .u-d-tb-inline-block {
    display: inline-block !important;
  }
  .u-d-tb-block {
    display: block !important;
  }
  .u-d-tb-table {
    display: table !important;
  }
  .u-d-tb-table-row {
    display: table-row !important;
  }
  .u-d-tb-table-cell {
    display: table-cell !important;
  }
  .u-d-tb-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-tb-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-tb-inline-block, table.u-d-tb-block {
    display: table !important;
  }
  table th.u-d-tb-inline-block, table th.u-d-tb-block, table td.u-d-tb-inline-block, table td.u-d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 768px) {
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline-block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-table {
    display: table !important;
  }
  .u-d-md-table-row {
    display: table-row !important;
  }
  .u-d-md-table-cell {
    display: table-cell !important;
  }
  .u-d-md-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-md-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-md-inline-block, table.u-d-md-block {
    display: table !important;
  }
  table th.u-d-md-inline-block, table th.u-d-md-block, table td.u-d-md-inline-block, table td.u-d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .u-d-pr-none {
    display: none !important;
  }
  .u-d-pr-inline {
    display: inline !important;
  }
  .u-d-pr-inline-block {
    display: inline-block !important;
  }
  .u-d-pr-block {
    display: block !important;
  }
  .u-d-pr-table {
    display: table !important;
  }
  .u-d-pr-table-row {
    display: table-row !important;
  }
  .u-d-pr-table-cell {
    display: table-cell !important;
  }
  .u-d-pr-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-pr-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-pr-inline-block, table.u-d-pr-block {
    display: table !important;
  }
  table th.u-d-pr-inline-block, table th.u-d-pr-block, table td.u-d-pr-inline-block, table td.u-d-pr-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .u-d-sm-none {
    display: none !important;
  }
  .u-d-sm-inline {
    display: inline !important;
  }
  .u-d-sm-inline-block {
    display: inline-block !important;
  }
  .u-d-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 1281px) {
  .u-d-bs-none {
    display: none !important;
  }
  .u-d-bs-inline {
    display: inline !important;
  }
  .u-d-bs-inline-block {
    display: inline-block !important;
  }
  .u-d-bs-block {
    display: block !important;
  }
  .u-d-bs-table {
    display: table !important;
  }
  .u-d-bs-table-row {
    display: table-row !important;
  }
  .u-d-bs-table-cell {
    display: table-cell !important;
  }
  .u-d-bs-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-bs-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-bs-inline-block, table.u-d-bs-block {
    display: table !important;
  }
  table th.u-d-bs-inline-block, table th.u-d-bs-block, table td.u-d-bs-inline-block, table td.u-d-bs-block {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-d-pc-none {
    display: none !important;
  }
  .u-d-pc-inline {
    display: inline !important;
  }
  .u-d-pc-inline-block {
    display: inline-block !important;
  }
  .u-d-pc-block {
    display: block !important;
  }
  .u-d-pc-table {
    display: table !important;
  }
  .u-d-pc-table-row {
    display: table-row !important;
  }
  .u-d-pc-table-cell {
    display: table-cell !important;
  }
  .u-d-pc-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-pc-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-pc-inline-block, table.u-d-pc-block {
    display: table !important;
  }
  table th.u-d-pc-inline-block, table th.u-d-pc-block, table td.u-d-pc-inline-block, table td.u-d-pc-block {
    display: table-cell !important;
  }
}
@media screen and (min-width: 769px) {
  .u-d-hv-none {
    display: none !important;
  }
  .u-d-hv-inline {
    display: inline !important;
  }
  .u-d-hv-inline-block {
    display: inline-block !important;
  }
  .u-d-hv-block {
    display: block !important;
  }
  .u-d-hv-table {
    display: table !important;
  }
  .u-d-hv-table-row {
    display: table-row !important;
  }
  .u-d-hv-table-cell {
    display: table-cell !important;
  }
  .u-d-hv-flex {
    display: flex !important;
    align-items: center;
  }
  .u-d-hv-inline-flex {
    display: inline-flex !important;
  }
  table.u-d-hv-inline-block, table.u-d-hv-block {
    display: table !important;
  }
  table th.u-d-hv-inline-block, table th.u-d-hv-block, table td.u-d-hv-inline-block, table td.u-d-hv-block {
    display: table-cell !important;
  }
}
.u-m-auto {
  margin: auto;
}

.u-m-0 {
  margin: 0;
}

.u-m-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-m-l-auto {
  margin-left: auto;
}

.u-m-r-auto {
  margin-right: auto;
}

.u-mt-word {
  margin-top: 1.5em;
}

.u-mt-0 {
  margin-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-0 {
    margin-top: min(0vw, 0px) !important;
  }
}

.u-mb-0 {
  margin-bottom: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
}

.u-ml-0 {
  margin-left: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-0 {
    margin-left: min(0vw, 0px) !important;
  }
}

.u-mr-0 {
  margin-right: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-0 {
    margin-right: min(0vw, 0px) !important;
  }
}

.u-mt-4 {
  margin-top: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-4 {
    margin-top: min(1.067vw, 4.8px) !important;
  }
}

.u-mb-4 {
  margin-bottom: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-4 {
    margin-bottom: min(1.067vw, 4.8px) !important;
  }
}

.u-ml-4 {
  margin-left: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-4 {
    margin-left: min(1.067vw, 4.8px) !important;
  }
}

.u-mr-4 {
  margin-right: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-4 {
    margin-right: min(1.067vw, 4.8px) !important;
  }
}

.u-mt-8 {
  margin-top: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-8 {
    margin-top: min(2.133vw, 9.6px) !important;
  }
}

.u-mb-8 {
  margin-bottom: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-8 {
    margin-bottom: min(2.133vw, 9.6px) !important;
  }
}

.u-ml-8 {
  margin-left: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-8 {
    margin-left: min(2.133vw, 9.6px) !important;
  }
}

.u-mr-8 {
  margin-right: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-8 {
    margin-right: min(2.133vw, 9.6px) !important;
  }
}

.u-mt-12 {
  margin-top: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-12 {
    margin-top: min(3.2vw, 14.4px) !important;
  }
}

.u-mb-12 {
  margin-bottom: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-12 {
    margin-bottom: min(3.2vw, 14.4px) !important;
  }
}

.u-ml-12 {
  margin-left: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-12 {
    margin-left: min(3.2vw, 14.4px) !important;
  }
}

.u-mr-12 {
  margin-right: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-12 {
    margin-right: min(3.2vw, 14.4px) !important;
  }
}

.u-mt-16 {
  margin-top: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-16 {
    margin-top: min(4.267vw, 19.2px) !important;
  }
}

.u-mb-16 {
  margin-bottom: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-16 {
    margin-bottom: min(4.267vw, 19.2px) !important;
  }
}

.u-ml-16 {
  margin-left: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-16 {
    margin-left: min(4.267vw, 19.2px) !important;
  }
}

.u-mr-16 {
  margin-right: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-16 {
    margin-right: min(4.267vw, 19.2px) !important;
  }
}

.u-mt-20 {
  margin-top: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-20 {
    margin-top: min(5.333vw, 24px) !important;
  }
}

.u-mb-20 {
  margin-bottom: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-20 {
    margin-bottom: min(5.333vw, 24px) !important;
  }
}

.u-ml-20 {
  margin-left: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-20 {
    margin-left: min(5.333vw, 24px) !important;
  }
}

.u-mr-20 {
  margin-right: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-20 {
    margin-right: min(5.333vw, 24px) !important;
  }
}

.u-mt-24 {
  margin-top: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-24 {
    margin-top: min(6.4vw, 28.8px) !important;
  }
}

.u-mb-24 {
  margin-bottom: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-24 {
    margin-bottom: min(6.4vw, 28.8px) !important;
  }
}

.u-ml-24 {
  margin-left: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-24 {
    margin-left: min(6.4vw, 28.8px) !important;
  }
}

.u-mr-24 {
  margin-right: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-24 {
    margin-right: min(6.4vw, 28.8px) !important;
  }
}

.u-mt-28 {
  margin-top: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-28 {
    margin-top: min(7.467vw, 33.6px) !important;
  }
}

.u-mb-28 {
  margin-bottom: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-28 {
    margin-bottom: min(7.467vw, 33.6px) !important;
  }
}

.u-ml-28 {
  margin-left: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-28 {
    margin-left: min(7.467vw, 33.6px) !important;
  }
}

.u-mr-28 {
  margin-right: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-28 {
    margin-right: min(7.467vw, 33.6px) !important;
  }
}

.u-mt-32 {
  margin-top: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-32 {
    margin-top: min(8.533vw, 38.4px) !important;
  }
}

.u-mb-32 {
  margin-bottom: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-32 {
    margin-bottom: min(8.533vw, 38.4px) !important;
  }
}

.u-ml-32 {
  margin-left: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-32 {
    margin-left: min(8.533vw, 38.4px) !important;
  }
}

.u-mr-32 {
  margin-right: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-32 {
    margin-right: min(8.533vw, 38.4px) !important;
  }
}

.u-mt-36 {
  margin-top: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-36 {
    margin-top: min(9.6vw, 43.2px) !important;
  }
}

.u-mb-36 {
  margin-bottom: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-36 {
    margin-bottom: min(9.6vw, 43.2px) !important;
  }
}

.u-ml-36 {
  margin-left: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-36 {
    margin-left: min(9.6vw, 43.2px) !important;
  }
}

.u-mr-36 {
  margin-right: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-36 {
    margin-right: min(9.6vw, 43.2px) !important;
  }
}

.u-mt-40 {
  margin-top: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-40 {
    margin-top: min(10.667vw, 48px) !important;
  }
}

.u-mb-40 {
  margin-bottom: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-40 {
    margin-bottom: min(10.667vw, 48px) !important;
  }
}

.u-ml-40 {
  margin-left: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-40 {
    margin-left: min(10.667vw, 48px) !important;
  }
}

.u-mr-40 {
  margin-right: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-40 {
    margin-right: min(10.667vw, 48px) !important;
  }
}

.u-mt-44 {
  margin-top: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-44 {
    margin-top: min(11.733vw, 52.8px) !important;
  }
}

.u-mb-44 {
  margin-bottom: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-44 {
    margin-bottom: min(11.733vw, 52.8px) !important;
  }
}

.u-ml-44 {
  margin-left: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-44 {
    margin-left: min(11.733vw, 52.8px) !important;
  }
}

.u-mr-44 {
  margin-right: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-44 {
    margin-right: min(11.733vw, 52.8px) !important;
  }
}

.u-mt-48 {
  margin-top: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-48 {
    margin-top: min(12.8vw, 57.6px) !important;
  }
}

.u-mb-48 {
  margin-bottom: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-48 {
    margin-bottom: min(12.8vw, 57.6px) !important;
  }
}

.u-ml-48 {
  margin-left: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-48 {
    margin-left: min(12.8vw, 57.6px) !important;
  }
}

.u-mr-48 {
  margin-right: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-48 {
    margin-right: min(12.8vw, 57.6px) !important;
  }
}

.u-mt-52 {
  margin-top: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-52 {
    margin-top: min(13.867vw, 62.4px) !important;
  }
}

.u-mb-52 {
  margin-bottom: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-52 {
    margin-bottom: min(13.867vw, 62.4px) !important;
  }
}

.u-ml-52 {
  margin-left: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-52 {
    margin-left: min(13.867vw, 62.4px) !important;
  }
}

.u-mr-52 {
  margin-right: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-52 {
    margin-right: min(13.867vw, 62.4px) !important;
  }
}

.u-mt-56 {
  margin-top: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-56 {
    margin-top: min(14.933vw, 67.2px) !important;
  }
}

.u-mb-56 {
  margin-bottom: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-56 {
    margin-bottom: min(14.933vw, 67.2px) !important;
  }
}

.u-ml-56 {
  margin-left: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-56 {
    margin-left: min(14.933vw, 67.2px) !important;
  }
}

.u-mr-56 {
  margin-right: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-56 {
    margin-right: min(14.933vw, 67.2px) !important;
  }
}

.u-mt-60 {
  margin-top: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-60 {
    margin-top: min(16vw, 72px) !important;
  }
}

.u-mb-60 {
  margin-bottom: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-60 {
    margin-bottom: min(16vw, 72px) !important;
  }
}

.u-ml-60 {
  margin-left: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-60 {
    margin-left: min(16vw, 72px) !important;
  }
}

.u-mr-60 {
  margin-right: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-60 {
    margin-right: min(16vw, 72px) !important;
  }
}

.u-mt-64 {
  margin-top: min(4.444vw, 76.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-64 {
    margin-top: min(17.067vw, 76.8px) !important;
  }
}

.u-mb-64 {
  margin-bottom: min(4.444vw, 76.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-64 {
    margin-bottom: min(17.067vw, 76.8px) !important;
  }
}

.u-ml-64 {
  margin-left: min(4.444vw, 76.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-64 {
    margin-left: min(17.067vw, 76.8px) !important;
  }
}

.u-mr-64 {
  margin-right: min(4.444vw, 76.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-64 {
    margin-right: min(17.067vw, 76.8px) !important;
  }
}

.u-mt-68 {
  margin-top: min(4.722vw, 81.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-68 {
    margin-top: min(18.133vw, 81.6px) !important;
  }
}

.u-mb-68 {
  margin-bottom: min(4.722vw, 81.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-68 {
    margin-bottom: min(18.133vw, 81.6px) !important;
  }
}

.u-ml-68 {
  margin-left: min(4.722vw, 81.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-68 {
    margin-left: min(18.133vw, 81.6px) !important;
  }
}

.u-mr-68 {
  margin-right: min(4.722vw, 81.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-68 {
    margin-right: min(18.133vw, 81.6px) !important;
  }
}

.u-mt-72 {
  margin-top: min(5vw, 86.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-72 {
    margin-top: min(19.2vw, 86.4px) !important;
  }
}

.u-mb-72 {
  margin-bottom: min(5vw, 86.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-72 {
    margin-bottom: min(19.2vw, 86.4px) !important;
  }
}

.u-ml-72 {
  margin-left: min(5vw, 86.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-72 {
    margin-left: min(19.2vw, 86.4px) !important;
  }
}

.u-mr-72 {
  margin-right: min(5vw, 86.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-72 {
    margin-right: min(19.2vw, 86.4px) !important;
  }
}

.u-mt-76 {
  margin-top: min(5.278vw, 91.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-76 {
    margin-top: min(20.267vw, 91.2px) !important;
  }
}

.u-mb-76 {
  margin-bottom: min(5.278vw, 91.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-76 {
    margin-bottom: min(20.267vw, 91.2px) !important;
  }
}

.u-ml-76 {
  margin-left: min(5.278vw, 91.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-76 {
    margin-left: min(20.267vw, 91.2px) !important;
  }
}

.u-mr-76 {
  margin-right: min(5.278vw, 91.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-76 {
    margin-right: min(20.267vw, 91.2px) !important;
  }
}

.u-mt-80 {
  margin-top: min(5.556vw, 96px) !important;
}
@media screen and (max-width: 768px) {
  .u-mt-80 {
    margin-top: min(21.333vw, 96px) !important;
  }
}

.u-mb-80 {
  margin-bottom: min(5.556vw, 96px) !important;
}
@media screen and (max-width: 768px) {
  .u-mb-80 {
    margin-bottom: min(21.333vw, 96px) !important;
  }
}

.u-ml-80 {
  margin-left: min(5.556vw, 96px) !important;
}
@media screen and (max-width: 768px) {
  .u-ml-80 {
    margin-left: min(21.333vw, 96px) !important;
  }
}

.u-mr-80 {
  margin-right: min(5.556vw, 96px) !important;
}
@media screen and (max-width: 768px) {
  .u-mr-80 {
    margin-right: min(21.333vw, 96px) !important;
  }
}

@media screen and (max-width: 768px) {
  .u-m-md-auto {
    margin: auto;
  }
  .u-m-md-0 {
    margin: 0;
  }
  .u-m-md-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-md-l-auto {
    margin-left: auto;
  }
  .u-m-md-r-auto {
    margin-right: auto;
  }
  .u-mt-md-0 {
    margin-top: min(0vw, 0px) !important;
  }
  .u-mb-md-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
  .u-ml-md-0 {
    margin-left: min(0vw, 0px) !important;
  }
  .u-mr-md-0 {
    margin-right: min(0vw, 0px) !important;
  }
  .u-mt-md-4 {
    margin-top: min(1.067vw, 4.8px) !important;
  }
  .u-mb-md-4 {
    margin-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-ml-md-4 {
    margin-left: min(1.067vw, 4.8px) !important;
  }
  .u-mr-md-4 {
    margin-right: min(1.067vw, 4.8px) !important;
  }
  .u-mt-md-8 {
    margin-top: min(2.133vw, 9.6px) !important;
  }
  .u-mb-md-8 {
    margin-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-ml-md-8 {
    margin-left: min(2.133vw, 9.6px) !important;
  }
  .u-mr-md-8 {
    margin-right: min(2.133vw, 9.6px) !important;
  }
  .u-mt-md-12 {
    margin-top: min(3.2vw, 14.4px) !important;
  }
  .u-mb-md-12 {
    margin-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-ml-md-12 {
    margin-left: min(3.2vw, 14.4px) !important;
  }
  .u-mr-md-12 {
    margin-right: min(3.2vw, 14.4px) !important;
  }
  .u-mt-md-16 {
    margin-top: min(4.267vw, 19.2px) !important;
  }
  .u-mb-md-16 {
    margin-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-ml-md-16 {
    margin-left: min(4.267vw, 19.2px) !important;
  }
  .u-mr-md-16 {
    margin-right: min(4.267vw, 19.2px) !important;
  }
  .u-mt-md-20 {
    margin-top: min(5.333vw, 24px) !important;
  }
  .u-mb-md-20 {
    margin-bottom: min(5.333vw, 24px) !important;
  }
  .u-ml-md-20 {
    margin-left: min(5.333vw, 24px) !important;
  }
  .u-mr-md-20 {
    margin-right: min(5.333vw, 24px) !important;
  }
  .u-mt-md-24 {
    margin-top: min(6.4vw, 28.8px) !important;
  }
  .u-mb-md-24 {
    margin-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-ml-md-24 {
    margin-left: min(6.4vw, 28.8px) !important;
  }
  .u-mr-md-24 {
    margin-right: min(6.4vw, 28.8px) !important;
  }
  .u-mt-md-28 {
    margin-top: min(7.467vw, 33.6px) !important;
  }
  .u-mb-md-28 {
    margin-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-ml-md-28 {
    margin-left: min(7.467vw, 33.6px) !important;
  }
  .u-mr-md-28 {
    margin-right: min(7.467vw, 33.6px) !important;
  }
  .u-mt-md-32 {
    margin-top: min(8.533vw, 38.4px) !important;
  }
  .u-mb-md-32 {
    margin-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-ml-md-32 {
    margin-left: min(8.533vw, 38.4px) !important;
  }
  .u-mr-md-32 {
    margin-right: min(8.533vw, 38.4px) !important;
  }
  .u-mt-md-36 {
    margin-top: min(9.6vw, 43.2px) !important;
  }
  .u-mb-md-36 {
    margin-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-ml-md-36 {
    margin-left: min(9.6vw, 43.2px) !important;
  }
  .u-mr-md-36 {
    margin-right: min(9.6vw, 43.2px) !important;
  }
  .u-mt-md-40 {
    margin-top: min(10.667vw, 48px) !important;
  }
  .u-mb-md-40 {
    margin-bottom: min(10.667vw, 48px) !important;
  }
  .u-ml-md-40 {
    margin-left: min(10.667vw, 48px) !important;
  }
  .u-mr-md-40 {
    margin-right: min(10.667vw, 48px) !important;
  }
  .u-mt-md-44 {
    margin-top: min(11.733vw, 52.8px) !important;
  }
  .u-mb-md-44 {
    margin-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-ml-md-44 {
    margin-left: min(11.733vw, 52.8px) !important;
  }
  .u-mr-md-44 {
    margin-right: min(11.733vw, 52.8px) !important;
  }
  .u-mt-md-48 {
    margin-top: min(12.8vw, 57.6px) !important;
  }
  .u-mb-md-48 {
    margin-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-ml-md-48 {
    margin-left: min(12.8vw, 57.6px) !important;
  }
  .u-mr-md-48 {
    margin-right: min(12.8vw, 57.6px) !important;
  }
  .u-mt-md-52 {
    margin-top: min(13.867vw, 62.4px) !important;
  }
  .u-mb-md-52 {
    margin-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-ml-md-52 {
    margin-left: min(13.867vw, 62.4px) !important;
  }
  .u-mr-md-52 {
    margin-right: min(13.867vw, 62.4px) !important;
  }
  .u-mt-md-56 {
    margin-top: min(14.933vw, 67.2px) !important;
  }
  .u-mb-md-56 {
    margin-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-ml-md-56 {
    margin-left: min(14.933vw, 67.2px) !important;
  }
  .u-mr-md-56 {
    margin-right: min(14.933vw, 67.2px) !important;
  }
  .u-mt-md-60 {
    margin-top: min(16vw, 72px) !important;
  }
  .u-mb-md-60 {
    margin-bottom: min(16vw, 72px) !important;
  }
  .u-ml-md-60 {
    margin-left: min(16vw, 72px) !important;
  }
  .u-mr-md-60 {
    margin-right: min(16vw, 72px) !important;
  }
  .u-mt-md-64 {
    margin-top: min(17.067vw, 76.8px) !important;
  }
  .u-mb-md-64 {
    margin-bottom: min(17.067vw, 76.8px) !important;
  }
  .u-ml-md-64 {
    margin-left: min(17.067vw, 76.8px) !important;
  }
  .u-mr-md-64 {
    margin-right: min(17.067vw, 76.8px) !important;
  }
  .u-mt-md-68 {
    margin-top: min(18.133vw, 81.6px) !important;
  }
  .u-mb-md-68 {
    margin-bottom: min(18.133vw, 81.6px) !important;
  }
  .u-ml-md-68 {
    margin-left: min(18.133vw, 81.6px) !important;
  }
  .u-mr-md-68 {
    margin-right: min(18.133vw, 81.6px) !important;
  }
  .u-mt-md-72 {
    margin-top: min(19.2vw, 86.4px) !important;
  }
  .u-mb-md-72 {
    margin-bottom: min(19.2vw, 86.4px) !important;
  }
  .u-ml-md-72 {
    margin-left: min(19.2vw, 86.4px) !important;
  }
  .u-mr-md-72 {
    margin-right: min(19.2vw, 86.4px) !important;
  }
  .u-mt-md-76 {
    margin-top: min(20.267vw, 91.2px) !important;
  }
  .u-mb-md-76 {
    margin-bottom: min(20.267vw, 91.2px) !important;
  }
  .u-ml-md-76 {
    margin-left: min(20.267vw, 91.2px) !important;
  }
  .u-mr-md-76 {
    margin-right: min(20.267vw, 91.2px) !important;
  }
  .u-mt-md-80 {
    margin-top: min(21.333vw, 96px) !important;
  }
  .u-mb-md-80 {
    margin-bottom: min(21.333vw, 96px) !important;
  }
  .u-ml-md-80 {
    margin-left: min(21.333vw, 96px) !important;
  }
  .u-mr-md-80 {
    margin-right: min(21.333vw, 96px) !important;
  }
}
@media screen and (min-width: 769px) {
  .u-m-pc-auto {
    margin: auto;
  }
  .u-m-pc-0 {
    margin: 0;
  }
  .u-m-pc-lr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .u-m-pc-l-auto {
    margin-left: auto;
  }
  .u-m-pc-r-auto {
    margin-right: auto;
  }
  .u-mt-pc-0 {
    margin-top: min(0vw, 0px) !important;
  }
  .u-mb-pc-0 {
    margin-bottom: min(0vw, 0px) !important;
  }
  .u-ml-pc-0 {
    margin-left: min(0vw, 0px) !important;
  }
  .u-mr-pc-0 {
    margin-right: min(0vw, 0px) !important;
  }
  .u-mt-pc-4 {
    margin-top: min(1.067vw, 4.8px) !important;
  }
  .u-mb-pc-4 {
    margin-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-ml-pc-4 {
    margin-left: min(1.067vw, 4.8px) !important;
  }
  .u-mr-pc-4 {
    margin-right: min(1.067vw, 4.8px) !important;
  }
  .u-mt-pc-8 {
    margin-top: min(2.133vw, 9.6px) !important;
  }
  .u-mb-pc-8 {
    margin-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-ml-pc-8 {
    margin-left: min(2.133vw, 9.6px) !important;
  }
  .u-mr-pc-8 {
    margin-right: min(2.133vw, 9.6px) !important;
  }
  .u-mt-pc-12 {
    margin-top: min(3.2vw, 14.4px) !important;
  }
  .u-mb-pc-12 {
    margin-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-ml-pc-12 {
    margin-left: min(3.2vw, 14.4px) !important;
  }
  .u-mr-pc-12 {
    margin-right: min(3.2vw, 14.4px) !important;
  }
  .u-mt-pc-16 {
    margin-top: min(4.267vw, 19.2px) !important;
  }
  .u-mb-pc-16 {
    margin-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-ml-pc-16 {
    margin-left: min(4.267vw, 19.2px) !important;
  }
  .u-mr-pc-16 {
    margin-right: min(4.267vw, 19.2px) !important;
  }
  .u-mt-pc-20 {
    margin-top: min(5.333vw, 24px) !important;
  }
  .u-mb-pc-20 {
    margin-bottom: min(5.333vw, 24px) !important;
  }
  .u-ml-pc-20 {
    margin-left: min(5.333vw, 24px) !important;
  }
  .u-mr-pc-20 {
    margin-right: min(5.333vw, 24px) !important;
  }
  .u-mt-pc-24 {
    margin-top: min(6.4vw, 28.8px) !important;
  }
  .u-mb-pc-24 {
    margin-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-ml-pc-24 {
    margin-left: min(6.4vw, 28.8px) !important;
  }
  .u-mr-pc-24 {
    margin-right: min(6.4vw, 28.8px) !important;
  }
  .u-mt-pc-28 {
    margin-top: min(7.467vw, 33.6px) !important;
  }
  .u-mb-pc-28 {
    margin-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-ml-pc-28 {
    margin-left: min(7.467vw, 33.6px) !important;
  }
  .u-mr-pc-28 {
    margin-right: min(7.467vw, 33.6px) !important;
  }
  .u-mt-pc-32 {
    margin-top: min(8.533vw, 38.4px) !important;
  }
  .u-mb-pc-32 {
    margin-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-ml-pc-32 {
    margin-left: min(8.533vw, 38.4px) !important;
  }
  .u-mr-pc-32 {
    margin-right: min(8.533vw, 38.4px) !important;
  }
  .u-mt-pc-36 {
    margin-top: min(9.6vw, 43.2px) !important;
  }
  .u-mb-pc-36 {
    margin-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-ml-pc-36 {
    margin-left: min(9.6vw, 43.2px) !important;
  }
  .u-mr-pc-36 {
    margin-right: min(9.6vw, 43.2px) !important;
  }
  .u-mt-pc-40 {
    margin-top: min(10.667vw, 48px) !important;
  }
  .u-mb-pc-40 {
    margin-bottom: min(10.667vw, 48px) !important;
  }
  .u-ml-pc-40 {
    margin-left: min(10.667vw, 48px) !important;
  }
  .u-mr-pc-40 {
    margin-right: min(10.667vw, 48px) !important;
  }
  .u-mt-pc-44 {
    margin-top: min(11.733vw, 52.8px) !important;
  }
  .u-mb-pc-44 {
    margin-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-ml-pc-44 {
    margin-left: min(11.733vw, 52.8px) !important;
  }
  .u-mr-pc-44 {
    margin-right: min(11.733vw, 52.8px) !important;
  }
  .u-mt-pc-48 {
    margin-top: min(12.8vw, 57.6px) !important;
  }
  .u-mb-pc-48 {
    margin-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-ml-pc-48 {
    margin-left: min(12.8vw, 57.6px) !important;
  }
  .u-mr-pc-48 {
    margin-right: min(12.8vw, 57.6px) !important;
  }
  .u-mt-pc-52 {
    margin-top: min(13.867vw, 62.4px) !important;
  }
  .u-mb-pc-52 {
    margin-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-ml-pc-52 {
    margin-left: min(13.867vw, 62.4px) !important;
  }
  .u-mr-pc-52 {
    margin-right: min(13.867vw, 62.4px) !important;
  }
  .u-mt-pc-56 {
    margin-top: min(14.933vw, 67.2px) !important;
  }
  .u-mb-pc-56 {
    margin-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-ml-pc-56 {
    margin-left: min(14.933vw, 67.2px) !important;
  }
  .u-mr-pc-56 {
    margin-right: min(14.933vw, 67.2px) !important;
  }
  .u-mt-pc-60 {
    margin-top: min(16vw, 72px) !important;
  }
  .u-mb-pc-60 {
    margin-bottom: min(16vw, 72px) !important;
  }
  .u-ml-pc-60 {
    margin-left: min(16vw, 72px) !important;
  }
  .u-mr-pc-60 {
    margin-right: min(16vw, 72px) !important;
  }
  .u-mt-pc-64 {
    margin-top: min(17.067vw, 76.8px) !important;
  }
  .u-mb-pc-64 {
    margin-bottom: min(17.067vw, 76.8px) !important;
  }
  .u-ml-pc-64 {
    margin-left: min(17.067vw, 76.8px) !important;
  }
  .u-mr-pc-64 {
    margin-right: min(17.067vw, 76.8px) !important;
  }
  .u-mt-pc-68 {
    margin-top: min(18.133vw, 81.6px) !important;
  }
  .u-mb-pc-68 {
    margin-bottom: min(18.133vw, 81.6px) !important;
  }
  .u-ml-pc-68 {
    margin-left: min(18.133vw, 81.6px) !important;
  }
  .u-mr-pc-68 {
    margin-right: min(18.133vw, 81.6px) !important;
  }
  .u-mt-pc-72 {
    margin-top: min(19.2vw, 86.4px) !important;
  }
  .u-mb-pc-72 {
    margin-bottom: min(19.2vw, 86.4px) !important;
  }
  .u-ml-pc-72 {
    margin-left: min(19.2vw, 86.4px) !important;
  }
  .u-mr-pc-72 {
    margin-right: min(19.2vw, 86.4px) !important;
  }
  .u-mt-pc-76 {
    margin-top: min(20.267vw, 91.2px) !important;
  }
  .u-mb-pc-76 {
    margin-bottom: min(20.267vw, 91.2px) !important;
  }
  .u-ml-pc-76 {
    margin-left: min(20.267vw, 91.2px) !important;
  }
  .u-mr-pc-76 {
    margin-right: min(20.267vw, 91.2px) !important;
  }
  .u-mt-pc-80 {
    margin-top: min(21.333vw, 96px) !important;
  }
  .u-mb-pc-80 {
    margin-bottom: min(21.333vw, 96px) !important;
  }
  .u-ml-pc-80 {
    margin-left: min(21.333vw, 96px) !important;
  }
  .u-mr-pc-80 {
    margin-right: min(21.333vw, 96px) !important;
  }
}
.u-p-0 {
  padding: 0 !important;
}

.u-pt-0 {
  padding-top: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-0 {
    padding-top: min(0vw, 0px) !important;
  }
}

.u-pb-0 {
  padding-bottom: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
}

.u-pl-0 {
  padding-left: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-0 {
    padding-left: min(0vw, 0px) !important;
  }
}

.u-pr-0 {
  padding-right: min(0vw, 0px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-0 {
    padding-right: min(0vw, 0px) !important;
  }
}

.u-pt-4 {
  padding-top: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-4 {
    padding-top: min(1.067vw, 4.8px) !important;
  }
}

.u-pb-4 {
  padding-bottom: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-4 {
    padding-bottom: min(1.067vw, 4.8px) !important;
  }
}

.u-pl-4 {
  padding-left: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-4 {
    padding-left: min(1.067vw, 4.8px) !important;
  }
}

.u-pr-4 {
  padding-right: min(0.278vw, 4.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-4 {
    padding-right: min(1.067vw, 4.8px) !important;
  }
}

.u-pt-8 {
  padding-top: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-8 {
    padding-top: min(2.133vw, 9.6px) !important;
  }
}

.u-pb-8 {
  padding-bottom: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-8 {
    padding-bottom: min(2.133vw, 9.6px) !important;
  }
}

.u-pl-8 {
  padding-left: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-8 {
    padding-left: min(2.133vw, 9.6px) !important;
  }
}

.u-pr-8 {
  padding-right: min(0.556vw, 9.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-8 {
    padding-right: min(2.133vw, 9.6px) !important;
  }
}

.u-pt-12 {
  padding-top: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-12 {
    padding-top: min(3.2vw, 14.4px) !important;
  }
}

.u-pb-12 {
  padding-bottom: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-12 {
    padding-bottom: min(3.2vw, 14.4px) !important;
  }
}

.u-pl-12 {
  padding-left: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-12 {
    padding-left: min(3.2vw, 14.4px) !important;
  }
}

.u-pr-12 {
  padding-right: min(0.833vw, 14.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-12 {
    padding-right: min(3.2vw, 14.4px) !important;
  }
}

.u-pt-16 {
  padding-top: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-16 {
    padding-top: min(4.267vw, 19.2px) !important;
  }
}

.u-pb-16 {
  padding-bottom: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-16 {
    padding-bottom: min(4.267vw, 19.2px) !important;
  }
}

.u-pl-16 {
  padding-left: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-16 {
    padding-left: min(4.267vw, 19.2px) !important;
  }
}

.u-pr-16 {
  padding-right: min(1.111vw, 19.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-16 {
    padding-right: min(4.267vw, 19.2px) !important;
  }
}

.u-pt-20 {
  padding-top: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-20 {
    padding-top: min(5.333vw, 24px) !important;
  }
}

.u-pb-20 {
  padding-bottom: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-20 {
    padding-bottom: min(5.333vw, 24px) !important;
  }
}

.u-pl-20 {
  padding-left: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-20 {
    padding-left: min(5.333vw, 24px) !important;
  }
}

.u-pr-20 {
  padding-right: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-20 {
    padding-right: min(5.333vw, 24px) !important;
  }
}

.u-pt-24 {
  padding-top: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-24 {
    padding-top: min(6.4vw, 28.8px) !important;
  }
}

.u-pb-24 {
  padding-bottom: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-24 {
    padding-bottom: min(6.4vw, 28.8px) !important;
  }
}

.u-pl-24 {
  padding-left: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-24 {
    padding-left: min(6.4vw, 28.8px) !important;
  }
}

.u-pr-24 {
  padding-right: min(1.667vw, 28.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-24 {
    padding-right: min(6.4vw, 28.8px) !important;
  }
}

.u-pt-28 {
  padding-top: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-28 {
    padding-top: min(7.467vw, 33.6px) !important;
  }
}

.u-pb-28 {
  padding-bottom: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-28 {
    padding-bottom: min(7.467vw, 33.6px) !important;
  }
}

.u-pl-28 {
  padding-left: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-28 {
    padding-left: min(7.467vw, 33.6px) !important;
  }
}

.u-pr-28 {
  padding-right: min(1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-28 {
    padding-right: min(7.467vw, 33.6px) !important;
  }
}

.u-pt-32 {
  padding-top: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-32 {
    padding-top: min(8.533vw, 38.4px) !important;
  }
}

.u-pb-32 {
  padding-bottom: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-32 {
    padding-bottom: min(8.533vw, 38.4px) !important;
  }
}

.u-pl-32 {
  padding-left: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-32 {
    padding-left: min(8.533vw, 38.4px) !important;
  }
}

.u-pr-32 {
  padding-right: min(2.222vw, 38.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-32 {
    padding-right: min(8.533vw, 38.4px) !important;
  }
}

.u-pt-36 {
  padding-top: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-36 {
    padding-top: min(9.6vw, 43.2px) !important;
  }
}

.u-pb-36 {
  padding-bottom: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-36 {
    padding-bottom: min(9.6vw, 43.2px) !important;
  }
}

.u-pl-36 {
  padding-left: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-36 {
    padding-left: min(9.6vw, 43.2px) !important;
  }
}

.u-pr-36 {
  padding-right: min(2.5vw, 43.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-36 {
    padding-right: min(9.6vw, 43.2px) !important;
  }
}

.u-pt-40 {
  padding-top: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-40 {
    padding-top: min(10.667vw, 48px) !important;
  }
}

.u-pb-40 {
  padding-bottom: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-40 {
    padding-bottom: min(10.667vw, 48px) !important;
  }
}

.u-pl-40 {
  padding-left: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-40 {
    padding-left: min(10.667vw, 48px) !important;
  }
}

.u-pr-40 {
  padding-right: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-40 {
    padding-right: min(10.667vw, 48px) !important;
  }
}

.u-pt-44 {
  padding-top: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-44 {
    padding-top: min(11.733vw, 52.8px) !important;
  }
}

.u-pb-44 {
  padding-bottom: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-44 {
    padding-bottom: min(11.733vw, 52.8px) !important;
  }
}

.u-pl-44 {
  padding-left: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-44 {
    padding-left: min(11.733vw, 52.8px) !important;
  }
}

.u-pr-44 {
  padding-right: min(3.056vw, 52.8px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-44 {
    padding-right: min(11.733vw, 52.8px) !important;
  }
}

.u-pt-48 {
  padding-top: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-48 {
    padding-top: min(12.8vw, 57.6px) !important;
  }
}

.u-pb-48 {
  padding-bottom: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-48 {
    padding-bottom: min(12.8vw, 57.6px) !important;
  }
}

.u-pl-48 {
  padding-left: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-48 {
    padding-left: min(12.8vw, 57.6px) !important;
  }
}

.u-pr-48 {
  padding-right: min(3.333vw, 57.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-48 {
    padding-right: min(12.8vw, 57.6px) !important;
  }
}

.u-pt-52 {
  padding-top: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-52 {
    padding-top: min(13.867vw, 62.4px) !important;
  }
}

.u-pb-52 {
  padding-bottom: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-52 {
    padding-bottom: min(13.867vw, 62.4px) !important;
  }
}

.u-pl-52 {
  padding-left: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-52 {
    padding-left: min(13.867vw, 62.4px) !important;
  }
}

.u-pr-52 {
  padding-right: min(3.611vw, 62.4px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-52 {
    padding-right: min(13.867vw, 62.4px) !important;
  }
}

.u-pt-56 {
  padding-top: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-56 {
    padding-top: min(14.933vw, 67.2px) !important;
  }
}

.u-pb-56 {
  padding-bottom: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-56 {
    padding-bottom: min(14.933vw, 67.2px) !important;
  }
}

.u-pl-56 {
  padding-left: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-56 {
    padding-left: min(14.933vw, 67.2px) !important;
  }
}

.u-pr-56 {
  padding-right: min(3.889vw, 67.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-56 {
    padding-right: min(14.933vw, 67.2px) !important;
  }
}

.u-pt-60 {
  padding-top: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-pt-60 {
    padding-top: min(16vw, 72px) !important;
  }
}

.u-pb-60 {
  padding-bottom: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-pb-60 {
    padding-bottom: min(16vw, 72px) !important;
  }
}

.u-pl-60 {
  padding-left: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-pl-60 {
    padding-left: min(16vw, 72px) !important;
  }
}

.u-pr-60 {
  padding-right: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-pr-60 {
    padding-right: min(16vw, 72px) !important;
  }
}

@media screen and (max-width: 768px) {
  .u-pt-md-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-md-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-md-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-md-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-md-4 {
    padding-top: min(1.067vw, 4.8px) !important;
  }
  .u-pb-md-4 {
    padding-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-pl-md-4 {
    padding-left: min(1.067vw, 4.8px) !important;
  }
  .u-pr-md-4 {
    padding-right: min(1.067vw, 4.8px) !important;
  }
  .u-pt-md-8 {
    padding-top: min(2.133vw, 9.6px) !important;
  }
  .u-pb-md-8 {
    padding-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-pl-md-8 {
    padding-left: min(2.133vw, 9.6px) !important;
  }
  .u-pr-md-8 {
    padding-right: min(2.133vw, 9.6px) !important;
  }
  .u-pt-md-12 {
    padding-top: min(3.2vw, 14.4px) !important;
  }
  .u-pb-md-12 {
    padding-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-pl-md-12 {
    padding-left: min(3.2vw, 14.4px) !important;
  }
  .u-pr-md-12 {
    padding-right: min(3.2vw, 14.4px) !important;
  }
  .u-pt-md-16 {
    padding-top: min(4.267vw, 19.2px) !important;
  }
  .u-pb-md-16 {
    padding-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-pl-md-16 {
    padding-left: min(4.267vw, 19.2px) !important;
  }
  .u-pr-md-16 {
    padding-right: min(4.267vw, 19.2px) !important;
  }
  .u-pt-md-20 {
    padding-top: min(5.333vw, 24px) !important;
  }
  .u-pb-md-20 {
    padding-bottom: min(5.333vw, 24px) !important;
  }
  .u-pl-md-20 {
    padding-left: min(5.333vw, 24px) !important;
  }
  .u-pr-md-20 {
    padding-right: min(5.333vw, 24px) !important;
  }
  .u-pt-md-24 {
    padding-top: min(6.4vw, 28.8px) !important;
  }
  .u-pb-md-24 {
    padding-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-pl-md-24 {
    padding-left: min(6.4vw, 28.8px) !important;
  }
  .u-pr-md-24 {
    padding-right: min(6.4vw, 28.8px) !important;
  }
  .u-pt-md-28 {
    padding-top: min(7.467vw, 33.6px) !important;
  }
  .u-pb-md-28 {
    padding-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-pl-md-28 {
    padding-left: min(7.467vw, 33.6px) !important;
  }
  .u-pr-md-28 {
    padding-right: min(7.467vw, 33.6px) !important;
  }
  .u-pt-md-32 {
    padding-top: min(8.533vw, 38.4px) !important;
  }
  .u-pb-md-32 {
    padding-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-pl-md-32 {
    padding-left: min(8.533vw, 38.4px) !important;
  }
  .u-pr-md-32 {
    padding-right: min(8.533vw, 38.4px) !important;
  }
  .u-pt-md-36 {
    padding-top: min(9.6vw, 43.2px) !important;
  }
  .u-pb-md-36 {
    padding-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-pl-md-36 {
    padding-left: min(9.6vw, 43.2px) !important;
  }
  .u-pr-md-36 {
    padding-right: min(9.6vw, 43.2px) !important;
  }
  .u-pt-md-40 {
    padding-top: min(10.667vw, 48px) !important;
  }
  .u-pb-md-40 {
    padding-bottom: min(10.667vw, 48px) !important;
  }
  .u-pl-md-40 {
    padding-left: min(10.667vw, 48px) !important;
  }
  .u-pr-md-40 {
    padding-right: min(10.667vw, 48px) !important;
  }
  .u-pt-md-44 {
    padding-top: min(11.733vw, 52.8px) !important;
  }
  .u-pb-md-44 {
    padding-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-pl-md-44 {
    padding-left: min(11.733vw, 52.8px) !important;
  }
  .u-pr-md-44 {
    padding-right: min(11.733vw, 52.8px) !important;
  }
  .u-pt-md-48 {
    padding-top: min(12.8vw, 57.6px) !important;
  }
  .u-pb-md-48 {
    padding-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-pl-md-48 {
    padding-left: min(12.8vw, 57.6px) !important;
  }
  .u-pr-md-48 {
    padding-right: min(12.8vw, 57.6px) !important;
  }
  .u-pt-md-52 {
    padding-top: min(13.867vw, 62.4px) !important;
  }
  .u-pb-md-52 {
    padding-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-pl-md-52 {
    padding-left: min(13.867vw, 62.4px) !important;
  }
  .u-pr-md-52 {
    padding-right: min(13.867vw, 62.4px) !important;
  }
  .u-pt-md-56 {
    padding-top: min(14.933vw, 67.2px) !important;
  }
  .u-pb-md-56 {
    padding-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-pl-md-56 {
    padding-left: min(14.933vw, 67.2px) !important;
  }
  .u-pr-md-56 {
    padding-right: min(14.933vw, 67.2px) !important;
  }
  .u-pt-md-60 {
    padding-top: min(16vw, 72px) !important;
  }
  .u-pb-md-60 {
    padding-bottom: min(16vw, 72px) !important;
  }
  .u-pl-md-60 {
    padding-left: min(16vw, 72px) !important;
  }
  .u-pr-md-60 {
    padding-right: min(16vw, 72px) !important;
  }
}
@media screen and (min-width: 769px) {
  .u-pt-pc-0 {
    padding-top: min(0vw, 0px) !important;
  }
  .u-pb-pc-0 {
    padding-bottom: min(0vw, 0px) !important;
  }
  .u-pl-pc-0 {
    padding-left: min(0vw, 0px) !important;
  }
  .u-pr-pc-0 {
    padding-right: min(0vw, 0px) !important;
  }
  .u-pt-pc-4 {
    padding-top: min(1.067vw, 4.8px) !important;
  }
  .u-pb-pc-4 {
    padding-bottom: min(1.067vw, 4.8px) !important;
  }
  .u-pl-pc-4 {
    padding-left: min(1.067vw, 4.8px) !important;
  }
  .u-pr-pc-4 {
    padding-right: min(1.067vw, 4.8px) !important;
  }
  .u-pt-pc-8 {
    padding-top: min(2.133vw, 9.6px) !important;
  }
  .u-pb-pc-8 {
    padding-bottom: min(2.133vw, 9.6px) !important;
  }
  .u-pl-pc-8 {
    padding-left: min(2.133vw, 9.6px) !important;
  }
  .u-pr-pc-8 {
    padding-right: min(2.133vw, 9.6px) !important;
  }
  .u-pt-pc-12 {
    padding-top: min(3.2vw, 14.4px) !important;
  }
  .u-pb-pc-12 {
    padding-bottom: min(3.2vw, 14.4px) !important;
  }
  .u-pl-pc-12 {
    padding-left: min(3.2vw, 14.4px) !important;
  }
  .u-pr-pc-12 {
    padding-right: min(3.2vw, 14.4px) !important;
  }
  .u-pt-pc-16 {
    padding-top: min(4.267vw, 19.2px) !important;
  }
  .u-pb-pc-16 {
    padding-bottom: min(4.267vw, 19.2px) !important;
  }
  .u-pl-pc-16 {
    padding-left: min(4.267vw, 19.2px) !important;
  }
  .u-pr-pc-16 {
    padding-right: min(4.267vw, 19.2px) !important;
  }
  .u-pt-pc-20 {
    padding-top: min(5.333vw, 24px) !important;
  }
  .u-pb-pc-20 {
    padding-bottom: min(5.333vw, 24px) !important;
  }
  .u-pl-pc-20 {
    padding-left: min(5.333vw, 24px) !important;
  }
  .u-pr-pc-20 {
    padding-right: min(5.333vw, 24px) !important;
  }
  .u-pt-pc-24 {
    padding-top: min(6.4vw, 28.8px) !important;
  }
  .u-pb-pc-24 {
    padding-bottom: min(6.4vw, 28.8px) !important;
  }
  .u-pl-pc-24 {
    padding-left: min(6.4vw, 28.8px) !important;
  }
  .u-pr-pc-24 {
    padding-right: min(6.4vw, 28.8px) !important;
  }
  .u-pt-pc-28 {
    padding-top: min(7.467vw, 33.6px) !important;
  }
  .u-pb-pc-28 {
    padding-bottom: min(7.467vw, 33.6px) !important;
  }
  .u-pl-pc-28 {
    padding-left: min(7.467vw, 33.6px) !important;
  }
  .u-pr-pc-28 {
    padding-right: min(7.467vw, 33.6px) !important;
  }
  .u-pt-pc-32 {
    padding-top: min(8.533vw, 38.4px) !important;
  }
  .u-pb-pc-32 {
    padding-bottom: min(8.533vw, 38.4px) !important;
  }
  .u-pl-pc-32 {
    padding-left: min(8.533vw, 38.4px) !important;
  }
  .u-pr-pc-32 {
    padding-right: min(8.533vw, 38.4px) !important;
  }
  .u-pt-pc-36 {
    padding-top: min(9.6vw, 43.2px) !important;
  }
  .u-pb-pc-36 {
    padding-bottom: min(9.6vw, 43.2px) !important;
  }
  .u-pl-pc-36 {
    padding-left: min(9.6vw, 43.2px) !important;
  }
  .u-pr-pc-36 {
    padding-right: min(9.6vw, 43.2px) !important;
  }
  .u-pt-pc-40 {
    padding-top: min(10.667vw, 48px) !important;
  }
  .u-pb-pc-40 {
    padding-bottom: min(10.667vw, 48px) !important;
  }
  .u-pl-pc-40 {
    padding-left: min(10.667vw, 48px) !important;
  }
  .u-pr-pc-40 {
    padding-right: min(10.667vw, 48px) !important;
  }
  .u-pt-pc-44 {
    padding-top: min(11.733vw, 52.8px) !important;
  }
  .u-pb-pc-44 {
    padding-bottom: min(11.733vw, 52.8px) !important;
  }
  .u-pl-pc-44 {
    padding-left: min(11.733vw, 52.8px) !important;
  }
  .u-pr-pc-44 {
    padding-right: min(11.733vw, 52.8px) !important;
  }
  .u-pt-pc-48 {
    padding-top: min(12.8vw, 57.6px) !important;
  }
  .u-pb-pc-48 {
    padding-bottom: min(12.8vw, 57.6px) !important;
  }
  .u-pl-pc-48 {
    padding-left: min(12.8vw, 57.6px) !important;
  }
  .u-pr-pc-48 {
    padding-right: min(12.8vw, 57.6px) !important;
  }
  .u-pt-pc-52 {
    padding-top: min(13.867vw, 62.4px) !important;
  }
  .u-pb-pc-52 {
    padding-bottom: min(13.867vw, 62.4px) !important;
  }
  .u-pl-pc-52 {
    padding-left: min(13.867vw, 62.4px) !important;
  }
  .u-pr-pc-52 {
    padding-right: min(13.867vw, 62.4px) !important;
  }
  .u-pt-pc-56 {
    padding-top: min(14.933vw, 67.2px) !important;
  }
  .u-pb-pc-56 {
    padding-bottom: min(14.933vw, 67.2px) !important;
  }
  .u-pl-pc-56 {
    padding-left: min(14.933vw, 67.2px) !important;
  }
  .u-pr-pc-56 {
    padding-right: min(14.933vw, 67.2px) !important;
  }
  .u-pt-pc-60 {
    padding-top: min(16vw, 72px) !important;
  }
  .u-pb-pc-60 {
    padding-bottom: min(16vw, 72px) !important;
  }
  .u-pl-pc-60 {
    padding-left: min(16vw, 72px) !important;
  }
  .u-pr-pc-60 {
    padding-right: min(16vw, 72px) !important;
  }
}
.u-text--bold {
  font-weight: 700 !important;
}
.u-text--medium {
  font-weight: 500 !important;
}
.u-text--normal {
  font-weight: 400 !important;
}
.u-text--left {
  text-align: left !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
@media screen and (min-width: 769px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}
.u-text--notice {
  color: #AAA;
  font-size: clamp(8.8px, 0.764vw, 13.2px);
  font-weight: normal;
  line-height: 1.8;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: min(1.389vw, 24px);
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .u-text--notice {
    margin-top: min(5.333vw, 24px);
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.u-text--note {
  color: #AAA;
  font-size: clamp(8.8px, 0.764vw, 13.2px);
  font-weight: normal;
  line-height: 1.8;
  margin-top: min(1.389vw, 24px);
  vertical-align: text-top;
}
@media screen and (max-width: 768px) {
  .u-text--note {
    margin-top: min(5.333vw, 24px);
    font-size: clamp(8.8px, 2.933vw, 13.2px);
  }
}
.u-text--break {
  word-break: keep-all;
  overflow-wrap: break-word;
}

.u-fz--ll, .u-fz--ll a {
  font-size: clamp(22.4px, 1.944vw, 33.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-fz--ll, .u-fz--ll a {
    font-size: clamp(17.6px, 5.867vw, 26.4px) !important;
  }
}
.u-fz--l, .u-fz--l a {
  font-size: clamp(19.2px, 1.667vw, 28.8px) !important;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-fz--l, .u-fz--l a {
    font-size: clamp(12.8px, 4.267vw, 19.2px) !important;
  }
}
.u-fz--m, .u-fz--m a {
  font-size: clamp(16px, 1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-fz--m, .u-fz--m a {
    font-size: clamp(12.8px, 4.267vw, 19.2px) !important;
  }
}
.u-fz--n {
  font-size: clamp(12px, 1.042vw, 18px) !important;
}
@media screen and (max-width: 768px) {
  .u-fz--n {
    font-size: clamp(11.2px, 3.733vw, 16.8px) !important;
  }
}
.u-fz--s, .u-fz--s a {
  font-size: clamp(10.4px, 0.903vw, 15.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-fz--s, .u-fz--s a {
    font-size: clamp(8.8px, 2.933vw, 13.2px) !important;
  }
}
.u-fz--ss, .u-fz--ss a {
  font-size: clamp(8.8px, 0.764vw, 13.2px) !important;
}
@media screen and (max-width: 768px) {
  .u-fz--ss, .u-fz--ss a {
    font-size: clamp(8px, 2.667vw, 12px) !important;
  }
}
.u-fz--18, .u-fz--18 a {
  font-size: clamp(14.4px, 1.25vw, 21.6px) !important;
}
@media screen and (max-width: 768px) {
  .u-fz--18, .u-fz--18 a {
    font-size: clamp(14.4px, 4.8vw, 21.6px) !important;
  }
}

.u-textlink {
  color: #4875D5;
  text-decoration: underline;
  transition: color 0.3s;
}
@media screen and (min-width: 769px) {
  .u-textlink:hover {
    color: #92ACE3;
  }
}
.u-textlink--arrow, .u-textlink--pdf, .u-textlink--blank {
  display: inline-block;
  position: relative;
}
.u-textlink--arrow i:first-child, .u-textlink--pdf i:first-child, .u-textlink--blank i:first-child {
  color: #4875D5;
  text-decoration: none;
  position: absolute;
}
.u-textlink--arrow {
  padding-left: min(1.667vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow {
    padding-left: min(6.4vw, 28.8px);
  }
}
.u-textlink--arrow i:first-child {
  font-size: clamp(12.8px, 1.111vw, 19.2px);
  margin-right: 0.5em;
  margin-left: 0;
  left: 0px;
  top: min(0.556vw, 9.6px);
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow i:first-child {
    font-size: clamp(11.2px, 3.733vw, 16.8px);
    top: 0.6em;
  }
}
.u-textlink--arrow--secondary {
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary {
    padding-left: min(3.2vw, 14.4px);
  }
}
.u-textlink--arrow--secondary [class*=fa-angle] {
  font-size: clamp(16px, 1.389vw, 24px);
  left: -1px;
  top: 0.6em;
}
@media screen and (max-width: 768px) {
  .u-textlink--arrow--secondary [class*=fa-angle] {
    font-size: clamp(12px, 4vw, 18px);
  }
}
.u-textlink--pdf {
  padding-right: min(1.667vw, 28.8px);
}
@media screen and (max-width: 768px) {
  .u-textlink--pdf {
    padding-right: min(4.8vw, 21.6px);
  }
}
.u-textlink--pdf i:first-child {
  top: 0.5em;
}
.u-textlink--blank {
  padding-right: min(1.944vw, 33.6px);
}
@media screen and (max-width: 768px) {
  .u-textlink--blank {
    padding-right: min(6.4vw, 28.8px);
  }
}
.u-textlink--blank i:first-child {
  top: 0.4em;
}

p .fa-file-pdf, p .fa-external-link {
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.u-wid-10 {
  width: min(0.694vw, 12px) !important;
  min-width: min(0.694vw, 12px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-10 {
    width: min(0.694vw, 12px) !important;
    min-width: min(2.667vw, 12px) !important;
  }
}

.u-wid-20 {
  width: min(1.389vw, 24px) !important;
  min-width: min(1.389vw, 24px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-20 {
    width: min(1.389vw, 24px) !important;
    min-width: min(5.333vw, 24px) !important;
  }
}

.u-wid-30 {
  width: min(2.083vw, 36px) !important;
  min-width: min(2.083vw, 36px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-30 {
    width: min(2.083vw, 36px) !important;
    min-width: min(8vw, 36px) !important;
  }
}

.u-wid-40 {
  width: min(2.778vw, 48px) !important;
  min-width: min(2.778vw, 48px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-40 {
    width: min(2.778vw, 48px) !important;
    min-width: min(10.667vw, 48px) !important;
  }
}

.u-wid-50 {
  width: min(3.472vw, 60px) !important;
  min-width: min(3.472vw, 60px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-50 {
    width: min(3.472vw, 60px) !important;
    min-width: min(13.333vw, 60px) !important;
  }
}

.u-wid-60 {
  width: min(4.167vw, 72px) !important;
  min-width: min(4.167vw, 72px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-60 {
    width: min(4.167vw, 72px) !important;
    min-width: min(16vw, 72px) !important;
  }
}

.u-wid-70 {
  width: min(4.861vw, 84px) !important;
  min-width: min(4.861vw, 84px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-70 {
    width: min(4.861vw, 84px) !important;
    min-width: min(18.667vw, 84px) !important;
  }
}

.u-wid-80 {
  width: min(5.556vw, 96px) !important;
  min-width: min(5.556vw, 96px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-80 {
    width: min(5.556vw, 96px) !important;
    min-width: min(21.333vw, 96px) !important;
  }
}

.u-wid-90 {
  width: min(6.25vw, 108px) !important;
  min-width: min(6.25vw, 108px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-90 {
    width: min(6.25vw, 108px) !important;
    min-width: min(24vw, 108px) !important;
  }
}

.u-wid-100 {
  width: min(6.944vw, 120px) !important;
  min-width: min(6.944vw, 120px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-100 {
    width: min(6.944vw, 120px) !important;
    min-width: min(26.667vw, 120px) !important;
  }
}

.u-wid-110 {
  width: min(7.639vw, 132px) !important;
  min-width: min(7.639vw, 132px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-110 {
    width: min(7.639vw, 132px) !important;
    min-width: min(29.333vw, 132px) !important;
  }
}

.u-wid-120 {
  width: min(8.333vw, 144px) !important;
  min-width: min(8.333vw, 144px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-120 {
    width: min(8.333vw, 144px) !important;
    min-width: min(32vw, 144px) !important;
  }
}

.u-wid-130 {
  width: min(9.028vw, 156px) !important;
  min-width: min(9.028vw, 156px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-130 {
    width: min(9.028vw, 156px) !important;
    min-width: min(34.667vw, 156px) !important;
  }
}

.u-wid-140 {
  width: min(9.722vw, 168px) !important;
  min-width: min(9.722vw, 168px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-140 {
    width: min(9.722vw, 168px) !important;
    min-width: min(37.333vw, 168px) !important;
  }
}

.u-wid-150 {
  width: min(10.417vw, 180px) !important;
  min-width: min(10.417vw, 180px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-150 {
    width: min(10.417vw, 180px) !important;
    min-width: min(40vw, 180px) !important;
  }
}

.u-wid-160 {
  width: min(11.111vw, 192px) !important;
  min-width: min(11.111vw, 192px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-160 {
    width: min(11.111vw, 192px) !important;
    min-width: min(42.667vw, 192px) !important;
  }
}

.u-wid-170 {
  width: min(11.806vw, 204px) !important;
  min-width: min(11.806vw, 204px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-170 {
    width: min(11.806vw, 204px) !important;
    min-width: min(45.333vw, 204px) !important;
  }
}

.u-wid-180 {
  width: min(12.5vw, 216px) !important;
  min-width: min(12.5vw, 216px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-180 {
    width: min(12.5vw, 216px) !important;
    min-width: min(48vw, 216px) !important;
  }
}

.u-wid-190 {
  width: min(13.194vw, 228px) !important;
  min-width: min(13.194vw, 228px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-190 {
    width: min(13.194vw, 228px) !important;
    min-width: min(50.667vw, 228px) !important;
  }
}

.u-wid-200 {
  width: min(13.889vw, 240px) !important;
  min-width: min(13.889vw, 240px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-200 {
    width: min(13.889vw, 240px) !important;
    min-width: min(53.333vw, 240px) !important;
  }
}

.u-wid-210 {
  width: min(14.583vw, 252px) !important;
  min-width: min(14.583vw, 252px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-210 {
    width: min(14.583vw, 252px) !important;
    min-width: min(56vw, 252px) !important;
  }
}

.u-wid-220 {
  width: min(15.278vw, 264px) !important;
  min-width: min(15.278vw, 264px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-220 {
    width: min(15.278vw, 264px) !important;
    min-width: min(58.667vw, 264px) !important;
  }
}

.u-wid-230 {
  width: min(15.972vw, 276px) !important;
  min-width: min(15.972vw, 276px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-230 {
    width: min(15.972vw, 276px) !important;
    min-width: min(61.333vw, 276px) !important;
  }
}

.u-wid-240 {
  width: min(16.667vw, 288px) !important;
  min-width: min(16.667vw, 288px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-240 {
    width: min(16.667vw, 288px) !important;
    min-width: min(64vw, 288px) !important;
  }
}

.u-wid-250 {
  width: min(17.361vw, 300px) !important;
  min-width: min(17.361vw, 300px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-250 {
    width: min(17.361vw, 300px) !important;
    min-width: min(66.667vw, 300px) !important;
  }
}

.u-wid-260 {
  width: min(18.056vw, 312px) !important;
  min-width: min(18.056vw, 312px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-260 {
    width: min(18.056vw, 312px) !important;
    min-width: min(69.333vw, 312px) !important;
  }
}

.u-wid-270 {
  width: min(18.75vw, 324px) !important;
  min-width: min(18.75vw, 324px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-270 {
    width: min(18.75vw, 324px) !important;
    min-width: min(72vw, 324px) !important;
  }
}

.u-wid-280 {
  width: min(19.444vw, 336px) !important;
  min-width: min(19.444vw, 336px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-280 {
    width: min(19.444vw, 336px) !important;
    min-width: min(74.667vw, 336px) !important;
  }
}

.u-wid-290 {
  width: min(20.139vw, 348px) !important;
  min-width: min(20.139vw, 348px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-290 {
    width: min(20.139vw, 348px) !important;
    min-width: min(77.333vw, 348px) !important;
  }
}

.u-wid-300 {
  width: min(20.833vw, 360px) !important;
  min-width: min(20.833vw, 360px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-300 {
    width: min(20.833vw, 360px) !important;
    min-width: min(80vw, 360px) !important;
  }
}

.u-wid-310 {
  width: min(21.528vw, 372px) !important;
  min-width: min(21.528vw, 372px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-310 {
    width: min(21.528vw, 372px) !important;
    min-width: min(82.667vw, 372px) !important;
  }
}

.u-wid-320 {
  width: min(22.222vw, 384px) !important;
  min-width: min(22.222vw, 384px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-320 {
    width: min(22.222vw, 384px) !important;
    min-width: min(85.333vw, 384px) !important;
  }
}

.u-wid-330 {
  width: min(22.917vw, 396px) !important;
  min-width: min(22.917vw, 396px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-330 {
    width: min(22.917vw, 396px) !important;
    min-width: min(88vw, 396px) !important;
  }
}

.u-wid-340 {
  width: min(23.611vw, 408px) !important;
  min-width: min(23.611vw, 408px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-340 {
    width: min(23.611vw, 408px) !important;
    min-width: min(90.667vw, 408px) !important;
  }
}

.u-wid-350 {
  width: min(24.306vw, 420px) !important;
  min-width: min(24.306vw, 420px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-350 {
    width: min(24.306vw, 420px) !important;
    min-width: min(93.333vw, 420px) !important;
  }
}

.u-wid-360 {
  width: min(25vw, 432px) !important;
  min-width: min(25vw, 432px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-360 {
    width: min(25vw, 432px) !important;
    min-width: min(96vw, 432px) !important;
  }
}

.u-wid-370 {
  width: min(25.694vw, 444px) !important;
  min-width: min(25.694vw, 444px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-370 {
    width: min(25.694vw, 444px) !important;
    min-width: min(98.667vw, 444px) !important;
  }
}

.u-wid-380 {
  width: min(26.389vw, 456px) !important;
  min-width: min(26.389vw, 456px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-380 {
    width: min(26.389vw, 456px) !important;
    min-width: min(101.333vw, 456px) !important;
  }
}

.u-wid-390 {
  width: min(27.083vw, 468px) !important;
  min-width: min(27.083vw, 468px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-390 {
    width: min(27.083vw, 468px) !important;
    min-width: min(104vw, 468px) !important;
  }
}

.u-wid-400 {
  width: min(27.778vw, 480px) !important;
  min-width: min(27.778vw, 480px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-400 {
    width: min(27.778vw, 480px) !important;
    min-width: min(106.667vw, 480px) !important;
  }
}

.u-wid-410 {
  width: min(28.472vw, 492px) !important;
  min-width: min(28.472vw, 492px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-410 {
    width: min(28.472vw, 492px) !important;
    min-width: min(109.333vw, 492px) !important;
  }
}

.u-wid-420 {
  width: min(29.167vw, 504px) !important;
  min-width: min(29.167vw, 504px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-420 {
    width: min(29.167vw, 504px) !important;
    min-width: min(112vw, 504px) !important;
  }
}

.u-wid-430 {
  width: min(29.861vw, 516px) !important;
  min-width: min(29.861vw, 516px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-430 {
    width: min(29.861vw, 516px) !important;
    min-width: min(114.667vw, 516px) !important;
  }
}

.u-wid-440 {
  width: min(30.556vw, 528px) !important;
  min-width: min(30.556vw, 528px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-440 {
    width: min(30.556vw, 528px) !important;
    min-width: min(117.333vw, 528px) !important;
  }
}

.u-wid-450 {
  width: min(31.25vw, 540px) !important;
  min-width: min(31.25vw, 540px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-450 {
    width: min(31.25vw, 540px) !important;
    min-width: min(120vw, 540px) !important;
  }
}

.u-wid-460 {
  width: min(31.944vw, 552px) !important;
  min-width: min(31.944vw, 552px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-460 {
    width: min(31.944vw, 552px) !important;
    min-width: min(122.667vw, 552px) !important;
  }
}

.u-wid-470 {
  width: min(32.639vw, 564px) !important;
  min-width: min(32.639vw, 564px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-470 {
    width: min(32.639vw, 564px) !important;
    min-width: min(125.333vw, 564px) !important;
  }
}

.u-wid-480 {
  width: min(33.333vw, 576px) !important;
  min-width: min(33.333vw, 576px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-480 {
    width: min(33.333vw, 576px) !important;
    min-width: min(128vw, 576px) !important;
  }
}

.u-wid-490 {
  width: min(34.028vw, 588px) !important;
  min-width: min(34.028vw, 588px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-490 {
    width: min(34.028vw, 588px) !important;
    min-width: min(130.667vw, 588px) !important;
  }
}

.u-wid-500 {
  width: min(34.722vw, 600px) !important;
  min-width: min(34.722vw, 600px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-500 {
    width: min(34.722vw, 600px) !important;
    min-width: min(133.333vw, 600px) !important;
  }
}

.u-wid-510 {
  width: min(35.417vw, 612px) !important;
  min-width: min(35.417vw, 612px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-510 {
    width: min(35.417vw, 612px) !important;
    min-width: min(136vw, 612px) !important;
  }
}

.u-wid-520 {
  width: min(36.111vw, 624px) !important;
  min-width: min(36.111vw, 624px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-520 {
    width: min(36.111vw, 624px) !important;
    min-width: min(138.667vw, 624px) !important;
  }
}

.u-wid-530 {
  width: min(36.806vw, 636px) !important;
  min-width: min(36.806vw, 636px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-530 {
    width: min(36.806vw, 636px) !important;
    min-width: min(141.333vw, 636px) !important;
  }
}

.u-wid-540 {
  width: min(37.5vw, 648px) !important;
  min-width: min(37.5vw, 648px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-540 {
    width: min(37.5vw, 648px) !important;
    min-width: min(144vw, 648px) !important;
  }
}

.u-wid-550 {
  width: min(38.194vw, 660px) !important;
  min-width: min(38.194vw, 660px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-550 {
    width: min(38.194vw, 660px) !important;
    min-width: min(146.667vw, 660px) !important;
  }
}

.u-wid-560 {
  width: min(38.889vw, 672px) !important;
  min-width: min(38.889vw, 672px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-560 {
    width: min(38.889vw, 672px) !important;
    min-width: min(149.333vw, 672px) !important;
  }
}

.u-wid-570 {
  width: min(39.583vw, 684px) !important;
  min-width: min(39.583vw, 684px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-570 {
    width: min(39.583vw, 684px) !important;
    min-width: min(152vw, 684px) !important;
  }
}

.u-wid-580 {
  width: min(40.278vw, 696px) !important;
  min-width: min(40.278vw, 696px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-580 {
    width: min(40.278vw, 696px) !important;
    min-width: min(154.667vw, 696px) !important;
  }
}

.u-wid-590 {
  width: min(40.972vw, 708px) !important;
  min-width: min(40.972vw, 708px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-590 {
    width: min(40.972vw, 708px) !important;
    min-width: min(157.333vw, 708px) !important;
  }
}

.u-wid-600 {
  width: min(41.667vw, 720px) !important;
  min-width: min(41.667vw, 720px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-600 {
    width: min(41.667vw, 720px) !important;
    min-width: min(160vw, 720px) !important;
  }
}

.u-wid-610 {
  width: min(42.361vw, 732px) !important;
  min-width: min(42.361vw, 732px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-610 {
    width: min(42.361vw, 732px) !important;
    min-width: min(162.667vw, 732px) !important;
  }
}

.u-wid-620 {
  width: min(43.056vw, 744px) !important;
  min-width: min(43.056vw, 744px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-620 {
    width: min(43.056vw, 744px) !important;
    min-width: min(165.333vw, 744px) !important;
  }
}

.u-wid-630 {
  width: min(43.75vw, 756px) !important;
  min-width: min(43.75vw, 756px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-630 {
    width: min(43.75vw, 756px) !important;
    min-width: min(168vw, 756px) !important;
  }
}

.u-wid-640 {
  width: min(44.444vw, 768px) !important;
  min-width: min(44.444vw, 768px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-640 {
    width: min(44.444vw, 768px) !important;
    min-width: min(170.667vw, 768px) !important;
  }
}

.u-wid-650 {
  width: min(45.139vw, 780px) !important;
  min-width: min(45.139vw, 780px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-650 {
    width: min(45.139vw, 780px) !important;
    min-width: min(173.333vw, 780px) !important;
  }
}

.u-wid-660 {
  width: min(45.833vw, 792px) !important;
  min-width: min(45.833vw, 792px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-660 {
    width: min(45.833vw, 792px) !important;
    min-width: min(176vw, 792px) !important;
  }
}

.u-wid-670 {
  width: min(46.528vw, 804px) !important;
  min-width: min(46.528vw, 804px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-670 {
    width: min(46.528vw, 804px) !important;
    min-width: min(178.667vw, 804px) !important;
  }
}

.u-wid-680 {
  width: min(47.222vw, 816px) !important;
  min-width: min(47.222vw, 816px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-680 {
    width: min(47.222vw, 816px) !important;
    min-width: min(181.333vw, 816px) !important;
  }
}

.u-wid-690 {
  width: min(47.917vw, 828px) !important;
  min-width: min(47.917vw, 828px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-690 {
    width: min(47.917vw, 828px) !important;
    min-width: min(184vw, 828px) !important;
  }
}

.u-wid-700 {
  width: min(48.611vw, 840px) !important;
  min-width: min(48.611vw, 840px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-700 {
    width: min(48.611vw, 840px) !important;
    min-width: min(186.667vw, 840px) !important;
  }
}

.u-wid-710 {
  width: min(49.306vw, 852px) !important;
  min-width: min(49.306vw, 852px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-710 {
    width: min(49.306vw, 852px) !important;
    min-width: min(189.333vw, 852px) !important;
  }
}

.u-wid-720 {
  width: min(50vw, 864px) !important;
  min-width: min(50vw, 864px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-720 {
    width: min(50vw, 864px) !important;
    min-width: min(192vw, 864px) !important;
  }
}

.u-wid-730 {
  width: min(50.694vw, 876px) !important;
  min-width: min(50.694vw, 876px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-730 {
    width: min(50.694vw, 876px) !important;
    min-width: min(194.667vw, 876px) !important;
  }
}

.u-wid-740 {
  width: min(51.389vw, 888px) !important;
  min-width: min(51.389vw, 888px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-740 {
    width: min(51.389vw, 888px) !important;
    min-width: min(197.333vw, 888px) !important;
  }
}

.u-wid-750 {
  width: min(52.083vw, 900px) !important;
  min-width: min(52.083vw, 900px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-750 {
    width: min(52.083vw, 900px) !important;
    min-width: min(200vw, 900px) !important;
  }
}

.u-wid-760 {
  width: min(52.778vw, 912px) !important;
  min-width: min(52.778vw, 912px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-760 {
    width: min(52.778vw, 912px) !important;
    min-width: min(202.667vw, 912px) !important;
  }
}

.u-wid-770 {
  width: min(53.472vw, 924px) !important;
  min-width: min(53.472vw, 924px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-770 {
    width: min(53.472vw, 924px) !important;
    min-width: min(205.333vw, 924px) !important;
  }
}

.u-wid-780 {
  width: min(54.167vw, 936px) !important;
  min-width: min(54.167vw, 936px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-780 {
    width: min(54.167vw, 936px) !important;
    min-width: min(208vw, 936px) !important;
  }
}

.u-wid-790 {
  width: min(54.861vw, 948px) !important;
  min-width: min(54.861vw, 948px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-790 {
    width: min(54.861vw, 948px) !important;
    min-width: min(210.667vw, 948px) !important;
  }
}

.u-wid-800 {
  width: min(55.556vw, 960px) !important;
  min-width: min(55.556vw, 960px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-800 {
    width: min(55.556vw, 960px) !important;
    min-width: min(213.333vw, 960px) !important;
  }
}

.u-wid-810 {
  width: min(56.25vw, 972px) !important;
  min-width: min(56.25vw, 972px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-810 {
    width: min(56.25vw, 972px) !important;
    min-width: min(216vw, 972px) !important;
  }
}

.u-wid-820 {
  width: min(56.944vw, 984px) !important;
  min-width: min(56.944vw, 984px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-820 {
    width: min(56.944vw, 984px) !important;
    min-width: min(218.667vw, 984px) !important;
  }
}

.u-wid-830 {
  width: min(57.639vw, 996px) !important;
  min-width: min(57.639vw, 996px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-830 {
    width: min(57.639vw, 996px) !important;
    min-width: min(221.333vw, 996px) !important;
  }
}

.u-wid-840 {
  width: min(58.333vw, 1008px) !important;
  min-width: min(58.333vw, 1008px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-840 {
    width: min(58.333vw, 1008px) !important;
    min-width: min(224vw, 1008px) !important;
  }
}

.u-wid-850 {
  width: min(59.028vw, 1020px) !important;
  min-width: min(59.028vw, 1020px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-850 {
    width: min(59.028vw, 1020px) !important;
    min-width: min(226.667vw, 1020px) !important;
  }
}

.u-wid-860 {
  width: min(59.722vw, 1032px) !important;
  min-width: min(59.722vw, 1032px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-860 {
    width: min(59.722vw, 1032px) !important;
    min-width: min(229.333vw, 1032px) !important;
  }
}

.u-wid-870 {
  width: min(60.417vw, 1044px) !important;
  min-width: min(60.417vw, 1044px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-870 {
    width: min(60.417vw, 1044px) !important;
    min-width: min(232vw, 1044px) !important;
  }
}

.u-wid-880 {
  width: min(61.111vw, 1056px) !important;
  min-width: min(61.111vw, 1056px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-880 {
    width: min(61.111vw, 1056px) !important;
    min-width: min(234.667vw, 1056px) !important;
  }
}

.u-wid-890 {
  width: min(61.806vw, 1068px) !important;
  min-width: min(61.806vw, 1068px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-890 {
    width: min(61.806vw, 1068px) !important;
    min-width: min(237.333vw, 1068px) !important;
  }
}

.u-wid-900 {
  width: min(62.5vw, 1080px) !important;
  min-width: min(62.5vw, 1080px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-900 {
    width: min(62.5vw, 1080px) !important;
    min-width: min(240vw, 1080px) !important;
  }
}

.u-wid-910 {
  width: min(63.194vw, 1092px) !important;
  min-width: min(63.194vw, 1092px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-910 {
    width: min(63.194vw, 1092px) !important;
    min-width: min(242.667vw, 1092px) !important;
  }
}

.u-wid-920 {
  width: min(63.889vw, 1104px) !important;
  min-width: min(63.889vw, 1104px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-920 {
    width: min(63.889vw, 1104px) !important;
    min-width: min(245.333vw, 1104px) !important;
  }
}

.u-wid-930 {
  width: min(64.583vw, 1116px) !important;
  min-width: min(64.583vw, 1116px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-930 {
    width: min(64.583vw, 1116px) !important;
    min-width: min(248vw, 1116px) !important;
  }
}

.u-wid-940 {
  width: min(65.278vw, 1128px) !important;
  min-width: min(65.278vw, 1128px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-940 {
    width: min(65.278vw, 1128px) !important;
    min-width: min(250.667vw, 1128px) !important;
  }
}

.u-wid-950 {
  width: min(65.972vw, 1140px) !important;
  min-width: min(65.972vw, 1140px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-950 {
    width: min(65.972vw, 1140px) !important;
    min-width: min(253.333vw, 1140px) !important;
  }
}

.u-wid-960 {
  width: min(66.667vw, 1152px) !important;
  min-width: min(66.667vw, 1152px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-960 {
    width: min(66.667vw, 1152px) !important;
    min-width: min(256vw, 1152px) !important;
  }
}

.u-wid-970 {
  width: min(67.361vw, 1164px) !important;
  min-width: min(67.361vw, 1164px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-970 {
    width: min(67.361vw, 1164px) !important;
    min-width: min(258.667vw, 1164px) !important;
  }
}

.u-wid-980 {
  width: min(68.056vw, 1176px) !important;
  min-width: min(68.056vw, 1176px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-980 {
    width: min(68.056vw, 1176px) !important;
    min-width: min(261.333vw, 1176px) !important;
  }
}

.u-wid-990 {
  width: min(68.75vw, 1188px) !important;
  min-width: min(68.75vw, 1188px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-990 {
    width: min(68.75vw, 1188px) !important;
    min-width: min(264vw, 1188px) !important;
  }
}

.u-wid-1000 {
  width: min(69.444vw, 1200px) !important;
  min-width: min(69.444vw, 1200px) !important;
}
@media screen and (max-width: 768px) {
  .u-wid-1000 {
    width: min(69.444vw, 1200px) !important;
    min-width: min(266.667vw, 1200px) !important;
  }
}

.u-wid-05per {
  width: 5% !important;
  min-width: 5% !important;
}

.u-wid-10per {
  width: 10% !important;
  min-width: 10% !important;
}

.u-wid-15per {
  width: 15% !important;
  min-width: 15% !important;
}

.u-wid-20per {
  width: 20% !important;
  min-width: 20% !important;
}

.u-wid-25per {
  width: 25% !important;
  min-width: 25% !important;
}

.u-wid-30per {
  width: 30% !important;
  min-width: 30% !important;
}

.u-wid-35per {
  width: 35% !important;
  min-width: 35% !important;
}

.u-wid-40per {
  width: 40% !important;
  min-width: 40% !important;
}

.u-wid-45per {
  width: 45% !important;
  min-width: 45% !important;
}

.u-wid-50per {
  width: 50% !important;
  min-width: 50% !important;
}

.u-wid-55per {
  width: 55% !important;
  min-width: 55% !important;
}

.u-wid-60per {
  width: 60% !important;
  min-width: 60% !important;
}

.u-wid-65per {
  width: 65% !important;
  min-width: 65% !important;
}

.u-wid-70per {
  width: 70% !important;
  min-width: 70% !important;
}

.u-wid-75per {
  width: 75% !important;
  min-width: 75% !important;
}

.u-wid-80per {
  width: 80% !important;
  min-width: 80% !important;
}

.u-wid-85per {
  width: 85% !important;
  min-width: 85% !important;
}

.u-wid-90per {
  width: 90% !important;
  min-width: 90% !important;
}

.u-wid-95per {
  width: 95% !important;
  min-width: 95% !important;
}

.u-wid-100per {
  width: 100% !important;
  min-width: 100% !important;
}

.u-wid-auto {
  width: auto !important;
  min-width: 0;
}

@media screen and (max-width: 768px) {
  .u-wid-md-10 {
    width: min(0.694vw, 12px) !important;
    min-width: min(0.694vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-10 {
    width: min(0.694vw, 12px) !important;
    min-width: min(2.667vw, 12px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.389vw, 24px) !important;
    min-width: min(1.389vw, 24px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-20 {
    width: min(1.389vw, 24px) !important;
    min-width: min(5.333vw, 24px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.083vw, 36px) !important;
    min-width: min(2.083vw, 36px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-30 {
    width: min(2.083vw, 36px) !important;
    min-width: min(8vw, 36px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(2.778vw, 48px) !important;
    min-width: min(2.778vw, 48px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-40 {
    width: min(2.778vw, 48px) !important;
    min-width: min(10.667vw, 48px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.472vw, 60px) !important;
    min-width: min(3.472vw, 60px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-50 {
    width: min(3.472vw, 60px) !important;
    min-width: min(13.333vw, 60px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.167vw, 72px) !important;
    min-width: min(4.167vw, 72px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-60 {
    width: min(4.167vw, 72px) !important;
    min-width: min(16vw, 72px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(4.861vw, 84px) !important;
    min-width: min(4.861vw, 84px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-70 {
    width: min(4.861vw, 84px) !important;
    min-width: min(18.667vw, 84px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(5.556vw, 96px) !important;
    min-width: min(5.556vw, 96px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-80 {
    width: min(5.556vw, 96px) !important;
    min-width: min(21.333vw, 96px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(6.25vw, 108px) !important;
    min-width: min(6.25vw, 108px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-90 {
    width: min(6.25vw, 108px) !important;
    min-width: min(24vw, 108px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(6.944vw, 120px) !important;
    min-width: min(6.944vw, 120px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-100 {
    width: min(6.944vw, 120px) !important;
    min-width: min(26.667vw, 120px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(7.639vw, 132px) !important;
    min-width: min(7.639vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-110 {
    width: min(7.639vw, 132px) !important;
    min-width: min(29.333vw, 132px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(8.333vw, 144px) !important;
    min-width: min(8.333vw, 144px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-120 {
    width: min(8.333vw, 144px) !important;
    min-width: min(32vw, 144px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(9.028vw, 156px) !important;
    min-width: min(9.028vw, 156px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-130 {
    width: min(9.028vw, 156px) !important;
    min-width: min(34.667vw, 156px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(9.722vw, 168px) !important;
    min-width: min(9.722vw, 168px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-140 {
    width: min(9.722vw, 168px) !important;
    min-width: min(37.333vw, 168px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(10.417vw, 180px) !important;
    min-width: min(10.417vw, 180px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-150 {
    width: min(10.417vw, 180px) !important;
    min-width: min(40vw, 180px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(11.111vw, 192px) !important;
    min-width: min(11.111vw, 192px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-160 {
    width: min(11.111vw, 192px) !important;
    min-width: min(42.667vw, 192px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(11.806vw, 204px) !important;
    min-width: min(11.806vw, 204px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-170 {
    width: min(11.806vw, 204px) !important;
    min-width: min(45.333vw, 204px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(12.5vw, 216px) !important;
    min-width: min(12.5vw, 216px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-180 {
    width: min(12.5vw, 216px) !important;
    min-width: min(48vw, 216px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(13.194vw, 228px) !important;
    min-width: min(13.194vw, 228px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-190 {
    width: min(13.194vw, 228px) !important;
    min-width: min(50.667vw, 228px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(13.889vw, 240px) !important;
    min-width: min(13.889vw, 240px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-200 {
    width: min(13.889vw, 240px) !important;
    min-width: min(53.333vw, 240px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(14.583vw, 252px) !important;
    min-width: min(14.583vw, 252px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-210 {
    width: min(14.583vw, 252px) !important;
    min-width: min(56vw, 252px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(15.278vw, 264px) !important;
    min-width: min(15.278vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-220 {
    width: min(15.278vw, 264px) !important;
    min-width: min(58.667vw, 264px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(15.972vw, 276px) !important;
    min-width: min(15.972vw, 276px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-230 {
    width: min(15.972vw, 276px) !important;
    min-width: min(61.333vw, 276px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(16.667vw, 288px) !important;
    min-width: min(16.667vw, 288px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-240 {
    width: min(16.667vw, 288px) !important;
    min-width: min(64vw, 288px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(17.361vw, 300px) !important;
    min-width: min(17.361vw, 300px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-250 {
    width: min(17.361vw, 300px) !important;
    min-width: min(66.667vw, 300px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(18.056vw, 312px) !important;
    min-width: min(18.056vw, 312px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-260 {
    width: min(18.056vw, 312px) !important;
    min-width: min(69.333vw, 312px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(18.75vw, 324px) !important;
    min-width: min(18.75vw, 324px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-270 {
    width: min(18.75vw, 324px) !important;
    min-width: min(72vw, 324px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(19.444vw, 336px) !important;
    min-width: min(19.444vw, 336px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-280 {
    width: min(19.444vw, 336px) !important;
    min-width: min(74.667vw, 336px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(20.139vw, 348px) !important;
    min-width: min(20.139vw, 348px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-290 {
    width: min(20.139vw, 348px) !important;
    min-width: min(77.333vw, 348px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(20.833vw, 360px) !important;
    min-width: min(20.833vw, 360px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-300 {
    width: min(20.833vw, 360px) !important;
    min-width: min(80vw, 360px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(21.528vw, 372px) !important;
    min-width: min(21.528vw, 372px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-310 {
    width: min(21.528vw, 372px) !important;
    min-width: min(82.667vw, 372px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(22.222vw, 384px) !important;
    min-width: min(22.222vw, 384px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-320 {
    width: min(22.222vw, 384px) !important;
    min-width: min(85.333vw, 384px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(22.917vw, 396px) !important;
    min-width: min(22.917vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-330 {
    width: min(22.917vw, 396px) !important;
    min-width: min(88vw, 396px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(23.611vw, 408px) !important;
    min-width: min(23.611vw, 408px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-340 {
    width: min(23.611vw, 408px) !important;
    min-width: min(90.667vw, 408px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(24.306vw, 420px) !important;
    min-width: min(24.306vw, 420px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-350 {
    width: min(24.306vw, 420px) !important;
    min-width: min(93.333vw, 420px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(25vw, 432px) !important;
    min-width: min(25vw, 432px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-360 {
    width: min(25vw, 432px) !important;
    min-width: min(96vw, 432px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(25.694vw, 444px) !important;
    min-width: min(25.694vw, 444px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-370 {
    width: min(25.694vw, 444px) !important;
    min-width: min(98.667vw, 444px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(26.389vw, 456px) !important;
    min-width: min(26.389vw, 456px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-380 {
    width: min(26.389vw, 456px) !important;
    min-width: min(101.333vw, 456px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(27.083vw, 468px) !important;
    min-width: min(27.083vw, 468px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-390 {
    width: min(27.083vw, 468px) !important;
    min-width: min(104vw, 468px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(27.778vw, 480px) !important;
    min-width: min(27.778vw, 480px) !important;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .u-wid-md-400 {
    width: min(27.778vw, 480px) !important;
    min-width: min(106.667vw, 480px) !important;
  }
}
@media screen and (max-width: 768px) {
  .u-wid-md-10per {
    width: 10% !important;
    min-width: 10% !important;
  }
  .u-wid-md-20per {
    width: 20% !important;
    min-width: 20% !important;
  }
  .u-wid-md-30per {
    width: 30% !important;
    min-width: 30% !important;
  }
  .u-wid-md-40per {
    width: 40% !important;
    min-width: 40% !important;
  }
  .u-wid-md-50per {
    width: 50% !important;
    min-width: 50% !important;
  }
  .u-wid-md-60per {
    width: 60% !important;
    min-width: 60% !important;
  }
  .u-wid-md-70per {
    width: 70% !important;
    min-width: 70% !important;
  }
  .u-wid-md-80per {
    width: 80% !important;
    min-width: 80% !important;
  }
  .u-wid-md-90per {
    width: 90% !important;
    min-width: 90% !important;
  }
  .u-wid-md-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.u-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}

.u-limit__wrap {
  display: flex;
  height: 100%;
}
.u-limit--2line {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 100%;
  overflow: hidden;
}

.u-bg--white {
  background-color: #fff;
}
.u-bg__border {
  border: 1px solid #E8E8E8;
}

.u-hover {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .u-hover:hover {
    opacity: 0.6;
  }
}