@charset "UTF-8";
/* =====================================================
  1.0 - Foundation
===================================================== */
/*! Oreset.css v1.0.0 | MIT License | https://github.com/hirosiva/Oreset.css */
/*
  # Global
---------------------------------------------- */
/**
 * Default box-sizing
 */
*,
::before,
::after {
  box-sizing: inherit;
}

/**
 * Resetting margins, paddings, and borders
 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

/**
 * Resetting HTML5 Elements for older browsers
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/*
  # Document & Sections
---------------------------------------------- */
html {
  overflow-y: scroll;
  box-sizing: border-box;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 7.5rem;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  min-height: 100%;
  text-rendering: optimizeLegibility;
  font: 1em/1.5 sans-serif;
  font-feature-settings: "pkna";
}

/*
  # Grouping content
---------------------------------------------- */
blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

hr {
  overflow: visible;
}

ol,
ul {
  list-style: none;
}

pre {
  font-size: 1em;
  font-family: monospace, monospace;
}

/*
  # Text-level semantics
---------------------------------------------- */
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

code,
kbd,
samp {
  font-size: 1em;
  font-family: monospace, monospace;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 0.8em;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 0.75em;
  line-height: 0;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
  # Embedded content
---------------------------------------------- */
audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

svg:not([fill]) {
  fill: currentColor;
}

svg:not(:root) {
  overflow: hidden;
}

/*
  # Tabular data
---------------------------------------------- */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

/*
  # Forms
---------------------------------------------- */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
}

button,
select {
  text-transform: none;
}

button,
input {
  overflow: visible;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  -webkit-appearance: button;
}

button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

legend {
  display: table;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

optgroup {
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

/*
  # Interactive & Misc
---------------------------------------------- */
summary {
  display: list-item;
}

template,
[hidden] {
  display: none;
}

/*
  # Accessibility
---------------------------------------------- */
[disabled],
[aria-disabled=true] {
  cursor: not-allowed;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

:focus:not(:focus-visible),
::before:focus:not(:focus-visible),
::after:focus:not(:focus-visible) {
  outline: none;
}

/**
 * Prettier ignore
 */
@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition: none !important;
    animation: none !important;
    scroll-behavior: auto !important;
  }
}
/**
 * Checker
 */
button:not([type]):after {
  content: "警告： このbuttonにはtype属性がありません";
  background-color: red;
  color: #fff;
}

/*
  Base 
-----------------------------------------------------*/
html {
  font-size: 16px;
}
html.is-drawerActive {
  overflow: hidden;
}

.p-backgroundVideo {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  z-index: -100;
  filter: brightness(50%);
}

body {
  font-size: 1rem;
  color: #222222;
  font-family: "MFW-PA1GothicStdN-Regular", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.0625rem;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.is-drawerActive body {
  overflow: hidden;
}
.is-drawerActive body::before {
  visibility: visible;
  opacity: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

a {
  transition-property: color, background-color, border;
  transition-duration: 0.3s;
}

*[lang=en] {
  text-transform: uppercase;
}

/*
  Animation
-----------------------------------------------------*/
@keyframes fadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* =====================================================
  2.0 - Layout
===================================================== */
/*
  Container
-----------------------------------------------------*/
.l-container {
  max-width: 1240px;
  width: calc(100vw - 1.25rem);
  margin: 0 auto;
}
.l-container.-spFull {
  width: 100%;
}

/*
  main
-----------------------------------------------------*/
.l-main {
  padding-bottom: 7.5rem;
}
body:not(.page-top) .l-main {
  padding-top: 4.75rem;
}
@media screen and (min-width: 768px) {
  body:not(.page-top) .l-main {
    padding-top: 10.75rem;
  }
}
@media screen and (min-width: 768px) {
  .page-products .l-main {
    padding-bottom: 5.125rem;
  }
}
.page-privacy .l-main, .page-contact .l-main {
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 768px) {
  .page-privacy .l-main, .page-contact .l-main {
    padding-bottom: 10rem;
  }
}
.page-about .l-main {
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 768px) {
  .page-about .l-main {
    padding-bottom: 15rem;
  }
}
.page-jbg .l-main {
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .page-jbg .l-main {
    padding-bottom: 5.3125rem;
  }
}

/*
  Spacer
-----------------------------------------------------*/
.l-spacer {
  padding: 6rem 0;
}
@media screen and (min-width: 768px) {
  .l-spacer {
    padding: 11.25rem 0;
  }
}
.l-spacer.-topAbout {
  padding: 6.5625rem 0 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topAbout {
    padding: 8.125rem 0 9.6875rem;
  }
}
.l-spacer.-topProducts {
  padding: 7.5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topProducts {
    padding: 9.375rem 0 5.25rem;
  }
}
.l-spacer.-topCaseStudies {
  padding: 2.875rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topCaseStudies {
    padding: 6.25rem 0 5rem;
  }
}
.l-spacer.-topJournal {
  padding: 7.625rem 0 8.125rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topJournal {
    padding: 10.8125rem 0 12.5rem;
  }
}
.l-spacer.-topJoinUs {
  padding: 7.5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topJoinUs {
    padding: 9.0625rem 0 5rem;
  }
}
.l-spacer.-topContact {
  padding: 7.5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topContact {
    padding: 10.75rem 0 10rem;
  }
}
.l-spacer.-subContact {
  padding: 7.5rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-subContact {
    padding: 6.6875rem 0 5rem;
  }
}
.l-spacer.-subCommon {
  padding: 2.625rem 1rem 4.625rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-subCommon {
    padding: 6.875rem 8.125rem 7.5rem;
  }
}
.l-spacer.-subPhases {
  padding: 2.5rem 0 4.625rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-subPhases {
    padding: 6.875rem 0 2.3125rem;
  }
}
.l-spacer.-approach {
  padding: 2.5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-approach {
    padding: 6.875rem 0 4.6875rem;
  }
}
.l-spacer.-subJbg {
  padding: 3.375rem 0 4rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-subJbg {
    padding: 6rem 0 8.125rem;
  }
}

/* =====================================================
  3.0 - Object
===================================================== */
/*
  3.1 - Component
-----------------------------------------------------*/
/*
  Heading
*/
.c-heading {
  display: block;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.0625rem;
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .c-heading > [lang=en] {
    font-size: 3.75rem;
  }
}
.c-heading.-black {
  color: #212121;
}
.c-heading.-white {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-size: 3rem;
  }
}
.c-heading__caption {
  display: block;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  padding-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-heading__caption {
    font-size: 1rem;
  }
}

.sectionInner {
  border-radius: 0.75rem;
}
.-black .sectionInner {
  background-color: #222222;
}
.-white .sectionInner {
  background-color: #fff;
}
.-red .sectionInner {
  background-color: #C3283A;
}
.-white + .-white .sectionInner {
  border-radius: 0 0 0.75rem 0.75rem;
}
.-white:has(+ .-white) .sectionInner {
  border-radius: 0.75rem 0.75rem 0 0;
  margin-bottom: -0.5px;
}
.-white + .-white:has(+ .-white) .sectionInner {
  border-radius: 0;
  margin-bottom: -0.5px;
}

/*
  Card
*/
.c-card {
  display: flex;
  position: relative;
  flex: 1 1 auto;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.c-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  order: 1;
}
.c-card__thumbnail {
  order: 0;
}
.c-card__image {
  width: 100%;
}

/*
  Button
*/
.c-button {
  display: block;
  background-color: transparent;
  text-decoration: none;
  cursor: pointer;
  appearance: none;
}

/*
  form
*/
.c-form__group {
  display: flex;
  flex-direction: column;
}
.c-form__group + .c-form__group {
  margin-top: 2.75rem;
}
@media screen and (min-width: 768px) {
  .c-form__group + .c-form__group {
    margin-top: 4.375rem;
  }
}
.c-form__label {
  font-size: 1rem;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-form__label {
    font-size: 1.125rem;
  }
}
.c-form__error {
  color: #FF0000;
  font-size: 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-form__error {
    font-size: 0.875rem;
    margin-top: 1rem;
  }
}

*::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.c-input {
  font-size: 1rem;
  padding: 0.6875rem;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-input {
    font-size: 1.125rem;
    padding: 1.5rem 1.5rem;
  }
}

.c-textarea {
  font-size: 1rem;
  padding: 0.6875rem;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 0.625rem;
  height: 12.5rem;
}
@media screen and (min-width: 768px) {
  .c-textarea {
    font-size: 1.125rem;
    padding: 1.5rem 1.5rem;
    height: 15rem;
  }
}

.c-selectBox {
  display: inline-block;
  width: 100%;
  appearance: none;
  font-size: 1rem;
  padding: 0.6875rem;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 0.625rem;
}
@media screen and (min-width: 768px) {
  .c-selectBox {
    font-size: 1.125rem;
    padding: 1.5rem 1.5rem;
  }
}
.c-selectBox:invalid {
  color: rgba(0, 0, 0, 0.3);
}
.c-selectBox.-selected {
  color: inherit;
}
.c-selectBoxWrap {
  position: relative;
}
.c-selectBoxWrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0.75rem;
  width: 1.375rem;
  height: 0.5625rem;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%228.4%22%20viewBox%3D%220%200%2022%208.4%22%3E%3Cpath%20id%3D%22a%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2081%22%20d%3D%22M9.786.927a2%2C2%2C0%2C0%2C1%2C2.428%2C0L17.3%2C4.81A2%2C2%2C0%2C0%2C1%2C16.086%2C8.4H5.914A2%2C2%2C0%2C0%2C1%2C4.7%2C4.81Z%22%20transform%3D%22translate(22%208.4)%20rotate(180)%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-checkbox {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-checkboxWrap {
    cursor: pointer;
  }
}
.c-checkbox__text {
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  position: relative;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-checkbox__text {
    font-size: 1.125rem;
  }
}
.c-checkbox__text::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border: 2px solid #CCCCCC;
  border-radius: 0.125rem;
  vertical-align: middle;
  margin-right: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-checkbox__text::before {
    width: 1.75rem;
    height: 1.75rem;
  }
}
.c-checkbox__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0.75rem;
  height: 0.375rem;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0 auto 0.375rem;
  border-bottom: 0.125rem solid #fff;
  border-left: 0.125rem solid #fff;
  transform: rotate(-45deg);
  transition: 0.3s;
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .c-checkbox__text::after {
    width: 1rem;
    height: 0.625rem;
  }
}
.c-checkbox:checked + .c-checkbox__text::before {
  background-color: #222222;
  border-color: #222222;
}
.c-checkbox:checked + .c-checkbox__text::after {
  opacity: 1;
}
.c-checkbox__link {
  color: #222222;
  text-decoration: underline;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-checkbox__link:hover {
    opacity: 0.7;
  }
}

.c-share_title {
  margin-bottom: 1.25rem;
  color: #a7a7a7;
  font-size: 0.875rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.c-share_btn {
  appearance: none;
  pointer-events: auto;
  display: inline-flex;
  align-items: center;
  color: #222;
  font-size: 14px;
  line-height: 1;
  padding: 14px 20px;
  width: 174px;
  background: #fff;
  border: none;
  border-radius: 9999px;
  box-shadow: 3px 3px 16px rgba(0, 0, 0, 0.12);
  overflow: hidden;
  transition: padding 0.3s ease, width 0.3s ease;
}
.c-share_btn:not(.is-expand) {
  padding: 14px 16px 14px 16px;
  width: 48px;
}

.c-share_btnIcon {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 6px;
  width: 16px;
}
.c-share_btnIcon img {
  width: 100%;
}

.c-share_btnText {
  white-space: nowrap;
  visibility: visible;
  opacity: 1;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
.c-share_btn:not(.is-expand) .c-share_btnText {
  visibility: hidden;
  opacity: 0;
  transition: none;
}

.c-share_list {
  pointer-events: auto;
}
.c-share_list > li {
  width: 28px;
  height: 28px;
  position: relative;
}
.c-share_list > li + li {
  margin-top: 20px;
}
.c-share_list > li a {
  color: inherit;
  text-decoration: none;
}
@media (any-hover: hover) {
  .c-share_list > li a:hover {
    opacity: 0.7;
  }
}
.c-share_list--flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -20px 0 0 -40px;
}
.c-share_list--flex > li {
  margin: 20px 0 0 40px;
  padding-bottom: 20px;
  width: 28px;
  height: 48px;
  position: relative;
}
.c-share_list--flex > li a {
  color: inherit;
  text-decoration: none;
}

.c-share_listTitle {
  display: block;
  margin-top: 0.625rem;
  width: max-content;
  max-width: 5rem;
  font-size: 0.75rem;
  line-height: 1.2;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-share_listTitle {
    margin-top: 0rem;
  }
}

.c-share_listTooltip {
  pointer-events: none;
  padding: 0.25em 1em 0.25em 1em;
  background: #F2F2F2;
  border-radius: 9999px;
  font-size: 0.75rem;
  line-height: 1.2;
  position: fixed;
  top: -2.6875rem;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  opacity: 1;
  transition: opacity 0.25s ease;
}
@media screen and (min-width: 768px) {
  .c-share_listTooltip {
    padding-right: 0.75em;
    position: absolute;
    top: 50%;
    left: -1.25rem;
    transform: translateX(-100%) translateY(-50%);
  }
  .c-share_listTooltip::after {
    display: block;
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    background-color: #F2F2F2;
    clip-path: polygon(10px 50%, 0% 0%, 0% 10px);
    position: absolute;
    right: -0.5rem;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
:not(.is-copying) + .c-share_listTooltip {
  opacity: 0;
}

/*
  3.2 - Project
-----------------------------------------------------*/
/*
  Header
*/
.p-header {
  width: calc(100vw - 1.25rem);
  height: 56px;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  margin: 0.625rem auto 0;
  border-radius: 0.75rem;
  transition: transform 0.5s, opacity 0.5s;
}
.is-drawerActive .p-header {
  background-color: transparent !important;
}
body:not(.page-top) .p-header, .page-top .p-header.show {
  background-color: #fff;
  opacity: 1;
  transform: translateY(0);
}
body:not(.page-top) .p-header .p-header__inner, .page-top .p-header.show .p-header__inner {
  justify-content: normal;
}
@media screen and (min-width: 992px) {
  .p-header {
    position: absolute;
    height: auto;
    width: calc(100vw - 2.5rem);
    margin: 1.25rem auto 0;
  }
  body:not(.page-top) .p-header, .page-top .p-header.show {
    position: fixed;
    animation: downAndFadeIn 0.5s forwards;
    max-width: 1240px;
  }
  @keyframes downAndFadeIn {
    from {
      opacity: 0;
      transform: translateY(-150px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.p-header__inner {
  position: relative;
  padding: 0.25rem 0.625rem;
}
@media screen and (min-width: 992px) {
  .p-header__inner {
    padding: 4rem 2.5rem;
  }
}
.p-header__title {
  position: relative;
  margin: 0;
  line-height: 1;
  font-size: 1rem;
  transition: all 0.2s;
}
.page-top .p-header__title {
  opacity: 0;
}
.page-top .is-drawerActive .p-header__title {
  opacity: 1;
}
.page-top .show .p-header__title {
  opacity: 1;
}
@media screen and (min-width: 992px) {
  .p-header__title {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.p-header__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.p-header__logo {
  display: none;
  opacity: 0;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: auto;
}
@media screen and (min-width: 992px) {
  .p-header__logo {
    display: block;
  }
}
.p-header__logo img {
  height: 100%;
}
body:not(.page-top) .p-header__logo, .page-top .show .p-header__logo {
  opacity: 1;
}
.p-header__action {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 24px;
  height: 24px;
}
.p-header__en {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
}
.p-header__en a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.p-header__en a::after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  width: 16px;
  height: 2px;
  background-color: #222222;
}
.p-header__enText {
  position: relative;
}
.p-header__enText::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 2px;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.p-header__enText:hover::before {
  transform: scale(1, 1);
}

/*
  Main
*/
.p-main {
  padding-top: 3rem;
  background-color: #fafafa;
}
@media screen and (min-width: 768px) {
  .p-main {
    padding-top: 4.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-main {
    padding-top: 5rem;
  }
}

/*
  Footer
*/
.p-footer {
  padding: 2.5rem 1.875rem;
  position: relative;
}
.page-jbg .p-footer::before, .page-privacy .p-footer::before, .page-contact .p-footer::before, .page-about .p-footer::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #fff;
  margin: 0 0.46875rem;
}
@media screen and (min-width: 768px) {
  .page-jbg .p-footer::before, .page-privacy .p-footer::before, .page-contact .p-footer::before, .page-about .p-footer::before {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 768px) {
  .p-footer {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
    flex-wrap: wrap;
    padding: 2.5rem;
  }
}
.p-footer .p-footerOffice {
  color: #fff;
  padding-top: 1.25rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footerOffice {
    padding-top: 1rem;
  }
}
.p-footer .p-footerOffice__info {
  margin-left: 0.75rem;
  flex: 1;
}
.p-footer .p-footerOffice__address {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 100;
  font-family: "MFW-PA1GothicStdN-Light", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.p-footer .p-footerOffice.-building::before, .p-footer .p-footerOffice.-mountain::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 48px;
}
@media screen and (min-width: 768px) {
  .p-footer .p-footerOffice.-building {
    padding-top: 1.625rem;
  }
}
.p-footer .p-footerOffice.-building::before {
  background-image: url(../img/building.png);
}
.p-footer .p-footerOffice.-mountain::before {
  background-image: url(../img/mountain.png);
}
.p-footer__logo > img {
  width: 192px;
}
@media screen and (min-width: 768px) {
  .p-footer__logo > img {
    width: 12rem;
  }
}
.p-footer__inner {
  max-width: 1240px;
  width: calc(100vw - 3.75rem);
  margin: 0 auto;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    width: 34%;
    margin: 0;
    padding-bottom: 11.5625rem;
  }
}
.p-footer__copyright {
  color: #fff;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-footer__copyright {
    width: 100%;
  }
}
.p-footer__en {
  position: absolute;
  top: 50%;
  right: min((100vw - 1240px - 40px) / -2, 0px);
  transform: translateY(-50%);
  display: flex;
  justify-content: flex-end;
  color: #fff;
}
.p-footer__en a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.p-footer__en a::after {
  content: "";
  display: block;
  margin-left: 0.5rem;
  width: 16px;
  height: 2px;
  background-color: #fff;
}

/*
  Footer Nav
*/
.p-footerGlobalNav {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #222222;
  color: #fff;
  transition: all 0.2s;
  opacity: 0;
  pointer-events: none;
  padding-top: 5.5rem;
  overflow-y: scroll;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNav {
    padding: 0;
    position: static;
    opacity: 1;
    height: auto;
    transform: none;
    background-color: transparent;
    height: 280px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    pointer-events: initial;
    overflow: auto;
  }
}
.is-drawerActive .p-footerGlobalNav {
  opacity: 1;
  pointer-events: initial;
}
.is-resize .p-footerGlobalNav {
  transition: none;
}
.p-footerGlobalNavItem {
  border-top: 1px solid #222222;
  margin-bottom: 0.3125rem;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNavItem {
    padding-right: 0.25rem;
    height: 100%;
  }
}
.p-footerGlobalNavItem ul {
  padding-top: 0.125rem;
  padding-left: 0;
  margin-left: 2.5rem;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNavItem ul {
    margin-left: 0.625rem;
  }
}
.p-footerGlobalNavItem ul li {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  font-size: 1rem;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNavItem ul li {
    padding-left: 0.625rem;
    margin-top: 0.0625rem;
    font-size: 0.8125rem;
  }
}
.p-footerGlobalNavItem ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 2px;
  width: 0.5rem;
  border-radius: 1px;
  background: #fff;
  margin: auto 0;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNavItem ul li::before {
    width: 0.25rem;
  }
}
.p-footerGlobalNavItem ul li a {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid transparent;
}
.p-footerGlobalNavItem ul li a:hover, .p-footerGlobalNavItem ul li a:focus {
  border-color: currentColor;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNavItem {
    border: none;
  }
}
.p-footerGlobalNavAnchor, .p-footerGlobalNavAnchor--under {
  display: block;
  padding: 0.25rem 1.875rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}
.p-footerGlobalNavAnchor--under {
  padding: 0;
  font-size: 1rem;
  font-family: inherit;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
.p-footerGlobalNavAnchor:hover, .p-footerGlobalNavAnchor--under:hover, .p-footerGlobalNavAnchor:focus, .p-footerGlobalNavAnchor--under:focus {
  background-color: #f5f5f5;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNavAnchor, .p-footerGlobalNavAnchor--under {
    display: inline-block;
    padding: 0;
    border-bottom: 1px solid transparent;
    font-size: 0.875rem;
  }
  .p-footerGlobalNavAnchor:hover, .p-footerGlobalNavAnchor--under:hover, .p-footerGlobalNavAnchor:focus, .p-footerGlobalNavAnchor--under:focus {
    border-color: currentColor;
    background-color: transparent;
  }
}
.p-footerGlobalNavAccordionButton {
  position: relative;
  display: block;
  padding: 0.25rem 1.875rem;
  color: #ffffff;
  font-size: 1.5rem;
  background-color: transparent;
  border: none;
  text-transform: uppercase;
  width: 100%;
  text-align: start;
}
.p-footerGlobalNavAccordionButton::before, .p-footerGlobalNavAccordionButton::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
}
.p-footerGlobalNavAccordionButton::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-footerGlobalNavAccordionButton::after {
  transform: translate(-50%, -50%) rotate(45deg);
  right: 38px;
}
.open .p-footerGlobalNavAccordionButton::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.open .p-footerGlobalNavAccordionButton::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-footerGlobalNavAccordionBody {
  margin-left: 1.875rem;
  height: 0;
  overflow: hidden;
  transition: all ease 0.2s;
}
@media screen and (min-width: 992px) {
  .p-footerGlobalNavAccordionBody {
    margin-left: 3rem;
  }
}

@media screen and (min-width: 992px) {
  .p-footer__nav {
    width: calc(66% - 0.5rem);
    max-width: 38.125rem;
    padding-right: 0.5rem;
  }
}
.p-footer__nav__link {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  font-size: 0.75rem;
}
.p-footer__nav__link:hover, .p-footer__nav__link:focus {
  background-color: #f5f5f5;
}
@media screen and (min-width: 992px) {
  .p-footer__nav__link {
    display: inline-block;
    padding: 0;
    border-bottom: 1px solid transparent;
  }
  .p-footer__nav__link:hover, .p-footer__nav__link:focus {
    border-color: currentColor;
    background-color: transparent;
  }
}

/*
  Global Nav
*/
.p-globalNav, .p-globalNav--right, .p-globalNav--left {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-globalNav, .p-globalNav--right, .p-globalNav--left {
    width: 50%;
    gap: 2.5rem;
    max-width: 25rem;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: transparent;
    transition: none;
    transform: none;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    pointer-events: none;
  }
}
.is-drawerActive .p-globalNav, .is-drawerActive .p-globalNav--right, .is-drawerActive .p-globalNav--left {
  transform: translateY(0);
}
.is-resize .p-globalNav, .is-resize .p-globalNav--right, .is-resize .p-globalNav--left {
  transition: none;
}
.p-globalNav--left {
  order: -1;
}
@media screen and (min-width: 992px) {
  .p-globalNav--left {
    margin-right: 0;
    padding-left: 1.25rem;
  }
}
.p-globalNav--right {
  order: 1;
}
@media screen and (min-width: 992px) {
  .p-globalNav--right {
    margin-left: 0;
    padding-right: 1.25rem;
  }
}
.p-globalNav__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  height: 100%;
}
.p-globalNav__wrap::before {
  display: block;
  content: "";
  width: 4rem;
}
@media screen and (min-width: 992px) {
  .p-globalNav__wrap::before {
    width: 11.5rem;
  }
}
.p-globalNav__item {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-globalNav__item {
    border-top: 0;
  }
}
.p-globalNav__item--left {
  order: -1;
}
.p-globalNav__link {
  display: block;
  height: 100%;
  position: relative;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  pointer-events: auto;
  padding: 0.625rem;
  transition: font-size 0.3s;
}
.p-globalNav__link.-logo {
  padding: 1.25rem 1.875rem;
}
.p-globalNav__link::after {
  position: absolute;
  content: "";
  width: calc(100% - 1.25rem);
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background: #000000;
  left: 0;
  bottom: 0.75rem;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}
.p-globalNav__link:hover::after {
  transform: scale(1, 1);
}

/*
  Hamburger
*/
.p-hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 15px;
  z-index: 2;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  pointer-events: auto;
}
@media screen and (min-width: 992px) {
  .p-hamburger {
    display: none;
  }
}
.p-hamburger::before, .p-hamburger::after {
  position: absolute;
  display: block;
  background-color: #222222;
  content: "";
  margin: auto;
  transition: all 0.2s;
  border-radius: 2px;
}
.p-hamburger::before {
  width: 24px;
  height: 2px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
}
.p-hamburger::after {
  width: 16px;
  height: 2px;
  bottom: 15px;
  left: calc(50% + 4px);
  transform: translateX(-50%);
}
.is-drawerActive .p-hamburger {
  background-color: transparent;
}
.is-drawerActive .p-hamburger::before, .is-drawerActive .p-hamburger::after {
  width: 22px;
  top: 50%;
  left: 50%;
  background-color: #fff;
}
.is-drawerActive .p-hamburger::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.is-drawerActive .p-hamburger::after {
  transform: translate(-50%, -50%) rotate(45deg);
  bottom: initial;
}

/*
  More Button
*/
.p-button {
  position: relative;
  padding: 0.25rem 0;
  background-color: transparent;
  color: #222222;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  border: 1px solid #222222;
  border-radius: 50px;
  width: auto;
  min-width: 124px;
  margin: 0 auto;
  display: inline-block;
  transition: color 0.2s, border-color 0.2s;
}
@media screen and (min-width: 768px) {
  .p-button {
    font-size: 1rem;
    min-width: 160px;
    padding: 0.5rem 0;
  }
}
.p-button.-large {
  font-size: 1rem;
  min-width: 186px;
  padding: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .p-button.-large {
    font-size: 1.25rem;
    min-width: 320px;
    padding: 1rem 0;
  }
}
@media screen and (min-width: 768px) {
  .p-button.-topLarge {
    font-size: 1.25rem;
    min-width: 320px;
    padding: 1rem 0;
  }
}
.p-button.-type2 {
  min-width: 230px;
  padding: 0.375rem 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-button.-type2 {
    font-size: 1.25rem;
    min-width: 400px;
    padding: 1rem 0;
  }
}
.p-button.-transparent {
  border-color: #fff;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0); /* Safari対応 */
}
.p-button.-transparent .p-button__text {
  color: #fff;
}
.p-button.-transparent .p-button__text::before, .p-button.-transparent .p-button__text::after {
  background-color: #fff;
}
.p-button.-transparent::before {
  background-color: #fff;
}
.p-button.-transparent:hover, .p-button.-transparent:focus {
  background-color: #000000;
}
.p-button.-transparent:hover .p-button__text, .p-button.-transparent:focus .p-button__text {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .p-button.-xl-transparent {
    border-color: #fff;
    mix-blend-mode: screen;
    transform: translate3d(0, 0, 0); /* Safari対応 */
  }
  .p-button.-xl-transparent .p-button__text {
    color: #fff;
  }
  .p-button.-xl-transparent .p-button__text::before, .p-button.-xl-transparent .p-button__text::after {
    background-color: #fff;
  }
  .p-button.-xl-transparent::before {
    background-color: #fff;
  }
  .p-button.-xl-transparent:hover, .p-button.-xl-transparent:focus {
    background-color: #000000;
  }
  .p-button.-xl-transparent:hover .p-button__text, .p-button.-xl-transparent:focus .p-button__text {
    color: #fff;
  }
}
.p-button__text {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #222222;
  z-index: 1;
  padding: 0 0.9375rem;
}
.p-button::before {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  margin: auto 0;
  content: "";
  width: 0;
  height: 100%;
  transition: all 0.2s;
  opacity: 0;
  z-index: 10;
  mix-blend-mode: difference;
  transform: translate3d(0, 0, 0); /* Safari対応 */
  background-color: #fff;
}
.p-button:hover, .p-button:focus {
  color: #fff;
  border-color: transparent;
}
.p-button:hover:before {
  width: 100%;
  opacity: 1;
}

.p-button__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-button__text::before, .p-button__text::after {
  content: "";
  position: absolute;
  background-color: #222222;
  transition: all 0.2s;
}
.p-button__text::before {
  right: -18px;
  width: 32px;
  height: 2px;
}
.p-button__text::after {
  right: -24px;
  width: 8px;
  height: 2px;
  transform: translateX(-50%);
}

.p-button:hover .p-button__text:before {
  right: -22px;
}
.p-button:hover .p-button__text:after {
  rotate: 24deg;
  right: -26px;
}

/*
  Logo
*/
.p-logo {
  display: inline-block;
}
.p-header .p-logo {
  height: 40px;
}
.p-header .p-logo > img {
  height: 100%;
}
.is-drawerActive .p-logo {
  filter: invert(100%);
}
@media screen and (min-width: 992px) {
  .p-header .p-logo {
    width: auto;
    height: 72px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    filter: none;
  }
}

.p-hero {
  height: 100svh;
  position: relative;
}
.p-hero__body {
  position: relative;
  width: calc(100vw - 1.25rem);
  height: calc(100svh - 1.25rem);
  margin: 0.625rem auto;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0); /* Safari対応 */
}
@media screen and (min-width: 992px) {
  .p-hero__body {
    width: calc(100vw - 2.5rem);
    height: calc(100svh - 2.5rem);
    margin: 1.25rem auto;
  }
}
.p-hero__body::before {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 12.8vh;
  background-color: #222222;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
@media screen and (min-width: 768px) {
  .p-hero__body::before {
    height: 13.5vh;
  }
}
.p-hero__logoIcon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0.5rem auto 0;
  width: 40px;
}
@media screen and (min-width: 768px) {
  .p-hero__logoIcon {
    margin-top: 1.875rem;
    width: 64px;
  }
}
.p-hero__title {
  padding: 0 0.625rem;
  text-align: center;
  font-size: min(11.7948717949vw, 3.5rem);
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-hero__title {
    padding: 0 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-hero__title {
    top: 50%;
    font-size: 3.5rem;
    letter-spacing: 0.175rem;
  }
}
.p-hero__copy {
  position: absolute;
  bottom: 16.5876777251vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  filter: invert(1);
  width: 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero__copy {
    bottom: 18.5vh;
    width: 15rem;
  }
}
.p-hero__copy img {
  width: 100%;
}

.p-fab {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  font-size: 0.875rem;
  z-index: 100;
  line-height: 1.2;
  transition: color 0.5s;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-fab {
    bottom: 2.5rem;
    right: 2.5rem;
    font-size: 0.875rem;
  }
}
.p-fab::before {
  transition: background-color 0.5s, box-shadow 0.5s;
  content: "";
  width: 88px;
  height: 88px;
  display: block;
  border-radius: 50%;
  z-index: -1;
  background-color: #C3283A;
  border: solid 2px #C3283A;
  box-shadow: 2px 4px 16px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-fab::before {
    width: 7rem;
    height: 7rem;
  }
}
.p-fabText {
  position: absolute;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-fabText {
    font-size: 1rem;
  }
}
.p-fabText__ja {
  font-weight: 100;
  font-family: "MFW-PA1GothicStdN-Light", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  display: block;
  font-size: 0.75rem;
}
.p-fab:hover::before {
  background-color: #fff;
  box-shadow: none;
  border: solid 2px #C3283A;
}
.p-fab:hover .p-fabText {
  color: #C3283A;
}

.p-features {
  padding-top: 2rem;
}
@media screen and (min-width: 1200px) {
  .p-features {
    display: flex;
    justify-content: center;
    padding-top: 2.5rem;
  }
}

.p-feature {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 74px;
  mix-blend-mode: screen;
}
@media screen and (min-width: 1200px) {
  .p-feature {
    align-items: center;
    padding-bottom: 48px;
  }
  .p-feature:not(:last-child) {
    padding-right: 80px;
  }
}
.p-feature::before {
  content: "";
  width: 300px;
  height: 300px;
  display: block;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 1200px) {
  .p-feature::before {
    width: 320px;
    height: 320px;
  }
}
.p-feature:not(:last-child):after {
  content: "";
  width: 92px;
  height: 100px;
  background-image: url(/img/connection.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: absolute;
  display: block;
  bottom: -13px;
  rotate: 90deg;
}
@media screen and (min-width: 1200px) {
  .p-feature:not(:last-child):after {
    width: 96px;
    bottom: -12px;
    rotate: 0deg;
    bottom: inherit;
    top: 110px;
    right: -8px;
  }
}
.p-feature__inner {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 280px;
}
@media screen and (min-width: 1200px) {
  .p-feature__inner {
    margin-top: -1.25rem;
  }
  .p-feature__inner .p-button {
    height: 64px;
    position: absolute;
    min-width: 320px;
    bottom: -160px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-feature__body {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 0.875rem;
}
@media screen and (min-width: 1200px) {
  .p-feature__body {
    margin-bottom: 0;
  }
}
.p-feature__title {
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 128px;
}
@media screen and (min-width: 1200px) {
  .p-feature__title {
    font-size: 3rem;
  }
}
.p-feature__mainTitle {
  display: inline-block;
  padding-bottom: 12px;
  margin: 0.5rem auto 0;
  line-height: 1;
  position: relative;
}
.p-feature__mainTitle::after {
  content: "";
  display: block;
  height: 4px;
  border-radius: 4px;
  background: #222222;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.p-feature__subTitle {
  font-size: 0.875rem;
  order: -1;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .p-feature__subTitle {
    font-size: 1.25rem;
  }
}
.p-feature__text {
  font-size: 0.875rem;
  padding-top: 1rem;
  line-height: 1.4;
}
@media screen and (min-width: 1200px) {
  .p-feature__text {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-bland {
  text-align: center;
  padding-top: 4.625rem;
}
@media screen and (min-width: 768px) {
  .p-bland {
    padding-top: 12.5rem;
  }
}
.p-bland__body {
  width: 90%;
  margin: -0.625rem auto 3.4375rem;
  font-size: 8.2051282051vw;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-bland__body {
    margin-bottom: 4.25rem;
    font-size: 2.5rem;
    letter-spacing: 0.125rem;
  }
}
.p-bland__bodyIcon {
  width: 38.4615384615vw;
  max-width: 190px;
  margin: 14.8717948718vw auto;
}
@media screen and (min-width: 768px) {
  .p-bland__bodyIcon {
    margin: 4.375rem auto;
  }
}
.p-bland__head {
  order: -1;
}
@media screen and (min-width: 768px) {
  .p-bland__head {
    font-size: 2.5rem;
  }
}
.p-bland__jbgText {
  display: inline-block;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-bland__jbgText {
    margin-bottom: 2.5rem;
  }
}

#products {
  text-align: center;
}
#products .c-heading {
  width: 75%;
  margin: 0 auto;
}

.p-topProducts {
  display: flex;
  flex-wrap: wrap;
  width: 90%;
  justify-content: space-around;
  margin: 3.5rem auto;
  gap: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-topProducts {
    margin: 1.25rem auto 5.625rem;
    gap: 1.5625rem;
  }
}

.p-topProduct {
  display: flex;
  flex-direction: column;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  width: 80%;
  max-width: 272px;
}
@media screen and (min-width: 768px) {
  .p-topProduct {
    width: 26.7%;
    min-width: 280px;
    padding-top: 3.875rem;
    max-width: none;
  }
}
.p-topProduct__title {
  font-size: 1.625rem;
  margin-top: 1.3125rem;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-topProduct__title {
    margin-top: 1.625rem;
    font-size: 1.25rem;
  }
}
.p-topProduct__name {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-topProduct__name {
    margin-top: 0.1875rem;
    font-size: 2rem;
  }
}
.p-topProduct__description {
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .p-topProduct__description {
    margin-top: 0.25rem;
    font-size: 1rem;
  }
}
.p-topProduct__illust {
  order: -1;
  width: 91%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topProduct__illust {
    width: auto;
  }
}
.p-topProduct__link {
  order: -1;
  width: 91%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-topProduct__link {
    width: auto;
  }
}
.p-topProduct__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 3%;
  bottom: 0;
  z-index: 1;
  width: 19%;
  height: 19%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256%22%20height%3D%2256%22%20viewBox%3D%220%200%2056%2056%22%3E%20%3Cg%20id%3D%22g_22915%22%20data-name%3D%22g%2022915%22%20transform%3D%22translate(-878%20-1010)%22%3E%20%3Ccircle%20id%3D%22a%22%20data-name%3D%22d_26%22%20cx%3D%2228%22%20cy%3D%2228%22%20r%3D%2228%22%20transform%3D%22translate(878%201010)%22%20fill%3D%22%23222%22%2F%3E%20%3Cpath%20id%3D%22a_-_a%22%20data-name%3D%22d_26%20-%20a%22%20d%3D%22M28%2C1A27.007%2C27.007%2C0%2C0%2C0%2C17.491%2C52.879%2C27.007%2C27.007%2C0%2C0%2C0%2C38.509%2C3.121%2C26.83%2C26.83%2C0%2C0%2C0%2C28%2C1m0-1A28%2C28%2C0%2C1%2C1%2C0%2C28%2C28%2C28%2C0%2C0%2C1%2C28%2C0Z%22%20transform%3D%22translate(878%201010)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_49804%22%20data-name%3D%22%E3%83%91%E3%82%B9%2049804%22%20d%3D%22M1396.845%2C1037.471h-11.5v-11.5a1.5%2C1.5%2C0%2C0%2C1%2C3%2C0v8.5h8.5a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3Z%22%20transform%3D%22translate(1158.748%202750.761)%20rotate(-135)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.p-topProduct.-order {
  color: #C3283A;
  margin-bottom: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-topProduct.-order {
    margin-bottom: 0;
  }
}

.p-topProduct__order {
  order: -1;
  position: relative;
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  color: #fff;
  width: 90%;
}
@media screen and (min-width: 576px) {
  .p-topProduct__order {
    width: 100%;
  }
}
.p-topProduct__order::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(/img/pic_product_contact.png);
  background-size: contain;
}

.p-topProduct__orderText {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 2rem;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  z-index: 2;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .p-topProduct__orderText {
    font-size: 2.25rem;
  }
}
.p-topProduct__orderText::before {
  margin: 0.5rem 0 1rem;
  background-image: url(/img/logo_icon_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  order: 2;
}
@media screen and (min-width: 768px) {
  .p-topProduct__orderText::before {
    margin: 1rem 0;
    width: 48px;
    height: 48px;
  }
}

.p-topProduct__orderText__button {
  z-index: 2;
}

.p-subProducts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 1.5rem auto 3.5rem;
  gap: 3.5625rem;
}
@media screen and (min-width: 768px) {
  .p-subProducts {
    justify-content: space-between;
    margin: 1.25rem auto 5.625rem;
    row-gap: 7.5rem;
  }
}

.p-subProduct {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  width: 83vw;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-subProduct {
    width: 45.8387%;
    min-width: 280px;
    max-width: none;
    padding-top: 0;
  }
  .p-subProduct.-pickup {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    padding-top: 0;
  }
  .p-subProduct.-pickup + .p-subProduct.-pickup {
    margin-top: -2.5rem;
  }
  .p-subProduct.-pickup.-reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .-pickup .p-subProduct__textarea {
    width: 44.8387%;
    text-align: left;
  }
  .-pickup.-reverse .p-subProduct__textarea {
    text-align: right;
  }
}
.p-subProduct__title {
  font-size: 1.34375rem;
  margin-top: 1rem;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-subProduct__title {
    margin-top: 1.25rem;
    font-size: 1.875rem;
  }
  .-pickup .p-subProduct__title {
    margin-top: 0;
    font-size: 1.875rem;
  }
}
.p-subProduct__name {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1;
  margin-top: 0.34375rem;
  letter-spacing: 0.125rem;
}
@media screen and (min-width: 768px) {
  .p-subProduct__name {
    margin-top: -0.125rem;
    font-size: 3rem;
  }
  .-pickup .p-subProduct__name {
    margin-top: -0.3125rem;
    font-size: 4rem;
  }
}
.p-subProduct__lead {
  font-size: 1.5rem;
  margin-top: 1rem;
  text-align-last: left;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-subProduct__lead {
    text-align-last: auto;
    margin-top: 1.125rem;
    font-size: 1.75rem;
  }
  .-pickup .p-subProduct__lead {
    margin-top: 1.125rem;
    font-size: 2rem;
  }
}
.p-subProduct__description {
  margin-top: 1rem;
  line-height: 1.5;
  word-break: break-all;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-subProduct__description {
    letter-spacing: 0;
    margin-top: 0.625rem;
    font-size: 1rem;
  }
  .-pickup .p-subProduct__description {
    margin-top: 1.25rem;
  }
  .-pickup.-reverse .p-subProduct__description {
    text-align: right;
  }
}
.p-subProduct__illust {
  order: -1;
  width: 77%;
}
@media screen and (min-width: 768px) {
  .p-subProduct__illust {
    width: 71.9424%;
    max-width: 37.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-subProduct.-pickup .p-subProduct__illust {
    width: 48.3871%;
  }
}
.p-subProduct.-order {
  color: #C3283A;
  margin-bottom: -0.625rem;
}
@media screen and (min-width: 768px) {
  .p-subProduct.-order {
    margin-bottom: 0;
  }
}

.l-spacer.-topCaseStudies {
  text-align: center;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0); /* Safari対応 */
}
.l-spacer.-topCaseStudies .c-heading {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topCaseStudies .c-heading {
    margin-bottom: 5rem;
  }
}

.l-spacer.-topJournal {
  text-align: center;
}

.l-spacer.-topJoinUs {
  text-align: center;
  mix-blend-mode: screen;
  transform: translate3d(0, 0, 0); /* Safari対応 */
}
.l-spacer.-topJoinUs .c-heading {
  margin: 0 auto 2.25rem;
  padding: 0 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topJoinUs .c-heading {
    font-size: 3rem;
    margin: 0 auto 5.0625rem;
  }
}
.l-spacer.-topJoinUs .c-heading span[lang=ja] {
  display: block;
  font-size: min(8.7179487179vw, 3rem);
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topJoinUs .c-heading span[lang=ja] {
    font-size: 3rem;
  }
}

.l-spacer.-topContact {
  text-align: center;
}
.l-spacer.-topContact .c-heading {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-topContact .c-heading {
    margin-bottom: 5rem;
  }
}

.l-spacer.-subContact {
  text-align: center;
}
.l-spacer.-subContact .c-heading {
  margin-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-spacer.-subContact .c-heading {
    margin-bottom: 3.5rem;
  }
}

.p-map {
  display: block;
  height: 400px;
}
.p-map iframe {
  width: 100%;
  height: 400px;
}

.p-phases {
  position: relative;
  padding: 1.5625rem 1.25rem 3rem;
  margin: 6.9333vw -0.625rem;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  transition: background 0.3s;
  row-gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-phases {
    background: rgba(255, 255, 255, 0);
    display: grid;
    grid-template-rows: repeat(6, 280px);
    grid-template-columns: repeat(5, 20%);
    margin-top: 7.6875rem;
    margin-bottom: 3.75rem;
    row-gap: 0;
  }
}
.p-phases::before, .p-phases::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 6.9333vw;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22375%22%20height%3D%2226%22%20viewBox%3D%220%200%20375%2026%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_10518%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2010518%22%20width%3D%22375%22%20height%3D%2226%22%20transform%3D%22translate(0%20334)%22%20fill%3D%22rgba(255%2C255%2C255%2C0.2)%22%20stroke%3D%22%23707070%22%20stroke-width%3D%221%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_76%22%20data-name%3D%22%E3%83%9E%E3%82%B9%E3%82%AF%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2076%22%20transform%3D%22translate(0%20-334)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_49903%22%20data-name%3D%22%E3%83%91%E3%82%B9%2049903%22%20d%3D%22M560.021%2C0c377.484%2C2.23%2C560.021%2C250.73%2C560.021%2C560.021s-185.231%2C558.9-560.021%2C560.021C172.148%2C1120.75%2C0%2C869.312%2C0%2C560.021S181.735.8%2C560.021%2C0Z%22%20transform%3D%22translate(-372.521%20333.999)%22%20fill%3D%22rgba(255%2C255%2C255%2C0.2)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 1;
  transition: opacity 0.3s;
}
@media screen and (min-width: 992px) {
  .p-phases::before, .p-phases::after {
    opacity: 0;
  }
}
.p-phases::before {
  top: -6.9333vw;
}
.p-phases::after {
  bottom: -6.9333vw;
  transform: rotate(180deg);
}
.p-phases__title {
  text-align: center;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 2.8rem;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .p-phases__title {
    font-size: 4rem;
  }
}

.p-phase {
  width: calc((100% - 20px) / 2);
  display: block;
  color: #fff;
  word-break: break-all;
}
@media screen and (min-width: 992px) {
  .p-phase {
    text-align: center;
    width: 100%;
    position: relative;
    margin-top: 0;
  }
  .p-phase::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%20viewBox%3D%220%200%20400%20400%22%3E%20%3Cpath%20id%3D%22p_49863%22%20data-name%3D%22p%2049863%22%20d%3D%22M200%2C0C334.811.8%2C400%2C89.543%2C400%2C200S333.848%2C399.6%2C200%2C400C61.479%2C400.253%2C0%2C310.457%2C0%2C200S64.9.286%2C200%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.p-phase:not(:nth-child(1)):not(:nth-child(2)) {
  padding-top: 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 992px) {
  .p-phase:not(:nth-child(1)):not(:nth-child(2)) {
    padding-top: 0;
    border: none;
  }
}
@media screen and (min-width: 992px) {
  .p-phase.-phase1 {
    grid-column: 1/2;
    grid-row: 1/2;
    width: 280px;
    top: 0px;
    left: 71px;
  }
  .p-phase.-phase1::after {
    transform: translate(-2px, -54px) scale(129%);
    opacity: 0.2;
  }
  .p-phase.-phase2 {
    grid-column: 3/4;
    grid-row: 1/2;
    width: 320px;
    top: 27px;
    left: -18px;
  }
  .p-phase.-phase2::after {
    transform: translate(27px, -42px) scale(142%);
    opacity: 0.3;
  }
  .p-phase.-phase3 {
    grid-column: 5/6;
    grid-row: 1/2;
    width: 232px;
    top: 67px;
    left: -61px;
  }
  .p-phase.-phase3::after {
    transform: translate(-1px, -19px) scale(138%);
    opacity: 0.45;
  }
  .p-phase.-phase4 {
    grid-column: 2/3;
    grid-row: 2/3;
    width: 320px;
    top: 38px;
    left: -45px;
  }
  .p-phase.-phase4::after {
    transform: translate(27px, -54px) scale(143%);
    opacity: 0.45;
  }
  .p-phase.-phase5 {
    grid-column: 4/5;
    grid-row: 2/3;
    width: 240px;
    top: 27px;
    left: -22px;
  }
  .p-phase.-phase5::after {
    transform: translate(-1px, -35px) scale(132%);
    opacity: 0.2;
  }
  .p-phase.-phase6 {
    grid-column: 1/2;
    grid-row: 3/4;
    width: 234px;
    top: 29px;
    left: 13px;
  }
  .p-phase.-phase6::after {
    transform: translate(-1px, -21px) scale(137%);
    opacity: 0.2;
  }
  .p-phase.-phase7 {
    grid-column: 3/4;
    grid-row: 3/4;
    width: 248px;
    top: -7px;
    left: 50px;
  }
  .p-phase.-phase7::after {
    transform: translate(0px, -33px) scale(128%);
    opacity: 0.3;
  }
  .p-phase.-phase8 {
    grid-column: 5/6;
    grid-row: 3/4;
    width: 280px;
    top: -39px;
    left: -58px;
  }
  .p-phase.-phase8::after {
    transform: translate(0px, -45px) scale(128%);
    opacity: 0.2;
  }
  .p-phase.-phase9 {
    grid-column: 2/3;
    grid-row: 4/5;
    width: 288px;
    top: -11px;
    left: -31px;
  }
  .p-phase.-phase9::after {
    transform: translate(6px, -66px) scale(129%);
    opacity: 0.3;
  }
  .p-phase.-phase10 {
    grid-column: 4/5;
    grid-row: 4/5;
    width: 272px;
    top: -43px;
    left: -19px;
  }
  .p-phase.-phase10::after {
    transform: translate(1px, -38px) scale(132%);
    opacity: 0.45;
  }
  .p-phase.-phase11 {
    grid-column: 1/2;
    grid-row: 5/6;
    width: 312px;
    top: -39px;
    left: -27px;
  }
  .p-phase.-phase11::after {
    transform: translate(20px, -66px) scale(128%);
    opacity: 0.2;
  }
  .p-phase.-phase12 {
    grid-column: 3/4;
    grid-row: 5/6;
    width: 240px;
    top: -90px;
    left: -9px;
  }
  .p-phase.-phase12::after {
    transform: translate(0px, -31px) scale(132%);
    opacity: 0.2;
  }
  .p-phase.-phase13 {
    grid-column: 5/6;
    grid-row: 5/6;
    width: 294px;
    top: -50px;
    left: -35px;
  }
  .p-phase.-phase13::after {
    transform: translate(10px, -56px) scale(128%);
    opacity: 0.3;
  }
  .p-phase.-phase14 {
    grid-column: 2/3;
    grid-row: 6/7;
    width: 296px;
    top: -64px;
    left: -79px;
  }
  .p-phase.-phase14::after {
    transform: translate(11px, -50px) scale(116%);
    opacity: 0.45;
  }
  .p-phase.-phase15 {
    grid-column: 3/4;
    grid-row: 6/7;
    width: 296px;
    top: -93px;
    left: 47px;
  }
  .p-phase.-phase15::after {
    transform: translate(6px, -55px) scale(128%);
    opacity: 0.2;
  }
  .p-phase.-phase16 {
    grid-column: 4/5;
    grid-row: 6/7;
    width: 256px;
    top: 7px;
    left: 121px;
  }
  .p-phase.-phase16::after {
    transform: translate(0px, -40px) scale(124%);
    opacity: 0.45;
  }
}
.p-phase__title {
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .p-phase__title {
    font-size: 1.75rem;
  }
  .p-phase__title.-pcMin {
    font-size: 1.5rem;
  }
}
.p-phase__text {
  margin-top: 0.75rem;
  font-size: 0.875rem;
  letter-spacing: 0;
  line-height: 1.68;
}
@media screen and (min-width: 992px) {
  .p-phase__text {
    margin-top: 0.75rem;
  }
}

.p-approach__title {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-approach__title {
    font-size: 3.125rem;
    margin-bottom: 1rem;
  }
}
.p-approach__title2 {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  padding-bottom: 1rem;
  font-size: 2rem;
  line-height: 1.2;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .p-approach__title2 {
    margin-top: 3.75rem;
    font-size: 3.125rem;
    padding-bottom: 1.8125rem;
  }
}
.p-approach__lead {
  color: #fff;
  text-align: center;
}
.p-approach__text {
  color: #fff;
  text-align: center;
}
.p-approach__table {
  margin-top: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-approach__table {
    margin: 4.875rem auto 0;
    width: 100%;
    max-width: 1080px;
    table-layout: fixed;
  }
}

.p-approachTable {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-approachTable__headRow {
    height: 132px;
    text-align: center;
    vertical-align: middle;
  }
  .p-approachTable__headCat {
    font-size: 0.875rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22132%22%20height%3D%22132%22%20viewBox%3D%220%200%20132%20132%22%3E%20%3Cpath%20id%3D%22p_49864%22%20data-name%3D%22p%2049864%22%20d%3D%22M66%2C0c44.487.263%2C66%2C29.549%2C66%2C66s-21.83%2C65.868-66%2C66c-45.712.083-66-29.549-66-66S21.418.094%2C66%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22rgba(255%2C255%2C255%2C0.8)%22%2F%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .p-approachTable__th {
    font-size: 0.875rem;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22132%22%20height%3D%22132%22%20viewBox%3D%220%200%20132%20132%22%3E%20%3Cg%20id%3D%22%E3%83%91%E3%82%B9_49863%22%20data-name%3D%22%E3%83%91%E3%82%B9%2049863%22%20transform%3D%22translate(0)%22%20fill%3D%22none%22%3E%20%3Cpath%20d%3D%22M66%2C0c44.488.263%2C66%2C29.549%2C66%2C66s-21.83%2C65.868-66%2C66c-45.712.083-66-29.549-66-66S21.418.094%2C66%2C0Z%22%20stroke%3D%22none%22%2F%3E%20%3Cpath%20d%3D%22M%2065.99842834472656%201%20C%2055.33235931396484%201.022979736328125%2045.66117858886719%202.756881713867188%2037.25400543212891%206.153579711914062%20C%2029.33760833740234%209.351959228515625%2022.52962493896484%2014.02459716796875%2017.01915740966797%2020.04168701171875%20C%2011.75251770019531%2025.79252624511719%207.705009460449219%2032.72528839111328%204.989044189453125%2040.64738464355469%20C%202.342086791992188%2048.36827087402344%200.9999542236328125%2056.89812469482422%200.9999542236328125%2066%20C%200.9999542236328125%2075.14981842041016%202.285842895507812%2083.68074035644531%204.821914672851562%2091.35580444335938%20C%207.4515380859375%2099.31401824951172%2011.39869689941406%20106.2536163330078%2016.55377197265625%20111.9818344116211%20C%2021.98475646972656%20118.0166549682617%2028.75237274169922%20122.6923294067383%2036.66862487792969%20125.8789978027344%20C%2045.11026000976562%20129.2771606445312%2054.9140625%20131.0001831054688%2065.80770111083984%20131.0001831054688%20L%2065.99699401855469%20131%20C%2076.57011413574219%20130.9684906005859%2086.18384552001953%20129.2294006347656%2094.5711669921875%20125.8310394287109%20C%20102.4788665771484%20122.6269989013672%20109.2942428588867%20117.9542007446289%20114.8279571533203%20111.9424362182617%20C%20120.1297378540039%20106.1826324462891%20124.2095718383789%2099.25225830078125%20126.9541320800781%2091.34379577636719%20C%20129.6387329101562%2083.60810852050781%20130.9999542236328%2075.08122253417969%20130.9999542236328%2066%20C%20130.9999542236328%2056.90560150146484%20129.6535034179688%2048.38414764404297%20126.9980087280273%2040.67236328125%20C%20124.2768630981445%2032.76994323730469%20120.2220840454102%2025.85040283203125%20114.9463043212891%2020.10594177246094%20C%20109.4331359863281%2014.10303497314453%20102.6230316162109%209.432579040527344%2094.70513916015625%206.224311828613281%20C%2086.30601501464844%202.821029663085938%2076.64803314208984%201.063339233398438%2065.99842834472656%201%20M%2065.99996948242188%200%20C%20110.4875564575195%200.2628326416015625%20131.9999542236328%2029.54921722412109%20131.9999542236328%2066%20C%20131.9999542236328%20102.4507827758789%20110.1699676513672%20131.8683624267578%2065.99996948242188%20132%20C%2065.93859100341797%20132.0001068115234%2065.86899566650391%20132.0001678466797%2065.80770111083984%20132.0001678466797%20C%2020.22538757324219%20132.0001678466797%20-4.57763671875e-05%20102.4018402099609%20-4.57763671875e-05%2066%20C%20-4.57763671875e-05%2029.54921722412109%2021.41788482666016%200.0942840576171875%2065.99996948242188%200%20Z%22%20stroke%3D%22none%22%20fill%3D%22rgba(255%2C255%2C255%2C0.4)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
}
.p-approachTable__row {
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-template-columns: 29.8667vw 1fr;
  row-gap: 0.2625rem;
  column-gap: 0.2875rem;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row {
    display: table-row;
  }
}
.p-approachTable__row + .p-approachTable__row {
  margin-top: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row + .p-approachTable__row {
    margin-top: 0;
  }
}
.p-approachTable__row th {
  vertical-align: middle;
  height: 45.3334vw;
  grid-column: 1/2;
  grid-row: 1/-1;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row th {
    height: 220px;
    display: table-cell;
  }
}
.p-approachTable__row th .-spMin {
  font-size: 0.875rem;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row th .-spMin {
    font-size: 1rem;
    margin-left: 0;
  }
}
.p-approachTable__row th::before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: -10px;
  width: 100%;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%20viewBox%3D%220%200%20400%20400%22%3E%20%3Cpath%20id%3D%22p_49863%22%20data-name%3D%22p%2049863%22%20d%3D%22M200%2C0C334.811.8%2C400%2C89.543%2C400%2C200S333.848%2C399.6%2C200%2C400C61.479%2C400.253%2C0%2C310.457%2C0%2C200S64.9.286%2C200%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E");
  background-size: 150% auto;
  background-position: 100%;
  background-repeat: no-repeat;
  opacity: 0.45;
  z-index: -1;
  transition: background 0.3s;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row th::before {
    left: 0;
    background-size: 100% 100%;
    background-position: center center;
  }
}
.p-approachTable__row td {
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row td {
    text-align: center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%228%22%20height%3D%2220%22%20viewBox%3D%220%200%208%2020%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Cpath%20id%3D%22p_49904%22%20data-name%3D%22p%2049904%22%20d%3D%22M0%2C0H8V20H0Z%22%20transform%3D%22translate(4430%203681)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22m_76%22%20data-name%3D%22m%2076%22%20transform%3D%22translate(-4430%20-3681)%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Ccircle%20id%3D%22d_65%22%20data-name%3D%22d%2065%22%20cx%3D%224%22%20cy%3D%224%22%20r%3D%224%22%20transform%3D%22translate(4430%203681)%22%20fill%3D%22rgba(255%2C255%2C255%2C0.25)%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
    background-repeat: repeat-y;
    background-position: center 6px;
  }
}
.p-approachTable__row td::after {
  margin-left: 10px;
  vertical-align: middle;
}
.p-approachTable__row td:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  height: 1.5rem;
  width: 6.875rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22110%22%20height%3D%2223%22%20viewBox%3D%220%200%20110%2023%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201%22%20width%3D%22110%22%20height%3D%2223%22%20fill%3D%22none%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_2%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%202%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_3_1%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%203%20%E2%80%93%201%22%20transform%3D%22translate(30.095%205.419)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1%22%20data-name%3D%22%E3%83%91%E3%82%B9%201%22%20d%3D%22M70.91%2C13.018H69.8c-.428%2C0-.646.089-.646.578%2C0%2C.032%2C0%2C.184.009.41.015.662.044%2C1.894.044%2C2.643V21.8c0%2C1.209-.524%2C1.725-1.754%2C1.725a3.868%2C3.868%2C0%2C0%2C1-.6-.032%2C1.117%2C1.117%2C0%2C0%2C0-.236-.021c-.4%2C0-.437.29-.437.613v1.012c0%2C.431.12.566.56.629a4.368%2C4.368%2C0%2C0%2C0%2C.485.018%2C4.651%2C4.651%2C0%2C0%2C0%2C3.246-.99A3.721%2C3.721%2C0%2C0%2C0%2C71.5%2C21.9V16.649c0-.749.028-1.982.043-2.643.005-.226.009-.378.009-.41%2C0-.488-.217-.578-.645-.578%22%20transform%3D%22translate(-66.18%20-12.495)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_2%22%20data-name%3D%22%E3%83%91%E3%82%B9%202%22%20d%3D%22M83.774%2C34.577a1.471%2C1.471%2C0%2C0%2C0-1.532%2C1.538%2C1.333%2C1.333%2C0%2C0%2C0%2C1.393%2C1.363%2C1.469%2C1.469%2C0%2C0%2C0%2C1.515-1.555%2C1.316%2C1.316%2C0%2C0%2C0-1.376-1.345%22%20transform%3D%22translate(-74.938%20-24.214)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_3%22%20data-name%3D%22%E3%83%91%E3%82%B9%203%22%20d%3D%22M101.054%2C18.847a1.013%2C1.013%2C0%2C0%2C1-.164-.071c.04-.037.11-.089.147-.117a3.186%2C3.186%2C0%2C0%2C0%2C1.188-2.749c0-2.6-2.2-2.933-4.122-2.933H96.764c-.549%2C0-1.316-.016-1.823-.026-.247-.005-.426-.009-.489-.009-.521%2C0-.628.28-.628.7%2C0%2C.111%2C0%2C.422.011.815.01.659.024%2C1.561.024%2C2.1v5.478c0%2C.721-.019%2C1.925-.029%2C2.572%2C0%2C.226-.006.379-.006.411%2C0%2C.442.188.63.628.63l.357-.007c.478-.01%2C1.367-.028%2C1.955-.028h1.391a5.362%2C5.362%2C0%2C0%2C0%2C3.4-.948%2C3.6%2C3.6%2C0%2C0%2C0%2C1.264-2.979%2C2.775%2C2.775%2C0%2C0%2C0-1.762-2.837m-4.948%2C1.512c0-.356.025-.382.38-.382h1.947c1.379%2C0%2C2.049.553%2C2.049%2C1.69%2C0%2C1.262-.861%2C1.986-2.362%2C1.986H96.486c-.355%2C0-.38-.025-.38-.382Zm1.771-2.34H96.486c-.355%2C0-.38-.025-.38-.382V15.352c0-.357.025-.382.38-.382h1.6c1.267%2C0%2C1.858.415%2C1.858%2C1.306%2C0%2C1.172-.676%2C1.742-2.066%2C1.742%22%20transform%3D%22translate(-81.253%20-12.454)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4%22%20data-name%3D%22%E3%83%91%E3%82%B9%204%22%20d%3D%22M118.9%2C34.577a1.471%2C1.471%2C0%2C0%2C0-1.532%2C1.538%2C1.333%2C1.333%2C0%2C0%2C0%2C1.393%2C1.363%2C1.469%2C1.469%2C0%2C0%2C0%2C1.515-1.555%2C1.316%2C1.316%2C0%2C0%2C0-1.376-1.345%22%20transform%3D%22translate(-94.091%20-24.214)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_5%22%20data-name%3D%22%E3%83%91%E3%82%B9%205%22%20d%3D%22M136.5%2C19.418h-1.06c-.428%2C0-.645.089-.645.578%2C0%2C.037%2C0%2C.152.01.325.015.431.042%2C1.153.042%2C1.7v.8c0%2C.366-.041.419-.4.508l-.007%2C0a4.334%2C4.334%2C0%2C0%2C1-1.228.168c-2.611%2C0-4.17-1.5-4.17-4.01a4.358%2C4.358%2C0%2C0%2C1%2C1.2-3.162%2C4.5%2C4.5%2C0%2C0%2C1%2C3.281-1.232%2C4.84%2C4.84%2C0%2C0%2C1%2C2.069.471.87.87%2C0%2C0%2C0%2C.417.14c.228%2C0%2C.308-.2.41-.457l.4-1.048a1.155%2C1.155%2C0%2C0%2C0%2C.1-.381c0-.256-.21-.376-.468-.5a7.618%2C7.618%2C0%2C0%2C0-2.854-.535%2C7.1%2C7.1%2C0%2C0%2C0-5%2C1.8%2C6.546%2C6.546%2C0%2C0%2C0-1.937%2C4.9%2C6.129%2C6.129%2C0%2C0%2C0%2C1.6%2C4.4%2C6.566%2C6.566%2C0%2C0%2C0%2C4.838%2C1.748%2C8.92%2C8.92%2C0%2C0%2C0%2C3.443-.691.736.736%2C0%2C0%2C0%2C.557-.847V22.02c0-.546.026-1.268.041-1.7.006-.173.01-.287.01-.325%2C0-.488-.217-.578-.645-.578%22%20transform%3D%22translate(-99.156%20-12.37)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_6%22%20data-name%3D%22%E3%83%91%E3%82%B9%206%22%20d%3D%22M158.637%2C20.243a4.619%2C4.619%2C0%2C0%2C0-3.488%2C1.391%2C5.083%2C5.083%2C0%2C0%2C0-1.259%2C3.549%2C4.259%2C4.259%2C0%2C0%2C0%2C4.435%2C4.5%2C4.671%2C4.671%2C0%2C0%2C0%2C3.434-1.324%2C4.977%2C4.977%2C0%2C0%2C0%2C1.314-3.58%2C4.294%2C4.294%2C0%2C0%2C0-4.435-4.538m-.261%2C7.467a2.238%2C2.238%2C0%2C0%2C1-2.188-2.51c0-1.721.9-2.789%2C2.362-2.789a2.261%2C2.261%2C0%2C0%2C1%2C2.223%2C2.527c0%2C1.658-.963%2C2.772-2.4%2C2.772%22%20transform%3D%22translate(-114.003%20-16.422)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M182.412%2C20.243a4.619%2C4.619%2C0%2C0%2C0-3.488%2C1.391%2C5.083%2C5.083%2C0%2C0%2C0-1.259%2C3.549%2C4.259%2C4.259%2C0%2C0%2C0%2C4.435%2C4.5%2C4.671%2C4.671%2C0%2C0%2C0%2C3.434-1.324%2C4.977%2C4.977%2C0%2C0%2C0%2C1.314-3.58%2C4.294%2C4.294%2C0%2C0%2C0-4.435-4.538m-.261%2C7.467a2.238%2C2.238%2C0%2C0%2C1-2.188-2.51c0-1.721.9-2.789%2C2.362-2.789a2.261%2C2.261%2C0%2C0%2C1%2C2.223%2C2.527c0%2C1.658-.963%2C2.772-2.4%2C2.772%22%20transform%3D%22translate(-126.967%20-16.422)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_8%22%20data-name%3D%22%E3%83%91%E3%82%B9%208%22%20d%3D%22M209.868%2C12.83c0-.2.007-.345.007-.38%2C0-.488-.217-.578-.645-.578h-1.008c-.428%2C0-.645.089-.645.578%2C0%2C.035%2C0%2C.177.007.38.01.494.028%2C1.414.028%2C1.975v.646c0%2C.312-.016.312-.119.312a1.166%2C1.166%2C0%2C0%2C1-.222-.016%2C4.682%2C4.682%2C0%2C0%2C0-.717-.054%2C5.233%2C5.233%2C0%2C0%2C0-3.492%2C1.266%2C5.1%2C5.1%2C0%2C0%2C0-1.621%2C3.953c0%2C2.566%2C1.474%2C4.224%2C3.757%2C4.224a4.13%2C4.13%2C0%2C0%2C0%2C2.377-.794.784.784%2C0%2C0%2C1%2C.142-.084c.009.049.015.123.017.149.02.484.165.624.645.624h.852c.428%2C0%2C.645-.089.645-.578%2C0-.035%2C0-.176-.007-.379-.01-.494-.028-1.414-.028-1.976V14.8c0-.561.018-1.481.028-1.975m-3.35%2C4.978a4.354%2C4.354%2C0%2C0%2C1%2C.706.05c.333.058.387.124.387.471v3.628a.681.681%2C0%2C0%2C1-.34.669%2C2.631%2C2.631%2C0%2C0%2C1-1.535.515c-1.213%2C0-2-.91-2-2.318a2.806%2C2.806%2C0%2C0%2C1%2C2.779-3.016%22%20transform%3D%22translate(-139.93%20-11.872)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_9%22%20data-name%3D%22%E3%83%91%E3%82%B9%209%22%20d%3D%22M226.416%2C25.778h4.919c.63%2C0%2C.732-.345.732-1.171%2C0-2.773-1.332-4.364-3.653-4.364-2.673%2C0-4.539%2C2.017-4.539%2C4.9a4.714%2C4.714%2C0%2C0%2C0%2C1.065%2C3.175%2C4.378%2C4.378%2C0%2C0%2C0%2C3.457%2C1.363%2C6.6%2C6.6%2C0%2C0%2C0%2C2.914-.66c.224-.113.426-.235.426-.493a.908.908%2C0%2C0%2C0-.119-.4l-.3-.576c-.119-.239-.221-.445-.457-.445a.964.964%2C0%2C0%2C0-.414.157%2C4.008%2C4.008%2C0%2C0%2C1-1.88.454%2C2.282%2C2.282%2C0%2C0%2C1-2.106-.93%2C2.134%2C2.134%2C0%2C0%2C1-.342-.9c0-.08%2C0-.12.293-.12m1.929-3.507a1.385%2C1.385%2C0%2C0%2C1%2C1.336.762%2C1.886%2C1.886%2C0%2C0%2C1%2C.226.746c-.005.048-.023.092-.311.092H226.52c-.221%2C0-.257-.037-.257-.037a.038.038%2C0%2C0%2C1%2C0-.013%2C1.592%2C1.592%2C0%2C0%2C1%2C.288-.635%2C2.077%2C2.077%2C0%2C0%2C1%2C1.8-.915%22%20transform%3D%22translate(-152.164%20-16.422)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88_2_1%22%20data-name%3D%22%E3%82%B3%E3%83%B3%E3%83%9D%E3%83%BC%E3%83%8D%E3%83%B3%E3%83%88%202%20%E2%80%93%201%22%20transform%3D%22translate(0%200)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_18%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2018%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_10%22%20data-name%3D%22%E3%83%91%E3%82%B9%2010%22%20d%3D%22M30.015%2C27.76a3.733%2C3.733%2C0%2C0%2C0-2.322%2C1.162c-.113.1-.3.294-.448.445a.307.307%2C0%2C0%2C0%2C0%2C.429c.146.149.336.34.448.444A3.734%2C3.734%2C0%2C0%2C0%2C30.015%2C31.4a1.833%2C1.833%2C0%2C1%2C0%2C0-3.641%22%20transform%3D%22translate(-14.807%20-15.09)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_11%22%20data-name%3D%22%E3%83%91%E3%82%B9%2011%22%20d%3D%22M15.813%2C28.922a3.733%2C3.733%2C0%2C0%2C0-2.322-1.162%2C1.833%2C1.833%2C0%2C1%2C0%2C0%2C3.641%2C3.734%2C3.734%2C0%2C0%2C0%2C2.322-1.162c.113-.1.3-.295.448-.444a.307.307%2C0%2C0%2C0%2C0-.429c-.146-.15-.336-.34-.448-.445%22%20transform%3D%22translate(-6.24%20-15.09)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_12%22%20data-name%3D%22%E3%83%91%E3%82%B9%2012%22%20d%3D%22M20.542%2C8.652l-8.41%2C3.617a2.286%2C2.286%2C0%2C0%2C1-1.806%2C0L1.916%2C8.652C.783%2C8.164%2C0%2C8.682%2C0%2C9.921v7.567c0%2C6.666%2C2.981%2C9.657%2C9.625%2C9.657h3.208c6.644%2C0%2C9.624-2.99%2C9.625-9.657V9.921c0-1.238-.783-1.756-1.917-1.269m-5.29%2C13.663h-.067a5.546%2C5.546%2C0%2C0%2C1-3.861-2.1.128.128%2C0%2C0%2C0-.191%2C0%2C5.546%2C5.546%2C0%2C0%2C1-3.861%2C2.1H7.206a3.23%2C3.23%2C0%2C1%2C1%2C0-6.44h.067a5.544%2C5.544%2C0%2C0%2C1%2C3.861%2C2.1.129.129%2C0%2C0%2C0%2C.191%2C0%2C5.544%2C5.544%2C0%2C0%2C1%2C3.861-2.1h.067a3.23%2C3.23%2C0%2C1%2C1%2C0%2C6.44%22%20transform%3D%22translate(0%20-4.604)%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_13%22%20data-name%3D%22%E3%83%91%E3%82%B9%2013%22%20d%3D%22M18.657%2C4.471l2.162.93a1.218%2C1.218%2C0%2C0%2C0%2C.963%2C0l2.162-.93a.307.307%2C0%2C0%2C0%2C.145-.435L22.094.569a.838.838%2C0%2C0%2C0-1.588%2C0L18.513%2C4.035a.307.307%2C0%2C0%2C0%2C.144.435%22%20transform%3D%22translate(-10.072%200)%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}
.p-approachTable__row td:nth-of-type(2)::after {
  content: "システムインテグレーター";
}
.p-approachTable__row td:nth-of-type(3)::after {
  content: "ウェブ制作会社";
}
.p-approachTable__row td:nth-of-type(4)::after {
  content: "アプリ開発会社";
}
.p-approachTable__row td:nth-of-type(5)::after {
  content: "広告代理店";
}
.p-approachTable__row td:nth-of-type(6)::after {
  content: "ホスティング会社";
}
@media screen and (min-width: 768px) {
  .p-approachTable__row td:nth-of-type(n)::after {
    display: none;
  }
}
.p-approachTable__row td.-ok span, .p-approachTable__row td.-ng span, .p-approachTable__row td.-os span {
  width: 1.25rem;
  height: 1.25rem;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  transition: width 0.3s, height 0.3s;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row td.-ok span, .p-approachTable__row td.-ng span, .p-approachTable__row td.-os span {
    width: 2.5rem;
    height: 3.75rem;
  }
}
.p-approachTable__row td.-ok span::before, .p-approachTable__row td.-ng span::before, .p-approachTable__row td.-os span::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  transition: width 0.3s, height 0.3s;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row td.-ok span::before, .p-approachTable__row td.-ng span::before, .p-approachTable__row td.-os span::before {
    width: 2.5rem;
    height: 3.75rem;
  }
}
.p-approachTable__row td.-ok span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2240%22%20height%3D%2240%22%20viewBox%3D%220%200%2040%2040%22%3E%20%3Cg%20id%3D%22d_61%22%20data-name%3D%22d%2061%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-width%3D%226%22%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2220%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2220%22%20cy%3D%2220%22%20r%3D%2217%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-approachTable__row td.-ng {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row td.-ng {
    opacity: 1;
  }
}
.p-approachTable__row td.-ng span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238%22%20height%3D%2238%22%20viewBox%3D%220%200%2038%2038%22%3E%20%3Cg%20id%3D%22g_23062%22%20data-name%3D%22g%2023062%22%20transform%3D%22translate(3%203)%22%3E%20%3Cpath%20id%3D%22l_300%22%20data-name%3D%22l%20300%22%20d%3D%22M32%2C35a2.991%2C2.991%2C0%2C0%2C1-2.121-.879l-32-32a3%2C3%2C0%2C0%2C1%2C0-4.243%2C3%2C3%2C0%2C0%2C1%2C4.243%2C0l32%2C32A3%2C3%2C0%2C0%2C1%2C32%2C35Z%22%20fill%3D%22%23fff%22%2F%3E%20%3Cpath%20id%3D%22l_301%22%20data-name%3D%22l%20301%22%20d%3D%22M0%2C35a2.991%2C2.991%2C0%2C0%2C1-2.121-.879%2C3%2C3%2C0%2C0%2C1%2C0-4.243l32-32a3%2C3%2C0%2C0%2C1%2C4.243%2C0%2C3%2C3%2C0%2C0%2C1%2C0%2C4.243l-32%2C32A2.991%2C2.991%2C0%2C0%2C1%2C0%2C35Z%22%20fill%3D%22%23fff%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
}
.p-approachTable__row td.-os {
  opacity: 0.4;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row td.-os {
    opacity: 1;
    padding-bottom: 20px;
  }
}
.p-approachTable__row td.-os span::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2239.042%22%20height%3D%2258%22%20viewBox%3D%220%200%2039.042%2058%22%3E%20%3Ctext%20id%3D%22%E5%A7%94%E8%A8%97%22%20transform%3D%22translate(19.521%2012)%22%20fill%3D%22%23fff%22%20font-size%3D%2214%22%20font-family%3D%22PA1GothicStdN-Bold%2C%20A%20P-OTF%20A1Gothic%20StdN%22%20font-weight%3D%22700%22%20letter-spacing%3D%220.05em%22%3E%3Ctspan%20x%3D%22-14.35%22%20y%3D%220%22%3E%E5%A7%94%E8%A8%97%3C%2Ftspan%3E%3C%2Ftext%3E%20%3Cpath%20id%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2_82%22%20data-name%3D%22%E5%A4%9A%E8%A7%92%E5%BD%A2%2082%22%20d%3D%22M21%2C11.908%2C10.446%2C30H31.554L21%2C11.908m0-9.939a1.982%2C1.982%2C0%2C0%2C1%2C1.728.992L40.245%2C32.992A2%2C2%2C0%2C0%2C1%2C38.518%2C36H3.482a2%2C2%2C0%2C0%2C1-1.728-3.008L19.272%2C2.962A1.982%2C1.982%2C0%2C0%2C1%2C21%2C1.969Z%22%20transform%3D%22translate(-1.479%2022)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% auto;
  background-position: center bottom;
}
@media screen and (min-width: 768px) {
  .p-approachTable__row td.-os span::before {
    height: 3.75rem;
    background-size: contain;
  }
}

.p-jbgSection {
  padding: 0 1.375rem;
  position: relative;
}
.p-jbgSection__title {
  text-align: center;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  color: #fff;
  font-size: 2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__title {
    font-size: 2.5rem;
  }
  .p-jbgSection__title.-title2 {
    font-size: 3rem;
  }
}
.p-jbgSection__text {
  font-size: 1rem;
  margin-top: 1.5rem;
  line-height: 1.5;
  color: #fff;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__text {
    font-size: 1.25rem;
    margin-top: 2.8125rem;
    line-height: 2;
    text-align: center;
  }
}
.p-jbgSection__pic {
  margin-top: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__pic {
    margin-top: 3.75rem;
  }
}
.p-jbgSection__office {
  font-size: 1.25rem;
  padding-top: 1.5rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__office {
    font-size: 2.5rem;
    line-height: 1.5;
    text-align: center;
    padding-top: 3.6875rem;
    letter-spacing: 0.05em;
  }
}
.p-jbgSection__address {
  font-size: 0.875rem;
  padding-top: 1.125rem;
  line-height: 1.5;
  color: #fff;
  margin-right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__address {
    font-size: 1.25rem;
    padding-top: 1.875rem;
    line-height: 1.5;
    text-align: center;
  }
}
.p-jbgSection__map {
  height: 13.75rem;
  margin: 1.75rem -1.875rem 0;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__map {
    height: 25rem;
    margin: 3.5rem calc(50% - 50vw) 0;
  }
}
@media screen and (min-width: 768px) {
  .p-jbgSection__map {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.p-jbgSection__map iframe {
  width: 100%;
  height: 220px;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__map iframe {
    height: 25rem;
  }
}
.p-jbgSection__logos {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-jbgSection__logos {
    margin-top: 3.375rem;
  }
}
.p-jbgSection.-borderTop::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #666;
  margin: 0 calc(50% - 50vw);
}

.p-logos {
  display: flex;
  flex-direction: column;
  gap: 1.03125rem;
}
@media screen and (min-width: 768px) {
  .p-logos {
    gap: min(4.6154vw, 5rem);
    flex-direction: row;
    justify-content: center;
  }
}
.p-logos__item {
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .p-logos__item {
    height: min(5vw, 4.0625rem);
  }
  .p-logos__item img {
    max-width: max-content;
  }
}
.p-logos__item img {
  width: auto;
  height: 100%;
}
.p-logos__item.-slack {
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-logos__item.-slack {
    height: min(6.1538vw, 5rem);
    margin-bottom: max(-1.1538vw, -5rem);
  }
}

/*
  下層ページタイトル
*/
.p-pageHeading {
  padding-top: 2.875rem;
  padding-bottom: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-pageHeading {
    padding-top: 4.25rem;
    padding-bottom: 1.125rem;
  }
}
.page-about .p-pageHeading {
  padding-top: 3.75rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-about .p-pageHeading {
    padding-top: 3.3125rem;
    padding-bottom: 2.8125rem;
  }
}
.page-jbg .p-pageHeading {
  padding-top: 4.4375rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .page-jbg .p-pageHeading {
    padding-top: 3.3125rem;
    padding-bottom: 2.8125rem;
  }
}
@media screen and (min-width: 768px) {
  .page-journal .p-pageHeading {
    padding-top: 4.25rem;
    padding-bottom: 5rem;
  }
}
.page-products .p-pageHeading {
  padding-top: 3.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .page-products .p-pageHeading {
    padding-top: 3.3125rem;
    padding-bottom: 2.6875rem;
  }
}
.page-contact .p-pageHeading {
  padding-top: 2.5rem;
  padding-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .page-contact .p-pageHeading {
    padding-top: 3.25rem;
    padding-bottom: 7.25rem;
  }
}
.page-privacy .p-pageHeading {
  padding-top: 2.5rem;
  padding-bottom: 2.3125rem;
}
@media screen and (min-width: 768px) {
  .page-privacy .p-pageHeading {
    padding-top: 3.25rem;
    padding-bottom: 5rem;
  }
}
.p-pageHeading__intro {
  margin-bottom: 0.625rem;
  text-align: center;
  font-size: 0.9375rem;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-pageHeading__intro {
    font-size: 2.25rem;
    margin-bottom: 1.875rem;
  }
}
.p-pageHeading__title {
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  margin-bottom: 0.0625rem;
  text-align: center;
  font-size: 2.5rem;
  letter-spacing: 0.125rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-pageHeading__title {
    font-size: 3.75rem;
  }
}
.p-pageHeading__title.-black {
  color: #212121;
}
.p-pageHeading__title small {
  font-size: 0.6667em;
}
.p-pageHeading__title small.-letterspace01 {
  margin: 0 0.5em;
}
@media screen and (min-width: 768px) {
  .p-pageHeading__title small.-letterspace01 {
    margin: 0 0.4em;
  }
}
.p-pageHeading__title small.-letterspace02 {
  margin-right: 0.3em;
}
@media screen and (min-width: 768px) {
  .p-pageHeading__title small.-letterspace02 {
    margin-right: 0.4em;
  }
}
.page-contact .p-pageHeading__title {
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .page-contact .p-pageHeading__title {
    font-size: 3.75rem;
  }
}
.page-about .p-pageHeading__title {
  line-height: 1.25;
}
@media screen and (min-width: 768px) {
  .page-about .p-pageHeading__title {
    font-size: 5.75rem;
    letter-spacing: 0.1em;
  }
}
.page-jbg .p-pageHeading__title {
  line-height: 1.35;
}
@media screen and (min-width: 768px) {
  .page-jbg .p-pageHeading__title {
    font-size: 5.75rem;
    letter-spacing: 0.1em;
    line-height: 1.25;
  }
}
.p-pageHeading__lead {
  display: block;
  text-align: center;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  padding-top: 1.125rem;
  color: #fff;
}
.p-pageHeading__lead.-black {
  color: #212121;
}
@media screen and (min-width: 768px) {
  .p-pageHeading__lead {
    font-size: 1rem;
  }
}
.page-about .p-pageHeading__lead {
  padding-top: 5.25rem;
  letter-spacing: 0.1875rem;
}
@media screen and (min-width: 768px) {
  .page-about .p-pageHeading__lead {
    padding-top: 9.375rem;
    font-size: 2rem;
    line-height: 1.2;
  }
}
.p-pageHeading__text {
  display: block;
  font-size: 1rem;
  padding: 0.625rem 0.625rem 0;
  word-break: break-all;
  color: #fff;
}
.p-pageHeading__text.-black {
  color: #212121;
}
@media screen and (min-width: 768px) {
  .p-pageHeading__text {
    text-align: center;
    padding: 1.25rem 0.625rem 0;
    font-size: 1.25rem;
  }
}
.page-about .p-pageHeading__text {
  padding-top: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-about .p-pageHeading__text {
    font-size: 1rem;
    padding-top: 2rem;
  }
}
.p-pageHeading__stepNav {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-pageHeading__stepNav {
    margin-top: 7.125rem;
  }
}

.p-stepNav {
  display: flex;
  justify-content: center;
}
.p-stepNav__itemWrap {
  position: relative;
  display: flex;
  align-items: top;
  gap: 0.125rem;
  opacity: 0.4;
  font-size: 1rem;
}
.p-stepNav__itemWrap.-active {
  opacity: 1;
}
.p-stepNav__itemWrap + .p-stepNav__itemWrap::before {
  content: "";
  display: block;
  width: 4.5625rem;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  margin-top: 0.5625rem;
  transition: width 0.3s;
}
@media screen and (min-width: 768px) {
  .p-stepNav__itemWrap + .p-stepNav__itemWrap::before {
    width: 11.125rem;
  }
}
.p-stepNav__item {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.53125rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media screen and (min-width: 768px) {
  .p-stepNav__item {
    gap: 0.75rem;
  }
}
.-active:not(:has(~ .-active)) .p-stepNav__item {
  font-size: 1rem;
}
.p-stepNav__item::before {
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cpath%20id%3D%22p%22%20data-name%3D%22p%2049851%22%20d%3D%22M10%2C0c7.279%2C0%2C10%2C4.477%2C10%2C10S16.58%2C20%2C10%2C20%2C0%2C15.523%2C0%2C10%2C2.721%2C0%2C10%2C0Z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: scale(70%);
}
.-active:not(:has(~ .-active)) .p-stepNav__item::before {
  transform: scale(100%);
}

/*
  Article
*/
.p-articles {
  width: 100%;
  padding: 1.6875rem 0 2rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media screen and (min-width: 768px) {
  .p-articles {
    padding: 2.25rem 0;
  }
}
.p-articles::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-articles {
    margin-top: -1.25rem;
  }
}

.p-author {
  display: flex;
  align-items: center;
  padding-top: 1.25rem;
  font-weight: bold;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-author {
    padding-top: 1.375rem;
  }
}
.p-author__icon {
  flex-shrink: 0;
  order: -1;
  width: 14.2%;
  margin-right: 1rem;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  overflow: hidden;
}
.p-author__body {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-author__body {
    font-size: 1rem;
  }
}
.p-author__position {
  display: block;
  font-size: 0.75rem;
  overflow-wrap: anywhere;
}

.p-article {
  margin: 0 0 1rem;
  width: 100%;
  text-align: left;
  letter-spacing: 0.05em;
  position: relative;
  isolation: isolate;
}
@media screen and (min-width: 768px) {
  .p-article {
    margin: 1.25rem;
    max-width: 18.4375rem;
  }
}
.p-article::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 0.75rem;
  transition: transform 0.2s;
}
.p-article:hover {
  color: #fff;
}
.p-article:hover::before {
  background-color: #222222;
  transform: translate(-50%, -50%) scale(1.05);
}
.p-article > a {
  display: block;
  text-decoration: none;
  height: 100%;
  color: inherit;
}

.p-article {
  color: #222222;
  text-decoration: none;
  justify-content: space-between;
}
.p-article[href]:hover, .p-article[href]:focus {
  background-color: #f5f5f5;
}

/*
  Article
*/
.p-article__body {
  display: flex;
  flex-direction: column;
  padding: 1.25rem;
  height: 100%;
}

.p-article__thumb, .p-article__thumb--comingsoon {
  width: 100%;
  aspect-ratio: 255/191;
  border-radius: 0.5rem;
  overflow: hidden;
}
.p-article__thumb img, .p-article__thumb--comingsoon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-article__thumb--comingsoon {
  aspect-ratio: auto;
  flex-grow: 1;
}

.p-article__title {
  margin-bottom: auto;
  padding-top: 1.25rem;
  word-break: normal;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-article__title {
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

/*
  Journal
*/
.p-journal {
  border-radius: 10px;
}

.p-journal_mv {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
.p-journal_mv img {
  width: 100%;
}

.p-journal_inner {
  padding: 1.875rem 1.25rem 3.75rem;
  width: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-journal_inner {
    padding: 3.75rem 2.5rem 3.75rem;
  }
}

.p-journal_innerHead,
.p-journal_innerBody {
  margin: 0 auto;
  max-width: 860px;
}

.p-journal_innerHead {
  margin-bottom: 2.5rem;
}

.p-journal_title {
  margin-bottom: 1em;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-journal_title {
    font-size: 2rem;
  }
}

.p-journal_author {
  display: flex;
  align-items: center;
  font-style: normal;
}

.p-journal_authorIcon {
  flex-shrink: 0;
  display: block;
  margin-right: 12px;
  width: 3rem;
  height: 3rem;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-journal_authorIcon {
    margin-right: 1.25rem;
    width: 4rem;
    height: 4rem;
  }
}
.p-journal_authorIcon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-journal_authorBody {
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-journal_authorBody {
    font-size: 1.5rem;
  }
}

.p-journal_authorPosition {
  display: block;
  margin-top: 0.625rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 768px) {
  .p-journal_authorPosition {
    font-size: 1rem;
  }
}

.p-journal_innerBody {
  margin-bottom: 2.5rem;
  word-break: normal;
}

.p-journal section,
.p-journal_section {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .p-journal section,
  .p-journal_section {
    margin-bottom: 6.25rem;
  }
}

.p-journal h2, .p-journal h1,
.p-journal_sectionHead {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-journal h2, .p-journal h1,
  .p-journal_sectionHead {
    margin-bottom: 2.5rem;
    font-size: 1.5rem;
  }
}

.p-journal h3, .p-journal h4, .p-journal h5, .p-journal h6 {
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-journal h3, .p-journal h4, .p-journal h5, .p-journal h6 {
    margin-bottom: 2.5rem;
  }
}

.p-journal section > div,
.p-journal_sectionBody {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-journal section > div,
  .p-journal_sectionBody {
    margin-bottom: 2.5rem;
  }
}

.p-journal p,
.p-journal_sectionText {
  margin-bottom: 1.8em;
  font-size: 1rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-journal p,
  .p-journal_sectionText {
    font-size: 1.125rem;
  }
}

.p-journal p a,
.p-journal_sectionText a {
  color: #008FC3;
  text-decoration: underline;
}

.p-journal p mark,
.p-journal_sectionText mark {
  background: #ff9900;
}

.p-journal figure,
.p-journal_image {
  margin-bottom: 2rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-journal figure,
  .p-journal_image {
    margin-bottom: 2.5rem;
  }
}
.p-journal figure img,
.p-journal_image img {
  width: 100%;
}

.p-journal_sectionAuthor {
  display: block;
  margin: 0 -1.25rem;
  padding: 2rem 1.25rem 2rem;
  width: calc(100% + 2.5rem);
  background: #F2F2F2;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  .p-journal_sectionAuthor {
    margin: 0;
    padding: 2.5rem 3rem 2.5rem;
    width: 100%;
    border-radius: 10px;
  }
}

.p-authorAdr {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-authorAdr {
    min-height: 7.875rem;
    padding-left: 7.875rem;
  }
}

.p-authorAdr_head {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-authorAdr_head {
    display: block;
    margin-left: 2.5rem;
  }
}

.p-authorAdr_headBody {
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1.333;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-authorAdr_headBody {
    font-size: 1.5rem;
  }
}

.p-authorAdr_name {
  display: block;
  margin-bottom: 0.625rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-authorAdr_name {
    margin-bottom: 1.25rem;
  }
}

.p-authorAdr_position {
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-authorAdr_position {
    font-size: 0.875rem;
  }
}

.p-authorAdr_icon {
  flex-shrink: 0;
  display: block;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-authorAdr_icon {
    width: 7.875rem;
    height: 7.875rem;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-authorAdr_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.p-authorAdr_desc {
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-authorAdr_desc {
    margin-left: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-journal_innerShare {
  margin: 0 0 0 auto;
  position: sticky;
  bottom: 1.5625rem;
  z-index: 999;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-journal_innerShare {
    margin: 0 -2.1875rem 0 auto;
    width: 3.125rem;
    bottom: 2.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-journal_innerShare {
    margin: 0 -0.9375rem 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .p-journal_innerShare {
    margin-top: -13.3125rem;
  }
}

.p-share {
  position: relative;
}
.p-share--sp {
  display: block;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-share--sp {
    display: none;
  }
}
.p-share--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-share--pc {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.p-share_bottom {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  pointer-events: auto;
  visibility: visible;
  transition: visibility 0.25s ease;
}
.p-share_bottom:not(.is-active) {
  visibility: hidden;
}

.p-share_bottomBg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.25s ease;
}
.p-share_bottom:not(.is-active) .p-share_bottomBg {
  opacity: 0;
}

.p-share_bottomInner {
  padding: 2.5rem 2.5rem;
  width: 100%;
  background: #fff;
  border-radius: 0.625rem 0.625rem 0 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(0);
  transition: transform 0.25s ease;
}
.p-share_bottom:not(.is-active) .p-share_bottomInner {
  transform: translateY(100%);
}

.p-share_bottomClose {
  appearance: none;
  background: none;
  padding: 0;
  border: none;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -2.3125rem;
  right: 0.8125rem;
  transform: rotate(-45deg);
  transform-origin: center;
}
.p-share_bottomClose::before, .p-share_bottomClose::after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.p-share_bottomClose::before {
  transform: rotate(0deg);
}
.p-share_bottomClose::after {
  transform: rotate(90deg);
}

.p-share_bottomTitle {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}

.p-join {
  margin-top: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-join {
    margin-top: 5rem;
  }
}

.p-join__contents {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.p-join__title {
  color: #fff;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-join__title {
    font-size: 3rem;
    margin-bottom: 1.5rem;
  }
}

.p-join__wrapper {
  background-color: #fff;
  padding: 1.25rem;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-join__wrapper {
    padding: 3.75rem;
    border-radius: 10px;
    gap: 5rem;
  }
}

.p-join__list__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-join__list__item {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.p-join__list__item__btn {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

@media screen and (min-width: 992px) {
  .p-join__list__item .-type3 {
    margin-left: auto;
    margin-right: 20px;
  }
}

.p-join__category {
  display: flex;
  margin-bottom: 1.5rem;
  gap: 0.75rem;
  flex-direction: column;
}
.p-join__category dl {
  display: flex;
  align-items: center;
}
.p-join__category dd {
  display: flex;
}
.p-join__category dd span + span {
  margin-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-join__category {
    flex-direction: row;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-join__category {
    margin-bottom: 0;
  }
}

.p-join__category__group {
  display: flex;
  gap: 0.75rem;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-join__category__group {
    flex-direction: row;
    gap: 1.5rem;
  }
}

.p-join__occupation {
  color: #222;
  font-style: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0.5rem;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
}
@media screen and (min-width: 768px) {
  .p-join__occupation {
    font-size: 2.5rem;
    margin-bottom: 1rem;
  }
}

.p-join__list__item__category {
  font-weight: 500;
  line-height: 1.5;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-join__list__item__category {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
}

.p-join__category {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-join__category span {
  padding: 0.25rem 1rem;
  border-radius: 900px;
  border: 1px solid #ccc;
  display: block;
}

.p-join__caution {
  color: rgba(34, 34, 34, 0.5);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: -1.75rem;
}
@media screen and (min-width: 768px) {
  .p-join__caution {
    text-align: right;
    margin-top: -3.5rem;
  }
}

.p-join__filter {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
  padding-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-join__filter {
    justify-content: center;
    flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    gap: 2.5rem;
    padding-top: 2.3125rem;
  }
}

.p-join__filter__group {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-join__filter__group {
    width: calc((100% - 80px) / 3);
  }
}

.p-join__label {
  color: #fff;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.9px;
  margin-bottom: 0.5rem;
}

.p-join__select {
  padding: 1.5rem;
  border-radius: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/img/triangle.svg");
  background-repeat: no-repeat;
  background-position: right 1.5rem center;
  background-size: 1.375rem 0.75rem;
  padding-right: 1.875rem;
}

select:has(option:checked[value=""]) {
  color: #aaa;
}

.p-join__actively {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 1rem;
  border-radius: 900px;
  background: linear-gradient(165deg, rgba(255, 0, 13, 0.1) 9.21%, rgba(255, 85, 0, 0.1) 89.6%), #fff;
  margin-bottom: 1rem;
  display: inline-flex;
  /* (オプション) 背景がテキストサイズに合わない場合は調整 */
}
.p-join__actively img {
  width: 0.875rem;
}
.p-join__actively span {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
  background: linear-gradient(180deg, #ff000d 0%, #ff5500 100%);
  -webkit-background-clip: text; /* SafariなどのWebKit系ブラウザ用 */
  background-clip: text;
  color: transparent;
}

/* ここから詳細ページ */
.p-join__intro {
  color: #fff;
}

.p-join__categorylist {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-join__categorylist {
    gap: 1rem;
  }
}

.p-join__categorylist > li > a {
  /* .p-join__category span */
  padding: 0.25rem 1rem;
  border-radius: 900px;
  border: 1px solid #ccc;
  display: block;
  color: #ccc;
  text-decoration: none;
}

.p-join__intro__message {
  margin-top: 1.875rem;
  font-size: 1rem;
  font-weight: 500;
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-join__intro__message {
    margin-top: 3.75rem;
    font-size: 1.25rem;
    text-align: center;
  }
}

.p-join__intro__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-join__intro__btn {
    margin-top: 4.375rem;
  }
}

.p-join__btn, .p-join__btn--back, .p-join__btn--apply {
  display: inline-flex;
  justify-content: center;
  background: #fff;
  color: #222222;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  min-width: 15rem;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border: 0.125rem solid #fff;
  border-radius: 9999px;
  text-decoration: none;
  box-shadow: 0.125rem 0.25rem 1rem rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .p-join__btn, .p-join__btn--back, .p-join__btn--apply {
    min-width: 20rem;
    font-size: 1.25rem;
  }
}
.p-join__btn:hover, .p-join__btn--back:hover, .p-join__btn--apply:hover {
  background: #222222;
  color: #fff;
}

.p-join__btn--apply {
  background: #C3283A;
  color: #fff;
  border-color: #C3283A;
}
.p-join__btn--apply:hover {
  background: #fff;
  color: #C3283A;
}

.p-join__btn--back {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.p-join__btn--back:hover {
  background: #fff;
  color: #222222;
}

.p-join__article__contents {
  margin-bottom: 2.5rem;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1.125rem;
  word-break: normal;
}
@media screen and (min-width: 768px) {
  .p-join__article__contents {
    margin-bottom: 5rem;
    font-size: 1.75rem;
  }
}

.p-join__article__field {
  /* margin-top: pxToRem(40px); */
}
@media screen and (min-width: 768px) {
  .p-join__article__field {
    /* margin-top: pxToRem(80px); */
  }
}

.p-join__field__group {
  padding-bottom: 0.75rem;
  border-bottom: 0.0625rem solid #DDD;
}
@media screen and (min-width: 768px) {
  .p-join__field__group {
    display: flex;
    align-items: flex-start;
    padding-bottom: 1.5rem;
  }
}
.p-join__field__group + .p-join__field__group {
  margin-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-join__field__group + .p-join__field__group {
    margin-top: 1.5rem;
  }
}

.p-join__field__head {
  flex-shrink: 0;
  margin: 0 0 0.75rem;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-join__field__head {
    margin: 0 calc(5rem - 2em) 0 0;
    min-width: 6em;
    font-size: 1rem;
  }
}

.p-join__field__body {
  font-family: "MFW-PA1GothicStdN-Medium", "A P-OTF A1ゴシック StdN", "A1ゴシック M", "A1 Gothic M", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-size: 0.875rem;
  line-height: 1.6;
  word-break: normal;
}
@media screen and (min-width: 768px) {
  .p-join__field__body {
    font-size: 1rem;
  }
}
.p-join__field__body p {
  padding-left: 1em;
  text-indent: -1em;
}

.p-join__field__address {
  font-style: normal;
}

.p-join__flow {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-join__flow {
    padding-top: 2.5rem;
  }
}

.p-join__flow__title {
  margin-bottom: 1.25rem;
  color: #fff;
  font-size: 1.875rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-join__flow__title {
    margin-bottom: 2.5rem;
    font-size: 3.125rem;
  }
}

.p-join__flow__list {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 992px) {
  .p-join__flow__list {
    flex-direction: row;
    gap: 2rem;
  }
}
.p-join__flow__list > li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-join__flow__list > li {
    max-width: 24.5rem;
  }
}
@media screen and (min-width: 992px) {
  .p-join__flow__list > li {
    width: calc(33.3333333333% - 2rem);
  }
}
.p-join__flow__list > li::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%20viewBox%3D%220%200%20400%20400%22%3E%20%3Cpath%20id%3D%22p_49863%22%20data-name%3D%22p%2049863%22%20d%3D%22M200%2C0C334.811.8%2C400%2C89.543%2C400%2C200S333.848%2C399.6%2C200%2C400C61.479%2C400.253%2C0%2C310.457%2C0%2C200S64.9.286%2C200%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.1;
  pointer-events: none;
}

.p-join__flow__step {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 5.625rem;
  height: 5.625rem;
  color: #2B153E;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  text-align: center;
  line-height: 1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22400%22%20height%3D%22400%22%20viewBox%3D%220%200%20400%20400%22%3E%20%3Cpath%20id%3D%22p_49863%22%20data-name%3D%22p%2049863%22%20d%3D%22M200%2C0C334.811.8%2C400%2C89.543%2C400%2C200S333.848%2C399.6%2C200%2C400C61.479%2C400.253%2C0%2C310.457%2C0%2C200S64.9.286%2C200%2C0Z%22%20transform%3D%22translate(0)%22%20fill%3D%22rgba(255%2C255%2C255%2C1)%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 992px) {
  .p-join__flow__step {
    width: 5rem;
    height: 5rem;
    font-size: 0.875rem;
  }
}
.p-join__flow__step em {
  display: block;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (min-width: 992px) {
  .p-join__flow__step em {
    font-size: 2rem;
  }
}

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

.p-join__flow__inner__title {
  margin: 0 0 0.75rem;
  font-size: 2rem;
  font-weight: 700;
  font-family: "MFW-PA1GothicStdN-Bold", "A1ゴシック B", "A1 Gothic B", "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, sans-serif;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-join__flow__inner__title {
    font-size: 2rem;
  }
}

.p-join__flow__inner__text {
  font-size: 1rem;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .p-join__flow__inner__text {
    min-height: 3lh; /* 3行分 */
    font-size: 1rem;
  }
}

.p-join__flow__btn {
  padding: 3.75rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-join__flow__btn {
    padding: 7.5rem 0 5rem;
  }
}

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

.p-join__notfound {
  margin-top: 1.5rem;
}
.p-join__notfound.--white {
  margin-top: 0;
  color: #fff;
  display: none;
  text-align: center;
}
.p-join__notfound.--white a {
  color: #fff;
}

.p-join__btns {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-join__btns {
    flex-direction: row;
    gap: 2rem;
  }
}

.p-join__back {
  margin-top: 3.75rem;
}

/*
  3.2 - Utility
-----------------------------------------------------*/
/*
  Break
*/
.u-break {
  display: block;
}

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

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

.u-text-bg-video {
  color: transparent !important;
  background-image: url("/img/background.gif") !important;
  background-clip: text !important;
  background-size: contain !important;
}

.u-title-policy {
  font-size: 1.125rem;
}

.u-text-policy {
  font-size: 1.125rem;
  margin-bottom: 2.5rem;
  line-height: 1.7;
}

.u-text-center {
  text-align: center;
}

.u-align-center {
  align-items: center;
  display: flex;
}

.u-textTransformReset {
  text-transform: initial;
}

/*
  wbr
*/
@media screen and (min-width: 0) {
  .u-wbr.-xxs {
    display: inline-block;
  }
  .u-wbr.-xxsHard {
    display: block;
  }
  .u-wbr.-xxsReset {
    display: inline;
  }
}
@media screen and (min-width: 360px) {
  .u-wbr.-xs {
    display: inline-block;
  }
  .u-wbr.-xsHard {
    display: block;
  }
  .u-wbr.-xsReset {
    display: inline;
  }
}
@media screen and (min-width: 576px) {
  .u-wbr.-sm {
    display: inline-block;
  }
  .u-wbr.-smHard {
    display: block;
  }
  .u-wbr.-smReset {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  .u-wbr.-md {
    display: inline-block;
  }
  .u-wbr.-mdHard {
    display: block;
  }
  .u-wbr.-mdReset {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .u-wbr.-lg {
    display: inline-block;
  }
  .u-wbr.-lgHard {
    display: block;
  }
  .u-wbr.-lgReset {
    display: inline;
  }
}
@media screen and (min-width: 1200px) {
  .u-wbr.-xl {
    display: inline-block;
  }
  .u-wbr.-xlHard {
    display: block;
  }
  .u-wbr.-xlReset {
    display: inline;
  }
}
@media screen and (min-width: 1400px) {
  .u-wbr.-xxl {
    display: inline-block;
  }
  .u-wbr.-xxlHard {
    display: block;
  }
  .u-wbr.-xxlReset {
    display: inline;
  }
}

/*
  Visually Hidden
*/
.u-visuallyHidden:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
  white-space: nowrap;
  clip-path: inset(50%);
}

.u-dash {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  width: 20px;
  height: 1px;
  background: #A7A7A7;
}
@media screen and (min-width: 768px) {
  .u-dash {
    margin-right: 20px;
    width: 32px;
  }
}
