/* Corporate Navy */
/* Sky Blue */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  overflow-wrap: break-word;
  position: relative;
}
body.is-drawer-open {
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
}

a {
  color: inherit;
}

.bg-light {
  background-color: #f4f7f9;
}

.l-inner {
  margin: 0 auto;
  padding: 0 20px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .l-inner {
    max-width: 1440px;
    padding-inline: 100px;
  }
}

.l-section {
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    padding: 100px 0;
  }
}

.c-nav {
  display: none;
  list-style: none;
}
.c-nav.is-footer {
  display: block;
}
@media screen and (min-width: 1024px) {
  .c-nav {
    display: block;
  }
}
.c-nav a {
  color: inherit;
  font-size: 0.9rem;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}
.c-nav a:hover {
  color: #00a8e8;
}

.c-nav__lists {
  align-items: center;
  display: flex;
  gap: 25px;
  justify-content: center;
}
.c-nav__lists a {
  font-size: 20px;
}
.is-footer .c-nav__lists a {
  font-size: 16px;
}

.c-drawer {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .c-drawer {
    display: none;
  }
}

.c-drawer__icon {
  height: 48px;
  padding-inline: 4px;
  position: relative;
  width: 48px;
}
.c-drawer__icon.is-open .c-drawer__bar {
  background: transparent;
}
.p-header.is-scrolled .c-drawer__icon.is-open .c-drawer__bar {
  background: transparent;
}
.c-drawer__icon.is-open .c-drawer__bar::before {
  top: 0;
  transform: rotate(35deg);
}
.c-drawer__icon.is-open .c-drawer__bar::after {
  top: 0;
  transform: rotate(-35deg);
}

.c-drawer__bar {
  background: #ffffff;
  content: "";
  height: 2px;
  left: 0%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease;
  width: 40px;
  z-index: 40;
}
.p-header.is-scrolled .c-drawer__bar {
  background: #002b5b;
}
.c-drawer__bar::before, .c-drawer__bar::after {
  background: #ffffff;
}
.p-header.is-scrolled .c-drawer__bar::before, .p-header.is-scrolled .c-drawer__bar::after {
  background: #002b5b;
}
.c-drawer__bar::before, .c-drawer__bar::after {
  border-radius: 6px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: 0.3s ease-in-out;
  width: 40px;
}
.c-drawer__bar::before {
  top: -10px;
}
.c-drawer__bar::after {
  top: 10px;
}

.c-drawer__content {
  background: transparent;
  color: #ffffff;
  height: 100vh;
  overflow: auto;
  padding: 20px 28px;
  position: fixed;
  text-align: center;
  top: 100px;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  width: 100%;
  z-index: 30;
}
.c-drawer__content.is-open {
  background: #002b5b;
  transform: translateX(0);
}
.c-drawer__content.is-scrolled {
  top: 60px;
}

.c-drawer__content .c-header-cta {
  background-color: #00a8e8;
  border-radius: 4px;
  color: #ffffff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: 1.5rem;
  padding: 0.45rem 1.2rem;
  text-decoration: none;
  transition: opacity 0.2s;
  white-space: nowrap;
}

.c-drawer__lists {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.c-drawer__lists > li {
  border-bottom: 1px solid #c4ccd7;
  padding-bottom: 16px;
  padding-top: 16px;
  width: 100%;
}
.c-drawer__lists a {
  display: block;
}

.c-heading {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  margin-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .c-heading {
    margin-bottom: 64px;
  }
}

.c-heading__label {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .c-heading__label {
    font-size: 18px;
  }
}

.c-heading__title {
  color: #002b5b;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-heading__title {
    font-size: 24px;
  }
}

.c-language {
  display: none;
  justify-content: right;
}
@media screen and (min-width: 1024px) {
  .c-language {
    display: flex;
  }
}

.c-drawer__language {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  .c-drawer__language {
    display: none;
  }
}

.trp-shortcode-switcher__wrapper {
  align-items: center;
  display: flex;
  justify-content: center;
}

.trp-shortcode-switcher,
.trp-language-switcher > div {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.trp-language-item {
  padding-inline: 0 !important;
}

.trp-language-item-name {
  color: #ffffff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-align: right;
}
.p-header.is-scrolled .trp-language-item-name {
  color: #002b5b !important;
}

.c-note {
  background: #ffffff;
  border: 0.5px solid #333333;
  border-left: 3px solid #00a8e8;
  border-radius: 6px;
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
}
.c-note p {
  line-height: 1.7;
}

.p-hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.p-hero__img {
  display: block;
  height: 100%;
}
.p-hero__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-hero__contents {
  bottom: 50%;
  color: #ffffff;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
}

.p-hero__eyebrow {
  color: #002b5b;
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 1.25rem;
  text-align: center;
  text-shadow: 0 1px 8px rgba(255, 255, 255, 0.8);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .p-hero__eyebrow {
    font-size: 14px;
  }
}

.p-hero__heading {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-inline: auto;
  text-align: center;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-hero__heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__heading {
    font-size: 42px;
  }
}

.p-hero__subheading {
  margin: 0 auto;
  max-width: 800px;
  text-align: left;
  text-shadow: 0 1px 8px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .p-hero__subheading {
    font-size: 18px;
  }
}
@media screen and (min-width: 1024px) {
  .p-hero__subheading {
    font-size: 20px;
  }
}

.p-hero__btn {
  background: #00a8e8;
  border-radius: 4px;
  color: #ffffff;
  display: flex;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: opacity 0.2s;
  width: -moz-fit-content;
  width: fit-content;
}
.p-hero__btn:hover {
  opacity: 0.85;
}

.p-heros {
  background-color: #002b5b;
  color: #ffffff;
  overflow: hidden;
  padding: 100px 0 60px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-heros {
    padding: 120px 0 80px;
  }
}
.p-heros:after {
  background-color: rgba(0, 168, 232, 0.1);
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transform: skewX(12deg) translateX(25%);
  width: 50%;
}

.p-heros__content {
  margin-inline: auto;
  max-width: 800px;
  position: relative;
  z-index: 10;
}

.p-heros__heading {
  display: flex;
  flex-direction: column;
  margin-bottom: 32px;
}

.p-heros__heading-main {
  font-size: 36px;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .p-heros__heading-main {
    font-size: 48px;
  }
}

.p-heros__heading-sub {
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .p-heros__heading-sub {
    font-size: 20px;
  }
}

.p-heros__subheading {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-heros__subheading {
    font-size: 20px;
  }
}

.p-value__heading {
  font-size: 18px;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-value__heading {
    font-size: 28px;
  }
}

.p-value__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .p-value__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-value__card {
  border: 1px solid #00a8e8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 20px;
}

.p-value__card-icon {
  align-items: center;
  background: #ffffff;
  border-radius: 50%;
  display: flex;
  fill: #00a8e8;
  height: 64px;
  justify-content: center;
  margin-inline: auto;
  width: 64px;
}

.p-value__card-title {
  border-bottom: 2px solid #00a8e8;
  color: #00a8e8;
  display: inline-block;
  font-size: 18px;
  padding-bottom: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-value__card-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-value__card-text {
    font-size: 18px;
  }
}

.p-service__label {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.p-service__grid {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.p-service__grid a {
  color: inherit;
  text-decoration: none;
}

.p-service__item {
  background: #f4f7f9;
  border: 0.5px solid #ffffff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  transition: border-color 0.2s;
}
.p-service__item:hover {
  border-color: #00a8e8;
}

.p-service__item-head {
  align-items: center;
  display: flex;
  gap: 1rem;
}

.p-service__item-icon {
  align-items: center;
  background: #ffffff;
  border: 1px solid #00a8e8;
  border-radius: 6px;
  color: #00a8e8;
  display: flex;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.p-service__item-body {
  flex: 1;
}

.p-service__item-title {
  color: #002b5b;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .p-service__item-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .p-service__item-text {
    font-size: 18px;
  }
}

.p-service__item-link {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
}
.p-service__item-link:hover {
  text-decoration: underline;
}

.p-services__nav {
  background-color: transparent;
  margin-block: 2rem;
}

.p-services__nav-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-services__nav-list {
    flex-direction: row;
  }
}

.p-services__nav-link {
  background: #f4f7f9;
  color: #002b5b;
  display: inline-block;
  font-weight: 700;
  padding: 12px;
  text-align: center;
  transition: color 0.2s;
  width: 100%;
}
.p-services__nav-link:hover {
  color: rgb(0, 94.1379310345, 130);
}

.p-services:nth-child(even) {
  background-color: #ffffff;
}
.p-services:nth-child(even) .p-services-card {
  background-color: #f4f7f9;
}

.p-services:nth-child(odd) {
  background-color: #f4f7f9;
}
.p-services:nth-child(odd) .p-services-card {
  background-color: #ffffff;
}

.p-services-summary {
  margin-bottom: 32px;
}

.p-services-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .p-services-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.p-services-card {
  background-color: #f4f7f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 20px;
  transition: all 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-services-card {
    padding: 30px;
  }
}
.p-services-card:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.p-services-card__title {
  color: #002b5b;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.p-services-card__text {
  font-size: 16px;
  line-height: 1.7;
}

.p-services-card__price {
  border-top: 0.5px solid rgb(217.6, 227.8, 234.6);
  color: #00a8e8;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
}

.p-services-contract {
  background: #002b5b;
  border-radius: 8px;
  color: #ffffff;
  margin-top: 2.5rem;
  padding: 1.75rem;
}

.p-services-contract__text {
  color: rgba(255, 255, 255, 0.75);
  line-height: 1.75;
  margin-bottom: 1.5rem;
}

.p-services-contract__plans {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .p-services-contract__plans {
    grid-template-columns: 1fr;
  }
}

.p-services-contract__plan {
  background: rgba(255, 255, 255, 0.08);
  border: 0.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 6px;
  padding: 1rem 1.25rem;
  text-align: center;
}

.p-services-contract__plan-name {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.p-services-contract__plan-desc {
  color: rgba(255, 255, 255, 0.65);
  line-height: 1.6;
  margin-bottom: 0.6rem;
}

.p-services-contract__plan-price {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.p-services-contract__title {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0.75rem;
  text-align: center;
}

.p-work__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .p-work__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-work__article {
  background: #ffffff;
  border: 0.5px solid #dce3e9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
  padding: 20px;
  transition: transform 0.3s;
}
.p-work__article:hover {
  border: solid 1px #00a8e8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transform: translatey(-10px);
}

.p-work__article-img img {
  height: auto;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-work__title {
  color: #002b5b;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .p-work__title {
    font-size: 20px;
  }
}

.p-work__article-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 10px;
}

@media screen and (min-width: 1024px) {
  .p-work__text {
    font-size: 18px;
  }
}

.p-work__link {
  color: #00a8e8;
  text-align: right;
  text-decoration: underline;
}

.p-work__label {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.p-work__more {
  margin-top: 1.5rem;
  text-align: center;
}

.p-work__more-link {
  color: #00a8e8;
  text-decoration: none;
}
.p-work__more-link:hover {
  text-decoration: underline;
}

.p-works:nth-child(odd) {
  background-color: #f4f7f9;
}

.p-works__grid {
  display: grid;
  gap: 48px;
  grid-template-columns: 1fr;
}

.p-works__card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 24px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 16px;
  scroll-margin-top: 80px;
}
@media screen and (min-width: 1024px) {
  .p-works__card {
    padding: 48px;
  }
}

.p-works__card-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-works__card-content {
    flex-direction: row;
  }
}

.p-works__card-img img {
  height: auto;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .p-works__card-img {
    width: 50%;
  }
  .p-works__card-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center auto;
       object-position: center auto;
  }
}

.p-works__card-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .p-works__card-items {
    width: 50%;
  }
}

.p-works__card-header {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.p-works__card-title {
  color: #002b5b;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 1024px) {
  .p-works__card-title {
    font-size: 24px;
  }
}

@media screen and (min-width: 1024px) {
  .p-works__desc {
    font-size: 18px;
  }
}

.p-works__details {
  background-color: #f4f7f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 16px;
}

.p-works__details-title {
  color: #002b5b;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.p-works__details-text {
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (min-width: 1024px) {
  .p-works__details-text {
    font-size: 18px;
  }
}

.p-works__url {
  border-radius: 0.5rem;
  color: #002b5b;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 16px;
  text-align: right;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (min-width: 1024px) {
  .p-works__url {
    font-size: 18px;
    padding: 12px 24px;
  }
}
.p-works__url:hover {
  color: #00a8e8;
  text-decoration: none;
}

.p-works__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
}

.p-works__tag {
  background-color: #002b5b;
  border: 1px solid rgba(0, 43, 91, 0.1);
  border-radius: 0.5rem;
  color: #ffffff;
  font-size: 14px;
  padding: 4px 8px;
}
@media screen and (min-width: 1024px) {
  .p-works__tag {
    font-size: 16px;
  }
}
.p-works__tag:hover {
  background-color: #002b5b;
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .p-works__workflow-intro {
    font-size: 18px;
    margin-bottom: 32px;
  }
}

.p-works__steps-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 1024px) {
  .p-works__steps-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-works__step-card {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 16px;
  padding: 16px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .p-works__step-card {
    padding: 32px;
  }
}

.p-works__step-num {
  color: rgba(0, 168, 232, 0.1);
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  right: 1.5rem;
  top: 1rem;
}

.p-works__step-title {
  color: #002b5b;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}

.p-works__step-text {
  line-height: 1.6;
}
@media screen and (min-width: 1024px) {
  .p-works__step-text {
    font-size: 18px;
  }
}

.p-abouts .l-inner {
  max-width: 1000px;
}

.p-abouts:nth-child(odd) {
  background-color: #f4f7f9;
}

.p-abouts__content-title {
  color: #002b5b;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-abouts__content-title {
    font-size: 20px;
  }
}

.p-abouts__content-text p {
  line-height: 1.7;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .p-abouts__content-text p {
    font-size: 18px;
  }
}

/* Company Profile Table */
.p-abouts__table-wrapper {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  overflow-x: auto;
  width: 100%;
}

table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding: 1.5rem 2rem;
  text-align: left;
}

th {
  background-color: #f4f7f9;
  color: #002b5b;
  font-weight: 700;
  padding: 1.25rem 1rem;
  vertical-align: middle;
  width: 25%;
}
@media screen and (min-width: 1024px) {
  th {
    font-size: 18px;
    width: 15%;
  }
}

td {
  background-color: #ffffff;
  padding: 1.25rem 1rem;
}
@media screen and (min-width: 1024px) {
  td {
    font-size: 18px;
  }
}

tr:last-child th,
tr:last-child td {
  border-bottom: none;
}

.p-abouts__message {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
}
@media screen and (min-width: 768px) {
  .p-abouts__message {
    flex-direction: row;
  }
}

.p-abouts__message-text {
  color: #333333;
  line-height: 1.9;
  margin-bottom: 1.25rem;
}
.p-abouts__message-text:last-child {
  margin-bottom: 0;
}

.p-abouts__message-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-abouts__profile-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  position: relative;
}
.p-abouts__profile-timeline::before {
  background: #00a8e8;
  bottom: 0;
  content: "";
  left: 120px;
  opacity: 0.3;
  position: absolute;
  top: 0;
  width: 1px;
}
@media screen and (max-width: 767px) {
  .p-abouts__profile-timeline::before {
    display: none;
  }
}
.p-abouts__profile-timeline .p-abouts__timeline-item {
  border-bottom: 0.5px solid hsl(204, 29.4117647059%, 104.6666666667%);
  display: flex;
  gap: 2rem;
  padding: 1.5rem 0;
  position: relative;
}
.p-abouts__profile-timeline .p-abouts__timeline-item:last-child {
  border-bottom: none;
}
.p-abouts__profile-timeline .p-abouts__timeline-item::before {
  background: #00a8e8;
  border-radius: 50%;
  content: "";
  height: 9px;
  left: 116px;
  position: absolute;
  top: 2.25rem;
  width: 9px;
}
@media screen and (max-width: 767px) {
  .p-abouts__profile-timeline .p-abouts__timeline-item::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-abouts__profile-timeline .p-abouts__timeline-item {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.p-abouts__profile-timeline .p-abouts__timeline-period {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.5px;
  min-width: 120px;
  padding-top: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-abouts__profile-timeline .p-abouts__timeline-period {
    min-width: auto;
  }
}
.p-abouts__profile-timeline .p-abouts__timeline-body {
  flex: 1;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .p-abouts__profile-timeline .p-abouts__timeline-body {
    padding-left: 0;
  }
}
.p-abouts__profile-timeline .p-abouts__timeline-title {
  color: #002b5b;
  margin-bottom: 0.5rem;
}
.p-abouts__profile-timeline .p-abouts__timeline-text {
  color: #333333;
  line-height: 1.75;
}

.p-cta {
  background: #00a8e8;
  color: #ffffff;
  padding: 3.5rem 2rem;
  text-align: center;
}

.p-cta__title {
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.p-cta__text {
  color: rgba(255, 255, 255, 0.85);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  margin: 0 auto 1.75rem;
  max-width: 500px;
}

.p-cta__btn {
  background: #ffffff;
  border-radius: 4px;
  color: #00a8e8;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding: 0.75rem 2rem;
  text-decoration: none;
  transition: opacity 0.2s;
}
.p-cta__btn:hover {
  opacity: 0.85;
}

.p-contact__tel {
  background: #f4f7f9;
  border-left: 3px solid #00a8e8;
  border-radius: 8px;
  margin: 0 auto;
  margin-bottom: 2.5rem;
  max-width: 800px;
  padding: 1.5rem 1.75rem;
}

.p-contact__tel-label {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  margin-bottom: 1rem;
}

.p-contact__tel-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-contact__tel-list {
    flex-direction: row;
    gap: 2rem;
  }
}

.p-contact__tel-item {
  align-items: center;
  display: flex;
  gap: 0.75rem;
}

.p-contact__tel-country {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 1px;
  min-width: 70px;
  text-transform: uppercase;
}

.p-contact__tel-number {
  color: #002b5b;
  font-family: "Fira Sans", sans-serif;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.p-contact__tel-number:hover {
  color: #00a8e8;
}

/* Form Styles */
.form-container {
  margin: 0 auto;
  max-width: 800px;
}

.form-group {
  margin-bottom: 2rem;
}

.label-area {
  align-items: center;
  display: flex;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

label {
  color: #002b5b;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  label {
    font-size: 18px;
  }
}

.badge {
  border-radius: 4px;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 0.2rem 0.6rem;
  text-transform: uppercase;
}

.badge-required {
  background-color: #002b5b;
  color: #ffffff;
}

.badge-optional {
  color: #ffffff;
}

input[type=text],
input[type=email],
select,
textarea {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 0.5rem;
  color: var(--text);
  font-family: inherit;
  font-size: 1rem;
  outline: none;
  padding: 1rem;
  transition: all 0.3s;
  width: 100%;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #00a8e8;
  box-shadow: 0 0 0 4px rgba(0, 168, 232, 0.1);
}

textarea {
  min-height: 200px;
  resize: vertical;
}

/* Privacy Policy Area */
.privacy-policy-box {
  background-color: #ffffff;
  border: 1px solid #333333;
  border-radius: 0.5rem;
  font-size: 14px;
  height: 250px;
  margin-bottom: 1.5rem;
  overflow-y: scroll;
  padding: 1rem;
}
.privacy-policy-box h4 {
  color: #002b5b;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.privacy-policy-box p {
  margin-bottom: 1rem;
}

.consent-area {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 600;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2.5rem;
}

.consent-area input {
  cursor: pointer;
  height: 1.2rem;
  vertical-align: middle;
  width: 1.2rem;
}

/* Submit Button */
.submit-area {
  text-align: center;
}

.btn-submit {
  align-items: center;
  background-color: #002b5b;
  border: none;
  border-radius: 9999px;
  box-shadow: 0 20px 25px -5px rgba(0, 43, 91, 0.15);
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: center;
  padding: 1.25rem 5rem;
  transition: all 0.3s;
}

.btn-submit:hover {
  background-color: #00a8e8;
  box-shadow: 0 20px 25px -5px rgba(0, 168, 232, 0.2);
  transform: translateY(-2px);
}

.p-contacts__thanks-texts {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
}
.p-contacts__thanks-texts a {
  color: #00a8e8;
}

.p-contacts__thanks-text {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .p-contacts__thanks-text {
    font-size: 20px;
  }
}

.wpcf7-spinner {
  display: none !important;
}

.p-footer {
  background-color: #002b5b;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-size: 0.8rem;
  padding: 20px 0;
  text-align: center;
}

.p-footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

.p-footer__nav {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 20px;
}

.p-header {
  align-items: center;
  background-color: transparent;
  box-shadow: none;
  color: #ffffff;
  display: flex;
  height: 100px;
  padding: 15px 0;
  position: fixed;
  top: 0;
  transition: background-color 0.3s ease, height 0.3s ease, padding 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  z-index: 1000;
}
@media screen and (min-width: 1024px) {
  .p-header {
    height: 80px;
  }
}
.p-header.is-scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: #002b5b;
  height: 60px;
  padding: 0;
}
.p-header .l-inner {
  align-items: center;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  padding-inline: 20px;
}
@media screen and (min-width: 1024px) {
  .p-header .l-inner {
    padding-inline: 30px;
  }
}

.c-header-cta {
  display: none;
}
@media screen and (min-width: 1024px) {
  .c-header-cta {
    background-color: #00a8e8;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 0.875rem;
    font-weight: bold;
    padding: 0.45rem 1.2rem;
    text-decoration: none;
    transition: opacity 0.2s;
    white-space: nowrap;
  }
  .c-header-cta:hover {
    color: #ffffff;
    opacity: 0.8;
  }
}

.logo {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 10px;
}

.logo-sh {
  align-items: center;
  background-color: transparent;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 900;
  height: 35px;
  letter-spacing: -0.5px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  width: 35px;
}
.p-header.is-scrolled .logo-sh {
  background-color: #002b5b;
}

.logo-shifthub {
  background-color: transparent;
  color: transparent;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: -0.5px;
  text-decoration: none;
}
.p-header.is-scrolled .logo-shifthub {
  color: #002b5b;
}

.p-header__right {
  align-items: center;
  display: flex;
  gap: 15px;
}

.p-pain__list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-pain__item {
  align-items: flex-start;
  background: #f4f7f9;
  border-left: 3px solid #00a8e8;
  border-radius: 6px;
  display: flex;
  gap: 0.875rem;
  line-height: 1.7;
  padding: 1rem 1.25rem;
}

.p-pain__check {
  align-items: center;
  background: #00a8e8;
  border-radius: 50%;
  display: flex;
  flex-shrink: 0;
  height: 20px;
  justify-content: center;
  margin-top: 2px;
  width: 20px;
}
.p-pain__check::after {
  border-bottom: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  content: "";
  display: block;
  height: 10px;
  transform: rotate(45deg) translate(-1px, -1px);
  width: 6px;
}

.p-reason {
  background: #f4f7f9;
  padding-block: 4rem;
}

.p-reason__grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
@media screen and (min-width: 1024px) {
  .p-reason__grid {
    flex-direction: row;
    gap: 2rem;
  }
  .p-reason__grid .p-reason__card {
    flex: 1;
  }
}

.p-reason__card {
  background: #ffffff;
  border: 0.5px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  padding: 1.5rem;
}

.p-reason__heading {
  display: flex;
  gap: 0.75rem;
}

.p-reason__num {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  font-size: 24px;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__num {
    font-size: 32px;
  }
}

.p-reason__title {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.4rem;
}

.p-reason__outsource {
  color: #00a8e8;
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  font-style: italic;
  letter-spacing: 2px;
  margin-bottom: 0.6rem;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.p-reason__text {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
}

.p-flow__label {
  color: #00a8e8;
  font-family: "Fira Sans", sans-serif;
  font-size: 10px;
  letter-spacing: 3px;
  margin-bottom: 0.6rem;
  text-transform: uppercase;
}

.p-flow__steps {
  background: #ffffff;
  border: 0.5px solid #dce3e9;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-flow__steps {
    flex-direction: row;
    gap: 30px;
  }
}

.p-flow__step {
  align-items: flex-start;
  background: #f4f7f9;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
}
@media screen and (min-width: 1024px) {
  .p-flow__step {
    gap: 1.5rem;
    padding: 1.5rem 2rem;
  }
}
.p-flow__step {
  border: 0.5px solid #dce3e9;
}
.p-flow__step:last-child {
  border-bottom: none;
}

.p-flow__body {
  width: 100%;
}

.p-flow__num {
  align-items: center;
  background: #00a8e8;
  border-radius: 50%;
  color: #ffffff;
  color: #ffffff;
  display: flex;
  flex-shrink: 0;
  font-family: "Fira Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 28px;
  justify-content: center;
  margin-inline: auto;
  width: 28px;
}

.p-flow__title {
  color: #002b5b;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  margin-bottom: 0.3rem;
  text-align: center;
}

.p-flow__text {
  color: #666;
  line-height: 1.7;
}

.p-flow__price {
  color: #00a8e8;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0.3rem;
}

.p-flow__arrow {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  padding: 0 0.5rem;
}

.p-flow__arrow-icon {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 12px solid #00a8e8;
  height: 0;
  opacity: 0.7;
  width: 0;
}
@media screen and (min-width: 1024px) {
  .p-flow__arrow-icon {
    border-bottom: 10px solid transparent;
    border-left: 12px solid #00a8e8;
    border-top: 10px solid transparent;
  }
}

.u-hidden-sp {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (min-width: 1440px) {
  .u-hidden-pc {
    display: none;
  }
}