@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/**
*
* Testing
*
**/
body,
html {
  font-family: "Noto Sans JP", sans-serif;
}

.num-noarrow::-webkit-inner-spin-button,
.num-noarrow::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

@media (max-width: 576px) {
  #dashboard .card-title {
    font-size: 0.8rem;
  }
}
@media (max-width: 576px) {
  #dashboard .card-body .days30 {
    font-size: 0.7rem;
  }
}
#dashboard .card-body .card-title {
  font-size: 1.8rem;
}
#dashboard .chart-container {
  height: 135px;
  margin: -45px 0 0 0;
}
@media (max-width: 576px) {
  #dashboard .chart-container {
    height: 100px;
    margin: -45px 0 0 0;
  }
}

.common-gradient {
  background: #022135;
  background: -moz-linear-gradient(90deg, #022135 0%, #286e9d 100%);
  background: -webkit-linear-gradient(90deg, #022135 0%, #286e9d 100%);
  background: linear-gradient(90deg, #022135 0%, #286e9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022135",endColorstr="#286e9d",GradientType=1);
}

.common-gradient-180 {
  background: #022135;
  background: -moz-linear-gradient(-90deg, #022135 0%, #286e9d 100%);
  background: -webkit-linear-gradient(-90deg, #022135 0%, #286e9d 100%);
  background: linear-gradient(-90deg, #022135 0%, #286e9d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#022135",endColorstr="#286e9d",GradientType=1);
}

.common-gradient-menu {
  background: url(../img/gradiendback.jpg);
  background-repeat: repeat-y;
  background-size: 100%;
}

#sidebar-wrapper .main-menu {
  margin-left: 46px;
  border-bottom: 1px solid white;
  padding-left: 0;
  width: calc(100% - 58px);
  background: unset;
}
#sidebar-wrapper .main-menu::before {
  content: "";
  display: block;
  width: 46px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -48px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#sidebar-wrapper .main-menu::after {
  background-image: url(../img/chevron-right.svg);
  content: "";
  display: block;
  width: 15px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#sidebar-wrapper #index::before {
  background-image: url(../img/dashboard.png);
}
#sidebar-wrapper #mailReceiverCompany::before {
  background-image: url(../img/list@3x.png);
}
#sidebar-wrapper #ownCompanyCanApplyList {
  letter-spacing: -1px;
}
#sidebar-wrapper #ownCompanyCanApplyList::before {
  background-image: url(../img/information@3x.png);
}
#sidebar-wrapper #favIncentiveList::before {
  background-image: url(../img/star.png);
  width: 31px;
  left: -41px;
}
#sidebar-wrapper #meru::before {
  background-image: url(../img/airplane@3x.png);
  width: 31px;
  left: -42px;
}
#sidebar-wrapper #meru::after {
  background-image: url(../img/chevron-down.svg);
  width: 20px;
}
#sidebar-wrapper #meru.collapsed::after {
  background-image: url(../img/chevron-right.svg);
  width: 15px;
}
#sidebar-wrapper #cog::before {
  background-image: url(../img/gear@3x.png);
  width: 28px;
  left: -38px;
}
#sidebar-wrapper #cog::after {
  background-image: url(../img/chevron-down.svg);
  width: 20px;
}
#sidebar-wrapper #cog.collapsed::after {
  background-image: url(../img/chevron-right.svg);
  width: 15px;
}
#sidebar-wrapper #logout::before {
  background-image: url(../img/right-to-bracket.svg);
  width: 30px;
  left: -40px;
}
#sidebar-wrapper .sub-menu {
  background: unset;
}
#sidebar-wrapper .menuactive {
  background: rgba(255, 255, 255, 0.2);
}

#navbarNav .main-menu {
  margin-left: 46px;
  border-bottom: 1px solid white;
  padding-left: 0;
  width: calc(100% - 58px);
  background: unset;
}
#navbarNav .main-menu::before {
  content: "";
  display: block;
  width: 46px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -48px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#navbarNav .main-menu::after {
  background-image: url(../img/chevron-right.svg);
  content: "";
  display: block;
  width: 15px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#navbarNav #index::before {
  background-image: url(../img/dashboard.png);
}
#navbarNav #home::before {
  background-image: url(../img/house.png);
  width: 31px;
  left: -42px;
}
#navbarNav #services::before {
  background-image: url(../img/gift.png);
  width: 31px;
  left: -42px;
}
#navbarNav #company::before {
  background-image: url(../img/meet.png);
  width: 31px;
  left: -42px;
}
#navbarNav #contact::before {
  background-image: url(../img/airplane@3x.png);
  width: 31px;
  left: -42px;
}
#navbarNav #mypage::before {
  background-image: url(../img/user-solid.svg);
  width: 26px;
  left: -40px;
}
#navbarNav #login::before {
  background-image: url(../img/right-to-bracket.svg);
  width: 30px;
  left: -40px;
}
#navbarNav #registration::before {
  background-image: url(../img/user-plus-solid.svg);
  width: 30px;
  left: -40px;
}
#navbarNav #mailReceiverCompany::before {
  background-image: url(../img/list@3x.png);
}
#navbarNav #ownCompanyCanApplyList {
  letter-spacing: -1px;
}
#navbarNav #ownCompanyCanApplyList::before {
  background-image: url(../img/information@3x.png);
}
#navbarNav #favIncentiveList::before {
  background-image: url(../img/star.png);
  width: 31px;
  left: -41px;
}
#navbarNav #meru::before {
  background-image: url(../img/airplane@3x.png);
  width: 31px;
  left: -42px;
}
#navbarNav #meru::after {
  background-image: url(../img/chevron-down.svg);
  width: 20px;
}
#navbarNav #meru.collapsed::after {
  background-image: url(../img/chevron-right.svg);
  width: 15px;
}
#navbarNav #cog::before {
  background-image: url(../img/gear@3x.png);
  width: 28px;
  left: -38px;
}
#navbarNav #cog::after {
  background-image: url(../img/chevron-down.svg);
  width: 20px;
}
#navbarNav #cog.collapsed::after {
  background-image: url(../img/chevron-right.svg);
  width: 15px;
}
#navbarNav #logout::before {
  background-image: url(../img/right-from-bracket-solid.svg);
  width: 30px;
  left: -40px;
}
#navbarNav .sub-menu {
  background: unset;
}
#navbarNav .menuactive {
  background: rgba(255, 255, 255, 0.2);
}

#sidebar-wrapper {
  position: fixed;
  height: calc(100vh - 58px);
  -webkit-transition: margin 0.25s ease-out;
  -moz-transition: margin 0.25s ease-out;
  -o-transition: margin 0.25s ease-out;
  transition: margin 0.25s ease-out;
  overflow-y: scroll;
}
#sidebar-wrapper .sidebar-heading {
  padding: 0.875rem 1.25rem;
  font-size: 1.2rem;
}
#sidebar-wrapper .list-group {
  width: 17rem;
}
#sidebar-wrapper .list-group a i {
  width: 25px;
}
#sidebar-wrapper .sidemenuactive {
  background-color: #dae0e5 !important;
}

.navbar-toggler:focus {
  box-shadow: unset !important;
}

.navbar-toggler {
  border: unset !important;
}

@media screen and (max-width: 576px) {
  .common-gradient {
    background: url(../img/gradiendback.jpg);
    background-repeat: repeat-y;
    background-size: 100%;
  }

  #bg-wrapper {
    position: fixed;
    display: none;
    z-index: 2;
    left: 0%;
    margin-top: -7px;
    width: 100%;
    height: calc(100% - 56px);
    transition: 2.5s ease;
    background: rgba(0, 0, 0, 0.3);
  }

  #sidebar-wrapper {
    position: fixed;
    z-index: 3;
    left: -100%;
    margin-top: 0px !important;
    height: calc(100% - 56px);
    transition: 0.8s ease;
  }

  #sidebar-wrapper.active {
    left: 0;
  }

  #bg-wrapper.active {
    display: block;
  }
}
.bg-blue {
  background-color: #1db1f2cb;
}

.border-blue {
  border-color: #1db1f2cb !important;
}

.starting_date {
  position: relative;
  text-align: center;
  padding: 0.3rem;
  border: 1px solid #1db1f2cb;
  border-radius: 4px;
  margin: 0.3rem 0;
  font-size: 0.9rem;
}
.starting_date::before {
  background-image: url(../img/calender_blue@2x.png);
  content: "";
  display: block;
  width: 20px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.end_date {
  position: relative;
  text-align: center;
  padding: 0.3rem;
  border: 1px solid #c2c2c2;
  border-radius: 4px;
  margin: 0.3rem 0;
  font-size: 0.9rem;
}
.end_date::before {
  background-image: url(../img/calender_black@2x.png);
  content: "";
  display: block;
  width: 20px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.objective {
  position: relative;
  font-weight: bold;
}
.objective::before {
  background-image: url(../img/arrow.png);
  content: "";
  display: block;
  width: 36px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: -45px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.objective::after {
  background-image: url(../img/arrow.png);
  content: "";
  display: block;
  width: 36px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

.fs-8 {
  font-size: 0.8rem !important;
}

.btn-pill {
  border-radius: 15px;
  letter-spacing: -1px;
}

.btn-deep-blue {
  color: #fff;
  background-color: #022135;
  border-color: #022135;
  border-radius: 7px;
}
.btn-deep-blue:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.text-deep-blue {
  color: #022135;
}

.bg-blue-light {
  background-color: #b3d4fc !important;
}

.btn-green-light {
  color: #fff;
  background-color: #3cacae;
  border-color: #3cacae;
  border-radius: 7px;
}
.btn-green-light:hover {
  color: #fff;
  background-color: #287172;
  border-color: #287172;
}

.btn-yollow-light {
  color: #fff;
  background-color: #ffa852;
  border-color: #ffa852;
  border-radius: 7px;
}
.btn-yollow-light:hover {
  color: #fff;
  background-color: #c27325;
  border-color: #c27325;
}

.btn-red {
  color: #fff;
  background-color: #de0f3f;
  border-color: #de0f3f;
}
.btn-red:hover {
  color: #fff;
  background-color: #a10f31;
  border-color: #a10f31;
}

.form-control,
.form-select {
  border: 2px solid #c3c3c3;
  background-color: #f5f5f5;
}

.text-lighter {
  font-weight: lighter;
}

.lp-video {
  margin-top: 65px;
}
@media (max-width: 575px) {
  .lp-video {
    margin-top: 0;
  }
}

#carouselExampleIndicators .carousel-item img {
  object-fit: contain;
  object-position: center;
  overflow: hidden;
  height: 50vh;
}

/*# sourceMappingURL=main.css.map */
