*,
*::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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

:root {
  --padding-top: 50px;
}

html {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.5;
}

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

a {
  color: inherit;
}

*:focus {
  outline-color: var(--cl-base);
}

.l-wrapper {
  overflow: hidden;
}

.l-header {
  position: relative;
  z-index: 40;
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    height: 92px;
  }
}

.l-burger {
  position: relative;
  z-index: 60;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .l-burger {
    display: none;
  }
}

.l-drawer-content {
  position: relative;
  z-index: 50;
}

.l-pagetop {
  position: relative;
  z-index: 25;
}

.c-inner {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-inner {
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }
}

@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-active__sp {
    display: none;
  }
}

.c-active__pc {
  display: none;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-active__pc {
    display: block;
  }
}

@media screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-active__xs-lg {
    display: none;
  }
}

.c-active__xs {
  display: none;
}
@media screen and (max-width: 575px) {
  .c-active__xs {
    display: block;
  }
}

.c-active__sm {
  display: none;
}
@media screen and (max-width: 767px) and (min-width: calc(575px + 1px)) {
  .c-active__sm {
    display: block;
  }
}

.c-active__md {
  display: none;
}
@media screen and (max-width: 1199px) and (min-width: calc(767px + 1px)) {
  .c-active__md {
    display: block;
  }
}

.c-active__lg {
  display: none;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)) {
  .c-active__lg {
    display: block;
  }
}

.c-active__xl {
  display: none;
}
@media screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)) {
  .c-active__xl {
    display: block;
  }
}

.c-active__xxl {
  display: none;
}
@media screen and (min-width: 1440px) {
  .c-active__xxl {
    display: block;
  }
}

.c-button__blue,
.c-button__darkblue,
.c-button__white {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
}

.c-button__blue {
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 70.71%);
  color: #ffffff;
}
.c-button__blue:hover {
  background: rgb(3, 42, 101);
  border: solid 2px #42a5f5;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(66, 165, 245, 0.3);
}

.c-button__darkblue {
  background: rgb(3, 42, 101);
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
}
.c-button__darkblue:hover {
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 70.71%);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(66, 165, 245, 0.3);
}

.c-button__white {
  background: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #1976d2;
}
.c-button__white:hover {
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 70.71%);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(66, 165, 245, 0.3);
  color: #ffffff;
}

.c-stat__item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.c-stat__icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #1976d2, #42a5f5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #ffffff;
}

.c-stat__content {
  color: #ffffff;
}

.c-stat__label {
  font-size: 0.9rem;
  color: #b3e5fc;
  margin-bottom: 5px;
}

.c-stat__number {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}
.c-stat__number span {
  font-size: 1.2rem;
  color: #64b5f6;
}

.c-stat__unit {
  margin-top: 7px;
  font-size: 0.8rem;
  color: #b3e5fc;
}

.c-section__title {
  display: flex;
  flex-direction: column;
}

.c-section__title-main {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 64px; /* 160% */
}

.c-section__title-sub {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.72px; /* 161.684% */
  letter-spacing: 1px;
}

.c-price__label {
  font-size: 0.9rem;
  color: #b3e5fc;
  margin-right: 10px;
}

.c-price__amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
}

@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-form {
    display: flex;
    gap: 32px;
  }
}

.c-form__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.c-form__head.top {
  align-items: start;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-form__head {
    width: 180px;
    flex-shrink: 0;
    justify-content: flex-end;
  }
}

.c-form__lavel {
  font-weight: 700;
  line-height: 1.4375;
  color: #ffffff;
}

.c-form__tag {
  display: inline-block;
  padding: 6px 8px 5px 8px;
  border-radius: 2px;
  background: #ddf3fe;
  color: #111111;
  font-size: 11px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.98px;
}
.c-form__tag.opacity0 {
  opacity: 0;
}

.c-form__item {
  margin-top: 14px;
  flex-grow: 1;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-form__item {
    margin-top: 0;
  }
}

.c-form__text {
  width: 100%;
  border-radius: 5px;
  background: #fff;
  padding: 12px 13px 11px;
  transition: background-color 0.3s;
}
.c-form__text:hover, .c-form__text:focus {
  background-color: #e2e9f3;
  outline: none;
}

.c-form__radio {
  line-height: 1.4375;
}
.c-form__radio-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.c-form__radio-input:checked + .c-form__radio-text:after {
  opacity: 1;
}
.c-form__radio-input:focus + .c-form__radio-text::before {
  background-color: #e2e9f3;
}

.c-form__radio-text {
  padding-left: 28px;
  position: relative;
  color: #ffffff;
}
.c-form__radio-text::before, .c-form__radio-text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.c-form__radio-text::before {
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  left: 0;
  transition: background-color 0.3s;
}
.c-form__radio-text::after {
  width: 10px;
  height: 10px;
  background-color: #1a237e;
  left: 7px;
  opacity: 0;
}

.c-form__select {
  width: 100%;
  border-radius: 5px;
  font-weight: 700;
  padding: 12px 43px 11px 13px;
  transition: background-color 0.3s;
}
.c-form__select:hover, .c-form__select:focus {
  background-color: #e2e9f3;
  outline: none;
}

.c-form__textarea {
  width: 100%;
  height: 180px;
  border-radius: 5px;
  background: #fff;
  padding: 13px;
  transition: background-color 0.3s;
}
.c-form__textarea:hover, .c-form__textarea:focus {
  background-color: #e2e9f3;
  outline: none;
}

.c-form__radios {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.c-form__privacy {
  margin-top: 28px;
  text-align: center;
}

.c-form__checkbox-input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.c-form__checkbox-input:checked + .c-form__checkbox-text:after {
  opacity: 1;
}
.c-form__checkbox-input:focus + .c-form__checkbox-text::before {
  background-color: #e2e9f3;
}

.c-form__checkbox-text {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}
.c-form__checkbox-text::before, .c-form__checkbox-text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-form__checkbox-text::before {
  width: 20px;
  height: 20px;
  background-color: #fff;
  transition: background-color 0.3s;
}
.c-form__checkbox-text::after {
  width: 20px;
  height: 15px;
  background: url(../img/check-icon.png) no-repeat center center/contain;
  opacity: 0;
}
.c-form__checkbox-text:hover::before {
  background-color: #9ec5ff;
}
.c-form__checkbox-text a {
  text-decoration-line: underline;
  font-weight: inherit;
  transition: color 0.3s;
}
.c-form__checkbox-text a:hover {
  color: #fac800;
}

.c-form__button {
  margin-top: 29px;
  text-align: center;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-form__button {
    margin-top: 34px;
  }
}
.c-form__button input {
  font-weight: 700;
  letter-spacing: 0.48px;
  padding: 8px 28px;
  display: inline-block;
  border-radius: 60px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #121212;
  min-width: 150px;
  text-align: center;
  transition: all 0.3s ease;
}
.c-form__button input:hover {
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 70.71%);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(66, 165, 245, 0.3);
}

.c-anchor-adjust {
  position: relative;
  height: 0;
  visibility: hidden;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .c-anchor-adjust {
    top: -92px;
  }
}

.p-header {
  width: 100%;
  height: inherit;
  background-color: rgba(10, 14, 26, 0.87);
}

.p-header__inner {
  height: inherit;
  display: flex;
  flex-direction: row;
}

.p-header__logo {
  height: inherit;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-header__logo {
    padding-top: 18px;
  }
}
.p-header__logo a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 38.4px; /* 120% */
}
.p-header__logo span {
  font-size: 16px;
  color: #64b5f6;
}

.p-header__menu {
  display: none;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-header__menu {
    display: block;
    margin-left: auto;
  }
}

.p-header__nav {
  display: flex;
  flex-direction: row;
}

.p-header__nav-list {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.p-header__nav-link {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  line-height: 23.04px; /* 96% */
}

.p-header__nav-cta {
  margin-top: 18px;
  margin-left: 40px;
}
.p-header__nav-cta .c-button__blue {
  width: 150px;
  height: 50px;
  border-radius: 25px;
  font-size: 24px;
  font-weight: 700;
  line-height: 50px;
}

.p-drawer-content {
  width: 375px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  padding: 30px;
  text-align: center;
  background-color: #1a237e;
  color: #fff;
  transform: translateX(100%);
  transition: transform 0.3s linear;
}
.p-drawer-content.is-checked {
  transform: translateX(0);
}

.p-drawer-content__logo {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  text-align: left;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-drawer-content__logo {
    padding-top: 18px;
  }
}
.p-drawer-content__logo a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 38.4px; /* 120% */
}
.p-drawer-content__logo span {
  font-size: 16px;
  color: #64b5f6;
}

.p-drawer-content__nav {
  margin-top: 50px;
}

.p-drawer-content__nav-item {
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 120px;
}
.p-drawer-content__nav-item:not(:first-child) {
  border-top: #fff 2px solid;
}
.p-drawer-content__nav-item a {
  font-size: 20px;
}

.p-drawer-content__nav-cta {
  padding-top: 20px;
}
.p-drawer-content__nav-cta .c-button__blue {
  margin-left: auto;
  margin-right: auto;
  width: 120px;
  height: 50px;
  border-radius: 25px;
}

.p-firstview {
  padding-top: 100px;
  padding-bottom: 180px;
  width: 100%;
  background: linear-gradient(to bottom right, rgb(10, 14, 26), rgba(12, 84, 160, 0.7)), url(../img/buildings-1842205_1280_blue.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-firstview {
    margin-top: 92px;
    background: linear-gradient(to bottom right, rgb(10, 14, 26), rgba(0, 123, 255, 0.7)), url(../img/buildings-1842205_1280_blue.jpg) no-repeat center center/cover;
  }
}

.p-firstview__inner {
  height: inherit;
}

.p-firstview__title-main {
  display: block;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.1;
  background: linear-gradient(135deg, #ffffff, #64b5f6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-firstview__title-main {
    font-size: 2rem;
  }
}

.p-firstview__title-sub {
  margin-top: 26px;
  color: #b3e5fc;
  font-size: 24px;
  font-style: normal;
  line-height: 38.4px; /* 160% */
  letter-spacing: 2px;
}

.p-firstview__description {
  margin-top: 26px;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 34.56px; /* 181.895% */
}

.p-firstview__stats {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1199px) and (min-width: calc(767px + 1px)), screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-firstview__stats {
    flex-direction: row;
    gap: 40px;
  }
}

.p-firstview__cta {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 767px) and (min-width: calc(575px + 1px)), screen and (max-width: 1199px) and (min-width: calc(767px + 1px)), screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-firstview__cta {
    flex-direction: row;
  }
}
.p-firstview__cta .c-button__blue,
.p-firstview__cta .c-button__darkblue {
  width: 210px;
  height: 60px;
  border-radius: 30px;
}

.p-features {
  padding-top: var(--padding-top);
  padding-bottom: 123px;
  width: 100%;
  background: linear-gradient(to bottom right, #0a0e1a, #283593);
}

.p-features__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1199px) and (min-width: calc(767px + 1px)), screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-features__grid {
    margin-top: 70px;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.p-features__card {
  background: rgba(255, 255, 255, 0.05);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 40px 30px;
  text-align: center;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(66, 165, 245, 0.2);
}
.p-features__card h3 {
  font-size: 1.4rem;
  margin-bottom: 20px;
  color: #ffffff;
  font-weight: 600;
  position: relative;
  z-index: 2;
}
.p-features__card p {
  color: #ffffff;
  line-height: 1.7;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.p-features__icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #1976d2, #42a5f5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #ffffff;
  margin: 0 auto 25px;
  position: relative;
  z-index: 2;
}

.p-features__highlight {
  display: inline-block;
  background: linear-gradient(135deg, #1976d2, #42a5f5);
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}

.p-services {
  padding-top: var(--padding-top);
  padding-bottom: 60px;
}

.p-services__title .c-section__title-main {
  color: #333;
}
.p-services__title .c-section__title-sub {
  color: #1a237e;
}

.p-services__grid {
  margin-top: 40px;
  display: grid;
  flex-direction: column;
  gap: 80px;
}

.p-services__card {
  background-color: #1a237e;
  border-radius: 15px;
  padding: 40px;
}
@media screen and (max-width: 1199px) and (min-width: calc(767px + 1px)), screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-services__card {
    display: flex;
    flex-direction: row;
    gap: 40px;
  }
  .p-services__card.reverse {
    flex-direction: row-reverse;
  }
}

.p-services__image {
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.p-services__image img {
  aspect-ratio: 3/2;
  border-radius: 15px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-services__content {
  flex: 1;
  margin-top: 20px;
}
.p-services__content h3 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
}
.p-services__content p {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}
.p-services__content ul {
  margin-top: 25px;
}
.p-services__content ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.9);
}
.p-services__content ul li i {
  color: #64b5f6;
  font-size: 0.9rem;
}

.p-services__price {
  margin-top: 25px;
  padding: 15px 20px;
  background: rgba(25, 118, 210, 0.2);
  border-radius: 10px;
  border-left: 4px solid #1976d2;
}

.p-services__cta {
  margin-top: 25px;
}
.p-services__cta .c-button__blue {
  width: 130px;
  height: 50px;
  border-radius: 25px;
}

.p-campaign {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #ddf3fe;
}

.p-campaign__badge {
  margin-left: auto;
  margin-right: auto;
  width: 250px;
  height: 70px;
  text-align: center;
  border-radius: 25px;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 70px;
  background: linear-gradient(135deg, #1976d2 0%, #42a5f5 70.71%);
}

.p-campain__disc {
  margin-top: 24px;
  text-align: center;
}
.p-campain__disc h2 {
  margin-top: 20px;
  font-size: 3rem;
  font-weight: 700;
}
.p-campain__disc .highlight {
  background: linear-gradient(135deg, #fac800, #ffa200);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  background-clip: text;
  font-size: 3.5rem;
}

.p-campaign__description {
  margin-top: 25px;
}

.p-campaign__features {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-campaign__features {
    flex-direction: row;
    gap: 20px;
  }
}

.p-campaign__feature {
  display: inline-flex;
  gap: 20px;
  width: 100%;
  height: 70px;
  padding: 10px 30px;
  align-items: center;
  border-radius: 15px;
  background: #1a237e;
}
@media screen and (max-width: 767px) and (min-width: calc(575px + 1px)), screen and (max-width: 1199px) and (min-width: calc(767px + 1px)) {
  .p-campaign__feature {
    width: 80%;
  }
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-campaign__feature {
    width: 100%;
  }
}
.p-campaign__feature i {
  font-size: 1.2rem;
  color: #ffe788;
}
.p-campaign__feature span {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
}

.p-campaign__cta {
  margin-top: 40px;
}
.p-campaign__cta .c-button__white {
  margin-left: auto;
  margin-right: auto;
  width: 275px;
  height: 60px;
  border-radius: 50px;
  font-size: 19px;
  font-weight: 700;
  line-height: 30.72px; /* 161.684% */
}

.p-campaign__note {
  margin-top: 10px;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.04px; /* 164.571% */
}

.p-testimonials {
  padding-top: var(--padding-top);
  padding-bottom: 60px;
}

.p-testimonials__title .c-section__title-main {
  color: #333;
}
.p-testimonials__title .c-section__title-sub {
  color: #1a237e;
}

.p-testimonials__grid {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) and (min-width: calc(575px + 1px)), screen and (max-width: 1199px) and (min-width: calc(767px + 1px)) {
  .p-testimonials__grid {
    width: 80%;
  }
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-testimonials__grid {
    width: 100%;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.p-testimonial__card {
  border-radius: 20px;
  padding: 30px;
  background: #1a237e;
}

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

.p-testimonial__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(66, 165, 245, 0.5);
}

.p-testimonial__info {
  flex: 1;
}

.p-testimonial__name {
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}

.p-testimonial__role {
  color: #b3e5fc;
  font-size: 18px;
  font-style: normal;
  line-height: 23.04px; /* 128% */
}

.p-testimonial__result {
  margin-top: 15px;
  display: inline-block;
  height: 46px;
  padding: 0 7px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: rgba(25, 118, 210, 0.4);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 46px;
}

.p-testimonial__rating {
  margin-top: 15px;
  color: #ffeb3b;
}

.p-testimonial__text {
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-style: italic;
}

.p-testimonial__tags {
  margin-top: 10px;
  display: flex;
  gap: 10px;
}

.c-tag {
  background: rgba(25, 118, 210, 0.3);
  color: #ffffff;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 500;
  border: 1px solid rgba(66, 165, 245, 0.3);
}

.p-local-strength {
  padding-top: var(--padding-top);
  padding-bottom: 80px;
  background-color: #ddf3fe;
}

.p-local-strength__title .c-section__title-main {
  color: #333;
}
.p-local-strength__title .c-section__title-sub {
  color: #1a237e;
}

.p-local-strength__content {
  margin-top: 77px;
  background-color: #1a237e;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-local-strength__content {
    border-radius: 30px;
  }
}

.p-local-strength__content-inner {
  padding: 30px 20px;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) and (min-width: calc(575px + 1px)), screen and (max-width: 1199px) and (min-width: calc(767px + 1px)) {
  .p-local-strength__content-inner {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 575px), screen and (max-width: 767px) and (min-width: calc(575px + 1px)), screen and (max-width: 1199px) and (min-width: calc(767px + 1px)) {
  .p-local-strength__content-inner {
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
    width: min(100%, 800px);
  }
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-local-strength__content-inner {
    padding: 50px 15px;
    flex-direction: row;
    align-items: center;
  }
}

.p-local-strength__image {
  flex: 1;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-local-strength__image {
    height: 360px;
  }
}
.p-local-strength__image::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(26, 35, 125, 0) 0%, rgba(26, 35, 125, 0.6) 30%, rgba(26, 35, 125, 0.8) 50%);
}

.p-local-strength__local-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 30px;
  z-index: 1;
}

.p-local-strength__local-stats {
  display: flex;
  gap: 30px;
}
.p-local-strength__text {
  flex: 1;
  margin-top: 25px;
}
.p-local-strength__text h3 {
  font-size: 2rem;
  color: #ffffff;
  font-weight: 600;
}
.p-local-strength__text > p {
  margin-top: 25px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
  font-size: 1.1rem;
}

.p-local-strength__points {
  margin-top: 40px;
  margin-bottom: 40px;
}

.p-local-strength__point {
  display: flex;
  gap: 20px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  border-left: 4px solid #ffffff;
}
.p-local-strength__point:not(:first-child) {
  margin-top: 30px;
}
.p-local-strength__point .point-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1976d2, #42a5f5);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #ffffff;
  flex-shrink: 0;
}
.p-local-strength__point .point-icon i {
  font-weight: 900;
}

.point-content h4 {
  font-size: 1.2rem;
  margin-bottom: 10px;
  color: #ffffff;
  font-weight: 600;
}
.point-content p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

.p-local-strength__cta .c-button__blue {
  width: 230px;
  height: 50px;
  border-radius: 25px;
}

.p-news {
  padding-top: var(--padding-top);
  padding-bottom: 50px;
}

.p-news__title .c-section__title-main {
  color: #333;
}
.p-news__title .c-section__title-sub {
  color: #1a237e;
}

.p-news__grid {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  gap: 30px;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-news__grid {
    grid-template-columns: 2fr 1fr 1fr;
  }
}

.p-news__card {
  background: #1a237e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 575px), screen and (max-width: 767px) and (min-width: calc(575px + 1px)), screen and (max-width: 1199px) and (min-width: calc(767px + 1px)) {
  .p-news__card {
    max-width: 600px;
  }
}

.p-news__image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.p-news__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.p-news__content {
  padding: 25px;
  color: #ffffff;
}
.p-news__content h3 {
  margin-top: 15px;
  font-size: 1.5rem;
}
.p-news__content p {
  margin-top: 15px;
  line-height: 1.6;
}

.p-news__meta {
  display: flex;
  gap: 15px;
  font-size: 0.9rem;
}

.p-news__date {
  color: #64b5f6;
  font-weight: 500;
}

.p-news__type {
  color: #b3e5fc;
}

.p-news__tags {
  margin-top: 20px;
}

.p-news__more {
  margin-top: 20px;
}
.p-news__more.center {
  margin-top: 40px;
  text-align: center;
}
.p-news__more .c-button__white {
  width: 150px;
  height: 40px;
  border-radius: 20px;
}
.p-news__more .c-button__blue {
  margin-left: auto;
  margin-right: auto;
  width: 200px;
  height: 50px;
  border-radius: 20px;
}

.p-contact {
  padding-top: var(--padding-top);
  padding-bottom: 50px;
  background-color: #ddf3fe;
}

.p-contact__inner {
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  width: min(800px, 100%);
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-contact__inner {
    width: 1140px;
  }
}

.p-contact__title .c-section__title-main {
  color: #333;
}
.p-contact__title .c-section__title-sub {
  color: #1a237e;
}

.p-contact__content {
  margin-top: 40px;
  display: flex;
  flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-contact__content {
    flex-direction: row;
  }
}

.p-contact__info {
  flex: 1;
}

.p-contact__office-info {
  background: #1a237e;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}
.p-contact__office-info h3 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 25px;
  font-weight: 600;
}

.p-contact__details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.p-contact__item {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.p-contact__item i {
  color: #64b5f6;
  font-size: 1.2rem;
  margin-top: 5px;
  width: 20px;
  text-align: center;
}

.p-contact__map {
  margin: 30px auto 0;
  border-radius: 20px;
  overflow: hidden;
}

.p-contact__iframe-wrap {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.p-contact__iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-contact__sns {
  margin-top: 30px;
}
.p-contact__sns h4 {
  font-weight: 600;
}
.p-contact__sns .sns-links {
  display: flex;
  gap: 15px;
}
.p-contact__sns .sns-links a {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: #ffffff;
  transition: all 0.3s ease;
}
.p-contact__sns .sns-links a:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.p-contact__sns .sns-facebook {
  background: linear-gradient(135deg, #3b5998, #4267b2);
}
.p-contact__sns .sns-twitter {
  background: linear-gradient(135deg, #000000, #081e4c);
}
.p-contact__sns .sns-instagram {
  background: linear-gradient(135deg, #e4405f, #fd1d1d, #fcb045);
}
.p-contact__sns .sns-linkedin {
  background: linear-gradient(135deg, #0077b5, #00a0dc);
}

.p-contact__wrapper {
  flex: 1;
  background: #1a237e;
  border-radius: 20px;
  padding: 30px;
}

.p-contact__form-header h3 {
  font-size: 1.8rem;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: 600;
}
.p-contact__form-header p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
}

.p-contact__form {
  padding-top: 30px;
}
.p-contact__form .c-button__blue {
  margin-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 150px;
  height: 50px;
  border-radius: 25px;
  text-align: center;
}
.p-contact__form .c-button__blue button {
  height: inherit;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.p-contact__fields {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-footer {
  padding-top: 50px;
  padding-bottom: 20px;
  background-color: #1a237e;
}

.p-footer__main {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-footer__main {
    flex-direction: row;
    gap: 60px;
  }
}

.p-footer__logo {
  flex: 1;
  max-width: 400px;
}
.p-footer__logo h3 {
  font-size: 1.8rem;
  color: #ffffff;
  font-weight: 700;
}
.p-footer__logo p {
  margin-top: 10px;
}
.p-footer__logo p:first-of-type {
  color: #64b5f6;
  font-size: 0.9rem;
  letter-spacing: 1px;
}

.p-footer__description {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.7;
}

.p-footer__links {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1199px) and (min-width: calc(767px + 1px)), screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-footer__links {
    flex-direction: row;
    gap: 60px;
  }
}

.p-footer__links-column {
  flex: 1;
}
.p-footer__links-column h4 {
  color: #64b5f6;
  font-size: 1.1rem;
  font-weight: 600;
}
.p-footer__links-column ul {
  margin-top: 20px;
}
.p-footer__links-column ul li {
  margin-top: 12px;
}
.p-footer__links-column ul li a {
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.3s ease;
  font-size: 0.9rem;
}
.p-footer__links-column ul li a:hover {
  color: #64b5f6;
  transform: translateX(5px);
}

.p-footer__bottom {
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}

.p-footer__policy {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 30px;
}
@media screen and (max-width: 1199px) and (min-width: calc(767px + 1px)), screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-footer__policy {
    flex-direction: row;
  }
}
.p-footer__policy a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  transition: color 0.3s ease;
}
.p-footer__policy a:hover {
  color: #64b5f6;
}

.p-footer__copyright {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.9rem;
  text-align: center;
}

.p-burger.is-checked .p-burger__bar:nth-of-type(1) {
  top: 26.75px;
  transform: translateX(-50%) rotate(45deg);
}
.p-burger.is-checked .p-burger__bar:nth-of-type(2) {
  display: none;
}
.p-burger.is-checked .p-burger__bar:nth-of-type(3) {
  top: 26.75px;
  transform: translateX(-50%) rotate(-45deg);
}

.p-burger__container {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: rgba(10, 14, 26, 0.87);
  display: flex;
  flex-direction: column;
}

.p-burger__bar {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background: #fff;
  transition: transform 0.3s linear, top 0.3s linear;
}
.p-burger__bar:nth-of-type(2) {
  top: 27px;
}
.p-burger__bar:nth-of-type(3) {
  top: 37px;
}

.p-drawer-back {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 45;
  transform: translateX(100%);
  opacity: 0;
  transition: opacity 0.6s linear, transform 0s linear 0.6s;
}
.p-drawer-back.is-checked {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.6s linear;
}

.p-pagetop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 55px;
  height: 55px;
  background: linear-gradient(135deg, #1976d2, #42a5f5);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  transition: all 0.3s ease;
  z-index: 1000;
  border: 2px solid transparent;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1300px) and (min-width: calc(1199px + 1px)), screen and (max-width: 1439px) and (min-width: calc(1300px + 1px)), screen and (min-width: 1440px) {
  .p-pagetop {
    bottom: 30px;
    right: 30px;
  }
}
.p-pagetop:hover {
  background: transparent;
  border-color: #42a5f5;
  color: #42a5f5;
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(66, 165, 245, 0.6);
}
.p-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}/*# sourceMappingURL=style.css.map */