/* VARIABLES */
/* MIXINS */
/* FUNCTIONS */
/* ADJUSTMENT */
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0vw !important;
  }
  .mb0 {
    margin-bottom: 0vw !important;
  }
  .mt5 {
    margin-top: 1.3333333333vw !important;
  }
  .mb5 {
    margin-bottom: 1.3333333333vw !important;
  }
  .mt10 {
    margin-top: 2.6666666667vw !important;
  }
  .mb10 {
    margin-bottom: 2.6666666667vw !important;
  }
  .mt15 {
    margin-top: 4vw !important;
  }
  .mb15 {
    margin-bottom: 4vw !important;
  }
  .mt20 {
    margin-top: 5.3333333333vw !important;
  }
  .mb20 {
    margin-bottom: 5.3333333333vw !important;
  }
  .mt25 {
    margin-top: 6.6666666667vw !important;
  }
  .mb25 {
    margin-bottom: 6.6666666667vw !important;
  }
  .mt30 {
    margin-top: 8vw !important;
  }
  .mb30 {
    margin-bottom: 8vw !important;
  }
  .mt35 {
    margin-top: 9.3333333333vw !important;
  }
  .mb35 {
    margin-bottom: 9.3333333333vw !important;
  }
  .mt40 {
    margin-top: 10.6666666667vw !important;
  }
  .mb40 {
    margin-bottom: 10.6666666667vw !important;
  }
  .mt45 {
    margin-top: 12vw !important;
  }
  .mb45 {
    margin-bottom: 12vw !important;
  }
  .mt50 {
    margin-top: 13.3333333333vw !important;
  }
  .mb50 {
    margin-bottom: 13.3333333333vw !important;
  }
}
.masthead--img {
  height: 460px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .masthead--img {
    height: auto;
  }
}
.masthead--img__img {
  display: block;
  height: 100%;
  position: relative;
}
.masthead--img__img::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(100deg, #fff 50%, transparent 65%);
}
@media screen and (max-width: 768px) {
  .masthead--img__img::before {
    display: none;
  }
}
.masthead--img__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.masthead--img__inner {
  width: 100%;
  max-width: 1000px;
  padding-top: 90px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  translate: -50% 0;
}
@media screen and (max-width: 768px) {
  .masthead--img__inner {
    width: 96%;
    margin-bottom: 20px;
    padding-top: 60px;
    position: relative;
  }
}
.masthead--img__title {
  margin-bottom: 30px;
  line-height: 1.4;
  font-size: 2em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .masthead--img__title {
    margin-bottom: 20px;
    font-size: 1.5em;
  }
}
.masthead--img .heading--lv1 {
  margin-bottom: 15px;
  font-size: 1.5em;
  color: #000;
}
@media screen and (max-width: 768px) {
  .masthead--img .heading--lv1 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
}
.masthead--img .label__list {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .masthead--img .label__list {
    margin-top: 10px;
  }
}
.masthead__label {
  padding: 16px 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #cc0033;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .masthead__label {
    padding: 8px;
  }
}
.masthead__label::before, .masthead__label::after {
  content: "";
  height: 30px;
  width: 30px;
  position: absolute;
  right: -30px;
  border-width: 30px;
  border-style: solid;
  border-color: transparent;
}
@media screen and (max-width: 768px) {
  .masthead__label::before, .masthead__label::after {
    height: 20px;
    width: 20px;
    right: -20px;
    border-width: 20px;
  }
}
.masthead__label::before {
  top: 0;
  border-top-color: #cc0033;
}
.masthead__label::after {
  bottom: 0;
  border-bottom-color: #cc0033;
}

.sticky-area--side {
  display: block;
  width: 200px;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 999;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .sticky-area--side {
    display: none;
  }
}
.sticky-area--side__item {
  display: block;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0.7;
  translate: 105% 0;
  transition: opacity 0.3s;
  -webkit-animation: slide-in 0.8s 3s forwards;
          animation: slide-in 0.8s 3s forwards;
}
.sticky-area--side__item:not(:last-of-type) {
  margin-bottom: 20px;
}
.sticky-area--side__item:hover {
  opacity: 1;
}
@-webkit-keyframes slide-in {
  0% {
    translate: 105% 0;
  }
  100% {
    translate: 0;
  }
}
@keyframes slide-in {
  0% {
    translate: 105% 0;
  }
  100% {
    translate: 0;
  }
}
.sticky-area--side__img {
  margin: 10px auto;
}
.sticky-area--side__img--small {
  width: 30%;
}
.sticky-area--side .btn {
  width: 100%;
  margin-bottom: 0;
  padding: 10px;
  padding-right: 40px;
  pointer-events: none;
}
.sticky-area--side .btn::before {
  border-width: 5px 8px;
  right: 9px;
}
.sticky-area--side .btn::after {
  height: 25px;
  width: 25px;
  right: 10px;
}

.box {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .box {
    padding: 15px;
  }
}

.media--bordered {
  padding: 20px;
}

.case__lead {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .case__lead {
    margin-bottom: 4vw;
    font-size: 1.25rem;
  }
}
.case__label .label + .label {
  margin-left: 0.5em;
}
.case__company-info {
  width: 80%;
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .case__company-info {
    width: 100%;
    margin-top: 8vw;
    padding-top: 8vw;
  }
}
.case__company-info .col--2 .col__item:first-child {
  width: 50%;
}
.case__company-info .col--2 .col__item:last-child {
  width: 45%;
}
.case__company-info__name {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .case__company-info__name {
    margin-bottom: 2.6666666667vw;
  }
}
.case__company-info__item {
  font-size: 0.875em;
}
.case__company-info__item + .case__company-info__item {
  margin-top: 10px;
}

.img--right, .img--left {
  max-width: 450px;
  margin-bottom: 10px;
  text-align: left;
}
.img--right {
  margin-left: 15px;
  float: right;
}
@media screen and (max-width: 768px) {
  .img--right {
    margin-left: 0;
  }
}
.img--left {
  margin-right: 15px;
  float: left;
}
@media screen and (max-width: 768px) {
  .img--left {
    margin-right: 0;
  }
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.clearfix {
  clear: both;
}

.media--bordered {
  max-width: 480px;
}

.cta {
  margin: 30px auto;
  padding: 30px 10px;
  background: #cc0033;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta {
    margin: 5.3333333333vw auto;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.cta > *:last-child {
  margin-bottom: 0;
}
.cta__txt {
  margin-bottom: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .cta__txt {
    margin-bottom: 4vw;
    font-size: 1rem;
  }
}
.cta__txt .icon {
  margin: 0;
  margin-right: 0.5em;
}
.cta__btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 10px;
  text-align: center;
  transition: all 0.3s;
  padding: 20px 25px;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0);
  color: #cc0033;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .cta__btn {
    width: 100%;
    padding: 15px;
  }
}
.cta__btn:hover {
  background: #cc0033;
  border-color: #fff;
  color: #fff;
}
.cta__btn::before {
  content: "";
  border-width: 7px 10.5px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0);
  border-left-color: #cc0033;
}
@media screen and (max-width: 768px) {
  .cta__btn::before {
    border-width: 5.6px 7px;
  }
}
.cta__btn::before, .cta__btn::after {
  content: "";
  position: absolute;
}
.cta__btn::before {
  top: 50%;
  right: 26px;
  transform: translateY(-50%);
}
.cta__btn::after {
  display: block;
  height: 45px;
  width: 45px;
  margin: auto;
  top: 0;
  right: 20px;
  bottom: 0;
  border: 1px solid #cc0033;
  border-radius: 50%;
}
.cta__btn:hover::before {
  border-left-color: #fff;
}
.cta__btn:hover::after {
  border-color: #fff;
  -webkit-animation: clickBtn 0.3s;
          animation: clickBtn 0.3s;
}
@media screen and (max-width: 768px) {
  .cta__btn {
    padding-right: 65px;
  }
  .cta__btn::after {
    height: 35px;
    width: 35px;
  }
}

.tag-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .tag-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 3px;
    font-size: 13px;
    line-height: 1.9;
  }
}
.tag-list__item {
  padding: 15px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tag-list__item {
    padding: 10px;
  }
}
.tag-list__item.selected {
  background: #cc0033;
  color: #fff;
}

.card-list.refreshed {
  opacity: 0;
  -webkit-animation: fade-in 0.5s forwards;
          animation: fade-in 0.5s forwards;
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.card-list__item::before, .card-list__item::after {
  display: none !important;
}
.card-list__item.unselected {
  display: none;
}
.card-list .card--bordered {
  border-width: 1px;
  box-shadow: none !important;
}
/*# sourceMappingURL=case.css.map */