@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes slideIn {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
html,
body {
  color: #0A1023;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  font-style: normal;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 69, 143, 0.1);
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a,
a:visited {
  text-decoration: none;
  -webkit-text-decoration-skip: none;
          text-decoration-skip: none;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
a img,
a:visited img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-text-decoration-skip: none;
}
a:hover,
a:visited:hover {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

* ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
* ul li {
  margin: 0;
  padding: 0;
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 1rem 3rem;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.l_header.is-frontpage {
  opacity: 0;
}
.l_header.is-frontpage.is-firstvisitor {
  opacity: 1 !important;
}
.l_header.is-frontpage.is-returnvisitor {
  opacity: 1 !important;
}
.l_header.is-not-frontpage {
  opacity: 1;
}
.l_header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0A1023;
}
@media screen and (max-width: 1166px) {
  .l_header {
    padding: 1rem 1.5rem;
  }
}
.l_header__logo {
  max-width: 178px;
  width: 50%;
  height: auto;
  aspect-ratio: 22/5;
  margin-right: 20px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media screen and (max-width: 768px) {
  .l_header__logo {
    max-width: 136px;
  }
}
.l_header__logo__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-indent: -9999px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.l_header__logo__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/common/oriental_logo-navy.svg) left center/contain no-repeat;
  display: block;
}
@media (hover: hover) {
  .l_header__logo__wrap:hover {
    opacity: 0.7;
  }
}
.l_header .js-logo.is-active::before {
  background: url(../../assets/images/common/oriental_logo-wh.svg) left center/contain no-repeat;
}
.l_header__hamburger {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .l_header__hamburger {
    right: 30px;
  }
}

.l_footer {
  color: #ffffff;
  background-color: #0A1023;
  padding: 3rem 0;
}
.l_footer__logo {
  max-width: 178px;
  width: 100%;
  height: auto;
  aspect-ratio: 22/5;
}
@media screen and (max-width: 768px) {
  .l_footer__logo {
    max-width: 178px;
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .l_footer__logo {
    max-width: 145px;
    width: 50%;
  }
}
.l_footer__logo__wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
  text-indent: -9999px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.l_footer__logo__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/common/oriental_logo-wh.svg) left center/contain no-repeat;
  display: block;
}
@media (hover: hover) {
  .l_footer__logo__wrap:hover {
    opacity: 0.7;
  }
}
.l_footer__mainnav {
  padding-left: calc(220px + 2rem);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 1rem 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-bottom: 3rem;
}
.l_footer__mainnav > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.l_footer__mainnav > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.l_footer__mainnav > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.l_footer__mainnav > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.l_footer__mainnav > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.l_footer__mainnav > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.l_footer__mainnav > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
.l_footer__mainnav > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}
.l_footer__mainnav__col.div1 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/3/2;
}
.l_footer__mainnav__col.div2 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/3/3;
}
.l_footer__mainnav__col.div3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 1/3/2/4;
}
.l_footer__mainnav__col.div4 {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-area: 2/3/3/4;
}
.l_footer__mainnav__col.div5 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 1/4/3/5;
}
.l_footer__mainnav__col.div6 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 4;
  grid-area: 3/1/4/5;
}
.l_footer__mainnav__col.div7 {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 4;
  -ms-grid-column-span: 1;
  grid-area: 3/4/4/5;
}
.l_footer__mainnav__col__heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.1em;
  border-top: solid 1px #ffffff;
  padding-top: 1em;
  margin-bottom: 1em;
}
.l_footer__mainnav__col__parent {
  font-size: 0.875rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.l_footer__mainnav__col__parent > li > a {
  color: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l_footer__mainnav__col__parent > li > a::before {
  content: "";
  background-color: #0D5EFF;
  display: inline-block;
  width: 0;
  height: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .l_footer__mainnav__col__parent > li > a:hover {
    color: inherit;
  }
  .l_footer__mainnav__col__parent > li > a:hover::before {
    width: 0.5em;
    height: 0.5em;
    margin-right: 0.3em;
  }
}
.l_footer__mainnav__col__child {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  -ms-grid-rows: auto 0.5em auto 0.5em auto;
  grid-template-rows: repeat(3, auto);
  gap: 0.5em;
  margin-top: 1em;
}
.l_footer__mainnav__col__child__2 {
  -ms-grid-rows: (auto)[2];
  grid-template-rows: repeat(2, auto);
}
.l_footer__mainnav__col__child > li {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
}
.l_footer__mainnav__col__child > li > a {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.l_footer__mainnav__col__child > li > a::before {
  content: "・";
  color: inherit;
}
@media (hover: hover) {
  .l_footer__mainnav__col__child > li > a:hover {
    color: #0D5EFF;
  }
  .l_footer__mainnav__col__child > li > a:hover::before {
    color: inherit;
  }
}
.l_footer__mainnav__col__contact {
  margin-top: 2rem;
}
@media (max-width: 1280px) {
  .l_footer__mainnav {
    padding-left: initial;
    width: calc(100% - 70px);
    margin: 3rem 0 3rem auto;
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1166px) {
  .l_footer__mainnav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-row-gap: 3rem;
  }
  .l_footer__mainnav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l_footer__mainnav > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .l_footer__mainnav > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .l_footer__mainnav > *:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-column: 4;
  }
  .l_footer__mainnav__col.div1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  .l_footer__mainnav__col.div2 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 1/3/2/5;
  }
  .l_footer__mainnav__col.div3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
  .l_footer__mainnav__col.div4 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 2/3/3/5;
  }
  .l_footer__mainnav__col.div5 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
  .l_footer__mainnav__col.div6 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 3/3/4/5;
  }
  .l_footer__mainnav__col.div7 {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-area: 4/1/5/5;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__mainnav {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-row-gap: 2rem;
  }
  .l_footer__mainnav > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .l_footer__mainnav__col.div1 {
    grid-area: initial;
  }
  .l_footer__mainnav__col.div2 {
    grid-area: initial;
  }
  .l_footer__mainnav__col.div3 {
    grid-area: initial;
  }
  .l_footer__mainnav__col.div4 {
    grid-area: initial;
  }
  .l_footer__mainnav__col.div5 {
    grid-area: initial;
  }
  .l_footer__mainnav__col.div6 {
    grid-area: initial;
    display: none;
  }
  .l_footer__mainnav__col.div7 {
    grid-area: initial;
  }
  .l_footer__mainnav__col__heading {
    margin-bottom: 1rem;
  }
}
.l_footer__subnav {
  font-size: 0.875rem;
  line-height: 1;
  padding-top: 2em;
  position: relative;
}
.l_footer__subnav::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
}
.l_footer__subnav__first {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 1rem;
  margin-bottom: 1.5rem;
}
.l_footer__subnav__first a {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .l_footer__subnav__first a:hover {
    opacity: 0.7;
  }
}
.l_footer__subnav__second {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 1.5rem;
}
.l_footer__subnav__second a {
  opacity: 0.7;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .l_footer__subnav__second a:hover {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .l_footer__subnav__first {
    margin-bottom: 1.5rem;
  }
  .l_footer__subnav__second {
    margin-bottom: 3rem;
  }
}
.l_footer__copyright {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  text-align: right;
  display: block;
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  .l_footer__copyright {
    text-align: left;
  }
}

.temporary-close {
  opacity: 0.4;
  pointer-events: none;
}

body.fix {
  position: fixed;
  width: 100%;
}

.l_gnav {
  display: none;
  color: #0A1023;
  max-width: 810px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_gnav {
    color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: initial;
    height: 100vh;
    height: 100svh;
    background-color: #0A1023;
    padding: 8rem 0rem 2rem;
    z-index: -1;
    overflow: scroll;
  }
}
.l_gnav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .l_gnav__main {
    display: block;
    width: calc(100% - 70px);
    margin: 0 0 3rem auto;
    padding: 0 1.5rem;
  }
}
.l_gnav__main__item {
  /*&--info {
      display: none;
      @include mq(md) {
          display: block;
      }
  }*/
}
.l_gnav__main__item--company > button, .l_gnav__main__item--people > button, .l_gnav__main__item--environment > button, .l_gnav__main__item--faq > button, .l_gnav__main__item--recruitment > button {
  text-align: center;
  margin: 0 28px;
}
@media screen and (max-width: 1166px) {
  .l_gnav__main__item--company > button, .l_gnav__main__item--people > button, .l_gnav__main__item--environment > button, .l_gnav__main__item--faq > button, .l_gnav__main__item--recruitment > button {
    margin: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item--company > button, .l_gnav__main__item--people > button, .l_gnav__main__item--environment > button, .l_gnav__main__item--faq > button, .l_gnav__main__item--recruitment > button {
    text-align: initial;
    margin: initial;
    width: initial;
  }
}
.l_gnav__main__item--company > button {
  margin: 0 28px 0 0;
  width: 92px;
}
@media screen and (max-width: 1166px) {
  .l_gnav__main__item--company > button {
    margin: 0 15px 0 0;
  }
}
.l_gnav__main__item--people > button {
  width: 74px;
}
.l_gnav__main__item--environment > button {
  margin: 0 20px 0 28px;
  width: 130px;
}
@media screen and (max-width: 1166px) {
  .l_gnav__main__item--environment > button {
    margin: 0 5px 0 15px;
  }
}
.l_gnav__main__item--faq > button {
  margin: initial;
  width: 130px;
}
@media screen and (max-width: 1166px) {
  .l_gnav__main__item--faq > button {
    width: 120px;
  }
}
.l_gnav__main__item--recruitment > button {
  margin: 0 60px 0 20px;
  width: 126px;
}
@media screen and (max-width: 1166px) {
  .l_gnav__main__item--recruitment > button {
    margin: 0 30px 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item--entry {
    display: none;
  }
}
.l_gnav__main__item--contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item--contact {
    display: block;
  }
}
.l_gnav__main__item--contact .o_c_btn_contact {
  font-size: clamp(1.375rem, 2.6vw, 1.625rem);
  width: 100%;
  height: 60px;
}
.l_gnav__main__item__ttl {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.7vw, 1.0625rem);
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__ttl {
    display: none;
  }
}
.l_gnav__main__item__ttl > span:first-of-type {
  display: block;
  letter-spacing: -0.5px;
}
.l_gnav__main__item__ttl > span:last-of-type {
  display: none;
  color: #0D5EFF;
  font-size: clamp(0.75rem, 1.6vw, 1rem);
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: -1.5px;
  margin-bottom: 3px;
}
.l_gnav__main__item__ttl:hover > span:first-of-type {
  display: none;
}
.l_gnav__main__item__ttl:hover > span:last-of-type {
  display: block;
}
@media (hover: hover) {
  .l_gnav__main__item__ttl:hover {
    /*&::before {
        transform: translate(0,-40%) scale(1);
    }*/
    opacity: 0.4;
  }
}
.l_gnav__main__item__ttl.is-active::before {
  -webkit-transform: translate(0, -40%) scale(1);
          transform: translate(0, -40%) scale(1);
}
.l_gnav__main__item__ttl.is-active > span:first-of-type {
  display: none;
}
.l_gnav__main__item__ttl.is-active > span:last-of-type {
  display: block;
}
.l_gnav__main__item__ttl.is-entry {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 600;
  font-size: clamp(1rem, 2.2vw, 1.375rem);
}
.l_gnav__main__item__ttl.is-entry::before {
  content: none;
}
@media (hover: hover) {
  .l_gnav__main__item__ttl.is-entry:hover {
    color: #0D5EFF;
    opacity: 1;
  }
}
.l_gnav__main__item__ttl.is-entry.is-active {
  color: #0D5EFF;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__ttl.is-entry {
    display: none;
  }
}
.l_gnav__main__item__menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 3rem;
  background-color: #F7F6F6;
  display: none;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu {
    position: initial;
    padding: initial;
    margin-bottom: 2rem;
    background-color: transparent;
    display: block;
  }
}
.l_gnav__main__item__menu.is-entry {
  color: #ffffff;
  background-color: #0D5EFF;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu.is-entry {
    background-color: transparent;
  }
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu__wrap {
    width: 100% !important;
    margin: 0 0 0 auto;
  }
}
.l_gnav__main__item__menu__wrap__left__ttl {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: clamp(1.375rem, 2.6vw, 1.625rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
.l_gnav__main__item__menu__wrap__left__ttl span {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu__wrap__left {
    margin-bottom: 1rem;
  }
  .l_gnav__main__item__menu__wrap__left__ttl {
    border-top: solid 1px #ffffff;
    padding-top: 1rem;
  }
  .l_gnav__main__item__menu__wrap__left__ttl span {
    display: none;
  }
}
.l_gnav__main__item__menu__wrap__right {
  font-size: 0.875rem;
  width: 100%;
  max-width: 800px;
  margin: 0 0 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 1166px) {
  .l_gnav__main__item__menu__wrap__right {
    width: 100%;
    max-width: initial;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu__wrap__right {
    font-size: 1rem;
    line-height: 1.5;
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.l_gnav__main__item__menu__wrap__right > a {
  padding: 1rem 0;
  border-bottom: solid 1px #0A1023;
  position: relative;
}
.l_gnav__main__item__menu__wrap__right > a span.text {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .l_gnav__main__item__menu__wrap__right > a:hover span.text {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu__wrap__right > a {
    padding: initial;
    border-bottom: initial;
  }
  .l_gnav__main__item__menu__wrap__right > a span.o_c_textlink__int__ico {
    display: none;
  }
}
.l_gnav__main__item__menu__wrap__right.is-entry > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: solid 1px #ffffff;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu__wrap__right.is-entry > div {
    padding: 0;
    border-bottom: none;
  }
}
.l_gnav__main__item__menu__wrap__right__child {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu__wrap__right__child {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -ms-grid-rows: auto 0.5em auto 0.5em auto;
    grid-template-rows: repeat(3, auto);
    gap: 0.5em;
  }
}
.l_gnav__main__item__menu__wrap__right__child > li {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 300;
}
.l_gnav__main__item__menu__wrap__right__child > li > a {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.l_gnav__main__item__menu__wrap__right__child > li > a::before {
  content: "・";
  color: inherit;
}
@media (hover: hover) {
  .l_gnav__main__item__menu__wrap__right__child > li > a:hover {
    color: #0D5EFF;
  }
  .l_gnav__main__item__menu__wrap__right__child > li > a:hover::before {
    color: inherit;
  }
}
.l_gnav__main__item__menu__wrap__right .is-close {
  opacity: 0.4;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .l_gnav__main__item__menu__wrap__right .is-close {
    opacity: 1;
    pointer-events: none;
  }
}
.l_gnav__entry {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_gnav__entry {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    display: block;
    background-color: #0D5EFF;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }
}
.l_gnav__entry__btn {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  font-size: 1.4375rem;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #ffffff;
  background-color: #0D5EFF;
  width: 100%;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.l_gnav__entry__btn__ico {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 2px;
  background: #ffffff;
}
.l_gnav__entry__btn__ico::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: inherit;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.l_gnav__entry__btn.is-active .l_gnav__entry__btn__ico::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l_gnav__entry__menu__item {
  padding: 1.5rem 0;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 1.5rem;
}
.l_gnav__entry__menu__item.is-deepblue {
  position: relative;
  z-index: 0;
}
.l_gnav__entry__menu__item.is-deepblue::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0A1023;
  opacity: 0.2;
  z-index: -1;
}
.l_gnav__entry__menu__item__parent {
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.l_gnav__entry__menu__item__child {
  color: #ffffff;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.5em;
  margin-top: 0.5rem;
  padding-left: 3rem;
}
.l_gnav__entry__menu__item__child li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l_gnav__entry__menu__item__child li::before {
  content: "・";
}
.l_gnav__entry.is-stop {
  position: absolute;
}
.l_gnav__sub {
  display: none;
}
@media screen and (max-width: 768px) {
  .l_gnav__sub {
    display: block;
    padding: 0 2rem;
  }
}
.l_gnav__sub__item {
  margin-bottom: 3rem;
}
.l_gnav__sub__item:last-child {
  margin-bottom: 0;
}
.l_gnav__sub__menu {
  padding-top: 1rem;
  position: relative;
}
.l_gnav__sub__menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.3;
}

.l_wrap {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 1166px) {
  .l_wrap--full {
    width: calc(100% - 4rem);
  }
}
.l_wrap--wide {
  width: calc(100% - 4rem);
  max-width: 1286px;
}
.l_wrap--main {
  width: calc(100% - 4rem);
  max-width: 1166px;
}
.l_wrap--sub {
  width: calc(100% - 4rem);
  max-width: 1046px;
}

.o_c_btn__round {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_btn__round span {
  position: relative;
  width: 3em;
  height: 3em;
  overflow: hidden;
  background-color: #81889D;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_btn__round span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  background: url(../../assets/images/common/arr-toRight-wh.svg) center center/40% 40% no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_btn__round span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  display: block;
  background: url(../../assets/images/common/arr-toRight-wh.svg) center center/40% 40% no-repeat;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_btn__round:hover {
    text-shadow: 0.3px 0 0 currentColor, -0.3px 0 0 currentColor;
  }
  .o_c_btn__round:hover span {
    background-color: #0D5EFF;
  }
  .o_c_btn__round:hover span::before {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .o_c_btn__round:hover span::after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}

.o_c_btn_contact {
  color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  width: 100%;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #171f39;
  border: solid 1px #ffffff;
  border-radius: 4px;
  position: relative;
}
.o_c_btn_contact::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_btn_contact:hover::before {
    opacity: 0.1;
  }
}
@media screen and (max-width: 480px) {
  .o_c_btn_contact {
    font-size: 1.25rem;
  }
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.o_c_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  max-width: 880px;
  margin: 0 auto 2em;
}
.o_c_form:last-of-type {
  margin: 0 auto 3em;
}
.o_c_form--flexstart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.o_c_form dt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  width: 30%;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o_c_form dt.require::after {
  content: "必須";
  font-size: 0.75rem;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
  margin-left: 0.5em;
  padding: 0.3em 0.5em;
  border-radius: 3px;
  background-color: #0D5EFF;
}
.o_c_form dd {
  width: 70%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .o_c_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .o_c_form dt, .o_c_form dd {
    width: 100%;
  }
}
.o_c_form__input {
  font-size: 0.9375rem;
  width: 100%;
  background-color: #ffffff;
  border: solid 1px #81889D;
  border-radius: 3px;
  padding: 0.5em;
}
.o_c_form__textarea {
  font-size: 0.9375rem;
  width: 100%;
  min-height: 150px;
  background-color: #ffffff;
  border: solid 1px #81889D;
  border-radius: 3px;
  padding: 0.5em;
}
.o_c_form__radio {
  font-size: 0.9375rem;
  line-height: 1.3;
  padding: 0 0 0 1.5em;
  cursor: pointer;
  position: relative;
  display: block;
  margin-bottom: 1em;
}
.o_c_form__radio:last-of-type {
  margin-bottom: 0;
}
.o_c_form__radio::before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #ffffff;
  border: 1px solid #A4A0A0;
  border-radius: 50%;
}
.o_c_form__radio::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 3px;
  left: 3px;
  opacity: 0;
  border-radius: 50%;
  background-color: #81889D;
  -webkit-transform: scale(0.5) translate(0, 0);
          transform: scale(0.5) translate(0, 0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
input[type=radio]:checked + .o_c_form__radio::before {
  border-color: #A4A0A0;
}
input[type=radio]:checked + .o_c_form__radio::after {
  opacity: 1;
  -webkit-transform: scale(1) translate(0, 0);
          transform: scale(1) translate(0, 0);
}
.o_c_form__checkbox input[type=checkbox] {
  display: none;
}
.o_c_form__checkbox {
  font-size: 0.9375rem;
  line-height: 1.3;
  cursor: pointer;
  position: relative;
  padding: 0 0 0 1.5em;
  display: block;
}
.o_c_form__checkbox::before {
  content: "";
  position: absolute;
  display: block;
  width: 1.3em;
  height: 1.3em;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  background-color: #ffffff;
  border: 1px solid #A4A0A0;
  border-radius: 4px;
}
.o_c_form__checkbox::after {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 20px;
  top: -0.3em;
  left: 0.3em;
  opacity: 0;
  border-right: 3px solid #0D5EFF;
  border-bottom: 3px solid #0D5EFF;
  -webkit-transform: scale(0.5) rotate(45deg);
          transform: scale(0.5) rotate(45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
input[type=checkbox]:checked + .o_c_form__checkbox::before {
  border-color: #A4A0A0;
}
input[type=checkbox]:checked + .o_c_form__checkbox::after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
}
@media screen and (max-width: 480px) {
  .o_c_form__input, .o_c_form__textarea, .o_c_form__radio, .o_c_form__checkbox {
    font-size: 1rem;
  }
}
.o_c_form__attachment {
  font-size: 0.9375rem;
  border-top: solid 1px #A4A0A0;
  padding-top: 2em;
  margin-bottom: 3rem;
}
.o_c_form__attachment__heading {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
.o_c_form__attachment__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2em 200px;
  grid-template-columns: 1fr 200px;
  gap: 2em;
  margin-bottom: 1em;
}
.o_c_form__attachment__content p {
  color: #81889D;
  font-size: 0.875rem;
  line-height: 1.4;
}
.o_c_form__attachment__content__btn .btn-upload {
  color: #ffffff;
  background: #0A1023;
  border: 0;
  border-radius: 4px;
  padding: 0.75em 1.25em;
  text-align: center;
  width: 100%;
  max-width: 200px;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_form__attachment__content__btn .btn-upload:hover {
    background: #0D5EFF;
  }
}
@media screen and (max-width: 768px) {
  .o_c_form__attachment__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.o_c_form__attachment__uploadlist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
.o_c_form__attachment__uploadlist__item::last-child {
  margin-bottom: 0;
}
.o_c_form__attachment__uploadlist__item .btn-delete {
  color: #ffffff;
  text-align: center;
  background-color: #81889D;
  padding: 0.25em;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  opacity: 0.6;
  border-radius: 4px;
  position: relative;
}
.o_c_form__attachment__uploadlist__item .btn-delete::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../assets/images/common/ico-trashbox.svg) no-repeat center/50% 50%;
}
.o_c_form__privacy {
  margin-bottom: 3rem;
}
.o_c_form__privacy__txt {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
.o_c_form__btnarea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 2em 1fr;
  grid-template-columns: 30% 1fr;
  gap: 2em;
  margin-bottom: 3rem;
}
.o_c_form__btnarea .btn-submit {
  color: #ffffff;
  text-align: center;
  background-color: #0A1023;
  padding: 1em;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_form__btnarea .btn-submit:hover {
    background-color: #0D5EFF;
  }
}
.o_c_form__btnarea .btn-reset {
  color: #81889D;
  text-align: center;
  background-color: #EAEEF7;
  border-radius: 50px;
  padding: 1em;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_form__btnarea .btn-reset:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .o_c_form__btnarea {
    gap: 1em;
  }
}
.o_c_form__confirmation {
  font-size: 1.125rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px !important;
}

/* お問い合わせフォーム ボタン */
form.mimassi_inquiry div.mimassi_inquiry_button_area {
  text-align: center;
}

form.mimassi_inquiry div.mimassi_inquiry_button_area button {
  border-color: #999;
  border-style: solid;
  border-width: 1px;
  padding: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

/* 妥当性チェックメッセージ */
.invalid_message {
  display: none;
  margin-top: 0.5em;
  font-size: 0.875rem;
  color: #F00;
  font-weight: 500;
}

.mimassi_inquiry_check_window table.check_data {
  width: 100%;
  margin-bottom: 3rem;
}
.mimassi_inquiry_check_window table.check_data tr {
  border-bottom: solid 1px #A4A0A0;
}
.mimassi_inquiry_check_window table.check_data tr th {
  width: 30%;
  padding: 1.5em 0;
}
.mimassi_inquiry_check_window table.check_data tr td {
  padding: 1.5em 0;
}
@media screen and (max-width: 768px) {
  .mimassi_inquiry_check_window table.check_data tr th {
    width: 100%;
    display: block;
    padding: 1.5em 0 0em 0;
  }
  .mimassi_inquiry_check_window table.check_data tr td {
    width: 100%;
    display: block;
    padding: 0.75em 0 1.5em 0;
  }
}
.mimassi_inquiry_check_window .mimassi_inquiry_button_area {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 2em 1fr;
  grid-template-columns: 30% 1fr;
  gap: 2em;
  margin-bottom: 3rem;
}
.mimassi_inquiry_check_window .mimassi_inquiry_button_area button#btn_send {
  color: #ffffff;
  text-align: center;
  background-color: #0A1023;
  padding: 1em;
  width: 100%;
}
.mimassi_inquiry_check_window .mimassi_inquiry_button_area button#btn_back {
  color: #81889D;
  text-align: center;
  background-color: #EAEEF7;
  border-radius: 50px;
  padding: 1em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mimassi_inquiry_check_window .mimassi_inquiry_button_area {
    gap: 1em;
  }
}

.hamburger-btn {
  padding: 10px 0 0 0;
  cursor: pointer;
}

.hamburger-btn__line {
  display: block;
  width: 54px;
  height: 1px;
  margin: 0 0 8px auto;
  background-color: #0A1023;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.hamburger-btn__line:nth-child(2) {
  width: 100%;
}

.hamburger-btn__line:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.hamburger-btn__line:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.hamburger-btn__close {
  display: block;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.hamburger-btn__close::before, .hamburger-btn__close::after {
  content: "";
  display: block;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hamburger-btn__close::before {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.hamburger-btn__close::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.hamburger-btn.is-active .hamburger-btn__line {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.hamburger-btn.is-active .hamburger-btn__close::before {
  -webkit-transform: scaleX(1) rotate(15deg);
          transform: scaleX(1) rotate(15deg);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.hamburger-btn.is-active .hamburger-btn__close::after {
  -webkit-transform: scaleX(1) rotate(-15deg);
          transform: scaleX(1) rotate(-15deg);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.hamburger-btn.is-active .hamburger-btn__line:nth-child(1) {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.hamburger-btn.is-active .hamburger-btn__line:nth-child(2) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.o_c_heading__page {
  width: 100%;
  height: clamp(350px, 75vw, 630px);
  position: relative;
}
.o_c_heading__page__body {
  text-align: center;
  position: absolute;
  top: calc(50% + 3rem);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.o_c_heading__page__body__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(2.625rem, 10vw, 8.125rem);
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.o_c_heading__page__body__en span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
}
.o_c_heading__page__body__en--small {
  font-size: clamp(2.75rem, 9vw, 5.625rem);
}
.o_c_heading__page__body__jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 3vw, 1.75rem);
  line-height: 1;
  margin-top: 2em;
  word-break: keep-all;
  overflow-wrap: break-word;
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_heading__page__body__jp::before {
  content: "";
  position: absolute;
  bottom: 0.5em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 35%;
  max-width: 450px;
  height: 50%;
  z-index: -1;
  opacity: 1;
  background: rgb(13, 94, 255);
  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 94, 255, 0)), to(rgb(13, 94, 255)));
  background: linear-gradient(90deg, rgba(13, 94, 255, 0) 0%, rgb(13, 94, 255) 100%);
}
@media screen and (max-width: 768px) {
  .o_c_heading__page__body {
    top: calc(50% + 3.5rem);
  }
  .o_c_heading__page__body__en span {
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .o_c_heading__page__body {
    top: calc(50% + 2.5rem);
  }
  .o_c_heading__page__body__en span {
    gap: 0.75rem;
  }
  .o_c_heading__page__body__jp {
    margin-top: 1em;
  }
}

.js-pagettl-animation {
  opacity: 0;
  -webkit-animation: fadeIn 0.3s ease-out forwards;
          animation: fadeIn 0.3s ease-out forwards;
}
.js-pagettl-animation .wrap {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.js-pagettl-animation .wrap span {
  display: inline-block;
  opacity: 1;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation: slideIn 0.3s ease-out forwards;
          animation: slideIn 0.3s ease-out forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.js-letter-animation .wrap {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.js-letter-animation .wrap .letter {
  display: inline-block;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); /* 初期状態で左に隠す */
}
.js-letter-animation .wrap {
  /*span {
      display: inline-block;
      opacity: 1;
      transform: translateX(-100%);
      animation: slideIn 0.3s ease-out forwards;
      animation-delay: 1s;
  }*/
}

.o_c_heading__highlight {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.o_c_heading__highlight--en {
  color: #ffffff;
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o_c_heading__highlight--en span.bg {
  background: -webkit-gradient(linear, left top, right top, from(#0A1023), color-stop(50%, #0A1023), color-stop(50%, transparent));
  background: linear-gradient(to right, #0A1023, #0A1023 50%, transparent 50%);
  background-size: 200% 100%;
  background-position: 100%;
  padding: 0.3em 0.3em 0.3em 0.5em;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_heading__highlight--jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .o_c_heading__highlight--en {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.o_c_list-circle {
  list-style: none;
}
.o_c_list-circle > li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.o_c_list-circle > li::before {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  left: 0;
  top: 0.7em;
  content: "";
  background: #0D5EFF;
}
.o_c_list-circle > li:last-child {
  margin-bottom: 0;
}
.o_c_list-circle--blue > li::before {
  background-color: #0D5EFF;
}
.o_c_list-circle--bk > li::before {
  background-color: #000000;
}

.o_c_list-disc {
  list-style: disc;
  list-style-position: inside;
}
.o_c_list-disc > li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
  margin-left: 0.25em;
}
.o_c_list-disc > li:last-child {
  margin-bottom: 0;
}
.o_c_list-disc > li::marker {
  font-size: 80%;
}
.o_c_list-disc--blue > li::marker {
  color: #0D5EFF;
}
.o_c_list-disc--bk > li::marker {
  color: #000000;
}

.o_c_list-decimal {
  list-style: decimal;
  list-style-position: inside;
}
.o_c_list-decimal > li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.o_c_list-decimal > li:last-child {
  margin-bottom: 0;
}
.o_c_list-decimal > li::marker {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
}
.o_c_list-decimal--blue > li::marker {
  color: #0D5EFF;
}
.o_c_list-decimal--bk > li::marker {
  color: #000000;
}

.o_c_list-num {
  list-style: none;
  counter-reset: mycounter 0;
}
.o_c_list-num > li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.o_c_list-num > li:last-child {
  margin-bottom: 0;
}
.o_c_list-num > li::before {
  counter-increment: mycounter;
}
.o_c_list-num > li:nth-child(1)::before {
  content: "①";
}
.o_c_list-num > li:nth-child(2)::before {
  content: "②";
}
.o_c_list-num > li:nth-child(3)::before {
  content: "③";
}
.o_c_list-num > li:nth-child(4)::before {
  content: "④";
}
.o_c_list-num > li:nth-child(5)::before {
  content: "⑤";
}

.o_c_textlink__underline {
  color: inherit;
  padding: 0 0 0.1em;
  position: relative;
}
.o_c_textlink__underline::before {
  content: "";
  background: #0D5EFF;
  position: absolute;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*縮尺比率。*/
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_textlink__underline::after {
  content: "";
  background: #0D5EFF;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  bottom: 0px;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*縮尺比率。ホバー前はx方向に0*/
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_textlink__underline:hover {
    color: inherit;
  }
  .o_c_textlink__underline:hover::before {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  .o_c_textlink__underline:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transition-delay: 0.5s;
            transition-delay: 0.5s;
  }
}
.o_c_textlink__underline--blue::before {
  background: #0D5EFF;
}
.o_c_textlink__underline--blue::after {
  background: #0D5EFF;
}
.o_c_textlink__underline--gray::before {
  background: #A4A0A0;
}
.o_c_textlink__underline--gray::after {
  background: #A4A0A0;
}
.o_c_textlink__underline--navy::before {
  background: #0A1023;
}
.o_c_textlink__underline--navy::after {
  background: #0A1023;
}

.o_c_textlink__ext {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.o_c_textlink__ext__ico {
  position: relative;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.o_c_textlink__ext__ico::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_textlink__ext__ico::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_textlink__ext:hover span::before {
    -webkit-transform: translate(100%, -100%);
            transform: translate(100%, -100%);
  }
  .o_c_textlink__ext:hover span::after {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.o_c_textlink__ext.is-wh span::before, .o_c_textlink__ext.is-wh span::after {
  background: url(../../assets/images/common/arr-upperRight-wh.svg) center center/contain no-repeat;
}
.o_c_textlink__ext.is-navy span::before, .o_c_textlink__ext.is-navy span::after {
  background: url(../../assets/images/common/arr-upperRight-navy.svg) center center/contain no-repeat;
}
.o_c_textlink__ext.is-blue span::before, .o_c_textlink__ext.is-blue span::after {
  background: url(../../assets/images/common/arr-upperRight-blue.svg) center center/contain no-repeat;
}

.o_c_textlink__int {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.o_c_textlink__int__ico {
  position: relative;
  width: 1em;
  height: 1em;
  overflow: hidden;
}
.o_c_textlink__int__ico::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_c_textlink__int__ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 1em;
  height: 1em;
  aspect-ratio: 1/1;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_c_textlink__int:hover span::before {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .o_c_textlink__int:hover span::after {
    -webkit-transform: translate(0%, -50%);
            transform: translate(0%, -50%);
    -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
  }
}
.o_c_textlink__int.is-wh span::before {
  background: url(../../assets/images/common/arr-toRight-wh.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-wh span::after {
  background: url(../../assets/images/common/arr-toRight-wh.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-wh-blue span::before {
  background: url(../../assets/images/common/arr-toRight-wh.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-wh-blue span::after {
  background: url(../../assets/images/common/arr-toRight-blue.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-navy span::before {
  background: url(../../assets/images/common/arr-toRight-navy.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-navy span::after {
  background: url(../../assets/images/common/arr-toRight-navy.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-navy-blue span::before {
  background: url(../../assets/images/common/arr-toRight-navy.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-navy-blue span::after {
  background: url(../../assets/images/common/arr-toRight-blue.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-blue span::before {
  background: url(../../assets/images/common/arr-toRight-blue.svg) center center/contain no-repeat;
}
.o_c_textlink__int.is-blue span::after {
  background: url(../../assets/images/common/arr-toRight-blue.svg) center center/contain no-repeat;
}

.o_p_bl-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8rem auto;
}
.o_p_bl-next__heading {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(1.625rem, 5vw, 3.625rem);
  letter-spacing: 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o_p_bl-next__heading::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/contain;
}
.o_p_bl-next__list {
  padding-left: 2rem;
}
.o_p_bl-next__list__link {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(0.875rem, 2.5vw, 1rem);
  line-height: 1.6;
  padding: 1em 3em;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_bl-next__list__link:last-child {
  margin-bottom: 0;
}
.o_p_bl-next__list__link::before {
  content: attr(data-title) " ";
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.875rem, 4vw, 3.75rem);
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.2em;
  display: block;
}
.o_p_bl-next__list__link::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
  width: 4px;
  height: 100%;
  background-color: #0A1023;
  border-radius: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_p_bl-next__list__link:hover {
    color: #ffffff;
  }
  .o_p_bl-next__list__link:hover::after {
    width: 100%;
    border-radius: 10px;
  }
}
@media screen and (max-width: 768px) {
  .o_p_bl-next {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
  }
  .o_p_bl-next__heading::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/70%;
  }
  .o_p_bl-next__list {
    padding: 0;
  }
  .o_p_bl-next__list__link {
    border-left: solid 4px #0A1023;
    border-right: solid 4px #0A1023;
  }
  .o_p_bl-next__list__link::after {
    width: 0px;
  }
}
@media screen and (max-width: 768px) and (hover: hover) {
  .o_p_bl-next__list__link:hover {
    border-left: solid 0px #0A1023;
    border-right: solid 0px #0A1023;
  }
}

.o_p_modal---lock {
  overflow: hidden;
}

.o_p_modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
  background: #0A1023;
  backdrop-filter: blur(10px);
  display: none;
}
.o_p_modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 10rem);
  max-width: 1046px;
  z-index: 99;
  display: none;
}
.o_p_modal__content__inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.o_p_modal__content__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.o_p_modal__content__close {
  position: absolute;
  top: 0;
  left: calc(100% + 10px);
  z-index: 1;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  cursor: pointer;
}
.o_p_modal__content__close span {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 24px;
  height: 1px;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_modal__content__close span:nth-of-type(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}
.o_p_modal__content__close span:nth-of-type(2) {
  top: 50%;
  left: 50%;
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}
@media (hover: hover) {
  .o_p_modal__content__close:hover span:nth-of-type(1) {
    -webkit-transform: rotate(30deg) translate(-50%, -50%);
            transform: rotate(30deg) translate(-50%, -50%);
  }
  .o_p_modal__content__close:hover span:nth-of-type(2) {
    top: 50%;
    left: 50%;
    -webkit-transform: rotate(-30deg) translate(-50%, -50%);
            transform: rotate(-30deg) translate(-50%, -50%);
  }
}
.o_p_modal__content__caption {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 1rem;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 480px) {
  .o_p_modal__content {
    width: calc(100% - 3rem);
  }
  .o_p_modal__content__close {
    top: initial;
    left: initial;
    bottom: calc(100% + 10px);
    right: 0;
  }
}

.o_p_tab {
  /*タブのスタイル*/
}
.o_p_tab .tab__menu {
  width: calc(50% - 10px);
  height: 70px;
  color: #ffffff;
  background-color: #0D5EFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  float: left;
  text-align: center;
  border-top: solid 1px #0D5EFF;
  border-left: solid 1px #0D5EFF;
  border-right: solid 1px #0D5EFF;
  border-radius: 20px 20px 0 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_tab .tab__menu.__left {
  margin-right: 5px;
}
.o_p_tab .tab__menu.__right {
  margin-left: 5px;
}
.o_p_tab .tab__menu span {
  color: #ffffff;
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.5;
}
.o_p_tab .tab__menu span::before {
  content: "●";
  color: #0D5EFF;
  display: inline-block;
  margin-right: 5px;
}
.o_p_tab .tab__menu:hover {
  opacity: 0.9;
  /*background-color: $color-wh;
  span {
      color: $color-blue;
      font-size: clamp(rem(16), 2vw, rem(20));
      line-height: 1.5;
      &::before {
          content: "●";
          color: $color-lightblue1;
          display: inline-block;
          margin-right: 5px;
      }
  }*/
}
.o_p_tab {
  /*選択されているタブのスタイル*/
}
.o_p_tab input:checked + .tab__menu {
  color: #0D5EFF;
  background-color: #ffffff;
  position: relative;
  z-index: 0;
}
.o_p_tab input:checked + .tab__menu::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.o_p_tab input:checked + .tab__menu span {
  color: #0D5EFF;
}
.o_p_tab {
  /*ラジオボタンを全て消す*/
}
.o_p_tab input[name=tab__menu] {
  display: none;
}
.o_p_tab {
  /*タブ切り替えの中身のスタイル*/
}
.o_p_tab .tab__contents {
  display: none;
  padding: 4em 0;
  clear: both;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_tab {
  /*選択されているタブを表示*/
}
.o_p_tab #menu01:checked ~ #menu01,
.o_p_tab #menu02:checked ~ #menu02,
.o_p_tab #menu03:checked ~ #menu03 {
  display: block;
}

.o_p_bl-category-nav li {
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.o_p_bl-category-nav li a {
  padding: 0.75em 1em;
  border-radius: 8px;
  color: #ffffff;
  background-color: #0A1023;
  display: block;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_p_bl-category-nav li a:hover {
    opacity: 0.7;
  }
}
.o_p_bl-category-nav li.current-cat a {
  color: #0D5EFF;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_p_bl-category-nav li.current-cat a:hover {
    opacity: 0.7;
  }
}

.o_p_bl-post-archive {
  position: relative;
  padding-right: clamp(2rem, 4vw, 6rem);
  display: block;
  padding: 0 0 2rem;
  margin-bottom: 2rem;
}
.o_p_bl-post-archive::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #81889D;
  opacity: 0.3;
}
.o_p_bl-post-archive::after {
  content: "";
  position: absolute;
  bottom: 2rem;
  right: 0;
  width: 2.4rem;
  background: url(../../assets/images/common/arr-toRight-wh.svg) no-repeat center/40% 40%;
  background-color: #0A1023;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_p_bl-post-archive:hover::after {
    background: url(../../assets/images/common/arr-toRight-wh.svg) no-repeat center/40% 40%;
    background-color: #0D5EFF;
  }
}
.o_p_bl-post-archive__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px clamp(3rem, 5vw, 6rem) 1fr;
  grid-template-columns: 200px 1fr;
  gap: clamp(3rem, 5vw, 6rem);
  width: calc(100% - 3rem);
}
@media screen and (max-width: 480px) {
  .o_p_bl-post-archive__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}
.o_p_bl-post-archive__body__thumb {
  width: 100%;
  aspect-ratio: 187/128;
  border-radius: 10px;
  overflow: hidden;
}
.o_p_bl-post-archive__body__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_bl-post-archive__body__data__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 0.75rem;
}
.o_p_bl-post-archive__body__data__meta .date {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(0.75rem, 1.6vw, 0.875rem);
  line-height: 1.2;
}
.o_p_bl-post-archive__body__data__meta .category {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(0.6875rem, 1.6vw, 0.875rem);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.o_p_bl-post-archive__body__data__meta .category li {
  padding: 0.3em 0.7em;
  position: relative;
}
.o_p_bl-post-archive__body__data__meta .category li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #81889D;
  opacity: 0.3;
  border-radius: 30px;
}
.o_p_bl-post-archive__body__data .ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 3vw, 1.25rem);
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.75rem;
}
.o_p_bl-post-archive__body__data .excerpt {
  font-size: clamp(0.875rem, 2vw, 0.9375rem);
  line-height: 1.8;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数を指定 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.o_p_bl-post-single__header {
  position: relative;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}
.o_p_bl-post-single__header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0A1023;
  opacity: 0.3;
}
.o_p_bl-post-single__header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 1rem;
}
.o_p_bl-post-single__header__meta .date {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  line-height: 1.2;
}
.o_p_bl-post-single__header__meta .category {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.o_p_bl-post-single__header__meta .category li {
  padding: 0.5em 1em;
  position: relative;
}
.o_p_bl-post-single__header__meta .category li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #81889D;
  opacity: 0.3;
  border-radius: 30px;
}
.o_p_bl-post-single__header__ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.375rem, 2.2vw, 1.625rem);
  line-height: 1.6;
}
.o_p_bl-post-single__content {
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
}
.o_p_bl-post-single__content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0A1023;
  opacity: 0.3;
}

.o_p_bl-post-pagenation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.o_p_bl-post-pagenation__btn {
  font-size: 0.9375rem;
}
.o_p_bl-post-pagenation .prevlink {
  border-right: solid 1px #0A1023;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  padding-right: 0.75em;
  opacity: 0;
  pointer-events: none;
}
.o_p_bl-post-pagenation .prevlink.is-active {
  opacity: 1;
  pointer-events: visible;
}
.o_p_bl-post-pagenation .prevlink::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/100% 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media screen and (max-width: 480px) {
  .o_p_bl-post-pagenation .prevlink {
    padding-right: 0;
    border-right: none;
  }
}
.o_p_bl-post-pagenation .nextlink {
  border-left: solid 1px #0A1023;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75em;
  padding-left: 0.75em;
  opacity: 0;
}
.o_p_bl-post-pagenation .nextlink.is-active {
  opacity: 1;
  pointer-events: visible;
}
.o_p_bl-post-pagenation .nextlink::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: block;
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/100% 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media screen and (max-width: 480px) {
  .o_p_bl-post-pagenation .nextlink {
    padding-left: 0;
    border-left: none;
  }
}
.o_p_bl-post-pagenation .alllink {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em;
  width: 30%;
  min-width: 120px;
  max-width: 200px;
  background-color: #0A1023;
}

.o_p_bl-post-recommend {
  background-color: #81889D;
  border-radius: 20px;
  padding: 5rem;
  width: calc(100% - 4rem);
  max-width: 1166px;
  margin: 6rem auto 0;
}
@media screen and (max-width: 1166px) {
  .o_p_bl-post-recommend {
    padding: 3rem 2rem;
  }
}
.o_p_bl-post-recommend__heading {
  margin-bottom: 2rem;
  text-align: center;
}
.o_p_bl-post-recommend__heading .o_c_heading__highlight--en {
  font-size: clamp(1.25rem, 3vw, 1.6875rem);
}
.o_p_bl-post-recommend__heading .o_c_heading__highlight--jp {
  font-size: clamp(0.875rem, 2vw, 1.125rem);
}
.o_p_bl-post-recommend__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .o_p_bl-post-recommend__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .o_p_bl-post-recommend__list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.o_p_bl-post-recommend__list__item {
  display: block;
  background-color: #ffffff;
  border-radius: 14px;
  padding: 0.75rem;
}
@media screen and (max-width: 480px) {
  .o_p_bl-post-recommend__list__item {
    max-width: 240px;
    margin: 0 auto;
  }
}
.o_p_bl-post-recommend__list__item > a {
  display: block;
  width: 100%;
  height: 100%;
}
.o_p_bl-post-recommend__list__item__thumb {
  width: 100%;
  aspect-ratio: 187/128;
  border-radius: 10px;
  overflow: hidden;
}
.o_p_bl-post-recommend__list__item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_bl-post-recommend__list__item__data {
  padding: 0.75rem;
}
.o_p_bl-post-recommend__list__item__data__meta {
  margin-bottom: 0.5rem;
}
.o_p_bl-post-recommend__list__item__data__meta .date {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(0.8125rem, 1.6vw, 0.875rem);
  line-height: 1.2;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.o_p_bl-post-recommend__list__item__data__meta .category {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: clamp(0.6875rem, 1.5vw, 0.8125rem);
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
}
.o_p_bl-post-recommend__list__item__data__meta .category li {
  padding: 0.3em 0.7em;
  position: relative;
}
.o_p_bl-post-recommend__list__item__data__meta .category li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #81889D;
  opacity: 0.3;
  border-radius: 30px;
}
.o_p_bl-post-recommend__list__item__data .ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.125rem);
  line-height: 1.5;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 表示する行数を指定 */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.o_p_interview-lc {
  color: #ffffff;
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 20px;
  aspect-ratio: 2/3;
  padding: 2rem;
  position: relative;
  z-index: 0;
  border-radius: 200px;
  max-width: 300px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_interview-lc__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_interview-lc__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_interview-lc__thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_interview-lc__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_interview-lc__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_interview-lc__info .ttl {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.3;
  width: 70%;
  padding: 1em 0 1.5em;
}
.o_p_interview-lc__info .personaldata {
  text-align: center;
}
.o_p_interview-lc__info .personaldata .position {
  font-size: clamp(0.75rem, 1.6vw, 0.875rem);
  display: block;
  margin-bottom: 0.5em;
}
.o_p_interview-lc__info .personaldata .name {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2rem);
  display: block;
}
@media screen and (max-width: 480px) {
  .o_p_interview-lc {
    max-width: 240px;
  }
}
.o_p_interview-lc .bg-wrap {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}
.o_p_interview-lc .thumb-wrap {
  opacity: 0;
}
.o_p_interview-lc .info-wrap {
  opacity: 1;
}
@media (hover: hover) {
  .o_p_interview-lc:hover .bg-wrap {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
  .o_p_interview-lc:hover .thumb-wrap {
    opacity: 1;
  }
  .o_p_interview-lc:hover .info-wrap {
    opacity: 0;
  }
}

.o_p_business-lc {
  display: -ms-grid;
  display: grid;
  place-content: center;
  border-radius: 20px;
  aspect-ratio: 17/24;
  padding: clamp(2rem, 5vw, 3rem);
  position: relative;
  z-index: 0;
  border-radius: 20px;
  overflow: hidden;
}
.o_p_business-lc__en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 200;
  color: #ffffff;
  font-size: clamp(0.875rem, 1.6vw, 1.25rem);
  position: absolute;
  bottom: calc(100% - 1.5em);
  left: 1.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
.o_p_business-lc__jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  color: #ffffff;
  font-size: clamp(1.125rem, 4vw, 1.5rem);
  line-height: 1.5;
}
.o_p_business-lc__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) translate3d(0, 0, 0);
          transform: translate(-50%, -50%) translate3d(0, 0, 0);
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_business-lc__bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0D5EFF;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.o_p_business-lc__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_business-lc__thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_business-lc__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.o_p_business-lc::after {
  content: "";
  position: absolute;
  bottom: clamp(1rem, 2vw, 2rem);
  right: clamp(1rem, 2vw, 2rem);
  width: clamp(3rem, 8vw, 5rem);
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/40% 40%;
  background-color: #ffffff;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.o_p_business-lc .bg-wrap {
  opacity: 1;
}
.o_p_business-lc .thumb-wrap {
  opacity: 0;
}
@media (hover: hover) {
  .o_p_business-lc:hover::after {
    background: url(../../assets/images/common/arr-toRight-wh.svg) no-repeat center/40% 40%;
    background-color: #0D5EFF;
  }
  .o_p_business-lc:hover .bg-wrap {
    opacity: 1;
  }
  .o_p_business-lc:hover .thumb-wrap {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .o_p_business-lc {
    aspect-ratio: 2/1;
  }
}
@media screen and (max-width: 480px) {
  .o_p_business-lc {
    aspect-ratio: 4/3;
  }
}

.o_p_menu-recruitment {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin: 8rem auto;
}
@media screen and (max-width: 768px) {
  .o_p_menu-recruitment {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.o_p_menu-recruitment__item {
  display: -ms-grid;
  display: grid;
  place-content: center;
  background-color: #EAEEF7;
  border-radius: 20px;
  aspect-ratio: 38/31;
  padding: 4rem;
  overflow: hidden;
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media screen and (max-width: 768px) {
  .o_p_menu-recruitment__item {
    padding: 2rem;
    aspect-ratio: 2/1;
  }
}
.o_p_menu-recruitment__item::after {
  content: "";
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  width: clamp(2.5rem, 6vw, 4rem);
  background: url(../../assets/images/common/arr-toRight-wh.svg) no-repeat center/40% 40%;
  background-color: #0A1023;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.o_p_menu-recruitment__item__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  width: 100%;
  height: 100%;
}
.o_p_menu-recruitment__item__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.o_p_menu-recruitment__item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.o_p_menu-recruitment__item__body__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.o_p_menu-recruitment__item__body .en {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 5vw, 1.875rem);
  line-height: 1;
  word-break: keep-all;
  overflow-wrap: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
}
.o_p_menu-recruitment__item__body .jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 1rem;
}
.o_p_menu-recruitment__item .bg-wrap {
  -webkit-mask-image: url(../../assets/images/common/mask-image.png);
  mask-image: url(../../assets/images/common/mask-image.png);
}
@supports ((-webkit-mask-image: url(../../assets/images/common/mask-image.webp)) or (mask-image: url(../../assets/images/common/mask-image.webp))) {
  .o_p_menu-recruitment__item .bg-wrap {
    -webkit-mask-image: url(../../assets/images/common/mask-image.webp);
    mask-image: url(../../assets/images/common/mask-image.webp);
  }
}
.o_p_menu-recruitment__item .bg-wrap {
  -webkit-mask-size: 0% 0%; /* マスク画像のサイズを調整 */
  mask-size: 0% 0%;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-transition: -webkit-mask-size 0.4s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: -webkit-mask-size 0.4s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: mask-size 0.4s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: mask-size 0.4s cubic-bezier(0.3, 0.6, 0.4, 1), -webkit-mask-size 0.4s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .o_p_menu-recruitment__item:hover {
    color: #ffffff;
  }
  .o_p_menu-recruitment__item:hover::after {
    background: url(../../assets/images/common/arr-toRight-wh.svg) no-repeat center/40% 40%;
    background-color: #0D5EFF;
  }
  .o_p_menu-recruitment__item:hover .bg-wrap {
    -webkit-mask-size: 300% 300%;
    mask-size: 200% 200%;
  }
}

.o_p_other-interview {
  width: 100%;
  height: 300px;
  background-color: rgb(183, 241, 108);
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.scroll-hint-icon {
  background: #0A1023 !important;
  height: initial !important;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.9 !important;
}

.scroll-hint-icon:before {
  background: url(../../assets/images/common/scroll-hint-icon-before.svg) no-repeat center 100% !important;
}

.scroll-hint-icon:after {
  width: 40px !important;
  background: url(../../assets/images/common/scroll-hint-icon-after.svg) no-repeat center 100% !important;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: none !important;
          animation: none !important;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  -webkit-transition-delay: initial !important;
          transition-delay: initial !important;
}

.realvoice__swiper {
  position: relative;
  overflow: hidden;
  padding: 3rem 0;
}
.realvoice__swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.realvoice__swiper .swiper-wrapper .swiper-slide {
  height: auto; /* 自動高さにする */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; /* 中身を縦に並べる場合 */
}
.realvoice__swiper__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.realvoice__swiper__btn__prev {
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/50% 50%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  cursor: pointer;
}
.realvoice__swiper__btn__next {
  width: 3rem;
  height: auto;
  aspect-ratio: 1/1;
  border-left: solid 1px #0A1023;
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/50% 50%;
  cursor: pointer;
}
.realvoice__swiper__scrollbar {
  height: 6px;
  position: relative;
}
.realvoice__swiper__scrollbar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  height: 3px;
  background-color: #0A1023;
  opacity: 0.3;
}
.realvoice__swiper__scrollbar .swiper-scrollbar-drag {
  background-color: #0D5EFF;
  border-radius: 0 !important;
}
@media screen and (max-width: 1166px) {
  .realvoice__swiper__btn {
    right: 2rem;
    left: initial;
    -webkit-transform: initial;
            transform: initial;
  }
}
@media screen and (max-width: 768px) {
  .realvoice__swiper__btn {
    display: none;
  }
  .realvoice__swiper__scrollbar {
    display: none;
  }
}

.editor-styles-wrapper p {
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper p > a {
  color: #0D5EFF;
  text-decoration: underline;
  text-decoration-color: #0D5EFF;
}
.editor-styles-wrapper p > a:hover {
  text-decoration: none;
}
.editor-styles-wrapper h1 {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper h3 {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper h4 {
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper h5 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper h6 {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper ul:not(.wp-block-post-template):last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) li {
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5em;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ul:not(.wp-block-post-template) li::marker {
  color: #0D5EFF;
}
.editor-styles-wrapper ol {
  counter-reset: list-counter; /* カウンターを初期化 */
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper ol:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol li {
  counter-increment: list-counter; /* カウンターを加算 */
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}
.editor-styles-wrapper ol li:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper ol li::before {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  color: #0D5EFF;
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  top: 0;
}
.editor-styles-wrapper .wp-block-quote {
  color: #81889D;
  padding: 1.8em 2em 1.8em 3em;
  border-radius: 10px;
  background: rgba(234, 238, 247, 0.4);
  margin-bottom: 1.5rem;
  position: relative;
}
.editor-styles-wrapper .wp-block-quote::after {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% - 3em);
  background-color: #81889D;
  top: 50%;
  left: 1.5em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 0.8;
}
.editor-styles-wrapper .wp-block-quote > p {
  margin-bottom: 0.5em;
}
.editor-styles-wrapper .wp-block-quote > p:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-quote cite::before {
  content: "ー";
  font-style: italic;
  margin-right: 5px;
}
.editor-styles-wrapper .wp-block-separator {
  border: none;
  border-left: none;
  border-right: none;
  border-top: solid 1px;
  margin: 60px auto;
  color: #A4A0A0;
}
.editor-styles-wrapper .wp-block-code {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-preformatted {
  font-family: inherit;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-table {
  margin-bottom: 1.5em !important;
}
.editor-styles-wrapper .wp-block-table figcaption {
  text-align: center;
}
.editor-styles-wrapper .wp-block-table table {
  width: auto !important;
}
.editor-styles-wrapper .wp-block-table table thead {
  border-bottom: solid 1px #A4A0A0;
}
.editor-styles-wrapper .wp-block-table table thead th {
  color: #ffffff;
  background-color: #81889D;
  white-space: nowrap;
  padding: 0.75em;
  border: solid 1px #ffffff;
  border-radius: 8px 8px 0 0;
}
.editor-styles-wrapper .wp-block-table table tfoot {
  background: rgba(10, 16, 35, 0.2);
  border-top: solid 1px #A4A0A0;
}
.editor-styles-wrapper .wp-block-table table tfoot td {
  background: rgba(10, 16, 35, 0.05);
  white-space: nowrap;
  padding: 0.75em;
  border: solid 1px #ffffff;
}
.editor-styles-wrapper .wp-block-table table tr:nth-child(odd) {
  background: rgba(10, 16, 35, 0.1);
}
.editor-styles-wrapper .wp-block-table table tr:nth-child(even) {
  background: rgba(10, 16, 35, 0.05);
}
.editor-styles-wrapper .wp-block-table table tr td {
  white-space: nowrap;
  padding: 0.75em;
  border: solid 1px #ffffff;
}
.editor-styles-wrapper .wp-block-verse {
  font-family: inherit;
  font-style: italic;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-image {
  margin: 0 0 1.5em;
}
.editor-styles-wrapper .wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
  text-align: center;
}
.editor-styles-wrapper .wp-block-gallery {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-gallery .blocks-gallery-grid {
  width: 100%;
  margin: 0 auto 1.5em;
}
.editor-styles-wrapper .wp-block-gallery > figcaption {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-cover {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-file {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-media-text {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-embed {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-buttons {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-button {
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .wp-block-button__link {
  border-radius: 10px;
}
.editor-styles-wrapper .wp-block-columns > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-columns.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-columns:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-column > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-column:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .wp-block-group > p {
  margin-bottom: initial;
}
.editor-styles-wrapper .wp-block-group.has-background {
  padding: 2em;
}
.editor-styles-wrapper .wp-block-group:last-child {
  margin-bottom: 0;
}
.editor-styles-wrapper .more-link {
  display: block;
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages {
  text-align: right;
}
.editor-styles-wrapper .wp-link-pages .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links {
  padding: 1em;
  border-top: solid 1px #0D5EFF;
  border-bottom: solid 1px #0D5EFF;
  margin-bottom: 1.5rem;
}
.editor-styles-wrapper .post-nav-links .post-nav-ttl {
  padding: 0 3px 0 0;
}
.editor-styles-wrapper .post-nav-links .post-page-numbers {
  padding: 0 3px;
}
.editor-styles-wrapper .post-nav-links .current {
  font-weight: 500;
}
.editor-styles-wrapper .wp-block-search {
  margin-bottom: 1em;
}
.editor-styles-wrapper .wp-block-social-links {
  margin: 0 auto 1em;
}
.editor-styles-wrapper .wp-block-calendar table th {
  text-align: center;
  border-right: solid 1px #ffffff;
}
.editor-styles-wrapper .wp-block-calendar table th:last-child {
  border-right: none;
}
.editor-styles-wrapper iframe {
  display: block;
  margin: 0 auto;
  width: 100% !important;
  height: initial;
  aspect-ratio: 16/9;
}

.editor-styles-wrapper .has-oriental-blue-background-color {
  background-color: #0D5EFF;
}
.editor-styles-wrapper .has-oriental-blue-color {
  color: #0D5EFF;
}
.editor-styles-wrapper .has-oriental-bluegray-background-color {
  background-color: #A4A0A0;
}
.editor-styles-wrapper .has-oriental-bluegray-color {
  color: #A4A0A0;
}
.editor-styles-wrapper .has-oriental-navy-background-color {
  background-color: #0A1023;
}
.editor-styles-wrapper .has-oriental-navy-color {
  color: #0A1023;
}

.o_p_breadcrumb {
  font-size: 0.75rem;
  width: 100%;
  margin: 60px 0 0;
}
.o_p_breadcrumb div {
  padding: 0 0 20px;
}
.o_p_breadcrumb span {
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.o_p_breadcrumb span span:first-child {
  padding-left: 0;
}
.o_p_breadcrumb span span:last-child {
  padding-right: 0;
}
.o_p_breadcrumb span span strong {
  font-weight: 500;
}
@media (hover: hover) {
  .o_p_breadcrumb span span a:hover {
    text-decoration: none;
  }
  .o_p_breadcrumb span span a:hover:hover {
    text-decoration: underline;
  }
}
.wp-pagenavi {
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  margin: 3em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  max-width: 480px;
  padding: 0 3rem;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .page,
.wp-pagenavi .current {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.wp-pagenavi .current {
  color: #ffffff;
  background-color: #0A1023;
}
.wp-pagenavi .previouspostslink {
  position: absolute;
  left: 0;
  border-right: solid 1px #0A1023;
  width: 2rem;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.wp-pagenavi .previouspostslink::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/100% 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.wp-pagenavi .nextpostslink {
  position: absolute;
  right: 0;
  border-left: solid 1px #0A1023;
  width: 2rem;
  height: 100%;
  text-indent: -999px;
  overflow: hidden;
}
.wp-pagenavi .nextpostslink::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 10px);
  height: 100%;
  background: url(../../assets/images/common/arr-toRight-navy.svg) no-repeat center/100% 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
.wp-pagenavi .previouspostslink::after,
.wp-pagenavi .nextpostslink::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  z-index: -1;
  border-radius: 4px;
  background-color: #0D5EFF;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.6, 0.4, 1);
}
@media (hover: hover) {
  .wp-pagenavi .previouspostslink:hover,
  .wp-pagenavi .nextpostslink:hover {
    /*border-bottom: none;
    &::after {
        transform: scale(1, 1);
    }*/
  }
}

.u_align--center {
  text-align: center;
}
.u_align--left {
  text-align: left;
}
.u_align--right {
  text-align: right;
}
.u_align--justify {
  text-align: justify;
}

.u_br--sm,
.u_br--md {
  display: none;
}

.u_br--lg {
  display: block;
}

@media screen and (max-width: 1166px) {
  .u_br--lg {
    display: block;
  }
  .u_br--md,
  .u_br--sm {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_br--md {
    display: block;
  }
  .u_br--sm,
  .u_br--lg {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .u_br--sm {
    display: block;
  }
  .u_br--md,
  .u_br--lg {
    display: none;
  }
}
.u_float--clear {
  clear: both;
}
.u_float--left {
  float: left;
}
.u_float--right {
  float: right;
}

.u_family--jp {
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}
.u_family--en-sansserif {
  font-family: "Be Vietnam Pro", sans-serif;
}

.u_style--italic {
  font-style: italic;
}

.u_weight--bold {
  font-weight: 700;
}
.u_weight--semibold {
  font-weight: 600;
}
.u_weight--medium {
  font-weight: 500;
}
.u_weight--regular {
  font-weight: 400;
}
.u_weight--light {
  font-weight: 300;
}
.u_weight--extralight {
  font-weight: 200;
}

.u_color--wh {
  color: #ffffff;
}
.u_color--bk {
  color: #000000;
}
.u_color--navy {
  color: #0A1023;
}
.u_color--blue {
  color: #0D5EFF;
}

.u_mb0 {
  margin-bottom: 0px;
}

.u_mb1 {
  margin-bottom: 1px;
}

.u_mb2 {
  margin-bottom: 2px;
}

.u_mb3 {
  margin-bottom: 3px;
}

.u_mb4 {
  margin-bottom: 4px;
}

.u_mb5 {
  margin-bottom: 5px;
}

.u_mb6 {
  margin-bottom: 6px;
}

.u_mb7 {
  margin-bottom: 7px;
}

.u_mb8 {
  margin-bottom: 8px;
}

.u_mb9 {
  margin-bottom: 9px;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb11 {
  margin-bottom: 11px;
}

.u_mb12 {
  margin-bottom: 12px;
}

.u_mb13 {
  margin-bottom: 13px;
}

.u_mb14 {
  margin-bottom: 14px;
}

.u_mb15 {
  margin-bottom: 15px;
}

.u_mb16 {
  margin-bottom: 16px;
}

.u_mb17 {
  margin-bottom: 17px;
}

.u_mb18 {
  margin-bottom: 18px;
}

.u_mb19 {
  margin-bottom: 19px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb21 {
  margin-bottom: 21px;
}

.u_mb22 {
  margin-bottom: 22px;
}

.u_mb23 {
  margin-bottom: 23px;
}

.u_mb24 {
  margin-bottom: 24px;
}

.u_mb25 {
  margin-bottom: 25px;
}

.u_mb26 {
  margin-bottom: 26px;
}

.u_mb27 {
  margin-bottom: 27px;
}

.u_mb28 {
  margin-bottom: 28px;
}

.u_mb29 {
  margin-bottom: 29px;
}

.u_mb30 {
  margin-bottom: 30px;
}

.u_mb31 {
  margin-bottom: 31px;
}

.u_mb32 {
  margin-bottom: 32px;
}

.u_mb33 {
  margin-bottom: 33px;
}

.u_mb34 {
  margin-bottom: 34px;
}

.u_mb35 {
  margin-bottom: 35px;
}

.u_mb36 {
  margin-bottom: 36px;
}

.u_mb37 {
  margin-bottom: 37px;
}

.u_mb38 {
  margin-bottom: 38px;
}

.u_mb39 {
  margin-bottom: 39px;
}

.u_mb40 {
  margin-bottom: 40px;
}

.u_mb41 {
  margin-bottom: 41px;
}

.u_mb42 {
  margin-bottom: 42px;
}

.u_mb43 {
  margin-bottom: 43px;
}

.u_mb44 {
  margin-bottom: 44px;
}

.u_mb45 {
  margin-bottom: 45px;
}

.u_mb46 {
  margin-bottom: 46px;
}

.u_mb47 {
  margin-bottom: 47px;
}

.u_mb48 {
  margin-bottom: 48px;
}

.u_mb49 {
  margin-bottom: 49px;
}

.u_mb50 {
  margin-bottom: 50px;
}

.u_mb51 {
  margin-bottom: 51px;
}

.u_mb52 {
  margin-bottom: 52px;
}

.u_mb53 {
  margin-bottom: 53px;
}

.u_mb54 {
  margin-bottom: 54px;
}

.u_mb55 {
  margin-bottom: 55px;
}

.u_mb56 {
  margin-bottom: 56px;
}

.u_mb57 {
  margin-bottom: 57px;
}

.u_mb58 {
  margin-bottom: 58px;
}

.u_mb59 {
  margin-bottom: 59px;
}

.u_mb60 {
  margin-bottom: 60px;
}

.u_mb61 {
  margin-bottom: 61px;
}

.u_mb62 {
  margin-bottom: 62px;
}

.u_mb63 {
  margin-bottom: 63px;
}

.u_mb64 {
  margin-bottom: 64px;
}

.u_mb65 {
  margin-bottom: 65px;
}

.u_mb66 {
  margin-bottom: 66px;
}

.u_mb67 {
  margin-bottom: 67px;
}

.u_mb68 {
  margin-bottom: 68px;
}

.u_mb69 {
  margin-bottom: 69px;
}

.u_mb70 {
  margin-bottom: 70px;
}

.u_mb71 {
  margin-bottom: 71px;
}

.u_mb72 {
  margin-bottom: 72px;
}

.u_mb73 {
  margin-bottom: 73px;
}

.u_mb74 {
  margin-bottom: 74px;
}

.u_mb75 {
  margin-bottom: 75px;
}

.u_mb76 {
  margin-bottom: 76px;
}

.u_mb77 {
  margin-bottom: 77px;
}

.u_mb78 {
  margin-bottom: 78px;
}

.u_mb79 {
  margin-bottom: 79px;
}

.u_mb80 {
  margin-bottom: 80px;
}

.u_mb81 {
  margin-bottom: 81px;
}

.u_mb82 {
  margin-bottom: 82px;
}

.u_mb83 {
  margin-bottom: 83px;
}

.u_mb84 {
  margin-bottom: 84px;
}

.u_mb85 {
  margin-bottom: 85px;
}

.u_mb86 {
  margin-bottom: 86px;
}

.u_mb87 {
  margin-bottom: 87px;
}

.u_mb88 {
  margin-bottom: 88px;
}

.u_mb89 {
  margin-bottom: 89px;
}

.u_mb90 {
  margin-bottom: 90px;
}

.u_mb91 {
  margin-bottom: 91px;
}

.u_mb92 {
  margin-bottom: 92px;
}

.u_mb93 {
  margin-bottom: 93px;
}

.u_mb94 {
  margin-bottom: 94px;
}

.u_mb95 {
  margin-bottom: 95px;
}

.u_mb96 {
  margin-bottom: 96px;
}

.u_mb97 {
  margin-bottom: 97px;
}

.u_mb98 {
  margin-bottom: 98px;
}

.u_mb99 {
  margin-bottom: 99px;
}

.u_mb100 {
  margin-bottom: 100px;
}

.u_mt0 {
  margin-top: 0px;
}

.u_mt1 {
  margin-top: 1px;
}

.u_mt2 {
  margin-top: 2px;
}

.u_mt3 {
  margin-top: 3px;
}

.u_mt4 {
  margin-top: 4px;
}

.u_mt5 {
  margin-top: 5px;
}

.u_mt6 {
  margin-top: 6px;
}

.u_mt7 {
  margin-top: 7px;
}

.u_mt8 {
  margin-top: 8px;
}

.u_mt9 {
  margin-top: 9px;
}

.u_mt10 {
  margin-top: 10px;
}

.u_mt11 {
  margin-top: 11px;
}

.u_mt12 {
  margin-top: 12px;
}

.u_mt13 {
  margin-top: 13px;
}

.u_mt14 {
  margin-top: 14px;
}

.u_mt15 {
  margin-top: 15px;
}

.u_mt16 {
  margin-top: 16px;
}

.u_mt17 {
  margin-top: 17px;
}

.u_mt18 {
  margin-top: 18px;
}

.u_mt19 {
  margin-top: 19px;
}

.u_mt20 {
  margin-top: 20px;
}

.u_mt21 {
  margin-top: 21px;
}

.u_mt22 {
  margin-top: 22px;
}

.u_mt23 {
  margin-top: 23px;
}

.u_mt24 {
  margin-top: 24px;
}

.u_mt25 {
  margin-top: 25px;
}

.u_mt26 {
  margin-top: 26px;
}

.u_mt27 {
  margin-top: 27px;
}

.u_mt28 {
  margin-top: 28px;
}

.u_mt29 {
  margin-top: 29px;
}

.u_mt30 {
  margin-top: 30px;
}

.u_mt31 {
  margin-top: 31px;
}

.u_mt32 {
  margin-top: 32px;
}

.u_mt33 {
  margin-top: 33px;
}

.u_mt34 {
  margin-top: 34px;
}

.u_mt35 {
  margin-top: 35px;
}

.u_mt36 {
  margin-top: 36px;
}

.u_mt37 {
  margin-top: 37px;
}

.u_mt38 {
  margin-top: 38px;
}

.u_mt39 {
  margin-top: 39px;
}

.u_mt40 {
  margin-top: 40px;
}

.u_mt41 {
  margin-top: 41px;
}

.u_mt42 {
  margin-top: 42px;
}

.u_mt43 {
  margin-top: 43px;
}

.u_mt44 {
  margin-top: 44px;
}

.u_mt45 {
  margin-top: 45px;
}

.u_mt46 {
  margin-top: 46px;
}

.u_mt47 {
  margin-top: 47px;
}

.u_mt48 {
  margin-top: 48px;
}

.u_mt49 {
  margin-top: 49px;
}

.u_mt50 {
  margin-top: 50px;
}

.u_mt51 {
  margin-top: 51px;
}

.u_mt52 {
  margin-top: 52px;
}

.u_mt53 {
  margin-top: 53px;
}

.u_mt54 {
  margin-top: 54px;
}

.u_mt55 {
  margin-top: 55px;
}

.u_mt56 {
  margin-top: 56px;
}

.u_mt57 {
  margin-top: 57px;
}

.u_mt58 {
  margin-top: 58px;
}

.u_mt59 {
  margin-top: 59px;
}

.u_mt60 {
  margin-top: 60px;
}

.u_mt61 {
  margin-top: 61px;
}

.u_mt62 {
  margin-top: 62px;
}

.u_mt63 {
  margin-top: 63px;
}

.u_mt64 {
  margin-top: 64px;
}

.u_mt65 {
  margin-top: 65px;
}

.u_mt66 {
  margin-top: 66px;
}

.u_mt67 {
  margin-top: 67px;
}

.u_mt68 {
  margin-top: 68px;
}

.u_mt69 {
  margin-top: 69px;
}

.u_mt70 {
  margin-top: 70px;
}

.u_mt71 {
  margin-top: 71px;
}

.u_mt72 {
  margin-top: 72px;
}

.u_mt73 {
  margin-top: 73px;
}

.u_mt74 {
  margin-top: 74px;
}

.u_mt75 {
  margin-top: 75px;
}

.u_mt76 {
  margin-top: 76px;
}

.u_mt77 {
  margin-top: 77px;
}

.u_mt78 {
  margin-top: 78px;
}

.u_mt79 {
  margin-top: 79px;
}

.u_mt80 {
  margin-top: 80px;
}

.u_mt81 {
  margin-top: 81px;
}

.u_mt82 {
  margin-top: 82px;
}

.u_mt83 {
  margin-top: 83px;
}

.u_mt84 {
  margin-top: 84px;
}

.u_mt85 {
  margin-top: 85px;
}

.u_mt86 {
  margin-top: 86px;
}

.u_mt87 {
  margin-top: 87px;
}

.u_mt88 {
  margin-top: 88px;
}

.u_mt89 {
  margin-top: 89px;
}

.u_mt90 {
  margin-top: 90px;
}

.u_mt91 {
  margin-top: 91px;
}

.u_mt92 {
  margin-top: 92px;
}

.u_mt93 {
  margin-top: 93px;
}

.u_mt94 {
  margin-top: 94px;
}

.u_mt95 {
  margin-top: 95px;
}

.u_mt96 {
  margin-top: 96px;
}

.u_mt97 {
  margin-top: 97px;
}

.u_mt98 {
  margin-top: 98px;
}

.u_mt99 {
  margin-top: 99px;
}

.u_mt100 {
  margin-top: 100px;
}

.u_mr0 {
  margin-right: 0px;
}

.u_mr1 {
  margin-right: 1px;
}

.u_mr2 {
  margin-right: 2px;
}

.u_mr3 {
  margin-right: 3px;
}

.u_mr4 {
  margin-right: 4px;
}

.u_mr5 {
  margin-right: 5px;
}

.u_mr6 {
  margin-right: 6px;
}

.u_mr7 {
  margin-right: 7px;
}

.u_mr8 {
  margin-right: 8px;
}

.u_mr9 {
  margin-right: 9px;
}

.u_mr10 {
  margin-right: 10px;
}

.u_mr11 {
  margin-right: 11px;
}

.u_mr12 {
  margin-right: 12px;
}

.u_mr13 {
  margin-right: 13px;
}

.u_mr14 {
  margin-right: 14px;
}

.u_mr15 {
  margin-right: 15px;
}

.u_mr16 {
  margin-right: 16px;
}

.u_mr17 {
  margin-right: 17px;
}

.u_mr18 {
  margin-right: 18px;
}

.u_mr19 {
  margin-right: 19px;
}

.u_mr20 {
  margin-right: 20px;
}

.u_mr21 {
  margin-right: 21px;
}

.u_mr22 {
  margin-right: 22px;
}

.u_mr23 {
  margin-right: 23px;
}

.u_mr24 {
  margin-right: 24px;
}

.u_mr25 {
  margin-right: 25px;
}

.u_mr26 {
  margin-right: 26px;
}

.u_mr27 {
  margin-right: 27px;
}

.u_mr28 {
  margin-right: 28px;
}

.u_mr29 {
  margin-right: 29px;
}

.u_mr30 {
  margin-right: 30px;
}

.u_mr31 {
  margin-right: 31px;
}

.u_mr32 {
  margin-right: 32px;
}

.u_mr33 {
  margin-right: 33px;
}

.u_mr34 {
  margin-right: 34px;
}

.u_mr35 {
  margin-right: 35px;
}

.u_mr36 {
  margin-right: 36px;
}

.u_mr37 {
  margin-right: 37px;
}

.u_mr38 {
  margin-right: 38px;
}

.u_mr39 {
  margin-right: 39px;
}

.u_mr40 {
  margin-right: 40px;
}

.u_mr41 {
  margin-right: 41px;
}

.u_mr42 {
  margin-right: 42px;
}

.u_mr43 {
  margin-right: 43px;
}

.u_mr44 {
  margin-right: 44px;
}

.u_mr45 {
  margin-right: 45px;
}

.u_mr46 {
  margin-right: 46px;
}

.u_mr47 {
  margin-right: 47px;
}

.u_mr48 {
  margin-right: 48px;
}

.u_mr49 {
  margin-right: 49px;
}

.u_mr50 {
  margin-right: 50px;
}

.u_mr51 {
  margin-right: 51px;
}

.u_mr52 {
  margin-right: 52px;
}

.u_mr53 {
  margin-right: 53px;
}

.u_mr54 {
  margin-right: 54px;
}

.u_mr55 {
  margin-right: 55px;
}

.u_mr56 {
  margin-right: 56px;
}

.u_mr57 {
  margin-right: 57px;
}

.u_mr58 {
  margin-right: 58px;
}

.u_mr59 {
  margin-right: 59px;
}

.u_mr60 {
  margin-right: 60px;
}

.u_mr61 {
  margin-right: 61px;
}

.u_mr62 {
  margin-right: 62px;
}

.u_mr63 {
  margin-right: 63px;
}

.u_mr64 {
  margin-right: 64px;
}

.u_mr65 {
  margin-right: 65px;
}

.u_mr66 {
  margin-right: 66px;
}

.u_mr67 {
  margin-right: 67px;
}

.u_mr68 {
  margin-right: 68px;
}

.u_mr69 {
  margin-right: 69px;
}

.u_mr70 {
  margin-right: 70px;
}

.u_mr71 {
  margin-right: 71px;
}

.u_mr72 {
  margin-right: 72px;
}

.u_mr73 {
  margin-right: 73px;
}

.u_mr74 {
  margin-right: 74px;
}

.u_mr75 {
  margin-right: 75px;
}

.u_mr76 {
  margin-right: 76px;
}

.u_mr77 {
  margin-right: 77px;
}

.u_mr78 {
  margin-right: 78px;
}

.u_mr79 {
  margin-right: 79px;
}

.u_mr80 {
  margin-right: 80px;
}

.u_mr81 {
  margin-right: 81px;
}

.u_mr82 {
  margin-right: 82px;
}

.u_mr83 {
  margin-right: 83px;
}

.u_mr84 {
  margin-right: 84px;
}

.u_mr85 {
  margin-right: 85px;
}

.u_mr86 {
  margin-right: 86px;
}

.u_mr87 {
  margin-right: 87px;
}

.u_mr88 {
  margin-right: 88px;
}

.u_mr89 {
  margin-right: 89px;
}

.u_mr90 {
  margin-right: 90px;
}

.u_mr91 {
  margin-right: 91px;
}

.u_mr92 {
  margin-right: 92px;
}

.u_mr93 {
  margin-right: 93px;
}

.u_mr94 {
  margin-right: 94px;
}

.u_mr95 {
  margin-right: 95px;
}

.u_mr96 {
  margin-right: 96px;
}

.u_mr97 {
  margin-right: 97px;
}

.u_mr98 {
  margin-right: 98px;
}

.u_mr99 {
  margin-right: 99px;
}

.u_mr100 {
  margin-right: 100px;
}

.u_ml0 {
  margin-left: 0px;
}

.u_ml1 {
  margin-left: 1px;
}

.u_ml2 {
  margin-left: 2px;
}

.u_ml3 {
  margin-left: 3px;
}

.u_ml4 {
  margin-left: 4px;
}

.u_ml5 {
  margin-left: 5px;
}

.u_ml6 {
  margin-left: 6px;
}

.u_ml7 {
  margin-left: 7px;
}

.u_ml8 {
  margin-left: 8px;
}

.u_ml9 {
  margin-left: 9px;
}

.u_ml10 {
  margin-left: 10px;
}

.u_ml11 {
  margin-left: 11px;
}

.u_ml12 {
  margin-left: 12px;
}

.u_ml13 {
  margin-left: 13px;
}

.u_ml14 {
  margin-left: 14px;
}

.u_ml15 {
  margin-left: 15px;
}

.u_ml16 {
  margin-left: 16px;
}

.u_ml17 {
  margin-left: 17px;
}

.u_ml18 {
  margin-left: 18px;
}

.u_ml19 {
  margin-left: 19px;
}

.u_ml20 {
  margin-left: 20px;
}

.u_ml21 {
  margin-left: 21px;
}

.u_ml22 {
  margin-left: 22px;
}

.u_ml23 {
  margin-left: 23px;
}

.u_ml24 {
  margin-left: 24px;
}

.u_ml25 {
  margin-left: 25px;
}

.u_ml26 {
  margin-left: 26px;
}

.u_ml27 {
  margin-left: 27px;
}

.u_ml28 {
  margin-left: 28px;
}

.u_ml29 {
  margin-left: 29px;
}

.u_ml30 {
  margin-left: 30px;
}

.u_ml31 {
  margin-left: 31px;
}

.u_ml32 {
  margin-left: 32px;
}

.u_ml33 {
  margin-left: 33px;
}

.u_ml34 {
  margin-left: 34px;
}

.u_ml35 {
  margin-left: 35px;
}

.u_ml36 {
  margin-left: 36px;
}

.u_ml37 {
  margin-left: 37px;
}

.u_ml38 {
  margin-left: 38px;
}

.u_ml39 {
  margin-left: 39px;
}

.u_ml40 {
  margin-left: 40px;
}

.u_ml41 {
  margin-left: 41px;
}

.u_ml42 {
  margin-left: 42px;
}

.u_ml43 {
  margin-left: 43px;
}

.u_ml44 {
  margin-left: 44px;
}

.u_ml45 {
  margin-left: 45px;
}

.u_ml46 {
  margin-left: 46px;
}

.u_ml47 {
  margin-left: 47px;
}

.u_ml48 {
  margin-left: 48px;
}

.u_ml49 {
  margin-left: 49px;
}

.u_ml50 {
  margin-left: 50px;
}

.u_ml51 {
  margin-left: 51px;
}

.u_ml52 {
  margin-left: 52px;
}

.u_ml53 {
  margin-left: 53px;
}

.u_ml54 {
  margin-left: 54px;
}

.u_ml55 {
  margin-left: 55px;
}

.u_ml56 {
  margin-left: 56px;
}

.u_ml57 {
  margin-left: 57px;
}

.u_ml58 {
  margin-left: 58px;
}

.u_ml59 {
  margin-left: 59px;
}

.u_ml60 {
  margin-left: 60px;
}

.u_ml61 {
  margin-left: 61px;
}

.u_ml62 {
  margin-left: 62px;
}

.u_ml63 {
  margin-left: 63px;
}

.u_ml64 {
  margin-left: 64px;
}

.u_ml65 {
  margin-left: 65px;
}

.u_ml66 {
  margin-left: 66px;
}

.u_ml67 {
  margin-left: 67px;
}

.u_ml68 {
  margin-left: 68px;
}

.u_ml69 {
  margin-left: 69px;
}

.u_ml70 {
  margin-left: 70px;
}

.u_ml71 {
  margin-left: 71px;
}

.u_ml72 {
  margin-left: 72px;
}

.u_ml73 {
  margin-left: 73px;
}

.u_ml74 {
  margin-left: 74px;
}

.u_ml75 {
  margin-left: 75px;
}

.u_ml76 {
  margin-left: 76px;
}

.u_ml77 {
  margin-left: 77px;
}

.u_ml78 {
  margin-left: 78px;
}

.u_ml79 {
  margin-left: 79px;
}

.u_ml80 {
  margin-left: 80px;
}

.u_ml81 {
  margin-left: 81px;
}

.u_ml82 {
  margin-left: 82px;
}

.u_ml83 {
  margin-left: 83px;
}

.u_ml84 {
  margin-left: 84px;
}

.u_ml85 {
  margin-left: 85px;
}

.u_ml86 {
  margin-left: 86px;
}

.u_ml87 {
  margin-left: 87px;
}

.u_ml88 {
  margin-left: 88px;
}

.u_ml89 {
  margin-left: 89px;
}

.u_ml90 {
  margin-left: 90px;
}

.u_ml91 {
  margin-left: 91px;
}

.u_ml92 {
  margin-left: 92px;
}

.u_ml93 {
  margin-left: 93px;
}

.u_ml94 {
  margin-left: 94px;
}

.u_ml95 {
  margin-left: 95px;
}

.u_ml96 {
  margin-left: 96px;
}

.u_ml97 {
  margin-left: 97px;
}

.u_ml98 {
  margin-left: 98px;
}

.u_ml99 {
  margin-left: 99px;
}

.u_ml100 {
  margin-left: 100px;
}

.u_pb0 {
  padding-bottom: 0px;
}

.u_pb1 {
  padding-bottom: 1px;
}

.u_pb2 {
  padding-bottom: 2px;
}

.u_pb3 {
  padding-bottom: 3px;
}

.u_pb4 {
  padding-bottom: 4px;
}

.u_pb5 {
  padding-bottom: 5px;
}

.u_pb6 {
  padding-bottom: 6px;
}

.u_pb7 {
  padding-bottom: 7px;
}

.u_pb8 {
  padding-bottom: 8px;
}

.u_pb9 {
  padding-bottom: 9px;
}

.u_pb10 {
  padding-bottom: 10px;
}

.u_pb11 {
  padding-bottom: 11px;
}

.u_pb12 {
  padding-bottom: 12px;
}

.u_pb13 {
  padding-bottom: 13px;
}

.u_pb14 {
  padding-bottom: 14px;
}

.u_pb15 {
  padding-bottom: 15px;
}

.u_pb16 {
  padding-bottom: 16px;
}

.u_pb17 {
  padding-bottom: 17px;
}

.u_pb18 {
  padding-bottom: 18px;
}

.u_pb19 {
  padding-bottom: 19px;
}

.u_pb20 {
  padding-bottom: 20px;
}

.u_pb21 {
  padding-bottom: 21px;
}

.u_pb22 {
  padding-bottom: 22px;
}

.u_pb23 {
  padding-bottom: 23px;
}

.u_pb24 {
  padding-bottom: 24px;
}

.u_pb25 {
  padding-bottom: 25px;
}

.u_pb26 {
  padding-bottom: 26px;
}

.u_pb27 {
  padding-bottom: 27px;
}

.u_pb28 {
  padding-bottom: 28px;
}

.u_pb29 {
  padding-bottom: 29px;
}

.u_pb30 {
  padding-bottom: 30px;
}

.u_pb31 {
  padding-bottom: 31px;
}

.u_pb32 {
  padding-bottom: 32px;
}

.u_pb33 {
  padding-bottom: 33px;
}

.u_pb34 {
  padding-bottom: 34px;
}

.u_pb35 {
  padding-bottom: 35px;
}

.u_pb36 {
  padding-bottom: 36px;
}

.u_pb37 {
  padding-bottom: 37px;
}

.u_pb38 {
  padding-bottom: 38px;
}

.u_pb39 {
  padding-bottom: 39px;
}

.u_pb40 {
  padding-bottom: 40px;
}

.u_pb41 {
  padding-bottom: 41px;
}

.u_pb42 {
  padding-bottom: 42px;
}

.u_pb43 {
  padding-bottom: 43px;
}

.u_pb44 {
  padding-bottom: 44px;
}

.u_pb45 {
  padding-bottom: 45px;
}

.u_pb46 {
  padding-bottom: 46px;
}

.u_pb47 {
  padding-bottom: 47px;
}

.u_pb48 {
  padding-bottom: 48px;
}

.u_pb49 {
  padding-bottom: 49px;
}

.u_pb50 {
  padding-bottom: 50px;
}

.u_pb51 {
  padding-bottom: 51px;
}

.u_pb52 {
  padding-bottom: 52px;
}

.u_pb53 {
  padding-bottom: 53px;
}

.u_pb54 {
  padding-bottom: 54px;
}

.u_pb55 {
  padding-bottom: 55px;
}

.u_pb56 {
  padding-bottom: 56px;
}

.u_pb57 {
  padding-bottom: 57px;
}

.u_pb58 {
  padding-bottom: 58px;
}

.u_pb59 {
  padding-bottom: 59px;
}

.u_pb60 {
  padding-bottom: 60px;
}

.u_pb61 {
  padding-bottom: 61px;
}

.u_pb62 {
  padding-bottom: 62px;
}

.u_pb63 {
  padding-bottom: 63px;
}

.u_pb64 {
  padding-bottom: 64px;
}

.u_pb65 {
  padding-bottom: 65px;
}

.u_pb66 {
  padding-bottom: 66px;
}

.u_pb67 {
  padding-bottom: 67px;
}

.u_pb68 {
  padding-bottom: 68px;
}

.u_pb69 {
  padding-bottom: 69px;
}

.u_pb70 {
  padding-bottom: 70px;
}

.u_pb71 {
  padding-bottom: 71px;
}

.u_pb72 {
  padding-bottom: 72px;
}

.u_pb73 {
  padding-bottom: 73px;
}

.u_pb74 {
  padding-bottom: 74px;
}

.u_pb75 {
  padding-bottom: 75px;
}

.u_pb76 {
  padding-bottom: 76px;
}

.u_pb77 {
  padding-bottom: 77px;
}

.u_pb78 {
  padding-bottom: 78px;
}

.u_pb79 {
  padding-bottom: 79px;
}

.u_pb80 {
  padding-bottom: 80px;
}

.u_pb81 {
  padding-bottom: 81px;
}

.u_pb82 {
  padding-bottom: 82px;
}

.u_pb83 {
  padding-bottom: 83px;
}

.u_pb84 {
  padding-bottom: 84px;
}

.u_pb85 {
  padding-bottom: 85px;
}

.u_pb86 {
  padding-bottom: 86px;
}

.u_pb87 {
  padding-bottom: 87px;
}

.u_pb88 {
  padding-bottom: 88px;
}

.u_pb89 {
  padding-bottom: 89px;
}

.u_pb90 {
  padding-bottom: 90px;
}

.u_pb91 {
  padding-bottom: 91px;
}

.u_pb92 {
  padding-bottom: 92px;
}

.u_pb93 {
  padding-bottom: 93px;
}

.u_pb94 {
  padding-bottom: 94px;
}

.u_pb95 {
  padding-bottom: 95px;
}

.u_pb96 {
  padding-bottom: 96px;
}

.u_pb97 {
  padding-bottom: 97px;
}

.u_pb98 {
  padding-bottom: 98px;
}

.u_pb99 {
  padding-bottom: 99px;
}

.u_pb100 {
  padding-bottom: 100px;
}

.u_pt0 {
  padding-top: 0px;
}

.u_pt1 {
  padding-top: 1px;
}

.u_pt2 {
  padding-top: 2px;
}

.u_pt3 {
  padding-top: 3px;
}

.u_pt4 {
  padding-top: 4px;
}

.u_pt5 {
  padding-top: 5px;
}

.u_pt6 {
  padding-top: 6px;
}

.u_pt7 {
  padding-top: 7px;
}

.u_pt8 {
  padding-top: 8px;
}

.u_pt9 {
  padding-top: 9px;
}

.u_pt10 {
  padding-top: 10px;
}

.u_pt11 {
  padding-top: 11px;
}

.u_pt12 {
  padding-top: 12px;
}

.u_pt13 {
  padding-top: 13px;
}

.u_pt14 {
  padding-top: 14px;
}

.u_pt15 {
  padding-top: 15px;
}

.u_pt16 {
  padding-top: 16px;
}

.u_pt17 {
  padding-top: 17px;
}

.u_pt18 {
  padding-top: 18px;
}

.u_pt19 {
  padding-top: 19px;
}

.u_pt20 {
  padding-top: 20px;
}

.u_pt21 {
  padding-top: 21px;
}

.u_pt22 {
  padding-top: 22px;
}

.u_pt23 {
  padding-top: 23px;
}

.u_pt24 {
  padding-top: 24px;
}

.u_pt25 {
  padding-top: 25px;
}

.u_pt26 {
  padding-top: 26px;
}

.u_pt27 {
  padding-top: 27px;
}

.u_pt28 {
  padding-top: 28px;
}

.u_pt29 {
  padding-top: 29px;
}

.u_pt30 {
  padding-top: 30px;
}

.u_pt31 {
  padding-top: 31px;
}

.u_pt32 {
  padding-top: 32px;
}

.u_pt33 {
  padding-top: 33px;
}

.u_pt34 {
  padding-top: 34px;
}

.u_pt35 {
  padding-top: 35px;
}

.u_pt36 {
  padding-top: 36px;
}

.u_pt37 {
  padding-top: 37px;
}

.u_pt38 {
  padding-top: 38px;
}

.u_pt39 {
  padding-top: 39px;
}

.u_pt40 {
  padding-top: 40px;
}

.u_pt41 {
  padding-top: 41px;
}

.u_pt42 {
  padding-top: 42px;
}

.u_pt43 {
  padding-top: 43px;
}

.u_pt44 {
  padding-top: 44px;
}

.u_pt45 {
  padding-top: 45px;
}

.u_pt46 {
  padding-top: 46px;
}

.u_pt47 {
  padding-top: 47px;
}

.u_pt48 {
  padding-top: 48px;
}

.u_pt49 {
  padding-top: 49px;
}

.u_pt50 {
  padding-top: 50px;
}

.u_pt51 {
  padding-top: 51px;
}

.u_pt52 {
  padding-top: 52px;
}

.u_pt53 {
  padding-top: 53px;
}

.u_pt54 {
  padding-top: 54px;
}

.u_pt55 {
  padding-top: 55px;
}

.u_pt56 {
  padding-top: 56px;
}

.u_pt57 {
  padding-top: 57px;
}

.u_pt58 {
  padding-top: 58px;
}

.u_pt59 {
  padding-top: 59px;
}

.u_pt60 {
  padding-top: 60px;
}

.u_pt61 {
  padding-top: 61px;
}

.u_pt62 {
  padding-top: 62px;
}

.u_pt63 {
  padding-top: 63px;
}

.u_pt64 {
  padding-top: 64px;
}

.u_pt65 {
  padding-top: 65px;
}

.u_pt66 {
  padding-top: 66px;
}

.u_pt67 {
  padding-top: 67px;
}

.u_pt68 {
  padding-top: 68px;
}

.u_pt69 {
  padding-top: 69px;
}

.u_pt70 {
  padding-top: 70px;
}

.u_pt71 {
  padding-top: 71px;
}

.u_pt72 {
  padding-top: 72px;
}

.u_pt73 {
  padding-top: 73px;
}

.u_pt74 {
  padding-top: 74px;
}

.u_pt75 {
  padding-top: 75px;
}

.u_pt76 {
  padding-top: 76px;
}

.u_pt77 {
  padding-top: 77px;
}

.u_pt78 {
  padding-top: 78px;
}

.u_pt79 {
  padding-top: 79px;
}

.u_pt80 {
  padding-top: 80px;
}

.u_pt81 {
  padding-top: 81px;
}

.u_pt82 {
  padding-top: 82px;
}

.u_pt83 {
  padding-top: 83px;
}

.u_pt84 {
  padding-top: 84px;
}

.u_pt85 {
  padding-top: 85px;
}

.u_pt86 {
  padding-top: 86px;
}

.u_pt87 {
  padding-top: 87px;
}

.u_pt88 {
  padding-top: 88px;
}

.u_pt89 {
  padding-top: 89px;
}

.u_pt90 {
  padding-top: 90px;
}

.u_pt91 {
  padding-top: 91px;
}

.u_pt92 {
  padding-top: 92px;
}

.u_pt93 {
  padding-top: 93px;
}

.u_pt94 {
  padding-top: 94px;
}

.u_pt95 {
  padding-top: 95px;
}

.u_pt96 {
  padding-top: 96px;
}

.u_pt97 {
  padding-top: 97px;
}

.u_pt98 {
  padding-top: 98px;
}

.u_pt99 {
  padding-top: 99px;
}

.u_pt100 {
  padding-top: 100px;
}

.u_pr0 {
  padding-right: 0px;
}

.u_pr1 {
  padding-right: 1px;
}

.u_pr2 {
  padding-right: 2px;
}

.u_pr3 {
  padding-right: 3px;
}

.u_pr4 {
  padding-right: 4px;
}

.u_pr5 {
  padding-right: 5px;
}

.u_pr6 {
  padding-right: 6px;
}

.u_pr7 {
  padding-right: 7px;
}

.u_pr8 {
  padding-right: 8px;
}

.u_pr9 {
  padding-right: 9px;
}

.u_pr10 {
  padding-right: 10px;
}

.u_pr11 {
  padding-right: 11px;
}

.u_pr12 {
  padding-right: 12px;
}

.u_pr13 {
  padding-right: 13px;
}

.u_pr14 {
  padding-right: 14px;
}

.u_pr15 {
  padding-right: 15px;
}

.u_pr16 {
  padding-right: 16px;
}

.u_pr17 {
  padding-right: 17px;
}

.u_pr18 {
  padding-right: 18px;
}

.u_pr19 {
  padding-right: 19px;
}

.u_pr20 {
  padding-right: 20px;
}

.u_pr21 {
  padding-right: 21px;
}

.u_pr22 {
  padding-right: 22px;
}

.u_pr23 {
  padding-right: 23px;
}

.u_pr24 {
  padding-right: 24px;
}

.u_pr25 {
  padding-right: 25px;
}

.u_pr26 {
  padding-right: 26px;
}

.u_pr27 {
  padding-right: 27px;
}

.u_pr28 {
  padding-right: 28px;
}

.u_pr29 {
  padding-right: 29px;
}

.u_pr30 {
  padding-right: 30px;
}

.u_pr31 {
  padding-right: 31px;
}

.u_pr32 {
  padding-right: 32px;
}

.u_pr33 {
  padding-right: 33px;
}

.u_pr34 {
  padding-right: 34px;
}

.u_pr35 {
  padding-right: 35px;
}

.u_pr36 {
  padding-right: 36px;
}

.u_pr37 {
  padding-right: 37px;
}

.u_pr38 {
  padding-right: 38px;
}

.u_pr39 {
  padding-right: 39px;
}

.u_pr40 {
  padding-right: 40px;
}

.u_pr41 {
  padding-right: 41px;
}

.u_pr42 {
  padding-right: 42px;
}

.u_pr43 {
  padding-right: 43px;
}

.u_pr44 {
  padding-right: 44px;
}

.u_pr45 {
  padding-right: 45px;
}

.u_pr46 {
  padding-right: 46px;
}

.u_pr47 {
  padding-right: 47px;
}

.u_pr48 {
  padding-right: 48px;
}

.u_pr49 {
  padding-right: 49px;
}

.u_pr50 {
  padding-right: 50px;
}

.u_pr51 {
  padding-right: 51px;
}

.u_pr52 {
  padding-right: 52px;
}

.u_pr53 {
  padding-right: 53px;
}

.u_pr54 {
  padding-right: 54px;
}

.u_pr55 {
  padding-right: 55px;
}

.u_pr56 {
  padding-right: 56px;
}

.u_pr57 {
  padding-right: 57px;
}

.u_pr58 {
  padding-right: 58px;
}

.u_pr59 {
  padding-right: 59px;
}

.u_pr60 {
  padding-right: 60px;
}

.u_pr61 {
  padding-right: 61px;
}

.u_pr62 {
  padding-right: 62px;
}

.u_pr63 {
  padding-right: 63px;
}

.u_pr64 {
  padding-right: 64px;
}

.u_pr65 {
  padding-right: 65px;
}

.u_pr66 {
  padding-right: 66px;
}

.u_pr67 {
  padding-right: 67px;
}

.u_pr68 {
  padding-right: 68px;
}

.u_pr69 {
  padding-right: 69px;
}

.u_pr70 {
  padding-right: 70px;
}

.u_pr71 {
  padding-right: 71px;
}

.u_pr72 {
  padding-right: 72px;
}

.u_pr73 {
  padding-right: 73px;
}

.u_pr74 {
  padding-right: 74px;
}

.u_pr75 {
  padding-right: 75px;
}

.u_pr76 {
  padding-right: 76px;
}

.u_pr77 {
  padding-right: 77px;
}

.u_pr78 {
  padding-right: 78px;
}

.u_pr79 {
  padding-right: 79px;
}

.u_pr80 {
  padding-right: 80px;
}

.u_pr81 {
  padding-right: 81px;
}

.u_pr82 {
  padding-right: 82px;
}

.u_pr83 {
  padding-right: 83px;
}

.u_pr84 {
  padding-right: 84px;
}

.u_pr85 {
  padding-right: 85px;
}

.u_pr86 {
  padding-right: 86px;
}

.u_pr87 {
  padding-right: 87px;
}

.u_pr88 {
  padding-right: 88px;
}

.u_pr89 {
  padding-right: 89px;
}

.u_pr90 {
  padding-right: 90px;
}

.u_pr91 {
  padding-right: 91px;
}

.u_pr92 {
  padding-right: 92px;
}

.u_pr93 {
  padding-right: 93px;
}

.u_pr94 {
  padding-right: 94px;
}

.u_pr95 {
  padding-right: 95px;
}

.u_pr96 {
  padding-right: 96px;
}

.u_pr97 {
  padding-right: 97px;
}

.u_pr98 {
  padding-right: 98px;
}

.u_pr99 {
  padding-right: 99px;
}

.u_pr100 {
  padding-right: 100px;
}

.u_pl0 {
  padding-left: 0px;
}

.u_pl1 {
  padding-left: 1px;
}

.u_pl2 {
  padding-left: 2px;
}

.u_pl3 {
  padding-left: 3px;
}

.u_pl4 {
  padding-left: 4px;
}

.u_pl5 {
  padding-left: 5px;
}

.u_pl6 {
  padding-left: 6px;
}

.u_pl7 {
  padding-left: 7px;
}

.u_pl8 {
  padding-left: 8px;
}

.u_pl9 {
  padding-left: 9px;
}

.u_pl10 {
  padding-left: 10px;
}

.u_pl11 {
  padding-left: 11px;
}

.u_pl12 {
  padding-left: 12px;
}

.u_pl13 {
  padding-left: 13px;
}

.u_pl14 {
  padding-left: 14px;
}

.u_pl15 {
  padding-left: 15px;
}

.u_pl16 {
  padding-left: 16px;
}

.u_pl17 {
  padding-left: 17px;
}

.u_pl18 {
  padding-left: 18px;
}

.u_pl19 {
  padding-left: 19px;
}

.u_pl20 {
  padding-left: 20px;
}

.u_pl21 {
  padding-left: 21px;
}

.u_pl22 {
  padding-left: 22px;
}

.u_pl23 {
  padding-left: 23px;
}

.u_pl24 {
  padding-left: 24px;
}

.u_pl25 {
  padding-left: 25px;
}

.u_pl26 {
  padding-left: 26px;
}

.u_pl27 {
  padding-left: 27px;
}

.u_pl28 {
  padding-left: 28px;
}

.u_pl29 {
  padding-left: 29px;
}

.u_pl30 {
  padding-left: 30px;
}

.u_pl31 {
  padding-left: 31px;
}

.u_pl32 {
  padding-left: 32px;
}

.u_pl33 {
  padding-left: 33px;
}

.u_pl34 {
  padding-left: 34px;
}

.u_pl35 {
  padding-left: 35px;
}

.u_pl36 {
  padding-left: 36px;
}

.u_pl37 {
  padding-left: 37px;
}

.u_pl38 {
  padding-left: 38px;
}

.u_pl39 {
  padding-left: 39px;
}

.u_pl40 {
  padding-left: 40px;
}

.u_pl41 {
  padding-left: 41px;
}

.u_pl42 {
  padding-left: 42px;
}

.u_pl43 {
  padding-left: 43px;
}

.u_pl44 {
  padding-left: 44px;
}

.u_pl45 {
  padding-left: 45px;
}

.u_pl46 {
  padding-left: 46px;
}

.u_pl47 {
  padding-left: 47px;
}

.u_pl48 {
  padding-left: 48px;
}

.u_pl49 {
  padding-left: 49px;
}

.u_pl50 {
  padding-left: 50px;
}

.u_pl51 {
  padding-left: 51px;
}

.u_pl52 {
  padding-left: 52px;
}

.u_pl53 {
  padding-left: 53px;
}

.u_pl54 {
  padding-left: 54px;
}

.u_pl55 {
  padding-left: 55px;
}

.u_pl56 {
  padding-left: 56px;
}

.u_pl57 {
  padding-left: 57px;
}

.u_pl58 {
  padding-left: 58px;
}

.u_pl59 {
  padding-left: 59px;
}

.u_pl60 {
  padding-left: 60px;
}

.u_pl61 {
  padding-left: 61px;
}

.u_pl62 {
  padding-left: 62px;
}

.u_pl63 {
  padding-left: 63px;
}

.u_pl64 {
  padding-left: 64px;
}

.u_pl65 {
  padding-left: 65px;
}

.u_pl66 {
  padding-left: 66px;
}

.u_pl67 {
  padding-left: 67px;
}

.u_pl68 {
  padding-left: 68px;
}

.u_pl69 {
  padding-left: 69px;
}

.u_pl70 {
  padding-left: 70px;
}

.u_pl71 {
  padding-left: 71px;
}

.u_pl72 {
  padding-left: 72px;
}

.u_pl73 {
  padding-left: 73px;
}

.u_pl74 {
  padding-left: 74px;
}

.u_pl75 {
  padding-left: 75px;
}

.u_pl76 {
  padding-left: 76px;
}

.u_pl77 {
  padding-left: 77px;
}

.u_pl78 {
  padding-left: 78px;
}

.u_pl79 {
  padding-left: 79px;
}

.u_pl80 {
  padding-left: 80px;
}

.u_pl81 {
  padding-left: 81px;
}

.u_pl82 {
  padding-left: 82px;
}

.u_pl83 {
  padding-left: 83px;
}

.u_pl84 {
  padding-left: 84px;
}

.u_pl85 {
  padding-left: 85px;
}

.u_pl86 {
  padding-left: 86px;
}

.u_pl87 {
  padding-left: 87px;
}

.u_pl88 {
  padding-left: 88px;
}

.u_pl89 {
  padding-left: 89px;
}

.u_pl90 {
  padding-left: 90px;
}

.u_pl91 {
  padding-left: 91px;
}

.u_pl92 {
  padding-left: 92px;
}

.u_pl93 {
  padding-left: 93px;
}

.u_pl94 {
  padding-left: 94px;
}

.u_pl95 {
  padding-left: 95px;
}

.u_pl96 {
  padding-left: 96px;
}

.u_pl97 {
  padding-left: 97px;
}

.u_pl98 {
  padding-left: 98px;
}

.u_pl99 {
  padding-left: 99px;
}

.u_pl100 {
  padding-left: 100px;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=style.css.map */