@charset "UTF-8";
.p-video {
  position: fixed;
  top: 3.6458333333vw;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画面いっぱいにトリミング */
  z-index: -1; /* 背景として後ろに配置 */
}

@media screen and (max-width: 1000px) {
  .p-video {
    top: 2.6041666667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-video-wrap {
    position: relative;
    width: 100%;
    height: 51.5vw;
    margin-top: 18.6666666667vw;
  }
  .p-video {
    position: absolute;
    top: 0;
    object-fit: cover;
  }
}
.p-mv {
  position: relative;
  z-index: 1;
  padding: 11.4583333333vw 0 0 7.03125vw;
}

.p-mv-title {
  display: block;
  margin-bottom: 2.34375vw;
}
.p-mv-title img {
  width: 41.9270833333vw;
  height: auto;
}

.p-mv-subtitle {
  display: block;
}
.p-mv-subtitle img {
  width: 31.3541666667vw;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-mv {
    padding: 9.6vw 0 0 6.9333333333vw;
  }
  .p-mv-title {
    margin-bottom: 6.6666666667vw;
  }
  .p-mv-title img {
    width: 76.2666666667vw;
    height: auto;
  }
  .p-mv-subtitle img {
    width: 73.6vw;
    height: auto;
  }
}
.p-bg {
  position: relative;
  margin-top: 26.0416666667vw;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 8.8541666667vw 0;
}

.p-bg-inner {
  max-width: 79.1666666667vw;
  margin: 0 auto 6.25vw;
  background-color: #fff;
  box-shadow: 0 0 1.5625vw rgba(0, 0, 0, 0.16);
  padding: 3.6458333333vw 3.6458333333vw 6.7708333333vw;
}

@media screen and (max-width: 767px) {
  .p-bg {
    margin-top: 26.6666666667vw;
    background-color: #fff;
    padding: 0 0 8vw;
  }
  .p-bg-inner {
    max-width: 100%;
    margin: 0 auto 9.3333333333vw;
    background-color: #fff;
    box-shadow: none;
    padding: 0 6.6666666667vw;
  }
}
.p-about {
  margin-bottom: 5.2083333333vw;
}

.p-about-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.p-about-ttl {
  margin-bottom: 3.125vw;
}
.p-about-ttl img {
  width: 42.1875vw;
  height: auto;
}

.p-about-subttl {
  margin-bottom: 2.0833333333vw;
  margin-right: 3.6458333333vw;
  width: 25.2864583333vw;
  aspect-ratio: 485.5/49.5;
}
.p-about-subttl img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-about-link {
  padding-right: 7.8125vw;
}

.p-about-img {
  display: block;
  position: absolute;
  top: 22.3958333333vw;
  left: 0;
}
.p-about-img img {
  width: 51.9791666667vw;
  height: auto;
}

.p-about-content {
  position: absolute;
  top: 36.4583333333vw;
  right: 0;
  width: 51.3541666667vw;
  background: radial-gradient(circle at top left, #f8d797 0%, #f29f47 27.59%, #ed6c00 100%);
  padding: 2.96875vw 3.28125vw;
}

.p-about-content-item {
  margin-bottom: 0.78125vw;
}

.p-about-content-item-text {
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 1.8229166667vw;
  background: #fff;
  padding: 0.78125vw 1.3020833333vw 0.5208333333vw;
  display: inline-block;
}

.p-about-content-item-text:last-child {
  padding-bottom: 0.78125vw;
}

.p-about-content-item-text-b {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 2.34375vw;
}

.p-about-content-text {
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.024em;
  font-weight: 500;
  font-size: 1.25vw;
  color: #fff;
  margin-top: 1.5625vw;
}

.p-about-img02 {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 28.6458333333vw;
}
.p-about-img02 img {
  width: 29.3229166667vw;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-about {
    margin-bottom: 53.3333333333vw;
  }
  .p-about-inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .p-about-ttl {
    margin-bottom: 2.6666666667vw;
  }
  .p-about-ttl img {
    width: 71.7333333333vw;
    height: auto;
  }
  .p-about-subttl {
    margin-bottom: 10.6666666667vw;
    margin-right: 0;
    width: 37.6vw;
  }
  .p-about-link {
    margin-top: 192vw;
    padding-right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .p-about-img {
    top: 26.6666666667vw;
    width: 88.8vw;
  }
  .p-about-img img {
    width: 88.8vw;
    height: auto;
  }
  .p-about-content {
    top: 98.6666666667vw;
    width: 88vw;
    padding: 4.2666666667vw 4.8vw;
  }
  .p-about-content-item {
    margin-bottom: 0;
  }
  .p-about-content-item-text {
    font-size: 4.5333333333vw;
    line-height: 1.4705882353;
    letter-spacing: 0.01em;
    font-weight: 700;
    padding: 0.8vw 1.3333333333vw 0;
    display: inline-block;
  }
  .p-about-content-item-text:last-child {
    padding-bottom: 1.3333333333vw;
  }
  .p-about-content-item-text-b {
    font-size: 7.2vw;
    line-height: 1.2962962963;
    letter-spacing: 0.04em;
    font-weight: 700;
  }
  .p-about-content-text {
    font-size: 3.4666666667vw;
    line-height: 1.5384615385;
    letter-spacing: 0.028em;
    font-weight: 700;
    margin-top: 2.6666666667vw;
  }
  .p-about-img02 {
    position: absolute;
    top: 21.3333333333vw;
    right: 3.4666666667vw;
    z-index: 1;
    margin-top: 0;
  }
  .p-about-img02 img {
    width: 32.2666666667vw;
    height: auto;
  }
}
.p-solution-inner {
  width: 62.5vw;
  margin: 0 auto;
}

.p-solution-title {
  text-align: center;
  font-size: 6rem;
  line-height: 1.25;
  letter-spacing: 0.7em;
  font-weight: 400;
  font-size: 3.125vw;
  margin-bottom: 1.0416666667vw;
  color: #3B3B3B;
  position: relative;
}
.p-solution-title::after {
  position: absolute;
  content: "";
  top: -5.2083333333vw;
  left: 50%;
  transform: translateX(-50%);
  background: #707070;
  width: 0.15625vw;
  height: 3.90625vw;
}

.p-solution-title-en {
  text-align: center;
  margin: 0 auto 8.8541666667vw;
}
.p-solution-title-en img {
  width: 9.21875vw;
  height: auto;
}

.p-solution-block {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: column;
  gap: 13.0208333333vw;
}

.p-solution-item {
  position: relative;
}
.p-solution-item:hover .p-solution-img img {
  transform: scale(1.08);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.p-solution-item .p-solution-img img {
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.p-solution-img {
  position: absolute;
  top: -3.125vw;
  left: 0;
  z-index: 10;
}
.p-solution-img img {
  width: 32.8125vw;
  height: auto;
}

.p-solution-textbox {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  width: 57.2916666667vw;
  height: 21.875vw;
  background-image: radial-gradient(farthest-side, #ebbb5f, #fc7603);
  padding: 2.0833333333vw 4.1666666667vw 2.6rem;
  margin-left: 5.2083333333vw;
  color: #fff;
  position: relative;
}

.p-solution-number {
  position: absolute;
  top: -5.8333333333vw;
  right: 3.125vw;
}

.p-solution-number01 img {
  width: 7.1875vw;
  height: auto;
}

.p-solution-number02 img {
  width: 8.125vw;
  height: auto;
}

.p-solution-number03 img {
  width: 8.1770833333vw;
  height: auto;
}

.p-solution-area {
  width: 20.15625vw;
}

.p-solution-icon {
  margin: 0 auto 1.3020833333vw;
  text-align: center;
}

.p-solution-icon01 img {
  width: 6.6666666667vw;
  height: auto;
}

.p-solution-icon02 img {
  width: 7.1354166667vw;
  height: auto;
}

.p-solution-icon03 img {
  width: 7.1354166667vw;
  height: auto;
}

.p-solution-heading {
  font-size: 3.4rem;
  line-height: 1.4117647059;
  font-weight: 700;
  font-size: 1.7708333333vw;
  text-align: center;
  margin-bottom: 0.5208333333vw;
}

.p-solution-text {
  font-size: 2.1rem;
  line-height: 1.3333333333;
  font-weight: 500;
  font-size: 1.09375vw;
}

@media screen and (max-width: 767px) {
  .p-solution {
    margin: 0 -6.6666666667vw;
  }
  .p-solution-inner {
    width: 100%;
    margin: 0 auto;
  }
  .p-solution-title {
    font-size: 8vw;
    line-height: 1.3333333333;
    letter-spacing: 0.7em;
    font-weight: 400;
    margin-bottom: 5.3333333333vw;
  }
  .p-solution-title::after {
    top: -16vw;
    width: 0.5333333333vw;
    height: 12.5333333333vw;
  }
  .p-solution-title-en {
    margin: 0 auto 74.6666666667vw;
  }
  .p-solution-title-en img {
    width: 24.2666666667vw;
    height: auto;
  }
  .p-solution-block {
    gap: 80vw;
  }
  .p-solution-item {
    position: relative;
    width: 100%;
  }
  .p-solution-item:hover .p-solution-img img {
    transform: scale(1);
  }
  .p-solution-img {
    position: absolute;
    top: -48vw;
    left: 0;
  }
  .p-solution-img img {
    width: 77.0666666667vw;
    height: auto;
  }
  .p-solution-textbox {
    width: 80%;
    height: 64vw;
    padding: 10.6666666667vw 8vw 4.8vw;
    margin-left: 20%;
    color: #fff;
    position: relative;
  }
  .p-solution-number {
    position: absolute;
    top: -65.3333333333vw;
    right: 9.3333333333vw;
  }
  .p-solution-number01 img {
    width: 21.8666666667vw;
    height: auto;
  }
  .p-solution-number02 img {
    width: 24.8vw;
    height: auto;
  }
  .p-solution-number03 img {
    width: 24.8vw;
    height: auto;
  }
  .p-solution-area {
    width: 100%;
  }
  .p-solution-icon {
    margin: 0 auto 1.3333333333vw;
  }
  .p-solution-icon01 img {
    width: 14.6666666667vw;
    height: auto;
  }
  .p-solution-icon02 img {
    width: 22.1333333333vw;
    height: auto;
  }
  .p-solution-icon03 img {
    width: 17.6vw;
    height: auto;
  }
  .p-solution-heading {
    font-size: 5.3333333333vw;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 2.6666666667vw;
  }
  .p-solution-text {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    letter-spacing: 0.06em;
    font-weight: 500;
  }
}
.p-info-block-wrap {
  margin-bottom: 132.8125vw;
}

.p-info-block {
  position: absolute;
  padding: 3.125vw 0;
  width: 89.21875vw;
}

@-moz-document url-prefix() {
  .p-info-block {
    width: 89.5833333333vw;
  }
}
.p-info-block-01 {
  top: 210.9375vw;
  right: 0;
  background-image: radial-gradient(farthest-side at 1% 20%, #f8d797, #ed6c00);
  box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.16);
}

.p-info-block-02 {
  top: 252.6041666667vw;
  left: 0;
  background-image: radial-gradient(farthest-side at 5% 20%, #f2f2f2, #b5b5b5);
  box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.16);
}

.p-info-block-03 {
  top: 291.6666666667vw;
  right: 0;
  box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.16);
  background-image: radial-gradient(farthest-side at 1% 20%, #f8d797, #ed6c00);
}

.p-info-block-inner {
  position: relative;
  min-height: 23.5416666667vw;
  max-width: 52.0833333333vw;
  background: #fff;
  display: block;
  box-shadow: 0.2604166667vw 0.2604166667vw 0.5208333333vw rgba(0, 0, 0, 0.16);
}

.p-info-block-01 .p-info-block-inner {
  padding: 3.6458333333vw 5.2083333333vw 3.125vw 22.9166666667vw;
  margin-left: 18.3854166667vw;
}

.p-info-block-02 .p-info-block-inner {
  padding: 3.125vw 22.9166666667vw 3.125vw 3.125vw;
  margin-left: 18.3854166667vw;
}

.p-info-block-03 .p-info-block-inner {
  padding: 3.6458333333vw 2.0833333333vw 3.125vw 22.9166666667vw;
  margin-left: 18.3854166667vw;
}

.p-info-block-image {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.p-info-block-image img {
  width: 30.2083333333vw;
  height: auto;
}

.p-info-block-01 .p-info-block-image, .p-info-block-03 .p-info-block-image {
  left: -9.375vw;
}

.p-info-block-02 .p-info-block-image {
  right: -9.375vw;
}

.p-info-block-label {
  margin-bottom: 1.0416666667vw;
}

.p-info-block-01 .p-info-block-label img {
  width: 18.4479166667vw;
  height: auto;
}

.p-info-block-02 .p-info-block-label {
  margin-left: 1.5625vw;
}
.p-info-block-02 .p-info-block-label img {
  width: 17.5338541667vw;
  height: auto;
}

.p-info-block-03 .p-info-block-label img {
  width: 19.8723958333vw;
  height: auto;
}

.p-info-block-title {
  margin-bottom: 1.8229166667vw;
}
.p-info-block-title._01 {
  width: 9.0885416667vw;
  aspect-ratio: 174.5/37;
}
.p-info-block-title._02 {
  width: 23.3333333333vw;
  aspect-ratio: 448/37;
}
.p-info-block-title._03 {
  width: 9.0885416667vw;
  aspect-ratio: 174.5/37;
}
.p-info-block-title img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-info-block-02 .p-info-block-title {
  margin-left: 1.5625vw;
}

.p-info-block-text {
  font-size: 1.9rem;
  line-height: 1.9473684211;
  font-weight: 400;
  font-size: 0.9895833333vw;
  color: #3B3B3B;
}

.p-info-block-01 .p-info-block-text {
  margin-bottom: 3.125vw;
}

.p-info-block-02 .p-info-block-text {
  margin-bottom: 3.125vw;
  margin-left: 1.5625vw;
}

.p-info-block-03 .p-info-block-text {
  margin-bottom: 1.0416666667vw;
}

.p-info-block-01 .p-info-block-link, .p-info-block-03 .p-info-block-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-info-block-02 .p-info-block-link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.p-info-block-button-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7291666667vw;
}
.p-info-block-button-wrap a {
  display: block;
  color: #fff;
  font-size: 2.3rem;
  line-height: 1.3043478261;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.1979166667vw;
  border-radius: 0.3125vw;
  width: 13.5416666667vw;
  height: 4.0625vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.p-info-block-button-wrap a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0.4166666667vw;
  height: 0.4166666667vw;
  border-top: 0.1041666667vw solid #fff;
  border-right: 0.1041666667vw solid #fff;
  transform: translateY(-50%) rotate(45deg);
}

.p-info-block-button-orange {
  background: linear-gradient(#ebbb5f 0%, #f8a24c 40.32%, #fc7603 100%);
}
.p-info-block-button-orange::after {
  right: 1.5625vw;
}

.p-info-block-button-purple {
  background: linear-gradient(#e0c7a7 0%, #e6b1c9 15.76%, #e2a9ca 33%, #b797c2 66.97%, #737ab7 96.91%, #6c77b6 100%);
}
.p-info-block-button-purple::after {
  right: 0.78125vw;
}

@media screen and (max-width: 767px) {
  .p-info-block-wrap {
    margin-bottom: 605.3333333333vw;
  }
  .p-info-block {
    padding: 12vw 0;
    width: 100%;
  }
  .p-info-block-01 {
    top: 754.6666666667vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
  .p-info-block-02 {
    top: 941.3333333333vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
  .p-info-block-03 {
    top: 1136vw;
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
  .p-info-block-inner {
    position: relative;
    min-height: auto;
    max-width: 89.8666666667vw;
    background: #fff;
    box-shadow: 1.3333333333vw 1.3333333333vw 2.6666666667vw rgba(0, 0, 0, 0.16);
  }
  .p-info-block-01 .p-info-block-inner {
    margin-left: 10.1333333333vw;
    padding: 10.6666666667vw;
  }
  .p-info-block-02 .p-info-block-inner {
    margin-right: 10.1333333333vw;
    padding: 10.6666666667vw;
    margin-left: 0;
  }
  .p-info-block-03 .p-info-block-inner {
    margin-left: 6.6666666667vw;
    margin-left: 6.6666666667vw;
    padding: 5.3333333333vw;
    max-width: 83.2vw;
  }
  .p-info-block-image {
    position: absolute;
    top: 10.6666666667vw;
    transform: translateY(0);
  }
  .p-info-block-image img {
    width: 78.6666666667vw;
    height: auto;
  }
  .p-info-block-01 .p-info-block-image {
    right: 0;
    left: auto;
  }
  .p-info-block-02 .p-info-block-image {
    left: 0;
    right: auto;
  }
  .p-info-block-03 .p-info-block-image {
    right: 5.3333333333vw;
    left: auto;
    top: 5.3333333333vw;
  }
  .p-info-block-03 .p-info-block-image img {
    width: 72vw;
    height: auto;
  }
  .p-info-block-label {
    margin-top: 58.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-info-block-01 .p-info-block-label img {
    width: 62.9706666667vw;
    height: auto;
  }
  .p-info-block-02 .p-info-block-label {
    margin-left: 0;
  }
  .p-info-block-02 .p-info-block-label img {
    width: 59.8506666667vw;
    height: auto;
  }
  .p-info-block-03 .p-info-block-label {
    margin-top: 53.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
  .p-info-block-03 .p-info-block-label img {
    width: 67.8293333333vw;
    height: auto;
  }
  .p-info-block-title {
    margin-block: 5.3333333333vw;
  }
  .p-info-block-title._01 {
    width: 29.0666666667vw;
  }
  .p-info-block-title._02 {
    width: 43.6vw;
    aspect-ratio: 163.5/58;
  }
  .p-info-block-title._03 {
    width: 29.0666666667vw;
  }
  .p-info-block-02 .p-info-block-title {
    margin-left: 0;
  }
  .p-info-block-text {
    font-size: 3.4666666667vw;
    line-height: 1.6923076923;
    font-weight: 400;
  }
  .p-info-block-01 .p-info-block-text {
    margin-bottom: 8vw;
  }
  .p-info-block-02 .p-info-block-text {
    margin-left: 0;
    margin-bottom: 8vw;
  }
  .p-info-block-03 .p-info-block-text {
    margin-bottom: 8vw;
  }
  .p-info-block-button-wrap {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  .p-info-block-button-wrap a {
    font-size: 6.1333333333vw;
    line-height: 1.3043478261;
    letter-spacing: 0.04em;
    font-weight: 700;
    border-radius: 1.6vw;
    width: 69.3333333333vw;
    height: 20.8vw;
  }
  .p-info-block-button-wrap a::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-top: 0.5333333333vw solid #fff;
    border-right: 0.5333333333vw solid #fff;
  }
  .p-info-block-button-orange::after {
    right: 8vw;
  }
  .p-info-block-button-purple {
    margin-bottom: 5.3333333333vw;
  }
  .p-info-block-button-purple::after {
    right: 5.3333333333vw;
  }
}
.p-news {
  background: url(../../images/top/bg_news_pc.png) no-repeat center center;
  background-size: cover;
  padding: 2.7083333333vw 0 2.96875vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-news-inner {
  max-width: 120rem;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 3rem;
}

.p-news-label img {
  width: 6.4052083333vw;
  height: auto;
}

.p-news-list {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}

.p-news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}

.p-news-date {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.0526315789;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: 0.9895833333vw;
  width: 7.65625vw;
  white-space: nowrap;
}

.p-news-link {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  letter-spacing: 0.06em;
  font-weight: 700;
  font-size: 0.9895833333vw;
  width: 20.8333333333vw;
}

@media screen and (max-width: 767px) {
  .p-news {
    background: url(../../images/top/bg_news_sp.png) no-repeat center center;
    background-size: cover;
    padding: 6.6666666667vw 13.3333333333vw;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: 100%;
  }
  .p-news-inner {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 4vw;
    flex-direction: column;
  }
  .p-news-label img {
    width: 33.208vw;
    height: auto;
  }
  .p-news-list {
    display: flex;
    flex-direction: column;
    gap: 2.6666666667vw;
  }
  .p-news-item {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .p-news-date {
    font-size: 3.7333333333vw;
    line-height: 1.4285714286;
    letter-spacing: 0.01em;
    font-weight: 700;
    width: 100%;
  }
  .p-news-link {
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: 0.06em;
    font-weight: 700;
    width: 100%;
  }
}
