@charset "UTF-8";
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  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 */
  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 */
  color: inherit; /* Correct border color 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;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

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

[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;
}

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

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

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

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

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* 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=true] {
  cursor: default;
}

:root {
  --white: #fff;
  --black: #444444;
  --blue: #013384;
  --light-blue: #4AB2E6;
  --pale-blue: #B3DEF4;
  --orange: #EE6C4D;
  --gray: #B3B3B3;
  --light-gray: #DDD8D2;
  --pale-gray: #F4F2F0;
}

html {
  overflow-y: scroll;
  font-size: 0.625em;
  box-sizing: border-box;
}

body {
  color: var(--black);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", -apple-system, BlinkMacSystemFont, "游ゴシック Medium", meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  letter-spacing: 0.04em;
}

sup {
  font-size: 0.6em;
}

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

input {
  all: unset;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  line-height: normal;
}

em {
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: none;
}

a {
  color: inherit;
}
a:link, a:visited {
  color: var(--black);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
a:active {
  opacity: 1;
}
a:focus {
  outline: 0;
}

a,
button {
  outline: none;
}

fieldset {
  border: none;
}

ol,
ul {
  list-style: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}

@keyframes slideIn {
  from {
    clip-path: polygon(0 0, 0 0, -30% 100%, -20% 100%);
  }
  to {
    clip-path: polygon(0 0, 130% 0, 120% 100%, 0 100%);
  }
}
@keyframes scrollCategory {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.c-card {
  padding: 3.6rem 8rem 4.4rem 4rem;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 2rem;
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (max-width:767px) {
  .c-card {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.c-card--list {
  flex-wrap: wrap;
  padding: 0;
  gap: 1.6rem;
  overflow: visible;
}
@media screen and (max-width:767px) {
  .c-card--list {
    gap: 0.8rem;
  }
}
.c-card--list .c-card__item {
  flex: 0 0 calc(50% - 0.8rem);
}
@media screen and (max-width: 1200px) {
  .c-card--list .c-card__item {
    flex: 0 0 calc(50% - 0.8rem);
  }
}
@media screen and (max-width:1024px) {
  .c-card--list .c-card__item {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 900px) {
  .c-card--list .c-card__item {
    flex: 0 0 calc(50% - 0.8rem);
  }
}
@media screen and (max-width:767px) {
  .c-card--list .c-card__item {
    flex: 0 0 calc(50% - 0.4rem);
  }
}
@media screen and (max-width:767px) {
  .c-card--list .c-card__item a {
    padding: 0.8rem 0.8rem 1.6rem;
  }
}
.c-card--list .c-card__img img {
  max-width: 100%;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 1.2rem;
}
@media screen and (max-width:767px) {
  .c-card--list .c-card__title {
    gap: 0.4rem;
  }
}
.c-card--list .c-card__titleMain {
  font-size: 2rem;
}
@media screen and (max-width:767px) {
  .c-card--list .c-card__titleMain {
    font-size: 1.6rem;
  }
}
.c-card__item {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 0.4rem 4rem 0 rgba(0, 0, 0, 0.16);
  transition: transform 0.35s ease;
}
.c-card__item:hover {
  transform: scale(1.05);
}
.c-card__item a {
  width: 100%;
  height: 100%;
  padding: 1.6rem;
  display: flex;
  display: inline-flex;
  flex-direction: column;
}
.c-card__title {
  margin-bottom: 0.8rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  order: 2;
}
.c-card__titleMain {
  color: var(--black);
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.24rem;
  order: 2;
}
@media screen and (max-width:767px) {
  .c-card__titleMain {
    font-size: 2rem;
  }
}
.c-card__titleSub {
  color: var(--blue);
  font-family: "Genos", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  order: 1;
}
.c-card__arrow {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
  order: 3;
}
.c-card__arrowText {
  color: var(--black);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.24rem;
}
.c-card__arrowIcon {
  flex: 0 0 2.4rem;
}
.c-card__img {
  margin-bottom: 1.6rem;
  order: 1;
}
.c-card__img img {
  max-width: 26.8rem;
  border-radius: 2rem;
  aspect-ratio: 1/1;
}

.p-top-fv {
  background: linear-gradient(259deg, #FFF 0%, #F4F2F0 98.83%);
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-top-fv {
    background: linear-gradient(185deg, #F4F2F0 8.31%, #F7F8F6 91.69%);
  }
}
.p-top-fv__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 8rem 8rem 10.8rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-top-fv__inner {
    padding-top: 35rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 4rem;
  }
}
.p-top-fv__title {
  color: var(--blue);
  font-size: 6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.72rem;
}
@media screen and (max-width:767px) {
  .p-top-fv__title {
    font-size: 3.6rem;
    letter-spacing: 0.864rem;
  }
}
.p-top-fv__text {
  color: var(--Main-color, #013384);
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.32rem;
}
@media screen and (max-width:767px) {
  .p-top-fv__text {
    font-size: 1.6rem;
  }
}
.p-top-fv__content {
  max-width: 53.2rem;
  display: flex;
  flex-direction: column;
  gap: 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .p-top-fv__content {
    gap: 2.4rem;
  }
}
.p-top-fv__nav {
  padding-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  position: relative;
  z-index: 2;
  margin-top: 0.8rem;
}
@media screen and (max-width:767px) {
  .p-top-fv__nav {
    padding-top: 0;
    margin-top: 0;
    flex-direction: column;
  }
}
.p-top-fv__progress {
  width: 71.4285714286%;
  flex: 0 0 71.4285714286%;
  height: 1.2rem;
  border-radius: 0.6rem;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width:767px) {
  .p-top-fv__progress {
    width: 100%;
    flex: 0 0 auto;
  }
}
.p-top-fv__progressFill {
  width: 0%;
  height: 100%;
  background: var(--blue);
  border-radius: 0.6rem;
  transition: width 4.2s linear;
}
.p-top-fv__pagination {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 1.2rem;
}
@media screen and (max-width:767px) {
  .p-top-fv__pagination {
    justify-content: center;
  }
}
.p-top-fv__pagination .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 !important;
  background: #fff;
  border: 0.1rem solid var(--blue);
  opacity: 1;
  transition: background 0.2s ease, transform 0.2s ease;
}
.p-top-fv__pagination .swiper-pagination-bullet-active {
  background: var(--blue);
  transform: scale(1.2);
}
.p-top-fv__art1, .p-top-fv__art2 {
  transform: rotate(45deg);
  transform-origin: center top;
  transition: height 0.35s linear 0.75s, top 0.35s linear 0s, opacity 0.35s linear 0s;
  will-change: height;
  position: absolute;
  z-index: -1;
}
.p-top-fv__art1 {
  width: 16rem;
  height: 16rem;
  border-radius: 8rem;
  background: linear-gradient(180deg, #EEA64D 3.41%, #EE6C4D 103.41%);
  top: -1.5rem;
  left: 11rem;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .p-top-fv__art1 {
    width: 8rem;
    height: 8rem;
    top: 12rem;
    left: 6rem;
  }
}
.p-top-fv__art1.is-draw {
  height: 66rem;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .p-top-fv__art1.is-draw {
    height: 26rem;
  }
}
.p-top-fv__art2 {
  width: 10rem;
  height: 10rem;
  border-radius: 5rem;
  background: linear-gradient(180deg, #015D84 0%, #013384 100%);
  top: 35rem;
  left: 0rem;
  opacity: 0;
}
@media screen and (max-width:767px) {
  .p-top-fv__art2 {
    width: 4rem;
    height: 4rem;
    top: 28rem;
    left: 4rem;
  }
}
.p-top-fv__art2.is-draw {
  height: 66rem;
  opacity: 1;
}
@media screen and (max-width:767px) {
  .p-top-fv__art2.is-draw {
    height: 18rem;
  }
}
.p-top-fv__img {
  width: 79.6rem;
  height: 76rem;
  position: absolute;
  bottom: 1.2rem;
  left: 68rem;
  clip-path: url(#fv-clip-path);
  opacity: 0;
  transition: top 0.35s linear 0s, opacity 0.35s linear 0s;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.p-top-fv__img.is-draw {
  opacity: 1;
  bottom: 3.2rem;
}
.p-top-fv__img #fv-clip-sp {
  display: none;
}
.p-top-fv__img .p-top-fv__slider {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 1;
  display: flex;
}
.p-top-fv__img .swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
}
.p-top-fv__img picture {
  width: 100%;
  height: 100%;
  display: block;
}
.p-top-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.p-top-fv__img .p-top-fv__webgl {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: transparent;
}
.p-top-fv__img #fv-clip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-top-fv__img #fv-clip.is-draw #fv-clip-path-1 {
  height: 98rem;
}
.p-top-fv__img #fv-clip.is-draw #fv-clip-path-2 {
  height: 60rem;
}
.p-top-fv__img #fv-clip.is-draw #fv-clip-path-3 {
  height: 60rem;
}
.p-top-fv__img #fv-clip-sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.p-top-fv__img #fv-clip-sp.is-draw #fv-clip-path-sp-1 {
  height: 36rem;
}
.p-top-fv__img #fv-clip-sp.is-draw #fv-clip-path-sp-2 {
  height: 50rem;
}
.p-top-fv__img #fv-clip-sp.is-draw #fv-clip-path-sp-3 {
  height: 36rem;
}
.p-top-fv__img #fv-clip-path-1 {
  height: 20rem;
  transition: height 0.35s linear 0.75s, top 0.35s linear 0s;
  will-change: height;
}
.p-top-fv__img #fv-clip-path-2 {
  height: 13rem;
  transition: height 0.35s linear 0.75s, top 0.35s linear 0s;
  will-change: height;
}
.p-top-fv__img #fv-clip-path-3 {
  height: 13rem;
  transition: height 0.35s linear 0.75s, top 0.35s linear 0s;
  will-change: height;
}
.p-top-fv__img #fv-clip-path-sp-1 {
  height: 12rem;
  transition: height 0.35s linear 0.75s, top 0.35s linear 0s;
  will-change: height;
}
.p-top-fv__img #fv-clip-path-sp-2 {
  height: 12rem;
  transition: height 0.35s linear 0.75s, top 0.35s linear 0s;
  will-change: height;
}
.p-top-fv__img #fv-clip-path-sp-3 {
  height: 12rem;
  transition: height 0.35s linear 0.75s, top 0.35s linear 0s;
  will-change: height;
}
@media screen and (max-width:767px) {
  .p-top-fv__img {
    top: -12rem;
    left: 4rem;
    width: 47.6rem;
    height: 47.5rem;
    clip-path: url(#fv-clip-path-sp);
  }
  .p-top-fv__img #fv-clip {
    display: none;
  }
  .p-top-fv__img #fv-clip-sp {
    display: block;
  }
}
.p-top-wrap {
  max-width: 144rem;
  margin: 0 auto;
  padding: 8rem;
}
@media screen and (max-width:767px) {
  .p-top-wrap {
    padding-top: 2.4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 2.4rem;
  }
}
.p-top-wrap--col {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width:1024px) {
  .p-top-wrap--col {
    flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .p-top-wrap--col {
    gap: 2.4rem;
  }
}
.p-top-headnews {
  border-top: 0.1rem solid var(--gray);
  border-bottom: 0.1rem solid var(--gray);
}
.p-top-headnews__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 2.4rem 8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width:767px) {
  .p-top-headnews__inner {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    gap: 1.2rem;
  }
}
.p-top-headnews__title {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  color: var(--blue);
  font-feature-settings: "palt" on;
  font-family: "Genos", sans-serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.24rem;
}
@media screen and (max-width:767px) {
  .p-top-headnews__title {
    gap: 1.2rem;
    font-size: 2rem;
    letter-spacing: normal;
  }
}
.p-top-headnews__title::after {
  width: 0.2rem;
  height: 1.6rem;
  background: var(--blue);
  content: "";
  display: block;
}
.p-top-headnews__slider {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.p-top-headnews__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.p-top-headnews__item {
  width: 100%;
}
.p-top-headnews__link {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  color: var(--black);
  text-decoration: none;
  line-height: 1.5;
  transition: opacity 0.25s ease;
}
@media screen and (max-width:767px) {
  .p-top-headnews__link {
    gap: 1.2rem;
  }
}
.p-top-headnews__link:hover {
  opacity: 0.75;
}
.p-top-headnews__label, .p-top-headnews__date {
  flex: 0 0 auto;
  line-height: 130%;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .p-top-headnews__label, .p-top-headnews__date {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .p-top-headnews__label {
    display: none;
  }
}
.p-top-headnews__newsTitle {
  min-width: 0;
  flex: 1 1 auto;
  line-height: 130%;
  color: var(--black);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width:767px) {
  .p-top-headnews__newsTitle {
    font-size: 1.4rem;
  }
}
.p-top-intro__inner {
  margin: 0 auto;
  padding: 8rem 8rem 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width:767px) {
  .p-top-intro__inner {
    padding: 2.4rem 1.6rem;
    gap: 3.6rem;
  }
}
.p-top-intro__content {
  max-width: 62.2rem;
  width: 100%;
  flex: 1 1 100%;
}
.p-top-intro__title {
  margin-bottom: 4rem;
  color: var(--black);
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: 0.672rem;
}
@media screen and (max-width:767px) {
  .p-top-intro__title {
    margin-bottom: 2.4rem;
    color: var(--black);
    font-size: 3.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.384rem;
  }
}
.p-top-intro__text {
  flex: 0 0 100%;
  color: var(--black);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 1.8px;
}
@media screen and (max-width:767px) {
  .p-top-intro__text {
    font-size: 1.6rem;
  }
}
.p-top-intro__img {
  width: 100%;
}
.p-top-intro__img img {
  width: 100%;
}
@media screen and (max-width:767px) {
  .p-top-intro__img img {
    width: calc(100% + 3.2rem);
    max-width: calc(100% + 3.2rem);
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }
}
.p-top-service {
  background: var(--pale-gray);
  overflow: hidden;
}
.p-top-service__inner {
  max-width: 144rem;
  margin: 0 auto;
  padding: 4.4rem 0 3.6rem 8rem;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 900px) {
  .p-top-service__inner {
    flex-direction: column;
    padding: 8rem 0;
  }
}
@media screen and (max-width:767px) {
  .p-top-service__inner {
    padding: 0;
  }
}
.p-top-service__content {
  padding-top: 3.6rem;
  padding-bottom: 4.4rem;
  max-width: 42rem;
  flex: 0 0 42rem;
}
@media screen and (max-width: 900px) {
  .p-top-service__content {
    max-width: 100%;
    flex: 0 0 auto;
    padding-left: 8rem;
    padding-right: 8rem;
  }
}
@media screen and (max-width:767px) {
  .p-top-service__content {
    padding-top: 4rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 0;
  }
}
.p-top-service__links {
  max-width: calc(100% - 42rem - 2rem - 4rem + (100vw - 100%) / 2);
  flex: 0 0 calc(100% - 42rem - 6rem);
}
@media screen and (max-width: 900px) {
  .p-top-service__links {
    max-width: 100vw;
  }
}
@media screen and (max-width:1024px) {
  .p-top-about .p-top__img img {
    aspect-ratio: 16/9;
  }
}
.p-top-business {
  background: var(--pale-gray);
}
.p-top-business .p-top__img {
  order: 2;
}
@media screen and (max-width:1024px) {
  .p-top-business .p-top__img {
    order: 1;
  }
}
.p-top-business .p-top__content {
  order: 1;
}
@media screen and (max-width:1024px) {
  .p-top-business .p-top__content {
    order: 2;
  }
}
@media screen and (max-width:1024px) {
  .p-top-business .p-top__img img {
    aspect-ratio: 16/9;
  }
}
.p-top-business .p-top__linkWrap {
  justify-content: flex-start;
}
.p-top-sales__salesList {
  order: 1;
}
@media screen and (max-width:1024px) {
  .p-top-sales__salesList {
    order: 2;
  }
}
.p-top-sales__col {
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
@media screen and (max-width:1024px) {
  .p-top-sales__col {
    flex-direction: column;
  }
}
@media screen and (max-width:767px) {
  .p-top-sales__col {
    margin-top: 2.4rem;
    gap: 2.4rem;
  }
}
.p-top-sales__item {
  flex: 0 0 calc(50% - 3rem);
}
.p-top-sales .p-top__linkWrap {
  justify-content: flex-start;
}
.p-top-separate {
  position: relative;
  height: 48rem;
  min-height: 32rem;
  overflow: hidden;
  background: #f7f7f7;
}
.p-top-separate picture {
  display: none;
}
@media (prefers-reduced-motion: reduce) {
  .p-top-separate::before {
    transform: translate3d(0, 0, 0);
    transition: none;
  }
}
@media screen and (max-width:767px) {
  .p-top-separate {
    height: 38rem;
    min-height: 38rem;
  }
}
.p-top-separate::before {
  height: 75.6rem;
  content: "";
  position: absolute;
  inset: -25% 0;
  background: url("/wp-content/themes/wp-eagle-enterprise/assets/images/top/img_top_separate.webp") right bottom/cover no-repeat;
  transform: translate3d(0, var(--parallax-offset, 0), 0);
  will-change: transform;
  transition: transform 0ms linear;
}
@media screen and (max-width:767px) {
  .p-top-separate::before {
    height: 48rem;
    background: url("/wp-content/themes/wp-eagle-enterprise/assets/images/top/img_top_separate_sp.webp") right bottom/cover no-repeat;
    inset: -25% 0;
  }
}
.p-top-news__title {
  margin-bottom: 4rem;
}
@media screen and (max-width:767px) {
  .p-top-news__title {
    margin-bottom: 1.2rem;
  }
}
.p-top-news__titleMain {
  margin-bottom: 1.2rem;
  text-align: center;
  color: var(--blue);
  font-family: "Genos", sans-serif;
  font-size: 9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}
@media screen and (max-width:767px) {
  .p-top-news__titleMain {
    font-size: 4.5rem;
  }
}
.p-top-news__titleSub {
  text-align: center;
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}
.p-top__title {
  margin-bottom: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:767px) {
  .p-top__title {
    margin-bottom: 2.4rem;
    gap: 1.2rem;
  }
}
.p-top__title--small {
  gap: 1.2rem;
}
.p-top__titleMain {
  flex: 0 0 auto;
  color: var(--blue);
  font-family: "Genos", sans-serif;
  font-size: 9rem;
  font-style: normal;
  font-weight: 600;
  line-height: 80%;
  order: 1;
}
@media screen and (max-width:767px) {
  .p-top__titleMain {
    font-size: 4.5rem;
  }
}
.p-top__titleMain em {
  display: inline-block;
  color: var(--light-blue);
}
.p-top__titleMain--small {
  font-size: 4.5rem;
}
.p-top__titleSub {
  flex: 0 0 auto;
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.16rem;
  order: 2;
}
@media screen and (max-width:767px) {
  .p-top__titleSub {
    font-size: 1.6rem;
  }
}
.p-top__titleSub--small {
  font-size: 1.6rem;
}
.p-top__text {
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.32rem;
}
@media screen and (max-width:767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}
.p-top__link {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  transition: opacity 0.35s ease;
}
.p-top__link:link, .p-top__link:visited {
  color: var(--black);
}
.p-top__link:hover {
  opacity: 0.75;
}
.p-top__linkIcon {
  flex: 0 0 1.6rem;
  width: 1.6rem;
}
.p-top__linkText {
  flex: 1 1 auto;
}
.p-top__linkWrap {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
}
.p-top__linkContainer {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
.p-top__links {
  margin-top: 4rem;
  padding-top: 2.4rem;
  border-top: 0.1rem dashed var(--black);
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width:767px) {
  .p-top__links {
    margin-top: 2.4rem;
  }
}
.p-top__links a {
  flex: 0 0 calc(50% - 0.8rem);
}
.p-top__links .c-button-main,
.p-top__links .c-button-sub {
  padding-left: 2.4rem;
  justify-content: space-between;
}
@media screen and (max-width:767px) {
  .p-top__links .c-button-main,
  .p-top__links .c-button-sub {
    padding-left: 1.2rem;
    padding-right: 0.4rem;
  }
}
.p-top__links .c-button-main .ib,
.p-top__links .c-button-sub .ib {
  display: inline-block;
}
.p-top__links .c-button-main {
  border: 0.1rem solid var(--blue);
}
.p-top__links .c-button-sub {
  background: #fff;
  line-height: 125%;
}
@media screen and (max-width:767px) {
  .p-top__links .c-button-sub__icon,
  .p-top__links .c-button-main__linkIcon {
    width: 2.4rem;
    flex: 0 0 2.4rem;
    height: 2.4rem;
    padding: 0;
  }
}
.p-top__content {
  flex: 0 0 48rem;
}
@media screen and (max-width:1024px) {
  .p-top__content {
    flex: 0 0 auto;
  }
}
.p-top__img {
  flex: 1 1 100%;
}
.p-top__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  vertical-align: bottom;
}

.p-info {
  padding-top: 31rem;
}
@media screen and (max-width:767px) {
  .p-info {
    padding-top: 0;
  }
}
.p-info__sectionTitle {
  margin-bottom: 2.4rem;
}
.p-info-fv {
  padding: 0 0 5rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .p-info-fv {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width:767px) {
  .p-info-fv {
    max-height: 40rem;
    height: 100vh;
    padding-bottom: 8rem;
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width:540px) {
  .p-info-fv {
    max-height: none;
    height: auto;
    padding: 12rem 1.6rem 4rem;
  }
}
.p-info-fv__title {
  margin-bottom: 2.4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:540px) {
  .p-info-fv__title {
    margin-bottom: 3.2rem;
  }
}
.p-info-fv__main {
  max-width: 144rem;
  margin: 0 auto;
  padding: 0 8rem;
  display: block;
  background: var(--blue);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width:767px) {
  .p-info-fv__main {
    font-size: 4.2rem;
  }
}
@media screen and (max-width:767px) {
  .p-info-fv__main {
    font-size: 3.2rem;
    padding: 0;
  }
}
.p-info-fv__main span {
  display: inline-block;
}
.p-info-fv__txt {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 6rem;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width:540px) {
  .p-info-fv__txt {
    bottom: 2.4rem;
  }
}
.p-info-fv__txtContainer {
  color: var(--pale-blue);
  font-family: Genos;
  font-size: 20rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  word-break: keep-all;
  white-space: nowrap;
  opacity: 0.2;
  max-width: none;
  width: auto;
  height: 15.2rem;
  padding-left: 41.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 41.5rem;
  animation: scrollCategory 20s linear infinite;
}
@media screen and (max-width:540px) {
  .p-info-fv__txtContainer {
    padding-left: 12rem;
    font-size: 12rem;
    gap: 12rem;
  }
}
.p-info-picture {
  width: 100%;
  margin-bottom: 16rem;
  background: var(--blue);
  text-align: right;
}
@media screen and (max-width:767px) {
  .p-info-picture {
    margin-bottom: 6.4rem;
  }
}
.p-info-picture__art {
  max-width: 87.5vw;
  border-radius: 2rem 0 0 2rem;
  vertical-align: bottom;
  position: relative;
  top: 8rem;
}
@media screen and (max-width:767px) {
  .p-info-picture__art {
    max-width: calc(100% - 4rem);
    top: 2.4rem;
  }
}
.p-info-tableWrap {
  margin-bottom: 5.6rem;
  border: 0.1rem solid var(--gray);
  border-radius: 2rem;
}
.p-info-table {
  width: 100%;
  border-collapse: collapse;
}
.p-info-table tr {
  border-bottom: 0.1rem solid var(--gray);
}
.p-info-table tr:last-child {
  border-bottom: none;
}
.p-info-table th {
  width: 31.25%;
  padding: 2.7rem 3.2rem 2.8rem;
  border-right: 0.1rem solid var(--gray);
  text-align: left;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  vertical-align: top;
}
@media screen and (max-width:540px) {
  .p-info-table th {
    width: 33.5195530726%;
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-info-table td {
  width: 68.75%;
  padding: 2.5rem 3.2rem 2.6rem;
  text-align: left;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
  vertical-align: top;
}
@media screen and (max-width:540px) {
  .p-info-table td {
    width: 66.4804469274%;
    padding-top: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-bottom: 1.6rem;
    font-size: 1.4rem;
  }
}
.p-info-table td ul li {
  border-bottom: 0.1rem dashed var(--gray);
  padding-bottom: 0.8rem;
}
.p-info-table td ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (max-width:540px) {
  .p-info-table--verticalSp {
    display: block;
  }
  .p-info-table--verticalSp tbody, .p-info-table--verticalSp tr, .p-info-table--verticalSp td, .p-info-table--verticalSp th {
    width: 100%;
    display: block;
  }
  .p-info-table--verticalSp th {
    padding-bottom: 0;
    border-right: none;
  }
  .p-info-table--verticalSp td {
    padding-top: 0.8rem;
  }
}
.p-info-list {
  padding-bottom: 5.6rem;
}
@media screen and (max-width:767px) {
  .p-info-list {
    padding-bottom: 0;
  }
}
.p-info-list__item {
  border-bottom: 0.1rem dashed var(--gray);
}
.p-info-list__item:hover {
  border-bottom: none;
}
.p-info-list__item:hover .p-info-list__link {
  transform: scale(1.025);
  border-radius: 2rem;
  box-shadow: 0 0 4rem 0 rgba(0, 0, 0, 0.1);
}
.p-info-list__link {
  min-height: 8rem;
  padding: 0.8rem 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: transform 0.35s ease;
}
@media screen and (max-width:767px) {
  .p-info-list__link {
    padding-top: 1.2rem;
    flex-wrap: wrap;
  }
}
.p-info-list__date {
  padding: 1rem 3.2rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-list__date {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 1.6rem;
  }
}
.p-info-list__label {
  min-width: 16rem;
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  padding: 1rem 3.2rem;
  border-radius: 2rem;
  background: var(--blue);
  color: var(--white);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-list__label {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
    display: inline-block;
    min-width: auto;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-info-list__label--car {
  background: var(--light-blue);
}
.p-info-list__title {
  padding: 0 3.2rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-list__title {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    flex: 1 1 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.p-info-list__linkWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-info-list__linkWrap {
    flex-wrap: wrap;
    gap: 0.8rem;
  }
}
.p-info-list__linkWrap .c-button-sub {
  min-height: 4.5rem;
  flex: 0 0 16rem;
  min-width: 16rem;
  justify-content: center;
}
@media screen and (max-width:767px) {
  .p-info-list__linkWrap .c-button-sub {
    flex: 0 0 24rem;
  }
}
.p-info-list__linkWrap .c-button-sub__text {
  color: var(--blue);
  font-size: 1.6rem;
  line-height: 125%;
  font-weight: 700;
}
.p-info-list__linkTitle {
  margin-top: 6.4rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-info-list__linkTitle {
    margin-top: 3.2rem;
  }
}
.p-info-list__empty {
  margin-top: 3.2rem;
}
.p-info-pagination {
  margin-top: 3.2rem;
}
.p-info-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.p-info-pagination ul li span,
.p-info-pagination ul li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid var(--gray);
  width: 4rem;
  height: 4rem;
  border-radius: 0.4rem;
  transition: 0.35s ease;
}
.p-info-pagination ul li span:link, .p-info-pagination ul li span:visited,
.p-info-pagination ul li a:link,
.p-info-pagination ul li a:visited {
  color: var(--black);
}
.p-info-pagination ul li span:hover,
.p-info-pagination ul li a:hover {
  color: var(--white);
  background: var(--blue);
  border-color: var(--blue);
}
.p-info-pagination ul li span.current,
.p-info-pagination ul li a.current {
  background: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.p-info-single {
  padding-top: 4rem;
  padding-bottom: 12rem;
}
@media screen and (max-width:767px) {
  .p-info-single {
    padding-bottom: 6.4rem;
  }
}
.p-info-single__head {
  margin-bottom: 2.4rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.p-info-single__label {
  border-radius: 2rem;
  background: var(--blue);
  display: flex;
  padding: 1rem 3.2rem;
  align-items: flex-start;
  color: var(--white);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-single__label {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    font-size: 1.4rem;
  }
}
.p-info-single__date {
  color: var(--black);
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width:767px) {
  .p-info-single__date {
    font-size: 1.4rem;
    padding-left: 0;
    padding-right: 1.6rem;
  }
}
.p-info-single__title {
  margin-bottom: 2.4rem;
  color: var(--black);
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 125%;
}
@media screen and (max-width:767px) {
  .p-info-single__title {
    margin-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.p-info-single__content p {
  margin-bottom: 1.6rem;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
}
.p-info-form {
  max-width: 96rem;
  margin: 0 auto;
  border-radius: 20px;
  background: var(--white);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.12);
}
.p-info-form-wrap {
  padding-bottom: 12rem;
}
.p-info-form form {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-info-form form {
    padding: 4rem 1.6rem;
  }
}
.p-info-form__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width:767px) {
  .p-info-form__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.6rem;
  }
}
.p-info-form__row--toppos {
  align-items: flex-start;
}
.p-info-form__head {
  flex: 0 0 20rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width:767px) {
  .p-info-form__head {
    flex: 0 0 auto;
  }
}
.p-info-form__body {
  width: 100%;
  flex: 1 1 auto;
}
.p-info-form__body:has(select) {
  position: relative;
}
.p-info-form__body:has(select)::after {
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
  border-right: 0.2rem solid var(--black);
  border-bottom: 0.2rem solid var(--black);
  content: "";
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 1.6rem;
  bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
}
.p-info-form__body input,
.p-info-form__body select,
.p-info-form__body textarea {
  width: 100%;
  height: 6rem;
  padding: 1.6rem 3.2rem;
  border: 0.1rem solid var(--gray);
  border-radius: 1.2rem;
  color: var(--black);
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.08rem;
}
@media screen and (max-width:540px) {
  .p-info-form__body input,
  .p-info-form__body select,
  .p-info-form__body textarea {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.p-info-form__body input::-moz-placeholder, .p-info-form__body select::-moz-placeholder, .p-info-form__body textarea::-moz-placeholder {
  color: var(--gray);
}
.p-info-form__body input::placeholder,
.p-info-form__body select::placeholder,
.p-info-form__body textarea::placeholder {
  color: var(--gray);
}
.p-info-form__body textarea {
  height: 20rem;
}
.p-info-form__label {
  flex: 0 0 6.4rem;
  background: var(--blue);
  padding: 0.2rem 0.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: var(--white);
  text-align: center;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  border-radius: 20px;
}
.p-info-form__ttl {
  flex: 0 0 auto;
  color: var(--black);
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.p-info-form__button {
  flex: 1 1 auto;
  max-width: 32rem;
  width: 100%;
  margin: 0 auto;
}
.p-info-form__button .c-button-main {
  width: 100%;
  min-height: 8rem;
  padding: 1.2rem 5rem;
  justify-content: center;
  border-radius: 10rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-info-form__button .c-button-main {
    min-height: 6rem;
  }
}
.p-info-form__button .c-button-main__arrow {
  width: 1.2rem;
  height: 2rem;
  margin: auto;
  position: absolute;
  right: 3rem;
  top: 0;
  bottom: 0;
}
.p-info-form__button .wpcf7-spinner {
  position: absolute;
  left: 3rem;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-info-thanks {
  width: 100%;
  margin: 0 auto;
  padding: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
@media screen and (max-width:767px) {
  .p-info-thanks {
    gap: 2.4rem;
  }
}
@media screen and (max-width:767px) {
  .p-info-thanks {
    padding: 4rem 1.6rem;
  }
}
.p-info-thanks__text {
  color: var(--black);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}
@media screen and (max-width:767px) {
  .p-info-thanks__text {
    text-align: left;
    font-size: 1.8rem;
  }
}
.p-info-thanks__small {
  color: var(--black);
  text-align: center;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
@media screen and (max-width:767px) {
  .p-info-thanks__small {
    text-align: left;
    font-size: 1.2rem;
  }
}
.p-info-thanks__img {
  width: 100%;
  max-width: 48.2rem;
  margin: 0 auto;
  text-align: center;
}/*# sourceMappingURL=map/top.css.map */
