@charset "UTF-8";
/* ==================================================
[Style]
    1. setting
	2. foundation
	3. Layout
	4. object

================================================== */
/* --------------------------------------------------
	1. setting
-------------------------------------------------- */
/* --------------------------------------------------
	2. foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  padding: 0;
  margin: 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 */
  margin: 0;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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 {
  min-width: 0;
  padding: 0;
  margin: 0;
}

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
  font-family: "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  color: #333;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

a {
  color: inherit;
  text-decoration: none;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

input,
button,
select,
textarea {
  font: inherit;
  font-size: 1rem;
  color: #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* animation */
.anime-fade-up,
.anime-fade-scale-up {
  opacity: 0;
}

.anime.is-active.anime-fade-up {
  animation-name: fadeup;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}

.anime-child.is-active .anime-fade-scale-up {
  animation-name: fadescaleup;
  animation-duration: 0.6s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.anime-child .--delay-01 {
  animation-delay: 0.5s;
}
.anime-child .--delay-02 {
  animation-delay: 1s;
}
.anime-child .--delay-03 {
  animation-delay: 1.5s;
}
.anime-child .--delay-04 {
  animation-delay: 2s;
}

@keyframes fadeup {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadescaleup {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* font */
/* --------------------------------------------------
	3. Layout
-------------------------------------------------- */
/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #d53e2e;
}
.l-header__inner {
  padding: 0 2.25rem;
}
.l-header__container {
  display: flex;
  gap: 1.875rem;
  align-items: center;
  min-height: 6.875rem;
}
.l-header__logo {
  display: flex;
  align-items: center;
  width: 6.25rem;
}
.l-header__menu {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: #d53e2e;
}
.l-header__nav-container {
  flex-direction: column;
  height: 100%;
  padding: 6.875rem 2.25rem 5rem;
  overflow-y: scroll;
}
.l-header__nav {
  width: 100%;
  height: auto;
}
.l-header__nav-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  border-top: 1px solid #e6e6e6;
}
.l-header__nav-item {
  position: relative;
  flex-direction: column;
  width: 100%;
  height: auto;
  border-bottom: 1px solid #e6e6e6;
}
.l-header__nav-link {
  display: block;
  padding: 1.5rem 0.625rem;
  font-size: 1.3125rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 0.01em;
}

.l-hum {
  position: absolute;
  top: 0;
  right: 2.25rem;
  width: 8.125rem;
  height: 8.125rem;
  background-color: transparent;
  border: none;
}
.l-hum span {
  position: absolute;
  left: 50%;
  display: block;
  width: 3.5rem;
  height: 0.125rem;
  background-color: #fff;
  border-radius: 999px;
  transition: 0.3s all;
  transform: translateX(-50%) translateY(-50%);
}
.l-hum span:nth-child(1) {
  top: calc(50% - 0.9375rem);
}
.l-hum span:nth-child(3) {
  top: calc(50% + 0.9375rem);
}
.l-hum.is-active span:nth-child(1) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-35deg);
}
.l-hum.is-active span:nth-child(2) {
  opacity: 0;
}
.l-hum.is-active span:nth-child(3) {
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(35deg);
}

@media only screen and (max-width: 767px) {
  .l-header__inner {
    padding: 0 1rem;
  }
  .l-header__container {
    gap: 0.75rem;
    justify-content: flex-start;
    height: 80px;
    min-height: inherit;
    padding-left: 0;
  }
  .l-header__logo {
    top: 50%;
    width: 3.125rem;
  }
  .l-header__copyright {
    width: 10rem;
  }
  .l-header__nav-container {
    padding: 6.25rem 1.25rem 5rem;
  }
  .l-header__nav-link {
    padding: 1rem 0.625rem;
    font-size: 1rem;
  }
  .l-hum {
    right: 1rem;
    width: 2.5rem;
    height: 5rem;
  }
  .l-hum span {
    width: 2.5rem;
    height: 0.125rem;
  }
  .l-hum span:nth-child(1) {
    top: calc(50% - 0.625rem);
  }
  .l-hum span:nth-child(3) {
    top: calc(50% + 0.625rem);
  }
}
/* footer */
.l-footer {
  padding: 4rem 0 6rem;
  margin-top: 12.5rem;
  text-align: center;
  background-color: #333;
}
.l-footer__title {
  margin-bottom: 2rem;
}

@media only screen and (max-width: 767px) {
  .l-footer {
    padding: 2rem 0 4rem;
    margin-top: 3.75rem;
  }
  .l-footer__title {
    margin-bottom: 1rem;
  }
}
/* main */
.l-inner {
  width: 77.5rem;
  max-width: 100%;
  height: inherit;
  padding: 0 1.25rem;
  margin: 0 auto;
}
.l-inner.--wide {
  width: 90rem;
}
.l-inner.--narrow {
  width: 65rem;
}

.l-section-first {
  margin-top: 7.5rem;
}

@media only screen and (max-width: 767px) {
  .l-inner {
    padding: 0 1.25rem;
  }
}
/* margin */
.l-margin p {
  margin-top: 1rem;
}
.l-margin p:first-child {
  margin-top: 0;
}
.l-margin ul,
.l-margin ol,
.l-margin dl {
  margin-top: 1.5rem;
}
.l-margin ul:first-child,
.l-margin ol:first-child,
.l-margin dl:first-child {
  margin-top: 0;
}
.l-margin .p-table-conteiner,
.l-margin table {
  margin-top: 2rem;
}
.l-margin .p-table-conteiner:first-child,
.l-margin table:first-child {
  margin-top: 0;
}
.l-margin img {
  margin-top: 1.5rem;
}
.l-margin img:first-child {
  margin-top: 0;
}
.l-margin blockquote {
  margin-top: 1.5rem;
}
.l-margin blockquote:first-child {
  margin-top: 0;
}
.l-margin .c-button,
.l-margin .e-button {
  margin-top: 1.5rem;
}
.l-margin .c-button:first-child,
.l-margin .e-button:first-child {
  margin-top: 0;
}
.l-margin .p-box,
.l-margin .e-box {
  margin-top: 1.5rem;
}
.l-margin .p-box:first-child,
.l-margin .e-box:first-child {
  margin-top: 0;
}
.l-margin .p-grid,
.l-margin .e-grid {
  margin-top: 5rem;
}
.l-margin .p-grid:first-child,
.l-margin .e-grid:first-child {
  margin-top: 0;
}
.l-margin .p-grid + .l-margin .p-grid,
.l-margin .p-grid + .l-margin .e-grid,
.l-margin .e-grid + .l-margin .p-grid,
.l-margin .e-grid + .l-margin .e-grid {
  margin-top: 2.5rem;
}
.l-margin .p-grid p,
.l-margin .e-grid p {
  margin-top: 0.5rem;
}
.l-margin h2:not(:first-child) {
  margin-top: 6rem;
}
.l-margin h2 + p {
  margin-top: 3rem;
}
.l-margin h2 + ul {
  margin-top: 3rem;
}
.l-margin h2 + ol {
  margin-top: 3rem;
}
.l-margin h2 + dl {
  margin-top: 3rem;
}
.l-margin h2 + img {
  margin-top: 3rem;
}
.l-margin h2 + table {
  margin-top: 3rem;
}
.l-margin h2 + blockquote {
  margin-top: 3rem;
}
.l-margin h2 + .c-button, .l-margin h2 + .e-button {
  margin-top: 3rem;
}
.l-margin h2 + .p-box, .l-margin h2 + .e-box {
  margin-top: 3rem;
}
.l-margin h2 + .p-grid, .l-margin h2 + .e-grid {
  margin-top: 3rem;
}
.l-margin h3:not(:first-child) {
  margin-top: 5rem;
}
.l-margin h3 + p {
  margin-top: 2rem;
}
.l-margin h3 + ul {
  margin-top: 2rem;
}
.l-margin h3 + ol {
  margin-top: 2rem;
}
.l-margin h3 + dl {
  margin-top: 2rem;
}
.l-margin h3 + img {
  margin-top: 2rem;
}
.l-margin h3 + table {
  margin-top: 2rem;
}
.l-margin h3 + blockquote {
  margin-top: 2rem;
}
.l-margin h3 + .c-button, .l-margin h3 + .e-button {
  margin-top: 2rem;
}
.l-margin h3 + .p-box, .l-margin h3 + .e-box {
  margin-top: 2rem;
}
.l-margin h3 + .p-grid, .l-margin h3 + .e-grid {
  margin-top: 2rem;
}
.l-margin h4:not(:first-child) {
  margin-top: 3.5rem;
}
.l-margin h4 + p {
  margin-top: 1.75rem;
}
.l-margin h4 + ul {
  margin-top: 1.75rem;
}
.l-margin h4 + ol {
  margin-top: 1.75rem;
}
.l-margin h4 + dl {
  margin-top: 1.75rem;
}
.l-margin h4 + img {
  margin-top: 1.75rem;
}
.l-margin h4 + table {
  margin-top: 1.75rem;
}
.l-margin h4 + blockquote {
  margin-top: 1.75rem;
}
.l-margin h4 + .c-button, .l-margin h4 + .e-button {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-box, .l-margin h4 + .e-box {
  margin-top: 1.75rem;
}
.l-margin h4 + .p-grid, .l-margin h4 + .e-grid {
  margin-top: 1.75rem;
}
.l-margin h5:not(:first-child) {
  margin-top: 2.5rem;
}
.l-margin h5 + p {
  margin-top: 1.25rem;
}
.l-margin h5 + ul {
  margin-top: 1.25rem;
}
.l-margin h5 + ol {
  margin-top: 1.25rem;
}
.l-margin h5 + dl {
  margin-top: 1.25rem;
}
.l-margin h5 + img {
  margin-top: 1.25rem;
}
.l-margin h5 + table {
  margin-top: 1.25rem;
}
.l-margin h5 + blockquote {
  margin-top: 1.25rem;
}
.l-margin h5 + .c-button, .l-margin h5 + .e-button {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-box, .l-margin h5 + .e-box {
  margin-top: 1.25rem;
}
.l-margin h5 + .p-grid, .l-margin h5 + .e-grid {
  margin-top: 1.25rem;
}
.l-margin h6:not(:first-child) {
  margin-top: 1.5rem;
}
.l-margin h6 + p {
  margin-top: 1.125rem;
}
.l-margin h6 + ul {
  margin-top: 1.125rem;
}
.l-margin h6 + ol {
  margin-top: 1.125rem;
}
.l-margin h6 + dl {
  margin-top: 1.125rem;
}
.l-margin h6 + img {
  margin-top: 1.125rem;
}
.l-margin h6 + table {
  margin-top: 1.125rem;
}
.l-margin h6 + blockquote {
  margin-top: 1.125rem;
}
.l-margin h6 + .c-button, .l-margin h6 + .e-button {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-box, .l-margin h6 + .e-box {
  margin-top: 1.125rem;
}
.l-margin h6 + .p-grid, .l-margin h6 + .e-grid {
  margin-top: 1.125rem;
}

/* --------------------------------------------------
	4. object
-------------------------------------------------- */
/* component */
.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 34.375rem;
  cursor: pointer;
  border-radius: 999rem;
  box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.25);
}
@media (hover: hover) {
  .c-button {
    transition: 0.3s linear all;
  }
  .c-button:hover {
    box-shadow: none;
    transform: translateY(8px);
  }
}

@media only screen and (max-width: 767px) {
  .c-button {
    max-width: 85.625vw;
    box-shadow: 1.25vw 1.25vw 0 rgba(0, 0, 0, 0.25);
  }
}
.c-heading {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  color: #000;
}

@media only screen and (max-width: 767px) {
  .c-heading {
    font-size: 1.5rem;
  }
}
.c-heading-h1 {
  font-size: 2rem;
}

.c-heading-h2 {
  font-size: 2rem;
}

.c-heading-h3 {
  font-size: 1.75rem;
}

.c-heading-h4 {
  font-size: 1.5rem;
}

.c-heading-h5 {
  font-size: 1.25rem;
}

.c-heading-h6 {
  font-size: 1.125rem;
}

.c-text-link {
  position: relative;
  display: inline-flex;
  font-size: 1.125rem;
  font-weight: 700;
  color: #4d4d4d;
  text-decoration: underline;
}
.c-text-link__color {
  display: block;
  color: #c1272d;
  text-decoration: underline;
}
.c-text-link.--blank::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "BLANK";
}
.c-text-link.--pdf::after {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  content: "PDF";
}
@media (hover: hover) {
  .c-text-link {
    transition: 0.3s linear opacity;
  }
  .c-text-link:hover {
    opacity: 0.7;
  }
}

/* project */
.p-accordion {
  max-width: 55rem;
  margin: 0 auto;
}
.p-accordion__item + .p-accordion__item {
  margin-top: 2rem;
}
.p-accordion__head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem 3.5rem;
  font-family: "M PLUS 2", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.1em;
  cursor: pointer;
  background: var(--color-bg-head, #97cdb6);
  border: none;
  border-radius: 1rem;
}
.p-accordion__head-icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.25rem;
  height: 1.5rem;
  transform: translateY(-50%);
}
.p-accordion__head-icon::after, .p-accordion__head-icon::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.25rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  transition: 0.3s all;
  transform: translate(-50%, -50%);
}
.p-accordion__head-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-accordion__head.is-active .p-accordion__head-icon::after {
  width: 0;
}
.p-accordion__content {
  padding: 1.25rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
}
.p-accordion__text {
  font-size: 1.125rem;
  color: var(--color-text, #73bf99);
}

@media only screen and (max-width: 767px) {
  .p-accordion__item + .p-accordion__item {
    margin-top: 0.75rem;
  }
  .p-accordion__head {
    padding: 0.5rem 2rem;
    font-size: 0.75rem;
    border-radius: 0.5rem;
  }
  .p-accordion__head-icon {
    right: 1rem;
    width: 0.75rem;
    height: 0.75rem;
  }
  .p-accordion__head-icon::after, .p-accordion__head-icon::before {
    width: 0.75rem;
    height: 0.125rem;
  }
  .p-accordion__content {
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .p-accordion__text {
    font-size: 0.625rem;
  }
}
.p-anchor-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
.p-anchor-list__link {
  display: block;
}
@media (hover: hover) {
  .p-anchor-list__link {
    transition: 0.3s linear opacity;
  }
  .p-anchor-list__link:hover {
    opacity: 0.7;
  }
}

.p-banners {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
  align-items: center;
  max-width: 55rem;
  margin: 0 auto;
}
.p-banners__link {
  display: block;
  overflow: hidden;
  border-radius: 2.5rem;
}
@media (hover: hover) {
  .p-banners__link {
    transition: 0.3s linear opacity;
  }
  .p-banners__link:hover {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 767px) {
  .p-banners {
    gap: 1.25rem;
  }
  .p-banners__link {
    border-radius: 1rem;
  }
}
.p-carline {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.p-carline + .p-carline {
  margin-top: 1rem;
}
.p-carline__item {
  position: relative;
  width: calc((100% - 2rem) / 3);
  max-width: 16.5625rem;
  overflow: hidden;
  background: linear-gradient(182deg, rgb(255, 255, 255) 57%, rgba(238, 191, 174, 0.85) 100%);
  border-radius: 2.5rem;
  box-shadow: 0.375rem 0.375rem 0 var(--color-shadow, #a8222b);
  transition: all 0.3s;
}
.p-carline__item.is-active {
  box-shadow: none;
}
.p-carline__item:hover {
  box-shadow: none;
  transform: translateY(6px);
}
.p-carline__button {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.p-carline__button::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 9.375rem;
  height: 2.875rem;
  content: "";
  background: transparent url("../images/common/img_click_here01.png") no-repeat center/contain;
}

@media only screen and (max-width: 767px) {
  .p-carline {
    gap: 0.375rem;
  }
  .p-carline + .p-carline {
    margin-top: 0.375rem;
  }
  .p-carline__item {
    width: calc((100% - 0.75rem) / 3);
    border-radius: 1rem;
    box-shadow: 0.1875rem 0.1875rem 0 var(--color-shadow, #a8222b);
  }
  .p-carline__item.is-active {
    border-width: 0.125rem;
  }
  .p-carline__button::after {
    width: 20.3125vw;
    height: 6.25vw;
  }
}
.p-mainvisual {
  position: relative;
  margin-top: 6.875rem;
  background: #d53e2e;
}
.p-mainvisual::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1.25rem;
  content: "";
  background: url("../images/common/img_mv_line_bottom.png") no-repeat center/cover;
}
.p-mainvisual__main {
  position: relative;
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  border-top-left-radius: 7.5rem;
}
.p-mainvisual__main::after {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  width: 100%;
  max-width: 46.875rem;
  height: 17.5rem;
  content: "";
  background: url("../images/common/img_mv_decoration_pc.png") no-repeat top/cover;
  transform: translateX(-50%);
}
.p-mainvisual__main::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 2.5rem;
  content: "";
  background: url("../images/common/img_mv_line_top.png") no-repeat center/cover;
}
.p-mainvisual__main-title {
  position: absolute;
  bottom: 2rem;
  left: 4rem;
  display: inline-block;
}
.p-mainvisual__testdrive {
  margin-top: 5.375rem;
}
.p-mainvisual__testdrive-cta {
  padding: 0 1.25rem;
}
.p-mainvisual__testdrive-car {
  margin-top: 2rem;
}
.p-mainvisual__testdrive-btn {
  position: relative;
  max-width: 37.5rem;
  margin: 0 auto;
}
.p-mainvisual__testdrive-btn::before {
  position: absolute;
  top: -3.75rem;
  left: -2rem;
  z-index: 2;
  width: 11.25rem;
  height: 5rem;
  content: "";
  background: url("../images/common/img_mv_message.png") no-repeat center/cover;
}
.p-mainvisual__testdrive-info {
  padding: 3.5rem 1.25rem;
  margin-top: 2.5rem;
  background: #fff;
}

@media only screen and (max-width: 767px) {
  .p-mainvisual {
    margin-top: 5rem;
    overflow: hidden;
  }
  .p-mainvisual::after {
    height: 2.5vw;
  }
  .p-mainvisual__main {
    max-width: 75rem;
    margin: 0 auto;
    overflow: hidden;
    border-top-left-radius: 0;
  }
  .p-mainvisual__main::after {
    width: 100%;
    max-width: 100%;
    height: 100%;
    background: url("../images/common/img_mv_decoration.png") no-repeat center/cover;
  }
  .p-mainvisual__main::before {
    height: 4.375vw;
  }
  .p-mainvisual__main-title {
    bottom: 5vw;
    left: 4.375vw;
    width: 73.4375vw;
  }
  .p-mainvisual__testdrive {
    margin-top: 8.75vw;
  }
  .p-mainvisual__testdrive-car {
    margin-top: 4.0625vw;
  }
  .p-mainvisual__testdrive-btn::before {
    top: -7.5vw;
    left: 0;
    width: 21.875vw;
    height: 9.6875vw;
  }
  .p-mainvisual__testdrive-info {
    padding: 5vw 1.25rem;
    margin-top: 6.25vw;
  }
}
.p-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
}
.p-modal__overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.75);
}
.p-modal__content {
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  max-height: 100vh;
  padding: 3.4375rem 2.8125rem;
  margin: auto;
  overflow-y: auto;
  background: #ffebe6;
}
.p-modal__body {
  width: 100%;
  max-width: 43.75rem;
  padding-bottom: 3.5rem;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  background: #fff;
  border-radius: 2rem;
}
.p-modal__body img {
  width: 100%;
}
.p-modal__movie {
  width: 85%;
  padding: 2.5rem 3rem;
  margin: 2.5rem auto 0;
  text-align: center;
  border: 0.125rem solid #4d4d4d;
  border-radius: 1.25rem;
}
.p-modal__movie-title {
  margin-bottom: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 400;
  font-size: 1.875rem;
  letter-spacing: 0.2em;
}
.p-modal__movie-iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  text-align: center;
  border-radius: 0.625rem;
}
.p-modal__movie-iframe.--height {
  padding-top: 177.7777777778%;
}
.p-modal__movie-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-modal__movie-iframe .pre {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-modal__movie-text {
  margin-top: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-weight: 400;
  font-size: 1.3125rem;
  letter-spacing: 0.1em;
}
.p-modal__button {
  width: 85%;
  margin: 2.5rem auto 0;
  text-align: center;
}
.p-modal__close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 50%;
}
.p-modal__close::after, .p-modal__close::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.75rem;
  height: 0.25rem;
  content: "";
  background-color: #4d4d4d;
}
.p-modal__close::after {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.p-modal__close::before {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .p-modal__content {
    max-height: 100vh;
    padding: 1rem;
    border-radius: 0;
  }
  .p-modal__body {
    border-radius: 1rem;
  }
  .p-modal__movie {
    width: 85%;
    padding: 1rem 1.25rem;
    border-radius: 1rem;
  }
  .p-modal__movie-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
  }
  .p-modal__movie-text {
    margin-top: 1rem;
    font-size: 0.875rem;
    letter-spacing: 0.05em;
  }
  .p-modal__close {
    top: 1.5rem;
    right: 1.5rem;
    width: 2rem;
    height: 2rem;
  }
  .p-modal__close::after, .p-modal__close::before {
    width: 1rem;
    height: 0.125rem;
  }
}
.p-swiper {
  margin: 4rem 0;
  overflow: hidden;
}
.p-swiper__text {
  margin-top: 2rem;
  font-family: "M PLUS 2", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
.p-swiper__control {
  display: flex;
  gap: 2rem;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.p-swiper__btn.swiper-button-prev, .p-swiper__btn.swiper-button-next {
  position: relative;
  top: inherit;
  right: inherit;
  left: inherit;
  width: 1rem;
  height: 2.5rem;
  margin: 0;
  color: #fff;
}
.p-swiper__btn.swiper-button-prev::after, .p-swiper__btn.swiper-button-next::after {
  font-size: 2.5rem;
}
.p-swiper__pagination.swiper-pagination {
  position: relative;
  bottom: inherit !important;
  left: inherit !important;
  display: inline-flex;
  gap: 1.5rem;
  align-items: center;
  justify-content: center;
  width: inherit !important;
  margin: 0;
}
.p-swiper__pagination.swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 0.75rem;
  height: 0.75rem;
  margin: 0;
  background: #fff;
  border-radius: 999rem;
  opacity: 1;
}
.p-swiper__pagination.swiper-pagination .swiper-pagination-bullet::after {
  display: none;
}
@media (hover: hover) {
  .p-swiper__pagination.swiper-pagination .swiper-pagination-bullet {
    transition: 0.3s linear opacity;
  }
  .p-swiper__pagination.swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 0.7;
  }
}
.p-swiper__pagination.swiper-pagination .swiper-pagination-bullet-active {
  background: #1b539b;
}

@media only screen and (max-width: 767px) {
  .p-swiper {
    margin: 1.5rem 0;
  }
  .p-swiper__text {
    margin-top: 1rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .p-swiper__control {
    gap: 1.5rem;
    margin-top: 1rem;
  }
  .p-swiper__btn.swiper-button-prev, .p-swiper__btn.swiper-button-next {
    width: 0.5rem;
    height: 1rem;
  }
  .p-swiper__btn.swiper-button-prev::after, .p-swiper__btn.swiper-button-next::after {
    font-size: 1rem;
  }
  .p-swiper__pagination.swiper-pagination {
    gap: 1rem;
  }
  .p-swiper__pagination.swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
/* pages */
body.index .index-choose {
  position: relative;
  padding: 7.5rem 0;
}
body.index .index-choose__title-h2 {
  position: relative;
  margin-bottom: 4.375rem;
}
body.index .index-choose__title-h2::after {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 20rem;
  height: 20rem;
  content: "";
  background: transparent url("../images/common/img_question_mark.png") no-repeat center/contain;
  transform: translate(-50%, -50%);
  z-index: -1;
}
body.index .index-car {
  position: relative;
  padding: 5.875rem 0;
  overflow: hidden;
  background-color: #d53e2e;
}
body.index .index-car__testdrive {
  position: absolute;
}
body.index .index-car__testdrive.--01 {
  top: 0;
  left: 0;
}
body.index .index-car__testdrive.--02 {
  top: 32%;
  right: 0;
}
body.index .index-car__testdrive.--03 {
  bottom: 25%;
  left: 0;
}
body.index .index-car__testdrive.--04 {
  right: 0;
  bottom: 0;
}
body.index .index-car__title-h2 {
  margin-bottom: 3.75rem;
}
body.index .index-car__title-h3 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.625rem;
  margin-bottom: 2.5rem;
}
body.index .index-car__title-h3::after {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  content: "";
  background: #fff;
}
body.index .index-car__title-h3::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 38.5rem;
  height: 3.625rem;
  content: "";
  background: #fff;
  transform: translateX(-50%);
}
body.index .index-car__title-h3 img {
  position: relative;
  z-index: 2;
}
body.index .index-car__item + .index-car__item {
  margin-top: 2.75rem;
}
body.index .index-car-type {
  display: flex;
  flex-direction: column;
  gap: 1.5rem 0;
  padding: 0 0.625rem;
  margin-top: 5rem;
  overflow: hidden;
}
body.index .index-car-type__logo {
  position: absolute;
  top: -2rem;
  right: -4.25rem;
  width: 23.125rem;
}
body.index .index-car-type__item {
  position: relative;
  width: 100%;
  max-width: 75rem;
  padding: 5rem 0;
  margin: 0 auto;
  background: transparent url("../images/common/bg_car_type.png") repeat center/11.25rem 8.75rem;
  border-radius: 3rem;
}
body.index .index-car-type__item.--is-car-kei {
  background-color: #e46661;
}
body.index .index-car-type__item.--is-car-kei .p-carline__button::after {
  background-image: url("../images/common/img_click_here02.png");
}
body.index .index-car-type__item.--is-car-hybrid {
  background-color: #73bf99;
  --color-shadow: #566b5e;
}
body.index .index-car-type__item.--is-car-hybrid .p-carline__item {
  background: linear-gradient(182deg, rgb(255, 255, 255) 57%, #c3e1d1 100%);
}
body.index .index-car-type__item.--is-car-hybrid .p-carline__button::after {
  background-image: url("../images/common/img_click_here03.png");
}
body.index .index-car-type__item.--is-car-hybrid .index-car-type__mv {
  max-height: 300px;
  height: 30vw;
}
body.index .index-car-type__item.--is-car-kei-ev {
  background-color: #5bb0e5;
  --color-shadow: #2c5368;
}
body.index .index-car-type__item.--is-car-kei-ev .p-carline__item {
  background: linear-gradient(182deg, rgb(255, 255, 255) 66%, #bbd8f3 100%);
}
body.index .index-car-type__item.--is-car-kei-ev .p-carline__button::after {
  background-image: url("../images/common/img_click_here04.png");
}
body.index .index-car-type__heading {
  margin-bottom: 3.75rem;
}
body.index .index-car-type__mv {
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto 2rem;
  height: 36vw;
  max-height: 380px;
}
body.index .index-car-type__mv-back {
  position: absolute;
  top: 0;
  z-index: 0;
  text-align: center;
  mix-blend-mode: multiply;
}
body.index .index-car-type__mv-front {
  position: absolute;
  top: 0;
  z-index: 1;
  text-align: center;
}
body.index .index-car-type__text {
  margin-bottom: 3.5rem;
  font-family: "M PLUS 2", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
}
body.index .index-car-type__asterisk {
  margin: 3rem 0 3.5rem;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
}
body.index .index-car-type__voice {
  margin-bottom: 2.5rem;
}
body.index .index-car-type__button {
  margin-top: 2.5rem;
}
body.index .index-banners {
  margin-top: 5rem;
}

@media all and (min-width: 768px), print {
  body.index .index-car-type .p-swiper {
    max-width: 55rem;
    margin-right: auto;
    margin-left: auto;
  }
  body.index .index-car-type .p-swiper__text {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  body.index .index-choose {
    padding: 2.5rem 0;
  }
  body.index .index-choose__title-h2 {
    margin-bottom: 2.25rem;
  }
  body.index .index-choose__title-h2::after {
    width: 28.125vw;
    height: 28.125vw;
  }
  body.index .index-choose__title-h2 img {
    width: 51.5625vw;
  }
  body.index .index-car {
    padding: 2.5rem 0;
  }
  body.index .index-car__testdrive img {
    width: 68.75vw;
    height: 10.9375vw;
  }
  body.index .index-car__testdrive.--02 {
    right: -31.25vw;
  }
  body.index .index-car__testdrive.--03 {
    bottom: 25%;
    left: -31.25vw;
  }
  body.index .index-car__title-h2 {
    margin-bottom: 1.5rem;
  }
  body.index .index-car__title-h2 img {
    width: 43.75vw;
  }
  body.index .index-car__title-h3 {
    height: 6.5625vw;
    margin-bottom: 1.25rem;
  }
  body.index .index-car__title-h3::before {
    width: 12.125rem;
    max-width: 30.3125vw;
    height: 100%;
  }
  body.index .index-car__title-h3 img {
    max-width: 18.75vw;
  }
  body.index .index-car__item + .index-car__item {
    margin-top: 1.625rem;
  }
  body.index .index-car-type {
    padding: 0 0.625rem;
    margin-top: 2.5rem;
  }
  body.index .index-car-type__logo {
    top: -5vw;
    right: -10.625vw;
    width: 57.8125vw;
  }
  body.index .index-car-type__item {
    padding: 3.125rem 0;
    background-size: 28.125vw 21.875vw;
    border-radius: 1.5rem;
  }
  body.index .index-car-type__item.--is-car-hybrid .index-car-type__mv {
    padding-top: 23.75vw;
  }
  body.index .index-car-type__heading {
    margin-bottom: 1.5rem;
  }
  body.index .index-car-type__heading img {
    width: 65.625vw;
  }
  body.index .index-car-type__mv {
    padding-top: 30vw;
  }
  body.index .index-car-type__text {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  body.index .index-car-type__asterisk {
    margin: 1.5rem 0 2rem;
    font-size: 0.625rem;
  }
  body.index .index-car-type__voice {
    margin-bottom: 1.25rem;
  }
  body.index .index-car-type__button {
    margin-top: 1.25rem;
  }
  body.index .index-car-type__link img {
    max-width: 45.3125vw;
  }
  body.index .index-banners {
    margin-top: 2.5rem;
  }
}
/* utility */
.u-asterisk {
  padding-left: 1em;
  text-indent: -1em;
}

@media all and (min-width: 768px), print {
  .u-hidden-pc {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}
.u-mt-1 {
  margin-top: 0.5rem;
}

.u-mt-2 {
  margin-top: 1rem;
}

.u-mt-3 {
  margin-top: 1.5rem;
}

.u-mt-4 {
  margin-top: 2rem;
}

.u-mt-5 {
  margin-top: 2.5rem;
}

.u-mt-6 {
  margin-top: 3rem;
}

.u-mt-7 {
  margin-top: 3.5rem;
}

.u-mt-8 {
  margin-top: 4rem;
}

.u-mt-9 {
  margin-top: 4.5rem;
}

.u-mt-10 {
  margin-top: 5rem;
}

.u-mt-11 {
  margin-top: 5.5rem;
}

.u-mt-12 {
  margin-top: 6rem;
}

.u-mt-13 {
  margin-top: 6.5rem;
}

.u-mt-14 {
  margin-top: 7rem;
}

.u-mt-15 {
  margin-top: 7.5rem;
}

.u-mt-16 {
  margin-top: 8rem;
}

.u-mt-17 {
  margin-top: 8.5rem;
}

.u-mt-18 {
  margin-top: 9rem;
}

.u-mt-19 {
  margin-top: 9.5rem;
}

.u-mt-20 {
  margin-top: 10rem;
}

.u-mt-21 {
  margin-top: 10.5rem;
}

.u-mt-22 {
  margin-top: 11rem;
}

.u-mt-23 {
  margin-top: 11.5rem;
}

.u-mt-24 {
  margin-top: 12rem;
}

.u-mt-25 {
  margin-top: 12.5rem;
}

@media only screen and (max-width: 767px) {
  .u-mt-1-sp {
    margin-top: 0.5rem;
  }
  .u-mt-2-sp {
    margin-top: 1rem;
  }
  .u-mt-3-sp {
    margin-top: 1.5rem;
  }
  .u-mt-4-sp {
    margin-top: 2rem;
  }
  .u-mt-5-sp {
    margin-top: 2.5rem;
  }
  .u-mt-6-sp {
    margin-top: 3rem;
  }
  .u-mt-7-sp {
    margin-top: 3.5rem;
  }
  .u-mt-8-sp {
    margin-top: 4rem;
  }
  .u-mt-9-sp {
    margin-top: 4.5rem;
  }
  .u-mt-10-sp {
    margin-top: 5rem;
  }
  .u-mt-11-sp {
    margin-top: 5.5rem;
  }
  .u-mt-12-sp {
    margin-top: 6rem;
  }
  .u-mt-13-sp {
    margin-top: 6.5rem;
  }
  .u-mt-14-sp {
    margin-top: 7rem;
  }
  .u-mt-15-sp {
    margin-top: 7.5rem;
  }
  .u-mt-16-sp {
    margin-top: 8rem;
  }
  .u-mt-17-sp {
    margin-top: 8.5rem;
  }
  .u-mt-18-sp {
    margin-top: 9rem;
  }
  .u-mt-19-sp {
    margin-top: 9.5rem;
  }
  .u-mt-20-sp {
    margin-top: 10rem;
  }
  .u-mt-21-sp {
    margin-top: 10.5rem;
  }
  .u-mt-22-sp {
    margin-top: 11rem;
  }
  .u-mt-23-sp {
    margin-top: 11.5rem;
  }
  .u-mt-24-sp {
    margin-top: 12rem;
  }
  .u-mt-25-sp {
    margin-top: 12.5rem;
  }
}
.u-text-center {
  text-align: center;
}

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

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

@media all and (min-width: 768px), print {
  .u-text-center-pc {
    text-align: center;
  }
  .u-text-left-pc {
    text-align: left;
  }
  .u-text-right-pc {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
  .u-text-center-sp {
    text-align: center;
  }
  .u-text-left-sp {
    text-align: left;
  }
  .u-text-right-sp {
    text-align: right;
  }
}