@media (min-width: 768px) {
  .p-philosophy__head {
    display: flex;
    align-items: flex-start;
    gap: min(3.3333333333vw, 48px);
  }
}
.p-philosophy__head-media {
  aspect-ratio: 335/204;
  border-radius: 2rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .p-philosophy__head-media {
    margin-bottom: 4.8rem;
  }
}
@media (min-width: 768px) {
  .p-philosophy__head-media {
    aspect-ratio: 510/311;
    flex-shrink: 0;
    width: min(35.4166666667vw, 510px);
  }
}
@media (min-width: 768px) {
  .p-philosophy__head-body {
    flex: 1 1;
  }
}
.p-philosophy__head-ttl {
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__head-ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-bottom: 4rem;
  }
}
.p-philosophy__content {
  position: relative;
  isolation: isolate;
  padding-top: 8rem;
  margin-top: 5.2rem;
}
@media (min-width: 768px) {
  .p-philosophy__content {
    padding-top: 12.4rem;
    margin-top: 11.8rem;
  }
}
.p-philosophy__content::before {
  background: #FFFEFA;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: -24.4rem;
  right: -24.4rem;
  width: 86.3rem;
  height: 71rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-philosophy__content::before {
    left: -38.8888888889vw;
    width: 144.5833333333vw;
    height: 49.3055555556vw;
  }
}
.p-philosophy__content::after {
  content: "";
  background-color: #FFFEFA;
  height: 60rem;
  position: absolute;
  top: 10rem;
  left: -2rem;
  right: -2rem;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-philosophy__content::after {
    height: 85.4rem;
    top: 19.2rem;
    left: -4.8rem;
    right: -4.8rem;
  }
}
.p-philosophy__intro-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__intro-ttl {
    font-size: 2.4rem;
    line-height: 1.6666666667;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-philosophy__intro .c-txt {
    line-height: 1.6;
  }
}
.p-philosophy__intro-stick {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin-block: 4.8rem;
}
@media (min-width: 768px) {
  .p-philosophy__intro-stick {
    margin-block: 8.7rem 9rem;
  }
}
.p-philosophy__intro-stick div {
  border-radius: 50%;
  width: 0.6rem;
  height: 0.5rem;
}
.p-philosophy__intro-stick div:nth-child(1) {
  background-color: #1C7AA6;
}
.p-philosophy__intro-stick div:nth-child(2) {
  background-color: #DC4240;
}
.p-philosophy__intro-stick div:nth-child(3) {
  background-color: #237663;
}
.p-philosophy__intro-stick div:nth-child(4) {
  background-color: #EEC261;
}
.p-philosophy__intro-media {
  margin-inline: -2rem;
}
@media (min-width: 768px) {
  .p-philosophy__intro-media {
    margin-inline: -4.8rem;
  }
}
@media (max-width: 767px) {
  .p-philosophy__intro-media {
    aspect-ratio: 375/350;
  }
  .p-philosophy__intro-media img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.p-philosophy__marquee {
  overflow: hidden;
  margin: 8.3rem -2rem 0;
}
@media (min-width: 768px) {
  .p-philosophy__marquee {
    margin: 10.6rem -4.8rem 0;
  }
}
.p-philosophy__marquee .track {
  color: rgba(0, 0, 0, 0.04);
  font-size: 7rem;
  font-weight: 700;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marquee 35s linear infinite;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .p-philosophy__marquee .track {
    font-size: 9.6rem;
  }
}
.p-philosophy__marquee .track-item {
  width: auto;
  line-height: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.p-philosophy__marquee .track-item img {
  margin: 0 1rem;
}
.p-philosophy__detail {
  margin-top: 7.2rem;
}
@media (min-width: 768px) {
  .p-philosophy__detail {
    margin-top: 11.7rem;
  }
}
.p-philosophy__detail .ttl02 {
  border-bottom: 1px solid #E0E0DC;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  display: flex;
  gap: 0.8rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-philosophy__detail .ttl02 {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.p-philosophy__detail .ttl02::before {
  background-color: rgba(51, 51, 51, 0.5019607843);
  border-radius: 50%;
  content: "";
  width: 0.6rem;
  height: 0.5rem;
  position: relative;
  top: 1rem;
}
@media (min-width: 768px) {
  .p-philosophy__detail .ttl02::before {
    background-color: #EFC361;
    top: 1.5rem;
  }
}
.p-philosophy__detail .content {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__detail .content {
    flex-direction: row;
    gap: 4.2rem;
  }
}
.p-philosophy__detail .content .media {
  aspect-ratio: 335/223;
  border-radius: 2rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-philosophy__detail .content .media {
    aspect-ratio: 470/313;
    flex-shrink: 0;
    width: 46.0333006856%;
  }
}
@media (min-width: 1341px) {
  .p-philosophy__detail .content .media {
    width: 47rem;
  }
}
.p-philosophy__card {
  margin-top: 4.8rem;
}
@media (min-width: 768px) {
  .p-philosophy__card {
    margin-top: 12rem;
  }
}
.p-philosophy__card .ttl02 {
  border-bottom: 1px solid #E0E0DC;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3333333333;
  display: flex;
  gap: 0.8rem;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-philosophy__card .ttl02 {
    font-size: 2.4rem;
    padding-bottom: 2.4rem;
    margin-bottom: 3.2rem;
  }
}
.p-philosophy__card .ttl02::before {
  background-color: rgba(51, 51, 51, 0.5019607843);
  border-radius: 50%;
  content: "";
  width: 0.6rem;
  height: 0.5rem;
  position: relative;
  top: 1rem;
}
@media (min-width: 768px) {
  .p-philosophy__card .ttl02::before {
    background-color: #EFC361;
    top: 1.5rem;
  }
}
.p-philosophy__card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3.2rem;
  margin-top: 4rem;
}
@media (min-width: 768px) {
  .p-philosophy__card-list {
    gap: 5rem;
    margin-top: 6.9rem;
  }
}
.p-philosophy__card-list li {
  position: relative;
}
@media (max-width: 767px) {
  .p-philosophy__card-list li:not(:last-child) {
    padding-bottom: 3.2rem;
  }
}
@media (min-width: 768px) {
  .p-philosophy__card-list li {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .p-philosophy__card-list li:not(:last-child)::after {
    background: url(../images/common/ic_line_2.png) repeat-y;
    background-position: right center;
    background-size: 1px 2rem;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -2.5rem;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .p-philosophy__card-list li:not(:last-child) {
    border-bottom: 1px dotted #D6D6D2;
  }
}
.p-philosophy__card-list li .media {
  aspect-ratio: 335/223;
  border-radius: 2rem;
  overflow: hidden;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__card-list li .media {
    aspect-ratio: 308/205;
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
@media (min-width: 768px) {
  .p-philosophy__card-list li .content {
    padding-inline: 2.4rem;
  }
}
.p-philosophy__card-list li .ttl {
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-philosophy__card-list li .ttl {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 2.4rem;
  }
}
.p-philosophy__info {
  counter-reset: section;
  margin-top: 8rem;
}
@media (min-width: 768px) {
  .p-philosophy__info {
    margin-top: 18rem;
  }
}
.p-philosophy__info-logo {
  max-width: 20rem;
  margin: 0 auto 6.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__info-logo {
    max-width: 33rem;
    margin-bottom: 7.2rem;
  }
}
.p-philosophy__info-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__info-ttl {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .p-philosophy__info .c-txt {
    line-height: 1.6;
  }
}
.p-philosophy__post {
  display: flex;
  gap: 2.5rem;
  flex-wrap: wrap;
  margin-top: 6.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__post {
    gap: 4.5rem;
    margin-top: 5.6rem;
  }
}
.p-philosophy__post-item {
  background-color: rgba(51, 51, 51, 0.05);
  border-radius: 2rem;
  padding: 3rem 2.4rem;
}
@media (min-width: 768px) {
  .p-philosophy__post-item {
    padding: 3.2rem;
    flex: 0 0 calc(50% - 2.25rem);
  }
}
.p-philosophy__post-item .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  gap: 1.1rem;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-philosophy__post-item .ttl {
    font-size: 2rem;
    gap: 0.8rem;
    line-height: 1.6;
    margin-bottom: 2.4rem;
  }
}
.p-philosophy__post-item .ttl::before {
  background-color: #333333;
  border: 2px solid #D9D9D4;
  border-radius: 1.2rem;
  color: #FFF;
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
  font-size: 1.2rem;
  font-family: "Arvo", serif;
  flex-shrink: 0;
  width: 3.589rem;
  height: 2.405rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
}
@media (min-width: 768px) {
  .p-philosophy__post-item .ttl::before {
    font-size: 1rem;
    width: 3.1rem;
    height: 1.9rem;
    top: 0.5rem;
  }
}
.p-philosophy__post-sns {
  background-color: #F7F7F2;
  border-radius: 0.6rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2rem;
  padding: 2.3rem;
}
@media (min-width: 768px) {
  .p-philosophy__post-sns {
    margin-top: 5.6rem;
    padding: 1.5rem 2rem;
  }
}
.p-philosophy__post-sns__ttl {
  font-size: 1.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  padding-right: 1.7rem;
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .p-philosophy__post-sns__ttl {
    font-size: 1rem;
    padding-right: 2rem;
  }
}
.p-philosophy__post-sns__ttl::after {
  background: url(../images/common/ic_line_2.png) repeat-y;
  background-position: right center;
  background-size: 1px 2rem;
  content: "";
  width: 1px;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.p-philosophy__post-sns__list {
  display: flex;
  gap: 2.4rem;
}
.p-philosophy__post-sns__list li button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.p-philosophy__post-sns__list li img {
  height: 2.6rem;
  width: auto;
  display: block;
}
.p-philosophy__post-sns__list.--follow {
  gap: 1.8rem;
}
.p-philosophy__post-sns__list.--follow li.tw a img {
  width: 1.467rem;
  height: 1.5rem;
}
.p-philosophy__post-sns__list.--follow li.ins a img {
  height: 1.7rem;
}
.p-philosophy__post-sns__list.--follow li.ytb a img {
  width: 2.413rem;
  height: 1.7rem;
}