@charset "UTF-8";
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* 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 {
  font-size: 1rem;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  color: #232323;
  letter-spacing: 0.05em;
}

/**
 * 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;
  line-height: 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: 0;
  border-top: 1px solid;
  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] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  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;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
  width: 100%;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.l-container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    padding-inline: 20px;
  }
}

.l-main {
  margin-top: 180px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 120px;
  }
}

.l-body {
  overflow: hidden;
}

.l-spacer-primary {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-spacer-primary {
    margin-top: 56px;
  }
}

.l-spacer-secondary {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-spacer-secondary {
    margin-top: 64px;
  }
}

.l-spacer-third {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-spacer-third {
    margin-top: 80px;
  }
}

.l-spacer-bottom {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .l-spacer-bottom {
    margin-bottom: 80px;
  }
}

.l-container-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 80px 64px;
}
@media screen and (max-width: 830px) {
  .l-container-wrap {
    flex-direction: column;
    gap: 40px;
  }
}

.l-main-contents {
  flex: 1;
  order: 0;
}

.c-form__body {
  max-width: 800px;
  margin: 40px auto 0;
}
.c-form__item + .c-form__item {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-form__item + .c-form__item {
    margin-top: 32px;
  }
}
.c-form__item input[type=text],
.c-form__item input[type=tel],
.c-form__item input[type=email],
.c-form__item input[type=password],
.c-form__item textarea {
  display: block;
  width: 100%;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-form__item input[type=text],
  .c-form__item input[type=tel],
  .c-form__item input[type=email],
  .c-form__item input[type=password],
  .c-form__item textarea {
    padding: 12px 16px;
  }
}
.c-form__label {
  display: block;
  margin-bottom: 16px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-form__label {
    font-size: 1rem;
  }
}
.c-form__label + .c-form__sup {
  margin-top: -8px;
}
.c-form__eq {
  display: inline-block;
  margin-left: 8px;
  padding: 5px 8px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  vertical-align: text-bottom;
}
.c-form__attr {
  margin-top: 23px;
  text-align: center;
  font-size: 12px;
  line-height: 1.75;
  color: #888;
}
.c-form__attr + .c-form__item {
  margin-top: 24px;
}
.c-form__heading {
  display: block;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
}
.c-form__text {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-form__text {
    font-size: 12px;
  }
}
.c-form__grid {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-form__grid {
    gap: 16px;
    flex-direction: column;
  }
}
.c-form__grid + .c-form__subLabel {
  margin-top: 16px;
}
.c-form__cardNum input {
  display: block;
  width: 260px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-form__cardNum input {
    padding: 12px 16px;
    border-radius: 5px;
  }
}
.c-form__cardDate input {
  display: block;
  width: 200px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-form__cardDate input {
    padding: 12px 16px;
    border-radius: 5px;
  }
}
.c-form__cardCord input {
  display: block;
  width: 130px;
  padding: 16px 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-form__cardCord input {
    padding: 12px 16px;
    border-radius: 5px;
  }
}
.c-form__err {
  margin-bottom: 32px;
  padding: 24px 32px;
  background-color: #fffdfd;
  border: 1px solid #af0000;
  color: #af0000;
  font-size: 14px;
  line-height: 1.75;
}
.c-form__address {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .c-form__address {
    flex-direction: column;
    gap: 8px;
    margin-bottom: 8px;
  }
}
.c-form__postNum {
  display: flex;
  gap: 8px;
}
.c-form__postNum span {
  align-self: center;
  font-size: 1.125rem;
  font-weight: 600;
}
.c-form__postNum input[type=text] {
  width: 200px;
  margin-top: 0;
}
.c-form__sup {
  margin-bottom: 16px;
  color: #888;
  font-size: 0.75rem;
}
.c-form__link {
  margin-top: 40px;
  text-align: center;
  font-size: 0.875rem;
}
.c-form__info {
  margin-bottom: 40px;
  padding: 24px 32px;
  background-color: #F8F9FB;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-form__info {
    margin-bottom: 32px;
    padding: 24px;
    font-size: 0.75rem;
  }
}
.c-form__error {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 40px;
  padding: 32px 32px 32px 56px;
  background: url(../img/common/icon-error.svg) no-repeat left 28px top 34px/20px, #fff6f6;
  border: 1px solid #af0000;
  border-radius: 2px;
  color: #af0000;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-form__error {
    padding: 16px 24px 16px 40px;
    background-position: left 16px top 16px;
  }
}
.c-form__error li {
  display: flex;
}
.c-form__error li::before {
  content: "・";
}

.c-checkbox__list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 40px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-checkbox__list {
    gap: 8px 16px;
  }
}
.c-checkbox__list label {
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-checkbox__list label {
    padding-left: 32px;
    font-size: 14px;
    line-height: 24px;
  }
}
.c-checkbox__list label.is-disabled {
  color: #888;
}
.c-checkbox__list label input[type=checkbox] {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-checkbox__list label input[type=checkbox]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-checkbox__list label input[type=checkbox]::before {
    width: 24px;
    height: 24px;
  }
}
.c-checkbox__list label input[type=checkbox]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  bottom: 4px;
  width: 16px;
  height: 10px;
  margin: auto;
  border-left: 2px solid #112444;
  border-bottom: 2px solid #112444;
  transform: rotate(-45deg);
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-checkbox__list label input[type=checkbox]::after {
    left: 4px;
  }
}
.c-checkbox__list label input[type=checkbox]:checked::after {
  opacity: 1;
}
.c-checkbox__list label input[type=checkbox]:disabled::after {
  opacity: 0;
}
.c-checkbox__list label input[type=checkbox]:disabled::before {
  background-color: #ededed;
}
.c-checkbox__list label span {
  font-size: 12px;
}

.c-radio__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-radio__list {
    gap: 8px 16px;
  }
}
.c-radio__list + .c-form__grid, .c-radio__list + .c-selectbox {
  margin-top: 8px;
}
.c-radio__list label {
  position: relative;
  padding-left: 40px;
  font-weight: 400;
  line-height: 1.75;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-radio__list label {
    padding-left: 36px;
    font-size: 14px;
    line-height: 32px;
  }
}
.c-radio__list label input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-radio__list label input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 28px;
  margin: auto;
  border-radius: 28px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-radio__list label input[type=radio]::before {
    width: 28px;
    height: 28px;
  }
}
.c-radio__list label input[type=radio]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  border-radius: 20px;
  background-color: #14468C;
  opacity: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-radio__list label input[type=radio]::after {
    left: 5px;
    width: 18px;
    height: 18px;
  }
}
.c-radio__list label input[type=radio]:checked::after {
  opacity: 1;
}

.c-radioButton__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .c-radioButton__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-radioButton__list label {
  position: relative;
  padding: 8px 16px;
  text-align: center;
  cursor: pointer;
}
.c-radioButton__list label span {
  color: #888;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .c-radioButton__list label span {
    font-size: 0.875rem;
  }
}
.c-radioButton__list label input[type=radio] {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.c-radioButton__list label input[type=radio]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #d9d9d9;
  border: 1px solid #e5e5e5;
  cursor: pointer;
  z-index: -1;
}
.c-radioButton__list label input[type=radio]:checked::before {
  background-color: #112444;
}
.c-radioButton__list label input[type=radio]:checked + span {
  color: #fff;
}

.c-selectbox {
  position: relative;
  display: inline-block;
  height: 52px;
}
@media screen and (max-width: 767px) {
  .c-selectbox {
    display: block;
    height: 45px;
  }
}
.c-selectbox.-full {
  width: 100%;
}
.c-selectbox::after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: 16px;
  transform: translateY(-50%);
  border-top: 10px solid #112444;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .c-selectbox::after {
    right: 10px;
    border-top: 8px solid #112444;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
.c-selectbox select {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 45px 10px 16px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-selectbox select {
    width: 100%;
    padding: 8px 24px 8px 16px;
  }
}

.c-form__birth {
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-form__birth select {
  width: 130px;
}
@media screen and (max-width: 767px) {
  .c-form__birth select {
    width: 80px;
  }
}
.c-form__birth.-min select {
  width: 80px;
}

.c-form__termBlock {
  margin-top: 64px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-form__termBlock {
    margin-top: 48px;
  }
}
.c-form__termBlock .c-checkbox__list {
  margin-top: 24px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-form__termBlock .c-checkbox__list {
    margin-top: 16px;
  }
}

input[type=submit],
button[type=button] {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  background-color: #112444;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  input[type=submit],
  button[type=button] {
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  input[type=submit],
  button[type=button] {
    transition: opacity 0.3s;
  }
  input[type=submit]:hover,
  button[type=button]:hover {
    opacity: 0.7;
  }
}

input[type=submit][disabled] {
  background-color: #ccc;
  color: #888;
  pointer-events: none;
}
input[type=submit][disabled]:hover {
  margin-top: 0;
  border: none;
}

input[type=button] {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  background-color: #112444;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  input[type=button] {
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  input[type=button] {
    transition: opacity 0.3s;
  }
  input[type=button]:hover {
    opacity: 0.7;
  }
}

input[name=back] {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  background-color: #ccc;
  color: #888;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  input[name=back] {
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  input[name=back] {
    transition: opacity 0.3s;
  }
  input[name=back]:hover {
    opacity: 0.7;
  }
}

.p-innerHero {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 280px;
  padding: 40px 40px 40px 8.3333333333vw;
  background: url(../img/common/bg-c.svg) no-repeat left 11.11111111vw top/auto 100%;
  background-color: #F8F9FB;
  color: #112444;
}
@media screen and (max-width: 767px) {
  .p-innerHero {
    min-height: 160px;
    padding: 24px 20px;
    background-position: left 20px top;
  }
}
.p-innerHero__heading {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-innerHero__heading {
    font-size: 1.75rem;
  }
}
.p-innerHero__heading small {
  display: block;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-innerHero__heading small {
    font-size: 0.875rem;
  }
}

.c-heading-primary {
  margin-bottom: 64px;
  color: #112444;
  text-align: center;
  font-size: 2.875rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-heading-primary span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-heading-primary {
    margin-bottom: 32px;
    font-size: 1.625rem;
  }
}
.c-heading-primary.-wh {
  color: #fff;
}

.c-heading-secondary {
  margin-bottom: 32px;
  color: #112444;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-heading-secondary {
    margin-bottom: 24px;
    font-size: 1.375rem;
  }
}
.c-heading-secondary span {
  display: inline-block;
}

.c-heading-third {
  margin-bottom: 32px;
  color: #112444;
  text-align: center;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-heading-third {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}
.c-heading-third span {
  display: inline-block;
}

.c-heading-border {
  position: relative;
  margin-block: 56px 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  color: #112444;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-heading-border {
    font-size: 1.125rem;
  }
}
.c-heading-border::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color: #14468C;
}

.c-heading-sub {
  margin-bottom: 8px;
  color: #112444;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-heading-sub {
    font-size: 1.125rem;
  }
}

.c-title-primary {
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title-primary {
    grid-area: 2/1/3/3;
    font-size: 1.125rem;
  }
}

.c-title-secondary {
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title-secondary {
    font-size: 1.125rem;
  }
}

.c-title-num {
  margin-block: 32px 16px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-title-num {
    font-size: 1rem;
  }
}

.c-button-wrap {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-button-wrap {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    margin-top: 32px;
  }
}
.c-button-wrap + .c-button-wrap {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-button-wrap + .c-button-wrap {
    margin-top: 24px;
  }
}

.c-button-primary {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  background-color: #112444;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-button-primary {
    max-width: 240px;
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-primary {
    transition: opacity 0.3s;
  }
  .c-button-primary:hover {
    opacity: 0.7;
  }
}

.c-button-secondary {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  background-color: #fff;
  color: #112444;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-button-secondary {
    max-width: 240px;
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-secondary {
    transition: opacity 0.3s;
  }
  .c-button-secondary:hover {
    opacity: 0.7;
  }
}

.c-button-third {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  background-color: #fff;
  color: #112444;
  border: 1px solid #14468C;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-button-third {
    max-width: 240px;
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-third {
    transition: opacity 0.3s;
  }
  .c-button-third:hover {
    opacity: 0.7;
  }
}

.c-button-register {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding: 24px;
  background: linear-gradient(92deg, #F9D46D 0%, #BD9937 39.59%, #AD8E3B 100%);
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
  .c-button-register {
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-register {
    transition: opacity 0.3s;
  }
  .c-button-register:hover {
    opacity: 0.7;
  }
}
.c-button-register::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 4px;
  bottom: 0;
  width: 16px;
  height: 1px;
  margin: auto;
  background: #fff;
}
.c-button-register::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  border-left: 3px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: translateY(-50%);
}

.c-button-login {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 340px;
  padding: 24px;
  background: #fff;
  color: #112444;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 767px) {
  .c-button-login {
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-button-login {
    transition: opacity 0.3s;
  }
  .c-button-login:hover {
    opacity: 0.7;
  }
}
.c-button-login::before {
  content: "";
  position: absolute;
  right: 30px;
  top: 4px;
  bottom: 0;
  width: 16px;
  height: 1px;
  margin: auto;
  background: #112444;
}
.c-button-login::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  border-left: 3px solid #112444;
  border-bottom: 2px solid #112444;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: translateY(-50%);
}

.c-bnr__list {
  display: flex;
  gap: 2px;
}
@media screen and (max-width: 767px) {
  .c-bnr__list {
    flex-direction: column;
  }
}
.c-bnr__item {
  width: 100%;
}
.c-bnr__link {
  display: block;
  padding-left: 2.7777777778vw;
  padding-block: 4.4444444444vw;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-bnr__link {
    padding-block: 8.53333333vw;
    padding-left: 8.53333333vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr__link:hover {
    color: #fff;
  }
  .c-bnr__link:hover .c-bnr__more {
    color: #fff;
    border-color: #fff;
  }
}
.c-bnr__link.-support {
  background: url(../img/common/illust-support.svg) no-repeat right 16px center/auto 90%;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .c-bnr__link.-support {
    background-position: right 24px center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr__link.-support:hover {
    background-color: #233F85;
  }
}
.c-bnr__link.-tool {
  background: url(../img/common/illust-tool.svg) no-repeat right 16px center/auto 90%;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .c-bnr__link.-tool {
    background-position: right 24px center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr__link.-tool:hover {
    background-color: #233F85;
  }
}
.c-bnr__link.-contents {
  background: url(../img/common/illust-contents.svg) no-repeat right 16px center/auto 90%;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .c-bnr__link.-contents {
    background-position: right 24px center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-bnr__link.-contents:hover {
    background-color: #233F85;
  }
}
.c-bnr__subTitle {
  font-size: 1.11111111vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-bnr__subTitle {
    font-size: 3.733333333vw;
  }
}
.c-bnr__title {
  margin-top: 4px;
  font-size: 1.944444444vw;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-bnr__title {
    font-size: 5.33333333vw;
  }
}
.c-bnr__more {
  position: relative;
  display: inline-block;
  margin-top: 2.222222222vw;
  padding-bottom: 8px;
  color: #112444;
  border-bottom: 1px solid #112444;
  font-size: 0.972222222vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-bnr__more {
    margin-top: 4.26666667vw;
    font-size: 3.2vw;
  }
}
.c-bnr__more::after {
  content: "→";
  display: inline-block;
  margin-left: 1em;
}

.c-article__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .c-article__list {
    gap: 24px;
  }
}
.c-article__item {
  padding-bottom: 24px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-article__item {
    padding-bottom: 16px;
  }
}
.c-article__link {
  display: flex;
  gap: 32px;
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .c-article__link {
    transition: opacity 0.3s;
  }
  .c-article__link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .c-article__link {
    gap: 16px;
  }
}
.c-article__thumb {
  flex-shrink: 0;
  width: 38%;
}
@media screen and (max-width: 767px) {
  .c-article__thumb {
    width: 35%;
  }
}
.c-article__thumb img {
  width: 100%;
  height: auto;
}
.c-article__textBox {
  flex: 1;
}
.c-article__top {
  display: flex;
  gap: 8px 24px;
  align-items: center;
  flex-wrap: wrap;
}
.c-article__date {
  color: #888;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-article__tag {
  align-self: flex-start;
  display: inline-block;
  padding: 4px 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}
.c-article__tag.-inhouse {
  background-color: #14728C;
}
.c-article__tag.-training {
  background-color: #8C2614;
}
.c-article__tag.-truth {
  background-color: #602B88;
}
.c-article__tag.-other {
  background-color: #44763B;
}
.c-article__title {
  margin-top: 16px;
  color: #112444;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__title {
    margin-top: 8px;
    font-size: 0.875rem;
  }
}
.c-article__excerpt {
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .c-article__excerpt {
    font-size: 0.75rem;
  }
}
.c-article__heading {
  position: relative;
  margin-top: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__heading {
    font-size: 1.5rem;
  }
}
.c-article__heading::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color: #233F85;
}
.c-article__mainImage {
  margin-top: 40px;
}
.c-article__mainImage img {
  max-width: 100%;
  height: auto;
}
.c-article__button-wrap {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.c-article__button {
  display: flex;
  font-size: 1.25rem;
}
.c-article__movie {
  margin-top: 56px;
}
.c-article__movie video {
  aspect-ratio: 16/9;
}
.c-article__contents {
  margin-top: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.c-article__contents h1 {
  position: relative;
  margin-block: 56px 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents h1 {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }
}
.c-article__contents h1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 1px;
  background-color: #14468C;
}
.c-article__contents h2 {
  margin-block: 56px 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents h2 {
    margin-bottom: 24px;
    font-size: 1.375rem;
  }
}
.c-article__contents h3 {
  margin-block: 56px 24px;
  padding-left: 16px;
  border-left: 4px solid #14468C;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents h3 {
    font-size: 1.25rem;
  }
}
.c-article__contents h4 {
  margin-block: 56px 24px;
  padding-left: 16px;
  border-left: 4px solid #F39800;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents h4 {
    font-size: 1.25rem;
  }
}
.c-article__contents h5 {
  margin-block: 56px 24px;
  color: #233F85;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents h5 {
    font-size: 1.125rem;
  }
}
.c-article__contents h6 {
  margin-block: 56px 16px;
  color: #112444;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents h6 {
    font-size: 1rem;
  }
}
.c-article__contents p {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-article__contents p {
    font-size: 0.875rem;
  }
}
.c-article__contents p + .c-article__contents p {
  margin-top: 1em;
}
.c-article__contents a {
  color: #112444;
  text-decoration: underline;
}
.c-article__contents ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  list-style: disc;
  margin-left: 1em;
}
.c-article__contents ul li {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents ul li {
    font-size: 0.875rem;
  }
}
.c-article__contents ul li::marker {
  color: #233F85;
  line-height: 1.8;
}
.c-article__contents ul + p {
  margin-top: 24px;
}
.c-article__contents ol {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 24px;
  margin-left: 1em;
  list-style: decimal;
}
.c-article__contents ol li {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents ol li {
    font-size: 0.875rem;
  }
}
.c-article__contents ol li::marker {
  color: #233F85;
  line-height: 1.8;
}
.c-article__contents ol + p {
  margin-top: 24px;
}
.c-article__contents hr {
  margin-block: 40px;
  border-color: #e5e5e5;
}
.c-article__contents table {
  width: 100%;
  margin-top: 40px;
}
.c-article__contents table th {
  padding: 16px;
  background-color: #233F85;
  color: #fff;
  border-left: 1px solid #fff;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents table th {
    font-size: 0.875rem;
  }
}
.c-article__contents table th:first-child {
  border-left: none;
}
.c-article__contents table td {
  padding: 16px;
  border-left: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-article__contents table td {
    font-size: 0.875rem;
  }
}
.c-article__contents table td:last-child {
  border-right: 1px solid #e5e5e5;
}
.c-article__contents table + p {
  margin-top: 24px;
}
.c-article__contents blockquote {
  margin-top: 40px;
  padding: 24px;
  background-color: #f5f5f5;
  font-size: 0.875rem;
  line-height: 1.5;
}
.c-article__contents blockquote cite {
  display: block;
  color: #888;
  margin-top: 8px;
  text-align: right;
}

.c-articleDl__block {
  margin-top: 40px;
}
.c-articleDl__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-articleDl__button {
  margin-top: 24px;
  text-align: center;
}

.c-articleCard__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px 16px;
}
@media screen and (max-width: 1120px) {
  .c-articleCard__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-articleCard__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}
.c-articleCard__link .c-article__date {
  margin-top: auto;
}
@media (hover: hover) and (pointer: fine) {
  .c-articleCard__link {
    transition: opacity 0.3s;
  }
  .c-articleCard__link:hover {
    opacity: 0.7;
  }
  .c-articleCard__link:hover .c-articleCard__thumb img {
    scale: 1.05;
  }
}
.c-articleCard__thumb {
  position: relative;
  width: 100%;
  padding-top: 56.4285%;
  overflow: hidden;
}
.c-articleCard__thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
}
.c-articleCard__textBlock {
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  padding: 16px;
}
.c-articleCard__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.c-articleCard__rankingIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  padding: 2px 8px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  z-index: 1;
}
.c-articleCard__rankingIcon.-no1 {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
}
.c-articleCard__rankingIcon.-no2 {
  background: linear-gradient(180deg, #EEEDEC 0%, #C3C0B3 50%, #ACABA8 100%);
}
.c-articleCard__rankingIcon.-no3 {
  background: linear-gradient(180deg, #EF9A65 0%, #D36F31 50%, #B85618 100%);
}

.pager {
  margin-top: 64px;
}
@media screen and (max-width: 767px) {
  .pager {
    margin-top: 40px;
  }
}
.pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .pager ul {
    gap: 8px;
  }
}
.pager ul li a {
  padding: 8px;
  color: #112444;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
  .pager ul li a {
    transition: opacity 0.3s;
  }
  .pager ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .pager ul li a {
    font-size: 12px;
  }
}
.pager ul li span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  border-radius: 2px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .pager ul li span {
    width: 32px;
    height: 32px;
    font-size: 12px;
    line-height: 32px;
  }
}

.c-popup__block {
  margin-top: 48px;
  padding: 40px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-popup__block {
    padding: 24px;
  }
}
.c-popup__heading {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.c-popup__heading span {
  display: inline-block;
}
.c-popup__heading::before {
  content: "";
  display: block;
  width: 42px;
  height: 43px;
  margin: 0 auto 16px;
  background: url(../img/common/icon-key.svg) no-repeat center/cover;
}
.c-popup__text {
  margin-top: 8px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.8;
  font-weight: 400;
}
.c-popup__text a {
  text-decoration: underline;
  font-weight: 600;
}
.c-popup__text span {
  display: inline-block;
}
.c-popup__button-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-popup__button-wrap {
    margin-top: 32px;
    gap: 16px;
  }
}
.c-popup__bg {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
}
.c-popup__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  width: 100%;
  max-width: 780px;
  margin-top: -48px;
  transform: translate(-50%, -50%);
  z-index: 1000;
}
.c-popup__close {
  position: fixed;
  top: 48px;
  right: 40px;
  width: 40px;
  height: 40px;
}
@media screen and (max-width: 767px) {
  .c-popup__close {
    right: 20px;
  }
}
.c-popup__close::after {
  content: "×";
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.c-table01 {
  width: 100%;
  margin-top: 40px;
}
.c-title-secondary + .c-table01 {
  margin-top: 0;
}

.c-table01 thead th {
  padding: 24px;
  background-color: #233F85;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table01 thead th {
    padding: 16px;
    font-size: 1rem;
  }
}
.c-table01 thead th span {
  display: inline-block;
}
.c-table01 thead th.-clear {
  background-color: transparent;
}
.c-table01 thead th + th {
  border-left: 1px solid #fff;
}
.c-table01 tbody th {
  padding: 16px;
  background-color: #F6F6F6;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody th {
    font-size: 0.875rem;
  }
}
.c-table01 tbody th span {
  display: inline-block;
}
.c-table01 tbody td {
  padding: 16px;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  text-align: center;
  vertical-align: middle;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody td {
    padding: 8px;
    font-size: 0.875rem;
  }
}
.c-table01 tbody td strong {
  color: #F39800;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody td strong {
    font-size: 1.125rem;
  }
}
.c-table01 tbody td small {
  display: block;
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody td small {
    font-size: 0.75rem;
  }
}
.c-table01 tbody td span {
  display: inline-block;
}
.c-table01 tbody.-left th, .c-table01 tbody.-left td {
  text-align: left;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .c-table01 tbody.-left th, .c-table01 tbody.-left td {
    padding-inline: 16px;
  }
}

.c-table__attr {
  margin-top: 24px;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-table__attr {
    margin-top: 16px;
    font-size: 0.875rem;
  }
}

.c-faq__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-faq__list {
    gap: 32px;
    padding-top: 32px;
  }
}
.c-faq__item {
  padding-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-faq__item {
    padding-bottom: 32px;
  }
}
.c-faq__title {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #112444;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-faq__title {
    gap: 16px;
    font-size: 1rem;
  }
}
.c-faq__title::before {
  content: "Q";
  align-self: flex-start;
  display: inline-block;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq__title::before {
    font-size: 2rem;
  }
}
.c-faq__answer {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 24px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-faq__answer {
    gap: 16px;
    margin-top: 16px;
    font-size: 0.875rem;
  }
}
.c-faq__answer::before {
  content: "A";
  align-self: flex-start;
  display: inline-block;
  color: #112444;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-faq__answer::before {
    font-size: 2rem;
  }
}

.c-cta {
  padding-block: clamp(2.5rem, -2.955rem + 11.36vw, 5rem);
  background: url(../img/common/bg-c-wh.svg) no-repeat left 20% center/auto 100%, linear-gradient(101deg, #14468C 37.34%, #3E629D 70.68%);
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding-block: 40px 8px;
    background: url(../img/common/bg-c-wh.svg) no-repeat center top 24px/100% auto, linear-gradient(101deg, #14468C 37.34%, #3E629D 70.68%);
  }
}
.c-cta__inner {
  position: relative;
  max-width: 1120px;
  margin-inline: auto;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding-inline: 20px;
    text-align: center;
  }
}
.c-cta__inner::after {
  content: "";
  position: absolute;
  right: 40px;
  bottom: clamp(-80px, -13.89vw + 75px, -40px);
  width: 35%;
  padding-top: 36.5%;
  background: url(../img/common/cta.svg) no-repeat center bottom/cover;
}
@media screen and (max-width: 767px) {
  .c-cta__inner::after {
    position: static;
    display: block;
    width: 69.333333333%;
    padding-top: 72.7013333333%;
    margin: 24px auto 0;
  }
}
.c-cta__read {
  margin-bottom: 48px;
  color: #fff;
  font-size: clamp(1.375rem, 0.011rem + 2.84vw, 2rem);
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-cta__read {
    margin-bottom: 32px;
    font-size: 1.375rem;
  }
}
.c-cta__read span {
  display: inline-block;
}
.c-cta__textBlock {
  width: 64%;
}
@media screen and (max-width: 767px) {
  .c-cta__textBlock {
    width: 100%;
  }
}

.c-ctaSup {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .c-ctaSup {
    margin-top: 32px;
  }
}
.c-ctaSup__read {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-ctaSup__read {
    font-size: 1.125rem;
  }
}
.c-ctaSup__read span {
  display: inline-block;
}
.c-ctaSup__text {
  margin-top: 8px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-ctaSup__text {
    font-size: 0.875rem;
  }
}
.c-ctaSup__text span {
  display: inline-block;
}
.c-ctaSup__block {
  margin-top: 32px;
  padding: 32px 40px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .c-ctaSup__block {
    margin-top: 24px;
    padding: 24px;
  }
}
.c-ctaSup__title {
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .c-ctaSup__title {
    font-size: 0.875rem;
  }
}
.c-ctaSup__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 16px;
}
.c-ctaSup__item {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-ctaSup__item {
    font-size: 0.75rem;
  }
}
.c-ctaSup__item::before {
  content: "・";
  display: inline-block;
}

.c-tab {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 8px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-tab {
    gap: 0 4px;
  }
}
.c-tab__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  background-color: #f5f5f5;
  color: #888;
  border-bottom: 1px solid #e5e5e5;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-tab__item {
    padding: 10px 3px;
    font-size: 0.75rem;
    line-height: 0.875rem;
  }
  .c-tab__item span {
    display: block;
  }
}
.c-tab__item.is-active {
  position: relative;
  background-color: #fff;
  color: #112444;
  border-width: 1px 1px 0 1px;
  border-color: #e5e5e5;
  border-style: solid;
  z-index: 1;
}
.c-tab input:checked + .c-tab__item {
  position: relative;
  background-color: #fff;
  color: #112444;
  border-width: 1px 1px 0 1px;
  border-color: #e5e5e5;
  border-style: solid;
  z-index: 1;
}
.c-tab__item.-col2 {
  width: calc((100% - 8px) / 2);
}
@media screen and (max-width: 767px) {
  .c-tab__item.-col2 {
    width: calc((100% - 4px) / 2);
  }
}
.c-tab__item.-col3 {
  width: calc((100% - 16px) / 3);
}
@media screen and (max-width: 767px) {
  .c-tab__item.-col3 {
    width: calc((100% - 8px) / 3);
  }
}
.c-tab input[type=radio] {
  display: none;
}
.c-tab__contents {
  display: none;
  width: 100%;
  margin-top: -1px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-tab__contents {
    padding-top: 0;
  }
}
.c-tab #tab01:checked ~ #tab01-contents,
.c-tab #tab02:checked ~ #tab02-contents,
.c-tab #tab03:checked ~ #tab03-contents {
  display: block;
}

.p-header {
  position: fixed;
  top: 0;
  background-color: #fff;
  width: 100%;
  padding: 16px 24px 0;
  border-bottom: 1px solid #e5e5e5;
  z-index: 100;
}
@media screen and (max-width: 880px) {
  .p-header {
    padding: 16px 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-header {
    display: flex;
    padding: 8px;
  }
}
.p-header__heading {
  position: absolute;
  top: 16px;
  left: 32px;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 880px) {
  .p-header__heading {
    left: 16px;
    gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__heading {
    position: static;
  }
}
.p-header__logo img {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 880px) {
  .p-header__logo img {
    height: 35px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    height: 30px;
  }
}
.p-header__read {
  align-self: center;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-header__read {
    margin-left: -2em;
    scale: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    position: fixed;
    top: 47px;
    left: 0;
    display: none;
    width: 100%;
    height: 100vh;
    max-height: calc(100vh - 47px);
    padding: 40px;
    background: #F8F9FB;
    overflow-y: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-header__menu-body {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}

.p-subMenu__list {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}
@media screen and (max-width: 880px) {
  .p-subMenu__list {
    gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .p-subMenu__list {
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
    padding-top: 32px;
    border-top: 1px solid #e5e5e5;
  }
}
.p-subMenu__item {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .p-subMenu__item a:hover {
    opacity: 0.7;
  }
}
.p-subMenu__link {
  display: block;
  padding: 14px 16px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.3s;
}
.p-subMenu__link.-search {
  background: #3E629D;
  color: #fff;
}
.p-subMenu__link.-register {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
  color: #fff;
}
.p-subMenu__link.-login {
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
}
.p-subMenu__link.-contact {
  background-color: #fff;
  color: #112444;
  border: 1px solid #e5e5e5;
}

.p-globalNav {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .p-globalNav {
    flex-direction: column;
    gap: 16px;
  }
}
.p-globalNav__item {
  position: relative;
}
.p-globalNav__item > a {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-globalNav__item > a {
    display: none;
  }
}
.p-globalNav__item > a + span {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-globalNav__item > a + span {
    display: inline-block;
  }
}
.p-globalNav__link {
  display: inline-block;
  padding: 24px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .p-globalNav__link {
    padding: 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-globalNav__link {
    padding: 8px 0;
  }
}
.p-globalNav__button {
  position: relative;
  display: inline-block;
  padding: 24px 32px 24px 24px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  cursor: pointer;
}
@media screen and (max-width: 880px) {
  .p-globalNav__button {
    padding: 24px 24px 24px 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-globalNav__button {
    width: 100%;
    padding: 8px 0;
  }
}
.p-globalNav__button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #14468C;
  border-bottom: 1px solid #14468C;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-globalNav__button::after {
    content: "＋";
    right: 0;
    width: auto;
    height: fit-content;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    transform: rotate(0);
  }
}
@media screen and (max-width: 767px) {
  .p-globalNav__button.is-open::after {
    content: "ー";
  }
}
.p-globalNav__button.is-open::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #14468C;
}
@media screen and (max-width: 767px) {
  .p-globalNav__button.is-open::before {
    content: none;
  }
}

.p-megaMenu {
  position: absolute;
  top: calc(100% + 1px);
  display: none;
  width: max-content;
  padding: 32px;
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-megaMenu {
    position: static;
    width: 100%;
    margin: 16px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }
}
.p-megaMenu__item {
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-megaMenu__item {
    border: none;
  }
}
.p-megaMenu__item + .p-megaMenu__item {
  margin-top: 16px;
}
.p-megaMenu__link {
  position: relative;
  display: block;
  width: 280px;
  padding-bottom: 16px;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-megaMenu__link {
    width: 100%;
    padding-bottom: 0;
    line-height: 1.5;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-megaMenu__link {
    transition: opacity 0.3s;
  }
  .p-megaMenu__link:hover {
    opacity: 0.7;
  }
}
.p-megaMenu__link::after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 6px;
  height: 6px;
  border-top: 1px solid #14468C;
  border-right: 1px solid #14468C;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-megaMenu__link::after {
    content: none;
  }
}

.p-hamburger__button {
  position: relative;
  display: none;
  width: 28px;
  height: 28px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-hamburger__button {
    display: block;
  }
}
.p-hamburger__line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 1px;
  margin: auto;
  background-color: #112444;
  transition: all 0.3s;
}
.p-hamburger__line::before, .p-hamburger__line::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #112444;
  transition: all 0.3s;
}
.p-hamburger__line::before {
  top: -6px;
}
.p-hamburger__line::after {
  top: 6px;
}
.is-active .p-hamburger__line {
  background-color: transparent;
}

.is-active .p-hamburger__line::before {
  top: 0;
  rotate: 45deg;
}

.is-active .p-hamburger__line::after {
  top: 0;
  rotate: -45deg;
}

.p-footer {
  border-top: 1px solid #e5e5e5;
}
.p-footer__nav {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 80px 64px;
}
@media screen and (max-width: 900px) {
  .p-footer__nav {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    flex-direction: column;
    gap: 32px;
    padding: 40px 20px;
  }
}
.p-footer__nav-item {
  display: block;
}
.p-footer__nav-item + .p-footer__nav-item {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-item + .p-footer__nav-item {
    margin-top: 32px;
  }
}
.p-footer__nav-item a {
  line-height: 1.5;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__nav-item a {
    transition: opacity 0.3s;
  }
  .p-footer__nav-item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__accButton {
    position: relative;
  }
  .p-footer__accButton::after {
    content: "＋";
    position: absolute;
    right: 0;
    width: auto;
    height: fit-content;
    border: none;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    transform: rotate(0);
  }
  .p-footer__accButton.is-open::after {
    content: "ー";
  }
}
.p-footer__navItem {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-footer__navItem {
    font-size: 0.875rem;
  }
}
.p-footer__subNav {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-footer__subNav {
    display: none;
  }
}
.p-footer__subNav-item {
  position: relative;
  padding-left: 16px;
}
.p-footer__subNav-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.625rem;
  width: 8px;
  height: 1px;
  background-color: #112444;
}
@media screen and (max-width: 767px) {
  .p-footer__subNav-item::before {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__subNav-item + .p-footer__subNav-item {
    margin-top: 24px;
  }
}
.p-footer__subNav-link {
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-footer__subNav-link {
    font-weight: 400;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__subNav-link {
    transition: opacity 0.3s;
  }
  .p-footer__subNav-link:hover {
    opacity: 0.7;
  }
}
.p-footer__subNav + .p-footer__nav-item {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-footer__subNav + .p-footer__nav-item {
    margin-top: 32px;
  }
}
.p-footer__bottom {
  display: flex;
  gap: 32px;
  padding: 32px 40px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    display: block;
    padding: 40px 20px 24px;
  }
}
.p-footer__logo {
  height: 48px;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    height: 40px;
    text-align: center;
  }
}
.p-footer__logo img {
  width: auto;
  height: 100%;
}
.p-footer__address {
  align-self: center;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    margin-top: 16px;
    text-align: center;
    font-size: 0.625rem;
  }
}
.p-footer__copy {
  align-self: center;
  margin-left: auto;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    margin-top: 24px;
  }
}

.c-breadcrumb {
  margin-top: 123px;
  padding-block: 16px;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin-top: 47px;
    padding-block: 8px;
  }
}
.c-breadcrumb__list {
  display: flex;
  width: max-content;
  padding-inline: 8.333333333vw;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__list {
    padding-inline: 20px;
  }
}
.c-breadcrumb__item {
  position: relative;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb__item {
    font-size: 0.625rem;
  }
}
.c-breadcrumb__item + .c-breadcrumb__item {
  margin-left: 8px;
  padding-left: 16px;
}
.c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #14468C;
  border-right: 1px solid #14468C;
  transform: rotate(45deg);
}
.c-breadcrumb__item > a {
  color: #112444;
  text-decoration: underline;
}
.c-breadcrumb__item > span {
  color: #888;
}

.c-sidebar {
  flex-shrink: 0;
  width: 280px;
}
@media screen and (max-width: 830px) {
  .c-sidebar {
    order: 2;
    width: 100%;
  }
}
.c-sidebar__heading {
  margin-bottom: 24px;
  padding: 16px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-sidebar__heading {
    font-size: 1rem;
  }
}
.c-sidebar__linkList {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-sidebar__linkList + .c-sidebar__heading {
  margin-top: 48px;
}
.c-sidebar__linkItem a {
  position: relative;
  display: block;
  padding-right: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .c-sidebar__linkItem a {
    font-size: 0.875rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-sidebar__linkItem a {
    transition: opacity 0.3s;
  }
  .c-sidebar__linkItem a:hover {
    opacity: 0.7;
  }
}
.c-sidebar__linkItem a::after {
  content: "";
  position: absolute;
  right: 2px;
  top: 0;
  bottom: 16px;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #14468C;
  border-right: 1px solid #14468C;
  rotate: 45deg;
}
.c-sidebar__bnrList {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 48px;
}
@media (hover: hover) and (pointer: fine) {
  .c-sidebar__bnrList a {
    transition: opacity 0.3s;
  }
  .c-sidebar__bnrList a:hover {
    opacity: 0.7;
  }
}
.c-sidebar__ranking {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.c-sidebar__rankingItem {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.c-sidebar__rankingItem a {
  position: relative;
  display: flex;
  gap: 8px;
}
@media screen and (max-width: 830px) {
  .c-sidebar__rankingItem a {
    gap: 16px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-sidebar__rankingItem a {
    transition: opacity 0.3s;
  }
  .c-sidebar__rankingItem a:hover {
    opacity: 0.7;
  }
}
.c-sidebar__rankingItem a img {
  align-self: flex-start;
  flex-shrink: 0;
  width: 35%;
}
.c-sidebar__rankingItem a h4 {
  align-self: center;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 830px) {
  .c-sidebar__rankingItem a h4 {
    font-size: clamp(0.75rem, 0.061rem + 2.56vw, 1.375rem);
  }
}
.c-sidebar__rankingIcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px;
  height: 25px;
  padding: 2px 4px;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
@media screen and (max-width: 830px) {
  .c-sidebar__rankingIcon {
    width: 6.25vw;
    height: 6.25vw;
    padding-left: 1.125vw;
    font-size: 2.75vw;
  }
}
.c-sidebar__rankingIcon.-no1 {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
}
.c-sidebar__rankingIcon.-no2 {
  background: linear-gradient(180deg, #EEEDEC 0%, #C3C0B3 50%, #ACABA8 100%);
}
.c-sidebar__rankingIcon.-no3 {
  background: linear-gradient(180deg, #EF9A65 0%, #D36F31 50%, #B85618 100%);
}
.c-sidebar__rankingIcon.-no4 {
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}
.c-sidebar__rankingIcon.-no5 {
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}

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

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

.u-link {
  color: #112444;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .u-link {
    transition: opacity 0.3s;
  }
  .u-link:hover {
    opacity: 0.5;
  }
}

.u-center {
  text-align: center;
}

.u-right {
  text-align: right;
}

.u-left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .u-sp-left {
    text-align: left;
  }
}

.u-text {
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .u-text {
    font-size: 0.875rem;
  }
}
.u-text + .u-list-num {
  margin-top: 1em;
}
.u-text + .u-text {
  margin-top: 1em;
}
.u-text span {
  display: inline-block;
}

.u-read {
  font-size: 1.125rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .u-read {
    font-size: 1rem;
  }
}
.u-read span {
  display: inline-block;
}

.u-list-num {
  list-style: decimal;
  margin-left: 1.5em;
}
li > .u-list-num {
  margin-block: 1em;
}
.u-list-num li {
  line-height: 1.8;
}
.u-list-num li + li {
  margin-top: 8px;
}

.u-list li {
  position: relative;
  margin-top: 4px;
  margin-left: 1em;
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .u-list li {
    margin-top: 2px;
    font-size: 16px;
    line-height: 1.85;
  }
}
.u-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: -1em;
}

.u-wh {
  color: #fff;
}

.u-bl {
  color: #112444;
}

.u-visually-hidden,
.screen-reader-text {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

.p-topHero {
  position: relative;
  display: flex;
  gap: 3.3333333vw;
  margin-top: 123px;
  padding: 16px 8.333333333vw 56px;
}
@media screen and (max-width: 767px) {
  .p-topHero {
    flex-direction: column;
    margin-top: 48px;
    padding: 16px 20px;
  }
}
.p-topHero::after {
  content: "";
  position: absolute;
  right: 8.333333333vw;
  bottom: -5.52777778vw;
  width: 23.61111111vw;
  padding-top: 20.138888889vw;
  background: url(../img/top/hero-illust.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-topHero::after {
    right: 20px;
    bottom: -16%;
    width: 55%;
    padding-top: 47%;
  }
}
.p-topHero__textBlock {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-topHero__textBlock {
    align-self: flex-start;
    width: 100%;
  }
}
.p-topHero__copy {
  color: #112444;
  font-size: 1.25vw;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-topHero__copy {
    font-size: 3vw;
  }
}
.p-topHero__heading {
  margin-top: 10px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  font-size: 3.19444444vw;
  font-weight: 700;
  line-height: 1.25;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-topHero__heading {
    font-size: 8.53333333vw;
  }
}
.p-topHero__heading span {
  display: block;
  font-size: 4.16666667vw;
}
@media screen and (max-width: 767px) {
  .p-topHero__heading span {
    font-size: 9.25vw;
  }
}
.p-topHero img {
  align-self: flex-start;
  width: 29.16666667vw;
}
@media screen and (max-width: 767px) {
  .p-topHero img {
    width: 58vw;
  }
}
.p-topHero__pointList {
  display: flex;
  gap: 8px;
  margin-top: 2.222222222vw;
}
@media screen and (max-width: 767px) {
  .p-topHero__pointList {
    gap: 4px;
    margin-top: 16px;
  }
}
.p-topHero__pointItem {
  position: relative;
  width: 13.33333333vw;
  padding: 1.25vw 1.1111111111vw;
  background-color: #0A2B64;
  color: #fff;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-topHero__pointItem {
    width: 100%;
    padding: 2.5vw 1.5vw;
    font-size: 3vw;
  }
}
.p-topHero__pointItem::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 8px solid #fff;
  border-left: 8px solid #fff;
  border-top: 8px solid transparent;
  border-right: 8px solid transparent;
}
.p-topHero__pointItem::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  border-top: 8px solid #fff;
  border-right: 8px solid #fff;
  border-bottom: 8px solid transparent;
  border-left: 8px solid transparent;
}
.p-topHero__pointItem > span {
  position: relative;
  display: block;
  width: fit-content;
  margin: 8px auto 0;
  padding: 4px 1.11111111vw;
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
  color: #112444;
  font-size: 1.66666667vw;
  transform: skewX(-12deg);
}
@media screen and (max-width: 767px) {
  .p-topHero__pointItem > span {
    font-size: 3.5vw;
  }
}
.p-topHero__pointItem > span span {
  display: inline-block;
  transform: skewX(12deg);
}

.p-topNews {
  padding-block: 48px;
  background: #f6f6f6;
}
@media screen and (max-width: 767px) {
  .p-topNews {
    padding-block: 24px;
  }
}
.p-topNews__body {
  display: flex;
  gap: 64px;
  padding-right: 120px;
}
@media screen and (max-width: 1400px) {
  .p-topNews__body {
    padding-top: 2vw;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-topNews__body {
    flex-direction: column;
    gap: 16px;
  }
}
.p-topNews__heading {
  writing-mode: vertical-lr;
  font-size: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-topNews__heading {
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
  }
}
.p-topNews__heading span {
  display: block;
  margin-right: 8px;
  font-family: "Cormorant Garamond", serif;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-topNews__heading span {
    margin-bottom: 4px;
  }
}
.p-topNews__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-topNews__item {
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.p-topNews__link {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-topNews__link {
    flex-wrap: wrap;
    gap: 8px 24px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-topNews__link {
    transition: opacity 0.3s;
  }
  .p-topNews__link:hover {
    opacity: 0.7;
  }
}
.p-topNews__date {
  align-self: center;
  font-size: 0.875rem;
  font-weight: 500;
}
.p-topNews__cate {
  flex-shrink: 0;
  align-self: center;
  display: inline-block;
  padding: 8px 24px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
}
.p-topNews__cate.-seminar {
  background: linear-gradient(180deg, #FFBE00 0%, #FFA700 100%);
}
@media screen and (max-width: 767px) {
  .p-topNews__cate {
    padding: 4px 16px;
    font-size: 0.625rem;
  }
}
.p-topNews__title {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .p-topNews__title {
    width: 100%;
    font-size: 0.75rem;
  }
}
.p-topNews__linkText {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-topNews__linkText {
    font-size: 0.75rem;
  }
}

.p-topBnr {
  margin-top: 1px;
}
.p-topBnr__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}
@media screen and (max-width: 767px) {
  .p-topBnr__list {
    grid-template-columns: repeat(2, 1fr);
    background-color: #e5e5e5;
  }
}
.p-topBnr__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.7777777778vw 24px;
  background-color: #F8F9FB;
  color: #112444;
  background-position: right 1.8vw center;
  background-repeat: no-repeat;
  background-size: auto 90%;
  transition: 0.3s;
}
.p-topBnr__link.-report {
  background-image: url(../img/top/bnr-report.svg);
}
.p-topBnr__link.-support {
  background-image: url(../img/top/bnr-support.svg);
}
.p-topBnr__link.-tool {
  background-image: url(../img/top/bnr-tool.svg);
}
.p-topBnr__link.-ma {
  background-image: url(../img/top/bnr-ma.svg);
}
@media screen and (max-width: 767px) {
  .p-topBnr__link {
    padding-inline: 16px;
    background-position: right 1vw center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-topBnr__link:hover {
    background-color: #233F85;
    color: #fff;
  }
  .p-topBnr__link:hover .c-bnr__more {
    color: #fff;
    border-color: #fff;
  }
}
.p-topBnr__copy {
  font-size: 0.97222222vw;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topBnr__copy {
    font-size: 2.7vw;
  }
}
.p-topBnr__title {
  margin-top: 4px;
  font-size: 1.666666667vw;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topBnr__title {
    font-size: 4vw;
  }
}
.p-topBnr__title span {
  display: block;
}

.p-topHeading {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  align-items: center;
}
.p-topHeading__en {
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Cormorant Garamond", serif;
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topHeading__en {
    font-size: 3.5rem;
  }
}
.p-topHeading__ja {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topHeading__ja {
    font-size: 1.125rem;
  }
}

.p-topSchedule__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1rem, -0.091rem + 2.27vw, 1.5rem);
  margin-block: 80px 24px;
}
@media screen and (max-width: 1000px) {
  .p-topSchedule__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-topSchedule__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-block: 40px 16px;
  }
}
.p-topSchedule__item.is-archived, .p-topSchedule__item.is-unreleased {
  pointer-events: none;
}
.p-topSchedule__link {
  display: block;
  width: 100%;
  border: 1px solid #e5e5e5;
  border-top-color: #233F85;
}
@media (hover: hover) and (pointer: fine) {
  .p-topSchedule__link {
    transition: opacity 0.3s;
  }
  .p-topSchedule__link:hover {
    opacity: 0.7;
  }
  .p-topSchedule__link:hover .p-topSchedule__image img {
    scale: 1.05;
  }
}
.p-topSchedule__date {
  padding: 4px 16px 8px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-topSchedule__date {
    text-align: center;
  }
}
.p-topSchedule__date span {
  padding-inline: 4px;
  color: #BB9348;
  font-size: 1.625rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-topSchedule__date span {
    font-size: 1.5rem;
  }
}
.p-topSchedule__image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 140/79;
  overflow: hidden;
}
.p-topSchedule__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s;
  z-index: 1;
}
.is-archived .p-topSchedule__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 36, 68, 0.4);
  z-index: 2;
}

.is-archived .p-topSchedule__image::after {
  content: "配信済み";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 160px;
  padding: 8px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  transform: translate(-50%, -50%);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .is-archived .p-topSchedule__image::after {
    font-size: 0.875rem;
  }
}

.p-topCta {
  padding-block: clamp(2.5rem, -1.864rem + 9.09vw, 4.5rem);
  background: url(../img/top/icon-c.svg) no-repeat right 0 center/auto 100%, linear-gradient(180deg, #233F85 0%, #112444 100%);
}
.p-topCta__body {
  position: relative;
  padding-left: 44%;
}
@media screen and (max-width: 767px) {
  .p-topCta__body {
    padding-left: 0;
    padding-bottom: 50%;
    text-align: center;
  }
}
.p-topCta__body::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: clamp(-52px, -20px - 32 * (100vw - 768px) / 352, -20px);
  width: 37%;
  padding-top: 40%;
  background: url(../img/top/bnr-register.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-topCta__body::before {
    bottom: -20px;
    right: 0;
    width: 48%;
    padding-top: 50%;
    margin: auto;
  }
}
.p-topCta__copy {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
  font-size: clamp(1.25rem, 0.432rem + 1.7vw, 1.625rem);
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-topCta__copy {
    text-align: center;
    font-size: 1.125rem;
  }
}
.p-topCta__read {
  margin-block: 16px 32px;
  color: #fff;
  font-size: clamp(1.625rem, 0.534rem + 2.27vw, 2.125rem);
  font-weight: 700;
  line-height: 1.35;
}
@media screen and (max-width: 767px) {
  .p-topCta__read {
    width: calc(100% + 10px);
    margin-block: 8px 24px;
    margin-left: -5px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .p-topCta__read span {
    display: inline-block;
  }
}

.p-topCategory__block {
  padding-block: 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-topCategory__block {
    padding-block: 56px;
  }
}
.p-topCategory__block + .p-topCategory__block {
  border-top: 1px solid #e5e5e5;
}
.p-topCategory__block .swiper {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .p-topCategory__block .swiper-wrapper {
    padding-bottom: 72px;
  }
}
.p-topCategory__block .swiper-slide {
  width: 280px;
}
@media screen and (max-width: 767px) {
  .p-topCategory__block .swiper-slide {
    width: 240px;
  }
}
.p-topCategory__nav {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .p-topCategory__nav {
    margin-bottom: 32px;
  }
}
.p-topCategory__nav .swiper-button-prev,
.p-topCategory__nav .swiper-button-next {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 56px;
  margin-left: 16px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 56px;
  box-shadow: 0 0 5px 2px rgba(17, 36, 68, 0.05);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-topCategory__nav .swiper-button-prev,
  .p-topCategory__nav .swiper-button-next {
    width: 48px;
    height: 48px;
    margin-left: 8px;
  }
}
.p-topCategory__nav .swiper-button-prev.swiper-button-disabled,
.p-topCategory__nav .swiper-button-next.swiper-button-disabled {
  pointer-events: none;
  opacity: 0.5;
  box-shadow: none;
}
.p-topCategory__nav .swiper-button-prev::before,
.p-topCategory__nav .swiper-button-next::before {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  bottom: 0;
  width: 16px;
  height: 1px;
  margin: auto;
  background: #112444;
}
@media (hover: hover) and (pointer: fine) {
  .p-topCategory__nav .swiper-button-prev,
  .p-topCategory__nav .swiper-button-next {
    transition: scale 0.3s;
  }
  .p-topCategory__nav .swiper-button-prev:hover,
  .p-topCategory__nav .swiper-button-next:hover {
    scale: 1.05;
  }
}
.p-topCategory__nav .swiper-button-prev::before {
  left: 2px;
}
.p-topCategory__nav .swiper-button-prev::after {
  content: "";
  position: absolute;
  left: 16px;
  top: 50%;
  border-right: 3px solid #112444;
  border-bottom: 2px solid #112444;
  border-top: 3px solid transparent;
  border-left: 3px solid transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-topCategory__nav .swiper-button-prev::after {
    left: 12px;
  }
}
.p-topCategory__nav .swiper-button-next::before {
  left: -2px;
}
.p-topCategory__nav .swiper-button-next::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  border-left: 3px solid #112444;
  border-bottom: 2px solid #112444;
  border-top: 3px solid transparent;
  border-right: 3px solid transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-topCategory__nav .swiper-button-next::after {
    right: 12px;
  }
}
.p-topCategory__heading {
  align-self: center;
  font-size: 2.375rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-topCategory__heading {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-topCategory__button {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;
  }
}

.p-topPremium {
  padding-block: 80px 40px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}
@media screen and (max-width: 767px) {
  .p-topPremium {
    padding-block: 56px 16px;
  }
}
.p-topPremium__heading {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-topPremium__heading {
    flex-direction: column;
    gap: 16px;
  }
}
.p-topPremium__label {
  position: relative;
  padding: 16px 48px 16px 0;
  background-color: #9E8A53;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-topPremium__label {
    width: fit-content;
    padding: 12px 24px 12px 0;
    font-size: 2.25rem;
  }
}
.p-topPremium__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: -50vw;
  width: 50vw;
  height: 100%;
  background-color: #9E8A53;
}
.p-topPremium__text {
  align-self: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-topPremium__text {
    align-self: flex-end;
    font-size: 0.875rem;
  }
}
.p-topPremium__text span {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-topPremium__text span {
    font-size: 0.75rem;
  }
}
.p-topPremium__text span a {
  color: #fff;
}

.p-register__stepList {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-register__stepList {
    flex-direction: column;
    gap: 32px;
  }
}
.p-register__stepItem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 32px;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .p-register__stepItem {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-template-rows: max-content max-content 1fr auto;
    column-gap: 16px;
    padding: 24px 16px;
  }
}
.p-register__stepItem + .p-register__stepItem::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  border-left: 16px solid #FFA700;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .p-register__stepItem + .p-register__stepItem::before {
    top: -22px;
    left: 50%;
    border-bottom: none;
    border-left: 24px solid transparent;
    border-right: 24px solid transparent;
    border-top: 16px solid #FFA700;
    transform: translate(-50%, 0);
  }
}
.p-register__stepItem img {
  display: block;
  width: auto;
  height: 216px;
  margin: auto auto 0;
}
@media screen and (max-width: 767px) {
  .p-register__stepItem img {
    grid-area: 2/3/4/4;
    height: 140px;
  }
}
.p-register__stepLabel {
  display: block;
  width: 88px;
  margin-bottom: 16px;
  margin-inline: auto;
  padding: 4px 8px;
  background-color: #14468C;
  color: #fff;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-register__stepLabel {
    grid-area: 1/1/2/4;
    width: 80px;
    font-size: 14px;
  }
}
.p-register__stepLabel span {
  margin-left: 4px;
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .p-register__stepLabel span {
    font-size: 12px;
  }
}
.p-register__stepText {
  margin-bottom: 16px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-register__stepText {
    grid-area: 3/1/4/3;
    margin-block: -8px 0;
  }
}
.p-register__read {
  margin-top: 48px;
  color: #112444;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-register__read {
    font-size: 1rem;
  }
}
.p-register__read span {
  display: inline-block;
}
.p-register__subRead {
  margin-top: 24px;
  text-align: center;
  color: #112444;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-register__subRead {
    font-size: 0.875rem;
  }
}
.p-register__infoBlock {
  position: relative;
  display: flex;
  gap: 96px;
  margin-top: 16px;
  padding: 48px;
  border: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-register__infoBlock {
    gap: 40px;
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .p-register__infoBlock {
    flex-direction: column;
  }
}
.p-register__infoBlock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 96px);
  margin: auto;
  background: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-register__infoBlock::after {
    content: none;
  }
}
.p-register__infoItem {
  position: relative;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-register__infoItem + .p-register__infoItem::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
}
.p-register__infoTitle {
  color: #112444;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-register__infoTitle {
    font-size: 0.875rem;
  }
}
.p-register__infoTel {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-register__infoTel {
    margin-top: 8px;
    font-size: 1.5rem;
  }
}
.p-register__infoMail {
  margin-top: 16px;
  font-size: 1.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-register__infoMail {
    margin-top: 8px;
    font-size: 1.25rem;
  }
}
.p-register__infoTime {
  margin-top: 8px;
  color: #112444;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-register__infoTime {
    margin-top: 4px;
    font-size: 0.75rem;
  }
}

.p-inquiry__block {
  padding: 64px;
  border: 1px solid #e5e5e5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-inquiry__block {
    padding: 32px 16px;
  }
}
.p-inquiry__heading {
  color: #112444;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-inquiry__heading {
    font-size: 1.75rem;
  }
}
.p-inquiry__support {
  margin-top: 24px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-inquiry__support {
    font-size: 1rem;
  }
}
.p-inquiry__tel {
  margin-top: 24px;
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-inquiry__tel {
    font-size: 2.375rem;
  }
}
.p-inquiry__sup {
  margin-top: 8px;
  color: #112444;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-inquiry__sup {
    font-size: 1rem;
  }
}
.p-inquiry__text {
  margin-top: 24px;
  color: #112444;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-inquiry__text {
    font-size: 0.75rem;
  }
}

.p-mypage__label {
  margin-bottom: 48px;
  padding: 16px;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-mypage__label {
    margin-bottom: 32px;
    font-size: 1rem;
  }
}
.p-mypage__label.is-standard {
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}
.p-mypage__label.is-gold {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
}
.p-mypage__item {
  display: flex;
  gap: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-mypage__item {
    flex-direction: column;
    gap: 8px;
  }
}
.p-mypage__item + .p-mypage__item {
  margin-top: 24px;
}
.p-mypage__item dt {
  flex-shrink: 0;
  width: 268px;
  line-height: 1.8;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-mypage__item dt {
    width: 100%;
  }
}
.p-mypage__item dd {
  flex: 1;
  line-height: 1.8;
}

.p-guide__block {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-guide__block {
    flex-direction: column;
    gap: 24px;
  }
}
.p-guide__block img {
  align-self: flex-start;
  width: 40%;
}
@media screen and (max-width: 767px) {
  .p-guide__block img {
    align-self: center;
    width: 85%;
  }
}
.p-guide__textBox .c-heading-primary {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-guide__textBox .c-heading-primary {
    text-align: center;
  }
}
.p-guide__status {
  padding-block: 120px;
  background: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .p-guide__status {
    padding-block: 64px;
  }
}

.p-guideFaq {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-guideFaq {
    padding-top: 64px;
  }
}

.p-support__read {
  position: relative;
  padding-block: 48px 24px;
}
@media screen and (max-width: 767px) {
  .p-support__read {
    margin-top: -24px;
    padding: 0;
  }
  .p-support__read::after {
    display: block;
    content: "";
    clear: both;
  }
}
.p-support__read .u-text {
  width: 70.5%;
}
@media screen and (max-width: 767px) {
  .p-support__read .u-text {
    width: 100%;
    padding-top: 48px;
  }
}
.p-support__read img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: auto;
  height: 360px;
}
@media screen and (max-width: 767px) {
  .p-support__read img {
    position: static;
    float: right;
    width: 33%;
    height: auto;
    margin-left: 16px;
  }
}
.p-support__read img.-scale {
  transform: scale(-1, 1);
}
.p-support__figure {
  margin-top: 48px;
  padding: 56px 40px;
  background-color: #F8F9FB;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-support__figure {
    margin-top: 32px;
    padding: 32px 20px;
  }
}
.p-support__figure img {
  max-width: 914px;
}
.p-support__attr {
  margin-top: 24px;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-support__attr {
    text-align: left;
    font-size: 0.625rem;
  }
}

.p-estateHero {
  background-color: #F8F9FB;
}
.p-estateHero__inner {
  display: flex;
  gap: 2vw;
  justify-content: space-between;
  padding-block: 32px 56px;
  background: url(../img/common/bg-c.svg) no-repeat left center/auto 96%;
}
@media screen and (max-width: 767px) {
  .p-estateHero__inner {
    flex-direction: column;
    gap: 24px;
    background: url(../img/common/bg-c.svg) no-repeat center top 8px/98% auto;
  }
}
.p-estateHero__textTop {
  padding: 0 8px 24px;
  background: url(../img/support/estate-border.svg) no-repeat left bottom/100%;
}
.p-estateHero__read {
  color: #112444;
  font-size: clamp(1rem, 0.455rem + 1.14vw, 1.25rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-estateHero__read {
    font-size: 3.46666667vw;
  }
}
.p-estateHero__read span {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(1.5rem, -0.136rem + 3.41vw, 2.25rem);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-estateHero__read span {
    font-size: 6.4vw;
  }
}
.p-estateHero__subRead {
  margin-top: 4px;
  color: #112444;
  font-size: clamp(1.125rem, 0.58rem + 1.14vw, 1.375rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-estateHero__subRead {
    font-size: 3.46666667vw;
  }
}
.p-estateHero__subRead small {
  font-size: clamp(0.875rem, 0.602rem + 0.57vw, 1rem);
}
@media screen and (max-width: 767px) {
  .p-estateHero__subRead small {
    font-size: 3.2vw;
  }
}
.p-estateHero__subHeading {
  color: #233F85;
  font-size: clamp(2.5rem, 1.409rem + 2.27vw, 3rem);
  font-weight: 800;
}
@media screen and (max-width: 767px) {
  .p-estateHero__subHeading {
    font-size: 6.933333333vw;
  }
}
.p-estateHero__heading {
  display: flex;
  align-items: center;
  margin-top: 8px;
  color: #112444;
  font-size: clamp(3rem, 1.909rem + 2.27vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-estateHero__heading {
    font-size: 7.466666667vw;
  }
}
.p-estateHero__heading span {
  display: inline-block;
  margin-right: 4px;
  padding-block: 2px 8px;
  color: #fff;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  font-size: clamp(4rem, 2.909rem + 2.27vw, 4.5rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-estateHero__heading span {
    padding: 6px 8px 10px;
    font-size: 9.066666667vw;
  }
}
.p-estateHero__copy {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 16px;
  color: #112444;
  font-size: clamp(0.875rem, 0.602rem + 0.57vw, 1rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-estateHero__copy {
    display: block;
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
.p-estateHero__copy span {
  padding: 2px 4px;
  background-color: #112444;
  color: #fff;
  font-size: clamp(1rem, 0.455rem + 1.14vw, 1.25rem);
}
@media screen and (max-width: 767px) {
  .p-estateHero__copy span {
    display: inline-block;
    font-size: 3.7333333333vw;
    line-height: 1;
  }
}
.p-estateHero__movie-wrap {
  align-self: center;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .p-estateHero__movie-wrap {
    width: 100%;
  }
}
.p-estateHero__movie-title {
  padding: 8px;
  background-color: #233F85;
  color: #fff;
  text-align: center;
  font-size: 1rem;
}
.p-estateHero__movie-block {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 105/59;
}
.p-estateHero__movie-block iframe,
.p-estateHero__movie-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-estateWorries {
  margin-top: 48px;
  text-align: center;
}
.p-estateWorries__heading {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-estateWorries__heading {
    font-size: 1.75rem;
    line-height: 2.5rem;
  }
}
.p-estateWorries__heading strong {
  display: inline-block;
  padding: 8px 16px;
  background-color: #112444;
  color: #fff;
  line-height: 1;
  font-weight: 600;
  vertical-align: text-bottom;
}
@media screen and (max-width: 767px) {
  .p-estateWorries__heading strong {
    padding: 4px 8px;
  }
}
.p-estateWorries__heading span {
  display: inline-block;
}
.p-estateWorries__image {
  display: block;
  max-width: 990px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .p-estateWorries__image {
    margin-top: 32px;
  }
}
.p-estateWorries__read {
  padding-top: 142px;
  background: url(../img/support/estate-arrow.svg) no-repeat center top/auto 110px;
  color: #112444;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-estateWorries__read {
    padding-top: 80px;
    background-size: auto 67px;
    font-size: 1.375rem;
  }
}
.p-estateWorries__read span {
  display: inline-block;
}
.p-estateWorries__text {
  margin-top: 24px;
  color: #112444;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-estateWorries__text {
    font-size: 1.125rem;
  }
}

.p-estateService {
  padding-block: 120px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}
@media screen and (max-width: 767px) {
  .p-estateService {
    padding-block: 64px;
  }
}
.p-estateService__nav {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1060px) {
  .p-estateService__nav {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-estateService__nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-estateService__navItem {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 1060px) {
  .p-estateService__navItem:nth-child(3n) {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .p-estateService__navItem {
    border-right: none;
    width: 100%;
  }
}
.p-estateService__navItem:first-child {
  border-left: 1px solid #fff;
}
@media screen and (max-width: 1060px) {
  .p-estateService__navItem:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .p-estateService__navItem:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
.p-estateService__navLink {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 8px clamp(1rem, -1.667rem + 5.56vw, 2.5rem) 24px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-estateService__navLink {
    padding: 0 0 16px;
    font-size: 0.875rem;
  }
}
.p-estateService__navLink::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
}
.p-estateService__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.p-estateService__item {
  align-items: center;
  display: flex;
  gap: 56px;
  padding: 56px 64px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-estateService__item {
    padding: 32px 24px;
    gap: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-estateService__item {
    flex-direction: column;
  }
}
.p-estateService__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-estateService__item:nth-child(even) {
    flex-direction: column;
  }
}
.p-estateService__item .c-heading-secondary {
  text-align: left;
}
.p-estateService__item img {
  align-self: center;
}
@media screen and (max-width: 767px) {
  .p-estateService__item img {
    width: auto;
    height: 300px;
  }
}
.p-estateService__button-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-estateService__button-wrap {
    margin-top: 32px;
    text-align: center;
  }
}

.p-estateOutline__block {
  display: flex;
  gap: 80px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-estateOutline__block {
    flex-direction: column;
    gap: 24px;
  }
}
.p-estateOutline__block:nth-child(odd) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-estateOutline__block:nth-child(odd) {
    flex-direction: column;
  }
}
.p-estateOutline__block + .p-estateOutline__block {
  margin-top: 80px;
}
.p-estateOutline__block .c-heading-third {
  text-align: left;
}
.p-estateOutline__block img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 44.8%;
}
@media screen and (max-width: 767px) {
  .p-estateOutline__block img {
    width: 100%;
    max-width: 500px;
    margin: auto;
  }
}
.p-estateOutline__title {
  margin-bottom: 16px;
  color: #233F85;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-estateOutline__title {
    font-size: 1.125rem;
  }
}

.p-estateInterview {
  padding-block: 120px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}
@media screen and (max-width: 767px) {
  .p-estateInterview {
    padding-block: 64px;
  }
}
.p-estateInterview__list {
  display: flex;
  gap: 40px;
  margin-top: 56px;
}
@media screen and (max-width: 980px) {
  .p-estateInterview__list {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-estateInterview__list {
    flex-direction: column;
    gap: 8px;
    margin-top: 32px;
  }
}
.p-estateInterview__item {
  width: 100%;
  max-width: 530px;
}
.p-estateInterview__link {
  display: flex;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
}
.p-estateInterview__textBlock {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-estateInterview__textBlock {
    padding: 16px;
  }
}
.p-estateInterview__company {
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-estateInterview__company {
    font-size: clamp(0.625rem, 0.341rem + 1.21vw, 0.75rem);
  }
}
.p-estateInterview__company span {
  margin-right: 8px;
  padding: 0 8px;
  background-color: #233F85;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-estateInterview__company span {
    font-size: clamp(0.625rem, 0.341rem + 1.21vw, 0.75rem);
  }
}
.p-estateInterview__type {
  margin-top: 16px;
  color: #112444;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-estateInterview__type {
    font-size: clamp(0.625rem, 0.341rem + 1.21vw, 0.75rem);
  }
}
.p-estateInterview__name {
  margin-top: 4px;
  color: #112444;
  font-size: 1.625rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-estateInterview__name {
    font-size: clamp(1.375rem, 0.523rem + 3.64vw, 1.75rem);
  }
}
.p-estateInterview__text {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #e5e5e5;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-estateInterview__text {
    margin-top: 16px;
    font-size: clamp(0.75rem, 0.466rem + 1.21vw, 0.875rem);
  }
}
.p-estateInterview__image {
  width: 37%;
}
.p-estateInterview__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-estateDl__list {
  display: flex;
  gap: 8px;
  margin-top: 56px;
}
@media screen and (max-width: 767px) {
  .p-estateDl__list {
    flex-direction: column;
    margin-top: 24px;
  }
}

.p-individual__block {
  padding-block: 80px;
  background-color: #14468C;
}
@media screen and (max-width: 767px) {
  .p-individual__block {
    padding-block: 64px;
  }
}
.p-individual__body {
  padding: 80px clamp(2.5rem, -2.955rem + 11.36vw, 5rem);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-individual__body {
    padding: 32px 16px;
  }
}
.p-individual__service {
  display: flex;
  gap: 32px;
  align-items: center;
  margin-bottom: 56px;
}
@media screen and (max-width: 767px) {
  .p-individual__service {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 40px;
  }
}
.p-individual__service img {
  flex-shrink: 0;
  align-self: flex-end;
  width: auto;
  height: 340px;
}
@media screen and (max-width: 767px) {
  .p-individual__service img {
    align-self: center;
    width: 34%;
    height: auto;
  }
}
.p-individual__text {
  margin-top: 24px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-individual__text {
    margin-top: 16px;
    font-size: 0.75rem;
  }
}
.p-individual__table {
  display: flex;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-individual__table {
    flex-direction: column;
    margin-top: 24px;
  }
}
.p-individual__tableItem {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.p-individual__tableItem dt {
  padding: 24px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-individual__tableItem dt {
    padding: 16px;
    font-size: 1rem;
  }
}
.p-individual__tableItem dt span {
  display: inline-block;
}
.p-individual__tableItem dd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 32px 24px;
  border: 1px solid #e5e5e5;
  border-top: none;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-individual__tableItem dd {
    padding: 16px;
    font-size: 1rem;
  }
}
.p-individual__tableItem dd span span {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-individual__tableItem dd span span {
    font-size: 2rem;
  }
}
.p-individual__tableItem dd span small {
  margin-top: 4px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-individual__tableItem dd span small {
    font-size: 0.625rem;
  }
}
.p-individual__tableItem.-standard dt {
  background-color: #233F85;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-individual__tableItem.-standard dt {
    border-right: none;
  }
}
.p-individual__tableItem.-standard dd span span {
  color: #112444;
}
.p-individual__tableItem.-gold dt {
  background-color: #BB9348;
}
.p-individual__tableItem.-gold dd {
  border-left: none;
}
.p-individual__tableItem.-gold dd span span {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-specialist__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}
@media screen and (max-width: 767px) {
  .p-specialist__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-specialist__item {
  padding: 32px 40px;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .p-specialist__item {
    padding: 24px;
  }
}
.p-specialist__prof {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 32px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-specialist__prof {
    flex-direction: column;
    gap: 16px;
  }
}
.p-specialist__prof img {
  align-self: flex-start;
  width: 130px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-specialist__prof img {
    align-self: center;
  }
}
.p-specialist__textBox {
  align-self: center;
  flex: 1;
}
.p-specialist__label {
  margin-bottom: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.p-specialist__tag {
  font-size: 0.875rem;
}
.p-specialist__name {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 4px;
  font-size: 1.75rem;
  font-weight: 500;
}
.p-specialist__name span {
  font-size: 0.75rem;
}

.p-tax__block {
  padding-block: 80px;
  background-color: #14468C;
}
@media screen and (max-width: 767px) {
  .p-tax__block {
    padding-block: 64px;
  }
}
.p-tax__body {
  position: relative;
  padding: 80px clamp(2.5rem, -2.955rem + 11.36vw, 5rem);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-tax__body {
    padding: 32px 24px;
  }
}
.p-tax__body::after {
  content: "";
  position: absolute;
  left: -30px;
  bottom: -40px;
  width: 35.71428571%;
  padding-top: 41.16071429%;
  background: url(../img/support/tax.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-tax__body::after {
    left: auto;
    right: -16px;
    bottom: -24px;
    transform: scale(-1, 1);
  }
}
.p-tax__textBox {
  width: 60%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-tax__textBox {
    width: 100%;
  }
}
.p-tax__textBox hr {
  margin-top: 40px;
  padding-top: 40px;
  border-color: #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-tax__textBox hr {
    margin-top: 32px;
    padding-top: 32px;
  }
}
.p-tax__list {
  margin-bottom: 1em;
}
.p-tax__item {
  display: flex;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-tax__item {
    font-size: 0.875rem;
  }
}
.p-tax__item::before {
  content: "・";
}
@media screen and (max-width: 767px) {
  .p-tax__text {
    width: 68%;
  }
}

.p-preplanningService {
  padding-block: 80px;
  background-color: #14468C;
}
@media screen and (max-width: 767px) {
  .p-preplanningService {
    padding-block: 64px;
  }
}
.p-preplanningService__contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 40px;
}
@media screen and (max-width: 767px) {
  .p-preplanningService__contents {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-preplanningService__card {
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-preplanningService__card {
    padding: 32px 24px;
  }
}
.p-preplanningService__title {
  color: #112444;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}
.p-preplanningService__list {
  display: grid;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-preplanningService__list {
    margin-top: 16px;
  }
}
.p-preplanningService__item {
  display: flex;
  gap: 8px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8;
}
.p-preplanningService__item::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  background: url(../img/support/icon-check.svg) no-repeat center/cover;
}
.p-preplanningService__read {
  margin-top: 24px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-preplanningService__read {
    font-size: 0.875rem;
  }
}
.p-preplanningService__read a {
  color: #fff;
}

.p-preplanningStrong {
  padding-block: 80px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  border: 20px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-preplanningStrong {
    padding-block: 40px;
    border-width: 10px;
  }
}
.p-preplanningStrong__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-preplanningStrong__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.p-preplanningStrong__item {
  padding: 32px 32px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-preplanningStrong__item {
    padding: 24px 24px 32px;
  }
}
.p-preplanningStrong__item img {
  display: block;
  width: 100%;
  max-width: 180px;
  margin: auto;
}
.p-preplanningStrong__title {
  margin-block: 16px 8px;
  color: #233F85;
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.p-preplanningStrong__title span {
  display: inline-block;
}

.p-preplanningDiffrence__block {
  display: flex;
  gap: clamp(2.5rem, -2.955rem + 11.36vw, 5rem);
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-preplanningDiffrence__block {
    flex-direction: column;
    gap: 24px;
  }
}
.p-preplanningDiffrence__block .c-heading-third {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-preplanningDiffrence__block .c-heading-third {
    text-align: center;
  }
}
.p-preplanningDiffrence__block img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 45%;
}
@media screen and (max-width: 767px) {
  .p-preplanningDiffrence__block img {
    align-self: center;
    width: 80%;
  }
}
.p-preplanningDiffrence__merit {
  margin-top: 48px;
  padding: 40px;
  background-color: #233F85;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-preplanningDiffrence__merit {
    margin-top: 40px;
    padding: 32px;
  }
}

.p-preplanningPrice {
  padding-block: 80px;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .p-preplanningPrice {
    padding-block: 64px;
  }
}
.p-preplanningPrice__block {
  display: flex;
  gap: clamp(2.5rem, -2.955rem + 11.36vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-preplanningPrice__block {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-preplanningPrice__block img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 36%;
}
@media screen and (max-width: 767px) {
  .p-preplanningPrice__block img {
    align-self: center;
    width: 60%;
  }
}
.p-preplanningPrice__textBox .c-heading-third {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-preplanningPrice__textBox .c-heading-third {
    text-align: center;
  }
}
.p-preplanningPrice__attr {
  display: flex;
  margin-top: 24px;
  padding: 24px 32px;
  background-color: #fff;
  font-size: 0.875rem;
  line-height: 1.8;
}
.p-preplanningPrice__attr::before {
  content: "※";
}

.p-requestPlan__item + .p-requestPlan__item {
  margin-top: 56px;
  padding-top: 56px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__item + .p-requestPlan__item {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.p-requestPlan__block::after {
  display: block;
  content: "";
  clear: both;
}
.p-requestPlan__block img {
  float: right;
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__block img {
    width: 27%;
    margin-left: 16px;
  }
}
.p-requestPlan__block .u-text {
  width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .p-requestPlan__block .u-text {
    width: 100%;
  }
}
.p-requestPlan__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  width: calc(100% - 280px);
  margin-bottom: 16px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__heading {
    gap: 8px;
    width: auto;
    font-size: 1.125rem;
  }
}
.p-requestPlan__heading span {
  flex-shrink: 0;
  align-self: flex-start;
  display: inline-block;
  width: 48px;
  height: 48px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__heading span {
    width: 32px;
    height: 32px;
    font-size: 1.25rem;
    line-height: 32px;
  }
}
.p-requestPlan__box {
  margin-top: 32px;
  padding: 32px 40px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__box {
    margin-top: 24px;
    padding: 24px;
  }
}
.p-requestPlan__title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__title {
    font-size: 0.875rem;
  }
}
.p-requestPlan__guide {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.p-requestPlan__guide li {
  display: flex;
  font-size: 0.875rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__guide li {
    font-size: 0.75rem;
  }
}
.p-requestPlan__guide li::before {
  content: "※";
}
.p-requestPlan__contents {
  margin-top: 40px;
}
.p-requestPlan__notes {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__notes {
    margin-top: 16px;
  }
}
.p-requestPlan__notes li {
  display: flex;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__notes li {
    font-size: 0.875rem;
  }
}
.p-requestPlan__notes li::before {
  content: "※";
}
.p-requestPlan__notes li ul li {
  display: flex;
}
.p-requestPlan__notes li ul li::before {
  content: "・";
}
.p-requestPlan__price {
  display: flex;
}
.p-requestPlan__price dt {
  flex-shrink: 0;
  width: 30%;
  max-width: 300px;
  padding: 24px;
  background-color: #233F85;
  color: #fff;
  border: 1px solid #233F85;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__price dt {
    padding: 16px;
    font-size: 1rem;
  }
}
.p-requestPlan__price dd {
  flex: 1;
  padding: 24px;
  border: 1px solid #e5e5e5;
  border-left: none;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__price dd {
    padding: 16px;
  }
}
.p-requestPlan__price dd strong {
  color: #F39800;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-requestPlan__price dd strong {
    font-size: 1.125rem;
  }
}

.p-requestMerit {
  padding-block: 120px;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .p-requestMerit {
    padding-block: 64px;
  }
}
.p-requestMerit__block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin-top: 56px;
  padding: 56px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-requestMerit__block {
    flex-direction: column;
    gap: 32px;
    padding: 32px 24px;
  }
}
.p-requestMerit__block img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 25%;
}
@media screen and (max-width: 767px) {
  .p-requestMerit__block img {
    align-self: center;
    width: 72%;
  }
}
.p-requestMerit__title {
  margin-bottom: 24px;
  color: #112444;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-requestMerit__title {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.p-requestMerit__title span {
  display: inline-block;
}

.p-businessRisk {
  padding-block: 80px;
  background-color: #14468C;
}
@media screen and (max-width: 767px) {
  .p-businessRisk {
    padding-block: 64px;
  }
}
.p-businessRisk__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-businessRisk__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.p-businessRisk__item {
  position: relative;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-businessRisk__item {
    padding: 32px 24px;
  }
}
.p-businessRisk__item img {
  display: block;
  width: 178px;
  margin: auto;
}
.p-businessRisk__num {
  position: absolute;
  top: 40px;
  left: 40px;
  font-size: 32px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-businessRisk__num {
    top: 24px;
    left: 24px;
  }
}
.p-businessRisk__title {
  margin-top: 16px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-businessRisk__title {
    font-size: 1rem;
  }
}
.p-businessRisk__title span {
  display: inline-block;
}
.p-businessRisk__attr {
  margin-top: 8px;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-businessRisk__attr {
    text-align: left;
  }
}
.p-businessRisk__point {
  margin-top: 32px;
  padding: 32px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-businessRisk__point {
    margin-top: 8px;
    padding: 32px 24px;
  }
  .p-businessRisk__point .c-title-primary {
    margin-bottom: 8px;
  }
}

.p-businessFeatures {
  padding-block: 80px;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .p-businessFeatures {
    padding-block: 64px;
  }
}
.p-businessFeatures__body {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .p-businessFeatures__body {
    flex-direction: column;
    gap: 24px;
  }
}
.p-businessFeatures__body img {
  flex-shrink: 0;
  align-self: flex-end;
  width: 44.8%;
}
@media screen and (max-width: 767px) {
  .p-businessFeatures__body img {
    width: 100%;
  }
}
.p-businessFeatures__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-businessFeatures__list {
    gap: 40px;
  }
}
.p-businessFeatures__item {
  background-color: #fff;
}
.p-businessFeatures__label {
  display: inline-block;
  padding: 8px 16px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .p-businessFeatures__label {
    position: relative;
    top: -1.25rem;
  }
}
.p-businessFeatures__label span {
  margin-left: 4px;
  font-size: 1.5rem;
  vertical-align: bottom;
}
.p-businessFeatures__text {
  padding: 16px 40px 32px;
  color: #112444;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-businessFeatures__text {
    padding: 0 24px 24px;
    line-height: 1.75;
  }
}
.p-businessFeatures__text small {
  display: inline-block;
}

.p-businessPro {
  padding-block: 80px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}
@media screen and (max-width: 767px) {
  .p-businessPro {
    padding-block: 64px;
  }
}
.p-businessPro__block {
  margin-top: 56px;
  padding: 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-businessPro__block {
    margin-top: 32px;
    padding: 40px 24px;
  }
}
.p-businessPro__data {
  display: flex;
  gap: clamp(2.5rem, -2.955rem + 11.36vw, 5rem);
}
@media screen and (max-width: 767px) {
  .p-businessPro__data {
    flex-direction: column-reverse;
    gap: 24px;
  }
}
.p-businessPro__data img {
  flex-shrink: 0;
  align-self: flex-start;
  width: 26.5%;
}
@media screen and (max-width: 767px) {
  .p-businessPro__data img {
    align-self: center;
    width: 170px;
  }
}
.p-businessPro__company {
  color: #112444;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-businessPro__company {
    font-size: 0.75rem;
  }
}
.p-businessPro__type {
  display: inline-block;
  margin-top: 8px;
  padding: 4px 8px;
  background: #14468C;
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-businessPro__type {
    font-size: 0.625rem;
  }
}
.p-businessPro__name {
  display: flex;
  gap: 24px;
  margin-block: 4px 24px;
  color: #112444;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-businessPro__name {
    margin-bottom: 16px;
    font-size: 1.5rem;
  }
}
.p-businessPro__name span {
  align-self: center;
  font-size: 0.625rem;
}
.p-businessPro__info {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 767px) {
  .p-businessPro__info {
    gap: 32px;
    margin-top: 32px;
    padding-top: 32px;
  }
}
.p-businessPro__infoItem {
  display: flex;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-businessPro__infoItem {
    flex-direction: column;
    gap: 8px;
  }
}
.p-businessPro__infoItem dt {
  flex-shrink: 0;
  align-self: flex-start;
  width: 100px;
  padding: 8px 16px;
  background-color: #112444;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-businessPro__infoItem dt {
    font-size: 0.875rem;
  }
}
.p-businessPro__infoItem dd {
  flex: 1;
  align-self: center;
}
.p-businessPro__careerItem {
  display: flex;
  gap: 16px;
}
.p-businessPro__year {
  flex-shrink: 0;
  font-size: 1rem;
  line-height: 1.8;
}

.p-realestateExample {
  width: 100%;
  max-width: 1120px;
  margin: 40px auto 0;
  padding: 48px 40px;
  background-color: #14468C;
}
@media screen and (max-width: 767px) {
  .p-realestateExample {
    margin-top: 10px;
    padding: 40px 20px;
  }
}
.p-realestateExample__read {
  margin-top: -64px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-realestateExample__read {
    margin-top: -24px;
    font-size: 0.875rem;
  }
}
.p-realestateExample__list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 100px;
  max-width: 932px;
  margin: 32px auto 0;
  padding: 32px 24px 24px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-realestateExample__list {
    flex-direction: column;
    gap: 56px;
    padding: 32px 40px;
  }
}
.p-realestateExample__item {
  position: relative;
}
.p-realestateExample__item::before {
  content: "";
  position: absolute;
  right: -78px;
  width: 54px;
  height: 100%;
  background: url(../img/support/icon-arrow.svg) no-repeat center/100% auto;
}
@media screen and (max-width: 767px) {
  .p-realestateExample__item::before {
    right: auto;
    left: 50%;
    bottom: -36px;
    height: auto;
    background: none;
    border-top: 16px solid #B33030;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    transform: translateX(-50%);
  }
}
.p-realestateExample__item:last-child::before {
  content: none;
}
.p-realestateExample__label {
  margin-bottom: 4px;
  padding: 4px 16px;
  text-align: center;
  background: #112444;
  color: #fff;
  font-size: clamp(0.875rem, 0.602rem + 0.57vw, 1rem);
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-realestateExample__label {
    font-size: 1rem;
  }
}
.p-realestateExample__label.-or {
  background: #F39800;
}
.p-realestateExample__price {
  font-size: clamp(1rem, 0.455rem + 1.14vw, 1.25rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-realestateExample__price {
    text-align: center;
    font-size: 1.25rem;
  }
}
.p-realestateExample__price strong {
  display: inline-block;
  margin-inline: 4px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  font-size: clamp(2.5rem, 0.318rem + 4.55vw, 3.5rem);
  font-weight: 600;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-realestateExample__price strong {
    font-size: 3.5rem;
  }
}
.p-realestateExample__price strong.-gold {
  background: linear-gradient(180deg, #FFBE00 0%, #FFA700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-realestateExample__price span {
  font-size: clamp(1.25rem, 0.159rem + 2.27vw, 1.75rem);
}
@media screen and (max-width: 767px) {
  .p-realestateExample__price span {
    font-size: 1.75rem;
  }
}
.p-realestateExample__attr {
  text-align: center;
  font-size: 0.625rem;
  font-weight: 400;
  letter-spacing: 0;
}

.p-realestateFeatures__list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
.p-realestateFeatures__item {
  padding: 48px 8%;
  background-color: #F8F9FB;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__item {
    padding: 24px;
  }
}
.p-realestateFeatures__label {
  display: flex;
  align-items: center;
  width: fit-content;
  margin-block: -75px 32px;
  padding: 8px 24px;
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__label {
    margin-block: -48px 24px;
    font-size: 1.25rem;
  }
}
.p-realestateFeatures__label span {
  margin-left: 4px;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__label span {
    font-size: 1.5rem;
  }
}
.p-realestateFeatures__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 48px;
  padding: 32px 40px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__box {
    flex-direction: column;
    gap: 24px;
    margin-top: 24px;
    padding: 24px;
  }
}
.p-realestateFeatures__box picture {
  flex-shrink: 0;
  width: 46.297%;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__box picture {
    width: 100%;
  }
}
.p-realestateFeatures__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__title {
    font-size: 1rem;
  }
}
.p-realestateFeatures__title span {
  display: inline-block;
}
.p-realestateFeatures__attr {
  margin-top: 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__attr {
    text-align: center;
    font-size: 0.62rem;
  }
}
.p-realestateFeatures__compare {
  display: flex;
  gap: 48px;
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__compare {
    flex-direction: column;
  }
}
.p-realestateFeatures__compareItem {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
}
.p-realestateFeatures__compareItem + .p-realestateFeatures__compareItem::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 50%;
  border-left: 12px solid #B33030;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__compareItem + .p-realestateFeatures__compareItem::before {
    left: 50%;
    top: -32px;
    border-top: 16px solid #B33030;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    transform: translate(-50%, 0);
  }
}
.p-realestateFeatures__type {
  padding: 16px;
  text-align: center;
  background: #585858;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 1.125rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__type {
    font-size: 1rem;
  }
}
.p-realestateFeatures__type.-bl {
  background-color: #14468C;
}
.p-realestateFeatures__image {
  margin: auto;
  padding: 24px;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__image {
    padding: 24px 16px;
  }
}
.p-realestateFeatures__image img {
  width: 100%;
  height: auto;
}
.p-realestateFeatures__point {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 40px;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__point {
    flex-direction: column;
    gap: 8px;
    margin-top: 24px;
    font-size: 1rem;
  }
}
.p-realestateFeatures__point img {
  align-self: flex-start;
  width: 80px;
  height: 80px;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__point img {
    align-self: center;
  }
}
.p-realestateFeatures__flow {
  display: flex;
  justify-content: center;
  gap: 8%;
  margin-block: 48px 40px;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__flow {
    flex-direction: column;
    gap: 16px;
    margin-block: 24px 32px;
  }
}
.p-realestateFeatures__flow img:nth-child(1) {
  flex-shrink: 0;
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__flow img:nth-child(1) {
    width: 100%;
  }
}
.p-realestateFeatures__exsample {
  display: flex;
  justify-content: center;
  margin-top: 8px;
  font-size: 0.875rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-realestateFeatures__exsample {
    font-size: 0.75rem;
  }
}

.p-tool__register {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  margin-block: 32px 40px;
  padding: 32px 48px 32px 114px;
  background: url(../img/common/icon-key.svg) no-repeat left 48px center/42px 44px;
  background-color: #112444;
}
@media screen and (max-width: 767px) {
  .p-tool__register {
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    background-size: 32px 34px;
    background-position: left 24px top 32px;
  }
  .p-tool__register .u-text {
    padding-left: 48px;
  }
}
.p-tool__cateList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin-block: 40px 32px;
}
@media screen and (max-width: 900px) {
  .p-tool__cateList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-tool__cateList {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-tool__cateItem {
  width: 100%;
}
@media (hover: hover) and (pointer: fine) {
  .p-tool__cateItem a {
    transition: opacity 0.3s;
  }
  .p-tool__cateItem a:hover {
    opacity: 0.7;
  }
}
.p-tool__cateLink {
  display: block;
  padding: 16px;
  background-color: #d9d9d9;
  color: #888;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-tool__cateLink {
    padding: 8px;
    font-size: 0.875rem;
  }
}
.p-tool__cateLink.is-active {
  background-color: #112444;
  color: #fff;
}
.p-tool__select {
  margin-block: 32px 24px;
  text-align: right;
}
.p-tool__selectBox {
  position: relative;
}
.p-tool__selectBox::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0;
  bottom: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-right: 1px solid #14468C;
  border-bottom: 1px solid #14468C;
  transform: rotate(45deg);
  pointer-events: none;
}
.p-tool__selectBox select {
  padding-right: 24px;
  cursor: pointer;
  font-size: 0.875rem;
}
.p-tool__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px 16px;
}
@media screen and (max-width: 1000px) {
  .p-tool__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-tool__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-tool__thumb {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 131/75;
  padding: 16px;
  border: 1px solid #e5e5e5;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-tool__thumb {
    padding: 16px 8px;
  }
}
.p-tool__thumb.-standard {
  background-color: #F8F9FB;
}
.p-tool__thumb.-standard .p-tool__label {
  background: linear-gradient(180deg, #233F85 0%, #112444 100%);
}
.p-tool__thumb.-gold {
  background-color: #FEF8E7;
}
.p-tool__thumb.-gold .p-tool__label {
  background: linear-gradient(180deg, #E9D190 0%, #D0B467 40.63%, #AD8E3B 81.25%);
}
.p-tool__label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 16px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-tool__label {
    padding: 4px 8px;
    font-size: 0.625rem;
  }
}
.p-tool__title {
  color: #112444;
  text-align: center;
  font-size: clamp(0.75rem, 0.6rem + 0.64vw, 1rem);
  font-weight: 600;
  line-height: 1.5;
}
.p-tool__text {
  font-size: 0.75rem;
  line-height: 1.8;
}
.p-tool__button {
  width: 100%;
  max-width: 200px;
  margin: auto auto 0;
  padding: 8px 16px;
  border: 1px solid #112444;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-tool__button {
    font-size: 0.75rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-tool__button {
    transition: 0.3s;
  }
  .p-tool__button:hover {
    background-color: #112444;
    color: #fff;
  }
}
.p-tool__button.is-disabled {
  background-color: #d9d9d9;
  color: #888;
  border: 1px solid #d9d9d9;
  pointer-events: none;
}
.p-tool__more-wrap {
  margin-top: 56px;
  text-align: center;
}
.p-tool__more {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  background-color: #112444;
  color: #fff;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-tool__more {
    max-width: 240px;
    padding: 16px;
    font-size: 1rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .p-tool__more {
    transition: opacity 0.3s;
  }
  .p-tool__more:hover {
    opacity: 0.7;
  }
}
.p-tool__more::after {
  content: "＋";
  position: absolute;
  right: 32px;
}/*# sourceMappingURL=style.css.map */