.u-c-white {
  color: #fff !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-c-black {
  color: #000 !important;
}

.u-bg-black {
  background-color: #000 !important;
}

.u-c-blue {
  color: #0768ab !important;
}

.u-bg-blue {
  background-color: #0768ab !important;
}

.u-c-lightblue {
  color: #2ca6e0 !important;
}

.u-bg-lightblue {
  background-color: #2ca6e0 !important;
}

.u-c-gray {
  color: #f8f7f7 !important;
}

.u-bg-gray {
  background-color: #f8f7f7 !important;
}

.u-c-light {
  color: #f6f6f6 !important;
}

.u-bg-light {
  background-color: #f6f6f6 !important;
}

.u-c-orange {
  color: #f29600 !important;
}

.u-bg-orange {
  background-color: #f29600 !important;
}

.u-c-indigo {
  color: #036eb7 !important;
}

.u-bg-indigo {
  background-color: #036eb7 !important;
}

.u-c-purple {
  color: #5f1985 !important;
}

.u-bg-purple {
  background-color: #5f1985 !important;
}

.u-c-pink {
  color: #e3007f !important;
}

.u-bg-pink {
  background-color: #e3007f !important;
}

.u-c-red {
  color: #e50012 !important;
}

.u-bg-red {
  background-color: #e50012 !important;
}

.u-c-yellow {
  color: #ffee58 !important;
}

.u-bg-yellow {
  background-color: #ffee58 !important;
}

.u-c-green {
  color: #006934 !important;
}

.u-bg-green {
  background-color: #006934 !important;
}

.u-c-lightgreen {
  color: #8dc21f !important;
}

.u-bg-lightgreen {
  background-color: #8dc21f !important;
}

.u-c-teal {
  color: #26a69a !important;
}

.u-bg-teal {
  background-color: #26a69a !important;
}

.u-c-cyan {
  color: #26c6da !important;
}

.u-bg-cyan {
  background-color: #26c6da !important;
}

.u-txtalign-center {
  text-align: center !important;
}

.u-align-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-center {
    text-align: center !important;
  }
  .u-align-sp-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.u-txtalign-left {
  text-align: left !important;
}

.u-align-left {
  -webkit-box-align: left !important;
      -ms-flex-align: left !important;
          align-items: left !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-left {
    text-align: left !important;
  }
  .u-align-sp-left {
    -webkit-box-align: left !important;
        -ms-flex-align: left !important;
            align-items: left !important;
  }
}
.u-txtalign-right {
  text-align: right !important;
}

.u-align-right {
  -webkit-box-align: right !important;
      -ms-flex-align: right !important;
          align-items: right !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-right {
    text-align: right !important;
  }
  .u-align-sp-right {
    -webkit-box-align: right !important;
        -ms-flex-align: right !important;
            align-items: right !important;
  }
}
.u-txtalign-top {
  text-align: top !important;
}

.u-align-top {
  -webkit-box-align: top !important;
      -ms-flex-align: top !important;
          align-items: top !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-top {
    text-align: top !important;
  }
  .u-align-sp-top {
    -webkit-box-align: top !important;
        -ms-flex-align: top !important;
            align-items: top !important;
  }
}
.u-txtalign-bottom {
  text-align: bottom !important;
}

.u-align-bottom {
  -webkit-box-align: bottom !important;
      -ms-flex-align: bottom !important;
          align-items: bottom !important;
}

@media screen and (max-width: 767px) {
  .u-txtalign-sp-bottom {
    text-align: bottom !important;
  }
  .u-align-sp-bottom {
    -webkit-box-align: bottom !important;
        -ms-flex-align: bottom !important;
            align-items: bottom !important;
  }
}
.c-mv {
  margin: 7rem 0 11rem;
}

.c-mv__container img {
  width: 100%;
}

.c-mv__title {
  font-size: 6rem;
  font-family: var(--f-montserrat);
  margin-bottom: 7rem;
}

.c-mv__subtitle {
  font-size: 5.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-bottom: 2rem;
}

.c-mv__lead {
  font-size: 2rem;
  line-height: 1.8;
  font-weight: 600;
}

.c-mv__container img {
  height: auto;
}

.entry-content p {
  font-size: 2rem;
  line-height: 1.75;
}
.entry-content img {
  height: auto;
}

.c-title__en {
  font-size: 3.4rem;
}

.c-single {
  margin-bottom: 10rem;
}

.c-single__date {
  text-align: right;
  font-size: 2rem;
  margin-top: -3rem;
  margin-bottom: 2rem;
}

.c-single__title {
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3.5rem;
}