@charset "UTF-8";
.bg-cta {
  background: url(/dcms_media/image/cta_bg.jpg) no-repeat center center/cover;
}

.lib-pagetop__btn a .txt {
  border-radius: unset;
}

.orign-top-group-block {
  margin-right: calc((100vw - 100%) / 2 * -1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block {
    margin-right: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.orign-top-group-block-contents {
  width: 500px;
}

@media print, screen and (max-width: 991.8px) {
  .orign-top-group-block-contents {
    width: 50vw;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block-contents {
    width: auto;
  }
}
.orign-top-group-block-sub-list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.orign-top-group-block-sub-list > a {
  font-size: 1.25rem;
  font-weight: 700;
}

@media print, screen and (max-width: 991.8px) {
  .orign-top-group-block-sub-list > a {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block-sub-list > a {
    font-size: 1rem;
  }
}
.orign-top-group-block-item {
  margin: 0;
  padding-left: 0;
  border-bottom: 1px solid var(--GRY);
}

.orign-top-group-block-item::before {
  display: none;
}

.orign-top-group-block-item > a {
  padding: 30px 50px 30px 0;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

@media print, screen and (max-width: 991.8px) {
  .orign-top-group-block-item > a {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block-item > a {
    padding: 20px 40px 20px 0;
    font-size: 1.25rem;
  }
}
.orign-top-group-block-item > a::before {
  position: absolute;
  content: "";
  right: 0;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: var(--MAIN);
  border: var(--MAIN) 2px solid;
  z-index: 0;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block-item > a::before {
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
  }
}
.orign-top-group-block-item > a::after {
  font-size: 16px;
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  content: "\ea01";
  color: #fff;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block-item > a::after {
    top: calc(50% - 5px);
    font-size: 10px;
  }
}
.orign-top-group-block-image {
  padding-left: clamp(0px, 4.2857142857vw, 60px);
  padding-bottom: 26px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block-image {
    width: 100%;
    aspect-ratio: 840/600;
    padding: 0;
    margin-top: 30px;
  }
}
.orign-top-group-block-image .inner {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 60px 0 0 60px;
  overflow: hidden;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-group-block-image .inner {
    border-radius: 30px;
    padding: 0;
  }
}
.orign-top-group-block-image .inner img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.lib-utility__item a:not([class*=__btn]) > .txt:after {
  margin-left: 8px;
}

.lib-header__outer.lib-header-BS02.typeS .lib-child__panel .lib-child__outer {
  border-radius: 0;
}

.lib-header__outer.typeS .lib-child__item.--headline a {
  border-radius: 0;
}

.lib-fv__thumb {
  height: 372px;
}

@media print, screen and (max-width: 767.8px) {
  .lib-fv__thumb {
    height: 340px;
  }
}
.lib-fv__thumb.--about-under {
  height: 60vh;
}
@media print, screen and (max-width: 767.8px) {
  .lib-fv__thumb.--about-under {
    height: 85vh;
  }
}

.lib-header__outer.lib-header-BS02 .lib-induce__btn {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: start !important;
}

@media print, screen and (max-width: 991.8px) {
  .lib-header__outer.lib-header-BS02 .lib-induce__btn {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
}
.is-scroll .lib-header__outer.lib-header-BS02 .lib-induce__btn {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.orign-h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  max-width: 1120px !important;
}

.orign-h1-img {
  position: absolute;
  top: 0;
  margin: 0 auto;
  z-index: -1;
}

.orign-h1-img img {
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
}

.orign-h1-inner {
  font-size: 2.8125rem;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100% auto;
  display: inline-block;
  padding-bottom: 8px;
}

.orign-h1-inner._01 {
  background-image: url(/dcms_media/image/imdex_mv_deco01.svg);
}

.orign-h1-inner._02 {
  margin-top: 16px;
  background-image: url(/dcms_media/image/imdex_mv_deco02.svg);
}

.orign-h1-btn {
  width: 270px;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

.orign-h1-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

@media print, screen and (max-width: 991.8px) {
  .orign-h1-inner {
    font-size: 2.5rem;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-h1-inner {
    font-size: 1.875rem;
  }
  .orign-h1-btn {
    height: 45px;
  }
}
@media print, screen and (max-width: 575.8px) {
  .orign-h1-inner {
    font-size: 1.75rem;
  }
}
@media print, screen and (max-width: 320.8px) {
  .orign-h1-inner {
    font-size: 1.5rem;
  }
}
@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.orign-mv-rotate {
  margin-bottom: clamp(0px, 1.0416666667vw, 20px);
}

.orign-mv-rotate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 0 calc((100vw - 100%) / 2 * -1);
}

.orign-mv-rotate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important;
  padding: 0;
  -webkit-animation: infinity-scroll-left 150s infinite linear 0.5s both;
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
}

.orign-mv-rotate-item-img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding-left: clamp(0px, 1.0416666667vw, 20px) !important;
  width: 22.2222222222vw;
}

@media print, screen and (max-width: 991.8px) {
  .orign-mv-rotate-item-img {
    width: 33.3333333333vw;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-mv-rotate-item-img {
    width: 50vw;
  }
}
.orign-mv-rotate-item-img::before {
  display: none !important;
}

.orign-mv-rotate-item-img img {
  width: 100%;
  height: auto;
}

.orign-mv-rotate-item._reverse {
  -webkit-animation: infinity-scroll-right 180s infinite linear 0.5s both;
  animation: infinity-scroll-right 180s infinite linear 0.5s both;
}

.orign-icons-rotate-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.orign-icons-rotate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none !important;
  padding: 0;
  -webkit-animation: infinity-scroll-left 150s infinite linear 0.5s both;
  animation: infinity-scroll-left 150s infinite linear 0.5s both;
  width: 100vw;
}

.orign-icons-rotate-item-img {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0;
  padding-left: clamp(0px, 3.125vw, 60px) !important;
  width: 100%;
}

.orign-icons-rotate-item-img img {
  width: 100%;
}

.orign-icons-rotate-item._reverse {
  -webkit-animation: infinity-scroll-right 150s infinite linear 0.5s both;
  animation: infinity-scroll-right 150s infinite linear 0.5s both;
}

.lib-title__outer :where(.title) {
  color: var(--DEF);
}

p.orign-icon-diamond {
  position: relative;
  padding-left: 21px;
  font-size: 1rem;
  font-weight: bold;
}

p.orign-icon-diamond.tcenter {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

p.orign-icon-diamond::before {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: var(--ACC);
  -webkit-transform: rotate(45deg) skew(15deg, 15deg);
  transform: rotate(45deg) skew(15deg, 15deg);
  left: 0;
  top: calc(50% - 6.5px);
}

.orign-top-news {
  display: grid;
  margin-right: -20px;
  margin-left: -20px;
  margin-bottom: 9.375rem;
  grid-template-rows: auto 1fr;
  grid-template-columns: 21.724137931% 78.275862069%;
}

@media print, screen and (max-width: 991.8px) {
  .orign-top-news {
    grid-template-rows: auto 1fr;
    grid-template-columns: 34.2391304348% 65.7608695652%;
    margin-bottom: 7rem;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-top-news {
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
    margin-bottom: 3rem;
  }
}
.orign-top-news--title {
  grid-row: 1/2;
  grid-column: 1/2;
  width: 100%;
  padding: 0 20px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-news--title {
    grid-row: 1/2;
    grid-column: 1/2;
    text-align: center;
    margin-bottom: 30px;
  }
  .orign-top-news--title p {
    display: inline-block;
  }
}
.orign-top-news--list {
  grid-row: 1/3;
  grid-column: 2/3;
  width: 100%;
  padding: 0 20px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-news--list {
    grid-row: 2/3;
    grid-column: 1/2;
  }
}
.orign-top-news--list .lib-rss__title {
  padding-right: 16px;
}

.orign-top-news--list .lib-rss__title a:after {
  top: 0 !important;
}

.orign-top-news--btn {
  grid-row: 2/3;
  grid-column: 1/2;
  padding: 30px 20px 0;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-news--btn {
    grid-row: 3/4;
    grid-column: 1/2;
  }
}
.orign-top-news .lib-rss__list {
  padding-bottom: 1.8rem;
  border-bottom: var(--GRY) 1px solid;
  width: 100%;
}

@media print, screen and (max-width: 767.8px) {
  .orign-top-news .lib-rss__list {
    padding-bottom: 1rem;
  }
}
.orign-top-news .lib-rss__list li a {
  text-decoration: none;
}

.orign-top-news .lib-rss__list li a:hover {
  color: var(--MAIN);
}

.orign-top-news .lib-rss__list li .lib-rss__date {
  color: #999999;
  font-weight: bold;
}

.orign-top-news .lib-rss__list li .chip {
  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: var(--ACC);
  border-color: var(--ACC);
  border-radius: 0;
  height: 25px;
  width: 64px;
  padding: 0;
}

.orign-wide-col {
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-bottom: 9.375rem;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.orign-wide-col--ing {
  width: 60%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media print, screen and (max-width: 991.8px) {
  .orign-wide-col--ing {
    width: 52.8571428571%;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-wide-col--ing {
    width: 100%;
  }
}
.orign-wide-col--ing .thumb {
  border-radius: 0 60px 60px 0 !important;
  height: 100%;
}

.orign-wide-col--ing .thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col--ing .thumb {
    border-radius: 30px !important;
  }
}
.orign-wide-col--text {
  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: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40%;
  padding-left: clamp(0px, 4.2857142857vw, 60px);
}

@media print, screen and (max-width: 991.8px) {
  .orign-wide-col--text {
    width: 47.1428571429%;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-wide-col--text {
    width: 100%;
    padding-left: 0;
  }
}
.orign-wide-col--text .lib-card__title {
  font-size: 2rem;
  line-height: 140%;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col--text .lib-card__title {
    font-size: 1.5rem;
    margin-top: 14px;
    text-align: center;
  }
}
.orign-wide-col--text p {
  line-height: 1.25;
  margin-bottom: 40px;
}

@media print, screen and (max-width: 991.8px) {
  .orign-wide-col--text p {
    margin-bottom: 26px;
  }
}
.orign-wide-col--text .lib-link__btn {
  max-width: 212px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col--text .lib-link__btn {
    max-width: 100%;
  }
}
.orign-wide-col-02 {
  margin-left: calc((100vw - 100%) / 2 * -1);
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02 {
    margin-left: 0;
  }
}
.orign-wide-col-02-inner {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 48.5714285714% 51.4285714286%;
}

@media print, screen and (max-width: 991.8px) {
  .orign-wide-col-02-inner {
    grid-template-columns: 34.2857142857% 65.7142857143%;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02-inner {
    grid-template-rows: auto auto auto;
    grid-template-columns: 100%;
  }
}
.orign-wide-col-02--ing {
  grid-row: 1/3;
  grid-column: 1/2;
  border-radius: 0 60px 60px 0;
  overflow: hidden;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02--ing {
    grid-row: 2/3;
    grid-column: 1/2;
    border-radius: 30px;
    margin-bottom: 30px;
  }
}
.orign-wide-col-02--ing .thumb {
  height: 100%;
}

.orign-wide-col-02--ing .thumb img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.orign-wide-col-02--text {
  grid-row: 1/2;
  grid-column: 2/3;
  padding-left: clamp(0px, 4.2857142857vw, 60px);
  -ms-flex-line-pack: end;
  align-content: end;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02--text {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-left: 0;
  }
}
.orign-wide-col-02--text-title {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02--text-title {
    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;
    margin-bottom: 16px;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02--text-title .orign-icon-diamond {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02--text-title .lib-title__outer {
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.orign-wide-col-02--text-title .lib-card__title {
  font-size: 2rem;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02--text-title .lib-card__title {
    font-size: 1.5rem;
  }
}
.orign-wide-col-02--text-txt {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02--text-txt {
    margin-bottom: 16px;
  }
}
.orign-wide-col-02 .orign-business-btns {
  grid-row: 2/3;
  grid-column: 2/3;
  padding-left: clamp(0px, 4.2857142857vw, 60px);
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02 .orign-business-btns {
    grid-row: 3/4;
    grid-column: 1/2;
    padding-left: 0;
  }
}
.orign-wide-col-02 .orign-business-btns li {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding-left: 0;
  overflow: hidden;
}

.orign-wide-col-02 .orign-business-btns li + li {
  margin-top: 10px !important;
}

.orign-wide-col-02 .orign-business-btns li::before {
  display: none;
}

.orign-wide-col-02 .orign-business-btns li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  padding: 38px 30px;
  min-height: 120px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02 .orign-business-btns li a {
    -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: start;
    padding: 24px 20px 30px;
  }
}
.orign-wide-col-02 .orign-business-btns li a h3 {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  width: 130px;
  font-size: 1.25rem;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02 .orign-business-btns li a h3 {
    width: 100%;
    padding-right: 60px;
  }
}
.orign-wide-col-02 .orign-business-btns li a p {
  display: inline-block;
  margin: 0;
  width: calc(100% - 130px);
  padding-right: 80px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-wide-col-02 .orign-business-btns li a p {
    width: 100%;
    padding-right: 60px;
  }
}
.orign-wide-col-02 .orign-business-btns li a::before {
  position: absolute;
  content: "";
  right: 30px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-color: var(--MAIN);
  border: var(--MAIN) 2px solid;
  z-index: 0;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.orign-wide-col-02 .orign-business-btns li a::after {
  font-size: 16px;
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: static;
  content: "\ea01";
  color: #fff;
  position: absolute;
  right: 41px;
  top: calc(50% - 8px);
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.orign-wide-col-02 .orign-business-btns li a:hover {
  color: var(--WHT);
  background-color: var(--MAIN);
}

.orign-wide-col-02 .orign-business-btns li a:hover h3,
.orign-wide-col-02 .orign-business-btns li a:hover p {
  color: var(--WHT);
}

.orign-wide-col-02 .orign-business-btns li a:hover::before {
  background-color: var(--WHT);
  border: var(--WHT) 2px solid;
}

.orign-wide-col-02 .orign-business-btns li a:hover::after {
  color: var(--MAIN);
}

.orign-bnr-panels .lib-bnr-003__link {
  padding: 20px 10px;
  border: none;
}

.orign-bnr-panels.--type02 .lib-bnr-003__link {
  padding: 20px 10px;
  background-color: var(--WHT);
  border: var(--GRY) 1px solid;
}

.orign-bnr-panels .lib-bnr-003__link .orign-bnr-panels--img {
  margin: 0 auto 16px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-bnr-panels .lib-bnr-003__link .orign-bnr-panels--img {
    width: 60px;
    margin: 0 auto 8px;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-bnr-panels .lib-bnr-003__link .lib-card__title {
    font-size: 1.125rem;
  }
}
.orign-bnr-panels .lib-bnr-003__link .lib-bnr-003__txt {
  margin-top: 10px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-bnr-panels .lib-bnr-003__link .lib-bnr-003__txt {
    font-size: 0.875rem;
  }
}
.orign-bnr-panels .lib-bnr-003__link:hover {
  background-color: var(--MAIN);
  color: var(--WHT);
}

.orign-bnr-panels .lib-bnr-003__link:hover .orign-bnr-panels--img img {
  opacity: 1;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0%) invert(100%);
}

.orign-bnr-panels .lib-bnr-003__link.bg-shadow {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1) !important;
}

.orign-bnr-panels--long {
  margin-top: 16px;
}

.orign-bnr-panels--long .lib-bnr-003__link {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
  padding: 36px 60px;
}

@media print, screen and (max-width: 991.8px) {
  .orign-bnr-panels--long .lib-bnr-003__link {
    padding: 36px 30px;
  }
}
@media print, screen and (max-width: 767.8px) {
  .orign-bnr-panels--long .lib-bnr-003__link {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    padding: 20px 10px;
  }
}
.orign-bnr-panels--long .orign-bnr-panels--img {
  margin: 0 !important;
  width: 80px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-bnr-panels--long .orign-bnr-panels--img {
    width: 60px;
    margin: 0 auto 8px !important;
  }
}
.orign-bnr-panels--long .orign-bnr-panels--textarea {
  width: calc(100% - 80px);
  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: start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 20px;
}

@media print, screen and (max-width: 767.8px) {
  .orign-bnr-panels--long .orign-bnr-panels--textarea {
    width: 100%;
    margin-left: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.orign-bnr-panels--long .orign-bnr-panels--textarea .lib-bnr-003__txt {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
}

@media print, screen and (max-width: 767.8px) {
  .orign-bnr-panels--long .orign-bnr-panels--textarea .lib-bnr-003__txt {
    text-align: center;
  }
}
.lib-fixed__bnr {
  background-color: rgba(255, 255, 255, 0);
}

.lib-fixed__close {
  left: auto;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  border-radius: 0 10px 0 10px;
}

.lib-fixed__close::before {
  font-size: 1.3rem;
}

@media print, screen and (max-width: 767.8px) {
  .lib-utility__outer .lib-utility__item a .txt {
    font-size: 12px !important;
  }
}
.inview,
.container {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.inview.active,
.container.active {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.swiper-slide .lib-media__thumb .thumb {
  height: auto;
}

.--fill-box.lib-cta-BS01__inside {
  border-radius: 0px;
}

.lib-title__outer.--typeD :where(.title):before {
  background-color: var(--ACC) !important;
}

.lib-hero__outer {
  background-image: url(/dcms_media/image/bg_h1.png);
  background-color: var(--WHT);
}

.lib-horizon__row .lib-card__title {
  font-size: 1.5rem !important;
}

@media print, screen and (max-width: 767.8px) {
  .lib-horizon__row .lib-card__title {
    font-size: 1.25rem !important;
  }
}
.lib-horizon__row .before-accent {
  margin-top: 10px;
}

.lib-card__txtarea.mw-md.--fill-box {
  border-radius: 0;
}

@media print, screen and (min-width: 768px) {
  col.w-300px {
    width: 300px;
  }
}
.mb-m-footer {
  margin-bottom: -100px;
}

@media print, screen and (min-width: 768px) {
  .mb-m-footer {
    margin-bottom: -120px;
  }
}
@media print, screen and (min-width: 576px) and (max-width: 767.8px) {
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child > :nth-child(2) .lib-footer__nav {
    margin-left: -12px;
    margin-right: -12px;
  }
}
@media print, screen and (min-width: 576px) and (max-width: 991.8px) {
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child > :nth-child(2) .lib-footer__nav {
    border-top: #ddd 1px solid;
    padding-top: 2rem;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 991.8px) {
  .lib-footer__outer.lib-footer-BS01 .lib-footer__child > :nth-child(2) .lib-footer__nav {
    margin-left: -54%;
    width: calc(154% + 12px);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    z-index: 1;
    padding-top: 2.2rem;
  }
  .lib-footer__outer.lib-footer-BS01 .lib-footer__guidance {
    position: static;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lib-swiper__outer--custom {
  overflow: visible;
  position: relative;
}

.lib-swiper__outer--custom::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 1px);
  bottom: 0;
  background: #fff;
  width: 50vw;
  z-index: 2;
  pointer-events: none;
}

@media print, screen and (max-width: 767.8px) {
  .lib-swiper__outer--custom::before {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .lib-swiper__outer--custom .lib-swiper__btn {
    width: 40px;
    height: 40px;
  }
  .lib-swiper__outer--custom .lib-swiper__btn::after {
    font-size: 16px;
  }
  .lib-swiper__outer--custom .swiper-button-next.swiper-button-disabled,
  .lib-swiper__outer--custom .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background-color: #fff;
    border-color: var(--GRY);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .lib-swiper__outer--custom .swiper-button-next.swiper-button-disabled::after,
  .lib-swiper__outer--custom .swiper-button-prev.swiper-button-disabled::after {
    color: var(--MAIN);
  }
}
.lib-swiper__outer--custom .lib-media__slider {
  margin-right: -15px;
}

.lib-swiper__outer--custom .lib-media__slider .swiper-wrapper .lib-media__item {
  padding-right: 15px;
}

.lib-swiper__outer--custom .lib-media__slider .swiper-wrapper .lib-media__time {
  border-top: none;
}

.lib-swiper__outer--custom .lib-media__category .badge {
  border-radius: 0;
  padding: 1px 8px 3px;
}

.lib-swiper__outer--custom .lib-media__date {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: bold;
  color: var(--DGRY);
}

.lib-swiper__outer--custom .lib-media__txtarea {
  padding-top: 1.875rem;
}

@media print, screen and (max-width: 767.8px) {
  .lib-swiper__outer--custom .lib-media__txtarea {
    padding-top: 1rem;
  }
}
.lib-swiper__outer--custom .lib-media__tag {
  margin-top: 0.3125rem;
}

.lib-grid__col .lib-card__icon {
  width: 120px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.c-slide__materials-thumb {
  height: 150px;
  width: auto;
}
.c-slide__materials-thumb img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.custom-fixed__bnr {
  width: 250px;
  top: auto;
  bottom: 80px;
  right: 15px;
}
.custom-fixed__bnr .lib-fixed__close {
  right: -15px;
  top: -25px;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝
追記用CSS
＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* media query */
.fw-black {
  font-weight: 900 !important;
}

@-webkit-keyframes heroPagetitleLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes heroPagetitleLoop {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.bg-lgry .lib-title__outer.--typeD :where(.title) {
  border-color: var(--GRY);
}

.--bottom-rounded {
  border-radius: 0 0 10px 10px;
}

.hero-pagetitle {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .hero-pagetitle {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.hero-pagetitle__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.hero-pagetitle__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-pagetitle__main {
  font-size: 2rem;
}
@media print, screen and (min-width: 768px) {
  .hero-pagetitle__main {
    font-size: 2.625rem;
  }
}
.hero-pagetitle__main .--lg {
  font-size: 2.875rem;
}
@media print, screen and (min-width: 768px) {
  .hero-pagetitle__main .--lg {
    font-size: 3.5625rem;
  }
}
.hero-pagetitle__sub {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 768px) {
  .hero-pagetitle__sub {
    font-size: 1.375rem;
  }
}
.hero-pagetitle__loop {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  width: 100%;
  overflow: clip;
}
.hero-pagetitle__loop__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  gap: 10px;
  -webkit-animation: heroPagetitleLoop 34s linear 0s infinite;
          animation: heroPagetitleLoop 34s linear 0s infinite;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .hero-pagetitle__loop__in {
    gap: 20px;
    padding-right: 20px;
  }
}
.hero-pagetitle__loop__item {
  width: 150px;
}
@media print, screen and (min-width: 768px) {
  .hero-pagetitle__loop__item {
    width: 250px;
  }
}
.hero-pagetitle__loop__item img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  vertical-align: bottom;
}

.lib-toggle__btn.fs-h4 {
  font-size: 1.25rem;
}
@media print, screen and (min-width: 768px) {
  .lib-toggle__btn.fs-h4 {
    font-size: 1.5rem;
  }
}

.p-brand-link[href]:hover {
  border-color: var(--MAIN) !important;
}
.p-brand-link[href].--arrow {
  position: relative;
  padding-bottom: 20px;
}
.p-brand-link[href].--arrow::before {
  font-family: icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea01";
  position: absolute;
  width: 2em;
  height: 2em;
  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;
  color: #fff;
  background-color: var(--MAIN);
  bottom: 0.4em;
  right: 0.4em;
  border: var(--MAIN) 2px solid;
  font-size: 0.825rem;
  border-radius: 50%;
}
.p-brand-link[href].--arrow:hover::before {
  color: var(--MAIN);
  background-color: #fff;
}
.p-brand-link .lib-card__thumb {
  padding-top: 20px;
}
.p-brand-link .lib-link__btn {
  min-height: 30px;
  padding: 4px 15px;
  font-size: 0.825rem;
}

.dl-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 36px 30px;
  border: 5px solid var(--MAIN);
  border-radius: 10px;
  gap: 16px;
  overflow: hidden;
  z-index: 0;
}
@media print, screen and (max-width: 767.8px) {
  .dl-banner {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dl-banner[href]:hover {
  color: var(--MAIN);
}
.dl-banner[href]:hover .dl-banner__btn a,
.dl-banner[href]:hover .dl-banner__btn .--no-link {
  color: var(--MAIN);
}
.dl-banner[href]:hover .dl-banner__btn a::before,
.dl-banner[href]:hover .dl-banner__btn .--no-link::before {
  opacity: 1;
}
.dl-banner[href]:hover .dl-banner__btn a::after,
.dl-banner[href]:hover .dl-banner__btn .--no-link::after {
  background-color: var(--MAIN);
}
.dl-banner__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.dl-banner__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.dl-banner__img {
  width: 51.2380952381%;
}
@media print, screen and (max-width: 767.8px) {
  .dl-banner__img {
    width: 100%;
  }
}
.dl-banner__detail {
  width: calc(48.7619047619% - 16px);
}
@media print, screen and (max-width: 767.8px) {
  .dl-banner__detail {
    width: 100%;
  }
}
.dl-banner__txt {
  font-weight: 500;
}
.dl-banner__btn a,
.dl-banner__btn .--no-link {
  position: relative;
  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;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  padding: 15px 30px;
  background: linear-gradient(100deg, rgb(78, 174, 248) 0%, rgb(10, 49, 144) 100%);
  border-radius: 10px;
  gap: 30px;
  z-index: 0;
}
@media print, screen and (max-width: 767.8px) {
  .dl-banner__btn a,
  .dl-banner__btn .--no-link {
    font-size: 1.125rem;
    padding: 12px;
    gap: 8px;
  }
}
.dl-banner__btn a::before,
.dl-banner__btn .--no-link::before {
  position: absolute;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 50%;
  left: 50%;
  background-color: var(--WHT);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.dl-banner__btn a::after,
.dl-banner__btn .--no-link::after {
  display: block;
  content: "";
  width: 30px;
  height: 28px;
  -webkit-mask-position: 50% 50%;
          mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%2228%22%20viewBox%3D%220%200%2030%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2014C0%2013.4677%200.197556%2012.9571%200.549206%2012.5807C0.900856%2012.2043%201.37779%2011.9928%201.8751%2011.9928L23.6013%2011.9928L15.5509%203.37547C15.2196%202.99498%2015.0393%202.49173%2015.0479%201.97174C15.0565%201.45175%2015.2533%200.955627%2015.5968%200.587882C15.9404%200.220137%2016.4038%200.00948731%2016.8896%200.000312706C17.3754%20-0.0088619%2017.8455%200.184154%2018.201%200.538698L29.4516%2012.5816C29.8028%2012.958%2030%2013.4681%2030%2014C30%2014.5319%2029.8028%2015.042%2029.4516%2015.4184L18.201%2027.4613C17.8455%2027.8158%2017.3754%2028.0089%2016.8896%2027.9997C16.4038%2027.9905%2015.9404%2027.7799%2015.5968%2027.4121C15.2533%2027.0444%2015.0565%2026.5482%2015.0479%2026.0283C15.0393%2025.5083%2015.2196%2025.005%2015.5509%2024.6245L23.6013%2016.0072L1.8751%2016.0072C1.37779%2016.0072%200.900856%2015.7957%200.549206%2015.4193C0.197556%2015.0429%200%2014.5323%200%2014Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2230%22%20height%3D%2228%22%20viewBox%3D%220%200%2030%2028%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M0%2014C0%2013.4677%200.197556%2012.9571%200.549206%2012.5807C0.900856%2012.2043%201.37779%2011.9928%201.8751%2011.9928L23.6013%2011.9928L15.5509%203.37547C15.2196%202.99498%2015.0393%202.49173%2015.0479%201.97174C15.0565%201.45175%2015.2533%200.955627%2015.5968%200.587882C15.9404%200.220137%2016.4038%200.00948731%2016.8896%200.000312706C17.3754%20-0.0088619%2017.8455%200.184154%2018.201%200.538698L29.4516%2012.5816C29.8028%2012.958%2030%2013.4681%2030%2014C30%2014.5319%2029.8028%2015.042%2029.4516%2015.4184L18.201%2027.4613C17.8455%2027.8158%2017.3754%2028.0089%2016.8896%2027.9997C16.4038%2027.9905%2015.9404%2027.7799%2015.5968%2027.4121C15.2533%2027.0444%2015.0565%2026.5482%2015.0479%2026.0283C15.0393%2025.5083%2015.2196%2025.005%2015.5509%2024.6245L23.6013%2016.0072L1.8751%2016.0072C1.37779%2016.0072%200.900856%2015.7957%200.549206%2015.4193C0.197556%2015.0429%200%2014.5323%200%2014Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-color: var(--WHT);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print, screen and (max-width: 767.8px) {
  .dl-banner__btn a::after,
  .dl-banner__btn .--no-link::after {
    width: 20px;
    height: 18px;
  }
}
.dl-banner__btn a:hover,
.dl-banner__btn .--no-link:hover {
  color: var(--MAIN);
}
.dl-banner__btn a:hover::before,
.dl-banner__btn .--no-link:hover::before {
  opacity: 1;
}
.dl-banner__btn a:hover::after,
.dl-banner__btn .--no-link:hover::after {
  background-color: var(--MAIN);
}

.dl-card__img {
  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;
  height: 154px;
  background-color: var(--LGRY);
  padding: 10px;
  border-radius: 10px;
}
.dl-card__img .dl-card__img__in {
  display: inline-block;
  vertical-align: bottom;
}
.dl-card__img .dl-card__img__in.--ratio140x112 {
  width: 140px;
  height: 112px;
}
.dl-card__img .dl-card__img__in.--ratio158x112 {
  width: 158px;
  height: 112px;
}
.dl-card__img .dl-card__img__in.--ratio165x112 {
  width: 165px;
  height: 112px;
}
.dl-card__img .dl-card__img__in.--ratio200x112 {
  width: 200px;
  height: 112px;
}
.dl-card__img .dl-card__img__in:not([class*="--ratio"]) {
  width: 165px;
  height: 130px;
}
.dl-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.25));
}
.dl-card__detail .lib-link__btn {
  width: auto;
}
.dl-card__detail :where(.lib-link__btn) {
  padding: 10px 25px;
}

@media print, screen and (min-width: 992px) {
  html:not(.is-scroll) .lib-header__outer.lib-header-BS02.--shadow-adjust {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0);
  }
}
@media print, screen and (max-width: 991.8px) {
  html:not(.is-scroll) .lib-header__outer.lib-header-BS02.--shadow-adjust .lib-header__bar {
    -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0);
            box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0);
  }
}

.lh-14 {
  line-height: 1.4;
}

.or-fv-bg {
  position: absolute;
  z-index: -1;
}
.or-fv-bg.--left {
  top: 0;
  left: -46px;
  width: clamp(80px, 21.025vw, 235.48px);
}
@media print, screen and (max-width: 767.8px) {
  .or-fv-bg.--left {
    left: 0;
  }
}
.or-fv-bg.--right {
  top: 36px;
  right: clamp(0px, 3.6666666667vw, 44px);
  width: clamp(40px, 11.25vw, 126px);
}
.or-fv-title {
  position: relative;
  z-index: 0;
}
.or-fv-h1 {
  font-size: 2.25rem;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 991.8px) {
  .or-fv-h1 {
    font-size: 1.5rem;
  }
}
.or-fv-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: clamp(8px, 1.0714285714vw, 12px) clamp(16px, 2.1428571429vw, 24px);
}
.or-fv-badge__badge {
  position: relative;
  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;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-inline: clamp(16px, 2.1428571429vw, 24px);
  gap: clamp(1px, 0.3571428571vw, 4px);
}
.or-fv-badge__badge::before, .or-fv-badge__badge::after {
  position: absolute;
  content: "";
  width: clamp(12.6666666667px, 1.6964285714vw, 19px);
  height: 100%;
  top: 0;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.or-fv-badge__badge::before {
  left: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2261%22%20viewBox%3D%220%200%2019%2061%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M16.6807%2048.1328C16.7055%2048.1421%2013.9406%2049.8201%2013.4092%2053.2686C13.0426%2055.5894%2013.9285%2057.9698%2014.5654%2059.2871C13.7142%2058.1221%2012.1264%2056.1645%2010.166%2054.8564C7.20035%2052.8928%204.07281%2053.1962%204.05078%2053.2188C4.01799%2053.2194%205.72628%2057.6853%208.99707%2059.6074C11.8461%2061.2914%2014.5245%2060.4987%2015.1211%2060.2998C15.1334%2060.3183%2015.1425%2060.328%2015.1426%2060.3281C15.1426%2060.3281%2015.1646%2060.3063%2015.1924%2060.2754C15.2216%2060.2666%2015.2401%2060.2605%2015.2422%2060.2598C15.2422%2060.2598%2015.2359%2060.2497%2015.2266%2060.2373C15.6213%2059.7803%2017.333%2057.5594%2017.6406%2054.627C17.9762%2051.3491%2016.6713%2048.1639%2016.6807%2048.1328ZM14.4043%2040.6836C14.4229%2040.696%2011.4376%2041.8519%2010.3408%2045.1357C9.59515%2047.3448%2010.0613%2049.8273%2010.459%2051.2285C9.82206%2049.9423%208.60102%2047.7454%206.89844%2046.1143V46.1084C4.32294%2043.66%201.21245%2043.3978%201.18164%2043.415C1.14436%2043.3902%202.07279%2048.088%204.95605%2050.5518C7.46005%2052.7045%2010.2096%2052.4026%2010.8281%2052.3125C10.8393%2052.3321%2010.8456%2052.3421%2010.8467%2052.3438C10.8498%2052.3438%2010.8721%2052.3256%2010.9062%2052.3008C10.9403%2052.2946%2010.959%2052.2939%2010.959%2052.2939C10.9582%2052.2924%2010.9521%2052.2811%2010.9463%2052.2695C11.4123%2051.8936%2013.4665%2050.0295%2014.2588%2047.2178C15.1381%2044.0705%2014.3919%2040.7147%2014.4043%2040.6836ZM13.4062%2032.9531C13.3736%2032.9783%2010.2931%2033.5995%208.68457%2036.6094C7.58789%2038.6505%207.62771%2041.1705%207.78613%2042.6152C7.37909%2041.2357%206.54629%2038.8618%205.15137%2036.9512V36.9609C3.03242%2034.0809%200.0215721%2033.2638%200.00292969%2033.2793C-0.0264645%2033.2972%200.108175%2038.0596%202.51074%2040.9785C4.60481%2043.5384%207.34836%2043.7341%207.96973%2043.7559C7.97593%2043.7775%207.98242%2043.79%207.98242%2043.79C7.98694%2043.7892%208.01109%2043.7767%208.04688%2043.7588H8.09961C8.09658%2043.7554%208.09385%2043.7456%208.09082%2043.7305C8.61024%2043.4443%2010.9311%2041.9841%2012.1768%2039.3623C13.5558%2036.4334%2013.3886%2032.9973%2013.4062%2032.9531ZM0.580078%2023.0264C0.552116%2022.9922%20-0.153688%2027.7643%201.71973%2031.0918C3.33804%2033.996%205.994%2034.6796%206.59766%2034.8135C6.6005%2034.8334%206.60402%2034.8457%206.60449%2034.8477C6.60449%2034.8508%206.63246%2034.8415%206.67285%2034.8291C6.70383%2034.8353%206.72266%2034.8418%206.72266%2034.8418C6.71955%2034.8418%206.71973%2034.829%206.71973%2034.8135C7.27694%2034.6266%209.78948%2033.6047%2011.4512%2031.2412C13.2944%2028.5974%2013.7213%2025.1505%2013.7471%2025.1172C13.7657%2025.1327%2010.6065%2025.1764%208.5%2027.8916C7.07707%2029.7153%206.69444%2032.21%206.60742%2033.6641C6.43964%2032.2318%206.02314%2029.7403%204.98242%2027.5967H4.98535C3.40333%2024.3706%200.610636%2023.0183%200.580078%2023.0264ZM2.96387%2012.9375C2.93901%2012.9002%201.37857%2017.5327%202.63379%2021.1709C3.71194%2024.3429%206.19511%2025.495%206.76367%2025.7373V25.7754C6.76665%2025.7777%206.79395%2025.7744%206.83496%2025.7686C6.86403%2025.7802%206.87904%2025.7899%206.88086%2025.791C6.88086%2025.791%206.88086%2025.7782%206.88086%2025.7627C7.46497%2025.6726%2010.0999%2025.1129%2012.1318%2023.0654C14.3927%2020.7704%2015.4401%2017.4106%2015.4717%2017.377C15.4872%2017.3956%2012.3836%2016.877%209.83594%2019.2041C8.12038%2020.7618%207.31616%2023.1592%206.97559%2024.5869C7.05577%2023.1337%207.08104%2020.5948%206.44922%2018.2812C5.4808%2014.7944%203.00906%2012.9437%202.96387%2012.9375ZM7.2168%203.25879C7.18175%203.24863%204.76102%207.60674%205.31836%2011.4492C5.78762%2014.8107%208.00983%2016.4014%208.52246%2016.7432C8.51636%2016.7676%208.51563%2016.7799%208.51562%2016.7803C8.51562%2016.7834%208.54362%2016.7861%208.58691%2016.7861C8.61177%2016.8048%208.62793%2016.8174%208.62793%2016.8174C8.62837%2016.8156%208.63096%2016.8041%208.63379%2016.79C9.221%2016.8056%2011.896%2016.721%2014.2666%2015.0371C16.9053%2013.1488%2018.5882%209.95507%2018.6289%209.92676C18.6055%209.9354%2015.6685%208.89738%2012.7441%2010.7656C10.759%2012.0271%209.52585%2014.2887%208.93555%2015.6494C9.28042%2014.214%209.77768%2011.6753%209.60059%209.23633C9.31776%205.5548%207.24476%203.25258%207.2168%203.25879ZM17.8525%200C17.8525%200%2014.2641%201.0193%2012.3223%203.93359C10.3913%206.83163%2010.8165%2010.5099%2010.8213%2010.5508V10.5479C10.8213%2010.5479%2014.4097%209.53216%2016.3516%206.61816C18.2914%203.70683%2017.8534%200.00750998%2017.8525%200Z%22%20fill%3D%22%23BDA049%22%2F%3E%3C%2Fsvg%3E");
}
.or-fv-badge__badge::after {
  right: 0;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20width%3D%2219%22%20height%3D%2261%22%20viewBox%3D%220%200%2019%2061%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M1.94824%2048.1328C1.92339%2048.1421%204.68832%2049.8201%205.21973%2053.2686C5.58635%2055.5894%204.7004%2057.9698%204.06348%2059.2871C4.91474%2058.1221%206.50253%2056.1645%208.46289%2054.8564C11.4286%2052.8928%2014.5561%2053.1962%2014.5781%2053.2188C14.6109%2053.2194%2012.9026%2057.6853%209.63184%2059.6074C6.78279%2061.2914%204.1044%2060.4987%203.50781%2060.2998C3.49546%2060.3183%203.48644%2060.328%203.48633%2060.3281C3.48633%2060.3281%203.46435%2060.3063%203.43652%2060.2754C3.40733%2060.2666%203.38881%2060.2605%203.38672%2060.2598C3.38672%2060.2598%203.39302%2060.2497%203.40234%2060.2373C3.00756%2059.7803%201.29595%2057.5594%200.988281%2054.627C0.652729%2051.3491%201.95756%2048.1639%201.94824%2048.1328ZM4.22461%2040.6836C4.20597%2040.696%207.19126%2041.8519%208.28809%2045.1357C9.03376%2047.3448%208.56761%2049.8273%208.16992%2051.2285C8.80684%2049.9423%2010.0279%2047.7454%2011.7305%2046.1143V46.1084C14.306%2043.66%2017.4165%2043.3978%2017.4473%2043.415C17.4845%2043.3902%2016.5561%2048.088%2013.6729%2050.5518C11.1689%2052.7045%208.4193%2052.4026%207.80078%2052.3125C7.78959%2052.3321%207.78334%2052.3421%207.78223%2052.3438C7.77912%2052.3438%207.75683%2052.3256%207.72266%2052.3008C7.68861%2052.2946%207.66992%2052.2939%207.66992%2052.2939C7.67071%2052.2924%207.67685%2052.2811%207.68262%2052.2695C7.21658%2051.8936%205.16242%2050.0295%204.37012%2047.2178C3.49085%2044.0705%204.23704%2040.7147%204.22461%2040.6836ZM5.22266%2032.9531C5.2553%2032.9783%208.33582%2033.5995%209.94434%2036.6094C11.041%2038.6505%2011.0012%2041.1705%2010.8428%2042.6152C11.2498%2041.2357%2012.0826%2038.8618%2013.4775%2036.9512V36.9609C15.5965%2034.0809%2018.6073%2033.2638%2018.626%2033.2793C18.6554%2033.2972%2018.5207%2038.0596%2016.1182%2040.9785C14.0241%2043.5384%2011.2806%2043.7341%2010.6592%2043.7559C10.653%2043.7775%2010.6465%2043.79%2010.6465%2043.79C10.642%2043.7892%2010.6178%2043.7767%2010.582%2043.7588H10.5293C10.5323%2043.7554%2010.5351%2043.7456%2010.5381%2043.7305C10.0187%2043.4443%207.69782%2041.9841%206.45215%2039.3623C5.07306%2036.4334%205.24036%2032.9973%205.22266%2032.9531ZM18.0488%2023.0264C18.0768%2022.9922%2018.7826%2027.7643%2016.9092%2031.0918C15.2909%2033.996%2012.6349%2034.6796%2012.0312%2034.8135C12.0284%2034.8334%2012.0249%2034.8457%2012.0244%2034.8477C12.0244%2034.8508%2011.9964%2034.8415%2011.9561%2034.8291C11.9251%2034.8353%2011.9062%2034.8418%2011.9062%2034.8418C11.9094%2034.8418%2011.9092%2034.829%2011.9092%2034.8135C11.352%2034.6266%208.83942%2033.6047%207.17773%2031.2412C5.33448%2028.5974%204.90765%2025.1505%204.88184%2025.1172C4.86319%2025.1327%208.02238%2025.1764%2010.1289%2027.8916C11.5518%2029.7153%2011.9345%2032.21%2012.0215%2033.6641C12.1893%2032.2318%2012.6058%2029.7403%2013.6465%2027.5967H13.6436C15.2256%2024.3706%2018.0183%2023.0183%2018.0488%2023.0264ZM15.665%2012.9375C15.6899%2012.9002%2017.2503%2017.5327%2015.9951%2021.1709C14.917%2024.3429%2012.4338%2025.495%2011.8652%2025.7373V25.7754C11.8623%2025.7777%2011.835%2025.7744%2011.7939%2025.7686C11.7649%2025.7802%2011.7499%2025.7899%2011.748%2025.791C11.748%2025.791%2011.748%2025.7782%2011.748%2025.7627C11.1639%2025.6726%208.52903%2025.1129%206.49707%2023.0654C4.23619%2020.7704%203.18878%2017.4106%203.15723%2017.377C3.14169%2017.3956%206.24526%2016.877%208.79297%2019.2041C10.5085%2020.7618%2011.3127%2023.1592%2011.6533%2024.5869C11.5731%2023.1337%2011.5479%2020.5948%2012.1797%2018.2812C13.1481%2014.7944%2015.6198%2012.9437%2015.665%2012.9375ZM11.4121%203.25879C11.4472%203.24863%2013.8679%207.60674%2013.3105%2011.4492C12.8413%2014.8107%2010.6191%2016.4014%2010.1064%2016.7432C10.1125%2016.7676%2010.1133%2016.7799%2010.1133%2016.7803C10.1133%2016.7834%2010.0853%2016.7861%2010.042%2016.7861C10.0171%2016.8048%2010.001%2016.8174%2010.001%2016.8174C10.0005%2016.8156%209.99794%2016.8041%209.99512%2016.79C9.4079%2016.8056%206.73291%2016.721%204.3623%2015.0371C1.72361%2013.1488%200.0407458%209.95507%200%209.92676C0.0234406%209.9354%202.96038%208.89738%205.88477%2010.7656C7.86989%2012.0271%209.10306%2014.2887%209.69336%2015.6494C9.34849%2014.214%208.85122%2011.6753%209.02832%209.23633C9.31114%205.5548%2011.3841%203.25258%2011.4121%203.25879ZM0.776367%200C0.776367%200%204.36479%201.0193%206.30664%203.93359C8.23763%206.83163%207.81242%2010.5099%207.80762%2010.5508V10.5479C7.80762%2010.5479%204.21926%209.53216%202.27734%206.61816C0.337463%203.70683%200.775475%200.00750998%200.776367%200Z%22%20fill%3D%22%23BDA049%22%2F%3E%3C%2Fsvg%3E");
}
.or-fv-badge__badge__sm {
  font-size: clamp(8px, 1.0714285714vw, 12px);
  line-height: 1.1;
}
.or-fv-badge__badge__md {
  font-size: clamp(12px, 1.6071428571vw, 18px);
  line-height: 1;
}
.or-fv-badge__badge__lg {
  font-size: clamp(18.6666666667px, 2.5vw, 28px);
  line-height: 1;
}

.or-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}
@media print, screen and (max-width: 767.8px) {
  .or-service {
    gap: 20px;
  }
}
.or-service-card {
  border: 1px solid #d1d5dc;
  border-radius: 10px;
  padding: clamp(20px, 5.2083333333vw, 40px);
}
.or-service-card:not(.--wide) {
  width: calc(50% - 20px);
}
@media print, screen and (max-width: 991.8px) {
  .or-service-card:not(.--wide) {
    width: 100%;
  }
}
.or-service-card.--wide {
  width: 100%;
}

.or-rounded-card {
  border: 1px solid #d1d5dc;
  border-radius: 10px;
  padding: clamp(16px, 2.6041666667vw, 20px);
}

:where(ul:not([class*=lib])) > li.marker-acc::before {
  background-color: var(--ACC);
}

.js-swiper .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}

.or-rounded-item {
  border-radius: 10px;
}

.lib-card__thumb.--bottom-rounded-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.or-title-middle {
  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;
}

#tinymce .or-fv-bg {
  position: static;
}
#tinymce .hero-pagetitle__loop {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
}
#tinymce .hero-pagetitle__loop__in {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  white-space: wrap;
  -webkit-animation: none;
          animation: none;
}
#tinymce .js-swiper .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}/*# sourceMappingURL=original.css.map */