@charset "UTF-8";
/*
Theme Name: 新エレクトロ
Version: 1.11
Template: force_tcd078
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;600;700;800&display=swap");
@import "bootstrap-grid.min.css";
@import "bootstrap-utilities.min.css";
body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif !important;
  font-feature-settings: "palt";
}

html {
  scroll-behavior: smooth;
}

ol.ol {
  list-style: decimal;
}

ul.ul {
  list-style: disc;
}

.ls-none {
  list-style: none;
}

.contact-form {
  width: 800px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.contact-form__field {
  margin-bottom: 2rem;
}
.contact-form__label {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.6;
}
.contact-form__label--require:after {
  content: "必須";
  display: inline-table;
  margin-left: 0.8rem;
  font-weight: bold;
  font-size: 0.7rem;
  padding: 0.3em 0.6em;
  line-height: 1 !important;
  font-feature-settings: "pkna" on;
  color: #ffffff;
  background: #63c423;
  border-radius: 50px;
}
.contact-form__input {
  margin-top: 1rem;
}
.contact-form input {
  padding: 0.9rem 1.6rem !important;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6 !important;
  letter-spacing: 0.02em;
  font-feature-settings: "pkna" on;
  background: #f4f4f4;
  border-radius: 8px;
  border: 1px solid transparent !important;
}
.contact-form textarea {
  padding: 0.9rem 1.6rem !important;
  width: 100%;
  font-size: 1rem;
  line-height: 1.6 !important;
  letter-spacing: 0.02em;
  font-feature-settings: "pkna" on;
  background: #f4f4f4;
  border-radius: 8px;
  border: 1px solid transparent !important;
}

.wpcf7 {
  border: none !important;
  background: none !important;
  font-size: 1rem !important;
}

.l-f-column {
  flex: 0 0 48%;
  margin-bottom: 4%;
}
@media screen and (min-width: 1024px) {
  .l-f-column {
    flex: 0 0 23%;
    margin-bottom: 3%;
  }
}

.m-ar-heading {
  background: #2c57a3;
  color: #63c423 !important;
  padding: 1rem 0 1.3rem 2rem;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .m-ar-heading {
    font-size: 2.2rem;
  }
}
.m-ar-heading--en {
  max-width: 100%;
  font-size: 1.7rem;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .m-ar-heading--en {
    font-size: 2rem;
  }
}
.m-ar-heading-icon {
  display: block;
  margin-left: 0.5em;
  font-size: 1.6rem;
  z-index: 2;
  font-family: dashicons;
  position: relative;
  top: 3px;
}
.m-ar-heading-icon .dashicons-controls-play {
  width: initial;
  height: initial;
  position: relative;
}
.m-ar-heading-icon .dashicons-controls-play:before {
  width: initial;
  height: initial;
  font-size: 2rem;
}
.m-ar-heading-icon .icon1 {
  z-index: 2;
}
.m-ar-heading-icon .icon2 {
  z-index: 1;
  left: -1.2em;
  opacity: 0.5;
}

.m-bar-heading {
  letter-spacing: 0.15em;
  font-size: 1.3rem !important;
  margin-bottom: 2rem !important;
  font-weight: bold !important;
}
.m-bar-heading--color {
  color: #63c423;
}
.m-bar-heading:before {
  content: "ー";
  padding-right: 6px;
}

.m-bordered-table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.m-bordered-table th, .m-bordered-table td {
  text-align: left;
  border: none;
  background: none !important;
}
.m-bordered-table th {
  width: 9em;
  padding: 2rem 2rem 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 2;
  vertical-align: top;
}
.m-bordered-table td {
  font-size: 1rem;
  line-height: 2;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.c-button {
  display: inline-block;
  padding: 0.7rem 1.5rem;
  border: 1px solid transparent;
  border-radius: 4px;
  background-color: transparent;
  color: #333;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.c-button--arrow {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.c-button--arrow .c-button__arrow--inner {
  font-weight: bold;
  text-transform: uppercase;
}
.c-button--arrow .c-button__arrow--arrow {
  display: block;
  margin-left: 1rem;
  position: relative;
}
.c-button--arrow .c-button__arrow--arrow:before {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-family: dashicons;
  content: "\f344";
}
.c-button--arrow .c-button__arrow--arrow:after {
  position: relative;
  z-index: 1;
  display: block;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  background-color: #63c423;
  content: "";
}
.c-button--arrow--white .c-button__arrow--inner {
  color: #fff;
}

.m-color-box {
  background-color: #f0f0f0;
  padding: 3rem;
}
.m-color-box--no-color {
  background: none;
}
.m-color-box--more-pad {
  padding: 5rem;
}
.m-color-box__icon {
  transform-origin: center bottom;
  -webkit-animation: yurayura 4s ease infinite;
          animation: yurayura 4s ease infinite;
}

@-webkit-keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}

@keyframes yurayura {
  0%, 100% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(-10deg);
  }
}
.m-cover-background {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.m-cover-background:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.2);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.m-cp-heading {
  position: relative;
  padding-left: 1.6em !important;
  font-weight: bold !important;
}
.m-cp-heading:after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #63c423;
}
.m-cp-heading:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 16px;
  height: 16px;
  background-color: #9ae469;
}

.m-equipment-card {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0.5rem 0.8rem;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.m-equipment-card__line {
  background: #0c2a47;
  color: #fff;
  text-align: center;
  padding: 0.3rem;
  font-size: 0.85rem;
  margin-bottom: 0.3rem;
}
.m-equipment-card__image {
  display: block;
  width: 100%;
  margin-bottom: 0.7rem;
}
.m-equipment-card__image img {
  display: block;
  width: 100%;
  aspect-ratio: 5/4;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-equipment-card__category {
  font-size: 0.9rem;
  color: #888;
  margin-bottom: 0.3rem;
}
.m-equipment-card__name {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 0.3rem;
}
.m-equipment-card__model {
  font-size: 0.9rem;
  margin-bottom: 0.8rem;
  line-height: 1.5;
}
.m-equipment-card__detail {
  border-left: 6px solid #fb1d07;
  padding-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  margin-top: auto;
}

.m-flow-content {
  width: 100%;
  color: #fff;
  overflow: hidden;
  position: relative;
}
.m-flow-content__bg {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}
.m-flow-content:hover .m-flow-content__bg {
  scale: 1.1;
}
.m-flow-content__desc {
  bottom: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.m-flow-content__heading {
  background: #2c57a3;
  color: #63c423;
  padding: 1rem 2rem 1.3rem;
  min-width: 50%;
  box-sizing: border-box;
}
.m-flow-content__heading-ja {
  font-size: 1.2rem;
  text-transform: uppercase;
}
@media screen and (min-width: 1024px) {
  .m-flow-content__heading-ja {
    font-size: 1.4rem;
  }
}
.m-flow-content__heading-en {
  max-width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.3em;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 1024px) {
  .m-flow-content__heading-en {
    font-size: 2.2rem;
  }
}
.m-flow-content__heading-icon {
  display: block;
  margin-left: 0.5em;
  font-size: 1.6rem;
  z-index: 2;
  font-family: dashicons;
  position: relative;
  top: 3px;
}
.m-flow-content__heading-icon .dashicons-controls-play {
  width: initial;
  height: initial;
  position: relative;
}
.m-flow-content__heading-icon .dashicons-controls-play:before {
  width: initial;
  height: initial;
  font-size: 2rem;
}
.m-flow-content__heading-icon .icon1 {
  z-index: 2;
}
.m-flow-content__heading-icon .icon2 {
  z-index: 1;
  left: -1.2em;
  opacity: 0.5;
}
.m-flow-content__p {
  color: #fff;
  font-size: 1rem;
  line-height: 1.6 !important;
  z-index: 3;
  position: relative;
  padding: 0 2rem 1rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  margin-bottom: 0 !important;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .m-flow-content__p {
    max-width: 50%;
    font-size: 0.9rem;
    line-height: 2 !important;
    padding: 0 0 1rem 2rem;
  }
}
.m-flow-content__arrow {
  position: absolute;
  right: 4rem;
  bottom: 2.5rem;
}
.m-flow-content__link {
  display: flex;
  position: relative;
  flex-direction: column;
  color: #fff;
  box-sizing: border-box;
  height: 400px;
}
@media screen and (min-width: 1024px) {
  .m-flow-content__link {
    height: 450px;
    padding-bottom: 0;
  }
}

.m-flow-heading {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  margin-bottom: 2rem;
}
.m-flow-heading__ja {
  font-size: 3.5rem !important;
  font-weight: bold !important;
  margin-bottom: 0.6rem !important;
}
.m-flow-heading__sub {
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.m-flow-heading__en {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.m-footer-address {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}

.m-footer-contact-info {
  background: #f0f0f0;
  padding-left: 2rem;
  padding-right: 2rem;
}
.m-footer-contact-info--bg-white {
  background: none;
}
@media screen and (min-width: 1024px) {
  .m-footer-contact-info {
    padding-left: 0;
    padding-right: 0;
  }
}
.m-footer-contact-info__inner {
  background-color: #2c57a3;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  padding: 2rem 2rem;
  box-shadow: 0 0 15px rgba(100, 100, 100, 0.05);
  transform: translateY(1rem);
}
@media screen and (min-width: 1024px) {
  .m-footer-contact-info__inner {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    width: 850px;
    padding: 3rem 3rem;
    transform: translateY(50%);
  }
}
.m-footer-contact-info__title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  color: #fff;
}
.m-footer-contact-info__link {
  display: block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #fff;
}
.m-footer-contact-info__link:hover {
  color: #999;
}

#footer-contact-info {
  position: relative;
  z-index: 2;
}

.index_free_space.num2 {
  padding-bottom: 0;
}

.m-footer-nav {
  list-style: none;
  line-height: 1.5;
}
.m-footer-nav a {
  display: block;
  text-align: center;
  color: #2c57a3 !important;
  font-size: 1.1rem;
}
.m-footer-nav a:hover {
  color: #618ad4 !important;
}

.m-full-background {
  display: block;
  position: relative;
}
.m-full-background--white {
  color: #fff;
}
.m-full-background__bg {
  position: relative;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}
.m-full-background__bg:before {
  content: "";
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.m-full-background__inner {
  position: relative;
  z-index: 3;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.m-full-background__inner--top-thin {
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.m-g-button {
  display: block;
  position: relative;
  padding: 0.8rem 2rem 1rem;
  overflow: hidden;
  border: 1px solid #333;
  background: #fff;
  color: #63c423 !important;
}
@media screen and (min-width: 1024px) {
  .m-g-button {
    font-size: inherit;
    padding: 1rem 3rem 1.2rem;
  }
}
.m-g-button:hover {
  color: #9ae469 !important;
}
.m-g-button__heading {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
  color: inherit;
}
.m-g-button__heading-en {
  display: block;
  margin-bottom: 0.2em;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .m-g-button__heading-en {
    font-size: 1.8rem;
  }
}
.m-g-button__heading-ja {
  display: block;
  font-size: 0.8rem;
  white-space: nowrap;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .m-g-button__heading-ja {
    font-size: 0.9rem;
  }
}

.m-header-title {
  color: #fff;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.m-header-title__ja {
  font-size: 1.2rem;
  font-weight: bold;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1024px) {
  .m-header-title__ja {
    font-size: 1.4rem;
  }
}
.m-header-title__en {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: #63c423;
}
@media screen and (min-width: 1024px) {
  .m-header-title__en {
    font-size: 5rem;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 100px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translate(-50%, calc(-50% + 100px));
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
.m-history-table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 700px;
  margin-right: auto !important;
  margin-left: auto !important;
}
.m-history-table th {
  padding: 0 3rem 2rem 0;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 2;
  vertical-align: top;
  border: none;
  background: none;
  text-align: right;
}
.m-history-table td {
  padding: 0 0 2rem;
  font-size: 1rem;
  line-height: 2;
  border: none;
  background: none;
  word-break: break-all;
  overflow-wrap: break-word;
}

.m-horizontal-link-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none !important;
  padding: 2rem 3rem;
  border-radius: 4px;
  background-color: #f0f0f0;
  font-size: 1rem;
  margin-left: 0 !important;
}
.m-horizontal-link-list li {
  flex: 0 0 auto;
  width: initial !important;
  line-height: 1.5;
}
.m-horizontal-link-list a {
  display: flex;
  align-items: center;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #e2e2e2;
  color: #333;
  line-height: 1;
  font-weight: bold;
}
.m-horizontal-link-list a::after {
  content: "\f346";
  font-family: dashicons;
  margin-left: 0.5rem;
}

.m-icon-list {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: flex;
  flex-direction: column;
}
.m-icon-list__icon {
  text-align: center;
}
.m-icon-list__icon span {
  display: inline-block;
  font-size: 6rem;
}
.m-icon-list--animate .m-icon-list__icon {
  -webkit-animation: rotate_anime 4s ease-in-out infinite;
          animation: rotate_anime 4s ease-in-out infinite;
}
@-webkit-keyframes rotate_anime {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
@keyframes rotate_anime {
  0% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  100% {
    transform: rotate(-15deg);
  }
}
.m-icon-list__image {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}
.m-icon-list__title {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.m-icon-list__small {
  color: #999;
  display: block;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
.m-icon-list__desc {
  font-size: 0.9rem !important;
  line-height: 2 !important;
  margin-bottom: 1.5rem !important;
}
.m-icon-list__button {
  margin-top: auto;
}

.m-image-panel {
  display: flex;
  border-radius: 4px;
  background-color: #fdfdfd;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.m-image-panel__image {
  display: block;
  width: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-image-panel__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 50%;
  padding: 40px 3.6% 24px;
}
.m-image-panel__text p {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 2;
}
.m-image-panel__heading {
  margin: auto 0 1rem !important;
  font-size: 1.25rem !important;
  font-weight: bold !important;
  line-height: 1.6 !important;
}

.m-item-list__image {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.m-item-list__image img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: 5/4;
}
.m-item-list__name-ja {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.m-item-list__name-en {
  font-size: 1rem;
  color: #C0C0C0;
  font-weight: bold;
}
.m-item-list__price {
  margin-top: 0.6rem;
  font-size: 1.1rem;
  color: #63c423;
}
.m-item-list__price span {
  font-size: 0.9em;
}
.m-item-list__desc {
  line-height: 1.5;
  margin-top: 0.6rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 1024px) {
  .m-item-list__desc {
    font-size: 1rem;
  }
}

.m-jumbotron {
  display: flex;
  flex-direction: column;
  margin-bottom: 8rem;
}
.m-jumbotron__heading {
  font-size: 2rem !important;
  font-weight: bold !important;
  margin-bottom: 3rem !important;
  color: #63c423;
}
@media screen and (min-width: 1024px) {
  .m-jumbotron__heading {
    font-size: 2.5rem !important;
  }
}
.m-jumbotron__heading--blue {
  color: #2c57a3;
}
.m-jumbotron p {
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.m-lead {
  font-size: 1.3rem;
  line-height: 1.8 !important;
}

.m-light-link {
  display: flex;
  justify-content: center;
}
.m-light-link a {
  display: block;
  padding: 0.9em 1.5rem;
  background: #63c423;
  color: #fff !important;
  font-size: 1.1rem;
  border-radius: 9999px;
  font-weight: bold;
}
.m-light-link a:hover {
  background: #4d991b;
}
@media screen and (min-width: 1024px) {
  .m-light-link a {
    padding: 0.9em 2rem;
  }
}

.m-link-button {
  display: block;
  position: relative;
  padding: 1rem 2rem 1.2rem;
  overflow: hidden;
  border: 1px solid #333;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-property: color, border-color;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: inherit !important;
}
@media screen and (min-width: 1024px) {
  .m-link-button {
    font-size: inherit;
    padding: 1.2rem 3rem 1.5rem;
  }
}
.m-link-button--white {
  color: #fff;
  border-color: #fff;
}
.m-link-button--blue {
  color: #63c423;
  background: #2c57a3;
}
.m-link-button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 1px);
  transform: scaleX(0);
  transform-origin: bottom left;
  border: 1px solid #63c423 !important;
  background-color: #63c423;
  content: "";
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.m-link-button:after {
  z-index: 2;
  display: block;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  font-family: dashicons;
  line-height: 1;
  font-size: 1rem;
  content: "\f344";
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@media screen and (min-width: 1024px) {
  .m-link-button:after {
    right: 0.8rem;
    font-size: 1.2rem;
  }
}
.m-link-button:hover {
  color: #fff !important;
  border-color: #63c423;
}
.m-link-button:hover:before {
  border-color: #63c423;
  text-decoration: none;
  transform: scaleX(1);
}
.m-link-button__heading {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0 !important;
}
.m-link-button__heading-en {
  display: block;
  margin-top: 5px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1024px) {
  .m-link-button__heading-en {
    font-size: 0.9rem;
  }
}
.m-link-button__heading-ja {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 1024px) {
  .m-link-button__heading-ja {
    font-size: 1.5rem;
  }
}

.m-media-card__image {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
}
.m-media-card__name-ja {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
}
.m-media-card__name-en {
  font-size: 1rem;
  color: #C0C0C0;
  font-weight: bold;
}
.m-media-card__price {
  margin-top: 0.6rem;
  font-size: 1.1rem;
  color: #63c423;
}
.m-media-card__price span {
  font-size: 0.9em;
}
.m-media-card__desc {
  line-height: 1.5;
  margin-top: 0.6rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 1024px) {
  .m-media-card__desc {
    font-size: 1rem;
  }
}

.m-page-heading-2 {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 4rem;
}
.m-page-heading-2--center {
  align-items: center;
  text-align: center;
}
.m-page-heading-2--no-border {
  border-bottom: none;
}
.m-page-heading-2--no-border .m-page-heading-2__ja {
  margin-bottom: 0;
}
.m-page-heading-2--inv .m-page-heading-2__ja {
  color: rgba(255, 255, 255, 0.8);
}
.m-page-heading-2--inv .m-page-heading-2__en {
  color: rgba(255, 255, 255, 0.8);
}
.m-page-heading-2__ja {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  color: #666;
}
.m-page-heading-2__en {
  font-family: "Montserrat", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #63c423;
}

.m-page-heading-3 {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 2rem;
}
.m-page-heading-3--center {
  align-items: center;
}
.m-page-heading-3__ja {
  font-size: 1.1rem !important;
  color: #666;
  font-weight: bold !important;
}
.m-page-heading-3__en {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.m-page-ja-heading-2 {
  display: flex;
  flex-direction: column-reverse;
  border-bottom: 1px solid #c0c0c0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1024px) {
  .m-page-ja-heading-2 {
    margin-bottom: 4rem;
  }
}
.m-page-ja-heading-2--center {
  align-items: center;
}
.m-page-ja-heading-2--center .m-page-ja-heading-2__ja {
  text-align: center;
}
.m-page-ja-heading-2--no-border {
  border-bottom: none;
}
.m-page-ja-heading-2--no-border .m-page-ja-heading-2__ja {
  margin-bottom: 0;
}
.m-page-ja-heading-2--inv .m-page-ja-heading-2__ja {
  color: rgba(255, 255, 255, 0.8);
}
.m-page-ja-heading-2--inv .m-page-ja-heading-2__en {
  color: rgba(255, 255, 255, 0.8);
}
.m-page-ja-heading-2__en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem !important;
  font-weight: bold !important;
  color: #63c423;
  margin-bottom: 0.9rem;
}
.m-page-ja-heading-2__ja {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0.8rem;
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .m-page-ja-heading-2__ja {
    font-size: 3rem;
  }
}

.m-page-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .m-page-section {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}
.m-page-section--no-bg {
  background: none;
}
.m-page-section--sub {
  background-color: #f0f0f0;
}
.m-page-section--equip {
  background-image: url(./img/skew-equip.png);
  background-size: cover;
  background-position: center center;
}
.m-page-section--map {
  background-image: url(./img/skew1-3.png);
  background-size: cover;
  background-position: center center;
}
.m-page-section--catch {
  background-image: url(./img/about-vision-bg.jpg);
  background-size: cover;
  background-position: center center;
  color: #fff;
}
.m-page-section--catch2 {
  background-image: url(./img/bg-top-message.jpg);
  background-size: cover;
  background-position: center center;
}
.m-page-section--histroy {
  background-image: url(./img/bg-history.jpg);
  background-size: cover;
  background-position: center center;
}
.m-page-section--about {
  background-image: url(./img/skew3.png);
  background-size: cover;
  background-position: center center;
}

.m-philosophy-column {
  display: flex;
  gap: 2rem;
  flex-direction: row;
  justify-content: flex-end;
}
@media screen and (min-width: 1024px) {
  .m-philosophy-column {
    gap: 1rem;
  }
}
.m-philosophy-column__col1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .m-philosophy-column__col1 {
    width: 30%;
  }
}
.m-philosophy-column__col2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
@media screen and (min-width: 1024px) {
  .m-philosophy-column__col2 {
    width: 30%;
  }
}
.m-philosophy-column__image {
  display: block;
  width: 100%;
  height: 150px !important;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 1rem;
}

.m-pyramid-wrapper {
  display: flex;
  width: 100%;
  margin: auto;
}

.m-pyramid {
  width: 50%;
  margin: 0 auto;
  text-align: center;
  box-sizing: inherit;
}
.m-pyramid .m-pyramid-row {
  display: block;
  position: relative;
  box-sizing: inherit;
}
.m-pyramid .m-pyramid-row:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: -110%;
  width: 150%;
  height: 1px;
  background-color: #ddd;
}
.m-pyramid .m-pyramid-row .level {
  display: inline-block;
  vertical-align: middle;
  margin: 1px auto;
  color: #fff;
  box-sizing: inherit;
}
.m-pyramid .m-pyramid-row .level p,
.m-pyramid .m-pyramid-row .level span,
.m-pyramid .m-pyramid-row .level em {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: auto;
  white-space: nowrap;
}
.m-pyramid .m-pyramid-row .level p {
  font-size: 1.2em;
  font-weight: 600;
  top: -2%;
}
.m-pyramid .m-pyramid-row .level span {
  font-size: 0.8em;
  top: 45%;
}
.m-pyramid .m-pyramid-row .level em {
  font-size: 1em;
  top: 60%;
}
.m-pyramid .m-pyramid-row .one {
  width: 0;
  height: 0;
  border-left: 90px solid #fff;
  border-right: 90px solid #fff;
  border-bottom: 150px solid #b00031;
}
.m-pyramid .m-pyramid-row .one p {
  top: 25%;
}
.m-pyramid .m-pyramid-row .one span {
  top: 62%;
}
.m-pyramid .m-pyramid-row .one em {
  top: 75%;
}
.m-pyramid .m-pyramid-row .two {
  border-bottom: 85px solid #aaaaaa;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 185px;
}
.m-pyramid .m-pyramid-row .three {
  border-bottom: 85px solid #919191;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  height: 0;
  width: 285px;
}
.m-pyramid .m-pyramid-row .pickupText {
  position: absolute;
  right: 5%;
  top: 25%;
}
.m-pyramid .m-pyramid-row .pickupText p {
  font-weight: bold;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  color: #b00031;
}
.m-pyramid .m-pyramid-row .pickupText i {
  text-align: center;
  color: #fbd200;
  font-size: 2em;
}

.levelList {
  width: 50%;
}
.levelList ul li {
  list-style: none !important;
  width: 33.3333333333%;
  text-align: center;
  margin-right: 0;
  padding: 1em 0;
  font-size: 14px;
  border-left: 1px dotted #ddd;
  position: relative;
}
.levelList ul li i {
  display: block;
  font-size: 2em;
  position: relative;
}
.levelList ul:nth-child(n+2) li {
  padding: 2.4em 0;
  border-bottom: 0;
}

.m-round-image {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.m-round-image__image {
  width: 50%;
  border-radius: 50% 50%;
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
}
@media screen and (min-width: 1024px) {
  .m-round-image__image {
    width: 100%;
  }
}
.m-round-image__image--anim {
  -webkit-animation: 10s rotate-2d linear infinite;
          animation: 10s rotate-2d linear infinite;
}
.m-round-image__image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.m-round-image__title {
  margin-top: 1rem;
  font-size: 1.2rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .m-round-image__title {
    font-size: 1.5rem;
  }
}

@-webkit-keyframes rotate-2d {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}

@keyframes rotate-2d {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotateY(360deg);
  }
}
.m-section {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.m-section--has-bg {
  margin-top: 0;
  margin-bottom: 0;
}
.m-section--about {
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}
.m-section--about:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: -20px;
  background-image: url(./img/skew3.png);
  background-size: cover;
  background-position: center center;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .m-section--about:before {
    right: calc((100vw - 850px) * -0.5);
    left: calc((100vw - 850px) * -0.5);
  }
}

.m-staff-interview {
  padding-right: 2rem;
  padding-left: 2rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1024px) {
  .m-staff-interview {
    padding-right: 6rem;
    padding-left: 6rem;
    margin-bottom: 10rem;
  }
}
.m-staff-interview p {
  line-height: 2 !important;
  margin-bottom: 4rem;
  font-size: 1rem;
}
@media screen and (min-width: 1024px) {
  .m-staff-interview p {
    font-size: 1rem;
  }
}

.m-staff-introduce {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 2rem 0 2rem 2rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  aspect-ratio: 1/1.338;
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce {
    border-radius: 8px;
    padding: 4rem 0 4rem 4rem;
    margin-bottom: 6rem;
    height: 450px;
    aspect-ratio: initial;
  }
}
.m-staff-introduce__inner {
  position: absolute;
  bottom: 2rem;
  z-index: 3;
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__inner {
    position: relative;
    bottom: initial;
    height: calc(450px - 8rem);
  }
}
.m-staff-introduce__catch {
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 1.8rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  line-height: 1.3;
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__catch {
    position: absolute;
    top: 0;
    z-index: 5;
    font-size: 2.6rem;
    margin-bottom: 5rem;
  }
}
.m-staff-introduce__data {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__data {
    position: absolute;
    bottom: 0;
    z-index: 4;
  }
}
.m-staff-introduce__data-job {
  display: inline-block;
  background-color: #fff;
  padding: 0.5em 0.5em;
  line-height: 1;
  border-radius: 3px;
  font-weight: bold;
  margin-bottom: 0.7rem;
  color: #333;
  font-size: 1.1rem;
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__data-job {
    margin-bottom: 1rem;
    font-size: 1.6rem;
  }
}
.m-staff-introduce__data-name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0.7rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__data-name {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
.m-staff-introduce__data-year {
  font-size: 1rem;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__data-year {
    font-size: 1.1rem;
  }
}
.m-staff-introduce__bg-pc, .m-staff-introduce__bg-mb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-position: center top;
  background-size: cover;
}
.m-staff-introduce__bg-pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__bg-pc {
    display: block;
  }
}
.m-staff-introduce__bg-mb {
  display: block;
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce__bg-mb {
    display: none;
  }
}
.m-staff-introduce::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
}
@media screen and (min-width: 1024px) {
  .m-staff-introduce::after {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 50%);
  }
}

.m-table {
  border-collapse: collapse;
  border-spacing: 0;
}
.m-table--thin th, .m-table--thin td {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.m-table thead {
  border-bottom: 2px solid #333;
}
.m-table thead td, .m-table thead th {
  border-top: 0 !important;
}
.m-table th {
  padding: 1rem 3rem 1rem 0;
  font-size: 1rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 2;
  vertical-align: top;
  border: none;
  background: none;
  text-align: left;
}
.m-table td {
  padding: 1rem 0 1rem;
  font-size: 1rem;
  line-height: 2;
  border: none;
  background: none;
  word-break: break-all;
  overflow-wrap: break-word;
}

.m-top-message {
  position: relative;
}
.m-top-message__picture {
  width: 100%;
  position: relative;
}
.m-top-message__picture--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .m-top-message__picture--pc {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .m-top-message__picture--sp {
    display: none;
  }
}
.m-top-message__detail {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
@media screen and (min-width: 1024px) {
  .m-top-message__detail {
    align-items: center;
  }
}
.m-top-message__detail-inner {
  width: 100%;
  padding: 1.6rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.5);
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .m-top-message__detail-inner {
    padding: 2rem;
    width: 55%;
    font-size: 1.1rem;
  }
}
.m-top-message__detail-inner p {
  line-height: 1.7 !important;
}

.m-tri-heading {
  position: relative;
  padding-left: 1.6em !important;
  font-weight: bold !important;
  color: #2c57a3;
}
.m-tri-heading:after {
  position: absolute;
  content: "";
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  aspect-ratio: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%);
  background: #ff8128;
}
.m-tri-heading:before {
  position: absolute;
  content: "";
  left: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  background-image: radial-gradient(circle, #ff8128 1px, transparent 1px);
  background-position: 0 0;
  background-size: 4px 4px;
}

.post_content p {
  line-height: 1.8;
}

#main_contents {
  overflow: initial;
  margin-bottom: 0;
  padding-top: 0 !important;
}

p#copyright {
  border-top: 1px solid #616067;
}

#footer {
  padding-top: 70px !important;
}
@media screen and (min-width: 1024px) {
  #footer {
    padding-top: 120px !important;
  }
}

.pc .index_free_space.cb_contents:last-of-type {
  padding-bottom: 0;
}

#page_header {
  background-position: center center !important;
}

.post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h3, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h4, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h5, .post_content :not(h2):not(h3):not(h4):not(h5):not(h6) + h6 {
  margin-top: initial;
}

#contents_builder .headline .rich_font_type2 {
  color: #63c423;
}

#page_header::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

#footer_logo .logo > a {
  width: calc(100% - 6rem);
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  #footer_logo .logo > a {
    width: auto;
  }
}

.mobile_logo_image {
  width: 100%;
  height: auto;
}

#global_menu {
  width: initial;
  right: 80px;
  left: initial;
}

#global_menu > ul > li > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#global_menu > ul > li > a .title {
  line-height: 1.3;
  margin-bottom: 0.4em;
}
#global_menu > ul > li > a .desc {
  font-size: 0.8em;
  color: #c39143;
  line-height: 1.3;
}

#index_slider .desc {
  line-height: 1.8;
}

#header_logo {
  display: flex;
  align-items: center;
}
#header_logo .site-name {
  font-weight: bold;
  color: #fff;
  font-size: 1.3rem;
  margin-left: 0.5em;
}

#contents_builder .index_post_list1 {
  position: relative;
}
#contents_builder .index_post_list1 .arrow-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(./img/news-bg.jpg) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  #contents_builder .index_post_list1 .arrow-bg {
    right: calc((100vw - 850px) * -0.5);
    left: calc((100vw - 850px) * -0.5);
  }
}
#contents_builder .index_post_list1 .arrow-bg:before, #contents_builder .index_post_list1 .arrow-bg:after {
  content: "";
  display: block;
  width: 40%;
  position: absolute;
}
@media screen and (min-width: 1024px) {
  #contents_builder .index_post_list1 .arrow-bg:before, #contents_builder .index_post_list1 .arrow-bg:after {
    width: 30%;
  }
}
#contents_builder .index_post_list1 .arrow-bg:before {
  background: url(./img/circuit_right.png) no-repeat center/contain;
  top: 0;
  right: 0;
  aspect-ratio: 691/841;
  z-index: -1;
}
#contents_builder .index_post_list1 .arrow-bg:after {
  background: url(./img/circuit_left.png) no-repeat center/contain;
  bottom: 0;
  left: 0;
  aspect-ratio: 1/1;
  z-index: -1;
}
#contents_builder .index_post_list1 .button a {
  font-size: 1.4rem;
  font-weight: bold;
  background: #2c57a3;
  color: #63c423;
  position: relative;
}
#contents_builder .index_post_list1 .button a:before, #contents_builder .index_post_list1 .button a:after {
  display: block;
  font-size: 1.6rem;
  z-index: 2;
  font-family: dashicons;
  position: absolute;
  content: "\f522";
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
#contents_builder .index_post_list1 .button a:before .icon1, #contents_builder .index_post_list1 .button a:after .icon1 {
  z-index: 2;
}
#contents_builder .index_post_list1 .button a:before .icon2, #contents_builder .index_post_list1 .button a:after .icon2 {
  z-index: 1;
  left: -1.2em;
  opacity: 0.5;
}
#contents_builder .index_post_list1 .button a:before {
  right: 0.7em;
  opacity: 0.5;
}

.skew-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(./img/arrow-staff-bg.png) no-repeat center/cover;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .skew-bg {
    right: calc((100vw - 850px) * -0.5);
    left: calc((100vw - 850px) * -0.5);
  }
}

.circuit-bg-left {
  position: absolute;
  bottom: 2px;
  left: -18px;
  background: url(./img/circuit_left.png) no-repeat center/contain;
  z-index: -1;
  aspect-ratio: 1/1;
  width: 60%;
}
@media screen and (min-width: 1024px) {
  .circuit-bg-left {
    left: calc((100vw - 850px) * -0.5);
    width: 60%;
  }
}

.orange-skew {
  position: relative;
}
.orange-skew:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(./img/skew2.png) no-repeat center/100% auto;
  z-index: -1;
}
@media screen and (min-width: 1024px) {
  .orange-skew:before {
    right: calc((100vw - 850px) * -0.5);
    left: calc((100vw - 850px) * -0.5);
  }
}

#footer_banner .item {
  height: initial !important;
}

.u-align-full-container {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: calc(50vw - 50%) !important;
  padding-right: calc(50vw - 50%) !important;
}

.u-block-link {
  color: inherit;
  display: block;
}

.u-full-container {
  position: relative;
  overflow: hidden;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
}