@charset "UTF-8";

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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*/
  scroll-behavior: smooth;
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

html {
  font-size: 100%;
  font-weight: 350;
}

body {
  font-family: "Noto Sans JP", Arial, "Hiragino Sans", "sans-serif";
  line-height: 1.2;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  color: #333333;
}

a {
  cursor: pointer;
}

img {
  width: 100%;
}

.l-header {
  position: fixed;
  width: 100%;
  height: 80px;
  padding: 0 60px;
  display: flex;
  flex-direction: row;
  align-items: center;
  z-index: 997;
}

@media screen and (max-width: 960px) {
  .l-header {
    padding: 0 20px;
  }
}

.l-header__cta-btn {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.planb_logo_top {
  width: 170px;
  transition: all 0.2s;
  filter: drop-shadow(5px 5px 5px #aaa);
}

.planb_logo_top:hover {
  opacity: 0.6;
}

@media screen and (max-width: 960px) {
  .planb_logo_top {
    width: 140px;
  }
}

@media screen and (max-width: 428px) {
  .planb_logo_top {
    width: 120px;
  }
}

.l-footer {
  width: 100%;
  /*height: 85px;*/
  display: grid;
  place-items: center;
  padding: 2rem 0;
  background-color: #3e3a39;
}

/* @media screen and (max-width: 960px) {
  .l-footer {
    height: 40px;
  }
} */

.l-footer__copyright {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .l-footer__copyright {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.l-inner {
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-inner--750 {
  margin: 0 auto;
  width: min(750px, 100%);
}

.l-inner--900 {
  margin: 0 auto;
  width: min(900px, 100%);
}

.l-inner--1100 {
  margin: 0 auto;
  padding: 0 20px;
  width: min(1100px, 100%);
}

.l-inner--1260 {
  max-width: 1260px;
  margin: 0 auto;
}

.l-section {
  width: 100%;
}

.slick-item {
  width: 20%;
  height: 160px !important;
  display: grid;
  place-items: center;
  transform: translateZ(0) scale(1) !important;
}

.slick-item p {
  padding: 0 0.1em;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .slick-item p {
    writing-mode: vertical-rl;
    text-align: start;
  }
}

.slick-slide:nth-of-type(odd) {
  background-color: #f6f7bf;
}

.slick-slide:nth-of-type(even) {
  background-color: #e2e740;
}

.slick-current {
  position: relative;
  color: #ffffff;
  transform: translateZ(0) scale(1.1) !important;
  z-index: 1 !important;
}

.slick-current p {
  background-color: #e3007f;
}

.slick .prev-current p,
.slick .next-current p {
  background-color: #e2e740;
}

.c-ham-btn {
  width: 60px;
  height: 60px;
  padding: 5px;
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 10px;
  z-index: 999;
}

.c-ham-btn__line {
  transition: all 0.3s;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
  width: 50%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 50px;
}

.c-ham-btn__line:nth-of-type(1) {
  top: 30%;
}

.c-ham-btn__line:nth-of-type(2) {
  top: 50%;
}

.c-ham-btn__line:nth-of-type(3) {
  top: 70%;
}

.c-ham-btn.active .c-ham-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.c-ham-btn.active .c-ham-btn__line:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleX(0);
}

.c-ham-btn.active .c-ham-btn__line:nth-of-type(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c-figure-wages {
  width: 100%;
  padding: 60px 40px 40px;
  background-color: #ffffff;
}

@media screen and (max-width: 960px) {
  .c-figure-wages {
    padding: 40px 20px 20px;
  }
}

.c-figure-wages__list {
  display: flex;
  justify-content: space-around;
  gap: 30px;
}

@media screen and (max-width: 960px) {
  .c-figure-wages__list {
    padding: 20px 0;
    flex-direction: column;
    gap: 60px;
  }
}

.c-figure-wages__item {
  width: min(100%, 200px);
  padding-bottom: 20px;
  /* background-color: #f6f7bf; */
  border: 4px solid #dae000;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .c-figure-wages__item {
    margin: 0 auto;
  }
}

/* .c-figure-wages__item:nth-of-type(1) .c-figure-wages__grade::after {
  content: "BASIC";
}

.c-figure-wages__item:nth-of-type(2) .c-figure-wages__grade::after {
  content: "STANDARD";
}

.c-figure-wages__item:nth-of-type(3) .c-figure-wages__grade::after {
  content: "ADVANCE";
} */

.c-figure-wages__grade {
  position: relative;
  margin-top: -20px;
  width: 110px;
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 10px 0;
  background-color: #dae000;
}

.c-figure-wages__grade::after {
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 78%;
  right: -20%;
  font-size: 26px;
  font-size: 1.2rem;
  color: #e2e740;
  mix-blend-mode: multiply;
  font-weight: 100;
}

.c-figure-wages__work {
  margin-top: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.c-figure-wages__price {
  margin-top: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

.c-figure-wages__label {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #231815;
  color: #ffffff;
  font-size: 14px;
  font-size: 1rem;
}

.c-figure-wages__process {
  margin-top: 10px;
  line-height: 1.5;
}

.c-figure-wages__note {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
}

.c-figure-wages__note span {
  font-size: 24px;
  font-size: 1.5rem;
}

.c-card {
  width: 100%;
}

.c-card__img {
  width: 100%;
}

.c-card__desc {
  margin-top: 1em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.c-card__desc a p:hover {
  text-decoration: underline;
}

.c-card__txt {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}

.c-card__txt__wrapper {
  width: fit-content;
}

.c-card__txt__icon {
  width: 40px;
  margin-right: 0.5em;
  object-position: center;
}

.c-card__icon {
  width: 25px;
}

@media screen and (max-width: 960px) {
  .c-card__icon {
    width: 20px;
  }
}

.c-cta-btn {
  position: relative;
  padding: 15px 20px;
  border-radius: 200px;
  display: inline-block;
  overflow: hidden;
  background-color: #e3007f;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.3s;
}

@media screen and (max-width: 960px) {
  .c-cta-btn {
    padding: 15px;
  }
}

.c-cta-btn__txt {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  z-index: 3;
}

@media screen and (max-width: 960px) {
  .c-cta-btn__txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 428px) {
  .c-cta-btn__txt {
    font-size: 12px;
  }
}

.hoverbg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #333;
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform-origin: right top;
  transform: scale(0, 1);
}

.hoverbg:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.c-profile {
  width: 100%;
}

.c-profile__pic {
  position: relative;
  width: 100%;
  max-height: 450px;
  /* overflow: hidden; */
  z-index: -1;
}

.c-profile__pic img {
  /* padding-bottom: 100px; */
  height: 100%;
  height: 450px;
  object-position: 0 -55px;
  object-fit: cover;
}

@media screen and (max-width: 960px) {
  .c-profile__pic img {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 960px) {
  .c-profile__pic img {
    object-position: center;
  }
}

.c-profile__pic--txt {
  position: absolute;
  top: 60px;
  left: 20px;
}

@media screen and (max-width: 960px) {
  .c-profile__pic--txt {
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
    width: 55%;
    text-align: center;
  }
}

.c-profile__pic--txt .cat {
  padding: 15px 25px 15px 40px;
  background-color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .c-profile__pic--txt .cat {
    padding: 10px 20px;
    background-color: #231815;
    color: #ffffff;
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-profile__pic--txt .name {
  color: #ffffff;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.8;
  text-shadow: 0px 0px 3px rgba(51, 51, 51, 0.5);
}

@media screen and (max-width: 960px) {
  .c-profile__pic--txt .name {
    margin: 5px 0px;
    text-align: center;
    color: #333333;
    font-size: 20px;
    font-size: 1.25rem;
    text-shadow: none;
  }
}

.c-profile__desc {
  gap: 5%;
}

@media screen and (max-width: 960px) {
  .c-profile__desc {
    flex-direction: column;
    align-items: center;
  }
}

.c-profile__catch {
  width: fit-content;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .c-profile__catch {
    margin: 0 auto;
  }
}

.c-profile__catch p {
  position: relative;
  padding: 50px 0;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 960px) {
  .c-profile__catch p {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
  }
}

.c-profile__catch p span {
  display: inline-block;
}

.c-profile__interview {
  margin-top: 15px;
  width: 50%;
}

@media screen and (max-width: 960px) {
  .c-profile__interview {
    margin-top: 0;
  }
}

.c-profile__interview:not(:last-child) {
  padding-right: 3%;
}

@media screen and (max-width: 960px) {
  .c-profile__interview:not(:last-child) {
    padding-right: 0;
    padding-bottom: 40px;
  }
}

.c-profile__interview:not(:first-child) {
  padding-left: 3%;
  border-left: 1px solid #333333;
}

@media screen and (max-width: 960px) {
  .c-profile__interview:not(:first-child) {
    padding-left: 0;
    padding-top: 40px;
    border-left: none;
    border-top: 1px solid #333333;
  }
}

@media screen and (max-width: 960px) {
  .c-profile__interview {
    width: min(550px, 90%);
  }
}

.c-profile__interview__wrapper {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 960px) {
  .c-profile__interview__wrapper {
    margin-top: 15px;
    flex-direction: column;
    align-items: center;
  }
}

.c-profile__interview__question {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}

.c-profile__interview__question span {
  padding-right: 0.5em;
}

@media screen and (max-width: 960px) {
  .c-profile__interview__question {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.c-profile__interview__answer {
  margin-top: 40px;
  font-size: 20px;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .c-profile__interview__answer {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-profile__info {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.c-profile__info__inner {
  width: 100%;
}

.c-profile__info__subttl {
  text-align: center;
  margin-bottom: 10px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .c-profile__info__subttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.2rem;
    font-weight: 600;
  }
}

.c-profile__info__body {
  margin-top: 10px;
  padding: 10px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

@media screen and (max-width: 960px) {
  .c-profile__info__body {
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
}

.c-profile__info__fav {
  width: 40%;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .c-profile__info__fav {
    width: fit-content;
  }
}

.c-profile__info__fav--list {
  padding: 15px 20px;
  background-color: #f6f7bf;
  display: grid;
  grid-template-columns: repeat(2, auto);
  border: 4px solid #e2e740;
}

.c-profile__info__fav--list dt,
.c-profile__info__fav--list dd {
  padding: 5px 0;
  font-size: 16px;
  font-size: 1rem;
}

.c-profile__info__fav--list dt {
  text-align: right;
  font-weight: 400;
  grid-column: 1;
}

.c-profile__info__fav--list dd {
  grid-column: 2;
}

.c-profile__info__gallery {
  width: 55%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  grid-column-gap: 5%;
}

@media screen and (max-width: 960px) {
  .c-profile__info__gallery {
    width: min(550px, 90%);
    padding: 20px 20px 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 20px;
  }
}

.c-profile__info__gallery .c-profile__info__subttl {
  grid-area: 1/1/2/4;
}

@media screen and (max-width: 960px) {
  .c-profile__info__gallery .c-profile__info__subttl {
    grid-area: 1/1/2/2;
  }
}

.c-profile__info__gallery--pic {
  height: 100%;
}

.c-profile__info__gallery--pic img {
  object-fit: cover;
  height: 100%;
}

.c-profile__info__gallery--pic:nth-of-type(1) {
  grid-area: 2/1/3/2;
}

@media screen and (max-width: 960px) {
  .c-profile__info__gallery--pic:nth-of-type(1) {
    grid-area: 2/1/3/2;
  }
}

.c-profile__info__gallery--pic:nth-of-type(2) {
  grid-area: 2/2/3/3;
}

@media screen and (max-width: 960px) {
  .c-profile__info__gallery--pic:nth-of-type(2) {
    grid-area: 3/1/4/2;
  }
}

.c-profile__info__gallery--pic:nth-of-type(3) {
  grid-area: 2/3/3/4;
}

@media screen and (max-width: 960px) {
  .c-profile__info__gallery--pic:nth-of-type(3) {
    grid-area: 4/1/5/2;
  }
}

.c-accordion {
  width: 100%;
  background-color: #3e3a39;
}

.c-accordion p {
  color: #ffffff;
}

.c-accordion__question,
.c-accordion__answer {
  padding: 20px;
}

.c-accordion__question {
  display: flex;
  justify-content: space-between;
}

.c-accordion__question p {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .c-accordion__question p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-accordion__question .icon {
  position: relative;
  width: 30px;
  height: 30px;
  transition: all 0.3s;
}

.c-accordion__question .icon::before,
.c-accordion__question .icon::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center;
}

.c-accordion__question .icon::before {
  width: 2px;
  height: 100%;
  transform: translate(-50%, -50%) rotate(0) scale(1);
  transition: all 0.3s;
}

.c-accordion__question .icon::after {
  width: 100%;
  height: 2px;
}

.c-accordion__question.active .icon::before {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg);
}

.c-accordion__answer {
  display: block;
  border-top: 1px solid #ffffff;
}

.c-accordion__answer p {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 960px) {
  .c-accordion__answer p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-figure-vision-map {
  height: 100vh;
  background-color: rgb(190, 208, 230);
  display: grid;
  place-items: center;
}

.c-figure-vision-map__wrapper {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__wrapper {
    padding-bottom: 0;
    place-items: flex-start;
  }
}

.c-figure-vision-map__box {
  position: relative;
  width: min(90%, 1100px);
  aspect-ratio: 3/2;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__box {
    width: auto;
    height: auto;
  }
}

.c-figure-vision-map__item {
  position: absolute;
  display: flex;
  padding-left: 1em;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item {
    position: relative;
  }
}

.c-figure-vision-map__item__wrapper {
  position: absolute;
  inset: 0;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item__wrapper {
    position: static;
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}

.c-figure-vision-map__item--num {
  font-size: clamp(38px, 2.7vw, 46px);
  font-weight: 600;
  line-height: 0.9;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 0.5em;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item--num {
    width: 1em;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.2;
  }
}

.c-figure-vision-map__item--desc {
  width: 15em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8em;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item--desc {
    width: auto;
  }
}

.c-figure-vision-map__item--desc--heading {
  font-size: clamp(12px, 1vw, 14px);
  white-space: nowrap;
}

.c-figure-vision-map__item--desc--heading > span {
  margin-right: 0.2em;
  font-size: clamp(28px, 2.3vw, 36px);
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item--desc--heading > span {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.c-figure-vision-map__item--desc--txt {
  font-size: clamp(16px, 1.2vw, 20px);
  line-height: 1.2;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item--desc--txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.c-figure-vision-map__item::after {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 1px;
  height: 80px;
  top: 0;
  left: 0;
}

.c-figure-vision-map__item:nth-of-type(1) {
  top: 0;
  left: 27%;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item:nth-of-type(1) {
    inset: 0;
  }
}

.c-figure-vision-map__item:nth-of-type(2) {
  top: 40%;
  right: -2.6%;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item:nth-of-type(2) {
    inset: 0;
  }
}

.c-figure-vision-map__item:nth-of-type(3) {
  bottom: -10%;
  left: 36%;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item:nth-of-type(3) {
    inset: 0;
  }
}

.c-figure-vision-map__item:nth-of-type(4) {
  top: 44%;
  left: 0;
}

@media screen and (max-width: 960px) {
  .c-figure-vision-map__item:nth-of-type(4) {
    inset: 0;
  }
}

.circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  aspect-ratio: 1/1;
  background-color: #dae000;
  border-radius: 100%;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 960px) {
  .circle {
    display: none;
  }
}

.arrow__wrapper {
  width: 65%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}

@media screen and (max-width: 960px) {
  .arrow__wrapper {
    display: none;
  }
}

#arrow-mask path {
  fill: none;
  stroke: #ffffff;
  stroke-width: 99;
  stroke-dasharray: 1800px;
  stroke-dashoffset: 1800px;
}

#mask path:nth-of-type(2) {
  animation: line 3s 0.6s forwards;
}

#mask path:nth-of-type(3) {
  animation: line 3s 0.7s forwards;
}

#mask path:nth-of-type(4) {
  animation: line 3s 0.8s forwards;
}

#mask path:nth-of-type(5) {
  animation: line 3s 1.3s forwards;
}

#mask path:nth-of-type(6) {
  animation: line 3s 1.6s forwards;
}

#mask path:nth-of-type(7) {
  animation: line 3s 2s forwards;
}

#arrow {
  mask: url(#arrow-mask-wrapper);
  fill: #dae000;
  opacity: 0.8;
}

#arrow-mask.active path {
  animation: line 3s ease-in-out 0.4s forwards;
}

@keyframes line {
  0% {
    stroke-dashoffset: 1026.2996826172px;
    stroke-dasharray: 1026.2996826172px;
    -webkit-transition: stroke-dashoffset 1.5s
      cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

.p-gnav {
  width: 100vw;
  height: 100vw;
  padding: 10vh;
  position: fixed;
  inset: 0;
  background-color: #231815;
  opacity: 0;
  visibility: collapse;
  transition: all 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 60px;
  z-index: 998;
}

.p-gnav.active {
  opacity: 1;
  visibility: visible;
}

.p-gnav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #ffffff;
}

.p-gnav__list {
  font-size: 24px;
  font-size: 1.5rem;
}

.p-hero {
  position: relative;
  width: 100%;
  padding-bottom: 120px;
  overflow: hidden;
  font-family: "Zen Kurenaido", sans-serif;
}
@media screen and (max-width: 960px) {
  .p-hero {
    padding-top: 150px;
  }
}

@media screen and (max-width: 480px) {
  .p-hero {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}

.p-hero__bg {
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0;
  background-position: 50% 100%;
  background-size: cover;
  background-image: url(../img/top_bgi2.jpg);
  z-index: -1;
}

.p-hero__bg--wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0);
}

.p-hero__inner {
  padding-top: 150px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-hero__inner {
    padding-top: 0;
  }
}

.p-hero__anim__list {
  display: flex;
  flex-direction: column;
}

.p-hero__anim__item {
  position: relative;
  width: 90%;
  height: 300px;
}

@media screen and (max-width: 960px) {
  .p-hero__anim__item {
    width: 180%;
    height: 150px;
    padding-bottom: 26%;
  }
}

@media screen and (max-width: 960px) {
  .p-hero__anim__item {
    height: 170px;
  }
}

.p-hero__anim__item:nth-child(odd) {
  transform: translateX(-100px) rotate(5deg);
  transform-origin: right;
  align-self: flex-start;
}

@media screen and (max-width: 960px) {
  .p-hero__anim__item:nth-child(odd) {
    transform: translateX(-50%) rotate(5deg);
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item:nth-child(odd) {
    margin-top: 10%;
  }
}

.p-hero__anim__item:nth-child(even) {
  transform: translateX(100px) rotate(-5deg);
  align-self: flex-end;
  transform-origin: left;
}

@media screen and (max-width: 960px) {
  .p-hero__anim__item:nth-child(even) {
    transform: translateX(50%) rotate(-5deg);
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item:nth-child(even) {
    margin-top: 10%;
  }
}

.p-hero__anim__item--belt {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
}

.p-hero__anim__item--belt img {
  object-fit: cover;
  height: 80%;
}

.p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--belt {
  left: 0;
  top: 30%;
  transform: translateX(-100%);
}

.p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--belt img {
  object-position: right;
}

.p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--belt {
  right: 0;
  top: 30%;
  transform: translateX(100%);
}

.p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--belt img {
  object-position: left;
}

.p-hero__anim__item--illust {
  position: absolute;
  bottom: 0;
  width: 300px;
  height: 100%;
  display: flex;
  align-items: flex-end;
  opacity: 0;
}

.p-hero__anim__item--illust img {
  object-fit: contain;
  width: 180%;
}

@media screen and (max-width: 1250px) {
  .p-hero__anim__item--illust img {
    width: 180%;
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item--illust img {
    width: 300%;
  }
}

@media screen and (max-width: 900px) {
  .p-hero__anim__item--illust {
    width: 15%;
  }
}

.p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--illust {
  right: 15%;
}

@media screen and (max-width: 900px) {
  .p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--illust {
    left: 75%;
    top: 20%;
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--illust {
    left: 65%;
    top: 15%;
  }
}

.p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--illust {
  left: 5%;
  top: 10%;
}

@media screen and (max-width: 1250px) {
  .p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--illust {
    left: 0%;
  }
}

@media screen and (max-width: 900px) {
  .p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--illust {
    left: 0%;
    z-index: 3;
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--illust {
    top: 20%;
  }
}

.p-hero__anim__item--txt {
  position: absolute;
  bottom: 90px;
  transform: scale(-1);
  opacity: 0;
}

.p-hero__anim__item--txt p {
  transform: scale(-1);
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.4);
}

.p-hero__anim__item--txt span {
  display: inline-block;
}

@media screen and (max-width: 900px) {
  .p-hero__anim__item--txt p {
    font-size: 18px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item--txt p {
    font-size: 1.2rem;
  }
}

.p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--txt {
  left: 25%;
}

@media screen and (max-width: 1250px) {
  .p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--txt {
    left: 20%;
  }
}

@media screen and (max-width: 900px) {
  .p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--txt {
    left: 60%;
    top: 70%;
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item:nth-of-type(odd) .p-hero__anim__item--txt {
    left: 50%;
    top: 110%;
  }
}

.p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--txt {
  right: 30%;
}

@media screen and (max-width: 900px) {
  .p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--txt {
    right: 65%;
    top: 70%;
    z-index: 4;
  }
}

@media screen and (max-width: 480px) {
  .p-hero__anim__item:nth-of-type(even) .p-hero__anim__item--txt {
    right: 50%;
    top: 110%;
  }
}

@keyframes slideInFromLeft {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

@keyframes slideInFromRight {
  from {
    transform: translateX(100%);
  }

  to {
    transform: translateX(0);
  }
}

.p-hero .p-hero__anim__item:nth-child(1) .p-hero__anim__item--belt {
  animation: slideInFromLeft 1.5s ease-out 0s 1 normal forwards;
}

.p-hero .p-hero__anim__item:nth-child(2) .p-hero__anim__item--belt {
  animation: slideInFromRight 1.5s ease-out 0.4s 1 normal forwards;
}

.p-hero .p-hero__anim__item:nth-child(3) .p-hero__anim__item--belt {
  animation: slideInFromLeft 1.5s ease-out 0.8s 1 normal forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.p-hero .p-hero__anim__item:nth-child(1) .p-hero__anim__item--illust,
.p-hero .p-hero__anim__item:nth-child(1) .p-hero__anim__item--txt {
  animation: fadeIn 1.5s ease-out 0s 1 normal forwards;
}

.p-hero .p-hero__anim__item:nth-child(2) .p-hero__anim__item--illust,
.p-hero .p-hero__anim__item:nth-child(2) .p-hero__anim__item--txt {
  animation: fadeIn 1.5s ease-out 0.4s 1 normal forwards;
}

.p-hero .p-hero__anim__item:nth-child(3) .p-hero__anim__item--illust,
.p-hero .p-hero__anim__item:nth-child(3) .p-hero__anim__item--txt {
  animation: fadeIn 1.5s ease-out 0.8s 1 normal forwards;
}

.p-hero__desc {
  width: 100%;
  padding: 70vh 0 65vh;
  position: relative;
  margin: 120px auto 0;
  background: linear-gradient(180deg, transparent 0%, rgb(35, 24, 21) 45%);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.p-hero__desc__inner {
  margin: 0 0 0 auto;
  padding: 0 60px;
}

.p-hero__desc--ttl {
  color: #ffffff;
  font-size: 32px;
  font-size: 2rem;
}

.p-hero__desc--txt {
  margin-top: 5em;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 960px) {
  .p-hero__desc--txt {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-outlooks {
  position: relative;
  width: 100%;
  z-index: 10;
}

.p-outlooks--catch {
  width: min(770px, 60%);
  padding: 20px 20px 40px;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-outlooks--catch {
    width: min(430px, 80%);
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-outlooks--catch span {
  display: block;
  margin-bottom: 1em;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 960px) {
  .p-outlooks--catch span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-outlooks__slider {
  margin-top: -10px;
  width: 100%;
}

.p-concept {
  margin-top: 90px;
}

.p-concept__txt {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-concept__txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-concept__txt span {
  display: block;
  margin-bottom: 1em;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-concept__txt span {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-message {
  width: 100%;
  padding: 0 60px;
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .p-message {
    padding: 0 20px;
    margin-top: 40px;
  }
}

.p-message__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-message__inner {
    flex-direction: column;
    gap: 50px;
  }
}

.p-message__body {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .p-message__body {
    width: 100%;
  }
}

.p-message__ttl {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-message__ttl {
    font-size: 24px;
    font-size: 1.5rem;
    text-align: center;
  }
}

.p-message__txt {
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 30px;
}

.p-message__txt:first-of-type {
  margin-top: 45px;
}

@media screen and (max-width: 960px) {
  .p-message__txt {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
}

.p-message__img {
  width: 45%;
}

@media screen and (max-width: 960px) {
  .p-message__img {
    width: min(360px, 100%);
  }
}

.p-about {
  width: 100%;
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-about {
    margin-top: 90px;
  }
}

.p-about__primary {
  width: 100%;
  padding: 40px 0;
  /* background-color: #231815; */
  color: #ffffff;
  font-size: 36px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background-image: url(../img/top_bgi2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-about__primary {
    font-size: 25px;
    font-size: 1.8rem;
  }
}

.p-about__inner {
  display: grid;
  place-items: center;
}

.p-about__catch {
  margin-top: 60px;
}

.p-about__catch--formula {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 960px) {
  .p-about__catch--formula {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.p-about__catch .letter-frame {
  display: inline-block;
  margin-top: 40px;
}

@media screen and (max-width: 960px) {
  .p-about__catch .letter-frame {
    margin-top: 30px;
  }
}

.p-about__catch .letter-frame .frame {
  padding: 0.4em;
}

.p-about__catch .letter-frame .frame-01 {
  border: 5px solid #e3007f;
}

@media screen and (max-width: 960px) {
  .p-about__catch .letter-frame .frame-01 {
    border: 3px solid #e3007f;
  }
}

.p-about__catch .letter-frame .frame-01:last-child {
  border-left: none;
}

.p-about__catch .letter-frame .frame-02 {
  border: 5px solid #dae000;
}

@media screen and (max-width: 960px) {
  .p-about__catch .letter-frame .frame-02 {
    border: 3px solid #dae000;
  }
}

.p-about__catch .letter-frame .frame-02:last-child {
  border-left: none;
}

.p-about__catch--note p {
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-about__catch--note p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-about__message {
  margin-top: 90px;
}

@media screen and (max-width: 960px) {
  .p-about__message {
    margin-top: 40px;
  }
}

.p-about__message--txt {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-about__message--txt {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-about__message--txt.strong {
  margin-top: 2em;
  font-weight: 600;
  font-size: 24px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-about__message--txt.strong {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-about__mission {
  margin-top: 60px;
}

.p-about__mission--note {
  display: flex;
  flex-direction: column;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-about__mission--note {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.p-about__mission--note span {
  width: fit-content;
  padding: 5px 8px;
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #dae000;
}

@media screen and (max-width: 960px) {
  .p-about__mission--note span {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.p-about__mission--theme {
  margin: 10px;
  padding: 15px 45px;
  color: #e3007f;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-about__mission--theme {
    padding: 15px 20px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-about__mission--theme span {
  display: inline-block;
}

.p-system {
  margin-top: 115px;
  padding-bottom: 200px;
  background-color: #e8e6e6;
}

@media screen and (max-width: 960px) {
  .p-system {
    margin-top: 80px;
    padding-bottom: 120px;
  }
}

.p-system__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-system__ttl {
  margin-top: -70px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-system__ttl {
    margin-top: -25px;
  }
}

.p-system__ttl--txt {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-system__ttl--txt {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-system__partnership {
  margin-top: 60px;
  width: min(100%, 650px);
}

.p-system__partnership--ttl {
  text-align: center;
  font-size: 18px;
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-system__partnership--ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-system__partnership--desc {
  position: relative;
  width: 100%;
  margin: 10px auto 0;
  padding: 40px 20px;
  background-color: #ffffff;
  /* border: 1px solid #333333; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 960px) {
  .p-system__partnership--desc {
    width: min(420px, 100%);
  }
}

.p-system__partnership--desc::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../img/system_partnership-arrow.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 170px;
}

@media screen and (max-width: 960px) {
  .p-system__partnership--desc::after {
    height: 130px;
  }
}

.p-system__partnership--figure {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 960px) {
  .p-system__partnership--figure {
    flex-direction: column;
  }
}

.p-system__partnership--figure .left {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
}

.p-system__partnership--figure .center {
  padding-bottom: 36px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (max-width: 960px) {
  .p-system__partnership--figure .center {
    padding: 0 0 18px 0;
    flex-direction: column;
  }
}
.p-system__partnership--figure .center .orders {
  padding: 0 20px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}
.p-system__partnership--figure .center .arrow {
  position: relative;
  background-color: #e3007f;
}
.p-system__partnership--figure .center .arrow.front {
  width: 100%;
  height: 0.5em;
}
.p-system__partnership--figure .center .arrow.front::after {
  content: "";
  position: absolute;
  left: calc(100% - 5px);
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #e3007f;
  border-right: 0;
}
@media screen and (max-width: 960px) {
  .p-system__partnership--figure .center .arrow.rear {
    width: 0.5em;
    height: 20px;
  }
  .p-system__partnership--figure .center .arrow.front {
    width: 0.5em;
    height: 18px;
  }
  .p-system__partnership--figure .center .arrow.front::after {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 20px solid #e3007f;
    border-bottom: 0;
  }
}

.p-system__partnership--figure .right {
  width: 150px;
  padding: 20px 30px;
  background-color: #e2e740;
}

@media screen and (max-width: 960px) {
  .p-system__partnership--figure .right {
    width: 60%;
    /* margin: 20px 0 0; */
  }
}

.p-system__partnership--txt {
  font-size: 24px;
  font-size: 1.2rem;
}

@media screen and (max-width: 960px) {
  .p-system__partnership--txt {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-system__partnership--note {
  margin-top: 30px;
  padding: 2px 0;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  background-color: #e8e6e6;
  z-index: 1;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-system__partnership--note {
    margin-top: 30px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-system__wages {
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-system__wages {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-system__wages--heading {
  font-size: 18px;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
}

.p-system__wages--figure {
  margin-top: 10px;
  /* border: 1px solid #333333; */
}

@media screen and (max-width: 960px) {
  .p-system__wages--figure {
    width: min(100%, 300px);
    margin: 15px auto 0;
  }
}

.p-system__method {
  max-width: 1080px;
  aspect-ratio: 27/20;
  margin: 120px auto 0;
  padding: 280px 0 0;
  background-image: url(../img/system_method2.jpg);
  background-size: cover;
  background-position: center;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-system__method {
    aspect-ratio: initial;
    margin: 90px auto 0;
    padding: 40px 0;
  }
}

.p-system__method--catch {
  color: #ffffff;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  text-shadow: 1px 1px 5px rgba(51, 51, 51, 0.8);
}

@media screen and (max-width: 960px) {
  .p-system__method--catch {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.p-system__method--primary {
  margin-top: 20px;
  padding: 20px 0;
  color: #333333;
  font-size: 28px;
  font-size: 1.75rem;
  background-color: #e2e740;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media screen and (max-width: 960px) {
  .p-system__method--primary {
    margin-top: 100px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-system__method--primary span:first-child {
  font-size: 48px;
  font-size: 3rem;
}

@media screen and (max-width: 960px) {
  .p-system__method--primary span:first-child {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-system__method--txt {
  width: min(700px, 80%);
  margin: 25px auto 0;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
  text-shadow: 1px 1px 5px rgba(51, 51, 51, 0.8);
}

@media screen and (max-width: 960px) {
  .p-system__method--txt {
    margin: 35px auto 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-vision {
  margin-top: -100px;
}

@media screen and (max-width: 960px) {
  .p-vision {
    margin-top: -60px;
  }
}

.p-vision__heading {
  text-align: center;
}

.p-vision__heading--primary {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-vision__heading--primary {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-vision__heading--primary span {
  position: relative;
  margin-right: 29px;
}

.p-vision__heading--primary span::before,
.p-vision__heading--primary span::after {
  content: "";
  position: absolute;
}

.p-vision__heading--primary span::before {
  top: 18px;
  left: 90px;
  width: 7px;
  height: 110px;
  transform-origin: top;
  transform: scaleY(0);
  background-color: #333333;
}

@media screen and (max-width: 960px) {
  .p-vision__heading--primary span::before {
    top: 11px;
    left: 66.5px;
    width: 5px;
    height: 75px;
  }
}

.p-vision__heading--primary span::after {
  top: 18px;
  left: 83px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 18px solid #333333;
  border-bottom: 0;
}

@media screen and (max-width: 960px) {
  .p-vision__heading--primary span::after {
    top: 11px;
    left: 59px;
  }
}

.p-vision__heading--primary.active span::before {
  animation: stretch 0.8s ease-in-out 0s 1 normal forwards;
}

@keyframes stretch {
  from {
    transform: scaleY(0);
  }

  to {
    transform: scaleY(1);
  }
}

.p-vision__heading--primary.active span::after {
  animation: moveDownPc 0.8s ease-in-out 0s 1 normal forwards;
}

@media screen and (max-width: 960px) {
  .p-vision__heading--primary.active span::after {
    animation: moveDownSp 0.8s ease-in-out 0s 1 normal forwards;
  }
}

@keyframes moveDownPc {
  from {
    top: 18px;
  }

  to {
    top: 125px;
  }
}

@keyframes moveDownSp {
  from {
    top: 11px;
  }

  to {
    top: 85px;
  }
}

.p-vision__heading--secondary {
  font-size: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .p-vision__heading--secondary {
    font-size: 1.5rem;
  }
}

.p-vision-map {
  margin-top: 82px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-vision-map {
    margin-top: 65px;
  }
}

.p-vision-map__ttl {
  padding: 20px 60px;
  width: fit-content;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-vision-map__ttl {
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-vision-map__ttl span {
  display: inline-block;
}

.p-vision-map__img-box {
  margin-top: 60px;
  position: relative;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-vision-map__img-box {
    width: 80%;
  }
}

.p-vision-map__arrow {
  position: absolute;
  top: 14%;
  left: 48.5%;
  width: 50%;
  opacity: 0.5;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.p-vision-map__arrow img {
  position: absolute;
  inset: 0;
}

.p-vision-map__catch {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.p-vision-map__catch span {
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 960px) {
  .p-vision-map__catch {
    text-align: center;
    font-size: 1rem;
    text-align: left;
  }

  .p-vision-map__catch span {
    font-size: 22px;
  }
}

.p-vision-map__flow {
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-vision-map__flow {
    margin-top: 70px;
  }
}

.p-vision-map__flow--chart {
  width: 100%;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .p-vision-map__flow--chart {
    width: min(380px, 100%);
    margin: 20px auto 0;
  }
}

.p-lvlup {
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-lvlup {
    margin-top: 80px;
  }
}

.p-lvlup__ttl {
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
  font-size: 38px;
  font-size: 3rem;
  font-weight: 600;
  background-image: url(../img/top_bgi2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-lvlup__ttl {
    font-size: 26px;
    font-size: 1.8rem;
  }
}

.p-lvlup__formula {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-lvlup__formula {
    margin-top: 45px;
  }
}

.p-lvlup__formula--sub {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .p-lvlup__formula--sub {
    font-size: 1.5rem;
  }
}

.p-lvlup__formula--primary {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 1em;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-lvlup__formula--primary {
    margin: 35px auto 0;
    width: min(320px, 100%);
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 0.5em;
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-lvlup__formula--learn,
.p-lvlup__formula--earn {
  position: relative;
  padding-left: 110px;
}

@media screen and (max-width: 960px) {
  .p-lvlup__formula--learn,
  .p-lvlup__formula--earn {
    width: fit-content;
  }
}

.p-lvlup__formula--learn::before,
.p-lvlup__formula--earn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8em;
  padding: 3px 0;
  background-color: #231815;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  clip-path: polygon(5% 0, 100% 0%, 95% 100%, 0% 100%);
}

.p-lvlup__formula--learn::before {
  content: "インプット";
}

.p-lvlup__formula--earn::before {
  content: "アウトプット";
}

.p-lvlup__formula--learn::after,
.p-lvlup__formula--earn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

.p-lvlup__catch {
  margin-top: 80px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-lvlup__catch {
    margin-top: 60px;
  }
}

.p-lvlup__catch p:not(:first-of-type) {
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .p-lvlup__catch {
    font-size: 22px;
    font-size: 1.375rem;
  }

  .p-lvlup__catch p:not(:first-of-type) {
    margin-top: 25px;
    line-height: 1.6;
  }
}

.p-lvlup__map {
  margin-top: 60px;
  text-align: center;
  font-size: 20px;
  font-size: 1.2rem;
}

.p-lvlup__map p {
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-lvlup__map p {
    text-align: left;
  }
}

@media screen and (max-width: 960px) {
  .p-lvlup__map {
    margin-top: 25px;
    font-size: 14px;
    font-size: 1rem;
  }
}

.p-lvlup__map__img {
  margin-top: 100px;
}

@media screen and (max-width: 960px) {
  .p-lvlup__map__img {
    margin: 40px auto 0;
    width: min(350px, 100%);
  }
}

.p-lvlup__pay {
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay {
    margin-top: 80px;
  }
}

.p-lvlup__pay__ttl {
  text-align: center;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay__ttl {
    font-size: 22px;
    font-size: 1.8rem;
  }
}

.p-lvlup__pay__body {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay__body {
    margin: 30px auto 0;
    flex-direction: column;
  }
}

.p-lvlup__pay__img {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay__img {
    width: min(450px, 100%);
  }
}

.p-lvlup__pay__desc {
  width: 50%;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay__desc {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.p-lvlup__pay__important {
  font-size: 32px;
  font-size: 2rem;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay__important {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-lvlup__pay__important.frame {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  border: 2px solid #333333;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay__important.frame {
    width: fit-content;
  }
}

.p-lvlup__pay__important.frame::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 101%;
  top: 5px;
  left: 5px;
  background-color: #e8e6e6;
  z-index: -1;
}

.p-lvlup__pay__txt {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 35px;
  padding-left: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-lvlup__pay__txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1rem;
  }
}

.p-strength {
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-strength {
    margin-top: 90px;
  }
}

.p-strength__ttl {
  width: 100%;
  padding: 40px 0;
  background-color: #231815;
  color: #ffffff;
  font-size: 38px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  background-image: url(../img/top_bgi2.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .p-strength__ttl {
    font-size: 26px;
    font-size: 1.8rem;
  }
}

.p-strength__inner {
  margin: 60px auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .p-strength__inner {
    margin: 40px auto 0;
  }
}

.p-strength__heading {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
}

@media screen and (max-width: 960px) {
  .p-strength__heading {
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-strength__heading span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-strength__heading span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 960px) {
  .p-strength__body {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 960px) and (max-width: 960px) {
  .p-strength__body {
    margin: 0 auto;
  }
}

.p-strength__catch {
  position: relative;
  margin-top: 30px;
  width: fit-content;
  font-size: 36px;
  font-size: 2.25rem;
}

@media screen and (max-width: 960px) {
  .p-strength__catch {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-strength__catch::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 25%;
  left: 5%;
  background-color: #dae000;
  z-index: -1;
}

@media screen and (max-width: 960px) {
  .p-strength__catch::after {
    display: none;
  }
}

.p-strength__figure {
  margin-top: 80px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-strength__figure {
    width: min(600px, 100%);
  }
}

.p-intro-01 {
  margin-top: 120px;
}

@media screen and (max-width: 960px) {
  .p-intro-01 {
    margin-top: 90px;
  }
}

.p-intro-01__heading {
  padding: 60px 0 80px;
  width: 100%;
  background-image: url(../img/intro-01_bg.png);
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-intro-01__heading__ttl {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 960px) {
  .p-intro-01__heading__ttl {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-intro-01__heading__ttl span {
  display: block;
  margin-top: 5px;
  padding: 5px 20px;
  width: fit-content;
  color: #333333;
  font-size: 38px;
  font-size: 3rem;
  font-weight: 600;
  background-color: #e2e740;
}

@media screen and (max-width: 960px) {
  .p-intro-01__heading__ttl span {
    font-size: 24px;
    font-size: 1.8rem;
  }
}

.p-intro-01__heading__body {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10%;
}

@media screen and (max-width: 960px) {
  .p-intro-01__heading__body {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
    padding: 0 20px;
  }
}

.p-intro-01__heading__img {
  width: 60%;
}

@media screen and (max-width: 960px) {
  .p-intro-01__heading__img {
    width: min(550px, 100%);
  }
}

.p-intro-01__heading__txt {
  width: 40%;
  color: #ffffff;
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}

@media screen and (max-width: 960px) {
  .p-intro-01__heading__txt {
    width: fit-content;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-intro-02 {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-intro-02__inner {
    padding: 0;
  }
}

.p-intro-02__ttl {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .p-intro-02__ttl {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 0 20px;
  }
}

.p-intro-02__ttl span {
  margin-top: 5px;
  padding: 5px 20px;
  width: fit-content;
  color: #333333;
  font-size: 38px;
  font-size: 3rem;
  font-weight: 600;
  background-color: #e2e740;
}

@media screen and (max-width: 960px) {
  .p-intro-02__ttl span {
    font-size: 26px;
    font-size: 1.8rem;
  }
}

.p-intro-02__ttl__box {
  padding: 40px 0 60px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url(../img/intro-01_bg.png);
  background-size: cover;
}

@media screen and (max-width: 960px) {
  .p-intro-02__ttl__box {
    padding: 40px 0;
  }
}

.p-intro-02__ttl__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-intro-02__body {
  max-width: 1080px;
  margin: 90px auto 0;
  display: flex;
  flex-direction: column;
  gap: 120px;
}

@media screen and (max-width: 960px) {
  .p-intro-02__body {
    margin: 0 auto;
  }
}

.p-production {
  padding: 90px 0 120px;
  width: 100%;
  background-color: #e8e6e6;
}

@media screen and (max-width: 960px) {
  .p-production {
    padding: 60px 0 90px;
  }
}

.p-production__ttl {
  font-size: 38px;
  font-size: 3rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 960px) {
  .p-production__ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-production__ttl span {
  font-size: 20px;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
  .p-production__ttl span {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-production__desc {
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

.p-production__desc p {
  font-size: 14px;
  font-size: 1rem;
  padding: 0 20px;
}

.p-production__gallery {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-production__gallery__wrapper {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.p-production__gallery__cat {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-production__gallery__cat {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-production__gallery__list {
  margin-top: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 960px) {
  .p-production__gallery__list {
    flex-direction: column;
    gap: 25px;
  }
}

.p-production__gallery__item {
  width: 30%;
}

@media screen and (max-width: 960px) {
  .p-production__gallery__item {
    width: min(550px, 100%);
    margin: 0 auto;
  }
}

.p-qna {
  position: relative;
  width: 100%;
  margin-top: 120px;
  padding-bottom: 100px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 30%,
    rgb(35, 24, 21) 30%,
    rgb(35, 24, 21) 100%
  );
}

@media screen and (max-width: 960px) {
  .p-qna {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 960px) {
  .p-qna__inner {
    padding: 0;
  }
}

.p-qna__body {
  width: 90%;
  padding: 60px 0;
  margin-left: auto;
  background-color: #e8e6e6;
}

@media screen and (max-width: 960px) {
  .p-qna__body {
    width: 100%;
    padding: 60px 0;
  }
}

.p-qna__ttl {
  position: relative;
  padding-left: 120px;
  color: #3e3a39;
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-qna__ttl {
    padding-left: 70px;
    font-size: 26px;
    font-size: 1.8rem;
  }
}

.p-qna__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #e3007f;
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .p-qna__ttl::before {
    width: 50px;
  }
}

.p-qna__list {
  margin-top: 30px;
  width: 90%;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 960px) {
  .p-qna__list {
    margin-top: 25px;
  }
}

.p-qna__deco {
  position: absolute;
  top: 33%;
  transform: rotate(180deg);
}

.p-qna__deco p {
  color: #ffffff;
  writing-mode: vertical-lr;
  font-size: 40px;
  font-size: 2.5rem;
}

.p-qna__deco span {
  color: #e2e740;
}

@media screen and (max-width: 960px) {
  .p-qna__deco {
    display: none;
  }
}

.p-flow-chart {
  padding: 80px 20px;
  /* background-image: url(../img/flow-chart_bg.jpg); */
  background-size: cover;
  background-position: center;
  background-color: #231815;
}

@media screen and (max-width: 960px) {
  .p-flow-chart {
    padding: 60px 20px;
  }
}

.p-flow-chart__ttl {
  color: #ffffff;
  font-size: 50px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-flow-chart__ttl {
    font-size: 30px;
    font-size: 1.8rem;
  }
}

.p-flow-chart__pic {
  margin-top: 50px;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .p-flow-chart__pic {
    margin: 30px auto 0;
    width: min(380px, 100%);
  }
}

.p-access {
  padding: 100px 20px 150px;
  background-color: #231815;
}

@media screen and (max-width: 960px) {
  .p-access {
    padding: 60px 20px 60px;
  }
}

.p-access__ttl {
  color: #ffffff;
  font-size: 50px;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .p-access__ttl {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-access__body {
  margin-top: 80px;
}

@media screen and (max-width: 960px) {
  .p-access__body {
    margin-top: 40px;
  }
}

.p-access__name {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
}

@media screen and (max-width: 960px) {
  .p-access__name {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-access__address {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  margin-top: 1em;
}

@media screen and (max-width: 960px) {
  .p-access__address {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.p-access__map {
  width: 100%;
  aspect-ratio: 7/3;
  margin-top: 20px;
}

@media screen and (max-width: 960px) {
  .p-access__map {
    aspect-ratio: 7/6;
  }
}

.p-contact {
  padding: 60px 0 60px;
  /* bottomを120pxから60pxにしてます */
  background-image: url(../img/contact_bg.jpg);
  background-size: cover;
  background-position: left;
}

@media screen and (max-width: 960px) {
  .p-contact {
    background-position: center;
  }
}

.p-contact.--confirm {
  height: 100%;
}

.p-contact.--finish {
  height: 100vh;
}

@media screen and (max-width: 960px) {
  .p-contact__ttl {
    width: fit-content;
    margin: 0 auto;
  }
}

.p-contact__ttl--logo {
  width: 300px;
}

@media screen and (max-width: 960px) {
  .p-contact__ttl--logo {
    width: 180px;
  }
}

.p-contact__ttl--txt {
  color: #ffffff;
  font-size: 50px;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 960px) {
  .p-contact__ttl--txt {
    font-size: 24px;
    font-size: 1.8rem;
  }
}

.p-contact__form {
  margin-top: 40px;
  /* 80px→40pxに変更してます */
  padding: 32px 32px 16px;
  /*追記*/
  width: 55%;
  /*height: 500px;*/
  /*border: 3px solid #e3007f;*/
  display: grid;
  place-items: center;
}

@media screen and (max-width: 960px) {
  .p-contact__form {
    background-color: rgba(0, 0, 0, 0.6);
  }
}

@media screen and (max-width: 960px) {
  .p-contact__form {
    margin-top: 40px;
    padding: 32px 16px 16px;
    /*追記*/
    width: 90%;
    margin: 40px auto 0;
  }
}

/*-- お問合せフォーム見た目調整 --*/
.c-form {
  width: 100%;
}

.c-form__item {
  width: 100%;
  margin-bottom: 20px;
}

.c-form__item.--textarea {
  margin-bottom: 30px;
}

.c-form__title {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 10px;
}

.c-form__title p:first-child {
  padding: 6px 18px;
  border-radius: 12px;
  color: #fff;
  background-color: #e3007f;
  font-size: 14px;
  line-height: 1;
}

.c-form__title p:last-child {
  color: #fff;
  font-weight: bold;
}

.c-form input,
.c-form textarea {
  width: 100%;
  padding: 7px 10px;
  border-radius: 5px;
  background-color: #fff;
  color: #333;
}

.c-form label.--confirm {
  color: #fff;
}

.c-form.--confirm > p {
  margin-bottom: 20px;
  color: #fff;
}

.c-form.--finish {
  text-align: center;
}

.c-form.--finish p:first-child {
  margin-bottom: 3rem;
}

.c-form textarea {
  height: 7em;
}

.c-form__send {
  width: 12em;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
}

.c-form__send p {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.c-form__topBtn a {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 10px;
  color: #fff;
  background-color: #e3007f;
}

.wpcf7 form.invalid .wpcf7-response-output {
  display: none;
}

/*-- お問い合わせ見た目調整 end --*/

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

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

.u-character-decoration__clr {
  color: #e3007f;
}

.u-character-decoration__fr {
  padding: 0 0.2em;
}

.u-character-decoration__fr:first-child {
  border: 3px solid #e2e740;
}

.u-character-decoration__fr:not(:first-child) {
  border-top: 3px solid #e2e740;
  border-bottom: 3px solid #e2e740;
  border-right: 3px solid #e2e740;
}

@media screen and (max-width: 960px) {
  .u-character-decoration__fr.left-border-sp {
    border: 3px solid #e2e740;
  }
}

.u-character-decoration__bg {
  background-color: #e2e740;
}

.u-character-decoration__bold {
  font-weight: 600;
}

.u-yellow-underbar {
  display: inline;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 70%,
    #e2e740 30%,
    #e2e740 100%
  );
  line-height: 1.5;
}

.u-double-line-fence {
  position: relative;
  border: 8px solid #e2e740;
}

@media screen and (max-width: 960px) {
  .u-double-line-fence {
    border: 5px solid #e2e740;
  }
}

.u-double-line-fence::before {
  content: "";
  width: calc(100% + 14px);
  height: calc(100% + 10px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* border: 1px solid #333333; */
}

.u-mb-30 {
  margin-bottom: 30px;
}
