@charset "UTF-8";
.p-philosophy_mv {
  padding-top: 11rem;
}

.p-philosophy_mv_title {
  margin-bottom: 2rem;
}
.p-philosophy_mv_title .en .char03 {
  margin-left: 0.2%;
}
.p-philosophy_mv_title .en .char04 {
  margin-left: 0.2%;
}
.p-philosophy_mv_title .en .char05 {
  margin-left: 0.2%;
}
.p-philosophy_mv_title .en .char09 {
  margin-left: -0.1%;
}
.p-philosophy_mv_title .en .char10 {
  margin-left: 0.4%;
}
.p-philosophy_mv_title .jp .char03 {
  margin-left: 0.5%;
}
.p-philosophy_mv_title .jp .char04 {
  margin-left: 0.5%;
}

.p-philosophy_mv_image {
  position: relative;
  aspect-ratio: 100/48;
}
.p-philosophy_mv_image > picture {
  opacity: 0;
  position: absolute;
  transition: opacity var(--animation-time-sm);
}
.p-philosophy_mv_image > picture::before {
  transition: scale var(--animation-time-sm) var(--animation-easing);
  transform-origin: right;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background-color: var(--c-yellow);
  content: "";
}
.p-philosophy_mv_image > picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-philosophy_mv_image > picture:nth-of-type(1) {
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: 62.4rem;
  transition-delay: 0.1s;
}
.p-philosophy_mv_image > picture:nth-of-type(1)::before {
  transition-delay: 0.1s;
}
.p-philosophy_mv_image > picture:nth-of-type(1) img {
  aspect-ratio: 624/383;
}
.p-philosophy_mv_image > picture:nth-of-type(2) {
  top: 0;
  left: 14.5%;
  z-index: 1;
  width: 45.8rem;
}
.p-philosophy_mv_image > picture:nth-of-type(2) img {
  aspect-ratio: 458/286;
}
.p-philosophy_mv_image > picture:nth-of-type(3) {
  right: 14.5%;
  bottom: 28%;
  z-index: 1;
  width: 45.7rem;
  transition-delay: 0.2s;
}
.p-philosophy_mv_image > picture:nth-of-type(3)::before {
  transition-delay: 0.2s;
}
.p-philosophy_mv_image > picture:nth-of-type(3) img {
  aspect-ratio: 457/281;
}
.p-philosophy_mv_image > picture:where(.p-philosophy_mv.js-active *) {
  opacity: 1;
}
.p-philosophy_mv_image > picture:where(.p-philosophy_mv.js-active *)::before {
  scale: 0 1;
}

.p-philosophy_mv_text {
  opacity: 0;
  position: absolute;
  bottom: 12%;
  left: 50%;
  transform: translateX(-50%);
  color: var(--c-blue);
  font-family: var(--f-aotf);
  font-size: 3.6rem;
  line-height: calc(54 / 36);
  text-align: center;
  white-space: nowrap;
  transition: opacity var(--animation-time), color var(--animation-time-lg), translate var(--animation-time);
  translate: 0 5rem;
}
.p-philosophy_mv_text:where(.p-philosophy_mv.js-active *) {
  opacity: 1;
  color: inherit;
  translate: 0 0;
}
.p-philosophy_mv_text .char04 {
  margin-left: 0.1%;
}
.p-philosophy_mv_text .char05 {
  margin-left: 0.3%;
}
.p-philosophy_mv_text .char06 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char09 {
  margin-left: 0.4%;
}
.p-philosophy_mv_text .char10 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char11 {
  margin-left: -0.2%;
}
.p-philosophy_mv_text .char15 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char17 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char19 {
  margin-left: 0.3%;
}
.p-philosophy_mv_text .char20 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char25 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char26 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char28 {
  margin-left: 0.2%;
}
.p-philosophy_mv_text .char29 {
  margin-left: 0.2%;
}

@media (max-width: 767px) {
  .p-philosophy_mv {
    padding-top: 18rem;
    padding-bottom: 2rem;
  }

  .p-philosophy_mv_title {
    margin-bottom: 4.5rem;
  }

  .p-philosophy_mv_image {
    display: block;
    aspect-ratio: unset;
  }
  .p-philosophy_mv_image > picture {
    position: relative;
    top: unset !important;
    bottom: unset !important;
    left: unset !important;
    right: unset !important;
  }
  .p-philosophy_mv_image > picture:nth-of-type(1) {
    transform: none;
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-philosophy_mv_image > picture:nth-of-type(1) img {
    aspect-ratio: 375/196;
  }
  .p-philosophy_mv_image > picture:nth-of-type(2) {
    width: 28.7rem;
    margin: 0 auto 3rem 0;
  }
  .p-philosophy_mv_image > picture:nth-of-type(2):where(.p-philosophy_mv.js-active *)::before {
    scale: 1;
  }
  .p-philosophy_mv_image > picture:nth-of-type(2) img {
    aspect-ratio: 287/180;
  }
  .p-philosophy_mv_image > picture:nth-of-type(3) {
    width: 22.1rem;
    margin: 0 1rem 3rem auto;
  }
  .p-philosophy_mv_image > picture:nth-of-type(3):where(.p-philosophy_mv.js-active *)::before {
    scale: 1;
  }
  .p-philosophy_mv_image > picture:nth-of-type(3) img {
    aspect-ratio: 221/136;
  }
  .p-philosophy_mv_image .c-animation.active::before {
    scale: 0 1;
  }

  .p-philosophy_mv_text {
    position: unset;
    transform: none;
    margin-bottom: 3rem;
    font-size: 2.4rem;
    line-height: calc(36 / 22);
  }
}
.p-mvv {
  padding-top: 12rem;
  padding-bottom: 11rem;
  text-align: center;
}

.p-mvv_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
  font-size: 3.6rem;
  text-align: center;
  white-space: nowrap;
}
.p-mvv_title .en::after {
  margin-left: 2%;
  content: "：";
}
.p-mvv_title:nth-of-type(1) .char02 {
  margin-left: 0.5%;
}
.p-mvv_title:nth-of-type(1) .char04 {
  margin-left: 0.5%;
}
.p-mvv_title:nth-of-type(1) .char06 {
  margin-right: -5%;
}
.p-mvv_title:nth-of-type(1) .char08 {
  margin-left: -10%;
}
.p-mvv_title:nth-of-type(1) .char09 {
  margin-left: 0.3%;
}
.p-mvv_title:nth-of-type(1) .char11 {
  margin-left: -0.3%;
}
.p-mvv_title:nth-of-type(2) .char02 {
  margin-left: 0.5%;
}
.p-mvv_title:nth-of-type(2) .char03 {
  margin-left: 0.3%;
}
.p-mvv_title:nth-of-type(2) .char05 {
  margin-left: 0.4%;
}
.p-mvv_title:nth-of-type(2) .char07 {
  margin-right: -4%;
}
.p-mvv_title:nth-of-type(2) .char09 {
  margin-left: -6%;
}
.p-mvv_title:nth-of-type(2) .char10 {
  margin-left: 0.2%;
}
.p-mvv_title:nth-of-type(2) .char11 {
  margin-left: -0.2%;
}
.p-mvv_title:nth-of-type(2) .char12 {
  margin-left: 0.3%;
}
.p-mvv_title:nth-of-type(2) .char13 {
  margin-left: 0.3%;
}
.p-mvv_title:nth-of-type(2) .char14 {
  margin-left: 0.5%;
}
.p-mvv_title:nth-of-type(3) .char03 {
  margin-left: 0.2%;
}
.p-mvv_title:nth-of-type(3) .char06 {
  margin-right: -3%;
}
.p-mvv_title:nth-of-type(3) .char07 {
  margin-left: 2%;
}
.p-mvv_title:nth-of-type(3) .char08 {
  margin-left: -2%;
}
.p-mvv_title:nth-of-type(3) .char11 {
  margin-left: 0.2%;
}
.p-mvv_title:nth-of-type(3) .char14 {
  margin-left: 0.2%;
}
.p-mvv_title:nth-of-type(3) .char16 {
  margin-left: -0.1%;
}
.p-mvv_title:nth-of-type(3) .char18 {
  margin-left: 0.2%;
}

.p-mvv_text {
  line-height: calc(4 / 2);
  text-align: center;
}
.p-mvv_text:nth-of-type(1) .char04 {
  margin-left: 0.4%;
}
.p-mvv_text:nth-of-type(1) .char05 {
  margin-left: 0.4%;
}
.p-mvv_text:nth-of-type(1) .char10 {
  margin-left: 0.4%;
}
.p-mvv_text:nth-of-type(1) .char11 {
  margin-left: 0.4%;
}
.p-mvv_text:nth-of-type(1) .char12 {
  margin-left: 0.2%;
}
.p-mvv_text:nth-of-type(1) .char13 {
  margin-left: -0.2%;
}
.p-mvv_text:nth-of-type(1) .char20 {
  margin-left: 0.6%;
}
.p-mvv_text:nth-of-type(1) .char23 {
  margin-left: 0.2%;
}

.p-mvv_text + .p-mvv_title {
  margin-top: 3.7rem;
}

@media (max-width: 767px) {
  .p-mvv {
    padding-top: 3.8rem;
    padding-bottom: 4.4rem;
  }

  .p-mvv_title {
    flex-direction: column;
    margin-bottom: 0.8rem;
    font-size: 2.4rem;
  }
  .p-mvv_title .en::after {
    content: none;
  }

  .p-mvv_text {
    line-height: calc(22 / 16);
  }

  .p-mvv_text + .p-mvv_title {
    margin-top: 3.8rem;
  }
}
.p-sdgs {
  padding-top: 13rem;
}

.p-sdgs_images {
  position: relative;
}

.p-sdgs_images_item {
  position: absolute;
}
.p-sdgs_images_item::before {
  transition: scale var(--animation-time-sm) var(--animation-easing);
  transform-origin: right;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 1px);
  height: calc(100% + 1px);
  background-color: var(--c-yellow);
  content: "";
}
.p-sdgs_images_item:nth-of-type(1) {
  top: -21.2rem;
  left: -28rem;
  width: 47.2rem;
}
.p-sdgs_images_item:nth-of-type(2) {
  top: -11rem;
  right: -14.4rem;
  width: 42.3rem;
}
.p-sdgs_images_item:nth-of-type(2)::before {
  transition-delay: .1s;
}
.p-sdgs_images_item:where(.p-sdgs_inner.js-active *)::before {
  scale: 0 1;
}

.p-sdgs_title {
  margin-bottom: 7rem;
  font-size: 3.6rem;
  text-align: center;
  opacity: 0;
  color: var(--c-blue);
  transition: color var(--animation-time-lg), translate var(--animation-time), opacity var(--animation-time);
  translate: 0 5rem;
}
.p-sdgs_title:where(.p-sdgs_inner.js-active *) {
  opacity: 1;
  color: inherit;
  translate: 0;
}

.p-sdgs_border-box {
  margin-bottom: 8rem;
  padding: 3.3rem 4rem;
  border: 1px solid var(--c-gray);
}
.p-sdgs_border-box blockquote p {
  margin-bottom: 2.8rem;
}
.p-sdgs_border-box cite {
  display: block;
  font-size: max(12px, 1.4rem);
  font-style: normal;
  text-align: right;
}
.p-sdgs_border-box cite::before {
  content: "※";
}

.p-sdgs_flow {
  display: grid;
  align-items: stretch;
  margin-bottom: 7.5rem;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 5rem 8rem;
}

.p-sdgs_flow_item {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-block: 2.5rem;
}
.p-sdgs_flow_item:nth-of-type(2)::before, .p-sdgs_flow_item:nth-of-type(2)::after {
  transition-delay: var(--animation-time-sm) !important;
}
.p-sdgs_flow_item:nth-of-type(3)::before, .p-sdgs_flow_item:nth-of-type(3)::after {
  transition-delay: var(--animation-time) !important;
}
.p-sdgs_flow_item:not(:last-of-type)::before, .p-sdgs_flow_item:not(:last-of-type)::after {
  opacity: 0;
  position: absolute;
  left: calc(100% + 4rem);
  content: "";
  transition: opacity var(--animation-time), translate var(--animation-time);
  translate: -3rem 0;
}
.p-sdgs_flow_item:not(:last-of-type)::before {
  top: 50%;
  transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background-color: var(--c-gray);
}
.p-sdgs_flow_item:not(:last-of-type)::after {
  top: 42%;
  transform: translate(-50%, 50%);
  width: 3rem;
  height: 1.8rem;
  background: url(../images/philosophy/sdgs_arrow_right.svg) no-repeat center/2.1rem;
  background-color: var(--c-white);
  vertical-align: middle;
}
.p-sdgs_flow_item:not(:last-of-type):where(.p-sdgs_flow.js-active *)::before, .p-sdgs_flow_item:not(:last-of-type):where(.p-sdgs_flow.js-active *)::after {
  opacity: 1;
  translate: 0 0;
}

.p-sdgs_box {
  padding: 3.5rem 4rem;
}

.p-sdgs_box_title {
  margin-bottom: 1rem;
  font-size: 2.4rem;
}

* + .p-sdgs_box_title {
  margin-top: 2.3rem;
}

.p-sdgs_box_subtitle {
  margin-bottom: 0.1rem;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid var(--c-gray);
  font-size: inherit;
}

.p-sdgs_box_arrow-list_item {
  position: relative;
  padding-left: 1.5em;
  line-height: calc(40 / 20);
}
.p-sdgs_box_arrow-list_item::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 1em;
  height: auto;
  background: url(../images/philosophy/sdgs_arrow_right.svg) no-repeat center/contain;
  vertical-align: middle;
  content: "";
  aspect-ratio: 1/1;
}

.p-sdgs_box_circle-list_item {
  position: relative;
  padding-left: 1em;
  line-height: calc(40 / 20);
}
.p-sdgs_box_circle-list_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
}

@media (max-width: 767px) {
  .p-sdgs {
    padding-top: 4.6rem;
  }

  .p-sdgs_images {
    display: grid;
    margin-bottom: 9.1rem;
    grid-row-gap: 4.6rem;
  }

  .p-sdgs_images_item {
    position: relative;
    top: unset !important;
    right: unset !important;
    bottom: unset !important;
    left: unset !important;
  }
  .p-sdgs_images_item:nth-of-type(1) {
    width: 26.7rem;
    margin: 0 0 0 auto;
  }
  .p-sdgs_images_item:nth-of-type(2) {
    width: 24.8rem;
    margin: 0 auto 0 0;
  }

  .p-sdgs_title {
    margin-bottom: 2.3rem;
    font-size: 2.4rem;
  }

  .p-sdgs_border-box {
    margin-bottom: 4.6rem;
    padding: 2rem 2rem 1.6rem;
  }
  .p-sdgs_border-box blockquote p {
    margin-bottom: 0.8rem;
  }
  .p-sdgs_border-box cite {
    position: relative;
    padding-left: 1em;
    text-align: start;
  }
  .p-sdgs_border-box cite::before {
    position: absolute;
    top: 0;
    left: 0;
  }

  .p-sdgs_flow {
    margin-bottom: 4.7rem;
    grid-template-columns: unset;
  }

  .p-sdgs_flow_item {
    line-height: calc(24 / 17);
    text-align: center;
    padding-block: unset;
  }
  .p-sdgs_flow_item:not(:last-of-type)::before, .p-sdgs_flow_item:not(:last-of-type)::after {
    top: calc(100% + 2.5rem);
    bottom: unset;
    left: 50%;
    translate: 0 -3rem;
  }
  .p-sdgs_flow_item:not(:last-of-type)::before {
    transform: translateX(-50%);
    width: 19.7rem;
    height: 1px;
  }
  .p-sdgs_flow_item:not(:last-of-type)::after {
    transform: translate(-50%, -45%);
    width: 1.3rem;
    height: 2.1rem;
    background-image: url(../images/philosophy/sdgs_arrow_bottom.svg);
    background-size: 1.3rem;
    background-color: var(--c-white);
    padding: 0 1rem;
  }
  .p-sdgs_flow_item:not(:last-of-type):where(.p-sdgs_flow.js-active *)::before, .p-sdgs_flow_item:not(:last-of-type):where(.p-sdgs_flow.js-active *)::after {
    translate: 0 0;
  }

  .p-sdgs_box {
    padding: 1.5rem 2rem;
  }

  .p-sdgs_box_title {
    margin-bottom: 2rem;
    margin-bottom: 0.8rem;
    font-size: 2.3rem;
  }

  * + .p-sdgs_box_title {
    margin-top: 4rem;
  }

  .p-sdgs_box_subtitle {
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .p-sdgs_box_arrow-list {
    display: grid;
    grid-row-gap: 0.8rem;
  }

  .p-sdgs_box_arrow-list_item {
    padding-left: 2rem;
    line-height: calc(24 / 16);
  }
  .p-sdgs_box_arrow-list_item::before {
    top: 0.4rem;
    width: 1.5rem;
  }

  .p-sdgs_box_circle-list {
    display: grid;
    grid-row-gap: 0.8rem;
  }

  .p-sdgs_box_circle-list_item {
    padding-left: 2rem;
    line-height: calc(24 / 16);
  }
  .p-sdgs_box_circle-list_item::before {
    font-size: 1.6rem;
  }
}
.p-concept {
  margin-top: 13.5rem;
  padding-top: 7rem;
  background-color: var(--c-skyblue);
}

.p-concept_title {
  margin-bottom: 6rem;
}
.p-concept_title .en .char02 {
  margin-left: -0.3%;
}
.p-concept_title .en .char03 {
  margin-left: 0.2%;
}
.p-concept_title .en .char05 {
  margin-left: 0.4%;
}
.p-concept_title .en .char10 {
  margin-left: 0.6%;
}
.p-concept_title .jp .char02 {
  margin-left: 0.2%;
}
.p-concept_title .jp .char03 {
  margin-left: 0.1%;
}
.p-concept_title .jp .char04 {
  margin-left: 0.2%;
}
.p-concept_title .jp .char05 {
  margin-left: 0.1%;
}
.p-concept_title .jp .char06 {
  margin-left: 0.2%;
}

.p-concept_logo {
  display: flex;
  margin-bottom: 4rem;
  padding-left: 5rem;
}

.p-concept_logo_item {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  row-gap: 1.5rem;
  position: relative;
  translate: -3rem 0;
  opacity: 0;
  transition: opacity var(--animation-time), translate var(--animation-time);
}
.p-concept_logo_item:not(:last-of-type)::after {
  position: absolute;
  background-color: var(--c-gray);
  content: "";
  transition: opacity var(--animation-time), translate var(--animation-time);
  top: 0;
  width: 1px;
  height: 100%;
  translate: -3rem 0;
  opacity: 0;
}
.p-concept_logo_item:nth-of-type(1) {
  width: 11.5rem;
  margin-right: 4rem;
  padding-top: 1.5rem;
}
.p-concept_logo_item:nth-of-type(1) img {
  width: 8.641rem;
}
.p-concept_logo_item:nth-of-type(1)::after {
  right: -3rem;
  transition-delay: var(--animation-time-sm);
}
.p-concept_logo_item:nth-of-type(2) {
  width: 35.5rem;
  margin-right: 2rem;
  transition-delay: var(--animation-time);
}
.p-concept_logo_item:nth-of-type(2) img {
  width: 26.943rem;
}
.p-concept_logo_item:nth-of-type(2)::after {
  right: -1rem;
  transition-delay: var(--animation-time-lg);
}
.p-concept_logo_item:nth-of-type(3) {
  width: 40.5rem;
  transition-delay: var(--animation-time-xl);
}
.p-concept_logo_item:nth-of-type(3) img {
  width: 33.4rem;
  margin: -1rem 0;
}
.p-concept_logo_item:where(.p-concept.js-active *) {
  translate: 0 0;
  opacity: 1;
}
.p-concept_logo_item:where(.p-concept.js-active *)::after {
  translate: 0 0 !important;
  opacity: 1 !important;
}

.p-concept_logo_text {
  margin-top: auto;
}

.p-concept_skyblue-box {
  padding-bottom: 14rem;
  border-image-source: linear-gradient(var(--c-skyblue) 0 0);
  border-image-slice: fill 0;
  border-image-width: 1;
  border-image-outset: 0 100vw;
}

.p-concept_white-box {
  background-color: var(--c-white);
  margin-bottom: 8rem;
  padding: 3.6rem 2rem;
  text-align: center;
}

.p-concept_logo_image{
  margin: 0 auto 3.6rem;
  /* max-width: 232px; */
  width: 23.2rem;
}

.p-concept_white-box_text {
  font-size: 2.8rem;
  line-height: calc(42 / 28);
  translate: 0 5rem;
  opacity: 0;
  transition: opacity var(--animation-time), translate var(--animation-time);
}
/*修正*/

.p-concept_white-box_text.-first {
  margin-bottom: 3rem;
}
.p-concept_white-box_text.-first .char02 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char03 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char04 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char05 {
  margin-left: 0.4%;
}
.p-concept_white-box_text.-first .char06 {
  margin-left: 0.5%;
}
.p-concept_white-box_text.-first .char07 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-first .char08 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char09 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char14 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char15 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-first .char19 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char20 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-first .char21 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char22 {
  margin-left: 0.5%;
}
.p-concept_white-box_text.-first .char23 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char24 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char25 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char26 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char27 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-first .char28 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-first .char29 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-first .char30 {
  margin-left: -0.2%;
}
.p-concept_white-box_text.-first .char32 {
  margin-left: 0.3%;
}
.p-concept_white-box_text.-first .char34 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char35 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char36 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-first .char37 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-first .char38 {
  margin-left: -0.1%;
}
.p-concept_white-box_text.-second {
  text-align: center;
  transition-delay: .5s;
}
.p-concept_white-box_text.-second > * {
  display: inline;
  background-image: linear-gradient(90deg, #000, #000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  text-decoration: none;
  transition: background-size var(--animation-time);
  transition-delay: 1s;
}
/*修正*/

.p-concept_white-box_text.-second .char03 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char04 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char05 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char06 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char07 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char08 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char10 {
  margin-left: 0.3%;
}
.p-concept_white-box_text.-second .char12 {
  margin-left: 0.4%;
}
.p-concept_white-box_text.-second .char13 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char16 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char17 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-second .char18 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-second .char19 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-second .char22 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char26 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-second .char27 {
  margin-left: 0.1%;
}
.p-concept_white-box_text.-second .char28 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-second .char30 {
  margin-left: -0.05%;
}
.p-concept_white-box_text.-second .char32 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-second .char38 {
  margin-left: 0.2%;
}
.p-concept_white-box_text.-second .char39 {
  margin-left: 0.1%;
}
.p-concept_white-box_text:where(.p-concept_white-box.js-active *) {
  translate: 0 0;
  opacity: 1;
}
.p-concept_white-box_text:where(.p-concept_white-box.js-active *).-second > * {
  background-size: 100% 1px;
}

.p-concept_list {
  display: grid;
  counter-reset: counter;
  max-width: 82rem;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
}

.p-concept_item {
  position: relative;
  padding-left: 3rem;
}
.p-concept_item:nth-of-type(odd) {
  padding-right: 5rem;
}
.p-concept_item:nth-of-type(even) {
  padding-left: calc(5rem + 2rem);
}
.p-concept_item:nth-of-type(even)::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: var(--c-gray);
  content: "";
}
.p-concept_item:not(:nth-of-type(-n + 2)) {
  padding-top: 2rem;
}
.p-concept_item:not(:nth-last-of-type(-n + 2)) {
  padding-bottom: 2rem;
}
.p-concept_item:not(:nth-last-of-type(-n + 2))::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--c-gray);
  content: "";
}

.p-concept_item_title {
  position: relative;
  font-weight: normal;
  font-size: inherit;
}
.p-concept_item_title::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0.4rem;
  right: calc(100% + 0.6rem);
  width: 2rem;
  height: 2rem;
  border: solid 1px var(--c-black);
  border-radius: 50%;
  background-color: var(--c-white);
  font-family: var(--f-hiragino);
  font-size: 60%;
  content: "" counter(counter);
  counter-increment: counter 1;
}

/* Safari用 */
_::-webkit-full-page-media, _:future, :root .p-concept_item_title::before {
  padding-top: .3rem;
}

@media (max-width: 767px) {
  .p-concept {
    padding-top: 9.4rem;
    padding-bottom: 4rem;
  }

  .p-concept_title {
    margin-bottom: 3rem;
  }

  .p-concept_logo {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    margin-bottom: 3.5rem;
  }

  .p-concept_logo_item {
    row-gap: 0;
    translate: 0 -3rem;
  }
  .p-concept_logo_item:not(:last-of-type)::after {
    top: auto;
    left: 50%;
    right: 0;
    width: 13.6rem;
    height: 1px;
    transform: translateX(-50%);
    translate: 0 -3rem;
  }
  .p-concept_logo_item:nth-of-type(1) {
    margin-right: 0;
    margin-bottom: 3.5rem;
    width: 8.5rem;
  }
  .p-concept_logo_item:nth-of-type(1) img {
    width: 6.7rem;
  }
  .p-concept_logo_item:nth-of-type(1)::after {
    bottom: -2rem;
    left: 50%;
  }
  .p-concept_logo_item:nth-of-type(2) {
    margin-right: 0;
    margin-bottom: 5rem;
    width: 28.5rem;
  }
  .p-concept_logo_item:nth-of-type(2) img {
    width: 24.572rem;
  }
  .p-concept_logo_item:nth-of-type(2)::after {
    bottom: -3.5rem;
  }
  .p-concept_logo_item:nth-of-type(3) {
    width: 35rem;
  }
  .p-concept_logo_item:nth-of-type(3) img {
    width: 26.4rem;
    margin: 0 0 -1rem;
  }
  .p-concept_logo_item:where(.p-concept.js-active *) {
    translate: 0 0;
  }
  .p-concept_logo_item:where(.p-concept.js-active *)::after {
    translate: 0 0 !important;
  }

  .p-concept_logo_text {
    font-size: 2rem;
  }

  .p-concept_skyblue-box {
    margin-bottom: 3rem;
    padding: 2rem 2rem;
    border-image-source: unset;
    border-image-slice: unset;
    border-image-width: unset;
    border-image-outset: unset;
  }

  .p-concept_white-box {
    padding: 1.5rem 2rem;
    margin-bottom: 3rem;
  }

  .p-concept_logo_image{
    margin: 0 auto 1.5rem;
    width: 17.6rem;
  }

  .p-concept_white-box_text {
    font-size: 2.2rem;
    line-height: calc(33 / 22);
  }
  .p-concept_white-box_text.-first {
    margin-bottom: 2.5rem;
  }

  .p-concept_list {
    grid-template-columns: unset;
    grid-row-gap: 1rem;
  }

  .p-concept_item {
    padding-left: 2rem;
  }
  .p-concept_item:nth-of-type(odd) {
    padding-right: 0;
  }
  .p-concept_item:nth-of-type(even) {
    padding-left: 2rem;
  }
  .p-concept_item:nth-of-type(even)::before {
    content: none;
  }
  .p-concept_item:not(:nth-of-type(-n + 2)) {
    padding-top: 0;
  }
  .p-concept_item:not(:nth-last-of-type(-n + 2)) {
    padding-bottom: 0;
  }
  .p-concept_item:not(:nth-last-of-type(-n + 2))::after {
    content: none;
  }

  .p-concept_item_title::before {
    right: calc(100% + 0.4rem);
    width: 1.6rem;
    height: 1.6rem;
  }
}

/*# sourceMappingURL=philosophy.css.map */
