@charset "UTF-8";
/* common
---------------------------------------------------------------------------- */
.l-breadcrumbs {
  margin-top: max(-0.78125vw, -15px);
}

@media screen and (max-width: 767px) {
  .l-breadcrumbs {
    margin-top: 1em;
  }
}
.p-detail-lists {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: center;
  width: 100%;
  border-radius: 10vmax;
  border: 1px solid currentColor;
  background-color: #fff;
  box-shadow: 0 0 1.5rem rgba(25, 25, 104, 0.15);
  margin-top: 4.5rem;
}

.p-detail-list {
  position: relative;
}

.p-detail-list:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 3rem;
  background-color: currentColor;
}

.p-detail-list-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.6rem;
  padding-block: 1.2rem;
  padding-inline: 1rem;
}
.p-detail-list-link ._txt {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
}

.p-detail-list-link ._arrow {
  width: 1.666rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: currentColor;
  position: relative;
}

.p-detail-list-link ._arrow::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 0.958rem;
  aspect-ratio: 9.58/5.68;
  background-color: #fff;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.p-detail-list-link:hover {
  animation-name: downup_anime;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}

@media screen and (max-width: 767px) {
  .p-detail-lists {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    border-radius: 2.6666666667vw;
    box-shadow: 0 0 4vw rgba(25, 25, 104, 0.15);
    margin-top: 5.3333333333vw;
  }
  .p-detail-list {
    height: 100%;
  }
  .p-detail-list:not(:first-child)::before {
    height: 6.6666666667vw;
  }
  .p-detail-list:nth-child(3)::before {
    content: none;
  }
  .p-detail-list:nth-child(-n+2) {
    grid-column: span 3;
  }
  .p-detail-list:nth-child(-n+2)::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: calc(100% - (1.3333333333vw));
    height: 0.2666666667vw;
    background-color: currentColor;
  }
  .p-detail-list:first-child::after {
    left: auto;
    right: 0;
  }
  .p-detail-list:nth-child(n+3) {
    grid-column: span 2;
  }
  .p-detail-list-link {
    height: 100%;
    gap: 0 0.6666666667vw;
    padding-block: 2.6666666667vw;
    padding-inline: 2.6666666667vw;
  }
  .p-detail-list-link ._txt {
    font-size: 3.2vw;
    letter-spacing: 0;
    line-height: 1.0769230769;
  }
  .p-detail-list-link ._arrow {
    width: 3.3333333333vw;
  }
  .p-detail-list-link ._arrow::before {
    width: 1.92vw;
  }
}
.m-relation {
  margin-top: -11.6rem;
}
.m-relation .m-relation-container {
  box-shadow: 0 0 3rem rgba(21, 34, 63, 0.25);
}

.p-sec-inner {
  max-width: min(75vw, 1440px);
  margin: auto;
}

.p-sec-ttl01 {
  text-align: center;
  margin-bottom: min(4.1666666667vw, 80px);
  position: relative;
}
.p-sec-ttl01::before {
  position: absolute;
  content: "";
  top: min(1.5625vw, 30px);
  left: 0;
  width: 100%;
  height: min(3.125vw, 60px);
  background: url(/assets/images/about/bg_ttl01_pc.webp) no-repeat center/contain;
  z-index: -1;
}

.p-sec-ttl01-ja {
  color: #000000;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: min(3.125vw, 60px);
  margin-bottom: 0.5208333333vw;
}

.p-sec-ttl01-en {
  color: #0a237f;
  font-size: 3.5rem;
  line-height: 1;
  letter-spacing: 0.055em;
  font-weight: 700;
  font-size: min(1.8229166667vw, 35px);
}

.p-sec-ttl02 {
  color: #0a237f;
  text-align: center;
  margin: auto;
}

.p-sec-ttl02-en {
  font-size: 2.9rem;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 400;
  font-size: min(1.5104166667vw, 29px);
  font-family: "hanatotyoutyo";
  width: min(17.0833333333vw, 328px);
  width: fit-content;
  padding-inline: min(1.0416666667vw, 20px);
  aspect-ratio: 166/31;
  margin: 0 auto min(0.2604166667vw, 5px);
  background: url(/assets/images/about/bg_ttl02_pc.svg) no-repeat center/cover;
  padding-top: min(0.46875vw, 9px);
}

.p-sec-ttl02-ja {
  font-size: 5.7rem;
  line-height: 1.0526315789;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: min(2.96875vw, 57px);
  margin: auto;
  width: fit-content;
  position: relative;
}
.p-sec-ttl02-ja span {
  position: relative;
  z-index: 1;
}
.p-sec-ttl02-ja::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(19.1145833333vw, 367px);
  height: min(1.6145833333vw, 31px);
  border-radius: min(0.8333333333vw, 16px);
  background-color: #ffff01;
}

.p-hr {
  position: relative;
}
.p-hr::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: min(75.1041666667vw, 1442px);
  height: min(0.1041666667vw, 2px);
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 7px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.p-marker-white {
  position: relative;
  z-index: 1;
}
.p-marker-white::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 0.1em);
  height: 0.35em;
  background-color: #fff;
  border-radius: 9999px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .m-relation {
    margin-top: -8vw;
  }
  .m-relation .m-relation-container {
    box-shadow: 0 0 8vw rgba(21, 34, 63, 0.25);
  }
  .p-sec-inner {
    max-width: 100%;
    padding: 0 5.3333333333vw;
  }
  .p-sec-ttl01 {
    margin-bottom: 12vw;
  }
  .p-sec-ttl01::before {
    top: 4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 8.2666666667vw;
    background-size: cover;
  }
  .p-sec-ttl01-ja {
    font-size: 8vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-sec-ttl01-en {
    font-size: 4.5333333333vw;
  }
  .p-sec-ttl02-en {
    font-size: 3.4666666667vw;
    padding-inline: 2.6666666667vw;
    margin: 0 auto 1.3333333333vw;
    padding-top: 1.0666666667vw;
  }
  .p-sec-ttl02-ja {
    font-size: 6.6666666667vw;
  }
  .p-sec-ttl02-ja::before {
    width: 42.9333333333vw;
    height: 3.4666666667vw;
    border-radius: 4.2666666667vw;
  }
  .p-hr::before {
    width: 84vw;
    height: 0.5333333333vw;
  }
  .p-marker-white {
    position: relative;
    z-index: 1;
  }
  .p-marker-white::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 0.1em);
    height: 0.35em;
    background-color: #fff;
    border-radius: 9999px;
    z-index: -1;
  }
}
/* .p-mv
---------------------------------------------------------------------------- */
.p-mv {
  color: #fff;
  text-align: center;
  height: 46.0416666667vw;
  padding-top: 4.1666666667vw;
  margin-top: 10.6rem;
  position: relative;
}
.p-mv::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../../images/about/bg_mv_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  inset: 0;
  z-index: -3;
}
.p-mv::after {
  content: "";
  width: 100%;
  height: 39.21875vw;
  background-image: url(../../images/about/bg_mv_wh_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  position: absolute;
  top: 42.8645833333vw;
  left: 0;
  right: 0;
  z-index: -1;
}
.p-mv .m-mv-child-speechBubble {
  box-shadow: none;
}
.p-mv .m-mv-child-speechBubble::after {
  content: none;
}
.p-mv .m-mv-child-ttl {
  color: #fff;
  position: relative;
}
.p-mv .m-mv-child-ttl::before {
  position: absolute;
  content: "";
  bottom: -2.0833333333vw;
  left: 50%;
  transform: translateX(-50%);
  width: 11.09375vw;
  height: 0.1041666667vw;
  background: url(../../images/about/bg_mv-ttl.svg) no-repeat center top/contain;
}

.p-mv-lead {
  font-size: 4.4rem;
  line-height: 1;
  font-weight: 700;
  font-size: 2.2916666667vw;
  color: #fff;
  text-align: center;
  margin-block: 3.90625vw 1.3020833333vw;
  margin-inline: auto;
  opacity: 1 !important;
}
.p-mv-lead ._txt01 {
  font-size: 0.8854166667vw;
}
.p-mv-lead ._txt02 {
  font-size: 1.875vw;
}
.p-mv-lead ._txt03 {
  font-size: 1.6145833333vw;
}
.p-mv-lead ._txt04 {
  font-size: 1.40625vw;
}
.p-mv-lead ._txt05 {
  font-size: 2.34375vw;
}
.p-mv-lead ._txt06 {
  font-size: 1.8229166667vw;
}
.p-mv-lead ._txt07 {
  font-size: 4.375vw;
}
.p-mv-lead ._wrap1 {
  display: flex;
  gap: 0.3125vw;
  padding-left: 2.9166666667vw;
  margin-bottom: 0.5208333333vw;
}
.p-mv-lead ._wrap1-left {
  display: flex;
  flex-direction: column;
  gap: 0.3125vw;
  text-align: right;
}
.p-mv-lead ._wrap1-right {
  line-height: 0.8;
}
.p-mv-lead ._wrap2 {
  display: flex;
  align-items: center;
  padding-left: 2.5vw;
}
.p-mv-lead ._wrap2-right {
  display: block;
  margin-left: -2.7604166667vw;
}

.p-mv-txt {
  font-size: 1.8rem;
  line-height: 2.0555555556;
  letter-spacing: -0.02em;
  font-weight: 400;
  font-size: 0.9375vw;
}

.p-mv-img {
  position: absolute;
  z-index: -2;
}
.p-mv-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-img._01 {
  top: -4.375vw;
  left: 17.2395833333vw;
  width: 22.5vw;
  aspect-ratio: 432/426;
}

.p-mv-img._02 {
  top: 5.5729166667vw;
  left: 9.0625vw;
  width: 14.9479166667vw;
  aspect-ratio: 287/338;
}

.p-mv-img._03 {
  top: 16.5625vw;
  left: 4.0104166667vw;
  width: 15.1041666667vw;
  aspect-ratio: 290/343;
}

.p-mv-img._04 {
  top: 26.40625vw;
  left: 14.6354166667vw;
  width: 11.25vw;
  aspect-ratio: 216/275;
}

.p-mv-img._05 {
  top: 34.1145833333vw;
  left: 25.0520833333vw;
  width: 9.8958333333vw;
  aspect-ratio: 190/197;
}

.p-mv-img._06 {
  top: 1.1458333333vw;
  left: 66.40625vw;
  width: 7.8645833333vw;
  aspect-ratio: 151/159;
}

.p-mv-img._07 {
  top: 1.6666666667vw;
  left: 73.6979166667vw;
  width: 9.7916666667vw;
  aspect-ratio: 188/234;
}

.p-mv-img._08 {
  top: 7.65625vw;
  left: 80.1041666667vw;
  width: 15.8854166667vw;
  aspect-ratio: 305/301;
}

.p-mv-img._09 {
  top: 17.7604166667vw;
  left: 79.375vw;
  width: 17.5vw;
  aspect-ratio: 336/400;
}

.p-mv-img._10 {
  top: 27.7083333333vw;
  left: 65vw;
  width: 19.7395833333vw;
  aspect-ratio: 379/424;
}

@media screen and (max-width: 767px) {
  .p-mv {
    text-align: left;
    width: 94.6666666667vw;
    height: 165.3333333333vw;
    padding: 16vw 5.3333333333vw 0;
    margin: auto;
    margin-top: 16vw;
    overflow: hidden;
  }
  .p-mv::before {
    background-image: url(../../images/about/bg_mv_sp.webp);
  }
  .p-mv::after {
    content: none;
  }
  .p-mv .m-mv-child-ttl-group {
    width: fit-content;
  }
  .p-mv .m-mv-child-speechBubble {
    padding-left: 1.0666666667vw;
    padding-right: 1.0666666667vw;
  }
  .p-mv .m-mv-child-ttl::before {
    bottom: -4vw;
    width: 28.5333333333vw;
    height: 0.5333333333vw;
  }
  .p-mv-lead {
    font-size: 6.1333333333vw;
    margin-block: 4vw 9.0666666667vw;
    margin-left: 0;
  }
  .p-mv-lead ._txt01 {
    font-size: 3.2vw;
    letter-spacing: 0.06em;
  }
  .p-mv-lead ._txt02 {
    font-size: 5.3333333333vw;
  }
  .p-mv-lead ._txt03 {
    font-size: 5.8666666667vw;
  }
  .p-mv-lead ._txt04 {
    font-size: 5.3333333333vw;
  }
  .p-mv-lead ._txt05 {
    font-size: 9.0666666667vw;
    line-height: 1.2;
  }
  .p-mv-lead ._txt06 {
    font-size: 10.4vw;
  }
  .p-mv-lead ._txt07 {
    font-size: 12.2666666667vw;
  }
  .p-mv-lead ._wrap1 {
    flex-direction: column;
    gap: 0;
    padding-left: 0;
    margin-bottom: 0;
    text-align: left;
  }
  .p-mv-lead ._wrap1-left {
    flex-direction: row;
    gap: 0;
  }
  .p-mv-lead ._wrap1-right {
    line-height: 1.5;
  }
  .p-mv-lead ._wrap2 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    text-align: left;
  }
  .p-mv-lead ._wrap2-right {
    margin-left: -8vw;
  }
  .p-mv-lead.m-anime-text-left-right.is-active .m-anime-text-left-right-overlay > .m-anime-text-left-right-overlay-color,
  .p-mv-lead.m-anime-text-left-right.is-active .m-anime-text-left-right-overlay > .m-anime-text-left-right-overlay-base {
    -webkit-mask-position: 50% 60%;
    mask-position: 50% 60%;
  }
  .p-mv-txt {
    font-size: 4vw;
    line-height: 1.3333333333;
    letter-spacing: -0.06em;
  }
  .p-mv-img._01 {
    top: 6.9333333333vw;
    left: -2.9333333333vw;
    width: 15.7333333333vw;
    aspect-ratio: 118/140;
  }
  .p-mv-img._02 {
    top: -5.6vw;
    left: 10.4vw;
    width: 21.3333333333vw;
    aspect-ratio: 160/188;
  }
  .p-mv-img._03 {
    top: -8vw;
    left: 29.8666666667vw;
    width: 31.4666666667vw;
    aspect-ratio: 235/232;
  }
  .p-mv-img._04 {
    top: -6.1333333333vw;
    left: 52.5333333333vw;
    width: 33.3333333333vw;
    aspect-ratio: 249/296;
  }
  .p-mv-img._05 {
    top: 11.7333333333vw;
    left: 62.9333333333vw;
    width: 37.6vw;
    aspect-ratio: 282/315;
  }
  .p-mv-img._06 {
    top: 37.3333333333vw;
    left: 62.9333333333vw;
    width: 52.8vw;
    aspect-ratio: 395/390;
  }
}
/* フェード
-------------------------------------------- */
.js-fade-about {
  opacity: 0;
}

.m-fade-up-about {
  animation-name: m-fade-up-about;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes m-fade-up-about {
  from {
    opacity: 0;
    translate: 0 5.2083333333vw;
  }
  to {
    opacity: 1;
    translate: 0;
  }
}
@media screen and (max-width: 767px) {
  @keyframes m-fade-up {
    from {
      opacity: 0;
      translate: 0 13.3333333333vw;
    }
    to {
      opacity: 1;
      translate: 0;
    }
  }
}
/* p-philosophy
---------------------------------------------------------------------------- */
.p-philosophy {
  padding-top: 9.5rem;
  background: url(../../images/about/bg_philosopy_pc.webp) no-repeat center top 38.5rem/100% 100%;
}
.p-philosophy .p-sec-inner {
  padding: 0;
}

.p-philosophy01 {
  padding-bottom: 17rem;
}

.p-philosophy-img-wrap {
  position: relative;
}

.p-philosophy-img01 {
  display: block;
  width: min(75.7291666667vw, 1454px);
  margin-inline: auto;
  margin-top: max(-1.5625vw, -30px);
  padding-left: 3rem;
  box-sizing: content-box;
}

.p-philosophy-img-over-wrap01 {
  position: absolute;
  bottom: max(-4.1666666667vw, -80px);
  left: 50%;
  transform: translateX(-50%);
}

.p-philosophy-img-overtxt-ttl {
  font-size: 3.7rem;
  line-height: 2.027027027;
  letter-spacing: 0.085em;
  font-weight: 700;
  font-size: min(1.9270833333vw, 37px);
  text-align: center;
  white-space: nowrap;
  margin-bottom: min(2.0833333333vw, 40px);
}
.p-philosophy-img-overtxt-ttl span {
  display: inline;
  padding: min(0.15625vw, 3px) min(1.0416666667vw, 20px);
  box-shadow: 0 0 min(0.5208333333vw, 10px) rgba(5, 7, 40, 0.3);
  background-color: #fff;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.p-philosophy-img-overtxt-txt {
  font-size: 2.2rem;
  line-height: 2.2727272727;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: min(1.1458333333vw, 22px);
  text-align: center;
  white-space: nowrap;
}
.p-philosophy-img-overtxt-txt span {
  display: inline;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.p-philosophy02 {
  padding: 11rem 0;
}
.p-philosophy02 .p-philosophy-img-wrap {
  margin-top: min(6.7708333333vw, 130px);
}

.p-philosophy-img02-txt {
  width: min(31.9791666667vw, 614px);
  aspect-ratio: 614/151;
  position: absolute;
  top: max(-4.6875vw, -90px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.p-philosophy-img02-txt img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-philosophy-img02 {
  display: block;
  width: min(67.03125vw, 1287px);
  margin-inline: auto;
  margin-top: max(-0.2604166667vw, -5px);
}

.p-philosophy-img-over-wrap02 {
  position: absolute;
  bottom: max(-1.8229166667vw, -35px);
  left: 50%;
  transform: translateX(-50%);
}

.p-philosophy03 {
  padding: 2rem 0 13rem;
}

.p-philosophy-img03 {
  display: block;
  width: min(67.7083333333vw, 1300px);
  margin-inline: auto;
  margin-bottom: min(1.5625vw, 30px);
  padding-left: min(1.0416666667vw, 20px);
  box-sizing: content-box;
}

.p-philosophy03-inner {
  width: min(57.2916666667vw, 1100px);
  margin: 8rem auto 0;
}

.p-philosophy03-item {
  display: flex;
  align-items: flex-start;
  gap: 7rem;
}
.p-philosophy03-item:not(:last-child) {
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  position: relative;
}
.p-philosophy03-item:not(:last-child)::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 7px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.p-philosophy03-item-head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 0.1rem 3rem 0.1rem 1.6rem;
  background-color: #fff;
}

.p-philosophy03-item-number {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "hanatotyoutyo";
  font-size: 4rem;
  line-height: 1;
  font-weight: 400;
  font-size: min(2.0833333333vw, 40px);
  width: min(2.34375vw, 45px);
  height: min(2.34375vw, 45px);
  border-radius: 50%;
  background: #0a237f;
}

.p-philosophy03-item-title {
  font-size: 3.7rem;
  line-height: 1.6216216216;
  letter-spacing: 0.01em;
  font-weight: 700;
  font-size: min(1.9270833333vw, 37px);
  white-space: nowrap;
}

.p-philosophy03-item-lead {
  font-size: 2.2rem;
  line-height: 2.0909090909;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-size: min(1.1458333333vw, 22px);
  text-align: center;
  margin-top: 1rem;
  background-color: #e7f6fd;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
  border-radius: 9999px;
}
.p-philosophy03-item-lead span {
  display: inline;
  background: linear-gradient(transparent 60%, #ff6 60%);
}

.p-philosophy03-item-text {
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: -0.02em;
  font-weight: 500;
  font-size: min(1.1458333333vw, 22px);
  white-space: nowrap;
}

@media screen and (max-width: 767px) {
  .p-philosophy {
    padding-top: 13.3333333333vw;
    background: url(../../images/about/bg_philosopy_sp.webp) no-repeat center bottom/100%;
  }
  .p-philosophy01 {
    padding-bottom: 58.6666666667vw;
  }
  .p-philosophy-img-wrap {
    position: relative;
    margin-top: min(6.7708333333vw, 130px);
  }
  .p-philosophy-img01 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
  }
  .p-philosophy-img-over-wrap01 {
    bottom: -50.6666666667vw;
  }
  .p-philosophy-img-overtxt-ttl {
    font-size: 4.5333333333vw;
    letter-spacing: 0.03em;
    line-height: 1.95;
    margin-bottom: 4vw;
  }
  .p-philosophy-img-overtxt-ttl span {
    padding: 0.8vw 2.6666666667vw;
    box-shadow: 0 0 2.6666666667vw rgba(5, 7, 40, 0.3);
  }
  .p-philosophy-img-overtxt-txt {
    font-size: 4vw;
    line-height: 1.7333333333;
    white-space: normal;
  }
  .p-philosophy02 {
    padding: 10.6666666667vw 0 25.3333333333vw;
  }
  .p-philosophy02 .p-philosophy-img-wrap {
    margin-top: 13.3333333333vw;
  }
  .p-philosophy-img02-txt {
    width: 75.2213333333vw;
    top: -9.0666666667vw;
  }
  .p-philosophy-img02 {
    width: 100%;
    margin-top: 0;
  }
  .p-philosophy-img-over-wrap02 {
    width: 100%;
    bottom: -24vw;
  }
  .p-philosophy03 {
    padding: 5.3333333333vw 0 9.3333333333vw;
  }
  .p-philosophy-img03 {
    width: 100%;
    margin-bottom: 2.6666666667vw;
    padding-left: 0;
  }
  .p-philosophy03-inner {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
  .p-philosophy03-item {
    flex-direction: column;
    align-items: center;
    gap: 2.6666666667vw;
  }
  .p-philosophy03-item:not(:last-child) {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }
  .p-philosophy03-item:not(:last-child)::before {
    height: 0.5333333333vw;
  }
  .p-philosophy03-item-head {
    justify-content: center;
    gap: 0.8vw;
    width: fit-content;
    padding: 0.2666666667vw 2.6666666667vw;
    margin: auto;
  }
  .p-philosophy03-item-number {
    font-size: 4.2666666667vw;
    width: 4.8vw;
    height: 4.8vw;
  }
  .p-philosophy03-item-title {
    font-size: 4.5333333333vw;
  }
  .p-philosophy03-item-lead {
    font-size: 4vw;
    letter-spacing: 0;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 1.0666666667vw 2.6666666667vw;
    margin-top: 1.3333333333vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.15);
  }
  .p-philosophy03-item-text {
    font-size: 4vw;
    line-height: 1.3333333333;
    text-align: center;
  }
}
/* p-plan
---------------------------------------------------------------------------- */
.p-plan {
  padding: 15rem 0;
  background: url(../../images/about/bg_plan_pc.webp) no-repeat center top 52rem/cover;
}
.p-plan .p-sec-ttl01 {
  margin-bottom: 5rem;
}

.p-plan-txt {
  font-size: 2.2rem;
  line-height: 2.2727272727;
  font-weight: 500;
  font-size: min(1.1458333333vw, 22px);
  text-align: center;
}

.p-plan-ttl01 {
  font-size: 3.8rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
}
.p-plan-ttl01::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.2rem;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 2px, transparent 2px, transparent 7px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}

.p-plan-container-txt {
  font-size: 1.8rem;
  line-height: 2.2222222222;
  letter-spacing: 0.05em;
  font-weight: 500;
  text-align: center;
}
.p-plan-container-txt strong {
  display: inline-block;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: 0.07em;
  font-weight: 700;
  padding: 0 1.5rem;
  margin: 0 0.3rem;
  border: 1px solid #000;
  border-radius: 9999px;
  background-color: #fff;
}
.p-plan-container-txt strong span {
  color: #0a237f;
}

.p-plan-container-item-wrap {
  padding: 7rem 5rem 4.5rem;
  margin-top: 8.5rem;
  border-radius: 2.6rem;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}

.p-plan-container-item-inner {
  display: flex;
  justify-content: space-between;
}

.p-plan-container-item {
  flex: 1;
}
.p-plan-container-item:not(:last-child) {
  position: relative;
}
.p-plan-container-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 0;
  right: -5rem;
  width: 1px;
  height: 100%;
  background-image: repeating-linear-gradient(180deg, #000000, #000000 1px, transparent 1px, transparent 6px);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 1px 100%;
}

.p-plan-container-item-text {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.025em;
  font-weight: 500;
  margin-top: 2rem;
}

.p-plan-container-item-ttl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 3rem;
  line-height: 2;
  letter-spacing: 0.07em;
  font-weight: 700;
  text-align: center;
  width: fit-content;
  padding: 0 3.5rem;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 9999px;
  border: 1px solid #000;
  background-color: #fff;
}
.p-plan-container-item-ttl strong {
  color: #0a237f;
  font-size: 3.6rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.p-plan-container-item-ttl strong::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% + 0.1em);
  height: 0.35em;
  background-color: #ffff01;
  border-radius: 9999px;
  z-index: -1;
}
.p-plan-container-item-ttl strong span {
  font-size: 4.8rem;
}

.p-plan01 {
  padding-bottom: 6.8rem;
}

.p-plan01-img01 {
  width: min(56.1458333333vw, 1078px);
  margin: 26.4rem auto 0;
  position: relative;
}

.p-plan01-img01-img {
  display: block;
}
.p-plan01-img01-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-plan01-img02 {
  width: min(31.25vw, 600px);
  aspect-ratio: 600/431;
  position: absolute;
  top: min(15.6770833333vw, 301px);
  left: min(22.3958333333vw, 430px);
}
.p-plan01-img02 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-plan01-img03 {
  position: absolute;
}
.p-plan01-img03 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-plan01-img03._01 {
  top: max(-6.25vw, -120px);
  left: min(27.9166666667vw, 536px);
  width: min(19.6875vw, 378px);
  aspect-ratio: 378/387;
}

.p-plan01-img03._02 {
  top: min(32.2916666667vw, 620px);
  left: min(5.15625vw, 99px);
  width: min(20.3125vw, 390px);
  aspect-ratio: 390/379;
}

.p-plan01-img03._03 {
  top: min(32.2916666667vw, 620px);
  left: min(50.15625vw, 963px);
  width: min(19.7395833333vw, 379px);
  aspect-ratio: 379/379;
}

.p-plan01-img02.is-animation,
.p-plan01-img03.is-animation {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 0.2s;
}

.p-plan01-img02.is-animation {
  animation-name: anime-plan01-img02;
}

.p-plan01-img03.is-animation {
  animation-name: anime-plan01-img03;
}

@keyframes anime-plan01-img02 {
  0% {
    scale: 1;
  }
  7% {
    scale: 0.98;
  }
  14% {
    scale: 1;
  }
  100% {
    scale: 1;
  }
}
@keyframes anime-plan01-img03 {
  0% {
    scale: 1;
  }
  28% {
    scale: 1;
  }
  35% {
    scale: 0.98;
  }
  42% {
    scale: 1;
  }
  100% {
    scale: 1;
  }
}
.p-plan01-txt01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 60.2rem;
  height: 13.4rem;
  padding-top: 1.5rem;
  margin: auto;
  margin-top: 1.5rem;
  background: url(../../images/about/bg_plan-txt01_pc.webp) no-repeat center/contain;
}

.p-plan01-txt01-ttl {
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.1578947368;
  letter-spacing: -0.015em;
  font-weight: 50;
  padding: 0.3rem 2rem;
  margin-bottom: 0.5rem;
  border-radius: 9999px;
  background-color: #09237d;
}

.p-plan01-txt01-txt {
  font-size: 3.3rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
}
.p-plan01-txt01-txt span {
  font-size: 4.7rem;
}

.p-plan02 {
  padding-top: 7.5rem;
}
.p-plan02 .p-about-container {
  margin-top: -17rem;
  position: relative;
}
.p-plan02 .p-about-container::before {
  position: absolute;
  content: "";
  bottom: -10.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 23.3rem;
  height: auto;
  aspect-ratio: 233/266;
  background: url(../../images/about/img_plan02-arrow_pc.webp) no-repeat center/contain;
}

.p-about-container {
  width: 148.4rem;
  max-width: 100%;
  padding: 19rem 0 15rem;
  margin: auto;
  background: url("/assets/images/about/bg_plan02_pc.webp") no-repeat center top/100% 100%;
  filter: drop-shadow(0 0 min(1.0416666667vw, 20px) rgba(0, 0, 0, 0.25));
}

.p-about-container-inner {
  max-width: 120rem;
  margin: auto;
}

.p-plan02-ttl {
  font-size: 3.3rem;
  line-height: 1.3636363636;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  width: 45.1rem;
  height: 26.7rem;
  padding-top: 6rem;
  margin: auto;
  background: url(../../images/about/bg_plan02-ttl_pc.webp) no-repeat center/contain;
  position: relative;
  z-index: 1;
}
.p-plan02-ttl span {
  font-size: 4.7rem;
}

.p-plan-container-item-block {
  position: relative;
  text-align: center;
}

.p-plan-container-item-wrap01 .p-plan-container-item-inner .p-plan-container-item {
  max-width: 50rem;
}

.p-plan-container-item-wrap02 {
  padding-top: 5rem;
}
.p-plan-container-item-wrap02 .p-plan-container-item-inner .p-plan-container-item {
  max-width: 29.5rem;
}
.p-plan-container-item-wrap02 .p-plan-container-item-block01-ttl {
  position: absolute;
  bottom: -0.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 4.7rem;
  padding-bottom: 0.3rem;
  border-radius: 9999px;
  background-color: #5365a4;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}

.p-plan-container-item0block02-ttl {
  color: #0a237f;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
}

.p-plan03 {
  padding-top: 13rem;
}
.p-plan03 .p-about-container {
  padding-top: 13.5rem;
  margin-top: -9rem;
}

.p-plan03-ttl {
  font-size: 4.4rem;
  line-height: 1.0227272727;
  letter-spacing: 0.025em;
  font-weight: 700;
  text-align: center;
  width: 73.1rem;
  height: 12.6rem;
  padding-top: 1rem;
  margin: auto;
  background: url(../../images/about/bg_plan03-ttl_pc.webp) no-repeat center/contain;
  position: relative;
  z-index: 1;
}
.p-plan03-ttl strong {
  font-size: 6rem;
  font-weight: 900;
}

.p-competency {
  padding: 4.4rem 2rem;
  margin-top: 6rem;
  border-radius: 2.6rem;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}
.p-competency:first-child {
  margin-top: 8.5rem;
}

.p-competency-head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  width: 23rem;
  padding: 0.8rem 0 1rem;
  margin: auto;
  transform: translateY(-50%);
  border-radius: 9999px;
  background-color: #1C2E68;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}

.p-competency-head-ttl {
  font-size: 3.5rem;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}

.p-competency-head-sub {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  margin-top: 1rem;
}

.p-competency-items {
  display: flex;
  justify-content: space-between;
}

.p-competency-item {
  flex: 1;
  padding: 0 0.5rem;
}
.p-competency-item:nth-child(1) {
  padding-left: 0;
}
.p-competency-item:nth-child(3) {
  padding-right: 0;
}
.p-competency-item:not(:last-child) {
  position: relative;
}
.p-competency-item:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 0.1rem;
  height: 100%;
  background-image: repeating-linear-gradient(180deg, #000000, #000000 0.1rem, transparent 0.1rem, transparent 0.6rem);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 0.1rem 100%;
}

.p-competency-item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.1rem;
  aspect-ratio: 1;
  margin: 0 auto 0.2rem;
  border-radius: 50%;
}

.p-competency-item-ttl {
  font-size: 2.2rem;
  line-height: 1.5909090909;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
  color: #0a237f;
}

.p-competency-item-no {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.045em;
  font-weight: 400;
  font-family: "hanatotyoutyo";
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #0a237f;
  padding-bottom: 0.2rem;
}

.p-competency-item-txt {
  font-size: 1.5rem;
  line-height: 1.7333333333;
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: center;
  margin-top: 0.5rem;
}

.p-competency-four {
  padding-bottom: 3rem;
  position: relative;
}
.p-competency-four::before {
  display: block;
  position: absolute;
  content: "";
  top: 51%;
  left: 50%;
  translate: -50% -50%;
  width: 4.2rem;
  height: 5rem;
  background: #fff;
  z-index: 1;
}
.p-competency-four .p-competency-items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  row-gap: 3.7rem;
  position: relative;
}
.p-competency-four .p-competency-items::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 0.2rem;
  height: 100%;
  background-image: repeating-linear-gradient(180deg, #000000, #000000 0.1rem, transparent 0.1rem, transparent 0.6rem);
  background-position: center top;
  background-repeat: repeat-y;
  background-size: 0.1rem 100%;
}
.p-competency-four .p-competency-items::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0.2rem;
  background-image: repeating-linear-gradient(90deg, #000000, #000000 0.1rem, transparent 0.1rem, transparent 0.6rem);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 100% 0.1rem;
}
.p-competency-four .p-competency-item {
  padding: 0 6rem;
}
.p-competency-four .p-competency-item:nth-child(1), .p-competency-four .p-competency-item:nth-child(3) {
  padding-left: 0;
  padding-right: 1rem;
}
.p-competency-four .p-competency-item:nth-child(2), .p-competency-four .p-competency-item:nth-child(4) {
  padding-left: 3rem;
  padding-right: 0;
}
.p-competency-four .p-competency-item:not(:last-child)::before {
  display: none;
}
.p-competency-four .p-competency-item-icon {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 767px) {
  .p-plan {
    padding: 18.6666666667vw 0 4vw;
    background: url(../../images/about/bg_plan_sp.webp) no-repeat center top 141.3333333333vw/cover;
  }
  .p-plan .p-sec-ttl01 {
    margin-bottom: 12vw;
  }
  .p-plan-txt {
    font-size: 4vw;
    line-height: 1.6666666667;
    text-align: left;
  }
  .p-plan-ttl01 {
    font-size: 4.5333333333vw;
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  .p-plan-ttl01::before {
    height: 0.5333333333vw;
  }
  .p-plan-container-txt {
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: 0;
  }
  .p-plan-container-txt strong {
    font-size: 4vw;
    line-height: 1.2;
    padding: 0 2.6666666667vw;
    margin: 0.5333333333vw;
    border: 0.2666666667vw solid #000;
  }
  .p-plan-container-item-wrap {
    padding: 10.6666666667vw 5.3333333333vw 8vw;
    margin-top: 10.6666666667vw;
    border-radius: 3.7333333333vw;
    border: 0.2666666667vw solid #000;
  }
  .p-plan-container-item-inner {
    flex-direction: column;
    gap: 6.4vw;
  }
  .p-plan-container-item:not(:last-child) {
    padding-bottom: 5.3333333333vw;
  }
  .p-plan-container-item:not(:last-child)::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.2666666667vw;
    background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 0.5333333333vw;
  }
  .p-plan-container-item-text {
    font-size: 4vw;
    line-height: 1.4666666667;
    letter-spacing: -0.02em;
    margin-top: 4vw;
  }
  .p-plan-container-item-ttl {
    font-size: 4vw;
    letter-spacing: 0.02em;
    padding: 0 4vw;
    border: 0.2666666667vw solid #000;
  }
  .p-plan-container-item-ttl strong {
    font-size: 4.8vw;
  }
  .p-plan-container-item-ttl strong span {
    font-size: 6.4vw;
  }
  .p-plan01 {
    padding-bottom: 12vw;
  }
  .p-plan01-img01 {
    width: 80.5333333333vw;
    margin: 30.4vw auto 0 5.3333333333vw;
  }
  .p-plan01-img02 {
    width: 44.8vw;
    aspect-ratio: 168/121;
    top: 22.6666666667vw;
    left: 22.6666666667vw;
  }
  .p-plan01-img03._01 {
    top: -9.0666666667vw;
    left: 30.9333333333vw;
    width: 28.2666666667vw;
  }
  .p-plan01-img03._02 {
    top: 46.1333333333vw;
    left: -2.1333333333vw;
    width: 29.3333333333vw;
  }
  .p-plan01-img03._03 {
    top: 46.1333333333vw;
    left: 62.6666666667vw;
    width: 28.5333333333vw;
  }
  .p-plan01-txt01 {
    width: 100%;
    height: 19.7333333333vw;
    padding-top: 1.3333333333vw;
    margin-top: 1.0666666667vw;
  }
  .p-plan01-txt01-ttl {
    font-size: 3.2vw;
    padding: 0.5333333333vw 2.6666666667vw;
    margin-bottom: 1.3333333333vw;
  }
  .p-plan01-txt01-txt {
    font-size: 5.0666666667vw;
  }
  .p-plan01-txt01-txt span {
    font-size: 6.9333333333vw;
  }
  .p-plan02 {
    padding-top: 9.3333333333vw;
  }
  .p-plan02 .p-about-container {
    padding-block: 31.4666666667vw 20.8vw;
    margin-top: -28.5333333333vw;
    background-size: 100% 100%;
  }
  .p-plan02 .p-about-container::before {
    bottom: -17.3333333333vw;
    width: 30.1333333333vw;
  }
  .p-about-container {
    width: 100%;
    padding: 34.6666666667vw 0;
    background: url("/assets/images/about/bg_plan02_sp.webp") no-repeat center top/cover;
    filter: none;
  }
  .p-about-container-inner {
    max-width: 100%;
    margin: 0 5.3333333333vw;
  }
  .p-plan02-ttl {
    font-size: 4.2666666667vw;
    line-height: 1.6;
    width: 60.2666666667vw;
    height: 35.4666666667vw;
    padding-top: 6.6666666667vw;
    background: url(../../images/about/bg_plan02-ttl_pc.webp) no-repeat center/contain;
  }
  .p-plan02-ttl span {
    font-size: 6.1333333333vw;
  }
  .p-plan-container-item-block {
    position: relative;
  }
  .p-plan-container-item-wrap01 .p-plan-container-item-inner .p-plan-container-item {
    max-width: 100%;
  }
  .p-plan-container-item-wrap01 .p-plan-container-item-block img {
    width: 78.6666666667vw;
    height: 73.6vw;
    object-fit: contain;
    object-position: center;
  }
  .p-plan-container-item-wrap02 {
    padding-top: 9.3333333333vw;
    padding-bottom: 0;
    margin-top: 8vw;
  }
  .p-plan-container-item-wrap02 .p-plan-container-item-inner .p-plan-container-item {
    max-width: 100%;
    padding-bottom: 6.6666666667vw;
  }
  .p-plan-container-item-wrap02 .p-plan-container-item-block img {
    width: 78.9333333333vw;
    height: 78.9333333333vw;
    object-fit: contain;
    object-position: center;
  }
  .p-plan-container-item-wrap02 .p-plan-container-item-block01-ttl {
    bottom: 0;
    font-size: 4.5333333333vw;
    height: 7.7333333333vw;
    padding-bottom: 0.3rem;
    background-color: #5365a4;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.15);
  }
  .p-plan-container-item0block02-ttl {
    font-size: 4.5333333333vw;
    margin-top: 6.6666666667vw;
  }
  .p-plan03 {
    padding-top: 32.5333333333vw;
  }
  .p-plan03 .p-about-container {
    padding-top: 20vw;
    padding-bottom: 24vw;
    margin-top: -12.8vw;
  }
  .p-plan03-ttl {
    font-size: 5.8666666667vw;
    width: 89.3333333333vw;
    height: 17.6vw;
    padding-top: 1.3333333333vw;
  }
  .p-plan03-ttl strong {
    font-size: 8vw;
  }
  .p-competency {
    padding: 10.6666666667vw 5.0666666667vw 6.6666666667vw;
    margin-top: 13.3333333333vw;
    border-radius: 3.7333333333vw;
    border: 0.2666666667vw solid #000;
  }
  .p-competency:first-child {
    margin-top: 16vw;
  }
  .p-competency-head {
    width: 35.7333333333vw;
    padding: 2.1333333333vw 0 2.6666666667vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.15);
  }
  .p-competency-head-ttl {
    font-size: 5.3333333333vw;
  }
  .p-competency-head-sub {
    font-size: 4vw;
    margin-top: 1.3333333333vw;
  }
  .p-competency-items {
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  .p-competency-item {
    padding: 0;
  }
  .p-competency-item:not(:last-child) {
    padding-bottom: 4vw;
  }
  .p-competency-item:not(:last-child)::before {
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
  .p-competency-item-icon {
    width: 45.3333333333vw;
    margin: 0 auto 3.2vw;
  }
  .p-competency-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }
  .p-competency-item-ttl {
    font-size: 4.5333333333vw;
    gap: 0 1.0666666667vw;
  }
  .p-competency-item-no {
    font-size: 5.8666666667vw;
    width: 6.4vw;
    height: 6.4vw;
    padding-bottom: 0;
  }
  .p-competency-item-txt {
    font-size: 4vw;
    margin-top: 1.8666666667vw;
  }
  .p-competency-four {
    padding: 12vw 5.0666666667vw 6.6666666667vw;
  }
  .p-competency-four::before {
    content: none;
  }
  .p-competency-four .p-competency-items {
    display: flex;
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  .p-competency-four .p-competency-items::before, .p-competency-four .p-competency-items::after {
    content: none;
  }
  .p-competency-four .p-competency-item {
    padding: 0;
    min-height: 68vw;
  }
  .p-competency-four .p-competency-item:nth-child(4) {
    padding: 0;
  }
  .p-competency-four .p-competency-item:not(:last-child) {
    padding: 0;
    padding-bottom: 4vw;
  }
  .p-competency-four .p-competency-item:not(:last-child)::before {
    display: block;
    top: auto;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: repeating-linear-gradient(90deg, #000000, #000000 1px, transparent 1px, transparent 4px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 100% 2px;
  }
  .p-competency-four .p-competency-item-icon {
    margin: 0 auto 4vw;
  }
}
/* p-message
---------------------------------------------------------------------------- */
.p-message {
  padding-bottom: 18rem;
  background: url(../../images/about/bg_message_pc.webp) no-repeat center top 3.5rem/cover;
}
.p-message .p-sec-ttl01 {
  margin-bottom: 25rem;
}

.p-message-box {
  padding: 5rem;
  padding-top: 3rem;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 6rem;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
}

.p-message-box-en {
  color: #0a237f;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  line-height: 0.9;
  text-align: center;
  position: relative;
  z-index: 1;
}

.p-message-box-ttl {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.06em;
  font-weight: 700;
  text-align: center;
}

.p-message-box-lead {
  color: #0a237f;
  font-size: 3.5rem;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  margin-top: 4.8rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px dotted #7c7c7c;
}

.p-message-box-txt {
  font-size: 1.75rem;
  line-height: 1;
  letter-spacing: -0.03em;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  margin-top: 2.2rem;
}

.p-message-box-btn-wrap {
  width: fit-content;
  margin: auto;
  margin-top: 5rem;
}
.p-message-box-btn-wrap .m-button-gradation-arrow {
  width: 43.6rem;
}

@media screen and (max-width: 767px) {
  .p-message {
    padding-bottom: 0;
    background: url(../../images/about/bg_message_sp.webp) no-repeat center top 20vw/cover;
  }
  .p-message .p-sec-ttl01 {
    margin-bottom: 21.3333333333vw;
  }
  .p-message #safety {
    padding: 0;
  }
  .p-message-box {
    padding: 3.7333333333vw;
    padding-top: 5.3333333333vw;
    border-radius: 5.3333333333vw;
    box-shadow: 0 0 4vw rgba(0, 0, 0, 0.15);
  }
  .p-message-box-en {
    font-size: 5.3333333333vw;
  }
  .p-message-box-ttl {
    font-size: 5.3333333333vw;
  }
  .p-message-box-lead {
    font-size: 4.5333333333vw;
    margin-top: 4.8vw;
    padding-bottom: 2.6666666667vw;
    border-bottom: 0.2666666667vw dotted #7c7c7c;
  }
  .p-message-box-txt {
    font-size: 4vw;
    line-height: 1.3333333333;
    text-align: left;
    margin-top: 4vw;
  }
  .p-message-box-btn-wrap {
    width: 100%;
    margin-top: 5.3333333333vw;
  }
  .p-message-box-btn-wrap .m-button-gradation-arrow {
    width: 100%;
  }
}
.p-introduction {
  padding-top: 10rem;
}
.p-introduction .p-about-container {
  padding: 7rem 0 10.5rem;
  margin-top: -3rem;
  background-size: cover;
  background-position: top center;
}
.p-introduction .p-message-box-ttl {
  margin-bottom: 8.5rem;
}

.p-introduction-list {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 6.5rem;
}

.p-introduction-list-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr auto auto;
  gap: 4.8rem;
}

.p-introduction-item {
  display: grid;
  grid-template-columns: 27.8rem 1fr;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
  padding: 2.5rem 2rem 3rem 2.9rem;
  margin-left: 2rem;
  border-radius: 2.4rem;
  background-color: #e7f0f7;
  position: relative;
}
.p-introduction-item::before {
  position: absolute;
  content: "";
  top: -1.8rem;
  left: -1.6rem;
  width: 58.1rem;
  height: 53.3rem;
  background-image: url(../../images/about/bg_introduction_02_pc.webp);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.p-introduction-item:nth-child(2) {
  background-color: #e5f0ec;
}
.p-introduction-item:nth-child(2)::before {
  background-image: url(../../images/about/bg_introduction_03_pc.webp);
}
.p-introduction-item:nth-child(2) .p-introduction-item-role-label {
  background-color: #00674c;
}
.p-introduction-item:nth-child(2) .p-introduction-item-name-kana,
.p-introduction-item:nth-child(2) .p-introduction-item-lead {
  color: #00674c;
}
.p-introduction-item:nth-child(2) .p-introduction-item-name-kana::before, .p-introduction-item:nth-child(2) .p-introduction-item-name-kana::after {
  background: url(../../images/about/img_kakko_gr.svg) no-repeat center/contain;
}
.p-introduction-item.p-introduction-item-main {
  display: flex;
  gap: 3rem;
  padding-bottom: 2rem;
  padding-left: 0;
  background: #e7e9f2;
  margin-right: 0.7rem;
}
.p-introduction-item.p-introduction-item-main::before {
  top: -1.8rem;
  left: -2rem;
  width: 120rem;
  height: 37.1rem;
  background-image: url(../../images/about/bg_introduction_01_pc.webp);
}
.p-introduction-item.p-introduction-item-main .p-introduction-item-img {
  height: 35rem;
  margin-left: -2rem;
}
.p-introduction-item.p-introduction-item-main .p-introduction-item-body {
  display: block;
  flex: 1;
}
.p-introduction-item.p-introduction-item-main .p-introduction-item-info {
  align-items: center;
  flex-direction: row;
  gap: 3.3rem;
  margin: 0;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}
.p-introduction-item.p-introduction-item-main .p-introduction-item-role-label {
  background-color: #0a237f;
}
.p-introduction-item.p-introduction-item-main .p-introduction-item-name {
  flex-direction: row;
  align-items: center;
  gap: 2.6rem;
}
.p-introduction-item.p-introduction-item-main .p-introduction-item-name-kana {
  color: #0a237f;
}
.p-introduction-item.p-introduction-item-main .p-introduction-item-lead {
  color: #0a237f;
  font-size: 2.5rem;
}

.p-introduction-item-img {
  width: 28.8rem;
  height: 23.5rem;
  border-radius: 1.5rem;
  margin-top: -5rem;
  margin-left: -5.5rem;
  position: relative;
}
.p-introduction-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: relative;
  z-index: 2;
}

.p-introduction-item-body {
  display: contents;
}

.p-introduction-item-info {
  grid-row: 1/2;
  grid-column: 2/3;
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 3.5rem;
}

.p-introduction-item-role-label {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 700;
  padding: 0.6rem 1.5rem 0.7rem;
  border-radius: 9999px;
  background-color: #0061a8;
}

.p-introduction-item-name {
  display: flex;
  align-items: start;
  flex-direction: column;
  gap: 1rem;
}

.p-introduction-item-name-ja {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
}

.p-introduction-item-name-kana {
  color: #0061a8;
  font-size: 1.2rem;
  line-height: 1.1666666667;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 0 1rem;
  position: relative;
}
.p-introduction-item-name-kana::before, .p-introduction-item-name-kana::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  width: 0.8rem;
  height: 1.5rem;
  background: url(../../images/about/img_kakko_nv.svg) no-repeat center/contain;
}
.p-introduction-item-name-kana::before {
  left: 0;
}
.p-introduction-item-name-kana::after {
  right: 0;
  scale: -1 1;
}

.p-introduction-item-lead {
  grid-column: span 2;
  color: #0061a8;
  font-size: 2.2rem;
  line-height: 1.3181818182;
  letter-spacing: -0.08em;
  font-weight: 700;
  padding-bottom: 2rem;
  margin-top: 2rem;
  border-bottom: 1px dotted #7c7c7c;
}

.p-introduction-item-text {
  grid-column: span 2;
  font-size: 1.5rem;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
  font-weight: 500;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-introduction {
    padding-top: 10.6666666667vw;
  }
  .p-introduction .p-about-container {
    padding: 12vw 0 10.6666666667vw;
    margin-top: -8vw;
    background-size: 100% 100%;
    background-position: top 4.8vw center;
  }
  .p-introduction .p-message-box-ttl {
    margin-bottom: 0;
  }
  .p-introduction-list {
    margin-top: 6.6666666667vw;
    gap: 7.2vw;
  }
  .p-introduction-list-row {
    display: flex;
    flex-direction: column;
    gap: 8vw;
  }
  .p-introduction-item {
    grid-template-columns: auto 1fr;
    grid-template-rows: subgrid;
    grid-row: span 3;
    gap: 0;
    width: calc(100% - (3.7333333333vw));
    padding: 2.6666666667vw 3.7333333333vw 6.6666666667vw 5.3333333333vw;
    margin-left: 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
  .p-introduction-item::before {
    top: -2.9333333333vw;
    left: -2.4vw;
    width: 89.6vw;
    height: 123.2vw;
    background-image: url(../../images/about/bg_introduction_02_sp.webp);
  }
  .p-introduction-item:nth-child(2)::before {
    height: 133.8666666667vw;
    background-image: url(../../images/about/bg_introduction_03_sp.webp);
  }
  .p-introduction-item.p-introduction-item-main {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: subgrid;
    grid-row: span 4;
    gap: 0;
    padding: 2.6666666667vw 3.7333333333vw 6.6666666667vw 5.3333333333vw;
    margin-right: 0;
  }
  .p-introduction-item.p-introduction-item-main::before {
    top: -2.1333333333vw;
    left: -2.6666666667vw;
    width: 89.6vw;
    height: 175.7333333333vw;
    background-image: url(../../images/about/bg_introduction_01_sp.webp);
  }
  .p-introduction-item.p-introduction-item-main .p-introduction-item-img {
    height: 45.3333333333vw;
    margin-left: -8vw;
  }
  .p-introduction-item.p-introduction-item-main .p-introduction-item-body {
    display: contents;
  }
  .p-introduction-item.p-introduction-item-main .p-introduction-item-info {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin: 0;
    margin-left: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-introduction-item.p-introduction-item-main .p-introduction-item-name {
    flex-direction: column;
    gap: 1.8666666667vw;
  }
  .p-introduction-item.p-introduction-item-main .p-introduction-item-lead {
    font-size: 4vw;
  }
  .p-introduction-item-img {
    grid-row: span 2;
    width: 37.0666666667vw;
    height: 45.3333333333vw;
    margin-top: -5.8666666667vw;
    margin-left: -8vw;
  }
  .p-introduction-item-img img {
    border-radius: 2.6666666667vw;
  }
  .p-introduction-item-body {
    display: contents;
  }
  .p-introduction-item-info {
    align-items: center;
    gap: 2.6666666667vw;
    margin: 0;
    margin-left: 1.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .p-introduction-item-role-label {
    align-items: center;
    font-size: 4vw;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    padding: 1.0666666667vw 1.8666666667vw 1.3333333333vw;
  }
  .p-introduction-item-name {
    align-items: center;
    gap: 1.8666666667vw;
  }
  .p-introduction-item-name-ja {
    font-size: 5.3333333333vw;
  }
  .p-introduction-item-name-kana {
    font-size: 3.2vw;
    padding: 0 2.1333333333vw;
  }
  .p-introduction-item-name-kana::before, .p-introduction-item-name-kana::after {
    width: 1.8666666667vw;
    height: 3.7333333333vw;
  }
  .p-introduction-item-lead {
    grid-column: 2/3;
    font-size: 4vw;
    line-height: 1.3333333333;
    letter-spacing: -0.02em;
    padding-bottom: 0;
    margin-top: 1.3333333333vw;
    margin-left: 6.1333333333vw;
    border-bottom: none;
  }
  .p-introduction-item-text {
    font-size: 4vw;
    line-height: 1.3333333333;
    padding-top: 4vw;
    margin-top: 6.4vw;
    border-top: 0.2666666667vw dotted #7c7c7c;
  }
}
.p-history {
  padding: 8rem 0 7rem;
  background: url(../../images/about/bg_history_pc.webp) no-repeat center/cover;
}

.p-history-ttl-ja {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.09em;
  font-weight: 700;
  margin-bottom: 1rem;
}

.p-history-ttl-en {
  color: #0a237f;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.p-history-lead {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.07em;
  font-weight: 700;
  margin: 3.5rem 0 3rem;
}

.p-history-txt {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: block;
  width: fit-content;
  border-top: 1px dotted #7c7c7c;
}

.p-history-btn-wrap {
  margin-top: 2.5rem;
}
.p-history-btn-wrap .m-button-gradation-arrow {
  width: 43.6rem;
}

.p-introduction-bottom .p-about-container {
  padding: 7.5rem 0 14rem;
  background-size: cover;
  background-position: bottom;
}
.p-introduction-bottom .p-detail-lists {
  margin: 0;
}
.p-introduction-bottom .p-detail-lists ._arrow::before {
  top: 50%;
  scale: 1 -1;
  transform-origin: top;
}
.p-introduction-bottom .p-detail-lists .p-detail-list-link:hover {
  animation-name: updown_anime;
}

@media screen and (max-width: 767px) {
  .p-history {
    padding: 16vw 0 37.3333333333vw;
    background: url(../../images/about/bg_history_sp.webp) no-repeat center/cover;
  }
  .p-history-ttl-ja {
    font-size: 8vw;
    text-align: center;
    margin-bottom: 1.3333333333vw;
  }
  .p-history-ttl-en {
    font-size: 4.8vw;
    text-align: center;
  }
  .p-history-lead {
    font-size: 4.5333333333vw;
    margin: 9.3333333333vw 0 4vw;
  }
  .p-history-txt {
    font-size: 4vw;
    line-height: 1.3333333333;
    padding-top: 4vw;
    margin: 0 2.6666666667vw;
    border-top: 0.2666666667vw dotted #7c7c7c;
  }
  .p-history-btn-wrap {
    margin: 9.3333333333vw 2.6666666667vw 0;
  }
  .p-history-btn-wrap .m-button-gradation-arrow {
    width: 100%;
  }
  .p-introduction-bottom {
    background-color: #fff;
  }
  .p-introduction-bottom .p-about-container {
    padding: 4vw 0 13.3333333333vw;
    background: none;
  }
}
