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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*------------------------------------------------------------
  variable
------------------------------------------------------------*/
:root {
  --font-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --font-size-xs: 1.1rem;
  --color-main: #3771f9;
  --color-red: #ef5350;
  --transition: .2s ease-out;
}

/*------------------------------------------------------------
  base
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}
body {
  line-height: 1.6;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.6rem;
  -webkit-font-smoothing: antialiased;
  overflow-x: clip;
}
a {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  pointer-events: none; /*保存メニューを非表示*/
}
video {
  pointer-events: none; /*保存メニューを非表示*/
}

@media screen and (min-width: 1200px) {
  body {
    font-size: 1.8rem;
  }
}

/*------------------------------------------------------------
  c-contents
------------------------------------------------------------*/
.c-contents {
  position: relative;
}
.c-contents__section {
  padding-block: 45px;
}
.c-contents__inner {
  max-width: 940px;
  padding-inline: 20px;
  margin-inline: auto;
}
.c-contents__sectionHeadSentence {
  padding-block-start: 2em;
}
.c-contents__sectionBodyItem + .c-contents__sectionBodyItem {
  padding-block-start: 30px;
}
.c-contents__sectionHead + .c-contents__sectionBody {
  padding-block-start: 40px;
}
@media screen and (min-width: 768px) {
  .c-contents__inner {
    max-width: 1260px;
    padding-inline: 30px;
  }
  .c-contents__inner--large {
    max-width: 1460px;
  }
  .c-contents__sectionBodyItem + .c-contents__sectionBodyItem {
    padding-block-start: 40px;
  }
}
@media screen and (min-width: 992px) {
  .c-contents__section {
    padding-block: 100px;
  }
  .c-contents__inner--small {
    max-width: 940px;
  }
  .c-contents__sectionHead + .c-contents__sectionBody {
    padding-block-start: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .c-contents__section {
    padding-block: 140px;
  }
}

/*------------------------------------------------------------
  c-flex
------------------------------------------------------------*/
.c-flex {
  display: flex;
  flex-wrap: wrap;
}

.c-flex + .c-flex { margin-top: 0; }

.c-flex.-row-xs-10 { margin: -10px 0 0 -10px; }
.c-flex.-row-xs-20 { margin: -20px 0 0 -20px; }
.c-flex.-row-xs-30 { margin: -30px 0 0 -30px; }
.c-flex.-row-xs-40 { margin: -40px 0 0 -40px; }

.c-flex.-row-xs-center { justify-content: center; }

.c-flex.-row-xs-10 > .c-flex__item { padding: 10px 0 0 10px; }
.c-flex.-row-xs-20 > .c-flex__item { padding: 20px 0 0 20px; }
.c-flex.-row-xs-30 > .c-flex__item { padding: 30px 0 0 30px; }
.c-flex.-row-xs-40 > .c-flex__item { padding: 40px 0 0 40px; }

.c-flex__item.-col-xs-12 { width: 100%; }
.c-flex__item.-col-xs-11 { width: 91.666%; }
.c-flex__item.-col-xs-10 { width: 83.333%; }
.c-flex__item.-col-xs-9  { width: 75%; }
.c-flex__item.-col-xs-8  { width: 66.666%; }
.c-flex__item.-col-xs-7  { width: 58.333%; }
.c-flex__item.-col-xs-6  { width: 50%; }
.c-flex__item.-col-xs-5  { width: 41.666%; }
.c-flex__item.-col-xs-4  { width: 33.333%; }
.c-flex__item.-col-xs-3  { width: 25%; }
.c-flex__item.-col-xs-2  { width: 16.666%; }
.c-flex__item.-col-xs-1  { width: 8.333%; }

.c-flex__item.-col-center-xs  { align-self: center; }

@media screen and (min-width: 576px) {
  .c-flex.-row-sm-10 { margin: -10px 0 0 -10px; }
  .c-flex.-row-sm-20 { margin: -20px 0 0 -20px; }
  .c-flex.-row-sm-30 { margin: -30px 0 0 -30px; }
  .c-flex.-row-sm-40 { margin: -40px 0 0 -40px; }

  .c-flex.-row-sm-center { justify-content: center; }

  .c-flex.-row-sm-10 > .c-flex__item { padding: 10px 0 0 10px; }
  .c-flex.-row-sm-20 > .c-flex__item { padding: 20px 0 0 20px; }
  .c-flex.-row-sm-30 > .c-flex__item { padding: 30px 0 0 30px; }
  .c-flex.-row-sm-40 > .c-flex__item { padding: 40px 0 0 40px; }

  .c-flex__item.-col-sm-12 { width: 100%; }
  .c-flex__item.-col-sm-11 { width: 91.666%; }
  .c-flex__item.-col-sm-10 { width: 83.333%; }
  .c-flex__item.-col-sm-9  { width: 75%; }
  .c-flex__item.-col-sm-8  { width: 66.666%; }
  .c-flex__item.-col-sm-7  { width: 58.333%; }
  .c-flex__item.-col-sm-6  { width: 50%; }
  .c-flex__item.-col-sm-5  { width: 41.666%; }
  .c-flex__item.-col-sm-4  { width: 33.333%; }
  .c-flex__item.-col-sm-3  { width: 25%; }
  .c-flex__item.-col-sm-2  { width: 16.666%; }
  .c-flex__item.-col-sm-1  { width: 8.333%; }

  .c-flex__item.-col-sm-center  { align-self: center; }
}

@media screen and (min-width: 768px) {
  .c-flex.-row-md-10 { margin: -10px 0 0 -10px; }
  .c-flex.-row-md-20 { margin: -20px 0 0 -20px; }
  .c-flex.-row-md-30 { margin: -30px 0 0 -30px; }
  .c-flex.-row-md-40 { margin: -40px 0 0 -40px; }

  .c-flex.-row-md-center { justify-content: center; }

  .c-flex.-row-md-10 > .c-flex__item { padding: 10px 0 0 10px; }
  .c-flex.-row-md-20 > .c-flex__item { padding: 20px 0 0 20px; }
  .c-flex.-row-md-30 > .c-flex__item { padding: 30px 0 0 30px; }
  .c-flex.-row-md-40 > .c-flex__item { padding: 40px 0 0 40px; }

  .c-flex__item.-col-md-12 { width: 100%; }
  .c-flex__item.-col-md-11 { width: 91.666%; }
  .c-flex__item.-col-md-10 { width: 83.333%; }
  .c-flex__item.-col-md-9  { width: 75%; }
  .c-flex__item.-col-md-8  { width: 66.666%; }
  .c-flex__item.-col-md-7  { width: 58.333%; }
  .c-flex__item.-col-md-6  { width: 50%; }
  .c-flex__item.-col-md-5  { width: 41.666%; }
  .c-flex__item.-col-md-4  { width: 33.333%; }
  .c-flex__item.-col-md-3  { width: 25%; }
  .c-flex__item.-col-md-2  { width: 16.666%; }
  .c-flex__item.-col-md-1  { width: 8.333%; }
  /* .c-flex__item.-col-auto-md  { width: auto; } */

}

@media screen and (min-width: 992px) {
  .c-flex.-row-lg-10 { margin: -10px 0 0 -10px; }
  .c-flex.-row-lg-20 { margin: -20px 0 0 -20px; }
  .c-flex.-row-lg-30 { margin: -30px 0 0 -30px; }
  .c-flex.-row-lg-40 { margin: -40px 0 0 -40px; }
  .c-flex.-row-lg-60 { margin: -60px 0 0 -60px; }

  .c-flex.-row-lg-center { justify-content: center; }

  .c-flex.-row-lg-10 > .c-flex__item { padding: 10px 0 0 10px; }
  .c-flex.-row-lg-20 > .c-flex__item { padding: 20px 0 0 20px; }
  .c-flex.-row-lg-30 > .c-flex__item { padding: 30px 0 0 30px; }
  .c-flex.-row-lg-40 > .c-flex__item { padding: 40px 0 0 40px; }
  .c-flex.-row-lg-60 > .c-flex__item { padding: 60px 0 0 60px; }

  .c-flex__item.-col-lg-12 { width: 100%; }
  .c-flex__item.-col-lg-11 { width: 91.666%; }
  .c-flex__item.-col-lg-10 { width: 83.333%; }
  .c-flex__item.-col-lg-9  { width: 75%; }
  .c-flex__item.-col-lg-8  { width: 66.666%; }
  .c-flex__item.-col-lg-7  { width: 58.333%; }
  .c-flex__item.-col-lg-6  { width: 50%; }
  .c-flex__item.-col-lg-5  { width: 41.666%; }
  .c-flex__item.-col-lg-4  { width: 33.333%; }
  .c-flex__item.-col-lg-3  { width: 25%; }
  .c-flex__item.-col-lg-2  { width: 16.666%; }
  .c-flex__item.-col-lg-1  { width: 8.333%; }
}

@media screen and (min-width: 1200px) {
  .c-flex.-row-xl-10 { margin: -10px 0 0 -10px; }
  .c-flex.-row-xl-20 { margin: -20px 0 0 -20px; }
  .c-flex.-row-xl-30 { margin: -30px 0 0 -30px; }
  .c-flex.-row-xl-40 { margin: -40px 0 0 -40px; }
  .c-flex.-row-xl-60 { margin: -60px 0 0 -60px; }

  .c-flex.-row-xl-center { justify-content: center; }

  .c-flex.-row-xl-10 > .c-flex__item { padding: 10px 0 0 10px; }
  .c-flex.-row-xl-20 > .c-flex__item { padding: 20px 0 0 20px; }
  .c-flex.-row-xl-30 > .c-flex__item { padding: 30px 0 0 30px; }
  .c-flex.-row-xl-40 > .c-flex__item { padding: 40px 0 0 40px; }
  .c-flex.-row-xl-60 > .c-flex__item { padding: 60px 0 0 60px; }

  .c-flex__item.-col-xl-12 { width: 100%; }
  .c-flex__item.-col-xl-11 { width: 91.666%; }
  .c-flex__item.-col-xl-10 { width: 83.333%; }
  .c-flex__item.-col-xl-9  { width: 75%; }
  .c-flex__item.-col-xl-8  { width: 66.666%; }
  .c-flex__item.-col-xl-7  { width: 58.333%; }
  .c-flex__item.-col-xl-6  { width: 50%; }
  .c-flex__item.-col-xl-5  { width: 41.666%; }
  .c-flex__item.-col-xl-4  { width: 33.333%; }
  .c-flex__item.-col-xl-3  { width: 25%; }
  .c-flex__item.-col-xl-2  { width: 16.666%; }
  .c-flex__item.-col-xl-1  { width: 8.333%; }
}

@media screen and (min-width: 1400px) {
  .c-flex.-row-xxl-10 { margin: -10px 0 0 -10px; }
  .c-flex.-row-xxl-20 { margin: -20px 0 0 -20px; }
  .c-flex.-row-xxl-30 { margin: -30px 0 0 -30px; }
  .c-flex.-row-xxl-40 { margin: -40px 0 0 -40px; }

  .c-flex.-row-xxl-10 > .c-flex__item { padding: 10px 0 0 10px; }
  .c-flex.-row-xxl-20 > .c-flex__item { padding: 20px 0 0 20px; }
  .c-flex.-row-xxl-30 > .c-flex__item { padding: 30px 0 0 30px; }
  .c-flex.-row-xxl-40 > .c-flex__item { padding: 40px 0 0 40px; }

  .c-flex__item.-col-xxl-12 { width: 100%; }
  .c-flex__item.-col-xxl-11 { width: 91.666%; }
  .c-flex__item.-col-xxl-10 { width: 83.333%; }
  .c-flex__item.-col-xxl-9  { width: 75%; }
  .c-flex__item.-col-xxl-8  { width: 66.666%; }
  .c-flex__item.-col-xxl-7  { width: 58.333%; }
  .c-flex__item.-col-xxl-6  { width: 50%; }
  .c-flex__item.-col-xxl-5  { width: 41.666%; }
  .c-flex__item.-col-xxl-4  { width: 33.333%; }
  .c-flex__item.-col-xxl-3  { width: 25%; }
  .c-flex__item.-col-xxl-2  { width: 16.666%; }
  .c-flex__item.-col-xxl-1  { width: 8.333%; }
}

/*------------------------------------------------------------
  c-grid
------------------------------------------------------------*/
.c-grid {
  display: grid;
}

.c-grid.-gap-xs-10 { gap: 10px; }
.c-grid.-gap-xs-20 { gap: 20px; }
.c-grid.-gap-xs-30 { gap: 30px; }
.c-grid.-gap-xs-40 { gap: 40px; }

.c-grid.-col-xs-1  { grid-template-columns: repeat(1, 1fr); }
.c-grid.-col-xs-2  { grid-template-columns: repeat(2, 1fr); }
.c-grid.-col-xs-3  { grid-template-columns: repeat(3, 1fr); }
.c-grid.-col-xs-4  { grid-template-columns: repeat(4, 1fr); }
.c-grid.-col-xs-5  { grid-template-columns: repeat(5, 1fr); }
.c-grid.-col-xs-8  { grid-template-columns: repeat(8, 1fr); }
.c-grid.-col-xs-10 { grid-template-columns: repeat(10, 1fr); }
.c-grid.-col-xs-12 { grid-template-columns: repeat(12, 1fr); }

.c-grid > .-span-xs-2  { grid-column: span 2; }
.c-grid > .-span-xs-3  { grid-column: span 3; }
.c-grid > .-span-xs-4  { grid-column: span 4; }
.c-grid > .-span-xs-5  { grid-column: span 5; }
.c-grid > .-span-xs-6  { grid-column: span 6; }
.c-grid > .-span-xs-12 { grid-column: span 12; }

@media screen and (min-width: 576px) {
  .c-grid.-gap-sm-10 { gap: 10px; }
  .c-grid.-gap-sm-20 { gap: 20px; }
  .c-grid.-gap-sm-30 { gap: 30px; }
  .c-grid.-gap-sm-40 { gap: 40px; }

  .c-grid.-col-sm-1  { grid-template-columns: repeat(1, 1fr); }
  .c-grid.-col-sm-2  { grid-template-columns: repeat(2, 1fr); }
  .c-grid.-col-sm-3  { grid-template-columns: repeat(3, 1fr); }
  .c-grid.-col-sm-4  { grid-template-columns: repeat(4, 1fr); }
  .c-grid.-col-sm-5  { grid-template-columns: repeat(5, 1fr); }
  .c-grid.-col-sm-6  { grid-template-columns: repeat(6, 1fr); }
  .c-grid.-col-sm-8  { grid-template-columns: repeat(8, 1fr); }
  .c-grid.-col-sm-10 { grid-template-columns: repeat(10, 1fr); }
  .c-grid.-col-sm-12 { grid-template-columns: repeat(12, 1fr); }

  .c-grid > .-span-sm-2  { grid-column: span 2; }
  .c-grid > .-span-sm-3  { grid-column: span 3; }
  .c-grid > .-span-sm-4  { grid-column: span 4; }
  .c-grid > .-span-sm-5  { grid-column: span 5; }
  .c-grid > .-span-sm-6  { grid-column: span 6; }
  .c-grid > .-span-sm-12 { grid-column: span 12; }
}
@media screen and (min-width: 768px) {
  .c-grid.-gap-md-10 { gap: 10px; }
  .c-grid.-gap-md-20 { gap: 20px; }
  .c-grid.-gap-md-30 { gap: 30px; }
  .c-grid.-gap-md-40 { gap: 40px; }
  .c-grid.-gap-md-60 { gap: 60px; }

  .c-grid.-col-md-1  { grid-template-columns: repeat(1, 1fr); }
  .c-grid.-col-md-2  { grid-template-columns: repeat(2, 1fr); }
  .c-grid.-col-md-3  { grid-template-columns: repeat(3, 1fr); }
  .c-grid.-col-md-4  { grid-template-columns: repeat(4, 1fr); }
  .c-grid.-col-md-5  { grid-template-columns: repeat(5, 1fr); }
  .c-grid.-col-md-6  { grid-template-columns: repeat(6, 1fr); }
  .c-grid.-col-md-8  { grid-template-columns: repeat(8, 1fr); }
  .c-grid.-col-md-10 { grid-template-columns: repeat(10, 1fr); }
  .c-grid.-col-md-12 { grid-template-columns: repeat(12, 1fr); }

  .c-grid > .-span-md-2  { grid-column: span 2; }
  .c-grid > .-span-md-3  { grid-column: span 3; }
  .c-grid > .-span-md-4  { grid-column: span 4; }
  .c-grid > .-span-md-5  { grid-column: span 5; }
  .c-grid > .-span-md-6  { grid-column: span 6; }
  .c-grid > .-span-md-12 { grid-column: span 12; }
}
@media screen and (min-width: 992px) {
  .c-grid.-gap-lg-10 { gap: 10px; }
  .c-grid.-gap-lg-20 { gap: 20px; }
  .c-grid.-gap-lg-30 { gap: 30px; }
  .c-grid.-gap-lg-40 { gap: 40px; }
  .c-grid.-gap-lg-60 { gap: 60px; }
  .c-grid.-gap-lg-80 { gap: 80px; }

  .c-grid.-col-lg-1  { grid-template-columns: repeat(1, 1fr); }
  .c-grid.-col-lg-2  { grid-template-columns: repeat(2, 1fr); }
  .c-grid.-col-lg-3  { grid-template-columns: repeat(3, 1fr); }
  .c-grid.-col-lg-4  { grid-template-columns: repeat(4, 1fr); }
  .c-grid.-col-lg-5  { grid-template-columns: repeat(5, 1fr); }
  .c-grid.-col-lg-6  { grid-template-columns: repeat(6, 1fr); }
  .c-grid.-col-lg-8  { grid-template-columns: repeat(8, 1fr); }
  .c-grid.-col-lg-10 { grid-template-columns: repeat(10, 1fr); }
  .c-grid.-col-lg-12 { grid-template-columns: repeat(12, 1fr); }

  .c-grid > .-span-lg-2  { grid-column: span 2; }
  .c-grid > .-span-lg-3  { grid-column: span 3; }
  .c-grid > .-span-lg-4  { grid-column: span 4; }
  .c-grid > .-span-lg-5  { grid-column: span 5; }
  .c-grid > .-span-lg-6  { grid-column: span 6; }
  .c-grid > .-span-lg-12 { grid-column: span 12; }
}
@media screen and (min-width: 1200px) {
  .c-grid.-gap-xl-10 { gap: 10px; }
  .c-grid.-gap-xl-20 { gap: 20px; }
  .c-grid.-gap-xl-30 { gap: 30px; }
  .c-grid.-gap-xl-40 { gap: 40px; }
  .c-grid.-gap-xl-60 { gap: 60px; }
  .c-grid.-gap-xl-80 { gap: 80px; }

  .c-grid.-col-xl-1  { grid-template-columns: repeat(1, 1fr); }
  .c-grid.-col-xl-2  { grid-template-columns: repeat(2, 1fr); }
  .c-grid.-col-xl-3  { grid-template-columns: repeat(3, 1fr); }
  .c-grid.-col-xl-4  { grid-template-columns: repeat(4, 1fr); }
  .c-grid.-col-xl-5  { grid-template-columns: repeat(5, 1fr); }
  .c-grid.-col-xl-6  { grid-template-columns: repeat(6, 1fr); }
  .c-grid.-col-xl-8  { grid-template-columns: repeat(8, 1fr); }
  .c-grid.-col-xl-12 { grid-template-columns: repeat(12, 1fr); }

  .c-grid > .-span-xl-2  { grid-column: span 2; }
  .c-grid > .-span-xl-3  { grid-column: span 3; }
  .c-grid > .-span-xl-4  { grid-column: span 4; }
  .c-grid > .-span-xl-5  { grid-column: span 5; }
  .c-grid > .-span-xl-6  { grid-column: span 6; }
  .c-grid > .-span-xl-12 { grid-column: span 12; }
}
@media screen and (min-width: 1400px) {
  .c-grid.-gap-xxl-10 { gap: 10px; }
  .c-grid.-gap-xxl-20 { gap: 20px; }
  .c-grid.-gap-xxl-30 { gap: 30px; }
  .c-grid.-gap-xxl-40 { gap: 40px; }
  .c-grid.-gap-xxl-60 { gap: 60px; }
  .c-grid.-gap-xxl-80 { gap: 80px; }

  .c-grid.-col-xxl-1  { grid-template-columns: repeat(1, 1fr); }
  .c-grid.-col-xxl-2  { grid-template-columns: repeat(2, 1fr); }
  .c-grid.-col-xxl-3  { grid-template-columns: repeat(3, 1fr); }
  .c-grid.-col-xxl-4  { grid-template-columns: repeat(4, 1fr); }
  .c-grid.-col-xxl-5  { grid-template-columns: repeat(5, 1fr); }
  .c-grid.-col-xxl-6  { grid-template-columns: repeat(6, 1fr); }
  .c-grid.-col-xxl-8  { grid-template-columns: repeat(8, 1fr); }
  .c-grid.-col-xxl-10 { grid-template-columns: repeat(10, 1fr); }
  .c-grid.-col-xxl-12 { grid-template-columns: repeat(12, 1fr); }

  .c-grid > .-span-xxl-2  { grid-column: span 2; }
  .c-grid > .-span-xxl-3  { grid-column: span 3; }
  .c-grid > .-span-xxl-4  { grid-column: span 4; }
  .c-grid > .-span-xxl-5  { grid-column: span 5; }
  .c-grid > .-span-xxl-6  { grid-column: span 6; }
  .c-grid > .-span-xxl-12 { grid-column: span 12; }
}

/*------------------------------------------------------------
  c-font-zenkaku
------------------------------------------------------------*/
.c-font-zenkaku {
  font-family: var(--font-zenkaku);
}

/*------------------------------------------------------------
  c-text-link
------------------------------------------------------------*/
.c-text-link {
  display: inline;
}
/* .c-text-link--bar {
  border-bottom: solid 1px currentColor;
} */

/*------------------------------------------------------------
  c-title-primary
------------------------------------------------------------*/
.c-title-primary {
  line-height: 1.4;
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (min-width: 992px) {
  .c-title-primary {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-title-primary {
    font-size: 4.4rem;
  }
}

/*------------------------------------------------------------
  c-title-secondary
------------------------------------------------------------*/
.c-title-secondary {
  line-height: 1.5;
  font-weight: 700;
  font-size: 2rem;
}
@media screen and (min-width: 992px) {
  .c-title-secondary {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-title-secondary {
    font-size: 3.6rem;
  }
}

/*------------------------------------------------------------
  c-title-tertiary
------------------------------------------------------------*/
.c-title-tertiary {
  line-height: 1.5;
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (min-width: 992px) {
  .c-title-tertiary {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .c-title-tertiary {
    font-size: 3.2rem;
  }
}

/*------------------------------------------------------------
  c-button-primary
------------------------------------------------------------*/
.c-button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  max-width: 360px;
  width: 100%;
  border-radius: 10px;
  transition: var(--transition);
}
.c-button__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-button__text {
  font-size: 1.8rem;
}
.c-button__textSub {
  font-size: 1.5rem;
  font-weight: 500;
}
.c-button--primary {
  background: #f6bf0a;
  box-shadow: 0 8px 0 rgb(250, 144, 40);
}
.c-button--secondary {
  background: var(--color-main);
  box-shadow: 0 8px 0 rgb(16, 3, 114);
}
@media screen and (min-width: 992px) {
  .c-button {
    max-width: 640px;
    padding: 20px;
    border-radius: 20px;
  }
  .c-button__text {
    font-size: 2.4rem;
  }
  .c-button__textSub {
    font-size: 1.8rem;
  }
}
@media (hover: hover) {
  .c-button:hover {
    transform: translateY(8px);
    box-shadow: none;
  }
}

/*------------------------------------------------------------
  slick.js
------------------------------------------------------------*/
/* 読み込み時の表示ずれ回避 */
.js-customer-logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}

.js-customer-logo.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------
  u-hide
------------------------------------------------------------*/
.u-hide-sm,
.u-hide-md,
.u-hide-lg,
.u-hide-xl {
  display: block;
}
.u-hide-xs {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-hide-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hide-md {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hide-lg {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .u-hide-xl {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .u-hide-xxl {
    display: none;
  }
}

/*------------------------------------------------------------
  u-show
------------------------------------------------------------*/
.u-show-sm,
.u-show-md,
.u-show-lg,
.u-show-xl,
.u-show-xxl {
  display: none;
}

@media screen and (min-width: 576px) {
  .u-show-sm {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-show-md {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .u-show-lg {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .u-show-xl {
    display: block;
  }
}
@media screen and (min-width: 1400px) {
  .u-show-xxl {
    display: block;
  }
}

/*------------------------------------------------------------
  u-align-center
------------------------------------------------------------*/
.u-align-center-xs {
  text-align: center;
}

@media screen and (min-width: 576px) {
  .u-align-center-sm {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u-align-center-md {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .u-align-center-lg {
    text-align: center;
  }
}
@media screen and (min-width: 1200px) {
  .u-align-center-xl {
    text-align: center;
  }
}
@media screen and (min-width: 1400px) {
  .u-align-center-xxl {
    text-align: center;
  }
}

/*------------------------------------------------------------
  u-align-right
------------------------------------------------------------*/
.u-align-right-xs {
  text-align: right;
}

@media screen and (min-width: 576px) {
  .u-align-right-sm {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u-align-right-md {
    text-align: right;
  }
}
@media screen and (min-width: 992px) {
  .u-align-right-lg {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  .u-align-right-xl {
    text-align: right;
  }
}
@media screen and (min-width: 1400px) {
  .u-align-right-xxl {
    text-align: right;
  }
}

/*------------------------------------------------------------
  u-align-left
------------------------------------------------------------*/
.u-align-left-xs {
  text-align: left;
}

@media screen and (min-width: 576px) {
  .u-align-left-sm {
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .u-align-left-md {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .u-align-left-lg {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .u-align-left-xl {
    text-align: left;
  }
}
@media screen and (min-width: 1400px) {
  .u-align-left-xxl {
    text-align: left;
  }
}

/*------------------------------------------------------------
  u-margin-bottom
------------------------------------------------------------*/
.u-mb-10-xs { margin-bottom: 10px; }
.u-mb-20-xs { margin-bottom: 20px; }
.u-mb-30-xs { margin-bottom: 30px; }
.u-mb-40-xs { margin-bottom: 40px; }

@media screen and (min-width: 576px) {
  .u-mb-10-sm { margin-bottom: 10px; }
  .u-mb-20-sm { margin-bottom: 20px; }
  .u-mb-30-sm { margin-bottom: 30px; }
  .u-mb-40-sm { margin-bottom: 40px; }
}
@media screen and (min-width: 768px) {
  .u-mb-10-md { margin-bottom: 10px; }
  .u-mb-20-md { margin-bottom: 20px; }
  .u-mb-30-md { margin-bottom: 30px; }
  .u-mb-40-md { margin-bottom: 40px; }
  .u-mb-50-md { margin-bottom: 50px; }
}
@media screen and (min-width: 992px) {
  .u-mb-10-lg { margin-bottom: 10px; }
  .u-mb-20-lg { margin-bottom: 20px; }
  .u-mb-30-lg { margin-bottom: 30px; }
  .u-mb-40-lg { margin-bottom: 40px; }
  .u-mb-50-lg { margin-bottom: 50px; }
  .u-mb-60-lg { margin-bottom: 60px; }
  .u-mb-70-lg { margin-bottom: 70px; }
  .u-mb-80-lg { margin-bottom: 80px; }
}
@media screen and (min-width: 1200px) {
  .u-mb-10-xl { margin-bottom: 10px; }
  .u-mb-20-xl { margin-bottom: 20px; }
  .u-mb-30-xl { margin-bottom: 30px; }
  .u-mb-40-xl { margin-bottom: 40px; }
  .u-mb-50-xl { margin-bottom: 50px; }
  .u-mb-60-xl { margin-bottom: 60px; }
  .u-mb-70-xl { margin-bottom: 70px; }
  .u-mb-80-xl { margin-bottom: 80px; }
}
@media screen and (min-width: 1400px) {
  .u-mb-10-xxl { margin-bottom: 10px; }
  .u-mb-20-xxl { margin-bottom: 20px; }
  .u-mb-30-xxl { margin-bottom: 30px; }
  .u-mb-40-xxl { margin-bottom: 40px; }
  .u-mb-50-xxl { margin-bottom: 50px; }
  .u-mb-60-xxl { margin-bottom: 60px; }
  .u-mb-70-xxl { margin-bottom: 70px; }
  .u-mb-80-xxl { margin-bottom: 80px; }
}

/*------------------------------------------------------------
  u-margin-top
------------------------------------------------------------*/
.u-mt-05-xs { margin-top:  5px; }
.u-mt-10-xs { margin-top: 10px; }
.u-mt-15-xs { margin-top: 15px; }
.u-mt-20-xs { margin-top: 20px; }
.u-mt-25-xs { margin-top: 25px; }
.u-mt-30-xs { margin-top: 30px; }
.u-mt-40-xs { margin-top: 40px; }

@media screen and (min-width: 576px) {
  .u-mt-05-sm { margin-top:  5px; }
  .u-mt-10-sm { margin-top: 10px; }
  .u-mt-15-sm { margin-top: 15px; }
  .u-mt-20-sm { margin-top: 20px; }
  .u-mt-25-sm { margin-top: 25px; }
  .u-mt-30-sm { margin-top: 30px; }
  .u-mt-40-sm { margin-top: 40px; }
}
@media screen and (min-width: 768px) {
  .u-mt-10-md { margin-top: 10px; }
  .u-mt-15-md { margin-top: 15px; }
  .u-mt-20-md { margin-top: 20px; }
  .u-mt-25-md { margin-top: 25px; }
  .u-mt-30-md { margin-top: 30px; }
  .u-mt-35-md { margin-top: 35px; }
  .u-mt-40-md { margin-top: 40px; }
  .u-mt-45-md { margin-top: 45px; }
  .u-mt-50-md { margin-top: 50px; }
}
@media screen and (min-width: 992px) {
  .u-mt-10-lg { margin-top: 10px; }
  .u-mt-15-lg { margin-top: 15px; }
  .u-mt-20-lg { margin-top: 20px; }
  .u-mt-25-lg { margin-top: 25px; }
  .u-mt-30-lg { margin-top: 30px; }
  .u-mt-35-lg { margin-top: 35px; }
  .u-mt-40-lg { margin-top: 40px; }
  .u-mt-45-lg { margin-top: 45px; }
  .u-mt-50-lg { margin-top: 50px; }
  .u-mt-60-lg { margin-top: 60px; }
  .u-mt-70-lg { margin-top: 70px; }
  .u-mt-80-lg { margin-top: 80px; }
  .u-mt-100-lg { margin-top: 100px; }
}
@media screen and (min-width: 1200px) {
  .u-mt-10-xl { margin-top: 10px; }
  .u-mt-15-xl { margin-top: 15px; }
  .u-mt-20-xl { margin-top: 20px; }
  .u-mt-25-xl { margin-top: 25px; }
  .u-mt-30-xl { margin-top: 30px; }
  .u-mt-35-xl { margin-top: 35px; }
  .u-mt-40-xl { margin-top: 40px; }
  .u-mt-45-xl { margin-top: 45px; }
  .u-mt-50-xl { margin-top: 50px; }
  .u-mt-60-xl { margin-top: 60px; }
  .u-mt-70-xl { margin-top: 70px; }
  .u-mt-80-xl { margin-top: 80px; }
}
@media screen and (min-width: 1400px) {
  .u-mt-10-xxl { margin-top: 10px; }
  .u-mt-15-xxl { margin-top: 15px; }
  .u-mt-20-xxl { margin-top: 20px; }
  .u-mt-30-xxl { margin-top: 30px; }
  .u-mt-40-xxl { margin-top: 40px; }
  .u-mt-50-xxl { margin-top: 50px; }
  .u-mt-60-xxl { margin-top: 60px; }
  .u-mt-70-xxl { margin-top: 70px; }
  .u-mt-80-xxl { margin-top: 80px; }
}

/*------------------------------------------------------------
  u-bg-color
------------------------------------------------------------*/
.u-bg-color-primary { background: var(--color-main); }
.u-bg-color-white { background: #fff; }
.u-bg-gradient-primary {
  background: linear-gradient(135deg, #ddebf8 0%, #fff 50%, #edd4cb 100%);
}

/*------------------------------------------------------------
  u-text-color
------------------------------------------------------------*/
.u-text-color-primary { color: var(--color-main); }
.u-text-color-white { color: #fff; }
.u-text-color-red { color: var(--color-red); }

/*------------------------------------------------------------
  u-text-weight
------------------------------------------------------------*/
.u-text-weight-500 { font-weight: 500; }
.u-text-weight-700 { font-weight: 700; }

/*------------------------------------------------------------
  u-text-vertical
------------------------------------------------------------*/
.u-text-vertical__body {
  writing-mode: vertical-rl;
  display: inline-block;
}

/*------------------------------------------------------------
  u-text-size
------------------------------------------------------------*/
.u-text-size-xs {
  font-size: var(--font-size-xs);
}

/*------------------------------------------------------------
  u-text-line-height
------------------------------------------------------------*/
.u-text-line-height-large {
  line-height: 1.8;
}

/*------------------------------------------------------------
  p-hero
------------------------------------------------------------*/
.p-hero-movie {
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
.p-hero-movie__content {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.p-hero-cta {
  /* background: #263238; */
  max-width: 1060px;
  padding: 30px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-hero-cta {
    /* background: none; */
    padding-block: 0;
    margin-block-start: -10px;
  }
}
@media screen and (min-width: 992px) {
  .p-hero-cta {
    margin-block-start: -20px;
  }
}

/*------------------------------------------------------------
  p-achievement
------------------------------------------------------------*/
.p-achievement {
  padding-inline: 20px;
}
.p-achievement-badge {
  max-width: 1200px;
  margin-inline: auto;
}
.p-achievement-badge-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  row-gap: 30px;
}
.p-achievement-badge-list__item {
  width: 45%;
  text-align: center;
}
.p-achievement-title {
  font-size: 2.2rem;
}
.p-achievement-logo {
  min-height: 300px;
}
.p-achievement-logo .logo {
  width: 180px !important;
}
.p-achievement-logo .logo img {
  width: 150px;
  margin: -5px auto 0;
}
@media screen and (min-width: 992px) {
  .p-achievement-badge-list__item {
    width: 20%;
  }
  .p-achievement-badge-list__item--share {
    width: 33%;
  }
  .p-achievement-title {
    font-size: 3.6rem;
  }
  .p-achievement-logo .logo {
    width: 200px !important;
  }
  .p-achievement-logo .logo img {
    width: 160px;
    margin-top: -15px;
  }
}

/*------------------------------------------------------------
  p-proposition
------------------------------------------------------------*/
.p-proposition {
  overflow-x: clip;
  padding-block-start: 45px;
  background: linear-gradient(135deg, #ddebf8 0%, #fff 50%, #edd4cb 100%);
}
.p-proposition__headTitle {
  font-size: 2.4rem;
}
.p-proposition__body {
  max-width: 840px;
  margin-inline: auto;
  padding: 0 0 20px;
}
.p-proposition-outset__sentence {
  line-height: 1.8;
  font-size: 1.4rem;
}
.p-proposition-message {
  position: relative;
  padding-inline: 20px;
}
.p-proposition-message::before {
  content: "";
  position: absolute;
  top: -160px;
  right: -20px;
  bottom: 0;
  left: -20px;
  background: url(../img/bg-proposition-message-01.png) no-repeat 0 0/auto 100%;
}
.p-proposition-message__container {
  max-width: 560px;
  margin-inline: auto;
}
.p-proposition-message__text {
  position: relative;
  padding-block-start: 36%;
  font-size: 2rem;
}
.p-proposition-message__textSmall {
  font-size: 0.9em;
}
.p-proposition-message__image {
  position: relative;
  z-index: 1;
  text-align: right;
}
.p-proposition-message__image::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -320px;
  top: -60px;
  bottom: 0;
  width: 500px;
  background: url(../img/bg-proposition-message-02.png) no-repeat 0 0/contain;
}
.p-proposition-message__image img {
  width: 320px;
}
@media screen and (min-width: 768px) {
  .p-proposition__body {
    padding: 0 0 160px;
  }
  .p-proposition-message::before {
    background-size: cover;
  }
  .p-proposition-message__container {
    display: flex;
    justify-content: flex-end;
  }
  .p-proposition-message__text {
    padding-block-start: 0;
    align-self: center;
    width: 38%;
  }
  .p-proposition-message__image::before {
    top: -20%;
  }
}
@media screen and (min-width: 992px) {
  .p-proposition {
    padding-block-start: 100px;
  }
  .p-proposition__body {
    padding: 0 0 80px;
  }
  .p-proposition-outset__sentence {
    font-size: 1.6rem;
  }
  .p-proposition-message {
    padding-block-start: 100px;
  }
  .p-proposition-message__container {
    max-width: 1200px;
  }
  .p-proposition-message__text {
    font-size: 4rem;
  }
  .p-proposition-message__image img {
    width: 560px;
  }
}
@media screen and (min-width: 1200px) {
  .p-proposition-message {
    padding-block-start: 200px;
  }
  .p-proposition-message__text {
    font-size: 4.8rem;
  }
  .p-proposition-message__image::before {
    right: -200px;
  }
  .p-proposition-message__image img {
    width: 640px;
  }
}

/*------------------------------------------------------------
  p-issue
------------------------------------------------------------*/
.p-issue--problem {
  background: linear-gradient(135deg, #ddebf8 0%, #fff 40%);
}
.p-issue--solution {
  padding-block-end: 45px;
  background: linear-gradient(135deg, #fff 60%, #edd4cb 100%);
}
.p-issue-problem__headTitle {
  position: relative;
  padding-block-end: 20px;
  font-size: 2.4rem;
}
.p-issue-problem__headTitle::before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  margin: 0 auto 10px;
  border-left: dashed 1px var(--color-main);
}
.p-issue-problem-list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-issue-problem-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 0.5px);
  bottom: 0;
  width: 1px;
  background: var(--color-main);
}
.p-issue-problem-list__item {
  width: 44%;
}
.p-issue-solution__headTitle {
  position: relative;
  font-size: 2.2rem;
}
.p-issue-solution__headTitle::before,
.p-issue-solution__headTitle::after {
  content: "";
  display: block;
  margin: 30px auto;
  width: 30px;
  background-image: url(../img/bg-arrow-dot.svg);
}
.p-issue-solution__headTitle::before {
  height: 30px;
}
.p-issue-solution__headTitle::after {
  height: 60px;
}
.p-issue-step {
  margin-inline: auto;
}
.p-issue-step__item {
  display: flex;
  gap: 20px;
}
.p-issue-step__image {
  width: max(40%, 120px);
}
.p-issue-step__content {
  display: grid;
  gap: 10px;
}
.p-issue-step__title {
  color: var(--color-main);
  font-family: var(--font-zenkaku);
  font-weight: 700;
}
.p-issue-step__titleNumber {
  display: block;
  font-size: 3rem;
}
.p-issue-step__titleText {
  font-size: 2rem;
}
.p-issue-step__body {
  display: grid;
  gap: 1em;
}
.p-issue-step-solution {
  position: relative;
}
.p-issue-step-solution::before {
  content: "";
  display: block;
  margin: 30px auto;
  width: 30px;
  height: 60px;
  background: url(../img/bg-arrow-dot.svg) repeat-y 0 0/30px auto;
}
.p-issue-step-solution__catch {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .p-issue--problem {
    position: relative;
    padding-block: 80px 20px;
  }
  .p-issue-problem__head {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .p-issue-problem__headTitle {
    padding-block-end: 0;
    font-size: 3.4rem;
  }
  .p-issue-problem__headTitle::before {
    content: none;
  }
  .p-issue-problem-list {
    column-gap: 180px;
    row-gap: 60px;
  }
  .p-issue-problem-list::before {
    top: auto;
    bottom: -20px;
    height: 24vw;
  }
  .p-issue-problem-list::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -80px;
    width: 1px;
    height: 24vw;
    border-left: dashed 1px var(--color-main);
  }
  .p-issue-problem-list__item {
    width: calc(50% - 90px);
  }
  .p-issue-step__item {
    align-items: flex-end;
    grid-template-columns: max(50%, 180px) auto;
  }
}
@media screen and (min-width: 992px) {
  .p-issue--solution {
    padding-block-end: 100px;
  }
  .p-issue-problem__headTitle {
    font-size: 4.4rem;
  }
  .p-issue-problem-list {
    column-gap: 240px;
  }
  .p-issue-problem-list::before,
  .p-issue-problem-list::after {
    height: 200px;
  }
  .p-issue-problem-list__item {
    width: calc(50% - 120px);
  }
  .p-issue-solution__headTitle {
    font-size: 4.4rem;
  }
  .p-issue-solution__headTitle::before,
  .p-issue-solution__headTitle::after {
    width: 38px;
    height: 76px;
  }
  .p-issue-step__item {
    gap: 40px;
  }
  .p-issue-step__image {
    width: 50%;
  }
  .p-issue-step__titleNumber {
    font-size: 6rem;
  }
  .p-issue-step__titleText {
    font-size: 4rem;
  }
  .p-issue-step__body {
    font-size: 1.8rem;
  }
  .p-issue-step-solution::before {
    margin: 100px auto 80px;
    width: 38px;
    height: 76px;
    background: url(../img/bg-arrow-dot.svg) repeat-y 0 0/38px auto;
  }
  .p-issue-step-solution__catch {
    font-size: 4.4rem;
  }
}

/*------------------------------------------------------------
  p-functions
------------------------------------------------------------*/
.p-functions {
  position: relative;
  z-index: 1;
}
.p-functions::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2vw;
  width: 100%;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-functions--app {
  background: url(../img/bg-functions-app.png) no-repeat 50% 50%/cover;
}
.p-functions--app::before {
  background-image: url(../img/bg-functions-app-text.png);
  background-position: 99% 0;
}
.p-functions--dashboard {
  background: url(../img/bg-functions-dashboard.png) no-repeat 50% 50%/cover;
}
.p-functions--dashboard::before {
  background-image: url(../img/bg-functions-dashboard-text.png);
  background-position: 1% 0;
}
.p-functions--device::before {
  background-image: url(../img/bg-functions-device-text.png);
  background-position: 99% 0;
}
.p-functions-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.p-functions-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
}
.p-functions-card__detail {
  padding: 1em 1.5em;
  background: #fff;
}
.p-functions-figure--app {
  margin-block-end: -45px;
}
.p-functions-figure--app img {
  width: 320px;
}
.p-functions-figure--device {
  margin-inline-start: calc(50% - 50vw);
  margin-block-end: -45px;
}
.p-functions-figure--device img {
  width: 400px;
}
@media screen and (min-width: 768px) {
  .p-functions::before {
    height: 10vw;
  }
  .p-functions-column {
    gap: 40px;
    justify-content: flex-end;
    flex-direction: row-reverse;
    padding-block-start: 80px;
  }
  .p-functions-column__primary {
    width: min(50% - 20px, 560px);
  }
  .p-functions-column__secondary {
    width: calc(50% - 20px);
  }
  .p-functions-figure--app {
    align-self: flex-end;
    position: relative;
    left: -20px;
  }
  .p-functions-figure--app img {
    width: auto;
  }
  .p-functions-figure--device img {
    width: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-functions::before {
    height: min(10vw, 176px);
  }
  .p-functions-card {
    gap: 30px;
  }
  .p-functions-figure--app {
    margin-block-end: -100px;
  }
  .p-functions-figure--dashboard {
    padding-block: 100px 60px;
  }
  .p-functions-figure--device {
    margin-block-end: -100px;
  }
}
@media screen and (min-width: 1200px) {
  .p-functions::before {
    height: min(12vw, 176px);
  }
  .p-functions-column {
    padding-block-start: 100px;
  }
  .p-functions-figure--app {
    margin-block-end: -140px;
  }
  .p-functions-figure--device {
    width: calc(50vw - 20px);
    margin-block-end: -140px;
  }
}

/*------------------------------------------------------------
  p-usecase
------------------------------------------------------------*/
.p-usecase-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 80px;
}
.p-usecase-list__item {
  width: 100%;
}
.p-usecase-circle {
  position: relative;
  z-index: 1;
}
.p-usecase-circle::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 20%;
  left: 50%;
  width: 100%;
  height: 0;
  padding-block-start: 100%;
  background: url(../img/bg-usecase-circle.svg) no-repeat 50% 0/contain;
  opacity: 0.5;
  transform: translateX(-50%);
}
.p-usecase-card {
  max-width: 400px;
  margin-inline: auto;
}
.p-usecase-card__image {
  display: block;
  margin-inline: auto;
}
.p-usecase-card__body {
  width: 70%;
  margin-inline: auto;
  padding-block-start: 0.5em;
}
.p-usecase-card__body--wide {
  position: relative;
}
.p-usecase-card__body--wide::before,
.p-usecase-card__body--wide::after {
  content: "";
  position: absolute;
}
.p-usecase-card__body--wide::before {
  bottom: -80px;
  left: 50%;
  width: 1px;
  height: 80px;
  background: var(--color-main);
}
.p-usecase-card__body--wide::after {
  bottom: -120px;
  left: 50%;
  width: 30px;
  height: 30px;
  background: url(../img/bg-arrow-dot.svg) no-repeat 0 100%/30px auto;
  transform: translateX(-50%);
}
.p-usecase-card__title {
  text-align: center;
}
.p-usecase-card__sentence {
  padding-block-start: 0.5em;
}
.p-usecase-system {
  padding-block-start: 140px;
}
@media screen and (min-width: 768px) {
  .p-usecase-list {
    row-gap: 80px;
    column-gap: 60px;
  }
  .p-usecase-list__item {
    width: calc(50% - 30px);
  }
  .p-usecase-list__item--wide {
    width: 100%;
  }
  .p-usecase-circle--wide {
    width: min(50%, 420px);
    margin-inline: auto;
  }
  .p-usecase-circle--wide::before {
    max-width: 440px;
    background-image: url(../img/bg-usecase-circle-split.svg);
  }
  .p-usecase-card {
    max-width: none;
  }
  .p-usecase-card__body--wide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 640px;
  }
  .p-usecase-card__body--wide::before {
    top: -20px;
    bottom: -80px;
    height: auto;
  }
  .p-usecase-card__title--wide {
    width: 47%;
    text-align: right;
  }
  .p-usecase-card__sentence--wide {
    width: 47%;
  }
  .p-usecase-system {
    max-width: 640px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-usecase-list {
    row-gap: 240px;
    column-gap: 80px;
  }
  .p-usecase-list__item {
    width: calc(50% - 40px);
  }
  .p-usecase-list__item--wide {
    width: 100%;
  }
  .p-usecase-circle::before {
    top: 30%;
    opacity: 1;
  }
  .p-usecase-circle--wide {
    width: min(50%, 540px);
  }
  .p-usecase-circle--wide::before {
    top: -80px;
    max-width: 540px;
  }
  .p-usecase-card__body--wide {
    max-width: 880px;
    padding-block-start: 6em;
  }
  .p-usecase-card__body--wide::before {
    bottom: -40px;
  }
  .p-usecase-card__body--wide::after {
    bottom: -80px;
  }
  .p-usecase-card__sentence {
    padding-block-start: 1em;
  }
  .p-usecase-system {
    padding-block-start: 100px;
    max-width: 880px;
  }
}
@media screen and (min-width: 1200px) {
  .p-usecase-list {
    row-gap: 300px;
    column-gap: 120px;
  }
  .p-usecase-list__item {
    width: calc(50% - 60px);
  }
  .p-usecase-list__item--wide {
    width: 100%;
  }
}

/*------------------------------------------------------------
  p-case
------------------------------------------------------------*/
.p-case-card {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
}
.p-case-card__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-case-card__logo {
  width: min(200px, 50%);
  margin-inline: auto;
  height: 90px;
  overflow: hidden;
}
.p-case-card__head {
  display: grid;
  gap: 0.5em;
  max-width: 380px;
  margin-inline: auto;
}
.p-case-card__title {
  font-size: 1.8rem;
}
.p-case-card__body {
  display: grid;
  gap: 20px;
}
.p-case-card__thum {
  text-align: center;
}
.p-case-card__comment {
  font-size: 1.4rem;
}
@media screen and (min-width: 576px) {
  .p-case-card__head {
    column-gap: 20px;
    max-width: none;
    width: 100%;
    margin-inline: auto;
    grid-template-columns: 180px 1fr;
    grid-template-rows: auto auto;
  }
  .p-case-card__logo {
    grid-row: 1/3;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .p-case-card__company {
    grid-row: 1;
  }
  .p-case-card__title {
    grid-row: 2;
  }
  .p-case-card__body {
    grid-template-columns: 180px 1fr;
  }
}
@media screen and (min-width: 992px) {
  .p-case-card__container {
    gap: 30px;
  }
  .p-case-card__head {
    column-gap: 30px;
  }
  .p-case-card__title {
    width: 100%;
    font-size: 2.2rem;
  }
  .p-case-card__body {
    display: grid;
    grid-template-columns: 180px auto;
    column-gap: 30px;
  }
  .p-case-card__comment {
    font-size: 1.5rem;
  }
}

/*------------------------------------------------------------
  p-mission
------------------------------------------------------------*/
.p-mission {
  overflow-x: clip;
  background: url(../img/bg-mission.jpg) no-repeat 50% 50%/cover;
}
.p-mission__inner {
  position: relative;
}
.p-mission__inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  margin-block-start: 20px;
  margin-block-end: -45px;
  padding-block-start: 90.5%;
  background: url(../img/bg-mission-character.png) no-repeat 100% 100%/contain;
}
.p-mission__body {
  padding-block-start: 20px;
}
.p-mission__textLink {
  word-break: break-all;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-mission__inner::after {
    position: absolute;
    bottom: -45px;
    right: -16%;
    width: 64%;
    height: 100%;
    margin-block: 0;
    padding-block-start: 0;
    background-position-x: 0;
  }
  .p-mission__content {
    position: relative;
    z-index: 1;
    width: min(560px, 60%);
  }
}
@media screen and (min-width: 992px) {
  .p-mission__inner::after {
    right: -20%;
    bottom: -100px;
  }
  .p-mission__body {
    padding-block-start: 30px;
  }
  .p-mission__content {
    width: min(800px, 66%);
  }
}
@media screen and (min-width: 1200px) {
  .p-mission__inner::after {
    bottom: -140px;
  }
}

/*------------------------------------------------------------
  p-form
------------------------------------------------------------*/
.p-form-container {
  padding: 20px;
}
@media screen and (min-width: 992px) {
  .p-form-container {
    max-width: 1000px;
    padding: 60px 80px;
    margin-inline-start: auto;
    margin-inline-end: auto;
  }
}

/*------------------------------------------------------------
  p-thanks
------------------------------------------------------------*/
.p-thanks {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
.p-thanks-primary__sentence {
  color: var(--color-main);
  opacity: 0.8;
}
.p-thanks-notice__text {
  font-size: 1.5rem;
}

/*------------------------------------------------------------
  p-footer
------------------------------------------------------------*/
.p-footer {
  padding-block-start: 40px;
  padding-block-end: 20px;
  background: #263238;
  color: #fff;
}
.p-footer a {
  display: inline-block;
  transition: var(--transition);
}
.p-footer__inner {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(1, 1fr);
  max-width: 940px;
  padding-inline: 20px;
  margin-inline: auto;
}
.p-footer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.p-footer-nav {
  display: grid;
  gap: 0.25em;
  font-size: 1.3rem;
}
.p-footer-nav-child {
  display: grid;
  gap: 0.25em;
}
.p-footer-nav-head + .p-footer-nav-child {
  padding: 0.5em 0 0.5em 0.5em;
}
.p-footer-logo__image a {
  display: inline-block;
}
.p-footer-logo__image img {
  width: 150px;
}
.p-footer-others-menu {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2em;
  row-gap: 0.5em;
  font-size: 1.2rem;
}
.p-footer-copyright__small {
  display: block;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    max-width: 1260px;
    padding-inline: 30px;
  }
  .p-footer-content {
    flex-direction: row;
  }
  .p-footer-logo {
    width: 300px;
  }
  .p-footer-nav {
    display: flex;
    gap: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-footer {
    padding-block-start: 60px;
  }
  .p-footer-content {
    justify-content: space-between;
  }
  .p-footer-nav {
    font-size: 1.4rem;
  }
}
@media (hover: hover) {
  .p-footer a:hover {
    opacity: 0.5;
  }
}