
.p-containerAbout {
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .p-containerAbout {
    padding-inline: 16px;
  }
}
.p-containerAbout .p-containerAbout__inner {
  max-width: 1166px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 61px;
  margin-inline: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .p-containerAbout .p-containerAbout__inner {
    gap: 40px;
  }
}
@media screen and (max-width: 800px) {
  .p-containerAbout .p-containerAbout__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-containerAbout .p-containerAbout__inner {
    gap: 28px;
  }
}
.p-containerAbout .p-containerAbout__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 558px;
          flex: 0 0 558px;
  height: 468px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-containerAbout .p-containerAbout__img {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    height: auto;
    aspect-ratio: 558/468;
  }
}
@media screen and (max-width: 800px) {
  .p-containerAbout .p-containerAbout__img {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-containerAbout .p-containerAbout__img {
    border-radius: 5px;
  }
}
.p-containerAbout .p-containerAbout__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-containerAbout .p-containerAbout__text {
  padding-top: 27px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1024px) {
  .p-containerAbout .p-containerAbout__text {
    padding-top: 16px;
  }
}
@media screen and (max-width: 900px) {
  .p-containerAbout .p-containerAbout__text {
    width: 100%;
    padding-top: 0;
  }
}
.p-containerAbout .p-page__title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 20px 33px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .p-containerAbout .p-page__title {
    padding: 18px 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-containerAbout .p-page__title {
    padding: 16px 20px;
  }
}
@media screen and (max-width: 375px) {
  .p-containerAbout .p-page__title {
    padding: 14px 16px;
  }
}
.p-containerAbout .c-sec-title__ja {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 1024px) {
  .p-containerAbout .c-sec-title__ja {
    width: min(450px, 100%);
  }
}
@media screen and (max-width: 767px) {
  .p-containerAbout .c-sec-title__ja {
    width: 100%;
    gap: 8px;
  }
}
.p-containerAbout .c-sec-title__ja > div:first-child {
  text-align: left;
}
.p-containerAbout .c-sec-title__ja > div:last-child {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-containerAbout .c-sec-title__ja > div:last-child {
    text-align: left;
  }
}
.p-containerAbout .p-containerAbout__desc {
  width: 100%;
  margin-top: 54px;
}
@media screen and (max-width: 1024px) {
  .p-containerAbout .p-containerAbout__desc {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-containerAbout .p-containerAbout__desc {
    width: 80%;
    margin-top: 28px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 500px) {
  .p-containerAbout .p-containerAbout__desc {
    width: 100%;
  }
}
.p-containerAbout .p-containerAbout__desc p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-containerAbout .p-containerAbout__desc p {
    font-size: 13px;
    line-height: 2;
  }
}
.p-containerAbout .p-containerAbout__desc > div + div {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-containerAbout .p-containerAbout__desc > div + div {
    margin-top: 24px;
  }
}

.p-pageCase {
  margin-top: 140px;
  padding-block: 76px 120px;
  background: -webkit-gradient(linear, left top, left bottom, from(#d8343b), color-stop(55%, #ef7670), to(#f4d8d4));
  background: linear-gradient(180deg, #d8343b 0%, #ef7670 55%, #f4d8d4 100%);
}
@media screen and (max-width: 1024px) {
  .p-pageCase {
    margin-top: 110px;
    padding-block: 68px 96px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageCase {
    margin-top: 80px;
    padding-block: 56px 72px;
  }
}
.p-pageCase .p-pageCase__inner {
  max-width: 1166px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-pageCase .p-pageCase__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 375px) {
  .p-pageCase .p-pageCase__inner {
    width: calc(100% - 28px);
  }
}
.p-pageCase .p-pageCase__title::before, .p-pageCase .p-pageCase__title::after {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.p-pageCase .p-pageCase__content {
  margin-top: 38px;
  display: grid;
  grid-template-columns: 1fr 1fr;
          column-gap: 53px;
  row-gap: 38px;
}
@media screen and (max-width: 1024px) {
  .p-pageCase .p-pageCase__content {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    row-gap: 36px;
  }
}
@media screen and (max-width: 900px) {
  .p-pageCase .p-pageCase__content {
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageCase .p-pageCase__content {
    margin-top: 36px;
  }
}
@media screen and (max-width: 600px) {
  .p-pageCase .p-pageCase__content {
    grid-template-columns: 1fr;
    row-gap: 34px;
  }
}
.p-pageCase .p-pageCase__item {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 1024px) {
  .p-pageCase .p-pageCase__item {
    grid-template-columns: 160px 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .p-pageCase .p-pageCase__item {
    display: block;
  }
}
.p-pageCase .p-pageCase__img {
  width: 220px;
  height: 204px;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-pageCase .p-pageCase__img {
    width: 160px;
    height: 144px;
  }
}
@media screen and (max-width: 900px) {
  .p-pageCase .p-pageCase__img {
    width: 100%;
    height: 27.7777777778vw;
    margin-bottom: 18px;
  }
}
.p-pageCase .p-pageCase__img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-pageCase .p-pageCase__text {
  color: #fff;
  margin-top:2px;
}
.p-pageCase .p-pageCase__text h3 {
  margin: 0 0 33px;
  color: #fff;
}
@media screen and (max-width: 900px) {
  .p-pageCase .p-pageCase__text h3 {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-pageCase .p-pageCase__text h3 {
    font-size: 22px;
    line-height: 1.45;
  }
}
@media screen and (max-width: 375px) {
  .p-pageCase .p-pageCase__text h3 {
    font-size: 20px;
  }
}
.p-pageCase .p-pageCase__text > p {
  margin: 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-pageCase .p-pageCase__text > p {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 375px) {
  .p-pageCase .p-pageCase__text > p {
    font-size: 13px;
  }
}
.p-pageCase .p-pageCase__no {
  margin-bottom: 13px;
}
.p-pageCase .p-pageCase__no p {
  margin: 0;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-pageCase .p-pageCase__no p {
    font-size: 14px;
  }
}

.p-containerFeature {
  padding-block: 119px 70px;
  background: #f2f4f3;
}
@media screen and (max-width: 1024px) {
  .p-containerFeature {
    padding-block: 72px 64px;
  }
}
@media screen and (max-width: 767px) {
  .p-containerFeature {
    padding-block: 56px 52px;
  }
}
.p-containerFeature .p-containerFeature__inner {
  max-width: 1166px;
  width: calc(100% - 40px);
  margin-inline: auto;
}
@media screen and (max-width: 1024px) {
  .p-containerFeature .p-containerFeature__inner {
    width: calc(100% - 48px);
  }
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__inner {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 375px) {
  .p-containerFeature .p-containerFeature__inner {
    width: calc(100% - 28px);
  }
}
.p-containerFeature .p-containerFeature__title {
  margin-left: 0;
}
.p-containerFeature .p-containerFeature__title .c-sec-title__en p {
  margin: 0;
  color: #b82634;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__title .c-sec-title__en p {
    font-size: 10px;
  }
}
.p-containerFeature .p-containerFeature__title .c-sec-title__ja h2 {
  margin: 0;
  color: #222;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__title .c-sec-title__ja h2 {
    font-size: 20px;
    line-height: 1.45;
  }
}
.p-containerFeature .p-containerFeature__content {
  margin-top: 72px;
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 1024px) {
  .p-containerFeature .p-containerFeature__content {
    margin-top: 56px;
  }
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__content {
    margin-top: 40px;
  }
}
.p-containerFeature .p-containerFeature__item {
  display: grid;
  grid-template-columns: 358px 1fr;
  -webkit-column-gap: 66px;
     -moz-column-gap: 66px;
          column-gap: 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 48px;
  border-bottom: 1px solid #d6d6d6;
}
@media screen and (max-width: 1024px) {
  .p-containerFeature .p-containerFeature__item {
    grid-template-columns: minmax(260px, 36%) 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    padding-block: 44px;
  }
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__item {
    display: block;
    padding-block: 32px;
  }
}
.p-containerFeature .p-containerFeature__img {
  width: 358px;
  height: 264px;
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .p-containerFeature .p-containerFeature__img {
    width: 100%;
    height: auto;
    aspect-ratio: 348/216;
  }
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__img {
    width: 100%;
    height: auto;
    aspect-ratio: 348/216;
    margin-bottom: 22px;
    border-radius: 6px;
  }
}
.p-containerFeature .p-containerFeature__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-containerFeature .p-containerFeature__text {
  margin-top: 20px;
}
.p-containerFeature .p-containerFeature__text h3 {
  margin: 0 0 28px;
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__text h3 {
    margin-bottom: 16px;
  }
}
.p-containerFeature .p-containerFeature__text p {
  margin: 0;
}
.p-containerFeature .p-containerFeature__text p + p {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-containerFeature .p-containerFeature__text p + p {
    margin-top: 14px;
  }
}
