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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

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

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #000;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.5em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

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

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

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

.l-inner {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 1073px;
}
.l-inner--m {
  max-width: 1280px;
}
.l-inner--l {
  max-width: 1380px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

::-moz-placeholder {
  color: #CCCCCC;
}

::placeholder {
  color: #CCCCCC;
}

/* layout
-------------------------------------------------------*/
/**
 * input
 *
 */
input[type=text],
input[type=date],
input[type=password],
input[type=email],
input[type=time],
input[type=tel],
input[type=number] {
  position: relative;
  width: 100%;
  border: none;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  border-radius: 0px;
  padding: 14px 17px;
}

input[type=number] {
  -moz-appearance: textfield;
}

/**
 * textarea
 *
 */
textarea {
  position: relative;
  width: 100%;
  height: 227px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  border: none;
  border-radius: 0px;
  padding: 14px 17px;
}

input[type=text]:disabled {
  background: transparent;
  cursor: not-allowed;
}
input[type=text]:disabled::-moz-placeholder {
  color: #27425F;
  opacity: 1;
}
input[type=text]:disabled::placeholder {
  color: #27425F;
  opacity: 1;
}

/**
 * radio
 *
 */
input[type=radio] {
  display: none;
  vertical-align: middle;
}

/**
 * checkbox
 *
 */
input[type=checkbox].smf-checkbox-control__control {
  display: none;
  vertical-align: middle;
}

input[type=checkbox] + .smf-checkbox-control__label,
input[type=checkbox] + .checkbox-inner {
  position: relative;
  display: inline-block;
  padding: 0 0 0 25px;
  cursor: pointer;
}

input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px #ccc solid;
  border-radius: 3px;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .smf-checkbox-control__label::before,
input[type=checkbox] + .checkbox-inner::before {
    top: 1px;
  }
}

input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 4px;
  width: 12px;
  height: 9px;
  background: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  opacity: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  input[type=checkbox] + .smf-checkbox-control__label::after,
input[type=checkbox] + .checkbox-inner::after {
    top: 6px;
  }
}

input[type=checkbox]:checked + .smf-checkbox-control__label::after,
input[type=checkbox]:checked + .checkbox-inner::after {
  opacity: 1;
}

/**
 * select
 *
 */
.select-parts {
  position: relative;
  width: 100%;
  border: 1px #27425F solid;
  border-radius: 5px;
  overflow: hidden;
}
.select-parts::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 15px;
  height: 10px;
  margin-top: 2px;
  background: url(../img/contact/select_arrow.png) no-repeat top center/contain;
  pointer-events: none;
  z-index: 5;
}
.select-parts select {
  position: relative;
  width: 100%;
  height: 45px;
  padding: 0 20px 0 15px;
  background: #fbefe3;
  color: #7f7f7f;
  font-size: 2rem;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  text-align: center;
}

/**
 * snow-monkey-form
 *
 */
.snow-monkey-form p {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form p {
    font-size: 1.4rem;
  }
}
.snow-monkey-form p.l-form__text {
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.snow-monkey-form p.l-form__text + .wp-block-snow-monkey-forms-item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .snow-monkey-form p.l-form__text + .wp-block-snow-monkey-forms-item {
    margin-top: 40px;
  }
}
.snow-monkey-form p + .wp-block-snow-monkey-forms-item {
  margin-top: 30px;
}

.wp-block-snow-monkey-forms-item.smf-item {
  display: flex;
  align-items: center;
  gap: 20px 40px;
}
@media screen and (max-width: 1023px) {
  .wp-block-snow-monkey-forms-item.smf-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wp-block-snow-monkey-forms-item.smf-item.hidden-field {
  display: none;
}
.wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
  border-top: none;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item.smf-item + .wp-block-snow-monkey-forms-item.smf-item {
    margin-top: 32px;
  }
}
.wp-block-snow-monkey-forms-item.smf-item + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .wp-block-snow-monkey-forms-item.smf-item + * {
    margin-top: 40px;
  }
}

.smf-item__col--controls {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .smf-item__col--controls {
    width: 100%;
  }
}
.smf-item__label {
  min-width: 226px;
}
.smf-item__label label {
  display: block;
}
.smf-item__label__text {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4705882353;
}
@media screen and (max-width: 767px) {
  .smf-item__label__text {
    font-size: 1.4rem;
    gap: 15px;
  }
}
.smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
  padding: 14px 17px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  background-color: #EFEEEE;
  color: #222;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-textarea-control__control, .smf-item__controls .smf-text-control__control {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.smf-item__controls .smf-textarea-control__control {
  padding: 14px 17px;
  border-radius: 0px;
  box-shadow: none;
  border: none;
  background-color: #EFEEEE;
  color: #222;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-textarea-control__control {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.smf-item__controls .smf-select-control {
  width: 100%;
}
.smf-item__controls .smf-select-control__control {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #CCCCCC;
  padding: 17px 19px;
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #CCCCCC;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-select-control__control {
    padding-inline: 1.6rem;
  }
}
.smf-item__controls .smf-select-control__toggle::before {
  width: 12px;
  height: 10px;
  background-color: #27425F;
  border: none;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.smf-item__controls .smf-checkboxes-control__control {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .smf-item__controls .smf-checkboxes-control__control {
    font-size: 1.4rem;
  }
}
.smf-item__controls .smf-checkboxes-control__control .smf-label {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-right: 0 !important;
}
.smf-item__controls .smf-checkbox-control__control {
  margin-top: 0.3rem;
}
.smf-item__controls .smf-radio-buttons-control__control {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 3.6rem;
}
.smf-item__controls .smf-control-description {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #fff;
}
.smf-item.--required .smf-item__label__text::after {
  content: "必須";
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8461538462;
  color: #fff;
  background-color: #1A1A53;
  border-radius: 50px;
  text-align: center;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .smf-item.--required .smf-item__label__text::after {
    font-size: 1.2rem;
    line-height: 1.8333333333;
  }
}
.smf-item .smf-placeholder {
  position: relative;
}
.smf-item .smf-placeholder .smf-error-messages {
  white-space: nowrap;
}
.smf-item .smf-error-messages {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 2;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .smf-item .smf-error-messages {
    font-size: 1.4rem;
  }
}
.smf-item.--checkboxes {
  align-items: center;
}
@media screen and (max-width: 1023px) {
  .smf-item.--checkboxes {
    align-items: flex-start;
  }
}
.smf-item.--checkboxes .smf-item__label {
  padding-top: 0;
}
.smf-item.--content .smf-item__label {
  padding-top: 137px;
}
@media screen and (max-width: 1023px) {
  .smf-item.--content .smf-item__label {
    padding-top: 0;
  }
}

.smf-button-control {
  width: 523px;
  display: block;
  margin: 40px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .smf-button-control {
    width: 360px;
    margin-top: 10px;
  }
}
.smf-button-control::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .smf-button-control::after {
    display: none;
  }
}
.smf-button-control button[type=submit] {
  display: block;
  width: 100%;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #EA4E27 0%, #B932A5 100%);
  padding-block: 35px;
  border-radius: 100px;
  border: none;
  position: relative;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .smf-button-control button[type=submit] {
    font-size: 1.8rem;
    padding-block: 30px;
  }
}
.smf-button-control button[type=submit]:hover, .smf-button-control button[type=submit]:focus-visible {
  opacity: 0.7;
}

.smf-complete-content .p-contact-thanks__h2 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 {
    font-size: 2rem;
  }
}
.smf-complete-content .p-contact-thanks__h2 + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__h2 + * {
    margin-top: 30px;
  }
}
.smf-complete-content .p-contact-thanks__h2 span {
  display: inline-block;
}
.smf-complete-content .p-contact-thanks__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text {
    font-size: 1.4rem;
    text-align: left;
  }
}
.smf-complete-content .p-contact-thanks__text span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text span {
    display: initial;
  }
}
.smf-complete-content .p-contact-thanks__text + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__text + * {
    margin-top: 40px;
  }
}
.smf-complete-content .p-contact-thanks__btn {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__btn {
    max-width: 260px;
  }
}
.smf-complete-content .p-contact-thanks__btn .wp-block-button {
  width: 100%;
  padding: 2px;
  border-radius: 100px;
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
}
.smf-complete-content .p-contact-thanks__btn .wp-block-button__link {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #000;
  background-color: #fff;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .smf-complete-content .p-contact-thanks__btn .wp-block-button__link {
    font-size: 1.4rem;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 120px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 1023px) {
  .l-header {
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 69px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-inline: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .l-header__inner {
    padding-inline: 20px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  transition: 0.3s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-main {
  display: block;
  max-width: 160px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 146px;
  }
}
.l-header__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__container .p-header-nav {
    display: none;
  }
}
.l-header__container-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
.l-header__btn-wrap {
  display: flex;
  gap: 11px;
}
@media screen and (max-width: 1023px) {
  .l-header__btn-wrap {
    display: none;
  }
}
.l-header__btn {
  min-width: 160px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
  transition: opacity 0.25s;
  text-align: center;
}
.l-header__btn:hover, .l-header__btn:focus-visible {
  opacity: 0.7;
}
.l-header__btn.--orange {
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
}
.l-header__btn.--purple {
  background: linear-gradient(to right, #9B338C 0%, #30348C 100%);
}
.l-header__lang {
  display: flex;
  align-items: center;
  gap: 5px;
}
.l-header__lang-item.--current a {
  color: #fff;
  background-color: #EB5527;
}
.l-header__lang-item a {
  min-width: 40px;
  display: block;
  border-radius: 10px 0 10px 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1666666667;
  color: #444444;
  text-align: center;
  background-color: #F2F2F2;
  transition: 0.3s;
}
.l-header__lang-item a:hover, .l-header__lang-item a:focus-visible {
  color: #fff;
  background-color: #EB5527;
}

.p-header-nav__list {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.p-header-nav__item {
  position: relative;
  height: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  height: 100%;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 0 20px;
  transition: 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 1280px) {
  .p-header-nav__link {
    font-size: 1.5rem;
    padding-inline: 15px;
  }
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  opacity: 0.7;
}
.p-header-nav__item.has-child .p-header-nav__link {
  cursor: pointer;
}
.p-header-nav__item.has-child .p-header-nav__link:hover, .p-header-nav__item.has-child .p-header-nav__link:focus-visible {
  opacity: 1;
}
.p-header-nav__child-wrap {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  min-width: 195px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s;
  z-index: 40;
}
.p-header-nav__child-wrap.show {
  visibility: visible;
  opacity: 1;
}
.p-header-nav__child-wrap.hide {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s;
}
.p-header-nav__child {
  flex: 1;
  padding-top: 33px;
}
.p-header-nav__child:not(:first-child) {
  margin-left: 40px;
}
.p-header-nav__child-list {
  background-color: #fff;
  border-radius: 10px;
  padding-block: 20px;
}
.p-header-nav__child-item a {
  display: inline-block;
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.5;
  padding: 7px 30px;
  transition: all 0.25s;
}
@media screen and (max-width: 1400px) {
  .p-header-nav__child-item a {
    font-size: 1.4rem;
  }
}
.p-header-nav__child-item a:hover, .p-header-nav__child-item a:focus {
  opacity: 0.6;
}
.p-header-nav__icon path {
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #27425F;
}
.p-header-nav__item.current .l-header-nav__link::after {
  transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #27425F;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 48px;
    height: 48px;
    z-index: 50;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 28px;
  height: 22px;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(1)::before {
  background-color: #EB5527;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
  width: 23px;
}
.c-hamburger-btn__line:nth-of-type(2)::before {
  background-color: #D04978;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
  width: 19px;
}
.c-hamburger-btn__line:nth-of-type(3)::before {
  background-color: #84338C;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 0;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    min-height: auto;
    height: calc(100vh - 80px);
    overflow-y: auto;
    background-color: #fff;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    top: 69px;
    height: calc(100vh - 69px);
  }
}
.p-sub-nav__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 50px;
  z-index: 30;
}
.p-sub-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 5px;
  padding-inline: 26px;
}
.p-sub-nav__item {
  position: relative;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
}
.p-sub-nav__title {
  position: relative;
}
.p-sub-nav__link {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding: 15px 10px;
}
.p-sub-nav__item.has-child .p-sub-nav__link {
  position: relative;
}
.p-sub-nav__item.has-child .p-sub-nav__link::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 22px;
  height: 22px;
  background-image: url(../img/icon/icon_plus-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  transition: 0.25s;
}
.p-sub-nav__item.has-child .p-sub-nav__link.is-open::after {
  background-image: url(../img/icon/icon_minus-circle.svg);
}
.p-sub-nav__child {
  display: none;
  margin-top: -5px;
  padding-bottom: 10px;
}
.p-sub-nav__child-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #222;
  padding: 5px 10px;
}
.p-sub-nav__child-item a::before {
  content: "";
  display: block;
  aspect-ratio: 5/7;
  width: 5px;
  background: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
}
.p-sub-nav__btn-wrap {
  margin-top: 35px;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
}
.p-sub-nav__btn-text {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  border-left: 2px solid;
  padding-left: 13px;
}
.p-sub-nav__btn-text + * {
  margin-top: 20px;
}
.p-sub-nav__btn-item {
  width: calc(50% - 10px);
}
.p-sub-nav__btn-item.--orange .p-sub-nav__btn-text {
  border-left-color: #EC5527;
}
.p-sub-nav__btn-item.--purple .p-sub-nav__btn-text {
  border-left-color: #58348C;
}
.p-sub-nav__btn-link {
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 1px;
  border-radius: 100px;
  padding-block: 17px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.25s;
}
.p-sub-nav__btn-link::before, .p-sub-nav__btn-link::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100px;
  transition: all 0.25s;
  position: absolute;
  top: 1px;
  left: 1px;
}
.p-sub-nav__btn-link::before {
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}
.p-sub-nav__btn-link::after {
  z-index: 1;
}
.p-sub-nav__btn-link:hover.--orange, .p-sub-nav__btn-link:focus-visible.--orange {
  color: #EA4E27;
}
.p-sub-nav__btn-link:hover.--purple, .p-sub-nav__btn-link:focus-visible.--purple {
  color: #30348C;
}
.p-sub-nav__btn-link:hover::before, .p-sub-nav__btn-link:focus-visible::before {
  opacity: 1;
}
.p-sub-nav__btn-link:hover::after, .p-sub-nav__btn-link:focus-visible::after {
  opacity: 0;
}
.p-sub-nav__btn-link.--orange {
  background: linear-gradient(to right, #C94C5C 0%, #FF8309 100%);
}
.p-sub-nav__btn-link.--orange::after {
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
}
.p-sub-nav__btn-link.--purple {
  background: linear-gradient(to right, #74338C 0%, #9F22A3 100%);
}
.p-sub-nav__btn-link.--purple::after {
  background: linear-gradient(to right, #9B338C 0%, #30348C 100%);
}
.p-sub-nav__btn-link span {
  position: relative;
  display: block;
  z-index: 3;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
@media screen and (max-width: 1023px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #F5F5F5;
  border-radius: 60px 60px 0 0;
  padding: 100px 0 96px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 60px 0 40px;
  }
}
.l-footer__container {
  max-width: 1390px;
  padding-inline: 40px;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-footer__container {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
    max-width: 430px;
    padding-inline: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__container {
    max-width: 320px;
  }
}
.l-footer__logo {
  max-width: 180px;
}
.l-footer__logo a {
  transition: opacity 0.25s;
}
.l-footer__logo a:hover, .l-footer__logo a:focus-visible {
  opacity: 0.7;
}
.l-footer__address {
  margin-top: 28px;
}
.l-footer__address-item {
  font-size: 1.5rem;
}
@media screen and (max-width: 1280px) {
  .l-footer__address-item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__address-item {
    font-size: 1.3rem;
  }
}
.l-footer__address-item span {
  display: inline-block;
}
.l-footer__nav {
  flex: 1;
  max-width: 860px;
  display: flex;
  justify-content: flex-end;
  gap: 7.2115384615%;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav {
    max-width: 709px;
    gap: 2.34vw;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav {
    flex-direction: column;
    justify-content: flex-start;
    gap: 30px;
  }
}
.l-footer__nav-wrap {
  flex: 1;
  display: flex;
  gap: 10.4895104895%;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav-wrap {
    flex: none;
    gap: 2.34vw;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-column-gap: 25px;
    grid-row-gap: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list:nth-child(1) {
    grid-area: 1/1/2/2;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list:nth-child(2) {
    grid-area: 2/1/3/2;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-list:nth-child(3) {
    grid-area: 1/2/3/3;
  }
}
.l-footer__nav-item + .l-footer__nav-item {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item + .l-footer__nav-item {
    margin-top: 10px;
  }
}
.l-footer__nav-link {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  transition: opacity 0.25s;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav-link {
    font-size: 1.2rem;
    padding: 0 13px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-link {
    padding: 0;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.4rem;
  }
}
.l-footer__nav-link.--nolink:hover, .l-footer__nav-link.--nolink:focus-visible {
  opacity: 1;
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-child {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-child {
    margin-top: 6px;
  }
}
.l-footer__nav-child .l-footer__nav-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-child .l-footer__nav-item a {
    font-size: 1.3rem;
    line-height: 1.4;
  }
}
.l-footer__nav-child .l-footer__nav-item a::before {
  content: "";
  display: block;
  aspect-ratio: 5/7;
  width: 5px;
  background: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
}
.l-footer__nav-child .l-footer__nav-item a span {
  flex: 1;
}
.l-footer__nav-child .l-footer__nav-item + .l-footer__nav-item {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-child .l-footer__nav-item + .l-footer__nav-item {
    margin-top: 6px;
  }
}
.l-footer__nav-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-btns {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-btns {
    gap: 15px;
  }
}
.l-footer__nav-btn {
  min-width: 200px;
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  padding: 15px 20px;
  border-radius: 6px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  transition: opacity 0.25s;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav-btn {
    min-width: 170px;
    font-size: 1.2rem;
    padding: 15px 15px;
  }
}
@media screen and (max-width: 1023px) {
  .l-footer__nav-btn {
    width: 100%;
    max-width: 320px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-btn {
    line-height: 2;
    padding-block: 19px;
    padding-inline: 25px 27px;
  }
}
.l-footer__nav-btn:hover, .l-footer__nav-btn:focus-visible {
  opacity: 0.7;
}
.l-footer__nav-btn.--orange {
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
}
.l-footer__nav-btn.--purple {
  background: linear-gradient(to right, #9B338C 0%, #30348C 100%);
}
.l-footer__nav-btn::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 19px;
  background: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
}
.l-footer__nav-btn span {
  flex: 1;
}
.l-footer__copyright {
  color: #555555;
  font-size: 1rem;
  letter-spacing: 0.04em;
  text-align: right;
  margin-top: auto;
}
@media screen and (max-width: 1023px) {
  .l-footer__copyright {
    text-align: center;
    margin-top: 15px;
  }
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  padding-block: 130px 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-block: 60px;
  }
}
.l-cta::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% + 132px);
  border-radius: 60px 60px 0 0;
  background: linear-gradient(to bottom, #3E3E84 0%, #000026 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-cta::after {
    height: calc(100% + 116px);
    border-radius: 40px 40px 0 0;
  }
}
.l-cta .l-inner {
  position: relative;
  z-index: 1;
}
.l-cta__body.l-grid {
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .l-cta__body.l-grid {
    max-width: 600px;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .l-cta__body.l-grid {
    gap: 30px;
  }
}
.l-cta__link {
  display: block;
  padding-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-cta__link {
    padding-bottom: 30px;
  }
}
.l-cta__link::before, .l-cta__link::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 20px;
  transition: all 0.25s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.l-cta__link::before {
  opacity: 0;
  background-color: #fff;
  z-index: -2;
}
.l-cta__link::after {
  z-index: -1;
}
.l-cta__link:hover::before, .l-cta__link:focus-visible::before {
  opacity: 1;
}
.l-cta__link:hover::after, .l-cta__link:hover .l-cta__title::after, .l-cta__link:focus-visible::after, .l-cta__link:focus-visible .l-cta__title::after {
  opacity: 0;
}
.l-cta__link.--orange::after {
  background: linear-gradient(135deg, #EA4E27 0%, #F9A322 100%);
}
.l-cta__link.--orange:hover .l-cta__title, .l-cta__link.--orange:focus-visible .l-cta__title {
  color: #fff;
}
.l-cta__link.--orange:hover .l-cta__title-inner, .l-cta__link.--orange:focus-visible .l-cta__title-inner {
  background-color: #EA4E27;
}
.l-cta__link.--orange:hover .l-cta__lead, .l-cta__link.--orange:hover .l-cta__more, .l-cta__link.--orange:focus-visible .l-cta__lead, .l-cta__link.--orange:focus-visible .l-cta__more {
  color: #EA4E27;
}
.l-cta__link.--orange:hover .l-cta__more, .l-cta__link.--orange:focus-visible .l-cta__more {
  border-color: #EA4E27;
}
.l-cta__link.--orange .l-cta__title {
  color: #EA4E27;
}
.l-cta__link.--orange .l-cta__title::after {
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
}
.l-cta__link.--purple::after {
  background: linear-gradient(135deg, #30348C 0%, #9B338C 100%);
}
.l-cta__link.--purple:hover .l-cta__title, .l-cta__link.--purple:focus-visible .l-cta__title {
  color: #fff;
}
.l-cta__link.--purple:hover .l-cta__title-inner, .l-cta__link.--purple:focus-visible .l-cta__title-inner {
  background-color: #30348C;
}
.l-cta__link.--purple:hover .l-cta__lead, .l-cta__link.--purple:hover .l-cta__more, .l-cta__link.--purple:focus-visible .l-cta__lead, .l-cta__link.--purple:focus-visible .l-cta__more {
  color: #30348C;
}
.l-cta__link.--purple:hover .l-cta__more, .l-cta__link.--purple:focus-visible .l-cta__more {
  border-color: #30348C;
}
.l-cta__link.--purple .l-cta__title {
  color: #30348C;
}
.l-cta__link.--purple .l-cta__title::after {
  background: linear-gradient(to right, #30348C 0%, #9B338C 100%);
}
.l-cta__title, .l-cta__lead, .l-cta__more {
  position: relative;
  z-index: 3;
}
.l-cta__title {
  max-width: 254px;
  margin-inline: auto;
  padding: 2px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  transition: all 0.25s;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .l-cta__title {
    max-width: 182px;
    padding: 1px;
  }
}
.l-cta__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.l-cta__title-inner {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  padding-block: 15px;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
  transition: all 0.25s;
}
@media screen and (max-width: 1280px) {
  .l-cta__title-inner {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__title-inner {
    font-size: 1.6rem;
    padding-block: 10px;
  }
}
.l-cta__title span {
  position: relative;
  z-index: 1;
}
.l-cta__title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-cta__title + * {
    margin-top: 15px;
  }
}
.l-cta__lead, .l-cta__more {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  transition: all 0.25s;
}
.l-cta__lead {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .l-cta__lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__lead {
    font-size: 2rem;
  }
}
.l-cta__lead + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .l-cta__lead + * {
    margin-top: 15px;
  }
}
.l-cta__more {
  max-width: 300px;
  margin-inline: auto;
  font-size: 1.8rem;
  line-height: 1.5;
  border-radius: 100px;
  border: 2px solid #fff;
  padding-block: 18px;
}
@media screen and (max-width: 1280px) {
  .l-cta__more {
    font-size: 1.575rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__more {
    max-width: 220px;
    font-size: 1.5rem;
    line-height: 2;
    padding-block: 10px;
  }
}

/* -------------------------------------
        l-undermv
-----------------------------------------*/
.l-undermv {
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/common/undermv-bg.jpg) 50%/cover no-repeat;
  color: #fff;
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .l-undermv {
    height: 232px;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv {
    height: 164px;
  }
}
.l-undermv::before, .l-undermv::after {
  content: "";
  display: block;
  position: absolute;
}
.l-undermv::before {
  width: 820px;
  aspect-ratio: 820/331;
  background: url(../img/common/undermv-logo.svg) 50%/contain no-repeat;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1280px) {
  .l-undermv::before {
    width: 558px;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv::before {
    width: 239px;
    aspect-ratio: 239/153;
    background-image: url(../img/common/undermv-logo_sp.svg);
  }
}
.l-undermv::after {
  width: 100%;
  aspect-ratio: 1600/64;
  min-width: 1600px;
  background: url(../img/common/undermv-wave.svg) 50%/cover no-repeat;
  left: 50%;
  bottom: -1px;
  transform: translateX(-50%);
}
@media screen and (max-width: 992px) {
  .l-undermv::after {
    min-width: 1000px;
  }
}
@media screen and (max-width: 576px) {
  .l-undermv::after {
    aspect-ratio: 400/31;
    min-width: 400px;
    background-image: url(../img/common/undermv-wave_sp.svg);
  }
}
.l-undermv__inner {
  width: 100%;
  max-width: 1380px;
  padding-inline: 40px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-undermv__inner {
    padding-inline: 20px;
  }
}
.l-undermv__title {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .l-undermv__title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-undermv__title {
    font-size: 2.4rem;
  }
}
.l-undermv__title + * {
  margin-top: 20px;
}
.l-undermv__title-sub {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-undermv__title-sub {
    font-size: 1.4rem;
  }
}
.l-undermv__title-wrap + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .l-undermv__breadcrumbs {
    display: none;
  }
}
.l-undermv__breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}
@media screen and (max-width: 1280px) {
  .l-undermv__breadcrumbs ol {
    font-size: 1.2rem;
  }
}
.l-undermv__breadcrumbs li + li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.l-undermv__breadcrumbs li + li::before {
  content: "";
  display: block;
  aspect-ratio: 5/7;
  width: 8px;
  -webkit-mask: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
  background-color: #fff;
}
.l-undermv__breadcrumbs a {
  transition: 0.25s;
}
.l-undermv__breadcrumbs a:hover, .l-undermv__breadcrumbs a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 70px;
  padding-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.l-section--first {
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 100px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 120px;
  padding-bottom: 160px;
  overflow: clip;
}
@media screen and (max-width: 1023px) {
  .l-main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 69px;
    padding-bottom: 60px;
  }
}
.l-main--under {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-main--under {
    padding-bottom: 80px;
  }
}
.l-main--404 {
  padding-block: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-main--404 {
    padding-block: 18rem 16rem;
  }
}
.l-main--404 .error-h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-main--404 .error-h1 .en {
  font-size: 8.6rem;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.1981132075;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .en {
    font-size: 4.5rem;
    line-height: 1.4;
  }
}
.l-main--404 .error-h1 .jp {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.5652173913;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 .jp {
    font-size: 1.6rem;
    line-height: 1.3793103448;
  }
}
.l-main--404 .error-h1 + * {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-h1 + * {
    margin-top: 2.1rem;
  }
}
.l-main--404 .error-text {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .l-main--404 .error-text {
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.l-main--404 .error-text + * {
  margin-top: 4.5rem;
}
.l-main--404 .error-link .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1280px) {
  .l-grid {
    gap: 40px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        l-post
-----------------------------------------*/
.l-post-body--grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 90px;
}
@media screen and (max-width: 1023px) {
  .l-post-body--grid {
    flex-direction: column;
  }
}
.l-post-body--grid .l-post-content {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .l-post-body--grid .l-post-content {
    order: 1;
  }
}
.l-post-body--grid .l-post-side {
  width: 270px;
}
@media screen and (max-width: 1023px) {
  .l-post-body--grid .l-post-side {
    order: 10;
    width: 100%;
    padding-top: 80px;
  }
}
@media screen and (max-width: 1023px) {
  .l-post-body--grid .--order2 {
    order: 2;
  }
}
@media screen and (max-width: 1023px) {
  .l-post-body--grid .--order3 {
    order: 3;
  }
}
@media screen and (max-width: 1023px) {
  .l-post-body--grid .--order4 {
    order: 4;
  }
}
.l-post-body--w100 {
  width: 100%;
}

.l-post-content {
  flex: 1;
}

.l-post-list__item {
  border-top: 1px solid #435A6E;
}
.l-post-list__item:last-child {
  border-bottom: 1px solid #435A6E;
}
.l-post-list__link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 40px;
  padding-inline: 10px;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .l-post-list__link {
    flex-wrap: wrap;
    padding-block: 20px;
  }
}
.l-post-list__link:hover, .l-post-list__link:focus-visible {
  opacity: 0.7;
}
.l-post-list__date time {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.l-post-list__category {
  min-width: 150px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #27425F;
  text-align: center;
  background-color: #fff;
  padding-block: 3px;
}
.l-post-list__title {
  flex: 1;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-post-list__title {
    flex: auto;
    width: 100%;
    font-size: 1.4rem;
  }
}
.l-post-list + * {
  margin-top: 40px;
}

.l-post-single__h1 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .l-post-single__h1 {
    font-size: 1.8rem;
  }
}
.l-post-single__h1 + * {
  margin-top: 40px;
}
.l-post-single__info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.l-post-single__info + * {
  margin-top: 30px;
}
.l-post-single__date time {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.l-post-single__category {
  min-width: 150px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #27425F;
  text-align: center;
  background-color: #fff;
  padding-block: 3px;
}

.l-post-side__title {
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 14px;
  border-left: 1px solid #fff;
}
.l-post-side__title + * {
  margin-top: 15px;
}
.l-post-side__list + .l-post-side__title {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .l-post-side__list + .l-post-side__title {
    margin-top: 45px;
  }
}
.l-post-side__list-item + .l-post-side__list-item {
  margin-top: 5px;
}
.l-post-side__list-link {
  display: block;
  font-size: 1.4rem;
  transition: all 0.25s;
  padding-block: 5px;
}
.l-post-side__list-link:hover, .l-post-side__list-link:focus-visible {
  opacity: 0.8;
}

/* -------------------------------------
        l-single
-----------------------------------------*/
.l-single__h1 {
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .l-single__h1 {
    font-size: 2rem;
  }
}
.l-single__h1 + * {
  margin-top: 20px;
}
.l-single__info {
  display: flex;
  align-items: center;
  gap: 25px;
}
.l-single__info + * {
  margin-top: 50px;
}
.l-single__time {
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #7E7E7E;
}
.l-single__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  padding: 5px 20px;
  border-radius: 50px;
  background: linear-gradient(135deg, #30348C 0%, #9B338C 100%);
}
.l-single__thumbnail {
  aspect-ratio: 786/481;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-single__thumbnail {
    aspect-ratio: 360/220;
  }
}
.l-single__thumbnail + * {
  margin-top: 50px;
}
.l-single__content h2 {
  font-size: 2.4rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 {
    font-size: 2rem;
  }
}
.l-single__content h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #EB5527;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.l-single__content h3 {
  font-size: 2rem;
  border-left: 2px solid #1A1A53;
  padding-left: 12px;
}
@media screen and (max-width: 767px) {
  .l-single__content h3 {
    font-size: 1.6rem;
  }
}
.l-single__content h4 {
  font-size: 1.8rem;
  border-left: 3px solid #fff;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .l-single__content h4 {
    font-size: 1.6rem;
  }
}
.l-single__content h5,
.l-single__content h6 {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .l-single__content h5,
.l-single__content h6 {
    font-size: 1.5rem;
  }
}
.l-single__content h5 {
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #546E84;
}
.l-single__content h6 {
  background-color: #2B4E6C;
  padding: 0.8rem 1.2rem;
}
.l-single__content h2,
.l-single__content h3,
.l-single__content h4,
.l-single__content h5,
.l-single__content h6 {
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.l-single__content h2 + *,
.l-single__content h3 + *,
.l-single__content h4 + *,
.l-single__content h5 + *,
.l-single__content h6 + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-single__content h2 + *,
.l-single__content h3 + *,
.l-single__content h4 + *,
.l-single__content h5 + *,
.l-single__content h6 + * {
    margin-top: 30px;
  }
}
.l-single__content .has-large-font-size {
  font-size: 2em !important;
}
.l-single__content .has-medium-font-size {
  font-size: 1em !important;
}
.l-single__content .has-small-font-size {
  font-size: 0.8em !important;
}
.l-single__content .has-x-large-font-size {
  font-size: 2.5em !important;
}
.l-single__content p,
.l-single__content details {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-single__content p,
.l-single__content details {
    font-size: 1.4rem;
  }
}
.l-single__content p + *,
.l-single__content details + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-single__content p + *,
.l-single__content details + * {
    margin-top: 20px;
  }
}
.l-single__content p + p,
.l-single__content details + p {
  margin-top: 16px;
}
.l-single__content ol li,
.l-single__content ul li {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-single__content ol li,
.l-single__content ul li {
    font-size: 1.4rem;
  }
}
.l-single__content ol li + li,
.l-single__content ul li + li {
  margin-top: 10px;
}
.l-single__content ol + *,
.l-single__content ul + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-single__content ol + *,
.l-single__content ul + * {
    margin-top: 20px;
  }
}
.l-single__content ol {
  list-style-position: inside;
  list-style-type: decimal !important;
}
.l-single__content ol li {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.l-single__content ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .l-single__content ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.l-single__content ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}
.l-single__content details {
  padding: 20px 30px;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .l-single__content details {
    padding: 15px 20px;
  }
}
.l-single__content details summary {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .l-single__content details summary {
    font-size: 1.6rem;
  }
}
.l-single__content figure {
  margin-bottom: 0;
}
.l-single__content figure.wp-block-table + * {
  margin-top: 50px;
}
.l-single__content figure + * {
  margin-top: 30px;
}
.l-single__content figure + h2 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-single__content figure + h2 {
    margin-top: 60px;
  }
}
.l-single__content figure + h3, .l-single__content figure + h4, .l-single__content figure + h5, .l-single__content figure + h6 {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-single__content figure + h3, .l-single__content figure + h4, .l-single__content figure + h5, .l-single__content figure + h6 {
    margin-top: 60px;
  }
}
.l-single__content .wp-block-media-text__content {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .l-single__content .wp-block-media-text__content {
    margin-top: 16px;
    padding-inline: 4%;
  }
}
.l-single__content strong {
  font-weight: 700;
}
.l-single__content em {
  font-style: italic;
}
.l-single__content a {
  text-decoration: underline;
  transition: all 0.25s;
}
.l-single__content a:hover, .l-single__content a:focus {
  opacity: 0.7;
}
.l-single__content .wp-block-buttons a {
  text-decoration: none;
}
.l-single__content p + .wp-block-table,
.l-single__content ul + .wp-block-table,
.l-single__content ol + .wp-block-table,
.l-single__content details + .wp-block-table,
.l-single__content .wp-block-media-text + .wp-block-table,
.l-single__content .wp-block-group + .wp-block-table, .l-single__content wp-block-buttons + .wp-block-table,
.l-single__content .wp-block-table + .wp-block-table {
  margin-top: 50px;
}
.l-single__content p + figure,
.l-single__content ul + figure,
.l-single__content ol + figure,
.l-single__content details + figure,
.l-single__content .wp-block-media-text + figure,
.l-single__content .wp-block-group + figure, .l-single__content wp-block-buttons + figure,
.l-single__content .wp-block-table + figure {
  margin-top: 30px;
}
.l-single__content p + h2, .l-single__content p + h3, .l-single__content p + h4, .l-single__content p + h5, .l-single__content p + h6,
.l-single__content ul + h2,
.l-single__content ul + h3,
.l-single__content ul + h4,
.l-single__content ul + h5,
.l-single__content ul + h6,
.l-single__content ol + h2,
.l-single__content ol + h3,
.l-single__content ol + h4,
.l-single__content ol + h5,
.l-single__content ol + h6,
.l-single__content details + h2,
.l-single__content details + h3,
.l-single__content details + h4,
.l-single__content details + h5,
.l-single__content details + h6,
.l-single__content .wp-block-media-text + h2,
.l-single__content .wp-block-media-text + h3,
.l-single__content .wp-block-media-text + h4,
.l-single__content .wp-block-media-text + h5,
.l-single__content .wp-block-media-text + h6,
.l-single__content .wp-block-group + h2,
.l-single__content .wp-block-group + h3,
.l-single__content .wp-block-group + h4,
.l-single__content .wp-block-group + h5,
.l-single__content .wp-block-group + h6, .l-single__content wp-block-buttons + h2, .l-single__content wp-block-buttons + h3, .l-single__content wp-block-buttons + h4, .l-single__content wp-block-buttons + h5, .l-single__content wp-block-buttons + h6,
.l-single__content .wp-block-table + h2,
.l-single__content .wp-block-table + h3,
.l-single__content .wp-block-table + h4,
.l-single__content .wp-block-table + h5,
.l-single__content .wp-block-table + h6 {
  margin-top: 50px;
}
.l-single__content .wp-block-spacer {
  margin-top: 0;
}
.l-single__content .wp-block-table thead {
  border-bottom: none;
  background-color: #1A1A53;
}
.l-single__content .wp-block-table thead th {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  padding-top: 17px;
  padding-bottom: 17px;
}
.l-single__content .wp-block-table td {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 19px;
}
.l-single__content + * {
  margin-top: 40px;
}
.l-single__pager {
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-single__pager {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.l-single__pager.--noprev a.l-single__pager-link.next {
  border-right: 1px solid #CCCCCC;
}
.l-single__pager.--nonext.--noprev {
  display: none;
}
.l-single__pager a.l-single__pager-link {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link {
    gap: 6px;
  }
}
.l-single__pager a.l-single__pager-link:hover, .l-single__pager a.l-single__pager-link:focus-visible {
  opacity: 0.7;
}
.l-single__pager a.l-single__pager-link.next {
  align-items: flex-start;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link.next {
    padding-right: 20px;
  }
}
.l-single__pager a.l-single__pager-link.prev {
  align-items: flex-end;
  padding-left: 50px;
  border-left: 1px solid #CCCCCC;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link.prev {
    padding-left: 20px;
  }
}
.l-single__pager a.l-single__pager-link .label,
.l-single__pager a.l-single__pager-link .title {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.l-single__pager a.l-single__pager-link .label {
  font-size: 1.2rem;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link .label {
    font-size: 1rem;
  }
}
.l-single__pager a.l-single__pager-link .title {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-single__pager a.l-single__pager-link .title {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        l-form
-----------------------------------------*/
.l-form__body {
  max-width: 786px;
  margin-left: auto;
  margin-right: auto;
}
.l-form__wrap {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-form__wrap {
    padding-top: 30px;
  }
}
.l-form__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-form__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-form__text.has-text-align-center {
    text-align: left;
  }
}
.l-form__text + .wp-block-snow-monkey-forms-item {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-form__text + .wp-block-snow-monkey-forms-item {
    margin-top: 40px;
  }
}
.l-form__privacy-text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-form__privacy-text {
    text-align: left;
  }
}
.l-form__privacy-text a {
  text-decoration: underline;
  transition: all 0.25s;
}
.l-form__privacy-text a:hover, .l-form__privacy-text a:focus {
  opacity: 0.7;
}

/* -------------------------------------
        l-archive
-----------------------------------------*/
.l-archive__body {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .l-archive__body {
    flex-direction: column;
    gap: 50px;
  }
}
.l-archive__main {
  flex: 1;
}
@media screen and (max-width: 1023px) {
  .l-archive__main {
    width: 100%;
  }
}
.l-archive__main-body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-archive__main-body + * {
    margin-top: 50px;
  }
}
.l-archive__side {
  width: 330px;
}
@media screen and (max-width: 767px) {
  .l-archive__side {
    width: 100%;
    max-width: 360px;
  }
}
.l-archive__side-title {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 10px 15px;
  background-color: #F5F5F5;
  border-radius: 5px;
}
.l-archive__side-title + * {
  margin-top: 20px;
}
.l-archive__side-nav + *.l-archive__side-title {
  margin-top: 60px;
}
.l-archive__side-item {
  text-indent: -1.85em;
  padding-left: 1.85em;
}
.l-archive__side-item + .l-archive__side-item {
  margin-top: 15px;
}
.l-archive__side-link {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  transition: all 0.25s;
}
.l-archive__side-link:hover, .l-archive__side-link:focus {
  opacity: 0.7;
}
.l-archive__side-link::before {
  content: "";
  display: inline-block;
  aspect-ratio: 5/7;
  width: 5px;
  -webkit-mask: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow2.svg) 50%/contain no-repeat;
  background-color: #EA4E27;
  margin-right: 8px;
  margin-bottom: 3px;
  margin-left: 15px;
}

/* -------------------------------------
        l-blog
-----------------------------------------*/
.l-blog-list__item a {
  display: block;
  transition: 0.25s;
}
.l-blog-list__item a:hover, .l-blog-list__item a:focus-visible {
  opacity: 0.7;
}
.l-blog-list__item a:hover .l-blog-list__image img, .l-blog-list__item a:focus-visible .l-blog-list__image img {
  transform: scale(1.05);
}
.l-blog-list__thumbnail {
  position: relative;
}
.l-blog-list__thumbnail.--noimage {
  padding: 2px;
  background: linear-gradient(to bottom, #EA4E27 0%, #F9A322 100%);
  border-radius: 16px;
}
.l-blog-list__thumbnail + * {
  margin-top: 10px;
}
.l-blog-list__category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  background-color: #2E348B;
  padding: 5px 20px;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.l-blog-list__image {
  aspect-ratio: 406/228;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-blog-list__image {
    aspect-ratio: 360/228;
  }
}
.l-blog-list__image.--noimage {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
.l-blog-list__image.--noimage img {
  width: 65%;
  height: auto;
}
.l-blog-list__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.25s;
}
.l-blog-list__time {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #7E7E7E;
}
@media screen and (max-width: 767px) {
  .l-blog-list__time {
    font-size: 1.2rem;
  }
}
.l-blog-list__time + * {
  margin-top: 5px;
}
.l-blog-list__title, .l-blog-list__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.l-blog-list__title {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .l-blog-list__title {
    font-size: 1.6rem;
  }
}
.l-blog-list__title + * {
  margin-top: 10px;
}
.l-blog-list__text {
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .l-blog-list__text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        l-info
-----------------------------------------*/
.l-info-list__item {
  border-bottom: 1px solid #CCCCCC;
}
.l-info-list__item a {
  display: flex;
  align-items: center;
  gap: 10px 20px;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .l-info-list__item a {
    flex-wrap: wrap;
    padding: 20px 10px;
  }
}
.l-info-list__item a:hover, .l-info-list__item a:focus-visible {
  opacity: 0.7;
}
.l-info-list__time {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-info-list__time {
    font-size: 1.4rem;
  }
}
.l-info-list__category {
  min-width: 90px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background: linear-gradient(135deg, #30348C 0%, #9B338C 100%);
  border-radius: 100px;
  padding: 5px 8.5px;
}
@media screen and (max-width: 767px) {
  .l-info-list__category {
    min-width: 72px;
    font-size: 1rem;
    padding: 5px 15px;
  }
}
.l-info-list__title {
  flex: 1;
  margin-left: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-info-list__title {
    flex: initial;
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  color: #1A1A53;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.2rem;
  }
}
.c-primary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 30px;
  }
}
.c-primary-title--small {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--small {
    font-size: 1.8rem;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: block;
  max-width: 280px;
  padding: 2px;
  border-radius: 100px;
  background: linear-gradient(to right, #EB8C27 0%, #B8606B 50%, #8230B3 100%);
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.625;
  color: #000;
  padding-block: 20px;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-btn {
    max-width: 260px;
    font-size: 1.5rem;
    padding-block: 17px;
  }
}
.c-btn:hover, .c-btn:focus-visible {
  color: #fff;
}
.c-btn:hover::after, .c-btn:focus-visible::after {
  opacity: 1;
}
.c-btn::before, .c-btn::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100px;
}
.c-btn::before {
  background-color: #fff;
  z-index: -2;
}
.c-btn::after {
  background: linear-gradient(to right, #EA4E27 0%, #B932A5 100%);
  opacity: 0;
  transition: 0.25s;
  z-index: -1;
}
.c-btn span {
  position: relative;
  z-index: 2;
}

.c-btn--02 {
  max-width: 523px;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5909090909;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .c-btn--02 {
    max-width: 360px;
    font-size: 1.8rem;
    line-height: 1.6111111111;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.c-btn--02:hover::after, .c-btn--02:focus-visible::after {
  opacity: 0.7;
}
.c-btn--02:hover .inner::after, .c-btn--02:focus-visible .inner::after {
  transform: translate(5px, -50%);
}
.c-btn--02::after {
  opacity: 1;
}
.c-btn--02 .inner {
  width: 100%;
  display: block;
}
.c-btn--02 .inner::after {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow1.svg) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-btn--02 .inner::after {
    display: none;
  }
}

/* -------------------------------------
        c-more-link
-----------------------------------------*/
.c-more-link {
  display: flex;
  align-items: center;
  gap: 12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: #000;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .c-more-link {
    font-size: 1.3rem;
  }
}
.c-more-link:hover, .c-more-link:focus-visible {
  opacity: 0.8;
}
.c-more-link:hover::after, .c-more-link:focus-visible::after {
  transform: translateX(4px);
}
.c-more-link::after {
  content: "";
  display: inline-block;
  width: 40px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_arrow3.svg) no-repeat center/contain;
  transition: transform 0.25s;
}
/* -------------------------------------
        c-slide-nav
-----------------------------------------*/
.c-slide-nav {
  width: 100%;
  height: 4.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  pointer-events: none;
}
.c-slide-nav .swiper-button-prev, .c-slide-nav .swiper-button-next {
  width: 4.8rem;
  height: 4.8rem;
  margin: 0;
  top: 0;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.1));
  pointer-events: all;
}
@media screen and (max-width: 767px) {
  .c-slide-nav .swiper-button-prev, .c-slide-nav .swiper-button-next {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-slide-nav .swiper-button-prev.swiper-button-disabled, .c-slide-nav .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.c-slide-nav .swiper-button-prev {
  transform: translateX(-100%);
  left: -20px;
}
@media screen and (max-width: 1480px) {
  .c-slide-nav .swiper-button-prev {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .c-slide-nav .swiper-button-prev {
    left: -4px;
  }
}
.c-slide-nav .swiper-button-next {
  transform: translateX(100%);
  right: -20px;
}
@media screen and (max-width: 1480px) {
  .c-slide-nav .swiper-button-next {
    transform: none;
  }
}
@media screen and (max-width: 767px) {
  .c-slide-nav .swiper-button-next {
    right: -4px;
  }
}
.c-slide-nav .swiper-button-prev::after, .c-slide-nav .swiper-button-next::after {
  content: "";
  width: 4.8rem;
  height: 4.8rem;
  background-image: url(../img/icon/icon_arrow-slide.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-slide-nav .swiper-button-prev::after, .c-slide-nav .swiper-button-next::after {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.c-slide-nav .swiper-button-prev::after {
  transform: scale(-1, 1);
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card-studies {
  padding: 2px;
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
}
.c-card-studies__link {
  display: block;
  height: 100%;
  background-color: #fff;
  padding: 60px;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.25s;
}
@media screen and (max-width: 1023px) {
  .c-card-studies__link {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-card-studies__link {
    padding-block: 30px;
  }
}
.c-card-studies__link::before, .c-card-studies__link::after {
  content: "";
  display: block;
  width: 82px;
  aspect-ratio: 82/74;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card-studies__link::before, .c-card-studies__link::after {
    width: 49px;
  }
}
.c-card-studies__link::before {
  background-image: url(../img/top/corner-orange.svg);
  top: -2px;
  left: -2px;
}
.c-card-studies__link::after {
  background-image: url(../img/top/corner-purple.svg);
  bottom: -2px;
  right: -2px;
}
.c-card-studies__link:hover, .c-card-studies__link:focus-visible {
  opacity: 0.7;
}
.c-card-studies__link:hover .c-more-link::after, .c-card-studies__link:focus-visible .c-more-link::after {
  transform: translateX(4px);
}
.c-card-studies__title h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-card-studies__title h3 {
    font-size: 1.8rem;
    gap: 8px;
  }
}
.c-card-studies__title h3 .icon {
  width: 36px;
}
@media screen and (max-width: 767px) {
  .c-card-studies__title h3 .icon {
    width: 24px;
  }
}
.c-card-studies__title h3 .icon img {
  display: block;
}
.c-card-studies__title h3 span:not(.icon) {
  flex: 1;
}
.c-card-studies__title h3 + * {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-card-studies__title h3 + * {
    margin-top: 5px;
  }
}
.c-card-studies__title p {
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-card-studies__title p {
    font-size: 1.2rem;
  }
}
.c-card-studies__title + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .c-card-studies__title + * {
    margin-top: 15px;
  }
}
.c-card-studies__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-card-studies__text {
    font-size: 1.4rem;
  }
}
.c-card-studies__text + * {
  margin-top: 12px;
}
.c-card-studies .c-more-link {
  margin-left: auto;
}

.c-card-success {
  height: 100%;
}
.c-card-success__link {
  height: 100%;
  display: block;
  background-color: #1C1654;
  color: #fff;
  border-radius: 80px 0 80px 0;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  .c-card-success__link {
    padding: 30px;
  }
}
.c-card-success__head {
  display: flex;
  align-items: center;
  gap: 15px;
}
.c-card-success__head .icon {
  width: 68px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-card-success__head .icon {
    width: 60px;
  }
}
.c-card-success__head .icon img {
  width: 65%;
  height: auto;
}
.c-card-success__head .box {
  flex: 1;
}
.c-card-success__head .company,
.c-card-success__head .position {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.c-card-success__head .company {
  font-size: 1.6rem;
}
.c-card-success__head .position {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-success__head .position {
    font-size: 1.4rem;
  }
}
.c-card-success__head .name {
  margin-top: 5px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-card-success__head + * {
  margin-top: 20px;
}
.c-card-success__title {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .c-card-success__title {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion {
  position: relative;
}
.c-accordion[open] .c-accordion__icon {
  transform: rotate(180deg);
}
.c-accordion__btn {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 44px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  cursor: pointer;
  background-color: #F5F5F5;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    gap: 15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
.c-accordion__btn::before {
  content: "Q";
  width: 42px;
  aspect-ratio: 1/1;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 2.3333333333;
  color: #fff;
  background: linear-gradient(to bottom, #EA4E27 0%, #F9A322 100%);
  border-radius: 50%;
  padding-left: 2px;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn::before {
    width: 38px;
    font-size: 1.6rem;
    line-height: 2.375;
  }
}
.c-accordion__btn.--orange::before {
  background: linear-gradient(to bottom, #EA4E27 0%, #F9A322 100%);
}
.c-accordion__btn.--purple::before {
  background: linear-gradient(to bottom, #383D9E 0%, #9B338C 100%);
}
.c-accordion__btn span:not(.c-accordion__icon) {
  flex: 1;
}
.c-accordion__icon {
  display: block;
  width: 11px;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__icon {
    margin-left: 5px;
  }
}
.c-accordion__icon img {
  display: block;
}
.c-accordion__contents-body {
  padding: 15px 25px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-accordion__contents-body {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 1.4rem;
  }
}
.c-accordion + .c-accordion {
  margin-top: 15px;
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  position: relative;
}
.c-pagination li a {
  display: block;
  transition: 0.25s;
}
.c-pagination li a:hover, .c-pagination li a:focus-visible {
  opacity: 0.7;
}
.c-pagination li .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  aspect-ratio: 1/1;
  background-color: #F5F5F5;
  font-size: 1.6rem;
  font-family: "Ubuntu", sans-serif;
  line-height: 1.8;
  border-radius: 3px;
}
.c-pagination li .page-numbers.dots {
  border: none;
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0.4rem;
}
.c-pagination li .current {
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
  color: #fff;
}
.c-pagination li .prev, .c-pagination li .next {
  display: block;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
}
.c-pagination li .prev:hover, .c-pagination li .prev:focus-visible, .c-pagination li .next:hover, .c-pagination li .next:focus-visible {
  opacity: 0.7;
}
.c-pagination li .prev::after,
.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 13px;
  aspect-ratio: 13/11;
  background-image: url(../img/icon/icon_arrow-pager.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-pagination li .prev::after {
  transform: translate(-50%, -50%) scale(-1, 1);
}
/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__text {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}
.p-top__text--center {
  text-align: center;
}

/* -------------------------------------
        p-top-mv
-----------------------------------------*/
.p-top-mv {
  padding-block: 100px 183px;
  overflow: hidden;
  position: relative;
  color: #fff;
  z-index: 1;
}
@media screen and (max-width: 1495px) {
  .p-top-mv {
    padding-block: 6.69vw 12.24vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv {
    padding-bottom: 0;
    overflow: initial;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    padding-block: 50px 0;
  }
}
.p-top-mv::before, .p-top-mv::after {
  content: "";
  display: block;
  position: absolute;
}
.p-top-mv::before {
  width: 65.1875%;
  max-width: 1043px;
  aspect-ratio: 1043/1005;
  background: url(../img/top/mv-bg-logo.svg) 50%/cover no-repeat;
  top: -97px;
  right: -395px;
  z-index: -1;
}
@media screen and (max-width: 1495px) {
  .p-top-mv::before {
    top: -6.49vw;
    right: -26.42vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv::before {
    width: 417px;
    top: 84px;
    right: -171px;
  }
}
.p-top-mv::after {
  width: 100%;
  aspect-ratio: 1600/111;
  background: url(../img/top/mv-bg-wave.svg) bottom center/cover no-repeat;
  bottom: -3px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-mv::after {
    aspect-ratio: 400/55;
    background-image: url(../img/top/mv-bg-wave_sp.svg);
    bottom: 35px;
  }
}
.p-top-mv__body {
  max-width: 1600px;
  margin-inline: auto;
  padding-inline: 60px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 21px;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__body {
    padding-inline: 4.01vw;
    gap: 1.4vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__body {
    padding-inline: 0;
    flex-direction: column;
    gap: 42px;
  }
}
.p-top-mv__box {
  flex: 1;
  max-width: 588px;
}
@media screen and (max-width: 992px) {
  .p-top-mv__box {
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__box {
    max-width: 620px;
    padding-inline: 20px;
  }
}
.p-top-mv__copy {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__copy {
    font-size: 2.68vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__copy {
    font-size: 4rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy {
    font-size: 2.2rem;
    text-align: left;
  }
}
.p-top-mv__copy + * {
  margin-top: 30px;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__copy + * {
    margin-top: 2.01vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__copy + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__copy + * {
    margin-top: 20px;
  }
}
.p-top-mv__text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__text {
    font-size: max(12px, 1.2vw);
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__text {
    font-size: 1.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-top-mv__text + * {
  margin-top: 50px;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__text + * {
    margin-top: 3.34w;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__text + * {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text + * {
    margin-top: 35px;
  }
}
.p-top-mv__btn-wrap {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__btn-wrap {
    gap: 1.34vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__btn-wrap {
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn-wrap {
    justify-content: flex-start;
  }
}
.p-top-mv__btn-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  border-left: 1px solid #fff;
  padding-left: 14px;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__btn-text {
    font-size: max(12px, 1.07vw);
    padding-left: 0.94vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__btn-text {
    font-size: 1.6rem;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn-text {
    font-size: 1.5rem;
  }
}
.p-top-mv__btn-text + * {
  margin-top: 20px;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__btn-text + * {
    margin-top: 1.34vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__btn-text + * {
    margin-top: 20px;
  }
}
.p-top-mv__btn-item {
  width: 100%;
  max-width: 230px;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__btn-item {
    max-width: 15.38vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__btn-item {
    max-width: 230px;
  }
}
.p-top-mv__btn-link {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  padding: 1px;
  border-radius: 100px;
  padding-block: 17px;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  transition: all 0.25s;
}
@media screen and (max-width: 1495px) {
  .p-top-mv__btn-link {
    font-size: max(12px, 1.07vw);
    padding-block: 1.14vw;
  }
}
@media screen and (max-width: 992px) {
  .p-top-mv__btn-link {
    font-size: 1.6rem;
    padding-block: 17px;
  }
}
.p-top-mv__btn-link::before, .p-top-mv__btn-link::after {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  border-radius: 100px;
  transition: all 0.25s;
  position: absolute;
  top: 1px;
  left: 1px;
}
.p-top-mv__btn-link::before {
  background-color: #fff;
  z-index: 2;
  opacity: 0;
}
.p-top-mv__btn-link::after {
  z-index: 1;
}
.p-top-mv__btn-link:hover.--orange, .p-top-mv__btn-link:focus-visible.--orange {
  color: #EA4E27;
}
.p-top-mv__btn-link:hover.--purple, .p-top-mv__btn-link:focus-visible.--purple {
  color: #30348C;
}
.p-top-mv__btn-link:hover::before, .p-top-mv__btn-link:focus-visible::before {
  opacity: 1;
}
.p-top-mv__btn-link:hover::after, .p-top-mv__btn-link:focus-visible::after {
  opacity: 0;
}
.p-top-mv__btn-link.--orange {
  background: linear-gradient(to right, #C94C5C 0%, #FF8309 100%);
}
.p-top-mv__btn-link.--orange::after {
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
}
.p-top-mv__btn-link.--purple {
  background: linear-gradient(to right, #74338C 0%, #9F22A3 100%);
}
.p-top-mv__btn-link.--purple::after {
  background: linear-gradient(to right, #9B338C 0%, #30348C 100%);
}
.p-top-mv__btn-link span {
  position: relative;
  display: block;
  z-index: 3;
}
.p-top-mv__image {
  width: 56.0135135135%;
  filter: drop-shadow(15px 15px 15px rgba(0, 0, 0, 0.1));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 992px) {
  .p-top-mv__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__image {
    filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.15));
  }
}
.p-top-mv__bg {
  width: 113.25%;
  aspect-ratio: 1812/1062;
  min-height: calc(100% + 12.56vw);
  background: url(../img/top/mv-bg.jpg) 50%/cover no-repeat;
  position: absolute;
  top: -12.56vw;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg {
    background-image: url(../img/top/mv-bg_sp.jpg);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 38px;
    background-color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
  }
}

/* -------------------------------------
        p-top-head
-----------------------------------------*/
.p-top-head {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-head {
    padding-top: 32px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-head .l-inner--l {
    padding-inline: 0;
    max-width: 100% !important;
  }
}
.p-top-head__body {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  gap: 92px;
}
@media screen and (max-width: 1280px) {
  .p-top-head__body {
    gap: 32px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-head__body {
    flex-direction: column;
  }
}
.p-top-head__images {
  width: 41.6153846154%;
  position: relative;
}
@media screen and (max-width: 992px) {
  .p-top-head__images {
    width: 100%;
  }
}
.p-top-head__images::after {
  content: "";
  display: block;
  width: 33.41vw;
  aspect-ratio: 552/325;
  background: url(../img/top/head-image-bg.png) 50%/contain no-repeat;
  position: absolute;
  top: 19px;
  left: 86px;
  transform: translateX(-100%);
  z-index: -1;
}
@media screen and (max-width: 2090px) {
  .p-top-head__images::after {
    width: 102.033271719%;
    left: 63px;
  }
}
@media screen and (max-width: 1600px) {
  .p-top-head__images::after {
    left: -14.94vw;
    transform: none;
  }
}
@media screen and (max-width: 992px) {
  .p-top-head__images::after {
    width: 67%;
    aspect-ratio: 268/165;
    background-image: url(../img/top/head-image-bg_sp.png);
    top: 12px;
    left: -74px;
  }
}
.p-top-head__image {
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-head__image {
    width: 75%;
    margin-left: auto;
    border-radius: 20px 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__image {
    border-radius: 10px 0 0 10px;
  }
}
.p-top-head__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top-head__box {
  flex: 1;
  max-width: 578px;
  padding-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-top-head__box {
    max-width: 100%;
    padding-top: 0;
    padding-inline: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__box {
    padding-inline: 20px;
  }
}
.p-top-head__h2 {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-top-head__h2 {
    font-size: 1.8rem;
  }
}
.p-top-head__h2 + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-head__h2 + * {
    margin-top: 20px;
  }
}
.p-top-head__text {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-top-head__text {
    font-size: 1.4rem;
  }
}
.p-top-head__logo-slide {
  margin-top: 104px;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-slide {
    margin-top: 40px;
  }
}
.p-top-head__logo-slide-list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  display: flex;
}
.p-top-head__logo-slide-item {
  min-width: 2985px;
  width: 186.56vw;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-slide-item {
    width: 1687px;
    min-width: 1687px;
  }
}
.p-top-head__logo-slide-item img {
  width: 100%;
}
.p-top-head__logo-wrap {
  display: flex;
  overflow: hidden;
}
.p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:first-child, .p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:nth-child(2) {
  -webkit-animation: linear infinite;
          animation: linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:first-child, .p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:nth-child(2) {
    -webkit-animation: linear infinite;
            animation: linear infinite;
  }
}
.p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:first-child {
  -webkit-animation-name: flowingLeft1;
          animation-name: flowingLeft1;
  -webkit-animation-duration: 700s;
          animation-duration: 700s;
  -webkit-animation-delay: -350s;
          animation-delay: -350s;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:first-child {
    -webkit-animation-duration: 800s;
            animation-duration: 800s;
    -webkit-animation-delay: -400s;
            animation-delay: -400s;
  }
}
.p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:nth-child(2) {
  -webkit-animation-name: flowingLeft2;
          animation-name: flowingLeft2;
  -webkit-animation-duration: 700s;
          animation-duration: 700s;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-wrap.--top .p-top-head__logo-slide-list:nth-child(2) {
    -webkit-animation-duration: 800s;
            animation-duration: 800s;
  }
}
.p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:first-child, .p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:nth-child(2) {
  -webkit-animation: linear infinite;
          animation: linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:first-child, .p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:nth-child(2) {
    -webkit-animation: linear infinite;
            animation: linear infinite;
  }
}
.p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:first-child {
  -webkit-animation-name: flowingRight1;
          animation-name: flowingRight1;
  -webkit-animation-duration: 700s;
          animation-duration: 700s;
  -webkit-animation-delay: -350s;
          animation-delay: -350s;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:first-child {
    -webkit-animation-duration: 800s;
            animation-duration: 800s;
    -webkit-animation-delay: -400s;
            animation-delay: -400s;
  }
}
.p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:nth-child(2) {
  -webkit-animation-name: flowingRight2;
          animation-name: flowingRight2;
  -webkit-animation-duration: 700s;
          animation-duration: 700s;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-wrap.--bottom .p-top-head__logo-slide-list:nth-child(2) {
    -webkit-animation-duration: 800s;
            animation-duration: 800s;
  }
}
.p-top-head__logo {
  margin-top: 136px;
  padding-block: 30px;
  background-color: #F5F5F5;
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .p-top-head__logo {
    margin-top: 38px;
    padding-block: 20px;
    padding-inline: 20px;
  }
}
.p-top-head__logo-list {
  max-width: 1300px;
  margin-inline: auto;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 40px;
}
@media screen and (max-width: 1023px) {
  .p-top-head__logo-list {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .p-top-head__logo-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-head__logo-list {
    max-width: 600px;
    gap: 10px 15px;
  }
}
.p-top-head__logo-item img {
  width: 100%;
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
.p-top-service {
  padding-block: 125px 160px;
}
@media screen and (max-width: 767px) {
  .p-top-service {
    padding-block: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service .p-top__text--center {
    text-align: left;
  }
}
.p-top-service__body {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-service__body {
    margin-top: 40px;
  }
}
.p-top-service__body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-service__body + * {
    margin-top: 40px;
  }
}
.p-top-service__list {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    gap: 40px 20px;
  }
}
.p-top-service__list-item {
  width: calc(33.3333333333% - 40px);
}
@media screen and (max-width: 1023px) {
  .p-top-service__list-item {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__list-item {
    width: calc(50% - 10px);
  }
}
.p-top-service__list-icon {
  width: 66px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-service__list-icon {
    width: 70px;
  }
}
.p-top-service__list-icon + * {
  margin-top: 15px;
}
.p-top-service__list-lead {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__list-lead {
    font-size: 1.4rem;
  }
}
.p-top-service__list-lead + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-top-service__list-lead + * {
    margin-top: 10px;
  }
}
.p-top-service__list-text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-service__list-text {
    font-size: 1.2rem;
    text-align: left;
  }
}
.p-top-service__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        p-top-case
-----------------------------------------*/
.p-top-case {
  padding-block: 160px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-case {
    padding-block: 60px;
  }
}
.p-top-case::before {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.p-top-case__studies {
  background: url(../img/top/studies-bg.jpg) 50% 0%/cover no-repeat;
}
.p-top-case__studies::before {
  aspect-ratio: 1600/70;
  background: url(../img/top/studies-bg-white.svg) 50%/cover no-repeat;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-top-case__studies::before {
    aspect-ratio: 400/40;
    background-image: url(../img/top/studies-bg-white_sp.svg);
  }
}
.p-top-case__studies .c-primary-title,
.p-top-case__studies .p-top__text {
  color: #fff;
}
.p-top-case__studies .p-top-case__body.l-grid {
  gap: 30px 50px;
}
.p-top-case__success {
  background: url(../img/top/success-bg.jpg) 50%/cover no-repeat;
}
.p-top-case__success::before {
  aspect-ratio: 1600/60;
  background: url(../img/top/success-bg-white.svg) 50%/cover no-repeat;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top-case__success::before {
    aspect-ratio: 400/40;
    background-image: url(../img/top/success-bg-white_sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .p-top-case .p-top__text {
    text-align: left;
  }
}
.p-top-case__body {
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-case__body {
    margin-top: 40px;
  }
}
.p-top-case__body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-case__body + * {
    margin-top: 30px;
  }
}
.p-top-case__slide {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-top-case__slide {
    overflow: initial;
  }
}
.p-top-case__slide-item.swiper-slide {
  height: auto;
}
.p-top-case__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        p-top-data
-----------------------------------------*/
.p-top-data {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-data {
    padding-top: 59px;
  }
}
.p-top-data + .p-top-news {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-top-data + .p-top-news {
    margin-top: 60px;
  }
}
.p-top-data__body {
  padding-block: 100px 104px;
  border-radius: 36px;
  overflow: hidden;
  background: url(../img/top/data-bg.jpg) 50%/cover no-repeat;
  color: #fff;
  padding-inline: 40px;
}
@media screen and (max-width: 1023px) {
  .p-top-data__body {
    padding-block: 70px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-data__body {
    border-radius: 18px;
    padding-block: 50px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-data__body .p-top__text {
    text-align: left;
  }
}
.p-top-data .c-primary-title {
  color: #fff;
}
.p-top-data .c-primary-title + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-data .c-primary-title + * {
    margin-top: 20px;
  }
}
.p-top-data__list.l-grid {
  max-width: 1080px;
  margin: 60px auto 0;
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .p-top-data__list.l-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .p-top-data__list.l-grid {
    margin-top: 30px;
    gap: 37px 20px;
  }
}
.p-top-data__list.l-grid + * {
  margin-top: 54px;
}
@media screen and (max-width: 767px) {
  .p-top-data__list.l-grid + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-data__item {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-data__item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 767px) {
  .p-top-data__item:nth-child(3) {
    width: 50%;
  }
}
.p-top-data__h3 {
  max-width: 220px;
  margin-inline: auto;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.9444444444;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-top-data__h3 {
    font-size: 1.4rem;
    line-height: 2;
  }
}
.p-top-data__h3 + * {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .p-top-data__h3 + * {
    margin-top: 9px;
  }
}
.p-top-data__num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-top-data__num + * {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-top-data__num + * {
    margin-top: 2px;
  }
}
.p-top-data__text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-data__text {
    font-size: 1.3rem;
    text-align: left;
  }
}
.p-top-data__aws {
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-data__aws {
    max-width: 240px;
  }
}

/* -------------------------------------
        p-top-carrier
-----------------------------------------*/
.p-top-carrier {
  padding-block: 160px 140px;
}
@media screen and (max-width: 767px) {
  .p-top-carrier {
    padding-block: 60px;
  }
}
.p-top-carrier .c-primary-title + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-carrier .c-primary-title + * {
    margin-top: 30px;
  }
}
.p-top-carrier__list.l-grid {
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .p-top-carrier__list.l-grid {
    gap: 30px 20px;
  }
}
.p-top-carrier__list.l-grid + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-carrier__list.l-grid + * {
    margin-top: 40px;
  }
}
.p-top-carrier__btn .c-btn {
  margin-inline: auto;
}

/* -------------------------------------
        p-top-news
-----------------------------------------*/
.p-top-news__body {
  padding-inline: 40px;
  background-color: #F5F5F5;
  border-radius: 30px;
  padding-block: 96px 100px;
}
@media screen and (max-width: 992px) {
  .p-top-news__body {
    padding-block: 76px 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-news__body {
    border-radius: 15px;
    padding-block: 60px;
    padding-inline: 30px;
  }
}
.p-top-news__body-inner {
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px 40px;
}
@media screen and (max-width: 1023px) {
  .p-top-news__body-inner {
    flex-direction: column;
  }
}
.p-top-news__head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1023px) {
  .p-top-news__head {
    width: 100%;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.p-top-news .c-primary-title {
  text-align: left;
}
.p-top-news .c-primary-title + * {
  margin-top: 27px;
}
@media screen and (max-width: 1023px) {
  .p-top-news .c-primary-title + * {
    margin-top: 0;
  }
}
.p-top-news__btn .c-btn {
  width: 128px;
  max-width: 128px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  padding-block: 7px;
}
@media screen and (max-width: 767px) {
  .p-top-news__btn .c-btn {
    width: 11.6rem;
    font-size: 1.2rem;
  }
}
.p-top-news__list {
  flex: 1;
  max-width: 800px;
  border-top: 1px solid #CCCCCC;
}
.p-top-news__item {
  border-bottom: 1px solid #CCCCCC;
}
.p-top-news__item a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-block: 30px;
  padding-left: 10px;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .p-top-news__item a {
    gap: 8px 20px;
    padding-block: 20px;
    padding-left: 0;
  }
}
.p-top-news__item a:hover, .p-top-news__item a:focus-visible {
  background-color: #fff;
}
.p-top-news__time {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-top-news__time {
    font-size: 1.4rem;
  }
}
.p-top-news__category {
  min-width: 116px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2;
  color: #fff;
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
  border-radius: 50px;
  padding-block: 2px;
  padding-inline: 6px;
  text-align: center;
}
.p-top-news__title {
  padding-inline: 10px;
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .p-top-news__title {
    flex: auto;
    width: 100%;
    padding-inline: 0;
    font-size: 1.4rem;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

/* -------------------------------------
        p-service
-----------------------------------------*/
.p-service {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding-bottom: 66px;
  }
}

/* -------------------------------------
        p-service-head
-----------------------------------------*/
.p-service-head {
  padding-top: 114px;
}
@media screen and (max-width: 767px) {
  .p-service-head {
    padding-top: 30px;
  }
}
.p-service-head__body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-service-head__body {
    flex-direction: column;
    gap: 30px;
  }
}
.p-service-head__box {
  flex: 1;
  max-width: 620px;
}
.p-service-head__copy {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #222;
}
@media screen and (max-width: 1023px) {
  .p-service-head__copy {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-head__copy {
    font-size: 1.8rem;
  }
}
.p-service-head__copy + * {
  margin-top: 25px;
}
.p-service-head__text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-service-head__text {
    font-size: 1.4rem;
  }
}
.p-service-head__text + .p-service-head__text {
  margin-top: 15px;
}
.p-service-head__image {
  width: 41.5833333333%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service-head__image {
    width: 100%;
    border-radius: 10px;
  }
}

/* -------------------------------------
        p-service-about
-----------------------------------------*/
.p-service-about {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-about {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-about .c-primary-title + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-service-about .c-primary-title + * {
    margin-top: 30px;
  }
}
.p-service-about__body.l-grid {
  gap: 59px;
}
@media screen and (max-width: 1280px) {
  .p-service-about__body.l-grid {
    gap: 40px;
  }
}
@media screen and (max-width: 992px) {
  .p-service-about__body.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-service-about__image {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service-about__image {
    border-radius: 10px;
  }
}
.p-service-about__image img {
  width: 100%;
}
.p-service-about__image + * {
  margin-top: 20px;
}
.p-service-about__h3 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-service-about__h3 {
    font-size: 1.6rem;
  }
}
.p-service-about__h3-sub {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .p-service-about__h3-sub {
    font-size: 1.3rem;
  }
}
.p-service-about__h3-wrap {
  text-align: center;
  min-height: 51px;
}
@media screen and (max-width: 1023px) {
  .p-service-about__h3-wrap {
    min-height: auto;
  }
}
.p-service-about__h3-wrap .p-service-about__h3 + * {
  margin-top: 0;
}
.p-service-about__h3-wrap + * {
  margin-top: 15px;
}
.p-service-about__h3 + * {
  margin-top: 15px;
}
.p-service-about__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-service-about__text {
    font-size: 1.4rem;
  }
}

/* -------------------------------------
        p-service-detail
-----------------------------------------*/
.p-service-detail {
  padding-top: 50px;
  margin-top: 57px;
}
@media screen and (max-width: 767px) {
  .p-service-detail {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-detail__body.l-grid {
  gap: 40px;
}
@media screen and (max-width: 992px) {
  .p-service-detail__body.l-grid {
    max-width: 600px;
    margin-inline: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-service-detail__body.l-grid {
    gap: 30px;
  }
}
.p-service-detail__link {
  display: block;
  height: 100%;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 59px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-detail__link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }
}
.p-service-detail__link::before, .p-service-detail__link::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 25px);
  border-radius: 20px;
  transition: all 0.25s;
  position: absolute;
  left: 0;
  bottom: 0;
}
.p-service-detail__link::before {
  width: calc(100% - 4px);
  height: calc(100% - 25px - 4px);
  border-radius: 18px;
  left: 2px;
  bottom: 2px;
  opacity: 0;
  background-color: #fff;
  z-index: -1;
}
.p-service-detail__link::after {
  z-index: -2;
}
.p-service-detail__link:hover::before, .p-service-detail__link:focus-visible::before {
  opacity: 1;
}
.p-service-detail__link:hover .p-service-detail__title::after, .p-service-detail__link:focus-visible .p-service-detail__title::after {
  opacity: 0;
}
.p-service-detail__link.--orange::after {
  background: linear-gradient(135deg, #EA4E27 0%, #F9A322 100%);
}
.p-service-detail__link.--orange .p-service-detail__title {
  color: #EA4E27;
}
.p-service-detail__link.--orange .p-service-detail__title::after {
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
}
.p-service-detail__link.--orange:hover .p-service-detail__title, .p-service-detail__link.--orange:focus-visible .p-service-detail__title {
  color: #fff;
}
.p-service-detail__link.--orange:hover .p-service-detail__title-inner, .p-service-detail__link.--orange:focus-visible .p-service-detail__title-inner {
  background-color: #EA4E27;
}
.p-service-detail__link.--orange:hover .p-service-detail__lead, .p-service-detail__link.--orange:hover .p-service-detail__copy, .p-service-detail__link.--orange:hover .p-service-detail__more, .p-service-detail__link.--orange:hover .p-service-detail__list, .p-service-detail__link.--orange:focus-visible .p-service-detail__lead, .p-service-detail__link.--orange:focus-visible .p-service-detail__copy, .p-service-detail__link.--orange:focus-visible .p-service-detail__more, .p-service-detail__link.--orange:focus-visible .p-service-detail__list {
  color: #EA4E27;
}
.p-service-detail__link.--orange:hover .p-service-detail__list, .p-service-detail__link.--orange:focus-visible .p-service-detail__list {
  border-color: #EA4E27;
}
.p-service-detail__link.--orange:hover .p-service-detail__list li::before, .p-service-detail__link.--orange:focus-visible .p-service-detail__list li::before {
  background-color: #EA4E27;
}
.p-service-detail__link.--orange:hover .p-service-detail__more, .p-service-detail__link.--orange:focus-visible .p-service-detail__more {
  border-color: #EA4E27;
}
.p-service-detail__link.--purple::after {
  background: linear-gradient(135deg, #30348C 0%, #9B338C 100%);
}
.p-service-detail__link.--purple .p-service-detail__title {
  color: #30348C;
}
.p-service-detail__link.--purple .p-service-detail__title::after {
  background: linear-gradient(to right, #30348C 0%, #9B338C 100%);
}
.p-service-detail__link.--purple:hover .p-service-detail__title, .p-service-detail__link.--purple:focus-visible .p-service-detail__title {
  color: #fff;
}
.p-service-detail__link.--purple:hover .p-service-detail__title-inner, .p-service-detail__link.--purple:focus-visible .p-service-detail__title-inner {
  background-color: #30348C;
}
.p-service-detail__link.--purple:hover .p-service-detail__lead, .p-service-detail__link.--purple:hover .p-service-detail__copy, .p-service-detail__link.--purple:hover .p-service-detail__more, .p-service-detail__link.--purple:hover .p-service-detail__list, .p-service-detail__link.--purple:focus-visible .p-service-detail__lead, .p-service-detail__link.--purple:focus-visible .p-service-detail__copy, .p-service-detail__link.--purple:focus-visible .p-service-detail__more, .p-service-detail__link.--purple:focus-visible .p-service-detail__list {
  color: #30348C;
}
.p-service-detail__link.--purple:hover .p-service-detail__list, .p-service-detail__link.--purple:focus-visible .p-service-detail__list {
  border-color: #30348C;
}
.p-service-detail__link.--purple:hover .p-service-detail__list li::before, .p-service-detail__link.--purple:focus-visible .p-service-detail__list li::before {
  background-color: #30348C;
}
.p-service-detail__link.--purple:hover .p-service-detail__more, .p-service-detail__link.--purple:focus-visible .p-service-detail__more {
  border-color: #30348C;
}
.p-service-detail__title, .p-service-detail__lcopy, .p-service-detail__lead, .p-service-detail__more {
  position: relative;
  z-index: 3;
}
.p-service-detail__title {
  max-width: 254px;
  margin-inline: auto;
  padding: 2px;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  transition: all 0.25s;
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-service-detail__title {
    max-width: 182px;
    padding: 1px;
  }
}
.p-service-detail__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.25s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.p-service-detail__title-inner {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  padding-block: 16px;
  border-radius: 30px 0 30px 0;
  background-color: #fff;
  transition: all 0.25s;
}
@media screen and (max-width: 1280px) {
  .p-service-detail__title-inner {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-detail__title-inner {
    font-size: 1.6rem;
    padding-block: 10px;
  }
}
.p-service-detail__title span {
  position: relative;
  z-index: 1;
}
.p-service-detail__title + * {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .p-service-detail__title + * {
    margin-top: 30px;
  }
}
.p-service-detail__copy, .p-service-detail__lead, .p-service-detail__more {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  transition: all 0.25s;
}
.p-service-detail__lead {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 1280px) {
  .p-service-detail__lead {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-detail__lead {
    font-size: 2rem;
  }
}
.p-service-detail__lead + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-service-detail__lead + * {
    margin-top: 15px;
  }
}
.p-service-detail__copy {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  .p-service-detail__copy {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-detail__copy {
    font-size: 1.5rem;
  }
}
.p-service-detail__copy + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-service-detail__copy + * {
    margin-top: 15px;
  }
}
.p-service-detail__list {
  max-width: 480px;
  margin-inline: auto;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 20px 39px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #fff;
  transition: all 0.25s;
}
@media screen and (max-width: 1280px) {
  .p-service-detail__list {
    font-size: 1.6rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-detail__list {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.4rem;
  }
}
.p-service-detail__list li {
  display: flex;
  align-items: flex-start;
  gap: 11px;
}
@media screen and (max-width: 767px) {
  .p-service-detail__list li {
    gap: 8.5px;
  }
}
.p-service-detail__list li::before {
  content: "";
  display: block;
  width: 5px;
  aspect-ratio: 1/1;
  background-color: #fff;
  margin-top: 12px;
  margin-left: 11px;
  border-radius: 50%;
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .p-service-detail__list li::before {
    margin-top: 10px;
    margin-left: 8.5px;
  }
}
.p-service-detail__list li + li {
  margin-top: 10px;
}
.p-service-detail__list + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-service-detail__list + * {
    margin-top: 20px;
  }
}
.p-service-detail__more {
  max-width: 300px;
  margin-inline: auto;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 100px;
  border: 2px solid #fff;
  padding-block: 18px;
}
@media screen and (max-width: 1280px) {
  .p-service-detail__more {
    font-size: 1.575rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-detail__more {
    max-width: 220px;
    font-size: 1.5rem;
    line-height: 2;
    padding-block: 10px;
  }
}

/* -------------------------------------
        p-service-faq
-----------------------------------------*/
.p-service-faq {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-faq {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-faq__body {
  max-width: 994px;
  margin-left: auto;
  margin-right: auto;
}
.p-service-faq__body + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-service-faq__body + * {
    margin-top: 40px;
  }
}
.p-service-faq__btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-service-flow
-----------------------------------------*/
.p-service-flow {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-flow {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-flow__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: 1200px;
  min-width: 122.8571428571%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list {
    min-width: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding-right: 0;
  }
}
.p-service-flow__list-wrap {
  padding-top: 65px;
  margin-left: calc((100vw - 1280px) / 2 + 40px);
  width: calc(100vw - ((100vw - 1280px) / 2 + 40px));
}
@media screen and (max-width: 1280px) {
  .p-service-flow__list-wrap {
    margin-left: 40px;
    width: calc(100vw - 40px);
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-wrap {
    width: 100%;
    margin-left: 0;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-service-flow__list-body {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-service-flow__list-body::-webkit-scrollbar {
  display: none;
}
.p-service-flow__list-body:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.p-service-flow__list-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-item {
    gap: 20px;
  }
}
.p-service-flow__list-item + .p-service-flow__list-item .p-service-flow__list-icon::before {
  aspect-ratio: 1/1;
  background-color: #D05B6C;
  border: 13px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-item + .p-service-flow__list-item .p-service-flow__list-icon::before {
    display: none;
  }
}
.p-service-flow__list-item:nth-child(odd) .p-service-flow__list-icon .bg {
  -webkit-mask-position: top;
          mask-position: top;
}
.p-service-flow__list-item:nth-child(even) .p-service-flow__list-icon .bg {
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.p-service-flow__list-item:first-child .p-service-flow__list-icon .bg {
  background: linear-gradient(to right, #ED833F 0%, #CF5A6C 100%);
}
.p-service-flow__list-item:first-child .p-service-flow__list-title {
  color: #DE6F55;
}
.p-service-flow__list-item:nth-child(2) {
  transform: translateX(-5px);
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-item:nth-child(2) {
    transform: none;
  }
}
.p-service-flow__list-item:nth-child(2) .p-service-flow__list-icon .bg {
  background: linear-gradient(to right, #CF5A6C 0%, #AC2E99 100%);
}
.p-service-flow__list-item:nth-child(2) .p-service-flow__list-title {
  color: #AC4E80;
}
.p-service-flow__list-item:nth-child(3) {
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-item:nth-child(3) {
    transform: none;
  }
}
.p-service-flow__list-item:nth-child(3) .p-service-flow__list-icon::before {
  background-color: #AC2E99;
}
.p-service-flow__list-item:nth-child(3) .p-service-flow__list-icon .bg {
  background: linear-gradient(to right, #AC2E99 0%, #592071 100%);
}
.p-service-flow__list-item:nth-child(3) .p-service-flow__list-title {
  color: #832785;
}
.p-service-flow__list-item:nth-child(4) {
  transform: translateX(-15px);
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-item:nth-child(4) {
    transform: none;
  }
}
.p-service-flow__list-item:nth-child(4) .p-service-flow__list-icon::before {
  background-color: #592071;
}
.p-service-flow__list-item:nth-child(4) .p-service-flow__list-icon .bg {
  background: linear-gradient(to right, #592071 0%, #1C1654 100%);
}
.p-service-flow__list-item:nth-child(4) .p-service-flow__list-title {
  color: #3B1B63;
}
.p-service-flow__list-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-icon {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service-flow__list-icon picture {
  width: 62.5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-service-flow__list-icon picture {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-icon picture {
    width: 100%;
  }
}
.p-service-flow__list-icon picture img {
  height: auto;
}
.p-service-flow__list-icon .bg {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask: url(../img/service/flow-mask.jpg) 50%/contain no-repeat;
          mask: url(../img/service/flow-mask.jpg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-icon .bg {
    display: none;
  }
}
.p-service-flow__list-icon .bg::before, .p-service-flow__list-icon .bg::after {
  content: "";
  display: block;
  position: absolute;
}
.p-service-flow__list-icon .bg::before {
  width: calc(100% - 10px);
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}
.p-service-flow__list-icon .bg::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-service-flow__list-box {
  flex: 1;
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .p-service-flow__list-box {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-box {
    padding: 0;
  }
}
.p-service-flow__list-title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .p-service-flow__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-title {
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }
}
.p-service-flow__list-title + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-title + * {
    margin-top: 10px;
  }
}
.p-service-flow__list-text {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1023px) {
  .p-service-flow__list-text {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-text {
    font-size: 1.4rem;
  }
}
.p-service-flow__list-list {
  margin-top: 20px;
  background-color: #F5F5F5;
  border-radius: 15px;
  padding: 20px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-service-flow__list-list {
    margin-top: 20px;
  }
}
.p-service-flow__list-list li {
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 9.5px;
}
.p-service-flow__list-list li::before {
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px;
  margin-left: 9.5px;
}
.p-service-flow__list-list li span {
  flex: 1;
}
.p-service-flow__list-list li + li {
  margin-top: 5px;
}

/* -------------------------------------
        p-service-recruit
-----------------------------------------*/
.p-service-recruit {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit {
    padding-bottom: 60px;
  }
}
.p-service-recruit .c-primary-title {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-recruit .c-primary-title {
    font-size: 2.2rem;
  }
}
.p-service-recruit .c-primary-title + * {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit .c-primary-title + * {
    margin-top: 40px;
  }
}
.p-service-recruit .p-service-head__box {
  max-width: 622px;
}
.p-service-recruit .p-service-about__body + * {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit .p-service-about__body + * {
    margin-top: 63px;
  }
}
.p-service-recruit__btn {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__btn {
    margin-top: 60px;
  }
}
.p-service-recruit__btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

.p-service-recruit__service {
  padding: 3px;
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  border-radius: 140px 0 140px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__service {
    border-radius: 70px 0 70px 0;
  }
}
.p-service-recruit__service-inner {
  background-color: #fff;
  border-radius: 138px 0 138px 0;
  padding: 57px 97px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .p-service-recruit__service-inner {
    padding-left: 67px;
    padding-right: 67px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-recruit__service-inner {
    border-radius: 68px 0 68px 0;
    padding: 37px 27px;
  }
}
.p-service-recruit__service-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__service-title {
    line-height: 1.5;
    text-align: center;
  }
}
.p-service-recruit__service-title.--sub {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__service-title.--sub {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .p-service-recruit__service-title.--sub + * {
    margin-top: 15px;
  }
}
.p-service-recruit__service-title + * {
  margin-top: 25px;
}
.p-service-recruit__service-image {
  margin-top: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 992px) {
  .p-service-recruit__service-image {
    margin-top: 25px;
    position: static;
    border-radius: 15px;
    overflow: hidden;
  }
}
.p-service-recruit__service-image + * {
  margin-top: 25px;
}
.p-service-recruit__service-box.l-grid {
  max-width: 560px;
  gap: 5px 40px;
}
.p-service-recruit__service-box.l-grid + * {
  margin-top: 25px;
}
.p-service-recruit__service-list li {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.6;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__service-list li {
    font-size: 1.5rem;
    gap: 9.5px;
  }
}
.p-service-recruit__service-list li::before {
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__service-list li::before {
    width: 3px;
    margin-left: 9.5px;
  }
}
.p-service-recruit__service-list li span {
  flex: 1;
}
.p-service-recruit__service-list li + li {
  margin-top: 5px;
}

.p-service-recruit__reason {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__reason {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-recruit__reason-item {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  gap: 20px 60px;
}
@media screen and (max-width: 992px) {
  .p-service-recruit__reason-item {
    max-width: 600px;
    flex-direction: column;
  }
}
.p-service-recruit__reason-item + .p-service-recruit__reason-item {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__reason-item + .p-service-recruit__reason-item {
    margin-top: 40px;
  }
}
.p-service-recruit__reason-title {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.p-service-recruit__reason-title .icon {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__reason-title .icon {
    width: 60px;
  }
}
.p-service-recruit__reason-title .text {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__reason-title .text {
    font-size: 1.6rem;
  }
}
.p-service-recruit__reason-box {
  flex: 1;
}
.p-service-recruit__reason-text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__reason-text {
    font-size: 1.4rem;
  }
}

.p-service-recruit__case {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__case {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-recruit__case-body.l-grid {
  gap: 30px 40px;
}
.p-service-recruit__case-body.l-grid + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-service-recruit__case-body.l-grid + * {
    margin-top: 40px;
  }
}
.p-service-recruit__case-btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-service-career
-----------------------------------------*/
.p-service-career {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-service-career {
    padding-bottom: 60px;
  }
}
.p-service-career .c-primary-title {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-service-career .c-primary-title {
    font-size: 2.2rem;
  }
}
.p-service-career .c-primary-title + * {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-service-career .c-primary-title + * {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-service-career .p-service-flow__list-wrap {
    padding-top: 30px;
  }
}

.p-service-career__feature {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-career__feature {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-career__feature-body.l-grid {
  gap: 70px 50px;
}
@media screen and (max-width: 767px) {
  .p-service-career__feature-body.l-grid {
    gap: 30px;
  }
}
.p-service-career__feature-h3 {
  display: flex;
  align-items: center;
  gap: 15px;
}
.p-service-career__feature-h3 .icon {
  width: 80px;
}
@media screen and (max-width: 767px) {
  .p-service-career__feature-h3 .icon {
    width: 60px;
  }
}
.p-service-career__feature-h3 .text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-service-career__feature-h3 .text {
    font-size: 1.6rem;
  }
}
.p-service-career__feature-h3 + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-service-career__feature-h3 + * {
    margin-top: 15px;
  }
}
.p-service-career__feature-text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-service-career__feature-text {
    font-size: 1.4rem;
  }
}

.p-service-career__case {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-service-career__case {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-service-career__case-body {
  position: relative;
}
.p-service-career__case-body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-service-career__case-body + * {
    margin-top: 30px;
  }
}
.p-service-career__case-slide {
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .p-service-career__case-slide {
    overflow: initial;
  }
}
.p-service-career__case-slide-item.swiper-slide {
  height: auto;
}
.p-service-career__case-btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-faq
-----------------------------------------*/
.p-faq {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-bottom: 80px;
  }
}
.p-faq .l-undermv + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-faq .l-undermv + * {
    margin-top: 30px;
  }
}
.p-faq .c-primary-title {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq .c-primary-title {
    font-size: 2.2rem;
  }
}
.p-faq .c-primary-title + * {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-faq .c-primary-title + * {
    margin-top: 30px;
  }
}
.p-faq__text {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    font-size: 1.4rem;
  }
}
.p-faq__text + *.p-faq__nav {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-faq__text + *.p-faq__nav {
    margin-top: 30px;
  }
}
.p-faq__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 40px;
}
@media screen and (max-width: 767px) {
  .p-faq__nav {
    flex-direction: column;
  }
}
.p-faq__nav-item {
  width: calc(50% - 20px);
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-faq__nav-item {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-faq__nav-item.--faq01 .p-faq__nav-link {
  background: linear-gradient(to right, #C94C5C 0%, #FF8309 100%);
  color: #EA4E27;
}
.p-faq__nav-item.--faq01 .p-faq__nav-link::after {
  background: linear-gradient(to right, #C94C5C 0%, #FF8309 100%);
}
.p-faq__nav-item.--faq01 .p-faq__nav-link span::after {
  background-color: #EA4E27;
}
.p-faq__nav-item.--faq02 .p-faq__nav-link {
  background: linear-gradient(to right, #74338C 0%, #9F22A3 100%);
  color: #30348C;
}
.p-faq__nav-item.--faq02 .p-faq__nav-link::after {
  background: linear-gradient(to right, #74338C 0%, #9F22A3 100%);
}
.p-faq__nav-item.--faq02 .p-faq__nav-link span::after {
  background-color: #30348C;
}
.p-faq__nav-link {
  display: block;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  width: 100%;
  border-radius: 100px;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #000;
  padding-block: 20px;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-faq__nav-link {
    font-size: 1.6rem;
  }
}
.p-faq__nav-link:hover, .p-faq__nav-link:focus-visible {
  color: #fff !important;
}
.p-faq__nav-link:hover::after, .p-faq__nav-link:focus-visible::after {
  opacity: 1;
}
.p-faq__nav-link:hover span::after, .p-faq__nav-link:focus-visible span::after {
  background-color: #fff !important;
}
.p-faq__nav-link::before, .p-faq__nav-link::after {
  content: "";
  display: block;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 100px;
}
.p-faq__nav-link::before {
  background-color: #fff;
  z-index: -2;
}
.p-faq__nav-link::after {
  opacity: 0;
  transition: 0.25s;
  z-index: -1;
}
.p-faq__nav-link span::after {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 16/10;
  -webkit-mask: url(../img/icon/icon_arrow4.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow4.svg) 50%/contain no-repeat;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .p-faq__nav-link span::after {
    right: 20px;
  }
}
.p-faq-section {
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-faq-section {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-faq-section__body + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-faq-section__body + * {
    margin-top: 40px;
  }
}
.p-faq-section + .p-faq-section {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-faq-section + .p-faq-section {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-faq__btn-text {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .p-faq__btn-text {
    font-size: 1.4rem;
  }
}
.p-faq__btn-text + * {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-faq__btn-text + * {
    margin-top: 10px;
  }
}
.p-faq__btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-contact
-----------------------------------------*/
.p-contact-resources .l-main--under,
.p-contact-career .l-main--under,
.p-contact-entry .l-main--under,
.p-contact .l-main--under {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .p-contact-resources .l-main--under,
.p-contact-career .l-main--under,
.p-contact-entry .l-main--under,
.p-contact .l-main--under {
    padding-bottom: 80px;
  }
}

/* -------------------------------------
        p-company
-----------------------------------------*/
.p-company {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding-bottom: 60px;
  }
}
.p-company .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-company .l-undermv + * {
    padding-top: 30px;
  }
}
.p-company .c-primary-title {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-company .c-primary-title {
    font-size: 2.2rem;
  }
}
.p-company .c-primary-title + * {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-company .c-primary-title + * {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-company-message
-----------------------------------------*/
.p-company-message__flex {
  display: flex;
  align-items: flex-start;
  gap: 30px 54px;
}
@media screen and (max-width: 767px) {
  .p-company-message__flex {
    flex-direction: column-reverse;
  }
}
.p-company-message__flex-box {
  flex: 1;
}
.p-company-message__flex .p-company-message__image {
  width: 29.4058408862%;
}
@media screen and (max-width: 767px) {
  .p-company-message__flex .p-company-message__image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-company-message__flex .p-company-message__image img {
    aspect-ratio: 360/293;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top;
       object-position: top;
  }
}
.p-company-message__flex + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-message__flex + * {
    margin-top: 30px;
  }
}
.p-company-message__text {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-company-message__text {
    font-size: 1.4rem;
  }
}
.p-company-message__text + *.p-company-message__text {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-company-message__text + *.p-company-message__text {
    margin-top: 10px;
  }
}
.p-company-message__image img {
  width: 100%;
  border-radius: 16px;
}
.p-company-message__image figcaption {
  margin-top: 15px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
.p-company-message__values {
  background-color: #F4F4F4;
  border-radius: 20px;
  padding: 50px 60px;
}
@media screen and (max-width: 767px) {
  .p-company-message__values {
    padding: 40px 30px;
  }
}
.p-company-message__values-h3 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-company-message__values-h3 {
    text-align: center;
  }
}
.p-company-message__values-h3 + * {
  margin-top: 14px;
}
.p-company-message__values-list {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-message__values-list {
    font-size: 1.4rem;
  }
}
.p-company-message__values-list li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
}
.p-company-message__values-list li::before {
  content: "";
  width: 4px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  margin-top: 12px;
  margin-left: 7px;
}
.p-company-message__values-list li span {
  flex: 1;
}
.p-company-message__values-list li + li {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-company-message__values-list li + li {
    margin-top: 0;
  }
}
.p-company-message__values + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-company-message__values + * {
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-company-member
-----------------------------------------*/
.p-company-member {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-company-member {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-company-member__body {
  padding-top: 140px;
  padding-bottom: 140px;
  padding: 140px 40px;
  border-radius: 40px;
  background-color: #F2F2F2;
}
@media screen and (max-width: 767px) {
  .p-company-member__body {
    padding: 50px 20px;
    border-radius: 20px;
  }
}
.p-company-member__list.l-grid {
  max-width: 883px;
  margin-left: auto;
  margin-right: auto;
  gap: 60px 59px;
}
@media screen and (max-width: 992px) {
  .p-company-member__list.l-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-company-member__list.l-grid {
    gap: 30px 20px;
  }
}
.p-company-member__image + * {
  margin-top: 15px;
}
.p-company-member__name {
  font-weight: 500;
}
.p-company-member__name .name {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-member__name .name {
    font-size: 1.3rem;
  }
}
.p-company-member__name .position {
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #828282;
}
@media screen and (max-width: 767px) {
  .p-company-member__name .position {
    font-size: 1rem;
  }
}
.p-company-member__name + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-company-member__name + * {
    margin-top: 10px;
  }
}
.p-company-member__text {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-company-member__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}

/* -------------------------------------
        p-company-values
-----------------------------------------*/
.p-company-values {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-company-values {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-company-values__text {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 992px) {
  .p-company-values__text {
    font-size: 1.4rem;
  }
}
.p-company-values__text.--center {
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-company-values__text.--center {
    text-align: left;
  }
}
.p-company-values__text + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-company-values__text + * {
    margin-top: 50px;
  }
}
.p-company-values__list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 85px 65px;
}
@media screen and (max-width: 1280px) {
  .p-company-values__list {
    gap: 65px 45px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-values__list {
    flex-direction: column;
    gap: 40px;
  }
}
.p-company-values__list-item {
  width: calc(33.3333333333% - 43.3333333333px);
}
@media screen and (max-width: 1280px) {
  .p-company-values__list-item {
    width: calc(33.3333333333% - 30px);
  }
}
@media screen and (max-width: 767px) {
  .p-company-values__list-item {
    width: 100%;
  }
}
.p-company-values__list-item:first-child .p-company-values__list-title {
  min-height: 61.2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-company-values__list-item:first-child .p-company-values__list-title {
    min-height: auto;
    display: block;
  }
}
.p-company-values__list-article {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-company-values__list-article {
    gap: 10px;
  }
}
.p-company-values__list-icon {
  width: 66px;
  margin-left: auto;
  margin-right: auto;
}
.p-company-values__list-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-company-values__list-title {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        p-company-overview
-----------------------------------------*/
.p-company-overview {
  margin-top: 140px;
  padding-top: 140px;
  padding-bottom: 140px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .p-company-overview {
    margin-top: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.p-company-overview .c-primary-title {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-company-overview .c-primary-title {
    font-size: 2.2rem;
  }
}
.p-company-overview .c-primary-title + * {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-company-overview .c-primary-title + * {
    margin-top: 30px;
  }
}
.p-company-overview__table {
  max-width: 781px;
  margin-left: auto;
  margin-right: auto;
}
.p-company-overview__table-inner {
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  gap: 0 40px;
  padding-top: 25px;
  padding-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table-inner {
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.p-company-overview__table-dt, .p-company-overview__table-dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table-dt, .p-company-overview__table-dd {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
}
.p-company-overview__table-dt {
  width: 170px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-company-overview__table-dt {
    width: 100%;
    background-color: #AAAAAA;
    color: #fff;
  }
}
.p-company-overview__table-dd {
  flex: 1;
  letter-spacing: 0;
}

/* -------------------------------------
        p-company-access
-----------------------------------------*/
.p-company-access {
  padding-top: 70px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-company-access {
    padding-top: 60px;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-company-access .c-primary-title + * {
    margin-top: 20px;
  }
}
.p-company-access__map {
  aspect-ratio: 1200/480;
}
@media screen and (max-width: 992px) {
  .p-company-access__map {
    aspect-ratio: 360/250;
  }
}
.p-company-access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.p-company-access__map + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-company-access__map + * {
    margin-top: 20px;
  }
}
.p-company-access__address {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-company-access__address {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        p-recruit
-----------------------------------------*/
.p-recruit {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-bottom: 60px;
  }
}
.p-recruit .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-recruit .l-undermv + * {
    padding-top: 30px;
  }
}
.p-recruit .c-primary-title {
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-recruit .c-primary-title {
    font-size: 2.2rem;
  }
}
.p-recruit .c-primary-title + * {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  .p-recruit .c-primary-title + * {
    margin-top: 30px;
  }
}
.p-recruit__text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-recruit__text {
    font-size: 1.4rem;
  }
}
.p-recruit__text + *.p-recruit__text {
  margin-top: 15px;
}

/* -------------------------------------
        p-recruit-flow
-----------------------------------------*/
.p-recruit-flow {
  margin-top: 80px;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-recruit-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list {
    min-width: auto;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    padding-right: 0;
  }
}
.p-recruit-flow__list-body {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.p-recruit-flow__list-body::-webkit-scrollbar {
  display: none;
}
.p-recruit-flow__list-body:active {
  cursor: -webkit-grab;
  cursor: grab;
}
.p-recruit-flow__list-item {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-item {
    gap: 20px;
  }
}
.p-recruit-flow__list-item + .p-recruit-flow__list-item .p-recruit-flow__list-icon::before {
  aspect-ratio: 1/1;
  background-color: #D05B6C;
  border: 13px solid #fff;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-item + .p-recruit-flow__list-item .p-recruit-flow__list-icon::before {
    display: none;
  }
}
.p-recruit-flow__list-item:nth-child(odd) .p-recruit-flow__list-icon .bg {
  -webkit-mask-position: top;
          mask-position: top;
}
.p-recruit-flow__list-item:nth-child(even) .p-recruit-flow__list-icon .bg {
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.p-recruit-flow__list-item:first-child .p-recruit-flow__list-icon .bg {
  background: linear-gradient(to right, #ED833F 0%, #CF5A6C 100%);
}
.p-recruit-flow__list-item:first-child .p-recruit-flow__list-title {
  color: #ED5927;
}
.p-recruit-flow__list-item:first-child .p-recruit-flow__list-dl .inner:nth-child(1) .p-recruit-flow__list-dt {
  background-color: #ED5927;
}
.p-recruit-flow__list-item:nth-child(2) {
  transform: translateX(-5px);
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-item:nth-child(2) {
    transform: none;
  }
}
.p-recruit-flow__list-item:nth-child(2) .p-recruit-flow__list-icon .bg {
  background: linear-gradient(to right, #CF5A6C 0%, #AC2E99 100%);
}
.p-recruit-flow__list-item:nth-child(2) .p-recruit-flow__list-title {
  color: #D05B6B;
}
.p-recruit-flow__list-item:nth-child(2) .p-recruit-flow__list-dl .inner:nth-child(1) .p-recruit-flow__list-dt {
  background-color: #D05B6B;
}
.p-recruit-flow__list-item:nth-child(3) {
  transform: translateX(-10px);
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-item:nth-child(3) {
    transform: none;
  }
}
.p-recruit-flow__list-item:nth-child(3) .p-recruit-flow__list-icon::before {
  background-color: #AC2E99;
}
.p-recruit-flow__list-item:nth-child(3) .p-recruit-flow__list-icon .bg {
  background: linear-gradient(to right, #AC2E99 0%, #592071 100%);
}
.p-recruit-flow__list-item:nth-child(3) .p-recruit-flow__list-title {
  color: #922A8D;
}
.p-recruit-flow__list-item:nth-child(3) .p-recruit-flow__list-dl .inner:nth-child(1) .p-recruit-flow__list-dt {
  background-color: #BE4582;
}
.p-recruit-flow__list-item:nth-child(4) {
  transform: translateX(-15px);
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-item:nth-child(4) {
    transform: none;
  }
}
.p-recruit-flow__list-item:nth-child(4) .p-recruit-flow__list-icon .bg {
  background: linear-gradient(to right, #592071 0%, #1C1654 100%);
}
.p-recruit-flow__list-item:nth-child(4) .p-recruit-flow__list-title {
  color: #3B1B63;
}
.p-recruit-flow__list-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-icon {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-recruit-flow__list-icon picture {
  width: 59.5238095238%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__list-icon picture {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-icon picture {
    width: 100%;
  }
}
.p-recruit-flow__list-icon picture img {
  height: auto;
}
.p-recruit-flow__list-icon .bg {
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-mask: url(../img/service/flow-mask.jpg) 50%/contain no-repeat;
          mask: url(../img/service/flow-mask.jpg) 50%/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-icon .bg {
    display: none;
  }
}
.p-recruit-flow__list-icon .bg::before, .p-recruit-flow__list-icon .bg::after {
  content: "";
  display: block;
  position: absolute;
}
.p-recruit-flow__list-icon .bg::before {
  width: calc(100% - 10px);
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  left: 5px;
  top: 5px;
}
.p-recruit-flow__list-icon .bg::after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-recruit-flow__list-box {
  flex: 1;
  padding: 30px 30px 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1280px) {
  .p-recruit-flow__list-box {
    padding: 20px 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-box {
    padding: 0;
  }
}
.p-recruit-flow__list-title {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding-bottom: 4px;
  border-bottom: 1px solid #DDD;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__list-title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-title {
    font-size: 1.8rem;
    text-align: center;
  }
}
.p-recruit-flow__list-title + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-title + * {
    margin-top: 20px;
  }
}
.p-recruit-flow__list-dl {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.p-recruit-flow__list-dl .inner {
  display: flex;
  gap: 5px 20px;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__list-dl .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-dl .inner {
    flex-direction: row;
  }
}
.p-recruit-flow__list-dl .inner:nth-child(1) {
  align-items: center;
}
.p-recruit-flow__list-dl .inner:nth-child(1) .p-recruit-flow__list-dt {
  color: #fff;
}
.p-recruit-flow__list-dl .inner:nth-child(1) .p-recruit-flow__list-dd {
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-dl .inner:nth-child(1) .p-recruit-flow__list-dd {
    font-size: 1.6rem;
  }
}
.p-recruit-flow__list-dl .inner:nth-child(2) {
  flex: 1;
}
.p-recruit-flow__list-dl .inner:nth-child(2) .p-recruit-flow__list-dt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-recruit-flow__list-dl .inner + .inner {
  margin-top: 10px;
}
.p-recruit-flow__list-dt {
  width: 63px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-radius: 6px;
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-bottom: 5px;
}
@media screen and (max-width: 1023px) {
  .p-recruit-flow__list-dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-dt {
    width: 63px;
  }
}
.p-recruit-flow__list-dd {
  flex: 1;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-recruit-flow__list-dd {
    font-size: 1.4rem;
  }
}
.p-recruit-flow__list-attention {
  font-size: 1.4rem;
  line-height: 1.8;
}
.p-recruit-flow__list + * {
  margin-top: 30px;
}

/* -------------------------------------
        p-recruit-list
-----------------------------------------*/
.p-recruit-list {
  margin-top: 70px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list {
    padding-top: 60px;
    margin-top: 0;
  }
}
.p-recruit-list__body.l-grid {
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-recruit-list__body.l-grid {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-list__body.l-grid {
    width: 100%;
  }
}
.p-recruit-list__item {
  border-radius: 30px;
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
  padding: 1px;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767px) {
  .p-recruit-list__item {
    border-radius: 20px;
    padding: 2px;
  }
}
.p-recruit-list__link {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 29px;
  padding: 49px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__link {
    border-radius: 19px;
    padding: 28px 18px;
  }
}
.p-recruit-list__link:hover .c-more-link::after, .p-recruit-list__link:focus-visible .c-more-link::after {
  transform: translateX(4px);
}
.p-recruit-list__link .p-recruit__text + * {
  margin-top: 20px;
}
.p-recruit-list__link .p-recruit__text + *.c-more-link {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__link .p-recruit__text + *.c-more-link {
    margin-top: 30px;
  }
}
.p-recruit-list__link .c-more-link {
  margin-top: auto;
  margin-left: auto;
}
.p-recruit-list__title {
  text-align: center;
}
.p-recruit-list__title-tag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  background: linear-gradient(45deg, #383D9E 0%, #9B338C 100%);
  color: #fff;
  padding: 5px 30px;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__title-tag {
    font-size: 1.2rem;
  }
}
.p-recruit-list__title-tag + * {
  margin-top: 5px;
}
.p-recruit-list__title-h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__title-h3 {
    font-size: 1.8rem;
  }
}
.p-recruit-list__title + * {
  margin-top: 20px;
}
.p-recruit-list__image {
  border-radius: 20px;
  overflow: hidden;
}
.p-recruit-list__image img {
  width: 100%;
}
.p-recruit-list__image + * {
  margin-top: 30px;
}
.p-recruit-list__image + *.p-recruit__text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__image + *.p-recruit__text {
    margin-top: 30px;
  }
}
.p-recruit-list__h4 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__h4 {
    font-size: 1.6rem;
  }
}
.p-recruit-list__h4 + * {
  margin-top: 10px;
}
.p-recruit-list__list {
  padding-bottom: 30px;
}
.p-recruit-list__list li {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 9.5px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__list li {
    font-size: 1.4rem;
  }
}
.p-recruit-list__list li::before {
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px;
  margin-left: 9.5px;
}
.p-recruit-list__list li span {
  flex: 1;
}
.p-recruit-list__list li + li {
  margin-top: 10px;
}
.p-recruit-list__list + * {
  margin-top: 30px;
}
.p-recruit-list__btn {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-recruit-list__btn {
    margin-top: 60px;
  }
}
.p-recruit-list__btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-recruit-detail
-----------------------------------------*/
.p-recruit-detail__dl .inner {
  display: flex;
  align-items: flex-start;
  gap: 15px 53px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #CCCCCC;
}
@media screen and (max-width: 992px) {
  .p-recruit-detail__dl .inner {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__dl .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.p-recruit-detail__dl .inner:first-child {
  border-top: 1px solid #CCCCCC;
}
.p-recruit-detail__dt {
  width: 30rem;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2777777778;
  color: #1A1A53;
}
@media screen and (max-width: 992px) {
  .p-recruit-detail__dt {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__dt {
    font-size: 1.6rem;
  }
}
.p-recruit-detail__dt::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(to right, #EA4E27 0%, #F9A322 100%);
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__dt::before {
    width: 10px;
  }
}
.p-recruit-detail__dt span {
  flex: 1;
}
.p-recruit-detail__dd {
  flex: 1;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__dd {
    font-size: 1.4rem;
  }
}
.p-recruit-detail__dd-list li {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  gap: 9.5px;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__dd-list li {
    font-size: 1.4rem;
  }
}
.p-recruit-detail__dd-list li::before {
  content: "";
  width: 3px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #000;
  margin-top: 10px;
  margin-left: 9.5px;
}
.p-recruit-detail__dd-list li span {
  flex: 1;
}
.p-recruit-detail__dd-list li + li {
  margin-top: 10px;
}
.p-recruit-detail__btn {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit-detail__btn {
    margin-top: 30px;
  }
}
.p-recruit-detail__btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-case
-----------------------------------------*/
.p-case .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-case .l-undermv + * {
    padding-top: 30px;
  }
}

.p-case-list .c-pagination .page-numbers {
  justify-content: center;
}

.p-case-single__h1 {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .p-case-single__h1 {
    font-size: 2rem;
  }
}
.p-case-single__h1 + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-case-single__h1 + * {
    margin-top: 30px;
  }
}
.p-case-single__content h2 {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #EA4E27;
}
@media screen and (max-width: 767px) {
  .p-case-single__content h2 {
    font-size: 1.6rem;
  }
}
.p-case-single__content h2 + * {
  margin-top: 10px;
}
.p-case-single__content p {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .p-case-single__content p {
    font-size: 1.4rem;
  }
}
.p-case-single__content p + * {
  margin-top: 10px;
}
.p-case-single__content p + *.wp-block-separator {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-case-single__content p + *.wp-block-separator {
    margin-top: 40px;
  }
}
.p-case-single__content p + h2 {
  margin-top: 30px;
}
.p-case-single__content .wp-block-separator {
  border-bottom: 1px solid #CCCCCC;
}
.p-case-single__content .wp-block-separator + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-case-single__content .wp-block-separator + * {
    margin-top: 40px;
  }
}
.p-case-single__content + * {
  margin-top: 60px;
}

/* -------------------------------------
        p-success
-----------------------------------------*/
.p-success .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-success .l-undermv + * {
    padding-top: 30px;
  }
}

.p-success-list__body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-success-list__body + * {
    margin-top: 40px;
  }
}
.p-success-list__item + .p-success-list__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-success-list__item + .p-success-list__item {
    margin-top: 40px;
  }
}
.p-success-list__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px 40px;
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .p-success-list__link {
    gap: 20px;
    padding: 40px 25px;
  }
}
.p-success-list__title {
  width: 100%;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #1A1A53;
}
@media screen and (max-width: 992px) {
  .p-success-list__title {
    order: 2;
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 767px) {
  .p-success-list__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .p-success-list__icon {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-success-list__icon {
    width: 50px;
  }
}
.p-success-list__icon img {
  width: 58px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-success-list__icon img {
    width: 50px;
  }
}
.p-success-list__icon figcaption {
  margin-top: 5px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-success-list__icon figcaption {
    font-size: 1rem;
    text-align: center;
  }
}
.p-success-list__icon figcaption small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-success-list__icon figcaption small {
    font-size: 1rem;
  }
}
.p-success-list__details {
  flex: 1;
  max-width: 327px;
}
@media screen and (max-width: 992px) {
  .p-success-list__details {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-success-list__details {
    width: 100%;
    max-width: none;
    flex: initial;
  }
}
.p-success-list__details.--before .p-success-list__details-title {
  background-color: #999;
}
.p-success-list__details.--after .p-success-list__details-title {
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
}
.p-success-list__details-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 3px;
  font-family: "Roboto", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: #fff;
  padding: 3px 10px 1px;
}
.p-success-list__details-title + * {
  margin-top: 5px;
}
.p-success-list__details-company {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-success-list__details-company {
    font-size: 1.5rem;
  }
}
.p-success-list__details-company + * {
  margin-top: 2px;
}
.p-success-list__details-position {
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  color: #444;
}
.p-success-list__details-salary {
  margin-top: 10px;
  border-top: 1px solid #D6D6D6;
  padding-top: 5px;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.p-success-list__details + .p-success-list__details {
  margin-left: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-success-list__details + .p-success-list__details {
    margin-left: 0;
    margin-top: 35px;
  }
}
.p-success-list__details + .p-success-list__details::before {
  content: "";
  display: block;
  width: 17px;
  aspect-ratio: 17/15;
  background: url(../img/success/details-arrow.png) 50%/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translate(-100%, -50%);
}
@media screen and (max-width: 767px) {
  .p-success-list__details + .p-success-list__details::before {
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%) rotate(90deg);
  }
}
.p-success-list__tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
@media screen and (max-width: 992px) {
  .p-success-list__tags {
    order: 5;
  }
}
.p-success-list__tags li {
  padding: 1px;
  border-radius: 4px;
  background: linear-gradient(to right, #30348C 0%, #9B338C 100%);
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  line-height: 1.5833333333;
  color: #222;
}
@media screen and (max-width: 767px) {
  .p-success-list__tags li {
    font-size: 1.1rem;
  }
}
.p-success-list__tags li span {
  display: block;
  background-color: #fff;
  border-radius: 3px;
  padding: 2px 9px;
}

.p-success-single .p-success-list__item + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-success-single .p-success-list__link {
    align-items: flex-start;
    gap: 20px 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-success-single .p-success-list__details {
    width: calc(100% - 50px - 15px);
    margin-left: auto;
  }
}
.p-success-single__point {
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
  padding: 3px;
  border-radius: 20px;
}
.p-success-single__point-inner {
  border-radius: 18px;
  background-color: #fff;
  padding: 47px 77px;
}
@media screen and (max-width: 767px) {
  .p-success-single__point-inner {
    padding: 47px 37px;
  }
}
.p-success-single__point-title {
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .p-success-single__point-title {
    font-size: 2rem;
  }
}
.p-success-single__point-title + * {
  margin-top: 30px;
}
.p-success-single__point-item + .p-success-single__point-item {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #CCCCCC;
}
.p-success-single__point-h3 {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-success-single__point-h3 {
    font-size: 1.6rem;
  }
}
.p-success-single__point-h3 .num {
  width: 32px;
  aspect-ratio: 1/1;
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.03em;
  line-height: 1;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-success-single__point-h3 + * {
  margin-top: 10px;
}
.p-success-single__point-text {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-success-single__point-text {
    font-size: 1.4rem;
  }
}
.p-success-single__point + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-success-single__point + * {
    margin-top: 40px;
  }
}
.p-success-single__btn-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.8;
  color: #1A1A53;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-success-single__btn-text {
    font-size: 1.4rem;
  }
}
.p-success-single__btn-text + * {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-success-single__btn-text + * {
    margin-top: 10px;
  }
}
.p-success-single__btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-installation
-----------------------------------------*/
.p-installation .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-installation .l-undermv + * {
    padding-top: 30px;
  }
}

.p-installation-list__body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-installation-list__body + * {
    margin-top: 40px;
  }
}
.p-installation-list__item + .p-installation-list__item {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-installation-list__item + .p-installation-list__item {
    margin-top: 40px;
  }
}
.p-installation-list__link {
  display: block;
  background-color: #F6F6F6;
  border-radius: 30px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .p-installation-list__link {
    padding: 40px 25px;
  }
}
.p-installation-list__client {
  display: flex;
  align-items: center;
  gap: 4px 10px;
}
@media screen and (max-width: 767px) {
  .p-installation-list__client {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-installation-list__client-tag {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(to right, #ED833E 0%, #E36459 50%, #AF2F9A 100%);
  border-radius: 3px;
  padding: 5px 10px 3px;
}
.p-installation-list__client-name {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-installation-list__client-name {
    font-size: 1.4rem;
  }
}
.p-installation-list__client + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-installation-list__client + * {
    margin-top: 20px;
  }
}
.p-installation-list__title {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #1A1A53;
}
@media screen and (max-width: 767px) {
  .p-installation-list__title {
    font-size: 2rem;
  }
}
.p-installation-list__title + * {
  margin-top: 20px;
}
.p-installation-list__text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-installation-list__text {
    font-size: 1.4rem;
  }
}

.p-installation-single__btn .c-btn {
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        p-blog
-----------------------------------------*/
.p-blog-list .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-blog-list .l-undermv + * {
    padding-top: 30px;
  }
}
.p-blog-list__main-body {
  display: flex;
  flex-wrap: wrap;
  gap: 60px 40px;
}
@media screen and (max-width: 767px) {
  .p-blog-list__main-body {
    gap: 50px;
  }
}
.p-blog-list__main-body .l-blog-list__item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .p-blog-list__main-body .l-blog-list__item {
    width: 100%;
  }
}
.p-blog-list__main-body .l-blog-list__item:first-child {
  width: 100%;
}
.p-blog-list__main-body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-blog-list__main-body + * {
    margin-top: 50px;
  }
}

.p-blog-single .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-blog-single .l-undermv + * {
    padding-top: 30px;
  }
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info-list .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-info-list .l-undermv + * {
    padding-top: 30px;
  }
}
.p-info-list__main-body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-info-list__main-body + * {
    margin-top: 50px;
  }
}

.p-info-single .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-info-single .l-undermv + * {
    padding-top: 30px;
  }
}

/* -------------------------------------
        p-terms
-----------------------------------------*/
.p-terms.l-main--under {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-terms.l-main--under {
    padding-bottom: 80px;
  }
}
.p-terms .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-terms .l-undermv + * {
    padding-top: 30px;
  }
}
.p-terms__body {
  display: flex;
  align-items: flex-start;
  gap: 96px;
}
.p-terms__main {
  flex: 1;
}
.p-terms__main + * {
  margin-top: 0;
}
.p-terms__side {
  width: 267px;
  position: -webkit-sticky;
  position: sticky;
  top: 130px;
  right: 0;
}
@media screen and (max-width: 1023px) {
  .p-terms__side {
    top: 90px;
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-terms__side {
    top: 79px;
  }
}
.p-terms__side-item {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.p-terms__side-item::before {
  content: "-";
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 2px;
}
.p-terms__side-item + .p-terms__side-item {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-terms__side-item + .p-terms__side-item {
    margin-top: 10px;
  }
}
.p-terms__side-link {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #666666;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .p-terms__side-link {
    font-size: 1.4rem;
  }
}
.p-terms__side-link:hover, .p-terms__side-link:focus-visible {
  color: #EA4E27;
}

/* -------------------------------------
        p-policy
-----------------------------------------*/
.p-policy.l-main--under {
  padding-bottom: 140px;
}
@media screen and (max-width: 767px) {
  .p-policy.l-main--under {
    padding-bottom: 80px;
  }
}
.p-policy .l-undermv + * {
  padding-top: 60px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-policy .l-undermv + * {
    padding-top: 30px;
  }
}
.p-policy .p-terms__side {
  width: 300px;
}
@media screen and (max-width: 1023px) {
  .p-policy .p-terms__side {
    width: 267px;
  }
}
.p-policy .p-terms__side-link {
  font-size: 1.4rem;
}

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

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

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

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

.u-mt50 {
  margin-top: 50px !important;
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #92846F;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

/* -------------------------------------
        animation
-----------------------------------------*/
@-webkit-keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flowingRight1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@keyframes flowingRight2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
@-webkit-keyframes flowingLeft1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes flowingLeft1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes flowingLeft2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes flowingLeft2 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
/* -------------------------------------
    設定
-----------------------------------------*/