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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

/**
 * Add the small size in all browsers.
 */
small {
  display: block;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

th {
  text-align: center;
  font-weight: normal;
}

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

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

/* Blur images when they have no alt attribute */
/* ============================================ */
img:not([alt]) {
  filter: blur(10px);
}

html {
  font-size: 1px;
}
@media screen and (max-width: 1399.98px) {
  html {
    font-size: 0.0714285714vw;
  }
}
@media screen and (max-width: 767.98px) {
  html {
    font-size: 1px;
  }
}
@media screen and (max-width: 374.98px) {
  html {
    font-size: 0.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 1.4;
  color: #000;
  background-color: #f0f2f9;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

body.no-scroll {
  overflow: hidden;
}

.main {
  padding-top: 133rem;
}
@media screen and (min-width: 768px) and (max-width: 999.98px) {
  .main {
    padding-top: 150rem;
  }
}
@media screen and (max-width: 767.98px) {
  .main {
    padding-top: 100rem;
  }
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

a {
  display: block;
  transition: all 0.3s;
}

@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
button {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}

@media (hover: hover) {
  button:hover {
    opacity: 0.7;
  }
}
img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

@media screen and (max-width: 767.98px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}
.text-anim{
  opacity: 0;
}
.text-anim span {
  opacity: 0;
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

.l-header::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #f0f2f9;
  box-shadow: 0 2rem 4rem rgba(0, 0, 0, 0.1);
  z-index: -1;
  opacity: 0;
  transition: all 0.3s;
}

.l-header.is-active::before {
  opacity: 1;
}

.l-header__inner {
  width: 100%;
  height: 100%;
  padding: 26rem 32rem 26rem 38rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 42rem;
}

.l-header__logo {
  width: 292rem;
  position: relative;
  z-index: 9999;
}

.l-header__logo-link {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header__logo-link img{
  width:260rem;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo-link img{
    width:180rem;
  }
}
.l-header__logo-link p{
  font-weight: 600;
  font-size: 21rem;
  letter-spacing: -0.03em;
  margin-top:0.3em;
}
@media screen and (max-width: 767.98px) {
  .l-header__logo-link p{
    font-size:12.5px;
  }
}

.l-header__menu {
  flex: 1;
  height: 100%;
}

.l-header__nav {
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.l-header__nav-open {
  display: flex;
  column-gap: 26rem;
}

.l-header__nav-open-link {
  padding-right: 15rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  letter-spacing: 0.04em;
  position: relative;
}

.l-header__nav-open-link::after {
  position: absolute;
  background-image: url(../images/common/icon_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  content: "";
  width: 12rem;
  height: 12rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.l-header__nav-list {
  margin-top: 21rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10rem 28rem;
}

.l-header__nav-item {
  position: relative;
}

.l-header__nav-link {
  display: inline-block;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
}

.l-header__nav-link:hover{
  color:#0042ba;
  opacity: 1;
}

.l-hamburger {
  display: none;
}

.no-scroll {
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 999.98px) {
  .l-header__menu {
    padding-left: 200rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header::before {
    transition: unset;
  }
  .l-header__inner {
    padding: 24rem 20rem;
  }
  .l-header__logo {
    width: 175rem;
  }
  .l-header__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    padding-top: 100rem;
    background-color: #f0f2f9;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 999;
  }
  .l-header__menu.is-active {
    opacity: 1;
    visibility: visible;
  }
  .l-header__nav {
    width: 100%;
    padding-bottom: 80rem;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 48rem;
    overflow: auto;
  }
  .l-header__nav-scroll {
    display: flex;
  }
  .l-header__nav-list {
    margin-top: 0;
    width: 100%;
    padding: 0 20rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-header__nav-item {
    width: 100%;
  }
  .l-header__nav-item:not(:first-child) {
    margin-top: 25rem;
  }
  .l-header__nav-link {
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
  }
  .l-header__nav-open {
    width: 100%;
    padding: 0 20rem;
    flex-direction: column;
    align-items: flex-start;
  }
  .l-header__nav-open-link {
    font-size: clamp(10px, calc(100vw / 375 * 13), 13px);
  }
  .l-header__nav-open-link:not(:first-child) {
    margin-top: 16rem;
  }
  .l-header__nav-open-link::after {
    width: 11rem;
    height: 11rem;
  }
  .l-hamburger {
    display: block;
    position: fixed;
    top: 27rem;
    right: 20rem;
    width: 35rem;
    height: 28rem;
    padding: 5rem;
    cursor: pointer;
    transition: 0.3s;
    z-index: 9999;
  }
}
@media screen and (max-width: 767.98px) and (hover: hover) {
  .l-hamburger:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .l-hamburger__line-zone {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .l-hamburger__line {
    display: inline-block;
    position: absolute;
    left: 0;
    content: "";
    width: 100%;
    height: 2rem;
    background-color: #000;
    transition: 0.3s;
  }
  .l-hamburger__line:nth-child(1) {
    top: 0;
  }
  .l-hamburger__line:nth-child(2) {
    top: 9rem;
  }
  .l-hamburger__line:nth-child(3) {
    top: 17rem;
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(1) {
    top: 8rem;
    transform: rotate(-45deg);
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(2) {
    opacity: 0;
  }
  .l-hamburger.is-active .l-hamburger__line:nth-child(3) {
    top: 8rem;
    transform: rotate(45deg);
  }
}
.l-footer {
  border-radius: 80rem 80rem 0 0;
  background-color: #0042ba;
  padding-top: 50rem;
  padding-bottom: 125rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer {
    border-radius: 30rem 30rem 0 0;
    padding-top: 36rem;
    padding-bottom: 24rem;
  }
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 1200rem;
  padding-left: 55rem;
  padding-right: 30rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__inner {
    padding-inline: 20rem;
  }
}

.l-footer__heading {
  padding-left: 10rem;
  display: flex;
  align-items: flex-start;
  column-gap: 30rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__heading {
    padding-left: 0;
    flex-direction: column;
    row-gap: 36rem;
  }
}

.l-footer__heading-navList {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20rem 36rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__heading-navList {
    gap: 16rem 30rem;
  }
}

.l-footer__heading-navLink {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__heading-navLink {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.l-footer__heading-openList {
  width: fit-content;
}
@media screen and (max-width: 767.98px) {
  .l-footer__heading-openList {
    display: flex;
    flex-wrap: wrap;
    gap: 16rem 30rem;
    padding-right: 65rem;
  }
}

.l-footer__heading-openItem:not(:first-child) {
  margin-top: 21rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__heading-openItem:not(:first-child) {
    margin-top: 0;
  }
}

.l-footer__heading-openLink {
  width: fit-content;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  color: #fff;
  padding-right: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .l-footer__heading-openLink {
    font-size: clamp(10px, calc(100vw / 375 * 13), 13px);
  }
}

.l-footer__heading-openLink::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: "";
  width: 13rem;
  height: 13rem;
  background: url(../images/common/icon_arrow.webp) no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.l-footer__body {
  margin-top: 68rem;
  display: flex;
  align-items: center;
  column-gap: 30rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__body {
    align-items: flex-start;
    margin-top: 60rem;
    column-gap: 24rem;
  }
}

.l-footer__logo {
  width: 140rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    width: 100rem;
  }
}

.l-footer__body-list {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25rem;
}
@media screen and (max-width: 767.98px) {
  .l-footer__body-list {
    padding-top: 10rem;
    align-items: flex-start;
    gap: 20rem;
  }
}

.l-footer__body-item img {
  height: 16rem;
  width: auto;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767.98px) {
  .l-footer__body-item img {
    height: 14rem;
  }
}

.l-footer__copy {
  display: block;
  margin-top: 20rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .l-footer__copy {
    margin-top: 28rem;
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 13), 13px);
  }
}

.l-wide-inner {
  width: 100%;
  max-width: 1400rem;
  margin-inline: auto;
}

.l-inner {
  width: 100%;
  max-width: 1280rem;
  margin-inline: auto;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding-inline: 16rem;
  }
}

.l-narrow-inner {
  width: 100%;
  max-width: 1040rem;
  margin-inline: auto;
  padding-inline: 40rem;
}
@media screen and (max-width: 767.98px) {
  .l-narrow-inner {
    padding-inline: 16rem;
  }
}

.c-page-heading .c-breadcrumb {
  position: absolute;
  bottom: 73rem;
  right: 0;
  width: 100%;
  padding-inline: 80rem;
}
@media screen and (max-width: 1399.98px) {
  .c-page-heading .c-breadcrumb {
    padding-inline: 20rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-page-heading .c-breadcrumb {
    position: relative;
    bottom: auto;
    right: auto;
    padding-inline: 0;
  }
}

.c-breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  row-gap: 6rem;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list {
    justify-content: flex-start;
  }
}

.c-breadcrumb__item {
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  letter-spacing: 0.05em;
  color: #606060;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__item {
    font-size: clamp(10px, calc(100vw / 375 * 13), 13px);
  }
}

.c-breadcrumb__item:first-child {
  text-transform: uppercase;
}

.c-breadcrumb__item:not(:first-child) {
  padding-left: 24rem;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__item:not(:first-child) {
    padding-left: 21rem;
  }
}

.c-breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 4rem;
  transform: translateY(-50%);
  content: "＞";
  color: #606060;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__item:not(:first-child)::before {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.c-breadcrumb__link {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c-button {
  display: flex;
}

.c-button--center {
  justify-content: center;
}

.c-button--right {
  justify-content: flex-end;
}

.c-button__link {
  width: 260rem;
  border-radius: 50px;
  background-color: #0042ba;
  padding: 14rem;
  padding-right: 22rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  color: #fff;
  position: relative;
  border:1px solid #0042ba;
}
@media screen and (max-width: 767.98px) {
  .c-button__link {
    width: 240rem;
    padding-right: 24rem;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.c-button__link::after {
  position: absolute;
  top: 50%;
  right: 17rem;
  transform: translateY(-50%);
  content: "";
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}

@media (hover: hover) {
  .c-button__link:hover {
    opacity: 1;
    color:#0042ba;
    border:1px solid #0042ba;
    background-color: #fff;
  }
  .c-button__link:hover::after {
    right: 13rem;
    width: 16rem;
    height: 16rem;
    background-color:#0042ba;
  }
}
.c-button__link--white {
  background-color: #fff;
  color: #0042ba;
  border:1px solid #fff;
}

.c-button__link--white::after {
  background-color: #0042ba;
}

@media (hover: hover) {
  .c-button__link--white:hover {
    opacity: 1;
    color:#fff;
    border:1px solid #fff;
    background-color: #0042ba;
  }
  .c-button__link--white:hover::after {
    right: 13rem;
    width: 16rem;
    height: 16rem;
    background-color:#fff;
  }
}

.c-page-mv__image-inner {
  margin-left: auto;
  width: calc(100% - 80rem);
  position: relative;
  overflow: hidden;
}
.c-page-mv__image-inner::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #F0F2F9;
    z-index: 2;
    transition: 1s;
}
.c-page-mv__image-inner.show::before{
    transform: translateX(100%);
}
.c-page-mv__image-inner img{
    opacity: 0;
    transition: 2s;
}
.c-page-mv__image-inner.show img{
    opacity: 1;
}

@media screen and (max-width: 1399.98px) {
  .c-page-mv__image-inner {
    width: calc(50% + 625rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-page-mv__image-inner {
    width: calc(100% - 20rem);
  }
}

.c-page-mv__image img {
  border-radius: 31rem 0 0 31rem;
}
@media screen and (max-width: 767.98px) {
  .c-page-mv__image img {
    border-radius: 20rem 0 0 20rem;
    aspect-ratio: 2/1;
  }
}

.c-page-mv__text-inner {
  margin-top: 40rem;
  padding-inline: 20rem;
}
@media screen and (max-width: 767.98px) {
  .c-page-mv__text-inner {
    margin-top: 32rem;
  }
}

.c-page-mv__text {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 28), 28px);
  line-height: 1.7142857143;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-page-mv__text {
    font-size: clamp(10px, calc(100vw / 375 * 21), 21px);
  }
}

.c-page-mv__text.c-page-mv__text--small {
  font-size: clamp(10px, calc(100vw / 1400 * 22), 22px);
  line-height: 1.9090909091;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .c-page-mv__text.c-page-mv__text--small {
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
    text-align: left;
  }
}

.c-page-mv__text span {
  display: inline-block;
}

.c-search {
  padding-bottom: 118rem;
}
.c-search:has(+.p-job){
  padding-bottom: 30rem;
}
@media screen and (max-width: 767.98px) {
  .c-search {
    padding-bottom: 90rem;
  }
}

.c-search__inner {
  margin-inline: auto;
  max-width: 1340rem;
  padding-inline: 20rem;
}

.c-search__title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 28), 28px);
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .c-search__title {
    font-size: clamp(10px, calc(100vw / 375 * 22), 22px);
  }
}

.c-search__title span {
  display: inline-block;
}

.c-search__text {
  margin-top: 12rem;
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
}
@media screen and (max-width: 767.98px) {
  .c-search__text {
    margin-top: 16rem;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.6;
  }
}

.c-search__text span {
  display: inline-block;
}

.c-search__container {
  margin-top: 38rem;
  border-radius: 38rem;
  background-color: #fff;
  padding: 47rem 62rem 50rem;
}
@media screen and (max-width: 767.98px) {
  .c-search__container {
    border-radius: 24rem;
    padding: 32rem 20rem;
  }
}

.c-freeWord {
  display: flex;
  align-items: center;
  gap: 33rem;
}
@media screen and (max-width: 767.98px) {
  .c-freeWord {
    gap: 16rem;
  }
}
@media screen and (max-width: 499.98px) {
  .c-freeWord {
    flex-direction: column;
    align-items: flex-start;
    gap: 12rem;
  }
}

.c-freeWord__text {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 25), 25px);
  line-height: 1.12;
  color: #0042ba;
  padding-left: 38rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-freeWord__text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
    padding-left: 30rem;
  }
}

@media screen and (max-width: 767.98px) {
  .c-search .c-freeWord__text {
    width: 180rem;
  }
}

.c-freeWord__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 30rem;
  height: 30rem;
  background: url(../images/common/icon_pen.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .c-freeWord__text::before {
    width: 23rem;
    height: 23rem;
  }
}

.c-freeWord__input-zone {
  width: 365rem;
  border: 1px solid #B8B8B8;
  border-radius: 999rem;
  background-color: #fff;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .c-freeWord__input-zone {
    width: auto;
    flex: 1;
  }
}
@media screen and (max-width: 499.98px) {
  .c-freeWord__input-zone {
    width: 100%;
  }
}

.c-freeWord__input {
  width: calc(100% - 57rem);
  display: block;
  padding: 5rem 24rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
}
@media screen and (max-width: 767.98px) {
  .c-freeWord__input {
    width: calc(100% - 40rem);
    padding: 0 12rem;
    font-size: 16px;
  }
}

.c-freeWord__button {
  width: 57rem;
  height: 100%;
  padding-block: 13rem;
  border-radius: 0 999rem 999rem 0;
  background-color: #0042ba;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .c-freeWord__button {
    width: 40rem;
    padding-block: 11rem;
  }
}

.c-freeWord__button img {
  display: block;
  width: 24rem;
}
@media screen and (max-width: 767.98px) {
  .c-freeWord__button img {
    width: 16rem;
  }
}

.c-search .c-terms {
  margin-top: 38rem;
}

.c-terms__text {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 25), 25px);
  line-height: 1.12;
  color: #0042ba;
  padding-left: 40rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-terms__text {
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
    padding-left: 35rem;
  }
}

.c-terms__text::before {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  content: "";
  width: 33rem;
  height: 27rem;
  background: url(../images/common/icon_condition.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .c-terms__text::before {
    width: 24rem;
    height: 19rem;
  }
}

.c-terms__group {
  margin-top: 34rem;
}
@media screen and (max-width: 767.98px) {
  .c-terms__group {
    margin-top: 24rem;
  }
}

.c-search .c-terms__group {
  padding-inline: 16rem;
}
@media screen and (max-width: 767.98px) {
  .c-search .c-terms__group {
    padding-inline: 0;
  }
}

.c-terms__item {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .c-terms__item {
    flex-direction: column;
    gap: 12rem;
  }
}

.c-terms__item:not(:first-child) {
  margin-top: 25rem;
  border-top: 1px solid #B8B8B8;
  padding-top: 25rem;
}
@media screen and (max-width: 767.98px) {
  .c-terms__item:not(:first-child) {
    margin-top: 28rem;
    padding-top: 20rem;
  }
}

.c-terms__item-title {
  width: 136rem;
  padding-inline: 5rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 18), 18px);
  line-height: 1.5555555556;
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .c-terms__item-title {
    width: 100%;
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
  }
}

.c-terms__item-detail {
  flex: 1;
  padding-left: 30rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 19rem 32rem;
}
@media screen and (max-width: 767.98px) {
  .c-terms__item-detail {
    width: 100%;
    padding-left: 5rem;
    gap: 14rem 20rem;
  }
}

.c-search .c-terms__item-detail {
  padding-right: 60rem;
}
@media screen and (max-width: 767.98px) {
  .c-search .c-terms__item-detail {
    padding-right: 5rem;
  }
}

.c-terms__check label {
  display: inline-block;
  cursor: pointer;
}

.c-terms__check input[type=checkbox] {
  opacity: 0;
  position: absolute;
}

.c-terms__check span {
  padding-left: 32rem;
  padding-bottom: 2rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .c-terms__check span {
    padding-left: 24rem;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.c-terms__check span::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 22rem;
  height: 22rem;
  border-radius: 3rem;
  border: 1px solid #B8B8B8;
  background-color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .c-terms__check span::before {
    width: 18px;
    height: 18px;
    border-radius: 2px;
  }
}

.c-terms__check input[type=checkbox]:checked + span::before {
  background-color: #255EDF;
  border-color: #255EDF;
}

.c-terms__check input[type=checkbox]:checked + span::after {
  position: absolute;
  top: 6rem;
  left: 4rem;
  transform: rotate(-45deg);
  content: "";
  width: 14rem;
  height: 9rem;
  border-left: 3rem solid #fff;
  border-bottom: 3rem solid #fff;
}
@media screen and (max-width: 899.98px) {
  .c-terms__check input[type=checkbox]:checked + span::after {
    top: 7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-terms__check input[type=checkbox]:checked + span::after {
    top: 5rem;
    left: 3rem;
    width: 12rem;
    height: 8rem;
  }
}
@media screen and (max-width: 374.98px) {
  .c-terms__check input[type=checkbox]:checked + span::after {
    left: 4rem;
  }
}

.c-search__terms-button {
  margin-top: 35rem;
}

.c-search__terms-button .c-button__link {
  width: 220rem;
}
@media screen and (max-width: 767.98px) {
  .c-search__terms-button .c-button__link {
    width: 240rem;
  }
}

.c-page-heading {
  margin-inline: auto;
  padding: 30rem 80rem 30rem;
  position: relative;
}
@media screen and (max-width: 1399.98px) {
  .c-page-heading {
    max-width: 1280rem;
    padding: 30rem 20rem 73rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-page-heading {
    padding: 0 20rem 36rem;
  }
}

@media screen and (max-width: 767.98px) {
  .c-page-heading__title {
    margin-bottom: 16rem;
  }
}

.c-page-heading__title-en {
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-size: clamp(10px, calc(100vw / 1400 * 66), 66px);
  letter-spacing: 0.01em;
  line-height: 1.196969697;
  color: #004EDD;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading__title-en {
    font-size: clamp(10px, calc(100vw / 375 * 30), 30px);
  }
}

.c-page-heading__title-ja {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 24), 24px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-page-heading__title-ja {
    margin-top: 4rem;
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-top-fv {
  padding-bottom: 60rem;
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv {
    padding-bottom: 40rem;
  }
}

.p-top-fv__loop {
  display: flex;
  width: 200vw;
  animation: fvLoop 20s linear infinite;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__loop {
    width: 400vw;
    animation: fvLoop_sp 20s linear infinite;
  }
}

@keyframes fvLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes fvLoop_sp {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200vw);
  }
}
.p-top-fv__loop--bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 200vw;
  animation: fvLoop_bg 40s linear infinite;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__loop--bg {
    width: 400vw;
    animation: fvLoop_sp_bg 20s linear infinite;
    animation-delay: 10s;
    animation-fill-mode: both;
  }
}

@keyframes fvLoop_bg {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}
@keyframes fvLoop_sp_bg {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}
.p-top-fv__block {
  display: flex;
  width: 100vw;
  position: relative;
}

.p-top-fv__block figure img{
  border-radius: 20px;
}

@media screen and (max-width: 767.98px) {
  .p-top-fv__block {
    width: 200vw;
  }
}

.p-top-fv__left {
  width: 41%;
  padding-bottom: 5.5vw;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__left {
    padding-bottom: 12vw;
  }
}

.p-top-fv__left-image {
  width: 92%;
}

.p-top-fv__left-body {
  margin-top: 4vw;
  margin-left:1vw;
  transform: translateX(1%);
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__left-body {
    margin-top: 8vw;
    margin-left:3vw;
  }
}

.p-top-fv__left-title {
  display: block;
  font-weight: 700;
  font-size: 5.3571428571vw;
  line-height: 1.1633876221;
  letter-spacing: 0.01em;
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__left-title {
    font-size: 10.1333333333vw;
  }
}

.p-top-fv__right {
  flex: 1;
}

.p-top-fv__right-image01 {
  position: absolute;
  top: 0;
  left: 40.2%;
  width: 38.7%;
}

.p-top-fv__right-image02 {
  position: absolute;
  top: 0;
  right: 2.5%;
  width: 16.2%;
}

.p-top-fv__right-image03 {
  position: absolute;
  bottom: 0;
  left: 40.2%;
  width: 20%;
}

.p-top-fv__right-image04 {
  position: absolute;
  top: 40.5%;
  right: 21.1%;
  width: 16.6%;
}

.p-top-fv__right-image05 {
  position: absolute;
  right: 2.5%;
  bottom: 0;
  width: 35%;
}

.p-top-fv__company {
  margin-top: 55rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__company {
    margin-top: 36rem;
  }
}

.p-top-fv__company-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10rem 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__company-list {
    gap: 16rem;
  }
}

.p-top-fv__company-item img {
  height: 22.2rem;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__company-item img {
    height: 15rem;
  }
}

.p-top-search {
  padding-top: 55rem;
  padding-bottom: 62rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-search {
    padding-block: 60rem;
  }
}

.p-top-search__inner {
  display: flex;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__inner {
    flex-direction: column;
    row-gap: 36rem;
  }
}

.p-top-search__heading {
  width: calc(50% - 225rem);
  border-radius: 0 51rem 51rem 0;
  background-color: #0042ba;
  padding: 68rem 45rem 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__heading {
    width: calc(50% + 167.5rem);
    border-radius: 0 25rem 25rem 0;
    padding: 32rem 20rem 0;
  }
}

.p-top-search__heading-lead {
  text-align: right;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 36), 36px);
  line-height: 1.3611111111;
  letter-spacing: 0.04em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__heading-lead {
    font-size: clamp(10px, calc(100vw / 375 * 28), 28px);
  }
}

.p-top-search__heading-text {
  margin-top: 27rem;
  text-align: right;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 1.875;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__heading-text {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-top-search__heading-button {
  margin-top: 35rem;
}

.p-top-search__heading-image {
  margin-top: auto;
  margin-left: auto;
  margin-right: 10rem;
  width: 306rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__heading-image {
    margin-top: 30rem;
    margin-right: 16rem;
    width: 182rem;
  }
}

.p-top-search__body {
  flex: 1;
  padding-top: 4rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__body {
    padding-block: 0;
  }
}

.p-top-search__body-inner {
  max-width: 762rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__body-inner {
    padding-inline: 20rem;
  }
}

.p-top-search__body-title {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(10px, calc(100vw / 1400 * 94), 94px);
  line-height: 1.4042553191;
  color: #0042ba;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__body-title {
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 42), 42px);
  }
}

.p-top-search__body-freeWord {
  margin-top: 7rem;
  padding-inline: 8rem;
  max-width: 685rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__body-freeWord {
    margin-top: 14rem;
    padding: 0;
  }
}

.p-top-search__body-freeWord .c-freeWord__text {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__body-freeWord .c-freeWord__text {
    flex: unset;
  }
}

.p-top-search__terms {
  margin-top: 32rem;
  border-top: 1px solid #b4bbd6;
  padding-top: 42rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__terms {
    margin-top: 24px;
    padding-top: 24px;
  }
}

.p-top-search__terms .c-terms__text {
  margin-inline: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__terms .c-terms__text {
    margin-inline: 0;
  }
}

.p-top-search__terms .c-terms__item:not(:first-child) {
  margin-top: 30rem;
  padding-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__terms .c-terms__item:not(:first-child) {
    margin-top: 28rem;
    padding-top: 20rem;
  }
}

.p-top-search__terms .c-terms__item-detail {
  padding-right: 30rem;
  gap: 19rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__terms .c-terms__item-detail {
    padding-right: 5rem;
    gap: 14rem 20rem;
  }
}

.p-top-search__body-button {
  margin-top: 48rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-search__body-button {
    margin-top: 36rem;
  }
}

.p-top-group {
  padding-block: 55rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-group {
    padding-block: 40rem;
  }
}

.p-top-group__title {
  padding-inline: 20rem;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 77), 77px);
  line-height: 1.3376623377;
  color: #0042ba;
  margin-bottom:30px;
}
@media screen and (max-width: 767.98px) {
  .p-top-group__title {
    font-size: clamp(10px, calc(100vw / 375 * 38), 38px);
  }
}

.p-top-group__title span {
  text-transform: uppercase;
}

@media screen and (max-width: 767.98px) {
  .p-top-group__imageZone {
    margin-top: 24rem;
  }
}

.p-top-group__organization{
  display: flex;
  justify-content: center;
  gap: 0 50px;
  width:90%;
  margin:0 auto;
}

@media screen and (max-width: 767.98px) {
  .p-top-group__organization{
    display: block;
    width:95%;
  }
}

.p-top-group__business{
  width:50%;
  max-width:650px;
  position: relative;
  border-radius: 30px;
  box-shadow: 0px 5px 15px 0px rgba(0, 66, 183, 0.35);
  background:#fff;
}
.p-top-group__business dt{
  background:#0042ba;
  padding:28px 18px 23px 18px;
  border-radius: 30px 30px 0 0;
}
.p-top-group__business.crinical-trial dt{
  background-color: #00ada6;
}
.p-top-group__business.post-marketing dt{
  background-color: #ff5d45;
}
.p-top-group__business dt h3{
  margin-bottom: 25px;
}
.p-top-group__business dt h3 span{
  display: block;
  color:#fff;
  font-weight: 600;
  text-align: center;
}
.p-top-group__business dt h3 span.jp{
  font-size:36px;
  margin-bottom: 8px;
}
.p-top-group__business dt h3 span.en{
  font-family: "Poppins", sans-serif;
  font-size:18px;
}
.p-top-group__business .business-image{
  border-radius: 20px;
  overflow: hidden;
}
.p-top-group__business dd{
  background:#fff;
  padding:25px 30px 80px 30px;
  border-radius: 0 0 30px 30px;
}
.p-top-group__business dd h4{
  font-size:18px;
  color:#000;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: center;
}
.p-top-group__business dd .company-list{
  margin-bottom: 20px;
  font-size:0;
}
.p-top-group__business dd .company-list li{
  display: inline-block;
  margin-bottom: 8px;
}
.p-top-group__business dd .company-list li a{
  display: block;
  color:#fff;
  text-decoration: none;
  border-radius: 30px;
  font-size: 15px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  padding:6px 20px 8px;
}
.p-top-group__business dd .company-list li.cro a{
  background:#218ecf;
  border:1px solid #218ecf;
}
.p-top-group__business dd .company-list li.cro a:hover{
  background:#fff;
  border:1px solid #218ecf;
  color:#218ecf;
  opacity: 1;
}
.p-top-group__business dd .company-list li.smo a{
  background:#88bd44;
  border:1px solid #88bd44;
}
.p-top-group__business dd .company-list li.smo a:hover{
  background:#fff;
  border:1px solid #88bd44;
  color:#88bd44;
  opacity: 1;
}
.p-top-group__business dd .company-list li.cso a{
  background:#ed9126;
  border:1px solid #ed9126;
}
.p-top-group__business dd .company-list li.cso a:hover{
  background:#fff;
  border:1px solid #ed9126;
  color:#ed9126;
  opacity: 1;
}
.p-top-group__business dd .company-list li:not(last-child){
  margin-right:7px;
}
.p-top-group__business dd .business-description{
  font-size:14px;
  color:#1d1d1d;
  line-height: 2;
  font-weight: 500;
}
.p-top-group__business dd .business-list{
  position: absolute;
  width:100%;
  text-align: center;
  font-size:0;
  bottom:20px;
  left:0;
}
.p-top-group__business dd .business-list li{
  display: inline-block;
  padding-left:22px;
  font-size:13px;
  font-weight: 500;
  color:#1d1d1d;
  position: relative;
}
.p-top-group__business dd .business-list li:not(last-child){
  margin-right:5px;
}
.p-top-group__business dd .business-list li:before{
  content: '';
  display: block;
  position: absolute;
  top:0;
  left:0;
  background:#218ecf;
  border-radius: 20px;
  width: 16px;
  height: 16px;
}
.p-top-group__business dd .business-list li.cro:before{
  background:#218ecf;
}
.p-top-group__business dd .business-list li.smo:before{
  background:#88bd44;
}
.p-top-group__business dd .business-list li.cso:before{
  background:#ed9126;
}

@media screen and (max-width: 767.98px) {
  .p-top-group__business{
    width:95%;
    margin:0 auto 30px;
  }
  .p-top-group__business dt{
    background:#0042ba;
    padding:20px 18px 20px 18px;
    border-radius: 20px 20px 0 0;
  }
  .p-top-group__business dt h3{
    margin-bottom: 15px;
  }
  .p-top-group__business dt h3 span.jp{
    font-size:20px;
  }
  .p-top-group__business dt h3 span.en{
    font-size:16px;
  }
  .p-top-group__business .business-image{
    border-radius: 20px;
  }
  .p-top-group__business dd{
    padding:15px 20px 80px 20px;
    border-radius: 0 0 20px 20px;
  }
  .p-top-group__business dd h4{
    font-size:16px;
    margin-bottom: 15px;
  }
  .p-top-group__business dd .company-list{
    margin-bottom: 20px;
  }
  .p-top-group__business dd .company-list li{
    display: inline-block;
    margin-bottom: 8px;
  }
  .p-top-group__business dd .company-list li a{
    font-size: 11px;
    padding:6px 15px 8px;
  }
  .p-top-group__business dd .company-list li:not(last-child){
    margin-right:7px;
  }
  .p-top-group__business dd .business-description{
    font-size:14px;
  }
  .p-top-group__business dd .business-list{
    bottom:10px;
    left:0;
  }
  .p-top-group__business dd .business-list li{
    display: inline-block;
    margin-bottom:5px;
  }
  .p-top-group__business dd .business-list li:not(last-child){
    margin-right:5px;
  }
  .p-top-group__business dd .business-list li:before{
    top:3px;
    left:0;
    width: 13px;
    height: 13px;
  }
}

.p-top-group__image {
  margin-inline: auto;
  max-width: 1290rem;
  padding-left: 15rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-group__image {
    width: 186.6666666667vw;
    padding-inline: 20rem;
  }
}

.p-top-content {
  padding-top: 65rem;
  padding-bottom: 165rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-content {
    padding-top: 40rem;
    padding-bottom: 60rem;
  }
}

.p-top-content::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 70%;
  border-radius: 0 0 51rem 51rem;
  background-color: #D9E1EE;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .p-top-content::before {
    border-radius: 0 0 25rem 25rem;
    height: 82%;
  }
}

.p-top-content__inner {
  margin-inline: auto;
  max-width: 1350rem;
  padding-inline: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-top-content__inner {
    max-width: 500rem;
  }
}

.p-top-content__title {
  position: absolute;
  top: 0;
  right: 15rem;
  width: max-content;
  text-align: right;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(10px, calc(100vw / 1400 * 100), 100px);
  line-height: 1;
  color: #0042ba;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-top-content__title {
    position: relative;
    right: auto;
    width: 100%;
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 42), 42px);
  }
}

.p-top-content__list {
  padding-top: 20rem;
  display: flex;
  flex-wrap: wrap;
  gap: 25rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-content__list {
    flex-direction: column;
    gap: 20rem;
  }
}

.p-top-content__item {
  width: calc((100% - 25rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-top-content__item {
    width: 80%;
  }
}

.p-top-content__item:nth-child(even) {
  transform: translateY(clamp(10px, calc(100vw / 1400 * 100), 100px));
}
@media screen and (max-width: 767.98px) {
  .p-top-content__item:nth-child(even) {
    transform: translateY(0);
    margin-left: auto;
  }
}

.p-top-content__link {
  width: 100%;
  position: relative;
  border-radius: 22rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-top-content__link {
    border-radius: 16rem;
  }
}

@media (hover: hover) {
  .p-top-content__link:hover {
    opacity: 1;
  }
}
.p-top-content__image {
  overflow: hidden;
}

.p-top-content__image img {
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-top-content__image img {
    aspect-ratio: 5/3;
  }
}

@media (hover: hover) {
  .p-top-content__link:hover .p-top-content__image img {
    transform: scale(1.1);
  }
}
.p-top-content__text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 300rem;
  min-height: 65rem;
  border-radius: 0 22rem 0 0;
  padding: 2rem 5rem 2rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0042ba;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 20), 20px);
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-content__text {
    width: 240rem;
    min-height: 55rem;
    border-radius: 0 16rem 0 0;
    padding-right: 8rem;
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
  }
}

.p-top-content__item:first-child .p-top-content__text {
  text-align: left;
}

.p-top-content__text::before {
  position: absolute;
  top: 50%;
  right: 16rem;
  transform: translateY(-50%);
  content: "";
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-top-content__text::before {
    width: 5rem;
    height: 5rem;
  }
}

@media (hover: hover) {
  .p-top-content__link:hover .p-top-content__text::before {
    right: 13rem;
    width: 12rem;
    height: 12rem;
  }
}
@media screen and (hover: hover) and (max-width: 767.98px) {
  .p-top-content__link:hover .p-top-content__text::before {
    right: 14rem;
    width: 10rem;
    height: 10rem;
  }
}
.p-top-news {
  margin-top: -52rem;
  margin-bottom: -80rem;
  padding-top: 115rem;
  padding-bottom: 210rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-top-news {
    margin-top: -30rem;
    margin-bottom: -30rem;
    padding-top: 90rem;
    padding-bottom: 100rem;
  }
}

.p-top-news__inner {
  margin-inline: auto;
  max-width: 1220rem;
  padding-inline: 20rem;
  display: flex;
  column-gap: 78rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__inner {
    flex-direction: column;
    row-gap: 24rem;
  }
}

.p-top-news__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 55), 55px);
  letter-spacing: 0.04em;
  line-height: 1;
  color: #0042ba;
  text-transform: uppercase;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__title {
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 42), 42px);
  }
}

.p-top-news__body {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__body {
    width: 100%;
  }
}

.p-top-news__list {
  max-width: 875rem;
}

.p-top-news__item {
  padding-inline: 22rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__item {
    padding-inline: 5rem;
  }
}

.p-top-news__item:not(:first-child) {
  margin-top: 14rem;
  border-top: 1px solid #c9c9c9;
  padding-top: 14rem;
}

.p-top-news__link {
  width: fit-content;
  display: flex;
  column-gap: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__link {
    column-gap: 10rem;
  }
}

.p-top-news__date {
  width: min(12vw, 130px);
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-top-news__date {
    width: 108rem;
    font-size: clamp(10px, calc(100vw / 375 * 13), 13px);
  }
}

.p-top-news__text {
  flex: 1;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
}
@media screen and (max-width: 767.98px) {
  .p-top-news__text {
    font-size: clamp(10px, calc(100vw / 375 * 13), 13px);
  }
}

.p-job {
  padding-top: 160rem;
  padding-bottom: 120rem;
}
@media screen and (max-width: 767.98px) {
  .p-job {
    padding-top: 60rem;
    padding-bottom: 90rem;
  }
}

.p-job__inner {
  margin-inline: auto;
  max-width: 1320rem;
  padding-inline: 20rem;
}

.p-job__list {
  display: flex;
  flex-wrap: wrap;
  gap: 67rem 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-job__list {
    flex-direction: column;
    row-gap: 36rem;
  }
}

.p-job__item {
  width: calc((100% - 100rem) / 3);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-job__item {
    width: 100%;
  }
}

.p-job__item-link {
  height: 100%;
  filter: drop-shadow(0 0 8rem rgba(13, 24, 64, 0.06));
  display: flex;
  flex-direction: column;
}

@media (hover: hover) {
  .p-job__item-link:hover {
    opacity: 1;
  }
}
.p-job__item-image {
  border-radius: 21rem 21rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-job__item-image {
    border-radius: 16rem 16rem 0 0;
  }
}

.p-job__item-image {
  overflow: hidden;
}

.p-job__item-image img {
  transition: all 0.3s;
}

@media (hover: hover) {
  .p-job__item-link:hover .p-job__item-image img {
    transform: scale(1.1);
  }
}
.p-job__item-body {
  flex: 1;
  padding: 25rem 27rem 38rem;
  background-color: #fff;
  border-radius: 0 0 21rem 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-job__item-body {
    padding: 20rem 20rem 35rem;
    border-radius: 0 0 16rem 16rem;
  }
}

.p-job__item-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 20), 20px);
  letter-spacing: 0.05em;
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-job__item-title {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-job__item-text {
  margin-top: 20rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 15), 15px);
  letter-spacing: 0.05em;
  line-height: 2;
}
@media screen and (max-width: 767.98px) {
  .p-job__item-text {
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
    line-height: 1.8;
  }
}

.p-job__item-arrow {
  position: absolute;
  bottom: -7rem;
  right: -10rem;
  display: block;
  width: 53rem;
  height: 53rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-job__item-arrow {
    width: 48rem;
    height: 48rem;
  }
}

.p-job__item-arrow::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0042ba;
  transition: all 0.3s;
}

@media (hover: hover) {
  .p-job__item:hover .p-job__item-arrow::before {
    transform: scale(1.1);
  }
}
.p-job__item-arrow img {
  display: block;
  width: 26rem;
  position: relative;
  z-index: 1;
}

.p-job__item-favorite {
  position: absolute;
  top: 12rem;
  right: 12rem;
  width: 35rem;
  height: 35rem;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1;
}

.p-job__item-favorite:hover {
  opacity: 1;
}

.p-job__item-favorite:hover::before {
  opacity: 0.4;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M41.51 11.63a9.67 9.67 0 0 0-13.7 0L24 15.43l-3.81-3.8a9.69 9.69 0 0 0-13.7 13.7L24 42.84l13.7-13.7 3.81-3.81a9.69 9.69 0 0 0 0-13.7Z' fill='%230042ba' stroke='%230042ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}

.p-job__item-favorite::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  width: 21rem;
  height: 21rem;
  background-color: transparent;
  color: #0042ba;
  /* background: url(../images/common/icon_favorite.webp) no-repeat; */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M41.51 11.63a9.67 9.67 0 0 0-13.7 0L24 15.43l-3.81-3.8a9.69 9.69 0 0 0-13.7 13.7L24 42.84l13.7-13.7 3.81-3.81a9.69 9.69 0 0 0 0-13.7Z' fill='none' stroke='%230042ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all .3s ease;
}

.p-job__item-favorite.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M41.51 11.63a9.67 9.67 0 0 0-13.7 0L24 15.43l-3.81-3.8a9.69 9.69 0 0 0-13.7 13.7L24 42.84l13.7-13.7 3.81-3.81a9.69 9.69 0 0 0 0-13.7Z' fill='%230042ba' stroke='%230042ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}

.p-single-heading {
  padding-top: 31rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-heading {
    padding-top: 5rem;
  }
}

.p-single-heading__bg {
  width: calc(100% - 80rem);
  border-radius: 0 21rem 21rem 0;
  background-color: #0042ba;
  position: relative;
  overflow: hidden;
}

.p-single-heading__bg::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #F0F2F9;
    z-index: 2;
    transition: 1s;
}
.p-single-heading__bg.show::before{
    transform: translateX(100%);
}


@media screen and (max-width: 1399.98px) {
  .p-single-heading__bg {
    width: calc(50% + 620rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__bg {
    width: calc(100% - 20rem);
    border-radius: 0 16rem 16rem 0;
  }
}

.p-single-heading__inner {
  margin-left: auto;
  max-width: calc(100% - 80rem);
  padding-top: 56rem;
}
@media screen and (max-width: 1399.98px) {
  .p-single-heading__inner {
    max-width: 1260rem;
    padding-left: 20rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__inner {
    padding-top: 29rem;
  }
}

.p-single-heading__title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 44), 44px);
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
  color: #fff;
  padding-right: 24rem;
  padding-left: 100rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__title {
    font-size: clamp(10px, calc(100vw / 375 * 22), 22px);
    padding-left: 40rem;
    padding-right: 16rem;
  }
}

.p-single-heading__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 74rem;
  height: 62rem;
  background: url(../images/search/search_people.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__title::before {
    width: 32rem;
    height: 27rem;
  }
}

.p-single-heading__favorite {
  margin-top: 6rem;
  display: flex;
  justify-content: flex-end;
}

.p-single-heading__favorite-button {
  border-radius: 31rem 0 0 0;
  background-color: #fff;
  padding: 21rem 21rem 16rem 62rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 1.5;
  color: #0042ba;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__favorite-button {
    margin-top: 0;
    border-radius: 21rem 0 0 0;
    padding: 5rem 10rem 5rem 30rem;
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-single-heading__favorite-button:hover {
  opacity: 1;
}

.p-single-heading__favorite-button:hover::before {
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M41.51 11.63a9.67 9.67 0 0 0-13.7 0L24 15.43l-3.81-3.8a9.69 9.69 0 0 0-13.7 13.7L24 42.84l13.7-13.7 3.81-3.81a9.69 9.69 0 0 0 0-13.7Z' fill='%230042ba' stroke='%230042ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}

.p-single-heading__favorite-button::before {
  position: absolute;
  top: 55%;
  left: 30rem;
  transform: translateY(-50%);
  content: "";
  width: 20rem;
  height: 20rem;
  /* background: url(../images/common/icon_favorite.webp) no-repeat; */
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M41.51 11.63a9.67 9.67 0 0 0-13.7 0L24 15.43l-3.81-3.8a9.69 9.69 0 0 0-13.7 13.7L24 42.84l13.7-13.7 3.81-3.81a9.69 9.69 0 0 0 0-13.7Z' fill='none' stroke='%230042ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: all .3s ease;
}
.p-single-heading__favorite-button.is-active::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M41.51 11.63a9.67 9.67 0 0 0-13.7 0L24 15.43l-3.81-3.8a9.69 9.69 0 0 0-13.7 13.7L24 42.84l13.7-13.7 3.81-3.81a9.69 9.69 0 0 0 0-13.7Z' fill='%230042ba' stroke='%230042ba' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/svg%3E");
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__favorite-button::before {
    top: 52%;
    left: 13rem;
    width: 13rem;
    height: 13rem;
  }
}

.p-single-heading__breadcrumb {
  margin-top: 14rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__breadcrumb {
    margin-top: 8rem;
  }
}

.p-single-heading__breadcrumb.l-inner {
  max-width: 100%;
  padding-inline: 80rem;
}
@media screen and (max-width: 1399.98px) {
  .p-single-heading__breadcrumb.l-inner {
    max-width: 1280rem;
    padding-inline: 20rem;
  }
}

.p-single-heading__breadcrumb .c-breadcrumb {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767.98px) {
  .p-single-heading__breadcrumb .c-breadcrumb {
    justify-content: flex-start;
  }
}

.p-single-mv {
  margin-top: 55rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-mv {
    margin-top: 46rem;
  }
}

.p-single-mv__inner {
  display: flex;
  column-gap: 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-mv__inner {
    flex-direction: column;
    row-gap: 30rem;
  }
}

.p-single-mv__body {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .p-single-mv__body {
    width: 100%;
  }
}

.p-single-mv__title {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 36), 36px);
  line-height: 1.4
}
@media screen and (max-width: 767.98px) {
  .p-single-mv__title {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-single-mv__list {
  margin-top: 30rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-mv__list {
    margin-top: 14rem;
  }
}

.p-single-mv__item {
  border-radius: 999rem;
  border: 1px solid #0042ba;
  background-color: #fff;
  padding: 4rem 8rem 4rem 18rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  line-height: 1.0666666667;
  color: #0042ba;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-single-mv__item {
    padding-left: 14rem;
    font-size: clamp(10px, calc(100vw / 375 * 11), 11px);
  }
}

.p-single-mv__item::before {
  position: absolute;
  top: 50%;
  left: 7rem;
  transform: translateY(-50%);
  content: "#";
}

.p-single-mv__slider-zone {
  padding-top: 5rem;
  width: 45%;
}
@media screen and (max-width: 767.98px) {
  .p-single-mv__slider-zone {
    padding-top: 0;
    width: 100%;
  }
}

.p-single-mv__slider-image img {
  border-radius: 20rem;
  aspect-ratio: 558/357;
}
@media screen and (max-width: 767.98px) {
  .p-single-mv__slider-image img {
    border-radius: 16rem;
  }
}

.js-fadeSlider .splide__pagination {
  height: 10rem;
  display: flex;
  justify-content: center;
  bottom: -28rem;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .js-fadeSlider .splide__pagination {
    bottom: -24rem;
  }
}

.js-fadeSlider .splide__pagination__page {
  width: 10rem;
  height: 10rem;
  margin-inline: 6rem;
  border-radius: 50%;
  border: 1px solid #0042ba;
  background-color: transparent;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767.98px) {
  .js-fadeSlider .splide__pagination__page {
    width: 8rem;
    height: 8rem;
  }
}

.splide__pagination__page.is-active {
  transform: scale(1);
}

.js-fadeSlider .splide__pagination__page.is-active {
  background-color: #0042ba;
}

.p-single-content {
  margin-top: 90rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-content {
    margin-top: 60rem;
  }
}

.p-single-content__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__list {
    gap: 36rem;
  }
}

.p-single-content__item {
  width: 100%;
  border-radius: 21rem;
  background-color: #fff;
  filter: drop-shadow(0 0 8rem rgba(13, 24, 64, 0.06));
  padding: 36rem 40rem 48rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item {
    border-radius: 16rem;
    padding: 24rem 20rem;
  }
}

.p-single-content__item:nth-child(2),
.p-single-content__item:nth-child(3) {
  width: calc((100% - 40rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item:nth-child(2),
  .p-single-content__item:nth-child(3) {
    width: 100%;
  }
}

.p-single-content__item-title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 24), 24px);
  letter-spacing: 0.05em;
  color: #0042ba;
  padding-left: 39rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item-title {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
    padding-left: 24rem;
  }
}

.p-single-content__item:first-child .p-single-content__item-title {
  padding-left: 48rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item:first-child .p-single-content__item-title {
    padding-left: 24rem;
  }
}

.p-single-content__item-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
}

.p-single-content__item:first-child .p-single-content__item-title::before {
  left: 4rem;
  width: 27rem;
  height: 28rem;
  background: url(../images/search/search_pen.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item:first-child .p-single-content__item-title::before {
    left: 0;
    width: 18rem;
    height: 18rem;
  }
}

.p-single-content__item:nth-child(2) .p-single-content__item-title::before {
  width: 27rem;
  height: 31rem;
  background: url(../images/search/search_shine.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item:nth-child(2) .p-single-content__item-title::before {
    left: 0;
    width: 18rem;
    height: 21rem;
  }
}

.p-single-content__item:nth-child(3) .p-single-content__item-title::before {
  width: 27rem;
  height: 33rem;
  background: url(../images/search/search_career.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item:nth-child(3) .p-single-content__item-title::before {
    left: 0;
    width: 18rem;
    height: 21rem;
  }
}

.p-single-content__item:nth-child(4) .p-single-content__item-title::before {
  width: 27rem;
  height: 32rem;
  background: url(../images/search/search_muscle.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item:nth-child(4) .p-single-content__item-title::before {
    left: 0;
    width: 18rem;
    height: 21rem;
  }
}

.p-single-content__item:nth-child(5) .p-single-content__item-title::before {
  width: 27rem;
  height: 28rem;
  background: url(../images/search/search_memo.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item:nth-child(5) .p-single-content__item-title::before {
    left: 0;
    width: 18rem;
    height: 18rem;
  }
}

.p-single-content__item-text {
  margin-top: 15rem;
  border-top: 1px solid #0042ba;
  padding-top: 20rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 2.1333333333;
}
@media screen and (max-width: 767.98px) {
  .p-single-content__item-text {
    margin-top: 10rem;
    padding-top: 14rem;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-single-recruit {
  margin-top: 90rem;
  margin-bottom: 140rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit {
    margin-top: 80rem;
    margin-bottom: 60rem;
  }
}

.p-single-recruit__line {
  border-top: 1px solid #0042ba;
  border-bottom: 1px solid #0042ba;
  padding-bottom: 55rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__line {
    padding-bottom: 40rem;
  }
}

.p-single-recruit__title {
  margin-inline: auto;
  width: fit-content;
  background-color: #f0f2f9;
  padding-inline: 20rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 24), 24px);
  line-height: 1.4583333333;
  letter-spacing: 0.05em;
  color: #0042ba;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__title {
    padding-inline: 14rem;
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-single-recruit__title span {
  display: inline-block;
}

.p-single-recruit__list {
  margin-top: 16rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60rem 50rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__list {
    margin-top: 4rem;
    gap: 20rem;
  }
}

.p-single-recruit__item {
  width: 310rem;
  height: 201rem;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__item {
    width: calc((100% - 20rem) / 2);
    height: auto;
    min-height: 100rem;
  }
}

.p-single-recruit__item-link {
  width: 100%;
  height: 100%;
  border-radius: 21rem;
  background-color: #0042ba;
  padding: 30rem 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__item-link {
    border-radius: 16rem;
    padding-block: 21rem;
  }
}

@media (hover: hover) {
  .p-single-recruit__item-link:hover {
    opacity: 1;
  }
}
.p-single-recruit__item-name {
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 22), 22px);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__item-name {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-single-recruit__item-name img {
  height: 21rem;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__item-name img {
    height: 14rem;
  }
}

.p-single-recruit__item-icon {
  position: absolute;
  bottom: -18rem;
  right: -11rem;
  width: 54rem;
  height: 54rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__item-icon {
    bottom: -8rem;
    right: -8rem;
    width: 32rem;
    height: 32rem;
  }
}

.p-single-recruit__item-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s;
}

@media (hover: hover) {
  .p-single-recruit__item-link:hover .p-single-recruit__item-icon::before {
    transform: translate(-50%, -50%) scale(1.1);
  }
}
.p-single-recruit__item-icon img {
  display: block;
  width: 19rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-single-recruit__item-icon img {
    width: 14rem;
  }
}

.p-company {
  padding-top: 40rem;
  padding-bottom: 95rem;
}
@media screen and (max-width: 767.98px) {
  .p-company {
    padding-top: 20rem;
    padding-bottom: 80rem;
  }
}

.p-company__inner {
  margin-inline: auto;
  max-width: 1340rem;
  padding-inline: 20rem;
  position: relative;
}

.p-company-heading {
  padding-block: 50rem;
  /*position: sticky;*/
  top: 114rem;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .p-company-heading {
    top: 158rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-company-heading {
    padding-block: 30rem;
    top: 80rem;
  }
}

.p-company-heading::before {
  position: absolute;
  top: -10%;
  left: -1%;
  content: "";
  width: 102%;
  height: 110%;
  background-color: #f0f2f9;
  z-index: -1;
}

.p-company-heading__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10rem 24rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-heading__list {
    justify-content: flex-start;
    gap: 16rem;
  }
}

.p-company-heading__link {
  position: relative;
}

.p-company-heading__link.is-active::after {
  position: absolute;
  bottom: -4rem;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #000;
}

.p-company-heading__link img {
  height: 22.2rem;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  .p-company-heading__link img {
    height: 15rem;
  }
}

.p-company-content {
  display: flex;
  flex-direction: column;
  row-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-content {
    row-gap: 36rem;
  }
}

.p-company-block {
  border-radius: 38rem;
  background-color: #D9E1EE;
  padding: 55rem 65rem 70rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-block {
    border-radius: 16rem;
    padding: 24rem 20rem 30rem;
  }
}

.p-company-block__intro {
  display: flex;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__intro {
    flex-direction: column;
    row-gap: 24rem;
  }
}

.p-company-block__left {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__left {
    width: 100%;
  }
}

.p-company-block__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}

.p-company-block__tag-item {
  border-radius: 999rem;
  border: 1px solid #0042ba;
  background-color: #fff;
  padding: 3rem 6rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  line-height: 1.0714285714;
  color: #0042ba;
  width:120rem;
  text-align: center;
}
.p-company-block__tag-item.clinical{
  border: 1px solid #00ada6;
  background-color: #00ada6;
  color:#fff;
}
.p-company-block__tag-item.post-marketing{
  border: 1px solid #ff5d45;
  background-color: #ff5d45;
  color:#fff;
}

@media screen and (max-width: 767.98px) {
  .p-company-block__tag-item {
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-company-block__title {
  margin-top: 18rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__title {
    margin-top: 14rem;
  }
}

.p-company-block__sub-name {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 19), 19px);
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__sub-name {
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
  }
}

.p-company-block__main-name {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 37), 37px);
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__main-name {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-company-block__button-list {
  margin-top: 16rem;
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
}

.p-company-block__button-link {
  min-width: 172rem;
  border-radius: 999rem;
  padding: 9rem 34rem 9rem 15rem;
  background-color: #000;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 13), 13px);
  line-height: 1.3076923077;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__button-link {
    min-width: auto;
    padding-block: 8rem;
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-company-block__button-link::before {
  position: absolute;
  top: 50%;
  right: 12rem;
  transform: translateY(-50%);
  content: "";
  width: 12rem;
  height: 12rem;
  background: url(../images/common/icon_arrow.webp) no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.p-company-block__text-area {
  margin-top: 33rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__text-area {
    margin-top: 24rem;
  }
}

.p-company-block__text {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 23), 23px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__text {
    font-size: clamp(10px, calc(100vw / 375 * 19), 19px);
  }
}

.p-company-block__desc {
  margin-top: 16rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__desc {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.8;
  }
}

.p-company-block__right {
  width: 46%;
  padding-top: 16rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__right {
    width: 100%;
  }
}

.p-company-block__slider-image img {
  border-radius: 20rem;
  aspect-ratio: 539/357;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__slider-image img {
    border-radius: 16rem;
  }
}

/* ▼ ドット部分（Splide用に変換） */
.p-company-block__slider-zone .splide__pagination {
  height: 10rem;
  display: flex;
  justify-content: center;
  bottom: -33rem;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__slider-zone .splide__pagination {
    bottom: -24rem;
  }
}

.p-company-block__slider-zone .splide__pagination__page {
  width: 10rem;
  height: 10rem;
  margin-inline: 6rem;
  border-radius: 50%;
  border: 1px solid #0042ba;
  background-color: transparent;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__slider-zone .splide__pagination__page {
    width: 8rem;
    height: 8rem;
  }
}

.p-company-block__slider-zone .splide__pagination__page.is-active {
  background-color: #0042ba;
}

.p-company-career {
  margin-top: 52rem;
}

.p-company-career__title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 24), 24px);
  letter-spacing: -0.01em;
  color: #0042ba;
  padding-left: 47rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__title {
    padding-left: 43rem;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-company-career__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 41rem;
  height: 31rem;
  background: url(../images/company/company_career.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__title::before {
    width: 36rem;
    height: 27rem;
  }
}

.p-company-career__title span {
  display: inline-block;
}

.p-company-career__slider-zone {
  margin-top: 20rem;
  border-top: 1px solid #0042ba;
  padding-top: 28rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-zone {
    margin-top: 12rem;
    padding-top: 20rem;
  }
}

.p-company-career__slider-zone .is-static .splide__track {
  width: 100%;
}

.p-company-career__slider-link:hover{
  opacity: 1;
}
.p-company-career__slider-link:hover img{
  transform: scale(1.1);
  opacity: 0.8;
}
.p-company-career__slider-image{
  overflow: hidden;
  border-radius: 20rem;
  background:#0042ba;
}
.p-company-career__slider-image img {
  transition-duration: 500ms;
  aspect-ratio: 219/143;
  transform: scale(1.02);
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-image img {
    border-radius: 12rem;
  }
}

/* 矢印 */
.p-company-career__slider-zone .splide__arrow {
  top: 55rem;
  width: 37rem;
  height: 37rem;
  z-index: 2;
  transform: unset;
  background: none;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-zone .splide__arrow {
    top: 9vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

.p-company-career__slider-zone .splide__arrow--prev {
  left: -21rem;
  background: url(../images/common/slider_arrow.webp) no-repeat center/contain;
}
.p-company-career__slider-zone .splide__arrow--prev:hover {
  background: url(../images/common/slider_arrow-hover.webp) no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-zone .splide__arrow--prev {
    left: -3.7333333333vw;
  }
}

.p-company-career__slider-zone .splide__arrow--next {
  right: -21rem;
  background: url(../images/common/slider_arrow.webp) no-repeat center/contain;
  transform: scaleX(-1);
}
.p-company-career__slider-zone .splide__arrow--next:hover {
  background: url(../images/common/slider_arrow-hover.webp) no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-zone .splide__arrow--next {
    right: -3.7333333333vw;
  }
}

.p-company-career__slider-zone .splide__arrow svg {
  display: none;
}

/* 静的表示 */
.p-company-career__slider-zone .is-static {
  display: flex;
  visibility: visible;
}

.p-company-career__slider-zone .is-static .splide__slide {
  display: block;
  width: 218rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-zone .is-static .splide__slide {
    width: calc(50% - 10rem);
  }
}

.p-company-career__slider-zone .is-static .splide__slide:not(:last-child) {
  margin-right: 20rem;
}

.p-company-career__slider-title {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 17), 17px);
  line-height: 1.1764705882;
  letter-spacing: 0.05em;
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-title {
    margin-top: 5rem;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-company-career__slider-text {
  margin-top: 3rem;
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 13), 13px);
}
@media screen and (max-width: 767.98px) {
  .p-company-career__slider-text {
    margin-top: 0;
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-company-career__nojob{
  padding:2em 0 0 2em;
}

.p-skill {
  padding-top: 60rem;
  padding-bottom: 100rem;
}
@media screen and (max-width: 767.98px) {
  .p-skill {
    padding-top: 40rem;
    padding-bottom: 80rem;
  }
}

.p-skill__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-skill__list {
    gap: 36rem;
  }
}

.p-skill__item {
  width: calc((100% - 40rem) / 2);
  display: flex;
  flex-direction: column;
  border-radius: 21rem;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item {
    width: 100%;
    border-radius: 16rem;
  }
}

.p-skill__item-title {
  display: block;
  width: 100%;
  padding: 32rem;
  background-color: #0042ba;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 25), 25px);
  line-height: 1.52;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-title {
    padding: 16rem;
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-skill__item-body {
  flex: 1;
  background-color: #fff;
  padding: 35rem 35rem 68rem;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-body {
    padding: 25rem 20rem 30rem;
  }
}

.p-skill__item-image img {
  aspect-ratio: 530/280;
  border-radius: 21rem;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-image img {
    border-radius: 16rem;
  }
}

.p-skill__item-text {
  margin-top: 18rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.05em;
  color: #3B3B3B;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-text {
    margin-top: 12rem;
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
    line-height: 1.8;
  }
}

.p-skill__item-bottom {
  margin-top: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-bottom {
    margin-top: 25rem;
  }
}

.p-skill__item-special {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 20), 20px);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-special {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-skill__item-container {
  margin-top: 12rem;
  border-radius: 10rem;
  background-color: #F0F2F9;
  padding: 24rem 20rem 28rem;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-container {
    margin-top: 10rem;
    padding: 20rem;
  }
}

.p-skill__item-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16rem 24rem;
}

.p-skill__item-link {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 14), 14px);
  color: #0042ba;
  text-decoration: underline;
  text-underline-offset: 2px;
  padding-left: 21rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-skill__item-link {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.p-skill__item-link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 16rem;
  height: 16rem;
  background: url(../images/skill/skill_arrow.webp) no-repeat;
  background-size: contain;
}

.p-flow {
  padding-top: 76rem;
  padding-bottom: 90rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow {
    padding-top: 60rem;
    padding-bottom: 80rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-flow__anchor {
    /*position: sticky;*/
    top: 92rem;
    z-index: 3;
  }
}

@media screen and (max-width: 767.98px) {
  .p-flow__anchor::before {
    position: absolute;
    top: -15rem;
    left: -1%;
    content: "";
    width: 102%;
    height: calc(100% + 30rem);
    background-color: #f0f2f9;
    z-index: -1;
  }
}

.p-flow__anchor-list {
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-flow__anchor-item {
  margin-inline: -6rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__anchor-item {
    margin-inline: 0;
    width: 20%;
  }
}

.p-flow__anchor-link {
  width: 204rem;
  height: 104rem;
  display: flex;
  justify-content: center;
  align-items: center;
  clip-path: polygon(0 0, 88% 0, 100% 50%, 88% 100%, 0 100%, 12% 50%);
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow__anchor-link {
    width: 100%;
    height: 70rem;
    clip-path: polygon(0 0, 80% 0, 100% 50%, 80% 100%, 0 100%, 20% 50%);
  }
}

.p-flow__anchor-item:first-child .p-flow__anchor-link {
  clip-path: polygon(88% 0, 100% 50%, 88% 100%, 0 100%, 0 0);
  padding-right: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__anchor-item:first-child .p-flow__anchor-link {
    clip-path: polygon(80% 0, 100% 50%, 80% 100%, 0 100%, 0 0);
    padding-right: 5rem;
    width: calc(100% + 5rem);
    margin-right: -5rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-flow__anchor-item:not(:first-child):not(:last-child) .p-flow__anchor-link {
    width: calc(100% + 10rem);
    margin-inline: -5rem;
  }
}

.p-flow__anchor-item:last-child .p-flow__anchor-link {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12% 50%);
  padding-left: 10rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__anchor-item:last-child .p-flow__anchor-link {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20% 50%);
    padding-left: 5rem;
    width: calc(100% + 5rem);
    margin-left: -5rem;
  }
}

.p-flow__anchor-link.flow01 {
  background-color: #0042ba;
}

.p-flow__anchor-link.flow02 {
  background-color: #007BBA;
}

.p-flow__anchor-link.flow03 {
  background-color: #0099BA;
}

.p-flow__anchor-link.flow04 {
  background-color: #01ABB1;
}

.p-flow__anchor-link.flow05 {
  background-color: #12A895;
}

.p-flow__anchor-link span {
  display: block;
  padding-bottom: 18rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 17), 17px);
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow__anchor-link span {
    padding-bottom: 0;
    text-align: center;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.2;
  }
}

.p-flow__anchor-link span::before {
  position: absolute;
  bottom: -10rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 21rem;
  height: 21rem;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-flow__anchor-link span::before {
    display: none;
  }
}

.p-flow__anchor-link span::after {
  display: block;
  position: absolute;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 12rem;
  height: 12rem;
  -webkit-mask: url(../images/flow/flow_arrow.webp) no-repeat center;
  mask: url(../images/flow/flow_arrow.webp) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-flow__anchor-link span::after {
    display: none;
  }
}

.p-flow__anchor-link.flow01 span::after {
  background-color: #0042ba;
}

.p-flow__anchor-link.flow02 span::after {
  background-color: #007BBA;
}

.p-flow__anchor-link.flow03 span::after {
  background-color: #0099BA;
}

.p-flow__anchor-link.flow04 span::after {
  background-color: #01ABB1;
}

.p-flow__anchor-link.flow05 span::after {
  background-color: #12A895;
}

.p-flow__flex {
  margin-top: 100rem;
  display: flex;
  align-items: flex-start;
  column-gap: 33rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__flex {
    margin-top: 60rem;
  }
}

.p-flow__side {
  width: 200rem;
  padding-top: 104rem;
  position: sticky;
  top: 170rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__side {
    display: none;
  }
}

.p-flow__side-list {
  border-left: 1px solid #000;
  padding-left: 16rem;
}

.p-flow__side-item {
  position: relative;
}

.p-flow__side-item:not(:first-child) {
  margin-top: 11rem;
}

.p-flow__side-item:nth-child(2) {
  z-index: 2;
}

.p-flow__side-item:nth-child(3) {
  z-index: 3;
}

.p-flow__side-item:nth-child(4) {
  z-index: 4;
}

.p-flow__side-item:nth-child(5) {
  z-index: 5;
}

.p-flow__side-item::before {
  content: "";
  width: 199rem;
  height: 124rem;
  display: none;
}

.p-flow__side-item:nth-child(1)::before {
  background: url(../images/flow/flow_illust01.webp) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.p-flow__side-item:nth-child(2)::before {
  background: url(../images/flow/flow_illust02.webp) no-repeat;
  background-size: contain;
}

.p-flow__side-item:nth-child(3)::before {
  background: url(../images/flow/flow_illust03.webp) no-repeat;
  background-size: contain;
}

.p-flow__side-item:nth-child(4)::before {
  background: url(../images/flow/flow_illust04.webp) no-repeat;
  background-size: contain;
}

.p-flow__side-item:nth-child(5)::before {
  background: url(../images/flow/flow_illust05.webp) no-repeat;
  background-size: contain;
}

.p-flow__side-item.is-active::before {
  display: block;
}

.p-flow__side-link {
  width: 100%;
  padding: 6rem 30rem 7rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 1.5;
  position: relative;
  z-index: 1;
}

.p-flow__side-link.is-active {
  color: #fff;
}

.p-flow__side-link::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}

.p-flow__side-link.is-active::before {
  opacity: 1;
}

.p-flow__side-link.flow01::before {
  background-color: #0042ba;
}

.p-flow__side-link.flow02::before {
  background-color: #007BBA;
}

.p-flow__side-link.flow03::before {
  background-color: #0099BA;
}

.p-flow__side-link.flow04::before {
  background-color: #01ABB1;
}

.p-flow__side-link.flow05::before {
  background-color: #12A895;
}

.p-flow__side-link::after {
  position: absolute;
  top: 50%;
  left: 16rem;
  transform: translateY(-50%);
  content: "";
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0;
}

.p-flow__side-link.is-active::after {
  opacity: 1;
}

.p-flow__content {
  width: calc(100% - 233rem);
  display: flex;
  flex-direction: column;
  row-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__content {
    width: 100%;
    row-gap: 36rem;
  }
}

.p-flow__section {
  border-radius: 38rem;
  padding: 60rem 60rem 70rem;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section {
    border-radius: 20rem;
    padding: 30rem 20rem 40rem;
  }
}

.p-flow__section::after {
  position: absolute;
  top: calc(100% - 12rem);
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 51rem;
  height: 23rem;
  clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media screen and (max-width: 767.98px) {
  .p-flow__section::after {
    top: calc(100% - 8rem);
    width: 45rem;
    height: 20rem;
  }
}

.p-flow__section.flow01::after {
  background-color: #0042ba;
}

.p-flow__section.flow02::after {
  background-color: #007BBA;
}

.p-flow__section.flow03::after {
  background-color: #0099BA;
}

.p-flow__section.flow04::after {
  background-color: #01ABB1;
}

.p-flow__section-intro {
  display: flex;
  column-gap: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-intro {
    flex-direction: column;
    row-gap: 24rem;
  }
}

.p-flow__section-left {
  flex: 1;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-left {
    width: 100%;
  }
}

.p-flow__section-title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 38), 38px);
  line-height: 1;
  padding-left: 20rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-title {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
    padding-left: 14rem;
  }
}

.flow01 .p-flow__section-title {
  color: #0042ba;
}

.flow02 .p-flow__section-title {
  color: #007BBA;
}

.flow03 .p-flow__section-title {
  color: #0099BA;
}

.flow04 .p-flow__section-title {
  color: #01ABB1;
}

.flow05 .p-flow__section-title {
  color: #12A895;
}

.p-flow__section-title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 6rem;
  height: calc(100% - 2rem);
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-title::before {
    width: 4rem;
    height: 100%;
  }
}

.flow01 .p-flow__section-title::before {
  background-color: #0042ba;
}

.flow02 .p-flow__section-title::before {
  background-color: #007BBA;
}

.flow03 .p-flow__section-title::before {
  background-color: #0099BA;
}

.flow04 .p-flow__section-title::before {
  background-color: #01ABB1;
}

.flow05 .p-flow__section-title::before {
  background-color: #12A895;
}

.p-company-block__text-area {
  margin-top: 33rem;
}
@media screen and (max-width: 767.98px) {
  .p-company-block__text-area {
    margin-top: 24rem;
  }
}

.p-flow__section-text {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 23), 23px);
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-text {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-flow__section-desc {
  margin-top: 16rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 16), 16px);
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-desc {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.8;
  }
}

.p-flow__section-right {
  width: 43%;
  padding-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-right {
    width: 100%;
    padding-top: 0;
  }
}

.p-flow__section-image img {
  border-radius: 20rem;
  aspect-ratio: 380/271;
}
@media screen and (max-width: 767.98px) {
  .p-flow__section-image img {
    border-radius: 16rem;
  }
}

.p-flow-relation {
  margin-top: 45rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation {
    margin-top: 30rem;
  }
}

.p-flow-relation__title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 24), 24px);
  letter-spacing: -0.01em;
  padding-left: 50rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__title {
    padding-left: 43rem;
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.flow01 .p-flow-relation__title {
  color: #0042ba;
}

.flow02 .p-flow-relation__title {
  color: #007BBA;
}

.flow03 .p-flow-relation__title {
  color: #0099BA;
}

.flow04 .p-flow-relation__title {
  color: #01ABB1;
}

.flow05 .p-flow-relation__title {
  color: #12A895;
}

.p-flow-relation__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  width: 38rem;
  height: 33rem;
  -webkit-mask: url(../images/flow/flow_person.webp) no-repeat center;
  mask: url(../images/flow/flow_person.webp) no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__title::before {
    width: 36rem;
    height: 27rem;
  }
}

.flow01 .p-flow-relation__title::before {
  background-color: #0042ba;
}

.flow02 .p-flow-relation__title::before {
  background-color: #007BBA;
}

.flow03 .p-flow-relation__title::before {
  background-color: #0099BA;
}

.flow04 .p-flow-relation__title::before {
  background-color: #01ABB1;
}

.flow05 .p-flow-relation__title::before {
  background-color: #12A895;
}

.p-flow-relation__slider-zone {
  margin-top: 20rem;
  padding-top: 28rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-zone {
    margin-top: 12rem;
    padding-top: 20rem;
  }
}

.flow01 .p-flow-relation__slider-zone {
  border-top: 1px solid #0042ba;
}

.flow02 .p-flow-relation__slider-zone {
  border-top: 1px solid #007BBA;
}

.flow03 .p-flow-relation__slider-zone {
  border-top: 1px solid #0099BA;
}

.flow04 .p-flow-relation__slider-zone {
  border-top: 1px solid #01ABB1;
}

.flow05 .p-flow-relation__slider-zone {
  border-top: 1px solid #12A895;
}

.p-flow-relation__slider-zone .is-static .splide__track {
  width: 100%;
}

.p-flow-relation__slider-link:hover{
  opacity: 1;
}
.p-flow-relation__slider-link:hover img{
  transform: scale(1.1);
  opacity: 0.8;
}
.p-flow-relation__slider-image{
  overflow: hidden;
  border-radius: 20rem;
  background-color: #0042ba;
}
.p-flow-relation__slider-image img {
  transition-duration: 500ms;
  aspect-ratio: 219/143;
  transform: scale(1.02);
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-image img {
    border-radius: 12rem;
  }
}

/* 矢印 */
.p-flow-relation__slider-zone .splide__arrow {
  top: 53rem;
  width: 37rem;
  height: 37rem;
  z-index: 2;
  background: none;
  transform: unset;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-zone .splide__arrow {
    top: 9vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

.p-flow-relation__slider-zone .splide__arrow--prev {
  left: -21rem;
  background: url(../images/common/slider_arrow.webp) no-repeat center/contain;
}

.p-flow-relation__slider-zone .splide__arrow--prev:hover {
  background: url(../images/common/slider_arrow-hover.webp) no-repeat center/contain;
}

@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-zone .splide__arrow--prev {
    left: -3.7333333333vw;
  }
}

.p-flow-relation__slider-zone .splide__arrow--next {
  right: -21rem;
  background: url(../images/common/slider_arrow.webp) no-repeat center/contain;
  transform: scaleX(-1);
}
.p-flow-relation__slider-zone .splide__arrow--next:hover {
  background: url(../images/common/slider_arrow-hover.webp) no-repeat center/contain;
}


@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-zone .splide__arrow--next {
    right: -3.7333333333vw;
  }
}

.p-flow-relation__slider-zone .splide__arrow svg {
  display: none;
}

/* 静的表示 */
.p-flow-relation__slider-zone .is-static {
  display: flex;
  visibility: visible;
}

.p-flow-relation__slider-zone .is-static .splide__slide {
  display: block;
  width: 208rem;
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-zone .is-static .splide__slide {
    width: calc(50% - 10rem);
  }
}

.p-flow-relation__slider-zone .is-static .splide__slide:not(:last-child) {
  margin-right: 20rem;
}

.p-flow-relation__slider-title {
  margin-top: 8rem;
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 17), 17px);
  line-height: 1.1764705882;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-title {
    margin-top: 5rem;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
  }
}

.flow01 .p-flow-relation__slider-title {
  color: #0042ba;
}

.flow02 .p-flow-relation__slider-title {
  color: #007BBA;
}

.flow03 .p-flow-relation__slider-title {
  color: #0099BA;
}

.flow04 .p-flow-relation__slider-title {
  color: #01ABB1;
}

.flow05 .p-flow-relation__slider-title {
  color: #12A895;
}

.p-flow-relation__slider-text {
  margin-top: 3rem;
  text-align: center;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 13), 13px);
}
@media screen and (max-width: 767.98px) {
  .p-flow-relation__slider-text {
    margin-top: 0;
    font-size: clamp(10px, calc(100vw / 375 * 12), 12px);
  }
}

.p-feature {
  padding-top: 90rem;
  padding-bottom: 145rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature {
    padding-top: 60rem;
    padding-bottom: 90rem;
  }
}

.p-feature__list {
  display: flex;
  flex-direction: column;
  row-gap: 75rem;
}

.p-feature__inner {
  max-width: calc(50% + 650rem);
  padding-top: 30rem;
  display: flex;
  column-gap: 75rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-feature__inner {
    padding-top: 16rem;
    flex-direction: column;
  }
}

.p-feature__inner--odd {
  margin-left: auto;
  padding-left: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__inner--odd {
    padding-left: 20rem;
  }
}

.p-feature__inner--even {
  flex-direction: row-reverse;
  padding-right: 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__inner--even {
    flex-direction: column;
    padding-right: 20rem;
  }
}

.p-feature__number {
  position: absolute;
  top: -12rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 123), 123px);
  line-height: 1;
  letter-spacing: 0.01em;
  color: #D9E1EE;
  text-transform: uppercase;
  opacity: 0.7;
}
@media screen and (max-width: 767.98px) {
  .p-feature__number {
    font-size: clamp(10px, calc(100vw / 375 * 42), 42px);
  }
}

.p-feature__inner--odd .p-feature__number {
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-feature__inner--odd .p-feature__number {
    left: 5rem;
  }
}

.p-feature__inner--even .p-feature__number {
  right: 0;
}
@media screen and (max-width: 767.98px) {
  .p-feature__inner--even .p-feature__number {
    right: 5rem;
  }
}

.p-feature__body {
  padding-top: 32rem;
  width: 595rem;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-feature__body {
    padding-top: 0;
    width: 100%;
  }
}

.p-feature__inner--odd .p-feature__body {
  padding-right: 20rem;
}

.p-feature__inner--even .p-feature__body {
  padding-left: 20rem;
}

.p-feature__body-subTitle {
  width: fit-content;
  padding: 5rem 14rem;
  border-radius: 0 20rem 0 0;
  background-color: #0042ba;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 18), 18px);
  line-height: 1.4444444444;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-feature__body-subTitle {
    border-radius: 0 16rem 0 0;
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
  }
}

.p-feature__body-title {
  margin-top: 10rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 36), 36px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-feature__body-title {
    width: calc(100% + 10rem);
    margin-right: -10rem;
    font-size: clamp(10px, calc(100vw / 375 * 20), 20px);
  }
}

.p-feature__body-text {
  margin-top: 40rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 15), 15px);
  line-height: 2.1333333333;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-feature__body-text {
    margin-top: 24rem;
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.8;
  }
}

.p-feature__body-text.note{
  font-size:13px;
}

.p-feature__image-zone {
  flex: 1;
  height: 441rem;
  display: flex;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-feature__image-zone {
    margin-top: 30rem;
    width: 100%;
    height: auto;
    min-height: 220rem;
    padding-block: 30rem;
  }
}

.p-feature__inner--odd .p-feature__image-zone {
  border-radius: 30rem 0 0 30rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__inner--odd .p-feature__image-zone {
    border-radius: 16rem 0 0 16rem;
  }
}

.p-feature__inner--even .p-feature__image-zone {
  border-radius: 0 30rem 30rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-feature__inner--even .p-feature__image-zone {
    border-radius: 0 16rem 16rem 0;
  }
}

.p-feature__item:nth-child(1) .p-feature__image {
  margin-left: 96rem;
  width: 489rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__item:nth-child(1) .p-feature__image {
    margin-left: 45rem;
    width: 240rem;
  }
}

.p-feature__item:nth-child(2) .p-feature__image {
  margin-left: auto;
  margin-right: 135rem;
  width: 415rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__item:nth-child(2) .p-feature__image {
    margin-right: 65rem;
    width: 200rem;
  }
}

.p-feature__item:nth-child(3) .p-feature__image {
  margin-left: 48rem;
  width: 575rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__item:nth-child(3) .p-feature__image {
    margin-left: 30rem;
    width: 280rem;
  }
}

.p-feature__item:nth-child(4) .p-feature__image {
  margin-left: auto;
  margin-right: 145rem;
  width: 381rem;
}
@media screen and (max-width: 767.98px) {
  .p-feature__item:nth-child(4) .p-feature__image {
    margin-right: 60rem;
    width: 210rem;
  }
}

.p-registration {
  padding-top: 95rem;
  padding-bottom: 140rem;
}
@media screen and (max-width: 767.98px) {
  .p-registration {
    padding-top: 40rem;
    padding-bottom: 90rem;
  }
}

.p-registration__flex {
  display: flex;
  column-gap: 75rem;
}
@media screen and (max-width: 767.98px) {
  .p-registration__flex {
    flex-direction: column;
    row-gap: 30rem;
  }
}

.p-registration__body {
  flex: 1;
  padding-top: 55rem;
}
@media screen and (max-width: 767.98px) {
  .p-registration__body {
    width: 100%;
    padding-top: 0;
  }
}

.p-registration__title {
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 32), 32px);
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-registration__title {
    font-size: clamp(10px, calc(100vw / 375 * 24), 24px);
  }
}

.p-registration__text {
  margin-top: 24rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 18), 18px);
  line-height: 2.4444444444;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767.98px) {
  .p-registration__text {
    margin-top: 16rem;
    font-size: clamp(10px, calc(100vw / 375 * 15), 15px);
    line-height: 1.8;
  }
}

.p-registration__image {
  width: 46%;
}
@media screen and (max-width: 767.98px) {
  .p-registration__image {
    width: 100%;
    max-width: 450rem;
    margin-inline: auto;
  }
}

.p-registration__attention {
  margin-top: 80rem;
  margin-inline: auto;
  max-width: 1022rem;
  border-radius: 38rem;
  background-color: #fff;
  padding: 43rem 40rem 60rem;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention {
    margin-top: 60rem;
    border-radius: 21rem;
    padding: 30rem 20rem;
  }
}

.p-registration__attention-title {
  text-align: center;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 28), 28px);
  color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention-title {
    font-size: clamp(10px, calc(100vw / 375 * 18), 18px);
  }
}

.p-registration__attention-title span {
  position: relative;
  padding-inline: 40rem;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention-title span {
    padding-inline: 28rem;
  }
}

.p-registration__attention-title span::before,
.p-registration__attention-title span::after {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  content: "";
  width: 28rem;
  height: 24rem;
  background: url(../images/registration/registration_attention.webp) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention-title span::before,
  .p-registration__attention-title span::after {
    width: 18rem;
    height: 15rem;
  }
}

.p-registration__attention-title span::before {
  left: 0;
}

.p-registration__attention-title span::after {
  right: 0;
}

.p-registration__attention-list {
  margin-top: 40rem;
  margin-inline: auto;
  max-width: 795rem;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention-list {
    margin-top: 20rem;
  }
}

.p-registration__attention-item {
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 15), 15px);
  line-height: 1.2;
  padding-left: 15rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention-item {
    font-size: clamp(10px, calc(100vw / 375 * 14), 14px);
    line-height: 1.6;
    padding-left: 12rem;
  }
}

.p-registration__attention-item:not(:first-child) {
  margin-top: 22rem;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention-item:not(:first-child) {
    margin-top: 18rem;
  }
}

.p-registration__attention-item::before {
  position: absolute;
  top: 5rem;
  left: 0;
  content: "";
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  background-color: #0042ba;
}
@media screen and (max-width: 767.98px) {
  .p-registration__attention-item::before {
    top: 9rem;
    width: 5rem;
    height: 5rem;
  }
}

.p-registration__button {
  margin-top: 60rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .p-registration__button {
    margin-top: 50rem;
  }
}

.p-registration__button-link {
  border-radius: 999rem;
  background-color: #000;
  padding: 21rem 75rem;
  font-weight: 700;
  font-size: clamp(10px, calc(100vw / 1400 * 15), 15px);
  line-height: 1.1333333333;
  color: #fff;
  position: relative;
  border:1px solid #000;
}
@media screen and (max-width: 767.98px) {
  .p-registration__button-link {
    padding: 16rem 48rem 16rem 32rem;
    font-size: clamp(10px, calc(100vw / 375 * 16), 16px);
  }
}

.p-registration__button-link::after {
  position: absolute;
  top: 50%;
  right: 19rem;
  transform: translateY(-50%);
  content: "";
  width: 16rem;
  height: 16rem;
  background: url(../images/common/icon_arrow.webp) no-repeat;
  background-size: contain;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767.98px) {
  .p-registration__button-link::after {
    right: 18rem;
    width: 14rem;
    height: 14rem;
  }
}
.p-registration__button-link:hover{
  background-color: #fff;
  color:#000;
  opacity: 1;

}
.p-registration__button-link:hover:after{
  -webkit-filter: brightness(0) invert(0);
  filter: brightness(0) invert(0);
}


/* ================================
   お気に入り・履歴
================================ */
.footer_wrap {
  position: relative;
}
.l-footer {
  z-index: 51;
  position: relative;
  padding-bottom: 40rem;
}
.footer-history {
  /* display: none; */
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  /* overflow: hidden; */
  max-height: 40.5rem;
  transition: max-height 0.4s ease;
  z-index: 50;
  max-width: 2000px;
  transform: translateX(-50%);
}
.footer-history.is-absolute {
  position: absolute !important;
  bottom: 100% !important;
  /* transform: none !important; */
  transform: translateX(-50%);
}
.footer-history.is-absolute .footer-history__inner {
  position: relative;
}
.footer-history.is-absolute .footer-history__inner::after {
  content: "";
  position: absolute;
  top: 100%;
  width: 100%;
  height: 50rem;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  background-color: #fff;
}

.footer-history__inner {
  transition: transform 0.4s ease;
  /* transform: translateY(calc(100% - 40rem)); */
}
.footer-history.is-open {
  transform: translateX(-50%) !important;
}
.footer-history.is-open,
.footer-history.is-open .footer-history__inner {
  transform: translateY(0);
  max-height: 300rem;
}
@media screen and (max-width: 767.98px) {
  .footer-history {
    max-height: 35.5rem;
  }
}

/* タブ部分 */
.footer-history__tabs {
  display: flex;
  gap: 10rem;
  margin-left: 90rem;
}
@media screen and (max-width: 767.98px) {
  .footer-history__tabs {
    gap: 5rem;
    margin-left: 0;
    justify-content: center;
  }
}
.footer-history__tab {
  padding: 9rem 20rem;
  border-radius: 10rem 10rem 0 0;
  background: #000;
  color: #fff;
  font-size: 16rem;
  font-weight: 400;
  cursor: pointer;
  border: none;
  transition: color 0.3s;
}
@media screen and (max-width: 767.98px) {
  .footer-history__tab {
    font-size: 14rem;
    text-align: center;
    width: 37%;
  }
}
.footer-history.is-open .footer-history__tab.is-active {
  /*color: #00b3ff;*/
  background: #0042ba;
}

/* コンテンツ本体 */
.footer-history__contents {
  background: #fff;
  border: 1rem solid #000;
  border-bottom: none;
  border-radius: 80rem 80rem 0 0;
  padding: 45rem 60rem;
}
@media screen and (max-width: 767.98px) {
  .footer-history__contents {
    border-radius: 30rem 30rem 0 0;
    padding: 30rem;
  }
}
.footer-history__list {
  display: flex !important;
  /* gap: 20rem; */
  /* overflow-x: auto; */
  padding-right: 40rem;
  transition: all 0.3s ease;
}
.footer-history__list::-webkit-scrollbar { display: none; }

.footer-history__item {
  /* flex: 0 0 auto; */
  max-width: 218rem;
  position: relative;
  transition: transform 0.3s ease;
}
.footer-history__close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  width: 16rem;
  height: 16rem;
  /* background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 14M14 2L2 14' stroke='%23000' stroke-width='2'/%3E%3C/svg%3E") no-repeat center / contain; */
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L14 14M14 2L2 14' stroke='%23fff' stroke-width='4' stroke-linecap='round'/%3E%3Cpath d='M2 2L14 14M14 2L2 14' stroke='%23000' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
  border: none;
  background-color: transparent;
  cursor: pointer;
  z-index: 99;
}

.p-footer-history__slider-image img {
  border-radius: 12rem;
  aspect-ratio: 219 / 143;
  width: 100%;
  object-fit: cover;
}
.p-footer-history__slider-title {
  margin-top: 8rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 17), 15px);
  text-align: center;
}
.p-footer-history__slider-text {
  margin-top: 3rem;
  font-weight: 500;
  font-size: clamp(10px, calc(100vw / 1400 * 13), 13px);
  text-align: center;
}
.footer-history__note {
  min-height: 100rem;
  padding-left: 50rem;
  display: flex;
  align-items: center;
  font-size: clamp(10px, calc(100vw / 1400 * 17), 17px);
}
@media screen and (max-width: 767.98px) {
  .footer-history__note {
    min-height: 60rem;
    padding-left: 30rem;
  }
  .footer-history__item {
    max-width: 100%;
  }
}

.footer-history__content.is-static {
  /* display: flex; */
  visibility: visible;
}
.footer-history__content.is-static .footer-history__list {
  gap: 20rem;
}
.footer-history__content.is-static .splide__arrow {
  display: none;
}

/* 矢印 */
.footer-history__contents .splide__arrow {
  top: 55rem;
  width: 37rem;
  height: 37rem;
  z-index: 2;
  transform: unset;
  background: none;
  opacity: 1;
}
@media screen and (max-width: 767.98px) {
  .footer-history__contents .splide__arrow {
    top: 9vw;
    width: 7.4666666667vw;
    height: 7.4666666667vw;
  }
}

.footer-history__contents .splide__arrow--prev {
  left: -21rem;
  background: url(../images/common/slider_arrow.webp) no-repeat center/contain;
}
.footer-history__contents .splide__arrow--prev:hover {
  background: url(../images/common/slider_arrow-hover.webp) no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .footer-history__contents .splide__arrow--prev {
    left: -3.7333333333vw;
  }
}

.footer-history__contents .splide__arrow--next {
  right: -21rem;
  background: url(../images/common/slider_arrow.webp) no-repeat center/contain;
  transform: scaleX(-1);
}
.footer-history__contents .splide__arrow--next:hover {
  background: url(../images/common/slider_arrow-hover.webp) no-repeat center/contain;
}
@media screen and (max-width: 767.98px) {
  .footer-history__contents .splide__arrow--next {
    right: -3.7333333333vw;
  }
}

.footer-history__contents .splide__arrow svg {
  display: none;
}

/* 画像用マスクのベース */
.p-top-fv__block figure {
  overflow: hidden;
}

.p-top-fv__block figure::before {
  content: "";
  position: absolute;
  /* inset: 0; */
  inset: 0 0 0 -10px;
  width: 108%;
  height: 108%;
  background-color: #f0f2f9;
  /* transform: translateX(0); */
  opacity: 1;
  transform: translate3d(0, 0, 0); /* 全面覆い */
  will-change: transform;
}

/* これが付いたらアニメ開始 */
.p-top-fv__block figure.is-animated::before {
  /* animation: fvImageMask 1.2s ease-out forwards; */
  /* animation: fvImageMask 1.6s cubic-bezier(0.22, 0.5, 0.9, 1) forwards; */
  animation: fvImageMask 1.4s cubic-bezier(0.30, 0.70, 0.95, 1) forwards;
}

.p-top-fv__block figure.js-fv-mask img {
  opacity: 0;
}
.p-top-fv__block figure.js-fv-mask.is-animated img {
  opacity: 1;
}

.p-top-fv__block figure.js-fv-mask--slow.is-animated::before {
  animation-duration: 3s;
}

.p-top-fv__block figure.js-fv-mask--delay0.is-animated::before {
  animation-delay: 0s;
}

.p-top-fv__block figure.js-fv-mask--delay1.is-animated::before {
  animation-delay: 0.3s;
}

.p-top-fv__block figure.js-fv-mask--delay2.is-animated::before {
  animation-delay: 1.2s;
}

.p-top-fv__block figure.js-fv-mask--delay3.is-animated::before {
  animation-delay: 1.8s;
}

.p-top-fv__block figure.js-fv-mask--delay4.is-animated::before {
  animation-delay: 2.2s;
}

.p-top-fv__block {
  flex-shrink: 0;
}

/* @keyframes fvImageMask {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(101%);
  }
} */
@keyframes fvImageMask {
  0% {
    /* opacity: 1; */
    transform: translate3d(0, 0, 0);   /* 画像をしっかり覆う */
  }
  100% {
    /* opacity: 0; */
    transform: translate3d(110%, 0, 0); /* 右の外まで抜けてそのまま透明 */
  }
}

.p-top-fv__slide {
  display: flex;
  will-change: transform;
}


