
.specialPage._no1 {
  background-color: #FADEB1;
}
.specialPage._no2 {
  background-color: #DFEDEB;
}
.specialPage._no3 {
  background-color: #DBE8D0;
}
.specialPage__breadcrumb {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .specialPage__breadcrumb {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialPage__breadcrumb {
    margin-top: 36px;
  }
}

.specialPage__inner {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .specialPage__inner {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialPage__inner {
    margin-top: 11px;
  }
}

.specialPage__heading {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.67;
}
@media screen and (min-width: 768px) {
  .specialPage__heading {
    font-size: 24px;
  }
}

.specialPage__media {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .specialPage__media {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 14px;
  }
}

.specialPage__mediaInner {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .specialPage__mediaInner {
    width: calc(100% - 243px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialPage__mediaInner {
    width: calc(100% - 408px);
  }
}

.specialPage__text {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.06;
}

.specialPage__supple {
  margin-top: 10px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.93;
}
.specialPage__text .box1,
.specialPage__supple .box1 {
  position: relative;
}

.specialPage__text .box2,
.specialPage__supple .box2 {
  position: absolute;
  top: -2px;
  vertical-align: top;
  transform: scale(0.7);
  font-size: 10px;
}

.specialPage__body {
  margin-top: 20px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .specialPage__body {
    margin-top: 8px;
    width: 223px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialPage__body {
    width: 378px;
  }
}

.specialPage__percent {
  border-radius: 5px;
  background-color: #FFF;
  padding: 8px 5px 5px;
  text-align: center;
}

.specialPage__percentTitle {
  color: #000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.;
}
.specialPage__num {
  /* margin-top: 7px; */
  color: #0B1F64;
  font-weight: 800;
  font-size: 66px;
  font-family: "Archivo", sans-serif;
  line-height: 1.2;
}
.specialPage__num span {
  color: #000;
  font-size: 33px;
}
.specialPage__year {
  margin-top: -4px;
  color: #000;
  font-weight: normal;
  font-size: 14px;
}
.specialPage__authority {
  margin-top: 15px;
  color: #000;
  font-weight: normal;
  font-size: 13px;
}
.specialPage__special {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .specialPage__special {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .specialPage__special {
    margin-top: 119px;
  }
}

.specialPage__column {
  margin-top: 68px;
}
@media screen and (min-width: 768px) {
  .specialPage__column {
    margin-top: 127px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialPage__column {
    margin-top: 165px;
  }
}

.specialPage__linksHeadingLv2 {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
.specialPage__links {
  background-color: #ECF0F0;
  padding: 63px 0 68px;
}
@media screen and (min-width: 768px) {
  .specialPage__links {
    padding: 64px 0 82px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialPage__links {
    padding: 64px 0 93px;
  }
}

.specialPage__linksItems {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .specialPage__linksItems {
    flex-direction: row;
    justify-content: space-between;
    margin-top: 13px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .specialPage__linksItems {
    margin-top: 37px;
  }
}

.specialPage__linksItem {
  display: block;
  position: relative;
  margin: 22px auto 0;
  border-radius: 5px;
  width: 100%;
  max-width: 300px;
  height: 166px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .specialPage__linksItem {
    margin: 22px 0 0;
    width: calc((100% - 40px) / 3);
    max-width: none;
    height: 92px;
  }
}
@media screen and (min-width: 1024px) {
  .specialPage__linksItem {
    width: calc((100% - 80px) / 3);
    height: 156px;
  }
}

.specialPage__bg {
  display: block;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-radius: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .specialPage__bg {
    /* width: 378px; */
  }
}

.specialPage__bg._1 {
  background-image: url(./../img/company11-sp.png);
}
@media screen and (min-width: 768px) {
  .specialPage__bg._1 {
    background-image: url(./../img/company11-md.png);
  }
}
@media screen and (min-width: 1440px) {
  .specialPage__bg._1 {
    background-image: url(./../img/company11-pc.png);
  }
}

.specialPage__bg._2 {
  background-image: url(./../img/company12-sp.jpg);
}
@media screen and (min-width: 768px) {
  .specialPage__bg._2 {
    background-image: url(./../img/company12-md.jpg);
  }
}
@media screen and (min-width: 1440px) {
  .specialPage__bg._2 {
    background-image: url(./../img/company12-pc.jpg);
  }
}

.specialPage__bg._3 {
  background-image: url(./../img/company13-sp.jpg);
}
@media screen and (min-width: 768px) {
  .specialPage__bg._3 {
    background-image: url(./../img/company13-md.jpg);
  }
}
@media screen and (min-width: 1440px) {
  .specialPage__bg._3 {
    background-image: url(./../img/company13-pc.jpg);
  }
}

.specialPage__bg::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(11, 31, 100, 0.6);
  width: 100%;
  height: 100%;
  content: "";
}

.specialPage__bg.current::before {
  background-color: rgba(187, 187, 187, 0.8);
}

.specialPage__linksItem:hover {
  opacity: 1;
}

.specialPage__linksItem:hover .specialPage__bg {
  transform: scale(1.1);
}

.specialPage__linksHeadingLv3 {
  display: flex;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #FFF;
  font-weight: 500;
  font-size: 19px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .specialPage__linksHeadingLv3 {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialPage__linksHeadingLv3 {
    font-size: 18px;
  }
}

.specialPage__linksHeadingLv3 span {
  display: block;
}

.specialPage__linksHeadingLv3 .title {
  margin-top: 10px;
}
.specialColumn__staffInner {
  display: flex;
  align-items: center;
}

.specialColumn__staffInner figure {
  width: 153px;
}

.specialColumn__staff .post {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.6;
}

.specialPage._no1 .specialColumn__staff .post {
  margin-left: 10px;

}

.specialColumn__staff .name {
  font-weight: bold;
  font-size: 16px;
}

.breadcrumbWrap {
  height: 66px;
  font-size: 12px;
  line-height: 66px;
}
@media screen and (min-width: 768px) {
  .breadcrumbWrap {
    margin-top: 36px;
  }
}

.breadcrumb {
  display: flex;
}

.breadcrumb__item:not(:first-of-type) {
  margin-left: 10px;
}

.breadcrumb__item a {
  color: #0B1F64;
}

.breadcrumb__item:not(:last-of-type)::after {
  display: inline-block;
  transform: rotate(45deg);
  margin-right: 5px;
  margin-left: 5px;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 8px;
  height: 8px;
  content: "";
}

.breadcrumb__item:not(:last-of-type):hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-of-type):hover .breadcrumb__item a {
  opacity: 1;
}

.card {
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .card {
    width: calc((100% - 45px) / 3);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .card {
    width: calc((100% - 60px) / 3);
  }
}

.sustainaBunners__card .card {
  box-shadow: 2px 2px 10px rgba(11, 31, 100, 0.2);
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaBunners__card .card {
    width: calc((100% - 30px) / 2);
  }
}

.card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card__img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/137;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .card__img img {
    -o-object-position: center;
    aspect-ratio: 221/197;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .card__img img {
    aspect-ratio: 377/197;
  }
}

.sustainaBunners__card .card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/141;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card__img img {
    -o-object-position: center;
    aspect-ratio: 343/266;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaBunners__card .card__img img {
    aspect-ratio: 377/172;
  }
}

.card__body {
  flex-grow: 1;
  padding: 19px 13px 20px;
}
@media screen and (min-width: 768px) {
  .card__body {
    padding: 22px 17px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .card__body {
    padding: 22px 20px 20px;
  }
}

.sustainaBunners__card .card__body {
  flex-grow: 1;
  padding: 16px 16px 20px;
}
@media screen and (min-width: 768px) {
  .sustainaBunners__card .card__body {
    padding: 24px 15px 22px 27px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaBunners__card .card__body {
    padding: 22px 20px 20px;
  }
}

.card__text {
  position: relative;
  padding-right: 20px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .card__text {
    padding-right: 50px;
    font-size: 18px;
  }
}

.card__text::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__text::before {
    right: 12px;
    width: 7px;
    height: 7px;
  }
}

.card__text::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__text::after {
    width: 29px;
    height: 29px;
  }
}

.card a:hover {
  opacity: 1;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .card a:hover .card__text::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .card a:hover .card__text::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
@media screen and (min-width: 768px) {
  .card a:hover .card__img img {
    transform: scale(1.1);
  }
}

.irPage .card__img._1 img {
  -o-object-fit: cover;
  -o-object-position: 0 -9px;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/140;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 -9px;
}
@media screen and (min-width: 768px) {
  .irPage .card__img._1 img {
    -o-object-position: left;
    aspect-ratio: 221/197;
    object-position: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .irPage .card__img._1 img {
    aspect-ratio: 377/197;
  }
}

.sustainaPage__csr .card__body {
  flex-grow: 1;
  background-color: #FFF;
  padding: 16px 15px 24px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__body {
    padding: 22px 17px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .sustainaPage__csr .card__body {
    padding: 22px 20px 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .sustainaPage__csr .card__body {
    padding: 22px 20px 27px 26px;
  }
}

.card__heading {
  position: relative;
  padding-right: 20px;
  color: #0B1F64;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .card__heading {
    padding-right: 50px;
    font-size: 18px;
  }
}

.card__heading::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__heading::before {
    right: 12px;
    width: 7px;
    height: 7px;
  }
}

.card__heading::after {
  display: inline-block;
  position: absolute;
  top: 13px;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #FFF;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .card__heading::after {
    width: 29px;
    height: 29px;
  }
}

.sustainaPage__csr .card a:hover {
  opacity: 1;
  transition: all 0.3s ease-in 0s;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::before {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__heading::after {
    border: 1px solid #FFF;
    background-color: #0B1F64;
  }
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card a:hover .card__img img {
    transform: scale(1.1);
  }
}

.sustainaPage__csr .card__text {
  position: static;
  margin-top: 13px;
  padding-right: 0;
  color: #333;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__text {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage__csr .card__text {
    margin-top: 19px;
  }
}

.sustainaPage__csr .card__img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.sustainaPage__csr .card__img img {
  -o-object-fit: cover;
  -o-object-position: top;
  transition: all 0.3s ease-in 0s;
  aspect-ratio: 335/140;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
@media screen and (min-width: 768px) {
  .sustainaPage__csr .card__img img {
    -o-object-position: center;
    aspect-ratio: 221/197;
    object-position: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .sustainaPage__csr .card__img img {
    aspect-ratio: 377/197;
  }
}

@media screen and (min-width: 768px) {
  .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

.cards__item:not(:first-of-type) {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .cards__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.sustainaPage__cards .cards__item:not(:first-of-type) {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .sustainaPage__cards .cards__item:not(:first-of-type) {
    margin-top: 0;
  }
}

.companyAside {
  display: none;
}
@media screen and (min-width: 768px) {
  .companyAside {
    display: block;
    padding-left: 30px;
    width: 220px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .companyAside {
    width: 320px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) and (min-width: 1440px) {
  .companyAside {
    width: 350px;
  }
}

.companyAside__list {
  border-bottom: 1px solid #ECF0F0;
}

.companyAside__item {
  border-top: 1px solid #ECF0F0;
}

.companyAside__item a {
  display: block;
  padding: 22px 0;
  color: #0B1F64;
  font-weight: 700;
  font-size: 13px;
}

@media screen and (min-width: 768px) {
  .companyAside__item a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.footer {
  background-color: #0B1F64;
  height: 100px;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #ECF0F0;
  width: 100%;
  height: 70px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 100px;
  }
}

.topSlider__item {
  max-width: 37rem;
}

.history {
  margin-top: 30px;
  border-top: 1px solid #858fb1;
}
.history__list {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #858fb1;
  color: #333;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .history__list {
    font-size: 14px;
  }
}

.history__list dt {
  padding: 10px 5px;
  width: 84px;
}
@media screen and (min-width: 768px) {
  .history__list dt {
    width: 98px;
  }
}

.history__list dd {
  border-left: 1px solid #858fb1;
  padding: 10px 15px;
  width: calc(100% - 84px);
}
@media screen and (min-width: 768px) {
  .history__list dd {
    width: calc(100% - 98px);
  }
}

.inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner {
    padding-right: 30px;
    padding-left: 30px;
    max-width: 1260px;
  }
}

@media screen and (min-width: 768px) {
  .inner._narrow {
    max-width: 860px;
  }
}

.linkBtn {
  padding: 47px 0 52px;
}
@media screen and (min-width: 768px) {
  .linkBtn {
    padding: 87px 0 85px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .linkBtn {
    padding: 95px 0 91px;
  }
}

.companyPage .linkBtn {
  padding: 60px 0 76px;
}
@media screen and (min-width: 768px) {
  .companyPage .linkBtn {
    padding: 83px 0 95px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .companyPage .linkBtn {
    padding: 87px 0 104px;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn__inner {
    -ms-grid-rows: 1fr;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    -moz-column-gap: 20px;
    display: -ms-grid;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 33px;
  }
  .linkBtn__inner > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .linkBtn__inner > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .linkBtn__inner > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .linkBtn__inner {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .linkBtn__inner._col2 {
    /* -ms-grid-columns: (1fr)[2]; */
    grid-template-columns: repeat(2, 1fr);
  }
}

.linkBtn__item {
  display: block;
  position: relative;
  transition: font-weight 0.3s ease-in 0s;
  border-radius: 5px;
  background-color: #ECF0F0;
  padding: 20px;
  width: 100%;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .linkBtn__item {
    padding: 28px 30px;
    padding-right: 48px;
    font-size: 18px;
  }
}

.linkBtn__item:not(:first-of-type) {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  .linkBtn__item:not(:first-of-type) {
    margin: 0;
  }
}

.linkBtn__item span::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  transform: translateY(-50%) rotate(45deg);
  z-index: 2;
  transition: all 0.3s ease-in 0s;
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::before {
    top: 43px;
    right: 29px;
    width: 7px;
    height: 7px;
  }
}

.linkBtn__item span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.3s ease-in 0s;
  border: 1px solid #0B1F64;
  border-radius: 50%;
  background-color: #ECF0F0;
  width: 24px;
  height: 24px;
  content: "";
}
@media screen and (min-width: 768px) {
  .linkBtn__item span::after {
    top: 43px;
    width: 29px;
    height: 29px;
  }
}

.linkBtn__item:hover {
  opacity: 1;
  font-weight: 700;
}
.linkBtn__item:hover span.reverse::before {
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
}
.linkBtn__item:hover span.reverse::after {
  border: 1px solid #FFF;
  background-color: #0B1F64;
}

.linkTitle a {
  display: flex;
  position: relative;
  align-items: baseline;
  padding-left: 0.8em;
  color: #0B1F64;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .linkTitle a {
    transition: all 0.3s ease-in 0s;
  }
}

.linkTitle a::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  transform: rotate(45deg);
  border-top: 1px solid #0B1F64;
  border-right: 1px solid #0B1F64;
  background-color: transparent;
  width: 5px;
  height: 5px;
  content: "";
}

.service .linkTitle a::before {
  margin-bottom: 2px;
  width: 7px;
  height: 7px;
}

@media screen and (min-width: 768px) {
  .linkTitle a:hover {
    opacity: 1;
    text-decoration: underline;
  }
}

.linkTitle._cat a {
  text-transform: capitalize;
}

.linkTitle._cat a span {
  display: block;
}

.linkTitle img {
  margin-left: 10px;
  width: 19px;
}

.mvUnder {
  display: flex;
  align-items: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100px;
}
@media screen and (min-width: 768px) {
  .mvUnder {
    height: 350px;
  }
}

.mvUnder._child {
  height: 60px;
}
@media screen and (min-width: 768px) {
  .mvUnder._child {
    height: 200px;
  }
}

.originPage .mvUnder {
  position: relative;
  z-index: 1;
  background-image: url(../../images/mv-origin.jpg);
}

.originPage .mvUnder::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(11, 31, 100, 0.4);
  width: 100%;
  height: 100%;
  content: "";
}

.mvUnder__heading {
  color: #FFF;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .mvUnder__heading {
    font-size: 32px;
  }
}

.origin__tabList {
  display: flex;
}
.origin__tabList._under {
  margin-top: 67px;
}
@media screen and (min-width: 1440px) {
  .origin__tabList._under {
    margin-top: 80px;
  }
}

.origin__tabItem {
  width: 100%;
  font-weight: normal;
  text-align: center;
}
.origin__tabItem._under {
  border-bottom: 5px solid #ECF0F0;
}

.origin__tabItem._upper {
  border-top: 5px solid #ECF0F0;
}

.origin__tabItem.current {
  border-color: #0B1F64;
  font-weight: 700;
}

.origin__tabItem a {
  color: #333;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .origin__tabItem a {
    font-size: 16px;
  }
}

.origin__tabItem._upper a {
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .origin__tabItem._upper a {
    margin-top: 10px;
  }
}

.origin__headingLv3 {
  position: relative;
  margin-top: 30px;
  padding-left: 15px;
  color: #333;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .origin__headingLv3 {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .origin__chart .origin__headingLv3 {
    margin-top: 54px;
  }
}

.origin__origin .origin__headingLv3 {
  margin-top: 18px;
}
@media screen and (min-width: 768px) {
  .origin__origin .origin__headingLv3 {
    margin-top: 23px;
  }
}

.origin__growth .origin__headingLv3 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .origin__growth .origin__headingLv3 {
    margin-top: 28px;
  }
}

.origin__headingLv3::before {
  display: inline-block;
  position: absolute;
  left: 0;
  flex-shrink: 0;
  background-color: #009BB1;
  width: 5px;
  height: 100%;
  content: "";
}

.origin__figureWrap {
  overflow-x: scroll;
}
@media screen and (min-width: 768px) {
  .origin__figureWrap {
    overflow: hidden;
  }
}

.origin__img1 {
  margin-top: 30px;
  padding-bottom: 20px;
  width: 600px;
}
@media screen and (min-width: 768px) {
  .origin__img1 {
    margin-top: 34px;
    width: 100%;
    min-width: 480px;
  }
}

.scrollbar::-webkit-scrollbar {
  background-color: #ECF0F0;
  width: 10px;
  height: 5px;
}

.scrollbar-thumb-rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}

.scrollbar-thumb-black::-webkit-scrollbar-thumb {
  background-color: #0B1F64;
}

.origin__origin {
  margin-top: 56px;
}
@media screen and (min-width: 768px) {
  .origin__origin {
    margin-top: 28px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__origin {
    margin-top: 35px;
  }
}

.origin__headingLv2 {
  background-color: #0B1F64;
  padding: 10px 15px;
  color: #FFF;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .origin__headingLv2 {
    padding: 12px 15px;
    font-size: 18px;
  }
}

.origin__img2 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .origin__img2 {
    margin: 20px auto 0;
    max-width: 393px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__img2 {
    margin-top: 27px;
  }
}

.origin__text {
  margin-top: 30px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .origin__text {
    margin-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__text {
    margin-top: 33px;
  }
}

.origin__text:not(:first-of-type) {
  margin-top: 26px;
}
.origin__growth {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .origin__growth {
    margin-top: 52px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__growth {
    margin-top: 56px;
  }
}

.origin__failure {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .origin__failure {
    margin-top: 68px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__failure {
    margin-top: 52px;
  }
}

.origin__goBack {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .origin__goBack {
    margin-top: 69px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__goBack {
    margin-top: 44px;
  }
}

.origin__point3 {
  margin-top: 37px;
  border-radius: 5px;
  background-color: #ECF0F0;
  padding: 43px 16px 50px;
}
@media screen and (min-width: 768px) {
  .origin__point3 {
    margin-top: 32px;
    padding: 55px 35px 82px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__point3 {
    margin-top: 41px;
    padding: 55px 35px 74px;
  }
}

.origin__heading {
  color: #0B1F64;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .origin__heading {
    font-size: 18px;
  }
}

.origin__itemTitle {
  margin-top: 20px;
  color: #000;
  font-weight: 700;
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .origin__itemTitle {
    margin-top: 44px;
    font-size: 16px;
  }
}

.origin__itemTitle._mt40 {
  margin-top: 44px;
}
@media screen and (min-width: 768px) {
  .origin__itemTitle._mt40 {
    margin-top: 40px;
  }
}

.origin__itemTitle + .origin__text {
  margin-top: 12px;
}

.origin__title {
  margin-top: 24px;
  border-radius: 5px;
  background-image: url(../../images/origin-bg.png);
  background-position: bottom;
  background-size: 220% 80%;
  background-repeat: no-repeat;
  background-color: #FFF;
  padding: 25px 20px 73px;
  height: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .origin__title {
    background-size: 100% 60%;
    padding: 25px 5px 50px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__title {
    margin-top: 33px;
    background-size: 100% 100%;
    padding: 25px 5px 91px;
  }
}

.origin__title .sub {
  color: #0B1F64;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
}
.origin__title .main {
  margin-top: 4px;
  color: #0B1F64;
  font-weight: normal;
  font-size: 20px;
  line-height: 1.75;
}
.origin__title .main span {
  background-image: linear-gradient(transparent 70%, #ECF0F0 30%);
}
.origin__img3 {
  margin-top: 20px;
}
@media screen and (min-width: 1440px) {
  .origin__img3 {
    margin-top: 34px;
  }
}

.origin__img4 {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .origin__img4 {
    margin: 20px auto 0;
    max-width: 550px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .origin__img4 {
    margin-top: 36px;
  }
}

.origin__revival {
  margin-top: 57px;
}
@media screen and (min-width: 1440px) {
  .origin__revival {
    margin-top: 77px;
  }
}

.origin__article {
  margin-top: 79px;
}
@media screen and (min-width: 1440px) {
  .origin__article {
    margin-top: 90px;
  }
}

.origin__articleHeading {
  border-top: 1px solid #ECF0F0;
  padding-top: 5px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.025em;
}
.origin__linkBtn {
  margin-top: -17px;
  margin-bottom: -46px;
}
@media screen and (min-width: 768px) {
  .origin__linkBtn {
    margin-top: -40px;
    margin-bottom: -72px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .origin__linkBtn {
    margin-top: -49px;
    margin-bottom: -96px;
  }
}

.special {
  border-radius: 5px;
  background-color: #FFF;
  padding: 45px 18px 42px;
}
@media screen and (min-width: 768px) {
  .special {
    padding: 82px 30px 67px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .special {
    padding: 100px 20px 88px;
  }
}

.special__inner {
  margin: 0 auto;
  max-width: 910px;
}

.special__headingLv3 {
  /* position: relative; */
  padding-left: 10px;
  font-weight: 700;
  font-size: 16px;
	line-height: 2;
}
@media screen and (min-width: 768px) {
  .special__headingLv3 {
    font-size: 22px;
  }
}

.specialPage._no1 .special__headingLv3 {
  color: #E77600;
	border-left: 12px solid #E77600;
}

.specialPage._no2 .special__headingLv3 {
  color: #55808A;
	border-left: 12px solid #55808A;
}

.specialPage._no3 .special__headingLv3 {
  color: #009C1F;
	border-left: 12px solid #009C1F;
}

.special__headingLv3::before {
  /* display: inline-block; */
  /* position: absolute; */
  /* top: -4px; */
  /* left: 0; */
  /* width: 12px; */
  /* height: 2em; */
  /* content: ""; */
}
.specialPage._no1 .special__headingLv3::before {
  background-color: #E77600;
}

.specialPage._no2 .special__headingLv3::before {
  background-color: #55808A;
}

.specialPage._no3 .special__headingLv3::before {
  background-color: #009C1F;
}

.special__headingLv3:not(:first-of-type) {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .special__headingLv3:not(:first-of-type) {
    margin-top: 100px;
  }
}

.specialPage._no3 .special__headingLv3:not(:first-of-type) {
  margin-top: 52px;
}
.special__text {
  margin-top: 24px;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.06;
}
@media screen and (min-width: 768px) {
  .special__text {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  .special__text {
    margin-top: 27px;
  }
}

.special__supple {
  margin-top: 10px;
  font-weight: normal;
  font-size: 13px;
  line-height: 1.93;
}
.special__chart {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .special__chart {
    margin-top: 33px;
  }
}

@media screen and (min-width: 768px) {
  .specialPage._no3 .special__chart._1 {
    margin-right: auto;
    margin-left: auto;
    max-width: 612px;
  }
}

@media screen and (min-width: 768px) {
  .specialPage._no3 .special__chart._2 {
    margin-right: auto;
    margin-left: auto;
    max-width: 494px;
  }
}

.special__chart:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .special__chart:not(:first-of-type) {
    margin-top: 33px;
  }
}

.special__img {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .special__img {
    margin: 43px auto 0;
    max-width: 700px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .special__img {
    margin: 26px auto 0;
  }
}

.special__movie1 {
  margin: 40px auto 0;
  border: none;
  width: 100%;
  max-width: 700px;
  overflow: hidden;
}
.special__movie1 iframe {
  border: none;
  aspect-ratio: 700/440;
  width: 100%;
}
.special__movie-text {
  margin-top: 30px;
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .special__movie-text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1440px) {
  .special__movie-text {
    margin-top: 30px;
  }
}
.special__movie-text span {
  display: inline-block;
}

.specialColumn {
  background-color: #FFF;
  padding: 1px 0 73px;
}
@media screen and (min-width: 768px) {
  .specialColumn {
    padding: 1px 0 59px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialColumn {
    padding: 21px 0 102px;
  }
}

.specialColumn__title {
  margin-left: -4px;
  font-weight: 500;
  font-size: 40px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
	line-height: 1;
}
@media screen and (min-width: 768px) {
  .specialColumn__title {
    font-weight: 300;
    font-size: 97px;
  }
}

.specialPage._no1 .specialColumn__title {
  color: #FADEB1;
}

.specialPage._no2 .specialColumn__title {
  color: #DFEDEB;
}

.specialPage._no3 .specialColumn__title {
  color: #DBE8D0;
}

.specialColumn__inner {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .specialColumn__inner {
    margin-top: 25px;
  }
}

.specialColumn__item {
  position: relative;
  margin-top: -9px;
  border-radius: 5px;
  padding: 30px 33px 76px;
}
@media screen and (min-width: 768px) {
  .specialColumn__item {
    margin-top: -21px;
    padding: 75px 40px 64px 78px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialColumn__item {
    padding: 75px 40px 77px 78px;
  }
}

.specialPage._no1 .specialColumn__item {
  background-color: #FADEB1;
}

.specialPage._no2 .specialColumn__item {
  background-color: #DFEDEB;
}

.specialPage._no3 .specialColumn__item {
  background-color: #DBE8D0;
}

.specialColumn__item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-width: 50px 0 0 50px;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  width: 0;
  height: 0;
  content: "";
}
@media screen and (min-width: 768px) {
  .specialColumn__item::before {
    border-width: 70px 0 0 70px;
  }
}

.specialColumn__item::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 50px 50px 0;
  border-style: solid;
  border-color: transparent #FFF transparent transparent;
  width: 0;
  height: 0;
  content: "";
}
@media screen and (min-width: 768px) {
  .specialColumn__item::after {
    border-width: 0 70px 70px 0;
  }
}

.specialColumn__itemInner {
  margin: 0 auto;
  max-width: 900px;
}

.specialColumn__itemInner::before {
  display: block;
  position: absolute;
  top: 14px;
  left: 7px;
  border-top: 3px solid #FFF;
  border-left: 3px solid #FFF;
  background-color: transparent;
  width: 70px;
  height: 70px;
  content: "";
}
@media screen and (min-width: 768px) {
  .specialColumn__itemInner::before {
    top: 30px;
    left: 30px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialColumn__itemInner::before {
    top: 40px;
    left: 40px;
  }
}

.specialColumn__itemInner::after {
  display: block;
  position: absolute;
  right: 7px;
  bottom: 14px;
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
  background-color: transparent;
  width: 70px;
  height: 70px;
  content: "";
}
@media screen and (min-width: 768px) {
  .specialColumn__itemInner::after {
    right: 30px;
    bottom: 30px;
    width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialColumn__itemInner::after {
    right: 40px;
    bottom: 40px;
  }
}

.specialColumn__heading {
  margin-top: 27px;
  font-weight: 700;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .specialColumn__heading {
    margin-top: 20px;
    font-size: 20px;
  }
}

.specialPage._no1 .specialColumn__heading {
  color: #27B07A;
}

.specialPage._no2 .specialColumn__heading {
  color: #0B1F64;
}

.specialPage._no3 .specialColumn__heading {
  color: #00AAD0;
}

.specialColumn__heading span {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.specialColumn__heading span::before {
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background-color: #FFF;
  content: "";
}

.specialColumn__media {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .specialColumn__media {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 27px;
  }
}

.specialColumn__body {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .specialColumn__body {
    width: calc(100% - 220px);
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialColumn__body {
    width: calc(100% - 270px);
  }
}

.specialColumn__text {
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 2.06;
}
.specialColumn__staff {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .specialColumn__staff {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1440px) {
  .specialColumn__staff {
    margin-top: 14px;
  }
}

.specialColumn__staff .post {
  color: #000;
  font-weight: normal;
  font-size: 15px;

}

.specialColumn__staff .post span{
  display: inline-block;
}

.specialColumn__staff .name {
  display: block;
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
.specialColumn__staffText {
  margin-top: 5px;
  color: #000;
  font-weight: normal;
  font-size: 13px;
  line-height: 23px;
}
.specialColumn__img {
  margin-top: 33px;
}
@media screen and (min-width: 768px) {
  .specialColumn__img {
    margin-top: 8px;
    max-width: 180px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialColumn__img {
    max-width: 240px;
  }
}

.specialColumn__link {
  margin-top: 31px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .specialColumn__link {
    margin-top: 39px;
  }
}

.specialColumn__link span {
  color: #000;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .specialColumn__linkTitle {
    margin-top: 4px;
  }
}

.specialColumn__link .linkTitle {
  margin-right: -5px;
  margin-left: auto;
  width: 210px;
  text-align: right;
}

.specialColumn__link .linkTitle a {
  color: #0B1F64;
  font-size: 16px;
}

.specialMv {
  padding-top: 32px;
}
@media screen and (min-width: 768px) {
  .specialMv {
    padding-top: 44px;
  }
}

.specialMv__img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (min-width: 768px) {
  .specialMv__img {
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
    max-height: 500px;
    border-radius: 90px;
  }
}

.specialMv__img img {
  border-radius: 30px;
  aspect-ratio: 900/500;
}
@media screen and (min-width: 768px) {
  .specialMv__img img {
    border-radius: 90px;
  }
}
@media screen and (min-width: 1440px) {
  .specialMv__img img {
    border-radius: 90px;
  }
}

.specialMv__Wrapper {
  position: relative;
  z-index: 2;
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .specialMv__Wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: -195px;
  }
}

.specialMv__body {
  position: relative;
  margin-left: -20px;
  width: 100%;
  min-width: 335px;
}
@media screen and (min-width: 768px) {
  .specialMv__body {
    margin-left: -30px;
    width: 382px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1440px) {
  .specialMv__body {
    width: 380px;
  }
}

.specialMv__bodyInner {
  position: relative;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #FFF;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-top: 35px;
}
@media screen and (min-width: 768px) {
  .specialMv__bodyInner {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50% + 30px);
  }
}

h1.sepecialMv__heading
{
	margin-top: -5px;
	line-height: 1.7;
}

.sepecialMv__heading .sub {
  font-weight: 700;
  font-size: 14px;
  font-family: "Archivo", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .sepecialMv__heading .sub {
    font-size: 16px;
  }
}

.specialPage._no1 .sepecialMv__heading .sub {
  color: #E77600;
}

.specialPage._no2 .sepecialMv__heading .sub {
  color: #55808A;
}

.specialPage._no3 .sepecialMv__heading .sub {
  color: #009C1F;
}

.sepecialMv__heading .main {
  display: block;
  margin-top: -3px;
  color: #333;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .sepecialMv__heading .main {
    margin-top: 0;
    font-size: 29px;
  }
}
@media screen and (min-width: 768px) {
  .specialPage._no1 .sepecialMv__heading .main {
    line-height: 1.3;
  }
}

.sepecialMv__heading {
  margin-top: -28px;
}

.specialMv__lead {
  margin-top: 15px;
  color: #000;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .specialMv__lead {
    margin-top: 18px;
    line-height: 1.88;
  }
}

.specialMv__vol {
  margin-top: 8px;
  color: #FFF;
  font-weight: 700;
  font-family: "Archivo", sans-serif;
  letter-spacing: -0.05em;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .specialMv__vol {
    margin-bottom: -30px;
    margin-left: 0px;
    letter-spacing: -0.25em;
  }
}
@media screen and (min-width: 768px) {
  .specialPage._no1 .specialMv__vol {
    margin-bottom: 27px;
  }
}

.specialMv__vol .vol {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .specialMv__vol .vol {
    font-size: 90px;
  }
}

.specialMv__vol .num {
  font-size: 80px;
}
@media screen and (min-width: 768px) {
  .specialMv__vol .num {
    font-size: 180px;
  }
}

.specialMv__vol{	line-height: 1;	}

/*# sourceMappingURL=sourcemaps/style.css.map */
