@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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;
  font-weight: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@-webkit-keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(24px);
            transform: translateY(24px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #1e1e33;
  background-color: #ffffff;
  -webkit-font-feature-settings: "halt" on;
          font-feature-settings: "halt" on;
}
@media screen and (min-width: 980px) {
  body {
    font-size: 1rem;
  }
}
body.is-fixed {
  overflow: hidden;
}

a[href^="tel:"] {
  cursor: default;
}

.l-inner {
  padding-inline: clamp(1rem, 5.3333333333vw, 3.75rem);
  margin-inline: auto;
}
@media screen and (min-width: 1140px) {
  .l-inner {
    padding-inline: min(6.9444444444vw, 100px);
    max-width: 1340px;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 3.75rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), color-stop(38.46%, rgba(0, 0, 0, 0.12)), color-stop(57.69%, rgba(0, 0, 0, 0.08)), color-stop(68.75%, rgba(0, 0, 0, 0.06)), color-stop(74.04%, rgba(0, 0, 0, 0.05)), color-stop(81.25%, rgba(0, 0, 0, 0.04)), color-stop(88.94%, rgba(0, 0, 0, 0.02)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.12) 38.46%, rgba(0, 0, 0, 0.08) 57.69%, rgba(0, 0, 0, 0.06) 68.75%, rgba(0, 0, 0, 0.05) 74.04%, rgba(0, 0, 0, 0.04) 81.25%, rgba(0, 0, 0, 0.02) 88.94%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 980px) {
  .l-header {
    height: 5rem;
  }
}
.l-header.is-white {
  background: #ffffff;
}

.l-header__inner {
  margin-inline: auto;
  padding-inline: 1.25rem 1.25rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1140px) {
  .l-header__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .l-header__inner {
    padding-inline: 3.75rem;
  }
}

@media screen and (min-width: 980px) {
  .l-header__logo img {
    width: 8.375rem;
    height: 4.375rem;
  }
}

.l-header__visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.l-header__nav {
  display: none;
}
@media screen and (min-width: 980px) {
  .l-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}

.l-header__item a {
  font-size: 1rem;
  font-weight: 500;
  padding-block: 0.625rem;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  color: #ffffff;
}
.l-header__item a::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0.3125rem;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header__item a:focus-visible::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media (hover: none) {
  .l-header__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item a:active::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header__item.is-black a {
  color: #1e1e33;
}
.l-header__item.is-black a::before {
  background: #1e1e33;
}
.l-header__item.is-black a::after {
  background: #1e1e33;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item.is-black a:hover {
    color: #2e3192;
  }
  .l-header__item.is-black a:hover::before {
    background: #2e3192;
  }
  .l-header__item.is-black a:hover::after {
    background: #2e3192;
  }
}
.l-header__item.is-black a:focus-visible {
  color: #2e3192;
}
.l-header__item.is-black a:focus-visible::before {
  background: #2e3192;
}
.l-header__item.is-black a:focus-visible::after {
  background: #2e3192;
}
@media (hover: none) {
  .l-header__item.is-black a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item.is-black a:active {
    color: #2e3192;
  }
  .l-header__item.is-black a:active::before {
    background: #2e3192;
  }
  .l-header__item.is-black a:active::after {
    background: #2e3192;
  }
}
.l-header__item.is-black .sub-menu {
  background: #ffffff;
}

.l-header__item--has-child {
  position: relative;
  cursor: pointer;
}
.l-header__item--has-child a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__item--has-child a::before {
  content: none;
}
.l-header__item--has-child a::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.4375rem;
  margin-top: 0.125rem;
  background: #ffffff;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%201L6%206L1%201%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212%22%20height%3D%227%22%20viewBox%3D%220%200%2012%207%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M11%201L6%206L1%201%22%20stroke%3D%22white%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item--has-child:hover a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .l-header__item--has-child:hover .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__item--has-child:hover .sub-menu .l-header__item a {
    color: #ffffff;
  }
}
.l-header__item--has-child:focus-visible a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header__item--has-child:focus-visible .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__item--has-child:focus-visible .sub-menu .l-header__item a {
  color: #ffffff;
}
@media (hover: none) {
  .l-header__item--has-child {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item--has-child:active a::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .l-header__item--has-child:active .sub-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__item--has-child:active .sub-menu .l-header__item a {
    color: #ffffff;
  }
}
.l-header__item--has-child .sub-menu {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 16.25rem;
  padding: 1.25rem;
  position: absolute;
  top: 100%;
  left: -1.25rem;
  background: rgba(30, 30, 51, 0.1921568627);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.l-header__item--has-child .sub-menu .l-header__item a::after {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item--has-child .sub-menu .l-header__item a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header__item--has-child .sub-menu .l-header__item a:focus-visible::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media (hover: none) {
  .l-header__item--has-child .sub-menu .l-header__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item--has-child .sub-menu .l-header__item a:active::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.l-header__item--has-child .sub-menu .l-header__item.is-black a {
  color: #1e1e33;
}
.l-header__item--has-child .sub-menu .l-header__item.is-black a::before {
  background: #1e1e33;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item--has-child .sub-menu .l-header__item.is-black a:hover {
    color: #2e3192;
  }
  .l-header__item--has-child .sub-menu .l-header__item.is-black a:hover::before {
    background: #2e3192;
  }
}
.l-header__item--has-child .sub-menu .l-header__item.is-black a:focus-visible {
  color: #2e3192;
}
.l-header__item--has-child .sub-menu .l-header__item.is-black a:focus-visible::before {
  background: #2e3192;
}
@media (hover: none) {
  .l-header__item--has-child .sub-menu .l-header__item.is-black a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item--has-child .sub-menu .l-header__item.is-black a:active {
    color: #2e3192;
  }
  .l-header__item--has-child .sub-menu .l-header__item.is-black a:active::before {
    background: #2e3192;
  }
}

.l-header__item--has-child.is-open a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-header__item--has-child.is-open .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-header__item--has-child.is-open .sub-menu .l-header__item a {
  color: #ffffff;
}
.l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a {
  color: #1e1e33;
}
.l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a::before {
  background: #1e1e33;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a:hover {
    color: #2e3192;
  }
  .l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a:hover::before {
    background: #2e3192;
  }
}
.l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a:focus-visible {
  color: #2e3192;
}
.l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a:focus-visible::before {
  background: #2e3192;
}
@media (hover: none) {
  .l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a:active {
    color: #2e3192;
  }
  .l-header__item--has-child.is-open .sub-menu .l-header__item.is-black a:active::before {
    background: #2e3192;
  }
}

.l-header .sub-menu .l-header__item a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-header .sub-menu .l-header__item a::before {
  content: "";
  background: #ffffff;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0.3125rem;
  margin: auto;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media screen and (min-width: 980px) {
  .l-header__hamburger {
    display: none;
  }
}

.l-drawer {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: 0;
  background: #1e1e33;
  z-index: 50;
  padding-block: 6.25rem 2.5rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.l-drawer.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.l-drawer__nav {
  max-width: 17.5rem;
  margin-inline: auto;
}

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

.l-drawer__item {
  width: 100%;
}
.l-drawer__item a {
  width: 100%;
  padding-inline: 0.5rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}
.l-drawer__item a::after {
  content: "";
  background: url("../img/common/icon-navArrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .l-drawer__item a:hover::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}
.l-drawer__item a:focus-visible::after {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
@media (hover: none) {
  .l-drawer__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .l-drawer__item a:active::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.l-drawer__item--has-child a::after {
  content: "";
  background-image: url("../img/common/icon-navToggle.svg");
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-drawer__item--has-child.is-open a {
  border-bottom: none;
}
.l-drawer__item--has-child.is-open a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.l-drawer__item--has-child.is-open .sub-menu {
  max-height: 500px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.25rem;
}

.l-drawer .sub-menu {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-drawer .sub-menu .l-drawer__item a {
  padding-block: 1rem;
  border-bottom: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  gap: 0.375rem;
}
.l-drawer .sub-menu .l-drawer__item a::before {
  content: "";
  background: #662d91;
  width: 0.5rem;
  height: 0.125rem;
}
.l-drawer .sub-menu .l-drawer__item a::after {
  content: none;
}

.l-drawer__item + .c-btn {
  margin-top: 2rem;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.l-drawer__item + .c-btn a {
  border-bottom: none;
}

.l-section {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
.l-section--narrow {
  padding-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .l-section {
    padding-top: clamp(5rem, 8.3333333333vw, 7.5rem);
    padding-bottom: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
}

.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 8.75rem;
  background: #2e3192;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn:hover {
    background: #ffffff;
    border: 2px solid #2e3192;
  }
}
.c-btn:focus-visible {
  background: #ffffff;
  border: 2px solid #2e3192;
}
.c-btn a {
  color: #ffffff;
  font-weight: 500;
  display: block;
  padding: 0.75rem 1.5rem;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn a:hover {
    color: #2e3192;
  }
}
.c-btn a:focus-visible {
  color: #2e3192;
}

.l-header__item + .c-btn a::before {
  content: none;
}
.l-header__item.is-black + .c-btn a {
  color: #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .l-header__item.is-black + .c-btn a:hover {
    color: #2e3192;
  }
}
.l-header__item.is-black + .c-btn a:focus-visible {
  color: #2e3192;
}

.c-btn-hamburger {
  width: 1.75rem;
  height: 1.3125rem;
  position: relative;
  z-index: 50;
}
.c-btn-hamburger.is-checked .c-btn-hamburger__bar:nth-of-type(1) {
  top: 10px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.c-btn-hamburger.is-checked .c-btn-hamburger__bar:nth-of-type(2) {
  display: none;
}
.c-btn-hamburger.is-checked .c-btn-hamburger__bar:nth-of-type(3) {
  top: 10px;
  width: 1.75rem;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.c-btn-hamburger__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 1.75rem;
  height: 0.125rem;
  border-radius: 0.25rem;
  background: #ffffff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.c-btn-hamburger__bar:nth-of-type(2) {
  top: 0.5625rem;
}
.c-btn-hamburger__bar:nth-of-type(3) {
  top: 1.125rem;
  width: 0.875rem;
}

.l-header.is-white .c-btn-hamburger__bar {
  background: #2e3192;
}

.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
}

.p-cta__heading .c-section-heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-cta__heading .c-section-heading {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.c-section-heading__en {
  color: #662d91;
  font-family: "Inter", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .c-section-heading__en {
    font-size: clamp(2rem, 3.2653061224vw, 3rem);
  }
}
.c-section-heading__en--l {
  font-size: 3rem;
}
.c-section-heading__en--kerning {
  letter-spacing: 0.005em;
}

.c-section-heading__ja {
  color: #662d91;
  font-size: 0.875rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (min-width: 980px) {
  .c-section-heading__ja {
    font-size: 1rem;
  }
}
.c-section-heading__ja::before {
  content: "";
  background: #662d91;
  width: 0.5rem;
  height: 0.125rem;
}
.c-section-heading__ja--l {
  font-size: 1rem;
}

.c-section-heading--white .c-section-heading__en,
.c-section-heading--white .c-section-heading__ja {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.c-section-heading--white .c-section-heading__ja::before {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.c-btn-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-more:hover .c-btn-more__icon {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
    background: #662d91;
  }
  .c-btn-more:hover .c-btn-more__icon::after {
    background: #ffffff;
  }
}
.c-btn-more:focus-visible .c-btn-more__icon {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
  background: #662d91;
}
.c-btn-more:focus-visible .c-btn-more__icon::after {
  background: #ffffff;
}
@media (hover: none) {
  .c-btn-more:active .c-btn-more__icon {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
    background: #662d91;
  }
  .c-btn-more:active .c-btn-more__icon::after {
    background: #ffffff;
  }
}

.c-btn-more__text {
  color: #662d91;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .c-btn-more__text {
    font-size: 1.125rem;
  }
}

.c-btn-more__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #662d91;
  background: #ffffff;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-more__icon::after {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #662d91;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M0 4.36869V5.63131H7.57576L4.10354 9.10354L5 10L10 5L5 0L4.10354 0.896465L7.57576 4.36869H0Z' fill='%23662D91'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10' fill='none'%3E%3Cpath d='M0 4.36869V5.63131H7.57576L4.10354 9.10354L5 10L10 5L5 0L4.10354 0.896465L7.57576 4.36869H0Z' fill='%23662D91'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 980px) {
  .c-btn-more__icon {
    width: 3rem;
    height: 3rem;
  }
  .c-btn-more__icon::after {
    width: 1rem;
    height: 1rem;
  }
}

.c-btn-more--white .c-btn-more__text {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.c-btn-more--white .c-btn-more__icon {
  border: 2px solid #ffffff;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-more--white:hover .c-btn-more__icon {
    border: 2px solid #662d91;
  }
}
.c-btn-more--white:focus-visible .c-btn-more__icon {
  border: 2px solid #662d91;
}
@media (hover: none) {
  .c-btn-more--white:active .c-btn-more__icon {
    border: 2px solid #662d91;
  }
}

.c-animation-fadeUp.is-in-view {
  -webkit-animation: fadeUp 1s 1;
          animation: fadeUp 1s 1;
}

.c-breadcrumb__inner {
  padding-inline: 1.25rem;
  padding-block: 0.625rem;
}
@media screen and (min-width: 1140px) {
  .c-breadcrumb__inner {
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .c-breadcrumb__inner {
    padding-inline: 3.75rem;
  }
}
.c-breadcrumb__inner a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-breadcrumb__inner a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner a:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-breadcrumb__inner a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-breadcrumb__inner a:active {
    opacity: 0.7;
  }
}
.c-breadcrumb__inner .current-item {
  color: #6e6f81;
}

.c-media-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border: 1px solid #b8b9b9;
  background: #fdfdfe;
  max-width: 37.5rem;
}

.c-media-card__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (hover: hover) and (pointer: fine) {
  .c-media-card__link:hover .c-media-card__img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
.c-media-card__link:focus-visible .c-media-card__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-media-card__img {
  overflow: hidden;
}
.c-media-card__img img {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-media-card__body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 1rem;
  padding-block: 1.5rem 1rem;
}

.c-media-card__date {
  font-family: "Inter", sans-serif;
}

.c-media-card__title {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.1em;
}

.c-media-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #662d91;
  font-size: 0.875rem;
  margin-top: 1.5rem;
  margin-left: auto;
}
.c-media-card__text::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath d='M11.272 7.47266C11.272 7.27374 11.351 7.08298 11.4917 6.94233C11.6323 6.80167 11.8231 6.72266 12.022 6.72266H16.75C16.9489 6.72266 17.1397 6.80167 17.2803 6.94233C17.421 7.08298 17.5 7.27374 17.5 7.47266V12.2017C17.5 12.4006 17.421 12.5913 17.2803 12.732C17.1397 12.8726 16.9489 12.9517 16.75 12.9517C16.5511 12.9517 16.3603 12.8726 16.2197 12.732C16.079 12.5913 16 12.4006 16 12.2017V9.28266L10.78 14.5027C10.7108 14.5743 10.628 14.6314 10.5365 14.6706C10.445 14.7099 10.3465 14.7305 10.2469 14.7313C10.1474 14.7322 10.0486 14.7131 9.95646 14.6754C9.8643 14.6376 9.78059 14.5819 9.7102 14.5114C9.63982 14.441 9.58417 14.3572 9.5465 14.265C9.50883 14.1728 9.4899 14.0741 9.49081 13.9745C9.49173 13.8749 9.51246 13.7765 9.55181 13.685C9.59116 13.5935 9.64834 13.5108 9.72 13.4417L14.94 8.22266H12.022C11.8231 8.22266 11.6323 8.14364 11.4917 8.00299C11.351 7.86233 11.272 7.67157 11.272 7.47266ZM6.157 5.47266C6.36845 4.81878 6.78173 4.24875 7.33747 3.84448C7.8932 3.44022 8.56278 3.22251 9.25 3.22266H17.75C18.612 3.22266 19.4386 3.56507 20.0481 4.17456C20.6576 4.78405 21 5.6107 21 6.47266V15.0607C21.0002 15.7025 20.8104 16.3299 20.4544 16.864C20.0985 17.3981 19.5924 17.8148 19 18.0617V18.1977C19 19.2477 18.47 20.0427 17.691 20.5417C16.941 21.0217 15.974 21.2277 14.998 21.2217H14.996L10.919 21.2177H7C5.843 21.2177 4.836 20.8557 4.11 20.1727C3.383 19.4867 3 18.5327 3 17.4727V8.72266C3 7.85766 3.216 7.03966 3.734 6.42666C4.268 5.79366 5.044 5.47266 5.956 5.47266H6.157ZM6 6.97266H5.956C5.412 6.97266 5.085 7.15166 4.88 7.39366C4.66 7.65566 4.5 8.08766 4.5 8.72266V17.4727C4.5 18.1627 4.742 18.7067 5.14 19.0807C5.54 19.4577 6.157 19.7177 7 19.7177H10.92L15 19.7227H15.004C15.792 19.7267 16.449 19.5567 16.882 19.2787C17.254 19.0407 17.464 18.7287 17.496 18.3107H9.25C8.38805 18.3107 7.5614 17.9682 6.9519 17.3588C6.34241 16.7493 6 15.9226 6 15.0607V6.97266ZM9.25 4.72266C8.78587 4.72266 8.34075 4.90703 8.01256 5.23522C7.68437 5.56341 7.5 6.00853 7.5 6.47266V15.0607C7.5 16.0277 8.284 16.8107 9.25 16.8107H17.75C18.2141 16.8107 18.6592 16.6263 18.9874 16.2981C19.3156 15.9699 19.5 15.5248 19.5 15.0607V6.47266C19.5 6.00853 19.3156 5.56341 18.9874 5.23522C18.6592 4.90703 18.2141 4.72266 17.75 4.72266H9.25Z' fill='%23662D91'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.prev {
  margin-right: clamp(0.5rem, 2.1333333333vw, 1rem);
}

.next {
  margin-left: clamp(0.5rem, 2.1333333333vw, 1rem);
}

.page-numbers {
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  color: #b8b9b9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page-numbers.current {
  color: #662d91;
}
@media (hover: hover) and (pointer: fine) {
  .page-numbers:hover {
    color: #662d91;
  }
  .page-numbers:hover .c-pagination__prev,
  .page-numbers:hover .c-pagination__next {
    background: #662d91;
  }
}
.page-numbers:focus-visible {
  color: #662d91;
}
.page-numbers:focus-visible .c-pagination__prev,
.page-numbers:focus-visible .c-pagination__next {
  background: #662d91;
}
@media (hover: none) {
  .page-numbers {
    /* hoverが使えない端末 スマホ想定 */
  }
  .page-numbers:active {
    color: #662d91;
  }
  .page-numbers:active .c-pagination__prev,
  .page-numbers:active .c-pagination__next {
    background: #662d91;
  }
}

.c-pagination__prev,
.c-pagination__next {
  width: 1rem;
  height: 1rem;
  background: #b8b9b9;
}

.c-pagination__prev {
  -webkit-mask: url("../img/common/icon-prev.svg") center/contain no-repeat;
          mask: url("../img/common/icon-prev.svg") center/contain no-repeat;
}

.c-pagination__next {
  -webkit-mask: url("../img/common/icon-next.svg") center/contain no-repeat;
          mask: url("../img/common/icon-next.svg") center/contain no-repeat;
}

.c-category {
  display: grid;
  place-content: center;
  background: #d7d1f3;
}
.c-category--noLink {
  padding: 0.25rem 0.625rem;
  color: #662d91;
  font-size: 0.75rem;
  font-weight: 500;
}
.c-category a {
  padding: 0.25rem 0.625rem;
  color: #662d91;
  font-size: 0.75rem;
  font-weight: 500;
}

.c-date {
  color: #2F3034;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
}

.c-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  color: #662d91;
  padding-block: 0.25rem;
  border-bottom: 1px solid #662d91;
  font-size: clamp(0.875rem, 3.7333333333vw, 1rem);
  font-weight: 700;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.c-btn-link::after {
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../img/common/icon-externalLink.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-link:hover {
    opacity: 0.7;
  }
}
.c-btn-link:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .c-btn-link {
    /* hoverが使えない端末 スマホ想定 */
  }
  .c-btn-link:active {
    opacity: 0.7;
  }
}

.c-btn-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-back:hover .c-btn-back__icon {
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
    background: #662d91;
  }
  .c-btn-back:hover .c-btn-back__icon::before {
    background: #ffffff;
  }
}
.c-btn-back:focus-visible .c-btn-back__icon {
  -webkit-transform: translateX(-0.25rem);
          transform: translateX(-0.25rem);
  background: #662d91;
}
.c-btn-back:focus-visible .c-btn-back__icon::before {
  background: #ffffff;
}
@media (hover: none) {
  .c-btn-back:active .c-btn-back__icon {
    -webkit-transform: translateX(-0.25rem);
            transform: translateX(-0.25rem);
    background: #662d91;
  }
  .c-btn-back:active .c-btn-back__icon::before {
    background: #ffffff;
  }
}

.c-btn-back__text {
  color: #662d91;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 980px) {
  .c-btn-back__text {
    font-size: 1.125rem;
  }
}

.c-btn-back__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 2px solid #662d91;
  background: #ffffff;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-btn-back__icon::before {
  content: "";
  width: 0.625rem;
  height: 0.625rem;
  background: #662d91;
  -webkit-mask-image: url("../img/common/icon-prev.svg");
          mask-image: url("../img/common/icon-prev.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 980px) {
  .c-btn-back__icon {
    width: 3rem;
    height: 3rem;
  }
  .c-btn-back__icon::before {
    width: 1rem;
    height: 1rem;
  }
}

.c-news {
  border-bottom: 1px solid #b8b9b9;
}
.c-news:nth-child(1) {
  border-top: 1px solid #b8b9b9;
}

.c-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  padding-block: clamp(1.5rem, 6.4vw, 2rem);
}

.c-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.c-news__title {
  font-size: clamp(0.875rem, 3.7333333333vw, 1rem);
  font-weight: 500;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-btn-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 17.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 500;
  padding: 1.5rem 2.5rem;
  background: #2e3192;
  border-radius: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 980px) {
  .c-btn-l {
    width: 20rem;
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .c-btn-l {
    width: 23.75rem;
    font-size: 1.5rem;
  }
}
.c-btn-l::after {
  content: "";
  width: 1rem;
  height: 1rem;
  -webkit-mask-image: url("../img/common/icon-next.svg");
          mask-image: url("../img/common/icon-next.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-l:hover {
    background: #ffffff;
    border: 2px solid #2e3192;
    color: #2e3192;
  }
  .c-btn-l:hover::after {
    -webkit-transform: translateX(4px);
            transform: translateX(4px);
    background: #2e3192;
  }
}
.c-btn-l:focus-visible {
  background: #ffffff;
  border: 2px solid #2e3192;
  color: #2e3192;
}
.c-btn-l:focus-visible::after {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
  background: #2e3192;
}

.c-pageTop {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid #1e1e33;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
}
.c-pageTop::before {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url("../img/common/icon-top.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.c-animation-text .char {
  opacity: 0;
  display: inline-block;
  will-change: opacity, transform;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-strengths-item {
  padding-inline: clamp(1.25rem, 5.3333333333vw, 2rem);
  padding-block: 2rem;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0px 32px 0px 0px;
}
@media screen and (min-width: 600px) {
  .c-strengths-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 2rem;
    padding-inline: clamp(2rem, 5.5555555556vw, 5rem);
    padding-block: clamp(2rem, 5.5555555556vw, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .c-strengths-item {
    gap: clamp(2rem, 6.9444444444vw, 6.25rem);
  }
}
@media screen and (min-width: 980px) {
  .c-strengths-item {
    border-radius: 0px 60px 0px 0px;
  }
}

.c-strengths-item__icon {
  width: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-strengths-item__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .c-strengths-item__icon {
    width: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.c-strengths-item__body {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .c-strengths-item__body {
    margin-top: 0;
  }
}

.c-strengths-item__headingWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-strengths-item__headingWrap {
    gap: clamp(0.5rem, 1.1111111111vw, 1rem);
  }
}

.c-strengths-item__number {
  color: #662d91;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-strengths-item__number {
    font-size: clamp(1.375rem, 3.8888888889vw, 3.5rem);
  }
}

.c-strengths-item__heading {
  color: #662d91;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .c-strengths-item__heading {
    font-size: clamp(1rem, 1.6666666667vw, 1.5rem);
  }
}

.c-strengths-item__text {
  margin-top: 1rem;
  line-height: 2;
}

.c-pricing-table {
  border: 1px solid #b8b9b9;
  width: clamp(47.5rem, 202.6666666667vw, 56.25rem);
}
@media screen and (min-width: 768px) {
  .c-pricing-table {
    width: 100%;
  }
}

.c-pricing-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(2rem, 8.5333333333vw, 3.75rem);
  padding: 1rem;
  border-bottom: 1px solid #b8b9b9;
}
.c-pricing-table__row:last-child {
  border-bottom: none;
}
.c-pricing-table__row--top {
  background: #662d91;
}
.c-pricing-table__row--top .c-pricing-table__head {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
}
.c-pricing-table__row--main {
  background: #f6f6f8;
}
.c-pricing-table__row--main .c-pricing-table__head {
  color: #662d91;
  font-weight: 700;
}
.c-pricing-table__row--main .c-pricing-table__data {
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .c-pricing-table__row {
    padding: 1.5rem;
  }
  .c-pricing-table__row--top .c-pricing-table__head {
    font-size: 1.125rem;
  }
  .c-pricing-table__row--main .c-pricing-table__head {
    font-size: 1.125rem;
  }
}

.c-pricing-table__head {
  color: #1e1e33;
  font-size: 0.875rem;
  font-weight: 400;
  width: clamp(10rem, 42.6666666667vw, 12.5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 980px) {
  .c-pricing-table__head {
    font-size: 1rem;
    width: clamp(16.25rem, 22.9166666667vw, 20.625rem);
  }
}
.c-pricing-table__head--2ndRow {
  width: 6.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 980px) {
  .c-pricing-table__head--2ndRow {
    width: clamp(7.5rem, 9.7222222222vw, 8.75rem);
  }
}
.c-pricing-table__head--3ndRow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.c-pricing-table__data {
  color: #1e1e33;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (min-width: 980px) {
  .c-pricing-table__data {
    font-size: 1rem;
  }
}
.c-pricing-table__data--2ndRow {
  width: 6.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 980px) {
  .c-pricing-table__data--2ndRow {
    width: clamp(7.5rem, 9.7222222222vw, 8.75rem);
  }
}
.c-pricing-table__data--3ndRow {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.c-pricing-table--interpretation .c-pricing-table__head--2ndRow {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 980px) {
  .c-pricing-table--interpretation .c-pricing-table__head--2ndRow {
    width: clamp(12.5rem, 19.4444444444vw, 17.5rem);
  }
}
.c-pricing-table--interpretation .c-pricing-table__data--2ndRow {
  width: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 980px) {
  .c-pricing-table--interpretation .c-pricing-table__data--2ndRow {
    width: clamp(12.5rem, 19.4444444444vw, 17.5rem);
  }
}
.c-pricing-table--interpretation th {
  width: 10rem;
}
@media screen and (min-width: 980px) {
  .c-pricing-table--interpretation th {
    width: clamp(10rem, 19.4444444444vw, 17.5rem);
  }
}

.c-btn-submit {
  display: grid;
  place-content: center;
  text-align: center;
  width: 11.25rem;
  background-color: #662d91;
  border-radius: 50px;
  border: 2px solid #662d91;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 700;
  padding: 1rem 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-btn-submit {
    font-size: 1.125rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .c-btn-submit:hover {
    background: #ffffff;
    color: #662d91;
  }
}
.c-btn-submit:focus-visible {
  background: #ffffff;
  color: #662d91;
}
@media (hover: none) {
  .c-btn-submit {
    background: #ffffff;
    color: #662d91;
  }
}

.webp .p-fv::before {
  background-image: url("../img/top/fv-sp.webp");
}
@media screen and (min-width: 1140px) {
  .webp .p-fv::before {
    background-image: url("../img/top/fv.webp");
  }
}

.no-webp .p-fv::before {
  background-image: url("../img/top/fv-sp.jpg");
}
@media screen and (min-width: 1140px) {
  .no-webp .p-fv::before {
    background-image: url("../img/top/fv.jpg");
  }
}

.p-fv {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}
.p-fv::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-transition: none;
  transition: none;
}
.p-fv.is-unfixed::before {
  position: absolute;
}
.p-fv.is-unfixed .p-fv__heading-wrap {
  position: absolute;
  opacity: 0;
}

.p-fv__heading-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: fixed;
  bottom: 5.6971514243%;
  left: 5.3333333333%;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.p-fv__heading-wrap.is-faded {
  opacity: 0;
}

.p-fv__heading-en {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-size: clamp(4rem, 17.0666666667vw, 5rem);
  font-weight: 700;
  line-height: 1.1;
}
@media screen and (min-width: 980px) {
  .p-fv__heading-en {
    font-size: clamp(5rem, 8.1632653061vw, 6.25rem);
  }
}

.p-fv__heading-ja {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: clamp(1.25rem, 5.3333333333vw, 1.75rem);
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .p-fv__heading-ja {
    font-size: clamp(1.75rem, 2.8571428571vw, 2rem);
  }
}

.p-about {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  z-index: 1;
  background-color: rgba(30, 30, 51, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-about__inner {
  width: 100%;
}

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

.p-about__textAria {
  max-width: 30rem;
}

.p-about__text {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: 500;
  line-height: 3;
}

.p-about__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-service {
  z-index: 1;
  background: #f6f6f8;
}

.p-service__textAria {
  margin-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-service__textAria {
    margin-top: clamp(3.75rem, 6.1224489796vw, 5rem);
  }
}

.p-service__subHeading {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 980px) {
  .p-service__subHeading {
    font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  }
}

.p-service__text {
  margin-top: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .p-service__text {
    margin-top: 2rem;
  }
}

.p-service__contents {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-service__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-service__list {
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-service__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  padding-bottom: 1.875rem;
  position: relative;
}
.p-service__item::after {
  content: "";
  width: 100vw;
  height: calc(100% - 2.5rem);
  margin-inline: calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-radius: 0px 16px 0px 0px;
}
.p-service__item--right {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-service__item--right::after {
  border-radius: 16px 0px 0px 0px;
}
@media screen and (min-width: 768px) {
  .p-service__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2rem, 4.1666666667vw, 3.75rem);
    padding-bottom: 2.5rem;
  }
  .p-service__item::after {
    height: calc(100% - 1.875rem);
    border-radius: 0px 60px 0px 0px;
  }
  .p-service__item--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-service__item--right::after {
    border-radius: 60px 0px 0px 0px;
  }
}
@media screen and (min-width: 980px) {
  .p-service__item {
    padding-bottom: 3.75rem;
  }
  .p-service__item::after {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-service__item::after {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-service__item::after {
    max-width: 90rem;
    width: calc(100% + 6.25rem);
    margin-inline: auto;
  }
}

.p-service__img {
  width: clamp(18.75rem, 94.6666666667vw, 51.875rem);
  margin-left: calc(50% - 50vw);
  z-index: 1;
}
.p-service__img--right {
  margin-left: 0;
  margin-right: calc(50% - 50vw);
}
.p-service__img img {
  aspect-ratio: 830/590;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-service__img {
    width: clamp(22.1875rem, 57.6388888889vw, 51.875rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-service__img {
    margin-inline: -6.25rem auto;
  }
  .p-service__img--right {
    margin-inline: auto -6.25rem;
  }
}

.p-service__body {
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-service__body {
    margin-top: 3.75rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-service__body {
    margin-top: 5.625rem;
  }
}

.p-service__item-heading {
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .p-service__item-heading {
    font-size: clamp(1.375rem, 1.9444444444vw, 1.75rem);
  }
}

.p-service__item-text {
  line-height: 2;
  margin-top: 1.5rem;
}
@media screen and (min-width: 980px) {
  .p-service__item-text {
    margin-top: 2rem;
  }
}

.p-service__btn {
  margin-top: 2rem;
}
@media screen and (min-width: 980px) {
  .p-service__btn {
    margin-top: 2.5rem;
  }
}

.p-page-fv {
  width: 100vw;
  height: 16.625rem;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-page-fv {
    height: clamp(25rem, 34.7222222222vw, 31.25rem);
  }
}
.p-page-fv--media .p-page-fv__img img {
  -o-object-position: center right;
     object-position: center right;
}

.p-page-fv__img {
  width: 100%;
  height: 100%;
}
.p-page-fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-fv__headingWrap {
  position: absolute;
  left: 1.25rem;
  bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
}
@media screen and (min-width: 980px) {
  .p-page-fv__headingWrap {
    bottom: calc(50% - 5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-page-fv__headingWrap {
    left: 2.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-page-fv__headingWrap {
    left: 3.75rem;
  }
}

.p-page-fv__heading-en {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "Inter", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 980px) {
  .p-page-fv__heading-en {
    font-size: clamp(3rem, 4.4444444444vw, 4rem);
  }
}

.p-page-fv__heading-ja {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (min-width: 980px) {
  .p-page-fv__heading-ja {
    font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  }
}
.p-page-fv__heading-ja::before {
  content: "";
  background: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: 0.5rem;
  height: 0.125rem;
}

.p-page-media__contents {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-page-media__list {
  display: grid;
  row-gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 600px) {
  .p-page-media__list {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: clamp(2rem, 5.3333333333vw, 3rem);
       -moz-column-gap: clamp(2rem, 5.3333333333vw, 3rem);
            column-gap: clamp(2rem, 5.3333333333vw, 3rem);
    row-gap: clamp(2.5rem, 6.6666666667vw, 3.75rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-page-media__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 3.75rem;
  }
}

.p-page-media__pagination {
  margin-top: clamp(2.5rem, 10.6666666667vw, 6.25rem);
}

.p-media__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-media__btn--top {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-media__btn--top {
    display: block;
  }
}
.p-media__btn--bottom {
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-media__btn--bottom {
    display: none;
  }
}

.p-media__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-media__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-media__list {
  display: grid;
  row-gap: 2.5rem;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 600px) {
  .p-media__list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "main main" "sub1 sub2";
    -webkit-column-gap: clamp(1.5rem, 4vw, 2rem);
       -moz-column-gap: clamp(1.5rem, 4vw, 2rem);
            column-gap: clamp(1.5rem, 4vw, 2rem);
    row-gap: clamp(1.5rem, 4vw, 2rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-media__list {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 3.75rem;
    grid-template-areas: unset;
  }
}

@media screen and (min-width: 600px) {
  .p-media__item:nth-child(1) {
    grid-area: main;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: none;
  }
}
@media screen and (min-width: 1140px) {
  .p-media__item:nth-child(1) {
    grid-area: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 37.5rem;
  }
}

@media screen and (min-width: 600px) {
  .p-media__item:nth-child(2) {
    grid-area: sub1;
  }
}
@media screen and (min-width: 1140px) {
  .p-media__item:nth-child(2) {
    grid-area: unset;
  }
}

@media screen and (min-width: 600px) {
  .p-media__item:nth-child(3) {
    grid-area: sub2;
  }
}
@media screen and (min-width: 1140px) {
  .p-media__item:nth-child(3) {
    grid-area: unset;
  }
}

@media screen and (min-width: 600px) {
  .p-media__item:nth-child(1) .c-media-card__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1140px) {
  .p-media__item:nth-child(1) .c-media-card__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* 必要に応じて画像サイズも調整 */
@media screen and (min-width: 600px) {
  .p-media__item:nth-child(1) .c-media-card__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 55%;
            flex: 1 1 55%;
  }
  .p-media__item:nth-child(1) .c-media-card__img img {
    height: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .p-media__item:nth-child(1) .c-media-card__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }
  .p-media__item:nth-child(1) .c-media-card__img img {
    height: auto;
  }
}

@media screen and (min-width: 600px) {
  .p-media__item:nth-child(1) .c-media-card__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 45%;
            flex: 1 1 45%;
    min-width: 0;
    padding-inline: clamp(1rem, 2.6666666667vw, 2rem);
    padding-block: clamp(1rem, 2.6666666667vw, 2rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-media__item:nth-child(1) .c-media-card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding-inline: 1rem;
    padding-block: 1.5rem 1rem;
  }
}
@media screen and (min-width: 600px) {
  .p-media__item:nth-child(1) .c-media-card__body .c-media-card__text {
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 600px) {
  .p-media__item:nth-child(1) .c-media-card__body .c-media-card__text p {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 1140px) {
  .p-media__item:nth-child(1) .c-media-card__body .c-media-card__text {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 600px) {
  .p-media__item:nth-child(1) .c-media-card__body .c-media-card__text p {
    margin-bottom: 0;
  }
}

.p-single-prtimes {
  max-width: 50rem;
  margin-inline: auto;
}

.p-single-prtimes__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-single-prtimes__title {
  font-size: clamp(1.25rem, 5.3333333333vw, 1.75rem);
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1rem;
}

.p-single-prtimes__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 10.6666666667vw, 5rem);
  margin-top: clamp(2.5rem, 10.6666666667vw, 5rem);
}

.p-single-prtimes__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single-prtimes__text {
  font-size: clamp(0.875rem, 3.7333333333vw, 1rem);
  line-height: 1.7;
}

.p-single-prtimes__btn {
  margin-top: clamp(3.75rem, 16vw, 6.25rem);
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-single {
  max-width: 50rem;
  margin-inline: auto;
}

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

.p-single__title {
  font-size: clamp(1.25rem, 5.3333333333vw, 1.75rem);
  font-weight: 700;
  line-height: 1.7;
  margin-top: 1rem;
}

.p-single__thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 6.4vw, 2.5rem);
  margin-top: clamp(2.5rem, 10.6666666667vw, 5rem);
  line-height: 1.7;
}
.p-single__contents h1 {
  font-size: clamp(1.25rem, 5.3333333333vw, 1.75rem);
  font-weight: 700;
}
.p-single__contents h2 {
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 700;
}
.p-single__contents h3 {
  font-size: clamp(0.875rem, 3.7333333333vw, 1rem);
  font-weight: 700;
}
.p-single__contents p {
  font-size: clamp(0.875rem, 3.7333333333vw, 1rem);
}
.p-single__contents .wp-block-gallery {
  width: 88%;
  margin-inline: auto;
}
.p-single__contents .wp-block-gallery img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-single__btn {
  margin-top: clamp(3.75rem, 16vw, 6.25rem);
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-page-news__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-page-news__pagination {
  margin-top: clamp(2.5rem, 10.6666666667vw, 6.25rem);
}

.p-news {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 0;
}
.p-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(16.25rem, 69.3333333333vw, 25rem);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("../img/common/bg-plane-sp.jpg");
}
@media screen and (min-width: 600px) {
  .p-news {
    background-color: #f6f6f8;
    padding-bottom: 3.75rem;
  }
  .p-news::before {
    height: clamp(16.25rem, 37.7192982456vw, 26.875rem);
    background-image: url("../img/common/bg-plane.jpg");
  }
}
@media screen and (min-width: 980px) {
  .p-news {
    padding-bottom: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
}

.p-news__contents {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-inline: clamp(1rem, 5.3333333333vw, 3.75rem);
  border-radius: 0px 32px 0px 0px;
}
@media screen and (min-width: 600px) {
  .p-news__contents {
    width: 100%;
    margin-inline: 0;
    padding-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
    padding-bottom: clamp(3.75rem, 6.9444444444vw, 6.25rem);
    padding-inline: clamp(2rem, 5.5555555556vw, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-news__contents {
    border-radius: 0px 60px 0px 0px;
  }
}

.p-news__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-news__btn--top {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-news__btn--top {
    display: block;
  }
}
.p-news__btn--bottom {
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-news__btn--bottom {
    display: none;
  }
}

.p-news__list {
  margin-top: 2.5rem;
}
@media screen and (min-width: 600px) {
  .p-news__list {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.webp .p-cta {
  background-image: url("../img/common/bg-cta.webp");
}

.no-webp .p-cta {
  background-image: url("../img/common/bg-cta.jpg");
}

.p-cta {
  padding-block: 5rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-block: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
}

.p-cta__contents {
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__contents {
    max-width: none;
  }
}

.p-cta__heading {
  margin-inline: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-cta__heading .c-section-heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-cta__heading {
    margin-inline: 0 auto;
  }
}

.p-cta__bottom {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-cta__bottom {
    margin-top: clamp(3.75rem, 5.5555555556vw, 5rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-cta__text {
  color: #ffffff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 980px) {
  .p-cta__text {
    font-size: clamp(1.125rem, 1.3888888889vw, 1.25rem);
  }
}

.p-cta__br {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cta__br {
    display: block;
  }
}

.p-cta__btn {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-cta__btn {
    margin-top: 0;
    margin-inline: 0;
  }
}

.p-footer {
  background: #1e1e33;
  padding-block: 3.75rem 1.875rem;
  position: relative;
}
@media screen and (min-width: 980px) {
  .p-footer {
    padding-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
    padding-bottom: clamp(1.875rem, 4.1666666667vw, 3.75rem);
  }
}

.p-footer__contents {
  max-width: 25rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    max-width: none;
  }
}

.p-footer__logo {
  width: 7.5rem;
}
@media screen and (min-width: 980px) {
  .p-footer__logo {
    width: clamp(8.75rem, 13.8888888889vw, 12.5rem);
  }
}
.p-footer__logo img {
  aspect-ratio: 142/100;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__nav {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__nav {
    margin-top: clamp(2.5rem, 4.1666666667vw, 3.75rem);
  }
}

@media screen and (min-width: 768px) {
  .p-footer__list {
    display: grid;
    -webkit-column-gap: clamp(3.75rem, 7.8125vw, 5rem);
       -moz-column-gap: clamp(3.75rem, 7.8125vw, 5rem);
            column-gap: clamp(3.75rem, 7.8125vw, 5rem);
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "areaA areaD" "areaB areaE" "areaC areaF";
  }
}
@media screen and (min-width: 980px) {
  .p-footer__list {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 3.75rem 3.75rem 3.75rem;
    grid-template-areas: "areaA areaC areaD" "areaB areaC areaE" "areaB areaC areaF";
    padding-bottom: 7.5rem;
  }
}

.p-footer__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-footer__item {
    max-width: 17.5rem;
  }
  .p-footer__item:nth-child(1) {
    grid-area: areaA;
  }
  .p-footer__item:nth-child(2) {
    grid-area: areaB;
  }
  .p-footer__item:nth-child(3) {
    grid-area: areaC;
  }
  .p-footer__item:nth-child(4) {
    grid-area: areaD;
  }
  .p-footer__item:nth-child(5) {
    grid-area: areaE;
  }
  .p-footer__item:nth-child(6) {
    grid-area: areaF;
  }
}
.p-footer__item a {
  width: 100%;
  padding-inline: 0.5rem;
  padding-block: 1.25rem;
  border-bottom: 1px solid #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-footer__item a::after {
  content: "";
  background: url("../img/common/icon-navArrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__item a:hover {
    opacity: 0.7;
  }
  .p-footer__item a:hover::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}
.p-footer__item a:focus-visible {
  opacity: 0.7;
}
.p-footer__item a:focus-visible::after {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
@media (hover: none) {
  .p-footer__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .p-footer__item a:active::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.p-footer__item--has-child a {
  border-bottom: none;
}
.p-footer__item--has-child a::after {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer__item--has-child a:hover {
    opacity: 1;
  }
}
.p-footer__item--has-child a:focus-visible {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .p-footer__item--has-child a {
    border-bottom: 1px solid #ffffff;
  }
}

.p-footer .sub-menu {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-footer .sub-menu {
    border: none;
  }
}
.p-footer .sub-menu .p-footer__item a {
  padding-block: 1rem;
  border-bottom: none;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  gap: 0.375rem;
}
.p-footer .sub-menu .p-footer__item a::before {
  content: "";
  background: #662d91;
  width: 0.5rem;
  height: 0.125rem;
}
.p-footer .sub-menu .p-footer__item a::after {
  content: none;
}
@media (hover: hover) and (pointer: fine) {
  .p-footer .sub-menu .p-footer__item a:hover {
    opacity: 0.7;
  }
  .p-footer .sub-menu .p-footer__item a:hover::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}
.p-footer .sub-menu .p-footer__item a:focus-visible {
  opacity: 0.7;
}
.p-footer .sub-menu .p-footer__item a:focus-visible::after {
  -webkit-transform: translateX(0.25rem);
          transform: translateX(0.25rem);
}
@media (hover: none) {
  .p-footer .sub-menu .p-footer__item a {
    /* hoverが使えない端末 スマホ想定 */
  }
  .p-footer .sub-menu .p-footer__item a:active::after {
    -webkit-transform: translateX(0.25rem);
            transform: translateX(0.25rem);
  }
}

.p-footer__copy {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 980px) {
  .p-footer__copy {
    text-align: left;
  }
}

.p-footer__copy-text {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
}

.p-footer__pageTop {
  position: absolute;
  bottom: 3.75rem;
  right: clamp(1.25rem, 5.3333333333vw, 3.75rem);
}
@media screen and (min-width: 600px) {
  .p-footer__pageTop {
    bottom: clamp(1.25rem, 5.3333333333vw, 3.75rem);
  }
}
@media screen and (min-width: 980px) {
  .p-footer__pageTop {
    bottom: 2.5rem;
    right: 2.5rem;
  }
}

.p-page-about {
  position: relative;
  z-index: 1;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 980px) {
  .p-page-about {
    padding-bottom: clamp(1.25rem, 2.7777777778vw, 2.5rem);
  }
}
.p-page-about::after {
  content: "";
  width: clamp(21.875rem, 93.3333333333vw, 65rem);
  height: clamp(16.875rem, 72vw, 50.25rem);
  position: absolute;
  top: 2rem;
  right: 0.25rem;
  background: url("../img/about/bg-earth.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .p-page-about::after {
    top: 0;
    width: clamp(21.875rem, 72.2222222222vw, 65rem);
    height: clamp(16.875rem, 55.8333333333vw, 50.25rem);
  }
}

.p-page-about__lead {
  color: #662d91;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 600px) {
  .p-page-about__lead {
    font-size: clamp(1.375rem, 2.6388888889vw, 2.375rem);
  }
}

.p-page-about__text {
  font-size: 1rem;
  line-height: 2;
  margin-top: 2rem;
}
.p-page-about__text br {
  display: none;
}
@media screen and (min-width: 600px) {
  .p-page-about__text {
    font-size: clamp(1rem, 1.3888888889vw, 1.25rem);
  }
  .p-page-about__text br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .p-message__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-message__body {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-message__body {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-message__lead {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .p-message__lead {
    font-size: clamp(1.25rem, 1.6666666667vw, 1.5rem);
  }
}

.p-message__text {
  line-height: 2;
}

.p-message__signature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-left: auto;
  margin-top: 1rem;
}

.p-message__position {
  font-weight: 500;
  line-height: 1;
}

.p-message__name {
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-message__name {
    margin-right: 0.5rem;
  }
}
@media screen and (min-width: 980px) {
  .p-message__name {
    font-size: 1.25rem;
  }
}

.p-message__img {
  margin-top: 2.5rem;
  position: relative;
  z-index: 1;
}
.p-message__img img {
  aspect-ratio: 335/447;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-profile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

@media screen and (min-width: 768px) {
  .p-profile__contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-profile__heading {
  color: #662d91;
  font-weight: 700;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #662d91;
}

.p-profile__textArea {
  margin-top: 1rem;
}

.p-profile__text {
  line-height: 1.75;
}
.p-profile__text--year {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-profile__text--licence {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-profile__text--licence::before {
  content: "・";
  width: 0.875rem;
  height: 0.875rem;
}

.p-profile__textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.p-companyProfile {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 0;
}
.p-companyProfile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: clamp(16.25rem, 69.3333333333vw, 25rem);
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  z-index: 1;
  background-image: url("../img/common/bg-plane-sp.jpg");
}
@media screen and (min-width: 600px) {
  .p-companyProfile {
    background-color: #f6f6f8;
    padding-bottom: 3.75rem;
  }
  .p-companyProfile::before {
    height: clamp(16.25rem, 48.4210526316vw, 34.5rem);
    background-image: url("../img/common/bg-plane.jpg");
  }
}
@media screen and (min-width: 980px) {
  .p-companyProfile {
    padding-bottom: clamp(5rem, 8.3333333333vw, 7.5rem);
  }
}

.p-companyProfile__contents {
  width: 100vw;
  margin-inline: calc(50% - 50vw);
  position: relative;
  z-index: 2;
  background: #ffffff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  padding-inline: clamp(1rem, 5.3333333333vw, 3.75rem);
  border-radius: 0px 32px 0px 0px;
}
@media screen and (min-width: 600px) {
  .p-companyProfile__contents {
    width: 100%;
    margin-inline: 0;
    padding-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
    padding-bottom: clamp(3.75rem, 6.9444444444vw, 6.25rem);
    padding-inline: clamp(2rem, 5.5555555556vw, 5rem);
  }
}
@media screen and (min-width: 768px) {
  .p-companyProfile__contents {
    border-radius: 0px 60px 0px 0px;
  }
}

.p-companyProfile__table {
  margin-top: 2.5rem;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .p-companyProfile__table {
    margin-top: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-companyProfile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  padding-block: 1rem;
  padding-inline: 0.5rem;
  border-bottom: 1px solid #b8b9b9;
}
@media screen and (min-width: 600px) {
  .p-companyProfile__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}

.p-companyProfile__head {
  color: #662d91;
  font-size: 14px;
  font-weight: 700;
  width: clamp(11.25rem, 13.8888888889vw, 12.5rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-companyProfile__data {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .p-pageService-top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2.5rem, 5.5555555556vw, 5rem);
  }
}

.p-pageService-top__lead {
  color: #662d91;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .p-pageService-top__lead {
    font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  }
}

.p-pageService-top__text {
  margin-top: 1.5rem;
  line-height: 2;
}
@media screen and (min-width: 600px) {
  .p-pageService-top__text {
    margin-top: clamp(1.5rem, 2.2222222222vw, 2rem);
  }
}

.p-pageService-top__btn {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .p-pageService-top__btn {
    margin-top: clamp(3rem, 4.1666666667vw, 3.75rem);
  }
}

.p-pageService-top__title {
  font-size: clamp(0.875rem, 3.7333333333vw, 1rem);
  font-weight: 700;
}

.p-pageService-top__btnWrap {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}

.p-pageService-top__img {
  width: 100%;
  margin-top: 2.5rem;
}
.p-pageService-top__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-pageService-top__img {
    margin-top: 0;
    width: clamp(12.5rem, 31.9444444444vw, 28.75rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-pageService-top__img--type2 img {
  aspect-ratio: 460/345;
}

.p-story {
  background: #f6f6f8;
}

.p-story__contents {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-story__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-story__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-story__list {
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-story__item {
  position: relative;
  padding-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-story__item::after {
  content: "";
  width: 100vw;
  height: calc(100% - 1.5rem);
  margin-inline: calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-radius: 0px 16px 0px 0px;
}
.p-story__item--reverse::after {
  border-radius: 16px 0px 0px 0px;
}
.p-story__item--reverse .p-story__top {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (min-width: 600px) {
  .p-story__item {
    padding-bottom: 1.875rem;
  }
  .p-story__item::after {
    height: calc(100% - 1.875rem);
  }
}
@media screen and (min-width: 768px) {
  .p-story__item {
    gap: clamp(1rem, 1.6666666667vw, 1rem);
  }
  .p-story__item::after {
    height: calc(100% - 1.875rem);
    border-radius: 0px 60px 0px 0px;
  }
  .p-story__item--reverse::after {
    border-radius: 60px 0px 0px 0px;
  }
  .p-story__item--reverse .p-story__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 980px) {
  .p-story__item {
    padding-bottom: 2.5rem;
  }
  .p-story__item::after {
    height: calc(100% - 2.5rem);
  }
}
@media screen and (min-width: 1140px) {
  .p-story__item {
    padding-bottom: 3.75rem;
  }
  .p-story__item::after {
    height: calc(100% - 3.75rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-story__item::after {
    max-width: 90rem;
    width: calc(100% - 6.25rem);
    margin-inline: auto;
    right: 0;
  }
  .p-story__item--reverse::after {
    left: 0;
    margin-inline: 0;
  }
  .p-story__item--reverse .p-story__top {
    padding-left: 6.25rem;
    padding-right: 0;
  }
  .p-story__item--reverse .p-story__bottom {
    padding-left: 6.25rem;
    padding-right: 0;
  }
}

.p-story__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  .p-story__top {
    padding-right: 6.25rem;
  }
}

.p-story__imgTop {
  width: clamp(16.875rem, 72vw, 53rem);
}
.p-story__imgTop img {
  aspect-ratio: 848/490;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-story__titleWrap {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-story__titleWrap {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1440px) {
  .p-story__titleWrap {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

.p-story__number {
  color: #662d91;
  font-family: "Inter", sans-serif;
  font-size: clamp(1.375rem, 5.8666666667vw, 1.75rem);
  font-weight: 700;
  line-height: 0.8;
  padding-top: 0.1em;
}
@media screen and (min-width: 600px) {
  .p-story__number {
    font-size: clamp(1.75rem, 3.8888888889vw, 3.5rem);
  }
}

.p-story__title {
  color: #662d91;
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 700;
  line-height: 0.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 600px) {
  .p-story__title {
    font-size: clamp(1.25rem, 2.2222222222vw, 2rem);
  }
}

.p-story__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-story__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2rem, 3.75vw, 3.375rem);
  }
}
@media screen and (min-width: 1440px) {
  .p-story__bottom {
    padding-right: 6.25rem;
  }
}

.p-story__text {
  line-height: 1.5;
}

.p-story__imgBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-story__imgBottom img {
  width: calc(50% - 0.25rem);
  height: auto;
  aspect-ratio: 320/215;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-story__imgBottom {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    gap: clamp(0.5rem, 1.1111111111vw, 1rem);
  }
  .p-story__imgBottom img {
    width: clamp(12.5rem, 22.2222222222vw, 20rem);
  }
}

.p-strengths {
  background-image: url("../img/common/bg-plane-l.jpg");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.p-strengths__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-strengths__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-strengths__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-strengths__list {
    gap: clamp(3.75rem, 5.5555555556vw, 5rem);
  }
}

.p-pricing__contents {
  margin-top: 2.5rem;
  width: 100%;
  overflow-x: auto;
  padding-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-pricing__contents {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 980px) {
  .p-pricing__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}
.p-pricing__contents::-webkit-scrollbar {
  height: 0.5rem;
}
.p-pricing__contents::-webkit-scrollbar-track {
  background-color: #b8b9b9;
}
.p-pricing__contents::-webkit-scrollbar-thumb {
  background-color: #662d91;
}

.p-pricing__note {
  margin-top: 1rem;
  font-size: 0.75rem;
}
@media screen and (min-width: 980px) {
  .p-pricing__note {
    font-size: 0.875rem;
  }
}

.p-pr-case {
  background: #f6f6f8;
}

.p-pr-case__contents {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-pr-case__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-pr-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-pr-case__list {
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-pr-case__item {
  padding-bottom: 1.875rem;
  position: relative;
}
.p-pr-case__item::after {
  content: "";
  width: 100vw;
  height: calc(100% - 1.875rem);
  margin-inline: calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-radius: 0px 16px 0px 0px;
}
@media screen and (min-width: 600px) {
  .p-pr-case__item::after {
    border-radius: 0px 32px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-pr-case__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2rem;
    padding-block: clamp(2.5rem, 4.1666666667vw, 3.75rem);
  }
  .p-pr-case__item::after {
    border-radius: 0px 60px 0px 0px;
    height: 100%;
  }
}
@media screen and (min-width: 1440px) {
  .p-pr-case__item {
    padding-inline: 2.5rem;
  }
  .p-pr-case__item::after {
    max-width: 90rem;
    width: 100%;
    margin-inline: auto;
    right: 0;
  }
}

.p-pr-case__imgBox {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-pr-case__imgBox img {
  aspect-ratio: 540/313;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-pr-case__imgBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(22.5rem, 46.875vw, 33.75rem);
  }
}

.p-pr-case__imgWrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-pr-case__imgWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.5rem;
  }
  .p-pr-case__imgWrap img {
    aspect-ratio: 266/313;
    width: calc(50% - 0.25rem);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-pr-case__body {
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-pr-case__body {
    margin-top: 0;
  }
}
@media screen and (min-width: 1440px) {
  .p-pr-case__body {
    padding-inline: 1.5rem;
  }
}

.p-pr-case__bodyHeading {
  color: #662d91;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .p-pr-case__bodyHeading {
    font-size: clamp(1.125rem, 1.5277777778vw, 1.375rem);
  }
}

.p-pr-case__bodyClient {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .p-pr-case__bodyClient {
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    margin-top: clamp(1rem, 1.6666666667vw, 1.5rem);
  }
}

.p-pr-case__bodyContents {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 980px) {
  .p-pr-case__bodyContents {
    margin-top: clamp(2rem, 3.8888888889vw, 3.5rem);
    gap: clamp(1rem, 1.6666666667vw, 1.5rem);
  }
}

.p-pr-case__bodyHead {
  color: #662d91;
  font-weight: 700;
  line-height: 1.6;
}

.p-pr-case__bodyText {
  margin-top: 0.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .p-pr-case__bodyText {
    margin-top: clamp(0.375rem, 0.5555555556vw, 0.5rem);
  }
}

.p-pr-case__imgWrap-bottom {
  position: relative;
  z-index: 1;
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
}
.p-pr-case__imgWrap-bottom img {
  aspect-ratio: 164/110;
  width: calc(50% - 0.5rem);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-pr-case__imgWrap-bottom {
    display: none;
  }
}

.p-flow__contents {
  margin-top: 2.5rem;
}
@media screen and (min-width: 980px) {
  .p-flow__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-flow__item {
  padding-block: 2rem;
  padding-inline: 1rem;
  border-bottom: 1px solid #b8b9b9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
.p-flow__item:first-child {
  border-top: 1px solid #b8b9b9;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    gap: clamp(2rem, 2.7777777778vw, 2rem);
  }
}

.p-flow__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  position: relative;
  color: #662d91;
  font-family: "Inter", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  padding-top: 0.1875rem;
}
.p-flow__number::after {
  content: "";
  width: 0.0625rem;
  height: 5rem;
  background: #662d91;
}
@media screen and (min-width: 768px) {
  .p-flow__number {
    font-size: clamp(1.375rem, 3.8888888889vw, 3.5rem);
    padding-top: 0;
  }
}

.p-flow__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-flow__right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: clamp(2rem, 5.5555555556vw, 5rem);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.p-flow__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: clamp(1.125rem, 1.6666666667vw, 1.5rem);
  }
}

.p-flow__text {
  line-height: 1.5;
  margin-top: 0.5rem;
}

.p-flow__icon {
  width: 3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-flow__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-flow__icon {
    width: clamp(5rem, 8.3333333333vw, 7.5rem);
    padding-top: 1.5rem;
  }
}

.p-faq {
  background: #f6f6f8;
}

@media screen and (min-width: 768px) {
  .p-faq__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(3.75rem, 7.8125vw, 7.5rem);
  }
}

.p-faq__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__contents {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-faq__contents {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: clamp(1rem, 2.0833333333vw, 1.875rem);
  }
}

.p-faq__item {
  padding-block: 1.25rem;
  padding-inline: clamp(1rem, 4.2666666667vw, 1.25rem);
  background: #ffffff;
  border-radius: 0px 20px 0px 0px;
}
@media screen and (min-width: 768px) {
  .p-faq__item {
    padding-block: 1.5rem;
  }
}

.p-faq__questionWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 2.1333333333vw, 1rem);
  cursor: pointer;
  /* 矢印のアイコンを非表示にする */
  list-style: none;
  /* Safari で三角形のアイコンを非表示にする */
}
.p-faq__questionWrap::-webkit-details-marker {
  display: none;
}

.js-accordion.is-opened .p-faq__icon::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-faq__q {
  color: #662d91;
  font-size: 1.25rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: grid;
  place-content: center;
  background-color: #d7d1f3;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__question {
  font-weight: 500;
  line-height: 1.5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-faq__icon {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.p-faq__icon::before, .p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.125rem;
  height: 0.125rem;
  background: #b8b9b9;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}
.p-faq__icon::before {
  width: 0.125rem;
  height: 1.125rem;
}

.p-faq__answerWrap {
  margin-top: 1.5rem;
  padding-left: 2.5rem;
  padding-right: 1.625rem;
}

.p-faq__answer-text {
  line-height: 1.5;
}

.p-interpretation-case {
  background: #f6f6f8;
}

.p-interpretation-case__contents {
  margin-top: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-interpretation-case__contents {
    margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-interpretation-case__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2.5rem, 10.6666666667vw, 3.75rem);
}
@media screen and (min-width: 980px) {
  .p-interpretation-case__list {
    gap: clamp(3.75rem, 6.9444444444vw, 6.25rem);
  }
}

.p-interpretation-case__item {
  padding-bottom: 1.875rem;
  position: relative;
}
.p-interpretation-case__item::after {
  content: "";
  width: 100vw;
  height: calc(100% - 1.875rem);
  margin-inline: calc(50% - 50vw);
  position: absolute;
  bottom: 0;
  background: #ffffff;
  border-radius: 0px 16px 0px 0px;
}
@media screen and (min-width: 600px) {
  .p-interpretation-case__item::after {
    border-radius: 0px 32px 0px 0px;
  }
}
@media screen and (min-width: 768px) {
  .p-interpretation-case__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(2.5rem, 3.3333333333vw, 3rem);
    padding-block: 1.875rem;
  }
  .p-interpretation-case__item::after {
    height: 100%;
  }
}
@media screen and (min-width: 1140px) {
  .p-interpretation-case__item {
    padding-block: 0 1.875rem;
  }
  .p-interpretation-case__item::after {
    border-radius: 0px 60px 0px 0px;
    margin-inline: auto;
    max-width: 90rem;
    width: calc(100% - 3.75rem);
    height: calc(100% - 1.875rem);
    margin-inline: auto;
    right: 0;
  }
}

.p-interpretation-case__img {
  position: relative;
  z-index: 1;
  width: 100%;
}
.p-interpretation-case__img img {
  aspect-ratio: 540/405;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-interpretation-case__img {
    width: clamp(23.75rem, 37.5vw, 33.75rem);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-interpretation-case__body {
  margin-top: 1.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-interpretation-case__body {
    margin-top: 0;
  }
}
@media screen and (min-width: 1140px) {
  .p-interpretation-case__body {
    padding-right: clamp(2rem, 3.3333333333vw, 3rem);
    padding-top: 3rem;
  }
}

.p-interpretation-case__bodyHeading {
  color: #662d91;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .p-interpretation-case__bodyHeading {
    font-size: clamp(1.125rem, 1.5277777778vw, 1.375rem);
  }
}

.p-interpretation-case__bodyClient {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 980px) {
  .p-interpretation-case__bodyClient {
    font-size: clamp(1rem, 1.25vw, 1.125rem);
    margin-top: clamp(1rem, 1.6666666667vw, 1.5rem);
  }
}

.p-interpretation-case__bodyTextWrap {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 980px) {
  .p-interpretation-case__bodyTextWrap {
    gap: clamp(0.375rem, 0.5555555556vw, 0.5rem);
  }
}

.p-interpretation-case__bodyHead {
  color: #662d91;
  font-weight: 700;
  line-height: 1.6;
}

.p-interpretation-case__bodyText {
  line-height: 1.6;
}

.p-contact__contents {
  max-width: 37.5rem;
  margin-inline: auto;
}

.p-contact__message {
  line-height: 1.7;
}

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

.p-contact-thanks {
  max-width: 50rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact-thanks__heading {
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 500;
}
@media screen and (min-width: 980px) {
  .p-contact-thanks__heading {
    font-size: clamp(1.5rem, 1.9444444444vw, 1.75rem);
  }
}

.p-contact-thanks__message {
  margin-top: 2.5rem;
  line-height: 2;
}

.p-contact-thanks__btn {
  margin-top: clamp(3.75rem, 6.9444444444vw, 6.25rem);
}

.p-form__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 6.4vw, 2.5rem);
}

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

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

.p-form__label {
  font-weight: 700;
}

.p-form__input-text {
  padding: 1rem;
  border: 1px solid #b8b9b9;
  width: 100%;
  line-height: 1.5;
}
.p-form__input-text::-webkit-input-placeholder {
  color: #b8b9b9;
}
.p-form__input-text::-moz-placeholder {
  color: #b8b9b9;
}
.p-form__input-text:-ms-input-placeholder {
  color: #b8b9b9;
}
.p-form__input-text::-ms-input-placeholder {
  color: #b8b9b9;
}
.p-form__input-text::placeholder {
  color: #b8b9b9;
}

.p-form__radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 1rem;
}
.p-form__radio input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__radio input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-form__radio .wpcf7-list-item-label {
  padding-left: 1.75rem;
  position: relative;
}
.p-form__radio .wpcf7-list-item-label::before, .p-form__radio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}
.p-form__radio .wpcf7-list-item-label::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b8b9b9;
  left: 0;
}
.p-form__radio .wpcf7-list-item-label::after {
  width: 0.625rem;
  height: 0.625rem;
  background: #662d91;
  left: 7px;
  opacity: 0;
}

.p-form__input-text--textarea {
  height: 18.75rem;
  resize: vertical;
}

.p-form__privacy {
  margin-top: 2.5rem;
  text-align: center;
}
.p-form__privacy span {
  display: block;
}
.p-form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wpcf7-list-item {
  margin: 0;
}

.p-form__input-checkbox {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form__input-checkbox:checked + span::after {
  opacity: 1;
}
.p-form__input-checkbox + span {
  position: relative;
  padding-left: 2.125rem;
}
.p-form__input-checkbox + span::before, .p-form__input-checkbox + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form__input-checkbox + span::before {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #b8b9b9;
  left: 0;
}
.p-form__input-checkbox + span::after {
  width: 1rem;
  height: 0.75rem;
  background: url("../img/common/icon-check.svg") no-repeat center center/contain;
  left: 0.25rem;
  opacity: 0;
}
.p-form__input-checkbox + span a {
  text-decoration-line: underline;
  color: #662d91;
  font-weight: 500;
}

.p-form__btn {
  margin-top: 2.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

/*デフォルトのスタイルを無効化する*/
input[type=submit] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

span.wpcf7-spinner {
  display: none;
}

/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
  visibility: hidden;
}

.reCAPTCHA {
  margin-top: 2.5rem;
  text-align: center;
}
.reCAPTCHA a {
  text-decoration-line: underline;
}

.p-privacy__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-privacy__top {
  line-height: 2;
  padding-bottom: clamp(2rem, 8.5333333333vw, 3.75rem);
  border-bottom: 1px solid #662d91;
}

.p-privacy__list {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(2rem, 8.5333333333vw, 3rem);
}

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

.p-privacy__head {
  font-size: 1rem;
  font-weight: 700;
  color: #662d91;
}
@media screen and (min-width: 980px) {
  .p-privacy__head {
    font-size: 1.125rem;
  }
}

.p-privacy__text {
  line-height: 2;
}

.p-privacy__bottom {
  margin-top: clamp(2rem, 8.5333333333vw, 3.75rem);
  line-height: 2;
}

.p-privacy__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.p-404__contents {
  max-width: 50rem;
  margin-inline: auto;
}

.p-404__heading {
  font-size: clamp(1rem, 4.2666666667vw, 1.25rem);
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 980px) {
  .p-404__heading {
    font-size: clamp(1.375rem, 1.9444444444vw, 1.75rem);
  }
}

.p-404__text {
  line-height: 2;
  margin-top: 2.5rem;
}

.p-404__btn {
  margin-top: clamp(3.75rem, 16vw, 5rem);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

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

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

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

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

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

.u-hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .u-hover:hover {
    opacity: 0.7;
  }
}
.u-hover:focus-visible {
  opacity: 0.7;
}
@media (hover: none) {
  .u-hover {
    /* hoverが使えない端末 スマホ想定 */
  }
  .u-hover:active {
    opacity: 0.7;
  }
}

.u-inline-block {
  display: inline-block;
}