/* Sass Document */
.p-kv {
  max-width: 120rem;
  margin-inline: auto;
}

.c-content__ttl .u-en {
  white-space: nowrap;
}

.p-heading {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-heading {
    padding: 6rem 3rem;
  }
}

.c-heading__txt {
  text-align: center;
  color: #000;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .c-heading__txt {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.p-content__nav {
  width: 25rem;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 14rem;
  border-top: 1px solid #58585c;
  padding-top: 8.6rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-content__nav {
    width: auto;
    margin-inline: 3rem;
    position: static;
    padding-top: 4rem;
    padding-bottom: 5.9rem;
  }
}

.p-content__nav-item {
  font-family: "Jost", sans-serif;
  color: rgb(199, 199, 199);
  font-size: 1.8rem;
  font-weight: 600;
}
.p-content__nav-item a {
  text-decoration: none;
  color: currentColor;
  will-change: opacity;
  position: relative;
  display: inline-block;
  padding-left: 2.2rem;
}
@media (any-hover) {
  .p-content__nav-item a {
    transition: 0.3s opacity;
  }
  .p-content__nav-item a:hover {
    opacity: 0.7;
  }
}
.p-content__nav-item a::before {
  content: "";
  position: absolute;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  background-color: #fff;
  top: 0.6rem;
  left: 0;
}
.p-content__nav-item.is-current {
  color: #000;
}
.p-content__nav-item.is-current a::before {
  background-color: #000;
}
.p-content__nav-item + .p-content__nav-item {
  margin-top: 1.6rem;
}

.p-philosophy__container-wrapper {
  overflow: clip;
}

.p-philosophy__container {
  max-width: 120rem;
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__container {
    display: block;
  }
}

.p-philosophy__main {
  flex-grow: 1;
  margin-left: auto;
  max-width: 85rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__main {
    margin-left: 0;
    padding-inline: 3rem;
  }
}

:root {
  --borderHeight01: 25.6rem;
  --borderTop01: 12rem;
  --borderHeight02: 28.6rem;
  --borderTop02: 11.5rem;
  --borderHeight03: 32rem;
  --borderTop03: 11.5rem;
}
@media screen and (max-width: 767.98px) {
  :root {
    --borderTop01: 7.5rem;
    --borderHeight01: 20.8rem;
    --borderTop02: 8.2rem;
    --borderHeight02: 22.9rem;
    --borderTop03: 7rem;
    --borderHeight03: 26rem;
  }
}

.p-philosophy__block .p-block__inner {
  border-top: 1px solid #c7c7c7;
  padding-top: 8rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block .p-block__inner {
    padding-top: 5.1rem;
    padding-bottom: 8rem;
  }
}
.p-philosophy__block.-block01 .p-philosophy__content::before {
  height: var(--borderHeight01);
  top: var(--borderTop01);
}
.p-philosophy__block.-block01 .p-philosophy__content::after {
  top: calc(var(--borderHeight01) + var(--borderTop01));
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block01 .c-philosophy__catch {
    width: 21.9rem;
  }
  .p-philosophy__block.-block01 .c-philosophy__catch::before {
    transform: translateY(0);
  }
}
.p-philosophy__block.-block02 .p-philosophy__content::before {
  height: var(--borderHeight02);
  top: var(--borderTop02);
}
.p-philosophy__block.-block02 .p-philosophy__content::after {
  top: calc(var(--borderHeight02) + var(--borderTop02));
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block02 .c-philosophy__catch {
    width: 22.2rem;
  }
  .p-philosophy__block.-block02 .c-philosophy__catch::before {
    top: 40%;
  }
}
.p-philosophy__block.-block03 .p-block__inner {
  padding-top: 13rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block03 .p-block__inner {
    padding-top: 5rem;
  }
}
.p-philosophy__block.-block03 .p-philosophy__content::before {
  height: var(--borderHeight03);
  top: var(--borderTop03);
}
.p-philosophy__block.-block03 .p-philosophy__content::after {
  top: calc(var(--borderHeight03) + var(--borderTop03));
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block03 .c-philosophy__catch {
    width: 24.4rem;
  }
  .p-philosophy__block.-block03 .c-philosophy__catch img {
    width: 100%;
  }
  .p-philosophy__block.-block03 .c-philosophy__catch::before {
    transform: translateY(0);
  }
}
.p-philosophy__block.-block03 .p-philosophy__list {
  margin-top: 5rem;
  border-top: 1px solid rgb(199, 199, 199);
  border-bottom: 1px solid rgb(199, 199, 199);
  padding-block: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block03 .p-philosophy__list {
    margin-top: 3.8rem;
    margin-left: 4.1rem;
    padding-block: 3.4rem 2.5rem;
  }
}
.p-philosophy__block.-block04 .p-philosophy__content {
  max-width: 85rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block04 .p-philosophy__content {
    margin-top: 4.5rem;
  }
}
.p-philosophy__block.-block04 .p-philosophy__content button {
  cursor: pointer;
  background-color: transparent;
}
.p-philosophy__block.-block04 .p-philosophy__content::before, .p-philosophy__block.-block04 .p-philosophy__content::after {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block04 .p-philosophy__ttl .u-jp {
    display: block;
    margin-top: 1rem;
    margin-left: 0;
  }
}
.p-philosophy__block.-block05 {
  background-color: #f6f6f7;
  position: relative;
}
.p-philosophy__block.-block05 .p-block__inner {
  border-top: none;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block05 .p-block__inner {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block05 .p-philosophy__ttl .u-jp {
    display: block;
    margin-top: 1.5rem;
    margin-left: 0;
    bottom: 0;
  }
}
.p-philosophy__block.-block05::before, .p-philosophy__block.-block05::after {
  content: "";
  position: absolute;
  width: 100vw;
  background-color: #f6f6f7;
  height: 100%;
  top: 0;
  z-index: -1;
}
.p-philosophy__block.-block05::before {
  right: 50%;
}
.p-philosophy__block.-block05::after {
  left: 50%;
}
.p-philosophy__block.-block05 .p-symbol__content {
  display: flex;
  margin-top: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block05 .p-symbol__content {
    margin-top: 5.3rem;
    display: block;
  }
}
.p-philosophy__block.-block05 .p-symbol {
  width: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block05 .p-symbol {
    width: 18.2rem;
    margin-inline: auto;
  }
}
.p-philosophy__block.-block05 .p-symbol img {
  width: 100%;
}
.p-philosophy__block.-block06 {
  margin-top: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block06 {
    margin-top: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block06 .p-block__inner {
    border-top: none;
    padding-top: 8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block06 .p-philosophy__ttl .u-jp {
    display: block;
    margin-top: 1.5rem;
    margin-left: 0;
  }
}
.p-philosophy__block.-block07 {
  scroll-margin-top: 0 !important;
}
.p-philosophy__block.-block07.is-show .p-philosophy__ttl {
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block07 {
    min-height: inherit;
  }
}
.p-philosophy__block.-block07 .p-block__inner {
  border-top: none;
}
.p-philosophy__block.-block07 .p-philosophy__inner {
  padding-top: 12.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__block.-block07 .p-philosophy__inner {
    padding-top: 0;
  }
}
.p-philosophy__block.-block07 .p-philosophy__ttl {
  transition: 0.5s opacity;
  opacity: 0;
}

.-block08.is-show .p-bubble {
  opacity: 1;
}
.-block08.is-show .p-philosophy__ttl {
  opacity: 1;
}
.-block08 .p-block__inner {
  padding-top: 20rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .-block08 .p-block__inner {
    padding-top: 6rem;
    padding-bottom: 4rem;
  }
}
.-block08 .p-ttl-wrapper {
  position: relative;
}
.-block08 .p-bubble {
  width: 43.6rem;
  position: absolute;
  left: 50%;
  top: calc(50% - 6rem);
  transform: translate(-50%, -50%);
  right: 0;
  margin-inline: auto;
  opacity: 0;
  transition: 0.5s opacity;
}
@media screen and (max-width: 767.98px) {
  .-block08 .p-bubble {
    width: 22.1rem;
  }
}
.-block08 .p-philosophy__ttl {
  text-align: center;
  position: relative;
  padding-bottom: 8rem;
  opacity: 0;
  transition: 0.5s 0.5s opacity;
}
@media screen and (max-width: 767.98px) {
  .-block08 .p-philosophy__ttl {
    padding-bottom: 7.8rem;
  }
}
.-block08 .p-philosophy__ttl::after {
  content: "";
  position: absolute;
  height: 4rem;
  bottom: 0;
  width: 1px;
  background-color: rgb(88, 88, 92);
  left: 50%;
  transform: translateX(-50%);
}
.-block08 .p-philosophy__ttl .c-main {
  width: 80rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .-block08 .p-philosophy__ttl .c-main {
    width: 26.7rem;
  }
}
.-block08 .p-philosophy__ttl .c-sub {
  display: inline-block;
  width: 31.1rem;
  margin-top: 2.1rem;
}
@media screen and (max-width: 767.98px) {
  .-block08 .p-philosophy__ttl .c-sub {
    width: 21.1rem;
  }
}
.-block08 .p-txt-wrapper {
  margin-top: 10rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .-block08 .p-txt-wrapper {
    margin-top: 4rem;
  }
}
.-block08 .c-txt {
  font-size: 1.6rem;
  line-height: 2.4;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .-block08 .c-txt {
    font-size: 1.3rem;
    line-height: 1.9;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
}
.-block08 .c-txt + .c-txt {
  margin-top: 2em;
}

.p-philosophy__ttl .u-en {
  color: rgb(53, 63, 170);
  font-size: 8rem;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__ttl .u-en {
    font-size: 5.2rem;
  }
}
.p-philosophy__ttl .u-jp {
  font-size: 2rem;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  bottom: 0.4em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__ttl .u-jp {
    font-size: 1.5rem;
    bottom: 0.1rem;
  }
}
.p-philosophy__ttl.-style2 {
  text-align: center;
}
.p-philosophy__ttl.-style2 .u-jp {
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  display: block;
  margin-top: 1.2rem;
}

.p-philosophy__content {
  max-width: 70rem;
  margin-left: auto;
  margin-top: 8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__content {
    padding-left: 0;
    margin-left: 0;
    margin-top: 5.8rem;
  }
}
.p-philosophy__content::before {
  position: absolute;
  content: "";
  left: -4.8rem;
  width: 2rem;
  border-left: 1px solid rgb(199, 199, 199);
  border-bottom: 1px solid rgb(199, 199, 199);
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__content::before {
    left: 0.8rem;
  }
}
.p-philosophy__content::after {
  position: absolute;
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  left: -2.8rem;
  background-color: rgb(199, 199, 199);
  transform: translateY(calc(-50% + 0.5px)) rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__content::after {
    left: 2.7rem;
    width: 0.3rem;
    height: 0.3rem;
  }
}

.p-philosophy__inner .c-sub-ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgb(216, 235, 245);
  background-color: rgb(53, 63, 170);
  padding: 0.8rem 1rem;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__inner .c-sub-ttl {
    font-size: 1.8rem;
  }
}
.p-philosophy__inner .c-sub-ttl + .c-txt {
  margin-top: 1.7rem;
}
.p-philosophy__inner .c-txt {
  font-size: 1.6rem;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__inner .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.c-philosophy__catch {
  position: relative;
}
.c-philosophy__catch::before {
  position: absolute;
  content: "";
  width: 2.7rem;
  height: 2.7rem;
  background: url(../img/common/icn_circle.svg) no-repeat center/contain;
  left: -6.15rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .c-philosophy__catch::before {
    width: 1.8rem;
    height: 1.8rem;
    left: -4.15rem;
    transform: translateY(0);
  }
}
.c-philosophy__catch + .c-txt {
  margin-top: 3.3rem;
}
@media screen and (max-width: 767.98px) {
  .c-philosophy__catch + .c-txt {
    margin-top: 1.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-philosophy__fst-block {
    padding-left: 4.1rem;
  }
}

.p-philosophy__snd-block {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__snd-block {
    padding-left: 4.1rem;
    margin-top: 4.6rem;
  }
}

.p-philosophy__trd-block {
  margin-top: 11rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__trd-block {
    margin-top: 5rem;
  }
}
.p-philosophy__trd-block .p-block {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__trd-block .p-block {
    margin-top: 6rem;
  }
}

.p-philosophy__trd-inner {
  border-radius: 1.2rem;
  background-color: #eaeff2;
  text-align: center;
  padding-block: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__trd-inner {
    padding: 5rem 3.2rem;
  }
}
.p-philosophy__trd-inner .c-ttl .u-en {
  display: block;
  color: rgb(53, 63, 170);
  font-weight: 600;
  font-size: 4rem;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__trd-inner .c-ttl .u-en {
    font-size: 2.8rem;
  }
}
.p-philosophy__trd-inner .c-ttl .u-jp {
  display: block;
  font-size: 2rem;
  margin-top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__trd-inner .c-ttl .u-jp {
    font-size: 1.5rem;
  }
}
.p-philosophy__trd-inner .c-txt {
  max-width: 48.4rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__trd-inner .c-txt {
    margin-top: 3.9rem;
    max-width: 26.7rem;
  }
}

.p-philosophy__list {
  margin-top: 4rem;
  padding-inline: 2rem;
  display: grid;
  grid-auto-flow: column;
  gap: 1.4rem 4rem;
}
.p-philosophy__list.l-row--5 {
  grid-template-rows: repeat(5, 1fr);
  grid-auto-columns: 46% 1fr;
}
.p-philosophy__list.l-row--3 {
  grid-template-rows: repeat(3, 1fr);
  grid-auto-columns: 50% 50%;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__list {
    display: block;
    padding-inline: 0;
    margin-top: 2.9rem;
  }
}
.p-philosophy__list.-numcolor--act1 .c-num {
  background-color: rgb(53, 63, 170);
}
.p-philosophy__list.-numcolor--act2 .c-num {
  background-color: rgb(66, 168, 244);
}

.p-philosophy__item {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  color: #000;
  -moz-column-gap: 2.2rem;
       column-gap: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__item {
    font-size: 1.3rem;
    -moz-column-gap: 1.8rem;
         column-gap: 1.8rem;
  }
  .p-philosophy__item + .p-philosophy__item {
    margin-top: 1rem;
  }
}
.p-philosophy__item .c-num {
  font-size: 1.4rem;
  color: rgb(216, 235, 245);
  border-radius: 100px;
  min-width: 4.8rem;
  display: grid;
  place-content: center;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  padding: 0.5rem;
  position: relative;
  top: -0.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-philosophy__item .c-num {
    top: -0.5rem;
    padding-block: 0.6rem;
  }
}

.p-action {
  border-radius: 1.2rem;
  border: 1px solid #c7c7c7;
  display: flex;
  align-items: center;
  min-height: 11.9rem;
  padding-inline: 4rem;
  justify-content: space-between;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-action {
    padding: 2.9rem 2rem;
    min-height: inherit;
    margin-top: 3.8rem;
  }
}
.p-action > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-action > div {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .p-action.-action01 {
    margin-top: 2.8rem;
  }
}
.p-action.-action01 .c-action__ttl {
  color: rgb(53, 63, 170);
}
.p-action.-action01 .c-sub {
  color: rgb(159, 159, 159);
}
.p-action.-action02 .c-action__ttl {
  color: rgb(66, 168, 244);
}
.p-action.-action02 .c-sub {
  color: rgb(159, 159, 159);
}
.p-action.-action03 {
  background: linear-gradient(90deg, rgb(66, 168, 244) 0%, rgb(9, 95, 200) 100%);
}
.p-action.-action03 .c-action__ttl {
  color: #fff;
}
.p-action.-action03 .c-sub {
  color: rgb(66, 168, 244);
}
.p-action.-action03 .c-txt {
  color: rgb(216, 235, 245);
}
.p-action .c-txt {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-action .c-txt {
    font-size: 1.4rem;
    margin-top: 0.8rem;
  }
}
.p-action .c-txt span {
  font-size: 1.4rem;
  margin-left: 0.8em;
  position: relative;
  top: -0.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-action .c-txt span {
    margin-left: 0;
    top: 0;
    font-size: 1.2rem;
    margin-top: 0.5rem;
  }
}
.p-action .c-sub {
  font-size: 1.4rem;
  letter-spacing: 0.3em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-action .c-sub {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
}

.c-action__ttl {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .c-action__ttl {
    font-size: 2.8rem;
  }
}

.c-block__ttl {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .c-block__ttl {
    font-size: 2rem;
    padding-left: 3.2rem;
  }
}
.c-block__ttl::before {
  content: "";
  position: absolute;
  top: 55%;
  left: 1rem;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 1.2rem;
  background-color: rgb(53, 63, 170);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 767.98px) {
  .c-block__ttl::before {
    width: 1.1rem;
    height: 0.7rem;
  }
}

.c-symbol {
  display: block;
  margin-inline: auto;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .c-symbol {
    margin-top: 3.8rem;
  }
}
.c-symbol img {
  width: 100%;
}
.c-symbol.u-multiple {
  width: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .c-symbol.u-multiple {
    width: 3.7rem;
  }
}
.c-symbol.u-equal {
  width: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-symbol.u-equal {
    width: 2.5rem;
  }
}

.p-img-block {
  margin-top: 10.6rem;
  height: 70.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-img-block {
    margin-top: 0;
    height: 18.2rem;
  }
}
.p-img-block .p-img-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  overflow: clip;
  height: 70.3rem;
}
.p-img-block .p-img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .p-img-block .p-img-wrapper {
    height: 18.2rem;
  }
}

.p-modal-btn {
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767.98px) {
  .p-modal-btn {
    padding-bottom: 7.8rem;
  }
}
@media (any-hover: hover) {
  .p-modal-btn:hover .c-btn-zoom {
    background-color: #fff;
    color: rgb(53, 63, 170);
  }
  .p-modal-btn:hover .c-btn-zoom span::before {
    background-color: rgb(53, 63, 170);
  }
}

.c-btn-zoom {
  position: absolute;
  bottom: 2.5rem;
  left: 0;
  right: 0;
  max-width: 22rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-btn-zoom {
    bottom: 0;
    max-width: 27rem;
  }
}

.p-modal {
  position: fixed;
  z-index: 10001;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s opacity, 0.3s visibility;
}
.p-modal.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.p-modal__inner {
  max-width: 90%;
  max-height: 90vh;
  position: relative;
  z-index: 10;
  margin-inline: auto;
}
.p-modal__inner img {
  max-width: 100%;
  max-height: 100%;
}

.p-modal__close {
  position: absolute;
  top: -1em;
  right: 0;
  font-size: 4rem;
  background-color: transparent;
  cursor: pointer;
}

.p-symbol__body {
  width: 37.7rem;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  .p-symbol__body {
    width: auto;
    margin-top: 4rem;
    margin-left: 0;
  }
}
.p-symbol__body .c-txt {
  font-size: 1.4rem;
  line-height: 2;
  color: #000;
}
@media screen and (max-width: 767.98px) {
  .p-symbol__body .c-txt {
    line-height: 1.75;
    letter-spacing: -0.03em;
  }
}
.p-symbol__body .c-txt + .c-txt {
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .p-symbol__body .c-txt + .c-txt {
    margin-top: 2em;
  }
}

.p-message__img-wrapper {
  margin-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__img-wrapper {
    margin: 4.8rem calc(50% - 50vw) 0;
  }
}

.p-message__block {
  padding: 9rem 5rem;
  border-bottom: 1px solid rgb(199, 199, 199);
}
@media screen and (max-width: 767.98px) {
  .p-message__block {
    padding: 4rem 0 6rem;
  }
}
.p-message__block .c-number {
  font-family: "Jost", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: rgb(53, 63, 170);
  letter-spacing: 0.18em;
}
@media screen and (max-width: 767.98px) {
  .p-message__block .c-number {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
  }
}
.p-message__block .c-txt {
  font-size: 1.6rem;
  line-height: 2.5;
  color: #000;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-message__block .c-txt {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}
.p-message__block .c-name {
  text-align: right;
  margin-top: 3rem;
  color: #000;
  font-size: 2.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .p-message__block .c-name {
    margin-top: 1.8rem;
    font-size: 1.8rem;
  }
}
.p-message__block .c-name span {
  letter-spacing: 0.14em;
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__block .c-name span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-message__block + .p-message__block {
    padding-top: 6rem;
  }
}

.p-message__ttl {
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__ttl {
    font-size: 2rem;
    margin-top: 1.8rem;
  }
}
.p-message__ttl + .c-txt {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-message__ttl + .c-txt {
    margin-top: 1.4rem;
  }
}

.p-bg-wrapper {
  height: 1px;
  width: 100%;
}
.p-bg-wrapper.is-bg-fixed::after {
  position: fixed;
  top: 0;
}
.p-bg-wrapper::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/philosophy/bg_ourcommitment.jpg) no-repeat center right/cover;
}
@media screen and (max-width: 767.98px) {
  .p-bg-wrapper::after {
    background: url(../img/philosophy/bg_ourcommitment_sp.jpg) no-repeat center bottom/cover;
  }
}

.l-link-list__content {
  padding-top: 12rem;
  padding-bottom: 11.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-link-list__content {
    padding-top: 4rem;
    padding-bottom: 8.2rem;
  }
}
/*# sourceMappingURL=philosophy.css.map */