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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

:lang(en) {
  font-weight: 600;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
  letter-spacing: 0.05em;
}

html, body {
  width: 100%;
  min-height: 100%;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (min-width: 1025px) {
  html, body {
    overflow: auto !important;
  }
}

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

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

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  body {
    font-size: 1.4rem;
  }
}

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

a {
  word-wrap: break-word;
  transition: all 0.3s ease;
}
a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease;
}
@media screen and (min-width: 767px) {
  a:hover {
    text-decoration: none;
  }
}

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

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

p {
  margin-bottom: 24px;
}
@media screen and (max-width: 766px) {
  p {
    margin-bottom: 20px;
  }
}
p small {
  font-size: 1.2rem;
}
p a {
  color: #F39801;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  p a:hover {
    color: #F39801;
    text-decoration: none;
  }
}

strong {
  font-weight: bold;
}

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

hr {
  height: 1px;
  background-color: #D3D3D3;
  border: none;
  margin: 20px 0;
}

em {
  font-style: normal;
  text-decoration: underline;
}

button {
  outline: none;
}

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

svg {
  line-height: 1;
  max-width: 100%;
  height: auto;
  fill: currentcolor;
  vertical-align: bottom;
}

.l-container {
  width: auto;
  height: auto;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s ease;
  overflow-x: hidden;
}
@media screen and (min-width: 1025px) {
  .l-container.is-scrolled {
    padding-top: 70px;
  }
}

.l-content {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  margin: auto;
  position: relative;
  z-index: 5;
}

.l-section {
  padding: 7.7777777778% 0 8.3333333333%;
  position: relative;
}
@media screen and (max-width: 766px) {
  .l-section {
    padding: 19.2% 0 21.3333333333%;
  }
}
.l-section--first {
  padding-top: 106px;
}
@media screen and (max-width: 1024px) {
  .l-section--first {
    padding-top: 70px;
  }
}
.l-section--banner {
  padding: 7.7777777778% 0 7.7777777778%;
}
@media screen and (max-width: 766px) {
  .l-section--banner {
    padding-top: 17.0666666667vw;
    padding-bottom: 19.2vw;
  }
}
.l-section--mission {
  padding: 7.7777777778% 0 7.7777777778%;
}
@media screen and (max-width: 766px) {
  .l-section--mission {
    padding-top: 17.0666666667vw;
    padding-bottom: 12.8vw;
  }
}
.l-section--mission2 {
  padding: 7.7777777778% 0 7.7777777778%;
}
@media screen and (max-width: 766px) {
  .l-section--mission2 {
    padding-top: 12.8vw;
    padding-bottom: 11.2vw;
  }
}
.l-section--mission3 {
  padding-top: 8.3333333333%;
  padding-bottom: 8.3333333333%;
}
@media screen and (max-width: 766px) {
  .l-section--mission3 {
    padding-top: 13.8666666667vw;
    padding-bottom: 19.2vw;
  }
}
@media screen and (max-width: 766px) {
  .l-section--middle {
    padding-top: 17.0666666667vw;
    padding-bottom: 19.2vw;
  }
}
.l-section--last {
  padding-top: 8.3333333333vw;
  padding-bottom: 8.3333333333vw;
}
@media screen and (max-width: 766px) {
  .l-section--last {
    padding-top: 19.2vw;
    padding-bottom: 19.2vw;
  }
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 83.3333333333%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 766px) {
  .l-inner {
    width: 89.3333333333%;
  }
}
@media screen and (max-width: 766px) {
  .l-inner--s {
    width: 81.3333333333%;
  }
}
.l-inner--fixd {
  max-width: 996px;
  padding-left: 36px;
  padding-right: 36px;
}
@media screen and (min-width: 767px) {
  .l-inner--slim-pc {
    width: 69.4444444444%;
    max-width: 1000px;
  }
}
.l-inner--wide {
  max-width: 1400px;
}
@media (max-width: 1360px) {
  .l-inner--wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--confined {
  max-width: 1140px;
}
@media (max-width: 980px) {
  .l-inner--confined {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 767px) {
  .l-inner--narrow {
    width: 69.4444444444%;
    max-width: 1000px;
  }
}
@media screen and (max-width: 766px) {
  .l-inner--sp--wide {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 766px) {
  .l-inner--footer {
    width: 81.3333333333%;
  }
}
@media screen and (min-width: 767px) {
  .l-inner--side {
    width: 100%;
    margin: 0;
    padding-right: 8.3333333333vw;
    padding-left: 0;
  }
}
.l-inner--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 767px) {
  .l-inner--full-pc {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.l-inner > *:first-child {
  margin-top: 0;
}

.l-inner > *:last-child {
  margin-bottom: 0;
}

.l-contact {
  padding: 60px 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/img/common/bg_contact.png);
}
@media screen and (min-width: 1025px) {
  .l-contact {
    height: 520px;
  }
}
.l-contact__item > *:first-child {
  margin-top: 0;
}
.l-contact__item > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .l-contact__item:not(:last-child) {
    border-right: 1px solid #767C72;
  }
}
@media screen and (max-width: 766px) {
  .l-contact__item:not(:last-child) {
    border-bottom: 1px solid #767C72;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 766px) {
  .l-contact__item:not(:first-child) {
    padding-top: 30px;
  }
}

.l-break-out {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.l-grid {
  display: grid;
}
@media screen and (max-width: 766px) {
  .p-swiper .l-grid {
    display: flex;
    gap: 0;
  }
}
.l-grid__col2 {
  grid-template-columns: 1fr 1fr;
  gap: 0 clamp(10px, (40/1440*100vw), 100%);
}
@media screen and (max-width: 766px) {
  .l-grid__col2[data-type=md-100per] {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.l-grid__col3 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 44px clamp(10px, 2.7777777778vw, 100%);
}
@media screen and (max-width: 766px) {
  .l-grid__col3 {
    grid-template-columns: 1fr 1fr;
    gap: 36px 8px;
  }
}
.l-grid__col3[data-type=tb-100per] {
  gap: 16px clamp(10px, 2.7777777778vw, 100%);
}
@media screen and (max-width: 1024px) {
  .l-grid__col3[data-type=tb-100per] {
    grid-template-columns: 1fr;
    gap: 36px 0;
  }
}
.l-grid__col3[data-type=md-100per] {
  gap: 16px clamp(10px, 2.7777777778vw, 100%);
}
@media screen and (max-width: 766px) {
  .l-grid__col3[data-type=md-100per] {
    grid-template-columns: 1fr;
    gap: 16px 0;
  }
}
.l-grid__col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 12px;
}
@media screen and (max-width: 1024px) {
  .l-grid__col4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

.l-footer {
  width: 100%;
  margin-top: auto;
  background-color: #000;
}
.l-footer__wrapper {
  width: 100%;
  position: relative;
}
.l-footer__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  width: 83.3333333333%;
  padding-top: 88px;
  margin: 0 auto 100px;
  box-sizing: border-box;
}
@media screen and (max-width: 766px) {
  .l-footer__inner {
    width: 78.6666666667%;
    padding-top: 48px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1100px) {
  .l-footer__inner {
    display: block;
  }
}
.l-footer__inner--low {
  display: block;
  padding: 40px 0;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  .l-footer__inner--low {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 766px) {
  .l-footer__inner--low {
    padding: 20px;
  }
}

.p-footer__logo {
  margin-right: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width: 766px) {
  .p-footer__logo {
    margin-bottom: 26px;
  }
}
.p-footer__logo a {
  width: 180px;
  height: 48px;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-footer__logo a {
    margin: auto;
  }
}
@media screen and (min-width: 767px) {
  .p-footer__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__block {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-footer__block {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__sns {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #999;
  }
}
.p-footer__sns ul {
  position: relative;
  z-index: 0;
  padding-left: 37px;
}
@media screen and (max-width: 1024px) {
  .p-footer__sns ul {
    padding-left: 0;
  }
}
.p-footer__sns ul::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #999;
}
@media screen and (max-width: 1024px) {
  .p-footer__sns ul::before {
    content: none;
  }
}
.p-footer__sns img {
  margin-right: 8px;
}
.p-footer__nav {
  margin-top: 12px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #fff;
  transition: 0.3s ease;
}
@media (max-width: 1100px) {
  .p-footer__nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__nav {
    width: 100%;
    display: block;
    margin-top: 0;
  }
}
.p-footer__nav__wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .p-footer__nav__wrapper {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .p-footer__nav__wrapper {
    margin-bottom: 30px;
  }
}
.p-footer__nav__item {
  position: relative;
  z-index: 0;
  transition: 0.3s ease;
}
.p-footer__nav__item:not(:last-child) {
  margin-right: 84px;
}
@media screen and (max-width: 1280px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__nav__menu__item {
    margin-bottom: 0;
  }
}
.p-footer__nav__menu__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-footer__nav__menu__item:not(:last-child) {
    margin-bottom: 0;
    padding: 0;
  }
}
.p-footer__nav__menu__item a, .p-footer__nav__menu__item > span {
  font-size: 1.4rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-footer__nav__menu__item a, .p-footer__nav__menu__item > span {
    display: block;
    width: fit-content;
    font-size: 1.6rem;
    padding: 20px 42px 20px 0;
  }
}
.p-footer__head {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .p-footer__head {
    font-size: 1.6rem;
    margin-bottom: 0;
    padding: 22px 42px 22px 0;
  }
  .p-footer__head__icon {
    position: absolute;
    top: 16px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #999;
    transition: border-color 0.3s;
  }
}
@media screen and (max-width: 1024px) and (min-width: 767px) {
  .p-footer__head__icon:hover {
    border-color: #F39801;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__head__icon span {
    position: relative;
    display: inline-block;
    line-height: 1;
    width: 10px;
    height: 1px;
    background: #fff;
    border-radius: 0.1em;
  }
  .p-footer__head__icon span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__head__icon.is-active span::after {
    transform: rotate(0deg);
  }
}
.p-footer__head.is-act::after {
  content: "\f068";
}
.p-footer__sub__wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-footer__sub__wrapper {
    display: none;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer__sub__menu {
    display: none;
  }
  .p-footer__sub__menu .p-footer__nav__menu__item a {
    padding: 10px;
    font-size: 1.2rem;
  }
}
.p-footer__sub__menu__item {
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .p-footer__sub__menu__item {
    padding-left: 20px;
  }
}
.p-footer__sub__menu__item::before {
  content: "";
  width: 6px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  top: 10px;
  left: 12px;
}
@media screen and (max-width: 766px) {
  .p-footer__sub__menu__item::before {
    content: none;
  }
}
.p-footer__sub__menu__item a {
  font-weight: 500;
  padding-left: 8px;
}
@media screen and (max-width: 1024px) {
  .p-footer__sub__menu__item a {
    font-size: 1.5rem;
    padding: 0;
  }
  .p-footer__sub__menu__item a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    color: #F39801;
    font-size: 2rem;
    font-weight: 500;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
.p-footer__sub__menu__item + .p-footer__sub__menu__item {
  margin-top: 10px;
}
@media screen and (max-width: 766px) {
  .p-footer__sub__menu__item + .p-footer__sub__menu__item {
    margin-top: 30px;
  }
}
.p-footer__button.c-button {
  display: none;
}
@media screen and (max-width: 766px) {
  .p-footer__button.c-button {
    display: flex;
    margin: 30px auto;
  }
}
.p-footer__bottom {
  width: 83.3333333333%;
  margin: 0 auto;
  padding: 28px 0 42px;
}
@media screen and (max-width: 1024px) {
  .p-footer__bottom {
    padding: 0 0 40px;
  }
}
.p-footer__sp__menu {
  display: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 766px) {
  .p-footer__sp__menu {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__sp__menu {
    justify-content: space-between;
  }
}
.p-footer__sp__menu__item {
  padding-left: 16px;
  margin-bottom: 15px;
  margin-right: 20px;
  position: relative;
}
@media screen and (max-width: 540px) {
  .p-footer__sp__menu__item {
    width: calc((100% - 20px) / 2);
    margin-right: 0;
  }
}
@media screen and (max-width: 360px) {
  .p-footer__sp__menu__item {
    width: 100%;
  }
}
.p-footer__sp__menu__item::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #F39801;
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: 1px;
  left: 5px;
}
.p-footer__sp__menu__item a {
  font-size: 1.4rem;
  display: block;
}
.p-footer__copyright {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-footer__copyright {
    text-align: left;
  }
}
.p-footer__copyright small {
  font-size: 1.2rem;
  display: inline-block;
}

.c-button {
  max-width: 100%;
  width: 380px;
  height: 62px;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .c-button {
    width: 290px;
    height: 56px;
    max-width: 100%;
    padding-right: 20px;
  }
}
.c-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  font-size: 1.8rem;
  font-weight: 100;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 767px) {
  .c-button:hover {
    color: #fff;
    background-color: #F39801;
  }
}
.c-button:active {
  color: #fff;
  background-color: #F39801;
}
.c-button--large {
  width: 280px;
  height: 58px;
}
@media screen and (max-width: 766px) {
  .c-button--large {
    width: 300px;
    height: 60px;
  }
}
.c-button--small {
  width: 204px;
  height: 50px;
}
@media screen and (max-width: 766px) {
  .c-button--small {
    width: 220px;
    height: 50px;
  }
}
.c-button--green {
  background-color: #F39801;
}
.c-button--border {
  background-color: #fff;
  color: #000;
  border: #D3D3D3 solid 1px;
}
.c-button--border::after {
  color: #F39801;
}
@media screen and (min-width: 767px) {
  .c-button--border:hover {
    background-color: #F39801;
    border-color: #F39801;
    color: #fff !important;
  }
  .c-button--border:hover::after {
    color: #fff !important;
  }
}
.c-button--border:active {
  background-color: #F39801;
  border-color: #F39801;
  color: #fff !important;
}
.c-button--icon::after {
  content: none;
}
.c-button--icon i {
  font-size: 1.9rem;
  margin-right: 5px;
}
.c-button--disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}
.c-button__list {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
@media screen and (max-width: 766px) {
  .c-button__list {
    margin: 30px 0;
  }
}
.c-button__list .c-button {
  margin: 0;
}
@media screen and (max-width: 540px) {
  .c-button__list .c-button {
    width: calc((100% - 10px) / 2);
    height: 46px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 766px) {
  .c-button__list .c-button {
    width: 220px;
  }
}
@media screen and (max-width: 360px) {
  .c-button__list .c-button {
    font-size: 1.2rem;
  }
}
.c-button__list .c-button + .c-button {
  margin-left: 20px;
}
@media screen and (max-width: 540px) {
  .c-button__list .c-button + .c-button {
    margin-left: 10px;
  }
}

@media screen and (min-width: 767px) {
  a:hover .c-button {
    background-color: #F39801;
  }
  a:hover .c-button--border {
    background-color: #F39801;
    border-color: #F39801;
    color: #fff !important;
  }
}

.c-pagetop {
  display: none;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}
@media screen and (max-width: 766px) {
  .c-pagetop {
    width: 46px;
    height: 46px;
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #000 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.c-pagetop a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f106";
  color: #000;
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 766px) {
  .c-pagetop a::before {
    font-size: 3rem;
  }
}
@media screen and (min-width: 767px) {
  .c-pagetop a:hover {
    background-color: #F39801;
  }
  .c-pagetop a:hover::before {
    color: #fff;
  }
}
.c-pagetop a span {
  text-indent: -999em;
}
.c-pagetop.is-hide {
  z-index: 1;
}

.c-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (max-width: 766px) {
  .c-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.c-row__gutters--wide {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 766px) {
  .c-row__gutters--wide {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}
@media screen and (max-width: 766px) {
  .c-row__gutters--wide > .c-col, .c-row__gutters--wide > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.c-row__gutters--narrow {
  margin-right: -5px;
  margin-left: -5px;
}
.c-row__gutters--narrow > .c-col, .c-row__gutters--narrow > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 766px) {
  .c-row__gutters--narrow > .c-col, .c-row__gutters--narrow > [class*=col-] {
    padding-right: 3px;
    padding-left: 3px;
  }
}
@media screen and (max-width: 766px) {
  .c-row__gutters--narrow {
    margin-left: -3px;
    margin-right: -3px;
    padding-right: 0;
    padding-left: 0;
  }
}
.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-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: 15px;
  padding-left: 15px;
}
@media screen and (max-width: 766px) {
  .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: 10px;
    padding-left: 10px;
  }
}

.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: 767px) {
  .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: 766px) {
  .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] {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.c-title--page {
  font-size: 3.8rem;
  margin-bottom: 42px;
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .c-title--page {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}
.c-title--page span {
  font-size: 1.8rem;
  color: #F39801;
  display: block;
}
@media screen and (max-width: 766px) {
  .c-title--page span {
    font-size: 1.6rem;
  }
}
.c-title--article {
  font-size: clamp(3.2rem, (44/1440*100vw), 5rem);
  margin-bottom: 55px;
}
@media screen and (max-width: 766px) {
  .c-title--article {
    margin-bottom: 32px;
  }
}
.c-title--article span {
  display: block;
  margin-top: 6px;
  font-size: clamp(1.2rem, (14/1440*100vw), 1.6rem);
  font-weight: 500;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
@media screen and (max-width: 766px) {
  .c-title--article span {
    margin-top: 8px;
  }
}
.c-title--article span.u-text--en {
  font-size: 1.5rem;
}
@media screen and (max-width: 766px) {
  .c-title--article span.u-text--en {
    font-size: 1.2rem;
  }
}
.c-title--article + p {
  margin-bottom: 3em;
}
@media screen and (max-width: 766px) {
  .c-title--article + p {
    margin-bottom: 2em;
  }
}
.c-title--article--ja {
  margin-bottom: 56px;
  font-weight: 500;
  font-size: clamp(2.6rem, (32/1440*100vw), 4.2rem);
}
@media screen and (max-width: 766px) {
  .c-title--article--ja {
    margin-bottom: 40px;
  }
}
.c-title--history {
  margin-bottom: 0;
  font-size: 2.8rem;
}
@media screen and (max-width: 766px) {
  .c-title--history {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
}
.c-title--section {
  font-size: 3.2rem;
  margin-top: 60px;
  margin-bottom: 32px;
  line-height: 1.8;
}
@media screen and (max-width: 766px) {
  .c-title--section {
    font-size: 2.2rem;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.c-title--block, .c-title--block--line {
  font-size: 2.6rem;
  line-height: 1.8;
  margin-top: 37px;
  margin-bottom: 24px;
}
@media screen and (max-width: 766px) {
  .c-title--block, .c-title--block--line {
    font-size: 2.2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-title--block--line {
  position: relative;
  padding-left: 26px;
}
@media screen and (max-width: 766px) {
  .c-title--block--line {
    padding-left: 20px;
  }
}
.c-title--block--line::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .c-title--block--line::before {
    width: 10px;
    height: 2px;
    top: 16px;
  }
}
.c-title--paragraph {
  font-size: 2rem;
  margin-top: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .c-title--paragraph {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.c-title--small {
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 766px) {
  .c-title--small {
    font-size: 1.6rem;
  }
}
.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: 766px) {
  .c-title__page__header {
    height: 200px;
  }
}
.c-title__page__header .c-title--page {
  margin-bottom: 0;
}
.c-title--num {
  color: #000;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 35px;
}
@media screen and (max-width: 766px) {
  .c-title--num {
    margin-bottom: 24px;
  }
}
.c-title--num:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  margin-left: 10px;
  background-color: #000;
}

.c-index {
  /* c-index__table */
}
.c-index__news__title {
  font-size: 4.4rem;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
}
@media screen and (max-width: 766px) {
  .c-index__news__title {
    font-size: 9.0666666667vw;
  }
}
.c-index__news__subtitle {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  .c-index__news__subtitle {
    font-size: 3.2vw;
    margin-bottom: 28px;
  }
}
.c-index__news__list {
  margin-bottom: 27px;
}
@media screen and (max-width: 766px) {
  .c-index__news__list {
    margin-bottom: 20px;
  }
}
.c-index__news__item {
  margin-bottom: 10px;
}
.c-index__news__item > *:first-child {
  margin-top: 0;
}
.c-index__news__item > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1025px) {
  .c-index__news__item > * {
    display: flex;
    align-items: center;
  }
}
.c-index__news__item p {
  margin-bottom: 0;
}
.c-index__news__date {
  font-size: 1.4rem;
  color: #848484;
  width: 140px;
}
@media screen and (min-width: 1025px) {
  .c-index__news__text {
    width: calc(100% - 140px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media screen and (max-width: 766px) {
  .c-index__news__text {
    font-size: 4vw;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.c-index__banner {
  border-right: 15px solid #fff;
  border-left: 15px solid #fff;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .c-index__banner {
    border-right: 10px solid #fff;
    border-left: 10px solid #fff;
  }
}
.c-index__banner__img {
  border: solid 5px #F7F7F7;
  padding: 0;
}
.c-index__banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-index__banner__text {
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5.2892561983% 4.6280991736% 6.3636363636%;
  color: #000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 766px) {
  .c-index__banner__text {
    padding: 20px 20px 40px;
  }
}
.c-index__banner__btn {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.c-index__banner a {
  transition: all 0.3s ease;
}
.c-index__banner a:hover .c-index__banner__text {
  color: #000;
  opacity: 0.6;
}
.c-index__about {
  margin-bottom: 100px;
}
.c-index__about__wrapper {
  margin-top: 85px !important;
}
.c-index__about__title {
  color: #000;
  font-size: 7.6rem;
  font-weight: bold;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
  display: inline-block;
  position: absolute;
  top: -45px;
  right: 70px;
}
@media screen and (max-width: 766px) {
  .c-index__about__title {
    font-size: 13.3333333333vw;
    top: -30px;
    right: 20px;
  }
}
.c-index__about__head {
  padding: 130px 66px 60px;
}
@media screen and (max-width: 766px) {
  .c-index__about__head {
    padding: 50px 20px 60px;
  }
}
.c-index__about__catch {
  margin: 0 0 40px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .c-index__about__catch {
    text-align: left;
    margin-bottom: 20px;
  }
}
.c-index__about__box {
  background-color: #fff;
  width: calc(100% - 40px);
  margin-left: 40px;
  padding: 66px 40px 75px 80px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .c-index__about__box {
    width: calc(100% - 20px);
    margin-left: 20px;
    padding: 60px 20px 60px 20px;
  }
}
.c-index__about__img {
  padding: 0;
}
@media screen and (max-width: 766px) {
  .c-index__about__img {
    padding: 0 20px;
  }
}
.c-index__feature {
  margin-bottom: 120px;
}
@media screen and (max-width: 766px) {
  .c-index__feature {
    margin-bottom: 40px;
  }
}
.c-index__feature__img {
  position: relative;
  padding-top: 18px;
}
@media screen and (min-width: 767px) {
  .c-index__feature:nth-child(even) .c-index__feature__text {
    order: 2;
  }
  .c-index__feature:nth-child(even) .c-index__feature__img {
    order: 1;
    padding-left: 20px;
  }
  .c-index__feature:nth-child(even) .c-index__feature__img:after {
    right: auto;
    left: 10px;
  }
}
.c-index__bg--pict {
  width: 100%;
  height: 380px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/assets/img/index/bg_project.png?2021-12-15);
}
@media screen and (max-width: 766px) {
  .c-index__bg--pict {
    height: 180px;
    background-position: left center;
  }
}
.c-index__bg--project {
  background-color: #D7DDEE;
  position: relative;
}
.c-index__bg--project:after {
  content: "";
  display: block;
  width: 100%;
  height: 480px;
  background-color: #F7F7F7;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 766px) {
  .c-index__bg--project:after {
    height: 1200px;
  }
}
.c-index__table {
  width: 100%;
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .c-index__table {
    line-height: 1.5;
    border-top: 1px solid #E2E2E2;
  }
}
.c-index__table tr {
  border-bottom: 1px solid #E2E2E2;
}
.c-index__table th {
  width: 138px;
  padding: 28px 0;
  font-weight: 400;
}
@media screen and (max-width: 766px) {
  .c-index__table th {
    width: 77px;
    padding: 20px 0;
  }
}
.c-index__table td {
  padding: 28px 0;
}
@media screen and (max-width: 766px) {
  .c-index__table td {
    padding: 20px 0;
  }
}
.c-index__table--member tr {
  width: 100%;
  border: none;
}
.c-index__table--member td {
  padding: 0;
  padding-bottom: 10px;
}
.c-index__table--member .name {
  display: inline-block;
  margin-left: 40px;
}
@media screen and (max-width: 766px) {
  .c-index__table--member .name {
    margin-left: 22px;
  }
}

.c-link {
  font-weight: bold;
  display: inline-block;
}
.c-link--icon span {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.c-link--icon span:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 15px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 100;
  border-radius: 50%;
  border: 1px solid #999;
}
@media screen and (max-width: 766px) {
  .c-link--icon span:after {
    width: 30px;
    height: 30px;
    margin-left: 10px;
    font-size: 1.4rem;
  }
}
.c-link--icon:hover span:after {
  border-color: #F39801;
  transition: all 0.3s ease;
}

.p-banner--fb .c-link--icon span::after {
  width: 60px;
  width: clamp(40px, (60/1440*100vw), 60px);
  height: clamp(40px, (60/1440*100vw), 60px);
  margin: 0;
  font-size: clamp(1.6rem, (20/1440*100vw), 2rem);
  transition: border-color 0.3s;
}

.c-breadcrumbs__inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .c-breadcrumbs__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.c-breadcrumbs--absolute {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.c-breadcrumbs__list {
  width: 100%;
  color: #000;
  display: block;
  padding-top: 26px;
  padding-bottom: 46px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1;
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  font-size: 1.4rem;
}
@media screen and (max-width: 766px) {
  .c-breadcrumbs__list__item span {
    font-size: 1.2rem;
  }
}
.c-breadcrumbs__list__item:not(:last-child) {
  margin-right: 30px;
}
.c-breadcrumbs__list__item a {
  position: relative;
  line-height: 1;
}
.c-breadcrumbs__list__item a span {
  color: #F39801;
  text-decoration: underline;
  display: inline-block;
}
.c-breadcrumbs__list__item a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  font-size: 1.6rem;
  color: #868686;
  text-decoration: none;
  position: absolute;
  top: 6px;
  right: -22px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 766px) {
  .c-breadcrumbs__list__item a::after {
    font-size: 1.4rem;
    top: 4px;
    right: -21px;
  }
}
@media screen and (min-width: 767px) {
  .c-breadcrumbs__list__item a:hover span {
    color: #F39801;
    text-decoration: none;
  }
}
.c-breadcrumbs__list__item a:active span {
  color: #F39801;
  text-decoration: none;
}
.c-breadcrumbs__list__item a:visited span {
  color: #F39801;
  text-decoration: none;
}

.c-card {
  width: 100%;
  height: 100%;
  margin: auto;
  position: relative;
}
.c-card--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card--radius {
  border-radius: 4px;
  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: 50px;
}
.c-card p {
  transition: all 0.3s ease;
  margin-bottom: 0;
}
.c-card__list {
  margin-top: -30px;
}
.c-card__inner {
  padding: 32px 30px;
}
.c-card__inner > *:first-child {
  margin-top: 0;
}
.c-card__inner > *:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 766px) {
  .c-card__inner {
    padding: 24px 20px 28px;
  }
}
.c-card__title {
  display: inline-block;
  margin: 20px 0 24px;
  font-weight: 500;
  font-size: clamp(1.8rem, (22/1440*100vw), 2.2rem);
}
@media screen and (max-width: 766px) {
  .c-card__title {
    margin: 12px 0 16px;
  }
}
.c-card__title span {
  background: linear-gradient(transparent calc(100% - 1px), #000 0%);
}
.c-card__thumb {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.c-card__thumb img {
  width: 100%;
}
.c-card__thumb a {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
}
.c-card__tag {
  position: absolute;
  z-index: 1;
  top: -12px;
  right: 15px;
  writing-mode: vertical-rl;
  padding: 10px 2px 10px 4px;
  color: #fff;
  background-color: #000;
}
.c-card__tag::after {
  counter-increment: num 1;
  content: counter(num, decimal-leading-zero);
}

@media screen and (min-width: 767px) {
  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: #F39801;
  }
}

.c-cta__banner {
  max-width: 390px;
  background-color: #fff;
  border: #D3D3D3 solid 1px;
  border-radius: 4px;
  margin: auto;
  overflow: hidden;
}
.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: 20px;
  z-index: 10;
  overflow: visible;
}
@media screen and (max-width: 766px) {
  .c-cta__banner--fixed {
    display: none !important;
  }
}
.c-cta__banner__top {
  background-color: #f2f2f2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}
.c-cta__banner__top::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 21px 0 21px;
  border-color: #f2f2f2 transparent transparent transparent;
  position: absolute;
  bottom: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.c-cta__banner__top img {
  width: 100%;
}
.c-cta__banner__bottom {
  padding: 28px 20px 24px;
}
.c-cta__banner__close {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  border: #F39801 solid 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
}
.c-cta__banner__close::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
  color: #F39801;
  font-size: 1.8rem;
  font-weight: 100;
  transition: all 0.3s ease;
}
.c-cta__banner__close:hover {
  background-color: #F39801;
}
.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: 766px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}
.c-cta__fixed.is-hide {
  z-index: 1;
}

.c-form, .c-form__select, .c-form__search, .c-form__textarea {
  width: 100%;
  max-width: 292px;
  height: 48px;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 1em;
  border: #D3D3D3 solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 540px) {
  .c-form, .c-form__select, .c-form__search, .c-form__textarea {
    max-width: 100%;
  }
}
.c-form:focus, .c-form__select:focus, .c-form__search:focus, .c-form__textarea:focus {
  border-color: #F39801;
}
.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;
}
.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: 20px;
}
.c-form__textarea {
  width: 100%;
  height: 170px;
  padding: 0.75em 1em;
  resize: none;
}
.c-form__search__wrap {
  width: 100%;
  max-width: 292px;
  display: block;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-form__search__wrap {
    max-width: 100%;
  }
}
.c-form__search__button {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  cursor: pointer;
}
.c-form__search__button i {
  font-size: 2rem;
  font-weight: 400;
}
.c-form__select::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-size: 2.2rem;
  font-weight: 500;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: 0.3s ease;
}
.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;
}
.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 {
  width: calc(100% - 30px);
  color: #000;
}
.c-form__check__v {
  width: 20px;
  height: 20px;
  border: #D3D3D3 solid 1px;
  background-color: #fff;
  border-radius: 4px;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  appearance: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-form__check__v::before {
  content: "";
  width: 9px;
  height: 5px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 6px;
  left: 5px;
  transform: rotate(135deg);
  opacity: 0;
  transition: 0.15s ease;
}
.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 {
  width: calc(100% - 30px);
  color: #000;
}
.c-form__radio__v {
  width: 20px !important;
  height: 20px;
  background-color: #fff;
  border: #DEDEDE solid 1px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  outline: none;
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
}
.c-form__radio__v::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: 0.15s ease;
}
.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 {
  width: 60px;
  height: 32px;
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.c-form__onof__v {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: #D3D3D3 solid 1px;
  border-radius: 60px;
  display: block;
  z-index: 0;
  transition: 0.15s ease;
}
.c-form__onof__v::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #D3D3D3;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 32px;
  transition: 0.15s ease;
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #000;
  left: 4px;
}

div + input, div + textarea, p + input, p + textarea {
  margin-top: 50px;
}

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: 30px;
}

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: #D3D3D3 solid 1px;
}
.c-img--video {
  max-width: 760px;
  margin: auto;
  position: relative;
}
.c-img--video::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0da";
  color: #fff;
  font-size: 5.2rem;
  font-weight: bold;
  line-height: 1;
  padding-left: 0.15em;
  width: 68px;
  height: 68px;
  background-color: #F39801;
  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: 540px) {
  .c-img--video::before {
    font-size: 3.2rem;
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width: 767px) {
  .c-img--video:hover::before {
    background-color: #F39801;
  }
}

.c-info__tag {
  width: auto;
  height: 25px;
  background-color: #f2f2f2;
  color: #F39801 !important;
  font-size: 1.2rem;
  font-weight: 500;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1em;
  margin: 0 8px 8px 0;
  transition: all 0.3s ease;
}
.c-info__tag__wrapper {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .c-info__tag {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 360px) {
  .c-info__tag {
    font-size: 1rem;
  }
}
.c-info__lead {
  width: 100%;
  font-size: 1.6rem;
  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: 540px) {
  .c-info__lead {
    -webkit-line-clamp: 3;
  }
}
.c-info__lead a {
  color: #000;
  text-decoration: none;
}
.c-info__company, .c-info__date {
  font-size: 1.4rem;
  display: block;
  position: relative;
}
.c-info__date {
  color: #999;
}
.c-info__labels {
  display: flex;
  margin-bottom: 4px;
}
@media screen and (max-width: 540px) {
  .c-info__labels {
    display: block;
  }
}
.c-info__labels li:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 540px) {
  .c-info__labels li:not(:last-child) {
    margin-right: 10px;
  }
}
@media screen and (max-width: 540px) {
  .c-info__labels li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.c-info__labels li .c-info__date {
  min-width: 90px;
  transform: translateY(4px);
}
@media screen and (max-width: 540px) {
  .c-info__labels li .c-info__date {
    transform: none;
  }
}
.c-info__list {
  width: 100%;
  border-top: solid #E2E2E2 1px;
  border-bottom: solid #E2E2E2 1px;
  margin-bottom: 60px;
}
.c-info__list__item {
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 766px) {
  .c-info__list__item {
    display: block;
    padding: 20px 0;
  }
}
.c-info__list__item:not(:last-child) {
  border-bottom: #E2E2E2 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: 767px) {
  .c-info__list__item:hover {
    cursor: pointer;
  }
  .c-info__list__item:hover .c-info__lead a {
    color: #F39801;
  }
}
.c-info__card {
  margin-bottom: 48px;
  cursor: pointer;
  outline: none;
}
@media screen and (max-width: 540px) {
  .c-info__card {
    margin-bottom: 20px;
  }
}
.c-info__card:hover, .c-info__card:focus {
  outline: none;
}
.c-info__card__company, .c-info__card__date {
  font-size: 1.4rem;
  position: relative;
}
@media screen and (max-width: 766px) {
  .c-info__card__company, .c-info__card__date {
    font-size: 1.2rem;
  }
}
.c-info__card__date {
  color: #848484;
}
.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: 767px) {
  .c-info__card:hover .c-info__card__thumb img {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .c-info__card:hover .c-info__card__lead a {
    color: #F39801;
  }
}
.c-info__category__label {
  width: auto;
  height: 33px;
  background-color: #fff;
  color: #000;
  font-size: 1.2rem;
  border-radius: 30px;
  border: #E2E2E2 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.75em;
  margin: 0 12px 8px 0;
  transition: all 0.3s ease;
}
.c-info__category__label__container {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (max-width: 540px) {
  .c-info__category__label__container {
    margin-bottom: 0;
  }
}
.c-info__category__label__list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .c-info__category__label {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label {
    font-size: 1.6rem;
    margin: 0 20px 14px 0;
  }
}
.c-info__category__label.is-act {
  border-color: #F39801;
  color: #F39801;
}
@media screen and (min-width: 767px) {
  .c-info__category__label:hover {
    border-color: #F39801;
    color: #F39801;
  }
}
.c-info__category__label:active {
  border-color: #F39801;
  color: #F39801 !important;
}
.c-info__category__label__head {
  margin-bottom: 1em;
}
.c-info__category__label__head span {
  font-size: 1.6rem;
}
.c-info__category__label__head span::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f002";
  margin-right: 6px;
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head span {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head {
    width: 130px;
    height: 46px;
    background-color: #fff;
    font-size: 1.6rem;
    border: #D3D3D3 solid 1px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    position: absolute;
    top: -12px;
    left: 0;
    overflow: hidden;
  }
  .c-info__category__label__head::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f002";
    margin-right: 6px;
  }
  .c-info__category__label__head::after {
    content: "カテゴリー";
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__wrapper {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    padding: 140px 40px 40px;
    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: 90px;
    right: 20px;
    z-index: 10;
  }
  .c-info__category__label__close::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f00d";
    color: #000;
    font-size: 2.4rem;
    font-weight: 100;
  }
}
.c-info__category__header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 540px) {
  .c-info__category__header {
    flex-direction: column-reverse;
  }
}
.c-info__category__title {
  width: calc(100% - 260px);
  margin-bottom: 0;
}
@media screen and (max-width: 540px) {
  .c-info__category__title {
    width: 100%;
  }
}
.c-info__category__select {
  max-width: 230px;
}
@media screen and (max-width: 540px) {
  .c-info__category__select {
    width: 24px;
    height: 24px;
    border: none;
    margin-left: auto;
    margin-bottom: 45px;
    padding: 0;
  }
  .c-info__category__select::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f03a";
    font-size: 2.4rem;
    right: 0;
  }
  .c-info__category__select select {
    text-indent: -999em;
    padding: 0;
  }
}
.c-info__category__list, .c-info__archive__list {
  border-top: #D3D3D3 solid 1px;
  border-bottom: #D3D3D3 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: #D3D3D3 dashed 1px;
}
.c-info__category__item a, .c-info__archive__item a {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  display: flex;
  align-items: center;
  padding: 16px 65px 16px 0;
  position: relative;
}
@media screen and (max-width: 766px) {
  .c-info__category__item a, .c-info__archive__item a {
    font-size: 1.4rem;
    padding: 16px 40px 16px 0;
  }
}
.c-info__category__item a::after, .c-info__archive__item a::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #F39801;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 766px) {
  .c-info__category__item a::after, .c-info__archive__item a::after {
    right: 10px;
  }
}
@media screen and (min-width: 767px) {
  .c-info__category__item a:hover, .c-info__archive__item a:hover {
    color: #F39801;
  }
  .c-info__category__item a:hover::after, .c-info__archive__item a:hover::after {
    color: #F39801;
  }
}
@media screen and (min-width: 767px) {
  .c-info__category__item a:active:hover, .c-info__archive__item a:active:hover {
    color: #F39801;
  }
  .c-info__category__item a:active:hover::after, .c-info__archive__item a:active:hover::after {
    color: #F39801;
  }
}
.c-info__category__sub__head, .c-info__archive__sub__head {
  width: 100%;
  height: auto;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 20px 65px 20px 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 766px) {
  .c-info__category__sub__head, .c-info__archive__sub__head {
    font-size: 1.4rem;
  }
}
.c-info__category__sub__head::after, .c-info__archive__sub__head::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f067";
  color: #F39801;
  font-size: 1.8rem;
  padding-left: 0;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 766px) {
  .c-info__category__sub__head::after, .c-info__archive__sub__head::after {
    right: 8px;
  }
}
@media screen and (min-width: 767px) {
  .c-info__category__sub__head:hover, .c-info__archive__sub__head:hover {
    color: #F39801;
  }
  .c-info__category__sub__head:hover::after, .c-info__archive__sub__head:hover::after {
    color: #F39801;
  }
}
.c-info__category__sub__head.is-act, .c-info__archive__sub__head.is-act {
  color: #F39801;
}
.c-info__category__sub__head.is-act::after, .c-info__archive__sub__head.is-act::after {
  color: #F39801;
  content: "\f068";
}
.c-info__category__sub__wrapper, .c-info__archive__sub__wrapper {
  display: none;
  padding-bottom: 20px;
}
.c-info__category__sub__item, .c-info__archive__sub__item {
  padding-left: 25px;
}
.c-info__category__sub__item a, .c-info__archive__sub__item a {
  padding: 0;
  padding-left: 15px;
  position: relative;
}
.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 5 Pro";
  content: "\f105";
  color: #F39801;
  font-size: 1.8rem;
  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;
}
.c-info__category__sub__item:not(:last-child), .c-info__archive__sub__item:not(:last-child) {
  margin-bottom: 20px;
}
.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: 15px;
}
@media screen and (max-width: 766px) {
  .c-info__related__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.c-info__related__item--border {
  margin-bottom: 0;
}
.c-info__related__item--border:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: #D3D3D3 dashed 1px;
}
@media screen and (max-width: 766px) {
  .c-info__related__item--border:not(:last-child) {
    padding-bottom: 20px;
  }
}
.c-info__related__item--border:not(:first-child) {
  padding-top: 30px;
}
@media screen and (max-width: 766px) {
  .c-info__related__item--border:not(:first-child) {
    padding-top: 20px;
  }
}
.c-info__related__item .c-info__related__lead, .c-info__related__item .c-info__date {
  transition: all 0.3s ease;
}
@media screen and (min-width: 767px) {
  .c-info__related__item:hover .c-info__related__lead, .c-info__related__item:hover .c-info__date {
    color: #F39801;
  }
}
.c-info__related__thumb {
  width: 120px;
  height: 85px;
  overflow: hidden;
}
.c-info__related__thumb a {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 540px) {
  .c-info__related__thumb a {
    border-radius: 8px;
  }
}
.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% - 135px);
}
.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: #000;
  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: 1.6rem;
  }
}
@media screen and (max-width: 766px) {
  .c-info__related__lead {
    font-size: 1.4rem;
  }
}
.c-info__related__lead + .c-info__tag__wrapper {
  margin-top: 8px;
}
.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: 767px) {
  .c-info__related__item:hover .c-info__related__thumb__inner {
    transform: scale(1.2);
  }
  .c-info__related__item:hover .c-info__related__lead a {
    color: #F39801;
  }
}
.c-info__share {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 766px) {
  .c-info__share {
    margin: 30px 0;
  }
}
.c-info__share__title {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 20px;
}
.c-info__share ul li {
  display: inline-block;
  margin: 0 10px;
  width: 50px;
}
.c-info__content {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 766px) {
  .c-info__content {
    padding: 60px 0 100px;
  }
}
.c-info__content__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 80px 0;
}
@media screen and (max-width: 1024px) {
  .c-info__content__wrapper {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .c-info__content__wrapper {
    padding: 60px 0 100px;
  }
}
.c-info__content__main, .c-info__content__main--wide {
  width: calc(100% - 460px);
}
@media screen and (max-width: 1024px) {
  .c-info__content__main, .c-info__content__main--wide {
    margin-bottom: 60px;
  }
}
.c-info__content__main--wide {
  width: calc(100% - 410px);
}
.c-info__content__side {
  width: 380px;
}
.c-info__content__side__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 766px) {
  .c-info__content__side__ttl {
    margin-bottom: 24px;
  }
}
.c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
  margin-top: 40px;
}
@media screen and (max-width: 766px) {
  .c-info__content__side div + h2, .c-info__content__side div + h3, .c-info__content__side div + h4 {
    margin-top: 26px;
  }
}
.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: 80px;
}
@media screen and (max-width: 766px) {
  .c-info__content__header {
    margin-bottom: 50px;
  }
}
.c-info__content__header__img {
  margin: 60px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .c-info__content__header__img {
    margin: 40px 0 28px;
  }
}
.c-info__content__header__img img {
  width: 100%;
}
.c-info__content__related {
  margin-top: 80px;
}
@media screen and (max-width: 766px) {
  .c-info__content__related {
    margin-top: 50px;
  }
}
.c-info__content__anchor {
  border-top: #F39801 solid 4px;
  border-bottom: #D3D3D3 solid 1px;
  border-right: #D3D3D3 solid 1px;
  border-left: #D3D3D3 solid 1px;
  padding: 32px 40px;
  margin: 80px 0;
}
@media screen and (max-width: 766px) {
  .c-info__content__anchor {
    padding: 28px 20px;
    margin: 40px 0;
  }
}
.c-info__content__anchor__head {
  font-size: 1.8rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 766px) {
  .c-info__content__anchor__head {
    margin-bottom: 20px;
  }
}
.c-info__content__anchor__list li {
  list-style-type: decimal;
  margin-left: 1em;
}
.c-info__content__anchor__list li a {
  color: #F39801;
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  .c-info__content__anchor__list li a:hover {
    color: #F39801;
    text-decoration: none;
  }
}
.c-info__content__anchor__list li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 766px) {
  .c-info__content__anchor__list li:not(:last-child) {
    margin-bottom: 12px;
  }
}
.c-info__content__anchor__list li ol {
  margin: 8px 0;
}
@media screen and (max-width: 766px) {
  .c-info__content__anchor__list li ol {
    margin: 12px 0;
  }
}
.c-info__banner {
  max-width: 390px;
  margin: auto;
}

@media screen and (min-width: 767px) {
  a.c-info__tag:hover {
    background-color: #F39801;
    color: #fff !important;
  }
}
a.c-info__tag:active {
  background-color: #F39801;
  color: #fff !important;
}

.c-list li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .c-list li {
    padding-left: 15px;
  }
}
.c-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #F39801;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 766px) {
  .c-list li::before {
    top: 10px;
  }
}
.c-list li:not(:last-child) {
  margin-bottom: 12px;
}
.c-list--large li {
  font-size: 2rem;
}
@media screen and (max-width: 766px) {
  .c-list--large li {
    font-size: 1.8rem;
    padding-left: 20px;
  }
}
.c-list--large li::before {
  width: 10px;
  height: 10px;
  top: 14px;
}
@media screen and (max-width: 766px) {
  .c-list--large li::before {
    top: 13px;
  }
}
.c-list--notice {
  color: #848484;
  margin-bottom: 24px;
  text-indent: -1.6em;
  padding-left: 1.6em;
}
@media screen and (max-width: 766px) {
  .c-list--notice {
    margin-bottom: 20px;
  }
}
.c-list--notice > li {
  font-size: 1.4rem;
}
.c-list--notice > li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 766px) {
  .c-list--notice > li {
    font-size: 1.2rem;
  }
}

.c-modal__container {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}
.c-modal__inner {
  width: calc(100% - 80px);
  height: auto;
  max-width: 915px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 540px) {
  .c-modal__inner {
    width: calc(100% - 40px);
    max-height: 600px;
  }
}
.c-modal__block {
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  padding: 20px 20px 0;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-modal__block {
    padding: 10px 10px 0;
  }
}
.c-modal__text {
  height: auto;
  max-height: calc(100vh - 120px);
  padding: 50px 65px;
  overflow: auto;
}
@media screen and (max-width: 540px) {
  .c-modal__text {
    height: 144vw;
    max-height: 600px;
    padding: 30px 10px;
  }
}
.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: 68px;
  height: 68px;
  background-color: #F39801;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -38px;
  right: -35px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn {
    width: 46px;
    height: 46px;
    top: -23px;
    right: -10px;
  }
}
.c-modal__close-btn--video {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .c-modal__close-btn--video {
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn--video {
    top: 10px;
    right: 10px;
  }
}
.c-modal__close-btn::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 3rem;
  font-weight: 100;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 540px) {
  .c-modal__close-btn::before {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 767px) {
  .c-modal__close-btn:hover {
    background-color: #F39801;
  }
}
.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: 60px auto 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
  margin: 0 18px;
}
@media screen and (max-width: 540px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 8px;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) {
    margin: 0 6px;
  }
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media screen and (max-width: 360px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 767px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    color: #F39801;
  }
}
.c-pager__item__prev a,
.c-pager__item__prev > span, .c-pager__item__next a,
.c-pager__item__next > span {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border: #E2E2E2 solid 1px;
  border-radius: 4px;
  display: block;
  overflow: hidden;
}
.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 5 Pro";
  font-size: 1.6rem;
  text-indent: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
.c-pager__item__prev a span, .c-pager__item__next a span {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .c-pager__item__prev a:hover, .c-pager__item__next a:hover {
    background-color: #F39801;
    border-color: #F39801;
  }
  .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: #F39801;
  border-color: #F39801;
}
.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: 18px;
}
@media screen and (max-width: 766px) {
  .c-pager__item__prev {
    margin-right: 8px;
  }
}
.c-pager__item__prev a span::before,
.c-pager__item__prev > span::before {
  content: "\f104";
}
.c-pager__item__next {
  margin-left: 18px;
}
@media screen and (max-width: 766px) {
  .c-pager__item__next {
    margin-left: 8px;
  }
}
.c-pager__item__next a span::before,
.c-pager__item__next > span::before {
  content: "\f105";
}
.c-pager__item.is-current span {
  color: #F39801;
}

.c-table {
  width: 100%;
  background-color: #fff;
}
.c-table--fixed {
  table-layout: fixed;
}
.c-table tr:first-child td, .c-table tr:first-child th {
  border-top: #D3D3D3 solid 1px;
}
.c-table th, .c-table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: 20px 25px;
  overflow-wrap: break-word;
  min-width: 145px;
  position: relative;
  border-bottom: #D3D3D3 solid 1px;
}
@media screen and (max-width: 540px) {
  .c-table th, .c-table td {
    padding: 18px 12px;
    min-width: 100px;
  }
}
.c-table th p:last-child, .c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a, .c-table td a {
  color: #F39801;
}
.c-table th {
  font-weight: bold;
}
@media screen and (max-width: 766px) {
  .c-table__scroll {
    width: calc(100% + 20px);
    padding-bottom: 64px;
    position: relative;
  }
  .c-table__scroll::after {
    content: "";
    width: 110px;
    height: 24px;
    background-image: url(../img/common/icon_scroll.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 766px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: 300px;
  }
}
@media screen and (max-width: 766px) {
  .c-table__scroll__inner {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 766px) {
  .c-table__scroll .c-table {
    width: 800px;
  }
}
@media screen and (max-width: 766px) {
  .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: #D3D3D3 solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 766px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 766px) {
  .c-table__fixed--top {
    top: 0;
  }
}

.wp-editor {
  /* 要素寄せ */
  /* wpstyle */
  /* ===============================================
  form
  =============================================== */
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  color: #000;
  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: 3.2rem;
  z-index: 1;
  margin-bottom: 42px;
  text-align: left;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .wp-editor h1 {
    font-size: 2.4rem;
    margin-bottom: 32px;
  }
}
.wp-editor h2 {
  font-size: 2.8rem;
  padding-bottom: 20px;
  margin-bottom: 42px;
}
@media screen and (max-width: 766px) {
  .wp-editor h2 {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }
}
.wp-editor h2:not(:first-child) {
  margin-top: 85px;
}
@media screen and (max-width: 766px) {
  .wp-editor h2:not(:first-child) {
    margin-top: 60px;
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #F39801;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-editor h3 {
  font-size: 2.2rem;
  color: #F39801;
  margin-top: 50px;
  margin-bottom: 36px;
}
@media screen and (max-width: 766px) {
  .wp-editor h3 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.wp-editor h4 {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .wp-editor h4 {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.wp-editor p + h3, .wp-editor ul + h3, .wp-editor ol + h3 {
  margin-top: 50px;
}
@media screen and (max-width: 766px) {
  .wp-editor p + h3, .wp-editor ul + h3, .wp-editor ol + h3 {
    margin-top: 30px;
  }
}
.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: 24px;
}
.wp-editor h5, .wp-editor h6 {
  font-size: 1.6rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 766px) {
  .wp-editor h5, .wp-editor h6 {
    font-size: 1.4rem;
  }
}
.wp-editor > *:first-child {
  margin-top: 0;
}
.wp-editor p {
  line-height: 1.8;
  margin-top: 40px;
}
.wp-editor p a {
  color: #F39801;
  text-decoration: underline;
}
@media screen and (min-width: 767px) {
  .wp-editor p a:hover {
    color: #F39801;
    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: 60px;
}
@media screen and (max-width: 766px) {
  .wp-editor p div, .wp-editor p + img, .wp-editor p + table, .wp-editor p + blockquote, .wp-editor p + figure {
    margin-top: 40px;
  }
}
.wp-editor p + ul, .wp-editor p + ol {
  margin-top: 30px;
}
@media screen and (max-width: 766px) {
  .wp-editor p + ul, .wp-editor p + ol {
    margin-top: 40px;
  }
}
.wp-editor strong {
  font-weight: bold;
}
.wp-editor em {
  font-style: italic;
}
.wp-editor small, .wp-editor figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 766px) {
  .wp-editor small, .wp-editor figcaption {
    font-size: 1.1rem;
  }
}
.wp-editor figcaption {
  margin-top: 0.5em;
}
.wp-editor blockquote {
  width: 100%;
  background-color: #f2f2f2;
  line-height: 1.8;
  padding: 48px;
  margin: 60px 0;
  position: relative;
}
@media screen and (max-width: 766px) {
  .wp-editor blockquote {
    padding: 20px;
    margin: 40px 0;
  }
}
.wp-editor ul, .wp-editor ol {
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .wp-editor ul, .wp-editor ol {
    margin-top: 40px;
  }
}
.wp-editor ul li, .wp-editor ol li {
  color: #000;
  line-height: 1.8;
}
.wp-editor ul li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .wp-editor ul li {
    padding-left: 15px;
  }
}
.wp-editor ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #F39801;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 766px) {
  .wp-editor ul li::before {
    top: 10px;
  }
}
.wp-editor ul li:not(:last-child) {
  margin-bottom: 10px;
}
.wp-editor ol {
  padding-left: 13px;
}
.wp-editor ol li {
  list-style-type: decimal;
  line-height: 1.8;
  padding-left: 7px;
  position: relative;
}
@media screen and (max-width: 766px) {
  .wp-editor ol li {
    padding-left: 15px;
  }
}
.wp-editor ol li:not(:last-child) {
  margin-bottom: 12px;
}
.wp-editor table {
  width: 100%;
  margin: 60px 0;
  border: #D3D3D3 solid 1px;
  table-layout: fixed;
}
@media screen and (max-width: 766px) {
  .wp-editor table {
    margin: 40px 0;
  }
}
.wp-editor table th, .wp-editor table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: 20px 25px;
  overflow-wrap: break-word;
}
.wp-editor table th:not(:last-child), .wp-editor table td:not(:last-child) {
  border-right: #D3D3D3 solid 1px;
}
@media screen and (max-width: 540px) {
  .wp-editor table th, .wp-editor table td {
    padding: 18px 12px;
  }
}
.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: #F39801;
}
.wp-editor table td {
  min-width: 145px;
}
@media screen and (max-width: 540px) {
  .wp-editor table td {
    min-width: 100px;
  }
}
.wp-editor table th {
  width: 140px;
  background-color: #f2f2f2;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .wp-editor table th {
    width: 108px;
  }
}
.wp-editor table tr:not(:last-child) {
  border-bottom: #D3D3D3 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: 766px) {
  .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: 60px;
}
@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: 40px;
  }
}
.wp-editor .alignnone {
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .wp-editor .alignnone {
    margin: 40px 0;
  }
}
.wp-editor .alignleft, .wp-editor .alignright {
  max-width: 280px;
}
@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: 36px;
  text-align: left;
}
@media screen and (max-width: 766px) {
  .wp-editor .alignleft {
    margin-right: 20px;
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignleft {
    margin-right: 0;
  }
}
.wp-editor .aligncenter {
  text-align: center;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 766px) {
  .wp-editor .aligncenter {
    margin: 20px auto;
  }
}
.wp-editor .alignright {
  float: right;
  margin-left: 36px;
  text-align: right;
}
@media screen and (max-width: 766px) {
  .wp-editor .alignright {
    margin-left: 20px;
  }
}
@media screen and (max-width: 540px) {
  .wp-editor .alignright {
    margin-left: 0;
  }
}
.wp-editor .alignleft + p, .wp-editor .alignright + p {
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .wp-editor .alignleft + p, .wp-editor .alignright + p {
    margin-top: 40px;
  }
}
.wp-editor .wp-block-spacer {
  margin-top: 0;
}
.wp-editor .wp-block-image {
  margin-bottom: 30px;
}
.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: 60px;
}
@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: 30px;
  }
}
.wp-editor .wp-block-columns {
  margin: 0;
}
.wp-editor .wp-block-columns + .wp-block-columns {
  margin-top: 60px;
}
@media screen and (max-width: 766px) {
  .wp-editor .wp-block-columns + .wp-block-columns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 766px) {
  .wp-editor .wp-block-column:not(:last-child) {
    margin-bottom: 30px;
  }
}
.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 input[type=text], .wp-editor input[type=tel], .wp-editor input[type=email] {
  width: 100%;
  max-width: 292px;
  height: 48px;
  background-color: #fff;
  line-height: 1.6;
  padding: 0 1em;
  border: #D3D3D3 solid 1px;
  border-radius: 4px;
  display: block;
  position: relative;
  transition: 0.3s ease;
}
.wp-editor input[type=text]:focus, .wp-editor input[type=tel]:focus, .wp-editor input[type=email]:focus {
  border-color: #F39801;
}
.wp-editor textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 170px;
  padding: 0.75em 1em;
  line-height: 1.6;
  border: #D3D3D3 solid 1px;
  border-radius: 4px;
  background-color: #fff;
  resize: none;
}
.wp-editor textarea:focus {
  border-color: #F39801;
}
.wp-editor span.wpcf7-list-item {
  display: block;
}
.wp-editor .wpcf7-submit {
  max-width: 100%;
  width: 380px;
  height: 62px;
  background-color: #000;
  color: #fff;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: none;
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
  overflow: hidden;
  z-index: 1;
}
@media screen and (min-width: 767px) {
  .wp-editor .wpcf7-submit:hover {
    color: #fff;
    background-color: #F39801;
  }
}
.wp-editor .wpcf7-submit:active {
  color: #fff;
  background-color: #F39801;
}

.c-animation {
  opacity: 0;
  transition: transform 0.75s ease, opacity 0.75s;
}
.c-animation--horizontal {
  transform: translateY(4rem);
}
@media screen and (max-width: 766px) {
  .c-animation--horizontal {
    transform: translateY(2rem);
  }
}
@media screen and (min-width: 767px) {
  .c-animation--delay--1 {
    transition-delay: 0.25s;
  }
  .c-animation--delay--2 {
    transition-delay: 0.5s;
  }
  .c-animation--delay--3 {
    transition-delay: 0.75s !important;
  }
  .c-animation--delay--4 {
    transition-delay: 1s;
  }
  .c-animation--delay--5 {
    transition-delay: 1.25s;
  }
  .c-animation--delay--6 {
    transition-delay: 1.5s;
  }
}
@media screen and (max-width: 766px) {
  .c-animation--sp--delay--1 {
    transition-delay: 0.25s;
  }
  .c-animation--sp--delay--2 {
    transition-delay: 0.5s;
  }
  .c-animation--sp--delay--3 {
    transition-delay: 0.75s;
  }
  .c-animation--sp--delay--4 {
    transition-delay: 1s;
  }
  .c-animation--sp--delay--5 {
    transition-delay: 1.25s;
  }
  .c-animation--sp--delay--6 {
    transition-delay: 1.5s;
  }
}
.c-animation.is-scrolled {
  opacity: 1;
}
.c-animation--horizontal.is-scrolled {
  transform: translateY(0);
}

.p-kv {
  width: 100%;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #000;
  /* p-kv__fullscreen */
  /* p-kv__title */
}
@media screen and (min-width: 767px) {
  .p-kv {
    background-image: url(/assets/img/index/mv_pc.png);
  }
}
@media screen and (min-width: 1440px) {
  .p-kv {
    background-image: url(/assets/img/index/mv_pc_wide.png);
  }
}
@media screen and (max-width: 766px) {
  .p-kv {
    background-image: url(/assets/img/index/mv_sp.png);
  }
}
.p-kv__fullscreen {
  position: relative;
  z-index: 0;
}
.p-kv__fullscreen-wrap {
  width: 100%;
  height: 100vh;
  padding: 28.8888888889vmin 0 35vmin;
}
@media screen and (max-width: 1024px) {
  .p-kv__fullscreen-wrap {
    height: auto;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 766px) {
  .p-kv__fullscreen-wrap {
    padding: 25.1874062969vmax 0 7.9460269865vmax;
  }
}
.p-kv__title {
  position: relative;
  z-index: 0;
  width: clamp(460px, (560/1440*100vmax), 642px);
  margin-left: 14.7222222222%;
  margin-bottom: 17.2222222222vmin;
}
@media screen and (max-width: 766px) {
  .p-kv__title {
    width: clamp(190px, (290/375*100vw), 470px);
    margin-left: 9.3333333333%;
    margin-bottom: 14.9925037481vmax;
  }
}
.p-kv__sub-title {
  position: absolute;
  z-index: 0;
  top: 0;
  left: -20%;
  width: 11.0714285714%;
  margin: 0;
}
@media screen and (max-width: 766px) {
  .p-kv__sub-title {
    position: static;
    width: clamp(135px, (248/375*100vw), 335px);
    margin: 36px 0 0;
  }
}

.p-mission {
  /* p-mission__wrap */
  /* p-mission__box */
  /* p-mission__title-wrap */
  /* p-mission__title */
}
.p-mission__wrap {
  padding: 9.0277777778vmax 0 12.6388888889vmax;
}
@media screen and (max-width: 766px) {
  .p-mission__wrap {
    padding: 9.3333333333% 0 26.6666666667%;
  }
}
.p-mission__box {
  display: flex;
}
@media screen and (max-width: 766px) {
  .p-mission__box {
    display: block;
  }
}
.p-mission__title-wrap {
  width: 35%;
  margin-left: 15%;
}
@media screen and (max-width: 766px) {
  .p-mission__title-wrap {
    width: auto;
    margin: 0;
  }
}
.p-mission__title {
  position: relative;
  z-index: 0;
  margin-bottom: 2.5em;
  padding-bottom: 32px;
  line-height: 1;
  font-size: clamp(1.6rem, (20/1400*100vw), 3rem);
  white-space: nowrap;
}
@media screen and (max-width: 766px) {
  .p-mission__title {
    padding-bottom: 2.5em;
  }
}
.p-mission__title::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .p-mission__title::before {
    width: 40px;
  }
}
.p-mission__text-wrap {
  margin-top: -13px;
}
@media screen and (max-width: 766px) {
  .p-mission__text-wrap {
    margin-top: 0;
  }
}
.p-mission__text {
  margin-bottom: 2.5em;
  line-height: 2.4;
}
@media screen and (max-width: 766px) {
  .p-mission__text {
    margin-bottom: 2.8571428571em;
    line-height: 2.3571428571;
  }
}

.p-scrolldown {
  position: absolute;
  bottom: 115px;
  right: 7.6388888889%;
  /* 丸の描写 */
  /* 線の描写 */
  /* 縦書きテキスト */
}
.p-scrolldown::before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5.5px;
  z-index: 1;
  /*丸の形状*/
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #F39801;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 2.5s ease-in-out infinite, cirlemovehide 2.5s ease-out infinite;
}
.p-scrolldown::after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
  /*線の形状*/
  width: 1px;
  height: 88px;
  background: #fff;
}
.p-scrolldown span {
  position: absolute;
  top: 15px;
  right: -0.75em;
  z-index: 0;
  letter-spacing: 0.08em;
  font-size: 1.2rem;
  color: #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 88px;
  }
  100% {
    bottom: -5px;
  }
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
.p-news {
  position: relative;
  z-index: 0;
  color: #fff;
  /* p-news__body */
  /* p-news__box */
  /* p-news__title */
  /* p-news__desc */
  /* p-news__text */
  /* p-news__more */
}
.p-news__wrap {
  width: clamp(630px, (800/1440*100%), 1000px);
}
@media screen and (max-width: 766px) {
  .p-news__wrap {
    width: 92%;
  }
}
.p-news__body {
  position: relative;
  z-index: 0;
}
.p-news__body::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.7;
  background-color: #191919;
}
.p-news__box {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  padding: 30px 40px;
}
@media screen and (max-width: 766px) {
  .p-news__box {
    padding: 20px 20px 14px 5.7971014493%;
  }
}
.p-news__title {
  font-size: clamp(2rem, (20/1400*100vw), 3rem);
  margin-right: 2em;
}
@media screen and (max-width: 766px) {
  .p-news__title {
    position: absolute;
    top: -0.5em;
    left: 5.3333333333%;
    font-size: clamp(1.7rem, (17/1400*100vw), 3rem);
  }
}
.p-news__desc {
  flex: 1;
  margin-right: 3.3333333333%;
}
@media screen and (max-width: 766px) {
  .p-news__desc {
    width: 100%;
    flex: auto;
    margin-right: 0;
  }
}
.p-news__desc a {
  display: flex;
  align-items: baseline;
}
.p-news__desc a + a {
  margin-top: 1em;
}
.p-news__text {
  flex: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-weight: 500;
  line-height: 1.5;
  color: inherit;
  word-break: break-all;
}
@media screen and (max-width: 766px) {
  .p-news__text {
    padding-right: 0;
  }
}
.p-news__more {
  align-self: center;
  width: max-content;
  margin-left: auto;
  font-size: 1.4rem;
}
@media screen and (max-width: 766px) {
  .p-news__more {
    margin-top: 15px;
    transform: none;
  }
}
.p-news__more a:hover {
  color: #fff;
}
.p-news__anime {
  position: relative;
  z-index: 0;
}
.p-news__anime::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: #F39801;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p-news__anime:hover::before {
  width: 100%;
  transform-origin: left top;
  transform: scale(1, 1);
}

@media screen and (min-width: 767px) {
  a:hover .p-img-anime img {
    transform: scale(1.1);
  }
}
.p-border-anime {
  position: relative;
  z-index: 0;
  line-height: 1.5;
}
.p-border-anime::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background-color: #F39801;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
@media screen and (min-width: 767px) {
  .p-border-anime:hover::before {
    width: 100%;
    transform-origin: left top;
    transform: scale(1, 1);
  }
}

.p-img-anime img {
  width: 100%;
  transition: transform 0.3s ease;
}

.p-text-anime span {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
  background-position: right bottom;
  transition: background-size 0.7s cubic-bezier(0.47, 0.34, 0.29, 1.01);
}

@media screen and (min-width: 767px) {
  a:hover .p-text-anime span, .p-text-anime:hover span {
    background-size: 100% 1px;
    background-position: left bottom;
  }
}
.p-industry {
  color: #fff;
}
.p-industry .c-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  background-color: #000;
}
.p-industry .c-card__title {
  margin: 0 0 8px;
}
@media screen and (max-width: 766px) {
  .p-industry .c-card__title {
    margin-bottom: 10px;
  }
}
.p-industry .c-card__text {
  line-height: 1.5;
  margin-bottom: 0;
}
.p-industry .c-card__body {
  display: flex;
  flex-direction: column;
  padding: 12px 18px 20px;
}
@media screen and (max-width: 766px) {
  .p-industry .c-card__body {
    padding: 12px 14px 17px;
  }
}
.p-industry__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px 12px;
}
@media screen and (max-width: 1024px) {
  .p-industry__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 766px) {
  .p-industry__list {
    display: flex;
    gap: 0;
  }
}
.p-industry .swiper-button-next,
.p-industry .swiper-button-prev {
  border-color: #999 !important;
}
.p-industry .swiper-button-next::after,
.p-industry .swiper-button-prev::after {
  color: #fff !important;
}

.p-partner {
  counter-reset: num 0;
}
.p-partner .c-card__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.p-partner .c-card__list {
  margin-top: -46px;
}
@media screen and (max-width: 766px) {
  .p-partner .c-card__list {
    margin-top: -44px;
  }
}
.p-partner .c-card__item {
  margin-top: 46px;
}
@media screen and (max-width: 766px) {
  .p-partner .c-card__item {
    margin-top: 44px;
  }
}

.p-journal p {
  margin-bottom: 0;
}
.p-journal__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-journal__item {
    width: calc((100% - 60px) / 3) !important;
  }
}
.p-journal .c-card__title {
  margin-bottom: 0;
}
.p-journal .c-card__text {
  margin-top: 17px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
}
.p-journal .p-more {
  position: absolute;
  top: 37px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 766px) {
  .p-journal .p-more {
    position: static;
    margin: 44px auto 0;
  }
}

.p-clients__wrap + .p-clients__wrap {
  margin-top: 100px;
}
@media screen and (max-width: 766px) {
  .p-clients__wrap + .p-clients__wrap {
    margin-top: 50px;
  }
}
.p-clients__list {
  margin-top: -24px;
}
@media screen and (max-width: 766px) {
  .p-clients__list {
    margin-top: -20px;
  }
}
.p-clients__item {
  margin-top: 24px;
}
@media screen and (max-width: 766px) {
  .p-clients__item {
    margin-top: 20px;
  }
}

.p-more {
  width: fit-content;
  border-radius: 9999px;
  border: 1px solid #E2E2E2;
  background-color: #fff;
  transition: border-color 0.3s;
}
@media screen and (min-width: 767px) {
  .p-more--pc181 {
    min-width: 181px;
  }
}
.p-more--min170 {
  min-width: 170px;
}
.p-more > * {
  display: block;
  padding: 15px 20px;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 767px) {
  .p-more:hover {
    border-color: #F39801;
  }
  .p-more:hover a {
    color: #000;
  }
}
.p-more .c-link--icon span:after {
  width: auto;
  height: auto;
  border: none;
  margin-left: 10px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 100;
}
.p-more--op {
  border-color: #999;
  background-color: transparent;
}
@media screen and (min-width: 767px) {
  .p-more--op:hover a {
    color: #fff;
  }
}
.p-more--op a {
  color: #fff;
}
.p-more--op .c-link--icon span:after {
  color: #fff;
}

.p-swiper .swiper {
  overflow: visible;
}
.p-swiper .swiper-slide {
  height: auto;
}
.p-swiper .swiper-button-next,
.p-swiper .swiper-button-prev {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: 0;
  border-radius: 50%;
  border: 1px solid #000;
  outline: none;
}
@media screen and (max-width: 766px) {
  .p-swiper .swiper-button-next,
.p-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.p-swiper .swiper-button-next::after,
.p-swiper .swiper-button-prev::after {
  font-family: "Font Awesome 5 Pro";
  font-size: 1.6rem;
  font-weight: 100;
  color: #000;
}
.p-swiper .swiper-button-next::after {
  content: "\f178";
}
.p-swiper .swiper-button-prev::after {
  content: "\f177";
}
.p-swiper .swiper-button-disabled {
  opacity: 0.4;
}
.p-swiper__button {
  display: flex;
  gap: 0 14px;
}
@media screen and (max-width: 766px) {
  .p-swiper__button {
    position: static;
    justify-content: flex-end;
    gap: 0 10px;
    margin-top: 4px;
    margin-bottom: 32px;
  }
}
.p-swiper__button--pc {
  position: absolute;
  top: -120px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 766px) {
  .p-swiper__button--pc {
    position: static;
    justify-content: flex-end;
    gap: 0 10px;
    margin-top: 4px;
    margin-bottom: 32px;
  }
}
.p-swiper__button--ja {
  top: 4px;
}
.p-swiper__button--sp {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 766px) {
  .p-swiper__button--sp {
    position: static;
    opacity: 1;
    visibility: visible;
  }
}
.p-swiper__list {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-swiper__list li {
    width: calc((100% - 80px) / 3) !important;
  }
}

.p-bullets__item {
  display: flex;
  margin-bottom: 0;
}
.p-bullets__item::before {
  content: "";
  width: 12px;
  height: 1px;
  margin-top: 1em;
  margin-right: 10px;
  background-color: #000;
}
.p-bullets__item + .p-bullets__item {
  margin-top: 1em;
}
@media screen and (max-width: 766px) {
  .p-bullets__item + .p-bullets__item {
    margin-top: 12px;
  }
}

.p-voice__list {
  margin-top: -30px;
}
@media screen and (max-width: 766px) {
  .p-voice__list {
    margin-top: -16px;
  }
}
.p-voice__body {
  margin-top: 30px;
  padding: 30px 35px;
  padding: 7.8947368421% 9.2105263158%;
}
@media screen and (max-width: 766px) {
  .p-voice__body {
    margin-top: 16px;
  }
}

.p-box {
  padding: 6.9444444444%;
}
@media screen and (max-width: 766px) {
  .p-box {
    padding: 10.6666666667% 5.3333333333%;
  }
}
.p-box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.p-box--missed {
  padding-bottom: 0;
}
.p-box--missed::before {
  height: calc(100% - 60px);
}
.p-box__bottom {
  border-top: 1px solid #E2E2E2;
  margin-top: 52px;
  padding-top: 52px;
}
@media screen and (max-width: 766px) {
  .p-box__bottom {
    margin-top: 36px;
    padding-top: 36px;
  }
}
.p-box__img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-ceo {
  display: flex;
}
.p-ceo__img {
  width: 158px;
  padding-right: 80px;
}

.p-bullets__item {
  display: flex;
  margin-bottom: 0;
}
.p-bullets__item::before {
  content: "";
  width: 12px;
  height: 1px;
  margin-top: 1em;
  margin-right: 10px;
  background-color: #000;
}
.p-bullets__item + .p-bullets__item {
  margin-top: 1em;
}
@media screen and (max-width: 766px) {
  .p-bullets__item + .p-bullets__item {
    margin-top: 12px;
  }
}

.p-curriculum__body {
  position: relative;
  z-index: 0;
  height: 100%;
  padding: 44px 32px 28px;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .p-curriculum__body {
    padding: 40px 15px 28px 20px;
  }
}
.p-curriculum__tag {
  position: absolute;
  top: 0;
  left: 0;
  margin-bottom: 0;
  padding: 4px 12px 5px;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #fff;
  background-color: #000;
}
.p-curriculum__title {
  margin-bottom: 24px;
}
@media screen and (max-width: 766px) {
  .p-curriculum__title {
    margin-bottom: 20px;
  }
}
.p-curriculum .p-bullets__item {
  font-size: 1.4rem;
}
@media screen and (max-width: 766px) {
  .p-curriculum .p-bullets__item {
    font-size: 1.3rem;
  }
}

.p-event .c-card__title {
  margin-bottom: 0;
  margin-top: 18px;
}

.p-policy {
  position: relative;
  z-index: 1;
}
.p-policy .p-coin {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .p-policy .p-coin {
    flex: 1;
    gap: 8px 0;
  }
}
.p-policy .p-coin__img {
  width: 60px;
  height: 60px;
}
.p-policy .p-coin__img img {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-policy .p-coin__img {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .p-policy__wrap {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 12px;
  }
}
.p-policy__try {
  position: relative;
  z-index: 0;
  display: inline-block;
  width: 100%;
  margin: 28px auto 35px;
  font-size: 1.8rem;
  font-weight: 500;
  color: #F39801;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-policy__try {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 23.8805970149%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin: 0;
    margin-right: 10px;
    background-color: #E2E2E2;
  }
}
.p-policy__try::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 780px;
  height: 280px;
  background-image: url(../img/interpreneur/try.png);
  background-size: cover;
  background-position: center;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-policy__try::before {
    top: auto;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10.6666666667vw;
    transform: none;
    background-image: none;
    background-color: #F7F7F7;
  }
}
@media screen and (max-width: 1024px) {
  .p-policy__try::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 10.6666666667vw;
    background: linear-gradient(to bottom left, #E2E2E2 50.1%, transparent 50.1%) top left/50.1% 100% no-repeat, linear-gradient(to bottom right, #E2E2E2 50.1%, transparent 50.1%) top right/50.1% 100% no-repeat;
  }
}
.p-policy__try p {
  margin-bottom: 0;
}
@media screen and (max-width: 766px) {
  .p-policy__try p {
    font-size: 1.7rem;
  }
}
.p-policy__banner {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 760px;
  max-width: 100%;
  margin: 0 auto;
  padding: 48px 0;
  text-align: center;
  line-height: 1.7777777778;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 766px) {
  .p-policy__banner {
    padding: 25px 22px;
  }
}
.p-policy__banner p {
  margin-bottom: 0;
}

@media screen and (min-width: 767px) {
  .l-privacy {
    max-width: 1200px;
    margin: auto;
    padding: 0 8.3333333333%;
  }
}

.p-privacy p {
  margin-bottom: 18px;
  line-height: 1.75;
}
.p-privacy__block + .p-privacy__block {
  margin-top: 76px;
}
@media screen and (max-width: 1024px) {
  .p-privacy__block + .p-privacy__block {
    margin-top: 38px;
  }
}
.p-privacy__title {
  display: flex;
  margin-bottom: 24px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 766px) {
  .p-privacy__title {
    font-size: 2rem;
    margin-bottom: 14px;
  }
}
.p-privacy__title::before {
  content: "";
  width: 16px;
  height: 1px;
  margin-top: 0.6em;
  margin-right: 8px;
  background-color: #000;
}
@media screen and (max-width: 766px) {
  .p-privacy__title::before {
    width: 12px;
    margin-right: 6px;
  }
}
.p-privacy__text {
  line-height: 2;
  font-weight: normal;
}

.p-bullet__list li {
  position: relative;
  z-index: 0;
  padding-left: calc(1em + 4px);
}
.p-bullet__list li::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.75em;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #000;
  transform: translate(-50%, -50%);
}

.p-nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-nav {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .p-nav--tiered {
    height: 100%;
  }
}
.p-nav__inner {
  min-height: 100vh;
  padding: clamp(119px, (166/900*100vmin), 166px) 20px 134px;
}
@media screen and (max-width: 766px) {
  .p-nav__inner {
    padding: 31.7333333333vw 20px 134px;
  }
}
.p-nav__item {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: fit-content;
  height: 100%;
}
.p-nav__item + li {
  margin-left: 48px;
}
@media screen and (min-width: 767px) {
  .p-nav__item:hover span::before {
    width: 100%;
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.p-nav__item--arrow {
  display: flex;
}
.p-nav__item--arrow::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  color: #fff;
  margin-left: 8px;
  font-size: 1.8rem;
  font-weight: 100;
}
@media screen and (max-width: 766px) {
  .p-nav__item--arrow::after {
    font-size: 1.6rem;
  }
}
.p-nav__under {
  display: none;
  position: absolute;
  z-index: 4;
  top: 90px;
  left: -20px;
  width: max-content;
  height: auto;
  padding: 28px 40px 36px 32px;
  background-color: #191919;
}
.p-nav__under li + li {
  margin-top: 24px;
}
.p-nav__under a {
  display: block;
  color: #999;
  font-size: 1.4rem;
}
@media screen and (min-width: 767px) {
  .p-nav__under a:hover {
    color: #F39801;
  }
}
.p-nav__link {
  display: flex;
  align-items: center;
  height: 100%;
  letter-spacing: normal;
  color: #fff;
}
.p-nav__link span {
  position: relative;
  z-index: 0;
}
.p-nav__link span::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 1px;
  background-color: #F39801;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}
.p-nav__link .no-link::before {
  content: none;
}
.p-nav__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #fff;
  border-radius: 27px;
  border: 1px solid #E2E2E2;
}
.p-nav__button--black {
  background-color: #000;
  color: #fff !important;
}
.p-nav__button:hover {
  border: 1px solid #F39801;
}
.p-nav__top {
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin-top: 14px;
  width: 100%;
  padding: 30px 45px;
  padding: 30px;
}
.p-nav__top__list {
  display: flex;
  margin-bottom: 25px;
}
@media screen and (min-width: 1025px) {
  .p-nav__top__list {
    margin-right: 40px;
  }
}
.p-nav__top__list__item:not(:last-child) {
  margin-right: 35px;
}
.p-nav__top__list__item a {
  font-size: 1.4rem;
  font-weight: 500;
  padding-left: 12px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-nav__top__list__item a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-nav__top__list__item a {
    font-size: 1.4rem;
  }
}
.p-nav__top__list__item a::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #F39801;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .p-nav__top__search__wrap {
    margin-right: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .p-nav__top__search__wrap {
    margin-bottom: 25px;
  }
}
.p-nav__top__search.c-form__search {
  width: 200px;
  height: 34px;
  background-color: #f2f2f2;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 40px;
  border: none;
  padding: 0 16px;
}
@media screen and (max-width: 1280px) {
  .p-nav__top__search.c-form__search {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-nav__top__search.c-form__search {
    width: 100%;
    font-size: 1.4rem;
  }
}
.p-nav__top__search__button.c-form__search__button i {
  color: #aaa;
  font-size: 1.6rem;
}
.p-nav__top__tel {
  color: #F39801;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}
@media screen and (min-width: 1025px) {
  .p-nav__top__tel__wrap {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1024px) {
  .p-nav__top__tel__wrap {
    text-align: center;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1280px) {
  .p-nav__top__tel {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-nav__top__tel {
    font-size: 2.2rem;
  }
}
.p-nav__top__tel::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f879";
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1280px) {
  .p-nav__top__tel::before {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-nav__top__tel::before {
    font-size: 1.8rem;
  }
}
.p-nav__menu {
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: 0;
  display: block;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .p-nav__menu {
    top: 50%;
  }
}
.p-nav__menu > div {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1024px) {
  .p-nav__menu > div {
    display: block;
    max-width: 550px;
  }
}
@media screen and (min-width: 1025px) {
  .p-nav__menu--bottom {
    height: 64px;
    align-items: flex-start;
    margin-top: 2px;
  }
}
.p-nav__menu--bottom .p-header__head,
.p-nav__menu--bottom .p-header__link {
  position: relative;
  top: auto;
  left: auto;
}
@media screen and (min-width: 1025px) {
  .p-nav__menu--bottom .p-header__head,
.p-nav__menu--bottom .p-header__link {
    height: 64px;
    padding-bottom: 15px;
  }
}
.p-nav__menu__item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  transition: all 0.3s ease;
}
.p-nav__menu__item + .p-nav__menu__item {
  margin-top: 15px;
}
.p-nav__menu__item.is-act::before {
  opacity: 0;
}
.p-nav__menu__item.is-act::after {
  transform: rotate(0);
}
@media screen and (min-width: 767px) {
  .p-nav__menu__item:hover .p-header__head::before,
.p-nav__menu__item:hover .p-header__link::before {
    opacity: 1;
  }
  .p-nav__menu__item:hover .p-header__head::after,
.p-nav__menu__item:hover .p-header__link::after {
    color: #F39801;
  }
}
.p-nav__menu__item--button {
  margin-left: 20px;
  border-bottom: none;
  margin-left: 0;
  margin-top: 28px;
}
.p-spnav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 15;
  margin-left: auto;
  width: 100%;
  min-height: 100vh;
  height: 100%;
  overflow: auto;
  padding: 120px 0 60px;
  background-color: #F7F7F7;
}
.p-spnav__list {
  padding: 0 10.1333333333%;
}
.p-spnav__item {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px) {
  .p-spnav__item:hover {
    cursor: pointer;
  }
}
.p-spnav__item + .p-spnav__item {
  margin-top: 40px;
}
.p-spnav__item > .p-spnav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 32px;
  font-size: 1.8rem;
}
.p-spnav__icon {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #999;
  transition: border-color 0.3s;
}
@media screen and (min-width: 767px) {
  .p-spnav__icon:hover {
    border-color: #F39801;
  }
}
.p-spnav__icon span {
  position: relative;
  display: inline-block;
  color: #999;
  line-height: 1;
  width: 10px;
  height: 1px;
  background: #999;
  border-radius: 0.1em;
}
.p-spnav__icon span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.p-spnav__icon.is-active span::after {
  transform: rotate(0deg);
}
.p-spnav__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  text-align: center;
  margin: 48px auto 0;
  font-size: 1.8rem;
  background-color: #000;
  color: #fff;
  border-radius: 9999px;
}
.p-spnav__contact a {
  width: 100%;
  height: 100%;
  padding: 18px 0;
}
.p-spnav__under {
  display: none;
  font-size: 1.4rem;
  color: #999;
}
.p-spnav__under li {
  margin-top: 24px;
}
.p-spnav__under li:nth-child(1) {
  margin-top: 28px;
}

.p-mv {
  color: #fff;
  background-color: #000;
  /* p-mv--middle */
}
.p-mv__inner {
  padding: 0 0 clamp(40px, (90/1440*100vw), 90px) clamp(40px, (120/1440*100%), 100%);
}
@media screen and (max-width: 766px) {
  .p-mv__inner {
    width: 89.3333333333%;
    margin: 0 auto;
    padding: 0;
  }
}
.p-mv__box {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-mv__box {
    display: block;
  }
}
.p-mv__bycolor {
  position: relative;
  z-index: 0;
}
.p-mv__bycolor::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: -1px;
  width: 16.6666666667vw;
  height: 100%;
  background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
  .p-mv__bycolor::before {
    left: auto;
    width: 100vw;
    height: 16vw;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__bycolor::before {
    left: -5.3333333333vw;
  }
}
.p-mv__title-area {
  position: relative;
  z-index: 1;
  width: 50.6060606061%;
}
@media screen and (max-width: 1024px) {
  .p-mv__title-area {
    width: 100%;
  }
}
.p-mv__title-wrap {
  position: absolute;
  z-index: 1;
  top: 12.4444444444vmin;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-mv__title-wrap {
    position: static;
    width: 100%;
    padding-top: 7.4666666667vw;
  }
}
.p-mv__title-wrap--beyondboarders {
  top: 13.1111111111vmin;
}
.p-mv__title-wrap--industry {
  width: 458px;
  top: 12vmin;
}
@media screen and (max-width: 766px) {
  .p-mv__title-wrap--industry {
    width: 310px;
    padding-top: 64px;
  }
}
.p-mv__title {
  margin-bottom: 48px;
}
@media screen and (max-width: 766px) {
  .p-mv__title {
    margin-bottom: 24px;
    line-height: 1.3;
  }
}
.p-mv__title--ja {
  font-weight: 500;
  font-size: clamp(2.6rem, 2.2222222222vw, 4.2rem);
}
.p-mv__title--ja2 {
  margin-bottom: 35px;
  font-weight: 500;
  font-size: clamp(2.2rem, 1.9444444444vw, 3.8rem);
}
@media screen and (max-width: 766px) {
  .p-mv__title--ja2 {
    margin-bottom: 23px;
  }
}
.p-mv__term {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 500;
}
.p-mv__term::before {
  content: "";
  width: 8px;
  height: 1px;
  margin-right: 4px;
  background-color: #fff;
}
.p-mv__text {
  padding-right: 14.6706586826%;
  line-height: 2;
}
@media screen and (max-width: 766px) {
  .p-mv__text {
    padding-right: 5.9701492537%;
    line-height: 1.8;
  }
}
.p-mv__img {
  flex: 1;
  max-width: 1000px;
  height: 46.6666666667vmin;
  min-height: 420px;
}
@media screen and (max-width: 1024px) {
  .p-mv__img {
    width: 94.6666666667vw;
    height: auto;
    min-height: auto;
    margin-top: 40px;
  }
}
.p-mv__img img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
  object-position: top left;
}
@media screen and (max-width: 1024px) {
  .p-mv__img img {
    min-height: auto;
  }
}
.p-mv--middle .p-mv__title-wrap {
  top: 11.0778443114%;
}
@media screen and (max-width: 1024px) {
  .p-mv--middle .p-mv__title-wrap {
    padding-top: 8.3582089552%;
  }
}
@media screen and (max-width: 766px) {
  .p-mv--middle .p-mv__title-wrap {
    padding-right: 0;
  }
}
.p-mv--middle .p-mv__title-img {
  width: 53.5947712418%;
  max-width: 328px;
  margin-bottom: 24px;
}
@media screen and (max-width: 766px) {
  .p-mv--middle .p-mv__title-img {
    width: 60.8955223881%;
    margin-bottom: 20px;
  }
}
.p-mv--middle .p-mv__text {
  margin-bottom: 0;
}
.p-mv--middle .p-mv__text + .p-mv__text {
  margin-top: 20px;
}
.p-mv--middle .p-mv__text-desc {
  margin-bottom: 0;
  font-weight: 400;
}
.p-mv__nav {
  display: flex;
  justify-content: center;
  padding: 8px 0 36px;
}
@media screen and (max-width: 1024px) {
  .p-mv__nav {
    padding: 0;
  }
}
.p-mv__nav__item {
  display: flex;
}
.p-mv__nav__item__external {
  display: flex;
}
.p-mv__nav__list {
  display: flex;
  border-left: 1px solid #999999;
  border-right: 1px solid #999999;
}
@media screen and (max-width: 1024px) {
  .p-mv__nav__list {
    display: block;
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #999;
  }
}
.p-mv__nav__item a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 56px;
}
.p-mv__nav__item__external a {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 56px;
}
@media screen and (max-width: 1024px) {
  .p-mv__nav__item a {
    padding: 20px 0;
  }
  .p-mv__nav__item__external a {
    padding: 20px 0;
  }
  
}
.p-mv__nav__item a::after {
  content: "\f175";
  font-family: "Font Awesome 5 Pro";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 100;
}
.p-mv__nav__item__external a::after {
  content: "\f08e";
  font-family: "Font Awesome 5 Pro";
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 100;
}
@media screen and (max-width: 1024px) {
  .p-mv__nav__item a::after {
    margin-left: auto;
    margin-right: 12px;
  }
  .p-mv__nav__item__external a::after {
    margin-left: auto;
    margin-right: 12px;
  }
}
@media screen and (max-width: 766px) {
  .p-mv__nav__item a::after {
    font-size: 1.4rem;
  }
  .p-mv__nav__item__external a::after {
    font-size: 1.4rem;
  }
  
}
.p-mv__nav__item + .p-mv__nav__item {
  border-left: 1px solid #999999;
}
@media screen and (max-width: 1024px) {
  .p-mv__nav__item + .p-mv__nav__item {
    border-left: none;
    border-top: 1px solid #999;
  }
}
.p-mv__nav__item + .p-mv__nav__item__external {
  border-left: 1px solid #999999;
}
@media screen and (max-width: 1024px) {
  .p-mv__nav__item + .p-mv__nav__item__external {
    border-left: none;
    border-top: 1px solid #999;
  }
}
.p-mv--wide .p-mv__inner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 53.3333333333vmin;
  min-height: 480px;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-mv--wide .p-mv__inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 766px) {
  .p-mv--wide .p-mv__inner {
    height: auto;
    min-height: auto;
  }
}
.p-mv--wide .p-mv__inner--s {
  height: 43.8888888889vmin;
  min-height: 395px;
}
@media screen and (max-width: 1024px) {
  .p-mv--wide .p-mv__inner--s {
    margin-top: 0;
  }
}
@media screen and (max-width: 766px) {
  .p-mv--wide .p-mv__inner--s {
    height: auto;
    min-height: auto;
  }
}
.p-mv--wide .p-mv__inner--s .p-mv__title-area {
  padding-top: 9.3333333333vmin;
  padding-left: clamp(40px, (220/1440*100%), 100%);
}
@media screen and (max-width: 766px) {
  .p-mv--wide .p-mv__inner--s .p-mv__title-area {
    padding: 48px 5.3333333333%;
  }
}
.p-mv--wide .p-mv__title-area {
  width: 100%;
  height: 100%;
  padding-top: 10.4444444444vmin;
  padding-left: clamp(40px, (120/1440*100%), 100%);
}
@media screen and (max-width: 766px) {
  .p-mv--wide .p-mv__title-area {
    padding: 32px 5.3333333333% 40px;
  }
}
.p-mv--wide .p-mv__title-wrap {
  position: static;
  padding: 0;
}
.p-mv--wide .p-mv__img {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1024px) {
  .p-mv--wide .p-mv__img {
    margin-top: 0;
  }
}
.p-mv--wide .p-mv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 100% 100%;
}

.p-hero {
  padding-top: 106px;
  /* p-hero__title--rever */
}
@media screen and (max-width: 1024px) {
  .p-hero {
    padding-top: 70px;
  }
}
.p-hero__inner {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 27.7777777778vmin;
}
@media screen and (max-width: 1024px) {
  .p-hero__inner {
    height: 38.9333333333vw;
  }
}
@media screen and (max-width: 766px) {
  .p-hero__inner--sp {
    height: 50.1333333333vw;
  }
}
.p-hero__title {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 8.3333333333vw;
  bottom: 0;
  width: auto;
  height: fit-content;
  margin: auto;
  line-height: 1.3;
}
@media screen and (max-width: 766px) {
  .p-hero__title {
    left: 5.3333333333vw;
  }
}
.p-hero__main-title {
  font-size: clamp(3.4rem, 3.3333333333vw, 5.8rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
  color: #fff;
  font-weight: 500;
}
.p-hero__sub-title {
  font-size: clamp(1.2rem, (15/1440*100vw), 2.5rem);
  margin-top: 12px;
  margin-bottom: 0;
  color: #999;
}
@media screen and (max-width: 766px) {
  .p-hero__sub-title {
    margin-top: 4px;
  }
}
.p-hero__title--rever .p-hero__main-title {
  font-size: clamp(2.6rem, (32/1440*100vw), 4.2rem);
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.p-hero__title--rever .p-hero__sub-title {
  margin-top: 20px;
  font-size: clamp(1.2rem, (14/1440*100vw), 2.4rem);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
}
@media screen and (max-width: 766px) {
  .p-hero__title--rever .p-hero__sub-title {
    margin-top: 16px;
  }
}

.p-list {
  display: flex;
}
@media screen and (max-width: 766px) {
  .p-list {
    display: block;
  }
}
.p-list__heading {
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-list__heading {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    margin-bottom: 32px;
    padding: 0;
  }
}
@media screen and (min-width: 767px) {
  .p-list__heading--variable {
    width: 54.2424242424%;
  }
}
@media screen and (min-width: 767px) {
  .p-list__heading--member {
    width: 31.8181818182%;
  }
}
@media screen and (max-width: 766px) {
  .p-list__heading--member {
    margin-bottom: 40px;
  }
}
.p-list__main {
  flex: 1;
}
.p-list__list {
  border-top: 1px solid #E2E2E2;
  /* p-list__list--col2 */
}
.p-list__list--col2 {
  display: flex;
  gap: 4.4444444444%;
}
@media screen and (max-width: 766px) {
  .p-list__list--col2 {
    display: contents;
  }
}
.p-list__member {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
}
@media screen and (max-width: 766px) {
  .p-list__member {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
.p-list__member .p-list__item {
  border-top: 1px solid #E2E2E2;
}
.p-list__member .p-list__item:nth-child(n+3) {
  border-top: none;
}
@media screen and (max-width: 766px) {
  .p-list__member .p-list__item:nth-child(n+2) {
    border-top: none;
  }
}
.p-list__item {
  display: flex;
  padding: 36px 0;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 766px) {
  .p-list__item {
    display: block;
    padding: 32px 0;
  }
}
.p-list__item--member {
  flex-direction: column;
}
.p-list__item--member .p-list__define {
  display: flex;
  width: 100%;
  margin-right: 0;
}
.p-list__item--member .p-list__define img {
  width: 112px;
  height: 112px;
  margin-right: 24px;
}
@media screen and (max-width: 766px) {
  .p-list__item--member .p-list__define img {
    width: 72px;
    height: 72px;
    margin-right: 12px;
  }
}
.p-list__item--member .p-list__text {
  margin-top: 24px;
  font-size: 14px;
}
.p-list__list--col2 .p-list__item {
  width: 47.7777777778%;
}
@media screen and (max-width: 766px) {
  .p-list__list--col2 .p-list__item {
    width: auto;
  }
}
.p-list__item--history {
  padding: 60px 0;
}
@media screen and (max-width: 766px) {
  .p-list__item--history {
    padding: 44px 0;
  }
}
@media screen and (min-width: 767px) {
  .p-list__define {
    width: 24.4444444444%;
    margin-right: 7.5555555556%;
  }
}
@media screen and (min-width: 767px) {
  .p-list__define--slim {
    width: 15%;
  }
}
.p-list__list--col2 .p-list__define {
  width: 93.023255814%;
  margin-right: 6.976744186%;
}
.p-list__define__box {
  margin-top: 4px;
}
@media screen and (max-width: 766px) {
  .p-list__define__box {
    margin-top: 0;
  }
}
.p-list__text {
  flex: 1;
  line-height: 2;
}
@media screen and (max-width: 766px) {
  .p-list__text {
    margin-top: 20px;
  }
}
.p-list__text p {
  margin-bottom: 0;
}
.p-list__name {
  margin-bottom: 12px;
  font-size: 2.2rem;
}
@media screen and (max-width: 766px) {
  .p-list__name {
    margin-bottom: 8px;
    font-size: 2rem;
  }
}
.p-list__post {
  margin-bottom: 0;
  font-size: 1.3rem;
}
@media screen and (max-width: 766px) {
  .p-list__post {
    font-size: 1.2rem;
  }
}
.p-list__job {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #999;
}
@media screen and (max-width: 766px) {
  .p-list__job {
    margin-top: 3px;
    font-size: 1.1rem;
  }
}
.p-list__text-wrap {
  max-width: 1200px;
  margin: 56px auto 0;
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  .p-list__text-wrap {
    margin-top: 32px;
  }
}
.p-list__note {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 1.2rem;
  color: #999;
}
@media screen and (max-width: 766px) {
  .p-list__note {
    margin-top: 4px;
  }
}
.p-list__history {
  display: flex;
}
.p-list__history + .p-list__history {
  margin-top: 1em;
}
.p-list__history dt {
  width: 4em;
  font-weight: normal;
}
.p-list__history dd {
  flex: 1;
}

.p-title {
  --wrap-top: calc(60/199*100%);
  --wrap-left: calc(100/1000*100%);
  --main-title-fz: clamp(1.8rem, (24/1440*100vw), 3.4rem);
  --sub-title-fz: clamp(1.3rem, (16/1440*100vw), 2.6rem);
  --sub-title-mt: calc(16/1000*100%);
  --border-w: calc((100/1000*100%) - (20/1000*100%));
  --border-c: #F39801;
  --main-title-c: #fff;
  --sub-title-c: #999;
}
@media screen and (max-width: 766px) {
  .p-title {
    --wrap-top: calc(28/200*100%);
    --wrap-left: calc(35/335*100%);
    --sub-title-mt: calc(13/300*100%);
    --border-w: calc((35/335*100%) - (10/335*100%));
  }
}
.p-title.p-title--low {
  --wrap-top: calc(68/220*100%);
  --wrap-left: calc(76/580*100%);
  --main-title-fz: clamp(2rem, (24/1440*100vw), 3.4rem);
  --sub-title-fz: clamp(1.2rem, (14/1440*100vw), 2.2rem);
  --sub-title-mt: 3px;
  --border-w: calc(var(--wrap-left) - (16/580*100%));
  --sub-title-c: #fff;
}
@media screen and (max-width: 766px) {
  .p-title.p-title--low {
    --wrap-top: calc(36/130*100%);
    --wrap-left: calc(35/335*100%);
    --sub-title-mt: 4px;
    --border-w: calc(var(--wrap-left) - (10/335*100%));
  }
}
.p-title.p-title--high {
  --wrap-top: calc(52/220*100%);
  --wrap-left: calc(48/373*100%);
  --main-title-fz: clamp(2rem, (24/1440*100vw), 3.4rem);
  --sub-title-fz: clamp(1.2rem, (14/1440*100vw), 2.2rem);
  --sub-title-mt: 3px;
  --border-w: calc(var(--wrap-left) - (16/373*100%));
}
@media screen and (max-width: 766px) {
  .p-title.p-title--high {
    --wrap-top: calc(36/130*100%);
    --wrap-left: calc(35/335*100%);
    --sub-title-mt: 4px;
    --border-w: calc(var(--wrap-left) - (10/335*100%));
  }
}
.p-title.p-title--type3 {
  --wrap-top: 0;
  --wrap-left: calc(100/716*100%);
  --main-title-fz: clamp(2.6rem, (30/1440*100vw), 4rem);
  --sub-title-fz: clamp(1.2rem, (14/1440*100vw), 2.4rem);
  --sub-title-mt: 8px;
  --border-w: calc(var(--wrap-left) - (20/716*100%));
  --border-c: #000;
  --main-title-c: #000;
  --sub-title-c: #999;
}
@media screen and (max-width: 766px) {
  .p-title.p-title--type3 {
    --wrap-left: calc(37/375*100%);
    --sub-title-mt: 3px;
    --border-w: calc(var(--wrap-left) - (12/375*100%));
  }
}
.p-title.p-title--member {
  --wrap-top: 0;
  --wrap-left: calc(100/420*100%);
  --main-title-fz: clamp(2.6rem, (30/1440*100vw), 4rem);
  --sub-title-fz: clamp(1.2rem, (14/1440*100vw), 2.4rem);
  --sub-title-mt: 8px;
  --border-w: calc(var(--wrap-left) - (20/420*100%));
  --border-c: #000;
  --main-title-c: #000;
  --sub-title-c: #999;
}
@media screen and (max-width: 766px) {
  .p-title.p-title--member {
    --wrap-left: calc(37/375*100%);
    --sub-title-mt: 3px;
    --border-w: calc(var(--wrap-left) - (12/375*100%));
  }
}
.p-title.p-title--wide {
  --wrap-top: 0;
  --wrap-left: calc(100/1320*100%);
  --main-title-fz: clamp(2.6rem, (30/1440*100vw), 4rem);
  --sub-title-fz: clamp(1.2rem, (14/1440*100vw), 2.4rem);
  --sub-title-mt: 8px;
  --border-w: calc(var(--wrap-left) - (20/1320*100%));
  --border-c: #000;
  --main-title-c: #000;
  --sub-title-c: #999;
}
@media screen and (max-width: 766px) {
  .p-title.p-title--wide {
    --wrap-left: calc(37/375*100%);
    --sub-title-mt: 3px;
    --border-w: calc(var(--wrap-left) - (12/375*100%));
  }
}
.p-title.p-flow__heading {
  --wrap-left: calc(76/1200*100%);
  --border-w: calc(var(--wrap-left) - (16/1200*100%));
  --main-title-c: #fff;
  --border-c: #F39801;
}
@media screen and (max-width: 766px) {
  .p-title.p-flow__heading {
    --wrap-left: calc(35/375*100%);
    --border-w: calc(var(--wrap-left) - (12/375*100%));
  }
}
.p-title.p-title--h3 {
  --wrap-left: calc(24/1200*100%);
  --border-w: calc(var(--wrap-left) - (8/1200*100%));
  --main-title-fz: clamp(1.8rem, (24/1440*100vw), 3rem);
  --main-title-c: #000;
  --border-c: #000;
}
@media screen and (max-width: 766px) {
  .p-title.p-title--h3 {
    --wrap-left: calc(20/375*100%);
    --border-w: calc(var(--wrap-left) - (6/335*100%));
  }
}
.p-title.p-title--contact {
  --wrap-top: calc(60/251*100%);
  --sub-title-fz: clamp(1.3rem, (14/1440*100vw), 2.4rem);
}
.p-title.p-title--contact .p-title__sub-title {
  width: 51.7777777778%;
}
@media screen and (max-width: 1024px) {
  .p-title.p-title--contact .p-title__sub-title {
    width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .p-title.p-title--contact {
    --wrap-top: calc(28/269*100%);
  }
  .p-title.p-title--contact .p-title__wrap {
    padding-right: 10.447761194%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .p-title.p-title--contact + .p-more {
    bottom: 20px;
  }
}
.p-title__wrap {
  position: absolute;
  z-index: 10;
  top: var(--wrap-top);
  padding-left: var(--wrap-left);
  width: 100%;
}
.p-title__wrap--relative {
  position: relative;
}
.p-title__main-title {
  width: 100%;
  font-size: var(--main-title-fz);
  font-weight: 500;
  color: var(--main-title-c);
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.p-title__main-title::before {
  content: "";
  position: absolute;
  top: 0.8em;
  left: 0;
  z-index: 0;
  width: var(--border-w);
  height: 1px;
  background-color: var(--border-c);
}
.p-title__main-title span {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-title__main-title span {
    display: block;
    font-size: 1.4rem;
  }
}
.p-title__sub-title {
  margin-top: var(--sub-title-mt);
  margin-bottom: 0;
  font-size: var(--sub-title-fz);
  color: var(--sub-title-c);
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
}
.p-title__sub-title[data-type=noto] {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.p-title__h3 {
  display: flex;
  font-weight: 500;
  font-size: 2.4rem;
}
@media screen and (max-width: 766px) {
  .p-title__h3 {
    font-size: 1.8rem;
  }
}
.p-title__h3::before {
  content: "";
  width: 16px;
  height: 1px;
  margin-top: 0.8em;
  margin-right: 8px;
  background-color: #000;
}
@media screen and (max-width: 766px) {
  .p-title__h3::before {
    width: 12px;
    margin-right: 6px;
  }
}
.p-title--stop em {
  text-decoration: none;
}
.p-title--stop em::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1.1em;
  margin: 3px 16px 0;
  vertical-align: sub;
  background-color: #999;
}
@media screen and (max-width: 766px) {
  .p-title--stop em::after {
    margin: 0 12px;
  }
}

.p-title {
  /* p-title__border--m */
  /* p-title__border--s */
  /* p-title__border--ss */
}
.p-title__border {
  font-size: clamp(3.2rem, (50/1440*100vw), 6rem);
  position: relative;
  z-index: 0;
  margin-bottom: 40px;
  padding-bottom: 40px;
  line-height: 1.2;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .p-title__border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.p-title__border::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  display: block;
  width: clamp(6rem, (80/1440*100vw), 10rem);
  height: 1px;
  background-color: currentColor;
}
.p-title__border--m {
  margin-bottom: 36px;
  padding-bottom: 30px;
  font-size: clamp(2.2rem, (28/1440*100vw), 3.8rem);
  line-height: 1.5;
}
@media screen and (max-width: 766px) {
  .p-title__border--m {
    font-size: 2rem;
    margin-bottom: 28px;
    padding-bottom: 24px;
  }
}
.p-title__border--s {
  width: 50vw;
  margin-bottom: 30px;
  padding-bottom: 29px;
  font-size: clamp(2rem, (26/1440*100vw), 3.6rem);
  line-height: 1.5;
}
@media screen and (max-width: 766px) {
  .p-title__border--s {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.p-title__border--ss {
  margin-bottom: 30px;
  padding-bottom: 29px;
  font-size: clamp(2rem, (24/1440*100vw), 3.4rem);
  line-height: 1.5;
}
@media screen and (max-width: 766px) {
  .p-title__border--ss {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.p-title__border-left {
  display: flex;
  align-items: center;
}
.p-title__border-left::before {
  content: "";
  width: 10.2564102564%;
  height: 1px;
  margin-right: 16px;
  background-color: #F39801;
}
@media screen and (max-width: 766px) {
  .p-title__border-left::before {
    width: 7.4626865672%;
    margin-right: 10px;
  }
}

.p-hamburger {
  display: none;
  /* 上線 */
  /* クリックされた後のスタイル */
}
@media screen and (max-width: 1024px) {
  .p-hamburger {
    display: flex;
    align-items: center;
  }
}
.p-hamburger__wrap {
  position: relative;
  z-index: 1;
  width: 42px;
  height: 42px;
  cursor: pointer;
  color: var(--hamburger-txt-color);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-hamburger__wrap {
    display: block;
  }
}
@media screen and (max-width: 766px) {
  .p-hamburger__wrap {
    width: 36px;
    height: 33px;
  }
}
@media screen and (min-width: 767px) {
  .p-hamburger__wrap:hover {
    --hamburger-color: #F39801;
  }
}
.p-hamburger__button {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--hamburger-color);
  transition: background-color 0.3s;
  /* 真ん中の線 */
  /* 下線 */
}
.p-hamburger__button::before, .p-hamburger__button::after {
  content: "";
  position: absolute;
  z-index: 0;
  display: inline-block;
  height: 1px;
  background-color: inherit;
  transition: transform 0.3s;
}
.p-hamburger__button::before {
  content: "";
  top: 10px;
  display: inline-block;
  width: 36px;
  height: 1px;
}
@media screen and (max-width: 766px) {
  .p-hamburger__button::before {
    top: 8px;
    width: 30px;
  }
}
.p-hamburger__button::after {
  content: "";
  top: 20px;
  display: inline-block;
  width: 30px;
  height: 1px;
}
@media screen and (max-width: 766px) {
  .p-hamburger__button::after {
    top: 15px;
    width: 24px;
  }
}
.is-act .p-hamburger {
  --hamburger-color: #F39801;
}
.is-act .p-hamburger .p-hamburger__button {
  visibility: hidden;
}
.is-act .p-hamburger .p-hamburger__button::before {
  visibility: visible;
  top: 20px;
  left: 2px;
  width: 100%;
  transform: translateY(-10px) rotate(25deg);
}
.is-act .p-hamburger .p-hamburger__button::after {
  visibility: visible;
  top: 30px;
  left: 2px;
  width: 100%;
  transform: translateY(-20px) rotate(155deg);
}
.p-hamburger__text {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 766px) {
  .p-hamburger__text {
    margin-top: 8px;
  }
}

.p-header {
  --hamburger-color: #999;
  --hamburger-txt-color: #fff;
  --logo-color: #fff;
  --bgc: transparent;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  transition: background-color 0.3s ease;
  background-color: var(--bgc);
  /* スクロールしたら */
}
@media screen and (max-width: 1024px) {
  .p-header {
    height: 70px;
  }
}
.p-header.is-scrolling {
  --bgc: #000;
}
.p-header.is-act {
  --hamburger-txt-color: #999;
  --logo-color: #000;
  --bgc: #F7F7F7;
}
.p-header__inner {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 2.7777777778%;
}
@media screen and (max-width: 1024px) {
  .p-header__inner {
    padding: 0 4% 0 4%;
  }
}
.p-header__inner > * {
  z-index: 2;
}
.p-header__logo {
  display: flex;
  align-items: center;
  max-width: 200px;
  width: 100%;
}
@media screen and (max-width: 766px) {
  .p-header__logo {
    max-width: 140px;
  }
}
.p-header__logo a {
  width: 100%;
  display: block;
  color: var(--logo-color);
}
@media screen and (min-width: 767px) {
  .p-header__logo a:hover {
    opacity: 0.6;
  }
}
.p-header__logo svg {
  fill: currentColor;
}
.p-header__logo--center {
  width: 100%;
  text-align: center;
}
.p-header__logo--center a {
  margin: auto;
}
.p-header__logo-img {
  display: none;
}
.is-act .p-header__logo-img {
  display: block;
}
.p-header__logo__path {
  transition: fill 0.3s;
}
.is-act .p-header__logo__path path {
  fill: #000;
}
.p-header__contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 42px;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  border: 1px solid #999;
  border-radius: 21px;
}
@media screen and (max-width: 1024px) {
  .p-header__contact {
    display: none;
  }
}
.p-header__contact:hover {
  color: #fff;
  border-color: #F39801;
}
.is-act .p-header__contact {
  display: none;
}
.p-header__button.c-button {
  width: 180px;
  height: 46px;
}
@media screen and (max-width: 1280px) {
  .p-header__button.c-button {
    width: 142px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1024px) {
  .p-header__button.c-button {
    width: 258px;
    height: 54px;
    font-size: 1.4rem;
  }
}
.p-header__button.c-button::after {
  display: none;
}
@media screen and (max-width: 1024px) {
  .p-header__button.c-button::after {
    display: block;
  }
}
.p-header__sub__wrapper {
  display: none;
  width: 150%;
  background-color: #fff;
  padding: 32px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 96px;
  left: 0;
  cursor: default;
}
@media screen and (max-width: 1024px) {
  .p-header__sub__wrapper {
    width: 100% !important;
    background-color: #f2f2f2;
    border-top: #D3D3D3 solid 1px;
    box-shadow: none;
    padding: 0;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media screen and (min-width: 1025px) {
  .p-header__sub__wrapper--tiered {
    top: 64px;
  }
}
.p-header__sub__menu {
  width: 100%;
  box-shadow: none;
  display: block;
  padding: 0;
}
.p-header__sub__menu__item {
  padding-left: 18px;
  position: relative;
  width: 100%;
  padding-left: 0;
}
.p-header__sub__menu__item::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #F39801;
  position: absolute;
  top: 2px;
  left: 0;
  content: none;
}
.p-header__sub__menu__item:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: #D3D3D3 solid 1px;
  margin-bottom: 0;
  margin-right: 0;
}
.p-header__sub__menu__item a {
  font-weight: 500;
  position: relative;
  font-size: 1.5rem;
  font-weight: 500;
  display: block;
  padding: 20px 45px 20px 60px;
  padding: 20px 30px 20px 35px;
}
@media screen and (min-width: 767px) {
  .p-header__sub__menu__item a:hover {
    color: #F39801;
  }
}
.p-header__sub__menu__item a::after {
  font-family: "Font Awesome 5 Pro";
  color: #F39801;
  content: "\f105";
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  top: 18px;
  right: 45px;
}
@media screen and (max-width: 766px) {
  .p-header__sub__menu__item a::after {
    font-size: 2rem;
  }
}
@media screen and (max-width: 540px) {
  .p-header__sub__menu__item a::after {
    right: 25px;
  }
}

.p-banner {
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 767px) {
  .p-banner:hover .p-banner__mask::before {
    opacity: 0;
  }
}
.p-banner__body {
  aspect-ratio: var(--aspect);
}
@media screen and (max-width: 766px) {
  .p-banner__body {
    padding: 28px 0 24px;
  }
}
.p-banner__arrow {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .p-banner__arrow {
    position: static;
    text-align: center;
    margin-top: 20px;
    transform: none;
  }
}
.p-banner__mask::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
  transition: opacity 0.3s;
}
.p-banner__img {
  width: 100%;
  height: 100%;
}
.p-banner__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-banner__inner {
  padding: 5.8333333333% 6.9444444444% 6.25%;
  /* p-banner__inner--s */
}
@media screen and (max-width: 766px) {
  .p-banner__inner {
    padding: 11.7333333333% 5.3333333333% 12.8%;
  }
}
.p-banner__inner--s {
  padding: 5.8333333333% 11.6666666667% 4.7222222222% 8.3333333333%;
}
@media screen and (max-width: 766px) {
  .p-banner__inner--s {
    padding: 11.7333333333% 5.3333333333% 12.8%;
  }
}
.p-banner--fb {
  --aspect: 1000/199;
  margin: 0 auto;
  min-height: 190px;
  background-color: #191919;
}
@media screen and (min-width: 767px) {
  .p-banner--fb {
    min-width: 590px;
    width: 69.4444444444%;
  }
  .p-banner--fb:hover .c-link--icon,
.p-banner--fb:hover .p-more {
    border-color: #F39801;
  }
  .p-banner--fb:hover .c-link--icon span::after,
.p-banner--fb:hover .p-more span::after {
    border-color: #F39801;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--fb {
    aspect-ratio: unset;
    width: 89.3333333333vw;
    min-height: auto;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--fb .p-banner__body {
    aspect-ratio: unset;
    padding-right: 10px;
    padding-bottom: 34px;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--fb .p-title__wrap {
    position: relative;
  }
}
.p-banner--fb .p-more {
  position: absolute;
  top: 50%;
  right: 6%;
  background-color: transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 1024px) {
  .p-banner--fb .p-more {
    top: auto;
    right: 50%;
    bottom: 18.4615384615%;
    transform: translate(50%, 0%);
    text-align: center;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--fb .p-more {
    position: static;
    max-height: none;
    margin: 24px auto 0;
    margin-left: 10.447761194%;
    transform: none;
  }
}
.p-banner--fb .p-more > * {
  color: #fff;
}
.p-banner--fb .p-more .c-link--icon span:after {
  color: #fff;
}
.p-banner--fb[data-type=contact] {
  --aspect: 1000/251;
}
@media screen and (max-width: 1024px) {
  .p-banner--fb[data-type=contact] {
    --aspect: 335/269;
    aspect-ratio: unset;
    width: 89.3333333333vw;
    max-height: 230px;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--fb[data-type=contact] {
    aspect-ratio: unset;
    max-height: none;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--fb[data-type=contact] .p-banner__body {
    aspect-ratio: unset;
    padding-bottom: 34px;
  }
}
.p-banner--high {
  --aspect: 373/230;
  background-color: transparent;
}
@media screen and (max-width: 766px) {
  .p-banner--high {
    --aspect: 67/26;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--high .p-banner__body {
    padding: 0;
  }
}
.p-banner--low {
  --aspect: 29/11;
  background-color: transparent;
}
@media screen and (max-width: 766px) {
  .p-banner--low {
    --aspect: 67/26;
  }
}
@media screen and (max-width: 766px) {
  .p-banner--low .p-banner__body {
    padding: 0;
  }
}
.p-banner__wrap {
  display: flex;
  gap: 0 5.6666666667%;
}
@media screen and (max-width: 1024px) {
  .p-banner__wrap {
    display: block;
  }
}
.p-banner__wrap > * {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-banner__wrap > * {
    width: 100%;
  }
}
.p-banner__wrap p {
  margin-bottom: 0;
}
.p-banner__wrap p + p {
  margin-top: 2.5em;
}
.p-banner__side {
  max-width: 455px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-banner__side {
    margin-top: 28px;
  }
}

.p-banner2 {
  position: relative;
  z-index: 0;
  min-height: 220px;
  overflow: hidden;
}
@media screen and (min-width: 1440px) {
  .p-banner2 {
    aspect-ratio: 29/11;
  }
}
@media screen and (max-width: 766px) {
  .p-banner2 {
    min-height: 130px;
  }
}
.p-banner2__body {
  padding: 48px;
  padding-left: 0;
}
@media screen and (max-width: 766px) {
  .p-banner2__body {
    padding: 32px;
    padding-left: 0;
  }
}
.p-banner2__body::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.25;
  transition: opacity 0.3s;
}
@media screen and (min-width: 767px) {
  .p-banner2__body:hover::before {
    opacity: 0;
  }
}
.p-banner2__title {
  position: relative;
  z-index: 0;
  display: flex;
  font-size: clamp(2rem, 1.6666666667vw, 3.4rem);
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .p-banner2__title {
    font-size: 2rem;
  }
}
.p-banner2__title::before {
  content: "";
  display: flex;
  width: 32px;
  height: 1px;
  margin: 0.85em 16px 0 0;
  background-color: #F39801;
}
@media screen and (max-width: 766px) {
  .p-banner2__title::before {
    width: 25px;
    margin-right: 10px;
  }
}
.p-banner2__term {
  position: relative;
  z-index: 0;
  margin: 4px 0 0 50px;
  color: #fff;
  font-size: 1.4rem;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
}
@media screen and (max-width: 766px) {
  .p-banner2__term {
    margin: 4px 0 0 36px;
    font-size: 1.2rem;
  }
}
.p-banner2__img {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.p-banner2__flex {
  position: relative;
  z-index: 0;
  display: flex;
}
.p-banner2__flex__body {
  padding: 48px;
}
@media screen and (max-width: 1024px) {
  .p-banner2__flex__body {
    padding: 36px 32px;
  }
}
@media screen and (max-width: 766px) {
  .p-banner2__flex__body {
    padding: 24px 20px 28px;
  }
}
.p-banner2__flex__img {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-banner2__flex__img {
    aspect-ratio: 335/145;
    width: 100%;
  }
}
@media screen and (max-width: 766px) {
  .p-banner2__flex__img {
    aspect-ratio: 335/204;
  }
}
.p-banner2__flex__img img {
  position: absolute;
  z-index: 0;
}

.p-point {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  /* p-point--center */
  /* p-point--media */
}
.p-point--center {
  width: 100%;
  margin: 0 auto;
}
.p-point--center .p-point__list {
  margin: 0 auto;
}
.p-point__list {
  margin-left: 8.3333333333%;
}
@media screen and (max-width: 766px) {
  .p-point__list {
    margin-left: 5.3333333333%;
  }
}
.p-point__item {
  position: relative;
  z-index: 0;
  aspect-ratio: 33/10;
  width: 100%;
  max-width: -webkit-fill-available;
  min-height: 400px;
}
@media screen and (max-width: 766px) {
  .p-point__item {
    aspect-ratio: 355/308;
    min-height: 308px;
  }
}
.p-point__text {
  font-size: 1.6rem;
  font-size: clamp(1.3rem, (16/1440*100vw), 1.6rem);
}
@media screen and (max-width: 766px) {
  .p-point__text {
    font-size: 1.4rem;
  }
}
.p-point--media .p-point__item {
  position: static;
  aspect-ratio: unset;
  display: flex;
  flex-direction: row-reverse;
  min-height: auto;
  background-color: #fff;
}
@media screen and (min-width: 1281px) {
  .p-point--media .p-point__item {
    aspect-ratio: 66/19;
  }
}
@media screen and (max-width: 1024px) {
  .p-point--media .p-point__item {
    aspect-ratio: unset;
    flex-direction: column-reverse;
  }
}
.p-point--media .p-point__body {
  position: static;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  height: auto;
  margin: 0;
  padding: 3.6363636364% 5.7575757576%;
  transform: none;
}
@media screen and (max-width: 1024px) {
  .p-point--media .p-point__body {
    width: 100%;
    padding: 6.7605633803% 5.6338028169% 7.8873239437%;
  }
}
.p-point--media .p-point__img {
  position: relative;
  z-index: 0;
  width: 50%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .p-point--media .p-point__img {
    width: 100%;
  }
}
.p-point--media .p-point__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  .p-point--media .p-point__img img {
    position: static;
    aspect-ratio: 355/204;
  }
}
.p-point__img {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.p-point__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-point__body {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 7.5757575758%;
  width: clamp(426px, (500/1320*100%), 100%);
  transform: translateY(-50%);
}
@media screen and (max-width: 766px) {
  .p-point__body {
    left: 0;
    width: 100%;
    padding: 0 5.6338028169%;
  }
}

.p-flow {
  /* p-flow__list--cols */
}
.p-flow__heading {
  padding: 24px 0 23px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 766px) {
  .p-flow__heading {
    padding: 12px 0 11px;
  }
}
@media screen and (max-width: 1024px) {
  .p-flow__item {
    width: 100%;
  }
}
.p-flow__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 6%;
}
@media screen and (max-width: 1024px) {
  .p-flow__body {
    display: block;
    padding: 28px 5.9701492537% 32px;
  }
}
.p-flow__desc {
  width: 52.8409090909%;
  margin-right: 6.4393939394%;
}
@media screen and (max-width: 1024px) {
  .p-flow__desc {
    width: 100%;
  }
}
.p-flow__img {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-flow__img {
    margin-top: 20px;
  }
  .p-flow__img img {
    width: 100%;
  }
}
.p-flow__number {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-bottom: 32px;
}
@media screen and (max-width: 1024px) {
  .p-flow__number {
    margin-bottom: 20px;
  }
}
.p-flow__number::before {
  content: attr(data-num);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 16px;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .p-flow__number::before {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }
}
.p-flow__text {
  display: flex;
  margin-bottom: 0;
  font-size: clamp(1.2rem, (14/1440*100vw), 1.6rem);
}
.p-flow__text::before {
  content: "";
  width: 12px;
  height: 1px;
  margin-top: 0.8em;
  margin-right: 8px;
  border-bottom: thin solid #000;
}
@media screen and (max-width: 1024px) {
  .p-flow__text {
    font-size: 1.3rem;
  }
}
.p-flow__text + .p-flow__text {
  margin-top: 20px;
}
@media screen and (max-width: 766px) {
  .p-flow__text + .p-flow__text {
    margin-top: 12px;
  }
}
.p-flow__arrow {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  aspect-ratio: 300/37;
}
@media screen and (max-width: 766px) {
  .p-flow__arrow {
    aspect-ratio: 335/72;
  }
}
.p-flow__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  background-image: url(../img/futureboard/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 766px) {
  .p-flow__arrow::before {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-flow__list--cols {
  display: flex;
  gap: 0 clamp(10px, (40/1440*100vw), 100%);
  padding: 64px 6% 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  .p-flow__list--cols {
    flex-direction: column;
    gap: 36px 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
}
.p-flow__list--cols .p-flow__item {
  display: flex;
}
.p-flow__list--cols .p-flow__body {
  flex-direction: column;
  padding: 0;
  background-color: #F0F0F0;
}
@media screen and (max-width: 1024px) {
  .p-flow__list--cols .p-flow__body {
    width: 100%;
  }
}
.p-flow__list--cols .p-flow__desc {
  display: contents;
}
.p-flow__list--cols .p-flow__number {
  flex-grow: 1;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.p-flow__list--cols .p-flow__number span {
  flex: 1;
  font-weight: 500;
}
.p-flow__list--row {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-flow__list--row {
    display: block;
  }
}
.p-flow__list--row .p-flow__body {
  width: 100%;
  padding: 45px 35px;
}
@media screen and (max-width: 1024px) {
  .p-flow__list--row .p-flow__body {
    padding: 28px 5.9701492537% 32px;
  }
}
.p-flow__list--row .p-flow__desc {
  width: 100%;
  margin-right: 0;
}
.p-flow__list--row .p-flow__text::before {
  content: none;
}
.p-flow__list--col6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1024px) {
  .p-flow__list--col6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 766px) {
  .p-flow__list--col6 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-flow__list--col6 .p-flow__body {
  padding: 44px 36px 36px;
}
@media screen and (max-width: 766px) {
  .p-flow__list--col6 .p-flow__body {
    padding: 28px 20px 32px;
  }
}
.p-flow__list--col6 .p-flow__desc {
  width: 100%;
  margin-right: 0;
}
.p-flow__list--col6 .p-flow__number {
  margin-bottom: 24px;
}
@media screen and (max-width: 766px) {
  .p-flow__list--col6 .p-flow__number {
    margin-bottom: 20px;
  }
}
.p-flow__list--col6 .p-flow__text::before {
  content: none;
}
.p-flow__list--col6 .p-flow__item {
  background-color: #fff;
}
.p-flow__list--col6 .p-flow__item:nth-of-type(even) {
  background-color: #F7F7F7;
}
.p-flow__button {
  padding: 56px 0 64px;
}
@media screen and (max-width: 1024px) {
  .p-flow__button {
    padding: 28px 0 36px;
  }
}

.p-coin {
  --gap-top: 44px;
  /* p-coin--member */
}
@media screen and (max-width: 1024px) {
  .p-coin {
    --gap-top: 20px;
    --gap-side: 8px;
  }
}
.p-coin__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-coin__item--start {
  align-items: flex-start;
}
.p-coin__item--box {
  padding: 32px;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .p-coin__item--box {
    padding: 20px 16px;
  }
}
.p-coin__img {
  width: clamp(68px, (100/1440*100vw), 200px);
  height: clamp(68px, (100/1440*100vw), 200px);
}
@media screen and (max-width: 1024px) {
  .p-coin__img {
    width: 88px;
    height: 88px;
  }
}
.p-coin__img img {
  width: 100%;
}
.p-coin__body {
  padding: 16px 0 44px;
}
@media screen and (max-width: 1024px) {
  .p-coin__body {
    padding: 12px 10px 20px;
  }
}
.p-coin__body--m {
  padding: 16px 0 44px;
}
@media screen and (max-width: 1024px) {
  .p-coin__body--m {
    padding: 16px 10px 36px;
  }
}
.p-coin__body--s {
  padding: 24px 10px 40px;
}
@media screen and (max-width: 1024px) {
  .p-coin__body--s {
    padding: 16px 10px 36px;
  }
}
.p-coin__body--ss {
  margin-top: 24px;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-coin__body--ss {
    margin-top: 16px;
  }
}
.p-coin__name {
  margin-bottom: 11px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .p-coin__name {
    margin-bottom: 6px;
    font-size: 1.6rem;
  }
}
.p-coin__job {
  margin-bottom: 8px;
  font-size: 1.3rem;
}
@media screen and (max-width: 766px) {
  .p-coin__job {
    margin-bottom: 4px;
  }
}
.p-coin__text {
  margin-bottom: 0;
  font-size: clamp(1.2rem, (12/1440*100vw), 1.4rem);
}
.p-coin__title {
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 7px;
}
@media screen and (max-width: 1024px) {
  .p-coin__title {
    font-size: 2.2rem;
  }
}
.p-coin__title2 {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 766px) {
  .p-coin__title2 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 766px) {
  .p-coin--member {
    border-top: 1px solid #E2E2E2;
  }
}
@media screen and (max-width: 766px) {
  .p-coin--member [data-type=md-100per] {
    --gap-top: 0;
  }
}
.p-coin--member .p-coin__item {
  display: flex;
  flex-direction: row;
  padding-left: 3.4482758621%;
  padding-bottom: 32px;
}
@media screen and (max-width: 766px) {
  .p-coin--member .p-coin__item {
    padding: 24px 4.4776119403%;
  }
}
.p-coin--member .p-coin__img {
  width: clamp(88px, (120/1440*100vw), 240px);
  height: clamp(88px, (120/1440*100vw), 240px);
  margin-right: 5.7142857143%;
}
@media screen and (max-width: 766px) {
  .p-coin--member .p-coin__img {
    margin-right: 5.9701492537%;
  }
}
.p-coin--member .p-coin__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 0;
}
.p-coin--member .p-coin__name {
  margin-bottom: 7px;
}
.p-coin--member .l-grid__col3 .p-coin__item {
  padding-left: 2.144772118%;
  padding-bottom: 24px;
}
@media screen and (max-width: 766px) {
  .p-coin--member .l-grid__col3 .p-coin__item {
    padding: 20px 2.3880597015%;
  }
}
.p-coin--member .l-grid__col3 .p-coin__img {
  width: clamp(72px, (100/1440*100vw), 200px);
  height: clamp(72px, (100/1440*100vw), 200px);
  margin-right: 5.6657223796%;
}
@media screen and (max-width: 766px) {
  .p-coin--member .l-grid__col3 .p-coin__img {
    margin-right: 16px;
  }
}

.p-history__heading {
  width: 40%;
}

.p-service__inner {
  position: relative;
  z-index: 0;
  width: 1000px;
  max-width: 100%;
  margin: 80px auto 0;
}
@media screen and (max-width: 766px) {
  .p-service__inner {
    margin-top: 40px;
  }
}
.p-service__img, .p-service__circle {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-service__img {
  width: 24%;
}
.p-service__circle {
  width: 60%;
}
.p-service__circle img {
  animation: business 50s linear 0s infinite normal forwards;
}
.p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  gap: 120px 10%;
}
@media screen and (max-width: 766px) {
  .p-service__list {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 16px 0;
  }
}
.p-service__item {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}
.p-service__item:nth-of-type(1) {
  background-image: url(../img/index/service/program_01.png);
}
@media screen and (max-width: 766px) {
  .p-service__item:nth-of-type(1) {
    background-image: url(../img/index/service/program_01_sp.png);
    order: 1;
  }
}
.p-service__item:nth-of-type(2) {
  background-image: url(../img/index/service/program_02.png);
}
@media screen and (max-width: 766px) {
  .p-service__item:nth-of-type(2) {
    background-image: url(../img/index/service/program_02_sp.png);
    order: 2;
  }
}
.p-service__item:nth-of-type(3) {
  background-image: url(../img/index/service/program_03.png);
}
@media screen and (max-width: 766px) {
  .p-service__item:nth-of-type(3) {
    background-image: url(../img/index/service/program_03_sp.png);
    order: 4;
  }
}
.p-service__item:nth-of-type(4) {
  background-image: url(../img/index/service/program_04.png);
}
@media screen and (max-width: 766px) {
  .p-service__item:nth-of-type(4) {
    background-image: url(../img/index/service/program_04_sp.png);
    order: 3;
  }
}
.p-service__item::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.25;
  background-color: #000;
  transition: opacity 0.3s;
}
@media screen and (min-width: 767px) {
  .p-service__item:hover::before {
    opacity: 0;
  }
  .p-service__item:hover .p-service__arrow {
    border-color: #F39801;
  }
}
.p-service__body {
  width: 100%;
  height: 100%;
  padding: 40px 40px 100px;
  color: #fff;
}
@media screen and (max-width: 766px) {
  .p-service__body {
    padding: 24px 24px 86px;
  }
}
.p-service__title {
  display: inline-block;
  margin-bottom: 24px;
  font-size: 2.2rem;
  border-bottom: 1px solid #fff;
}
.p-service__text {
  margin-bottom: 0;
  line-height: 1.8;
}
.p-service__arrow {
  position: absolute;
  z-index: 0;
  left: 50%;
  bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #999;
  transform: translateX(-50%);
  transition: border-color 0.3s;
}
@media screen and (max-width: 766px) {
  .p-service__arrow {
    width: 40px;
    height: 40px;
  }
}
.p-service__arrow::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f178";
  color: #fff;
  font-size: 2rem;
  font-weight: 100;
}
@media screen and (max-width: 766px) {
  .p-service__arrow::before {
    font-size: 1.6rem;
  }
}

@keyframes business {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.p-lab .p-mv .p-more {
  margin-top: 48px;
}
@media screen and (max-width: 1024px) {
  .p-lab .p-mv .p-more {
    margin-top: 36px;
    margin-bottom: 62px;
  }
}
.p-lab .p-mv__title-wrap {
  top: 14.0718562874%;
}
@media screen and (max-width: 1024px) {
  .p-lab .p-mv__title-wrap {
    padding-top: 40px;
  }
}
.p-lab .p-title__border {
  padding-bottom: 30px;
  margin-bottom: 36px;
  font-size: 2.8rem;
  font-weight: 500;
}
@media screen and (max-width: 766px) {
  .p-lab .p-title__border {
    font-size: 2rem;
  }
}
.p-lab .p-title__border {
  font-size: 2rem;
  margin-bottom: 24px;
  padding-bottom: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 766px) {
  .p-lab .p-title__border {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.p-lab .p-title__border::before {
  width: 80px;
}
@media screen and (max-width: 766px) {
  .p-lab .p-title__border::before {
    width: 60px;
  }
}
.p-lab .p-title__border--xl {
  font-size: 2.8rem;
  margin-bottom: 36px;
  padding-bottom: 30px;
}
@media screen and (max-width: 766px) {
  .p-lab .p-title__border--xl {
    font-size: 2rem;
    margin-bottom: 28px;
    padding-bottom: 24px;
  }
}
.p-lab .p-title__border--l {
  font-size: 2.4rem;
  margin-bottom: 30px;
  padding-bottom: 28px;
}
@media screen and (max-width: 1024px) {
  .p-lab .p-title__border--l {
    font-size: 2rem;
  }
}
.p-lab__example {
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .p-lab__example {
    margin-top: 5px;
  }
}
.p-lab__example p {
  margin-bottom: 0;
}
.p-lab__example__box {
  padding: 36px 32px;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .p-lab__example__box {
    padding: 24px 20px 28px;
  }
}
.p-lab__example__title {
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  .p-lab__example .l-grid__col3 {
    gap: 5px 0;
  }
}

.p-media__list {
  display: flex;
  flex-direction: column;
  gap: 40px 0;
}
.p-media__wrap {
  display: flex;
  background-color: #fff;
}
.p-media__wrap.fit {
  background-color: transparent;
}
.p-media__wrap.fit .p-media__desc {
  align-items: flex-start;
  width: 100%;
  padding: 48px;
  padding-bottom: 120px;
  background-color: #fff;
}
@media screen and (max-width: 766px) {
  .p-media__wrap.fit .p-media__desc {
    padding: 28px 20px 92px;
  }
}
.p-media__wrap.fit .p-media__desc > div {
  height: 100%;
}
.p-media__wrap.fit .p-media__desc__img {
  width: 94px;
  height: 94px;
  margin-right: 22px;
}
@media screen and (max-width: 1024px) {
  .p-media__wrap.fit .p-media__desc__img {
    width: 80px;
    height: 48px;
    margin: 0 0 12px;
  }
}
.p-media__wrap.fit .p-more {
  position: absolute;
  z-index: 0;
  left: 48px;
  bottom: 48px;
}
@media screen and (max-width: 766px) {
  .p-media__wrap.fit .p-more {
    left: 20px;
    bottom: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .p-media__wrap {
    display: block;
  }
}
.p-media__wrap > * {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .p-media__wrap > * {
    width: 100%;
  }
}
.p-media__desc {
  display: flex;
  align-items: center;
  padding: 4%;
}
@media screen and (max-width: 1024px) {
  .p-media__desc {
    padding: 36px 32px;
  }
}
@media screen and (max-width: 766px) {
  .p-media__desc {
    padding: 24px 20px 28px;
  }
}
.p-media__img {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .p-media__img {
    aspect-ratio: 335/150;
  }
}
@media screen and (max-width: 766px) {
  .p-media__img {
    aspect-ratio: 335/204;
  }
}
.p-media__img img {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.p-media__img--lab {
  background-color: #EAFAF5;
}

.p-footer {
  position: relative;
  z-index: 0;
  width: 100%;
  padding: 6.8055555556% 0 2.9166666667%;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-footer {
    padding: 18.1333333333% 0 10.6666666667%;
  }
}
.p-footer__copyright {
  display: flex;
  margin-bottom: 0;
  font-size: 1.2rem;
  padding-right: 30px;
}
@media screen and (max-width: 1024px) {
  .p-footer__copyright {
    flex-direction: column-reverse;
    padding: 0;
  }
}
.p-footer__copyright a {
  text-decoration: none;
}
.p-footer__copyright span {
  display: inline-block;
  margin-right: 32px;
}
@media screen and (max-width: 1024px) {
  .p-footer__copyright span {
    margin-top: 12px;
    margin-right: 0;
  }
}

.p-footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto 18.75%;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__logo {
    margin-bottom: 40px;
  }
}
.p-footer-nav__logo a {
  width: 180px;
  height: 45px;
  background-image: url(../img/index/logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  text-indent: -999em;
  display: block;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__logo a {
    width: 200px;
    height: 50px;
  }
}
@media screen and (max-width: 766px) {
  .p-footer-nav__logo a {
    width: 38.9333333333vw;
    height: 9.6vw;
  }
}
@media screen and (min-width: 767px) {
  .p-footer-nav__logo a:hover {
    opacity: 0.6;
  }
}
.p-footer-nav__list {
  display: flex;
  transition: 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__list {
    width: 100%;
    display: block;
  }
}
.p-footer-nav__item {
  font-size: 1.4rem;
  margin-right: clamp(2em, (48/1440*100vw), 48px);
}
@media screen and (max-width: 1024px) {
  .p-footer-nav__item {
    margin-top: 24px;
  }
}

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

.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;
}

@media screen and (max-width: 1024px) {
  .u-m-tb-auto {
    margin: auto;
  }
}
.u-mt-0 {
  margin-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  .u-mt-lg-0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-lg-30 {
    margin-right: 30px !important;
  }
}
@media screen and (min-width: 1025px) {
  .u-mt-pc-0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-pc-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  .u-mt-tb-0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-tb-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 766px) {
  .u-mt-md-0 {
    margin-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-md-30 {
    margin-right: 30px !important;
  }
}
@media screen and (max-width: 540px) {
  .u-m-lr-pr-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-mr-pr-30 {
    margin-right: 30px !important;
  }
}
.u-pt-0 {
  padding-top: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 766px) {
  .u-pt-md-0 {
    padding-top: 0px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .u-pr-md-40 {
    padding-right: 40px !important;
  }
}
.u-wid-10 {
  width: 10px !important;
  min-width: 10px !important;
}

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

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

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

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

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

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

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

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

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

.u-wid-110 {
  width: 110px !important;
  min-width: 110px !important;
}

.u-wid-120 {
  width: 120px !important;
  min-width: 120px !important;
}

.u-wid-130 {
  width: 130px !important;
  min-width: 130px !important;
}

.u-wid-140 {
  width: 140px !important;
  min-width: 140px !important;
}

.u-wid-150 {
  width: 150px !important;
  min-width: 150px !important;
}

.u-wid-160 {
  width: 160px !important;
  min-width: 160px !important;
}

.u-wid-170 {
  width: 170px !important;
  min-width: 170px !important;
}

.u-wid-180 {
  width: 180px !important;
  min-width: 180px !important;
}

.u-wid-190 {
  width: 190px !important;
  min-width: 190px !important;
}

.u-wid-200 {
  width: 200px !important;
  min-width: 200px !important;
}

.u-wid-210 {
  width: 210px !important;
  min-width: 210px !important;
}

.u-wid-220 {
  width: 220px !important;
  min-width: 220px !important;
}

.u-wid-230 {
  width: 230px !important;
  min-width: 230px !important;
}

.u-wid-240 {
  width: 240px !important;
  min-width: 240px !important;
}

.u-wid-250 {
  width: 250px !important;
  min-width: 250px !important;
}

.u-wid-260 {
  width: 260px !important;
  min-width: 260px !important;
}

.u-wid-270 {
  width: 270px !important;
  min-width: 270px !important;
}

.u-wid-280 {
  width: 280px !important;
  min-width: 280px !important;
}

.u-wid-290 {
  width: 290px !important;
  min-width: 290px !important;
}

.u-wid-300 {
  width: 300px !important;
  min-width: 300px !important;
}

.u-wid-310 {
  width: 310px !important;
  min-width: 310px !important;
}

.u-wid-320 {
  width: 320px !important;
  min-width: 320px !important;
}

.u-wid-330 {
  width: 330px !important;
  min-width: 330px !important;
}

.u-wid-340 {
  width: 340px !important;
  min-width: 340px !important;
}

.u-wid-350 {
  width: 350px !important;
  min-width: 350px !important;
}

.u-wid-360 {
  width: 360px !important;
  min-width: 360px !important;
}

.u-wid-370 {
  width: 370px !important;
  min-width: 370px !important;
}

.u-wid-380 {
  width: 380px !important;
  min-width: 380px !important;
}

.u-wid-390 {
  width: 390px !important;
  min-width: 390px !important;
}

.u-wid-400 {
  width: 400px !important;
  min-width: 400px !important;
}

.u-wid-410 {
  width: 410px !important;
  min-width: 410px !important;
}

.u-wid-420 {
  width: 420px !important;
  min-width: 420px !important;
}

.u-wid-430 {
  width: 430px !important;
  min-width: 430px !important;
}

.u-wid-440 {
  width: 440px !important;
  min-width: 440px !important;
}

.u-wid-450 {
  width: 450px !important;
  min-width: 450px !important;
}

.u-wid-460 {
  width: 460px !important;
  min-width: 460px !important;
}

.u-wid-470 {
  width: 470px !important;
  min-width: 470px !important;
}

.u-wid-480 {
  width: 480px !important;
  min-width: 480px !important;
}

.u-wid-490 {
  width: 490px !important;
  min-width: 490px !important;
}

.u-wid-500 {
  width: 500px !important;
  min-width: 500px !important;
}

.u-wid-510 {
  width: 510px !important;
  min-width: 510px !important;
}

.u-wid-520 {
  width: 520px !important;
  min-width: 520px !important;
}

.u-wid-530 {
  width: 530px !important;
  min-width: 530px !important;
}

.u-wid-540 {
  width: 540px !important;
  min-width: 540px !important;
}

.u-wid-550 {
  width: 550px !important;
  min-width: 550px !important;
}

.u-wid-560 {
  width: 560px !important;
  min-width: 560px !important;
}

.u-wid-570 {
  width: 570px !important;
  min-width: 570px !important;
}

.u-wid-580 {
  width: 580px !important;
  min-width: 580px !important;
}

.u-wid-590 {
  width: 590px !important;
  min-width: 590px !important;
}

.u-wid-600 {
  width: 600px !important;
  min-width: 600px !important;
}

.u-wid-610 {
  width: 610px !important;
  min-width: 610px !important;
}

.u-wid-620 {
  width: 620px !important;
  min-width: 620px !important;
}

.u-wid-630 {
  width: 630px !important;
  min-width: 630px !important;
}

.u-wid-640 {
  width: 640px !important;
  min-width: 640px !important;
}

.u-wid-650 {
  width: 650px !important;
  min-width: 650px !important;
}

.u-wid-660 {
  width: 660px !important;
  min-width: 660px !important;
}

.u-wid-670 {
  width: 670px !important;
  min-width: 670px !important;
}

.u-wid-680 {
  width: 680px !important;
  min-width: 680px !important;
}

.u-wid-690 {
  width: 690px !important;
  min-width: 690px !important;
}

.u-wid-700 {
  width: 700px !important;
  min-width: 700px !important;
}

.u-wid-710 {
  width: 710px !important;
  min-width: 710px !important;
}

.u-wid-720 {
  width: 720px !important;
  min-width: 720px !important;
}

.u-wid-730 {
  width: 730px !important;
  min-width: 730px !important;
}

.u-wid-740 {
  width: 740px !important;
  min-width: 740px !important;
}

.u-wid-750 {
  width: 750px !important;
  min-width: 750px !important;
}

.u-wid-760 {
  width: 760px !important;
  min-width: 760px !important;
}

.u-wid-770 {
  width: 770px !important;
  min-width: 770px !important;
}

.u-wid-780 {
  width: 780px !important;
  min-width: 780px !important;
}

.u-wid-790 {
  width: 790px !important;
  min-width: 790px !important;
}

.u-wid-800 {
  width: 800px !important;
  min-width: 800px !important;
}

.u-wid-810 {
  width: 810px !important;
  min-width: 810px !important;
}

.u-wid-820 {
  width: 820px !important;
  min-width: 820px !important;
}

.u-wid-830 {
  width: 830px !important;
  min-width: 830px !important;
}

.u-wid-840 {
  width: 840px !important;
  min-width: 840px !important;
}

.u-wid-850 {
  width: 850px !important;
  min-width: 850px !important;
}

.u-wid-860 {
  width: 860px !important;
  min-width: 860px !important;
}

.u-wid-870 {
  width: 870px !important;
  min-width: 870px !important;
}

.u-wid-880 {
  width: 880px !important;
  min-width: 880px !important;
}

.u-wid-890 {
  width: 890px !important;
  min-width: 890px !important;
}

.u-wid-900 {
  width: 900px !important;
  min-width: 900px !important;
}

.u-wid-910 {
  width: 910px !important;
  min-width: 910px !important;
}

.u-wid-920 {
  width: 920px !important;
  min-width: 920px !important;
}

.u-wid-930 {
  width: 930px !important;
  min-width: 930px !important;
}

.u-wid-940 {
  width: 940px !important;
  min-width: 940px !important;
}

.u-wid-950 {
  width: 950px !important;
  min-width: 950px !important;
}

.u-wid-960 {
  width: 960px !important;
  min-width: 960px !important;
}

.u-wid-970 {
  width: 970px !important;
  min-width: 970px !important;
}

.u-wid-980 {
  width: 980px !important;
  min-width: 980px !important;
}

.u-wid-990 {
  width: 990px !important;
  min-width: 990px !important;
}

.u-wid-1000 {
  width: 1000px !important;
  min-width: 1000px !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: 766px) {
  .u-wid-md-10 {
    width: 10px !important;
    min-width: 10px !important;
  }

  .u-wid-md-20 {
    width: 20px !important;
    min-width: 20px !important;
  }

  .u-wid-md-30 {
    width: 30px !important;
    min-width: 30px !important;
  }

  .u-wid-md-40 {
    width: 40px !important;
    min-width: 40px !important;
  }

  .u-wid-md-50 {
    width: 50px !important;
    min-width: 50px !important;
  }

  .u-wid-md-60 {
    width: 60px !important;
    min-width: 60px !important;
  }

  .u-wid-md-70 {
    width: 70px !important;
    min-width: 70px !important;
  }

  .u-wid-md-80 {
    width: 80px !important;
    min-width: 80px !important;
  }

  .u-wid-md-90 {
    width: 90px !important;
    min-width: 90px !important;
  }

  .u-wid-md-100 {
    width: 100px !important;
    min-width: 100px !important;
  }

  .u-wid-md-110 {
    width: 110px !important;
    min-width: 110px !important;
  }

  .u-wid-md-120 {
    width: 120px !important;
    min-width: 120px !important;
  }

  .u-wid-md-130 {
    width: 130px !important;
    min-width: 130px !important;
  }

  .u-wid-md-140 {
    width: 140px !important;
    min-width: 140px !important;
  }

  .u-wid-md-150 {
    width: 150px !important;
    min-width: 150px !important;
  }

  .u-wid-md-160 {
    width: 160px !important;
    min-width: 160px !important;
  }

  .u-wid-md-170 {
    width: 170px !important;
    min-width: 170px !important;
  }

  .u-wid-md-180 {
    width: 180px !important;
    min-width: 180px !important;
  }

  .u-wid-md-190 {
    width: 190px !important;
    min-width: 190px !important;
  }

  .u-wid-md-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .u-wid-md-210 {
    width: 210px !important;
    min-width: 210px !important;
  }

  .u-wid-md-220 {
    width: 220px !important;
    min-width: 220px !important;
  }

  .u-wid-md-230 {
    width: 230px !important;
    min-width: 230px !important;
  }

  .u-wid-md-240 {
    width: 240px !important;
    min-width: 240px !important;
  }

  .u-wid-md-250 {
    width: 250px !important;
    min-width: 250px !important;
  }

  .u-wid-md-260 {
    width: 260px !important;
    min-width: 260px !important;
  }

  .u-wid-md-270 {
    width: 270px !important;
    min-width: 270px !important;
  }

  .u-wid-md-280 {
    width: 280px !important;
    min-width: 280px !important;
  }

  .u-wid-md-290 {
    width: 290px !important;
    min-width: 290px !important;
  }

  .u-wid-md-300 {
    width: 300px !important;
    min-width: 300px !important;
  }

  .u-wid-md-310 {
    width: 310px !important;
    min-width: 310px !important;
  }

  .u-wid-md-320 {
    width: 320px !important;
    min-width: 320px !important;
  }

  .u-wid-md-330 {
    width: 330px !important;
    min-width: 330px !important;
  }

  .u-wid-md-340 {
    width: 340px !important;
    min-width: 340px !important;
  }

  .u-wid-md-350 {
    width: 350px !important;
    min-width: 350px !important;
  }

  .u-wid-md-360 {
    width: 360px !important;
    min-width: 360px !important;
  }

  .u-wid-md-370 {
    width: 370px !important;
    min-width: 370px !important;
  }

  .u-wid-md-380 {
    width: 380px !important;
    min-width: 380px !important;
  }

  .u-wid-md-390 {
    width: 390px !important;
    min-width: 390px !important;
  }

  .u-wid-md-400 {
    width: 400px !important;
    min-width: 400px !important;
  }

  .u-wid-md-410 {
    width: 410px !important;
    min-width: 410px !important;
  }

  .u-wid-md-420 {
    width: 420px !important;
    min-width: 420px !important;
  }

  .u-wid-md-430 {
    width: 430px !important;
    min-width: 430px !important;
  }

  .u-wid-md-440 {
    width: 440px !important;
    min-width: 440px !important;
  }

  .u-wid-md-450 {
    width: 450px !important;
    min-width: 450px !important;
  }

  .u-wid-md-460 {
    width: 460px !important;
    min-width: 460px !important;
  }

  .u-wid-md-470 {
    width: 470px !important;
    min-width: 470px !important;
  }

  .u-wid-md-480 {
    width: 480px !important;
    min-width: 480px !important;
  }

  .u-wid-md-490 {
    width: 490px !important;
    min-width: 490px !important;
  }

  .u-wid-md-500 {
    width: 500px !important;
    min-width: 500px !important;
  }

  .u-wid-md-510 {
    width: 510px !important;
    min-width: 510px !important;
  }

  .u-wid-md-520 {
    width: 520px !important;
    min-width: 520px !important;
  }

  .u-wid-md-530 {
    width: 530px !important;
    min-width: 530px !important;
  }

  .u-wid-md-540 {
    width: 540px !important;
    min-width: 540px !important;
  }

  .u-wid-md-550 {
    width: 550px !important;
    min-width: 550px !important;
  }

  .u-wid-md-560 {
    width: 560px !important;
    min-width: 560px !important;
  }

  .u-wid-md-570 {
    width: 570px !important;
    min-width: 570px !important;
  }

  .u-wid-md-580 {
    width: 580px !important;
    min-width: 580px !important;
  }

  .u-wid-md-590 {
    width: 590px !important;
    min-width: 590px !important;
  }

  .u-wid-md-600 {
    width: 600px !important;
    min-width: 600px !important;
  }

  .u-wid-md-610 {
    width: 610px !important;
    min-width: 610px !important;
  }

  .u-wid-md-620 {
    width: 620px !important;
    min-width: 620px !important;
  }

  .u-wid-md-630 {
    width: 630px !important;
    min-width: 630px !important;
  }

  .u-wid-md-640 {
    width: 640px !important;
    min-width: 640px !important;
  }

  .u-wid-md-650 {
    width: 650px !important;
    min-width: 650px !important;
  }

  .u-wid-md-660 {
    width: 660px !important;
    min-width: 660px !important;
  }

  .u-wid-md-670 {
    width: 670px !important;
    min-width: 670px !important;
  }

  .u-wid-md-680 {
    width: 680px !important;
    min-width: 680px !important;
  }

  .u-wid-md-690 {
    width: 690px !important;
    min-width: 690px !important;
  }

  .u-wid-md-700 {
    width: 700px !important;
    min-width: 700px !important;
  }

  .u-wid-md-710 {
    width: 710px !important;
    min-width: 710px !important;
  }

  .u-wid-md-720 {
    width: 720px !important;
    min-width: 720px !important;
  }

  .u-wid-md-730 {
    width: 730px !important;
    min-width: 730px !important;
  }

  .u-wid-md-740 {
    width: 740px !important;
    min-width: 740px !important;
  }

  .u-wid-md-750 {
    width: 750px !important;
    min-width: 750px !important;
  }

  .u-wid-md-760 {
    width: 760px !important;
    min-width: 760px !important;
  }

  .u-wid-md-770 {
    width: 770px !important;
    min-width: 770px !important;
  }

  .u-wid-md-780 {
    width: 780px !important;
    min-width: 780px !important;
  }

  .u-wid-md-790 {
    width: 790px !important;
    min-width: 790px !important;
  }

  .u-wid-md-800 {
    width: 800px !important;
    min-width: 800px !important;
  }

  .u-wid-md-810 {
    width: 810px !important;
    min-width: 810px !important;
  }

  .u-wid-md-820 {
    width: 820px !important;
    min-width: 820px !important;
  }

  .u-wid-md-830 {
    width: 830px !important;
    min-width: 830px !important;
  }

  .u-wid-md-840 {
    width: 840px !important;
    min-width: 840px !important;
  }

  .u-wid-md-850 {
    width: 850px !important;
    min-width: 850px !important;
  }

  .u-wid-md-860 {
    width: 860px !important;
    min-width: 860px !important;
  }

  .u-wid-md-870 {
    width: 870px !important;
    min-width: 870px !important;
  }

  .u-wid-md-880 {
    width: 880px !important;
    min-width: 880px !important;
  }

  .u-wid-md-890 {
    width: 890px !important;
    min-width: 890px !important;
  }

  .u-wid-md-900 {
    width: 900px !important;
    min-width: 900px !important;
  }

  .u-wid-md-910 {
    width: 910px !important;
    min-width: 910px !important;
  }

  .u-wid-md-920 {
    width: 920px !important;
    min-width: 920px !important;
  }

  .u-wid-md-930 {
    width: 930px !important;
    min-width: 930px !important;
  }

  .u-wid-md-940 {
    width: 940px !important;
    min-width: 940px !important;
  }

  .u-wid-md-950 {
    width: 950px !important;
    min-width: 950px !important;
  }

  .u-wid-md-960 {
    width: 960px !important;
    min-width: 960px !important;
  }

  .u-wid-md-970 {
    width: 970px !important;
    min-width: 970px !important;
  }

  .u-wid-md-980 {
    width: 980px !important;
    min-width: 980px !important;
  }

  .u-wid-md-990 {
    width: 990px !important;
    min-width: 990px !important;
  }

  .u-wid-md-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }

  .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;
  }
}
@media screen and (max-width: 540px) {
  .u-wid-pr-10 {
    width: 10px !important;
    min-width: 10px !important;
  }

  .u-wid-pr-20 {
    width: 20px !important;
    min-width: 20px !important;
  }

  .u-wid-pr-30 {
    width: 30px !important;
    min-width: 30px !important;
  }

  .u-wid-pr-40 {
    width: 40px !important;
    min-width: 40px !important;
  }

  .u-wid-pr-50 {
    width: 50px !important;
    min-width: 50px !important;
  }

  .u-wid-pr-60 {
    width: 60px !important;
    min-width: 60px !important;
  }

  .u-wid-pr-70 {
    width: 70px !important;
    min-width: 70px !important;
  }

  .u-wid-pr-80 {
    width: 80px !important;
    min-width: 80px !important;
  }

  .u-wid-pr-90 {
    width: 90px !important;
    min-width: 90px !important;
  }

  .u-wid-pr-100 {
    width: 100px !important;
    min-width: 100px !important;
  }

  .u-wid-pr-110 {
    width: 110px !important;
    min-width: 110px !important;
  }

  .u-wid-pr-120 {
    width: 120px !important;
    min-width: 120px !important;
  }

  .u-wid-pr-130 {
    width: 130px !important;
    min-width: 130px !important;
  }

  .u-wid-pr-140 {
    width: 140px !important;
    min-width: 140px !important;
  }

  .u-wid-pr-150 {
    width: 150px !important;
    min-width: 150px !important;
  }

  .u-wid-pr-160 {
    width: 160px !important;
    min-width: 160px !important;
  }

  .u-wid-pr-170 {
    width: 170px !important;
    min-width: 170px !important;
  }

  .u-wid-pr-180 {
    width: 180px !important;
    min-width: 180px !important;
  }

  .u-wid-pr-190 {
    width: 190px !important;
    min-width: 190px !important;
  }

  .u-wid-pr-200 {
    width: 200px !important;
    min-width: 200px !important;
  }

  .u-wid-pr-210 {
    width: 210px !important;
    min-width: 210px !important;
  }

  .u-wid-pr-220 {
    width: 220px !important;
    min-width: 220px !important;
  }

  .u-wid-pr-230 {
    width: 230px !important;
    min-width: 230px !important;
  }

  .u-wid-pr-240 {
    width: 240px !important;
    min-width: 240px !important;
  }

  .u-wid-pr-250 {
    width: 250px !important;
    min-width: 250px !important;
  }

  .u-wid-pr-260 {
    width: 260px !important;
    min-width: 260px !important;
  }

  .u-wid-pr-270 {
    width: 270px !important;
    min-width: 270px !important;
  }

  .u-wid-pr-280 {
    width: 280px !important;
    min-width: 280px !important;
  }

  .u-wid-pr-290 {
    width: 290px !important;
    min-width: 290px !important;
  }

  .u-wid-pr-300 {
    width: 300px !important;
    min-width: 300px !important;
  }

  .u-wid-pr-310 {
    width: 310px !important;
    min-width: 310px !important;
  }

  .u-wid-pr-320 {
    width: 320px !important;
    min-width: 320px !important;
  }

  .u-wid-pr-330 {
    width: 330px !important;
    min-width: 330px !important;
  }

  .u-wid-pr-340 {
    width: 340px !important;
    min-width: 340px !important;
  }

  .u-wid-pr-350 {
    width: 350px !important;
    min-width: 350px !important;
  }

  .u-wid-pr-360 {
    width: 360px !important;
    min-width: 360px !important;
  }

  .u-wid-pr-370 {
    width: 370px !important;
    min-width: 370px !important;
  }

  .u-wid-pr-380 {
    width: 380px !important;
    min-width: 380px !important;
  }

  .u-wid-pr-390 {
    width: 390px !important;
    min-width: 390px !important;
  }

  .u-wid-pr-400 {
    width: 400px !important;
    min-width: 400px !important;
  }

  .u-wid-pr-410 {
    width: 410px !important;
    min-width: 410px !important;
  }

  .u-wid-pr-420 {
    width: 420px !important;
    min-width: 420px !important;
  }

  .u-wid-pr-430 {
    width: 430px !important;
    min-width: 430px !important;
  }

  .u-wid-pr-440 {
    width: 440px !important;
    min-width: 440px !important;
  }

  .u-wid-pr-450 {
    width: 450px !important;
    min-width: 450px !important;
  }

  .u-wid-pr-460 {
    width: 460px !important;
    min-width: 460px !important;
  }

  .u-wid-pr-470 {
    width: 470px !important;
    min-width: 470px !important;
  }

  .u-wid-pr-480 {
    width: 480px !important;
    min-width: 480px !important;
  }

  .u-wid-pr-490 {
    width: 490px !important;
    min-width: 490px !important;
  }

  .u-wid-pr-500 {
    width: 500px !important;
    min-width: 500px !important;
  }

  .u-wid-pr-510 {
    width: 510px !important;
    min-width: 510px !important;
  }

  .u-wid-pr-520 {
    width: 520px !important;
    min-width: 520px !important;
  }

  .u-wid-pr-530 {
    width: 530px !important;
    min-width: 530px !important;
  }

  .u-wid-pr-540 {
    width: 540px !important;
    min-width: 540px !important;
  }

  .u-wid-pr-550 {
    width: 550px !important;
    min-width: 550px !important;
  }

  .u-wid-pr-560 {
    width: 560px !important;
    min-width: 560px !important;
  }

  .u-wid-pr-570 {
    width: 570px !important;
    min-width: 570px !important;
  }

  .u-wid-pr-580 {
    width: 580px !important;
    min-width: 580px !important;
  }

  .u-wid-pr-590 {
    width: 590px !important;
    min-width: 590px !important;
  }

  .u-wid-pr-600 {
    width: 600px !important;
    min-width: 600px !important;
  }

  .u-wid-pr-610 {
    width: 610px !important;
    min-width: 610px !important;
  }

  .u-wid-pr-620 {
    width: 620px !important;
    min-width: 620px !important;
  }

  .u-wid-pr-630 {
    width: 630px !important;
    min-width: 630px !important;
  }

  .u-wid-pr-640 {
    width: 640px !important;
    min-width: 640px !important;
  }

  .u-wid-pr-650 {
    width: 650px !important;
    min-width: 650px !important;
  }

  .u-wid-pr-660 {
    width: 660px !important;
    min-width: 660px !important;
  }

  .u-wid-pr-670 {
    width: 670px !important;
    min-width: 670px !important;
  }

  .u-wid-pr-680 {
    width: 680px !important;
    min-width: 680px !important;
  }

  .u-wid-pr-690 {
    width: 690px !important;
    min-width: 690px !important;
  }

  .u-wid-pr-700 {
    width: 700px !important;
    min-width: 700px !important;
  }

  .u-wid-pr-710 {
    width: 710px !important;
    min-width: 710px !important;
  }

  .u-wid-pr-720 {
    width: 720px !important;
    min-width: 720px !important;
  }

  .u-wid-pr-730 {
    width: 730px !important;
    min-width: 730px !important;
  }

  .u-wid-pr-740 {
    width: 740px !important;
    min-width: 740px !important;
  }

  .u-wid-pr-750 {
    width: 750px !important;
    min-width: 750px !important;
  }

  .u-wid-pr-760 {
    width: 760px !important;
    min-width: 760px !important;
  }

  .u-wid-pr-770 {
    width: 770px !important;
    min-width: 770px !important;
  }

  .u-wid-pr-780 {
    width: 780px !important;
    min-width: 780px !important;
  }

  .u-wid-pr-790 {
    width: 790px !important;
    min-width: 790px !important;
  }

  .u-wid-pr-800 {
    width: 800px !important;
    min-width: 800px !important;
  }

  .u-wid-pr-810 {
    width: 810px !important;
    min-width: 810px !important;
  }

  .u-wid-pr-820 {
    width: 820px !important;
    min-width: 820px !important;
  }

  .u-wid-pr-830 {
    width: 830px !important;
    min-width: 830px !important;
  }

  .u-wid-pr-840 {
    width: 840px !important;
    min-width: 840px !important;
  }

  .u-wid-pr-850 {
    width: 850px !important;
    min-width: 850px !important;
  }

  .u-wid-pr-860 {
    width: 860px !important;
    min-width: 860px !important;
  }

  .u-wid-pr-870 {
    width: 870px !important;
    min-width: 870px !important;
  }

  .u-wid-pr-880 {
    width: 880px !important;
    min-width: 880px !important;
  }

  .u-wid-pr-890 {
    width: 890px !important;
    min-width: 890px !important;
  }

  .u-wid-pr-900 {
    width: 900px !important;
    min-width: 900px !important;
  }

  .u-wid-pr-910 {
    width: 910px !important;
    min-width: 910px !important;
  }

  .u-wid-pr-920 {
    width: 920px !important;
    min-width: 920px !important;
  }

  .u-wid-pr-930 {
    width: 930px !important;
    min-width: 930px !important;
  }

  .u-wid-pr-940 {
    width: 940px !important;
    min-width: 940px !important;
  }

  .u-wid-pr-950 {
    width: 950px !important;
    min-width: 950px !important;
  }

  .u-wid-pr-960 {
    width: 960px !important;
    min-width: 960px !important;
  }

  .u-wid-pr-970 {
    width: 970px !important;
    min-width: 970px !important;
  }

  .u-wid-pr-980 {
    width: 980px !important;
    min-width: 980px !important;
  }

  .u-wid-pr-990 {
    width: 990px !important;
    min-width: 990px !important;
  }

  .u-wid-pr-1000 {
    width: 1000px !important;
    min-width: 1000px !important;
  }

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

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

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

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

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

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

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

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

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

  .u-wid-pr-100per {
    width: 100% !important;
    min-width: 100% !important;
  }
}
.disnone {
  display: none;
}

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

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

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

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

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

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

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

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

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

.d-flex-c-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.d-flex-between {
  display: flex;
  justify-content: space-between;
}

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

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

@media screen and (max-width: 766px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-md-inline-block, table.d-md-block {
    display: table !important;
  }
  table th.d-md-inline-block, table th.d-md-block, table td.d-md-inline-block, table td.d-md-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1024px) {
  .d-tb-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-tb-inline-block, table.d-tb-block {
    display: table !important;
  }
  table th.d-tb-inline-block, table th.d-tb-block, table td.d-tb-inline-block, table td.d-tb-block {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1025px) {
  .d-pc-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-pc-inline-block, table.d-pc-block {
    display: table !important;
  }
  table th.d-pc-inline-block, table th.d-pc-block, table td.d-pc-inline-block, table td.d-pc-block {
    display: table-cell !important;
  }
}
@media screen and (min-width: 1281px) {
  .d-bs-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-bs-inline-block, table.d-bs-block {
    display: table !important;
  }
  table th.d-bs-inline-block, table th.d-bs-block, table td.d-bs-inline-block, table td.d-bs-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-lg-inline-block, table.d-lg-block {
    display: table !important;
  }
  table th.d-lg-inline-block, table th.d-lg-block, table td.d-lg-inline-block, table td.d-lg-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 540px) {
  .d-pr-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

  table.d-pr-inline-block, table.d-pr-block {
    display: table !important;
  }
  table th.d-pr-inline-block, table th.d-pr-block, table td.d-pr-inline-block, table td.d-pr-block {
    display: table-cell !important;
  }
}
@media screen and (max-width: 360px) {
  .d-sm-none {
    display: none !important;
  }

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

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

  .d-sm-block {
    display: block !important;
  }
}
.u-text--medium {
  font-weight: bold !important;
}
.u-text--bold {
  font-weight: bold !important;
}
.u-text--normal {
  font-weight: normal !important;
}
.u-text--light {
  font-weight: 100 !important;
}
.u-text--en {
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
  font-weight: 600;
}
.u-text--ja {
  font-family: "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
.u-text--border {
  text-decoration: underline;
}
.u-text--size--ll, .u-text--size--ll a {
  font-size: 3.8rem !important;
  line-height: 1.7;
}
@media screen and (max-width: 766px) {
  .u-text--size--ll, .u-text--size--ll a {
    font-size: 2.2rem !important;
  }
}
.u-text--size--l, .u-text--size--l a {
  font-size: 2.4rem !important;
}
@media screen and (max-width: 766px) {
  .u-text--size--l, .u-text--size--l a {
    font-size: 1.6rem !important;
  }
}
.u-text--size--m, .u-text--size--m a {
  font-size: 2rem !important;
}
@media screen and (max-width: 766px) {
  .u-text--size--m, .u-text--size--m a {
    font-size: 1.6rem !important;
  }
}
.u-text--size--n, .u-text--size--n a {
  font-size: 1.6rem !important;
}
@media screen and (max-width: 766px) {
  .u-text--size--n, .u-text--size--n a {
    font-size: 1.4rem !important;
  }
}
.u-text--size--s, .u-text--size--s a {
  font-size: 1.4rem !important;
}
@media screen and (max-width: 766px) {
  .u-text--size--s, .u-text--size--s a {
    font-size: 1.2rem !important;
  }
}
.u-text--size--ss, .u-text--size--ss a {
  font-size: 1.1rem !important;
}
@media screen and (max-width: 766px) {
  .u-text--size--ss, .u-text--size--ss a {
    font-size: 1rem !important;
  }
}
.u-text--left {
  text-align: left !important;
}
.u-text--right {
  text-align: right !important;
}
.u-text--center {
  text-align: center !important;
}
@media (min-width: 541px) {
  .u-text--pccenter {
    text-align: center !important;
  }
}
@media screen and (max-width: 540px) {
  .u-text--spcenter {
    text-align: center !important;
  }
}
.u-text--sup {
  color: #aaa;
  font-size: 85%;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  vertical-align: text-top;
}
.u-text--sub {
  color: #aaa !important;
}
.u-text--black {
  color: #000 !important;
}
.u-text--white {
  color: #fff !important;
}
.u-text--green {
  color: #F39801 !important;
}
.u-text__c-normal {
  letter-spacing: normal;
}

.u-fz__xss {
  font-size: 1.2rem;
}
@media screen and (max-width: 766px) {
  .u-fz__xss {
    font-size: 1.1rem;
  }
}

.u-fz__ss {
  font-size: 1.2rem;
}
@media screen and (max-width: 766px) {
  .u-fz__ss {
    font-size: 1rem;
  }
}

.u-fz__xs {
  font-size: 1.3rem;
}
@media screen and (max-width: 766px) {
  .u-fz__xs {
    font-size: 1.2rem;
  }
}

.u-fz__s {
  font-size: clamp(1.2rem, (14/1440*100vw), 1.6rem);
}

.u-fz__sm {
  font-size: 1.6rem;
}
@media screen and (max-width: 766px) {
  .u-fz__sm {
    font-size: 1.5rem;
  }
}

.u-fz__m {
  font-size: 1.6rem;
}
@media screen and (max-width: 766px) {
  .u-fz__m {
    font-size: 1.4rem;
  }
}

.u-fz__mm {
  font-size: 1.8rem;
}
@media screen and (max-width: 766px) {
  .u-fz__mm {
    font-size: 1.4rem;
  }
}

.u-fz__xm {
  font-size: 1.8rem;
}
@media screen and (max-width: 766px) {
  .u-fz__xm {
    font-size: 1.6rem;
  }
}

.u-fz__l {
  font-size: 2rem;
}
@media screen and (max-width: 766px) {
  .u-fz__l {
    font-size: 1.4rem;
  }
}

.u-fz__ll {
  font-size: 2.2rem;
}
@media screen and (max-width: 766px) {
  .u-fz__ll {
    font-size: 1.8rem;
  }
}

.u-fz__xl {
  font-size: 2.4rem;
}
@media screen and (max-width: 766px) {
  .u-fz__xl {
    font-size: 2rem;
  }
}

.u-fz__news {
  font-size: 3.2rem;
}
@media screen and (max-width: 766px) {
  .u-fz__news {
    font-size: 2.4rem;
  }
}

.u-fz__max19 {
  font-size: clamp(1.4rem, (16/1440*100vw), 1.9rem);
}

.u-fz__banner {
  font-weight: 500;
  font-size: clamp(1.8rem, (24/1440*100vw), 3rem);
}

.u-fc__gray {
  color: #999;
}

.u-fc__white {
  color: #fff;
}

.u-fc__main {
  color: #F39801;
}

.u-fw500 {
  font-weight: 500;
}

.u-bg--thin {
  background: #F7F7F7;
}
.u-bg--dark {
  background: #191919;
}
.u-bg--white {
  background: #fff;
}
.u-bg--black {
  background: #000;
}
.u-bg--gray {
  background: #F7F7F7;
}
.u-bg--gray2 {
  background: #F0F0F0;
}

.u-lh18 {
  line-height: 1.8;
}

.u-lh2 {
  line-height: 2;
}

.u-lh2-5 {
  line-height: 2.5;
}

.u-border--top {
  border-top: 1px solid #E2E2E2;
}
.u-border--bottom {
  border-bottom: 1px solid #E2E2E2;
}

.u-border {
  background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
}

.u-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  margin-right: 12px;
  font-size: 1.8rem;
  color: #fff;
  font-family: "Inter", "Noto Sans JP", "Yu Gothic Medium", YuGothic, "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif, sans-serif;
  background-color: #000;
}
@media screen and (max-width: 1024px) {
  .u-number {
    width: 32px;
    min-width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }
}

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

.fixed_banner {
  position: fixed;
  z-index: 99;
  bottom: 0px;
  right: 0px;
  width: 230px;
}

.rel_banner {
  position: relative;
  width: 100%;
  height: 100%;
}

.banner-close {
  position: absolute;
  bottom: 235px;
  right: 0;
  width: 30px;
  z-index: 999;
}

.fixed_banner_pc {
  position: absolute;
  bottom: 0;
  right: 0;
  }

.floating-banner:hover {
  opacity: 0.6;
}

.fixed_banner_sp {
  display: none;
}

@media screen and (max-width: 766px) {

  .fixed_banner_sp {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 150px;
  }

  .fixed_banner_pc {
    display: none;
  }

  .banner-close {
    position: absolute;
    bottom: 150px;
    right: 0;
    z-index: 999;
  }

}
