@charset "UTF-8";
html {
  font-size: 16px;
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #2C1B1E;
}

@media screen and (max-width: 767px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

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

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 76.875rem;
  padding-inline: 1.5625rem;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 0.9375rem;
    width: 37.5rem;
    max-width: 100%;
  }
}

.l-section {
  padding-block: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-block: 3.75rem;
  }
}

.l-section.--pd120 {
  padding-block: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-section.--pd120 {
    padding-block: 5rem;
  }
}

.c-section-title {
  background: transparent;
  border-left: none;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.5625rem;
    margin-bottom: 2rem;
  }
}

.c-section-title.--ail {
  text-align: left;
}
@media screen and (max-width: 400px) {
  .c-section-title.--ail {
    text-align: center;
  }
}

.c-section-title.--small {
  font-size: 1.375rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .c-section-title.--small {
    font-size: 1.125rem;
  }
}

.c-section-title.--small.--blue {
  color: #2C1B1E;
}

.c-section-title.--white {
  color: #fff;
}

.c-section-title.--area {
  color: #00729f;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  .c-section-title.--area {
    font-size: 1.375rem;
  }
}

.c-text {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 400;
  color: #2C1B1E;
}
@media screen and (max-width: 767px) {
  .c-text {
    font-size: 0.9375rem;
  }
}

.c-text.--bold {
  font-weight: 700;
}

.c-text strong {
  font-weight: 700;
  color: #00729f;
}

.c-editing {
  color: red;
}

.c-text.--l {
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-text.--l {
    font-size: 1.125rem;
  }
}

.c-text.--xl {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-text.--xl {
    font-size: 1.25rem;
  }
}

.p-area__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-area__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-area__content-image {
  max-width: 15rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-area__content-image {
    max-width: 12.5rem;
  }
}

.p-area__content-right-lead {
  font-size: 2.375rem;
  font-weight: 700;
  -webkit-margin-after: 1.75rem;
          margin-block-end: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-area__content-right-lead {
    font-size: 1.5rem;
    text-align: center;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .p-area__content-right-text {
    text-align: center;
  }
}

.p-area__qualification {
  margin-top: 2.5rem;
}

.p-area__qualification-header {
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-margin-end: auto;
          margin-inline-end: auto;
  padding: 0 0 0.375rem;
  border-bottom: 0.125rem solid rgba(0, 114, 159, .35);
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  width: 65rem;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-area__qualification-header {
    font-size: 1.125rem;
  }
}

.p-area__qualification-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.p-area__qualification-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 10rem;
  position: relative;
}

.p-area__qualification-text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .4)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, .4), rgba(0, 0, 0, 0));
  padding: 0.625rem;
  text-align: center;
  text-shadow: 0 0 1.5px #000;
}

.p-area__qualification-text.--small {
  font-size: 0.6875rem;
}

.p-area__content-right {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-area__content-right {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-area__content-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-area__city {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-area__city {
    margin-top: 5rem;
  }
}

.p-area__city-title {
  text-align: center;
}

.p-area__city-list {
  margin-top: 1.5rem;
  background: #f7f7f7;
  padding: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-area__city-list {
    padding: 0.9375rem;
  }
}

.p-area__city-item a {
  font-size: 1rem;
  display: inline-block;
  width: 100%;
  background: #fff;
  text-align: center;
  color: #2C1B1E;
  padding: 0.3125rem 1.25rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 767px) {
  .p-area__city-item a {
    font-size: 0.75rem;
    padding: 0.3125rem 0.625rem;
  }
}

.p-area__note {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-case {
  position: relative;
  background-color: #EDFFFF;
  background-image: radial-gradient(circle, rgba(255, 255, 255, .3) 1px, transparent 1px), url(../images/case-bg.webp);
  background-size: 0.375rem 0.375rem, cover;
  background-position: 0 0, center;
  background-repeat: repeat, no-repeat;
}

.p-case::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(237, 255, 255, .4);
  pointer-events: none;
  z-index: 0;
}

.p-case__inner {
  position: relative;
  z-index: 1;
  width: 53.125rem;
}

.p-case__content {
  position: relative;
  -webkit-margin-end: calc(50% - 50vw);
          margin-inline-end: calc(50% - 50vw);
}
@media screen and (max-width: 400px) {
  .p-case__content {
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-case__swiper-container {
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}

.p-case__swiper-slide {
  height: auto;
  width: 30rem;
}
@media screen and (max-width: 767px) {
  .p-case__swiper-slide {
    width: 21.5625rem;
  }
}

.p-case__card {
  background-color: #FDFDFD;
  border-radius: 0.75rem;
  overflow: hidden;
  -webkit-box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .08);
          box-shadow: 0 0.25rem 1rem rgba(0, 0, 0, .08);
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.p-case__card-title {
  background: #00729f;
  color: #FDFDFD;
  font-size: 1.375rem;
  font-weight: 700;
  padding: 0.75rem 1rem;
  margin: 0;
  text-align: center;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-case__card-title {
    font-size: 1.125rem;
    padding: 1rem 1.25rem;
  }
}

.p-case__card-text {
  padding: 0.75rem 1rem;
  font-size: 1.0625rem;
  line-height: 1.9;
  margin: 0;
  color: #2C1B1E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-case__card-text {
    font-size: 0.9375rem;
    -webkit-padding-after: 0;
            padding-block-end: 0;
    padding-inline: 0.25rem;
    line-height: 1.8;
    text-align: center;
  }
}

.p-case__card-text-highlight {
  color: #00729f;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-case__card-text-highlight {
    font-size: 1rem;
  }
}

.p-case__card-section {
  padding: 0 1rem 1rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-case__card-section {
    padding: 1.25rem 1rem 1.25rem;
  }
}

.p-case__card-section-title {
  font-size: 1.1875rem;
  font-weight: 700;
  color: #2C1B1E;
  margin: 0 0 1rem 0;
  border-bottom: 0.125rem solid #00729f;
  position: relative;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-case__card-section-title {
    font-size: 1.0625rem;
    -webkit-margin-after: 0.75rem;
            margin-block-end: 0.75rem;
    -webkit-padding-after: 0.25rem;
            padding-block-end: 0.25rem;
  }
}

.p-case__card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-case__card-list-item {
  position: relative;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
  font-size: 1rem;
  line-height: 1.8;
  color: #2C1B1E;
}
@media screen and (max-width: 767px) {
  .p-case__card-list-item {
    font-size: 0.875rem;
    -webkit-padding-start: 1.25rem;
            padding-inline-start: 1.25rem;
    -webkit-margin-after: 0.375rem;
            margin-block-end: 0.375rem;
  }
}

.p-case__card-list-item::before {
  content: "・";
  position: absolute;
  left: 0;
  color: #00729f;
  font-weight: 700;
}

.p-case__card-list-item:last-child {
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

.p-case__card-result {
  padding: 0 1rem 1rem 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-case__card-result {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}

.p-case__card-result-figure {
  margin: 1rem 0 0 0;
  border: 0.0625rem solid #dee2e6;
}
@media screen and (max-width: 767px) {
  .p-case__card-result-figure {
    -webkit-margin-before: 0.75rem;
            margin-block-start: 0.75rem;
  }
}

.p-case__card-result-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .1);
          box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, .1);
}

.p-case__swiper-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  -webkit-margin-before: 2rem;
          margin-block-start: 2rem;
  position: relative;
  width: 18.75rem;
}
@media screen and (max-width: 767px) {
  .p-case__swiper-nav {
    margin-inline: auto;
    gap: 1rem;
    -webkit-margin-before: 1.5rem;
            margin-block-start: 1.5rem;
  }
}

.p-case__swiper-button-prev,
.p-case__swiper-button-next {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #F4F0F0;
  color: #FDFDFD;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0.125rem 0.5rem rgba(44, 27, 30, .3);
          box-shadow: 0 0.125rem 0.5rem rgba(44, 27, 30, .3);
}
@media screen and (max-width: 767px) {
  .p-case__swiper-button-prev,
  .p-case__swiper-button-next {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.p-case__swiper-button-prev:hover,
.p-case__swiper-button-next:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(44, 27, 30, .4);
          box-shadow: 0 0.25rem 0.75rem rgba(44, 27, 30, .4);
}

.p-case__swiper-button-prev:active,
.p-case__swiper-button-next:active {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.p-case__swiper-button-prev::after,
.p-case__swiper-button-next::after {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-case__swiper-button-prev::after,
  .p-case__swiper-button-next::after {
    font-size: 1.25rem;
  }
}

.p-case__swiper-button-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-margin-end: 1.5rem;
          margin-inline-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__swiper-button-prev {
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem;
  }
}

.p-case__swiper-button-prev::after {
  content: "‹";
}

.p-case__swiper-pagination {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  bottom: auto;
  left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-case__swiper-pagination .swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #ccc;
  opacity: 1;
  margin: 0;
}

.p-case__swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00729f;
}

.p-case__swiper-button-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case__swiper-button-next {
    -webkit-margin-start: 1rem;
            margin-inline-start: 1rem;
  }
}

.p-case__swiper-button-next::after {
  content: "›";
}

.p-client__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-client__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-client__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-client__title {
  text-align: left;
  -webkit-margin-after: 0.5rem;
          margin-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-client__title {
    text-align: center;
    -webkit-margin-after: 1.5rem;
            margin-block-end: 1.5rem;
  }
}

.p-client__lead {
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-client__lead {
    text-align: center;
    -webkit-margin-after: 2rem;
            margin-block-end: 2rem;
  }
}

.p-client__cases-title {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.p-client__image {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .p-client__image {
    width: 80%;
  }
}

.p-client__case + .p-client__case {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.p-client__case-header {
  background-color: #00729f;
  color: #FDFDFD;
  padding-inline: 1rem;
  padding-block: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-client__case-header {
    padding-inline: 1.5rem;
    padding-block: 0.25rem;
    padding-inline: 0.75rem;
  }
}

.p-client__case.--light-blue .p-client__case-header {
  background-color: #57A4C1;
  color: #FDFDFD;
}

.p-client__case-header {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}

.p-client__case-content {
  font-size: 1rem;
  line-height: 1.5;
}

.p-cta-bottom {
  background-color: #EDFFFF;
}

.p-cta-bottom__content {
  background-color: #FDFDFD;
  padding-block: 2.5rem;
  width: 67.5rem;
  margin-inline: auto;
  border-radius: 1.5rem;
}

.p-cta-bottom__lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__lead {
    font-size: 1.5rem;
  }
}

.p-cta-bottom__text {
  font-size: 1.25rem;
  color: #2C1B1E;
  font-weight: 700;
  text-align: center;
  -webkit-margin-after: 1.5rem;
          margin-block-end: 1.5rem;
  color: #00729f;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__text {
    font-size: 1.125rem;
  }
}

.p-cta-bottom__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-block: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__wrapper {
    margin-block: 1.5rem;
  }
}

.p-cta-bottom__wrapper-image {
  width: 15rem;
  height: auto;
}

.p-cta-bottom__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-cta-bottom__item {
  color: #2C1B1E;
  position: relative;
  border-radius: 1rem;
  border: 0.125rem solid #00729f;
  width: 17.5rem;
  height: 15rem;
  background-color: #FDFDFD;
  text-align: center;
  padding-inline: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-block: 2rem;
  color: #00729f;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__item {
    width: 17.5rem;
    height: 11.25rem;
    padding-block: 1rem;
  }
}
.p-cta-bottom__item::before {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 5rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__item::before {
    width: 3.75rem;
    height: 3.75rem;
    top: 1.5rem;
  }
}
.p-cta-bottom__item:nth-child(1) {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__item:nth-child(1) {
    padding-bottom: 1.5rem;
  }
}
.p-cta-bottom__item:nth-child(2) {
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__item:nth-child(2) {
    padding-bottom: 1.5rem;
  }
}
.p-cta-bottom__item:nth-child(1)::before {
  background-image: url(../images/consulting.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-cta-bottom__item:nth-child(2)::before {
  background-image: url(../images/form.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-cta-bottom__item:nth-child(3)::before {
  background-image: url(../images/design.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.p-cta-bottom__button-lead {
  color: #2C1B1E;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  color: #00729f;
}

.p-cta-bottom__button-link {
  font-size: 1.875rem;
  height: 6.25rem;
  color: #FDFDFD;
  width: 100%;
  max-width: 37.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#00729f), color-stop(#76c6e5), color-stop(#76c6e5), to(#00729f));
  background: linear-gradient(to right, #00729f, #76c6e5, #76c6e5, #00729f);
  background-size: 200% 100%;
  background-position: left;
  border: none;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  margin-inline: auto;
  -webkit-box-shadow: inset -0.25rem -0.25rem 0.5rem 0rem rgba(0, 0, 0, .25);
          box-shadow: inset -0.25rem -0.25rem 0.5rem 0rem rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__button-link {
    font-size: 1.25rem;
  }
}
.p-cta-bottom__button-link:hover {
  background-position: right;
  color: #FDFDFD;
}

.p-cta-bottom__message {
  margin-block: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cta-bottom__message {
    margin-block: 1.5rem;
  }
}

.p-cta-button__inner {
  text-align: center;
}

.p-cta-button__link {
  font-size: 1.5rem;
  color: #FDFDFD;
  display: inline-block;
  width: 100%;
  max-width: 30rem;
  height: 5rem;
  background: -webkit-gradient(linear, left top, right top, from(#00729f), color-stop(#76c6e5), color-stop(#76c6e5), to(#00729f));
  background: linear-gradient(to right, #00729f, #76c6e5, #76c6e5, #00729f);
  background-size: 200% 100%;
  background-position: left;
  border: none;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  margin-inline: auto;
  -webkit-box-shadow: inset -0.25rem -0.25rem 0.5rem 0rem rgba(0, 0, 0, .25);
          box-shadow: inset -0.25rem -0.25rem 0.5rem 0rem rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-cta-button__link {
    font-size: 1rem;
  }
}
.p-cta-button__link:hover {
  background-position: right;
  color: #FDFDFD;
}

.p-cta-button__lead {
  margin-bottom: 2rem;
}

.p-cta {
  background-color: #00729f;
  padding: 5rem 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-cta {
    padding-inline: 0.9375rem;
  }
}

.p-cta__inner {
  width: 50rem;
  background-color: #FDFDFD;
  text-align: center;
  border-radius: 0.625rem;
  padding-block: 5rem;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding-block: 2.5rem;
  }
}

.p-faq {
  background: #76c6e5;
}

.p-faq__inner {
  width: 60rem;
}

.p-faq__list {
  width: 100%;
  margin-inline: auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}

.p-faq__item {
  position: relative;
  gap: 5rem;
  background: var(--white);
  padding: 1.75rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, .1);
  box-shadow: 0 0rem 1.5rem rgba(0, 0, 0, .1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__item {
    -webkit-padding-end: 2.25rem;
            padding-inline-end: 2.25rem;
    padding-block: 1rem;
  }
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-faq__question::before {
  content: "Q.";
  display: block;
  font-weight: 700;
  line-height: 1.4375;
  margin-right: 1rem;
  font-size: 1.5rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00729f;
}
@media screen and (max-width: 767px) {
  .p-faq__question::before {
    font-size: 1rem;
    width: 2rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-faq__question-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-faq__question-icon {
  width: 1.5rem;
  height: 1.8rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  position: absolute;
  top: 1.75rem;
  right: 3rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question-icon {
    width: 1rem;
    right: 1rem;
    top: 1.25rem;
  }
}
.p-faq__question-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.p-faq__item.is-open .p-faq__question-icon img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.p-faq__answer {
  display: none;
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #e0e0e0;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    margin-top: 0.5rem;
  }
}
.p-faq__answer::before {
  content: "A.";
  display: block;
  font-weight: 700;
  line-height: 1.4375;
  margin-right: 1rem;
  font-size: 1.5rem;
  color: #00729f;
  width: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer::before {
    font-size: 1rem;
    margin-right: 0;
    width: 2.125rem;
  }
}

.p-faq__item.is-open .p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-faq__answer-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-fv {
  height: 47.875rem;
  padding-block: 5rem;
}
@media screen and (max-width: 1280px) {
  .p-fv {
    height: auto;
    -webkit-padding-before: 1rem;
            padding-block-start: 1rem;
    -webkit-padding-after: 1.25rem;
            padding-block-end: 1.25rem;
  }
}

.p-fv__inner {
  width: 87.5rem;
}

.p-fv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 26.25rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

.p-fv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  font-weight: 700;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .p-fv__lead {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 21.5625rem;
    margin-inline: auto;
  }
}

.p-fv__title {
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.05em;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
.p-fv__title strong {
  color: #00729f;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
    font-size: 1.9375rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-fv__text {
  display: block;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__text {
    text-align: center;
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-fv__text.c-text {
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__text.c-text {
    font-size: 1rem;
  }
}

.p-fv__button-link {
  font-size: 1.875rem;
  height: 6.25rem;
  color: #FDFDFD;
  width: 100%;
  max-width: 37.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#00729f), color-stop(#76c6e5), color-stop(#76c6e5), to(#00729f));
  background: linear-gradient(to right, #00729f, #76c6e5, #76c6e5, #00729f);
  background-size: 200% 100%;
  background-position: left;
  border: none;
  -webkit-transition: background-position 0.3s ease;
  transition: background-position 0.3s ease;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5rem;
  margin-inline: auto;
  -webkit-box-shadow: inset -0.25rem -0.25rem 0.5rem 0rem rgba(0, 0, 0, .25);
          box-shadow: inset -0.25rem -0.25rem 0.5rem 0rem rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-fv__button-link {
    font-size: 1.25rem;
    height: 4.0625rem;
  }
}
.p-fv__button-link:hover {
  background-position: right;
  color: #FDFDFD;
}

.p-fv__points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__points {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-margin-before: 0.375rem;
            margin-block-start: 0.375rem;
  }
}

.p-fv__point {
  width: 9.0625rem;
  height: 8.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url(../images/fv-crown.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-fv__point {
    width: 6.75rem;
    height: 5.375rem;
    background-image: url(../images/crown.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.p-fv__point-text {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-fv__point-text {
    font-size: 0.875rem;
    letter-spacing: -0.05em;
  }
}
.p-fv__point-text span {
  font-size: 0.8125rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-fv__point-text span {
    font-size: 0.625rem;
    letter-spacing: -0.05em;
  }
}

.p-fv__wrapper-left {
  width: 42.5rem;
  max-width: 100%;
}
@media screen and (max-width: 1280px) {
  .p-fv__wrapper-left {
    margin-inline: auto;
  }
}

.p-fv__wrapper-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 40rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}
@media screen and (max-width: 1280px) {
  .p-fv__wrapper-right {
    margin-inline: auto;
    max-width: 20rem;
  }
}

.p-fv__achievement {
  color: #EE6A1A;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1280px) {
  .p-fv__achievement {
    font-size: 1.125rem;
  }
}

.p-fv__button {
  -webkit-margin-before: 6.25rem;
          margin-block-start: 6.25rem;
}
@media screen and (max-width: 1280px) {
  .p-fv__button {
    -webkit-margin-before: 1rem;
            margin-block-start: 1rem;
  }
}

.p-fv__lead-text {
  background-color: #00729f;
  padding-block: 0.375rem;
  color: #FDFDFD;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-inline: 0.75rem;
  position: relative;
  overflow: visible;
}
@media screen and (max-width: 1280px) {
  .p-fv__lead-text {
    font-size: 1rem;
    padding-inline: 0.5rem;
  }
}
.p-fv__lead-text:nth-child(1) {
  background-color: #76c6e5;
}
.p-fv__lead-text:nth-child(2) {
  background-color: #57a4c1;
}
.p-fv__lead-text:nth-child(3) {
  background-color: #00729f;
}
.p-fv__lead-text:nth-child(4) {
  background-color: #FDFDFD;
  color: #2C1B1E;
}
.p-fv__lead-text:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1.25rem;
  top: 0;
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 1.25rem solid;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-fv__lead-text:not(:last-child)::after {
    border-top: 1.125rem solid transparent;
    border-bottom: 1.125rem solid transparent;
    border-left: 1.25rem solid;
  }
}
.p-fv__lead-text:nth-child(1):not(:last-child)::after {
  border-left-color: #76c6e5;
}
.p-fv__lead-text:nth-child(2):not(:last-child)::after {
  border-left-color: #57a4c1;
}
.p-fv__lead-text:nth-child(3):not(:last-child)::after {
  border-left-color: #00729f;
}
.p-fv__lead-text:nth-child(4):not(:last-child)::after {
  border-left-color: #005a7d;
}

.p-fv__lead-text + .p-fv__lead-text {
  -webkit-margin-start: 1.5rem;
          margin-inline-start: 1.5rem;
}

.p-fv__button-lead {
  color: #00729f;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  -webkit-margin-after: -1rem;
          margin-block-end: -1rem;
  background-color: #FDFDFD;
  position: relative;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding-inline: 1.5rem;
  padding-block: 0.25rem;
  border-radius: 1.5rem;
  border: 0.125rem solid #00729f;
}
.p-fv__button-lead::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
  border-top: 0.75rem solid #00729f;
  z-index: 1;
}
.p-fv__button-lead::before {
  content: "";
  position: absolute;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.625rem solid #FDFDFD;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-fv__button-lead.c-text {
    font-size: 0.875rem;
  }
}

.p-intro__title.c-section-title {
  color: #2C1B1E;
}

.p-intro__text {
  margin-bottom: 2.5rem;
  width: 90%;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-intro__text {
    text-align: left;
  }
}

.p-intro__box-lead {
  color: #00729f;
  text-align: center;
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}

.p-intro__box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-intro__box-items {
    gap: 0.625rem;
  }
}

.p-intro__box-item {
  width: 10rem;
  height: 10rem;
  background-color: #FDFDFD;
  border-radius: 1rem;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .1);
  border: 0.125rem solid #00729f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 0.5rem;
  padding-block: 1.5rem;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
.p-intro__box-item::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.75rem;
  height: 3.75rem;
}
.p-intro__box-item:nth-child(1)::before {
  background-image: url(../images/cart.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(2)::before {
  background-image: url(../images/tshirts.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(3)::before {
  background-image: url(../images/register.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(4)::before {
  background-image: url(../images/phone.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(5)::before {
  background-image: url(../images/blog.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(6)::before {
  background-image: url(../images/form.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(7)::before {
  background-image: url(../images/sns.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(8)::before {
  background-image: url(../images/seo.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(9)::before {
  background-image: url(../images/spam.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(10)::before {
  background-image: url(../images/security.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(11)::before {
  background-image: url(../images/design.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item:nth-child(12)::before {
  background-image: url(../images/consulting.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-intro__box-item p {
  font-size: 1rem;
  font-weight: 700;
  color: #2C1B1E;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

.p-message__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-message__content-image {
  max-width: 25rem;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-message__content-image {
    max-width: 12.5rem;
  }
}

.p-message__content-right-lead {
  font-size: 2.375rem;
  font-weight: 700;
  -webkit-margin-after: 1.75rem;
          margin-block-end: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-message__content-right-lead {
    font-size: 1.5rem;
    text-align: center;
    -webkit-margin-after: 1rem;
            margin-block-end: 1rem;
  }
}

.p-message__content-right-text.p-message__content-right-text {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

@media screen and (max-width: 767px) {
  .p-message__content-right-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-message__content-right {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}

.p-message__content-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
}

.p-problem {
  background-color: #EDFFFF;
}

.p-problem__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-problem__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}

.p-problem__content-left,
.p-problem__content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 0.625rem 0 rgba(0, 0, 0, .1);
  border-radius: 0.625rem;
  background-color: #FDFDFD;
}

.p-problem__header {
  text-align: center;
  padding: 0.75rem;
}

.p-problem__list-items {
  padding-inline: 1.75rem;
  padding-block: 1.75rem;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-problem__list-items {
    -webkit-padding-after: 1.75rem;
            padding-block-end: 1.75rem;
  }
}

.p-problem__solution {
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-problem__solution {
    font-size: 1.125rem;
  }
}
.p-problem__solution strong {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-problem__solution strong {
    font-size: 1.25rem;
  }
}

.p-problem__list-item {
  position: relative;
  -webkit-padding-start: 1.25rem;
          padding-inline-start: 1.25rem;
}
.p-problem__list-item::before {
  content: "";
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #00729f;
  border-radius: 50%;
  margin-right: 1rem;
  position: absolute;
  left: 0;
  top: 0.75rem;
}

.p-problem__list-item + .p-problem__list-item {
  margin-top: 1rem;
}

.p-problem__bottom {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
  text-align: center;
}

.p-problem__arrow {
  width: 5rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-problem__arrow {
    width: 2.5rem;
  }
}
.p-problem__arrow img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1" /><feFuncG type="linear" slope="1" /><feFuncB type="linear" slope="1" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="1 0 0 0 0 0 1.01 0 0 0 0 0 1 0 0 0 0 0 1 0" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="0.3 0.7" /><feFuncG type="table" tableValues="0.3 0.7" /><feFuncB type="table" tableValues="0.3 0.7" /></feComponentTransfer><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.393 0.769 0.189 0 0 0.349 0.686 0.168 0 0 0.272 0.534 0.131 0 0 0 0 0 1 0" /><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="15.953 -13.584999999999999 -1.3679999999999999 0 0 -4.047 6.614999999999999 -1.3679999999999999 0 0 -4.047 -13.584999999999999 18.632 0 0 0 0 0 1 0" /><feColorMatrix type="hueRotate" color-interpolation-filters="sRGB" values="185" /><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncG type="linear" slope="1.2" intercept="-0.09999999999999998" /><feFuncB type="linear" slope="1.2" intercept="-0.09999999999999998" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%) hue-rotate(185deg) brightness(0.6) contrast(1.2);
          filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(2000%) hue-rotate(185deg) brightness(0.6) contrast(1.2);
  opacity: 0.8;
}

.p-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-reason__content-left {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-reason__content-left {
    width: 100%;
    max-width: 25rem;
  }
}

.p-reason__content-right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

p.p-reason__content-right-text {
  line-height: 1.6;
}

.p-reason__content-right-text + .p-reason__content-right-text {
  -webkit-margin-before: 1.5rem;
          margin-block-start: 1.5rem;
}

.p-seo__text {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-seo__tables {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-seo__tables {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-seo__table {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-seo__table {
    width: 100%;
  }
}

.p-seo__table-title {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

.p-seo__table-content {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1rem;
}
.p-seo__table-content thead th {
  background-color: #00729f;
  color: #FDFDFD;
  padding: 0.75rem 1rem;
  font-weight: 700;
  text-align: left;
  border: 0.125rem solid #00729f;
}
.p-seo__table-content tbody tr {
  border: 0.125rem solid #00729f;
}
.p-seo__table-content tbody tr td {
  padding: 0.75rem 1rem;
  font-size: 1.25rem;
}
.p-seo__table-content tbody tr td:first-child {
  width: 70%;
}
.p-seo__table-content tbody tr td:last-child {
  width: 30%;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-seo__table-content tbody tr td {
    font-size: 0.875rem;
    padding: 0.625rem 0.75rem;
  }
}

.p-seo__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  -webkit-margin-after: 2.5rem;
          margin-block-end: 2.5rem;
}

.p-seo__header {
  text-align: center;
  color: #00729f;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
.p-seo__header::before {
  content: "";
  display: block;
  width: 5rem;
  height: 5rem;
  background-image: url(../images/achievement.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-margin-end: 1.25rem;
          margin-inline-end: 1.25rem;
}

.p-seo__text {
  text-align: center;
}

.p-seo__comment {
  -webkit-margin-before: 0.75rem;
          margin-block-start: 0.75rem;
}

.cb_staff_carousel_wrap {
  position: relative;
}
.cb_staff_carousel_wrap .cb_staff_carousel_child {
  width: 1056px;
  margin: 0 auto;
  overflow: visible !important;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  position: relative;
}
.cb_staff_carousel_wrap .cb_staff_carousel_child .staff_list_type1 {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin-bottom: 0;
}
.cb_staff_carousel_wrap .cb_staff_carousel_child .staff_list_type1 .swiper-slide {
  width: 25vw !important;
  margin: 0 9px 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}
.cb_staff_carousel_wrap.type1 .swiper-button-prev {
  left: 40px;
  right: auto;
  top: calc(50% - 72px);
}
.cb_staff_carousel_wrap.type1 .swiper-button-next {
  left: auto;
  right: 40px;
  top: calc(50% - 72px);
}
.cb_staff_carousel_wrap.type2 .swiper-button-prev {
  left: 40px;
  right: auto;
  top: calc(50% - 125px);
}
.cb_staff_carousel_wrap.type2 .swiper-button-next {
  left: auto;
  right: 40px;
  top: calc(50% - 125px);
}
.cb_staff_carousel_wrap .swiper-nav-button {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.cb_staff_carousel_wrap:hover .swiper-nav-button {
  opacity: 1;
}

body.show_side_button .cb_staff_carousel_wrap .swiper-button-next {
  right: 110px;
}

@media screen and (max-width: 1200px) {
  .cb_staff_carousel_wrap .cb_staff_carousel_child {
    width: auto;
    margin: 0 100px;
  }
  .cb_staff_carousel_wrap .cb_staff_carousel_child .staff_list_type1 .swiper-slide {
    width: 300px !important;
  }
  .cb_staff_carousel_wrap::before {
    width: 99px;
  }
  .cb_staff_carousel_wrap .swiper-button-prev,
  .cb_staff_carousel_wrap .swiper-button-next {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .cb_staff_carousel_wrap .cb_staff_carousel_child {
    margin: 0 50px;
  }
  .cb_staff_carousel_wrap::before {
    width: 49px;
  }
}
@media screen and (max-width: 800px) {
  .cb_staff_carousel_wrap .cb_staff_carousel_child {
    margin: 0 20px;
  }
  .cb_staff_carousel_wrap .cb_staff_carousel_child .staff_list_type1 .swiper-slide {
    margin: 0 0 1px 15px !important;
  }
  .cb_staff_carousel_wrap .cb_staff_carousel_child .staff_list_type1 .swiper-slide:first-of-type {
    margin-left: 0 !important;
  }
  .cb_staff_carousel_wrap::before {
    display: none;
  }
}
.cb_design_header__title {
  text-align: center;
  color: #2C1B1E;
}

.p-strength__inner {
  width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .p-strength__inner {
    width: 37.5rem;
  }
}

.p-strength__title {
  -webkit-margin-after: 7.5rem;
          margin-block-end: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-strength__title {
    -webkit-margin-after: 3.75rem;
            margin-block-end: 3.75rem;
  }
}

.p-strength__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-padding-end: 7.5rem;
          padding-inline-end: 7.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1280px) {
  .p-strength__section {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-strength__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-strength__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-padding-start: 7.5rem;
          padding-inline-start: 7.5rem;
  -webkit-padding-end: 0;
          padding-inline-end: 0;
}
.p-strength__item:nth-child(even) .p-strength__section {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-strength__item:nth-child(even) .p-strength__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1280px) {
  .p-strength__item:nth-child(even) {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-strength__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-strength__item + .p-strength__item {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}

.p-strength__item-image {
  width: 17.5rem;
}
@media screen and (max-width: 767px) {
  .p-strength__item-image {
    width: 11.25rem;
  }
}

.p-strength__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-strength__item-header {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
}
@media screen and (max-width: 767px) {
  .p-strength__item-header {
    text-align: center;
  }
}

.p-voice {
  position: relative;
}
.p-voice::before {
  content: "";
  position: absolute;
  bottom: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 18.75rem;
  height: 31.25rem;
  background-image: url(../images/people.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-voice::before {
    content: none;
  }
}

.p-voice__inner {
  width: 60rem;
  position: relative;
  z-index: 2;
}

.p-voice__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-voice__row-left,
.p-voice__row-right {
  width: 19.375rem;
  padding-block: 2rem;
  padding-inline: 1rem;
  background-color: #FDFDFD;
  border: 0.125rem solid #00729f;
}

.p-voice__row-right {
  width: 19.375rem;
}

.p-voice__row.--top .p-voice__row-left {
  border-radius: 2.5rem 2.5rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__row.--top .p-voice__row-left {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    position: relative;
  }
  .p-voice__row.--top .p-voice__row-left::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    right: -2.5rem;
    width: 3.25rem;
    height: 8.125rem;
    background-image: url(../images/woman.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-voice__row.--top .p-voice__row-right {
  border-radius: 2.5rem 2.5rem 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .p-voice__row.--top .p-voice__row-right {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    position: relative;
  }
  .p-voice__row.--top .p-voice__row-right::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: -2.5rem;
    width: 3.25rem;
    height: 8.125rem;
    background-image: url(../images/man.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.p-voice__row.--bottom .p-voice__row-left {
  border-radius: 2.5rem 0 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__row.--bottom .p-voice__row-left {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    border-radius: 2.5rem 2.5rem 0 2.5rem;
    position: relative;
  }
  .p-voice__row.--bottom .p-voice__row-left::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    right: -2.5rem;
    width: 3.25rem;
    height: 8.125rem;
    background-image: url(../images/woman.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.p-voice__row.--bottom .p-voice__row-right {
  border-radius: 0 2.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__row.--bottom .p-voice__row-right {
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    border-radius: 2.5rem 2.5rem 2.5rem 0;
    position: relative;
  }
  .p-voice__row.--bottom .p-voice__row-right::before {
    content: "";
    position: absolute;
    bottom: -0.5rem;
    left: -2.5rem;
    width: 3.25rem;
    height: 8.125rem;
    background-image: url(../images/man.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.p-voice__row + .p-voice__row {
  -webkit-margin-before: 5rem;
          margin-block-start: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__row + .p-voice__row {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-voice__text {
  text-align: center;
  font-weight: 700;
}
.p-voice__text strong {
  color: #00729f;
}

.p-why__inner {
  width: 60rem;
}

.p-why__item-header {
  -webkit-margin-after: 1rem;
          margin-block-end: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-why__item-header::before {
  content: "";
  display: inline-block;
  width: 1.875rem;
  height: 1.875rem;
  background-image: url(../images/attention.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
}

.p-why__item + .p-why__item {
  -webkit-margin-before: 2.5rem;
          margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-why__item + .p-why__item {
    -webkit-margin-before: 1.25rem;
            margin-block-start: 1.25rem;
  }
}

.p-why__item {
  padding: 2.5rem;
  border-radius: 0.625rem;
  border: 0.125rem solid #F4F0F0;
}
@media screen and (max-width: 767px) {
  .p-why__item {
    padding: 1.25rem;
  }
}

.p-why__item ul {
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
}

.p-why__item li {
  list-style: disc;
  color: #00729f;
  font-weight: 700;
}

.grecaptcha-badge {
  z-index: 99999;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

.u-pad {
  display: none;
}
@media screen and (max-width: 1280px) {
  .u-pad {
    display: block;
  }
}