/* common
---------------------------------------------------------------------------- */
.m-child-mv::before {
  background-image: url(../../../images/company/profile/img_mv_pc.webp);
}

.m-child-mv-ttl-en {
  width: min(27.3494791667vw, 525.11px);
  aspect-ratio: 525.11/86;
}

@media screen and (max-width: 767px) {
  .m-child-mv::before {
    background-image: url(../../../images/company/profile/img_mv_sp.webp);
  }
  .m-child-mv-ttl-en {
    width: 67.776vw;
  }
}
/* p-profile
---------------------------------------------------------------------------- */
.p-profile-buttons {
  padding-top: 8rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2rem;
}

.p-profile-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 6rem;
  border: 0.2rem solid currentColor;
  border-radius: 0.6rem;
  color: #002C81;
  padding-inline: 1.8rem;
}

.p-profile-btn ._txt {
  font-size: 1.8rem;
  line-height: 1.4444444444;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-profile-btn ._arrow {
  display: block;
  width: 2.4rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #002C81;
  position: relative;
}

.p-profile-btn ._arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 1.2rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/common/icn_arrow_right.svg);
}

.p-profile-pageLink {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: min(1.0416666667vw, 20px);
  padding-block: 10rem 12rem;
}

@media screen and (max-width: 767px) {
  .p-profile-buttons {
    padding-top: 13.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 2.6666666667vw;
  }
  .p-profile-btn {
    height: 14.4vw;
    border-width: 0.5333333333vw;
    border-radius: 1.6vw;
    padding-inline: 3.4666666667vw;
  }
  .p-profile-btn ._txt {
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  .p-profile-btn ._arrow {
    width: 6.4vw;
  }
  .p-profile-btn ._arrow::before {
    width: 3.2vw;
  }
  .p-profile-pageLink {
    grid-template-columns: repeat(2, 1fr);
    gap: 4.2666666667vw 2.6666666667vw;
    padding-block: 10.4vw;
  }
}
/* p-overview
---------------------------------------------------------------------------- */
.p-overview {
  padding-block: 6rem 10rem;
}

.p-overview-items {
  margin-top: 4.7rem;
}

.p-overview-item {
  display: grid;
  grid-template-columns: 24rem 1fr;
  border-bottom: 1px solid #DFDFDF;
}

.p-overview-item:first-child {
  border-top: 1px solid #DFDFDF;
}

.p-overview-item-ttl {
  padding-block: 3rem;
  padding-inline: 2rem;
  background-color: #F8F8F8;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002C81;
  text-align: center;
}

.p-overview-item-box {
  padding-block: 3rem;
  padding-inline: 2rem;
}

.p-overview-item-box-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-overview-item-box-list {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 0.8rem;
}

.p-overview-item-box-list::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #002C81;
  margin-top: 1rem;
}

.p-overview-item-box-groups {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}

.p-overview-item-box-group-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  margin-left: -0.5em;
}

.p-overview-item-box-group-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-overview-item-box-group-wrap {
  display: grid;
  grid-template-columns: 15rem 1fr;
  gap: 0 3rem;
  margin-top: 2rem;
}

.p-overview-item-box-group-wrap-img {
  width: 100%;
  aspect-ratio: 240/160;
}
.p-overview-item-box-group-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-overview-item-box-group-wrap-hedges {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-overview-item-box-group-wrap-hedge {
  display: grid;
  grid-template-columns: 6rem 1fr;
  gap: 0 1.5rem;
}

.p-overview-item-box-group-wrap-hedge-ttl {
  height: 2rem;
  background-color: #E8F0FF;
  border-radius: 0.2rem;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 500;
  text-align: center;
  align-content: center;
  margin-top: 0.3rem;
}

.p-overview-item-box-group-wrap-hedge-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-overview-item-box-group-wrap-hedge-txt a[target=_blank] {
  font-weight: 700;
  color: #002C81;
  text-decoration: underline;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-overview-item-box-group-wrap-hedge-txt a[target=_blank]:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.p-overview-item-box-group-wrap-hedge-txt a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  margin-inline: 0.25em;
  vertical-align: -0.2em;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./../../../images/common/icn_blank.svg);
  background-color: currentColor;
}

@media screen and (max-width: 767px) {
  .p-overview {
    padding-block: 10.6666666667vw 16vw;
  }
  .p-overview-items {
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #DFDFDF;
    margin-top: 9.8666666667vw;
  }
  .p-overview-item {
    grid-template-columns: 1fr;
    border-bottom: none;
  }
  .p-overview-item:first-child {
    border-top: none;
  }
  .p-overview-item:last-child {
    border-bottom: 1px solid #DFDFDF;
  }
  .p-overview-item-ttl {
    padding-block: 5.0666666667vw;
    padding-inline: 5.3333333333vw;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    font-size: 4.2666666667vw;
    text-align: left;
  }
  .p-overview-item-box {
    padding-block: 5.0666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-overview-item-box-txt {
    font-size: 4.2666666667vw;
  }
  .p-overview-item-box-list {
    font-size: 4.2666666667vw;
    column-gap: 2.1333333333vw;
  }
  .p-overview-item-box-list::before {
    width: 1.6vw;
    margin-top: 2.6666666667vw;
  }
  .p-overview-item-box-groups {
    gap: 5.3333333333vw;
  }
  .p-overview-item-box-group-ttl {
    font-size: 4.2666666667vw;
  }
  .p-overview-item-box-group-txt {
    font-size: 4.2666666667vw;
  }
  .p-overview-item-box-group-wrap {
    grid-template-columns: 1fr;
    gap: 6.1333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-overview-item-box-group-wrap-img {
    width: 56vw;
  }
  .p-overview-item-box-group-wrap-hedges {
    gap: 2.6666666667vw;
  }
  .p-overview-item-box-group-wrap-hedge {
    grid-template-columns: 16vw 1fr;
    gap: 0 4vw;
  }
  .p-overview-item-box-group-wrap-hedge-ttl {
    height: 5.3333333333vw;
    font-size: 3.7333333333vw;
    margin-top: 0.8vw;
  }
  .p-overview-item-box-group-wrap-hedge-txt {
    font-size: 4.2666666667vw;
  }
  .p-overview-item-box-group-wrap-hedge-txt a[target=_blank]::after {
    width: 5.3333333333vw;
  }
}
/* p-history
---------------------------------------------------------------------------- */
.p-history {
  padding-block: 10rem;
  position: relative;
}

.p-history::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-color: #F0F6FE;
}

.p-history-blocks {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
  padding-left: 4rem;
  margin-top: 4.5rem;
}

.p-history-block {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 0 4rem;
  position: relative;
}

.p-history-block:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 1.7rem;
  left: 0.95rem;
  z-index: -1;
  width: 0.1rem;
  height: 120%;
  background-image: repeating-linear-gradient(180deg, #002C81, #002C81 0.2rem, transparent 0.2rem, transparent 0.4rem);
  background-position: left top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}

.p-history-block-circle {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #CBDDFF;
  position: relative;
  margin-top: 0.7rem;
  box-shadow: 0 0 0.2rem 0.2rem rgba(203, 221, 255, 0.7);
}

.p-history-block-circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #002C81;
}

.p-history-block-item {
  display: grid;
  grid-template-columns: 1fr 98.5rem;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 1rem;
}

.p-history-block-item-ttl {
  font-family: "Josefin Sans";
  font-size: 4rem;
  line-height: 1;
  font-weight: 700;
  color: #002C81;
}

.p-history-block-item-wrap {
  padding-bottom: 2rem;
  border-bottom: 1px solid #DFDFDF;
}

.p-history-block-item-groups {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.p-history-block-item-group {
  display: grid;
  grid-template-columns: 4.5rem 1fr;
  align-items: flex-start;
  gap: 0 2.5rem;
}

.p-history-block-item-group-ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002C81;
  text-align: right;
}

.p-history-block-item-group-wrap {
  display: grid;
  grid-template-columns: 1fr 30rem;
  align-items: flex-start;
  gap: 0 4rem;
}
.p-history-block-item-group-wrap._db {
  display: block;
}

.p-history-block-item-group-wrap-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-history-block-item-group-wrap-img {
  width: 100%;
  aspect-ratio: 300/168;
}
.p-history-block-item-group-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .p-history {
    padding-block: 16vw;
  }
  .p-history-blocks {
    gap: 5.3333333333vw;
    padding-left: initial;
    margin-top: 10.1333333333vw;
  }
  .p-history-block {
    grid-template-columns: 4.2666666667vw 1fr;
    gap: 0 3.7333333333vw;
  }
  .p-history-block:not(:last-child)::after {
    top: 2.6666666667vw;
    left: 2vw;
    width: 0.2666666667vw;
    background-image: repeating-linear-gradient(180deg, #002C81, #002C81 0.5333333333vw, transparent 0.5333333333vw, transparent 1.0666666667vw);
  }
  .p-history-block-circle {
    margin-top: 1.3333333333vw;
    box-shadow: 0 0 0.5333333333vw 0.5333333333vw rgba(203, 221, 255, 0.7);
  }
  .p-history-block-circle::before {
    width: 2.1333333333vw;
  }
  .p-history-block-item {
    grid-template-columns: 1fr;
    justify-content: initial;
    gap: 1.0666666667vw;
  }
  .p-history-block-item-ttl {
    font-size: 8vw;
  }
  .p-history-block-item-wrap {
    padding-bottom: 5.3333333333vw;
  }
  .p-history-block-item-groups {
    gap: 4vw;
  }
  .p-history-block-item-group {
    grid-template-columns: auto 68.8vw;
    gap: 0 1.3333333333vw;
  }
  @supports (-moz-appearance: none) or (-webkit-hyphens: none) {
    .p-history-block-item-group {
      grid-template-columns: auto 66.6666666667vw;
    }
  }
  .p-history-block-item-group-ttl {
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
  }
  .p-history-block-item-group-wrap {
    grid-template-columns: 1fr;
    gap: 3.4666666667vw;
  }
  .p-history-block-item-group-wrap-txt {
    font-size: 4vw;
    line-height: 1.5;
  }
}
/* p-access
---------------------------------------------------------------------------- */
.p-access {
  padding-block: 10rem;
}

.p-access-groups {
  display: flex;
  flex-direction: column;
  gap: 8rem;
  margin-top: 4.7rem;
}

.p-access-group {
  display: grid;
  grid-template-columns: 56rem 1fr;
  align-items: flex-start;
  gap: 0 4rem;
}

.p-access-group-mapBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
}

.p-access-group-map {
  width: 100%;
  aspect-ratio: 560/373;
}
.p-access-group-map iframe {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

.p-access-group-mapBox-link {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002C81;
  text-decoration: underline;
  transition: opacity 0.3s ease 0s;
}
@media (any-hover: hover) {
  .p-access-group-mapBox-link:hover {
    text-decoration: none;
    opacity: 0.8;
  }
}

.p-access-group-mapBox-link::after {
  display: inline-block;
  content: "";
  width: 2rem;
  aspect-ratio: 1;
  margin-inline: 0.25em;
  vertical-align: -0.2em;
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(./../../../images/common/icn_blank.svg);
  background-color: currentColor;
}

.p-access-group-info-ttl {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #DFDFDF;
}

.p-access-group-info-ttl span {
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 1.2rem;
}

.p-access-group-info-ttl span::before {
  content: "";
  width: 0.8rem;
  aspect-ratio: 1;
  background-color: #002C81;
}

.p-access-group-info-body {
  margin-top: 1.8rem;
}

.p-access-group-info-address {
  display: grid;
  grid-template-columns: auto auto;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-access-group-info-address::before {
  content: "";
  width: 1.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/company/profile/icn_access_address.svg);
  margin-top: 0.3rem;
}

.p-access-group-info-box {
  display: flex;
  align-items: center;
  gap: 0 3rem;
  margin-top: 2rem;
}

.p-access-group-info-tel,
.p-access-group-info-fax {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.5rem;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-access-group-info-tel::before,
.p-access-group-info-fax::before {
  content: "";
  width: 1.8rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 0.2rem;
}

.p-access-group-info-tel::before {
  background-image: url(./../../../images/company/profile/icn_access_tel.svg);
}

.p-access-group-info-fax::before {
  background-image: url(./../../../images/company/profile/icn_access_fax.svg);
}

.p-access-group-info-items {
  padding-block: 2rem;
  padding-inline: 2rem;
  background-color: #F0F6FE;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}

.p-access-group-info-item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  align-items: flex-start;
  gap: 0 1.5rem;
}

.p-access-group-info-item-img {
  width: 100%;
  aspect-ratio: 1;
}
.p-access-group-info-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-access-group-info-item-box-ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #002C81;
}

.p-access-group-info-item-box-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
}

.p-access-group-info-item-box-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21rem;
  height: 4rem;
  border-radius: 0.4rem;
  background-color: #F8F8F8;
  border: 1px solid #DFDFDF;
  color: inherit;
  margin-top: 1.5rem;
}

.p-access-group-info-item-box-link span {
  font-size: 1.6rem;
  line-height: 1.8125;
  letter-spacing: 0.06em;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  padding-left: 2.5rem;
  column-gap: 0.5rem;
  position: relative;
}
.p-access-group-info-item-box-link span small {
  font-size: 1.4rem;
}

.p-access-group-info-item-box-link span::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  transform: translateY(-50%);
  width: 2rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../../images/common/icn_pdf.svg);
}

@media screen and (max-width: 767px) {
  .p-access {
    padding-block: 16vw;
  }
  .p-access-groups {
    gap: 13.3333333333vw;
    margin-top: 9.8666666667vw;
  }
  .p-access-group {
    grid-template-columns: 1fr;
    gap: initial;
  }
  .p-access-group-mapBox {
    order: 2;
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
  .p-access-group-mapBox-link {
    font-size: 4.2666666667vw;
  }
  .p-access-group-mapBox-link::after {
    width: 5.3333333333vw;
  }
  .p-access-group-info {
    display: contents;
  }
  .p-access-group-info-ttl {
    order: 1;
    padding-bottom: 2.6666666667vw;
  }
  .p-access-group-info-ttl span {
    font-size: 6.4vw;
    column-gap: 2.6666666667vw;
  }
  .p-access-group-info-ttl span::before {
    width: 1.6vw;
  }
  .p-access-group-info-body {
    order: 3;
    margin-top: 8vw;
  }
  .p-access-group-info-address {
    font-size: 4.2666666667vw;
    column-gap: 1.3333333333vw;
  }
  .p-access-group-info-address::before {
    width: 4.8vw;
    margin-top: 0.8vw;
  }
  .p-access-group-info-box {
    flex-direction: column;
    align-items: initial;
    gap: 1.3333333333vw;
    margin-top: 4vw;
  }
  .p-access-group-info-tel,
  .p-access-group-info-fax {
    column-gap: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
  .p-access-group-info-tel::before,
  .p-access-group-info-fax::before {
    width: 4.8vw;
    margin-bottom: 0.5333333333vw;
  }
  .p-access-group-info-items {
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
    gap: 8vw;
    margin-top: 8vw;
  }
  .p-access-group-info-item {
    grid-template-columns: 13.3333333333vw 1fr;
    gap: 0 4vw;
  }
  .p-access-group-info-item-box-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.375;
  }
  .p-access-group-info-item-box-txt {
    font-size: 4vw;
    line-height: 1.4666666667;
  }
  .p-access-group-info-item-box-link {
    width: 56vw;
    height: 10.6666666667vw;
    margin-top: 5.3333333333vw;
  }
  .p-access-group-info-item-box-link span {
    font-size: 4.2666666667vw;
    padding-left: 6.6666666667vw;
  }
  .p-access-group-info-item-box-link span small {
    font-size: 3.7333333333vw;
  }
  .p-access-group-info-item-box-link span::before {
    width: 5.3333333333vw;
  }
}
/* p-sales
---------------------------------------------------------------------------- */
.p-sales {
  padding-block: 10rem;
  background-color: #F0F6FE;
}

.p-sales-items {
  display: flex;
  flex-direction: column;
  gap: 4rem;
  margin-top: 5rem;
}

.p-sales-item {
  display: flex;
  flex-direction: column;
}

.p-sales-item-ttl {
  padding-block: 1.2rem;
  padding-inline: 1.5rem;
  background-color: #002C81;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #fff;
}

.p-sales-item-lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.8rem 0;
  margin-top: 2.2rem;
}

.p-sales-item-list {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: flex-start;
  column-gap: 0.8rem;
}

.p-sales-item-list::before {
  content: "";
  width: 0.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #002C81;
  margin-top: 0.2rem;
}

.p-sales-item-txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-weight: 400;
  margin-top: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-sales {
    padding-block: 16vw;
  }
  .p-sales-items {
    gap: 10.6666666667vw;
    margin-top: 9.8666666667vw;
  }
  .p-sales-item-ttl {
    padding-block: 3.2vw;
    padding-inline: 4vw;
    font-size: 4.8vw;
  }
  .p-sales-item-lists {
    grid-template-columns: 1fr;
    gap: 1.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .p-sales-item-lists._spcol2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .p-sales-item-list {
    font-size: 4.2666666667vw;
    column-gap: 2.1333333333vw;
  }
  .p-sales-item-list::before {
    width: 1.6vw;
    margin-top: 0.5333333333vw;
  }
  .p-sales-item-txt {
    font-size: 4.2666666667vw;
    margin-top: 2.1333333333vw;
  }
}
