@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * 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: inherit; /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* z-index */
/* 絶対位置 */
/* 相対位置 */
:root {
  --sp-base: 600;
  --pc-base: 1920;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: normal;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

br.sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  br.sp-only {
    display: none;
  }
}

.l-inner {
  --padding-inline: 24px;
  --max-content-width: 1540px;
  width: min(100% - var(--padding-inline) * 2, var(--max-content-width));
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .l-inner {
    --padding-inline: 48px;
  }
}
@media screen and (min-width: 768px) {
  .l-inner {
    --padding-inline: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .l-inner {
    --padding-inline: 60px;
  }
}

.l-catalog__wrap {
  margin-block-start: 91px;
  width: min(100%, 1180px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-catalog__wrap {
    margin-block-start: 185px;
  }
}

.l-catalog__wrap--plan {
  width: min(100%, 1180px);
  margin-inline: auto;
}

.c-btn {
  --container-size: 348;
  position: relative;
  display: inline-block;
  inline-size: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1800cqi / var(--container-size), 1.125rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.27;
  padding-block: min(25 / var(--sp-base) * 100dvw, 25px);
  padding-inline: min(25 / var(--sp-base) * 100dvw, 25px);
  align-items: center;
  border: 2px solid transparent;
  border-radius: calc(infinity * 1px);
  text-align: center;
  background: #005eac;
  filter: drop-shadow(0px 12px 16px rgba(0, 0, 0, 0.16));
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
  container-type: inline-size;
}
@media (any-hover: hover) {
  .c-btn:hover::before {
    right: 22px;
  }
}
.c-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease;
}

.c-banner {
  --container-size: 479;
  display: block;
  inline-size: 100%;
  border-radius: 4px;
  background: #fff;
  padding: min(2000cqi / var(--container-size), 20px);
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.18);
  container-type: inline-size;
}
@media screen and (min-width: 1400px) {
  .c-banner {
    padding: min(2700cqi / var(--container-size), 27px);
  }
}

.c-banner__content {
  display: grid;
  grid-template-columns: 1fr 42%;
  gap: min(2500cqi / var(--container-size), 25px);
}

.c-banner__texts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: min(1200cqi / var(--container-size), 12px);
}
.c-banner__texts h2 {
  width: min(17600cqi / var(--container-size), 176px);
  margin-inline: auto;
  aspect-ratio: 176/81;
}
@media screen and (min-width: 1400px) {
  .c-banner__texts h2 {
    width: min(25000cqi / var(--container-size), 250px);
  }
}
.c-banner__texts h2 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.c-banner__texts p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1000cqi / var(--container-size), 0.625rem);
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .c-banner__texts p {
    font-size: min(1400cqi / var(--container-size), 0.875rem);
  }
}

.c-banner__img {
  width: 100%;
  aspect-ratio: 182/127;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .c-banner__img {
    aspect-ratio: 259/181;
  }
}
.c-banner__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.c-sticky-cta-btn {
  inline-size: 100%;
  height: 72px;
  display: grid;
  place-content: center;
  background-color: #005eac;
  border-radius: 4px 0 0 4px;
  padding-block: 10px;
  padding-inline: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  text-align: center;
  text-wrap: nowrap;
  color: #fff;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
}
.c-sticky-cta-btn span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.c-sticky-cta-btn svg {
  transition: all 0.3s ease;
}

.c-sticky-cta-btn--mail {
  background-color: #005eac;
}

.c-sticky-cta-btn--line {
  background-color: #00c300;
}
.c-sticky-cta-btn--line span {
  gap: 3px;
}

.c-top-title {
  font-weight: 600;
  font-size: 1.76rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-top-title {
    font-size: 2.625rem;
  }
}

.c-page-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 43px;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .c-page-title {
    font-size: 2.5rem;
  }
}

.c-catalog__desc {
  margin-block-end: 3em;
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 600px) {
  .c-catalog__desc {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-catalog__desc {
    margin-block-end: 98px;
  }
}

.c-catalog {
  --translateY: -26px;
  --container-size: 504;
  position: relative;
  display: block;
  padding-inline: min(38 / var(--sp-base) * 100dvw, 38px);
  border: 1px solid #5f9ccf;
  background-color: #005eac;
  container-type: inline-size;
}
@media screen and (min-width: 768px) {
  .c-catalog {
    --translateY: 0;
    padding-inline: min(33 / var(--pc-base) * 100dvw, 33px) min(14 / var(--pc-base) * 100dvw, 14px);
    padding-block-end: 10px;
    background-image: url(../img/plan_catalog_bg.webp);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .c-catalog {
    display: grid;
    grid-template-columns: 1fr 35%;
    align-items: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .c-catalog::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/plan_catalog_bg-pc.webp);
    background-position: center right;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.24;
  }
}
@media (any-hover: hover) {
  .c-catalog:hover .c-catalog__img img {
    scale: 1.1;
  }
  .c-catalog:hover .c-btn span::before {
    right: -1.2em;
  }
}

.c-catalog__container {
  position: relative;
  display: grid;
  grid-template-columns: 36% 1fr;
  align-items: flex-end;
  gap: min(2600cqi / var(--container-size), 26px);
  transform: translateY(var(--translateY));
}
@media screen and (min-width: 768px) {
  .c-catalog__container {
    grid-template-columns: 117px 1fr;
    align-items: center;
  }
}

.c-catalog__img {
  width: 100%;
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .c-catalog__img {
    transform: translateY(-28px);
    width: min(100%, 117px);
    aspect-ratio: 117/166;
  }
}
.c-catalog__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all 0.3s ease;
}

.c-catalog__text-block {
  color: #fff;
}

.c-catalog__title {
  padding-block-end: min(1000cqi / var(--container-size), 10px);
  border-block-end: 1px solid rgba(255, 255, 255, 0.17);
}
.c-catalog__title p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(1200cqi / var(--container-size), 0.75rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .c-catalog__title p {
    display: none;
  }
}
.c-catalog__title h2 {
  font-weight: 700;
  font-size: min(3000cqi / var(--container-size), 1.875rem);
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .c-catalog__title h2 {
    font-size: min(3600cqi / var(--container-size), 2.25rem);
  }
}

.c-catalog__text-wrap {
  padding-block-start: min(1600cqi / var(--container-size), 16px);
}
@media screen and (min-width: 768px) {
  .c-catalog__text-wrap {
    display: flex;
    align-items: center;
    gap: 2em;
  }
}

.c-catalog__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: min(2000cqi / var(--container-size), 1.25rem);
  line-height: 25px;
}

.c-catalog__text-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-catalog__text-pc {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: min(1300cqi / var(--container-size), 0.8125rem);
    line-height: 1.3;
  }
}

.c-catalog__btn {
  margin-block-start: 27px;
  transform: translateY(var(--translateY));
}
@media screen and (min-width: 768px) {
  .c-catalog__btn {
    margin-block-start: 0;
    display: flex;
    justify-content: flex-end;
  }
}
.c-catalog__btn .c-btn {
  position: static;
  background-color: #fd0;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .c-catalog__btn .c-btn {
    width: min(100%, 138px);
    font-size: min(1500cqi / var(--container-size), 0.9375rem);
    padding-block: min(8 / var(--pc-base) * 100dvw, 8px);
  }
}
.c-catalog__btn .c-btn::before {
  content: none;
}
.c-catalog__btn .c-btn span {
  position: relative;
}
.c-catalog__btn .c-btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1em;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #161616;
  border-right: 2px solid #161616;
  transition: all 0.3s ease;
}

.c-breadcrumb {
  padding-block: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  background: #fafafa;
}

.c-breadcrumb__container {
  width: min(100% - 34px, 1756px);
  margin-inline: auto;
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-inline: 20px;
  color: #707070;
}
.c-breadcrumb__item a {
  transition: color 0.3s ease;
}
.c-breadcrumb__item a:hover {
  text-decoration: underline;
}

.p-header {
  --container-size: 1920;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: fit-content;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding-inline-start: 11px;
  z-index: 99;
  container-type: inline-size;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-header {
    box-shadow: none;
    padding-inline: 16px 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-header {
    padding-inline: 40px 20px;
  }
}

.p-header.is-hidden {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo {
  width: min(266 / var(--sp-base) * 100dvw, 266px);
  aspect-ratio: 266/41;
}

.p-header__nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
@media screen and (min-width: 600px) {
  .p-header__nav {
    width: 50%;
    padding-inline-end: 17px;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    width: 60%;
  }
}
@media screen and (min-width: 1200px) {
  .p-header__nav {
    width: fit-content;
    padding-inline-end: 0;
    justify-content: unset;
  }
}

.p-header__list {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__list {
    display: flex;
    align-items: center;
  }
}

.p-header__item a {
  padding-inline: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
  transition: all 0.3s ease;
}
.p-header__item a:hover {
  opacity: 0.6;
}

.p-header__item:not(:last-child) a {
  border-inline-end: 1px solid rgba(0, 0, 0, 0.34);
}

.p-header__tel {
  display: flex;
  flex-direction: column;
}
.p-header__tel a {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  font-family: Arial;
  font-weight: bold;
  font-size: min(27 / var(--sp-base) * 100dvw, 1.6875rem);
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #005eac;
}
@media screen and (min-width: 1200px) {
  .p-header__tel a {
    font-size: min(4100cqi / var(--container-size), 2.5625rem);
  }
}
.p-header__tel img {
  width: min(26 / var(--sp-base) * 100dvw, 26px);
  aspect-ratio: 26/17;
  object-fit: contain;
}
@media screen and (min-width: 1200px) {
  .p-header__tel img {
    width: 39px;
    aspect-ratio: 39/26;
  }
}
.p-header__tel p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(9 / var(--sp-base) * 100dvw, 9px);
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #161616;
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .p-header__tel p {
    font-size: min(1000cqi / var(--container-size), 0.625rem);
  }
}

.p-header__cta-btn-wrap {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__cta-btn-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}

.p-header__cta-btn {
  inline-size: fit-content;
  height: 72px;
  display: grid;
  place-content: center;
  background-color: #005eac;
  border-radius: 0px 0px 4px 4px;
  padding-block: 10px;
  padding-inline: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.6875rem;
  text-align: center;
  text-wrap: nowrap;
  color: #fff;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
}
.p-header__cta-btn span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 9px;
}
.p-header__cta-btn svg {
  transition: all 0.3s ease;
}
.p-header__cta-btn:hover svg {
  scale: 1.1;
}

.p-header__cta-btn--mail {
  background-color: #005eac;
}

.p-header__cta-btn--line {
  background-color: #00c300;
}
.p-header__cta-btn--line span {
  gap: 3px;
}

.p-header__drawer-btn {
  width: min(83 / var(--sp-base) * 100dvw, 83px);
  aspect-ratio: 1/1;
  background-color: #005eac;
  display: grid;
  place-content: center;
}
@media screen and (min-width: 1200px) {
  .p-header__drawer-btn {
    display: none;
  }
}

.p-header__pc-nav {
  display: none;
}
@media screen and (min-width: 1200px) {
  .p-header__pc-nav {
    display: block;
    padding-block: 40px;
  }
}

.p-header__pc-nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-header__pc-nav-item a {
  padding-inline: 2em;
  border-inline-end: 1px solid #ccc;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: min(2000cqi / var(--container-size), 1.0625rem);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  color: #000;
  transition: all 0.3s ease;
}
.p-header__pc-nav-item a:hover {
  opacity: 0.6;
}

.p-header__pc-nav-item:first-child a {
  border-inline-start: 1px solid #ccc;
}

.p-drawer__btn {
  position: relative;
  width: 42px;
  height: 30px;
  display: grid;
  place-content: center;
  background: #005eac;
  user-select: none;
  touch-action: manipulation;
  cursor: pointer;
}

.p-drawer__btn-bar {
  position: relative;
  display: block;
  width: 42px;
  height: 2px;
  background: #fff;
  transition: background 0.3s;
}

.p-drawer__btn-bar:before,
.p-drawer__btn-bar:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transition: transform 0.3s;
}

.p-drawer__btn-bar:before {
  transform: translateY(-11px);
}
@media screen and (min-width: 600px) {
  .p-drawer__btn-bar:before {
    transform: translateY(-14px);
  }
}

.p-drawer__btn-bar:after {
  transform: translateY(11px);
}
@media screen and (min-width: 600px) {
  .p-drawer__btn-bar:after {
    transform: translateY(14px);
  }
}

.p-drawer__btn[aria-expanded=true] .p-drawer__btn-bar:before {
  transform: rotate(45deg);
}

.p-drawer__btn[aria-expanded=true] .p-drawer__btn-bar {
  background: transparent;
}

.p-drawer__btn[aria-expanded=true] .p-drawer__btn-bar:after {
  transform: rotate(-45deg);
}

/* ドロワーナビゲーション */
.p-drawer__nav {
  /* 初期は非表示 */
  display: none;
  visibility: hidden;
  pointer-events: none;
  z-index: 98;
}

/* ドロワーオープン時のスタイル */
.p-drawer__nav.is-active {
  position: fixed;
  top: 0;
  left: 0;
  display: grid;
  padding-block: 100px 60px;
  visibility: visible;
  pointer-events: auto;
  width: 100vw;
  height: 100dvh;
  background: #005eac;
  overflow-y: auto;
}
@media screen and (min-width: 600px) {
  .p-drawer__nav.is-active {
    padding-block: 167px 145px;
  }
}

.p-drawer__nav-inner {
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .p-drawer__nav-inner {
    width: calc(100% - 120px);
  }
}

.p-drawer__nav-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
  column-gap: 1em;
}
@media screen and (min-width: 600px) {
  .p-drawer__nav-links {
    column-gap: 2em;
  }
}

.p-drawer__nav-link {
  --arrow-size: min(calc(7 / var(--sp-base) * 100dvw), 7px);
}
.p-drawer__nav-link a {
  position: relative;
  padding-inline-start: 23px;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-drawer__nav-link a {
    font-size: min(22 / var(--sp-base) * 100dvw, 1.375rem);
  }
}
.p-drawer__nav-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-drawer__nav-btn-wrap {
  margin-block-start: 40px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: min(24 / var(--sp-base) * 100dvw, 24px);
}

.p-drawer__nav-btn {
  inline-size: 100%;
  min-height: 60px;
  display: grid;
  place-content: center;
  padding-block: min(23 / var(--sp-base) * 100dvw, 23px);
  padding-inline: min(25 / var(--sp-base) * 100dvw, 25px);
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.16);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: min(18 / var(--sp-base) * 100dvw, 1.125rem);
  letter-spacing: 0.05em;
  line-height: 1.27;
  text-align: center;
  color: #005eac;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .p-drawer__nav-btn {
    height: 86px;
  }
}
.p-drawer__nav-btn span {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0.5em;
}
.p-drawer__nav-btn p {
  inline-size: fit-content;
}

.p-drawer__nav-btn--mail {
  background-color: #fff;
}
.p-drawer__nav-btn--mail svg {
  width: min(32 / var(--sp-base) * 100dvw, 32px);
}

.p-drawer__nav-btn--line {
  background-color: #00c300;
  font-size: min(19 / var(--sp-base) * 100dvw, 19px);
  color: #fff;
}
.p-drawer__nav-btn--line svg {
  width: min(39 / var(--sp-base) * 100dvw, 39px);
}
.p-drawer__nav-btn--line p {
  transform: translateY(-2px);
}

.p-drawer__nav-banner {
  --container-size: 479;
  margin-block-start: 36px;
}

.p-drawer__nav-bottom {
  margin-block-start: 40px;
}

.p-drawer__nav-bottom-links {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
}

.p-drawer__nav-bottom-link {
  --arrow-size: min(calc(7 / var(--sp-base) * 100dvw), 7px);
}
.p-drawer__nav-bottom-link a {
  position: relative;
  padding-inline-start: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-drawer__nav-bottom-link a {
    font-size: min(16 / var(--sp-base) * 100dvw, 16px);
  }
}
.p-drawer__nav-bottom-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.p-footer {
  --max-contents-width: 1540px;
  padding-block-start: 70px;
}
@media screen and (min-width: 900px) {
  .p-footer {
    padding-block-start: 100px;
  }
}

.p-footer__inner {
  position: relative;
  width: min(100% - 40px, var(--max-contents-width));
  margin-inline: auto;
}

.p-footer__logo {
  width: min(100%, 494px);
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-footer__logo {
    width: min(100%, 447px);
    margin-inline: 0 auto;
  }
}
.p-footer__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-footer__contents {
  margin-block-start: 40px;
  display: grid;
  gap: 50px;
}
@media screen and (min-width: 900px) {
  .p-footer__contents {
    grid-template-columns: repeat(3, auto);
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__contents {
    padding-inline: 25px;
  }
}

.p-footer__block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 900px) {
  .p-footer__block {
    align-items: start;
  }
}

.p-footer__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (min-width: 600px) {
  .p-footer__info {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 900px) {
  .p-footer__info {
    font-size: 1rem;
  }
}

.p-footer__info-row {
  display: grid;
  grid-template-columns: auto 1fr;
}

.p-footer__line {
  margin-block-start: 55px;
}
@media screen and (min-width: 900px) {
  .p-footer__line {
    margin-block-start: 36px;
  }
}
.p-footer__line svg {
  width: 75.62px;
  height: 75.62px;
}
@media screen and (min-width: 900px) {
  .p-footer__line svg {
    width: 50px;
    height: 50px;
  }
}

.p-footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em;
}
@media screen and (min-width: 900px) {
  .p-footer__list {
    column-gap: 3em;
  }
}
@media screen and (min-width: 1200px) {
  .p-footer__list {
    column-gap: 10em;
  }
}

.p-footer__item a {
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.p-footer__item a:hover {
  opacity: 0.6;
}

.p-footer__logo-jit {
  width: 85px;
  height: 86px;
}
.p-footer__logo-jit img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-footer__bottom {
  margin-block-start: 100px;
  width: min(100% - 40px, var(--max-contents-width));
  margin-inline: auto;
}
@media screen and (min-width: 900px) {
  .p-footer__bottom {
    margin-block-start: 154px;
  }
}

.p-footer__bottom-list {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: center;
}
@media screen and (min-width: 900px) {
  .p-footer__bottom-list {
    justify-content: start;
  }
}
.p-footer__bottom-list li {
  margin-right: 16px;
}
.p-footer__bottom-list li:last-child {
  margin-right: 0;
}

.p-footer__bottom-item a {
  position: relative;
  padding-inline-start: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.8125rem;
  transition: all 0.3s ease;
}
.p-footer__bottom-item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1.5px solid #161616;
  border-right: 1.5px solid #161616;
}
.p-footer__bottom-item a:hover {
  opacity: 0.6;
}

.p-footer__bottom-copyright {
  margin-block-start: 26px;
  padding-block: 21px;
  border-block-start: 1px solid #d4d4d4;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .p-footer__bottom-copyright {
    margin-block-start: 16px;
    padding-block: 24px;
  }
}
.p-footer__bottom-copyright small {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.5625rem;
  line-height: 2.6;
}

.p-footer__top-btn {
  display: none;
}
@media screen and (min-width: 900px) {
  .p-footer__top-btn {
    position: absolute;
    display: block;
    top: 0;
    right: 40px;
  }
}
.p-footer__top-btn a {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 0.75em;
}
.p-footer__top-btn svg {
  transition: all 0.3s ease;
}
.p-footer__top-btn a:hover svg {
  transform: translateY(-5px);
}
.p-footer__top-btn span {
  width: 13px;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  transform: rotate(90deg);
}

.p-cta {
  padding-block: 74px;
  padding-inline: 20px;
  background: #005eac;
}
@media screen and (min-width: 600px) {
  .p-cta {
    padding-inline: 55px;
  }
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-block: 90px;
  }
}

.p-cta__contents {
  display: grid;
  gap: 46px;
}
@media screen and (min-width: 900px) {
  .p-cta__contents {
    width: min(100%, 1275px);
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 71px;
  }
}

.p-cta-card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.p-cta-card:hover .p-cta-card__img img {
  transform: scale(1.06);
}
.p-cta-card:hover .p-cta-card__title-group::after {
  right: -3px;
}

.p-cta-card__img {
  width: 100%;
  aspect-ratio: 491/281;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-cta-card__img {
    aspect-ratio: 602/281;
    border-radius: 4px;
  }
}
.p-cta-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.3s ease;
}

.p-cta-card__texts {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: auto;
  padding: 12px 16px 12px 16px;
  border-radius: 0px 8px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta-card__texts {
    width: 40%;
  }
}

.p-cta-card__title-group {
  position: relative;
}
.p-cta-card__title-group h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.375rem;
  line-height: 1;
  color: #161616;
}
.p-cta-card__title-group p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.625rem;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #005eac;
}
.p-cta-card__title-group::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #005eac;
  border-right: 2px solid #005eac;
  transition: all 0.3s ease;
}

.p-sticky-cta-btn {
  position: fixed;
  bottom: 3%;
  right: 0;
  z-index: 97;
}
@media screen and (min-width: 768px) {
  .p-sticky-cta-btn {
    display: none;
    visibility: hidden;
  }
}

.p-sticky-cta-btn__container {
  display: grid;
  gap: 10px;
}

.p-page-cta {
  margin-block-end: 60px;
  padding-block: 25px;
  padding-inline: 20px;
  border-radius: 4px;
  background: #005eac;
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 600px) {
  .p-page-cta {
    padding-block: 35px;
    padding-inline: 43px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-cta {
    margin-block-end: 113px;
    width: min(100%, 1200px);
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-cta {
    grid-template-columns: 1fr 250px;
    align-items: flex-end;
  }
}

.p-page-cta__wrap {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-cta__wrap {
    grid-template-columns: 204px 1fr;
    gap: 47px;
  }
}

.p-page-cta__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-page-cta__body h2 {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-page-cta__body h2 {
    font-size: 2.625rem;
  }
}
.p-page-cta__body p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-page-cta__body p {
    font-size: 1.125rem;
  }
}

.p-page-cta__btn-wrap {
  width: 100%;
}
.p-page-cta__btn-wrap .c-btn {
  font-size: min(1700cqi / var(--container-size), 1.0625rem);
  background-color: #fff;
  color: #005eac;
}
.p-page-cta__btn-wrap .c-btn::before {
  border-top: 2px solid #005eac;
  border-right: 2px solid #005eac;
}

.p-page-fv {
  position: relative;
  width: 100vw;
  height: auto;
}

.p-page-fv__img {
  position: relative;
  aspect-ratio: 600/166;
}
@media screen and (min-width: 768px) {
  .p-page-fv__img {
    aspect-ratio: 1920/227;
  }
}
.p-page-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-page-fv__img::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(0px);
  --webkit-backdrop-filter: blur(0px);
  background-color: rgba(0, 0, 0, 0.31);
}

.p-page-fv__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.2;
  color: #fff;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-page-fv__title {
    letter-spacing: 0.05em;
    font-size: 2.5rem;
  }
}

@media screen and (min-width: 768px) {
  body.single-plans .p-page-fv {
    display: none !important;
  }
}

.p-fv {
  --header-height: 83px;
  position: relative;
  width: 100vw;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) {
  .p-fv {
    width: calc(100% - 60px);
    height: calc(80vh - 175px);
    margin-inline: auto;
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv {
    width: calc(100% - 160px);
  }
}
.p-fv::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0.78) 32.15%, rgba(255, 255, 255, 0) 100%);
}

.p-fv__img {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    border-radius: 50px;
  }
}
.p-fv__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-fv__contents {
  position: absolute;
  top: 56px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 50px);
  display: grid;
  gap: min(26 / var(--sp-base) * 100dvw, 26px);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-fv__contents {
    top: 50%;
    transform: translate(-50%, -60%);
    justify-items: start;
    gap: min(45 / var(--pc-base) * 100dvw, 45px);
  }
}

.p-fv__title {
  display: grid;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    text-align: left;
  }
}
.p-fv__title p {
  font-size: min(18 / var(--sp-base) * 100dvw, 1.125rem);
  letter-spacing: 0.1em;
  line-height: 1.38;
}
@media screen and (min-width: 768px) {
  .p-fv__title p {
    font-size: min(28 / var(--pc-base) * 100dvw, 1.75rem);
    line-height: 1.5;
  }
}
.p-fv__title h1 {
  font-size: min(43 / var(--sp-base) * 100dvw, 2.9375rem);
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-wrap: nowrap;
}
@media screen and (min-width: 600px) {
  .p-fv__title h1 {
    font-size: min(47 / var(--sp-base) * 100dvw, 2.9375rem);
  }
}
@media screen and (min-width: 768px) {
  .p-fv__title h1 {
    font-size: min(74 / var(--pc-base) * 100dvw, 4.625rem);
    line-height: 1.36;
  }
}

.p-fv__btn {
  width: min(100% - 60px, 342px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-fv__btn {
    width: min(100% - 60px, 348px);
    margin-inline: 0;
  }
}

.p-fv__banner {
  --container-size: 479;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: calc(100% - 40px);
  transform: translate(-50%, 40%);
  z-index: 3;
}
@media screen and (min-width: 600px) {
  .p-fv__banner {
    width: calc(100% - 120px);
  }
}
@media screen and (min-width: 768px) {
  .p-fv__banner {
    left: 93%;
    transform: translate(-100%, 35%);
    width: min(100% - 120px, 382px);
  }
}
@media screen and (min-width: 1400px) {
  .p-fv__banner {
    width: min(100% - 120px, 682px);
  }
}

.p-top-news {
  padding-block: 120px 80px;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding-block: 160px;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__contents {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-news__title {
    text-align: left;
    text-wrap: nowrap;
    white-space: nowrap;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
  }
}

.p-top-news__container {
  margin-block-start: 32px;
}
@media screen and (min-width: 768px) {
  .p-top-news__container {
    margin-block-start: 0;
    padding-block-start: 50px;
  }
}

.p-top-news__list {
  display: grid;
}

.p-top-news-article a {
  display: grid;
  gap: 5px;
  padding-block: 13px;
  border-block-end: 1px solid #e3e3e3;
  font-family: "Noto Sans JP", sans-serif;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-top-news-article a {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 5em;
    padding-block: 19px;
  }
}
.p-top-news-article a:hover {
  opacity: 0.6;
}

.p-top-news-article__date {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.p-top-news-article__title {
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.375;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-top-news__btn-wrap {
  margin-block-start: 24px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn-wrap {
    margin-block-start: 51px;
  }
}

.p-top-news__btn {
  position: relative;
  display: inline block;
  padding-inline-end: 10px;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #161616;
  text-align: right;
  transition: all 0.3s ease;
}
.p-top-news__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s ease;
}
.p-top-news__btn::after {
  content: "";
  position: absolute;
  bottom: -7.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.p-top-news__btn:hover::before {
  right: -0.3em;
}

.p-feature {
  overflow: hidden;
  padding-block: 0 92px;
}
@media screen and (min-width: 768px) {
  .p-feature {
    padding-block: 0 139px;
  }
}

.p-feature__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 700;
  font-size: 2.4rem;
  text-align: center;
  color: #005eac;
  line-height: 1;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 3.5rem;
  }
}
.p-feature__title span {
  font-weight: 600;
  font-size: 1.375rem;
  letter-spacing: 0.03em;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-feature__title span {
    transform: translateX(-0.5em);
    font-size: 1.875rem;
  }
}

.p-feature__container {
  margin-block-start: 77px;
}
@media screen and (min-width: 768px) {
  .p-feature__container {
    margin-block-start: 117px;
  }
}

.p-feature__list {
  display: grid;
  gap: 90px;
}
@media screen and (min-width: 768px) {
  .p-feature__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature__list {
    gap: 56px;
  }
}

.p-feature-card {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature-card {
    --container-size: 476;
    container-type: inline-size;
  }
}

.p-feature-card__number {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 73px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: #005eac;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-feature-card__number {
    width: min(7300cqi / var(--container-size), 73px);
    font-size: min(1100cqi / var(--container-size), 0.6875rem);
  }
}
.p-feature-card__number p {
  display: grid;
}
.p-feature-card__number span {
  display: block;
}
.p-feature-card__number span:last-child {
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-feature-card__number span:last-child {
    font-size: min(3000cqi / var(--container-size), 1.875rem);
  }
}

.p-feature-card__img {
  width: 100%;
  border-radius: 8px;
}
.p-feature-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-feature-card__title {
  margin-block-start: 0.65em;
  font-weight: 600;
  font-size: 2.2rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #005eac;
}
@media screen and (min-width: 768px) {
  .p-feature-card__title {
    margin-block-start: 0.6em;
    font-size: min(4400cqi / var(--container-size), 2.75rem);
  }
}

.p-feature-card__text {
  margin-block-start: 1.25em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-feature-card__text {
    margin-block-start: 1.3125em;
    font-size: min(1600cqi / var(--container-size), 1rem);
  }
}

.p-feature-card-lg {
  margin-block-start: 69px;
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg {
    --container-size: 476;
    container-type: inline-size;
  }
}

.p-feature-card-lg__number {
  width: 73px;
  margin-inline: auto;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background-color: #005eac;
  font-size: 0.6875rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__number {
    width: min(7300cqi / var(--container-size), 73px);
    font-size: min(1100cqi / var(--container-size), 0.6875rem);
  }
}
.p-feature-card-lg__number p {
  display: grid;
}
.p-feature-card-lg__number span {
  display: block;
}
.p-feature-card-lg__number span:last-child {
  font-size: 1.875rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__number span:last-child {
    font-size: min(3000cqi / var(--container-size), 1.875rem);
  }
}

.p-feature-card-lg__title {
  margin-block-start: 0.5em;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
  color: #005eac;
}
@media screen and (min-width: 600px) {
  .p-feature-card-lg__title {
    font-size: 2.75rem;
  }
}

.p-feature-card-lg__text {
  margin-block-start: 0.8125em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-feature-card-lg__text {
    font-size: 1rem;
  }
}
.p-feature-card-lg__text span {
  display: inline-block;
}

.p-feature-card-lg__container {
  margin-block-start: 90px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .p-feature-card-lg__container {
    margin-block-start: 118px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__container {
    margin-block-start: 110px;
  }
}
.p-feature-card-lg__container::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -30%);
  width: 100vw;
  aspect-ratio: 600/202;
  background: url(../img/p-feature-card-lg_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__container::before {
    width: min(100vw, 1540px);
    aspect-ratio: 1540/202;
    transform: translate(-50%, -35%);
    border-radius: 8px 8px 0px 0px;
  }
}

.p-feature-card-lg__list {
  --columns: 2;
  --gap: 20px;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap);
}
.p-feature-card-lg__list .p-feature-card-lg__item:nth-child(odd):last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
}
@media screen and (min-width: 600px) {
  .p-feature-card-lg__list {
    --gap: 54px;
  }
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__list {
    --columns: auto-fit;
    --gap: 31px;
    grid-template-columns: repeat(auto-fit, minmax(180px, 180px));
    justify-content: center;
  }
  .p-feature-card-lg__list .p-feature-card-lg__item:nth-child(odd):last-child {
    grid-column: auto;
    justify-self: auto;
    width: auto;
  }
}

.p-feature-card-lg__item a {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__item a {
    gap: 25px;
  }
}
.p-feature-card-lg__item a:hover .p-feature-card-lg__item-img img {
  scale: 1.06;
}

.p-feature-card-lg__item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  overflow: hidden;
}
.p-feature-card-lg__item-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: all 0.3s ease;
}

.p-feature-card-lg__item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__item-title {
    letter-spacing: 0.03em;
    font-size: 1rem;
  }
}

.p-feature-card-lg__btn {
  margin-block-start: 78px;
  width: min(100%, 453px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-feature-card-lg__btn {
    margin-block-start: 72px;
  }
}
.p-feature-card-lg__btn .c-btn {
  background-color: #000;
}

.p-feature__interview {
  margin-block-start: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-feature__interview {
    margin-block-start: 120px;
  }
}

.p-feature__interview-title {
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-feature__interview-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-feature__interview-title {
    font-size: 2.25rem;
  }
}
.p-feature__interview-title span {
  display: inline-block;
}

.p-feature__interview-wrap {
  margin-block-start: 33px;
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .p-feature__interview-wrap {
    margin-block-start: 69px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-feature__interview-wrap {
    width: min(100%, 1034px);
    margin-inline: auto;
    gap: 96px;
  }
}

.p-feature__interview-youtube {
  width: 100%;
}
.p-feature__interview-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-top-plan {
  padding-block: 72px;
  background: #005eac;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-plan {
    padding-block: 138px 156px;
  }
}

.p-top-plan__inner {
  --padding-inline: 24px;
  --max-content-width: 1540px;
  width: min(100% - var(--padding-inline) * 2, var(--max-content-width));
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-plan__inner {
    --padding-inline: 30px;
    width: 100%;
  }
}

.p-top-plan__title {
  color: #fff;
}

.p-top-plan__swiper-outer {
  position: relative;
}

.p-top-plan__swiper {
  padding-block: 70px 57px;
  width: calc(100% - 60px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-plan__swiper {
    width: 100%;
    padding-block: 98px 88px;
  }
}

.p-top-plan-item {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-top-plan-item {
    --container-size: 544;
    container-type: inline-size;
  }
}

.p-top-plan-item__img {
  width: 100%;
  aspect-ratio: 452/300;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-plan-item__img {
    aspect-ratio: 544/363;
  }
}
.p-top-plan-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-top-plan-item__title {
  margin-block-start: 1.25em;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-top-plan-item__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-plan-item__title {
    font-size: min(2800cqi / var(--container-size), 1.75rem);
  }
}

.p-top-plan-item__price {
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-top-plan-item__price {
    font-size: 1.1875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-plan-item__price {
    font-size: min(1900cqi / var(--container-size), 1.1875rem);
  }
}

.swiper-button-prev,
.swiper-button-next {
  margin: 0;
  padding-inline: 0;
  top: 35%;
}

/* 矢印 */
.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 1.75rem;
  color: #fff;
}

.swiper-button-prev {
  left: -10px;
}
@media screen and (min-width: 768px) {
  .swiper-button-prev {
    left: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-prev {
    left: 33%;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-button-prev {
    left: 34%;
  }
}

.swiper-button-next {
  right: -10px;
}
@media screen and (min-width: 768px) {
  .swiper-button-next {
    right: 22%;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-button-next {
    right: 33%;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-button-next {
    right: 34%;
  }
}

@media screen and (min-width: 768px) {
  .p-top-plan__swiper .swiper-slide {
    opacity: 0.5;
    transition: transform 0.3s, opacity 0.3s;
    transform: scale(1);
  }
}

@media screen and (min-width: 768px) {
  .p-top-plan__swiper .swiper-slide-active {
    opacity: 1;
    transform: scale(1.2);
  }
}
@media screen and (min-width: 1400px) {
  .p-top-plan__swiper .swiper-slide-active {
    transform: scale(1.3);
  }
}

.p-top-plan__btn-container {
  display: grid;
  gap: 27px;
}
@media screen and (min-width: 768px) {
  .p-top-plan__btn-container {
    width: min(100%, 676px);
    margin-inline: auto;
    grid-template-columns: repeat(2, auto);
  }
}

.p-top-plan__btn--plan .c-btn {
  background-color: #000;
}

.p-top-plan__btn--estimate .c-btn {
  background-color: #fff;
  color: #005eac;
}
.p-top-plan__btn--estimate .c-btn::before {
  border-top-color: #005eac;
  border-right-color: #005eac;
}

.p-top-plan__catalog-container {
  margin-block-start: 100px;
  width: min(100%, 1180px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-plan__catalog-container {
    margin-block-start: 130px;
  }
}

.p-top-plan__service {
  margin-block-start: 44px;
  border-radius: 8px;
  background: #fff;
  padding-block: 44px 32px;
  padding-inline: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-plan__service {
    margin-block-start: 124px;
    padding-block: 65px 47px;
  }
}

.p-top-plan__service-title {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #005eac;
}
@media screen and (min-width: 600px) {
  .p-top-plan__service-title {
    line-height: 1.75;
    letter-spacing: 0.05em;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-plan__service-title {
    font-size: 2rem;
  }
}

.p-top-plan__service-note {
  margin-block-start: 1.86em;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #005eac;
}
@media screen and (min-width: 600px) {
  .p-top-plan__service-note {
    line-height: 1.8;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-plan__service-note {
    margin-block-start: 1.16em;
    font-size: 1.125rem;
  }
}
.p-top-plan__service-note span {
  display: inline-block;
}

.p-top-plan__service-list {
  --container-size: 454;
  margin-block-start: 24px;
  display: grid;
  gap: 20px;
  container-type: inline-size;
}
@media screen and (min-width: 1200px) {
  .p-top-plan__service-list {
    margin-block-start: 28px;
    width: min(100%, 1140px);
    margin-inline: auto;
    grid-template-columns: repeat(3, auto);
    gap: 36px;
  }
}

.p-top-plan__service-item {
  display: grid;
  align-items: center;
  border-radius: 48px;
  background: #005eac;
  padding-block: min(2000cqi / var(--container-size), 20px);
  color: #fff;
  font-weight: 700;
}
.p-top-plan__service-item:nth-child(1) small {
  font-size: min(1400cqi / var(--container-size), 0.875rem);
  letter-spacing: 0.03em;
}
.p-top-plan__service-item:nth-child(1) p {
  font-size: min(3600cqi / var(--container-size), 2.25rem);
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.p-top-plan__service-item:nth-child(2) {
  display: grid;
  place-content: center;
}
.p-top-plan__service-item:nth-child(2) span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px;
}
.p-top-plan__service-item:nth-child(2) p {
  font-size: min(2000cqi / var(--container-size), 1.25rem);
  line-height: 1.3;
}
.p-top-plan__service-item:nth-child(2) em {
  font-style: normal;
  font-size: min(4800cqi / var(--container-size), 3rem);
  line-height: 0.75;
}
.p-top-plan__service-item:nth-child(2) small {
  margin-inline-start: 0.2em;
  font-size: min(3200cqi / var(--container-size), 2rem);
  letter-spacing: 0.03em;
}
.p-top-plan__service-item:nth-child(3) p {
  font-size: min(2800cqi / var(--container-size), 1.75rem);
}
@media screen and (min-width: 768px) {
  .p-top-plan__service-item:nth-child(3) p {
    font-size: min(2400cqi / var(--container-size), 1.5rem);
  }
}
.p-top-plan__service-item:nth-child(3) small {
  font-size: min(1400cqi / var(--container-size), 0.875rem);
}

.p-top-plan__service-link-wrap {
  margin-block-start: 38px;
}
@media screen and (min-width: 768px) {
  .p-top-plan__service-link-wrap {
    margin-block-start: 34px;
  }
}

.p-top-plan__service-link {
  --arrow-size: min(calc(7 / var(--sp-base) * 100dvw), 7px);
  position: relative;
  padding-inline-end: 1em;
  padding-block-end: 4px;
  border-block-end: 1px solid rgba(0, 94, 172, 0.31);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.05;
  color: #005eac;
  transition: all 0.3s ease;
}
.p-top-plan__service-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: 1px solid #005eac;
  border-right: 1px solid #005eac;
  transition: all 0.3s ease;
}
.p-top-plan__service-link:hover {
  opacity: 0.6;
}
.p-top-plan__service-link:hover::before {
  right: -3px;
}

.p-flow {
  padding-block: 85px 90px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-block: 134px 174px;
  }
}

.p-flow__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 2.75rem;
  }
}

.p-flow__text {
  margin-block-start: 2.125em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1.125rem;
  }
}

.p-flow__note {
  margin-block-start: 2.28em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__note {
    margin-block-start: 1.9em;
  }
}

.p-flow__sp-flow-container {
  margin-block-start: 42px;
}
@media screen and (min-width: 1400px) {
  .p-flow__sp-flow-container {
    display: none;
  }
}

.p-flow__sp-flow {
  --gutter: 40px;
  --blockArrowSize: 20px;
  margin-block-start: var(--blockArrowSize);
  display: grid;
  grid-template-columns: 53px 1fr;
  gap: var(--gutter);
}
@media screen and (min-width: 600px) {
  .p-flow__sp-flow {
    --gutter: 61px;
  }
}

.p-flow__sp-flow-bar {
  --barBg: #005eac;
  position: relative;
  width: 100%;
  height: 100%;
  padding-block: 23px;
  padding-inline: 16px;
  background-color: var(--barBg);
}
.p-flow__sp-flow-bar p {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #fff;
  text-wrap: nowrap;
  white-space: nowrap;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
}
.p-flow__sp-flow-bar p span {
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal;
}
.p-flow__sp-flow-bar::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-left: 26.5px solid transparent;
  border-right: 26.5px solid transparent;
  border-top: var(--blockArrowSize) solid var(--barBg);
}
.p-flow__sp-flow-bar[data-bar="2"] {
  --barBg: #6a8ca8;
}
.p-flow__sp-flow-bar[data-bar="3"] {
  --barBg: #b3bec7;
}

.p-flow__sp-flow-list {
  display: grid;
  gap: 20px;
  padding-block: 20px;
}

.p-flow__sp-flow-title {
  position: relative;
  padding-block: 18px;
  padding-inline: 34px;
  border-radius: 4px;
  background: #ebebeb;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #161616;
}
.p-flow__sp-flow-title::before {
  position: absolute;
  content: attr(data-number);
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
  width: 36px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  background-color: #005eac;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
}
.p-flow__sp-flow-title::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translate(-100%, -50%);
  width: var(--gutter);
  height: 1px;
  border: 1px dashed #c4c4c4;
  z-index: -1;
}
.p-flow__sp-flow-title[data-number="5"]::before, .p-flow__sp-flow-title[data-number="6"]::before, .p-flow__sp-flow-title[data-number="7"]::before, .p-flow__sp-flow-title[data-number="8"]::before, .p-flow__sp-flow-title[data-number="9"]::before {
  background-color: #6a8ca8;
}

.p-flow__sp-flow-text {
  margin-block-start: 16px;
}
.p-flow__sp-flow-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.72;
}
.p-flow__sp-flow-text p + * {
  margin-block-start: 1em;
}

.p-flow__sp-flow-tel {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.75rem;
  line-height: 2;
  color: #005eac;
}
.p-flow__sp-flow-tel a {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 1;
}
.p-flow__sp-flow-tel p:last-child {
  font-size: 0.75rem;
  line-height: 2;
  color: #000;
}

.p-flow__pc-flow-container {
  display: none;
}
@media screen and (min-width: 1400px) {
  .p-flow__pc-flow-container {
    margin-block-start: 56px;
    width: min(100%, 1374px);
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, auto);
  }
}

.p-flow__pc-flow {
  --gutter: 65px;
  --blockArrowSize: 20px;
  margin-inline-start: var(--blockArrowSize);
  display: grid;
  grid-template-rows: 53px 1fr;
  gap: var(--gutter);
}

.p-flow__pc-flow-bar {
  --barBg: #005eac;
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  place-content: center;
  padding-block: 16px;
  background-color: var(--barBg);
}
.p-flow__pc-flow-bar p {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
  color: #fff;
}
.p-flow__pc-flow-bar::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  border-top: 26.5px solid transparent;
  border-bottom: 26.5px solid transparent;
  border-left: var(--blockArrowSize) solid var(--barBg);
  border-right: none;
}
.p-flow__pc-flow-bar[data-bar="2"] {
  --barBg: #6a8ca8;
}
.p-flow__pc-flow-bar[data-bar="3"] {
  --barBg: #b3bec7;
}

.p-flow__pc-flow-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: center;
  gap: 47px;
}
.p-flow__pc-flow-list[data-list="2"] {
  grid-template-columns: repeat(3, auto);
  gap: 19px;
}
.p-flow__pc-flow-list[data-list="3"] {
  grid-template-columns: repeat(2, auto);
  gap: 31px;
}

.p-flow__pc-flow-item {
  position: relative;
}

.p-flow__pc-flow-title {
  position: relative;
  width: fit-content;
  height: 258px;
  padding-block: 32px;
  padding-inline: 39px;
  border-radius: 4px;
  background: #ebebeb;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.1em;
  line-height: 1.25;
  color: #161616;
  text-wrap: nowrap;
  white-space: nowrap;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
}
.p-flow__pc-flow-title::before {
  position: absolute;
  content: attr(data-number);
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
  aspect-ratio: 1/1;
  display: grid;
  place-content: center;
  background-color: #005eac;
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal;
}
.p-flow__pc-flow-title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  width: 1px;
  height: var(--gutter);
  border: 1px dashed #c4c4c4;
  z-index: -1;
}
.p-flow__pc-flow-title[data-number="5"]::before, .p-flow__pc-flow-title[data-number="6"]::before, .p-flow__pc-flow-title[data-number="7"]::before {
  background-color: #6a8ca8;
}
.p-flow__pc-flow-title[data-number="8"]::before, .p-flow__pc-flow-title[data-number="9"]::before {
  background-color: #b0bbc4;
}

.p-flow__pc-tooltip {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(0, 50%);
  min-width: 360px;
  max-width: 400px;
  border-radius: 8px;
  background: #005eac;
  box-shadow: 12px 12px 26px rgba(0, 0, 0, 0.16);
  padding: 23px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #fff;
  z-index: 2;
  pointer-events: none;
}
.p-flow__pc-tooltip p + * {
  margin-block-start: 1em;
}
.p-flow__pc-tooltip .p-flow__sp-flow-tel {
  color: #fff;
}
.p-flow__pc-tooltip .p-flow__sp-flow-tel p:last-child {
  color: #fff;
}

.p-flow__pc-tooltip.is-left {
  left: auto;
  right: 50%;
  transform: translate(0, 50%);
}

.p-flow__pc-flow-item:hover .p-flow__pc-tooltip {
  display: block;
  pointer-events: auto;
}

.p-top-voice {
  position: relative;
  padding-block: 78px 106px;
  background: url(../img/p-top-voice_bg_sp.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-top-voice {
    padding-block: 105px 90px;
    background: url(../img/p-top-voice_bg_pc.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.p-top-voice::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  backdrop-filter: blur(12px);
  --webkit-backdrop-filter: blur(12px);
  background-color: rgba(0, 0, 0, 0.07);
}

.p-top-voice__contents {
  position: relative;
  z-index: 2;
}

.p-top-voice__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.05em;
  line-height: 1.08;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-top-voice__title {
    font-size: 2.75rem;
  }
}

.p-top-voice__list {
  padding-block: 77px 81px;
  padding-inline: 30px;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .p-top-voice__list {
    padding-block: 80px 100px;
  }
}

.p-top-voice__list .swiper-wrapper {
  transition-timing-function: linear !important;
}

.p-top-voice__item {
  position: relative;
  flex-shrink: 0;
  width: 300px;
  height: fit-content;
  min-height: 200px;
  border-radius: 5px;
  background: #fff;
  padding: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #161616;
}
@media screen and (min-width: 600px) {
  .p-top-voice__item {
    width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-voice__item {
    min-height: 170px;
  }
}
.p-top-voice__item::after {
  content: "";
  position: absolute;
  left: 85%;
  bottom: -17px;
  transform: translateX(-50%);
  width: 28px;
  height: 20px;
  background: #fff;
  clip-path: polygon(100% 0, 50% 0, 100% 100%);
}
.p-top-voice__item:nth-child(even) {
  transform: translateY(2em);
}
.p-top-voice__item:nth-child(even)::after {
  left: 15%;
  clip-path: polygon(0 0, 0% 100%, 50% 0);
}

.p-top-voice__btn-container {
  margin-block-start: 1em;
  width: min(100%, 301px);
  margin-inline: auto;
}
.p-top-voice__btn-container .c-btn {
  background-color: transparent;
  border: 1px solid #fff;
  font-weight: 600;
}

.p-top-knowledge {
  padding-block: 90px 85px;
}
@media screen and (min-width: 768px) {
  .p-top-knowledge {
    padding-block: 203px 121px;
  }
}

.p-top-knowledge__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-knowledge__title {
    font-size: 2.75rem;
  }
}

.p-top-knowledge__text {
  margin-block-start: 2.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-top-knowledge__text {
    margin-block-start: 2.5em;
    text-align: center;
  }
}

.p-top-knowledge__list {
  margin-block-start: 44px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: center;
  gap: 52px;
}
@media screen and (min-width: 768px) {
  .p-top-knowledge__list {
    margin-block-start: 57px;
    grid-template-columns: repeat(auto-fit, minmax(213px, 213px));
    gap: 71px;
  }
}

.p-top-knowledge__item a {
  display: grid;
  justify-items: center;
  gap: 20px;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-top-knowledge__item a {
    gap: 30px;
  }
}
.p-top-knowledge__item a:hover .p-top-knowledge__item-img img {
  transform: scale(1.06);
}

.p-top-knowledge__item-img {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.p-top-knowledge__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.p-top-banner {
  margin-block-end: 76px;
  width: min(100% - 40px, 900px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-top-banner {
    margin-block-end: 142px;
  }
}
.p-top-banner a {
  transition: all 0.3s ease;
}
.p-top-banner a:hover {
  opacity: 0.6;
}

.p-page-reason {
  padding-block: 66px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-reason {
    padding-block: 142px 178px;
  }
}

.p-page-reason__title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: 700;
  font-size: 2.875rem;
  text-align: center;
  color: #005eac;
  line-height: 1;
  text-wrap: nowrap;
}
@media screen and (min-width: 600px) {
  .p-page-reason__title {
    font-size: 3.375rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-reason__title {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 3.6875rem;
  }
}
.p-page-reason__title span {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  color: #161616;
}
@media screen and (min-width: 600px) {
  .p-page-reason__title span {
    font-size: 1.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-reason__title span {
    transform: translateX(-0.5em);
    font-size: 2.4375rem;
  }
}

.p-page-reason__text {
  margin-block-start: 2.56em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 2.4;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-reason__text {
    margin-block-start: 2em;
  }
}

.p-page-reason__contents {
  margin-block-start: 46px;
  width: min(100%, 1244px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-reason__contents {
    margin-block-start: 187px;
    width: min(100% - 60px, 1280px);
  }
}

@media screen and (min-width: 768px) {
  .p-page-reason-item {
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: repeat(2, auto);
    column-gap: 30px;
    row-gap: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-reason-item {
    padding-inline-start: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .p-page-reason-item {
    column-gap: 80px;
  }
}
.p-page-reason-item + .p-page-reason-item {
  margin-block-start: 64px;
}
@media screen and (min-width: 768px) {
  .p-page-reason-item + .p-page-reason-item {
    margin-block-start: 229px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-reason-item:nth-child(even) .p-page-reason-item__title-num-pc {
    left: auto;
    right: 0;
    transform: translate(40%, -30%);
  }
}
@media screen and (min-width: 1200px) {
  .p-page-reason-item:nth-child(even) {
    grid-template-columns: 1fr 50%;
    padding-inline-start: 0;
    padding-inline-end: 60px;
  }
  .p-page-reason-item:nth-child(even) .p-page-reason-item__title {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  .p-page-reason-item:nth-child(even) .p-page-reason-item__img {
    grid-row: span 2/span 2;
    grid-column-start: 1;
    grid-row-start: 1;
    align-self: flex-start;
  }
  .p-page-reason-item:nth-child(even) .p-page-reason-item__content {
    grid-column-start: 2;
    grid-row-start: 2;
  }
  .p-page-reason-item:nth-child(even) .p-page-reason-item__title-num-pc {
    left: auto;
    right: 0;
    transform: translate(50%, -30%);
  }
}
@media screen and (min-width: 1700px) {
  .p-page-reason-item:nth-child(even) .p-page-reason-item__title-num-pc {
    transform: translate(100%, -30%);
  }
}

.p-page-reason-item__title {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-reason-item__title {
    text-align: left;
    grid-column: span 2/span 2;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-reason-item__title {
    grid-column: unset;
  }
}
.p-page-reason-item__title .p-page-reason-item__title-num-sp {
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-reason-item__title .p-page-reason-item__title-num-sp {
    display: none;
  }
}
.p-page-reason-item__title .p-page-reason-item__title-num-pc {
  display: none;
}
.p-page-reason-item__title .p-page-reason-item__title-num-pc text {
  font-family:'Times New Roman', Times, serif;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .p-page-reason-item__title .p-page-reason-item__title-num-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -30%);
  }
}
@media screen and (min-width: 1200px) {
  .p-page-reason-item__title .p-page-reason-item__title-num-pc {
    transform: translate(-70%, -30%);
  }
}
@media screen and (min-width: 1700px) {
  .p-page-reason-item__title .p-page-reason-item__title-num-pc {
    transform: translate(-100%, -30%);
  }
}


.p-page-reason-item__title p {
  position: relative;
  display: inline-block;
  inline-size: fit-content;
  margin-inline: auto;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.45;
  color: #005eac;
}
@media screen and (min-width: 600px) {
  .p-page-reason-item__title p {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-reason-item__title p {
    margin-inline: 0;
    font-size: 1.75rem;
  }
}
.p-page-reason-item__title p::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #005eac;
}
.p-page-reason-item__title h3 {
  margin-block-start: 0.6em;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.38;
}
@media screen and (min-width: 600px) {
  .p-page-reason-item__title h3 {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-reason-item__title h3 {
    font-size: 3.0625rem;
  }
}

.p-page-reason-item__img {
  margin-block-start: 40px;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-page-reason-item__img {
    grid-column-start: 2;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-reason-item__img {
    margin-block-start: 0;
    grid-row: span 2/span 2;
    grid-column-start: 2;
    grid-row-start: 1;
    align-self: flex-end;
    max-height: 370px;
  }
}
.p-page-reason-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-page-reason-item__content {
  margin-block-start: 1.37em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-page-reason-item__content {
    margin-block-start: 2em;
    grid-column-start: 1;
    grid-row-start: 2;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-reason-item__content {
    grid-column-start: 1;
    grid-row-start: 2;
  }
}

.p-page-reason__hall-container {
  margin-block-start: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-reason__hall-container {
    margin-block-start: 64px;
  }
}

.p-page-reason__hall-list {
  --columns: 2;
  --gap: 20px;
  display: grid;
  grid-template-columns: repeat(var(--columns), 1fr);
  gap: var(--gap);
}
.p-page-reason__hall-list .p-page-reason__hall-item:nth-child(odd):last-child {
  grid-column: 1/-1;
  justify-self: center;
  width: calc((100% - (var(--columns) - 1) * var(--gap)) / var(--columns));
}
@media screen and (min-width: 600px) {
  .p-page-reason__hall-list {
    --gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-reason__hall-list {
    --columns: auto-fit;
    --gap: 26px;
    grid-template-columns: repeat(auto-fit, minmax(156px, 156px));
    justify-content: center;
  }
  .p-page-reason__hall-list .p-page-reason__hall-item:nth-child(odd):last-child {
    grid-column: auto;
    justify-self: auto;
    width: auto;
  }
}

.p-page-reason__hall-item a {
  display: grid;
  justify-items: center;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .p-page-reason__hall-item a {
    gap: 15px;
  }
}
.p-page-reason__hall-item a:hover .p-page-reason__hall-item-img img {
  scale: 1.06;
}

.p-page-reason__hall-item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  overflow: hidden;
}
.p-page-reason__hall-item-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  transition: all 0.3s ease;
}

.p-page-reason__hall-item-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-page-reason__hall-item-title {
    font-size: 1rem;
  }
}

.p-page-reason__btn {
  margin-block-start: 72px;
  width: min(100%, 309px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-reason__btn {
    margin-block-start: 80px;
  }
}
.p-page-reason__btn .c-btn {
  background-color: #000;
}

.p-page-reason__interview {
  margin-block-start: 90px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page-reason__interview {
    margin-block-start: 120px;
  }
}

.p-page-reason__interview-title {
  position: relative;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-page-reason__interview-title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-reason__interview-title {
    font-size: 2.25rem;
  }
}
.p-page-reason__interview-title span {
  display: inline-block;
}

.p-page-reason__interview-wrap {
  margin-block-start: 53px;
  display: grid;
  gap: 36px;
}
@media screen and (min-width: 768px) {
  .p-page-reason__interview-wrap {
    margin-block-start: 83px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-reason__interview-wrap {
    width: min(100%, 1056px);
    margin-inline: auto;
    gap: 96px;
  }
}

.p-page-reason__interview-youtube {
  width: 100%;
}
.p-page-reason__interview-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-page-plan {
  padding-block: 102px 105px;
}
@media screen and (min-width: 768px) {
  .p-page-plan {
    padding-block: 178px 163px;
  }
}

.p-page-plan__title {
  margin-block-start: 73px;
}
@media screen and (min-width: 768px) {
  .p-page-plan__title {
    margin-block-start: 156px;
  }
}

.p-page-plan__tab-wrap {
  margin-block-start: 57px;
}
@media screen and (min-width: 768px) {
  .p-page-plan__tab-wrap {
    margin-block-start: 67px;
  }
}

.p-page-plan__tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 600px) {
  .p-page-plan__tab-list {
    gap: 1em;
  }
}

.p-page-plan__tab-item {
  padding-inline: 12px;
  padding-block-end: 0.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.3;
  color: #161616;
}
@media screen and (min-width: 600px) {
  .p-page-plan__tab-item {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-plan__tab-item {
    padding-inline: 23px;
  }
}
.p-page-plan__tab-item.is-active {
  color: #005eac;
  border-block-end: 1px solid #005eac;
}

.p-page-plan__container {
  margin-block-start: 64px;
  display: grid;
  gap: 54px;
}
@media screen and (min-width: 768px) {
  .p-page-plan__container {
    margin-block-start: 85px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 105px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-plan__container {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 80px;
  }
}

.p-page-plan-item a:hover .p-page-plan-item__img img {
  transform: scale(1.06);
}

.p-page-plan-item__img {
  width: 100%;
  aspect-ratio: 504/306;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-plan-item__img {
    aspect-ratio: 460/280;
  }
}
.p-page-plan-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform 0.3s ease;
}

.p-page-plan-item__title {
  margin-block-start: 1.08em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75;
  color: #161616;
}

.p-page-plan-item__price {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 2.27;
  color: #005eac;
}

.p-page-plan-item__description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.71;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.p-page-plan__service {
  margin-block-start: 44px;
  border-radius: 8px;
  background: #005eac;
  padding-block: 57px 47px;
  padding-inline: 25px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-plan__service {
    margin-block-start: 158px;
    padding-block: 68px 47px;
  }
}

.p-page-plan__service-title {
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-page-plan__service-title {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-plan__service-title {
    font-size: 2rem;
  }
}

.p-page-plan__service-note {
  margin-block-start: 1.5em;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-page-plan__service-note {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-plan__service-note {
    margin-block-start: 1.05em;
    font-size: 1.125rem;
  }
}
.p-page-plan__service-note span {
  display: inline-block;
}

.p-page-plan__service-list {
  --container-size: 454;
  margin-block-start: 24px;
  display: grid;
  gap: 20px;
  container-type: inline-size;
}
@media screen and (min-width: 1200px) {
  .p-page-plan__service-list {
    margin-block-start: 30px;
    width: min(100%, 1140px);
    margin-inline: auto;
    grid-template-columns: repeat(3, auto);
    gap: 36px;
  }
}

.p-page-plan__service-item {
  display: grid;
  align-items: center;
  border-radius: 48px;
  background-color: #fff;
  padding-block: min(2000cqi / var(--container-size), 20px);
  color: #005eac;
  font-weight: 700;
}
.p-page-plan__service-item:nth-child(1) small {
  font-size: min(1400cqi / var(--container-size), 0.875rem);
  letter-spacing: 0.03em;
}
.p-page-plan__service-item:nth-child(1) p {
  font-size: min(3600cqi / var(--container-size), 2.25rem);
  letter-spacing: 0.03em;
  line-height: 1.2;
}
.p-page-plan__service-item:nth-child(2) {
  display: grid;
  place-content: center;
}
.p-page-plan__service-item:nth-child(2) span {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 8px;
}
.p-page-plan__service-item:nth-child(2) p {
  font-size: min(2000cqi / var(--container-size), 1.25rem);
  line-height: 1.3;
}
.p-page-plan__service-item:nth-child(2) em {
  font-style: normal;
  font-size: min(4800cqi / var(--container-size), 3rem);
  line-height: 0.75;
}
.p-page-plan__service-item:nth-child(2) small {
  margin-inline-start: 0.2em;
  font-size: min(3200cqi / var(--container-size), 2rem);
  letter-spacing: 0.03em;
}
.p-page-plan__service-item:nth-child(3) p {
  font-size: min(2800cqi / var(--container-size), 1.75rem);
}
@media screen and (min-width: 768px) {
  .p-page-plan__service-item:nth-child(3) p {
    font-size: min(2400cqi / var(--container-size), 1.5rem);
  }
}
.p-page-plan__service-item:nth-child(3) small {
  font-size: min(1400cqi / var(--container-size), 0.875rem);
}

.p-page-plan__service-link-wrap {
  margin-block-start: 28px;
}
@media screen and (min-width: 768px) {
  .p-page-plan__service-link-wrap {
    margin-block-start: 31px;
  }
}

.p-page-plan__service-link {
  --arrow-size: min(calc(7 / var(--sp-base) * 100dvw), 7px);
  position: relative;
  padding-inline-end: 1em;
  padding-block-end: 10px;
  border-block-end: 1px solid rgba(255, 255, 255, 0.31);
  font-weight: 600;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1.05;
  color: #fff;
  transition: all 0.3s ease;
}
.p-page-plan__service-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all 0.3s ease;
}
.p-page-plan__service-link:hover {
  opacity: 0.6;
}
.p-page-plan__service-link:hover::before {
  right: -3px;
}

.p-price-table {
  padding-block: 64px 85px;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-price-table {
    padding-block: 146px 109px;
  }
}

.p-price-table__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  line-height: 2;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-price-table__title {
    font-size: 2.75rem;
  }
}

.p-price-table__table-sp {
  margin-block-start: 118px;
  display: grid;
  gap: 75px;
}
@media screen and (min-width: 768px) {
  .p-price-table__table-sp {
    display: none;
    visibility: hidden;
  }
}

.p-pricing-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.68;
  color: #161616;
  padding-block-end: 0.84em;
  border-block-end: 1px solid #d4d4d4;
}

.p-pricing-card__list {
  padding-block: 33px;
  display: grid;
}

.p-pricing-card__row {
  display: grid;
  grid-template-columns: 50% 1fr;
  align-items: center;
  padding-block: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .p-pricing-card__row {
    grid-template-columns: 40% 1fr;
  }
}
.p-pricing-card__row dt {
  color: #000;
  font-weight: 500;
}
.p-pricing-card__row dd {
  font-size: 1.1875rem;
  font-weight: 700;
}
.p-pricing-card__row dd em {
  color: #a71111;
  font-style: normal;
  font-size: 1.9375rem;
}
.p-pricing-card__row dd span {
  display: inline-block;
  font-size: 0.875rem;
}
.p-pricing-card__row dd p {
  font-size: 1rem;
}

.p-price-table__table-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-price-table__table-pc {
    margin-block-start: 109px;
    display: block;
  }
}

.p-pricing-table__table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Noto Sans JP", sans-serif;
  color: #161616;
}
.p-pricing-table__table thead tr {
  background-color: transparent !important;
}
.p-pricing-table__table tbody tr {
  border-block-end: 1px solid #dee2e6;
}
.p-pricing-table__table tbody tr:first-child {
  border-block-start: 1px solid #dee2e6;
}
.p-pricing-table__table tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.p-pricing-table__header {
  padding: 23px;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2;
  text-align: center;
}

.p-pricing-table__cell {
  padding: 24px 20px;
  text-align: center;
  vertical-align: middle;
}

.p-pricing-table__cell--course-name {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: left;
}

.p-pricing-table__price {
  font-size: 1.1875rem;
  font-weight: 700;
}
.p-pricing-table__price em {
  color: #a71111;
  font-style: normal;
  font-size: 1.9375rem;
}
.p-pricing-table__price span {
  display: block;
  font-size: 0.875rem;
}

.p-pricing-table__note {
  font-weight: 500;
  font-size: 1rem;
  text-align: left;
}

.p-price-table__download-btn-wrap {
  margin-block-start: 36px;
  width: min(100%, 422px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-price-table__download-btn-wrap {
    margin-block-start: 90px;
  }
}
.p-price-table__download-btn-wrap .c-btn {
  --container-size: 422;
  display: grid;
  place-content: center;
  font-size: min(2000cqi / var(--container-size), 1.25rem);
  line-height: 1.43;
  background-color: #00ab0b;
}
.p-price-table__download-btn-wrap .c-btn span {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: min(1500cqi / var(--container-size), 15px);
}
.p-price-table__download-btn-wrap .c-btn svg {
  transition: all 0.3s ease;
}
.p-price-table__download-btn-wrap .c-btn::before {
  content: none;
}
@media (any-hover: hover) {
  .p-price-table__download-btn-wrap .c-btn:hover svg {
    scale: 1.1;
  }
}

.p-price-table__catalog-wrap {
  padding-block-end: 67px;
}
@media screen and (min-width: 768px) {
  .p-price-table__catalog-wrap {
    padding-block-end: 160px;
  }
}

.p-single-plans {
  padding-block: 75px 118px;
}
@media screen and (min-width: 768px) {
  .p-single-plans {
    padding-block: 105px 136px;
  }
}

.p-single-plans__title {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.47;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-single-plans__title {
    font-size: 3rem;
  }
}

.p-single-plans__price {
  margin-block-start: 0.75em;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.7;
  text-align: center;
  color: #005eac;
}
@media screen and (min-width: 768px) {
  .p-single-plans__price {
    margin-block-start: 0.67em;
    font-size: 1.75rem;
  }
}

.p-single-plans__description {
  margin-block-start: 0.93em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-plans__description {
    margin-block-start: 1.9em;
    width: min(100% - 120px, 1080px);
    margin-inline: auto;
  }
}

.p-single-plans__img {
  margin-block-start: 61px;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-single-plans__img {
    margin-block-start: 63px;
    width: min(100% - 120px, 1080px);
  }
}
.p-single-plans__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-single-plans__course-title {
  margin-block-start: 2.75em;
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.05em;
  line-height: 1.07;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-plans__course-title {
    margin-block-start: 2.68em;
    font-size: 2rem;
  }
}

.p-single-plans__course-text {
  margin-block-start: 1.7em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 2.14;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-plans__course-text {
    margin-block-start: 1.18em;
    font-size: 1rem;
  }
}

.p-single-plans__course-container {
  margin-block-start: 34px;
  margin-inline: auto;
  padding-block: 43px;
  padding-inline: 33px;
  border-radius: 4px;
  background: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-single-plans__course-container {
    margin-block-start: 49px;
    width: min(100% - 120px, 1080px);
    padding-block: 49px 56px;
  }
}

.p-single-plans__course-list {
  display: grid;
  justify-content: center;
  gap: 16px;
}

.p-single-plans__course-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 34px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-single-plans__course-item {
    grid-template-columns: 182px 1fr;
    gap: 28px;
  }
}
.p-single-plans__course-item h4 {
  padding-block: 8px;
  border-radius: 13.5px;
  background: #005eac;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-single-plans__course-item h4 {
    font-size: 0.9375rem;
  }
}
.p-single-plans__course-item p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.1875rem;
  font-weight: 700;
}
.p-single-plans__course-item p em {
  color: #a71111;
  font-style: normal;
  font-size: 1.9375rem;
}
.p-single-plans__course-item p span {
  display: inline-block;
  font-size: 0.875rem;
}

.p-single-plans__course-download-btn-wrap {
  margin-block-start: 44px;
  width: min(100%, 422px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-single-plans__course-download-btn-wrap {
    margin-block-start: 47px;
  }
}
.p-single-plans__course-download-btn-wrap .c-btn {
  --container-size: 422;
  display: grid;
  place-content: center;
  font-size: min(2000cqi / var(--container-size), 1.25rem);
  line-height: 1.43;
  background-color: #00ab0b;
}
.p-single-plans__course-download-btn-wrap .c-btn span {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: min(1500cqi / var(--container-size), 15px);
}
.p-single-plans__course-download-btn-wrap .c-btn svg {
  transition: all 0.3s ease;
}
.p-single-plans__course-download-btn-wrap .c-btn::before {
  content: none;
}
@media (any-hover: hover) {
  .p-single-plans__course-download-btn-wrap .c-btn:hover svg {
    scale: 1.1;
  }
}

.p-single-plans__back-btn-wrap {
  margin-block-start: 93px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-plans__back-btn-wrap {
    margin-block-start: 143px;
  }
}

.p-single-plans__back-btn {
  position: relative;
  display: inline block;
  padding-inline-start: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
}
.p-single-plans__back-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s ease;
}
.p-single-plans__back-btn::after {
  content: "";
  position: absolute;
  bottom: -10.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.p-single-plans__back-btn:hover::before {
  left: -0.3em;
}

.p-single-plans__service-wrap {
  margin-block-start: 95px;
}
@media screen and (min-width: 768px) {
  .p-single-plans__service-wrap {
    margin-block-start: 177px;
  }
}

.p-page-hall {
  padding-block: 64px 67px;
}
@media screen and (min-width: 768px) {
  .p-page-hall {
    padding-block: 129px 99px;
  }
}

.p-page-hall__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.56;
  text-align: center;
}

.p-page-hall__map {
  margin-block-start: 50px;
  width: 100vw;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-page-hall__map {
    margin-block-start: 57px;
    width: 100%;
    margin-inline: auto;
  }
}
.p-page-hall__map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-page-hall__container {
  margin-block-start: 103px;
  display: grid;
  gap: 107px;
}
@media screen and (min-width: 768px) {
  .p-page-hall__container {
    margin-block-start: 130px;
    grid-template-columns: repeat(auto-fit, minmax(341px, 1fr));
    column-gap: 58px;
    row-gap: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .p-page-hall__container {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-page-hall-item a {
  display: block;
}
.p-page-hall-item a:hover .p-page-hall-item__img img {
  scale: 1.06;
}

.p-page-hall-item__title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 0.95;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 600px) {
  .p-page-hall-item__title {
    font-size: 2.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-hall-item__title {
    font-size: 2.25rem;
  }
}

.p-page-hall-item__img {
  margin-block-start: 50px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-hall-item__img {
    margin-block-start: 34px;
    aspect-ratio: 341/240;
  }
}
.p-page-hall-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}

.p-page-hall-item__description {
  margin-block-start: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.75;
  color: #161616;
}
@media screen and (min-width: 600px) {
  .p-page-hall-item__description {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-hall-item__description {
    margin-block-start: 0.9em;
    font-size: 0.9375rem;
  }
}

.p-page-hall-item__info {
  margin-block-start: 1.3em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #000;
}
@media screen and (min-width: 600px) {
  .p-page-hall-item__info {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-hall-item__info {
    margin-block-start: 1em;
    font-size: 0.875rem;
  }
}

.p-single-halls {
  padding-block: 72px 98px;
}
@media screen and (min-width: 768px) {
  .p-single-halls {
    padding-block: 115px 157px;
  }
}
.p-single-halls .l-inner {
  --max-content-width: 1080px;
}

.p-single-halls__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  line-height: 1.38;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-halls__title {
    font-size: 3rem;
  }
}

.p-single-halls__description {
  margin-block-start: 2.6em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.2;
  text-align: center;
}

.p-single-halls__img {
  margin-block-start: 42px;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-single-halls__img {
    margin-block-start: 53px;
  }
}
.p-single-halls__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-single-halls__content {
  margin-block-start: 38px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
.p-single-halls__content p {
  margin-bottom: 1.5em;
}
.p-single-halls__content p:last-child {
  margin-bottom: 0;
}
.p-single-halls__content img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 1.5em 0;
}
.p-single-halls__content a {
  color: #005eac;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-single-halls__content a:hover {
    opacity: 0.7;
  }
}
.p-single-halls__content h2,
.p-single-halls__content h3,
.p-single-halls__content h4,
.p-single-halls__content h5,
.p-single-halls__content h6 {
  font-weight: 700;
  margin: 1.5em 0 0.8em;
}
.p-single-halls__content h2 {
  font-size: 1.375rem;
  padding-bottom: 8px;
  border-bottom: 2px solid #005eac;
}
.p-single-halls__content h3 {
  font-size: 1.25rem;
  position: relative;
  padding-left: 15px;
}
.p-single-halls__content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 6px;
  height: 70%;
  background-color: #005eac;
  border-radius: 3px;
}
.p-single-halls__content ul,
.p-single-halls__content ol {
  margin: 1em 0 1.5em 1.5em;
}
.p-single-halls__content ul li,
.p-single-halls__content ol li {
  margin-bottom: 0.5em;
}
.p-single-halls__content ul li {
  list-style-type: disc;
}
.p-single-halls__content ol li {
  list-style-type: decimal;
}
.p-single-halls__content blockquote {
  background-color: #e8e8e8;
  padding: 20px;
  border-radius: 10px;
  margin: 1.5em 0;
  font-style: italic;
}
.p-single-halls__content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.p-single-halls__content table th,
.p-single-halls__content table td {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.p-single-halls__content table th {
  background-color: rgba(84, 158, 223, 0.1);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-single-halls__content {
    margin-block-start: 44px;
  }
}

.p-single-halls__street-view {
  margin-block-start: 89px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-single-halls__street-view {
    margin-block-start: 100px;
  }
}
.p-single-halls__street-view iframe {
  width: 100%;
  aspect-ratio: 498/103;
}
@media screen and (min-width: 768px) {
  .p-single-halls__street-view iframe {
    aspect-ratio: 1080/225;
  }
}

.p-single-halls-info {
  background: #fafafa;
  padding-block: 81px 65px;
}
@media screen and (min-width: 768px) {
  .p-single-halls-info {
    padding-block: 124px 151px;
  }
}
.p-single-halls-info .l-inner {
  --max-content-width: 1080px;
}

.p-single-halls-info__title {
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-single-halls-info__title {
    font-size: 2.25rem;
  }
}

@media screen and (min-width: 768px) {
  .p-single-halls-info__contents {
    margin-block-start: 93px;
    display: grid;
    grid-template-columns: 44% 1fr;
    gap: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .p-single-halls-info__contents {
    gap: 64px;
  }
}

.p-single-halls-info__img {
  margin-block-start: 40px;
  width: calc(100% - 60px);
  margin-inline: auto;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-single-halls-info__img {
    margin-block-start: 0;
    width: 100%;
    aspect-ratio: 476/271;
    margin-inline: 0;
  }
}
.p-single-halls-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-single-halls-info__list {
  margin-block-start: 48px;
  display: grid;
  height: fit-content;
  grid-template-columns: 100px 1fr;
  column-gap: 24px;
  row-gap: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-single-halls-info__list {
    margin-block-start: 0;
    grid-template-columns: 94px 1fr;
  }
}
.p-single-halls-info__list dt {
  padding-block: 4px;
  height: fit-content;
  border-radius: 11px;
  background: #005eac;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.p-single-halls-info__list dd {
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  color: #000;
}
.p-single-halls-info__list dd a {
  transition: all 0.3s ease;
}
.p-single-halls-info__list dd a:hover {
  opacity: 0.6;
}

.p-single-halls-info__map {
  margin-block-start: 63px;
}
@media screen and (min-width: 768px) {
  .p-single-halls-info__map {
    margin-block-start: 69px;
  }
}
.p-single-halls-info__map iframe {
  width: 100%;
  aspect-ratio: 520/265;
}
@media screen and (min-width: 768px) {
  .p-single-halls-info__map iframe {
    aspect-ratio: 1080/552;
  }
}

.p-single-halls__catalog-wrap {
  padding-block-end: 67px;
}
@media screen and (min-width: 768px) {
  .p-single-halls__catalog-wrap {
    padding-block-end: 133px;
  }
}

.p-page-join {
  padding-block: 73px 67px;
}
@media screen and (min-width: 768px) {
  .p-page-join {
    padding-block: 132px 99px;
  }
}

.p-page-join__title {
  font-weight: 600;
  font-size: 1.55rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-join__title {
    letter-spacing: 0.03em;
    font-size: 2.75rem;
  }
}

.p-page-join__text {
  margin-block-start: 2em;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-join__text {
    margin-block-start: 1.9em;
    font-size: 1.25rem;
  }
}

.p-page-join__container {
  margin-block-start: 65px;
  display: grid;
  gap: 45px;
}
@media screen and (min-width: 1200px) {
  .p-page-join__container {
    margin-block-start: 97px;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 23px;
  }
}

.p-page-join-item {
  --regularColor: #005eac;
  --premiereColor: #c18b2f;
  --container-size: 650;
  background-color: var(--regularColor);
  padding-block: 38px 25px;
  padding-inline: min(18 / var(--sp-base) * 100dvw, 18px);
  container-type: inline-size;
}
@media screen and (min-width: 1200px) {
  .p-page-join-item {
    padding-block: 67px 55px;
    padding-inline: min(41 / var(--pc-base) * 100dvw, 41px);
  }
}

.p-page-join-item--premiere {
  background-color: var(--premiereColor);
}
.p-page-join-item--premiere .p-page-join-item__item em {
  color: var(--premiereColor);
}

.p-page-join-item__title {
  color: #fff;
  text-align: center;
}
.p-page-join-item__title p {
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.82;
}
@media screen and (min-width: 600px) {
  .p-page-join-item__title p {
    font-size: 1.0625rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-join-item__title p {
    font-size: min(2400cqi / var(--container-size), 1.5rem);
  }
}
.p-page-join-item__title h3 {
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: 0.03em;
  line-height: 1.1;
}
@media screen and (min-width: 1200px) {
  .p-page-join-item__title h3 {
    font-size: min(4400cqi / var(--container-size), 2.75rem);
  }
}

.p-page-join-item__list {
  margin-block-start: 35px;
  display: grid;
  gap: 4px;
}
@media screen and (min-width: 1200px) {
  .p-page-join-item__list {
    margin-block-start: min(4300cqi / var(--container-size), 43px);
    gap: 13px;
  }
}

.p-page-join-item__item {
  padding-block: 17px;
  padding-inline: 16px;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .p-page-join-item__item {
    padding-inline: 47px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-join-item__item {
    padding-block: min(2100cqi / var(--container-size), 21px);
    padding-inline: min(4000cqi / var(--container-size), 40px);
    font-size: min(1800cqi / var(--container-size), 1.125rem);
  }
}
.p-page-join-item__item span {
  display: inline-block;
}
.p-page-join-item__item em {
  padding-inline: 0.3em;
  font-style: normal;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--regularColor);
  line-height: 1.2;
}
@media screen and (min-width: 600px) {
  .p-page-join-item__item em {
    padding-inline: 0.5em;
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-join-item__item em {
    font-size: min(2900cqi / var(--container-size), 1.8125rem);
  }
}
.p-page-join-item__item small {
  font-size: 0.5rem;
}
@media screen and (min-width: 1200px) {
  .p-page-join-item__item small {
    font-size: min(1200cqi / var(--container-size), 0.75rem);
  }
}

.p-page-join__block-arrow svg {
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 1200px) {
  .p-page-join__block-arrow--sp {
    display: none;
    visibility: hidden;
  }
}

.p-page-join__block-arrow--pc {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  .p-page-join__block-arrow--pc {
    display: block;
    visibility: visible;
  }
}

/* ご友人・知人の方への特典券 */
.p-page-join__gift-section {
  margin-block-start: 44px;
  padding-block: 40px;
  padding-inline: 20px;
  border: 1px solid #005eac;
}

@media screen and (min-width: 768px) {
  .p-page-join__gift-section {
    margin-block-start: 120px;
    padding-block: 80px;
    padding-inline: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .p-page-join__gift-section {
    padding-block: 100px;
    padding-inline: 60px;
  }
}

.p-page-join__gift-title {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 1.4;
  text-align: center;
  color: #005eac;
  margin-block-end: 1.5em;
}

@media screen and (min-width: 768px) {
  .p-page-join__gift-title {
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 1200px) {
  .p-page-join__gift-title {
    font-size: 2rem;
  }
}

.p-page-join__gift-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: center;
  color: #333;
  margin-block-end: 2em;
}

@media screen and (min-width: 768px) {
  .p-page-join__gift-text {
    font-size: 1.125rem;
  }
}

.p-page-join__gift-images {
  display: grid;
  gap: 20px;
  justify-content: center;
  margin-block-end: 2em;
}

@media screen and (min-width: 768px) {
  .p-page-join__gift-images {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 800px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 1200px) {
  .p-page-join__gift-images {
    gap: 40px;
    max-width: 900px;
  }
}

.p-page-join__gift-images img {
  width: 100%;
  height: auto;
}


.p-page-join__gift-notes {
  text-align: center;
}

.p-page-join__gift-notes p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-page-join__gift-notes p {
    font-size: 1rem;
  }
}

.p-page-join__gift-notes p + p {
  margin-block-start: 0.5em;
}

.p-page-join__gift-notes small {
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .p-page-join__gift-notes small {
    font-size: 0.875rem;
  }
}

.p-page-join__notes {
  margin-block-start: 76px;
  display: grid;
  gap: 51px;
}
@media screen and (min-width: 1200px) {
  .p-page-join__notes {
    margin-block-start: 120px;
    width: min(100%, 1135px);
    margin-inline: auto;
    grid-template-columns: 39% 1fr;
    align-items: center;
    gap: 40px;
  }
}
@media screen and (min-width: 1400px) {
  .p-page-join__notes {
    gap: 117px;
  }
}

.p-page-join__notes-img {
  width: min(100%, 338px);
  margin-inline: auto;
  height: 100%;
}
@media screen and (min-width: 1200px) {
  .p-page-join__notes-img {
    width: 100%;
    margin-inline: 0;
  }
}
.p-page-join__notes-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-page-join__notes-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.8;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-join__notes-text {
    font-size: 1.125rem;
  }
}
.p-page-join__notes-text p + p {
  margin-block-start: 1.6em;
}
.p-page-join__notes-text small {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .p-page-join__notes-text small {
    font-size: 1rem;
  }
}

.p-page-join__btn {
  margin-block-start: 43px;
  width: min(100%, 424px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-join__btn {
    margin-block-start: 119px;
  }
}

.p-page-join__agreement-wrap {
  margin-block-start: 38px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-join__agreement-wrap {
    margin-block-start: 43px;
  }
}

.p-page-join__agreement {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-decoration: underline;
  font-size: 1.125rem;
  line-height: 2;
  color: #005eac;
  transition: all 0.3s ease;
}
.p-page-join__agreement:hover {
  opacity: 0.6;
}

.p-page-voice {
  padding-block: 65px 67px;
}
@media screen and (min-width: 768px) {
  .p-page-voice {
    padding-block: 134px 146px;
  }
}

.p-page-voice__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-voice__title {
    letter-spacing: 0.03em;
    line-height: 1.875;
    font-size: 3rem;
  }
}

.p-page-voice__text {
  margin-top: 1em;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.85;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-voice__text {
    line-height: 2.125;
    letter-spacing: 0.03em;
    font-size: 1.25rem;
  }
}

.p-page-voice__img {
  margin-block-start: 71px;
  width: min(100%, 766px);
  margin-inline: auto;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-page-voice__img {
    margin-block-start: 38px;
  }
}
.p-page-voice__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-page-voice__img figcaption {
  margin-block-start: 1.5em;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.85;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-voice__img figcaption {
    letter-spacing: 0.03em;
    line-height: 2.428;
    margin-block-start: 3.16em;
    font-size: 0.75rem;
  }
}

.p-page-voice__accordion-container {
  margin-block-start: 52px;
}
@media screen and (min-width: 768px) {
  .p-page-voice__accordion-container {
    margin-block-start: 63px;
  }
}

.p-page-voice__accordion-item {
  border-block-end: 1px solid #d4d4d4;
}
.p-page-voice__accordion-item:first-child {
  border-block-start: 1px solid #d4d4d4;
}

.p-page-voice__accordion-header {
  padding-block: 23px;
  padding-inline: 13px 0;
  display: grid;
  grid-template-columns: 1fr auto;
  font-size: 1.25rem;
  font-weight: 700;
  color: #161616;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-page-voice__accordion-header {
    font-size: 1.5rem;
  }
}

.p-page-voice__accordion-title {
  display: block;
}

.p-page-voice__accordion-icon {
  display: grid;
  place-content: center;
  padding-inline: 14px 0;
}
.p-page-voice__accordion-icon svg {
  transition: all 0.3s ease;
}

.p-page-voice__accordion-icon.rotated svg {
  transform: rotate(180deg);
}

.p-page-voice__accordion-content {
  padding-inline: 13px 30px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.p-page-voice__accordion-content.active {
  max-height: 1000px;
  transition: max-height 0.5s ease-in;
}

.p-page-voice__accordion-text {
  margin-block-end: 3.125em;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  font-weight: 400;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-voice__accordion-text {
    font-size: 1.125rem;
    letter-spacing: 0.05em;
    line-height: 2;
  }
}

.p-page-voice__accordion-label {
  margin-block-start: 1.125em;
  display: grid;
  justify-content: flex-end;
  font-family: "Noto Sans JP", sans-serif;
  font-size: .9rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.56;
  color: #005eac;
}
@media screen and (min-width: 768px) {
  .p-page-voice__accordion-label {
    font-size: 1rem;
    margin-block-start: 2.1em 3.125em;
  }
}

.p-page-knowledge {
  padding-block: 59px 67px;
}
@media screen and (min-width: 768px) {
  .p-page-knowledge {
    padding-block: 138px 146px;
  }
}

.p-page-knowledge__text {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-knowledge__text {
    letter-spacing: 0.05em;
    font-size: 1.25rem;
  }
}

.p-page-knowledge__container {
  margin-block-start: 51px;
  display: grid;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .p-page-knowledge__container {
    margin-block-start: 88px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 50px;
    row-gap: 62px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-knowledge__container {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-page-knowledge-item a {
  position: relative;
  display: block;
}
.p-page-knowledge-item a:hover .p-page-knowledge-item__img img {
  transform: scale(1.06);
}
.p-page-knowledge-item a:hover .p-page-knowledge-item__title::before {
  right: -0.2em;
}

.p-page-knowledge-item__img {
  width: 100%;
  height: 100%;
  aspect-ratio: 480/310;
  border-radius: 4px;
  overflow: hidden;
}
.p-page-knowledge-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: all 0.3s ease;
}

.p-page-knowledge-item__title-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-block: 17px;
  padding-inline: 26px 21px;
  background: rgba(0, 0, 0, 0.56);
  border-radius: 0 0 4px 4px;
}

.p-page-knowledge-item__title {
  --arrow-size: min(calc(10 / var(--sp-base) * 100dvw), 10px);
  position: relative;
  font-weight: 600;
  font-size: 1.45rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #fff;
}
.p-page-knowledge-item__title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: var(--arrow-size);
  height: var(--arrow-size);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease;
}

.p-page-knowledge-child {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .p-page-knowledge-child {
    padding-block: 108px 146px;
  }
}

.p-page-knowledge-child__entry-content {
  width: min(100%, 1120px);
  margin-inline: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 1.65;
}
@media screen and (min-width: 768px) {
  .p-page-knowledge-child__entry-content {
    letter-spacing: 0.03em;
    width: min(100% - 120px, 1120px);
  }
}
.p-page-knowledge-child__entry-content > *:first-child {
  margin-block-start: 0;
}
.p-page-knowledge-child__entry-content p {
  margin-bottom: 1.5em;
}
.p-page-knowledge-child__entry-content p:last-child {
  margin-bottom: 0;
}
.p-page-knowledge-child__entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5em 0;
}
.p-page-knowledge-child__entry-content a {
  color: #005eac;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-page-knowledge-child__entry-content a:hover {
    opacity: 0.6;
  }
}
.p-page-knowledge-child__entry-content h2,
.p-page-knowledge-child__entry-content h3,
.p-page-knowledge-child__entry-content h4,
.p-page-knowledge-child__entry-content h5,
.p-page-knowledge-child__entry-content h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-block: 1.5em 0.8em;
}
.p-page-knowledge-child__entry-content h2 {
  position: relative;
  font-size: 1.75rem;
  line-height: 1.875;
  padding-inline-start: 50px;
  border-bottom: 4px solid #e8e8e8;
}
.p-page-knowledge-child__entry-content h2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background: url(../img/svg/icon_h2.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-page-knowledge-child__entry-content h3 {
  font-size: 1.5rem;
  line-height: 2.5;
  border-bottom: 1px solid #d4d4d4;
}
.p-page-knowledge-child__entry-content ul,
.p-page-knowledge-child__entry-content ol {
  margin: 1em 0 1.5em 1.5em;
}
.p-page-knowledge-child__entry-content ul li,
.p-page-knowledge-child__entry-content ol li {
  margin-bottom: 0.5em;
}
.p-page-knowledge-child__entry-content ul li {
  list-style-type: disc;
}
.p-page-knowledge-child__entry-content ol li {
  list-style-type: decimal;
}
.p-page-knowledge-child__entry-content blockquote {
  background-color: #e8e8e8;
  padding: 20px;
  border-radius: 10px;
  margin: 1.5em 0;
  font-style: italic;
}
.p-page-knowledge-child__entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.p-page-knowledge-child__entry-content table th,
.p-page-knowledge-child__entry-content table td {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.p-page-knowledge-child__entry-content table th {
  background-color: rgba(84, 158, 223, 0.1);
  font-weight: 700;
}
.p-page-knowledge-child__entry-content .wp-block-button {
  width: min(100%, 260px);
}
.p-page-knowledge-child__entry-content .wp-block-button__link {
  --container-size: 348;
  position: relative;
  display: inline-block;
  inline-size: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1600cqi / var(--container-size), 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.125;
  padding-block: min(18 / var(--sp-base) * 100dvw, 18px);
  padding-inline: min(25 / var(--sp-base) * 100dvw, 25px);
  align-items: center;
  border: 2px solid transparent;
  border-radius: calc(infinity * 1px);
  text-align: center;
  background: #005eac;
  filter: drop-shadow(0px 12px 16px rgba(0, 0, 0, 0.16));
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
  text-decoration: none;
  container-type: inline-size;
}
@media (any-hover: hover) {
  .p-page-knowledge-child__entry-content .wp-block-button__link:hover {
    opacity: 1;
  }
  .p-page-knowledge-child__entry-content .wp-block-button__link:hover::before {
    right: 22px;
  }
}
.p-page-knowledge-child__entry-content .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease;
}

.p-page-knowledge-child__btn-wrap {
  margin-block-start: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-knowledge-child__btn-wrap {
    margin-block-start: 100px;
  }
}

.p-page-knowledge-child__btn {
  position: relative;
  display: inline block;
  padding-inline-start: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
}
.p-page-knowledge-child__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s ease;
}
.p-page-knowledge-child__btn::after {
  content: "";
  position: absolute;
  bottom: -10.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.p-page-knowledge-child__btn:hover::before {
  left: -0.3em;
}

.p-page-company {
  padding-block: 60px;
}
@media screen and (min-width: 768px) {
  .p-page-company {
    padding-block: 150px 80px;
  }
}

.p-page-company__title {
  font-weight: 600;
  font-size: 2.25rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-company__title {
    font-size: 3.375rem;
  }
}

.p-page-company__text {
  margin-block-start: 1.375em;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-company__text {
    line-height: 1.8;
    letter-spacing: 0.03em;
    margin-block-start: 1.68em;
    font-size: 2rem;
  }
}

.p-page-company__contents {
  margin-block-start: 50px;
  width: min(100%, 1311px);
  margin-inline: auto;
  display: grid;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .p-page-company__contents {
    margin-block-start: 85px;
    grid-template-columns: 1fr 291px;
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-company__contents {
    gap: 102px;
  }
}

.p-page-company__text-contents {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}
@media screen and (min-width: 768px) {
  .p-page-company__text-contents {
    letter-spacing: 0.03em;
    font-size: 1.125rem;
    line-height: 2.1875;
  }
}
.p-page-company__text-contents p + p {
  margin-block-start: 2em;
}

.p-page-company__images-wrap {
  width: min(100%, 291px);
  margin-inline: auto;
  height: fit-content;
  display: grid;
  gap: 25px;
}
@media screen and (min-width: 768px) {
  .p-page-company__images-wrap {
    margin-inline: 0;
  }
}

.p-page-company__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
}
.p-page-company__images img {
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 4px;
}
.p-page-company__images img:first-child {
  grid-column: span 2/span 2;
  grid-row: span 2/span 2;
}
.p-page-company__images img:nth-of-type(2) {
  grid-row-start: 3;
}
.p-page-company__images img:nth-of-type(3) {
  grid-row-start: 3;
}

.p-page-company__images-text {
  font-weight: "Noto Sans SC", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.6;
}

.p-page-company-policy {
  padding-block: 74px;
  background-color: #005eac;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .p-page-company-policy {
    padding-inline: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-company-policy {
    padding-block: 130px 125px;
  }
}

.p-page-company-policy__inner {
  width: min(100% - 40px, 715px);
  margin-inline: auto;
}

.p-page-company-policy__title {
  font-weight: 600;
  font-size: 1.75rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-page-company-policy__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-company-policy__title {
    font-size: 2.25rem;
  }
}

.p-page-company-policy__text {
  margin-block-start: 1.38em;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-page-company-policy__text {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-company-policy__text {
    margin-block-start: 1.125em;
    font-size: 1.25rem;
  }
}

.p-page-company-policy__container {
  margin-block-start: 32px;
  padding-block: 27px;
  padding-inline: 20px;
  border: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  .p-page-company-policy__container {
    padding-inline: 34px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-company-policy__container {
    margin-block-start: 36px;
    padding-block: 50px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-company-policy__container {
    padding-inline: 103px;
  }
}

.p-page-company-policy__list {
  display: grid;
  gap: 1em;
  counter-reset: policy-list;
}

.p-page-company-policy__item {
  position: relative;
  font-family: "Noto Sans SC", sans-serif;
  font-size: .95rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding-inline-start: 2em;
}
@media screen and (min-width: 768px) {
  .p-page-company-policy__item {
    font-size: 1.125rem;
  }
}
.p-page-company-policy__item::before {
  counter-increment: policy-list;
  content: counter(policy-list) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.p-page-company-profile {
  padding-block: 80px 60px;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile {
    padding-block: 120px;
  }
}
.p-page-company-profile .l-inner {
  --max-content-width: 1330px;
}

.p-page-company-profile__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__title {
    font-size: 2.25rem;
  }
}

.p-page-company-profile__data {
  margin-block-start: 43px;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__data {
    margin-block-start: 83px;
  }
}

.p-page-company-profile__data-row {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  display: grid;
  gap: 0.3em;
  padding-block: 1em;
  border-block-end: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__data-row {
    font-size: 1.125rem;
    grid-template-columns: 160px 1fr;
    gap: 60px;
    padding-block: 1.1em;
    padding-inline: 2em;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-company-profile__data-row {
    gap: 98px;
  }
}
.p-page-company-profile__data-row dt {
  font-weight: 700;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__data-row dt {
    line-height: 1.75;
  }
}
.p-page-company-profile__data-row dd {
  font-weight: 400;
  line-height: 1.75;
}

.p-page-company-profile__title--history {
  margin-block-start: 102px;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__title--history {
    margin-block-start: 156px;
  }
}

.p-page-company-profile__history-data {
  margin-block-start: 52px;
  display: grid;
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__history-data {
    margin-block-start: 90px;
    gap: 0;
  }
}

.p-page-company-profile__history-data-row {
  font-family: "Noto Sans SC", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__history-data-row {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 37px;
    padding-block: 1.1em;
    padding-inline: 2em;
    border-block-end: 1px solid #e3e3e3;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-company-profile__history-data-row {
    gap: 87px;
  }
}

.p-page-company-profile__history-data-year {
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-wrap: nowrap;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__history-data-year {
    line-height: 1.7;
  }
}

.p-page-company-profile__history-data-list {
  display: grid;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__history-data-list {
    gap: 0.5em;
  }
}

.p-page-company-profile__history-data-list-row {
  display: grid;
  gap: 0.3em;
  font-size: 1rem;
  padding-block: 0.8em;
  border-block-end: 1px solid #e3e3e3;
}
@media screen and (min-width: 768px) {
  .p-page-company-profile__history-data-list-row {
    font-size: 1.125rem;
    line-height: 1.7;
    grid-template-columns: 80px 1fr;
    gap: 40px;
    border-block-end: none;
    padding-block: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-company-profile__history-data-list-row {
    gap: 80px;
  }
}
.p-page-company-profile__history-data-list-row dt {
  font-weight: 400;
  text-wrap: nowrap;
  white-space: nowrap;
}
.p-page-company-profile__history-data-list-row dd span,
.p-page-company-profile__history-data-list-row dd a,
.p-page-company-profile__history-data-list-row dd button {
  color: #005eac;
}

.lightbox-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 0.2s;
  z-index: 100;
}

.lightbox-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  cursor: pointer;
}

.lightbox-modal__content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 4px;
  display: grid;
  place-content: center;
  z-index: 2;
}
.lightbox-modal__content img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
}

.lightbox-modal__close {
  position: absolute;
  top: 4px;
  right: 4px;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  z-index: 3;
}

.js-lightbox-btn {
  color: inherit;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s ease;
}
.js-lightbox-btn:hover {
  opacity: 0.6;
}

.p-page-recruit {
  padding-block: 54px 88px;
}
@media screen and (min-width: 768px) {
  .p-page-recruit {
    padding-block: 131px 135px;
  }
}

.p-page-recruit__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.53125;
  text-align: center;
}

.p-page-recruit__img {
  margin-block-start: 61px;
  width: min(100%, 938px);
  margin-inline: auto;
  aspect-ratio: 500/321;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__img {
    margin-block-start: 104px;
    aspect-ratio: 938/603;
  }
}
.p-page-recruit__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.p-page-recruit__text {
  margin-block-start: 2.38em;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1.125rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__text {
    letter-spacing: 0.03em;
    line-height: 2.3;
    margin-block-start: 4.4em;
    font-size: 1.25rem;
  }
}
.p-page-recruit__text p + p {
  margin-block-start: 2em;
}

.p-page-recruit__interview-wrap {
  margin-block-start: 47px;
  display: grid;
  gap: 45px;
}
@media screen and (min-width: 768px) {
  .p-page-recruit__interview-wrap {
    margin-block-start: 88px;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-recruit__interview-wrap {
    width: min(100%, 1034px);
    margin-inline: auto;
    gap: 96px;
  }
}

.p-page-recruit__interview-youtube {
  width: 100%;
}
.p-page-recruit__interview-youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.p-page-recruit__link-btn {
  text-align: center;
  margin-block-start: 47px;
}
.p-page-recruit__link-btn a {
  display: inline-block;
  padding-block: 25px;
  padding-inline: 80px;
  border-radius: 4px;
  background-color: #005eac;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 1.25rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease;
}
.p-page-recruit__link-btn a:hover {
  background-color: #167dd1;
}
@media screen and (min-width: 768px) { 
  .p-page-recruit__link-btn {
    margin-block-start: 88px;
  }
}



.p-page-recruit-requirements {
  position: relative;
  padding-block: 76px 85px;
  background-color: #005eac;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements {
    padding-block: 117px 136px;
  }
}

.p-page-recruit-requirements__inner {
  width: min(100% - 40px, 1060px);
  margin-inline: auto;
}

.p-page-recruit-requirements__title {
  font-weight: 500;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.875;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__title {
    font-size: 2.25rem;
  }
}

.p-page-recruit-requirements__container {
  margin-block-start: 57px;
  position: relative;
  padding-block: 34px;
  padding-inline: 34px;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__container {
    margin-block-start: 66px;
    display: grid;
    grid-template-columns: 1fr 40%;
    gap: 1em;
    padding-block: 48px;
    padding-inline: 104px;
  }
}
.p-page-recruit-requirements__container::before {
  position: absolute;
  content: "";
  top: calc(50% + 3px);
  left: calc(50% + 3px);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}
.p-page-recruit-requirements__container::after {
  position: absolute;
  content: "";
  top: calc(50% - 3px);
  left: calc(50% - 3px);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
}

.p-page-recruit-requirements__list {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 2.16;
  color: #fff;
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__list {
    font-size: 1.25rem;
    height: fit-content;
  }
}
.p-page-recruit-requirements__list + .p-page-recruit-requirements__list {
  margin-block-start: 1em;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__list + .p-page-recruit-requirements__list {
    margin-block-start: 0;
  }
}

.p-page-recruit-requirements__item {
  position: relative;
  padding-inline-start: 2em;
  line-height: 1.3;
}
.p-page-recruit-requirements__item::before {
  position: absolute;
  content: "✓";
  left: 0;
  top: 0;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__item::before {
    font-size: 1.25rem;
  }
}

.p-page-recruit-requirements__note {
  margin-block-start: 2.8em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__note {
    margin-block-start: 3.2em;
    font-size: 1.25rem;
  }
}
.p-page-recruit-requirements__note span {
  display: inline-block;
}

.p-page-recruit-requirements__btn-container {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 10px;
}
@media screen and (min-width: 600px) {
  .p-page-recruit-requirements__btn-container {
    width: calc(100% - 80px);
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
  }
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__btn-container {
    width: min(100% - 80px, 1360px);
    gap: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-recruit-requirements__btn-container {
    gap: 80px;
  }
}

.p-page-recruit-requirements__btn {
  position: relative;
  inline-size: 100%;
  padding-block: 29px 42px;
  border-radius: 4px;
  background: #fff;
  border: 3px solid #005eac;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1;
  text-align: center;
  color: #005eac;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 600px) {
  .p-page-recruit-requirements__btn {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-recruit-requirements__btn {
    padding-block: 38px;
    font-size: 1.5rem;
  }
}
.p-page-recruit-requirements__btn::after {
  content: "";
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
  width: 14px;
  height: 14px;
  border-bottom: 2px solid #005eac;
  border-right: 2px solid #005eac;
  transition: all 0.3s ease;
}
.p-page-recruit-requirements__btn:hover {
  background-color: #005eac;
  color: #fff;
}
.p-page-recruit-requirements__btn:hover::after {
  bottom: 13px;
  border-color: #fff;
}

.p-page-recruit-summary {
  padding-block: 140px 0;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-summary {
    padding-block: 170px 0;
  }
}
.p-page-recruit-summary .l-inner {
  --max-content-width: 1330px;
}

.p-page-recruit-summary__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-summary__title {
    font-size: 2.25rem;
  }
}

.p-page-recruit-summary__data {
  margin-block-start: 50px;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-summary__data {
    margin-block-start: 91px;
  }
}

.p-page-recruit-summary__data-row {
  display: grid;
  gap: 13px;
  padding-block: 1em;
  border-block-end: 1px solid #e3e3e3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-summary__data-row {
    grid-template-columns: 120px 1fr;
    gap: 30px;
    padding-inline: 2em;
    line-height: 1.7;
  }
}
@media screen and (min-width: 1200px) {
  .p-page-recruit-summary__data-row {
    gap: 135px;
  }
}
.p-page-recruit-summary__data-row dt {
  font-weight: 700;
  text-wrap: nowrap;
  white-space: nowrap;
}
.p-page-recruit-summary__data-row dd {
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-summary__data-row dd {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.p-page-recruit-summary__catalog-wrap {
  padding-block: 67px;
}
@media screen and (min-width: 768px) {
  .p-page-recruit-summary__catalog-wrap {
    padding-block: 146px;
  }
}

.p-single {
  padding-block: 64px 67px;
}
@media screen and (min-width: 768px) {
  .p-single {
    padding-block: 108px 146px;
  }
}

.p-single__inner {
  width: min(100% - 60px, 1200px);
  margin-inline: auto;
}
@media screen and (min-width: 600px) {
  .p-single__inner {
    width: min(100% - 94px, 1200px);
  }
}

.p-single__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: center;
  padding-block-end: 18px;
  border-block-end: 1px solid #e5e5e5;
}
@media screen and (min-width: 768px) {
  .p-single__meta {
    padding-block-end: 16px;
  }
}

.p-single__date {
  font-family: "Noto Sans SC", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-single__date {
    font-size: 1rem;
  }
}

.p-single__category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.p-single__category {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid;
  padding-block: 4px;
  padding-inline: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #005eac;
}

.p-single__title {
  margin-block-start: 0.58em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
  line-height: 1.58;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 2rem;
  }
}

.p-single__entry-content {
  margin-block-start: 36px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2.6;
  letter-spacing: 0.03em;
}
.p-single__entry-content > *:first-child {
  margin-block-start: 0;
}
.p-single__entry-content p {
  margin-bottom: 1.5em;
}
.p-single__entry-content p:last-child {
  margin-bottom: 0;
}
.p-single__entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5em 0;
}
.p-single__entry-content a {
  color: #005eac;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-single__entry-content a:hover {
    opacity: 0.6;
  }
}
.p-single__entry-content h2,
.p-single__entry-content h3,
.p-single__entry-content h4,
.p-single__entry-content h5,
.p-single__entry-content h6 {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  margin-block: 1.5em 0.8em;
}
.p-single__entry-content h2 {
  position: relative;
  font-size: 2rem;
  line-height: 1.875;
  border-bottom: 4px solid #e8e8e8;
}
.p-single__entry-content h3 {
  font-size: 1.5rem;
  line-height: 2.5;
  border-bottom: 1px solid #d4d4d4;
}
.p-single__entry-content ul,
.p-single__entry-content ol {
  margin: 1em 0 1.5em 1.5em;
}
.p-single__entry-content ul li,
.p-single__entry-content ol li {
  margin-bottom: 0.5em;
}
.p-single__entry-content ul li {
  list-style-type: disc;
}
.p-single__entry-content ol li {
  list-style-type: decimal;
}
.p-single__entry-content blockquote {
  background-color: #e8e8e8;
  padding: 20px;
  border-radius: 10px;
  margin: 1.5em 0;
  font-style: italic;
}
.p-single__entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.p-single__entry-content table th,
.p-single__entry-content table td {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.p-single__entry-content table th {
  background-color: rgba(84, 158, 223, 0.1);
  font-weight: 700;
}
.p-single__entry-content .wp-block-button {
  width: min(100%, 260px);
}
.p-single__entry-content .wp-block-button__link {
  --container-size: 348;
  position: relative;
  display: inline-block;
  inline-size: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1600cqi / var(--container-size), 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.125;
  padding-block: min(18 / var(--sp-base) * 100dvw, 18px);
  padding-inline: min(25 / var(--sp-base) * 100dvw, 25px);
  align-items: center;
  border: 2px solid transparent;
  border-radius: calc(infinity * 1px);
  text-align: center;
  background: #005eac;
  filter: drop-shadow(0px 12px 16px rgba(0, 0, 0, 0.16));
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
  text-decoration: none;
  container-type: inline-size;
}
@media (any-hover: hover) {
  .p-single__entry-content .wp-block-button__link:hover {
    opacity: 1;
  }
  .p-single__entry-content .wp-block-button__link:hover::before {
    right: 22px;
  }
}
.p-single__entry-content .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-single__entry-content {
    margin-block-start: 51px;
    width: min(100% - 120px, 1120px);
  }
}

.p-single__btn-wrap {
  margin-block-start: 91px;
  text-align: center;
}

.p-single__btn {
  position: relative;
  display: inline block;
  padding-inline-start: 19px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #000;
}
.p-single__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) rotate(-135deg);
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transition: all 0.3s ease;
}
.p-single__btn::after {
  content: "";
  position: absolute;
  bottom: -10.5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #707070;
}
.p-single__btn:hover::before {
  left: -0.3em;
}

.p-page-news {
  padding-block: 69px 67px;
}
@media screen and (min-width: 768px) {
  .p-page-news {
    padding-block: 119px 146px;
  }
}

.p-page-news__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-news__title {
    font-size: 2.5rem;
  }
}

.p-page-news__list {
  margin-block-start: 63px;
}
@media screen and (min-width: 768px) {
  .p-page-news__list {
    margin-block-start: 114px;
  }
}

.p-page-news__item a {
  display: grid;
  padding-block: 1em;
  border-block-end: 1px solid #e3e3e3;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-page-news__item a {
    grid-template-columns: auto 1fr;
    gap: 36px;
    align-items: center;
  }
}
.p-page-news__item a:hover {
  opacity: 0.6;
}

.p-page-news__item-header {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 17px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-page-news__item-header {
    gap: 21px;
  }
}

.p-page-news__date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.p-page-news__category-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}

.p-page-news__category {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid;
  padding-block: 4px;
  padding-inline: 7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #005eac;
}

.p-page-news__item-title {
  margin-block-start: 0.37em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-page-news__item-title {
    margin-block-start: 0;
    line-height: 1.375;
  }
}

.p-page-news__no-posts {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
}

.c-pagination {
  margin-block-start: 46px;
}
@media screen and (min-width: 768px) {
  .c-pagination {
    margin-block-start: 137px;
  }
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  gap: 14px;
}
.c-pagination span,
.c-pagination a {
  display: grid;
  place-content: center;
  width: 46px;
  height: 46px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #707070;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #161616;
  background: #fff;
}
.c-pagination span.current,
.c-pagination a.current {
  background-color: #161616;
  border-color: #161616;
  color: #fff;
}
.c-pagination a {
  transition: all 0.3s ease;
}
.c-pagination a:hover {
  opacity: 0.6;
}

.p-page {
  padding-block: 59px 67px;
}
@media screen and (min-width: 768px) {
  .p-page {
    padding-block: 119px 150px;
  }
}
.p-page .l-inner {
  --max-content-width: 1200px;
}

.p-page__title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page__title {
    letter-spacing: 0.05em;
    font-size: 2.4rem;
    line-height: 2.25;
  }
}

.p-page__subtitle {
  margin-block-start: 2.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page__subtitle {
    margin-block-start: 1.6em;
    font-size: 1.125rem;
  }
}

.p-page__entry-content {
  margin-block-start: 72px;
  font-family: "Noto Sans SC", sans-serif;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px) {
  .p-page__entry-content {
    margin-block-start: 86px;
    font-size: 1.125rem;
  }
}
.p-page__entry-content > *:first-child {
  margin-block-start: 0;
}
.p-page__entry-content p {
  margin-bottom: 1.5em;
}
.p-page__entry-content p:last-child {
  margin-bottom: 0;
}
.p-page__entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin: 1.5em 0;
}
.p-page__entry-content a {
  color: #005eac;
  text-decoration: underline;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-page__entry-content a:hover {
    opacity: 0.6;
  }
}
.p-page__entry-content h2,
.p-page__entry-content h3,
.p-page__entry-content h4,
.p-page__entry-content h5,
.p-page__entry-content h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  color: #161616;
  margin-block: 1.5em 0.8em;
}
.p-page__entry-content h2 {
  font-size: 1.5rem;
  line-height: 1.875;
  border-bottom: 1px solid #e5e5e5;
}
.p-page__entry-content h3 {
  font-size: 1.25rem;
  line-height: 1.6;
  border-bottom: 1px solid #e5e5e5;
}
.p-page__entry-content ul,
.p-page__entry-content ol {
  margin: 1em 0 1.5em 1.5em;
}
.p-page__entry-content ul li,
.p-page__entry-content ol li {
  margin-bottom: 0.5em;
}
.p-page__entry-content ul li {
  list-style-type: disc;
}
.p-page__entry-content ol li {
  list-style-type: decimal;
}
.p-page__entry-content blockquote {
  background-color: #e8e8e8;
  padding: 20px;
  border-radius: 10px;
  margin: 1.5em 0;
  font-style: italic;
}
.p-page__entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.p-page__entry-content table th,
.p-page__entry-content table td {
  border: 1px solid #e8e8e8;
  padding: 10px;
}
.p-page__entry-content table th {
  background-color: rgba(84, 158, 223, 0.1);
  font-weight: 700;
}
.p-page__entry-content .wp-block-button {
  width: min(100%, 260px);
}
.p-page__entry-content .wp-block-button__link {
  --container-size: 348;
  position: relative;
  display: inline-block;
  inline-size: 100%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: min(1600cqi / var(--container-size), 1rem);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.125;
  padding-block: min(18 / var(--sp-base) * 100dvw, 18px);
  padding-inline: min(25 / var(--sp-base) * 100dvw, 25px);
  align-items: center;
  border: 2px solid transparent;
  border-radius: calc(infinity * 1px);
  text-align: center;
  background: #005eac;
  filter: drop-shadow(0px 12px 16px rgba(0, 0, 0, 0.16));
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
  text-decoration: none;
  container-type: inline-size;
}
@media (any-hover: hover) {
  .p-page__entry-content .wp-block-button__link:hover {
    opacity: 1;
  }
  .p-page__entry-content .wp-block-button__link:hover::before {
    right: 22px;
  }
}
.p-page__entry-content .wp-block-button__link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s ease;
}

body.privacy-policy .p-page .l-inner {
  --max-content-width: 1540px;
}
@media screen and (min-width: 768px) {
  body.privacy-policy .p-page__entry-content {
    font-size: 1rem;
  }
}
body.privacy-policy .p-page__entry-content h2 {
  border: none;
}
@media screen and (min-width: 768px) {
  body.privacy-policy .p-page__entry-content h2 {
    font-size: 1.75rem;
  }
}
body.privacy-policy .p-page__entry-content h3 {
  font-size: 1rem;
  font-weight: 700;
  border: none;
  margin-block: 0;
}

.p-page-404__title {
  font-weight: 600;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-404__title {
    font-size: 2.5rem;
  }
}

.p-page-404__contents {
  margin-block-start: 2.4em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-404__contents {
    margin-block-start: 2.7em;
    font-size: 1.125rem;
  }
}

.p-page-404__btn-wrap {
  margin-block-start: 2em;
  width: min(100%, 300px);
  margin-inline: auto;
}

.p-page-contact__line-btn-wrap {
  margin-block-start: 62px;
  width: min(100%, 332px);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-page-contact__line-btn-wrap {
    margin-block-start: 58px;
  }
}

.p-page-contact__line-btn {
  display: grid;
  place-content: center;
  inline-size: 100%;
  padding-block: 19px;
  padding-inline: 19px;
  border-radius: 34.5px;
  background: #00c300;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #fff;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
}
.p-page-contact__line-btn span {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  align-items: center;
}
.p-page-contact__line-btn:hover {
  opacity: 0.6;
}

.p-page-contact__tel-wrap {
  margin-block-start: 59px;
  padding-block: 22px 29px;
  background: #ecf3f8;
}
@media screen and (min-width: 768px) {
  .p-page-contact__tel-wrap {
    margin-block-start: 75px;
    padding-block: 31px 34px;
  }
}

.p-page-contact__tel {
  width: fit-content;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Arial;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: -0.01em;
  line-height: 1.3;
  color: #005eac;
}
@media screen and (min-width: 600px) {
  .p-page-contact__tel {
    gap: 16px;
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-page-contact__tel {
    font-size: 3.75rem;
  }
}
.p-page-contact__tel img {
  width: 36px;
  aspect-ratio: 36/22;
  object-fit: contain;
}
@media screen and (min-width: 600px) {
  .p-page-contact__tel img {
    width: 45px;
    aspect-ratio: 45/27;
  }
}
@media screen and (min-width: 768px) {
  .p-page-contact__tel img {
    width: 59px;
    aspect-ratio: 59/39;
  }
}

.p-page-contact__tel-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 2.16;
  text-align: center;
  color: #161616;
}
@media screen and (min-width: 768px) {
  .p-page-contact__tel-text {
    font-size: 0.875rem;
  }
}

.wpcf7-form {
  width: 100%;
  margin-inline: auto;
  display: grid;
  padding-block: 60px;
  padding-inline: 20px;
  background: #fafafa;
}
@media screen and (min-width: 600px) {
  .wpcf7-form {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form {
    padding-block: 110px 102px;
  }
}

.p-form__control {
  display: grid;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .p-form__control {
    grid-template-columns: 27% 1fr;
    width: min(100%, 914px);
    margin-inline: auto;
  }
}
.p-form__control + * {
  margin-block-start: 38px;
}
@media screen and (min-width: 768px) {
  .p-form__control + * {
    margin-block-start: 46px;
  }
}
.p-form__control:has(input[type=text], input[type=email], input[type=tel]) {
  align-items: center;
}

.p-form__control--acceptance {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-form__control--acceptance {
    justify-content: unset;
  }
}

.wpcf7-form label {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .wpcf7-form label {
    font-size: 1rem;
  }
}

.p-form__label-required {
  padding-inline: 0.375em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #a71111;
}

.wpcf7-form input[type=text],
.wpcf7-form input[type=email],
.wpcf7-form input[type=tel],
.wpcf7-form textarea {
  width: 100%;
  border-radius: 4px;
  padding: 0.75em 1em;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .wpcf7-form input[type=text],
  .wpcf7-form input[type=email],
  .wpcf7-form input[type=tel] {
    width: min(100%, 343px);
  }
}

.wpcf7-form textarea {
  min-height: 160px;
  resize: vertical;
}

.wpcf7-form .wpcf7-radio {
  margin-block-start: 0.75em;
  display: grid;
  row-gap: 1.5em;
}
@media screen and (min-width: 600px) {
  .wpcf7-form .wpcf7-radio {
    grid-template-columns: repeat(2, auto);
    column-gap: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .wpcf7-form .wpcf7-radio {
    margin-block-start: 0;
  }
}

.wpcf7-form .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}

.wpcf7-form .wpcf7-list-item label {
  position: relative;
  display: flex;
  align-items: center;
  padding-inline-start: calc(25px + 0.75em);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.6875;
  cursor: pointer;
}

.wpcf7-form .wpcf7-list-item input[type=radio] {
  --radioIconSize: 25px;
  appearance: none;
  -webkit-appearance: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: var(--radioIconSize);
  height: var(--radioIconSize);
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  background: #fff;
  outline: none;
  cursor: pointer;
}

.wpcf7-form .wpcf7-list-item input[type=radio]:checked::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(var(--radioIconSize) - 10px);
  height: calc(var(--radioIconSize) - 10px);
  background-color: #005eac;
  border-radius: 50%;
}

.wpcf7-form .wpcf7-acceptance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  .wpcf7-form .wpcf7-acceptance {
    justify-content: unset;
  }
}
.wpcf7-form .wpcf7-acceptance a {
  color: inherit;
  text-decoration: none;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox] {
  --checkboxSize: 25px;
  appearance: none;
  -webkit-appearance: none;
  position: relative;
  width: var(--checkboxSize);
  height: var(--checkboxSize);
  border: 1px solid #d4d4d4;
  border-radius: 3px;
  background-color: #fff;
  outline: none;
  cursor: pointer;
  vertical-align: middle;
}

.wpcf7-form .wpcf7-acceptance input[type=checkbox]:checked::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 16px;
  height: 8px;
  border-left: 2px solid #005eac;
  border-bottom: 2px solid #005eac;
  transform: translate(-50%, -60%) rotate(-45deg);
}

.wpcf7-form .wpcf7-acceptance .wpcf7-list-item label {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 1em;
}

.wpcf7-form .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem;
  letter-spacing: 0.03em;
  line-height: 1.6875;
  cursor: pointer;
}

.p-form__btn-wrap {
  margin-block-start: 67px;
  width: min(100%, 266px);
  margin-inline: auto;
}

.wpcf7-form input[type=submit] {
  display: inline-block;
  inline-size: 100%;
  border-radius: 33.5px;
  background: #005eac;
  padding-block: 16px;
  padding-inline: 1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.25rem;
  text-align: center;
  color: #fff;
  touch-action: manipulation;
  user-select: none;
  transition: all 0.3s ease;
}
.wpcf7-form input[type=submit]:hover {
  opacity: 0.6;
}
.wpcf7-form input[type=submit]:disabled {
  cursor: not-allowed;
  opacity: 0.4;
}
.wpcf7-form input[type=submit]:disabled:hover {
  opacity: 0.4;
}

.p-form__notice {
  margin-block-start: 3em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.03em;
  line-height: 1.6875;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-form__notice {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .p-form__notice {
    font-size: 0.875rem;
  }
}
.p-form__notice a {
  color: inherit;
  text-decoration: none;
}

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

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

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

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

.u-show-sm {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-show-sm {
    display: block;
  }
}

.u-show-md {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-md {
    display: block;
  }
}

.u-show-lg {
  display: none;
}
@media screen and (min-width: 900px) {
  .u-show-lg {
    display: block;
  }
}

.u-show-xl {
  display: none;
}
@media screen and (min-width: 1200px) {
  .u-show-xl {
    display: block;
  }
}

.u-show-md-il {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-show-md-il {
    display: inline;
  }
}
