.u-corpo-ff--Montserrat {
  font-family: Montserrat, sans-serif;
}
.u-corpobg--white {
  background: #fff;
}

.l-header {
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .l-related__title {
    font-size: 22px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .l-related__text {
    margin-top: 10px;
    padding-left: 19px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .l-related__text:before {
    content: "\f105";
  }
}

.p-pagetop {
  z-index: 50;
}

@media screen and (max-width: 767px) {
  .l-corpo-main .p-lead__in {
    width: 90%;
    height: 215px;
    margin: 0 auto;
    padding: 40px 0 0;
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  .l-corpo-main .p-lead__figure {
    position: absolute;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-corpo-main .p-card-01__link:focus-visible .p-card-01__title {
    text-decoration: underline;
  }
}
@media screen and (min-width: 768px) {
  .l-corpo-main .p-card-01__link:focus-visible .p-card-01__img {
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
  }
}
@media screen and (max-width: 767px) {
    .l-corpo-content__wrap {
      margin-top: 100px;
    }
  .l-corpo-content__wrap > div {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
  }
}
.l-corpo-main__in {
  width: 80%;
  min-width: 900px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-corpo-main__in {
    min-width: auto;
    width: 100%;
    overflow: hidden;
  }
}
.l-corpo-related__title {
  padding-bottom: 20px;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .l-corpo-related__title {
    font-size: 2.6rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-corpo-related__title {
    padding-top: 20px;
    text-align: center;
    border-top: 1px solid #dcdddd;
    font-size: 2rem;
  }
}
.l-corpo-related__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-corpo-related__list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
    margin-left: 15px;
  }
}
.l-corpo-related__item {
  width: calc(50% - 15px);
}
.l-corpo-related__itemLink {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
.l-corpo-related__itemLink:hover .l-corpo-related__itemImg,
.l-corpo-related__itemLink:focus-visible .l-corpo-related__itemImg {
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.l-corpo-related__itemLink:hover .l-corpo-related__itemTitle,
.l-corpo-related__itemLink:focus-visible .l-corpo-related__itemTitle {
  text-decoration: underline;
}
.l-corpo-related__itemLink::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#333), color-stop(30%), color-stop(65%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(bottom, #333, 30%, rgba(255, 255, 255, 0) 65%);
  background: linear-gradient(0deg, #333, 30%, rgba(255, 255, 255, 0) 65%);
  z-index: 5;
}
.l-corpo-related__itemImg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-corpo-related__itemTitle {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 20px);
  color: #fff;
  line-height: normal;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-corpo-related__itemTitle {
    bottom: 10px;
    left: 10px;
    width: calc(100% - 27px);
  }
}
.l-corpo-related__itemTitle::after {
  content: "\f105";
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 15px;
  color: #fff;
  font-family: "fontawesome solid";
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .l-corpo-related__itemTitle::after {
    right: -10px;
  }
}
.l-row-gutter--70px {
  margin-bottom: -70px;
  margin-left: -70px;
}
.l-row-gutter--70px > * {
  padding-bottom: 70px;
  padding-left: 70px;
}

.p-corpoAbout {
  position: relative;
  padding: 70px 0 65px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout {
    padding: 30px 0 0;
    overflow: visible;
  }
}
.p-corpoAbout__inner {
  width: 80%;
  min-width: 1024px;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__inner {
    min-width: auto;
    width: 100%;
    overflow: hidden;
  }
}
.p-corpoAbout__list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1089px;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }
}
.p-corpoAbout__item {
  position: relative;
  width: 33.3333333333%;
  max-height: 450px;
  height: 100%;
  aspect-ratio: 363/450;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__item {
    max-height: 315px;
    min-height: 180px;
    width: 100%;
    aspect-ratio: 690/360;
  }
}
.p-corpoAbout__item::after {
  position: absolute;
  content: "\f054";
  color: #fff;
  width: 10px;
  font-family: "fontawesome solid";
  bottom: 15px;
  right: 25px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__item::after {
    right: 10px;
  }
}
.p-corpoAbout__itemLink {
  position: relative;
  display: block;
  height: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  overflow: hidden;
}
.p-corpoAbout__itemLink:hover .p-corpoAbout__itemImg,
.p-corpoAbout__itemLink:focus-visible .p-corpoAbout__itemImg {
  background-size: 112%;
  -webkit-transform: scale(1.12);
  transform: scale(1.12);
}
.p-corpoAbout__itemLink:hover .p-corpoAbout__itemTitle,
.p-corpoAbout__itemLink:focus-visible .p-corpoAbout__itemTitle {
  text-decoration: underline;
}
.p-corpoAbout__itemImg {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-corpoAbout__itemImg.u-sp--block {
  width: 110%;
}
.p-corpoAbout__itemBox--type01,
.p-corpoAbout__itemBox--type02 {
  position: absolute;
  bottom: 0;
  left: 8.3333333333%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 200px;
  height: 100%;
  padding-bottom: 30px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__itemBox--type01,
  .p-corpoAbout__itemBox--type02 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    padding-bottom: 15px;
  }
}
.p-corpoAbout__itemBox--type02 {
  max-height: 200px;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__itemBox--type02 {
    height: 165px;
    padding-bottom: 0;
  }
}
.p-corpoAbout__itemTitle {
  max-height: 110px;
  height: 57.8947368421%;
  font-size: 22px;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__itemTitle {
    height: 58.3333333333%;
    font-size: 20px;
  }
}
.p-corpoAbout__itemText {
  max-width: 270px;
  max-height: 70px;
  height: 36.8421052632%;
  line-height: 1.71;
}
@media screen and (max-width: 767px) {
  .p-corpoAbout__itemText {
    height: 50%;
  }
}
.p-corpoTopMessa {
  position: relative;
  margin-bottom: 60px;
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa {
    margin-bottom: 0;
    padding: 70px 0 50px;
    overflow: visible;
  }
}
.p-corpoTopMessa::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 615px;
  height: 560px;
  aspect-ratio: 615/560;
  background-image: url(/corporate/img/bg_img02.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa::after {
    top: -21%;
    /* right: -15px; */
    width: 330px;
    min-height: 310px;
    height: 100%;
    aspect-ratio: 330/310;
    background-size: contain;
  }
}
.p-corpoTopMessa__inner {
  overflow: visible;
  width: 80%;
  min-width: 1024px;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__inner {
    min-width: auto;
    width: 100%;
  }
}
.p-corpoTopMessa__box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 50px;
  }
}
.p-corpoTopMessa__box__inner {
  width: 80%;
  min-width: 1024px;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__box__inner {
    min-width: auto;
    width: 100%;
    overflow: hidden;
  }
}
.p-corpoTopMessa__boxItem--01,
.p-corpoTopMessa__boxItem--02 {
  width: 50%;
  max-height: 343px;
  height: 100%;
  aspect-ratio: 490/343;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__boxItem--01,
  .p-corpoTopMessa__boxItem--02 {
    width: 100%;
  }
}
.p-corpoTopMessa__boxItem--02 {
  background-image: url(/corporate/img/img_04.webp);
  background-size: contain;
  background-position: right;
  background-repeat: no-repeat;
}
.p-corpoTopMessa__boxItemContent {
  width: calc(100% - 120px);
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__boxItemContent {
    width: 100%;
    margin-top: 25px;
  }
}
.p-corpoTopMessa__boxTitle {
  font-family: Montserrat;
  font-weight: bold;
  color: #e60012;
  font-size: 52px;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__boxTitle {
    font-size: 30px;
  }
}
.p-corpoTopMessa__boxTitle--jp {
  margin-top: 55px;
  font-weight: 600;
  font-size: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__boxTitle--jp {
    margin-top: 20px;
    font-size: 18px;
  }
}
.p-corpoTopMessa__boxText {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__boxText {
    margin-top: 20px;
    font-size: 13px;
    line-height: 1.8;
    letter-spacing: 0;
  }
}
.p-corpoTopMessa__boxBtn {
  background-color: #f2f2f2;
}
@media screen and (max-width: 767px) {
  .p-corpoTopMessa__boxBtn {
    padding: 15px 70px;
  }
}
.p-corpoTopMessa__boxBtn:hover,
.p-corpoTopMessa__boxBtn:focus-visible {
  background: #fff;
}



.p-corpoHistory__table {
  position: relative;
}
.p-corpoHistory__table::before {
  content: "";
  position: absolute;
  top: -65px;
  left: 169px;
  width: 2px;
  height: calc(100% + 100px);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(2%, rgb(230, 0, 18)), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(230, 0, 18) 2% 98%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(230, 0, 18) 2% 98%, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__table::before {
    top: -30px;
    left: 7px;
    height: calc(100% + 30px);
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(1%, rgb(230, 0, 18)), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(230, 0, 18) 1% 99%, rgba(255, 255, 255, 0));
    background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), rgb(230, 0, 18) 1% 99%, rgba(255, 255, 255, 0));
  }
}
.p-corpoHistory__tableItem {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__tableItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 0 0 40px;
  }
}
.p-corpoHistory__tableItem:not(:first-of-type) {
  margin: 70px 0 0;
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__tableItem:not(:first-of-type) {
    margin: 40px 0 0 40px;
  }
}
.p-corpoHistory__tableItem::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 163px;
  width: 15px;
  height: 15px;
  background: #e60012;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__tableItem::after {
    top: 5px;
    left: -38.5px;
    width: 12.5px;
    height: 12.5px;
  }
}
.p-corpoHistory__tableInr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.p-corpoHistory__tableTitle {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 40px;
  color: #e60012;
  letter-spacing: 0.05em;
  line-height: 1;
  margin: 0 105px 0 0;
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__tableTitle {
    font-size: 22px;
    margin: 0;
  }
}
.p-corpoHistory__tableTextArea {
  width: 52%;
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__tableTextArea {
    width: 100%;
  }
}
.p-corpoHistory__tableText {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__tableText {
    font-size: 14px;
    margin: 15px 0 0;
  }
}
.p-corpoHistory__tableImg {
  max-width: 248px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-corpoHistory__tableImg {
    max-width: 175px;
    margin: 20px auto 0;
  }
}
.p-corpoPolicy__baseBox {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-corpoPolicy__coverBox {
  position: absolute;
  width: 100%;
  bottom: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-corpoPolicy__coverBox {
    bottom: min(110px, 21%);
  }
}
.p-corpoPolicy__coverBox .hidden {
  overflow: hidden;
  width: 0;
  height: 0;
}
.p-corpoPolicy__col {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-corpoPolicy__col:nth-of-type(1) .p-corpoPolicy__list {
  padding-right: 25px;
}
.p-corpoPolicy__col:nth-of-type(2) .p-corpoPolicy__list {
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-corpoPolicy__col:nth-of-type(2) .p-corpoPolicy__list {
    margin-left: 10px;
  }
}
.p-corpoPolicy__list {
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .p-corpoPolicy__list::before {
    top: 15%;
    left: 3px;
    height: 55%;
    margin: 5px 0;
  }
}
.p-corpoPolicy__listItem {
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .p-corpoPolicy__listItem {
    margin-bottom: 0.7rem;
    font-size: 3vw;
  }
}

@media screen and (max-width: 767px) {
  .p-corpoPolicy__listItem::before {
    width: 7px;
    height: 7px;
    margin-top: -4px;
  }
}
.p-corpoPolicy__listItem:nth-of-type(2) {
  margin-bottom: 0;
}

.c-corpo-title01 {
  position: relative;
  font-size: 30px;
  padding: 0 0 32px;
}
@media screen and (max-width: 767px) {
  .c-corpo-title01 {
    font-size: 3rem;
    padding: 0 0 25px;
  }
}
.c-corpo-title01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90px;
  height: 1px;
  background: #e60012;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .c-corpo-title01::after {
    width: 60px;
  }
}
.c-corpo-anchor01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.c-corpo-anchor01 .c-button {
  width: 350px;
  margin-bottom: 15px;
  background: #f2f2f2;
}
.c-corpo-anchor01 .c-button::before {
  content: "\f107";
}
.c-corpo-anchor01 .c-button:hover,
.c-corpo-anchor01 .c-button:focus-visible {
  background: #fff;
}
.c-corpo-anchor01 .c-button__text {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-corpo-anchor01 .c-button__text {
    font-weight: normal;
  }
}
@media screen and (max-width: 385px) {
  .c-corpo-anchor01 .c-button {
    max-width: 270px;
  }
}
.c-corpo-button01 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
.c-corpo-button01 .c-button {
  width: 300px;
  background: #e60012;
  margin-right: 15px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .c-corpo-button01 .c-button {
    margin-top: 15px;
  }
}
.c-corpo-button01 .c-button:before {
  color: #fff;
}
.c-corpo-button01 .c-button:hover,
.c-corpo-button01 .c-button:focus-visible {
  opacity: 0.7;
  background-color: #e60012;
}
.c-corpo-button01 .c-button__text {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.c-corpo-box01 {
  position: relative;
  padding: 30px;
}
.c-corpo-box01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e60012;
  height: 43.3012701892px;
  width: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.c-corpo-box02 {
  position: relative;
  background: #f2f2f2;
  border-radius: 15px;
  padding: 20px 25px 25px 25px;
}
@media screen and (max-width: 767px) {
  .c-corpo-box02 {
    padding: 25px 20px 35px 20px;
  }
}
.c-corpo-box02__title {
  position: absolute;
  left: -10px;
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-corpo-box02__title {
    position: relative;
    font-size: 15px;
    top: 0;
    left: 0;
  }
}
.c-corpo-box02__title--tag {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  margin: 0 15px 0 0;
  padding: 2px 15px;
  background: #c11920;
  -webkit-clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
}
@media screen and (max-width: 767px) {
  .c-corpo-box02__title--tag {
    display: block;
    position: absolute;
    top: -35px;
    font-size: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-corpo-box02 .c-list {
    font-size: 12px;
  }
}
.c-corpo-box02 .c-list__item--circle::before {
  width: 7px;
  height: 7px;
  top: 8px;
}
@media screen and (max-width: 767px) {
  .c-corpo-box02 .c-list__item--circle::before {
    width: 5;
    height: 5;
  }
}
.c-corpo-box02 .c-list--small {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
.c-corpo-bg__deco--topleftgray,
.c-corpo-bg__deco--topleftred {
  position: relative;
}
.c-corpo-bg__deco--topleftgray::before,
.c-corpo-bg__deco--topleftred::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .c-corpo-bg__deco--topleftgray::before {
    top: -100px;
    left: -60px;
  }
}
.c-corpo-bg__deco--topleftred {
  background: #f2f2f2;
  z-index: 2;
}
.c-corpo-bg__deco--topleftred::before {
  top: 0;
  left: 0;
  width: 109px;
  height: 248px;
  background: url(/corporate/common/img/bg_top_left_red.webp) left top/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-corpo-bg__deco--topleftred::before {
    width: 55px;
  }
}
.c-corpo-bg__deco--bottomrightred {
  position: relative;
}
.c-corpo-bg__deco--bottomrightred::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 174px;
  height: 395px;
  background: url(/corporate/common/img/bg_bottom_right_red.webp) right bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-corpo-bg__deco-sp--none::after {
    content: none;
  }
}

.c-corpo-fadein--left,
.c-corpo-fadein--right,
.c-corpo-fadein--up,
.c-corpo-fadein--bottom {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.c-corpo-fadein--left.c-corpo-scrollin,
.c-corpo-fadein--right.c-corpo-scrollin,
.c-corpo-fadein--up.c-corpo-scrollin,
.c-corpo-fadein--bottom.c-corpo-scrollin {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
}
.c-corpo-fadein--left {
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}
.c-corpo-fadein--right {
  -webkit-transform: translate(30px, 0);
  transform: translate(30px, 0);
}
.c-corpo-fadein--up {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
}
.c-corpo-fadein--bottom {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
.card-wrapper {
  margin-top: 30px;
}

.card-wrapper .p-card-05__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.44231%;
}

.card-wrapper .p-card-05 {
  width: calc(100% / 3 - 2.88462%);
  margin: 0 1.44231% 30px;
  display: flex;
  flex-direction: column;
}
.card-wrapper .p-card-05__wrap .p-card-05__img {
  border-radius: 0;
}
.card-wrapper .p-card-05__text {
  flex: 1;
}
.card-wrapper .p-card-05__text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #e60012;
  height: 43.3012701892px;
  width: 20px;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.card-wrapper .p-card-05__img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.card-wrapper .p-card-05__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .card-wrapper .p-card-05__wrap {
    display: block;
  }

  .card-wrapper .p-card-05 {
    width: 100%;
    margin: 0 0 20px;
  }
}
.p-incident_wrap {
  display: flex;
  flex-wrap: wrap;
}
.p-incident_wrap .c-corpo-box02 {
  width: calc(100% / 3 - 2.88462%);
  margin: 0 1.44231% 30px;
  display: flex;
  flex-direction: column;
  border-radius: 25px;
  padding: 60px 25px;
}
.p-incident_wrap .c-corpo-box02__title--tag {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  background: #c11920;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  margin: 0;
  padding: 7px 20px;
}

.p-incident_wrap .c-corpo-box02__title {
  font-size: 2.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
}

.c-corpo-box02__title--tag {
  display: inline-flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
  padding: 2px 15px;
  background: #c11920;
  clip-path: polygon(6% 0%, 100% 0%, 94% 100%, 0% 100%);
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-incident_wrap {
    display: block;
  }

  .p-incident_wrap .c-corpo-box02 {
    width: 100%;
    margin: 0 0 20px;
    padding: 30px 20px 35px 20px;
  }
  @media screen and (max-width: 767px) {
    .p-incident_wrap .c-corpo-box02__title--tag {
      display: block;
      position: absolute;
      top: -45px;
      font-size: 10px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0;
    }
  }
}

.p-incident_history_wrap .p-corpoHistory__tableTextArea {
  width: 100% !important;
}
.p-incident_history_wrap .p-corpoHistory__tableTitle {
  font-size: 20px;
  width: 20%;
  line-height: 1.5;
}
.p-incident_history_wrap .p-corpoHistory__tableText {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-incident_history_wrap .p-corpoHistory__tableTitle {
    font-size: 20px;
    width: 100%;
  }
}
.p-incident_news_wrap .p-info__title:before {
  content: none;
}
.p-incident_news_wrap .p-info__title {
  padding-left: 0px;
}

.p-incident--title01 {
  position: relative;
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 11px;
  font-size: 2.2rem;
}
.p-incident--title01::before {
  content: "";
  position: absolute;
  top: 48px;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #e60012;
}
.p-incident--title02 {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
.p-info__title {
  font-size:3rem;
  }
}
.p-incident__figure-group {
  width: 782px;
  max-width: 100%;
  margin: 0 auto;
}
.l-corpo-content__wrap {
      margin-top: 0px;
    }
@media screen and (max-width: 767px) {
    .l-corpo-content__wrap {
      margin-top: 160px;
    }
  }
@media screen and (max-width: 550px) {
    .l-corpo-content__wrap {
      margin-top: 120px;
    }
  }
.p-info-wrap .p-info__list:before {
   display: none;
}

/*関連プレスリリース・お知らせなど 設定*/
.top-news .p-info__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.top-news-titlelink {
  margin-left: 10px;
  font-size: 0.7em;
}
.top-news-titlelink:first-of-type {
  margin-left: auto;
}
.top-news-titlelink .c-icon--rss {
  color: #333 !important;
}
.top-news-titlelink .c-icon--rss::before {
  color: #e60012 !important;
  content: "\f09e";
  margin-right: 5px;
  font-family: "fontawesome solid";
  font-size: 1.05em;
  text-decoration: none !important;
}
