@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
  * 1. Add text decoration inheritance in all browsers (opinionated).
  * 2. Add vertical alignment inheritance in all browsers (opinionated).
  */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
  * 1. Use the default cursor in all browsers (opinionated).
  * 2. Change the line height in all browsers (opinionated).
  * 3. Use a 4-space tab width in all browsers (opinionated).
  * 4. Remove the grey highlight on links in iOS (opinionated).
  * 5. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  * 6. Breaks words to prevent overflow in all browsers (opinionated).
  */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
  font-size: 100%;
}

/* Sections
  * ========================================================================== */
/**
  * Remove the margin in all browsers (opinionated).
  */
body {
  margin: 0;
  overflow-x: hidden;
}

/**
  * Correct the font size and margin on `h1` elements within `section` and
  * `article` contexts in Chrome, Edge, Firefox, and Safari.
  */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
  * ========================================================================== */
/**
  * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
  */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
  * Remove the margin on nested lists in Edge 18- and IE.
  */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
  * 1. Add the correct sizing in Firefox.
  * 2. Show the overflow in Edge 18- and IE.
  */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
  * Add the correct display in IE.
  */
main {
  display: block;
}

/**
  * Remove the list style on navigation lists in all browsers (opinionated).
  */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
  * ========================================================================== */
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}

/**
  * Add the correct text decoration in Edge 18-, IE, and Safari.
  */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bolder;
}

/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}

/* Embedded content
  * ========================================================================== */
/*
  * Change the alignment on media elements in all browsers (opinionated).
  */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: bottom;
}

/**
  * Add the correct display in IE 9-.
  */
audio,
video {
  display: inline-block;
}

/**
  * Add the correct display in iOS 4-7.
  */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
  * Remove the border on iframes in all browsers (opinionated).
  */
iframe {
  border-style: none;
}

/**
  * Remove the border on images within links in IE 10-.
  */
img {
  border-style: none;
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/**
  * Change the fill color to match the text color in all browsers (opinionated).
  */
svg:not([fill]) {
  fill: currentColor;
}

/**
  * Hide the overflow in IE.
  */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
  * ========================================================================== */
/**
  * Collapse border spacing in all browsers (opinionated).
  */
table {
  border-collapse: collapse;
}

/* Forms
  * ========================================================================== */
/**
  * Remove the margin on controls in Safari.
  */
button,
input,
select {
  margin: 0;
}

/**
  * 1. Show the overflow in IE.
  * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
  */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
  * Correct the inability to style buttons in iOS and Safari.
  */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
  * 1. Change the inconsistent appearance in all browsers (opinionated).
  * 2. Correct the padding in Firefox.
  */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
  * Show the overflow in Edge 18- and IE.
  */
input {
  overflow: visible;
}

/**
  * 1. Correct the text wrapping in Edge 18- and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
  * 1. Add the correct display in Edge 18- and IE.
  * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
  */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
  * Remove the inheritance of text transform in Firefox.
  */
select {
  text-transform: none;
}

/**
  * 1. Remove the margin in Firefox and Safari.
  * 2. Remove the default vertical scrollbar in IE.
  * 3. Change the resize direction in all browsers (opinionated).
  */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
  * Remove the padding in IE 10-.
  */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
  * 1. Correct the odd appearance in Chrome, Edge, and Safari.
  * 2. Correct the outline style in Safari.
  */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
  * Correct the cursor style of increment and decrement buttons in Safari.
  */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
  * Correct the text style of placeholders in Chrome, Edge, and Safari.
  */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
  * Remove the inner padding in Chrome, Edge, and Safari on macOS.
  */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
  * 1. Correct the inability to style upload buttons in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
  * Remove the inner border and padding of focus outlines in Firefox.
  */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus outline styles unset by the previous rule in Firefox.
  */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
  * Remove the additional :invalid styles in Firefox.
  */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
  * ========================================================================== */
/*
  * Add the correct display in Edge 18- and IE.
  */
details {
  display: block;
}

/*
  * Add the correct styles in Edge 18-, IE, and Safari.
  */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}

/* Scripting
  * ========================================================================== */
/**
  * Add the correct display in IE 9-.
  */
canvas {
  display: inline-block;
}

/**
  * Add the correct display in IE.
  */
template {
  display: none;
}

/* User interaction
  * ========================================================================== */
/*
  * 1. Remove the tapping delay in IE 10.
  * 2. Remove the tapping delay on clickable elements
       in all browsers (opinionated).
  */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] { /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
  * Add the correct display in IE 10-.
  */
[hidden] {
  display: none;
}

/* Accessibility
  * ========================================================================== */
/**
  * Change the cursor on busy elements in all browsers (opinionated).
  */
[aria-busy=true] {
  cursor: progress;
}

/*
  * Change the cursor on control elements in all browsers (opinionated).
  */
[aria-controls] {
  cursor: pointer;
}

/*
  * Change the cursor on disabled, not-editable, or otherwise
  * inoperable elements in all browsers (opinionated).
  */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
  * Change the display on visually hidden accessible elements
  * in all browsers (opinionated).
  */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  box-sizing: border-box;
  color: var(--text);
  background-color: var(--bg);
}
body.active {
  overflow: hidden;
}

.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-style: normal;
}

.inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .inner {
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  .inner {
    padding: 0 20px;
  }
}

:root {
  /* Base */
  --bg: #fff;
  --bg-accent: #f8f6f4;
  /* Text */
  --text: #1f1b1b;
  --text-strong: #0f2120;
  --text-light: #fff;
  /* Accent */
  --blue: #0c3c58;
  --orange: #ef963c;
  /* Color (汎用) */
  --color-dark: #0f2120;
}

body:not(.home) .l-header .c-site-title--main img {
  content: url("../images/logo-white.svg");
}
body:not(.home) .l-header .l-header__item-link {
  color: var(--text-light);
  transition: color 0.3s;
}
body:not(.home) .l-header .l-header__item-link::before {
  display: none;
}
body:not(.home) .l-header .l-header__item-link:hover {
  color: var(--orange);
}
body:not(.home) .l-header .l-header__contact-link {
  color: var(--blue);
  background-color: #fff;
}
body:not(.home) .l-header .l-header__burger-bar {
  background-color: #fff;
}
body:not(.home) .l-header .l-header__burger-bar::after {
  color: var(--text-light);
}
body:not(.home) .l-header.active .c-site-title--main img {
  content: url("../images/logo.svg");
}
body:not(.home) .l-header.active .l-header__item-link {
  color: #003758;
}
body:not(.home) .l-header.active .l-header__item-link::before {
  display: inline-block;
}
body:not(.home) .l-header.active .l-header__contact-link {
  color: var(--text-light);
  background-color: var(--blue);
}
body:not(.home) .l-header.active .l-header__burger-bar {
  background-color: var(--blue);
}
body:not(.home) .l-header.active .l-header__burger-bar::after {
  color: var(--blue);
}
body:not(.home) .l-header.active .l-header__burger.active .l-header__burger-bar {
  background-color: #fff;
}
body:not(.home) .l-header.active .l-header__burger.active .l-header__burger-bar::after {
  color: var(--text-light);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.l-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 999;
}
.l-header.active {
  position: fixed;
  animation: fadeIn 0.5s forwards;
}
.l-header.active .l-header__content {
  background-color: var(--bg);
}
.l-header.fade {
  animation: fadeOut 0.5s forwards;
}
.l-header__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 20px;
}
@media (max-width: 1024px) {
  .l-header__content {
    padding: 16px 20px 22px;
  }
}
.l-header__nav {
  margin-left: auto;
  padding-right: 32px;
}
@media (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__menu {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 32px;
}
.l-header__item {
  line-height: 1;
}
.l-header__item-link {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.024em;
  text-decoration: none;
  color: #003758;
}
.l-header__item-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #003758;
  transition: scale 0.3s ease;
  scale: 0 1;
  transform-origin: right;
}
.l-header__item-link:hover::before {
  scale: 1;
  transform-origin: left;
}
.l-header__contact {
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .l-header__contact {
    display: none;
  }
}
.l-header__contact-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--text-light);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.024em;
  text-decoration: none;
  background-color: var(--blue);
  padding: 8px 18px;
  border-radius: 20px;
  transition: opacity 0.3s;
}
.l-header__contact-link:hover {
  opacity: 0.7;
}
.l-header__burger {
  display: none;
  position: relative;
  cursor: pointer;
  width: 100%;
  max-width: 38px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .l-header__burger {
    display: block;
  }
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
  background: #fff;
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(2) {
  opacity: 0;
  background: #fff;
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
  background: #fff;
}
.l-header__burger.active .l-header__burger-bar:nth-of-type(3)::after {
  content: "CLOSE";
  transform: rotate(45deg);
  top: 6px;
  right: -4%;
  color: var(--text-light);
}
.l-header__burger-bar {
  position: absolute;
  display: inline-block;
  left: 50%;
  translate: -50%;
  width: 27px;
  height: 2px;
  background: var(--blue);
  transition: all 0.3s;
}
.l-header__burger-bar:nth-of-type(1) {
  top: calc(30% - 6px);
}
.l-header__burger-bar:nth-of-type(2) {
  top: 30%;
}
.l-header__burger-bar:nth-of-type(3) {
  top: calc(30% + 6px);
}
.l-header__burger-bar:nth-of-type(3)::after {
  content: "MENU";
  position: absolute;
  top: 4px;
  right: 50%;
  transform: translateX(50%);
  width: 56px;
  color: var(--blue);
  font-size: 0.625rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  text-align: center;
}
.l-header__burger-content {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--blue);
  padding: 16px 20px;
  opacity: 0;
  visibility: hidden;
  overflow: scroll;
  z-index: 999;
  transition: 0.3s;
}
.l-header__burger-content.active {
  opacity: 1;
  visibility: visible;
}
.l-header__burger-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.l-header__burger-nav {
  margin-top: 47px;
}
.l-header__burger-menu {
  margin: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}
@media (max-width: 820px) {
  .l-header__burger-menu {
    grid-template-columns: 1fr;
  }
}
.l-header__burger-item {
  border-bottom: 0.5px solid #CFD6D6;
}
.l-header__burger-item-link {
  display: block;
  padding: 16px 20px 16.5px;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-decoration: none;
  color: var(--text-light);
  transition: color 0.3s;
}
.l-header__burger-item-link:hover {
  color: var(--orange);
}
.l-header__burger-item-link:hover .l-header__burger-item-link-label {
  color: var(--orange);
}
.l-header__burger-item-link-label {
  font-size: 0.75rem;
  font-weight: 200;
  line-height: 1.4166666667;
  letter-spacing: 0.05em;
  color: var(--text-light);
  transition: color 0.3s;
}

.l-footer {
  position: relative;
  padding: 120px 0 80px 0;
  background: linear-gradient(rgba(8, 32, 46, 0.88), rgba(8, 32, 46, 0.88)), url("../images/footer-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.l-footer__page-top {
  position: absolute;
  top: -62px;
  left: 50%;
  transform: translateX(-50%);
}
.l-footer__page-top-link {
  display: inline-block;
  width: 166px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #08202e;
  clip-path: inset(0 0 104px 0);
  transition: opacity 0.3s;
}
.l-footer__page-top-link:hover {
  opacity: 0.7;
}
.l-footer__page-top-link:hover .l-footer__page-top-link-arrow {
  top: 25px;
}
.l-footer__page-top-link-arrow {
  position: relative;
  top: 30px;
  left: 50%;
  transform: translateX(-50%) rotate(-45deg);
  display: inline-block;
  width: 25px;
  aspect-ratio: 1;
  transition: 0.3s;
}
.l-footer__page-top-link-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
.l-footer__page-top-link-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 25px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}
.l-footer__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .l-footer__content {
    padding: 0 20px;
  }
}
.l-footer__logo {
  max-width: 209px;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__info {
  margin-top: 30px;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-light);
}
.l-footer__tel {
  margin: 16px 0 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-light);
  text-decoration: none;
}
.l-footer__badge {
  margin-top: 24px;
  width: 100%;
  max-width: 300px;
}
.l-footer__badge img {
  width: 100%;
  aspect-ratio: 300/100;
}
@media (max-width: 1024px) {
  .l-footer__right {
    width: 40%;
  }
}
@media (max-width: 599px) {
  .l-footer__right {
    display: none;
  }
}
.l-footer__list {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 32px;
}
@media (max-width: 1024px) {
  .l-footer__list {
    flex-direction: column;
    align-items: flex-start;
  }
}
.l-footer__item {
  line-height: 1;
}
.l-footer__link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.024em;
  color: var(--text-light);
  text-decoration: none;
  transition: color 0.3s;
}
.l-footer__link:hover {
  color: var(--orange);
}
.l-footer__contact {
  margin-top: 32px;
  text-align: right;
}
@media (max-width: 1024px) {
  .l-footer__contact {
    text-align: left;
  }
}
.l-footer__contact-link {
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4285714286;
  letter-spacing: 0.024rem;
  color: #003758;
  text-decoration: none;
  background-color: #fff;
  padding: 8px 18px;
  border-radius: 20px;
  transition: opacity 0.3s;
}
.l-footer__contact-link:hover {
  opacity: 0.7;
}

.l-page-header__content {
  background-color: var(--color-dark);
  min-height: 350px;
  border-radius: 0 0 40px 40px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
}
@media (max-width: 599px) {
  .l-page-header__content {
    min-height: 300px;
    border-radius: 0 0 20px 20px;
  }
}
.l-page-header__inner, .l-page-header__breadcrumb {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .l-page-header__inner, .l-page-header__breadcrumb {
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  .l-page-header__inner, .l-page-header__breadcrumb {
    padding: 0 20px;
  }
}
.l-page-header__title {
  margin: 0;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: var(--text-light);
}
@media (max-width: 1024px) {
  .l-page-header__title {
    font-size: 2.5rem;
  }
}
@media (max-width: 820px) {
  .l-page-header__title {
    font-size: 2rem;
  }
}
.l-page-header__title-label {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.375;
  letter-spacing: 0.05em;
  color: var(--text-light);
  margin-left: 6px;
}
@media (max-width: 1024px) {
  .l-page-header__title-label {
    font-size: 1.375rem;
  }
}
@media (max-width: 820px) {
  .l-page-header__title-label {
    font-size: 1.125rem;
  }
}
.l-page-header__breadcrumb {
  margin-top: 16px;
}

.l-two-column {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px 0 120px;
  display: grid;
  grid-template-columns: 3fr 0.76fr;
  gap: 0 66px;
}
@media (max-width: 1280px) {
  .l-two-column {
    padding: 0 60px;
  }
}
@media (max-width: 1024px) {
  .l-two-column {
    padding: 0 40px;
    gap: 0 40px;
    grid-template-columns: 3fr 0.8fr;
  }
}
@media (max-width: 820px) {
  .l-two-column {
    padding: 0 20px;
    grid-template-columns: 1fr;
  }
}

.c-site-title {
  margin: 0;
  line-height: 1;
  max-width: 209px;
}
.c-site-title__link {
  display: inline-block;
  transition: opacity 0.3s;
}
.c-site-title__link:hover {
  opacity: 0.7;
}
.c-site-title__link img {
  width: 100%;
}

.c-title__label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  font-weight: 100;
  line-height: 1.3888888889;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .c-title__label {
    font-size: 1rem;
  }
}
.c-title__label::before {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgb(146, 212, 209) 0%, rgb(185, 227, 217) 100%);
  border-radius: 50%;
}
@media (max-width: 599px) {
  .c-title__label::before {
    width: 10px;
  }
}
.c-title__heading {
  margin: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .c-title__heading {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .c-title__heading {
    font-size: 1.75rem;
  }
}
.c-title__sub {
  position: relative;
  margin: 0;
  padding-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: var(--blue);
  text-align: center;
}
@media (max-width: 1024px) {
  .c-title__sub {
    font-size: 1.75rem;
  }
}
@media (max-width: 599px) {
  .c-title__sub {
    font-size: 1.5rem;
  }
}
.c-title__sub::before {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 80px;
  height: 4px;
  background-color: var(--orange);
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-title__text {
  display: inline-block;
  margin: 0 0 0 34px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .c-title__text {
    display: block;
    margin: 0;
  }
}
@media (max-width: 599px) {
  .c-title__text {
    font-size: 0.875rem;
  }
}

.c-button__link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 167px;
  min-height: 55px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: var(--text-light);
  text-decoration: none;
  background-color: var(--blue);
  padding: 14px;
  border-radius: 28px;
  transition: opacity 0.3s;
}
.c-button__link:hover {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .c-button__link {
    max-width: 160px;
    min-height: 48px;
  }
}
.c-button__big-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  min-height: 80px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: var(--text-light);
  text-decoration: none;
  background-color: var(--blue);
  padding: 20px;
  border-radius: 40px;
  transition: opacity 0.3s;
}
@media (max-width: 599px) {
  .c-button__big-link {
    max-width: 160px;
    min-height: 48px;
    padding: 10px;
  }
}
.c-button__big-link:hover {
  opacity: 0.7;
}

.c-text {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: var(--text);
}
.c-text__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #48ade2;
  text-decoration: none;
}
.c-text__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #48ade2;
  transition: scale 0.3s ease;
  scale: 0 1;
  transform-origin: right;
}
.c-text__link:hover::before {
  scale: 1;
  transform-origin: left;
}

.c-breadcrumb__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.c-breadcrumb__item {
  position: relative;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 28px;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  width: 9px;
  aspect-ratio: 1;
  border-top: 1px solid var(--color-dark);
  border-right: 1px solid var(--color-dark);
  transform: translateY(-50%) rotate(45deg);
}
.c-breadcrumb__link {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  color: var(--text-strong);
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .c-breadcrumb__link {
    font-size: 0.75rem;
  }
}
.c-breadcrumb__link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #003758;
  transition: scale 0.3s ease;
  scale: 0 1;
  transform-origin: right;
}
.c-breadcrumb__link:hover::before {
  scale: 1;
  transform-origin: left;
}

.c-introduction {
  margin-top: 106px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .c-introduction {
    margin-top: 100px;
    padding-bottom: 120px;
  }
}
@media (max-width: 820px) {
  .c-introduction {
    margin-top: 80px;
    padding-bottom: 80px;
  }
}
.c-introduction__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .c-introduction__inner {
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  .c-introduction__inner {
    padding: 0 20px;
  }
}
.c-introduction__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  .c-introduction__content {
    gap: 50px 20px;
  }
}
@media (max-width: 820px) {
  .c-introduction__content {
    flex-direction: column;
  }
}
.c-introduction__head {
  width: 100%;
  max-width: 160px;
  padding: 36px 20px 21px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  .c-introduction__head {
    max-width: 100px;
    padding: 26px 10px 21px;
  }
}
@media (max-width: 820px) {
  .c-introduction__head {
    max-width: 100%;
    justify-content: flex-start;
    padding: 36px 10px 0;
  }
}
.c-introduction__title {
  position: relative;
  margin: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: nowrap;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #73A1B9;
}
@media (max-width: 1024px) {
  .c-introduction__title {
    font-size: 2rem;
  }
}
@media (max-width: 820px) {
  .c-introduction__title {
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    white-space: normal;
    line-height: 1.4;
    width: 100%;
  }
}
@media (max-width: 599px) {
  .c-introduction__title {
    font-size: 1.75rem;
  }
}
.c-introduction__title::before {
  content: attr(data-word);
  position: absolute;
  top: -34px;
  left: 200%;
  transform: rotate(90deg);
  transform-origin: top left;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-size: 7.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(128, 136, 141, 0.06);
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
@media (max-width: 1024px) {
  .c-introduction__title::before {
    font-size: 5rem;
    top: -20px;
  }
}
@media (max-width: 820px) {
  .c-introduction__title::before {
    writing-mode: horizontal-tb;
    top: -40px;
    left: 0;
    transform: rotate(0);
  }
}
@media (max-width: 599px) {
  .c-introduction__title::before {
    font-size: 3.75rem;
    top: -30px;
  }
}
.c-introduction__body {
  width: 100%;
  max-width: 980px;
}
.c-introduction__body .c-text + .c-text {
  margin-top: 32px;
}
.c-introduction__body .c-text + .p-price__note-text {
  margin-top: 20px;
}
.c-introduction__lead {
  margin: 0;
  padding-bottom: 40px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .c-introduction__lead {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .c-introduction__lead {
    font-size: 1.125rem;
  }
}

.c-section-nav__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 599px) {
  .c-section-nav__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.c-section-nav__item {
  line-height: 1;
}
.c-section-nav__link {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-light);
  text-decoration: none;
  background-color: var(--blue);
  padding: 24px 89px 24px 40px;
  border-radius: 16px;
  transition: opacity 0.3s;
}
.c-section-nav__link:hover {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .c-section-nav__link {
    word-break: keep-all;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 20px 6px 6px;
    text-align: center;
    min-height: 54px;
  }
}
.c-section-nav__link br {
  display: none;
}
@media (max-width: 599px) {
  .c-section-nav__link br {
    display: inline-block;
  }
}
.c-section-nav__link-arrow {
  position: absolute;
  right: 40px;
  top: 45%;
  display: inline-block;
  width: 14px;
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(45deg);
}
@media (max-width: 599px) {
  .c-section-nav__link-arrow {
    width: 10px;
    top: 47%;
    right: 10%;
  }
}
.c-section-nav__link-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.c-section-nav__link-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

.pageNation {
  margin: 80px 0 0 0;
  padding: 0;
}
@media (max-width: 820px) {
  .pageNation {
    margin: 60px 0 0 0;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 599px) {
  .pagination {
    gap: 8px;
  }
}

.page-numbers {
  width: 100%;
  max-width: 28px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .page-numbers {
    font-size: 0.875rem;
  }
}
.page-numbers a {
  display: inline-block;
  color: #7b7d8b;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
@media (max-width: 599px) {
  .page-numbers a {
    font-size: 0.875rem;
  }
}
.page-numbers a:hover {
  color: var(--orange);
}
.page-numbers.current {
  position: relative;
}
.page-numbers.current::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 2px;
  background-color: var(--orange);
  border-radius: 5px;
}
.page-numbers.dots {
  color: #7b7d8b;
}
.page-numbers.prev {
  margin-right: 10px;
}
@media (max-width: 599px) {
  .page-numbers.prev {
    margin-right: 0;
  }
}
.page-numbers.prev:hover .page-numbers__prev::before,
.page-numbers.prev:hover .page-numbers__prev::after {
  background-color: var(--orange);
}
.page-numbers.next {
  margin-left: 10px;
}
@media (max-width: 599px) {
  .page-numbers.next {
    margin-left: 0;
  }
}
.page-numbers.next:hover .page-numbers__next::before,
.page-numbers.next:hover .page-numbers__next::after {
  background-color: var(--orange);
}
.page-numbers__prev {
  position: relative;
  width: 10px;
  aspect-ratio: 1;
  transform: rotate(-45deg);
}
.page-numbers__prev::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7b7d8b;
  border-radius: 0 5px 5px 0;
  transition: 0.3s;
}
.page-numbers__prev::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #7b7d8b;
  border-radius: 0 0 5px 5px;
  transition: 0.3s;
}
.page-numbers__next {
  position: relative;
  width: 10px;
  aspect-ratio: 1;
  transform: rotate(45deg);
}
.page-numbers__next::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #7b7d8b;
  border-radius: 5px 0 0 5px;
  transition: 0.3s;
}
.page-numbers__next::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #7b7d8b;
  border-radius: 0 0 5px 5px;
  transition: 0.3s;
}

.c-news-pagination {
  margin-top: 80px;
}
@media (max-width: 599px) {
  .c-news-pagination {
    margin-top: 40px;
  }
}
.c-news-pagination__list {
  display: grid;
  grid-template-columns: max-content max-content max-content;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 599px) {
  .c-news-pagination__list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.c-news-pagination__listitem a {
  text-decoration: none;
  color: var(--text-strong);
}
.c-news-pagination__listitem span {
  color: #ef963c;
}
.c-news-pagination__listitem .c-button__link {
  color: #fff;
  width: 200px;
}
@media (max-width: 599px) {
  .c-news-pagination__listitem .c-button__link {
    width: 80%;
    max-width: 100%;
    margin: auto;
  }
}
.c-news-pagination__listitem--next {
  text-align: end;
}

.aside {
  margin-top: 294px;
}
@media (max-width: 820px) {
  .aside {
    margin-top: 60px;
    padding-bottom: 140px;
  }
}
@media (max-width: 599px) {
  .aside {
    margin-top: 40px;
    padding-bottom: 120px;
  }
}

.aside-inner {
  position: sticky;
  top: 120px;
}
@media (max-width: 820px) {
  .aside-inner {
    position: static;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 599px) {
  .aside-inner {
    grid-template-columns: 1fr;
  }
}

.aside-content + .aside-content {
  margin-top: 80px;
}
@media (max-width: 820px) {
  .aside-content + .aside-content {
    margin: 0;
  }
}

.aside-ttl {
  margin: 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #73a1b9;
}
@media (max-width: 820px) {
  .aside-ttl {
    font-size: 1rem;
  }
}

.aside-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 12px;
}
@media (max-width: 599px) {
  .aside-list {
    margin-top: 6px;
  }
}

.aside-item {
  position: relative;
  display: flex;
  align-items: center;
}
.aside-item::before {
  content: ">";
  color: #73a1b9;
  font-weight: bold;
  transition: 0.3s;
}
.aside-item a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-strong);
  text-decoration: none;
  border-bottom: 1px solid #cfd6d6;
  padding: 12px 20px 12px 33px;
  transition: opacity 0.3s;
}
.aside-item a:hover {
  opacity: 0.7;
}
.aside-item .posts_count {
  background-color: var(--text-strong);
  color: #fff;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  display: inline-block;
  line-height: 22px;
  text-align: center;
  margin-left: 8px;
}

.aside-item__arrow {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 8px;
  aspect-ratio: 1;
  transform: translateY(-50%) rotate(45deg);
}
.aside-item__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #73a1b9;
  border-radius: 5px 0 0 5px;
  transition: 0.3s;
}
.aside-item__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #73a1b9;
  border-radius: 0 0 5px 5px;
  transition: 0.3s;
}

@keyframes fade {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes fillProgressVertical {
  0% {
    height: 0;
  }
  33.33% {
    height: 100%;
  }
  33.34% {
    height: 0;
  }
  100% {
    height: 0;
  }
}
@keyframes slideLeft {
  to {
    translate: -3480px;
  }
}
@keyframes slideLeft-note {
  to {
    translate: -2620px;
  }
}
@keyframes slideLeft-sp {
  to {
    translate: -1760px;
  }
}
.p-main-visual {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .p-main-visual {
    margin-top: 76px;
  }
}
.p-main-visual__inner {
  display: flex;
  padding: 0 20px;
}
.p-main-visual__img {
  position: relative;
  width: 100%;
  height: calc(100svh - 80px);
}
.p-main-visual__img-list {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-main-visual__img-item {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 40px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-main-visual__img-item {
    border-radius: 20px;
  }
}
.p-main-visual__img-item:nth-of-type(1) img {
  animation-delay: -2s;
}
.p-main-visual__img-item:nth-of-type(2) img {
  animation-delay: 6s;
}
.p-main-visual__img-item:nth-of-type(3) img {
  animation-delay: 14s;
}
.p-main-visual__img-item img {
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: fade 24s linear infinite;
}
.p-main-visual__progress {
  width: 34px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 0 0 auto;
  margin: 118px 0 0 0px;
  padding: 0 0 0 4px;
}
@media (max-width: 820px) {
  .p-main-visual__progress {
    display: none;
  }
}
.p-main-visual__progress-bar {
  width: 6px;
  height: 88px;
  background: #c8cecf;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.p-main-visual__progress-bar:nth-of-type(1) .p-main-visual__progress-fill {
  animation-delay: -2s;
}
.p-main-visual__progress-bar:nth-of-type(2) .p-main-visual__progress-fill {
  animation-delay: 6s;
}
.p-main-visual__progress-bar:nth-of-type(3) .p-main-visual__progress-fill {
  animation-delay: 14s;
}
.p-main-visual__progress-fill {
  width: 100%;
  height: 0%;
  background: #003758;
  border-radius: 4px;
  transition: none;
  position: absolute;
  top: 0;
  animation: fillProgressVertical 24s linear infinite;
}
.p-main-visual__img-texts {
  position: absolute;
  left: -1px;
  bottom: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 800px;
  min-height: 210px;
  background-color: #fff;
  border-radius: 0 40px 0 40px;
}
@media (max-width: 1280px) {
  .p-main-visual__img-texts {
    justify-content: left;
    min-width: auto;
    min-height: auto;
  }
}
@media (max-width: 820px) {
  .p-main-visual__img-texts {
    max-width: 420px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__img-texts {
    max-width: 100%;
    border-radius: 0 40px 0 0;
    left: 0;
    right: 0;
  }
}
.p-main-visual__img-text {
  margin: 0;
  padding: 18px 26px 10px 60px;
  color: var(--text-strong);
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
  .p-main-visual__img-text {
    font-size: 2rem;
    padding: 24px;
  }
}
@media (max-width: 820px) {
  .p-main-visual__img-text {
    word-break: keep-all;
    padding: 2px 20px 20px;
  }
}
@media (max-width: 599px) {
  .p-main-visual__img-text {
    font-size: 1.75rem;
    padding: 2px 10px 20px;
  }
}
.p-main-visual__img-text--small {
  font-size: 27px;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-main-visual__img-text--small {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-main-visual__img-text--small {
    font-size: 1.125rem;
  }
}
.p-main-visual__img-text--orange {
  color: var(--orange);
}
.p-main-visual__img-corner-top {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: 0;
  overflow: hidden;
  transform: translateY(-100%);
}
.p-main-visual__img-corner-top::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: -40px 40px 0 0 white;
  transform: translate(0%, -50%);
}
.p-main-visual__img-corner-bottom {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: translateX(100%);
}
@media (max-width: 599px) {
  .p-main-visual__img-corner-bottom {
    display: none;
  }
}
.p-main-visual__img-corner-bottom::before {
  display: block;
  width: 200%;
  height: 200%;
  content: "";
  background: transparent;
  border-radius: 50%;
  box-shadow: -40px 40px 0 0 white;
  transform: translate(0%, -50%);
}
.p-main-visual__slider {
  width: 100%;
  overflow: hidden;
  display: flex;
}
.p-main-visual__slider-list {
  display: grid;
  grid-auto-columns: 3480px;
  grid-auto-flow: column;
  justify-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  animation: slideLeft 50s linear infinite;
}
@media (max-width: 1024px) {
  .p-main-visual__slider-list {
    grid-auto-columns: 2620px;
    animation: slideLeft-note 50s linear infinite;
  }
}
@media (max-width: 599px) {
  .p-main-visual__slider-list {
    grid-auto-columns: 1760px;
    animation: slideLeft-sp 50s linear infinite;
  }
}
.p-main-visual__slider-item {
  font-size: 10rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: rgba(128, 136, 141, 0.05);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .p-main-visual__slider-item {
    font-size: 7.5rem;
  }
}
@media (max-width: 599px) {
  .p-main-visual__slider-item {
    font-size: 5rem;
  }
}

.p-top-news {
  margin-top: 60px;
  padding-bottom: 80px;
}
@media (max-width: 820px) {
  .p-top-news {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
.p-top-news .c-button {
  display: none;
}
@media (max-width: 1024px) {
  .p-top-news .c-button {
    display: block;
  }
}
.p-top-news .c-button .c-button__link {
  margin: 0 auto;
}
.p-top-news__content {
  display: flex;
  gap: 34px 28px;
}
@media (max-width: 1024px) {
  .p-top-news__content {
    flex-direction: column;
  }
}
.p-top-news__head {
  margin-left: 96px;
  width: 25%;
}
@media (max-width: 1024px) {
  .p-top-news__head {
    margin-left: 40px;
    width: 100%;
  }
}
@media (max-width: 820px) {
  .p-top-news__head {
    margin-left: 20px;
  }
}
.p-top-news__head .c-button {
  display: block;
  margin-top: 56px;
}
@media (max-width: 1024px) {
  .p-top-news__head .c-button {
    display: none;
  }
}
.p-top-news__head .c-button .c-button__link {
  margin: 0;
}
.p-top-news__body {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
}
@media (max-width: 1024px) {
  .p-top-news__body {
    width: 100%;
  }
}
.p-top-news__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--blue);
  width: 100%;
  max-width: 320px;
  min-height: 213px;
  border-radius: 8px;
  margin-left: 40px;
}
@media (max-width: 820px) {
  .p-top-news__logo {
    margin: 0 20px;
    width: auto;
    max-width: none;
    min-height: 195px;
  }
}
@media (max-width: 820px) {
  .p-top-news__logo img {
    max-width: 178px;
  }
}
.p-top-news__top {
  display: flex;
  width: 100%;
}
@media (max-width: 1024px) {
  .p-top-news__top {
    justify-content: space-between;
  }
}
@media (max-width: 820px) {
  .p-top-news__top {
    flex-direction: column;
  }
}
.p-top-news__top > .p-top-news__item:nth-of-type(1) {
  width: 100%;
  max-width: 440px;
}
@media (max-width: 1024px) {
  .p-top-news__top > .p-top-news__item:nth-of-type(1) {
    max-width: 480px;
  }
}
@media (max-width: 820px) {
  .p-top-news__top > .p-top-news__item:nth-of-type(1) {
    max-width: 100%;
  }
}
.p-top-news__top > .p-top-news__item:nth-of-type(1) .p-top-news__link {
  padding: 52px 0 0 40px;
}
@media (max-width: 820px) {
  .p-top-news__top > .p-top-news__item:nth-of-type(1) .p-top-news__link {
    padding: 20px 40px 12px 20px;
  }
}
.p-top-news__top > .p-top-news__item:nth-of-type(1) .p-top-news__arrow {
  top: auto;
  bottom: -5px;
}
@media (max-width: 820px) {
  .p-top-news__top > .p-top-news__item:nth-of-type(1) .p-top-news__arrow {
    top: 50%;
    bottom: auto;
  }
}
.p-top-news__link {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
  color: var(--text);
  padding: 48px 50px 50px 50px;
  transition: opacity 0.3s;
}
@media (max-width: 820px) {
  .p-top-news__link {
    padding: 20px 40px 12px 20px;
  }
}
.p-top-news__link:hover {
  opacity: 0.7;
}
.p-top-news__meta {
  display: flex;
  align-items: center;
  gap: 48px;
}
@media (max-width: 820px) {
  .p-top-news__meta {
    gap: 24px;
  }
}
.p-top-news__date {
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
.p-top-news__date::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -24px;
  width: 1px;
  height: 20px;
  background-color: #cfd6d6;
}
@media (max-width: 820px) {
  .p-top-news__date::after {
    right: -12px;
  }
}
.p-top-news__category {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
.p-top-news__title {
  margin: 24px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text);
}
@media (max-width: 599px) {
  .p-top-news__title {
    margin: 6px 0 0 0;
  }
}
.p-top-news__arrow {
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(-45deg);
  width: 15px;
  aspect-ratio: 1;
}
@media (max-width: 820px) {
  .p-top-news__arrow {
    right: 20px;
    width: 12px;
  }
}
.p-top-news__arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 15px;
  background-color: #246e98;
  border-radius: 5px 5px 0 0;
}
@media (max-width: 820px) {
  .p-top-news__arrow::before {
    width: 2px;
    height: 12px;
  }
}
.p-top-news__arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 15px;
  height: 3px;
  background-color: #246e98;
  border-radius: 5px 0 0 5px;
}
@media (max-width: 820px) {
  .p-top-news__arrow::after {
    width: 12px;
    height: 2px;
  }
}
.p-top-news__bottom {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin-top: 40px;
  border-top: 1px solid #cfd6d6;
  border-bottom: 1px solid #cfd6d6;
}
@media (max-width: 1024px) {
  .p-top-news__bottom {
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .p-top-news__bottom {
    flex-direction: column;
    margin-top: 0;
  }
}
.p-top-news__bottom > .p-top-news__item:nth-of-type(1), .p-top-news__bottom > .p-top-news__item:nth-of-type(2) {
  width: 100%;
  max-width: 400px;
}
@media (max-width: 1024px) {
  .p-top-news__bottom > .p-top-news__item:nth-of-type(1), .p-top-news__bottom > .p-top-news__item:nth-of-type(2) {
    max-width: 100%;
  }
}
.p-top-news__bottom > .p-top-news__item:nth-of-type(1) {
  position: relative;
}
.p-top-news__bottom > .p-top-news__item:nth-of-type(1)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-block;
  width: 1px;
  height: 112px;
  background-color: #cfd6d6;
}
@media (max-width: 820px) {
  .p-top-news__bottom > .p-top-news__item:nth-of-type(1)::after {
    display: none;
  }
}
@media (max-width: 820px) {
  .p-top-news__bottom > .p-top-news__item:nth-of-type(2) {
    border-top: 1px solid #cfd6d6;
  }
}
.p-top-news__bottom > .p-top-news__item:nth-of-type(2) .p-top-news__link {
  padding: 48px 50px 50px 40px;
}
@media (max-width: 820px) {
  .p-top-news__bottom > .p-top-news__item:nth-of-type(2) .p-top-news__link {
    padding: 20px 40px 12px 20px;
  }
}

.p-top-blog {
  margin-top: 80px;
  overflow-x: hidden;
}
@media (max-width: 820px) {
  .p-top-blog {
    margin-top: 40px;
  }
}
.p-top-blog .c-button {
  display: none;
  margin-top: 32px;
  padding-right: 26px;
}
@media (max-width: 1024px) {
  .p-top-blog .c-button {
    display: block;
  }
}
.p-top-blog .c-button__link {
  margin: 0 auto;
}
.p-top-blog__bg {
  background-color: var(--bg-accent);
  border-radius: 24px 0 0 24px;
  margin-left: 60px;
  padding: 160px 0 160px 36px;
}
@media (max-width: 1024px) {
  .p-top-blog__bg {
    margin-left: 40px;
    padding: 120px 0 120px 0;
  }
}
@media (max-width: 820px) {
  .p-top-blog__bg {
    margin-left: 20px;
    padding: 80px 0 80px 0;
  }
}
.p-top-blog__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .p-top-blog__inner {
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  .p-top-blog__inner {
    padding: 0 20px;
  }
}
.p-top-blog__content {
  display: flex;
  gap: 32px 0;
}
@media (max-width: 1024px) {
  .p-top-blog__content {
    flex-direction: column;
  }
}
.p-top-blog__head {
  flex: 0 0 auto;
  min-width: 224px;
}
.p-top-blog__head .c-button {
  display: block;
  margin-top: 56px;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .p-top-blog__head .c-button {
    display: none;
  }
}
.p-top-blog__head .c-button__link {
  margin: 0;
}
.p-top-blog__link {
  display: inline-block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.p-top-blog__link:hover {
  opacity: 0.7;
}
.p-top-blog__img {
  width: 100%;
  max-width: 400px;
  aspect-ratio: 400/261.53;
}
@media (max-width: 820px) {
  .p-top-blog__img {
    max-width: 260px;
  }
}
@media (max-width: 599px) {
  .p-top-blog__img {
    max-width: 208px;
  }
}
@media (max-width: 820px) {
  .p-top-blog__img svg {
    max-width: 260px;
    height: 183px;
  }
}
.p-top-blog__meta {
  margin-top: 20px;
  padding: 0 56px 0 24px;
}
@media (max-width: 820px) {
  .p-top-blog__meta {
    padding: 0 20px 0 0;
    margin-top: 35px;
  }
}
.p-top-blog__date {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
.p-top-blog__title {
  margin: 6px 0 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5555555556;
  letter-spacing: 0.024em;
  color: var(--text);
}
@media (max-width: 1024px) {
  .p-top-blog__title {
    font-size: 1rem;
  }
}
.p-top-blog__swiper-container {
  flex: 1;
  min-width: 0;
}
.p-top-blog__body {
  width: 100%;
}
.p-top-blog__list {
  display: flex;
}
.p-top-blog__item {
  height: auto;
}
.p-top-blog__navigation {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  margin-top: 56px;
}
@media (max-width: 820px) {
  .p-top-blog__navigation {
    margin-top: 33px;
  }
}
.p-top-blog__navigation .swiper-button-prev,
.p-top-blog__navigation .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  background: var(--blue) !important;
  border-radius: 50% !important;
  cursor: pointer !important;
  transition: opacity 0.3s;
}
.p-top-blog__navigation .swiper-button-prev:hover,
.p-top-blog__navigation .swiper-button-next:hover {
  opacity: 0.7;
}
.p-top-blog__navigation .swiper-button-prev-arrow {
  position: relative;
  width: 11px;
  aspect-ratio: 1;
  transform: translateX(2px) rotate(45deg);
}
.p-top-blog__navigation .swiper-button-prev-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 11px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.p-top-blog__navigation .swiper-button-prev-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11px;
  height: 3px;
  background-color: #fff;
  border-radius: 0 5px 5px 0;
}
.p-top-blog__navigation .swiper-button-next-arrow {
  position: relative;
  width: 11px;
  aspect-ratio: 1;
  transform: translateX(-2px) rotate(-45deg);
}
.p-top-blog__navigation .swiper-button-next-arrow::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 11px;
  background-color: #fff;
  border-radius: 5px 5px 0 0;
}
.p-top-blog__navigation .swiper-button-next-arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 11px;
  height: 3px;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}
.p-top-blog__navigation .swiper-button-prev:after,
.p-top-blog__navigation .swiper-button-next:after {
  content: "" !important;
}

.p-top-about {
  margin-top: 80px;
  padding: 56px 0 160px;
}
@media (max-width: 820px) {
  .p-top-about {
    margin-top: 40px;
    padding: 42px 0 100px;
  }
}
@media (max-width: 599px) {
  .p-top-about {
    padding: 42px 0 80px;
  }
}
.p-top-about .c-button {
  display: none;
}
@media (max-width: 1024px) {
  .p-top-about .c-button {
    display: block;
    margin-top: 40px;
  }
}
@media (max-width: 599px) {
  .p-top-about .c-button {
    margin-top: 28px;
  }
}
.p-top-about .c-button__big-link {
  margin: 0 auto;
}
.p-top-about__inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 0 0 60px;
}
@media (max-width: 1024px) {
  .p-top-about__inner {
    padding: 0;
  }
}
.p-top-about__content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-top-about__content {
    flex-direction: column;
  }
}
.p-top-about__head {
  margin-top: 22px;
  padding-bottom: 12px;
  width: 52.2%;
}
@media (max-width: 1024px) {
  .p-top-about__head {
    display: contents;
  }
}
.p-top-about__head .c-title {
  margin-left: 96px;
}
@media (max-width: 1024px) {
  .p-top-about__head .c-title {
    margin-left: 80px;
    order: 1;
  }
}
@media (max-width: 820px) {
  .p-top-about__head .c-title {
    margin-left: 40px;
  }
}
.p-top-about__head .p-top-about__img {
  margin-top: 73px;
  width: 100%;
  max-width: 660px;
}
@media (max-width: 1024px) {
  .p-top-about__head .p-top-about__img {
    order: 2;
    max-width: 100%;
  }
}
@media (max-width: 820px) {
  .p-top-about__head .p-top-about__img {
    margin-top: 31px;
  }
}
.p-top-about__head .p-top-about__img img {
  width: 100%;
  aspect-ratio: 660/394;
}
.p-top-about__text {
  width: 100%;
  max-width: 624px;
  margin: 52px 0 0 auto;
}
@media (max-width: 1024px) {
  .p-top-about__text {
    order: 4;
    max-width: 100%;
    padding: 0 80px;
    margin: 52px 0 0 0;
  }
}
@media (max-width: 820px) {
  .p-top-about__text {
    padding: 0 12px;
    margin: 25px 0 0 0;
  }
}
.p-top-about__text .c-text + .c-text {
  margin-top: 32px;
}
@media (max-width: 820px) {
  .p-top-about__text .c-text + .c-text {
    margin-top: 28px;
  }
}
.p-top-about__body {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .p-top-about__body {
    width: 100%;
    order: 3;
    justify-content: flex-end;
  }
}
@media (max-width: 599px) {
  .p-top-about__body {
    justify-content: space-between;
    padding-left: 40px;
  }
}
.p-top-about__body .p-top-about__img {
  margin-left: auto;
  width: 100%;
  max-width: 400px;
}
@media (max-width: 599px) {
  .p-top-about__body .p-top-about__img {
    padding-bottom: 3px;
  }
}
.p-top-about__body .p-top-about__img img {
  width: 100%;
  aspect-ratio: 400/320;
}
.p-top-about__message {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 5;
  letter-spacing: 0.17em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  height: 485px;
}
@media (max-width: 1024px) {
  .p-top-about__message {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-top-about__message {
    font-size: 1.125rem;
    letter-spacing: 0.33em;
    padding-left: 12px;
    height: 410px;
  }
}
.p-top-about__message-bottom {
  margin-top: auto;
  line-height: 1;
}
.p-top-about__action {
  display: flex;
  flex-direction: column;
  gap: 160px;
  align-self: flex-end;
  width: 71%;
}
@media (max-width: 1024px) {
  .p-top-about__action {
    width: 45%;
  }
}
@media (max-width: 599px) {
  .p-top-about__action {
    width: 59%;
  }
}
.p-top-about__action .c-button {
  display: block;
}
@media (max-width: 1024px) {
  .p-top-about__action .c-button {
    display: none;
  }
}
.p-top-about__action .c-button__big-link {
  margin: 0;
}

.p-top-strength {
  position: relative;
  background-color: var(--bg-accent);
  padding: 160px 0 158px;
  overflow-x: hidden;
}
@media (max-width: 820px) {
  .p-top-strength {
    padding: 100px 0 100px;
  }
}
@media (max-width: 599px) {
  .p-top-strength {
    padding: 80px 0 80px;
  }
}
.p-top-strength .c-title {
  margin-left: 97px;
}
@media (max-width: 1024px) {
  .p-top-strength .c-title {
    margin-left: 40px;
  }
}
@media (max-width: 820px) {
  .p-top-strength .c-title {
    margin-left: 20px;
  }
}
.p-top-strength .c-button {
  margin-top: 68px;
}
@media (max-width: 599px) {
  .p-top-strength .c-button {
    margin-top: 32px;
  }
}
.p-top-strength .c-button .c-button__big-link {
  margin: 0 auto;
  min-height: 72px;
}
@media (max-width: 599px) {
  .p-top-strength .c-button .c-button__big-link {
    min-height: 48px;
  }
}
.p-top-strength__decor-text {
  position: absolute;
  top: -92px;
  right: 0;
  margin: 0;
  font-size: 11.75rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1280px) {
  .p-top-strength__decor-text {
    right: auto;
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .p-top-strength__decor-text {
    top: -62px;
    left: 80px;
    font-size: 7.875rem;
  }
}
@media (max-width: 820px) {
  .p-top-strength__decor-text {
    left: 40px;
  }
}
@media (max-width: 599px) {
  .p-top-strength__decor-text {
    top: -46px;
    font-size: 5.875rem;
  }
}
.p-top-strength__list {
  margin: 82px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1280px) {
  .p-top-strength__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
  .p-top-strength__list {
    margin: 118px 0 0 0;
  }
}
@media (max-width: 1280px) {
  .p-top-strength__item {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 1024px) {
  .p-top-strength__item {
    max-width: 340px;
  }
}
@media (max-width: 599px) {
  .p-top-strength__item {
    max-width: 295px;
  }
}
.p-top-strength__img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #73a1b9;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-top-strength__img {
    max-width: 240px;
  }
}
@media (max-width: 599px) {
  .p-top-strength__img {
    max-width: 180px;
  }
}
.p-top-strength__img img {
  width: 100%;
  max-width: 173px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .p-top-strength__img img {
    max-width: 130px;
  }
}
@media (max-width: 599px) {
  .p-top-strength__img img {
    max-width: 113px;
  }
}
.p-top-strength__body {
  background-color: #fff;
  border-radius: 16px;
  padding: 152px 10px 60px 10px;
  margin-top: -140px;
}
@media (max-width: 599px) {
  .p-top-strength__body {
    padding: 106px 20px 26px 20px;
    margin-top: -90px;
  }
}
.p-top-strength__content {
  max-width: 356px;
  min-height: 137px;
  display: flex;
  margin: 0 auto;
}
@media (max-width: 599px) {
  .p-top-strength__content {
    min-height: 98px;
  }
}
.p-top-strength__num {
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: var(--blue);
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .p-top-strength__num {
    font-size: 4.25rem;
  }
}
@media (max-width: 599px) {
  .p-top-strength__num {
    font-size: 3.5rem;
  }
}
.p-top-strength__bar {
  position: relative;
  width: 55px;
}
@media (max-width: 599px) {
  .p-top-strength__bar {
    width: 48px;
  }
}
.p-top-strength__bar::before {
  content: "";
  position: absolute;
  bottom: 50px;
  left: -10px;
  width: 80px;
  height: 2px;
  background-color: #cfd6d6;
  transform: rotate(-45deg);
}
@media (max-width: 599px) {
  .p-top-strength__bar::before {
    bottom: 40px;
    left: -14px;
    width: 60px;
    height: 2px;
  }
}
.p-top-strength__text {
  max-width: 210px;
  margin: auto 0 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5555555556;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .p-top-strength__text {
    font-size: 1rem;
    max-width: 200px;
  }
}

.p-top-price {
  margin-top: 160px;
  padding-bottom: 80px;
}
@media (max-width: 820px) {
  .p-top-price {
    margin-top: 100px;
    padding-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .p-top-price {
    margin-top: 80px;
  }
}
.p-top-price .c-title {
  margin-left: 97px;
}
@media (max-width: 1024px) {
  .p-top-price .c-title {
    margin-left: 40px;
  }
}
@media (max-width: 820px) {
  .p-top-price .c-title {
    margin-left: 20px;
  }
}
.p-top-price .c-button {
  margin-top: 55px;
}
.p-top-price .c-button .c-button__big-link {
  margin: 0 auto;
  min-height: 72px;
}
@media (max-width: 599px) {
  .p-top-price .c-button .c-button__big-link {
    min-height: 48px;
  }
}
.p-top-price__list {
  margin-top: 54px;
  display: flex;
  gap: 30px;
}
@media (max-width: 1280px) {
  .p-top-price__list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 820px) {
  .p-top-price__list {
    padding-left: 20px;
    gap: 60px;
  }
}
@media (max-width: 599px) {
  .p-top-price__list {
    margin-top: 34px;
  }
}
.p-top-price__item {
  position: relative;
  padding: 24px 0;
}
@media (max-width: 1280px) {
  .p-top-price__item {
    max-width: 400px;
  }
}
@media (max-width: 1024px) {
  .p-top-price__item {
    max-width: 326px;
  }
}
@media (max-width: 820px) {
  .p-top-price__item {
    max-width: 100%;
    padding: 0;
  }
}
.p-top-price__bar {
  width: 2px;
  background-image: linear-gradient(to bottom, var(--color-dark), var(--color-dark) 2px, transparent 2px, transparent 6px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  background-position: left center;
}
@media (max-width: 820px) {
  .p-top-price__bar {
    display: none;
  }
}
@media (max-width: 1280px) {
  .p-top-price__bar:nth-of-type(2) {
    display: none;
  }
}
.p-top-price__case {
  position: absolute;
  top: 24px;
  right: -155px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  width: 182px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.04em;
  color: var(--text-strong);
  background-color: #fff;
  border-radius: 0 32px 32px 0;
  padding: 0 20px 0 28px;
  transform: rotate(90deg);
  transform-origin: top left;
}
@media (max-width: 1024px) {
  .p-top-price__case {
    font-size: 1.25rem;
  }
}
@media (max-width: 820px) {
  .p-top-price__case {
    top: 0;
  }
}
@media (max-width: 599px) {
  .p-top-price__case {
    font-size: 1.125rem;
    width: 143px;
    min-height: 50px;
    right: -120px;
    padding: 0 18px;
  }
}
.p-top-price__case-num {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: var(--orange);
}
@media (max-width: 1024px) {
  .p-top-price__case-num {
    font-size: 2.25rem;
  }
}
@media (max-width: 599px) {
  .p-top-price__case-num {
    font-size: 31px;
  }
}
.p-top-price__img img {
  width: 100%;
  aspect-ratio: 400/230;
}
.p-top-price__title {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  text-align: center;
  color: #003758;
}
.p-top-price__table {
  margin: 40px 0 0 0;
  text-align: center;
}
@media (max-width: 599px) {
  .p-top-price__table {
    margin: 31px 0 0 0;
  }
}
.p-top-price__table-term {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-light);
  background-color: #003758;
  padding: 12px;
}
@media (max-width: 599px) {
  .p-top-price__table-term {
    padding: 10px;
  }
}
.p-top-price__table-desc {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: var(--text-strong);
  background-color: var(--bg-accent);
  padding: 17px 20px 16px;
  margin: 0 0 9px 0;
}
@media (max-width: 599px) {
  .p-top-price__table-desc {
    padding: 14px 20px 10px;
  }
}
.p-top-price__summary {
  text-align: right;
}
.p-top-price__total {
  min-width: 300px;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 18px 8px 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  border-bottom: 3px solid var(--orange);
}
@media (max-width: 599px) {
  .p-top-price__total {
    min-width: 230px;
  }
}
.p-top-price__total--big {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4333333333;
  letter-spacing: 0;
  padding: 0 10px 0 20px;
  margin-left: auto;
}
@media (max-width: 599px) {
  .p-top-price__total--big {
    font-size: 23px;
  }
}

.p-top-access {
  margin-top: 80px;
}
@media (max-width: 820px) {
  .p-top-access {
    margin-top: 40px;
  }
}
.p-top-access .c-title {
  text-align: center;
}
@media (max-width: 599px) {
  .p-top-access .c-title {
    text-align: left;
    margin-left: 40px;
  }
}
.p-top-access .c-title .c-title__label {
  justify-content: center;
}
@media (max-width: 599px) {
  .p-top-access .c-title .c-title__label {
    justify-content: flex-start;
  }
}
.p-top-access__map {
  margin-top: 58px;
}
@media (max-width: 820px) {
  .p-top-access__map {
    margin-top: 32px;
  }
}

.p-about {
  padding-bottom: 80px;
}
.p-about__team {
  position: relative;
  background-color: var(--bg-accent);
  padding: 160px 0;
  border-radius: 24px 0 0 24px;
}
@media (max-width: 1024px) {
  .p-about__team {
    padding: 120px 0;
  }
}
@media (max-width: 820px) {
  .p-about__team {
    padding: 80px 0 100px;
  }
}
@media (max-width: 599px) {
  .p-about__team {
    padding: 80px 0;
  }
}
.p-about__profile-decor-text {
  position: absolute;
  bottom: -45px;
  right: 20px;
  margin: 0;
  font-size: 11.75rem;
  font-weight: 400;
  line-height: 1.1542553191;
  letter-spacing: 0.05em;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  .p-about__profile-decor-text {
    font-size: 7.5rem;
    bottom: -28px;
  }
}
@media (max-width: 599px) {
  .p-about__profile-decor-text {
    font-size: 5rem;
    bottom: -20px;
  }
}
.p-about__profile .inner {
  max-width: 1320px;
}
.p-about__profile .c-text {
  max-width: 600px;
  margin: 36px auto 0;
}
.p-about__profile-representative {
  margin: 80px 0 0 0;
}
@media (max-width: 820px) {
  .p-about__profile-representative {
    margin: 60px 0 0 0;
  }
}
.p-about__profile-img {
  width: 100%;
  max-width: 600px;
  border-radius: 40px;
  border: 1px solid #424343;
  overflow: hidden;
  margin: 0 auto;
}
@media (max-width: 820px) {
  .p-about__profile-img {
    border-radius: 20px;
  }
}
.p-about__profile-img img {
  width: 100%;
  aspect-ratio: 600/400;
}
.p-about__profile-caption {
  margin-top: 57px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
@media (max-width: 820px) {
  .p-about__profile-caption {
    margin-top: 40px;
  }
}
.p-about__profile-role {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3571428571;
  letter-spacing: 0.05em;
  color: #73a1b9;
}
.p-about__profile-name {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.1em;
  color: var(--text);
}
@media (max-width: 1024px) {
  .p-about__profile-name {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-about__profile-name {
    font-size: 1.125rem;
  }
}
.p-about__profile-kana {
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-about__profile-details {
  margin: 50px auto 0;
  max-width: 980px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 599px) {
  .p-about__profile-details {
    grid-template-columns: 1fr;
  }
}
.p-about__profile-item {
  display: flex;
  gap: 55px;
  padding: 40px 20px 40px 77px;
  border-top: 1px solid #cfd6d6;
}
@media (max-width: 1024px) {
  .p-about__profile-item {
    gap: 20px;
    padding: 40px 10px 40px 20px;
  }
}
@media (max-width: 820px) {
  .p-about__profile-item {
    flex-direction: column;
  }
}
@media (max-width: 599px) {
  .p-about__profile-item {
    gap: 16px;
    padding: 20px 10px 20px 20px;
  }
}
.p-about__profile-item:nth-of-type(1) {
  grid-area: 1/1/2/2;
}
@media (max-width: 599px) {
  .p-about__profile-item:nth-of-type(1) {
    grid-area: auto;
  }
}
.p-about__profile-item:nth-of-type(2) {
  grid-area: 1/2/2/3;
}
@media (max-width: 599px) {
  .p-about__profile-item:nth-of-type(2) {
    grid-area: auto;
  }
}
.p-about__profile-item:nth-of-type(3) {
  grid-area: 2/1/3/3;
  padding: 53px 0 40px 77px;
}
@media (max-width: 1024px) {
  .p-about__profile-item:nth-of-type(3) {
    padding: 53px 0 40px 20px;
  }
}
@media (max-width: 820px) {
  .p-about__profile-item:nth-of-type(3) {
    padding: 40px 0 40px 20px;
  }
}
@media (max-width: 599px) {
  .p-about__profile-item:nth-of-type(3) {
    grid-area: auto;
    padding: 20px 0 20px 20px;
  }
}
.p-about__profile-term {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #73a1b9;
  flex: 0 0 auto;
}
.p-about__profile-desc {
  width: 100%;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text);
}
.p-about__profile-list {
  position: relative;
  padding: 31px 0 0 53px;
  margin: 0 0 0 24px;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 820px) {
  .p-about__profile-list {
    flex-direction: column;
    gap: 30px;
    padding: 20px 0 20px 30px;
    margin: 0 0 0 30px;
  }
}
@media (max-width: 599px) {
  .p-about__profile-list {
    flex-direction: column;
    gap: 30px;
    padding: 20px 0 20px 28px;
    margin: 0 0 0 8px;
  }
}
.p-about__profile-list::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #424343;
}
@media (max-width: 820px) {
  .p-about__profile-list::before {
    top: 0;
    width: 1px;
    height: 100%;
  }
}
.p-about__profile-list-item {
  position: relative;
  z-index: 1;
}
.p-about__profile-list-item::before {
  content: "";
  position: absolute;
  top: -29px;
  left: 0;
  width: 16px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #73a1b9;
}
@media (max-width: 820px) {
  .p-about__profile-list-item::before {
    width: 15px;
    top: 4px;
    left: -37px;
  }
}
@media (max-width: 599px) {
  .p-about__profile-list-item::before {
    width: 13px;
    top: 4px;
    left: -34px;
  }
}
.p-about__profile-list-item:nth-of-type(1) {
  max-width: 173px;
}
@media (max-width: 820px) {
  .p-about__profile-list-item:nth-of-type(1) {
    max-width: 100%;
  }
}
.p-about__profile-list-item:nth-of-type(2) {
  max-width: 185px;
}
@media (max-width: 820px) {
  .p-about__profile-list-item:nth-of-type(2) {
    max-width: 100%;
  }
}
.p-about__profile-list-item:nth-of-type(3) {
  max-width: 185px;
}
@media (max-width: 820px) {
  .p-about__profile-list-item:nth-of-type(3) {
    max-width: 100%;
  }
}
.p-about__profile-year {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: #424343;
}
.p-about__profile-list-text {
  margin: 8px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text);
}
@media (max-width: 820px) {
  .p-about__profile-list-text {
    margin: 2px 0 0 0;
  }
}
.p-about__staff {
  margin-top: 116px;
}
@media (max-width: 1024px) {
  .p-about__staff {
    margin-top: 100px;
  }
}
@media (max-width: 820px) {
  .p-about__staff {
    margin-top: 80px;
  }
}
.p-about__staff .inner {
  max-width: 1320px;
}
.p-about__staff-list {
  margin: 80px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 820px) {
  .p-about__staff-list {
    margin: 60px 0 0 0;
  }
}
.p-about__staff-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1024px) {
  .p-about__staff-item {
    align-items: center;
  }
}
@media (max-width: 820px) {
  .p-about__staff-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-about__staff-img {
  margin: 0;
  width: 100%;
  max-width: 600px;
  border-radius: 40px;
  border: 1px solid #424343;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-about__staff-img {
    min-width: 320px;
  }
}
@media (max-width: 820px) {
  .p-about__staff-img {
    border-radius: 20px;
    min-width: auto;
    max-width: 320px;
  }
}
@media (max-width: 599px) {
  .p-about__staff-img {
    max-width: 360px;
  }
}
.p-about__staff-img img {
  width: 100%;
  aspect-ratio: 600/400;
}
.p-about__staff-body {
  width: 100%;
  max-width: 560px;
  padding-top: 68px;
}
@media (max-width: 1024px) {
  .p-about__staff-body {
    padding-top: 0;
  }
}
@media (max-width: 820px) {
  .p-about__staff-body {
    max-width: 100%;
  }
}
.p-about__staff-meta {
  margin: 36px 0 0 0;
  border-top: 1px solid #cfd6d6;
}
@media (max-width: 820px) {
  .p-about__staff-meta {
    margin: 20px 0 0 0;
  }
}
.p-about__staff-meta-item {
  display: flex;
  gap: 16px 56px;
  padding: 40px 24px;
  border-bottom: 1px solid #cfd6d6;
}
@media (max-width: 599px) {
  .p-about__staff-meta-item {
    padding: 20px;
    flex-direction: column;
  }
}
.p-about__staff-term {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #73a1b9;
}
.p-about__staff-desc {
  margin: 0;
  font-size: 1;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text);
}
.p-about__company {
  padding: 160px 0 222px;
}
@media (max-width: 1024px) {
  .p-about__company {
    padding: 120px 0 160px;
  }
}
@media (max-width: 820px) {
  .p-about__company {
    padding: 80px 0 120px;
  }
}
.p-about__company .inner {
  max-width: 1320px;
}
.p-about__company-content {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
  gap: 40px 20px;
}
@media (max-width: 820px) {
  .p-about__company-content {
    margin-top: 60px;
    flex-direction: column;
  }
}
.p-about__company-list {
  margin: 0;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 820px) {
  .p-about__company-list {
    max-width: 100%;
  }
}
.p-about__company-item {
  display: flex;
  gap: 6px 24px;
  padding: 20px 0;
  border-bottom: 1px solid #cfd6d6;
}
@media (max-width: 1280px) {
  .p-about__company-item {
    gap: 6px 20px;
  }
}
@media (max-width: 1024px) {
  .p-about__company-item {
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 820px) {
  .p-about__company-item {
    flex-direction: row;
  }
}
@media (max-width: 599px) {
  .p-about__company-item {
    flex-direction: column;
  }
}
.p-about__company-item:first-child {
  border-top: 1px solid #cfd6d6;
}
.p-about__company-term {
  width: 100%;
  max-width: 200px;
  padding-left: 54px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text);
}
@media (max-width: 1280px) {
  .p-about__company-term {
    padding-left: 40px;
    max-width: 180px;
  }
}
@media (max-width: 1024px) {
  .p-about__company-term {
    padding-left: 0;
  }
}
@media (max-width: 820px) {
  .p-about__company-term {
    max-width: 160px;
  }
}
.p-about__company-desc {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text);
}
.p-about__company-location {
  width: 100%;
  max-width: 560px;
}
@media (max-width: 820px) {
  .p-about__company-location {
    margin: 0 auto;
  }
}
.p-about__company-location .c-button {
  margin-top: 24px;
}
.p-about__company-location .c-button__big-link {
  margin: 0 auto;
  max-width: 320px;
  min-height: 48px;
  padding: 10px;
}
@media (max-width: 599px) {
  .p-about__company-location .c-button__big-link {
    max-width: 180px;
  }
}
.p-about__company-map {
  width: 100%;
  max-width: 560px;
  border-radius: 8px;
  overflow: hidden;
}
.p-about__company-gallery {
  margin-top: 160px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .p-about__company-gallery {
    margin-top: 120px;
  }
}
@media (max-width: 820px) {
  .p-about__company-gallery {
    margin-top: 80px;
  }
}
.p-about__company-gallery-list .swiper-wrapper {
  transition-timing-function: linear !important;
}
.p-about__company-gallery-item {
  width: 640px !important;
}
@media (max-width: 820px) {
  .p-about__company-gallery-item {
    width: 95% !important;
  }
}
@media (max-width: 820px) {
  .p-about__company-gallery-item:first-child {
    margin-left: -180px;
  }
}
.p-about__company-gallery-item img {
  width: 100%;
  aspect-ratio: 640/400;
}
.p-about__company-gallery-item.slied1, .p-about__company-gallery-item.slied3, .p-about__company-gallery-item.slied5 {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .p-about__company-gallery-item.slied1, .p-about__company-gallery-item.slied3, .p-about__company-gallery-item.slied5 {
    margin-top: 0;
  }
}

.p-price {
  padding: 160px 0;
  background-color: var(--bg-accent);
  border-radius: 24px 0 0 24px;
}
@media (max-width: 1024px) {
  .p-price {
    padding: 120px 0;
  }
}
@media (max-width: 820px) {
  .p-price {
    padding: 80px 0;
  }
}
.p-price .c-title {
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .p-price .c-title {
    margin-top: 120px;
  }
}
@media (max-width: 820px) {
  .p-price .c-title {
    margin-top: 80px;
  }
}
.p-price .c-title__label {
  justify-content: center;
}
.p-price .c-title__heading {
  text-align: center;
}
.p-price #medical-advisory .p-price__table-head .p-price__table-row {
  border-bottom: 1px solid #d0d0d0;
}
@media (max-width: 1024px) {
  .p-price #medical-advisory .p-price__tables {
    display: contents;
  }
}
@media (max-width: 1024px) {
  .p-price #medical-advisory .p-price__tables:nth-of-type(1) .p-price__table-block:nth-of-type(1) {
    order: 1;
    margin-top: 60px;
  }
}
@media (max-width: 820px) {
  .p-price #medical-advisory .p-price__tables:nth-of-type(1) .p-price__table-block:nth-of-type(1) {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .p-price #medical-advisory .p-price__tables:nth-of-type(1) .p-price__table-block:nth-of-type(2) {
    order: 3;
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .p-price #medical-advisory .p-price__tables:nth-of-type(2) .p-price__table-block:nth-of-type(1) {
    order: 2;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .p-price #medical-advisory .p-price__tables:nth-of-type(2) .p-price__table-block:nth-of-type(2) {
    order: 4;
    margin-top: 40px;
  }
}
.p-price #bookkeeping .p-price__table-head .p-price__table-row {
  border-bottom: 1px solid #d0d0d0;
}
.p-price #bookkeeping .p-price__table-block table:first-of-type .p-price__table-cell {
  text-align: center;
}
.p-price #bookkeeping .p-price__table-block table:last-of-type {
  margin-top: 18px;
}
@media (max-width: 820px) {
  .p-price #optional-fees .p-price__table,
  .p-price #optional-fees .p-price__table thead,
  .p-price #optional-fees .p-price__table tbody,
  .p-price #optional-fees .p-price__table tr,
  .p-price #optional-fees .p-price__table th,
  .p-price #optional-fees .p-price__table td {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    border-left: none;
    border-right: none;
  }
  .p-price #optional-fees .p-price__table thead {
    display: none;
  }
  .p-price #optional-fees .p-price__table-row-heading {
    background-color: var(--blue);
    border-bottom: none;
  }
  .p-price #optional-fees .p-price__table-row:first-child .p-price__table-row-heading {
    border-bottom: 1px solid #d0d0d0;
  }
  .p-price #optional-fees .p-price__table-cell {
    min-height: 65px;
  }
  .p-price #optional-fees .p-price__table-body td:first-of-type::before {
    content: "報酬";
    position: absolute;
    inset: 0;
    width: 40px;
    background-color: #73a1b9;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-light);
  }
}
.p-price #optional-fees .p-price__table-block {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .p-price #optional-fees .p-price__table-block {
    margin-top: 60px;
  }
}
@media (max-width: 820px) {
  .p-price #optional-fees .p-price__table-block {
    margin-top: 40px;
  }
}
.p-price #optional-fees .p-price__table-head .p-price__table-row {
  height: 72px;
}
.p-price #optional-fees .p-price__table-cell {
  text-align: center;
}
@media (max-width: 820px) {
  .p-price #optional-fees .p-price__table-cell {
    position: relative;
  }
}
@media (max-width: 599px) {
  .p-price #optional-fees .p-price__table-cell {
    text-align: right;
  }
}
.p-price #optional-fees .p-price__table td:last-child {
  text-align: left;
}
@media (max-width: 820px) {
  .p-price #optional-fees .p-price__table td:last-child {
    border: none;
    padding: 20px 20px 20px 60px;
  }
  .p-price #optional-fees .p-price__table td:last-child::before {
    content: "備考";
    position: absolute;
    inset: 0;
    width: 40px;
    background-color: #73a1b9;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--text-light);
  }
}
@media (max-width: 820px) {
  .p-price #optional-fees .p-price__table th:last-child,
  .p-price #optional-fees .p-price__table td:last-child {
    max-width: 100%;
  }
}
.p-price #optional-fees .p-price__table td {
  padding: 23px 20px 23px 40px;
}
@media (max-width: 820px) {
  .p-price #optional-fees .p-price__table td {
    border-bottom: 1px solid #d0d0d0;
    padding: 20px;
  }
}
.p-price__note-text {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
.p-price__section {
  margin-top: 160px;
}
@media (max-width: 1024px) {
  .p-price__section {
    margin-top: 120px;
  }
}
@media (max-width: 820px) {
  .p-price__section {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .p-price__tables-sp {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.p-price__tables {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 40px;
  margin-top: 78px;
}
@media (max-width: 1024px) {
  .p-price__tables {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }
}
@media (max-width: 820px) {
  .p-price__tables {
    margin-top: 40px;
  }
}
.p-price__tables + .p-price__tables {
  margin-top: 40px;
}
.p-price__table-block .p-price__note-text {
  margin-top: 8px;
}
.p-price__table-title {
  margin: 0;
  padding-bottom: 22px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
.p-price__table-title::before {
  content: "";
  display: inline-block;
  width: 16px;
  aspect-ratio: 1;
  background: linear-gradient(180deg, rgb(146, 212, 209) 0%, rgb(185, 227, 217) 100%);
  border-radius: 50%;
}
.p-price__table {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--bg);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--text-strong);
}
.p-price__table + .p-price__table {
  margin-top: 40px;
}
.p-price__table-head {
  background-color: var(--blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-light);
}
.p-price__table-row-heading {
  background-color: #73a1b9;
  color: var(--text-light);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (max-width: 820px) {
  .p-price__table-row-heading {
    font-size: 0.875rem;
  }
}
.p-price__table-row-heading-note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: var(--text-light);
}
.p-price__table-cell {
  background-color: var(--bg);
  text-align: right;
}
@media (max-width: 820px) {
  .p-price__table-cell {
    font-size: 0.875rem;
  }
}
.p-price__table-body .p-price__table-row {
  height: 72px;
}
.p-price__table-cell[colspan] {
  text-align: center;
}
.p-price__table th, .p-price__table td {
  border: 1px solid #d0d0d0;
  padding: 6px 16px;
}
@media (max-width: 1280px) {
  .p-price__table th, .p-price__table td {
    padding: 6px;
  }
}
@media (max-width: 1024px) {
  .p-price__table th, .p-price__table td {
    padding: 6px 16px;
  }
}
@media (max-width: 599px) {
  .p-price__table th, .p-price__table td {
    padding: 6px 2px;
  }
}
.p-price__table tr:first-child th, .p-price__table tr:first-child td {
  border-top: none;
}
.p-price__table tr:last-child th, .p-price__table tr:last-child td {
  border-bottom: none;
}
.p-price__table th:first-child, .p-price__table td:first-child {
  border-left: none;
}
.p-price__table th:last-child, .p-price__table td:last-child {
  border-right: none;
}
.p-price__table-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-price__table-item {
  position: relative;
  letter-spacing: 0;
}
.p-price__table-item::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -10px;
  width: 2px;
  aspect-ratio: 1;
  border: 5px;
  background-color: var(--color-dark);
}
.p-price__table-item + .p-price__table-item {
  margin-top: 2px;
}
.p-price__note-block {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  width: 100%;
  max-width: 1020px;
  margin: 160px auto 0;
}
@media (max-width: 1024px) {
  .p-price__note-block {
    margin: 120px auto 0;
  }
}
@media (max-width: 820px) {
  .p-price__note-block {
    flex-direction: column;
    margin: 80px auto 0;
  }
}
.p-price__note-title {
  margin: 0;
  flex: 0 0 auto;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .p-price__note-title {
    font-size: 1.75rem;
  }
}
@media (max-width: 599px) {
  .p-price__note-title {
    font-size: 1.5rem;
  }
}
.p-price__note-list {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}
.p-price__note-item {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--text-strong);
}
@media (max-width: 599px) {
  .p-price__note-item img {
    max-width: 20px;
  }
}
.p-price__note-item + .p-price__note-item {
  margin-top: 16px;
}
.p-price__examples {
  margin: 160px 0 222px 0;
  padding: 160px 0;
  background-color: rgba(115, 160, 185, 0.5);
  border-radius: 24px 0 0 24px;
}
@media (max-width: 1024px) {
  .p-price__examples {
    margin: 120px 0 160px 0;
    padding: 120px 0;
  }
}
@media (max-width: 820px) {
  .p-price__examples {
    margin: 80px 0 120px 0;
    padding: 80px 0;
  }
}
.p-price__examples .c-title {
  margin-left: 60px;
}
@media (max-width: 820px) {
  .p-price__examples .c-title {
    margin-left: 0;
  }
}
.p-price__examples .c-title .c-title__label {
  color: var(--text-light);
}
.p-price__examples .c-title .c-title__heading {
  display: inline-block;
  color: var(--text-light);
}
.p-price__examples .c-title .c-title__text {
  color: var(--text-light);
}
.p-price__examples-list {
  margin-top: 80px;
}
@media (max-width: 820px) {
  .p-price__examples-list {
    margin-top: 60px;
  }
}
.p-price__examples-item {
  background-color: var(--bg);
  border-radius: 24px;
  padding: 80px 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1280px) {
  .p-price__examples-item {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .p-price__examples-item {
    padding: 60px 40px;
  }
}
@media (max-width: 820px) {
  .p-price__examples-item {
    padding: 40px 20px 60px;
  }
}
.p-price__examples-item + .p-price__examples-item {
  margin-top: 80px;
}
.p-price__examples-left {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1280px) {
  .p-price__examples-left {
    max-width: 100%;
  }
}
.p-price__examples-case {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.375;
  letter-spacing: 0.04em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .p-price__examples-case {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-price__examples-case {
    font-size: 1.125rem;
  }
}
.p-price__examples-case-num {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  color: var(--orange);
}
@media (max-width: 1024px) {
  .p-price__examples-case-num {
    font-size: 2.25rem;
  }
}
@media (max-width: 599px) {
  .p-price__examples-case-num {
    font-size: 31px;
  }
}
.p-price__examples-title {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 1024px) {
  .p-price__examples-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-price__examples-title {
    font-size: 1.125rem;
  }
}
.p-price__examples-profile {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.p-price__examples-img {
  margin: 0;
  width: 100%;
  max-width: 261px;
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 599px) {
  .p-price__examples-img {
    max-width: 100%;
  }
}
.p-price__examples-img img {
  width: 100%;
  aspect-ratio: 261/142;
}
.p-price__examples-meta {
  width: 100%;
  max-width: 300px;
}
.p-price__examples-meta-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-price__examples-meta-item + .p-price__examples-meta-item {
  margin-top: 16px;
}
.p-price__examples-meta-label {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  min-height: 42px;
  width: 100%;
  max-width: 104px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: var(--text-light);
  background-color: #73a1b9;
  border-radius: 21px;
}
@media (max-width: 820px) {
  .p-price__examples-meta-label {
    font-size: 1rem;
  }
}
@media (max-width: 599px) {
  .p-price__examples-meta-label {
    min-height: 36px;
    max-width: 96px;
  }
}
.p-price__examples-meta-value {
  margin: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  flex: 0 0 auto;
}
@media (max-width: 820px) {
  .p-price__examples-meta-value {
    font-size: 1rem;
  }
}
.p-price__examples-description {
  width: 100%;
  max-width: 573px;
  margin: 24px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1280px) {
  .p-price__examples-description {
    max-width: 100%;
  }
}
.p-price__examples-right {
  width: 100%;
  max-width: 50%;
}
@media (max-width: 1280px) {
  .p-price__examples-right {
    max-width: 100%;
  }
}
.p-price__examples-table {
  width: 100%;
  max-width: 554px;
  margin-left: auto;
  border-collapse: collapse;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: var(--text-strong);
}
@media (max-width: 1280px) {
  .p-price__examples-table {
    max-width: 100%;
  }
}
.p-price__examples-table-head {
  background-color: var(--blue);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: var(--text-light);
  height: 68px;
}
@media (max-width: 820px) {
  .p-price__examples-table-head {
    font-size: 1rem;
  }
}
.p-price__examples-table-row-heading {
  background-color: var(--blue);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-light);
  text-align: center;
  height: 60px;
  word-break: keep-all;
}
.p-price__examples-table-cell {
  background-color: var(--bg-accent);
  text-align: right;
}
.p-price__examples-table th, .p-price__examples-table td {
  border-top: 4px solid #fff;
  border-right: 2px solid #fff;
  padding: 10px;
}
.p-price__examples-table td {
  padding: 10px 30px 10px 10px;
}
@media (max-width: 599px) {
  .p-price__examples-table td {
    padding: 10px;
  }
}
.p-price__examples-summary {
  text-align: right;
}
.p-price__examples-total {
  min-width: 300px;
  display: inline-flex;
  align-items: baseline;
  justify-content: space-between;
  margin: 32px 0 0 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  border-bottom: 3px solid var(--orange);
}
@media (max-width: 599px) {
  .p-price__examples-total {
    min-width: 230px;
  }
}
.p-price__examples-total--big {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4333333333;
  letter-spacing: 0;
  padding: 0 10px 0 20px;
  margin-left: auto;
}
@media (max-width: 599px) {
  .p-price__examples-total--big {
    font-size: 23px;
  }
}

.p-faq {
  padding: 160px 0 320px;
  border-radius: 24px 0 0 0;
  background-color: var(--bg-accent);
}
@media (max-width: 1024px) {
  .p-faq {
    padding: 120px 0 220px;
  }
}
@media (max-width: 820px) {
  .p-faq {
    padding: 80px 0 160px;
  }
}
.p-faq__section {
  margin-top: 160px;
  padding: 0 60px;
}
@media (max-width: 1024px) {
  .p-faq__section {
    margin-top: 120px;
    padding: 0 40px;
  }
}
@media (max-width: 820px) {
  .p-faq__section {
    margin-top: 80px;
    padding: 0 20px;
  }
}
@media (max-width: 599px) {
  .p-faq__section {
    padding: 0;
  }
}
.p-faq__accordion {
  margin: 76px 0 0 0;
}
@media (max-width: 1024px) {
  .p-faq__accordion {
    margin: 60px 0 0 0;
  }
}
@media (max-width: 820px) {
  .p-faq__accordion {
    margin: 50px 0 0 0;
  }
}
.p-faq__accordion-item {
  border-radius: 16px;
  cursor: pointer;
}
.p-faq__accordion-item + .p-faq__accordion-item {
  margin-top: 32px;
}
.p-faq__accordion-item.open .p-faq__accordion-body {
  grid-template-rows: 1fr;
}
.p-faq__accordion-item.open .p-faq__accordion-header {
  border-radius: 16px 16px 0 0;
}
.p-faq__accordion-item.open .p-faq__accordion-toggle {
  transform: rotate(90deg);
}
.p-faq__accordion-item.open .p-faq__accordion-toggle::before {
  opacity: 0;
}
.p-faq__accordion-header {
  display: flex;
  align-items: center;
  gap: 22px;
  background-color: var(--blue);
  border-radius: 16px;
  transition: 0.3s;
  padding: 17px 40px;
}
@media (max-width: 599px) {
  .p-faq__accordion-header {
    gap: 10px;
    padding: 12px 16px;
  }
}
.p-faq__accordion-icon-q {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.46875;
  letter-spacing: 0.05em;
  color: var(--text-light);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .p-faq__accordion-icon-q {
    font-size: 1.75rem;
  }
}
@media (max-width: 599px) {
  .p-faq__accordion-icon-q {
    font-size: 1.5rem;
  }
}
.p-faq__accordion-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: var(--text-light);
}
@media (max-width: 599px) {
  .p-faq__accordion-title {
    font-size: 1rem;
  }
}
.p-faq__accordion-toggle {
  position: relative;
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--bg);
  margin-left: auto;
  transition: 0.3s;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .p-faq__accordion-toggle {
    width: 36px;
  }
}
@media (max-width: 599px) {
  .p-faq__accordion-toggle {
    width: 30px;
  }
}
.p-faq__accordion-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--blue);
  transition: 0.3s;
}
@media (max-width: 599px) {
  .p-faq__accordion-toggle::before {
    width: 12px;
  }
}
.p-faq__accordion-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 16px;
  height: 2px;
  border-radius: 5px;
  background-color: var(--blue);
  transition: 0.3s;
}
@media (max-width: 599px) {
  .p-faq__accordion-toggle::after {
    width: 12px;
  }
}
.p-faq__accordion-body {
  margin: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
  background-color: #fff;
  border-radius: 0 0 16px 16px;
}
.p-faq__accordion-hidden {
  overflow: hidden;
}
.p-faq__content {
  display: flex;
  gap: 25px;
  padding: 25px 40px;
}
@media (max-width: 599px) {
  .p-faq__content {
    gap: 10px;
    padding: 16px;
  }
}
.p-faq__accordion-text {
  margin: 10px 0 0 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
.p-faq__accordion-text-link {
  position: relative;
  display: inline-block;
  color: #48ade2;
  text-decoration: none;
}
.p-faq__accordion-text-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #48ade2;
  transition: scale 0.3s ease;
  scale: 0 1;
  transform-origin: right;
}
.p-faq__accordion-text-link:hover::before {
  scale: 1;
  transform-origin: left;
}
.p-faq__accordion-icon-a {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.46875;
  letter-spacing: 0.05em;
  color: var(--orange);
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .p-faq__accordion-icon-a {
    font-size: 1.75rem;
  }
}
@media (max-width: 599px) {
  .p-faq__accordion-icon-a {
    font-size: 1.5rem;
  }
}
.p-faq__accordion-text--orange {
  display: block;
  color: var(--orange);
}

.p-blog {
  margin-top: 131px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .p-blog {
    margin-top: 120px;
  }
}
@media (max-width: 820px) {
  .p-blog {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 599px) {
  .p-blog {
    padding-bottom: 40px;
  }
}
.p-blog__list {
  margin: 80px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 80px 57px;
}
@media (max-width: 1024px) {
  .p-blog__list {
    margin: 60px 0 0 0;
    gap: 60px 40px;
  }
}
@media (max-width: 820px) {
  .p-blog__list {
    gap: 40px;
  }
}
.p-blog__item {
  max-width: 250px;
}
@media (max-width: 820px) {
  .p-blog__item {
    max-width: 100%;
  }
}
.p-blog__article {
  border: 1px solid var(--blue);
  border-radius: 8px;
  overflow: hidden;
}
.p-blog__link {
  text-decoration: none;
  color: var(--text-strong);
  transition: opacity 0.3s;
}
.p-blog__link:hover {
  opacity: 0.7;
}
.p-blog__link:hover .p-blog__img img {
  transform: scale(1.2);
}
.p-blog__img {
  margin: 0;
  width: 100%;
  aspect-ratio: 280/160;
  overflow: hidden;
  border-bottom: 1px solid var(--blue);
}
.p-blog__img img {
  width: 100%;
  aspect-ratio: 280/160;
  transition: 0.3s;
}
.p-blog__preview-img {
  margin-top: 80px;
}
.p-blog__preview-img img {
  border: 1px solid;
  width: 100%;
}
.p-blog__label {
  color: var(--text-light);
  background-color: var(--orange);
  border-radius: 16px;
  padding: 2px 32px;
  text-decoration: none;
  font-size: 12px;
  margin-left: 18px;
}
.p-blog__content {
  padding: 16px 18px 14px;
}
.p-blog__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.p-blog__category {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: var(--text-light);
  background-color: var(--orange);
  border-radius: 16px;
  padding: 2px 24px;
}
@media (max-width: 599px) {
  .p-blog__category {
    padding: 2px 20px;
  }
}
.p-blog__date {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #7b7d8b;
}
.p-blog__title {
  margin: 8px 0 0 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.024em;
  color: var(--text-strong);
}
.p-blog__text {
  margin: 16px 0 0 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.7142857143;
  letter-spacing: 0;
  color: var(--text-strong);
}

.p-news {
  margin-top: 131px;
  padding-bottom: 160px;
}
@media (max-width: 1024px) {
  .p-news {
    margin-top: 120px;
  }
}
@media (max-width: 820px) {
  .p-news {
    margin-top: 80px;
    padding-bottom: 60px;
  }
}
@media (max-width: 599px) {
  .p-news {
    padding-bottom: 40px;
  }
}
.p-news__list {
  margin: 80px 0 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1024px) {
  .p-news__list {
    margin: 60px 0 0 0;
  }
}
.p-news__item:first-child .p-news__link {
  border-top: 1px solid #cfd6d6;
}
.p-news__link {
  display: flex;
  align-items: center;
  gap: 10px 56px;
  text-decoration: none;
  padding: 27px 32px 28px;
  border-bottom: 1px solid #cfd6d6;
}
@media (max-width: 1024px) {
  .p-news__link {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 28px;
  }
}
@media (max-width: 599px) {
  .p-news__link {
    padding: 20px;
  }
}
.p-news__meta {
  display: flex;
  align-items: center;
  gap: 40px;
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .p-news__meta {
    gap: 20px;
  }
}
.p-news__category {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: var(--text-light);
  background-color: var(--orange);
  border-radius: 16px;
  padding: 2px 24px;
}
@media (max-width: 599px) {
  .p-news__category {
    padding: 2px 20px;
  }
}
.p-news__date {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.4285714286;
  letter-spacing: 0.05em;
  color: #7b7d8b;
}
.p-news__title {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.024em;
  color: var(--text-strong);
}
.p-news__content {
  margin-top: 80px;
  padding-bottom: 160px;
  border-bottom: #cfd6d6 1px solid;
}
@media (max-width: 599px) {
  .p-news__content {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}

.p-contact {
  margin-top: 137px;
}
@media (max-width: 1024px) {
  .p-contact {
    margin-top: 120px;
  }
}
@media (max-width: 820px) {
  .p-contact {
    margin-top: 80px;
  }
}
.p-contact .inner {
  max-width: 1320px;
}
.p-contact__text {
  margin: 78px 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
@media (max-width: 820px) {
  .p-contact__text {
    margin: 60px 0 0 0;
  }
}
.p-contact__form {
  background-color: var(--bg-accent);
  border-radius: 24px;
  margin: 160px 0 222px;
  padding: 160px 0;
}
@media (max-width: 1024px) {
  .p-contact__form {
    margin: 120px 0 160px;
    padding: 120px 0;
  }
}
@media (max-width: 820px) {
  .p-contact__form {
    margin: 80px 0 120px;
    padding: 80px 0;
  }
}
.p-contact__form-inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 20px;
}
.p-contact__form-group + .p-contact__form-group {
  margin-top: 40px;
}
.p-contact__form-group.address {
  margin-top: 20px;
}
.p-contact__form-group.address .p-contact__input {
  margin-top: 6px;
}
.p-contact__number-group {
  margin-top: 40px;
}
.p-contact__number-group .p-contact__form-group {
  margin-top: 0;
}
.p-contact__number-group + .p-contact__form-group {
  margin-top: 40px;
}
.p-contact__label {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-strong);
}
.p-contact__required {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: var(--text-light);
  background-color: var(--orange);
  border-radius: 16px;
  padding: 4px 23px;
  flex: 0 0 auto;
}
@media (max-width: 599px) {
  .p-contact__required {
    padding: 2px 18px;
  }
}
.p-contact__input, .p-contact__textarea {
  margin-top: 14px;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-strong);
  padding: 11px 24px;
  border: 1px solid #cfd6d6;
  border-radius: 8px;
  background-color: #fff;
}
@media (max-width: 599px) {
  .p-contact__input, .p-contact__textarea {
    margin-top: 10px;
  }
}
.p-contact__textarea {
  min-height: 144px;
}
.p-contact__select-block {
  position: relative;
  margin-top: 7px;
}
@media (max-width: 1024px) {
  .p-contact__select-block {
    margin-top: 10px;
  }
}
.p-contact__select {
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #7b7d8b;
  padding: 12px 50px 12px 24px;
  border: 1px solid #cfd6d6;
  border-radius: 8px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.p-contact__select.has-value {
  color: var(--text-strong);
}
.p-contact__select-arrow {
  position: absolute;
  right: 26px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-left: 2px solid var(--blue);
  border-bottom: 2px solid var(--blue);
  transform: translateY(-50%) rotate(-45deg);
  pointer-events: none;
}
.p-contact__radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px 24px;
  margin-top: 15px;
}
@media (max-width: 599px) {
  .p-contact__radio {
    grid-template-columns: 1fr;
    margin-top: 10px;
  }
}
.p-contact__radio label {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px 24px;
  border: 1px solid #cfd6d6;
  border-radius: 8px;
  background-color: #fff;
}
.p-contact__number-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 24px;
}
@media (max-width: 599px) {
  .p-contact__number-group {
    grid-template-columns: 1fr;
  }
}
.p-contact__radio input[type=radio] {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid #cfd6d6;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  transition: 0.2s;
}
.p-contact__radio-custom {
  display: inline-block;
  width: 20px;
  aspect-ratio: 1;
  border: 1px solid #cfd6d6;
  border-radius: 50%;
  vertical-align: middle;
  position: relative;
  transition: 0.2s;
}
.p-contact__radio input[type=radio]:checked + .p-contact__radio-custom::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  aspect-ratio: 1;
  background-color: var(--orange);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.p-contact__input-block {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}
.p-contact__input-block.zip {
  align-items: center;
  gap: 15px;
}
@media (max-width: 599px) {
  .p-contact__input-block.zip {
    gap: 8px;
  }
}
.p-contact__unit {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: var(--text-strong);
  flex: 0 0 auto;
}
.p-contact__button {
  margin-top: 80px;
  text-align: center;
}
@media (max-width: 820px) {
  .p-contact__button {
    margin-top: 60px;
  }
}
@media (max-width: 599px) {
  .p-contact__button {
    margin-top: 40px;
  }
}
.p-contact__button-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  min-height: 72px;
  background-color: var(--blue);
  color: var(--text-light);
  font-size: 1.5rem;
  font-weight: 500;
  border: none;
  border-radius: 36px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-contact__button-link:hover {
  opacity: 0.7;
}
@media (max-width: 599px) {
  .p-contact__button-link {
    font-size: 1.125rem;
    max-width: 160px;
    min-height: 48px;
    padding: 10px;
  }
}
.p-contact__input:focus, .p-contact__textarea:focus, .p-contact__select:focus {
  outline: none;
  border-color: var(--orange);
  transition: border-color 0.3s ease;
}

.wpcf7-spinner {
  display: none;
}

.p-service__strength {
  background-color: var(--bg-accent);
  padding: 160px 0;
  border-radius: 24px 0 0 24px;
}
.p-service__strength .c-title {
  margin-left: 60px;
}
@media (max-width: 820px) {
  .p-service__strength .c-title {
    margin-left: 0;
  }
}
.p-service__strength-list {
  margin: 82px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 30px;
}
@media (max-width: 1280px) {
  .p-service__strength-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (max-width: 820px) {
  .p-service__strength-list {
    margin: 118px 0 0 0;
  }
}
.p-service__strength-item {
  position: relative;
  padding-top: 74px;
}
@media (max-width: 1280px) {
  .p-service__strength-item {
    width: 100%;
    max-width: 420px;
  }
}
@media (max-width: 1024px) {
  .p-service__strength-item {
    padding-top: 40px;
  }
}
.p-service__strength-num {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.05em;
  color: var(--blue);
}
@media (max-width: 1024px) {
  .p-service__strength-num {
    font-size: 4.25rem;
  }
}
@media (max-width: 1024px) {
  .p-service__strength-num {
    font-size: 3.5rem;
  }
}
.p-service__strength-num::after {
  content: "";
  position: absolute;
  bottom: 26px;
  right: -60px;
  width: 80px;
  height: 2px;
  background-color: #cfd6d6;
  transform: rotate(-45deg);
}
.p-service__strength-img {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #73a1b9;
  margin: 0 auto;
  width: 100%;
  max-width: 280px;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .p-service__strength-img {
    max-width: 240px;
  }
}
@media (max-width: 599px) {
  .p-service__strength-img {
    max-width: 180px;
  }
}
.p-service__strength-img img {
  width: 100%;
  max-width: 173px;
  aspect-ratio: 1;
}
@media (max-width: 1024px) {
  .p-service__strength-img img {
    max-width: 130px;
  }
}
@media (max-width: 599px) {
  .p-service__strength-img img {
    max-width: 113px;
  }
}
.p-service__strength-body {
  background-color: #fff;
  border-radius: 16px;
  padding: 152px 50px 40px;
  margin-top: -140px;
  min-height: 438px;
  text-align: center;
}
@media (max-width: 599px) {
  .p-service__strength-body {
    padding: 106px 20px 40px 20px;
    margin-top: -90px;
    min-height: 322px;
  }
}
.p-service__strength-body .c-text {
  margin: 20px 0 0 0;
}
.p-service__strength-title {
  margin: 38px 0 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
  color: var(--blue);
}
@media (max-width: 1024px) {
  .p-service__strength-title {
    font-size: 1.375rem;
  }
}
@media (max-width: 599px) {
  .p-service__strength-title {
    margin: 20px 0 0 0;
    font-size: 1.125rem;
  }
}
.p-service__support {
  margin: 160px 0 222px;
}
@media (max-width: 1024px) {
  .p-service__support {
    margin: 120px 0 160px;
  }
}
.p-service__support .c-title {
  margin-left: 60px;
}
@media (max-width: 820px) {
  .p-service__support .c-title {
    margin-left: 0;
  }
}
.p-service__support .c-title .c-title__heading {
  display: inline-block;
}
.p-service__support .c-title__sub {
  text-align: left;
  font-size: 2.5rem;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .p-service__support .c-title__sub {
    font-size: 2rem;
  }
}
@media (max-width: 599px) {
  .p-service__support .c-title__sub {
    font-size: 1.75rem;
  }
}
.p-service__support .c-title__sub::before {
  left: 0;
  transform: translateX(0);
  max-width: 120px;
}
.p-service__support .c-text {
  margin: 29px 0 0 0;
}
.p-service__support .c-text + .c-text {
  margin: 32px 0 0 0;
}
@media (max-width: 599px) {
  .p-service__support .c-text {
    font-size: 15px;
  }
}
.p-service__support-feature {
  position: relative;
  border: 6px solid var(--blue);
  border-radius: 16px;
  padding: 74px 74px 62px 74px;
  margin: 220px 60px 0;
  background-color: var(--bg);
}
@media (max-width: 1280px) {
  .p-service__support-feature {
    margin: 220px 0 0;
  }
}
@media (max-width: 1024px) {
  .p-service__support-feature {
    margin: 160px 0 0;
    padding: 74px 50px 60px;
  }
}
@media (max-width: 820px) {
  .p-service__support-feature {
    margin: 120px 0 0;
    padding: 74px 20px 40px;
  }
}
.p-service__support-feature .p-service__support-img {
  position: absolute;
  top: -35%;
  right: 2%;
}
@media (max-width: 1280px) {
  .p-service__support-feature .p-service__support-img {
    right: 0%;
  }
}
@media (max-width: 1024px) {
  .p-service__support-feature .p-service__support-img {
    top: -6%;
    right: -6%;
    scale: 0.6;
  }
}
@media (max-width: 820px) {
  .p-service__support-feature .p-service__support-img {
    top: -7%;
    right: -70px;
    scale: 0.5;
  }
}
@media (max-width: 599px) {
  .p-service__support-feature .p-service__support-img {
    top: -78px;
    right: -96px;
    scale: 0.4;
  }
}
.p-service__support-label {
  position: absolute;
  top: -47px;
  left: -45px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4583333333;
  letter-spacing: 0;
  color: var(--text-light);
  background-color: var(--blue);
  border-radius: 16px;
  padding: 22px 34px;
}
@media (max-width: 1024px) {
  .p-service__support-label {
    font-size: 1.375rem;
    top: -40px;
    left: -30px;
  }
}
@media (max-width: 820px) {
  .p-service__support-label {
    left: -20px;
  }
}
@media (max-width: 599px) {
  .p-service__support-label {
    word-break: keep-all;
    padding: 10px 20px;
    width: 100%;
    max-width: 190px;
    top: -56px;
    font-size: 1.125rem;
  }
}
.p-service__support-label::before {
  content: "";
  position: absolute;
  bottom: -39px;
  left: 3px;
  width: 36px;
  height: 46px;
  background-color: #0a2b3e;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  z-index: -1;
}
.p-service__support-read {
  margin: 47px 0 0 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3333333333;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  .p-service__support-read {
    font-size: 1.375rem;
  }
}
@media (max-width: 1024px) {
  .p-service__support-read {
    font-size: 1.125rem;
  }
}
.p-service__support-list {
  margin: 166px 60px 0 60px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 170px 40px;
}
@media (max-width: 1280px) {
  .p-service__support-list {
    margin: 166px 0 0;
  }
}
@media (max-width: 1024px) {
  .p-service__support-list {
    grid-template-columns: 1fr;
    margin: 140px 0 0;
    gap: 140px 40px;
  }
}
@media (max-width: 820px) {
  .p-service__support-list {
    margin: 80px 0 0;
    gap: 80px 40px;
  }
}
.p-service__support-item {
  position: relative;
  background-color: var(--bg-accent);
  border-radius: 16px;
  padding: 96px 50px;
}
@media (max-width: 1024px) {
  .p-service__support-item {
    padding: 60px 50px;
  }
}
@media (max-width: 820px) {
  .p-service__support-item {
    padding: 40px 20px;
  }
}
.p-service__support-item .p-service__support-img {
  position: absolute;
  top: -24%;
  right: 8%;
}
@media (max-width: 1024px) {
  .p-service__support-item .p-service__support-img {
    top: -20%;
    right: 8%;
    scale: 0.9;
  }
}
@media (max-width: 820px) {
  .p-service__support-item .p-service__support-img {
    top: -30px;
    right: 0;
    scale: 0.6;
  }
}
@media (max-width: 599px) {
  .p-service__support-item:nth-of-type(1) .p-service__support-img {
    top: -30px;
    right: -10px;
    scale: 0.5;
  }
  .p-service__support-item:nth-of-type(2) .p-service__support-img {
    top: -30px;
    right: -15px;
    scale: 0.5;
  }
  .p-service__support-item:nth-of-type(3) .p-service__support-img {
    top: -30px;
    right: -62px;
    scale: 0.5;
  }
  .p-service__support-item:nth-of-type(4) .p-service__support-img {
    top: 0;
    right: 0;
    scale: 1;
    width: 200px;
  }
  .p-service__support-item:nth-of-type(5) .p-service__support-img {
    top: 30px;
    right: 10px;
    scale: 1;
    width: 120px;
    transform: rotate(20deg);
  }
}

.u-fade__up {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 1s;
}
.u-fade__up.active {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=app.css.map */