/*! destyle.css v4.0.0 | 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;
}

/* 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;
}

@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Black.woff2") format("woff2"), url("../fonts/Metropolis-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Metropolis";
  src: url("../fonts/Metropolis-Black.woff2") format("woff2"), url("../fonts/Metropolis-Black.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
  font-size: 10px;
  scroll-padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0;
  color: #333;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
picture {
  display: block;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

#oc-container {
  width: 100%;
  overflow: hidden;
}

.oc-inner {
  max-width: 114rem;
  width: 100%;
  margin: 0 auto;
  padding-inline: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .oc-inner {
    padding-inline: 1rem;
  }
}

.oc-header {
  padding-inline: 3rem;
  height: 13rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .oc-header {
    height: 8rem;
  }
}

.oc-header-container {
  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;
  height: 100%;
}
@media (max-width: 767px) {
  .oc-header-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.oc-header-logo {
  width: 30rem;
}
@media (max-width: 767px) {
  .oc-header-logo {
    width: 16rem;
  }
}

.oc-cta-section {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.4rem;
}

.oc-cta {
  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;
  cursor: pointer;
  background-color: #ea3d2e;
  width: 38rem;
  height: 7rem;
  border-radius: 3.5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
.oc-cta p {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #fff;
}
.oc-cta-img {
  width: 2.4rem;
}

.oc-footer {
  padding: 4rem 1rem;
  background-color: #deddcb;
}
@media (max-width: 767px) {
  .oc-footer {
    padding: 4rem 0rem 1rem;
  }
}

.oc-footer-logo {
  width: 30rem;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .oc-footer-logo {
    width: 25rem;
    -webkit-transform: translateX(0rem);
            transform: translateX(0rem);
  }
}

.oc-footer-logo-text {
  margin-top: 1.5rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 767px) {
  .oc-footer-logo-text {
    margin-bottom: 1.7rem;
  }
}
.oc-footer-logo-text img {
  mix-blend-mode: multiply;
  display: block;
  width: 26.8rem;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .oc-footer-logo-text img {
    width: 20rem;
  }
}

.oc-footer-nav {
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
}

.oc-footer-nav01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-footer-nav01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
    row-gap: 0.8rem;
    margin-top: 0.8rem;
  }
}
.oc-footer-nav01 li {
  padding: 0 2rem;
}
.oc-footer-nav01-line {
  border-right: 1px solid #333;
}
@media (max-width: 767px) {
  .oc-footer-nav01-line {
    border-right: none;
  }
}

.oc-footer-nav01-line:last-child {
  border-right: none;
}

.oc-footer-copyright {
  font-size: 1.2rem;
  font-weight: 400;
  color: #333;
  text-align: center;
  margin-top: 4rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-footer-copyright {
    font-size: 1rem;
    margin-top: 2.4rem;
  }
}

.fix-btn-wrap {
  position: fixed;
  bottom: 0;
  right: 8rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .fix-btn-wrap {
    right: 1rem;
  }
}

.fix-btn-link {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.fix-btn-link:hover {
  opacity: 0.5;
}

.fix-btn {
  position: relative;
  width: 10rem;
  height: 10rem;
  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;
  font-size: 1.2rem;
  cursor: pointer;
  will-change: transform;
}
.fix-btn img {
  width: 100%;
  height: auto;
  display: block;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.fix-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  pointer-events: none;
}

.fix-btn-text {
  font-size: 1.6rem;
  color: #fff;
  background-color: #d23d30;
  border-radius: 5rem;
  padding: 0.5rem 1rem;
  margin-top: 0.5rem;
}

#lampchat-launcher {
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

#lampchat-wrapper-close {
  display: none !important;
}

.oc__c-title {
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  color: #c8271a;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc__c-title {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}

.oc__c-sub-title {
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  color: #c8271a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  margin-bottom: 4rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc__c-sub-title {
    font-size: 2rem;
    margin-bottom: 4rem;
  }
}
.oc__c-sub-title span {
  display: block;
  background-color: #eda631;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}
.oc__c-sub-title p {
  margin-inline: 1.3rem;
}

@media (max-width: 767px) {
  .oc__c-sub-title-margin {
    margin-top: 1.5rem;
  }
}

.oc-fv {
  background-image: url("../../asset/img/fv02.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding-block: 5.7638888889vw 2.7777777778vw;
}
@media (max-width: 767px) {
  .oc-fv {
    background-image: url("../../asset/img/fv02-sp.webp");
    padding-block: 3.3rem 25.2rem;
  }
}

.oc-fv__kv-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
.oc-fv__kv-label img {
  width: 1.8055555556vw;
}
@media (max-width: 767px) {
  .oc-fv__kv-label img {
    width: 1.6rem;
  }
}
.oc-fv__kv-label p {
  font-size: 2.7777777778vw;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #352e2e;
}
@media (max-width: 767px) {
  .oc-fv__kv-label p {
    font-size: 2.5rem;
  }
}
.oc-fv__kv-label p span {
  font-size: 2.2222222222vw;
}
@media (max-width: 767px) {
  .oc-fv__kv-label p span {
    font-size: 2rem;
  }
}

.oc-fv__kv-title {
  font-size: 3.8888888889vw;
  font-weight: 900;
  line-height: 1.5;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #d23d30;
}
@media (max-width: 767px) {
  .oc-fv__kv-title {
    font-size: 3.4rem;
  }
}

.oc-fv__kv-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.6666666667vw;
     -moz-column-gap: 1.6666666667vw;
          column-gap: 1.6666666667vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.2777777778vw;
  margin-bottom: 2.2916666667vw;
}
@media (max-width: 767px) {
  .oc-fv__kv-list {
    -webkit-column-gap: 1.4rem;
       -moz-column-gap: 1.4rem;
            column-gap: 1.4rem;
  }
}
.oc-fv__kv-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  width: 9.9305555556vw;
  height: 9.9305555556vw;
}
@media (max-width: 767px) {
  .oc-fv__kv-list li {
    width: 8.8rem;
    height: 8.8rem;
  }
}
.oc-fv__kv-list li img {
  width: 2.0833333333vw;
}
@media (max-width: 767px) {
  .oc-fv__kv-list li img {
    width: 1.85rem;
  }
}
.oc-fv__kv-list li p {
  font-size: 2.0833333333vw;
  color: #352e2e;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .oc-fv__kv-list li p {
    font-size: 1.8rem;
  }
}

.oc-fv__box {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 38.9583333333vw;
  text-align: center;
}
@media (max-width: 767px) {
  .oc-fv__box {
    width: 100%;
  }
}

.oc-inner-fv {
  max-width: 79.1666666667vw;
  width: 100%;
  margin: 0 auto;
  padding-inline: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .oc-inner-fv {
    max-width: 100%;
    padding-inline: 1rem;
  }
}

.oc-fv__kv-item-text {
  font-size: 1.8055555556vw !important;
  color: #352e2e;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .oc-fv__kv-item-text {
    font-size: 1.6rem !important;
  }
}

.oc-fv__video {
  position: absolute;
  top: 10.4166666667vw;
  right: -14.9652777778vw;
  z-index: 2;
  width: 32.6388888889vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (max-width: 767px) {
  .oc-fv__video {
    top: 32.2rem;
    right: -3.4rem;
    width: 22rem;
  }
}
.oc-fv__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.video-modal.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-modal__content {
  width: 80%;
  max-width: 900px;
}

.video-modal video {
  width: 100%;
  height: auto;
}

.oc-cta-section {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 1.4rem;
}
.oc-cta-section-img {
  width: 35rem;
}

.oc-cta {
  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;
  cursor: pointer;
  background-color: #ea3d2e;
  width: 38rem;
  height: 7rem;
  border-radius: 3.5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 767px) {
  .oc-cta {
    width: 31.1rem;
    height: 5.6rem;
    border-radius: 2.8rem;
  }
}
.oc-cta p {
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (max-width: 767px) {
  .oc-cta p {
    font-size: 1.6rem;
  }
}
.oc-cta-img {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .oc-cta-img {
    width: 2rem;
  }
}
.oc-cta-img2 {
  width: 1.8rem;
}
@media (max-width: 767px) {
  .oc-cta-img2 {
    width: 1.5rem;
  }
}

.oc-fv-btn {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 0rem;
}
.oc-fv-btn .oc-fv-btn-text {
  font-size: 1.5277777778vw;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #f63828;
  margin-bottom: 0.3rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
}
@media (max-width: 767px) {
  .oc-fv-btn .oc-fv-btn-text {
    font-size: 1.8rem;
  }
}
.oc-fv-btn .oc-fv-btn__img {
  width: 4.5138888889vw;
}
@media (max-width: 767px) {
  .oc-fv-btn .oc-fv-btn__img {
    width: 6.5rem;
  }
}
@media (max-width: 767px) {
  .oc-fv-btn {
    padding-block: 1.2rem 2rem;
  }
}
.oc-fv-btn .oc-cta {
  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;
  cursor: pointer;
  background-color: #ea3d2e;
  width: 26.3888888889vw;
  height: 4.8611111111vw;
  border-radius: 2.4305555556vw;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media (max-width: 767px) {
  .oc-fv-btn .oc-cta {
    width: 31.1rem;
    height: 5.6rem;
    border-radius: 2.8rem;
  }
}
.oc-fv-btn .oc-cta p {
  font-weight: bold;
  font-size: 1.3888888889vw;
  letter-spacing: 0.03em;
  color: #fff;
}
@media (max-width: 767px) {
  .oc-fv-btn .oc-cta p {
    font-size: 1.6rem;
  }
}
.oc-fv-btn .oc-cta-img {
  width: 1.6666666667vw;
}
@media (max-width: 767px) {
  .oc-fv-btn .oc-cta-img {
    width: 2rem;
  }
}

a {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.8;
}

.oc-service-container .oc-cta--service {
  border: #f63828 0.2rem solid;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.9rem;
  margin-bottom: 1rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 767px) {
  .oc-service-container .oc-cta--service {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.oc-service-container .oc-cta--service p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  color: #f63828;
}
.oc-service-container .oc-cta--service .oc-cta-img2 {
  width: 2.2rem;
}
@media (max-width: 767px) {
  .oc-service-container .oc-cta--service .oc-cta-img2 {
    width: 1.8rem;
  }
}
.oc-service-container .oc-cta--service:hover {
  background-color: rgb(253, 229, 228);
}

.oc-se-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 767px) {
  .oc-se-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.oc__problem {
  padding-block: 8rem 9.2rem;
  background-image: url("../../asset/img/pc-u-fv.webp");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 767px) {
  .oc__problem {
    background-image: url("../../asset/img/sp-u-fv.webp");
    padding-block: 6.5rem 6rem;
  }
}

.oc__problem-title {
  font-size: 5rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  color: #463735;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc__problem-title {
    font-size: 2.8rem;
    line-height: 1.3;
  }
}
.oc__problem-title span {
  position: relative;
}
.oc__problem-title span::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  background-color: #463735;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .oc__problem-title span::before {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.5rem;
  }
}

.oc__problem-list {
  margin-top: 3rem;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 4.8rem;
     -moz-column-gap: 4.8rem;
          column-gap: 4.8rem;
  row-gap: 1rem;
  margin-left: 16rem;
}
@media (max-width: 767px) {
  .oc__problem-list {
    margin-left: 0;
    row-gap: 1.4rem;
  }
}
.oc__problem-list img {
  width: 2.4rem;
}
@media (max-width: 767px) {
  .oc__problem-list img {
    width: 2rem;
  }
}
.oc__problem-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
}
@media (max-width: 767px) {
  .oc__problem-list li {
    font-size: 1.6rem;
    -webkit-column-gap: 0.8rem;
       -moz-column-gap: 0.8rem;
            column-gap: 0.8rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.oc__problem-arrow {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, 21%);
          transform: translate(-50%, 21%);
}
@media (max-width: 767px) {
  .oc__problem-arrow {
    -webkit-transform: translate(-50%, 28%);
            transform: translate(-50%, 28%);
  }
}
.oc__problem-arrow img {
  width: 12.4rem;
}
@media (max-width: 767px) {
  .oc__problem-arrow img {
    width: 7.44rem;
  }
}

.oc__solution {
  padding-block: 11rem 6rem;
  padding-inline: 3rem;
}
@media (max-width: 767px) {
  .oc__solution {
    padding-block: 9rem 6rem;
    padding-inline: 1rem;
  }
}

.oc__solution-image {
  position: relative;
  width: 64.8rem;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .oc__solution-image {
    width: 25.9rem;
    margin: 16.5rem auto 10rem;
  }
}
.oc__solution-image img {
  width: 100%;
}

.oc__solution-lists {
  font-size: 2rem;
  color: #332d2d;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .oc__solution-lists {
    font-size: 1.6rem;
  }
}

.oc-solution-box {
  position: relative;
}
.oc-solution-box p {
  position: absolute;
  top: 1.6rem;
  left: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .oc-solution-box p {
    top: 1.2rem;
    left: 2rem;
  }
}

.oc-solution-box02 {
  position: relative;
}
.oc-solution-box02 p {
  position: absolute;
  top: 2rem;
  left: 5rem;
  text-align: center;
}
@media (max-width: 767px) {
  .oc-solution-box02 p {
    top: 2.5rem;
    left: 3.6rem;
  }
}

.oc-solution-box03 p,
.oc-solution-box04 p {
  top: 1.6rem;
  left: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .oc-solution-box03 p,
  .oc-solution-box04 p {
    top: auto;
    bottom: 1.2rem;
    left: 2rem;
  }
}

.oc__solution-list01 {
  width: 22.5rem;
  position: absolute;
  top: 5.6rem;
  left: -11.6rem;
}
@media (max-width: 767px) {
  .oc__solution-list01 {
    width: 17.2rem;
    top: -4.6rem;
    left: -5.5rem;
  }
}

.oc__solution-list02 {
  width: 26.6rem;
  position: absolute;
  top: 1.6rem;
  right: -8.6rem;
}
@media (max-width: 767px) {
  .oc__solution-list02 {
    width: 20.5rem;
    top: -11rem;
    right: -5rem;
  }
}

.oc__solution-list03 {
  width: 24.5rem;
  position: absolute;
  top: 19.7rem;
  left: -7.1rem;
}
@media (max-width: 767px) {
  .oc__solution-list03 {
    width: 18.8rem;
    top: 17rem;
    left: -5.6rem;
  }
}

.oc__solution-list04 {
  width: 24.5rem;
  position: absolute;
  top: 21.3rem;
  right: -11.6rem;
}
@media (max-width: 767px) {
  .oc__solution-list04 {
    width: 18.8rem;
    top: 13rem;
    right: -5.6rem;
  }
}

.oc-cta--solution {
  margin: 0.5rem auto;
}

.oc-monitor-img {
  margin: 0 auto;
  width: 34.4rem;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  .oc-monitor-img {
    width: 27.5rem;
  }
}

.oc-monitor-text {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-monitor-text {
    font-size: 1.6rem;
    margin-top: 1.2rem;
  }
}

.oc-merit {
  padding: 6rem 3rem;
  background-color: #f8f5f0;
}
@media (max-width: 767px) {
  .oc-merit {
    padding: 6rem 0rem;
  }
}

.oc-merit-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .oc-merit-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 3rem;
  }
}

.oc-merit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 1.5rem;
  width: 31rem;
}
@media (max-width: 767px) {
  .oc-merit-item {
    width: 100%;
    row-gap: 0rem;
  }
}
.oc-merit-item-img {
  width: 16rem;
}
.oc-merit-item-title {
  font-size: 3rem;
  font-weight: 500;
  color: #c73428;
  line-height: 1.2;
  height: 7.4rem;
  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;
  margin-block: 0rem 0rem;
}
@media (max-width: 767px) {
  .oc-merit-item-title {
    font-size: 2rem;
    margin-block: 2rem 1.3rem;
    height: auto;
  }
}
.oc-merit-item-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-merit-item-text {
    font-size: 1.6rem;
    padding-inline: 2.3rem;
  }
}

.oc-able {
  padding: 6rem 3rem;
}
@media (max-width: 767px) {
  .oc-able {
    padding: 6rem 0rem;
  }
}

.oc-able-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6rem;
}
@media (max-width: 767px) {
  .oc-able-lists {
    row-gap: 9.5rem;
    margin-top: 12.5rem;
  }
}

.oc-able-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.oc-able-list-num {
  font-size: 6rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: rgba(245, 165, 158, 0.7);
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-able-list-num {
    font-size: 4rem;
  }
}
.oc-able-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  border: #f5a59e solid 3px;
  border-radius: 2rem;
  padding: 5rem;
  height: 36rem;
}
@media (max-width: 767px) {
  .oc-able-list-box {
    padding: 11.4rem 1.9rem 2.4rem;
    height: auto;
  }
}
.oc-able-list-box__title {
  font-size: 3rem;
  font-weight: 500;
  color: #c73428;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-able-list-box__title {
    font-size: 2rem;
  }
}
.oc-able-list-box__description {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-able-list-box__description {
    font-size: 1.6rem;
  }
}

.oc-able-list-box__img {
  width: 54rem;
}
@media (max-width: 767px) {
  .oc-able-list-box__img {
    width: 25rem;
  }
}

.oc-able-list01,
.oc-able-list03 {
  padding-right: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .oc-able-list01,
  .oc-able-list03 {
    padding-right: 0;
  }
}
.oc-able-list01 .oc-able-list-num,
.oc-able-list03 .oc-able-list-num {
  margin-left: 5rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .oc-able-list01 .oc-able-list-num,
  .oc-able-list03 .oc-able-list-num {
    margin-left: 2.3rem;
  }
}
.oc-able-list01 .oc-able-list-box__img,
.oc-able-list03 .oc-able-list-box__img {
  position: absolute;
  top: -0.8rem;
  right: -2.2rem;
}
@media (max-width: 767px) {
  .oc-able-list01 .oc-able-list-box__img,
  .oc-able-list03 .oc-able-list-box__img {
    top: -5.2rem;
    right: 0.8rem;
  }
}
.oc-able-list01 .oc-able-list-box__img01,
.oc-able-list03 .oc-able-list-box__img01 {
  width: 54rem;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: -0.8rem;
  right: -2.2rem;
}
.oc-able-list01 .oc-able-list-box__img01 img,
.oc-able-list03 .oc-able-list-box__img01 img {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
  -webkit-box-shadow: unset !important;
          box-shadow: unset !important;
}
@media (max-width: 767px) {
  .oc-able-list01 .oc-able-list-box__img01 img,
  .oc-able-list03 .oc-able-list-box__img01 img {
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .oc-able-list01 .oc-able-list-box__img01,
  .oc-able-list03 .oc-able-list-box__img01 {
    width: 25rem;
    top: -3.2rem;
    right: 1.8rem;
  }
}

.oc-able-list-box__text {
  width: 48rem;
}

.oc-able-list02 {
  padding-left: 10rem;
  position: relative;
}
@media (max-width: 767px) {
  .oc-able-list02 {
    padding-left: 0;
  }
}
.oc-able-list02 .oc-able-list-num {
  text-align: left;
  margin-left: auto;
  margin-right: 46rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .oc-able-list02 .oc-able-list-num {
    text-align: right;
    margin-right: 2.3rem;
  }
}
.oc-able-list02 .oc-able-list-box__img {
  position: absolute;
  top: 0;
  left: -2.2rem;
}
@media (max-width: 767px) {
  .oc-able-list02 .oc-able-list-box__img {
    top: -5.2rem;
    left: 0.8rem;
  }
}
.oc-able-list02 .oc-able-list-box__text {
  width: 48rem;
  margin-left: 39rem;
}
@media (max-width: 767px) {
  .oc-able-list02 .oc-able-list-box__text {
    margin-left: 0;
    width: 100%;
  }
}

.oc-able-margin {
  margin-bottom: 5rem;
}

.oc-process {
  padding: 6rem 3rem;
  background-color: #f6f3ec;
}
@media (max-width: 767px) {
  .oc-process {
    padding: 6rem 0rem;
  }
}

.oc-process-container {
  padding-inline: 10rem;
}
@media (max-width: 767px) {
  .oc-process-container {
    padding-inline: 0rem;
  }
}

.oc-process-list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border-radius: 5rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .oc-process-list-title {
    height: 8rem;
    position: relative;
  }
}
.oc-process-list-title .oc-process-list-title-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .oc-process-list-title .oc-process-list-title-01 {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
.oc-process-list-title__num {
  font-size: 2.4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  color: #fff;
  background-color: #c73428;
  width: 10rem;
  height: 10rem;
  border-radius: 50%;
  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;
  line-height: 1;
  text-align: center;
}
@media (max-width: 767px) {
  .oc-process-list-title__num {
    font-size: 2rem;
    width: 8rem;
    height: 8rem;
  }
}
.oc-process-list-title__text {
  font-size: 3rem;
  font-weight: 500;
  color: #c73428;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .oc-process-list-title__text {
    font-size: 2rem;
    position: relative;
    z-index: 2;
  }
}
.oc-process-list-title__img {
  width: 9rem;
  margin-right: 10.5rem;
}
@media (max-width: 767px) {
  .oc-process-list-title__img {
    width: 6rem;
    margin-right: 1rem;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
  }
}

.oc-process-text {
  font-size: 2rem;
  font-weight: 400;
  color: #333;
  line-height: 1.5;
  margin-left: 13rem;
  margin-right: 2.9rem;
  margin-top: 2rem;
  margin-bottom: 5rem;
  letter-spacing: 0.03em;
}
@media (max-width: 767px) {
  .oc-process-text {
    font-size: 1.6rem;
    margin-left: 5.5rem;
    margin-right: 0;
    padding-right: 1rem;
    margin-bottom: 3rem;
  }
}

.oc-process-list-title__num--line {
  position: relative;
}
.oc-process-list-title__num--line::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 25.5rem;
  background-color: #c73428;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  .oc-process-list-title__num--line::after {
    height: 28.8rem;
  }
}

.oc-process-margin {
  margin-bottom: 5rem;
}

.oc-service {
  padding: 8rem 3rem 10rem;
}
@media (max-width: 767px) {
  .oc-service {
    padding: 6rem 0rem 10rem;
  }
}

.oc-s-inner {
  max-width: 112.5rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 767px) {
  .oc-s-inner {
    padding-inline: 1rem;
  }
}

.oc__service-title {
  margin-bottom: 4rem;
}

.oc-service-container {
  padding-inline: 9rem;
}
@media (max-width: 767px) {
  .oc-service-container {
    padding-inline: 1rem;
  }
}
.oc-service-container .oc-service-list__img {
  width: 20rem;
}
@media (max-width: 767px) {
  .oc-service-container .oc-service-list__img {
    width: 12rem;
  }
}
.oc-service-container p {
  font-family: "Metropolis";
  font-weight: 900;
  font-size: 2rem;
  color: #333;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .oc-service-container p {
    font-size: 1.8rem;
  }
}
.oc-service-container .oc-service-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .oc-service-container .oc-service-ja {
    font-size: 1.8rem;
  }
}
.oc-service-container .oc-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.oc-service-container ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 2rem;
}
.oc-service-container li {
  width: 46rem;
}

.oc-service-cta-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 6rem;
     -moz-column-gap: 6rem;
          column-gap: 6rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .oc-service-cta-lists {
    margin-top: 2rem;
    row-gap: 2rem;
  }
}

@media (max-width: 767px) {
  .oc-service-cta-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 2rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .oc-service-cta-lists .oc-cta {
    margin-top: 0;
  }
}

.oc-service-boxes {
  border: #f5a59e 0.3rem solid;
  border-radius: 1.6rem;
  padding-block: 5rem 4rem;
  margin-bottom: 5rem;
}

@media (max-width: 767px) {
  .oc-s-list01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .oc-s-list02 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .oc-s-list03 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .oc-s-list04 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .oc-s-list05 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .oc-s-list06 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .oc-s-list07 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .oc-s-list08 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}/*# sourceMappingURL=style.css.map */
