@import url("https://fonts.googleapis.com/css2&family=Noto+Sans+JP:wght@100..900&display=swap");
@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    height: -webkit-fill-available;
  }
}
html {
  scroll-behavior: smooth;
}

body {
  margin: 0 !important;
  padding: 0;
  position: relative;
  padding-top: 0;
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-feature-settings: "palt";
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

a,
a:visited,
a:active {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

p:not([class]) {
  font-size: clamp(13px, 0.34vi + 11.64px, 16px);
}

.heading-2 {
  font-size: clamp(31.74px, 2.13vi + 23.2px, 50.52px);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: min(4rem, 6vw);
  margin-top: 0;
}
.heading-2 small {
  font-size: clamp(13px, 0.34vi + 11.64px, 16px);
  text-align: center;
}
.heading-2 small:before {
  content: "";
  display: block;
  margin: 0 auto 0.75rem;
  width: 50px;
  height: 5px;
  background-color: oklch(80% 0.1631 86.05deg);
}

.lead-text {
  margin-bottom: min(4rem, 6vw);
}
.lead-text p {
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  text-align: center;
  line-height: 2;
}
.lead-text p strong {
  background: linear-gradient(to bottom, transparent 70%, oklch(80% 0.1631 86.05deg) 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.1em;
}
@media screen and (max-width:991px) {
  .lead-text p {
    text-align: left;
  }
  .lead-text p br {
    display: none;
  }
}

.l-container {
  width: min(100vw - 2rem, 1280px);
  margin: 0 auto;
}

.l-footer {
  width: 100%;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
}
.l-footer img {
  width: 100px;
}
.l-footer p {
  font-size: clamp(10.4px, 0.18vi + 9.67px, 12px);
}

.l-header {
  width: min(100vw - 2rem, 1280px);
  padding: 1rem 0;
  position: absolute;
  transform: translateY(-100%);
  animation: headerSlide 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
  top: 0;
  left: max((100vw - 1280px) / 2, 1rem);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-header-logo {
  width: 100px;
}
.l-header-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-header nav {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding-right: 1rem;
}
.l-header nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width:991px) {
  .l-header nav ul {
    display: none;
  }
}
.l-header nav ul a,
.l-header nav ul a:visited,
.l-header nav ul a:active {
  color: oklch(100% 0 0deg);
  font-size: clamp(13px, 0.34vi + 11.64px, 16px);
  transition: opacity 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header nav ul a:hover,
.l-header nav ul a:visited:hover,
.l-header nav ul a:active:hover {
  opacity: 0.5;
}
.l-header-cta {
  background-color: oklch(80% 0.1631 86.05deg);
  padding: 0.25rem 1rem;
  border-radius: 4px;
  color: oklch(100% 0 0deg);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.l-header-cta:hover {
  background-color: oklch(90% 0.1631 86.05deg);
}

@keyframes headerSlide {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.p-cover {
  width: calc((100vw - 1280px) / 2 + 1280px);
  background-color: oklch(40% 0.1313 278.58deg);
  border-radius: 0 0 32px 0;
  position: relative;
  overflow: hidden;
  padding: 10rem 0 5rem;
}
@media screen and (max-width:991px) {
  .p-cover {
    width: calc(100% - 1rem);
    border-radius: 0 0 24px 0;
    padding: 4rem 0 2rem;
  }
}
.p-cover-contents {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 2rem);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: oklch(100% 0 0deg);
  gap: 4rem;
}
@media screen and (max-width:991px) {
  .p-cover-contents {
    flex-direction: column;
    gap: 0;
  }
}
.p-cover-illust {
  width: 40%;
  position: relative;
}
@media screen and (max-width:991px) {
  .p-cover-illust {
    width: min(80%, 480px);
  }
}
.p-cover-illust img {
  position: relative;
  z-index: 2;
  animation: scaleUp 0.8s ease forwards;
  animation-delay: 0.8s;
  transform: scale(0);
}
.p-cover-circle-1 {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background-color: oklch(90% 0.1313 278.58deg);
  position: absolute;
  right: 0;
  top: 0px;
  animation: scaleUp 0.8s ease forwards;
  animation-delay: 0.2s;
  transform: scale(0);
}
.p-cover-circle-2 {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: oklch(70% 0.1631 86.05deg);
  position: absolute;
  left: 0;
  bottom: 0;
  animation: scaleUp 0.8s ease forwards;
  animation-delay: 0.4s;
  transform: scale(0);
}
.p-cover-circle-3 {
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 60px;
  background-color: oklch(70% 0.1313 278.58deg);
  position: absolute;
  right: 0;
  bottom: -50px;
  animation: scaleUp 0.8s ease forwards;
  animation-delay: 0.6s;
  transform: scale(0);
}
.p-cover-text {
  width: 480px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:991px) {
  .p-cover-text {
    width: min(100% - 1rem, 480px);
    gap: 0;
    padding-right: 1rem;
  }
}
.p-cover-text-1, .p-cover-text-2 {
  font-size: min(2rem, 5vw);
  margin: 0;
}
.p-cover-text-1 {
  opacity: 0;
  animation: fadeInText 0.8s ease forwards;
  animation-delay: 0.2s;
}
.p-cover-text-2 {
  opacity: 0;
  animation: fadeInText 0.8s ease forwards;
  animation-delay: 1.8s;
}
.p-cover-text-3 {
  text-align: center;
  color: oklch(100% 0 0deg);
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  position: relative;
  z-index: 5;
  margin: 5rem 1rem 0;
  opacity: 0;
  animation: fadeInText 0.8s ease forwards;
  animation-delay: 2.3s;
}
@media screen and (max-width:991px) {
  .p-cover-text-3 {
    text-align: left;
  }
}
.p-cover-copy-1, .p-cover-copy-2 {
  width: 100%;
  background-color: oklch(100% 0 0deg);
  padding: 1rem 2rem;
  margin: 0.25rem 0;
  border: 3px solid oklch(0% 0 0deg);
  overflow: hidden;
  opacity: 0;
  animation: fadeInText 0.6s ease forwards;
  position: relative;
}
.p-cover-copy-1 img, .p-cover-copy-2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-cover-copy-1 {
  animation-delay: 0.5s;
}
.p-cover-copy-1 img {
  position: relative;
  z-index: 2;
}
.p-cover-copy-1::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: oklch(100% 0 0deg);
  animation: revealMaskBox 0.8s ease forwards;
  animation-delay: 0.8s;
}
.p-cover-copy-2 {
  animation-delay: 1s;
}
.p-cover-copy-2 img {
  position: relative;
  z-index: 2;
}
.p-cover-copy-2::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: oklch(100% 0 0deg);
  animation: revealMaskBox 0.8s ease forwards;
  animation-delay: 1.3s;
}

@keyframes scaleUp {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes revealMask {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}
@keyframes revealMaskBox {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.p-message {
  padding: min(4rem, 8vw) 0;
}
.p-message h2 {
  margin-top: 0;
}
.p-message p {
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  font-weight: 500;
  text-align: center;
  line-height: 2;
  margin-bottom: min(4rem, 6vw);
}
@media screen and (max-width:991px) {
  .p-message p {
    text-align: left;
  }
  .p-message p br {
    display: none;
  }
}
.p-message p strong {
  background: linear-gradient(to bottom, transparent 70%, oklch(80% 0.1631 86.05deg) 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.1em;
}

.p-service {
  width: 100%;
  position: relative;
  margin-bottom: min(4rem, 6vw);
}
.p-service:before {
  content: "";
  display: block;
  width: calc((100vw - 1280px) / 2 + 1280px);
  height: 100%;
  background-color: oklch(40% 0.1313 278.58deg);
  border-radius: 32px 0 0 32px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width:991px) {
  .p-service:before {
    width: calc(100% - 1rem);
    border-radius: 24px 0 0 24px;
  }
}
.p-service-contents {
  position: relative;
  margin: 0 auto;
  width: min(100vw - 2rem, 1280px);
  color: oklch(100% 0 0deg);
  padding: min(4rem, 8vw) 2rem;
}
@media screen and (max-width:991px) {
  .p-service-contents {
    padding: min(4rem, 8vw) 1rem;
  }
}
.p-service-lead {
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  text-align: center;
  line-height: 2;
}
.p-service-lead strong {
  background: linear-gradient(to bottom, transparent 70%, oklch(80% 0.1631 86.05deg) 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.1em;
}
@media screen and (max-width:991px) {
  .p-service-lead {
    text-align: left;
  }
  .p-service-lead br {
    display: none;
  }
}
.p-service-1 h3, .p-service-2 h3 {
  font-size: clamp(20.31px, 0.92vi + 16.62px, 28.43px);
  margin: 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.p-service-1 h3 strong, .p-service-2 h3 strong {
  display: flex;
  font-size: clamp(13px, 0.34vi + 11.64px, 16px);
  font-weight: 400;
}
.p-service-1 h3 strong:before, .p-service-2 h3 strong:before {
  content: "";
  display: block;
  background-color: oklch(40% 0.1313 278.58deg);
  width: 2px;
  height: 16px;
  transform: skewX(45deg) translateY(5px);
  margin-right: 1rem;
}
.p-service-1 h3 strong:after, .p-service-2 h3 strong:after {
  content: "";
  display: block;
  background-color: oklch(40% 0.1313 278.58deg);
  width: 2px;
  height: 16px;
  transform: skewX(-45deg) translateY(5px);
  margin-left: 1rem;
}
.p-service-1 {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width:991px) {
  .p-service-1 {
    gap: 1rem;
    margin-bottom: 1rem;
  }
}
.p-service-1 > div {
  position: relative;
  background-color: oklch(90% 0.1313 278.58deg);
  flex: 1;
  border-radius: 8px;
  color: oklch(40% 0.1313 278.58deg);
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-service-1 > div:after {
  content: "";
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  bottom: -48px;
  left: calc(50% - 25px);
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
  animation: concept-arrow-float 2s ease-in-out infinite;
}
.p-service-2 {
  background-color: oklch(100% 0 0deg);
  flex: 1;
  border-radius: 8px;
  color: oklch(40% 0.1313 278.58deg);
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.p-service-illust-1 {
  position: absolute;
  width: 200px;
  top: -120px;
  left: -80px;
  z-index: 2;
}
@media screen and (max-width:991px) {
  .p-service-illust-1 {
    width: 120px;
    bottom: -60px;
    left: -50px;
    top: inherit;
  }
}
.p-service-illust-2 {
  position: absolute;
  width: 240px;
  bottom: -100px;
  right: -80px;
  z-index: 2;
}
@media screen and (max-width:991px) {
  .p-service-illust-2 {
    width: 120px;
    bottom: -60px;
    right: -30px;
    top: inherit;
  }
}
.p-service-nav ul {
  list-style: none;
  margin: 0;
  margin: min(4rem, 6vw) 0;
  padding: 0;
  display: flex;
  gap: 1rem;
  width: 100%;
}
@media screen and (max-width:991px) {
  .p-service-nav ul {
    flex-direction: column;
  }
}
.p-service-nav ul li {
  margin: 0;
  padding: 0;
  flex: 1;
}
.p-service-nav ul li a {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border: 2px solid oklch(50% 0.1313 278.58deg);
  border-radius: 0.5rem;
  text-decoration: none;
  align-items: center;
  transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width:991px) {
  .p-service-nav ul li a {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 0.5rem 1rem;
  }
}
.p-service-nav ul li a:hover {
  transform: translateY(-8px);
  background-color: oklch(90% 0.1313 278.58deg);
}
.p-service-nav-btn-text {
  text-align: center;
}
.p-service-nav-btn-text h2 {
  color: oklch(30% 0.1313 278.58deg);
  font-weight: 500;
  font-size: min(2rem, 6vw);
  margin: 0 0 0.25em;
  line-height: 1;
}
.p-service-nav-btn-text p {
  margin: 0;
  font-size: min(0.875rem, 3.5vw);
  color: oklch(30% 0.1313 278.58deg);
}
@media screen and (max-width:991px) {
  .p-service-nav-btn-text {
    text-align: left;
  }
}
.p-service-nav-btn-image {
  width: 200px;
  height: 200px;
}
@media screen and (max-width:991px) {
  .p-service-nav-btn-image {
    width: 100px;
    height: 100px;
  }
}
.p-service-nav-btn-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-service-nav h3 {
  font-size: clamp(20.31px, 0.92vi + 16.62px, 28.43px);
  text-align: center;
}

@keyframes concept-arrow-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-16px);
  }
}
.p-customer {
  padding: min(4rem, 8vw) 0;
  width: 100%;
}
.p-customer h2 {
  margin-top: 0;
}
.p-customer h3 {
  color: oklch(40% 0.1313 278.58deg);
}
.p-customer-figure {
  width: 90%;
  aspect-ratio: 16/9;
  margin: 0 auto;
  background-color: oklch(90% 0.1313 278.58deg);
}
@media screen and (max-width:991px) {
  .p-customer-figure {
    width: 100%;
  }
}
.p-customer-1, .p-customer-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width:991px) {
  .p-customer-1, .p-customer-2 {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.p-customer-1 ul, .p-customer-2 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width:991px) {
  .p-customer-1 ul, .p-customer-2 ul {
    justify-content: center;
    width: 100%;
  }
}
.p-customer-1 ul li, .p-customer-2 ul li {
  background-color: oklch(50% 0.1313 278.58deg);
  color: oklch(100% 0 0deg);
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  padding: 0.5em 1em;
  border-radius: 8px;
}
.p-customer-1 img, .p-customer-2 img {
  width: min(400px, 70%);
  margin: 1rem auto;
}
.p-customer-2 {
  flex-direction: row-reverse;
}
@media screen and (max-width:991px) {
  .p-customer-2 {
    flex-direction: column;
    gap: 2rem;
  }
}
.p-customer-solution {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: min(4rem, 6vw);
}
.p-customer-solution li {
  background-color: oklch(40% 0.1313 278.58deg);
  color: oklch(100% 0 0deg);
  height: 2rem;
  border-radius: 1rem;
  padding: 0.5rem 2rem;
  line-height: 1;
}
.p-customer-value {
  background-color: oklch(90% 0 0deg);
  border-radius: 8px;
  color: oklch(0% 0 0deg);
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width:991px) {
  .p-customer-value {
    flex-direction: column;
  }
}
.p-customer-value h4 {
  width: 120px;
  height: 120px;
  background-color: oklch(40% 0.1313 278.58deg);
  color: oklch(100% 0 0deg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  text-align: center;
  margin: 0;
  flex-shrink: 0;
}

.p-management {
  width: 100%;
  position: relative;
}
.p-management:before {
  content: "";
  display: block;
  width: calc((100vw - 1280px) / 2 + 1280px);
  height: 100%;
  background-color: oklch(40% 0.1313 278.58deg);
  border-radius: 32px 0 0 32px;
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width:991px) {
  .p-management:before {
    width: calc(100% - 1rem);
    border-radius: 24px 0 0 24px;
  }
}
.p-management-contents {
  position: relative;
  margin: 0 auto;
  width: min(100vw - 2rem, 1280px);
  color: oklch(100% 0 0deg);
  padding: min(4rem, 8vw) 2rem;
}
@media screen and (max-width:991px) {
  .p-management-contents {
    padding: min(4rem, 8vw) 1rem;
  }
}
.p-management-contents h3 {
  color: oklch(80% 0.1631 86.05deg);
}
.p-management h2 {
  font-size: min(3rem, 7vw);
  text-align: center;
  margin-top: 0;
}
.p-management-lead {
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  text-align: center;
  line-height: 2;
}
.p-management-lead strong {
  background: linear-gradient(to bottom, transparent 70%, oklch(80% 0.1631 86.05deg) 70%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 0 0.1em;
}
@media screen and (max-width:991px) {
  .p-management-lead {
    text-align: left;
  }
  .p-management-lead br {
    display: none;
  }
}
.p-management-figure {
  width: 100%;
  aspect-ratio: 16/9;
  background-color: oklch(50% 0.1313 278.58deg);
}
.p-management-flex {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.p-management-flex h3 {
  font-size: clamp(25.39px, 1.42vi + 19.71px, 37.9px);
}
.p-management-flex img {
  width: min(80%, 400px);
  height: auto;
  object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width:991px) {
  .p-management-flex {
    flex-direction: column-reverse;
    gap: 0;
  }
}

.p-partners {
  padding: min(4rem, 8vw) 0;
  width: 100%;
  color: oklch(20% 0 0deg);
  margin-bottom: min(4rem, 6vw);
}
.p-partners .heading-2 {
  margin-bottom: 0;
}
.p-partners .heading-2 + p {
  text-align: center;
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.p-partners-lead {
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  text-align: center;
  line-height: 2;
  margin-bottom: 3rem;
}
@media screen and (max-width:991px) {
  .p-partners-lead {
    text-align: left;
    margin-bottom: 2rem;
  }
  .p-partners-lead br {
    display: none;
  }
}
.p-partners h3 {
  text-align: center;
  font-weight: 500;
  padding: 0.25em 0;
  font-size: clamp(10.4px, 0.18vi + 9.67px, 12px);
  margin: 0;
  background-color: #efefef;
}
.p-partners ul {
  list-style: none;
  margin: 0;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem 2rem;
  flex-wrap: wrap;
}
.p-partners ul img {
  height: min(50px, 8vw);
}
@media screen and (max-width:991px) {
  .p-partners ul {
    padding: 1rem 0;
  }
}
@media screen and (min-width:992px) {
  .p-partners-list {
    display: flex;
    gap: 0.5rem;
    justify-content: space-between;
  }
}
.p-partners-list > div {
  flex: 1;
}
.p-partners-list > div.flex-2 {
  flex: 2;
}
.p-partners-list > div.flex-15 {
  flex: 1.5;
}

.p-company {
  padding-top: min(4rem, 8vw);
  margin: 0 auto;
  width: min(1280px, 100% - 2rem);
  background-color: oklch(40% 0.1313 278.58deg);
  border-radius: 32px;
  overflow: hidden;
  color: oklch(100% 0 0deg);
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width:991px) {
  .p-company {
    border-radius: 24px;
  }
}
.p-company-photo {
  width: 100%;
  aspect-ratio: 16/6;
}
@media screen and (max-width:991px) {
  .p-company-photo {
    aspect-ratio: 16/10;
  }
}
.p-company-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-company h2 {
  font-size: min(3rem, 7vw);
  text-align: center;
  margin-top: 0;
}
.p-company table {
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
}
.p-company table th {
  text-align: left;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width:991px) {
  .p-company table th {
    border-bottom: none;
    display: block;
    padding-bottom: 0;
    font-size: clamp(13px, 0.34vi + 11.64px, 16px);
  }
}
.p-company table td {
  text-align: left;
  padding: 1rem 0.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-company table td small {
  font-size: clamp(10.4px, 0.18vi + 9.67px, 12px);
  display: block;
}
@media screen and (max-width:991px) {
  .p-company table td {
    display: block;
    padding-top: 0;
  }
}
.p-company table tr:last-child th,
.p-company table tr:last-child td {
  border-bottom: none;
}
.p-company table a,
.p-company table a:visited,
.p-company table a:active {
  color: oklch(100% 0 0deg);
  text-decoration: underline;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0.25rem;
}
.p-company table a:after,
.p-company table a:visited:after,
.p-company table a:active:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon_link.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-company table a:hover {
  text-decoration: none;
}
.p-company-cta {
  margin-top: min(4rem, 8vw);
  margin-bottom: min(4rem, 8vw);
  background-color: oklch(80% 0.1631 86.05deg);
  padding: 0.75rem 2rem;
  border-radius: 8px;
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  color: oklch(100% 0 0deg);
  transition: background-color 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.p-company-cta:hover {
  background-color: oklch(90% 0.1631 86.05deg);
}
.p-company iframe {
  width: calc(100% - 1rem);
  margin: 3rem auto 0;
  height: 1200px;
}

.p-concept {
  width: 100%;
  position: relative;
}
.p-concept:before {
  content: "";
  display: block;
  width: calc((100vw - 1280px) / 2 + 1280px);
  height: 100%;
  background-color: oklch(40% 0.1313 278.58deg);
  border-radius: 0 32px 32px 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:991px) {
  .p-concept:before {
    width: calc(100% - 1rem);
    border-radius: 0 24px 24px 0;
  }
}
.p-concept-contents {
  position: relative;
  margin: 0 auto;
  width: min(100vw - 2rem, 1280px);
  color: oklch(100% 0 0deg);
  padding: min(4rem, 8vw) 2rem;
}
@media screen and (max-width:991px) {
  .p-concept-contents {
    padding: min(4rem, 8vw) 1rem;
  }
}
.p-concept-contents h3 {
  color: oklch(80% 0.1631 86.05deg);
}
.p-concept-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  margin-bottom: min(2rem, 3vw);
}
@media screen and (max-width:991px) {
  .p-concept-flex {
    gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-concept-flex.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width:991px) {
  .p-concept-flex.rev {
    flex-direction: column;
  }
}
.p-concept-flex h3 {
  font-size: clamp(20.31px, 0.92vi + 16.62px, 28.43px);
}
.p-concept-flex img {
  width: min(60vw, 400px);
}
@media screen and (max-width:991px) {
  .p-concept-flex img {
    margin: 0 auto;
  }
}
.p-concept-value {
  background-color: oklch(100% 0 0deg);
  border-radius: 8px;
  color: oklch(0% 0 0deg);
  padding: 2rem 1rem;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width:991px) {
  .p-concept-value {
    flex-direction: column;
  }
}
.p-concept-value h4 {
  width: 120px;
  height: 120px;
  background-color: oklch(40% 0.1313 278.58deg);
  color: oklch(100% 0 0deg);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  text-align: center;
  margin: 0;
  flex-shrink: 0;
}

.p-ceo-contents {
  display: flex;
  align-items: center;
}
.p-ceo-contents > div {
  flex: 1;
}
.p-ceo-profile {
  max-width: 1100px;
  margin: 0 auto;
}
.p-ceo-profile h3 {
  display: inline-block;
  border-bottom: 3px solid oklch(0% 0 0deg);
  padding-bottom: 1rem;
  font-size: clamp(25.39px, 1.42vi + 19.71px, 37.9px);
  position: relative;
  margin-top: 0;
  font-style: italic;
}
.p-ceo-profile h3:after {
  content: "";
  display: block;
  z-index: 2;
  width: 21px;
  height: 26px;
  background-image: url("../images/fukidashi.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 100px;
  bottom: -22px;
}
@media screen and (max-width:991px) {
  .p-ceo-profile h3:after {
    left: calc(50% - 10px);
  }
}
.p-ceo-profile > div {
  display: flex;
  align-items: center;
  margin-bottom: min(4rem, 6vw);
  justify-content: center;
  gap: 1rem;
}
@media screen and (max-width:991px) {
  .p-ceo-profile > div {
    flex-direction: column;
  }
}
.p-ceo-profile > div img {
  width: 160px;
  height: 160px;
}
.p-ceo-profile > div h4 {
  font-size: clamp(16.25px, 0.58vi + 13.94px, 21.33px);
  margin-bottom: 0;
}
.p-ceo-profile > div p {
  font-size: clamp(13px, 0.34vi + 11.64px, 16px);
  margin-bottom: 0;
}