@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Poppins:ital,wght@1,200&display=swap");
/*! 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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* 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 {
  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] {
  appearance: checkbox;
}

[type=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;
  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;
}

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

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

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

body {
  -webkit-text-size-adjust: 100%;
  color: #181818;
  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;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

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

a {
  transition: all 0.3s ease;
}
a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transition: 0.3s ease;
}
@media screen and (min-width: 769px) {
  a:hover {
    text-decoration: none;
  }
  a:hover img {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  a:hover {
    color: #ff7900;
  }
}

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

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

p {
  line-height: 1.8;
  margin-bottom: 1.5em;
}
p small {
  font-size: 1.2rem;
}
p a {
  color: #fb3f16;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  p a:hover {
    color: #ff7900;
    text-decoration: none;
  }
}

strong {
  font-weight: bold;
}

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

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

.disnone {
  display: none;
}

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

.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;
  align-items: center;
}

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

.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: 768px) {
  .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;
  }
}
.l-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  padding: 0;
  height: 60px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 769px) {
  .l-header {
    box-shadow: none;
  }
}
.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    max-width: 1040px;
    height: 90px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}

.p-header__logo {
  display: block;
}
.p-header__logo a {
  display: block;
  background: url(../img/common/logo.png) no-repeat 0 0/96px;
  width: 96px;
  height: 38.5px;
  text-indent: -999em;
  overflow: hidden;
  position: absolute;
  left: 20px;
  top: 10px;
}
@media screen and (min-width: 769px) {
  .p-header__logo a:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 769px) {
  .p-header__logo a {
    display: block;
    background: url(../img/common/logo.png) no-repeat top 15px left 27px/136px;
    width: 163px;
    height: 90px;
    overflow: hidden;
    position: inherit;
    top: 0;
    left: 0;
    order: 1;
  }
}
.p-header__nav {
  display: none;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #fff;
  border-top: #E9EAEF solid 1px;
  padding-top: 30px;
  position: fixed;
  top: 60px;
  left: 0;
  overflow: auto;
}
@media screen and (min-width: 769px) {
  .p-header__nav {
    display: block;
    width: 720px;
    height: 100%;
    transition: none;
    transform: none;
    background: #fff;
    padding: 0;
    position: inherit;
    top: 0;
    border: none;
  }
}
.p-header__nav__menu {
  width: 100%;
  padding: 0 0 100px;
}
@media screen and (min-width: 769px) {
  .p-header__nav__menu {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-header__nav__menu__item {
    width: auto;
    height: 100%;
    border-bottom: 5px solid #fff;
  }
}
.p-header__nav__menu__item.is-act::before {
  opacity: 0;
}
.p-header__nav__menu__item.is-act::after {
  transform: rotate(0);
}
@media screen and (min-width: 769px) {
  .p-header__nav__menu__item:hover .p-header__head, .p-header__nav__menu__item:hover .p-header__link {
    color: #fb3f16 !important;
  }
  .p-header__nav__menu__item:hover .p-header__head::before, .p-header__nav__menu__item:hover .p-header__link::before {
    opacity: 1;
  }
  .p-header__nav__menu__item:hover .p-header__head::after, .p-header__nav__menu__item:hover .p-header__link::after {
    color: #fb3f16;
  }
}
@media screen and (min-width: 769px) {
  .p-header__nav__menu__item:last-child .p-header__link {
    padding-right: 20px;
  }
}
@media screen and (min-width: 800px) {
  .p-header__nav__menu__item:last-child .p-header__link {
    padding-right: 20px;
  }
}
@media screen and (min-width: 920px) {
  .p-header__nav__menu__item:last-child .p-header__link {
    padding-right: 40px;
  }
}
.p-header__nav__menu__item--button a {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background: #fb3f16;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  margin: 40px auto;
}
@media screen and (min-width: 769px) {
  .p-header__nav__menu__item--button a {
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 13px;
    font-style: italic;
    text-align: center;
    letter-spacing: 1px;
    transition: all 0.75s ease;
    margin: 0 0 0 40px;
  }
}
.p-header__link, .p-header__head {
  text-align: center;
  display: block;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  padding: 23px 0;
  color: #181818;
}
@media screen and (min-width: 769px) {
  .p-header__link, .p-header__head {
    line-height: 90px;
    font-size: 12px;
    padding: 0 10px;
    letter-spacing: 2.5px;
  }
}
@media screen and (min-width: 800px) {
  .p-header__link, .p-header__head {
    font-size: 13px;
  }
}
@media screen and (min-width: 900px) {
  .p-header__link, .p-header__head {
    padding: 0 16px;
  }
}
.p-header__hamburger {
  display: block;
  width: 60px;
  height: 60px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 200;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-header__hamburger {
    display: none;
  }
}
.p-header__hamburger span {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fb3f16;
  position: absolute;
  left: calc(50% - 12.5px);
  transition: all 0.25s ease;
}
.p-header__hamburger span:nth-child(1) {
  top: 14px;
}
.p-header__hamburger span:nth-child(2) {
  top: 21px;
}
.p-header__hamburger span:nth-child(3) {
  top: 28px;
}
.p-header__hamburger:after {
  content: "MENU";
  position: absolute;
  font-size: 10px;
  color: #fb3f16;
  left: 6px;
  bottom: 6px;
  display: block;
  width: 50px;
  height: 20px;
  font-weight: bold;
  transform: scale(0.9);
}
.p-header__hamburger.is-act span:nth-child(1) {
  transform: rotate(45deg);
  top: 25px;
  left: 18px;
}
.p-header__hamburger.is-act span:nth-child(2) {
  display: none;
  transition: all 0s ease;
}
.p-header__hamburger.is-act span:nth-child(3) {
  transform: rotate(-45deg);
  top: 25px;
  left: 18px;
}
.p-header__hamburger.is-act:after {
  content: "CLOSE";
  left: 5px;
  bottom: 4px;
}

.l-footer {
  width: 100%;
  margin-top: auto;
}
.l-footer__wrapper {
  width: 100%;
  position: relative;
}
.l-footer__inner {
  width: 100%;
  max-width: 1040px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 1280px) {
  .l-footer__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-top: 50px;
    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: 768px) {
  .l-footer__inner--low {
    padding: 20px;
  }
}

.p-footer__logo {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    margin-bottom: 40px;
  }
}
.p-footer__logo a {
  width: 200px;
  height: 28px;
  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: 768px) {
  .p-footer__logo a {
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .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: 768px) {
  .p-footer__block {
    margin-bottom: 0;
  }
}
.p-footer__sns {
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-footer__sns {
    justify-content: center;
  }
}
.p-footer__sns li:not(:last-child) {
  margin-right: 28px;
}
.p-footer__sns li a i {
  font-size: 2.4rem;
}
.p-footer__nav {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: 0.3s ease;
}
.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: 768px) {
  .p-footer__nav__wrapper {
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
  .p-footer__nav {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav {
    width: 100%;
    display: block;
    border-bottom: #dddddd solid 1px;
  }
}
.p-footer__nav__item {
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-footer__nav__item {
    border-top: #dddddd solid 1px;
  }
}
.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: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.p-footer__nav__menu__item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav__menu__item:not(:last-child) {
    border-bottom: #dddddd solid 1px;
    margin-bottom: 0;
  }
}
.p-footer__nav__menu__item a {
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-footer__nav__menu__item a:hover {
    color: #fb3f16;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav__menu__item a {
    font-size: 1.6rem;
    padding: 22px 42px 22px 0;
  }
  .p-footer__nav__menu__item a::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    color: #fb3f16;
    font-size: 2rem;
    font-weight: 500;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
  }
}
.p-footer__head {
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-footer__head {
    font-size: 1.6rem;
    padding: 22px 42px 22px 0;
  }
  .p-footer__head::after {
    font-family: "Font Awesome 5 Pro";
    content: "\f067";
    color: #fb3f16;
    font-size: 1.8rem;
    font-weight: 100;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
  }
}
.p-footer__head.is-act::after {
  content: "\f068";
}
.p-footer__sub__wrapper {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-footer__sub__wrapper {
    display: none;
    padding-bottom: 30px;
  }
}
.p-footer__sub__menu__item {
  padding-left: 18px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #fb3f16;
    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: 768px) {
  .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: 768px) {
  .p-footer__button.c-button {
    display: flex;
    margin: 30px auto;
  }
}
.p-footer__bottom {
  width: 100%;
  padding: 28px 0;
}
@media screen and (max-width: 768px) {
  .p-footer__bottom {
    padding: 20px 0;
  }
}
.p-footer__sp__menu {
  display: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .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: #fb3f16;
  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;
}
.p-footer__copyright small {
  font-size: 1.2rem;
  display: inline-block;
}

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

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

.l-section {
  padding: 60px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-section {
    padding: 30px 0;
  }
}
.l-section:last-child {
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .l-section:last-child {
    padding-bottom: 60px;
  }
}
.l-section--notopmargin {
  padding-top: 0;
}

.l-inner {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .l-inner:not(.l-inner--wide):not(.l-inner--narrow) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--wide {
  max-width: 1280px;
}
@media (max-width: 1360px) {
  .l-inner--wide {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--narrow {
  max-width: 940px;
}
@media (max-width: 980px) {
  .l-inner--narrow {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

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

.c-button {
  max-width: 100%;
  width: 246px;
  height: 54px;
  background-color: #fb3f16;
  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: 4px;
  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: 768px) {
  .c-button {
    width: 260px;
    height: 56px;
    font-size: 1.4rem;
  }
}
.c-button::after {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  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: 769px) {
  .c-button:hover {
    color: #fff;
    background-color: #ff7900;
  }
}
.c-button:active {
  color: #fff;
  background-color: #fb3f16;
}
.c-button--large {
  width: 280px;
  height: 58px;
}
@media screen and (max-width: 768px) {
  .c-button--large {
    width: 300px;
    height: 60px;
  }
}
.c-button--small {
  max-width: 270px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .c-button--small {
    width: auto;
    max-width: 100%;
    height: 50px;
    font-size: 1.2rem;
  }
}
.c-button--border {
  background-color: #fff;
  color: #181818;
  border: #dddddd solid 1px;
}
.c-button--border::after {
  color: #fb3f16;
}
@media screen and (min-width: 769px) {
  .c-button--border:hover {
    background-color: #fb3f16;
    border-color: #fb3f16;
    color: #fff !important;
  }
  .c-button--border:hover::after {
    color: #fff !important;
  }
}
.c-button--border:active {
  background-color: #fb3f16;
  border-color: #fb3f16;
  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;
}
.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: 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: 769px) {
  a:hover .c-button {
    background-color: #ff7900;
  }
  a:hover .c-button--border {
    background-color: #fb3f16;
    border-color: #fb3f16;
    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: 768px) {
  .c-pagetop {
    width: 46px;
    height: 46px;
  }
}
.c-pagetop a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  border: #fb3f16 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: #fb3f16;
  font-size: 3.6rem;
  font-weight: 100;
  line-height: 1;
  display: block;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .c-pagetop a::before {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .c-pagetop a:hover {
    background-color: #fb3f16;
  }
  .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: 768px) {
  .c-row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
.c-row__gutters--wide {
  margin-right: -25px;
  margin-left: -25px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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;
}
@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    margin-right: -3px;
    margin-left: -3px;
  }
}
.c-row__gutters--narrow > .c-col, .c-row__gutters--narrow > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
@media screen and (max-width: 540px) {
  .c-row__gutters--narrow {
    padding-right: 3px;
    padding-left: 3px;
  }
}
.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: 768px) {
  .c-col-1, .c-col-2, .c-col-2-4, .c-col-3, .c-col-4, .c-col-5, .c-col-6, .c-col-7, .c-col-8, .c-col-9, .c-col-10, .c-col-11, .c-col-12, .c-col, .c-col-auto, .c-col-lg-1, .c-col-lg-2, .c-col-lg-3, .c-col-lg-4, .c-col-lg-5, .c-col-lg-6, .c-col-lg-7, .c-col-lg-8, .c-col-lg-9, .c-col-lg-10, .c-col-lg-11, .c-col-lg-12, .c-col-lg, .c-col-lg-auto, .c-col-bs-1, .c-col-bs-2, .c-col-bs-3, .c-col-bs-4, .c-col-bs-5, .c-col-bs-6, .c-col-bs-7, .c-col-bs-8, .c-col-bs-9, .c-col-bs-10, .c-col-bs-11, .c-col-bs-12, .c-col-bs, .c-col-pc-1, .c-col-pc-2, .c-col-pc-3, .c-col-pc-4, .c-col-pc-5, .c-col-pc-6, .c-col-pc-7, .c-col-pc-8, .c-col-pc-9, .c-col-pc-10, .c-col-pc-11, .c-col-pc-12, .c-col-pc, .c-col-pc-auto, .c-col-bs-auto, .c-col-md-1, .c-col-md-2, .c-col-md-3, .c-col-md-4, .c-col-md-5, .c-col-md-6, .c-col-md-7, .c-col-md-8, .c-col-md-9, .c-col-md-10, .c-col-md-11, .c-col-md-12, .c-col-md, .c-col-md-auto, .c-col-sm-1, .c-col-sm-2, .c-col-sm-3, .c-col-sm-4, .c-col-sm-5, .c-col-sm-6, .c-col-sm-7, .c-col-sm-8, .c-col-sm-9, .c-col-sm-10, .c-col-sm-11, .c-col-sm-12, .c-col-sm, .c-col-sm-auto {
    padding-right: 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: 769px) {
  .c-col-pc {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pc-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pc-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pc-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pc-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pc-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pc-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pc-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pc-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pc-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pc-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pc-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pc-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pc-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pc-first {
    order: -1;
  }
  .c-order-pc-last {
    order: 13;
  }
  .c-order-pc-0 {
    order: 0;
  }
  .c-order-pc-1 {
    order: 1;
  }
  .c-order-pc-2 {
    order: 2;
  }
  .c-order-pc-3 {
    order: 3;
  }
  .c-order-pc-4 {
    order: 4;
  }
  .c-order-pc-5 {
    order: 5;
  }
  .c-order-pc-6 {
    order: 6;
  }
  .c-order-pc-7 {
    order: 7;
  }
  .c-order-pc-8 {
    order: 8;
  }
  .c-order-pc-9 {
    order: 9;
  }
  .c-order-pc-10 {
    order: 10;
  }
  .c-order-pc-11 {
    order: 11;
  }
  .c-order-pc-12 {
    order: 12;
  }
  .c-offset-pc-0 {
    margin-left: 0;
  }
  .c-offset-pc-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pc-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pc-3 {
    margin-left: 25%;
  }
  .c-offset-pc-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pc-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pc-6 {
    margin-left: 50%;
  }
  .c-offset-pc-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pc-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pc-9 {
    margin-left: 75%;
  }
  .c-offset-pc-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pc-11 {
    margin-left: 91.6666666667%;
  }
}
/* bs */
@media screen and (min-width: 1281px) {
  .c-col-bs {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-bs-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-bs-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-bs-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-bs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-bs-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-bs-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-bs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-bs-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-bs-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-bs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-bs-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-bs-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-bs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-bs-first {
    order: -1;
  }
  .c-order-bs-last {
    order: 13;
  }
  .c-order-bs-0 {
    order: 0;
  }
  .c-order-bs-1 {
    order: 1;
  }
  .c-order-bs-2 {
    order: 2;
  }
  .c-order-bs-3 {
    order: 3;
  }
  .c-order-bs-4 {
    order: 4;
  }
  .c-order-bs-5 {
    order: 5;
  }
  .c-order-bs-6 {
    order: 6;
  }
  .c-order-bs-7 {
    order: 7;
  }
  .c-order-bs-8 {
    order: 8;
  }
  .c-order-bs-9 {
    order: 9;
  }
  .c-order-bs-10 {
    order: 10;
  }
  .c-order-bs-11 {
    order: 11;
  }
  .c-order-bs-12 {
    order: 12;
  }
  .c-offset-bs-0 {
    margin-left: 0;
  }
  .c-offset-bs-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-bs-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-bs-3 {
    margin-left: 25%;
  }
  .c-offset-bs-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-bs-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-bs-6 {
    margin-left: 50%;
  }
  .c-offset-bs-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-bs-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-bs-9 {
    margin-left: 75%;
  }
  .c-offset-bs-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-bs-11 {
    margin-left: 91.6666666667%;
  }
}
/* lg */
@media screen and (max-width: 1280px) {
  .c-col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-lg-first {
    order: -1;
  }
  .c-order-lg-last {
    order: 13;
  }
  .c-order-lg-0 {
    order: 0;
  }
  .c-order-lg-1 {
    order: 1;
  }
  .c-order-lg-2 {
    order: 2;
  }
  .c-order-lg-3 {
    order: 3;
  }
  .c-order-lg-4 {
    order: 4;
  }
  .c-order-lg-5 {
    order: 5;
  }
  .c-order-lg-6 {
    order: 6;
  }
  .c-order-lg-7 {
    order: 7;
  }
  .c-order-lg-8 {
    order: 8;
  }
  .c-order-lg-9 {
    order: 9;
  }
  .c-order-lg-10 {
    order: 10;
  }
  .c-order-lg-11 {
    order: 11;
  }
  .c-order-lg-12 {
    order: 12;
  }
  .c-offset-lg-0 {
    margin-left: 0;
  }
  .c-offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-lg-3 {
    margin-left: 25%;
  }
  .c-offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-lg-6 {
    margin-left: 50%;
  }
  .c-offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-lg-9 {
    margin-left: 75%;
  }
  .c-offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
/* tb */
@media screen and (max-width: 1024px) {
  .c-col-tb {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-tb-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-tb-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-tb-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-tb-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-tb-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-tb-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-tb-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-tb-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-tb-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-tb-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-tb-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-tb-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-tb-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-tb-first {
    order: -1;
  }
  .c-order-tb-last {
    order: 13;
  }
  .c-order-tb-0 {
    order: 0;
  }
  .c-order-tb-1 {
    order: 1;
  }
  .c-order-tb-2 {
    order: 2;
  }
  .c-order-tb-3 {
    order: 3;
  }
  .c-order-tb-4 {
    order: 4;
  }
  .c-order-tb-5 {
    order: 5;
  }
  .c-order-tb-6 {
    order: 6;
  }
  .c-order-tb-7 {
    order: 7;
  }
  .c-order-tb-8 {
    order: 8;
  }
  .c-order-tb-9 {
    order: 9;
  }
  .c-order-tb-10 {
    order: 10;
  }
  .c-order-tb-11 {
    order: 11;
  }
  .c-order-tb-12 {
    order: 12;
  }
  .c-offset-tb-0 {
    margin-left: 0;
  }
  .c-offset-tb-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-tb-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-tb-3 {
    margin-left: 25%;
  }
  .c-offset-tb-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-tb-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-tb-6 {
    margin-left: 50%;
  }
  .c-offset-tb-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-tb-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-tb-9 {
    margin-left: 75%;
  }
  .c-offset-tb-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-tb-11 {
    margin-left: 91.6666666667%;
  }
}
/* md */
@media screen and (max-width: 768px) {
  .c-col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-md-first {
    order: -1;
  }
  .c-order-md-last {
    order: 13;
  }
  .c-order-md-0 {
    order: 0;
  }
  .c-order-md-1 {
    order: 1;
  }
  .c-order-md-2 {
    order: 2;
  }
  .c-order-md-3 {
    order: 3;
  }
  .c-order-md-4 {
    order: 4;
  }
  .c-order-md-5 {
    order: 5;
  }
  .c-order-md-6 {
    order: 6;
  }
  .c-order-md-7 {
    order: 7;
  }
  .c-order-md-8 {
    order: 8;
  }
  .c-order-md-9 {
    order: 9;
  }
  .c-order-md-10 {
    order: 10;
  }
  .c-order-md-11 {
    order: 11;
  }
  .c-order-md-12 {
    order: 12;
  }
  .c-offset-md-0 {
    margin-left: 0;
  }
  .c-offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-md-3 {
    margin-left: 25%;
  }
  .c-offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-md-6 {
    margin-left: 50%;
  }
  .c-offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-md-9 {
    margin-left: 75%;
  }
  .c-offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
/* sp */
@media screen and (max-width: 540px) {
  .c-col-pr {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .c-col-pr-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .c-col-pr-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .c-col-pr-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .c-col-pr-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .c-col-pr-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .c-col-pr-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .c-col-pr-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .c-col-pr-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .c-col-pr-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .c-col-pr-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .c-col-pr-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .c-col-pr-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .c-col-pr-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-order-pr-first {
    order: -1;
  }
  .c-order-pr-last {
    order: 13;
  }
  .c-order-pr-0 {
    order: 0;
  }
  .c-order-pr-1 {
    order: 1;
  }
  .c-order-pr-2 {
    order: 2;
  }
  .c-order-pr-3 {
    order: 3;
  }
  .c-order-pr-4 {
    order: 4;
  }
  .c-order-pr-5 {
    order: 5;
  }
  .c-order-pr-6 {
    order: 6;
  }
  .c-order-pr-7 {
    order: 7;
  }
  .c-order-pr-8 {
    order: 8;
  }
  .c-order-pr-9 {
    order: 9;
  }
  .c-order-pr-10 {
    order: 10;
  }
  .c-order-pr-11 {
    order: 11;
  }
  .c-order-pr-12 {
    order: 12;
  }
  .c-offset-pr-0 {
    margin-left: 0;
  }
  .c-offset-pr-1 {
    margin-left: 8.3333333333%;
  }
  .c-offset-pr-2 {
    margin-left: 16.6666666667%;
  }
  .c-offset-pr-3 {
    margin-left: 25%;
  }
  .c-offset-pr-4 {
    margin-left: 33.3333333333%;
  }
  .c-offset-pr-5 {
    margin-left: 41.6666666667%;
  }
  .c-offset-pr-6 {
    margin-left: 50%;
  }
  .c-offset-pr-7 {
    margin-left: 58.3333333333%;
  }
  .c-offset-pr-8 {
    margin-left: 66.6666666667%;
  }
  .c-offset-pr-9 {
    margin-left: 75%;
  }
  .c-offset-pr-10 {
    margin-left: 83.3333333333%;
  }
  .c-offset-pr-11 {
    margin-left: 91.6666666667%;
  }
}
.c-title, .c-info__content__anchor__head, .c-info__share__title, .c-info__category__label__head span {
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}
.c-title--page {
  color: #fb3f16;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 23px;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-title--page {
    font-size: 20px;
    margin: 0 0 30px;
    letter-spacing: 3px;
  }
}
.c-title--page span {
  font-size: 35px;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  font-weight: normal;
  display: block;
  margin-bottom: 7px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .c-title--page span {
    font-size: 65px;
    margin-bottom: 12px;
    letter-spacing: 1px;
  }
}
.c-title--article {
  font-size: 3.2rem;
  margin-top: 48px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-title--article {
    font-size: 2.4rem;
    margin-top: 36px;
    margin-bottom: 24px;
  }
}
.c-title--section {
  font-size: 2.8rem;
  margin-top: 44px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-title--section {
    font-size: 2.2rem;
    margin-top: 32px;
    margin-bottom: 20px;
  }
}
.c-title--block, .c-title--block--line {
  font-size: 2.4rem;
  margin-top: 38px;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .c-title--block, .c-title--block--line {
    font-size: 2rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.c-title--block--line {
  padding-left: 26px;
}
@media screen and (max-width: 768px) {
  .c-title--block--line {
    padding-left: 20px;
  }
}
.c-title--block--line::before {
  content: "";
  width: 14px;
  height: 3px;
  background-color: #fb3f16;
  position: absolute;
  top: 18px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-title--block--line::before {
    width: 10px;
    height: 2px;
    top: 16px;
  }
}
.c-title--paragraph {
  font-size: 2.2rem;
  margin-top: 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .c-title--paragraph {
    font-size: 1.8rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.c-title--small {
  font-size: 2rem;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .c-title--small {
    font-size: 1.8rem;
  }
}
.c-title__page__header {
  width: 100%;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-top: 90px;
}
@media screen and (max-width: 768px) {
  .c-title__page__header {
    padding-top: 60px;
    height: 200px;
  }
}
.c-title__page__header .c-title--page {
  margin-bottom: 0;
}

.c-breadcrumbs__inner {
  max-width: 1040px;
  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: 90px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs--absolute {
    display: none;
  }
}
.c-breadcrumbs__list {
  width: 100%;
  color: #181818;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.c-breadcrumbs__list__item {
  display: inline;
}
.c-breadcrumbs__list__item span {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .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;
}
.c-breadcrumbs__list__item a span {
  color: #fb3f16;
  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: 5px;
  right: -22px;
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 768px) {
  .c-breadcrumbs__list__item a::after {
    font-size: 1.4rem;
    top: 4px;
    right: -21px;
  }
}
@media screen and (min-width: 769px) {
  .c-breadcrumbs__list__item a:hover span {
    color: #ff7900;
    text-decoration: none;
  }
}
.c-breadcrumbs__list__item a:active span {
  color: #fb3f16;
  text-decoration: none;
}
.c-breadcrumbs__list__item a:visited span {
  color: #fb3f16;
  text-decoration: none;
}

.c-card {
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  margin: auto;
  position: relative;
  transition: none;
  outline: none;
}
.c-card--shadow {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.c-card--radius {
  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;
}
.c-card__inner {
  padding: 28px 32px;
}
@media screen and (max-width: 768px) {
  .c-card__inner {
    padding: 24px 20px 28px;
  }
}
.c-card__thumb a {
  width: 100%;
  height: 0;
  display: block;
  padding-bottom: 62%;
  position: relative;
  overflow: hidden;
}
.c-card__thumb a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  object-fit: cover;
}

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

.c-cta__banner {
  max-width: 390px;
  background-color: #fff;
  border: #dddddd 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: 768px) {
  .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: #fb3f16 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: #fb3f16;
  font-size: 1.8rem;
  font-weight: 100;
  transition: all 0.3s ease;
}
.c-cta__banner__close:hover {
  background-color: #fb3f16;
}
.c-cta__banner__close:hover::before {
  color: #fff;
}
.c-cta__banner.is-hide {
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
.c-cta__fixed {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-cta__fixed {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 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: #dddddd 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: #ff7900;
}
.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 {
  max-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: #181818;
}
.c-form__check__v {
  width: 20px;
  height: 20px;
  border: #E9EAEF 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 #181818;
  border-right: solid 2px #181818;
  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: #181818;
}
.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: #181818;
  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: #E9EAEF 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: #E9EAEF;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 32px;
  transition: 0.15s ease;
}
.c-form__onof:checked + .c-form__onof__v::before {
  background-color: #181818;
  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: #aaaaaa;
}

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

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

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

.c-img img {
  width: 100%;
}
.c-img--radius {
  border-radius: 20px;
  overflow: hidden;
}
.c-img--auto img {
  width: auto;
}
.c-img--border {
  border: #E9EAEF solid 1px;
}
.c-img--video {
  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: #fb3f16;
  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: 769px) {
  .c-img--video:hover::before {
    background-color: #ff7900;
  }
}

.c-info__tag {
  width: auto;
  height: 25px;
  background-color: #f2f2f2;
  color: #fb3f16 !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.5rem;
  font-weight: 700;
  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: #181818;
  text-decoration: none;
}
.c-info__company, .c-info__date {
  font-size: 1.1rem;
  display: block;
  position: relative;
}
.c-info__date {
  color: #aaaaaa;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.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: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
  margin-bottom: 60px;
}
.c-info__list__item {
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__list__item {
    display: block;
    padding: 20px 0;
  }
}
.c-info__list__item:not(:last-child) {
  border-bottom: #dddddd solid 1px;
}
.c-info__list__item .c-info__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 769px) {
  .c-info__list__item:hover {
    cursor: pointer;
  }
  .c-info__list__item:hover .c-info__lead a {
    color: #ff7900;
  }
}
.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: 768px) {
  .c-info__card__company, .c-info__card__date {
    font-size: 1.2rem;
  }
}
.c-info__card__date {
  color: #666666;
}
.c-info__card__lead {
  margin: 0.5em 0 1em;
  -webkit-line-clamp: 2;
}
.c-info__card__thumb a::before, .c-info__card__lead a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-info__card__thumb {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .c-info__card:hover .c-info__card__thumb img {
    transform: translate(-50%, -50%) scale(1.2);
  }
  .c-info__card:hover .c-info__card__lead a {
    color: #ff7900;
  }
}
.c-info__category__label {
  width: auto;
  height: 33px;
  background-color: #fff;
  color: #181818;
  font-size: 1.2rem;
  border-radius: 30px;
  border: #dddddd 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: 30px;
    display: inline-block;
  }
}
.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: #fb3f16;
  color: #fb3f16;
}
@media screen and (min-width: 769px) {
  .c-info__category__label:hover {
    border-color: #fb3f16;
    color: #fb3f16;
  }
}
.c-info__category__label:active {
  border-color: #fb3f16;
  color: #fb3f16 !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 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 540px) {
  .c-info__category__label__head {
    width: auto;
    height: 46px;
    background-color: #fff;
    font-size: 1.6rem;
    border: #dddddd solid 1px;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    left: 0;
    overflow: hidden;
    padding: 5px 10px;
  }
}
@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: #181818;
    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: #dddddd solid 1px;
  border-bottom: #dddddd solid 1px;
}
.c-info__category__item, .c-info__archive__item {
  list-style-type: none;
}
.c-info__category__item::marker, .c-info__archive__item::marker {
  content: none;
}
.c-info__category__item:not(:last-child), .c-info__archive__item:not(:last-child) {
  border-bottom: #dddddd dashed 1px;
}
.c-info__category__item a, .c-info__archive__item a {
  width: 100%;
  font-size: 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: 768px) {
  .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: #fb3f16;
  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: 768px) {
  .c-info__category__item a::after, .c-info__archive__item a::after {
    right: 10px;
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__item a:hover, .c-info__archive__item a:hover {
    color: #fb3f16;
  }
  .c-info__category__item a:hover::after, .c-info__archive__item a:hover::after {
    color: #fb3f16;
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__item a:active:hover, .c-info__archive__item a:active:hover {
    color: #fb3f16;
  }
  .c-info__category__item a:active:hover::after, .c-info__archive__item a:active:hover::after {
    color: #fb3f16;
  }
}
.c-info__category__sub__head, .c-info__archive__sub__head {
  width: 100%;
  height: auto;
  color: #181818;
  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: 768px) {
  .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: #fb3f16;
  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: 768px) {
  .c-info__category__sub__head::after, .c-info__archive__sub__head::after {
    right: 8px;
  }
}
@media screen and (min-width: 769px) {
  .c-info__category__sub__head:hover, .c-info__archive__sub__head:hover {
    color: #fb3f16;
  }
  .c-info__category__sub__head:hover::after, .c-info__archive__sub__head:hover::after {
    color: #fb3f16;
  }
}
.c-info__category__sub__head.is-act, .c-info__archive__sub__head.is-act {
  color: #fb3f16;
}
.c-info__category__sub__head.is-act::after, .c-info__archive__sub__head.is-act::after {
  color: #fb3f16;
  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: #fb3f16;
  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: 768px) {
  .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: #E9EAEF dashed 1px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-info__related__item:hover .c-info__related__lead, .c-info__related__item:hover .c-info__date {
    color: #fb3f16;
  }
}
.c-info__related__thumb {
  width: 120px;
  height: 85px;
  overflow: hidden;
}
.c-info__related__thumb a {
  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: #181818;
  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: 768px) {
  .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: 769px) {
  .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: #ff7900;
  }
}
.c-info__share {
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .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: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-info__content {
    padding: 40px 0 60px;
  }
}
.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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .c-info__content__header {
    margin-bottom: 50px;
  }
}
.c-info__content__header__img {
  margin: 32px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .c-info__content__header__img {
    margin: 28px 0 28px;
  }
}
.c-info__content__header__img img {
  width: 100%;
}
.c-info__content__related {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-info__content__related {
    margin-top: 50px;
  }
}
.c-info__content__anchor {
  border-top: #fb3f16 solid 4px;
  border-bottom: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  padding: 32px 40px;
  margin: 80px 0;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: #fb3f16;
  line-height: 1.8;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .c-info__content__anchor__list li a:hover {
    color: #ff7900;
    text-decoration: none;
  }
}
.c-info__content__anchor__list li:not(:last-child) {
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .c-info__content__anchor__list li ol {
    margin: 12px 0;
  }
}
.c-info__banner {
  max-width: 390px;
  margin: auto;
}

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

.c-list li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-list li {
    padding-left: 15px;
  }
}
.c-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fb3f16;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .c-list--large li::before {
    top: 13px;
  }
}

.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: #fb3f16;
  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: 769px) {
  .c-modal__close-btn:hover {
    background-color: #ff7900;
  }
}
.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: 12px auto 0;
}
@media screen and (max-width: 540px) {
  .c-pager {
    margin-top: 40px;
  }
}
.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):nth-of-type(2) {
  margin-left: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next):nth-last-child(2) {
  margin-right: 0;
}
.c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) span {
  font-size: 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: 769px) {
  .c-pager__item:not(.c-pager__item__prev):not(.c-pager__item__next) a:hover span {
    color: #fb3f16;
  }
}
.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: #dddddd 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: 769px) {
  .c-pager__item__prev a:hover, .c-pager__item__next a:hover {
    background-color: #fb3f16;
    border-color: #fb3f16;
  }
  .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: #fb3f16;
  border-color: #fb3f16;
}
.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: 45px;
}
@media screen and (max-width: 540px) {
  .c-pager__item__prev {
    margin-right: 12px;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__prev {
    margin-right: 10px;
  }
}
.c-pager__item__prev a span::before, .c-pager__item__prev > span::before {
  content: "\f104";
}
.c-pager__item__next {
  margin-left: 45px;
}
@media screen and (max-width: 540px) {
  .c-pager__item__next {
    margin-left: 12px;
  }
}
@media screen and (max-width: 360px) {
  .c-pager__item__next {
    margin-left: 10px;
  }
}
.c-pager__item__next a span::before, .c-pager__item__next > span::before {
  content: "\f105";
}
.c-pager__item.is-current span {
  color: #fb3f16;
}

.c-table {
  width: 100%;
  background-color: #fff;
  border: #dddddd solid 1px;
}
.c-table--fixed {
  table-layout: fixed;
}
.c-table th, .c-table td {
  font-weight: normal;
  line-height: 1.8;
  text-align: left;
  padding: 20px 25px;
  overflow-wrap: break-word;
}
.c-table th:not(:last-child), .c-table td:not(:last-child) {
  border-right: #dddddd solid 1px;
}
@media screen and (max-width: 540px) {
  .c-table th, .c-table td {
    padding: 18px 12px;
  }
}
.c-table th p:last-child, .c-table td p:last-child {
  margin-bottom: 0;
}
.c-table th a, .c-table td a {
  color: #fb3f16;
}
.c-table td {
  min-width: 145px;
}
@media screen and (max-width: 540px) {
  .c-table td {
    min-width: 100px;
  }
}
.c-table th {
  min-width: 145px;
  background-color: #f2f2f2;
  font-weight: bold;
}
@media screen and (max-width: 540px) {
  .c-table th {
    min-width: 100px;
  }
}
.c-table tr:not(:last-child) {
  border-bottom: #dddddd solid 1px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .c-table__scroll--fixedheight .c-table__scroll__inner {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll__inner {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 768px) {
  .c-table__scroll .c-table {
    width: 800px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left, .c-table__fixed--top {
    background-color: #fff;
    position: sticky;
  }
  .c-table__fixed--left::before, .c-table__fixed--top::before {
    content: "";
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: #dddddd solid 1px;
    position: absolute;
    top: -1px;
    left: -1px;
  }
}
@media screen and (max-width: 768px) {
  .c-table__fixed--left {
    left: 0;
  }
}
.c-table__fixed--left.c-table__fixed--top {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .c-table__fixed--top {
    top: 0;
  }
}

.c-box {
  display: block;
  background-color: #fff;
  height: 100%;
}
.c-box__inner {
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .c-box__inner {
    padding: 20px;
  }
}

.wp-editor {
  /* 要素寄せ */
  /* wpstyle */
}
.wp-editor h1, .wp-editor h2, .wp-editor h3, .wp-editor h4, .wp-editor h5, .wp-editor h6 {
  color: #181818;
  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.6rem;
  z-index: 1;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .wp-editor h1 {
    font-size: 2.8rem;
    margin-bottom: 32px;
  }
}
.wp-editor h2 {
  font-size: 2.8rem;
  padding-bottom: 20px;
  margin-bottom: 42px;
}
@media screen and (max-width: 768px) {
  .wp-editor h2 {
    font-size: 2.2rem;
    margin-bottom: 28px;
  }
}
.wp-editor h2:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .wp-editor h2:not(:first-child) {
    margin-top: 42px;
  }
}
.wp-editor h2::after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #fb3f16;
  position: absolute;
  bottom: 0;
  left: 0;
}
.wp-editor h3 {
  font-size: 2.2rem;
  color: #fb3f16;
  margin-top: 50px;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .wp-editor h3 {
    font-size: 2rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.wp-editor h4 {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: #fb3f16;
  text-decoration: underline;
}
@media screen and (min-width: 769px) {
  .wp-editor p a:hover {
    color: #ff7900;
    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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .wp-editor blockquote {
    padding: 20px;
    margin: 40px 0;
  }
}
.wp-editor ul, .wp-editor ol {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .wp-editor ul, .wp-editor ol {
    margin-top: 40px;
  }
}
.wp-editor ul li, .wp-editor ol li {
  color: #181818;
  line-height: 1.8;
}
.wp-editor ul li {
  line-height: 1.8;
  padding-left: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wp-editor ul li {
    padding-left: 15px;
  }
}
.wp-editor ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fb3f16;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: #dddddd solid 1px;
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .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: #dddddd 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: #fb3f16;
}
.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: #dddddd solid 1px;
}
.wp-editor p > img,
.wp-editor p > img.alignnone,
.wp-editor p > img.alignleft,
.wp-editor p > img.aligncenter,
.wp-editor p > img.alignright, .wp-editor ul > img,
.wp-editor ul > img.alignnone,
.wp-editor ul > img.alignleft,
.wp-editor ul > img.aligncenter,
.wp-editor ul > img.alignright, .wp-editor ol > img,
.wp-editor ol > img.alignnone,
.wp-editor ol > img.alignleft,
.wp-editor ol > img.aligncenter,
.wp-editor ol > img.alignright, .wp-editor table > img,
.wp-editor table > img.alignnone,
.wp-editor table > img.alignleft,
.wp-editor table > img.aligncenter,
.wp-editor table > img.alignright {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wp-editor p > img,
  .wp-editor p > img.alignnone,
  .wp-editor p > img.alignleft,
  .wp-editor p > img.aligncenter,
  .wp-editor p > img.alignright, .wp-editor ul > img,
  .wp-editor ul > img.alignnone,
  .wp-editor ul > img.alignleft,
  .wp-editor ul > img.aligncenter,
  .wp-editor ul > img.alignright, .wp-editor ol > img,
  .wp-editor ol > img.alignnone,
  .wp-editor ol > img.alignleft,
  .wp-editor ol > img.aligncenter,
  .wp-editor ol > img.alignright, .wp-editor table > img,
  .wp-editor table > img.alignnone,
  .wp-editor table > img.alignleft,
  .wp-editor table > img.aligncenter,
  .wp-editor table > img.alignright {
    margin: 0 auto;
    float: none;
    display: block;
  }
}
.wp-editor img,
.wp-editor img[width],
.wp-editor img[height] {
  max-width: 100%;
}
.wp-editor img {
  max-width: 100%;
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .wp-editor img {
    width: 100%;
  }
}
.wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol, .wp-editor img + h3, .wp-editor img + h4, .wp-editor img + h5, .wp-editor img + h6, .wp-editor img + img, .wp-editor img + p, .wp-editor img + ul, .wp-editor img + ol + table {
  margin-top: 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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .wp-editor .aligncenter {
    margin: 20px auto;
  }
}
.wp-editor .alignright {
  float: right;
  margin-left: 36px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .wp-editor .wp-block-columns + .wp-block-columns {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .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;
}

/* CSS Document */
.wp-editor .toc_white {
  border: 1px solid #dddddd;
  border-top: 3px solid #fb3f16;
  padding: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .wp-editor .toc_white {
    margin-top: 40px;
    padding: 20px;
  }
}
.wp-editor .toc_title {
  font-weight: bold;
  margin: 0 0 20px;
}
.wp-editor .toc_list {
  margin: 0;
}
.wp-editor .toc_list > li {
  list-style: none;
  padding-left: 0;
  text-indent: -15px;
  margin-left: 15px;
}
.wp-editor .toc_list > li::before {
  content: none;
}
.wp-editor .toc_list > li .toc_number::after {
  content: ". ";
}
.wp-editor .toc_list > li > ul > li {
  padding-left: 20px;
}
.wp-editor .toc_list a {
  text-decoration: underline;
}
.wp-editor .toc_list ul {
  margin: 0;
}
.wp-editor .toc_list li {
  margin-top: 10px;
}
.wp-editor .toc_list li::before {
  content: none;
}

.c-timeline {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .c-timeline {
    margin-top: 60px;
  }
}
.c-timeline__inner {
  padding: 68px 52px 48px;
  border: 1px solid #E8E8E8;
  background-color: #FFFFFF;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .c-timeline__inner {
    padding: 28px 28px 37px;
  }
}
@media screen and (max-width: 540px) {
  .c-timeline__inner {
    gap: unset;
    flex-wrap: wrap;
  }
}
.c-timeline__item {
  position: relative;
  padding: 0 20px 20px 21px;
  display: flex;
}
.c-timeline__item__wrapper {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 540px) {
  .c-timeline__item__wrapper {
    width: 100%;
  }
  .c-timeline__item__wrapper:first-child::after {
    content: none;
  }
  .c-timeline__item__wrapper:first-child .c-timeline__item:last-child {
    padding-bottom: 20px;
  }
}
.c-timeline__item__wrapper::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 16px;
  background: repeating-linear-gradient(180deg, #F1F1F1, #F1F1F1 2px, #FFF 2px, #FFF 4px);
  background-color: #F1F1F1;
  z-index: 2;
}
.c-timeline__item:last-child {
  padding-bottom: 10px;
}
.c-timeline__item::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -5px;
  width: 12px;
  height: 12px;
  background-color: #FB3F16;
  border-radius: 10px;
  z-index: 2;
}
.c-timeline__item::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 2px;
  height: 100%;
  background-repeat: repeat-y;
  background-color: #F1F1F1;
}
.c-timeline__item dt, .c-timeline__item dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
.c-timeline__item dt {
  width: 42px;
  text-align: right;
}
.c-timeline__item dd {
  width: calc(100% - 42px - 12px);
  margin-left: 12px;
}

@media screen and (max-width: 1280px) {
  .l-inner {
    max-width: 1080px;
  }
}

.p-bg-gray {
  background-color: #F8F8F8;
}

.p-bg-bluegray {
  background-color: #E1E5E8;
}

.p-recruit-cta {
  position: fixed;
  top: calc(100vh - 60px - 100px);
  right: 40px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta {
    top: unset;
    bottom: 20px;
    right: unset;
    left: 20px;
  }
}
.p-recruit-cta__button, .p-recruit-form__button {
  background-color: #FB3F16;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  height: 60px;
  width: 300px;
}
@media screen and (min-width: 769px) {
  .p-recruit-cta__button:hover, .p-recruit-form__button:hover {
    color: #FFF;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__button, .p-recruit-form__button {
    font-size: 1.4rem;
    height: 52px;
    width: 240px;
  }
}
.p-recruit-cta__button::after, .p-recruit-form__button::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  color: #FB3F16;
  background-color: #FFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-recruit-cta__button::after, .p-recruit-form__button::after {
    font-size: 1rem;
    width: 15px;
    height: 15px;
  }
}
.p-recruit-section {
  padding: 112px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-section {
    padding: 60px 0;
  }
}
.p-recruit-section:last-of-type {
  padding-bottom: 0;
}
@media screen and (min-width: 769px) {
  .p-recruit-section .section-title {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-section .section-title {
    font-size: 2rem;
  }
}
.p-recruit-section .section-title-line {
  background-size: contain;
}
.p-recruit-section p {
  margin-bottom: 0;
}
.p-recruit-section p + p {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-recruit-section p + p {
    margin-top: 24px;
  }
}
.p-recruit-kv {
  overflow-x: hidden;
  max-width: none;
  width: 100%;
  height: 460px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-recruit-kv {
    max-width: 100%;
    height: 100%;
  }
}
.p-recruit-kv img {
  height: 100%;
  max-width: none;
  width: auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-kv img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.p-recruit-title--small {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-recruit-title--small {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
}
.p-recruit-title--small span {
  color: #fb3f16;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  display: block;
  letter-spacing: 0;
}
.p-recruit-notice li {
  font-size: 85%;
  font-weight: normal;
  line-height: 1.8;
  text-indent: -1.5em;
  padding-left: 1.5em;
  vertical-align: text-top;
}
.p-recruit-recommend {
  background-color: #FFF;
  display: flex;
  align-items: center;
  padding: 40px;
  margin-bottom: 80px !important;
}
@media screen and (max-width: 950px) {
  .p-recruit-recommend {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 20px;
    margin-bottom: 40px !important;
  }
}
.p-recruit-recommend__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  width: min(23.4260614934vw, 320px);
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 950px) {
  .p-recruit-recommend__lead {
    font-size: 1.6rem;
    margin-bottom: 24px;
    padding: 0 0 20px 0;
    width: 100%;
  }
}
.p-recruit-recommend__list {
  border-left: 1px solid #CCCCCC;
  padding: 0 0 0 68px;
}
@media screen and (max-width: 950px) {
  .p-recruit-recommend__list {
    border-left: none;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.p-recruit-recommend__list li {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 951px) {
  .p-recruit-recommend__list li {
    font-size: 1.5rem;
    padding-left: 25px;
  }
}
.p-recruit-recommend__list li + li {
  margin-top: 12px;
}
.p-recruit-recommend__list li::before {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f00c";
  display: inline-block;
  display: flex;
  justify-content: center;
  font-size: 1.5rem;
  color: #FB3F16;
  left: 0;
  top: 0;
}
@media screen and (max-width: 950px) {
  .p-recruit-recommend__list li::before {
    font-size: 1.4rem;
  }
}
.p-recruit-scroll {
  overflow: hidden;
  width: 100vw;
  height: 260px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-recruit-scroll {
    height: 200px;
  }
}
.p-recruit-scroll__item {
  display: flex;
  column-gap: 24px;
  padding-right: 24px;
  animation: infinity-scroll-left 22s infinite linear both;
}
@media screen and (max-width: 768px) {
  .p-recruit-scroll__item {
    column-gap: 12px;
    padding-right: 12px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-scroll__item {
    animation: infinity-scroll-left 18s infinite linear both;
  }
}
.p-recruit-scroll__item img {
  width: fit-content;
  max-width: 420px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-scroll__item img {
    max-width: 327px;
    height: auto;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-recruit-accordion {
  /* + */
}
.p-recruit-accordion__item {
  position: relative;
  z-index: 0;
}
.p-recruit-accordion__check {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.p-recruit-accordion__body {
  max-height: 0em;
  overflow: hidden;
  transition: 0.5s;
  transition: max-height 0.5s;
}
.p-recruit-accordion__text {
  padding-bottom: 1.6rem;
  line-height: 2;
  font-weight: 400;
}
.p-recruit-accordion__label {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  transition: color 0.3s;
}
.c-accordion2__check:hover ~ .p-recruit-accordion__label {
  color: #FB3F16;
}
.p-recruit-accordion__label__text {
  color: #FB3F16;
}
.p-recruit-accordion__icon {
  position: relative;
  z-index: 0;
  display: block;
  width: 1.4rem;
  height: 1.4rem;
  margin-left: 1.2rem;
  /* 横棒 */
}
.p-recruit-accordion__icon::before, .p-recruit-accordion__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  display: block;
  width: 100%;
  height: 0.2rem;
  border-radius: 10px;
  background: #FB3F16;
  transform: translateY(-50%);
  transition: transform 0.5s;
}
.p-recruit-accordion__icon::after {
  transform: translateY(-50%) rotate(90deg);
}
input:checked ~ .p-recruit-accordion__label .p-recruit-accordion__icon::after {
  transform: translateY(-50%) rotate(0);
}
.p-recruit-qa {
  /* + */
}
.p-recruit-qa__box {
  border: 1px solid #E8E8E8;
}
.p-recruit-qa__box + .p-recruit-qa__box {
  margin-top: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-qa__box + .p-recruit-qa__box {
    margin-top: 1.2rem;
  }
}
.p-recruit-qa__box dd {
  display: none;
}
.p-recruit-qa__question, .p-recruit-qa__answer {
  position: relative;
  z-index: 0;
  padding: 2.4rem 9.5rem 2.4rem 6.8rem;
  font-size: 1.6rem;
  line-height: 2;
  /* A と Q */
}
@media screen and (max-width: 768px) {
  .p-recruit-qa__question, .p-recruit-qa__answer {
    font-size: 1.5rem;
    padding: 1.2rem 6.2rem 1.2rem 4.8rem;
  }
}
.p-recruit-qa__question::before, .p-recruit-qa__answer::before {
  font-family: "Poppins", sans-serif;
  position: absolute;
  z-index: 0;
  left: 2.8rem;
  line-height: 1;
  font-size: 2.4rem;
  font-weight: 500;
  color: #FB3F16;
}
@media screen and (max-width: 768px) {
  .p-recruit-qa__question::before, .p-recruit-qa__answer::before {
    left: 1.6rem;
  }
}
.p-recruit-qa__question {
  font-weight: 500;
  background: #F8F8F8;
  transition: color 0.3s;
  /* Q */
}
@media screen and (min-width: 769px) {
  .p-recruit-qa__question {
    font-size: 1.8rem;
  }
  .p-recruit-qa__question:hover {
    cursor: pointer;
    color: #FB3F16;
  }
}
.p-recruit-qa__question::before {
  content: "Q";
  top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .p-recruit-qa__question::before {
    top: 1.6rem;
  }
}
.p-recruit-qa__answer {
  opacity: 0;
  font-weight: 400;
  transform: translateY(-2.5rem);
  transition: opacity 0.4s, transform 0.4s;
  /* A */
}
.is-active .p-recruit-qa__answer {
  opacity: 1;
  transform: translateY(0);
}
.p-recruit-qa__answer::before {
  content: "A";
  top: 2.9rem;
  opacity: 0;
  transition: opacity 0.4s;
}
@media screen and (max-width: 768px) {
  .p-recruit-qa__answer::before {
    top: 1.7rem;
  }
}
.is-active .p-recruit-qa__answer::before {
  opacity: 1;
}
.p-recruit-qa__icon {
  /* 横棒 */
}
.p-recruit-qa__icon::before, .p-recruit-qa__icon::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 4rem;
  right: 4rem;
  display: block;
  width: 1.6rem;
  height: 0.2rem;
  border-radius: 10px;
  background: #FB3F16;
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .p-recruit-qa__icon::before, .p-recruit-qa__icon::after {
    top: 2.8rem;
    right: 1.6rem;
  }
}
.p-recruit-qa__icon::after {
  transform: rotate(90deg);
}
.is-active .p-recruit-qa__icon::after {
  transform: rotate(0);
}
.p-recruit-inquire {
  border: 1px solid #E8E8E8;
  background-color: #FFF;
  display: flex;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 950px) {
  .p-recruit-inquire {
    flex-direction: column;
    align-items: flex-start;
    padding: 32px 20px;
  }
}
.p-recruit-inquire__lead {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  width: min(35.4319180088vw, 484px);
  padding: 0 20px 0 40px;
}
@media screen and (max-width: 950px) {
  .p-recruit-inquire__lead {
    font-size: 1.6rem;
    margin-bottom: 24px;
    padding: 0 0 20px 0;
    width: 100%;
  }
}
.p-recruit-inquire__list {
  border-left: 1px solid #CCCCCC;
  padding: 0 0 0 68px;
}
@media screen and (max-width: 950px) {
  .p-recruit-inquire__list {
    border-left: none;
    border-top: 1px solid #CCCCCC;
    padding: 20px 0 0 0;
    width: 100%;
  }
}
.p-recruit-inquire__list li {
  position: relative;
  padding-left: 20px;
}
@media screen and (min-width: 951px) {
  .p-recruit-inquire__list li {
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: 500;
  }
}
.p-recruit-inquire__list li + li {
  margin-top: 12px;
}
.p-recruit-inquire__list li span {
  background-color: #E1E5E8;
  color: #181818;
  border-radius: 12px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
  text-align: center;
  width: 58px;
  height: 24px;
  margin-right: 12px;
}
.p-recruit-inquire__list li.p-recruit-inquire__mail {
  color: #FB3F16;
  text-decoration: underline;
}
.p-recruit-inquire__list li.p-recruit-inquire__notice {
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #181818;
  margin-top: 20px;
}
.p-recruit-form .c-form, .p-recruit-form .c-form__textarea, .p-recruit-form .c-form__search, .p-recruit-form .c-form__select {
  margin-top: 0;
}
.p-recruit-form__name {
  display: flex;
  gap: 1.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-recruit-form__name {
    gap: 20px;
  }
}
.p-recruit-form__tel {
  display: flex;
  align-items: center;
  gap: 1.3333333333vw;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .p-recruit-form__tel {
    gap: 20px;
  }
}
.p-recruit-info {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
}
.p-recruit-info__wrapper {
  border-bottom: 1px solid #CCCCCC;
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}
.p-recruit-info__wrapper:first-of-type {
  border-top: 1px solid #CCCCCC;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__wrapper {
    padding: 20px 0;
    grid-auto-flow: row;
    row-gap: 12px;
    justify-content: unset;
  }
}
.p-recruit-info__wrapper:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .p-recruit-info {
    grid-auto-columns: min(29.2825768668vw, 400px) 1fr;
    column-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-info {
    grid-auto-flow: row;
  }
}
.p-recruit-info__title {
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__title {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
.p-recruit-info__detail {
  align-self: flex-start;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 500;
  color: #898989;
}
.p-recruit-info__detail__wrapper {
  display: grid;
  grid-auto-flow: column;
  column-gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__detail__wrapper {
    column-gap: 40px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 360px) {
  .p-recruit-info__detail__wrapper {
    column-gap: min(5.3333333333vw, 20px);
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-info__detail {
    font-size: 1.2rem;
  }
}
.p-recruit-info__detail span {
  display: inline-block;
  color: #FFFFFF;
  font-weight: 1.2rem;
  line-height: 1.5;
  background-color: #333333;
  border-radius: 10px;
  margin-bottom: 6px;
  padding: 2px 8px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__detail span {
    font-size: 1.1rem;
  }
}
.p-recruit-info__link {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-right: 28px;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__link {
    width: fit-content;
    margin-left: auto;
  }
}
.p-recruit-info__link::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #FB3F16;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-recruit-info__link::after {
    font-size: 1rem;
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) {
  .p-recruit-info__link:hover::after {
    opacity: 0.7;
  }
}
.p-recruit-message {
  display: grid;
  grid-auto-flow: column;
  gap: 0 100px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message {
    gap: 32px 0;
    grid-auto-flow: row;
    margin-bottom: 48px;
  }
}
.p-recruit-message__img {
  display: flex;
  gap: 0 36px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__img {
    gap: 0 25px;
    padding: 0 15px;
  }
}
.p-recruit-message__img__item:first-of-type {
  margin-bottom: 57px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__img__item:first-of-type {
    margin-bottom: 30px;
  }
}
.p-recruit-message__img__item:last-of-type {
  margin-top: 57px;
}
@media screen and (max-width: 768px) {
  .p-recruit-message__img__item:last-of-type {
    margin-top: 30px;
  }
}
.p-recruit-about__title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__title {
    margin-bottom: 40px;
  }
}
.p-recruit-about__title p {
  width: min(38.3601756955vw, 524px);
}
@media screen and (max-width: 768px) {
  .p-recruit-about__title p {
    width: 100%;
  }
}
.p-recruit-about__mission {
  background-color: #FFF;
  position: relative;
  padding: 44px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__mission {
    padding: 32px 20px;
    margin-bottom: 40px;
  }
}
.p-recruit-about__mission:before {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border-left: 1px solid #FB3F16;
  border-top: 1px solid #FB3F16;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__mission:before {
    width: 50px;
    height: 50px;
  }
}
.p-recruit-about__mission:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 100px;
  border-right: 1px solid #FB3F16;
  border-bottom: 1px solid #FB3F16;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__mission:after {
    width: 50px;
    height: 50px;
  }
}
.p-recruit-about__mission p {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__mission p {
    font-size: 2rem;
  }
}
.p-recruit-about__principle {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__principle {
    flex-wrap: wrap;
  }
}
.p-recruit-about__principle:last-child {
  margin-top: 16px;
  justify-content: center;
}
.p-recruit-about__principle__item {
  background-color: #FFF;
  width: min(33.3333333333%, 336px);
  padding: 44px 32px 28px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-about__principle__item {
    width: 100%;
  }
}
.p-recruit-about__principle__item h5 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 36px;
}
.p-recruit-about__principle__item p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 500;
}
.p-recruit-about__principle__number {
  display: inline-block;
  position: absolute;
  color: #B7BEC3;
  font-size: 3.2rem;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  left: 16px;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__wrapper {
    overflow: hidden;
  }
}
.p-recruit-interview__container {
  position: relative;
  max-width: 100%;
  width: 100%;
  overflow: visible;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__container {
    width: 320px;
  }
}
.p-recruit-interview__list {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__list {
    margin-bottom: 20px;
  }
}
.p-recruit-interview__list li {
  padding: 0;
  width: 30.77%;
}
@media screen and (max-width: 768px) {
  .p-recruit-interview__list li {
    padding: 0;
    margin: 0;
    background: #fff;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__list li:first-child {
    margin-left: 0;
  }
  .p-recruit-interview__list li a:hover .p-recruit-interview__img img {
    transform: scale(1.1, 1.1);
  }
}
.p-recruit-interview__img {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__img {
    width: 100%;
    overflow: hidden;
  }
}
.p-recruit-interview__img::before {
  content: "";
  height: 20px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.p-recruit-interview__img img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-recruit-interview__img img {
    width: 100%;
    transform: scale(1, 1);
    transition: 0.3s ease all;
  }
}
.p-recruit-interview__info {
  padding-top: 28px;
  position: relative;
}
.p-recruit-interview__post {
  position: absolute;
  top: -12px;
  background-color: #181818;
  padding: 4px 14px;
  color: #FFF;
  font-size: 1.2rem;
}
.p-recruit-interview__join {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #898989;
  margin-bottom: 0;
  display: inline-block;
  margin-bottom: 4px;
}
.p-recruit-interview__name {
  color: #181818;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-recruit-interview__name span {
  font-family: "Poppins", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-left: 8px;
  display: inline-block;
  color: #FB3F16;
  vertical-align: middle;
}
.p-recruit-process {
  margin-bottom: 20px;
  text-align: center;
}
.p-recruit-process__title {
  margin-top: 112px;
}
@media screen and (max-width: 768px) {
  .p-recruit-process__title {
    margin-top: 80px;
  }
}
.p-recruit-process img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-recruit-process img {
    width: min(100%, 400px);
  }
}
.p-recruit-job {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-recruit-job {
    flex-wrap: wrap;
  }
}
.p-recruit-job__toc {
  width: 240px;
  height: 100%;
  position: sticky;
  top: 200px;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__toc {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
}
.p-recruit-job__toc li a {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #898989;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__toc li a {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-recruit-job__toc li a:hover {
    color: #ea3800;
  }
  .p-recruit-job__toc li a:hover::before {
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="3" fill="rgb(234,56,0)" /></svg>');
  }
}
.p-recruit-job__toc li a:before {
  margin-right: 10px;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="3" fill="rgb(153,153,153)" /></svg>');
}
.p-recruit-job__toc li a.is-active {
  color: #ea3800;
}
.p-recruit-job__toc li a.is-active::before {
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="6" cy="6" r="3" fill="rgb(234,56,0)" /></svg>');
}
.p-recruit-job__toc li:last-child a {
  margin-bottom: 0;
}
.p-recruit-job__list {
  width: calc(100% - 240px - 60px);
}
@media screen and (max-width: 768px) {
  .p-recruit-job__list {
    width: 100%;
  }
}
.p-recruit-job__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  padding: 32px 40px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item {
    padding: 20px;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-recruit-job__item:hover {
  opacity: 0.8;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__item *:first-of-type {
    width: calc(100% - 40px);
  }
}
.p-recruit-job__item:last-of-type {
  margin-bottom: 0;
}
.p-recruit-job__item span {
  display: inline-block;
  color: #898989;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}
.p-recruit-job__item__title {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item__title {
    font-size: 1.6rem;
  }
}
.p-recruit-job__item__button {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  position: relative;
  padding-right: 28px;
}
@media screen and (min-width: 769px) {
  .p-recruit-job__item__button {
    min-width: 103px;
  }
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item__button {
    font-size: 1.4rem;
    margin-top: 8px;
    margin-left: auto;
    padding-right: 23px;
  }
}
.p-recruit-job__item__button::after {
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  color: #FFF;
  background-color: #FB3F16;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-recruit-job__item__button::after {
    font-size: 1rem;
    width: 15px;
    height: 15px;
  }
}
@media (hover: hover) {
  .p-recruit-job__item__button:hover::after {
    opacity: 0.7;
  }
}
.p-recruit-guest-voice {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
  column-gap: 4.39238653vw;
}
@media screen and (max-width: 768px) {
  .p-recruit-guest-voice {
    flex-wrap: wrap;
    column-gap: unset;
    row-gap: 20px;
    justify-content: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}

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

.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-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-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: 768px) {
  .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-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: 768px) {
  .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-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-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-text--bold {
  font-weight: bold !important;
}
.u-text--normal {
  font-weight: normal !important;
}
.u-text--size--ll, .u-text--size--ll a {
  font-size: 2.8rem !important;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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.3rem !important;
}
@media screen and (max-width: 768px) {
  .u-text--size--s, .u-text--size--s a {
    font-size: 1.1rem !important;
  }
}
.u-text--size--ss, .u-text--size--ss a {
  font-size: 1.1rem !important;
}
@media screen and (max-width: 768px) {
  .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: #aaaaaa;
  font-size: 85%;
  font-weight: normal;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 20px;
  vertical-align: text-top;
}
.u-text--sub {
  color: #aaaaaa;
}
.u-text--black {
  color: #181818;
}
.u-text--white {
  color: #fff;
}

.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: 768px) {
  .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;
  }
}
.u-bg--black {
  background-color: #181818;
}
.u-bg--gray {
  background-color: #f2f2f2;
}
.u-bg--white {
  background-color: #fff;
}