@charset "UTF-8";
:root {
  --color-primary-dark: #02314E;
  --color-primary-light: #2D6A9A;
  --color-secondary-dark:#DF5541;
  --color-secondary-light:#EA5943;
  --color-third-dark:#1CB0B2;
  --color-third-light:#25DCDF;
  --color-accent:#EA5943;
  --color-text: #333;
  --color-text2: #fff;
  --color-text3: #E05641;
  --ff-main: "Noto Sans JP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --ff-eg: "Oswald", sans-serif;
  --inner-s: 34.375rem;
  --inner-l: 50rem;
  --inner-xl: 63.75rem;
  --padding-s: 0.9375rem;
  --padding: 1.25rem;
  --header-pc: 5.6875rem;
  --header-sp: 2.75rem;
  --ease-time: 0.3s;
  --ease-type: ease;
  --break-xxl: 1399.98px;
  --break-xl: 1079.98px;
  --break-l: 991.98px;
  --break-m: 767.98px;
  --break-s: 575.98px;
}

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

ul,
ol {
  list-style: none;
}

img {
  vertical-align: bottom;
}

.mfp_element_submit {
  /* すべてのスタイルを無効化 */
  border-radius: unset;
  padding: unset;
  border: unset;
  background: unset;
  text-shadow: unset;
  font-size: unset;
  cursor: unset;
  outline: unset;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--ff-main);
  color: var(--color-text);
  background: #fff;
}
body [lang=en] {
  font-family: var(--ff-eg);
}

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

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

summary {
  list-style-type: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

.l-inner {
  width: min(100%, var(--inner-xl));
  padding-inline: var(--padding);
  margin-inline: auto;
  position: relative;
}

.l-footer {
  padding-block: 4rem;
  background-color: #023352;
  color: var(--color-text2);
}

.l-footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__logo {
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-footer__navlink {
  font-size: 0.875rem;
  line-height: 1.2142857143;
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}

.l-footer__copyright {
  font-size: 0.8125rem;
}

.l-header {
  padding: 1.75rem;
  height: var(--header-pc);
  position: fixed;
  background-color: transparent;
  width: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.l-header__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.l-main {
  margin-top: 0;
  overflow: hidden;
}

.c-btn {
  color: var(--color-text2);
  padding: 1.125rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  -webkit-transition: opacity var(--ease-time) var(--ease-type) 0s;
  transition: opacity var(--ease-time) var(--ease-type) 0s;
}
.c-btn[data-btn=download] {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-third-light)), to(var(--color-third-dark)));
  background: linear-gradient(90deg, var(--color-third-light) 0%, var(--color-third-dark) 100%);
}
.c-btn[data-btn=seminar] {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-secondary-light)), to(var(--color-secondary-dark)));
  background: linear-gradient(90deg, var(--color-secondary-light) 0%, var(--color-secondary-dark) 100%);
}

.c-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.c-title__eg {
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  background: linear-gradient(92deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%) text;
  color: transparent;
  line-height: 1;
}

.p-achieve {
  padding-block: 4rem;
  overflow: hidden;
  background-color: #fff;
}

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

.p-contact {
  background: linear-gradient(122deg, #F3F9FF 6.89%, #C3E1FD 109.61%);
  padding-block: 5rem;
}

.p-contact__contents {
  margin-top: 4rem;
  width: min(100%, 55rem);
  margin-inline: auto;
}

.p-contact__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  background-color: transparent;
}

form#mailformpro select,
form#mailformpro input {
  background-color: #fff !important;
  padding: 1.125rem 1.25rem;
  width: 100%;
  font-size: 1rem;
  color: var(--color-text);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form#mailformpro input:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
form#mailformpro select:focus,
form#mailformpro select:active,
form#mailformpro input:-webkit-autofill,
form#mailformpro input:-webkit-autofill:hover,
form#mailformpro input:-webkit-autofill:focus,
form#mailformpro input:-webkit-autofill:active,
form#mailformpro input:-internal-autofill-selected {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
form#mailformpro .mfp_element_text,
form#mailformpro .mfp_element_email,
form#mailformpro .mfp_element_tel,
form#mailformpro .mfp_element_textarea,
form#mailformpro .mfp_element_number,
form#mailformpro .mfp_element_select-one,
form#mailformpro .mfp_element_date,
form#mailformpro .mfp_element_password {
  background-color: #fff !important;
}
form#mailformpro .problem {
  background-color: #fff !important;
}
form#mailformpro .mfp_defaultValue {
  background-color: #fff !important;
}
form#mailformpro input[type=checkbox] {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #000;
  border-radius: 0;
}
form#mailformpro .p-contact__label {
  width: 12.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  border: none;
  padding: 0;
  background-color: transparent;
}
form#mailformpro .p-contact__require {
  color: var(--color-text2);
  background: -webkit-gradient(linear, left top, right top, from(var(--color-secondary-light)), to(var(--color-secondary-dark)));
  background: linear-gradient(90deg, var(--color-secondary-light) 0%, var(--color-secondary-dark) 100%);
  padding: 0.25rem 0.75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  border-radius: 0;
  font-size: 0.75rem;
  margin: 0;
  text-shadow: none;
}
form#mailformpro .p-contact__require[data-require=optional] {
  background: #BABABA;
}
form#mailformpro .p-contact__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
form#mailformpro .p-contact__row .p-contact__data {
  width: 100%;
}
form#mailformpro .p-contact__data {
  border: none;
  width: calc(100% - 12.75rem - 1.5rem);
  padding: 0;
  background-color: transparent;
}
form#mailformpro .p-contact__example {
  padding-left: 1rem;
  margin-top: 0.25rem;
}
form#mailformpro .p-contact__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4.5rem;
}
form#mailformpro .p-contact__policy label {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
form#mailformpro .p-contact__policyCheckbox {
  margin-right: 0.5rem;
}
form#mailformpro .p-contact__policyLink {
  text-decoration: underline;
}
form#mailformpro .p-contact__btn {
  margin-top: 4rem;
  margin-inline: auto;
  width: min(100%, 24.75rem);
}

.p-cta {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  padding: 4rem 1.25rem 3rem;
}

.p-cta__microcopy {
  color: var(--color-text2);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.875rem;
}

.p-cta__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.3125rem;
  width: min(100%, 55rem);
  margin-inline: auto;
}

.p-cta__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.3125rem;
  width: min(100%, 55rem);
  margin-inline: auto;
  gap: 5.5rem;
}

.p-cta__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 1.875rem;
}

.p-cta__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-cta__text {
  margin-top: 2.1875rem;
  text-align: center;
  color: var(--color-text2);
  font-weight: 700;
  line-height: 1.6;
}

.p-edition {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  padding-block: 3.5rem;
}

.p-edition__inner {
  width: min(100%, 70rem);
}

.p-edition__contents {
  background-color: #fff;
  padding: 0.625rem 0.5rem;
}

.p-edition__wrap {
  border: 2px solid #966B33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-block: 2rem 1.75rem;
  position: relative;
  gap: 4rem;
}
.p-edition__wrap:after {
  content: "";
  position: absolute;
  width: 5rem;
  aspect-ratio: 1/1;
  background: transparent url(../images/deco-edition.svg) no-repeat center center/contain;
  top: -0.125rem;
  left: -0.125rem;
}

.p-edition__body {
  width: calc(100% - 4rem - 24.3125rem);
  width: 44.3609%;
}

.p-edition__head {
  font-size: 2.5rem;
  line-height: 1.6;
  background: linear-gradient(92deg, #966B33 0.37%, #CDBB58 47.64%, #966B33 97.72%) text;
  color: transparent;
  position: relative;
}
.p-edition__head::after {
  bottom: -0.25rem;
  left: 50%;
  translate: -50%;
  background: transparent url(../images/deco-editionHead.svg) no-repeat center center/contain;
  width: 16.5625rem;
  height: 0.1875rem;
  position: absolute;
  content: "";
}

.p-edition__text {
  margin-top: 1rem;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-edition__lead {
  margin-top: 0.625rem;
  text-align: center;
  font-size: 2.125rem;
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: 500;
}

.p-edition__lead--accent {
  color: var(--color-accent);
  font-weight: 600;
}

.p-edition__btn {
  margin-top: 2.1875rem;
  width: calc(100% - 4.75rem);
  margin-inline: auto;
}

.p-effect {
  padding-block: 4rem;
  position: relative;
  background-color: #fafafa;
}
.p-effect:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 11.125rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.p-effect__inner {
  width: min(100%, 66.25rem);
}

.p-effect__contents {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  z-index: 1;
  position: relative;
}

.p-effect__item {
  padding: 1.875rem 1.5rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-effect__label {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  color: var(--color-text2);
  text-align: center;
  padding: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  width: 100%;
  border-radius: 20px;
}

.p-effect__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-effect__num {
  color: var(--color-accent);
  font-size: 4.375rem;
  font-weight: 700;
  font-weight: 600;
  line-height: 1;
}

.p-effect__unit {
  font-size: 2.25rem;
  font-weight: 600;
}

.p-effect__text {
  font-size: 1.5rem;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-weight: 700;
  margin-bottom: 0.625rem;
}

.p-faq {
  background-color: #F5F5F5;
  padding-block: 5rem;
}

.p-faq__contents {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  margin-inline: auto;
  width: min(100%, 55rem);
  padding-inline: 3.125rem;
  margin-top: 3.5rem;
}

.p-accordionDetails {
  border-bottom: 1px solid #E0E0E0;
}

.p-accordionDetails__inner {
  padding-block: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.p-accordionDetails__question {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8;
  width: calc(100% - 1.5rem - 1.125rem);
}

.p-accordionDetails__icon {
  width: 1.125rem;
  aspect-ratio: 1;
  position: relative;
}
.p-accordionDetails__icon::before, .p-accordionDetails__icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.125rem;
  background-color: #333;
  top: 50%;
  translate: 0 -50%;
}
.p-accordionDetails__icon::after {
  rotate: 90deg;
  -webkit-transition: rotate 0.3s ease 0s;
  transition: rotate 0.3s ease 0s;
}
.is-opened .p-accordionDetails__icon::after {
  rotate: 0deg;
}

.p-accordionDetails__content {
  color: #03324F;
  font-weight: 500;
  line-height: 1.6;
}

.p-accordionDetails__wrap {
  padding-bottom: 2rem;
}

.p-feature {
  padding-block: 4rem;
  background-color: #fff;
}

.p-feature__lead {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

.p-feature__lead--accent {
  color: var(--color-accent);
}

.p-feature__contents {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(2, 18.75rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.5rem;
}

.p-feature__item {
  display: grid;
  place-items: center;
  padding: 1.625rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
  gap: 1.5rem;
}

.p-feature__text {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.p-flow {
  padding-block: 5rem;
}

.p-flow__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}

.p-flow__item {
  padding: 1.5rem 1.25rem;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 16px rgba(0, 0, 0, 0.16);
  position: relative;
}
.p-flow__item::before {
  content: "";
  height: 100%;
  position: absolute;
  width: 2rem;
  background: #fff url(../images/deco-flow.webp) no-repeat center center/100% 100%;
  top: 0;
  bottom: 0;
  right: -0.5rem;
  z-index: 1;
}

.p-flow__label {
  color: #9DA0A7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-flow__num {
  font-size: 1.5rem;
}

.p-flow__head {
  font-size: 1.25rem;
  background: linear-gradient(92deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%) text;
  color: transparent;
  line-height: 2;
  font-weight: 700;
}

.p-fv {
  background: transparent url(../images/bg-fv.webp) no-repeat center center/cover;
  height: 33.75rem;
}

.p-fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6rem;
  width: min(86.25rem, 100%);
  height: 100%;
}

.p-fv__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 1.875rem;
}

.p-fv__text {
  background-color: #fff;
  padding: 0.5rem 1.5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.p-fv__text--accent {
  color: var(--color-accent);
}

.p-fv__lead {
  font-size: clamp(3.5rem, -1.205rem + 7.59vw, 5.625rem);
}

.p-fv__mv {
  width: 42.31343%;
  position: relative;
}
.p-fv__mv img {
  aspect-ratio: 567/380;
  width: 100%;
}

.p-fv__circle {
  position: absolute;
  bottom: -2.5rem;
  left: -3.75rem;
  width: 10.75rem;
  aspect-ratio: 1;
  background-color: #FEE926;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-align: center;
}

.p-fv__circleText {
  font-weight: 600;
  line-height: 1.2;
}

.p-fv__circleText--accent {
  font-size: 1.25rem;
  display: block;
  margin-top: 0.375rem;
}

.p-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  gap: 5.625rem;
}

.p-logo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 5.625rem;
}

.p-merit {
  padding-block: 5rem;
  background-color: #F5F5F5;
}

.p-merit__inner {
  width: min(100%, 70rem);
}

.p-merit__contents {
  margin-top: 2rem;
}

.p-merit__bubble {
  padding: 0.75rem;
  width: 21.75rem;
  position: relative;
  background-color: var(--color-secondary-light);
  color: var(--color-text2);
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-inline: auto;
}
.p-merit__bubble::after {
  content: "";
  position: absolute;
  width: 1.5rem;
  aspect-ratio: 24/13;
  bottom: -0.75rem;
  left: 50%;
  translate: -50%;
  background-color: var(--color-secondary-light);
  clip-path: polygon(0 0%, 100% 0, 50% 100%, 50% 100%);
}

.p-merit__head {
  margin-top: 0.75rem;
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.p-merit__wrap {
  margin-top: 2.1875rem;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
  grid-template-columns: 1fr 5.8125rem 1fr;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-point {
  padding-bottom: 5rem;
  position: relative;
  background-color: #fff;
}
.p-point::before, .p-point::after {
  content: "";
  position: absolute;
  width: min(100%, 78.75rem);
  aspect-ratio: 1260/498;
  background: transparent url(../images/bg-point.svg) no-repeat center center/cover;
  z-index: 0;
}
.p-point::before {
  left: 0;
  top: 5.375rem;
}
.p-point::after {
  right: 0;
  bottom: 26.125rem;
}

.p-point__inner {
  width: min(100%, 53rem);
  z-index: 1;
}

.p-point__title {
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.5rem;
}

.p-point__title--eg {
  font-size: clamp(3rem, 2.4186046512rem + 2.480620155vw, 4rem);
  color: #d3d0d0;
  line-height: 1;
}

.p-point__title--jp {
  font-size: 1.5rem;
  color: var(--color-text);
}

.p-point__title--accent {
  color: var(--color-accent);
}

.p-point__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 3.75rem;
}

.p-point__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
.p-point__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-point__body {
  width: calc(100% - 3rem - 29.5rem);
}

.p-point__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 1.5rem;
  color: #D3D0D0;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.p-point__num {
  background: linear-gradient(92deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%) text;
  color: transparent;
  font-size: 3.5rem;
}

.p-point__head {
  margin-top: 1rem;
  background: linear-gradient(92deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%) text;
  color: transparent;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.p-point__text {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 0.625rem;
}

.p-point__img {
  width: min(100%, 29.5rem);
}
.p-point__img img {
  width: 100%;
}

.p-seminar {
  padding-block: 5rem;
  position: relative;
}
.p-seminar::after {
  content: "";
  width: 100%;
  height: 15.25rem;
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.p-seminar__head {
  text-align: center;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
}

.p-seminar__delta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.5rem;
  gap: 0.5rem;
}

.p-seminar__splide {
  margin-top: 1.5rem;
  width: min(100%, 55rem);
  margin-inline: auto;
}

.p-seminar__track {
  padding-bottom: 0.3125rem;
}

.p-seminar__slide {
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

.p-seminar__img img {
  width: 100%;
}

.p-seminar__body {
  padding: 1rem 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-seminar__label {
  border-radius: 4px;
  background-color: var(--color-accent);
  color: var(--color-text2);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 500;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-seminar__title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-seminar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.p-seminar__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.125rem;
}

.p-seminar__term {
  width: 3rem;
  color: #9DA0A7;
  font-weight: 500;
  line-height: 1.2;
}

.p-seminar__data {
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.p-seminar__data--small {
  display: block;
  font-size: 0.875rem;
}

.splide__arrows {
  position: absolute;
  bottom: 50%;
  left: 50%;
  translate: -50%;
}

.p-seminar__arrows {
  width: calc(100% + 3.25rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-seminar__arrow {
  background-color: red;
  width: 3.3125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
}
.p-seminar__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 0.75rem;
  aspect-ratio: 1/2;
}

.p-seminar__arrow--prev {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
  background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
}
.p-seminar__arrow--prev::after {
  background: transparent url(../images/icon-arrow-prev.svg) no-repeat center center/contain;
}

.p-seminar__arrow--next {
  background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-light)), to(var(--color-primary-dark)));
  background: linear-gradient(90deg, var(--color-primary-light) 0%, var(--color-primary-dark) 100%);
}
.p-seminar__arrow--next::after {
  background: transparent url(../images/icon-arrow-next.svg) no-repeat center center/contain;
}

.p-speaker {
  padding-block: 4rem;
  background-color: #F5F5F5;
}

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

.p-speaker__title {
  width: 19rem;
}

.p-speaker__profile {
  width: calc(100% - 19rem - 2.5rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  position: relative;
}
.p-speaker__profile:after {
  content: "";
  position: absolute;
  background: transparent url(../images/deco-speaker.webp) no-repeat center center/contain;
  aspect-ratio: 511/390;
  width: 96.22%;
  top: -1.75rem;
  left: 50%;
  translate: -50%;
  z-index: 0;
}

.p-speaker__contents {
  width: min(100%, 55rem);
  margin-inline: auto;
}

.p-speaker__profileHead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-speaker__profileImg {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 1;
}
.p-speaker__profileImg::after {
  content: "";
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  right: 0;
  width: 100%;
  height: 1.75rem;
  background: #FFF;
  -webkit-filter: blur(7.5px);
          filter: blur(7.5px);
}

.p-speaker__profileName {
  position: absolute;
  padding: 0.625rem;
  color: var(--color-text2);
  background-color: var(--color-accent);
  border-radius: 6.25rem;
  bottom: 1.875rem;
  left: 50%;
  translate: -50%;
  width: 12.5rem;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  font-size: 1.25rem;
}

.p-speaker__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  color: var(--color-text2);
  padding-top: 4.375rem;
  margin-left: -3.4375rem;
  position: relative;
  z-index: 1;
}

.p-speaker__company {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
}

.p-speaker__history {
  letter-spacing: 0.04em;
}

.p-speaker__wrap {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.5rem;
}

.p-speaker__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-speaker__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.p-speaker__img {
  width: min(100%, 29.875rem);
}

.p-speaker__itemBody {
  width: 54%;
  background-color: #fff;
  padding: 1.25rem;
  margin-left: -4rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
.p-speaker__item:nth-child(even) .p-speaker__itemBody {
  margin-right: -4rem;
}

.p-speaker__head {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.8;
}

.p-speaker__text {
  line-height: 2;
  letter-spacing: 0.04em;
}

.p-thanks {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-block: 6rem 4rem;
}

.p-thanks__contents {
  border-radius: 1.5rem;
  padding: 4rem 3rem;
  text-align: center;
  -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
  width: 100%;
  position: relative;
}

.p-thanks__title {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: var(--color-text);
  margin-bottom: 2rem;
  position: relative;
}
@-webkit-keyframes checkmark {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@keyframes checkmark {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.p-thanks__message {
  font-size: 1.125rem;
  line-height: 1.7;
  color: var(--color-text);
  margin-bottom: 3rem;
  font-weight: 400;
}

.p-thanks__btn {
  margin-top: 3rem;
}

.p-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.u-hide {
  display: block;
}

.u-hide--sp {
  display: block;
}

.u-show {
  display: none;
}

.u-show--sp {
  display: none;
}

.mt-40 {
  margin-top: 40px;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

@media (hover: hover) {
  .mfp_element_submit:-moz-any-link:hover {
    background: unset;
    box-shadow: unset;
  }
  .mfp_element_submit:any-link:hover, .mfp_element_submit:enabled:hover {
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  .l-footer__logo:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__logo:any-link:hover, .l-footer__logo:enabled:hover {
    opacity: 0.7;
  }
  .l-footer__navlink:-moz-any-link:hover {
    opacity: 0.7;
  }
  .l-footer__navlink:any-link:hover, .l-footer__navlink:enabled:hover {
    opacity: 0.7;
  }
  .c-btn:-moz-any-link:hover {
    opacity: 0.7;
    background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  }
  .c-btn:any-link:hover, .c-btn:enabled:hover {
    opacity: 0.7;
    background: -webkit-gradient(linear, left top, right top, from(var(--color-primary-dark)), to(var(--color-primary-light)));
    background: linear-gradient(90deg, var(--color-primary-dark) 0%, var(--color-primary-light) 100%);
  }
  .c-btn[data-btn=download]:-moz-any-link:hover {
    background: linear-gradient(90deg, var(--color-third-light) 0%, var(--color-third-dark) 100%);
  }
  .c-btn[data-btn=download]:any-link:hover, .c-btn[data-btn=download]:enabled:hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-third-light)), to(var(--color-third-dark)));
    background: linear-gradient(90deg, var(--color-third-light) 0%, var(--color-third-dark) 100%);
  }
  .c-btn[data-btn=seminar]:-moz-any-link:hover {
    background: linear-gradient(90deg, var(--color-secondary-light) 0%, var(--color-secondary-dark) 100%);
  }
  .c-btn[data-btn=seminar]:any-link:hover, .c-btn[data-btn=seminar]:enabled:hover {
    background: -webkit-gradient(linear, left top, right top, from(var(--color-secondary-light)), to(var(--color-secondary-dark)));
    background: linear-gradient(90deg, var(--color-secondary-light) 0%, var(--color-secondary-dark) 100%);
  }
}

@media (width <= 1399.98px) {
  body {
    font-size: 1rem;
  }
}

@media (width <= 1079.98px) {
  body {
    font-size: 1rem;
  }
  body {
    font-size: 1rem;
  }
}

@media (width <= 991.98px) {
  body {
    font-size: 1rem;
  }
  .p-edition {
    padding-block: 2.5rem;
  }
  .p-edition__wrap {
    padding: 1.5rem 0.625rem;
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-edition__wrap::after {
    display: none;
  }
  .p-edition__body {
    display: contents;
  }
  .p-edition__textWrap {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .p-edition__head {
    font-size: 2rem;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .p-edition__head:after {
    width: 100%;
    bottom: -0.75rem;
    line-height: 1.2;
  }
  .p-edition__text {
    margin-top: 1.5rem;
  }
  .p-edition__lead {
    margin-top: 0;
    font-size: 2rem;
  }
  .p-edition__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .p-edition__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 1rem;
  }
  .p-effect__contents {
    overflow-x: auto;
    white-space: nowrap;
  }
  .p-fv__inner {
    gap: 2rem;
  }
  .p-fv__contents {
    padding-left: 0;
  }
  .p-fv__lead {
    font-size: 3.5rem;
  }
  .p-fv__circle {
    width: 9.375rem;
    bottom: -6.5rem;
  }
  .p-speaker__titleWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-speaker__title {
    width: auto;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-speaker__profile {
    width: 100%;
  }
  .p-speaker__profile::after {
    width: 30rem;
    translate: 0;
    top: -6rem;
    right: 0;
    left: unset;
  }
  .p-speaker__profileHead {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-speaker__profileImg {
    width: 14.6875rem;
  }
  .p-speaker__body {
    padding-top: 2rem;
  }
  .p-speaker__wrap {
    gap: 2rem;
  }
  .p-speaker__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-speaker__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-speaker__itemBody {
    width: calc(100% - 2.5rem);
    margin-left: 0;
    margin-right: 0;
    margin-top: -2rem;
  }
  .p-speaker__item:nth-child(even) .p-speaker__itemBody {
    margin-right: 0;
  }
}

@media (width <= 767.98px) {
  body {
    font-size: 1rem;
  }
  .l-inner {
    padding-inline: var(--padding-s);
  }
  .l-footer {
    padding-block: 3.5rem 2rem;
  }
  .l-footer__contents {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 2rem;
  }
  .l-footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 12.25rem;
  }
  .l-footer__info {
    display: contents;
  }
  .l-footer__navList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-footer__copyright {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  .l-header {
    height: var(--header-sp);
    padding: 0.625rem 0.9375rem;
    background-color: #fff;
  }
  .l-header__logo {
    width: 8.5625rem;
  }
  .l-main {
    margin-top: var(--header-sp);
  }
  .c-btn {
    padding: 0.75rem;
    font-size: 1.125rem;
  }
  .c-title {
    font-size: 2rem;
  }
  .c-title__eg {
    font-size: 1.25rem;
  }
  .p-contact {
    padding-block: 4rem;
  }
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
  form#mailformpro .p-contact__label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  form#mailformpro .p-contact__data {
    width: 100%;
  }
  form#mailformpro .p-contact__policy {
    width: calc(100% - 4rem);
    margin-inline: auto;
  }
  form#mailformpro .p-contact__policyText {
    text-align: left;
  }
  form#mailformpro .p-contact__btn {
    width: min(100%, 19.1875rem);
  }
  .p-cta {
    padding: 4rem 0.9375rem;
  }
  .p-cta__microcopy {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-cta__items {
    grid-template-columns: 1fr;
    gap: 2.75rem;
  }
  .p-cta__wrap {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
  .p-cta__item {
    gap: 1.375rem;
  }
  .p-cta__btn {
    width: min(19.1875rem, 100% - 2.5rem);
    margin-inline: auto;
    gap: 0.625rem;
  }
  .p-cta__text {
    margin-top: 1.25rem;
  }
  .p-effect__inner {
    padding-inline: 0;
  }
  .p-faq {
    padding-block: 4rem;
  }
  .p-faq__contents {
    margin-top: 2rem;
    padding-inline: 1rem;
  }
  .p-accordionDetails__inner {
    padding-block: 1.5rem 1rem;
  }
  .p-accordionDetails__question {
    font-size: 1rem;
  }
  .p-feature__lead {
    font-size: 1.75rem;
  }
  .p-feature__contents {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .p-feature__item {
    padding: 1rem 0.5rem;
  }
  .p-feature__text {
    font-size: 1.125rem;
  }
  .p-flow {
    padding-block: 4rem;
  }
  .p-flow__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-flow__item::before {
    background-image: url(../images/deco-arrow-under.svg);
    left: 0;
    right: 0;
    bottom: -1.5rem;
    top: unset;
    width: 100%;
    height: 2.5rem;
  }
  .p-fv {
    height: auto;
    padding-block: 1rem 1.375rem;
  }
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.75rem;
  }
  .p-fv__contents {
    gap: 0.625rem;
  }
  .p-fv__text {
    font-size: 1.125rem;
    padding: 0.375rem 0.875rem;
  }
  .p-fv__lead {
    font-size: 3rem;
  }
  .p-fv__mv {
    width: 100%;
  }
  .p-fv__circle {
    left: 0;
    top: -1.375rem;
    bottom: unset;
    width: 7.125rem;
  }
  .p-fv__circleText {
    font-size: 0.625rem;
  }
  .p-fv__circleText--accent {
    font-size: 0.75rem;
    margin-top: 0;
  }
  .p-logo {
    gap: 1.25rem;
  }
  .p-logo__list {
    gap: 1.25rem;
  }
  .p-merit {
    padding-block: 4rem;
  }
  .p-merit__contents {
    margin-top: 1rem;
  }
  .p-merit__bubble {
    width: calc(100% - 2.5rem);
  }
  .p-merit__head {
    margin-top: 1.25rem;
    font-size: 1.5rem;
  }
  .p-merit__wrap {
    margin-top: 2rem;
    grid-template-columns: 1fr;
  }
  .p-merit__img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .p-merit__icon {
    rotate: 90deg;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-self: center;
  }
  .p-point {
    padding-bottom: 4rem;
  }
  .p-point::before, .p-point::after {
    width: 100%;
    aspect-ratio: 375/549;
    left: 0;
    right: 0;
    background-image: url(../images/bg-point-sp.svg);
  }
  .p-point::before {
    top: 6.0625rem;
  }
  .p-point::after {
    bottom: 31.125rem;
  }
  .p-point__title--jp {
    font-size: 1.25rem;
  }
  .p-point__contents {
    gap: 1.25rem;
    margin-top: 4.5rem;
  }
  .p-point__item {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-point__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-point__body {
    width: 83.4783%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .p-point__item:nth-child(even) .p-point__body {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .p-point__label {
    font-size: 1.25rem;
  }
  .p-point__num {
    font-size: 3rem;
  }
  .p-point__head {
    font-size: 1.5rem;
  }
  .p-seminar {
    padding-block: 4rem;
  }
  .p-seminar__head {
    font-size: 1.5rem;
  }
  .p-seminar__splide {
    width: 100vw;
    margin-left: calc(-1 * var(--padding-s));
  }
  .p-seminar__arrows {
    width: calc(100% - 3.25rem);
  }
  .p-speaker__profile::after {
    left: var(--padding-s);
    right: unset;
  }
  .p-thanks {
    padding-block: 4rem 3rem;
    min-height: calc(100vh - 8rem);
  }
  .p-thanks__contents {
    padding: 3rem 2rem;
    border-radius: 1rem;
  }
  .p-thanks__message {
    font-size: 1rem;
    margin-bottom: 2.5rem;
  }
  .p-thanks__message br {
    display: none;
  }
  .p-thanks__btn {
    margin-top: 2.5rem;
  }
  .u-hide {
    display: none;
  }
  .u-hide--sp {
    display: none;
  }
  .u-show {
    display: block;
  }
  .u-show--sp {
    display: block;
  }
}

@media (width <= 575.98px) {
  body {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */