/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  overflow-x: hidden;
  width: 100%;
}

body {
  position: relative;
  background: #0E0E0E;
  counter-reset: bp-counter;
}
body.fixed {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
  touch-action: none;
}

a {
  color: #fff;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.u-en {
  font-family: "Sora", sans-serif;
}

.l-wrapper {
  padding-left: 40px;
  padding-right: 40px;
}

.l-inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1240px;
}

.pc-only {
  display: block;
}

.br-pc-only {
  display: inline;
}

.sp-only {
  display: none;
}

.br-sp-only {
  display: none;
}

.section-title {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.section-title__label {
  display: flex;
  align-items: center;
  gap: 12px;
}
.section-title__label .label-line {
  display: block;
  width: 83px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #289D96 100%);
}
.section-title__label .label-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.section-title__title {
  font-size: 75px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: -0.03em;
}

/*===========================================================================*/
/*  header  */
/*===========================================================================*/
.p-header {
  position: fixed;
  top: 38px;
  left: 0;
  width: 100%;
  z-index: 200;
  background: transparent;
}
.p-header__nav {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-header__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  width: 100%;
}
@media (max-width: 1100px) {
  .p-header__list {
    gap: 50px;
  }
}
.p-header__item a {
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.03em;
  transition: opacity 0.3s;
}
.p-header__item a:hover {
  opacity: 0.7;
}

/*===========================================================================*/
/*  hamburger menu  */
/*===========================================================================*/
.ham-menu {
  display: none;
}

/*===========================================================================*/
/*  mv  */
/*===========================================================================*/
.p-mv {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px;
}
.p-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 81%;
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%);
  z-index: 1;
}
.p-mv__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-mv .l-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 20px;
  z-index: 2;
}
.p-mv__wrap {
  position: relative;
  text-align: right;
  font-size: 130px;
  font-weight: 200;
  line-height: 105%;
  letter-spacing: -0.03em;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .p-mv__wrap {
    font-size: 90px;
  }
}
.p-mv__logo {
  position: absolute;
  top: 0.15em;
  left: 0.12em;
  width: 74px;
}
@media (max-width: 1200px) {
  .p-mv__logo {
    width: 51.23px;
  }
}
.p-mv__title {
  text-transform: uppercase;
}
.p-mv__text {
  padding-bottom: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-mv__text h2 {
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.19em;
}
.p-mv__text p {
  color: #6F6F6F;
  font-size: 10px;
  font-weight: 400;
  line-height: 150%;
  max-width: 284px;
}

/*===========================================================================*/
/*  company  */
/*===========================================================================*/
.p-company {
  padding-top: 175px;
  padding-bottom: 175px;
  overflow: hidden;
}
.p-company .l-inner {
  position: relative;
}
.p-company__content {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.p-company__label {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 98px;
  position: relative;
  z-index: 1;
}
.p-company__label-line {
  display: block;
  width: 83px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #289D96 100%);
}
.p-company__label-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.p-company__heading {
  font-size: 52px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.03em;
  margin-bottom: 61px;
}
.p-company__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.p-company__body p {
  color: rgba(255, 255, 255, 0.7);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.03em;
}
.p-company__highlight {
  color: #FFF !important;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px !important;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.p-company__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.05em;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  padding: 18px 20px;
  transition: opacity 0.3s;
}
.p-company__btn svg {
  transition: transform 0.3s;
}
.p-company__btn:hover {
  opacity: 0.7;
}
.p-company__btn:hover svg {
  transform: translateX(4px);
}
.p-company__deco {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 8%;
  z-index: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 1.4%, rgba(255, 255, 255, 0.4) 33.06%, rgba(255, 255, 255, 0.4) 43.92%, rgba(255, 255, 255, 0.2) 99.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-feature-settings: "vert" on;
  font-size: 104px;
  font-weight: 250;
  line-height: 100%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.p-company__bg {
  position: absolute;
  border-radius: 9999px;
  background: rgba(40, 157, 150, 0.3);
  filter: blur(67px);
  transform: rotate(-30deg);
}
.p-company__bg.--1 {
  top: 100px;
  left: 0;
  width: 408.464px;
  height: 68.026px;
}
.p-company__bg.--2 {
  bottom: -120px;
  left: -180px;
  width: 408.464px;
  height: 68.026px;
}
.p-company__bg.--3 {
  background: rgba(40, 157, 150, 0.2);
  top: 50%;
  right: -350px;
  transform: translateY(-50%) rotate(-30deg);
  -webkit-transform: translateY(-50%) rotate(-30deg);
  -ms-transform: translateY(-50%) rotate(-30deg);
  width: 759.757px;
  height: 125.8px;
}

/*===========================================================================*/
/*  business  */
/*===========================================================================*/
.p-business {
  margin-top: -50px;
  padding-top: 210px;
  padding-bottom: 210px;
  clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0% 100%);
  background: linear-gradient(197deg, rgba(10, 26, 25, 0.7) 9.76%, rgba(14, 44, 43, 0.7) 96.04%);
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-business .l-inner {
  position: relative;
}
.p-business .l-inner .p-business__bg {
  position: absolute;
  border-radius: 9999px;
  background: rgba(40, 157, 150, 0.1);
  filter: blur(67px);
  transform: rotate(-30deg);
  z-index: -1;
}
.p-business .l-inner .p-business__bg.--1 {
  width: 841.295px;
  height: 267.069px;
  top: 30%;
  left: -22%;
}
.p-business .l-inner .p-business__bg.--2 {
  width: 841.295px;
  height: 267.069px;
  top: 71%;
  right: -31%;
}
.p-business__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.p-business__text {
  margin-top: 76px;
}
.p-business__text-title {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}
.p-business__text-body {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 13px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.03em;
  margin-top: 15px;
}
.p-business__text-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  transition: opacity 0.3s;
  margin-top: 20px;
}
.p-business__text-btn svg {
  transition: transform 0.3s;
}
.p-business__text-btn:hover {
  opacity: 0.7;
}
.p-business__text-btn:hover svg {
  transform: translateX(4px);
}
.p-business__list {
  margin-top: 93.5px;
  counter-reset: business-counter;
}
.p-business__item {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr 43.7%;
  grid-template-rows: auto;
  grid-template-areas: "label content image";
  gap: 40px;
  align-items: start;
  padding: 40px 0 47.5px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  counter-increment: business-counter;
}
.p-business__item:last-child {
  padding-bottom: 0;
}
.p-business__item::before {
  content: "Business " counter(business-counter, decimal-leading-zero);
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: -0.03em;
  left: 0;
  bottom: calc(100% + 12px);
}
@media (max-width: 1100px) {
  .p-business__item {
    grid-template-columns: 140px 1fr;
    grid-template-areas: "image image" "label content";
    gap: 30px;
  }
}
.p-business__item-label {
  grid-area: label;
}
.p-business__item-content {
  grid-area: content;
}
.p-business__item-img {
  grid-area: image;
}
.p-business__item-cat {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.p-business__item-title {
  font-size: 55px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.p-business__item-desc {
  color: rgba(255, 255, 255, 0.7);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.p-business__item-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  transition: opacity 0.3s;
}
.p-business__item-btn svg {
  transition: transform 0.3s;
}
.p-business__item-btn:hover {
  opacity: 0.7;
}
.p-business__item-btn:hover svg {
  transform: translateX(4px);
}
.p-business__item-img {
  overflow: hidden;
}
.p-business__item-img img {
  width: 100%;
  height: auto;
  display: block;
}

/*===========================================================================*/
/*  news  */
/*===========================================================================*/
.p-news {
  margin-top: -50px;
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.p-news__bg {
  position: absolute;
  border-radius: 9999px;
  background: rgba(40, 157, 150, 0.2);
  filter: blur(67px);
  transform: translateX(20%) rotate(-30deg);
  z-index: -1;
  width: 1023.768px;
  height: 169.515px;
  right: 0;
  top: 24%;
}
.p-news .l-inner {
  position: relative;
  z-index: 1;
}
.p-news__body {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "sidebar slider" ".       scrollbar";
  column-gap: 140px;
  row-gap: 0;
  align-items: start;
  margin-top: 80px;
}
@media (max-width: 1100px) {
  .p-news__body {
    column-gap: 60px;
  }
}
.p-news__sidebar {
  grid-area: sidebar;
}
.p-news__tabs {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.p-news__tab {
  font-size: 15px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  transition: color 0.3s;
}
.p-news__tab::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: transparent;
  margin-right: 8px;
  vertical-align: middle;
}
.p-news__tab.is-active {
  color: #fff;
}
.p-news__tab.is-active::before {
  background: #fff;
}
.p-news__tab:hover {
  color: #fff;
}
.p-news__btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  transition: opacity 0.3s;
  margin-top: 55px;
}
.p-news__btn svg {
  transition: transform 0.3s;
}
.p-news__btn:hover {
  opacity: 0.7;
}
.p-news__btn:hover svg {
  transform: translateX(4px);
}
.p-news__scrollbar {
  grid-area: scrollbar;
  position: relative;
  margin-top: 50px;
  height: 1px;
}
.p-news__scrollbar .swiper-scrollbar {
  position: relative;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0;
  left: 0;
  top: 0;
}
.p-news__scrollbar .swiper-scrollbar-drag {
  background: #289D96;
  border-radius: 0;
}
.p-news__slider-area {
  grid-area: slider;
  min-width: 0;
  overflow: hidden;
  margin-right: calc(-1 * (100vw - 1320px) / 2 - 40px);
  padding-right: 40px;
}
@media (max-width: 1320px) {
  .p-news__slider-area {
    margin-right: -40px;
  }
}
.p-news .news-swiper {
  overflow: visible;
}
.p-news .news-swiper .swiper-wrapper {
  align-items: stretch;
}
.p-news .news-swiper .swiper-slide {
  height: auto;
}
.p-news .news-swiper.is-no-swiper .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}
.p-news .news-swiper.is-no-swiper .swiper-slide {
  flex-shrink: 0;
  width: calc((100% - 60px) / 3.4);
}
.p-news .news-swiper.is-no-swiper .swiper-scrollbar {
  display: none;
}
.p-news__card {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  height: 100%;
  transition: opacity 0.3s;
}
.p-news__card:hover {
  opacity: 0.7;
}
.p-news__card-img {
  width: 100%;
  aspect-ratio: 300/187;
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 2px;
}
.p-news__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news__card-body {
  padding-top: 18px;
}
.p-news__card-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.p-news__card-date {
  font-size: 12px;
  font-weight: 300;
  line-height: 155%;
  letter-spacing: 0.02em;
}
.p-news__card-cat {
  font-size: 12px;
  font-weight: 400;
  padding: 3px 10px 4px 10px;
  background: rgba(40, 157, 150, 0.3);
  border-radius: 9999px;
  line-height: 1;
}
.p-news__card-title {
  font-size: 15px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.03em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/*===========================================================================*/
/*  news-page  */
/*===========================================================================*/
.p-news-page {
  padding-top: 30px;
  padding-bottom: 100px;
}
.p-news-page .l-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas: "sidebar grid" ".       pagination";
  column-gap: 180px;
  align-items: start;
}
@media (max-width: 1100px) {
  .p-news-page .l-inner {
    column-gap: 60px;
  }
}
.p-news-page__tabs {
  grid-area: sidebar;
  display: flex;
  flex-direction: column;
  gap: 11px;
  list-style: none;
  padding: 0;
}
.p-news-page__tab {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: color 0.3s;
}
.p-news-page__tab a {
  color: inherit;
  text-decoration: none;
}
.p-news-page__tab::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: transparent;
  margin-right: 10px;
  vertical-align: middle;
}
.p-news-page__tab.is-active {
  color: #fff;
}
.p-news-page__tab.is-active::before {
  background: #289D96;
}
.p-news-page__tab:hover {
  color: #fff;
}
.p-news-page__grid {
  grid-area: grid;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 40px;
}
.p-news-page__item.is-hidden {
  display: none;
}
.p-news-page__pagination {
  grid-area: pagination;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  margin-top: 60px;
}
.p-news-page__pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  background: #252525;
}
.p-news-page__pagination .page-numbers.current {
  background: #289D96;
  color: #fff;
}
.p-news-page__pagination .page-numbers:hover:not(.current) {
  opacity: 0.7;
}

/*===========================================================================*/
/*  contact-page  */
/*===========================================================================*/
.p-contact-page__intro .l-inner {
  padding-bottom: 53px;
}

.p-contact-page__intro-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}

.p-contact-page__intro-text {
  font-size: 14px;
  font-weight: 300;
  line-height: 190%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.6);
}

.p-contact-page__body {
  border-top: 1px solid #3e3e3e;
  display: grid;
  grid-template-columns: 393px 1fr;
  align-items: start;
  border-bottom: 1px solid #3E3E3E;
}
.p-contact-page__sidebar {
  position: sticky;
  top: 60px;
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
}
.p-contact-page__sidebar.--download {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.p-contact-page__sidebar-info-title {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
}
.p-contact-page__sidebar-info-list {
  display: flex;
  flex-direction: column;
}
.p-contact-page__sidebar-info-list li {
  position: relative;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 15px;
  font-weight: 300;
  line-height: 220%;
  letter-spacing: 0.02em;
  padding-left: 20px;
}
.p-contact-page__sidebar-info-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #289D96;
}
.p-contact-page__sidebar-text {
  color: rgba(255, 255, 255, 0.7);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 13px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.03em;
}
.p-contact-page__sidebar-title {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.p-contact-page__sidebar-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-contact-page__sidebar-item {
  display: flex;
  align-items: center;
  height: 75px;
  gap: 12px;
  padding: 0 20px;
  border-radius: 8px;
  background: rgba(217, 217, 217, 0.06);
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  transition: all 0.3s;
}
.p-contact-page__sidebar-item svg {
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.3s;
}
.p-contact-page__sidebar-item.is-active {
  background: #289D96;
  border-color: #289D96;
}
.p-contact-page__sidebar-item:hover:not(.is-active) {
  opacity: 0.7;
}
.p-contact-page__sidebar-item:hover:not(.is-active) svg {
  transform: translateX(4px);
}
.p-contact-page__sidebar-item-main {
  flex: 1;
}
.p-contact-page__sidebar-item-sub {
  display: block;
  font-size: 12px;
  line-height: 160%;
  letter-spacing: 0.03em;
}
.p-contact-page__form-area {
  padding-top: 50px;
  border-left: 1px solid #3E3E3E;
}
.p-contact-page__form-area-head {
  padding-left: 50px;
}
.p-contact-page__form-main {
  padding-left: 50px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.p-contact-page__form-title {
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.p-contact-page__form-desc {
  color: #B7B7B7;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03em;
  margin-bottom: 40px;
}
.p-contact-page__form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.p-contact-page__form-row {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 0 30px;
  align-items: start;
}
.p-contact-page__form-label {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-top: 15px;
}
.p-contact-page__form-label.--top-none {
  margin-top: 0;
}
.p-contact-page__form-label .required {
  font-size: 12px;
  color: #289D96;
  margin-left: 2px;
}
.p-contact-page__form-input {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 15px;
  outline: none;
  font-family: inherit;
  transition: background 0.3s;
}
.p-contact-page__form-input:focus {
  background: rgba(255, 255, 255, 0.08);
}
.p-contact-page__form-input::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.p-contact-page__form-textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: none;
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 15px;
  outline: none;
  font-family: inherit;
  resize: vertical;
  min-height: 240px;
  transition: background 0.3s;
}
.p-contact-page__form-textarea:focus {
  background: rgba(255, 255, 255, 0.08);
}
.p-contact-page__form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.2);
}
.p-contact-page__form-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.p-contact-page__form-checkboxes .wpcf7-checkbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-contact-page__form-checkboxes .wpcf7-list-item {
  margin: 0;
}
.p-contact-page__form-checkboxes .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.p-contact-page__form-checkboxes .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.p-contact-page__form-checkboxes .wpcf7-list-item input[type=checkbox]:checked {
  background: #289D96;
}
.p-contact-page__form-checkboxes .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-contact-page__form-checkbox {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.p-contact-page__form-checkbox input[type=checkbox] {
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.p-contact-page__form-checkbox input[type=checkbox]:checked {
  background: #289D96;
  border-color: #289D96;
}
.p-contact-page__form-checkbox input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-contact-page__form-checkbox a {
  color: #289D96;
  text-decoration: underline;
}
.p-contact-page__form-agree {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 30px;
}
.p-contact-page__form-agree .wpcf7-acceptance {
  display: flex;
  align-items: center;
  gap: 12px;
}
.p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  width: 16px;
  height: 16px;
  border: none;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
}
.p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
  background: #289D96;
}
.p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.p-contact-page__form-agree a {
  color: #289D96;
  text-decoration: underline;
}
.p-contact-page__form-submit {
  padding-top: 30px;
  padding-bottom: 50px;
  border-top: 1px solid #3E3E3E;
  text-align: center;
}
.p-contact-page__form-submit input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 75px;
  border: none;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.06);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 90%;
  cursor: pointer;
  transition: all 0.3s;
}
.p-contact-page__form-submit input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.1);
}
.p-contact-page__form-submit .wpcf7-spinner {
  display: none;
}
.p-contact-page__form-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 75px;
  border-radius: 6px;
  background: rgba(217, 217, 217, 0.06);
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 90%;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.p-contact-page__form-btn svg {
  transition: transform 0.3s;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.p-contact-page__form-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}
.p-contact-page__form-btn:hover svg {
  transform: translateY(-50%) translateX(4px);
}

/*===========================================================================*/
/*  single-page  */
/*===========================================================================*/
.p-single-page {
  padding-top: 290px;
  padding-bottom: 80px;
}
.p-single-page .l-inner {
  max-width: 818px;
}
.p-single-page__meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}
.p-single-page__cat {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.03em;
  padding: 5px 12px 6px 12px;
  background: rgba(40, 157, 150, 0.3);
  border-radius: 9999px;
  line-height: 1;
}
.p-single-page__date {
  color: #757575;
  font-size: 12px;
  font-weight: 300;
  line-height: 155%;
  letter-spacing: -0.02em;
}
.p-single-page__update {
  color: #757575;
  font-size: 12px;
  font-weight: 300;
  line-height: 155%;
  letter-spacing: -0.02em;
}
.p-single-page__title {
  color: #FFF;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 36px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03em;
  margin-bottom: 38px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-single-page__content {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: #fff;
}
.p-single-page__content > * + * {
  margin-top: 15px;
}
.p-single-page__content h2 {
  color: #FFF;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 30px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-top: 38px;
  margin-bottom: 15px;
}
.p-single-page__content h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  color: #fff;
  padding-left: 20px;
  border-left: 2px solid #289D96;
  margin-top: 38px;
  margin-bottom: 15px;
}
.p-single-page__content h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 170%;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 16px;
}
.p-single-page__content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03em;
}
.p-single-page__content a {
  color: #FFF;
  font-family: "Sora", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: opacity 0.3s;
}
.p-single-page__content a::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 6px;
  vertical-align: -1px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M8.39831 0.961077L5.55273 3.80663C5.54723 3.8121 5.54381 3.81874 5.53834 3.82427C6.23935 3.72216 6.95951 3.79216 7.62708 4.05248L9.55836 2.12119C10.1982 1.48137 11.2387 1.48137 11.8786 2.12119C12.5184 2.76095 12.5184 3.80157 11.8786 4.44133C11.7695 4.55049 8.86848 7.45147 9.03301 7.28688C8.38813 7.93181 7.33015 7.90422 6.71281 7.28688C6.39308 6.96715 5.87251 6.96715 5.55273 7.28688L5.05469 7.78492C5.19283 8.01964 5.3512 8.2455 5.55273 8.44702C6.76788 9.66218 8.85951 9.75925 10.1755 8.46141C10.181 8.45594 10.1876 8.45249 10.1931 8.44702L13.0387 5.60147C14.3201 4.32003 14.3201 2.24251 13.0387 0.961077C11.7572-0.320359 9.67974-0.320359 8.39831 0.961077Z' fill='%23289D96'/%3E%3Cpath d='M6.37886 9.94127L4.44134 11.8788C3.80158 12.5186 2.76096 12.5186 2.1212 11.8788C1.48138 11.239 1.48138 10.1984 2.1212 9.55859C2.2303 9.44949 5.13748 6.54231 4.97296 6.70683C5.61783 6.06196 6.67581 6.08949 7.29315 6.70683C7.61288 7.02662 8.13348 7.02662 8.45324 6.70683L8.95127 6.20879C8.81313 5.97408 8.65476 5.74822 8.45324 5.54675C7.24041 4.33386 5.15031 4.23067 3.83048 5.53234C3.82498 5.53781 3.81837 5.54125 3.81284 5.54675L0.961057 8.39853C-0.320325 9.67992-0.320379 11.7575 0.961057 13.0389C2.24249 14.3203 4.32007 14.3203 5.60145 13.0389L8.45321 10.1871C8.4587 10.1816 8.46212 10.1751 8.46759 10.1695C7.76658 10.2716 7.04646 10.2016 6.37886 9.94127Z' fill='%23289D96'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-single-page__content a:hover {
  opacity: 0.7;
}
.p-single-page__content blockquote {
  margin: 38px 0 100px;
  padding: 20px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.06);
  position: relative;
}
.p-single-page__content blockquote::before {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  background: url("../img/quotation.svg") no-repeat center center/contain;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
}
.p-single-page__content blockquote::after {
  content: "";
  position: absolute;
  width: 12px;
  aspect-ratio: 1/1;
  background: url("../img/quotation.svg") no-repeat center center/contain;
  right: 30px;
  bottom: 0;
  transform: translateY(50%) scale(-1, -1);
}
.p-single-page__content blockquote p {
  font-size: 14px;
  line-height: 190%;
  color: rgba(255, 255, 255, 0.6);
}
.p-single-page__content blockquote cite {
  position: absolute;
  right: 0;
  top: calc(100% + 38px);
}
.p-single-page__content blockquote cite a::before {
  content: none;
}
.p-single-page__content ul, .p-single-page__content ol {
  padding-left: 1.5em;
  margin: 20px 0;
}
.p-single-page__content ul li, .p-single-page__content ol li {
  line-height: 200%;
}
.p-single-page__content ul li + li, .p-single-page__content ol li + li {
  margin-top: 8px;
}
.p-single-page__content figure {
  margin: 38px 0;
}
.p-single-page__content figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.p-single-page__content figure figcaption {
  margin-top: 10px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
}
.p-single-page__content img {
  max-width: 100%;
  height: auto;
}
.p-single-page__back {
  margin-top: 50px;
  text-align: center;
}
.p-single-page__back-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  transition: color 0.3s;
}
.p-single-page__back-link svg {
  transition: transform 0.3s;
}
.p-single-page__back-link:hover {
  color: #fff;
  opacity: 0.7;
}
.p-single-page__back-link:hover svg {
  transform: translateX(4px);
}

/*===========================================================================*/
/*  contact  */
/*===========================================================================*/
.p-contact__box {
  position: relative;
  padding: 84px 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.p-contact__box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(4.5px);
  z-index: 1;
}
.p-contact__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}
.p-contact__box > *:not(.p-contact__video) {
  position: relative;
  z-index: 1;
}
.p-contact__title {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
}
.p-contact__heading {
  margin-top: 25px;
  text-align: center;
  font-size: 75px;
  font-weight: 300;
  line-height: 95%;
  letter-spacing: -0.03em;
}
.p-contact__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}
.p-contact__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 254px;
  gap: 10px;
  padding: 22px 24px 20px 24px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.09);
  font-size: 15px;
  font-weight: 400;
  line-height: 90%;
  transition: opacity 0.3s;
}
.p-contact__btn svg {
  transition: transform 0.3s;
}
.p-contact__btn:hover {
  opacity: 0.7;
}
.p-contact__btn:hover svg {
  transform: translateX(4px);
}

/*===========================================================================*/
/*  thanks  */
/*===========================================================================*/
.p-thanks {
  padding-top: 340px;
  padding-bottom: 140px;
  text-align: center;
}
.p-thanks__title {
  font-size: 70px;
  font-weight: 200;
  line-height: 90%;
  letter-spacing: -0.03em;
  margin-bottom: 50px;
}
.p-thanks__title-sub {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  margin-bottom: 23px;
}
.p-thanks__text {
  color: #B7B7B7;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
}
.p-thanks__text-sub {
  color: #B7B7B7;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 12px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.02em;
  margin-top: 30px;
}

/*===========================================================================*/
/*  footer  */
/*===========================================================================*/
.p-footer {
  padding-top: 80px;
  padding-bottom: 106px;
  overflow: hidden;
  position: relative;
}
.p-footer__bg {
  position: absolute;
  border-radius: 9999px;
  background: rgba(40, 157, 150, 0.2);
  filter: blur(67px);
  transform: translateX(-50%) rotate(-30deg);
  width: 737.164px;
  height: 122.059px;
  left: 50%;
  bottom: 27%;
}
.p-footer .l-inner {
  position: relative;
  z-index: 1;
}
.p-footer__top {
  display: flex;
  justify-content: space-between;
}
.p-footer__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.p-footer__nav {
  display: flex;
  gap: 70px;
}
.p-footer__nav-col {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.p-footer__nav-link {
  font-size: 14px;
  font-weight: 400;
  line-height: 90%;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
.p-footer__nav-link:hover {
  opacity: 0.7;
}
.p-footer__logo {
  width: 63px;
  flex-shrink: 0;
}
.p-footer__logo img {
  width: 100%;
  height: auto;
}
.p-footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 15px;
}
.p-footer__copy-area {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex-shrink: 0;
}
.p-footer__privacy {
  font-size: 10px;
  font-weight: 400;
  line-height: 100%;
  color: rgba(255, 255, 255, 0.5);
  transition: opacity 0.3s;
}
.p-footer__privacy:hover {
  opacity: 0.7;
}
.p-footer__copy {
  font-size: 10px;
  font-weight: 400;
  line-height: 90%;
  color: rgba(255, 255, 255, 0.5);
}
.p-footer__deco-area {
  text-align: right;
}
.p-footer__message {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.4);
}
.p-footer__deco {
  text-align: right;
  font-size: 70px;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  background: linear-gradient(88deg, rgba(255, 255, 255, 0.2) 1.85%, rgba(255, 255, 255, 0.4) 53.27%, rgba(255, 255, 255, 0.4) 69.38%, rgba(255, 255, 255, 0.2) 102.28%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*===========================================================================*/
/*  page header  */
/*===========================================================================*/
.p-page-header {
  position: relative;
  overflow: hidden;
  padding-bottom: 83px;
  min-height: 551px;
  display: flex;
  align-items: flex-end;
}
.p-page-header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 38px);
  background: linear-gradient(180deg, rgba(14, 14, 14, 0) 0%, #0e0e0e 100%);
  z-index: 1;
}
.p-page-header__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-header .l-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  height: 100%;
}
.p-page-header__title {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.p-page-header__title-text {
  font-size: 120px;
  font-weight: 200;
  line-height: 90%;
  letter-spacing: -0.03em;
}
.p-page-header__title-label {
  display: flex;
  align-items: center;
  gap: 19px;
}
.p-page-header__title-label .label-line {
  width: 83px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #289D96 100%);
}
.p-page-header__title-label .label-text {
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.19em;
}
.p-page-header__menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-page-header__menu-item a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  transition: opacity 0.3s;
}
.p-page-header__menu-item a:hover {
  opacity: 0.7;
}
.p-page-header__menu-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
}
.p-page-header__menu-icon svg {
  display: block;
  margin-top: 2px;
}

.p-company-page__section-tag {
  display: inline-block;
  padding: 4px 20px 6px 20px;
  background: #289D96;
  border-radius: 9999px;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
}
.p-company-page__philosophy {
  position: relative;
  padding: 146px 0 120px;
}
.p-company-page__philosophy::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(100%, max(50% + 436px, 1072px));
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.p-company-page__philosophy-bg {
  position: absolute;
  width: 408.464px;
  height: 68.026px;
  top: 50%;
  left: 0;
  transform: rotate(-30deg);
  border-radius: 9999px;
  background: rgba(40, 157, 150, 0.3);
  filter: blur(67px);
}
.p-company-page__philosophy-row {
  position: relative;
}
.p-company-page .p-company-page__section-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.p-company-page__philosophy-main {
  max-width: 872px;
  margin-left: max(50% - 436px, 200px);
  margin-right: auto;
}
.p-company-page__philosophy-heading {
  font-size: 75px;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.p-company-page__philosophy-bottom {
  display: flex;
  gap: 60px;
  margin-top: 36px;
  justify-content: space-between;
}
.p-company-page__philosophy-sub {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 30px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
.p-company-page__philosophy-text {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7);
}
.p-company-page__values {
  position: relative;
  padding: 120px 0;
}
.p-company-page__values::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(100%, max(50% + 436px, 1072px));
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.p-company-page__values-bg {
  position: absolute;
  transform: rotate(-30deg);
  border-radius: 9999px;
  filter: blur(67px);
  background: rgba(40, 157, 150, 0.3);
}
.p-company-page__values-bg.--1 {
  background: rgba(40, 157, 150, 0.2);
  width: 759.757px;
  height: 125.8px;
  right: 0;
  top: 0;
  transform: translate(40%, -45%) rotate(-30deg);
}
.p-company-page__values-bg.--2 {
  width: 363.997px;
  height: 60.621px;
  left: 0;
  bottom: 21%;
  transform: translateX(-48%) rotate(-30deg);
}
.p-company-page__values-row {
  position: relative;
}
.p-company-page__values-main {
  max-width: 872px;
  margin-left: max(50% - 436px, 200px);
  margin-right: auto;
}
.p-company-page__values-heading {
  font-size: 75px;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.p-company-page__values-circles {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 40px;
}
.p-company-page__values-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc((100% + 64px) / 3);
  flex-shrink: 0;
}
.p-company-page__values-item:not(:first-child) {
  margin-left: -32px;
}
.p-company-page__values-circle {
  width: min(312px, 100%);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-company-page__values-name {
  font-size: clamp(18px, 2.6vw, 32px);
  font-weight: 200;
  line-height: 90%;
  letter-spacing: -0.03em;
}
.p-company-page__values-desc {
  font-feature-settings: "pwid" on, "palt" on;
  margin-top: 29px;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.05em;
  text-align: center;
}
.p-company-page__values-message {
  margin-top: 40px;
  text-align: center;
}
.p-company-page__values-message-main {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  display: inline-block;
  border-bottom: 1px solid #fff;
}
.p-company-page__values-message-sub {
  font-feature-settings: "pwid" on, "palt" on;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7);
}
.p-company-page__message {
  position: relative;
  padding: 120px 0;
}
.p-company-page__message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: min(100%, max(50% + 436px, 1072px));
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}
.p-company-page__message-bg {
  position: absolute;
  width: 681.649px;
  height: 133.573px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-30deg);
  border-radius: 9999px;
  background: rgba(40, 157, 150, 0.2);
  filter: blur(67px);
}
.p-company-page__message-row {
  position: relative;
}
.p-company-page__message-main {
  max-width: 872px;
  margin-left: max(50% - 436px, 200px);
  margin-right: auto;
}
.p-company-page__message-heading {
  font-size: 75px;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.p-company-page__message-bottom {
  display: flex;
  gap: 40px;
  margin-top: 50px;
  justify-content: space-between;
}
.p-company-page__message-sub {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 30px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .p-company-page__message-sub {
    font-size: 20px;
  }
}
.p-company-page__message-text {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7);
}
.p-company-page__message-highlight {
  color: #FFF;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: 0.03em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  display: inline-block;
  margin: 20px 0;
}
.p-company-page__message-author {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7) !important;
  margin-top: 40px;
  display: inline-block;
}
.p-company-page__info {
  position: relative;
  padding: 120px 0;
}
.p-company-page__info-row {
  position: relative;
}
.p-company-page__info-main {
  max-width: 872px;
  margin-left: max(50% - 436px, 200px);
  margin-right: auto;
}
.p-company-page__info-heading {
  font-size: 75px;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: -0.03em;
}
.p-company-page__info-table {
  margin-top: 60px;
}
.p-company-page__info-item {
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-company-page__info-item:first-child {
  padding-top: 0;
}
.p-company-page__info-item dt {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 190%;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.4);
  width: 211px;
  flex-shrink: 0;
}
.p-company-page__info-item dd {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 15px;
  font-weight: 400;
  line-height: 190%;
}
.p-company-page__info-item dd ul {
  list-style: disc;
  padding-left: 1.5em;
}

/*===========================================================================*/
/*  business-menu  */
/*===========================================================================*/
.p-business-menu {
  margin-top: 147px;
}
.p-business-menu .l-inner {
  padding-top: 50px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.p-business-menu__top {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.p-business-menu__top-left {
  flex-shrink: 0;
  max-width: 50%;
}
.p-business-menu__top-heading {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 28px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
}
@media (max-width: 1200px) {
  .p-business-menu__top-heading {
    font-size: 20px;
  }
}
.p-business-menu__top-right {
  max-width: calc(50% - 29px);
}
.p-business-menu__top-right p {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.7);
}
.p-business-menu__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 27px;
  margin-top: 60px;
}
.p-business-menu__card {
  transition: opacity 0.3s;
  border-radius: 20px;
  border: 1px solid #262626;
}
.p-business-menu__card:hover {
  opacity: 0.7;
}
.p-business-menu__card-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 29px 0 35px;
}
.p-business-menu__card-cat {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 15px;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.05em;
}
.p-business-menu__card-name {
  font-size: 31px;
  font-weight: 200;
  line-height: 90%;
  letter-spacing: -0.03em;
  margin-top: 19px;
}
.p-business-menu__card-desc {
  color: rgba(255, 255, 255, 0.5);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 12px;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: 0.05em;
  margin-top: 28px;
  text-align: center;
  min-height: 3.2em;
  display: flex;
  align-items: center;
}
.p-business-menu__card-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 20px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 90%;
  border-top: 1px solid #262626;
}
.p-business-menu__image {
  margin-top: 74px;
}
.p-business-menu__image img {
  width: 100%;
  height: 455px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
}

/*===========================================================================*/
/*  business-page  */
/*===========================================================================*/
.p-business-page {
  counter-increment: bp-counter;
  padding-top: 143px;
}
.p-business-page[id=business-01] {
  padding-top: 96px;
  padding-bottom: 80px;
}
.p-business-page[id=business-03] {
  padding-bottom: 80px;
}
.p-business-page[id=business-04] {
  padding-bottom: 120px;
}
.p-business-page__item {
  position: relative;
  display: grid;
  grid-template-columns: 160px 1fr 43.7%;
  grid-template-rows: auto;
  grid-template-areas: "label content image";
  gap: 60px 40px;
  align-items: start;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.p-business-page__item::before {
  content: "Business " counter(bp-counter, decimal-leading-zero);
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Sora", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: -0.03em;
  left: 0;
  bottom: calc(100% + 12px);
}
@media (max-width: 1100px) {
  .p-business-page__item {
    grid-template-columns: 140px 1fr;
    grid-template-areas: "image image" "label content";
    gap: 30px;
  }
}
.p-business-page__item-bg {
  position: absolute;
  border-radius: 9999px;
  background: rgba(40, 157, 150, 0.3);
  filter: blur(67px);
}
.p-business-page__item-bg.--1 {
  width: 759.757px;
  height: 125.8px;
  transform: translate(50%, -50%) rotate(-30deg);
  right: 0;
  top: 0;
}
.p-business-page__item-bg.--2 {
  width: 363.997px;
  height: 60.621px;
  transform: translateX(-50%) rotate(-30deg);
  left: 0;
  top: 550px;
}
.p-business-page__item-label {
  grid-area: label;
}
.p-business-page__item-cat {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}
.p-business-page__item-content {
  grid-area: content;
}
.p-business-page__item-title {
  font-size: 55px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}
.p-business-page__item-sub {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin-bottom: 12px;
}
.p-business-page__item-desc {
  color: rgba(255, 255, 255, 0.7);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 14px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 0.03em;
}
.p-business-page__item-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}
.p-business-page__item-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 18px 20px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-business-page__item-link-btn svg {
  transition: transform 0.3s;
}
.p-business-page__item-link-btn:hover {
  opacity: 0.7;
}
.p-business-page__item-link-btn:hover svg {
  transform: translateX(4px);
}
.p-business-page__item-img {
  grid-area: image;
  overflow: hidden;
}
.p-business-page__item-img img {
  width: 100%;
  height: auto;
  display: block;
}
.p-business-page__section {
  grid-column: 2/-1;
}
@media (max-width: 1100px) {
  .p-business-page__section {
    grid-column: 1/-1;
  }
}
.p-business-page__section-heading {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
.p-business-page__section-heading-line {
  display: block;
  width: 51px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #289D96 100%);
}
.p-business-page__services {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.p-business-page__service-card {
  padding: 36px 30px 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
}
.p-business-page__service-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.02em;
  padding-left: 24px;
  border-left: 2px solid #289D96;
}
.p-business-page__service-desc {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03em;
}
.p-business-page__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.p-business-page__feature {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
}
.p-business-page__feature-num {
  color: #289D96;
  font-size: 12px;
  font-weight: 300;
  line-height: 90%;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
  display: block;
}
.p-business-page__feature-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
.p-business-page__feature-desc {
  color: rgba(255, 255, 255, 0.4);
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03em;
}
.p-business-page__section-heading-note {
  color: rgba(255, 255, 255, 0.4);
  font-size: 12px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.02em;
}
.p-business-page__plans {
  margin-top: 30px;
}
.p-business-page__plans .plans-swiper {
  overflow: visible;
}
.p-business-page__plans .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.p-business-page__plans .swiper-slide {
  width: auto !important;
  position: relative;
  overflow: visible;
}
.p-business-page__plan-card {
  padding: 35px 0 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.p-business-page__plan-badge {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  background: #fff;
  color: #289D96;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.03em;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.p-business-page__plan-head {
  text-align: center;
  margin-bottom: 15px;
}
.p-business-page__plan-name {
  display: block;
  color: #289D96;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.p-business-page__plan-name-ja {
  display: block;
  color: #A6A6A6;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.03em;
}
.p-business-page__plan-pricing {
  text-align: center;
  margin-bottom: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid #262626;
}
.p-business-page__plan-price {
  display: block;
  font-size: 15px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 1000px) {
  .p-business-page__plan-price {
    font-size: 14px;
  }
}
.p-business-page__plan-price strong {
  font-size: 30px;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.01em;
}
@media (max-width: 1000px) {
  .p-business-page__plan-price strong {
    font-size: 28px;
  }
}
.p-business-page__plan-price small {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.p-business-page__plan-daily {
  display: block;
  font-size: 12px;
  line-height: 150%;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-top: 6px;
}
.p-business-page__plan-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 24px;
  padding: 0 20px;
}
.p-business-page__plan-info-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  padding: 1px 6px 2px 6px;
  border-radius: 2px;
  background: rgba(216, 216, 216, 0.1);
  margin-bottom: 5px;
}
.p-business-page__plan-info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.02em;
  font-feature-settings: "palt" on;
  min-height: 3em;
}
.p-business-page__plan-btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 20px;
}
.p-business-page__plan-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 10px 11px 10px;
  text-align: center;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.03em;
  font-feature-settings: "palt" on;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-business-page__plan-btn:hover {
  opacity: 0.7;
}
.p-business-page__plan-btn.--outline {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.p-business-page__plan-btn.--primary {
  background: #289D96;
  color: #fff;
}
.p-business-page__plan-support {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}
.p-business-page__plan-support-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  white-space: nowrap;
}
.p-business-page__plan-support-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.p-business-page__plan-support-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 15px 11px 15px;
  border-radius: 10px;
  background: #282828;
  font-size: 15px;
  font-weight: 500;
  line-height: 100%;
}
.p-business-page__banner {
  border-radius: 12.24px;
  overflow: hidden;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.p-business-page__banner img {
  display: block;
  width: 100%;
  height: auto;
}
.p-business-page__about {
  grid-column: 2/-1;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
  padding: 50px;
}
@media (max-width: 1100px) {
  .p-business-page__about {
    grid-column: 1/-1;
  }
}
.p-business-page__about {
  transition: opacity 0.3s;
}
.p-business-page__about:hover {
  opacity: 0.7;
}
.p-business-page__about-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-business-page__about-label {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.p-business-page__about-heading {
  font-size: 70px;
  font-weight: 200;
  line-height: 90%;
  letter-spacing: -0.03em;
}
.p-business-page__about-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 400;
}
.p-business-page__merits {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 30px;
}
.p-business-page__merit-card {
  padding: 30px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(30px);
}
.p-business-page__merit-title {
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: 0.02em;
  padding-left: 24px;
  border-left: 2px solid #289D96;
  margin-bottom: 20px;
}
.p-business-page__merit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.p-business-page__merit-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.03em;
  color: rgba(255, 255, 255, 0.4);
}
.p-business-page__merit-list li::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  flex-shrink: 0;
  margin-top: 2px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M2.31528 2.36589C-0.788538 5.50345-0.77167 10.5809 2.36589 13.6847C5.50345 16.7885 10.5809 16.7717 13.6847 13.6341C16.7885 10.4966 16.7717 5.4191 13.6341 2.31528C10.4966-0.788538 5.41911-0.77167 2.31528 2.36589ZM11.8966 6.46496L7.54455 10.8677C7.17344 11.2388 6.56617 11.2388 6.19506 10.8677L6.02637 10.699L5.52032 10.1929L4.10335 8.79282C3.73225 8.42171 3.73225 7.81445 4.10335 7.44334C4.47446 7.07223 5.08173 7.07223 5.45284 7.44334L6.8698 8.84343L10.5472 5.13234C10.9183 4.76123 11.5255 4.76123 11.8966 5.13234C12.2678 5.48658 12.2678 6.09385 11.8966 6.46496Z' fill='%23289D96'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.p-business-page__scenes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
  margin-top: 30px;
  padding-left: 67px;
}
.p-business-page__scenes.--col3 {
  grid-template-columns: repeat(3, 1fr);
  padding-left: 0;
}
.p-business-page__scene-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0.03em;
}
.p-business-page__scene-item svg {
  margin-top: 0.3em;
  flex-shrink: 0;
}
.p-business-page__access {
  grid-column: 2/-1;
  margin-top: 20px;
  padding-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1100px) {
  .p-business-page__access {
    grid-column: 1/-1;
  }
}
.p-business-page__access-heading {
  font-size: 46px;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: -0.03em;
  margin-bottom: 40px;
}
.p-business-page__access-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.p-business-page__access-info {
  display: flex;
  flex-direction: column;
}
.p-business-page__access-row {
  display: flex;
  align-items: baseline;
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.p-business-page__access-row:first-child {
  padding-top: 0;
}
.p-business-page__access-row dt {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-weight: 400;
  line-height: 190%;
  width: 90px;
  flex-shrink: 0;
}
.p-business-page__access-row dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 190%;
}
.p-business-page__access-map {
  overflow: hidden;
  min-height: 339px;
}
.p-business-page__access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*===========================================================================*/
/*  policy  */
/*===========================================================================*/
.p-policy {
  padding-top: 240px;
  padding-bottom: 120px;
}
.p-policy .l-inner {
  max-width: 818px;
}
.p-policy__title {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.p-policy__title-text {
  font-size: 80px;
  font-weight: 200;
  line-height: 90%;
  letter-spacing: -0.03em;
}
.p-policy__title-label {
  display: flex;
  align-items: center;
  gap: 19px;
}
.p-policy__title-label .label-line {
  width: 83px;
  height: 1px;
  background: linear-gradient(90deg, transparent 0%, #289D96 100%);
}
.p-policy__title-label .label-text {
  font-feature-settings: "palt" on;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.19em;
}
.p-policy__content {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 50px;
  color: #FFF;
  font-feature-settings: "palt" on;
  font-size: 15px;
  font-weight: 300;
  line-height: 170%;
  letter-spacing: 0.02em;
}
.p-policy__content h2 {
  font-feature-settings: "pwid" on, "palt" on;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 20px;
}
.p-policy__content ul {
  list-style: disc;
  padding-left: 1.5em;
}

@media (max-width: 900px) {
  .l-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-inner {
    max-width: 520px;
  }
  .pc-only {
    display: none;
  }
  .br-pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .br-sp-only {
    display: inline;
  }
  .section-title {
    gap: 20px;
  }
  .section-title__label {
    gap: 8px;
  }
  .section-title__label .label-line {
    width: 37px;
  }
  .section-title__label .label-text {
    font-size: 12px;
  }
  .section-title__title {
    font-size: 45px;
  }
  /*===========================================================================*/
  /*  header SP  */
  /*===========================================================================*/
  .p-header {
    top: 23px;
  }
  .p-header__nav {
    justify-content: flex-end;
  }
  /*===========================================================================*/
  /*  hamburger button  */
  /*===========================================================================*/
  .ham-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    z-index: 200;
    position: relative;
  }
  .ham-btn__text {
    font-size: 12px;
    transition: opacity 0.3s;
  }
  .ham-btn__dot {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #fff;
    transition: background 0.3s;
  }
  .ham-btn.active .ham-btn__text {
    font-size: 12px;
  }
  .ham-btn.active .ham-btn__dot {
    width: 8px;
    height: 1px;
    border-radius: 0;
    background: #fff;
  }
  /*===========================================================================*/
  /*  hamburger menu  */
  /*===========================================================================*/
  .ham-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    background: #0E0E0E;
    z-index: 150;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .ham-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .ham-menu__inner {
    width: 100%;
    height: 100%;
    padding: 40px 40px calc(40px + env(safe-area-inset-bottom));
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
  }
  .ham-menu__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .ham-menu__item a {
    font-size: 15px;
    font-weight: 300;
    line-height: 150%;
    letter-spacing: -0.03em;
    transition: opacity 0.3s;
  }
  .ham-menu__item a:hover {
    opacity: 0.7;
  }
  .ham-menu__logo {
    width: 33px;
    position: absolute;
    bottom: calc(40px + env(safe-area-inset-bottom));
    right: 20px;
  }
  /*===========================================================================*/
  /*  mv  */
  /*===========================================================================*/
  .p-mv {
    min-height: 400px;
    padding-bottom: 20px;
  }
  .p-mv .l-inner {
    display: inline-flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
    gap: 27px;
    width: initial;
  }
  .p-mv__wrap {
    font-size: 54px;
    letter-spacing: -0.03em;
  }
  .p-mv__logo {
    position: absolute;
    top: calc(100% + 27px);
    left: initial;
    right: 0;
    width: 44px;
  }
  .p-mv__text {
    padding-bottom: 0;
    gap: 8px;
  }
  .p-mv__text h2 {
    font-size: 16px;
  }
  .p-mv__text p {
    max-width: 213px;
  }
  /*===========================================================================*/
  /*  company  */
  /*===========================================================================*/
  .p-company {
    padding-top: 77px;
    padding-bottom: 80px;
  }
  .p-company__content {
    max-width: 100%;
    padding-left: 45px;
  }
  .p-company__label {
    margin-bottom: 197px;
    gap: 8px;
  }
  .p-company__label-line {
    width: 37px;
  }
  .p-company__label-text {
    font-size: 12px;
  }
  .p-company__heading {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-company__body {
    margin-bottom: 30px;
  }
  .p-company__body p {
    font-size: 14px;
    line-height: 195%;
  }
  .p-company__body p br {
    display: none;
  }
  .p-company__highlight {
    font-size: 18px !important;
  }
  .p-company__btn {
    font-size: 13px;
    padding: 16px 20px;
  }
  .p-company__deco {
    font-size: 49px;
    top: 0;
    right: 0;
    line-height: 120%;
  }
  .p-company__bg.--1 {
    top: 120px;
    left: -130px;
    width: 408.464px;
    height: 68.026px;
  }
  .p-company__bg.--2 {
    bottom: 220px;
    left: initial;
    right: -550px;
    width: 759.757px;
    height: 125.8px;
  }
  .p-company__bg.--3 {
    display: none;
  }
  /*===========================================================================*/
  /*  business  */
  /*===========================================================================*/
  .p-business {
    margin-top: -14px;
    padding-top: 78px;
    padding-bottom: 78px;
    clip-path: polygon(0 14px, 100% 0, 100% calc(100% - 14px), 0% 100%);
    background: linear-gradient(184deg, rgba(10, 26, 25, 0.7) 2.99%, rgba(14, 44, 43, 0.7) 29.39%);
    overflow: hidden;
  }
  .p-business .l-inner .p-business__bg {
    filter: blur(47.8331947327px);
  }
  .p-business .l-inner .p-business__bg.--1 {
    width: 600.624px;
    height: 190.668px;
    top: 33%;
    left: 0;
    transform: translateX(-45%) rotate(-30deg);
  }
  .p-business .l-inner .p-business__bg.--2 {
    width: 600.624px;
    height: 190.668px;
    top: 75%;
    right: 0;
    transform: translateX(52%) rotate(-30deg);
  }
  .p-business__head {
    flex-direction: column;
    gap: 45px;
  }
  .p-business__text {
    margin-top: 0;
    padding-left: 45px;
  }
  .p-business__text-title {
    font-size: 18px;
  }
  .p-business__text-body {
    font-size: 12px;
  }
  .p-business__text-btn {
    padding: 16px 20px;
    font-size: 13px;
    margin-top: 20px;
  }
  .p-business__list {
    margin-top: 79.5px;
  }
  .p-business__item {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "image image" "label content";
    gap: 35px 33px;
    padding: 20px 0 74px;
  }
  .p-business__item::before {
    bottom: calc(100% + 8px);
  }
  .p-business__item-label {
    grid-area: label;
    gap: 0;
  }
  .p-business__item-cat {
    font-size: 12px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-business__item-cat br {
    display: none;
  }
  .p-business__item-content {
    grid-area: content;
    display: block;
  }
  .p-business__item-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .p-business__item-desc {
    font-size: 13px;
    line-height: 195%;
    margin-bottom: 20px;
  }
  .p-business__item-desc br {
    display: none;
  }
  .p-business__item-btn {
    padding: 16px 20px;
    font-size: 13px;
  }
  .p-business__item-img {
    grid-area: image;
  }
  /*===========================================================================*/
  /*  news  */
  /*===========================================================================*/
  .p-news {
    margin-top: -14px;
    padding-top: 74px;
    padding-bottom: 60px;
  }
  .p-news__bg {
    filter: blur(46.808883667px);
    transform: translateX(44%) rotate(-30deg);
    width: 715.245px;
    height: 118.43px;
    top: 27%;
  }
  .p-news__body {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 40px;
  }
  .p-news__sidebar {
    width: 100%;
  }
  .p-news__tabs {
    flex-direction: row;
    gap: 35px;
  }
  .p-news__tab {
    font-size: 13px;
  }
  .p-news__slider-area {
    width: calc(520px + (100vw - 520px) / 2);
    overflow: hidden;
    padding-right: 0;
  }
}
@media (max-width: 900px) and (max-width: 560px) {
  .p-news__slider-area {
    width: calc(100% + 20px);
    margin-right: -20px;
  }
}
@media (max-width: 900px) {
  .p-news__scrollbar {
    position: relative;
    margin-top: 12px;
    height: 1px;
    width: 100%;
  }
  .p-news__scrollbar .swiper-scrollbar {
    position: relative !important;
    width: 100% !important;
    height: 1px !important;
    left: 0 !important;
    top: 0 !important;
  }
  .p-news .news-swiper.is-no-swiper .swiper-wrapper {
    display: flex;
    gap: 20px;
  }
  .p-news .news-swiper.is-no-swiper .swiper-slide {
    flex-shrink: 0;
    width: calc((100% - 20px) / 1.4);
  }
  .p-news .news-swiper.is-no-swiper .swiper-scrollbar {
    display: none;
  }
  .p-news__card-title {
    font-size: 14px;
  }
}
@media (max-width: 900px) {
  /*===========================================================================*/
  /*  news-page  */
  /*===========================================================================*/
  .p-news-page {
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .p-news-page .l-inner {
    display: block;
  }
  .p-news-page__tabs {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px 32px;
    margin-bottom: 40px;
  }
  .p-news-page__tab {
    font-size: 14px;
  }
  .p-news-page__tab a {
    color: inherit;
    text-decoration: none;
  }
  .p-news-page__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .p-news-page__pagination {
    margin-top: 40px;
    justify-content: center;
  }
  .p-news-page__pagination .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  /*===========================================================================*/
  /*  contact-page  */
  /*===========================================================================*/
  .p-contact-page__intro .l-inner {
    padding-bottom: 30px;
  }
  .p-contact-page__intro-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-contact-page__intro-text {
    font-size: 13px;
  }
  .p-contact-page__body {
    display: flex;
    flex-direction: column;
    gap: 0;
    border-bottom: none;
  }
  .p-contact-page__sidebar {
    width: 100%;
    position: static;
    padding: 30px 0;
    border-bottom: 1px solid #3E3E3E;
  }
  .p-contact-page__sidebar.--download {
    gap: 30px;
  }
  .p-contact-page__sidebar-info-title {
    font-size: 18px;
  }
  .p-contact-page__sidebar-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-contact-page__sidebar-items {
    gap: 12px;
  }
  .p-contact-page__sidebar-item {
    padding: 0 20px;
  }
  .p-contact-page__form-area {
    padding-top: 30px;
    border-left: none;
    width: 100%;
  }
  .p-contact-page__form-area-head {
    padding-left: 0;
  }
  .p-contact-page__form-main {
    padding-left: 0;
    padding-bottom: 30px;
    gap: 18px;
  }
  .p-contact-page__form-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-contact-page__form-desc {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .p-contact-page__form-row {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .p-contact-page__form-label {
    font-size: 14px;
    margin-top: 0;
  }
  .p-contact-page__form-label .required {
    font-size: 11px;
  }
  .p-contact-page__form-field {
    width: 100%;
  }
  .p-contact-page__form-input {
    font-size: 14px;
    padding: 14px;
    border-radius: 6px;
    width: 100%;
  }
  .p-contact-page__form-textarea {
    font-size: 14px;
    padding: 14px;
    min-height: 207px;
  }
  .p-contact-page__form-checkboxes {
    gap: 14px;
    margin-bottom: 13px;
  }
  .p-contact-page__form-checkboxes .wpcf7-checkbox {
    display: flex;
    flex-direction: column;
    gap: 14px;
  }
  .p-contact-page__form-checkboxes .wpcf7-list-item {
    margin: 0;
  }
  .p-contact-page__form-checkboxes .wpcf7-list-item label {
    font-size: 14px;
    gap: 12px;
  }
  .p-contact-page__form-checkboxes .wpcf7-list-item input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  .p-contact-page__form-checkbox {
    font-size: 14px;
    gap: 12px;
  }
  .p-contact-page__form-checkbox input[type=checkbox] {
    width: 16px;
    height: 16px;
  }
  .p-contact-page__form-agree {
    margin-bottom: 20px;
  }
  .p-contact-page__form-agree .wpcf7-acceptance {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item {
    margin: 0;
  }
  .p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
  }
  .p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item input[type=checkbox] {
    appearance: none;
    width: 16px;
    height: 16px;
    border: none;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.1);
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
  }
  .p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked {
    background: #289D96;
  }
  .p-contact-page__form-agree .wpcf7-acceptance .wpcf7-list-item input[type=checkbox]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .p-contact-page__form-agree a {
    color: #289D96;
    text-decoration: underline;
  }
  .p-contact-page__form-submit {
    padding-bottom: 14px;
  }
  .p-contact-page__form-submit input[type=submit] {
    width: 256px;
    height: 61px;
    border: none;
    border-radius: 6px;
    background: rgba(217, 217, 217, 0.06);
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s;
  }
  .p-contact-page__form-btn {
    width: 256px;
    height: 61px;
    border-radius: 6px;
    font-size: 15px;
  }
  .p-contact-page__form-btn svg {
    width: 18px;
    right: 20px;
  }
  /*===========================================================================*/
  /*  thanks  */
  /*===========================================================================*/
  .p-thanks {
    padding-top: 220px;
    padding-bottom: 100px;
  }
  .p-thanks__title {
    font-size: 46px;
    margin-bottom: 35px;
  }
  .p-thanks__title-sub {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .p-thanks__text {
    font-size: 13px;
    text-align: left;
  }
  .p-thanks__text-sub {
    text-align: left;
    margin-top: 20px;
  }
  /*===========================================================================*/
  /*  single-page  */
  /*===========================================================================*/
  .p-single-page {
    padding-top: 140px;
    padding-bottom: 40px;
  }
  .p-single-page__meta {
    gap: 12px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .p-single-page__cat {
    padding: 3px 10px 4px 10px;
    font-size: 12px;
  }
  .p-single-page__title {
    font-size: 22px;
    margin-bottom: 26px;
    padding-bottom: 39px;
  }
  .p-single-page__content {
    font-size: 14px;
  }
  .p-single-page__content > * + * {
    margin-top: 24px;
  }
  .p-single-page__content h2 {
    font-size: 20px;
    margin-top: 36px;
    margin-bottom: 16px;
  }
  .p-single-page__content h3 {
    font-size: 18px;
    margin-top: 36px;
    margin-bottom: 16px;
  }
  .p-single-page__content h4 {
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 12px;
  }
  .p-single-page__content p {
    font-size: 14px;
  }
  .p-single-page__content a {
    font-size: 14px;
  }
  .p-single-page__content blockquote {
    margin: 24px 0 80px;
    padding: 20px;
  }
  .p-single-page__content blockquote::before {
    left: 20px;
  }
  .p-single-page__content blockquote::after {
    right: 20px;
  }
  .p-single-page__content blockquote cite {
    top: calc(100% + 24px);
  }
  .p-single-page__content figure {
    margin: 30px 0;
  }
  .p-single-page__back {
    margin-top: 40px;
  }
  .p-single-page__back-link {
    font-size: 13px;
  }
  /*===========================================================================*/
  /*  contact  */
  /*===========================================================================*/
  .p-contact__box {
    padding: 60px 0 55px;
  }
  .p-contact__title {
    font-size: 12px;
  }
  .p-contact__heading {
    margin-top: 14px;
    font-size: 45px;
  }
  .p-contact__body {
    flex-direction: column;
    gap: 12px;
    margin-top: 25px;
  }
  .p-contact__btn {
    min-width: 223px;
    padding: 18px 22px 16px 22px;
    font-size: 13px;
  }
  /*===========================================================================*/
  /*  footer  */
  /*===========================================================================*/
  .p-footer {
    padding-top: 46px;
    padding-bottom: 66px;
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .p-footer__bg {
    width: 597.684px;
    height: 98.964px;
    bottom: 30%;
  }
  .p-footer__top {
    flex-direction: column;
    gap: 40px;
  }
  .p-footer__nav {
    gap: 0;
    flex-wrap: wrap;
  }
  .p-footer__nav-col {
    gap: 25px;
    width: 50%;
  }
  .p-footer__nav-col.main-menu {
    gap: 15px;
  }
  .p-footer__nav-link {
    font-size: 14px;
  }
  .p-footer__nav-link.u-en {
    font-size: 12px;
  }
  .p-footer__nav-link.sp-only {
    margin-bottom: 10px;
  }
  .p-footer__logo {
    width: 33px;
  }
  .p-footer__right {
    flex-direction: row;
    align-items: flex-start;
  }
  .p-footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 25px;
    margin-top: 0;
  }
  .p-footer__deco-area {
    text-align: left;
  }
  .p-footer__message {
    font-size: 12px;
    text-align: right;
  }
  .p-footer__deco {
    font-size: 40px;
    line-height: 100%;
  }
  .p-footer__privacy {
    font-size: 10px;
    text-align: right;
  }
  .p-footer__copy {
    font-size: 10px;
  }
  /*===========================================================================*/
  /*  page header  */
  /*===========================================================================*/
  .p-page-header {
    padding-bottom: 80px;
    height: 100vh;
    display: flex;
    align-items: flex-end;
  }
  .p-page-header::after {
    height: 47.3%;
  }
  .p-page-header .l-inner {
    justify-content: flex-end;
    flex-direction: column;
    gap: 20px;
  }
  .p-page-header__title {
    gap: 15px;
    width: 100%;
  }
  .p-page-header__title-text {
    font-size: 60px;
  }
  .p-page-header__title-label {
    gap: 12px;
  }
  .p-page-header__title-label .label-line {
    width: 53px;
  }
  .p-page-header__title-label .label-text {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .p-page-header__menu-item a {
    font-size: 12px;
  }
  .p-page-header__menu-icon {
    width: 12px;
    height: 12px;
  }
  .p-page-header__menu-icon svg {
    width: 6px;
  }
  .p-company-page__section-tag {
    font-size: 12px;
    padding: 4px 20px 6px 20px;
  }
  .p-company-page__philosophy {
    padding: 45px 0 40px;
  }
  .p-company-page__philosophy::after {
    width: 100%;
  }
  .p-company-page__philosophy-bg {
    display: none;
  }
  .p-company-page .p-company-page__section-tag {
    position: static;
  }
  .p-company-page__philosophy-main {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .p-company-page__philosophy-heading {
    font-size: 42px;
  }
  .p-company-page__philosophy-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 28px;
    gap: 30px;
  }
  .p-company-page__philosophy-sub {
    font-size: 20px;
    text-align: left;
    width: 100%;
  }
  .p-company-page__philosophy-text {
    display: inline-block;
    text-align: left;
    font-size: 13px;
    padding-left: 20px;
  }
  .p-company-page__values {
    padding: 40px 0;
  }
  .p-company-page__values::after {
    width: 100%;
  }
  .p-company-page__values-bg {
    display: none;
  }
  .p-company-page .p-company-page__values-row .p-company-page__section-tag {
    position: static;
  }
  .p-company-page__values-main {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .p-company-page__values-heading {
    font-size: 42px;
  }
  .p-company-page__values-circles {
    margin-top: 15px;
    flex-direction: column;
    gap: 0;
  }
  .p-company-page__values-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
    width: auto;
  }
  .p-company-page__values-item:not(:first-child) {
    margin-left: 0;
    margin-top: -16px;
  }
  .p-company-page__values-circle {
    width: 162px;
    height: 162px;
    flex-shrink: 0;
  }
  .p-company-page__values-name {
    font-size: 18px;
  }
  .p-company-page__values-desc {
    margin-top: 0;
    font-size: 14px;
    text-align: left;
  }
  .p-company-page__values-desc br {
    display: none;
  }
  .p-company-page__values-message {
    margin-top: 30px;
  }
  .p-company-page__values-message-main {
    font-size: 20px;
  }
  .p-company-page__values-message-sub {
    font-size: 14px;
  }
  .p-company-page__message {
    padding: 40px 0;
  }
  .p-company-page__message::after {
    width: 100%;
  }
  .p-company-page__message-bg {
    display: none;
  }
  .p-company-page .p-company-page__message-row .p-company-page__section-tag {
    position: static;
  }
  .p-company-page__message-main {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .p-company-page__message-heading {
    font-size: 42px;
  }
  .p-company-page__message-bottom {
    flex-direction: column;
    margin-top: 28px;
    gap: 25px;
  }
  .p-company-page__message-sub {
    font-size: 20px;
    line-height: 150%;
  }
  .p-company-page__message-text {
    font-size: 13px;
    padding-left: 20px;
  }
  .p-company-page__message-highlight {
    font-size: 16px;
    margin: 12px 0;
  }
  .p-company-page__message-author {
    font-size: 13px;
    margin-top: 15px;
  }
  .p-company-page__info {
    padding: 40px 0;
  }
  .p-company-page .p-company-page__info-row .p-company-page__section-tag {
    position: static;
  }
  .p-company-page__info-main {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .p-company-page__info-heading {
    font-size: 42px;
  }
  .p-company-page__info-table {
    margin-top: 30px;
  }
  .p-company-page__info-item {
    flex-direction: column;
    align-items: baseline;
    gap: 4px;
    padding: 18px 0;
  }
  /*===========================================================================*/
  /*  business-menu  */
  /*===========================================================================*/
  .p-business-menu {
    margin-top: 0;
  }
  .p-business-menu .l-inner {
    padding-top: 40px;
  }
  .p-business-menu__top {
    flex-direction: column;
    gap: 18px;
  }
  .p-business-menu__top-left {
    max-width: 100%;
  }
  .p-business-menu__top-heading {
    font-size: 17px;
    line-height: 180%;
  }
  .p-business-menu__top-right {
    max-width: 100%;
  }
  .p-business-menu__top-right p {
    font-size: 13px;
    line-height: 195%;
  }
  .p-business-menu__cards {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
  .p-business-menu__card {
    border-radius: 16px;
  }
  .p-business-menu__card-inner {
    padding: 25px 0;
  }
  .p-business-menu__card-name {
    margin-top: 12px;
  }
  .p-business-menu__card-desc {
    margin-top: 15px;
    min-height: auto;
  }
  .p-business-menu__card-link {
    padding: 15px 0;
    font-size: 12px;
  }
  .p-business-menu__image {
    margin-top: 45px;
  }
  .p-business-menu__image img {
    height: auto;
    min-height: 335px;
    border-radius: 16px;
    aspect-ratio: 1;
  }
  /*===========================================================================*/
  /*  business-page  */
  /*===========================================================================*/
  .p-business-page {
    padding-bottom: 40px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding-top: 69px;
  }
  .p-business-page[id=business-01] {
    padding-top: 40px;
  }
  .p-business-page[id=business-03] {
    padding-bottom: 30px;
  }
  .p-business-page[id=business-04] {
    padding-bottom: 40px;
  }
  .p-business-page__item {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas: "image image" "label content";
    gap: 35px 33px;
    padding-top: 20px;
  }
  .p-business-page__item::before {
    bottom: calc(100% + 8px);
  }
  .p-business-page__item-bg.--1 {
    top: 80%;
    transform: translateX(-40%) rotate(-30deg);
    left: 0;
    width: 363.997px;
    height: 60.621px;
  }
  .p-business-page__item-bg.--2 {
    top: 42%;
    transform: translateX(30%) rotate(-30deg);
    left: initial;
    right: 0;
    width: 363.997px;
    height: 60.621px;
  }
  .p-business-page__item-label {
    grid-area: label;
  }
  .p-business-page__item-cat {
    font-size: 12px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .p-business-page__item-content {
    grid-area: content;
  }
  .p-business-page__item-title {
    font-size: 35px;
    margin-bottom: 20px;
  }
  .p-business-page__item-sub {
    font-size: 18px;
    margin-bottom: 12px;
  }
  .p-business-page__item-desc {
    font-size: 13px;
    line-height: 195%;
  }
  .p-business-page__item-links {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 18px;
  }
  .p-business-page__item-link-btn {
    padding: 15px 12px 12px 15px;
    font-size: 12px;
  }
  .p-business-page__item-img {
    grid-area: image;
  }
  .p-business-page__section, .p-business-page__access {
    grid-column: 2/-1;
    min-width: 0;
  }
  .p-business-page__section-heading {
    font-size: 16px;
    gap: 8px;
  }
  .p-business-page__section-heading-line {
    width: 21px;
  }
  .p-business-page__services {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 15px;
  }
  .p-business-page__service-card {
    padding: 25px;
    border-radius: 15px;
  }
  .p-business-page__service-title {
    font-size: 16px;
    padding-left: 17px;
  }
  .p-business-page__service-desc {
    font-size: 12px;
    margin-top: 15px;
  }
  .p-business-page__features {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 15px;
  }
  .p-business-page__feature {
    padding: 25px;
    border-radius: 15px;
  }
  .p-business-page__feature-num {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .p-business-page__feature-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .p-business-page__feature-desc {
    font-size: 12px;
  }
  .p-business-page__section-heading-note {
    font-size: 12px;
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 2px;
  }
  .p-business-page__section-heading {
    flex-wrap: wrap;
  }
  .p-business-page__plans {
    margin-top: 15px;
    overflow: visible;
  }
  .p-business-page__plans .plans-swiper {
    overflow: visible;
  }
  .p-business-page__plans .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .p-business-page__plans .swiper-slide {
    width: 75%;
  }
  .p-business-page__plan-card {
    padding: 35px 0 20px;
    border-radius: 15px;
    width: 239px;
    height: 100%;
  }
  .p-business-page__plan-badge {
    font-size: 10px;
    width: 50px;
    height: 50px;
    top: -10px;
    right: -10px;
  }
  .p-business-page__plan-support {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin-top: 30px;
  }
  .p-business-page__plan-support-title {
    font-size: 14px;
  }
  .p-business-page__plan-support-tags {
    gap: 5px;
  }
  .p-business-page__plan-support-tag {
    padding: 8px 12px 9px 12px;
    font-size: 12px;
  }
  .p-business-page__banner {
    border-radius: 5px;
  }
  .p-business-page__about {
    grid-column: 2/-1;
    padding: 22px 22px 26px;
  }
  .p-business-page__about-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
  }
  .p-business-page__about-label {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .p-business-page__about-heading {
    font-size: 35px;
    line-height: 100%;
  }
  .p-business-page__about-link {
    font-size: 12px;
    gap: 4px;
  }
  .p-business-page__merits {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 15px;
  }
  .p-business-page__merit-card {
    padding: 25px;
    border-radius: 15px;
  }
  .p-business-page__merit-title {
    font-size: 16px;
    padding-left: 17px;
    margin-bottom: 15px;
  }
  .p-business-page__merit-list {
    gap: 10px;
  }
  .p-business-page__scenes {
    grid-template-columns: 1fr;
    gap: 8px;
    margin-top: 15px;
    padding-left: 0;
  }
  .p-business-page__scenes.--col3 {
    grid-template-columns: 1fr;
  }
  .p-business-page__scenes.--reorder-sp .p-business-page__scene-item:nth-child(2) {
    order: 4;
  }
  .p-business-page__scenes.--reorder-sp .p-business-page__scene-item:nth-child(3) {
    order: 2;
  }
  .p-business-page__scenes.--reorder-sp .p-business-page__scene-item:nth-child(4) {
    order: 5;
  }
  .p-business-page__scenes.--reorder-sp .p-business-page__scene-item:nth-child(5) {
    order: 3;
  }
  .p-business-page__scene-item {
    font-size: 12px;
    gap: 8px;
  }
  .p-business-page__access {
    margin-top: 0;
    padding-top: 30px;
  }
  .p-business-page__access-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .p-business-page__access-content {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .p-business-page__access-row {
    padding: 15px 0;
    flex-direction: column;
    gap: 2px;
  }
  .p-business-page__access-row dt {
    font-size: 13px;
    width: 100%;
  }
  .p-business-page__access-row dd {
    font-size: 14px;
  }
  .p-business-page__access-map {
    min-height: 181px;
  }
  /*===========================================================================*/
  /*  policy  */
  /*===========================================================================*/
  .p-policy {
    padding-top: 220px;
    padding-bottom: 60px;
  }
  .p-policy__title {
    gap: 15px;
    width: 100%;
  }
  .p-policy__title-text {
    font-size: 44px;
  }
  .p-policy__title-label {
    gap: 12px;
  }
  .p-policy__title-label .label-line {
    width: 53px;
  }
  .p-policy__title-label .label-text {
    font-size: 14px;
    letter-spacing: 0.03em;
  }
  .p-policy__content {
    margin-top: 60px;
    font-size: 13px;
  }
  .p-policy__content h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .p-policy__content ul {
    list-style: disc;
    padding-left: 1.5em;
  }
}
