@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@600&family=Noto+Serif+JP:wght@200..900&display=swap");
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
	 # General elements
	 # ================================================================= */
hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
	 # Forms
	 # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  outline: none;
  background-color: #fff;
  border: #707070 solid 1px;
  border-radius: 3px;
  display: inline-block;
  padding: 0.2em 0.5em;
  width: 100%;
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
	 # Specify media element style
	 # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
	 # Accessibility
	 # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*original*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
  border-collapse: collapse;
}

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

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scroll-padding-top: 10vh;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: min(100px, 7.1428571429vw);
  }
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #2D2A28;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: clip;
  overflow-wrap: break-word;
}
@media (min-width: 768px) {
  body {
    font-size: min(16px, 1.1428571429vw);
  }
}
@media (max-width: 767.98px) {
  body {
    font-size: 3.3333333333vw;
  }
}

p {
  line-height: inherit;
  font-size: inherit;
}

h2 {
  margin: 0;
}

li {
  list-style: none;
}

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

em {
  font-style: initial;
}

address {
  font-style: normal;
}

strong {
  font-weight: bold;
}

sup {
  font-size: 0.7em;
}

span svg {
  vertical-align: middle;
  line-height: 1;
  height: auto;
}

@media (min-width: 768px) {
  a {
    transition: opacity 0.3s ease-out;
  }
}
@media (min-width: 768px) {
  p a {
    transition: opacity 0.2s ease-out;
  }
  p a:focus-visible {
    opacity: 0.5;
  }
}
@media (min-width: 768px) and (hover: hover) {
  p a:hover {
    opacity: 0.5;
  }
}

@media (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .is-pc {
    display: none;
  }
}

/*--------------------------------------*
 * library
 *--------------------------------------*/
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/*--------------------------------------*
 * component
 *--------------------------------------*/
.c-button {
  display: flex;
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .c-button {
    gap: min(10px, 0.7142857143vw);
  }
}
.c-button__link {
  display: block;
  width: max-content;
  max-width: 100%;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-button__link {
    padding: min(4px, 0.2857142857vw) min(15px, 1.0714285714vw);
    border-radius: 4em;
  }
}

/*--------------------------------------*
 * layout
 *--------------------------------------*/
.l-header {
  width: 100%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.l-header__inner {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  padding-top: 1.2820512821vw;
  padding-bottom: 1.2820512821vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .l-header__inner {
    max-width: 1000px;
    padding-top: min(10px, 0.7142857143vw);
    padding-bottom: min(10px, 0.7142857143vw);
  }
}
.l-header__content {
  width: 100%;
}
@media (max-width: 767.98px) {
  .l-header__content {
    height: 100vh;
    padding: 25.641025641vw 7.6923076923vw 7.6923076923vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease-out;
  }
  .l-header__content.is-active {
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .l-header__content {
    width: max-content;
    display: flex;
    gap: min(60px, 4.2857142857vw);
  }
}
.l-header .c-button__link {
  background-color: #fff;
  color: #000;
}
@media (max-width: 767.98px) {
  .l-header__button {
    width: 7.6923076923vw;
    height: 3.8461538462vw;
    display: block;
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer;
    border-bottom: 0.2564102564vw solid #fff;
    transition: border 0.3s ease-out;
  }
  .l-header__button::before, .l-header__button::after {
    content: "";
    margin: auto;
    width: 100%;
    height: 0.2564102564vw;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    background-color: #fff;
    transition: transform 0.3s ease-out, top 0.3s ease-out;
  }
  .l-header__button::before {
    top: 0;
  }
  .l-header__button::after {
    top: 50%;
    transform-origin: center;
  }
  .l-header__button.is-open {
    border-bottom: none;
  }
  .l-header__button.is-open::before {
    top: 50%;
    transform: rotate(45deg);
  }
  .l-header__button.is-open::after {
    top: 50%;
    transform: rotate(-45deg);
  }
}
@media (min-width: 768px) {
  .l-header__button {
    visibility: hidden;
    display: none;
  }
}

.l-header-nav {
  display: flex;
}
@media (max-width: 767.98px) {
  .l-header-nav {
    margin: auto;
    width: 90%;
    flex-direction: column;
    gap: 5.1282051282vw;
  }
}
@media (min-width: 768px) {
  .l-header-nav {
    gap: min(30px, 2.1428571429vw);
  }
}
.l-header-nav__item {
  width: max-content;
  max-width: 100%;
  position: relative;
}
.l-header-nav__list {
  display: none;
}
@media (min-width: 768px) {
  .l-header-nav__list {
    width: max-content;
    padding: min(5px, 0.3571428571vw) min(10px, 0.7142857143vw) min(10px, 0.7142857143vw);
    position: absolute;
    top: calc(100% + min(10px, 0.7142857143vw));
    background-color: rgba(0, 0, 0, 0.7);
    overflow: hidden;
    transition: height 0.3s ease-out, opacity 0.3s ease-out, transform 0.3s ease-out;
  }
}

/*--------------------------------------*
 * project
 *--------------------------------------*/
.lp-main {
  background-color: #E5E5E5;
}

.lp-section__title {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  padding-bottom: 0;
  max-width: 100%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  font-size: 5.1282051282vw;
  letter-spacing: 0.05em;
  line-height: normal;
  border-bottom: 2px solid #333333;
}
@media (min-width: 768px) {
  .lp-section__title {
    padding-bottom: min(3px, 0.2142857143vw);
    font-size: min(47px, 3.3571428571vw);
  }
}

.lp-button__wrap {
  margin-top: 15.3846153846vw;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .lp-button__wrap {
    margin-top: min(107px, 7.6428571429vw);
  }
}
.lp-button__description {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #333333;
  text-align: center;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-button__description {
    font-size: min(21px, 1.5vw);
  }
}
.lp-button__link {
  margin-top: 2.5641025641vw;
  margin-left: auto;
  margin-right: auto;
  width: 84.6153846154vw;
  height: 15.8974358974vw;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 4.6153846154vw;
  line-height: 1.6666666667;
  gap: 3.3333333333vw;
  letter-spacing: 0.12em;
  background: linear-gradient(89deg, #09467F -9.43%, #1A6FA8 55.65%, #09467F 100%, #1A6FA8 155.65%, #09467F 200%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 0.3s ease-out;
  box-shadow: min(12.41px, 0.8864285714vw) min(12.41px, 0.8864285714vw) min(18.62px, 1.33vw) 0 rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .lp-button__link {
    margin-top: min(20px, 1.4285714286vw);
    width: min(640px, 45.7142857143vw);
    height: min(100px, 7.1428571429vw);
    gap: min(20px, 1.4285714286vw);
    font-size: min(24px, 1.7142857143vw);
    line-height: 2.025;
    box-shadow: min(20px, 1.4285714286vw) min(20px, 1.4285714286vw) min(30px, 2.1428571429vw) 0 rgba(0, 0, 0, 0.15);
  }
  .lp-button__link:hover {
    background-position: 100% 0%;
  }
}
.lp-button__link::after {
  content: "";
  width: 1.9717948718vw;
  height: 2.4897435897vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/icon_arrow.svg);
}
@media (min-width: 768px) {
  .lp-button__link::after {
    width: min(12.22px, 0.8728571429vw);
    height: min(15.44px, 1.1028571429vw);
  }
}

.lp-header {
  width: 100%;
  display: block;
  position: relative;
  background-color: #fff;
}
.lp-header__inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 3.0769230769vw 3.8461538462vw 2.9897435897vw 4.7743589744vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767.98px) {
  .lp-header__inner {
    height: 15.3846153846vw;
  }
}
@media (min-width: 768px) {
  .lp-header__inner {
    padding: min(16px, 1.1428571429vw) min(20px, 1.4285714286vw) min(16px, 1.1428571429vw) min(36px, 2.5714285714vw);
  }
}
.lp-header__title {
  margin-right: auto;
  width: 47.7897435897vw;
  display: block;
}
@media (min-width: 768px) {
  .lp-header__title {
    width: min(435px, 31.0714285714vw);
  }
}
@media (min-width: 768px) {
  .lp-header__box {
    width: max-content;
    display: flex;
    align-items: center;
    gap: min(43.84px, 3.1314285714vw);
  }
}
.lp-header__button {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.12em;
  background: linear-gradient(89deg, #09467F -9.43%, #1A6FA8 55.65%, #09467F 100%);
  background-size: 100% 100%;
  background-position: 0% 0%;
  transition: all 0.3s ease-out;
  background-size: 200% 100%;
}
@media (min-width: 768px) {
  .lp-header__button {
    width: min(260px, 18.5714285714vw);
    height: min(68px, 4.8571428571vw);
    font-size: min(24px, 1.7142857143vw);
    gap: min(10px, 0.7142857143vw);
  }
  .lp-header__button:hover {
    background-position: 200% 0%;
  }
}
.lp-header__button::before {
  content: "";
  display: block;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  mask-image: url(../images/icon_mail.svg);
  background-color: #fff;
}
@media (min-width: 768px) {
  .lp-header__button::before {
    width: min(29px, 2.0714285714vw);
    height: min(22.64px, 1.6171428571vw);
  }
}
.lp-header__list {
  margin-left: auto;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 3.3333333333vw;
}
@media (min-width: 768px) {
  .lp-header__list {
    display: none;
    visibility: hidden;
  }
}
.lp-header__item {
  width: max-content;
}
.lp-header__link {
  display: block;
  background-color: #0072AB;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}
.lp-header__link.is-tel {
  width: 6.7948717949vw;
  height: 6.8153846154vw;
  mask-image: url(../images/icon_tel.svg);
}
.lp-header__link.is-mail {
  width: 7.6923076923vw;
  height: 6.0051282051vw;
  mask-image: url(../images/icon_mail.svg);
}
.lp-header__link.is-line {
  width: 8.3051282051vw;
  height: 7.9487179487vw;
  mask-image: url(../images/icon_line.svg);
}

.lp-link {
  margin: auto;
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 3;
}
@media (max-width: 767.98px) {
  .lp-link {
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 768px) {
  .lp-link {
    width: max-content;
    height: max-content;
    flex-direction: column;
    gap: min(20px, 1.4285714286vw);
    top: 0;
    bottom: 0;
    right: min(0px, 0vw);
    opacity: 0;
    transition: all 0.3s ease-out;
  }
  .lp-link.is-active {
    right: min(20px, 1.4285714286vw);
    opacity: 1;
  }
}
.lp-link__item {
  width: 50%;
  height: 18.4615384615vw;
  display: block;
}
@media (min-width: 768px) {
  .lp-link__item {
    width: min(160px, 11.4285714286vw);
    height: min(150px, 10.7142857143vw);
  }
}
.lp-link__item a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .lp-link__item a {
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }
}
.lp-link__item.is-mail a {
  background: linear-gradient(89deg, #09467F -9.43%, #1A6FA8 55.65%, #09467F 200%);
  background-size: 200% 100%;
  background-position: 0% 0%;
}
@media (min-width: 768px) {
  .lp-link__item.is-mail a:hover {
    background-position: 100% 0%;
  }
  .lp-link__item.is-mail a img {
    width: min(106.33px, 7.595vw);
  }
}
.lp-link__item.is-line a {
  background: linear-gradient(90deg, rgba(126, 126, 126, 0.7) 8.01%, rgba(217, 217, 217, 0.7) 50%, rgba(126, 126, 126, 0.7) 100%, rgba(217, 217, 217, 0.7) 150%, rgba(126, 126, 126, 0.7) 200%), #06C755;
  background-blend-mode: multiply, normal;
  background-size: 200% 100%, 100% 100%;
  background-position: 0% 0%, 0% 0%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .lp-link__item.is-line a:hover {
    background-position: 100% 0%, 0% 0%;
  }
  .lp-link__item.is-line a img {
    width: min(124.41px, 8.8864285714vw);
  }
}

.lp-kv {
  width: 100%;
  height: 128vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left 50% bottom -0.2564102564vw;
  background-image: url(../images/kv_bg-sp.jpg);
  background-color: #333333;
}
@media (min-width: 768px) {
  .lp-kv {
    height: min(835px, 59.6428571429vw);
    z-index: 2;
    background-size: auto 100%;
    background-position: center top, calc(50% + -1 * min(1440px, 102.8571428571vw)) top, calc(50% + min(1440px, 102.8571428571vw)) top;
    background-image: url(../images/kv_bg1.jpg), url(../images/kv_bg2.jpg), url(../images/kv_bg3.jpg);
  }
}
@media (min-width: 768px) {
  .lp-kv::before {
    content: "";
    margin: auto;
    width: 100%;
    height: min(3000px, 214.2857142857vw);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center top;
    pointer-events: none;
    background-size: min(5106px, 364.7142857143vw);
    background-image: url(../images/kv_fade.svg);
  }
}
.lp-kv__title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15.3846153846vw;
  width: max-content;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #0072AB;
  line-height: 1.5427613192;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2.4512820513vw;
  font-size: 4.9743589744vw;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .lp-kv__title {
    margin-bottom: min(73px, 5.2142857143vw);
    width: min(1180px, 84.2857142857vw);
    gap: min(27.22px, 1.9442857143vw);
    font-size: min(53.67px, 3.8335714286vw);
  }
}
.lp-kv__title span {
  padding-left: 3.8461538462vw;
  padding-right: 1.2820512821vw;
  position: relative;
  z-index: 1;
  display: block;
}
@media (min-width: 768px) {
  .lp-kv__title span {
    padding-left: min(37px, 2.6428571429vw);
    padding-right: min(17px, 1.2142857143vw);
  }
}
.lp-kv__title span:nth-child(1) {
  translate: -4.358974359vw;
}
@media (min-width: 768px) {
  .lp-kv__title span:nth-child(1) {
    translate: max(-135px, -9.6428571429vw);
  }
}
.lp-kv__title span:nth-child(2) {
  margin-left: auto;
  translate: 1.2820512821vw;
}
@media (min-width: 768px) {
  .lp-kv__title span:nth-child(2) {
    translate: max(-20px, -1.4285714286vw);
  }
}
.lp-kv__title span::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #fff;
  transform: skewX(-45deg);
}

.lp-wrap {
  width: 100%;
  position: relative;
}
@media (max-width: 767.98px) {
  .lp-wrap.is-wrap1 {
    top: -0.2564102564vw;
    padding-top: 12.8205128205vw;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
    background-image: url(../images/section_fade1-sp.svg);
  }
}
@media (min-width: 768px) {
  .lp-wrap.is-wrap1::before {
    content: "";
    margin: auto;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: min(3446px, 246.1428571429vw);
    background-image: url(../images/section_fade1.svg);
  }
}

.lp-fade {
  width: 100%;
  height: 0px;
  position: relative;
  z-index: 0;
}
.lp-fade::before {
  content: "";
  margin: auto;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  background-repeat: no-repeat;
}
.lp-fade.is-blue1 {
  background-color: #333333;
}
.lp-fade.is-blue1::before {
  height: 578.2051282051vw;
  top: 471.7948717949vw;
  background-position: center top;
  background-size: 100%;
  background-image: url(../images/fade_blue1-sp.svg);
}
@media (min-width: 768px) {
  .lp-fade.is-blue1::before {
    height: min(5254.81px, 375.3435714286vw);
    top: min(660px, 47.1428571429vw);
    background-size: min(3411px, 243.6428571429vw);
    background-image: url(../images/fade_blue1.svg);
  }
}
.lp-fade.is-blue2 {
  background-color: #333333;
}
.lp-fade.is-blue2::before {
  height: 336.4102564103vw;
  bottom: -0.2564102564vw;
  background-position: left 50% bottom -0.2564102564vw;
  background-size: 100%;
  background-image: url(../images/fade_blue2-sp.svg);
}
@media (min-width: 768px) {
  .lp-fade.is-blue2::before {
    height: min(1793px, 128.0714285714vw);
    bottom: 0;
    background-position: center bottom;
    background-size: min(3920px, 280vw);
    background-image: url(../images/fade_blue2.svg);
  }
}

.lp-about {
  width: 100%;
  position: relative;
}
.lp-about__inner {
  margin-left: auto;
  margin-right: auto;
  width: 84.6153846154vw;
  display: flex;
  flex-direction: column;
  gap: 7.9487179487vw;
  color: #fff;
  position: relative;
}
@media (min-width: 768px) {
  .lp-about__inner {
    padding-top: min(130px, 9.2857142857vw);
    width: min(1034px, 73.8571428571vw);
    flex-direction: row;
    gap: min(66px, 4.7142857143vw);
  }
}
.lp-about__inner::before {
  content: "";
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../images/icon_logo.svg);
  background-color: rgba(0, 114, 171, 0.3);
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .lp-about__inner::before {
    width: min(898.83px, 64.2021428571vw);
    height: min(846.25px, 60.4464285714vw);
    translate: max(-350px, -25vw);
  }
}
.lp-about__inner > * {
  position: relative;
  z-index: 2;
}
.lp-about__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8;
  font-size: 4.6153846154vw;
}
@media (min-width: 768px) {
  .lp-about__title {
    width: max-content;
    font-size: min(30px, 2.1428571429vw);
    line-height: 2;
  }
}
.lp-about__description {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  line-height: 2;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-about__description {
    flex: 1;
    font-size: min(18px, 1.2857142857vw);
  }
}

.lp-wants {
  margin-top: 16.9230769231vw;
  margin-left: auto;
  margin-right: auto;
  width: 89.7435897436vw;
  padding-bottom: 7.6923076923vw;
  position: relative;
}
@media (min-width: 768px) {
  .lp-wants {
    margin-top: min(130px, 9.2857142857vw);
    width: min(1180px, 84.2857142857vw);
    padding: min(82px, 5.8571428571vw) min(50px, 3.5714285714vw) min(90px, 6.4285714286vw);
  }
}
.lp-wants::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: overlay;
}
@media (min-width: 768px) {
  .lp-wants::before {
    inset: 0;
  }
}
.lp-wants__title_box {
  position: relative;
  z-index: 1;
  filter: blur(5px);
  opacity: 0;
  transition: all 0.6s ease-out 0.1s;
}
@media (max-width: 767.98px) {
  .lp-wants__title_box {
    padding-top: 7.3076923077vw;
    padding-left: 5.9512820513vw;
  }
}
.lp-wants__title_box.is-active {
  filter: blur(0);
  opacity: 1;
}
.lp-wants__title_english {
  width: 57.6384615385vw;
}
@media (min-width: 768px) {
  .lp-wants__title_english {
    width: min(476.83px, 34.0592857143vw);
  }
}
.is-active .lp-wants__title_english {
  filter: blur(0);
  opacity: 1;
}
.lp-wants__title {
  margin-top: 4.6358974359vw;
  width: max-content;
  max-width: 100%;
  padding-left: 3.5897435897vw;
  padding-right: 3.5897435897vw;
  position: relative;
  z-index: 1;
  font-size: 3.7179487179vw;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.03em;
  line-height: 1.5172413793;
}
@media (max-width: 767.98px) {
  .lp-wants__title {
    margin-left: 0.8974358974vw;
  }
}
@media (min-width: 768px) {
  .lp-wants__title {
    margin-top: min(30px, 2.1428571429vw);
    padding-left: min(29px, 2.0714285714vw);
    padding-right: min(17px, 1.2142857143vw);
    font-size: min(32px, 2.2857142857vw);
    line-height: 1.8;
    translate: min(27px, 1.9285714286vw);
  }
}
.lp-wants__title::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #fff;
  transform: skewX(-45deg);
}
.lp-wants__list {
  margin-left: auto;
  margin-right: auto;
  width: 69.2307692308vw;
  display: flex;
  flex-direction: column;
  gap: 3.5897435897vw;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .lp-wants__list {
    margin-top: 9.7435897436vw;
  }
}
@media (min-width: 768px) {
  .lp-wants__list {
    margin-top: min(42px, 3vw);
    width: 100%;
    flex-direction: row;
    gap: min(27px, 1.9285714286vw);
  }
}
.lp-wants__item {
  width: 100%;
  padding: 4.6153846154vw 3.8461538462vw 4.1025641026vw;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  align-items: center;
  gap: 3.8461538462vw;
}
@media (min-width: 768px) {
  .lp-wants__item {
    width: min(342px, 24.4285714286vw);
    padding: min(18px, 1.2857142857vw) min(20px, 1.4285714286vw) min(40px, 2.8571428571vw);
    gap: min(36px, 2.5714285714vw);
    translate: 0 min(50px, 3.5714285714vw);
    opacity: 0;
    transition: all 0.5s ease-in-out;
  }
  .is-active .lp-wants__item {
    translate: 0 0;
    opacity: 1;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .lp-wants__item.is-item1 {
    transition-delay: 0.1s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .lp-wants__item.is-item2 {
    transition-delay: 0.2s;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .lp-wants__item.is-item3 {
    transition-delay: 0.3s;
  }
}
.lp-wants__item_description {
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-wants__item_description {
    font-size: min(21px, 1.5vw);
    line-height: 2;
  }
  .is-item1 .lp-wants__item_description {
    width: min(235px, 16.7857142857vw);
  }
  .is-item2 .lp-wants__item_description {
    width: min(220px, 15.7142857143vw);
  }
  .is-item3 .lp-wants__item_description {
    width: min(240px, 17.1428571429vw);
  }
}
.lp-wants__summary_box {
  margin-top: 11.5vw;
  margin-left: auto;
  width: max-content;
  max-width: 100%;
  position: relative;
  z-index: 1;
  filter: blur(5px);
  opacity: 0;
  transition: all 0.6s ease-out 0.3s;
}
@media (max-width: 767.98px) {
  .lp-wants__summary_box {
    padding-right: 4.4897435897vw;
  }
}
@media (min-width: 768px) {
  .lp-wants__summary_box {
    margin-top: min(47.3px, 3.3785714286vw);
  }
  .lp-wants__summary_box > * {
    margin-left: auto;
  }
}
.lp-wants__summary_box.is-active {
  filter: blur(0);
  opacity: 1;
}
.lp-wants__summary_english {
  margin-left: auto;
  width: 74.7205128205vw;
}
@media (min-width: 768px) {
  .lp-wants__summary_english {
    width: min(720px, 51.4285714286vw);
  }
}
.lp-wants__summary_title {
  margin-top: 2.5307692308vw;
  width: max-content;
  max-width: 100%;
  padding-left: 3.0769230769vw;
  padding-right: 5.641025641vw;
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  font-size: 4.1025641026vw;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .lp-wants__summary_title {
    margin-left: auto;
    padding-top: 1.7948717949vw;
    padding-bottom: 1.7948717949vw;
    translate: -1.5384615385vw;
  }
}
@media (min-width: 768px) {
  .lp-wants__summary_title {
    margin-top: min(27px, 1.9285714286vw);
    padding-left: min(35px, 2.5vw);
    padding-right: min(17px, 1.2142857143vw);
    font-size: min(32px, 2.2857142857vw);
    line-height: 1.8;
    translate: max(-25px, -1.7857142857vw);
  }
}
.lp-wants__summary_title::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #0072AB;
  transform: skewX(-45deg);
}
@media (max-width: 767.98px) {
  .lp-wants__summary_title::before {
    translate: -2.5641025641vw;
  }
}

.lp-strength {
  margin-top: 14.1025641026vw;
  margin-left: auto;
  margin-right: auto;
  width: 84.6153846154vw;
  position: relative;
}
@media (min-width: 768px) {
  .lp-strength {
    margin-top: min(110px, 7.8571428571vw);
    width: min(1080px, 77.1428571429vw);
  }
}
.lp-strength__list {
  margin-top: 10.8333333333vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12.8205128205vw;
}
@media (min-width: 768px) {
  .lp-strength__list {
    margin-top: min(85px, 6.0714285714vw);
    gap: min(100px, 7.1428571429vw);
  }
}
.lp-strength__item {
  width: 100%;
  padding: 8.9743589744vw 5.1282051282vw 5.1282051282vw;
  display: flex;
  flex-direction: column;
  gap: 6.4102564103vw;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  opacity: 0;
  translate: 0 5.1282051282vw;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 768px) {
  .lp-strength__item {
    padding: min(46px, 3.2857142857vw);
    flex-direction: row;
    gap: min(100.62px, 7.1871428571vw);
    translate: 0 min(50px, 3.5714285714vw);
  }
}
.lp-strength__item.is-active {
  opacity: 1;
  translate: 0 0;
}
.lp-strength__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 3.8923076923vw;
  top: -6.2461538462vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 768px) {
  .lp-strength__item::before {
    left: max(-25.9px, -1.85vw);
    top: max(-70.06px, -5.0042857143vw);
  }
}
.lp-strength__item.is-item1::before {
  width: 13.6717948718vw;
  height: 10.7076923077vw;
  background-image: url(../images/strength_num1.svg);
}
@media (min-width: 768px) {
  .lp-strength__item.is-item1::before {
    width: min(122.21px, 8.7292857143vw);
    height: min(100.22px, 7.1585714286vw);
  }
}
.lp-strength__item.is-item2::before {
  width: 14.6256410256vw;
  height: 10.4615384615vw;
  background-image: url(../images/strength_num2.svg);
}
@media (min-width: 768px) {
  .lp-strength__item.is-item2::before {
    width: min(136.9px, 9.7785714286vw);
    height: min(97.92px, 6.9942857143vw);
  }
}
.lp-strength__item.is-item3::before {
  width: 14.4256410256vw;
  height: 10.4615384615vw;
  background-image: url(../images/strength_num3.svg);
}
@media (min-width: 768px) {
  .lp-strength__item.is-item3::before {
    width: min(135.02px, 9.6442857143vw);
    height: min(97.92px, 6.9942857143vw);
  }
}
@media (min-width: 768px) {
  .lp-strength__box {
    flex: 1;
  }
}
.lp-strength__title {
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  color: #0072AB;
  line-height: 1.6;
  font-size: 4.358974359vw;
}
@media (min-width: 768px) {
  .lp-strength__title {
    font-size: min(26px, 1.8571428571vw);
  }
}
@media (max-width: 767.98px) {
  .is-item3 .lp-strength__title {
    letter-spacing: -0.02em;
  }
}
.lp-strength__description {
  margin-top: 2.8205128205vw;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #333333;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-strength__description {
    margin-top: min(20px, 1.4285714286vw);
    font-size: min(16px, 1.1428571429vw);
  }
}
.lp-strength__tag_list {
  margin-top: 3.0769230769vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.4102564103vw;
}
@media (min-width: 768px) {
  .lp-strength__tag_list {
    margin-top: min(30px, 2.1428571429vw);
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(8px, 0.5714285714vw);
    translate: min(13px, 0.9285714286vw);
  }
}
.lp-strength__tag {
  padding-left: 2.6923076923vw;
  padding-right: 2.6923076923vw;
  width: max-content;
  max-width: 100%;
  color: #fff;
  font-weight: 2.0666666667;
  position: relative;
  z-index: 1;
  font-size: 3.3333333333vw;
}
@media (min-width: 768px) {
  .lp-strength__tag {
    padding-left: min(14px, 1vw);
    padding-right: min(14px, 1vw);
    font-size: min(15px, 1.0714285714vw);
  }
}
.lp-strength__tag::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #0072AB;
  transform: skewX(-45deg);
}
@media (min-width: 768px) {
  .lp-strength__img {
    width: min(420px, 30vw);
  }
}

.lp-example {
  margin-top: 13.5897435897vw;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  position: relative;
}
@media (min-width: 768px) {
  .lp-example {
    margin-top: min(115px, 8.2142857143vw);
  }
}
.lp-example__inner {
  margin-top: 10.2564102564vw;
  margin-left: auto;
  margin-right: auto;
  width: 84.6153846154vw;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .lp-example__inner {
    margin-top: min(84px, 6vw);
    width: min(1080px, 77.1428571429vw);
    gap: min(40px, 2.8571428571vw) min(38px, 2.7142857143vw);
  }
}
.lp-example__box {
  width: 100%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  overflow: hidden;
}
@media (min-width: 768px) {
  .lp-example__box.is-box1 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .lp-example__box.is-box2 {
    width: min(520px, 37.1428571429vw);
  }
}
@media (min-width: 768px) {
  .lp-example__box.is-box3 {
    width: min(520px, 37.1428571429vw);
  }
}
.lp-example__title {
  padding: 0.8820512821vw 11.7948717949vw 0.9128205128vw;
  top: 2.8205128205vw;
  left: -8.4615384615vw;
  position: absolute;
  z-index: 1;
  line-height: 1.6;
  font-weight: 600;
  color: #333;
}
@media (max-width: 767.98px) {
  .lp-example__title {
    font-size: 3.7179487179vw;
  }
}
@media (min-width: 768px) {
  .lp-example__title {
    padding: min(4.5px, 0.3214285714vw) min(26px, 1.8571428571vw) min(5.5px, 0.3928571429vw) min(60.76px, 4.34vw);
    top: min(12.5px, 0.8928571429vw);
    left: max(-45px, -3.2142857143vw);
  }
}
@media (min-width: 768px) {
  .is-box1 .lp-example__title {
    top: min(26px, 1.8571428571vw);
    padding: min(7px, 0.5vw) min(44px, 3.1428571429vw) min(3px, 0.2142857143vw) min(84px, 6vw);
    font-size: min(26px, 1.8571428571vw);
  }
}
.lp-example__title::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
  transform: skewX(-45deg);
}
.lp-example__column {
  width: 100%;
}
@media (min-width: 768px) {
  .lp-example__column {
    display: flex;
  }
}
@media (min-width: 768px) {
  .is-box1 .lp-example__slider {
    width: min(640px, 45.7142857143vw);
  }
}
.lp-example__description {
  width: 100%;
  padding: 6.4102564103vw 5.1282051282vw;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #333333;
}
@media (max-width: 767.98px) {
  .lp-example__description {
    gap: 7.1794871795vw;
  }
}
@media (min-width: 768px) {
  .lp-example__description {
    width: min(440px, 31.4285714286vw);
    padding: min(45px, 3.2142857143vw) min(33px, 2.3571428571vw) min(45px, 3.2142857143vw) min(35px, 2.5vw);
  }
}
.lp-example__description p {
  line-height: 2;
  letter-spacing: 0.01em;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-example__description p {
    line-height: 1.8;
    font-size: min(16px, 1.1428571429vw);
  }
}
.lp-example__description p:nth-child(1) {
  font-weight: 600;
}
.lp-example__caption {
  margin-top: 2.5641025641vw;
  width: 100%;
  text-align: right;
  line-height: 1;
  font-weight: 600;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-example__caption {
    margin-top: min(5px, 0.3571428571vw);
    font-size: min(14px, 1vw);
  }
}
.lp-example .splide__pagination {
  display: flex;
  gap: 2.0512820513vw;
  bottom: 4.7435897436vw;
}
@media (min-width: 768px) {
  .lp-example .splide__pagination {
    width: max-content;
    gap: min(10px, 0.7142857143vw);
    left: min(19px, 1.3571428571vw);
    bottom: min(16.5px, 1.1785714286vw);
  }
}
.lp-example .splide__pagination__page {
  margin: 0;
  width: 10.2564102564vw;
  height: 0.8205128205vw;
  border-radius: 0;
  opacity: 1;
  transform: scale(1);
  background-color: #fff;
}
@media (min-width: 768px) {
  .lp-example .splide__pagination__page {
    width: min(50px, 3.5714285714vw);
    height: min(4px, 0.2857142857vw);
  }
}
.lp-example .splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #000;
}

.lp-select {
  margin-top: 16.4102564103vw;
  width: 100%;
  padding-top: 13.5897435897vw;
  padding-bottom: 13.3333333333vw;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/select_bg.jpg);
}
@media (min-width: 768px) {
  .lp-select {
    margin-top: min(115px, 8.2142857143vw);
    padding-top: min(82px, 5.8571428571vw);
    padding-bottom: min(107px, 7.6428571429vw);
  }
}
.lp-select__inner {
  margin-left: auto;
  margin-right: auto;
  width: 84.6153846154vw;
  padding-top: 9.7435897436vw;
  padding-bottom: 9.7435897436vw;
  position: relative;
  text-align: center;
  border: 1px solid #fff;
}
@media (min-width: 768px) {
  .lp-select__inner {
    width: min(854px, 61vw);
    padding-top: min(52px, 3.7142857143vw);
    padding-bottom: min(52px, 3.7142857143vw);
  }
}
.lp-select__title {
  letter-spacing: 0.06em;
  font-weight: 600;
  line-height: 1;
  font-size: 4.6153846154vw;
}
@media (min-width: 768px) {
  .lp-select__title {
    font-size: min(32px, 2.2857142857vw);
  }
}
.lp-select__description {
  margin-top: 6.6666666667vw;
  line-height: 2;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-select__description {
    margin-top: min(32px, 2.2857142857vw);
    font-size: min(19px, 1.3571428571vw);
  }
}

.lp-flow {
  position: relative;
  z-index: 1;
}
.lp-flow__inner {
  margin-top: 15.7692307692vw;
  margin-left: auto;
  margin-right: auto;
  width: 89.7435897436vw;
  padding: 7.6923076923vw 2.5641025641vw;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(10px);
}
@media (min-width: 768px) {
  .lp-flow__inner {
    margin-top: min(120px, 8.5714285714vw);
    width: min(1180px, 84.2857142857vw);
    padding: min(70px, 5vw) min(50px, 3.5714285714vw);
  }
}
.lp-flow__title {
  margin-top: 6.6025641026vw;
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  color: #0072AB;
  font-weight: 600;
  font-size: 4.1025641026vw;
}
@media (min-width: 768px) {
  .lp-flow__title {
    margin-top: min(60px, 4.2857142857vw);
    width: 100%;
    font-size: min(34px, 2.4285714286vw);
    text-align: center;
  }
}
.lp-flow__list {
  margin-top: 4.6153846154vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .lp-flow__list {
    margin-top: min(35px, 2.5vw);
    gap: min(20px, 1.4285714286vw);
  }
}
.lp-flow__item {
  width: 100%;
  display: flex;
  position: relative;
  border: 1px solid #0072AB;
  opacity: 0;
  translate: 0 5.1282051282vw;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 767.98px) {
  .lp-flow__item {
    padding: 6.4102564103vw 5.3846153846vw 4.358974359vw;
    flex-wrap: wrap;
    gap: 3.5897435897vw 5.3846153846vw;
  }
}
@media (min-width: 768px) {
  .lp-flow__item {
    align-items: center;
    padding-right: min(35px, 2.5vw);
    padding-left: min(33px, 2.3571428571vw);
    gap: min(40px, 2.8571428571vw);
  }
}
.lp-flow__item.is-active {
  opacity: 1;
  translate: 0 0;
}
.lp-flow__item.is-active::after {
  opacity: 1;
}
.lp-flow__item::before {
  content: "";
  width: 8.3179487179vw;
  height: 12.0512820513vw;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 768px) {
  .lp-flow__item::before {
    width: min(72px, 5.1428571429vw);
    height: min(155px, 11.0714285714vw);
  }
}
:where(.lp-flow__item) + .lp-flow__item::after {
  content: "";
  margin: auto;
  width: 9.2307692308vw;
  height: 5.641025641vw;
  display: block;
  position: absolute;
  top: -3.5384615385vw;
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/flow_arrow.svg);
  transition: all 0.5s ease-in-out 0.4s;
  opacity: 0;
}
@media (min-width: 768px) {
  :where(.lp-flow__item) + .lp-flow__item::after {
    width: min(68px, 4.8571428571vw);
    height: min(40px, 2.8571428571vw);
    top: max(-24px, -1.7142857143vw);
  }
}
.lp-flow__item.is-item1::before {
  background-image: url(../images/flow_num1.svg);
  background-size: 3.9564102564vw;
}
@media (min-width: 768px) {
  .lp-flow__item.is-item1::before {
    background-size: min(30.08px, 2.1485714286vw);
  }
}
.lp-flow__item.is-item2::before {
  background-image: url(../images/flow_num2.svg);
  background-size: 7.7666666667vw;
}
@media (min-width: 768px) {
  .lp-flow__item.is-item2::before {
    background-size: min(60.24px, 4.3028571429vw);
  }
}
.lp-flow__item.is-item3::before {
  background-image: url(../images/flow_num3.svg);
  background-size: 7.7641025641vw;
}
@media (min-width: 768px) {
  .lp-flow__item.is-item3::before {
    background-size: min(59.01px, 4.215vw);
  }
}
.lp-flow__item.is-item4::before {
  background-image: url(../images/flow_num4.svg);
  background-size: 8.1vw;
}
@media (min-width: 768px) {
  .lp-flow__item.is-item4::before {
    background-size: min(61.57px, 4.3978571429vw);
  }
}
.lp-flow__item.is-item5::before {
  background-image: url(../images/flow_num5.svg);
  background-size: 8.3179487179vw;
}
@media (min-width: 768px) {
  .lp-flow__item.is-item5::before {
    background-size: min(63.23px, 4.5164285714vw);
  }
}
.lp-flow__item_title {
  color: #0072AB;
  font-weight: 600;
  line-height: 1.6;
  font-size: 3.5897435897vw;
}
@media (min-width: 768px) {
  .lp-flow__item_title {
    width: min(360px, 25.7142857143vw);
    font-size: min(22px, 1.5714285714vw);
  }
}
.lp-flow__item_description {
  width: 100%;
  line-height: 1.6;
  font-weight: 500;
  color: #333333;
  font-size: 3.3333333333vw;
}
@media (min-width: 768px) {
  .lp-flow__item_description {
    width: min(510px, 36.4285714286vw);
    font-size: min(21px, 1.5vw);
  }
}
@media (min-width: 768px) {
  .lp-flow .lp-button__wrap {
    margin-top: min(92px, 6.5714285714vw);
  }
}

.lp-question {
  margin-top: 15.3846153846vw;
  padding-bottom: 22vw;
  position: relative;
  z-index: 1;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (min-width: 768px) {
  .lp-question {
    margin-top: min(120px, 8.5714285714vw);
    padding-bottom: min(102px, 7.2857142857vw);
  }
}
.lp-question__title {
  margin-top: 8.0666666667vw;
  margin-left: auto;
  margin-right: auto;
  width: 70.8692307692vw;
}
@media (min-width: 768px) {
  .lp-question__title {
    margin-top: min(63px, 4.5vw);
    width: min(663.34px, 47.3814285714vw);
  }
}
.lp-question__list {
  margin-top: 2.5641025641vw;
  margin-left: auto;
  margin-right: auto;
  width: 84.6153846154vw;
  display: flex;
  flex-direction: column;
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .lp-question__list {
    margin-top: min(32px, 2.2857142857vw);
    width: min(1180px, 84.2857142857vw);
    flex-direction: row;
    gap: min(27.5px, 1.9642857143vw);
  }
}
.lp-question__item {
  width: 100%;
  padding: 3.8461538462vw 5.1282051282vw;
  display: flex;
  flex-direction: column;
  gap: 19.2307692308vw;
  background-color: #fff;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .lp-question__item {
    width: min(375px, 26.7857142857vw);
    padding: min(37px, 2.6428571429vw) min(33px, 2.3571428571vw) min(31px, 2.2142857143vw);
    gap: min(192px, 13.7142857143vw);
  }
}
.lp-question__item.is-item1 {
  background-image: url(../images/question_icon1.svg);
  background-position: center 13.0769230769vw;
  background-size: 7.1794871795vw;
}
@media (min-width: 768px) {
  .lp-question__item.is-item1 {
    background-position: center min(132.54px, 9.4671428571vw);
    background-size: min(70.56px, 5.04vw);
  }
}
.lp-question__item.is-item2 {
  background-image: url(../images/question_icon2.svg);
  background-position: center 13.0769230769vw;
  background-size: 10.2564102564vw;
}
@media (min-width: 768px) {
  .lp-question__item.is-item2 {
    background-position: center min(131px, 9.3571428571vw);
    background-size: min(100px, 7.1428571429vw);
  }
}
.lp-question__item.is-item3 {
  background-image: url(../images/question_icon3.svg);
  background-position: center 13.0769230769vw;
  background-size: 5.0512820513vw;
}
@media (min-width: 768px) {
  .lp-question__item.is-item3 {
    background-position: center min(131.03px, 9.3592857143vw);
    background-size: min(49.64px, 3.5457142857vw);
  }
}
.lp-question__item_title {
  width: 100%;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.02em;
  font-size: 3.8461538462vw;
  line-height: 1.3333333333;
}
@media (min-width: 768px) {
  .lp-question__item_title {
    font-size: min(29px, 2.0714285714vw);
    line-height: 1.3793103448;
  }
}
.lp-question__item_description {
  width: 100%;
  font-size: 3.3333333333vw;
  line-height: 1.8;
}
@media (min-width: 768px) {
  .lp-question__item_description {
    font-size: min(16px, 1.1428571429vw);
    line-height: 2.1875;
  }
  .is-item1 .lp-question__item_description {
    line-height: 2;
  }
}

@media (max-width: 767.98px) {
  .lp-contact {
    display: none;
  }
}
@media (min-width: 768px) {
  .lp-contact {
    width: 100%;
    height: min(155px, 11.0714285714vw);
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.lp-contact__item {
  width: 33.3333333333%;
  height: 100%;
}
.lp-contact__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp-contact__item.is-tel a {
  background: linear-gradient(90deg, #333 -4.9%, #B2B2B2 80%, #333 100%, #B2B2B2 110%, #333 201%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .lp-contact__item.is-tel a:hover {
    background-position: 99% 0%;
  }
}
.lp-contact__item.is-tel img {
  width: min(347.37px, 24.8121428571vw);
}
.lp-contact__item.is-form a {
  background: linear-gradient(89deg, #09467F -9.43%, #1A6FA8 55.65%, #09467F 100%, #1A6FA8 155.65%, #09467F 200%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .lp-contact__item.is-form a:hover {
    background-position: 100% 0%;
  }
}
.lp-contact__item.is-form img {
  width: min(288.19px, 20.585vw);
}
.lp-contact__item.is-line a {
  background: linear-gradient(90deg, rgba(126, 126, 126, 0.7) 8.01%, rgba(217, 217, 217, 0.7) 50%, rgba(126, 126, 126, 0.7) 100%, rgba(217, 217, 217, 0.7) 150%, rgba(126, 126, 126, 0.7) 200%), #06C755;
  background-blend-mode: multiply, normal;
  background-size: 200% 100%, 100% 100%;
  background-position: 0% 0%, 0% 0%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .lp-contact__item.is-line a:hover {
    background-position: 100% 0%, 0% 0%;
  }
}
.lp-contact__item.is-line img {
  width: min(296.75px, 21.1964285714vw);
}

.lp-summary {
  padding-top: 12.3076923077vw;
  padding-bottom: 10.3846153846vw;
  overflow: hidden;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  position: relative;
  background-color: #333333;
}
@media (min-width: 768px) {
  .lp-summary {
    padding-top: min(163px, 11.6428571429vw);
    padding-bottom: min(50px, 3.5714285714vw);
  }
}
.lp-summary::before {
  content: "";
  margin: auto;
  width: 100%;
  height: 39.7435897436vw;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
  background-position: center bottom;
  background-size: 100%;
  background-image: url(../images/fade_blue3-sp.svg);
}
@media (min-width: 768px) {
  .lp-summary::before {
    height: min(3000px, 214.2857142857vw);
    background-size: min(6530px, 466.4285714286vw);
    background-image: url(../images/fade_blue3.svg);
  }
}
.lp-summary::after {
  content: "";
  margin: auto;
  width: 104.8717948718vw;
  height: 98.7179487179vw;
  display: block;
  position: absolute;
  top: -8.2051282051vw;
  right: 4.8717948718vw;
  mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-image: url(../images/icon_logo.svg);
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}
@media (min-width: 768px) {
  .lp-summary::after {
    width: min(828px, 59.1428571429vw);
    height: min(779px, 55.6428571429vw);
    left: 0;
    right: 0;
    top: 0;
    translate: max(-325px, -23.2142857143vw);
  }
}
.lp-summary__inner {
  margin-left: auto;
  margin-right: auto;
  width: 84.6153846154vw;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 8.2051282051vw;
}
@media (min-width: 768px) {
  .lp-summary__inner {
    width: min(1180px, 84.2857142857vw);
    flex-direction: row;
    gap: min(21px, 1.5vw);
  }
}
.lp-summary__box {
  width: 100%;
}
@media (min-width: 768px) {
  .lp-summary__box.is-box1 {
    width: min(592px, 42.2857142857vw);
  }
  .lp-summary__box.is-box2 {
    width: min(564px, 40.2857142857vw);
  }
}
.lp-summary__title {
  font-weight: 600;
  letter-spacing: -0.03em;
  font-size: 4.8128205128vw;
  line-height: 2.2589238146;
}
@media (min-width: 768px) {
  .lp-summary__title {
    font-size: min(35px, 2.5vw);
    line-height: 2.2571428571;
  }
}
.lp-summary__description {
  margin-top: 5.641025641vw;
  line-height: 2;
  font-size: 3.3333333333vw;
}
@media (min-width: 768px) {
  .lp-summary__description {
    margin-top: min(29px, 2.0714285714vw);
    font-size: min(21px, 1.5vw);
  }
}
.lp-summary__logo {
  margin-top: 10.5128205128vw;
  margin-left: auto;
  margin-right: auto;
  width: 85.1435897436vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .lp-summary__logo {
    margin-top: min(54px, 3.8571428571vw);
    width: min(711px, 50.7857142857vw);
  }
}
.lp-summary__logo_caption {
  margin-left: auto;
  margin-right: auto;
  width: max-content;
  letter-spacing: 0.03em;
  font-size: 3.0769230769vw;
}
@media (min-width: 768px) {
  .lp-summary__logo_caption {
    margin-top: max(-10px, -0.7142857143vw);
    font-size: min(24px, 1.7142857143vw);
  }
}
.lp-summary__button {
  margin-top: 2.5641025641vw;
  margin-left: auto;
  width: 56.358974359vw;
  height: 8.6153846154vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5.1282051282vw;
  font-size: 3.0769230769vw;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.12em;
  background: linear-gradient(45deg, rgb(153, 171, 179) 0%, rgb(234, 240, 243) 25%, rgb(197, 214, 222) 50%, rgb(153, 171, 179) 100%, rgb(234, 240, 243) 125%, rgb(197, 214, 222) 150%, rgb(153, 171, 179) 200%);
  background-size: 200% 100%;
  background-position: 0% 0%;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .lp-summary__button {
    margin-top: min(20px, 1.4285714286vw);
    width: min(314px, 22.4285714286vw);
    height: min(48px, 3.4285714286vw);
    gap: min(20px, 1.4285714286vw);
    font-size: min(17px, 1.2142857143vw);
    line-height: 2.025;
    box-shadow: min(20px, 1.4285714286vw) min(20px, 1.4285714286vw) min(30px, 2.1428571429vw) 0 rgba(0, 0, 0, 0.15);
  }
  .lp-summary__button:hover {
    background-position: 100% 0%;
  }
}
.lp-summary__button::after {
  content: "";
  width: 2.6358974359vw;
  height: 2.4897435897vw;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/summary_arrow.svg);
}
@media (min-width: 768px) {
  .lp-summary__button::after {
    width: min(13.87px, 0.9907142857vw);
    height: min(14.69px, 1.0492857143vw);
  }
}
@media (max-width: 767.98px) {
  .lp-summary__tel {
    margin-top: 7.1794871795vw;
    margin-left: auto;
    margin-right: auto;
    width: 42.3076923077vw;
    height: 4.7435897436vw;
    display: block;
    background-color: #fff;
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    mask-image: url(../images/tel.svg);
  }
}

.lp-footer {
  width: 100%;
  color: #fff;
  font-size: 2.5641025641vw;
  background-color: #000;
}
@media (max-width: 767.98px) {
  .lp-footer {
    margin-bottom: 18.4615384615vw;
  }
}
@media (min-width: 768px) {
  .lp-footer {
    font-size: min(16px, 1.1428571429vw);
  }
}
.lp-footer__inner {
  margin-left: auto;
  margin-right: auto;
  width: 89.7435897436vw;
  height: 7.6923076923vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 768px) {
  .lp-footer__inner {
    width: min(1180px, 84.2857142857vw);
    height: min(50px, 3.5714285714vw);
  }
}
.lp-footer__inner a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .lp-footer__inner a:hover {
    opacity: 0.6;
  }
}

/*--------------------------------------*
 * helper
 *--------------------------------------*/
.has-black-background-color {
  background-color: #000;
}

.has-black-color {
  color: #000;
}

.has-red-background-color {
  background-color: #FF0404;
}

.has-red-color {
  color: #FF0404;
}

.has-green-background-color {
  background-color: #287547;
}

.has-green-color {
  color: #287547;
}

.has-light-green-background-color {
  background-color: #35A662;
}

.has-light-green-color {
  color: #35A662;
}

.has-white-background-color {
  background-color: #FFF;
}

.has-white-color {
  color: #FFF;
}

.grid {
  display: grid;
  gap: 7.6923076923vw;
}
@media (min-width: 768px) {
  .grid {
    gap: 30px;
  }
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

@media (min-width: 768px) {
  .pc-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .pc-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sp-grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .sp-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.gap-0 {
  gap: 0vw;
}
@media (min-width: 768px) {
  .gap-0 {
    gap: 0px;
  }
}

@media (min-width: 768px) {
  .pc-gap-0 {
    gap: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-0 {
    gap: 0vw !important;
  }
}

.gap-x-0x {
  column-gap: 0vw;
}
@media (min-width: 768px) {
  .gap-x-0x {
    column-gap: 0px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-0 {
    column-gap: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-0 {
    column-gap: 0vw !important;
  }
}

.gap-10 {
  gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .gap-10 {
    gap: 10px;
  }
}

@media (min-width: 768px) {
  .pc-gap-10 {
    gap: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-10 {
    gap: 2.5641025641vw !important;
  }
}

.gap-x-10x {
  column-gap: 2.5641025641vw;
}
@media (min-width: 768px) {
  .gap-x-10x {
    column-gap: 10px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-10 {
    column-gap: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-10 {
    column-gap: 2.5641025641vw !important;
  }
}

.gap-20 {
  gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .gap-20 {
    gap: 20px;
  }
}

@media (min-width: 768px) {
  .pc-gap-20 {
    gap: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-20 {
    gap: 5.1282051282vw !important;
  }
}

.gap-x-20x {
  column-gap: 5.1282051282vw;
}
@media (min-width: 768px) {
  .gap-x-20x {
    column-gap: 20px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-20 {
    column-gap: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-20 {
    column-gap: 5.1282051282vw !important;
  }
}

.gap-30 {
  gap: 7.6923076923vw;
}
@media (min-width: 768px) {
  .gap-30 {
    gap: 30px;
  }
}

@media (min-width: 768px) {
  .pc-gap-30 {
    gap: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-30 {
    gap: 7.6923076923vw !important;
  }
}

.gap-x-30x {
  column-gap: 7.6923076923vw;
}
@media (min-width: 768px) {
  .gap-x-30x {
    column-gap: 30px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-30 {
    column-gap: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-30 {
    column-gap: 7.6923076923vw !important;
  }
}

.gap-40 {
  gap: 10.2564102564vw;
}
@media (min-width: 768px) {
  .gap-40 {
    gap: 40px;
  }
}

@media (min-width: 768px) {
  .pc-gap-40 {
    gap: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-40 {
    gap: 10.2564102564vw !important;
  }
}

.gap-x-40x {
  column-gap: 10.2564102564vw;
}
@media (min-width: 768px) {
  .gap-x-40x {
    column-gap: 40px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-40 {
    column-gap: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-40 {
    column-gap: 10.2564102564vw !important;
  }
}

.gap-50 {
  gap: 12.8205128205vw;
}
@media (min-width: 768px) {
  .gap-50 {
    gap: 50px;
  }
}

@media (min-width: 768px) {
  .pc-gap-50 {
    gap: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-50 {
    gap: 12.8205128205vw !important;
  }
}

.gap-x-50x {
  column-gap: 12.8205128205vw;
}
@media (min-width: 768px) {
  .gap-x-50x {
    column-gap: 50px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-50 {
    column-gap: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-50 {
    column-gap: 12.8205128205vw !important;
  }
}

.gap-60 {
  gap: 15.3846153846vw;
}
@media (min-width: 768px) {
  .gap-60 {
    gap: 60px;
  }
}

@media (min-width: 768px) {
  .pc-gap-60 {
    gap: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-60 {
    gap: 15.3846153846vw !important;
  }
}

.gap-x-60x {
  column-gap: 15.3846153846vw;
}
@media (min-width: 768px) {
  .gap-x-60x {
    column-gap: 60px;
  }
}

@media (min-width: 768px) {
  .pc-gap-x-60 {
    column-gap: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-gap-x-60 {
    column-gap: 15.3846153846vw !important;
  }
}

/* display
========================================================================== */
.none {
  display: none !important;
}

.block {
  display: block !important;
}

@media (min-width: 768px) {
  .pc-block {
    display: block !important;
  }
}

@media (max-width: 767.98px) {
  .sp-block {
    display: block !important;
  }
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

@media (min-width: 768px) {
  .pc-table-cell {
    display: table-cell !important;
  }
}

.flex {
  display: flex !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

/* width
========================================================================== */
.w-0p {
  width: 0% !important;
}

.w-5p {
  width: 5% !important;
}

.w-10p {
  width: 10% !important;
}

.w-15p {
  width: 15% !important;
}

.w-20p {
  width: 20% !important;
}

.w-25p {
  width: 25% !important;
}

.w-30p {
  width: 30% !important;
}

.w-35p {
  width: 35% !important;
}

.w-40p {
  width: 40% !important;
}

.w-45p {
  width: 45% !important;
}

.w-50p {
  width: 50% !important;
}

.w-55p {
  width: 55% !important;
}

.w-60p {
  width: 60% !important;
}

.w-65p {
  width: 65% !important;
}

.w-70p {
  width: 70% !important;
}

.w-75p {
  width: 75% !important;
}

.w-80p {
  width: 80% !important;
}

.w-85p {
  width: 85% !important;
}

.w-90p {
  width: 90% !important;
}

.w-95p {
  width: 95% !important;
}

.w-100p {
  width: 100% !important;
}

.w-max {
  width: 100%;
}

.w-full {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}

.max-w-886 {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

/* centering
========================================================================== */
.centering {
  margin-right: auto;
  margin-left: auto;
}

/* text
========================================================================== */
.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-justify {
  text-align: justify !important;
}

.uppearcase {
  text-transform: uppercase;
}

.nowrap {
  white-space: nowrap;
}

.text-indent {
  text-indent: -1.5em;
  padding-left: 1.5em;
}

/* bg
========================================================================== */
.border-none {
  border: none !important;
}

.border-bottom-none {
  border-bottom: none !important;
}

/* PC
========================================================================== */
@media (max-width: 767.98px) {
  .pc-only {
    display: none !important;
  }
}

/* SP
========================================================================== */
@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/* padding margin
========================================================================== */
.px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.m-0 {
  margin: 0vw !important;
}
@media (min-width: 768px) {
  .m-0 {
    margin: 0px !important;
  }
}

.mt-0 {
  margin-top: 0vw !important;
}
@media (min-width: 768px) {
  .mt-0 {
    margin-top: 0px !important;
  }
}

.mb-0 {
  margin-bottom: 0vw !important;
}
@media (min-width: 768px) {
  .mb-0 {
    margin-bottom: 0px !important;
  }
}

.ml-0 {
  margin-left: 0vw !important;
}
@media (min-width: 768px) {
  .ml-0 {
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-0 {
    margin-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-0 {
    margin-bottom: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-0 {
    margin-top: 0vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-0 {
    margin-bottom: 0vw !important;
  }
}

.p-0 {
  padding: 0vw !important;
}
@media (min-width: 768px) {
  .p-0 {
    padding: 0px !important;
  }
}

.pt-0 {
  padding-top: 0vw !important;
}
@media (min-width: 768px) {
  .pt-0 {
    padding-top: 0px !important;
  }
}

.pb-0 {
  padding-bottom: 0vw !important;
}
@media (min-width: 768px) {
  .pb-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-0 {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-0 {
    padding-top: 0vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-0 {
    padding-bottom: 0vw !important;
  }
}

.m-10 {
  margin: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .m-10 {
    margin: 10px !important;
  }
}

.mt-10 {
  margin-top: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .mt-10 {
    margin-top: 10px !important;
  }
}

.mb-10 {
  margin-bottom: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .mb-10 {
    margin-bottom: 10px !important;
  }
}

.ml-10 {
  margin-left: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .ml-10 {
    margin-left: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-10 {
    margin-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-10 {
    margin-bottom: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-10 {
    margin-top: 2.5641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-10 {
    margin-bottom: 2.5641025641vw !important;
  }
}

.p-10 {
  padding: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .p-10 {
    padding: 10px !important;
  }
}

.pt-10 {
  padding-top: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .pt-10 {
    padding-top: 10px !important;
  }
}

.pb-10 {
  padding-bottom: 2.5641025641vw !important;
}
@media (min-width: 768px) {
  .pb-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-10 {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-10 {
    padding-top: 2.5641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-10 {
    padding-bottom: 2.5641025641vw !important;
  }
}

.m-20 {
  margin: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .m-20 {
    margin: 20px !important;
  }
}

.mt-20 {
  margin-top: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .mt-20 {
    margin-top: 20px !important;
  }
}

.mb-20 {
  margin-bottom: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .mb-20 {
    margin-bottom: 20px !important;
  }
}

.ml-20 {
  margin-left: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .ml-20 {
    margin-left: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-20 {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-20 {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-20 {
    margin-top: 5.1282051282vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-20 {
    margin-bottom: 5.1282051282vw !important;
  }
}

.p-20 {
  padding: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .p-20 {
    padding: 20px !important;
  }
}

.pt-20 {
  padding-top: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .pt-20 {
    padding-top: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 5.1282051282vw !important;
}
@media (min-width: 768px) {
  .pb-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-20 {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-20 {
    padding-top: 5.1282051282vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-20 {
    padding-bottom: 5.1282051282vw !important;
  }
}

.m-30 {
  margin: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .m-30 {
    margin: 30px !important;
  }
}

.mt-30 {
  margin-top: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .mt-30 {
    margin-top: 30px !important;
  }
}

.mb-30 {
  margin-bottom: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .mb-30 {
    margin-bottom: 30px !important;
  }
}

.ml-30 {
  margin-left: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .ml-30 {
    margin-left: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-30 {
    margin-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-30 {
    margin-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-30 {
    margin-top: 7.6923076923vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-30 {
    margin-bottom: 7.6923076923vw !important;
  }
}

.p-30 {
  padding: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .p-30 {
    padding: 30px !important;
  }
}

.pt-30 {
  padding-top: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .pt-30 {
    padding-top: 30px !important;
  }
}

.pb-30 {
  padding-bottom: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .pb-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-30 {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-30 {
    padding-top: 7.6923076923vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-30 {
    padding-bottom: 7.6923076923vw !important;
  }
}

.m-40 {
  margin: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .m-40 {
    margin: 40px !important;
  }
}

.mt-40 {
  margin-top: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .mt-40 {
    margin-top: 40px !important;
  }
}

.mb-40 {
  margin-bottom: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .mb-40 {
    margin-bottom: 40px !important;
  }
}

.ml-40 {
  margin-left: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .ml-40 {
    margin-left: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-40 {
    margin-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-40 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-40 {
    margin-top: 10.2564102564vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-40 {
    margin-bottom: 10.2564102564vw !important;
  }
}

.p-40 {
  padding: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .p-40 {
    padding: 40px !important;
  }
}

.pt-40 {
  padding-top: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .pt-40 {
    padding-top: 40px !important;
  }
}

.pb-40 {
  padding-bottom: 10.2564102564vw !important;
}
@media (min-width: 768px) {
  .pb-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-40 {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-40 {
    padding-top: 10.2564102564vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-40 {
    padding-bottom: 10.2564102564vw !important;
  }
}

.m-50 {
  margin: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .m-50 {
    margin: 50px !important;
  }
}

.mt-50 {
  margin-top: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .mt-50 {
    margin-top: 50px !important;
  }
}

.mb-50 {
  margin-bottom: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .mb-50 {
    margin-bottom: 50px !important;
  }
}

.ml-50 {
  margin-left: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .ml-50 {
    margin-left: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-50 {
    margin-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-50 {
    margin-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-50 {
    margin-top: 12.8205128205vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-50 {
    margin-bottom: 12.8205128205vw !important;
  }
}

.p-50 {
  padding: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .p-50 {
    padding: 50px !important;
  }
}

.pt-50 {
  padding-top: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .pt-50 {
    padding-top: 50px !important;
  }
}

.pb-50 {
  padding-bottom: 12.8205128205vw !important;
}
@media (min-width: 768px) {
  .pb-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-50 {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-50 {
    padding-top: 12.8205128205vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-50 {
    padding-bottom: 12.8205128205vw !important;
  }
}

.m-60 {
  margin: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .m-60 {
    margin: 60px !important;
  }
}

.mt-60 {
  margin-top: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .mt-60 {
    margin-top: 60px !important;
  }
}

.mb-60 {
  margin-bottom: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .mb-60 {
    margin-bottom: 60px !important;
  }
}

.ml-60 {
  margin-left: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .ml-60 {
    margin-left: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-60 {
    margin-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-60 {
    margin-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-60 {
    margin-top: 15.3846153846vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-60 {
    margin-bottom: 15.3846153846vw !important;
  }
}

.p-60 {
  padding: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .p-60 {
    padding: 60px !important;
  }
}

.pt-60 {
  padding-top: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .pt-60 {
    padding-top: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .pb-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-60 {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-60 {
    padding-top: 15.3846153846vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-60 {
    padding-bottom: 15.3846153846vw !important;
  }
}

.m-70 {
  margin: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .m-70 {
    margin: 70px !important;
  }
}

.mt-70 {
  margin-top: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .mt-70 {
    margin-top: 70px !important;
  }
}

.mb-70 {
  margin-bottom: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .mb-70 {
    margin-bottom: 70px !important;
  }
}

.ml-70 {
  margin-left: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .ml-70 {
    margin-left: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-70 {
    margin-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-70 {
    margin-bottom: 70px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-70 {
    margin-top: 17.9487179487vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-70 {
    margin-bottom: 17.9487179487vw !important;
  }
}

.p-70 {
  padding: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .p-70 {
    padding: 70px !important;
  }
}

.pt-70 {
  padding-top: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .pt-70 {
    padding-top: 70px !important;
  }
}

.pb-70 {
  padding-bottom: 17.9487179487vw !important;
}
@media (min-width: 768px) {
  .pb-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-70 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-70 {
    padding-top: 17.9487179487vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-70 {
    padding-bottom: 17.9487179487vw !important;
  }
}

.m-80 {
  margin: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .m-80 {
    margin: 80px !important;
  }
}

.mt-80 {
  margin-top: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .mt-80 {
    margin-top: 80px !important;
  }
}

.mb-80 {
  margin-bottom: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .mb-80 {
    margin-bottom: 80px !important;
  }
}

.ml-80 {
  margin-left: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .ml-80 {
    margin-left: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-80 {
    margin-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-80 {
    margin-bottom: 80px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-80 {
    margin-top: 20.5128205128vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-80 {
    margin-bottom: 20.5128205128vw !important;
  }
}

.p-80 {
  padding: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .p-80 {
    padding: 80px !important;
  }
}

.pt-80 {
  padding-top: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .pt-80 {
    padding-top: 80px !important;
  }
}

.pb-80 {
  padding-bottom: 20.5128205128vw !important;
}
@media (min-width: 768px) {
  .pb-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-80 {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-80 {
    padding-top: 20.5128205128vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-80 {
    padding-bottom: 20.5128205128vw !important;
  }
}

.m-90 {
  margin: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .m-90 {
    margin: 90px !important;
  }
}

.mt-90 {
  margin-top: 46.1538461538vw !important;
}
@media (min-width: 768px) {
  .mt-90 {
    margin-top: 90px !important;
  }
}

.mb-90 {
  margin-bottom: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .mb-90 {
    margin-bottom: 90px !important;
  }
}

.ml-90 {
  margin-left: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .ml-90 {
    margin-left: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-90 {
    margin-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-90 {
    margin-bottom: 90px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-90 {
    margin-top: 23.0769230769vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-90 {
    margin-bottom: 23.0769230769vw !important;
  }
}

.p-90 {
  padding: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .p-90 {
    padding: 90px !important;
  }
}

.pt-90 {
  padding-top: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .pt-90 {
    padding-top: 90px !important;
  }
}

.pb-90 {
  padding-bottom: 23.0769230769vw !important;
}
@media (min-width: 768px) {
  .pb-90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-90 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-90 {
    padding-top: 23.0769230769vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-90 {
    padding-bottom: 23.0769230769vw !important;
  }
}

.m-100 {
  margin: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .m-100 {
    margin: 100px !important;
  }
}

.mt-100 {
  margin-top: 51.2820512821vw !important;
}
@media (min-width: 768px) {
  .mt-100 {
    margin-top: 100px !important;
  }
}

.mb-100 {
  margin-bottom: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .mb-100 {
    margin-bottom: 100px !important;
  }
}

.ml-100 {
  margin-left: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .ml-100 {
    margin-left: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-100 {
    margin-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-100 {
    margin-bottom: 100px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-100 {
    margin-top: 25.641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-100 {
    margin-bottom: 25.641025641vw !important;
  }
}

.p-100 {
  padding: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .p-100 {
    padding: 100px !important;
  }
}

.pt-100 {
  padding-top: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .pt-100 {
    padding-top: 100px !important;
  }
}

.pb-100 {
  padding-bottom: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .pb-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-100 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-100 {
    padding-top: 25.641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-100 {
    padding-bottom: 25.641025641vw !important;
  }
}

.m-110 {
  margin: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .m-110 {
    margin: 110px !important;
  }
}

.mt-110 {
  margin-top: 56.4102564103vw !important;
}
@media (min-width: 768px) {
  .mt-110 {
    margin-top: 110px !important;
  }
}

.mb-110 {
  margin-bottom: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .mb-110 {
    margin-bottom: 110px !important;
  }
}

.ml-110 {
  margin-left: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .ml-110 {
    margin-left: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-110 {
    margin-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-110 {
    margin-bottom: 110px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-110 {
    margin-top: 28.2051282051vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-110 {
    margin-bottom: 28.2051282051vw !important;
  }
}

.p-110 {
  padding: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .p-110 {
    padding: 110px !important;
  }
}

.pt-110 {
  padding-top: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .pt-110 {
    padding-top: 110px !important;
  }
}

.pb-110 {
  padding-bottom: 28.2051282051vw !important;
}
@media (min-width: 768px) {
  .pb-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-110 {
    padding-bottom: 110px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-110 {
    padding-top: 28.2051282051vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-110 {
    padding-bottom: 28.2051282051vw !important;
  }
}

.m-120 {
  margin: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .m-120 {
    margin: 120px !important;
  }
}

.mt-120 {
  margin-top: 61.5384615385vw !important;
}
@media (min-width: 768px) {
  .mt-120 {
    margin-top: 120px !important;
  }
}

.mb-120 {
  margin-bottom: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .mb-120 {
    margin-bottom: 120px !important;
  }
}

.ml-120 {
  margin-left: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .ml-120 {
    margin-left: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-120 {
    margin-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-120 {
    margin-bottom: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-120 {
    margin-top: 30.7692307692vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-120 {
    margin-bottom: 30.7692307692vw !important;
  }
}

.p-120 {
  padding: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .p-120 {
    padding: 120px !important;
  }
}

.pt-120 {
  padding-top: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .pt-120 {
    padding-top: 120px !important;
  }
}

.pb-120 {
  padding-bottom: 30.7692307692vw !important;
}
@media (min-width: 768px) {
  .pb-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-120 {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-120 {
    padding-top: 30.7692307692vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-120 {
    padding-bottom: 30.7692307692vw !important;
  }
}

.m-130 {
  margin: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .m-130 {
    margin: 130px !important;
  }
}

.mt-130 {
  margin-top: 66.6666666667vw !important;
}
@media (min-width: 768px) {
  .mt-130 {
    margin-top: 130px !important;
  }
}

.mb-130 {
  margin-bottom: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .mb-130 {
    margin-bottom: 130px !important;
  }
}

.ml-130 {
  margin-left: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .ml-130 {
    margin-left: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-130 {
    margin-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-130 {
    margin-bottom: 130px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-130 {
    margin-top: 33.3333333333vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-130 {
    margin-bottom: 33.3333333333vw !important;
  }
}

.p-130 {
  padding: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .p-130 {
    padding: 130px !important;
  }
}

.pt-130 {
  padding-top: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .pt-130 {
    padding-top: 130px !important;
  }
}

.pb-130 {
  padding-bottom: 33.3333333333vw !important;
}
@media (min-width: 768px) {
  .pb-130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-130 {
    padding-bottom: 130px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-130 {
    padding-top: 33.3333333333vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-130 {
    padding-bottom: 33.3333333333vw !important;
  }
}

.m-140 {
  margin: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .m-140 {
    margin: 140px !important;
  }
}

.mt-140 {
  margin-top: 71.7948717949vw !important;
}
@media (min-width: 768px) {
  .mt-140 {
    margin-top: 140px !important;
  }
}

.mb-140 {
  margin-bottom: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .mb-140 {
    margin-bottom: 140px !important;
  }
}

.ml-140 {
  margin-left: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .ml-140 {
    margin-left: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-140 {
    margin-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-140 {
    margin-bottom: 140px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-140 {
    margin-top: 35.8974358974vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-140 {
    margin-bottom: 35.8974358974vw !important;
  }
}

.p-140 {
  padding: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .p-140 {
    padding: 140px !important;
  }
}

.pt-140 {
  padding-top: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .pt-140 {
    padding-top: 140px !important;
  }
}

.pb-140 {
  padding-bottom: 35.8974358974vw !important;
}
@media (min-width: 768px) {
  .pb-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-140 {
    padding-bottom: 140px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-140 {
    padding-top: 35.8974358974vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-140 {
    padding-bottom: 35.8974358974vw !important;
  }
}

.m-150 {
  margin: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .m-150 {
    margin: 150px !important;
  }
}

.mt-150 {
  margin-top: 76.9230769231vw !important;
}
@media (min-width: 768px) {
  .mt-150 {
    margin-top: 150px !important;
  }
}

.mb-150 {
  margin-bottom: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .mb-150 {
    margin-bottom: 150px !important;
  }
}

.ml-150 {
  margin-left: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .ml-150 {
    margin-left: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-150 {
    margin-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-150 {
    margin-bottom: 150px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-150 {
    margin-top: 38.4615384615vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-150 {
    margin-bottom: 38.4615384615vw !important;
  }
}

.p-150 {
  padding: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .p-150 {
    padding: 150px !important;
  }
}

.pt-150 {
  padding-top: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .pt-150 {
    padding-top: 150px !important;
  }
}

.pb-150 {
  padding-bottom: 38.4615384615vw !important;
}
@media (min-width: 768px) {
  .pb-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-150 {
    padding-bottom: 150px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-150 {
    padding-top: 38.4615384615vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-150 {
    padding-bottom: 38.4615384615vw !important;
  }
}

.m-160 {
  margin: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .m-160 {
    margin: 160px !important;
  }
}

.mt-160 {
  margin-top: 82.0512820513vw !important;
}
@media (min-width: 768px) {
  .mt-160 {
    margin-top: 160px !important;
  }
}

.mb-160 {
  margin-bottom: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .mb-160 {
    margin-bottom: 160px !important;
  }
}

.ml-160 {
  margin-left: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .ml-160 {
    margin-left: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-mt-160 {
    margin-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-160 {
    margin-bottom: 160px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-160 {
    margin-top: 41.0256410256vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-160 {
    margin-bottom: 41.0256410256vw !important;
  }
}

.p-160 {
  padding: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .p-160 {
    padding: 160px !important;
  }
}

.pt-160 {
  padding-top: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .pt-160 {
    padding-top: 160px !important;
  }
}

.pb-160 {
  padding-bottom: 41.0256410256vw !important;
}
@media (min-width: 768px) {
  .pb-160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-pt-160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-160 {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-160 {
    padding-top: 41.0256410256vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-160 {
    padding-bottom: 41.0256410256vw !important;
  }
}

.mt-1em {
  margin-top: 1em !important;
}

.mb-1em {
  margin-bottom: 1em !important;
}

@media (min-width: 768px) {
  .pc-mt-1em {
    margin-top: 1em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-1em {
    margin-bottom: 1em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-1em {
    margin-top: 0.2564102564vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-1em {
    margin-bottom: 0.2564102564vw !important;
  }
}

.pt-1em {
  padding-top: 1em !important;
}

.pb-1em {
  padding-bottom: 1em !important;
}

@media (min-width: 768px) {
  .pc-pt-1em {
    padding-top: 1em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-1em {
    padding-bottom: 1em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-1em {
    padding-top: 1em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-1em {
    padding-bottom: 1em !important;
  }
}

.mt-2em {
  margin-top: 2em !important;
}

.mb-2em {
  margin-bottom: 2em !important;
}

@media (min-width: 768px) {
  .pc-mt-2em {
    margin-top: 2em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-2em {
    margin-bottom: 2em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-2em {
    margin-top: 0.5128205128vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-2em {
    margin-bottom: 0.5128205128vw !important;
  }
}

.pt-2em {
  padding-top: 2em !important;
}

.pb-2em {
  padding-bottom: 2em !important;
}

@media (min-width: 768px) {
  .pc-pt-2em {
    padding-top: 2em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-2em {
    padding-bottom: 2em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-2em {
    padding-top: 2em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-2em {
    padding-bottom: 2em !important;
  }
}

.mt-3em {
  margin-top: 3em !important;
}

.mb-3em {
  margin-bottom: 3em !important;
}

@media (min-width: 768px) {
  .pc-mt-3em {
    margin-top: 3em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-3em {
    margin-bottom: 3em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-3em {
    margin-top: 0.7692307692vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-3em {
    margin-bottom: 0.7692307692vw !important;
  }
}

.pt-3em {
  padding-top: 3em !important;
}

.pb-3em {
  padding-bottom: 3em !important;
}

@media (min-width: 768px) {
  .pc-pt-3em {
    padding-top: 3em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-3em {
    padding-bottom: 3em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-3em {
    padding-top: 3em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-3em {
    padding-bottom: 3em !important;
  }
}

.mt-4em {
  margin-top: 4em !important;
}

.mb-4em {
  margin-bottom: 4em !important;
}

@media (min-width: 768px) {
  .pc-mt-4em {
    margin-top: 4em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-4em {
    margin-bottom: 4em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-4em {
    margin-top: 1.0256410256vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-4em {
    margin-bottom: 1.0256410256vw !important;
  }
}

.pt-4em {
  padding-top: 4em !important;
}

.pb-4em {
  padding-bottom: 4em !important;
}

@media (min-width: 768px) {
  .pc-pt-4em {
    padding-top: 4em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-4em {
    padding-bottom: 4em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-4em {
    padding-top: 4em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-4em {
    padding-bottom: 4em !important;
  }
}

.mt-5em {
  margin-top: 5em !important;
}

.mb-5em {
  margin-bottom: 5em !important;
}

@media (min-width: 768px) {
  .pc-mt-5em {
    margin-top: 5em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-5em {
    margin-bottom: 5em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-5em {
    margin-top: 1.2820512821vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-5em {
    margin-bottom: 1.2820512821vw !important;
  }
}

.pt-5em {
  padding-top: 5em !important;
}

.pb-5em {
  padding-bottom: 5em !important;
}

@media (min-width: 768px) {
  .pc-pt-5em {
    padding-top: 5em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-5em {
    padding-bottom: 5em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-5em {
    padding-top: 5em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-5em {
    padding-bottom: 5em !important;
  }
}

.mt-6em {
  margin-top: 6em !important;
}

.mb-6em {
  margin-bottom: 6em !important;
}

@media (min-width: 768px) {
  .pc-mt-6em {
    margin-top: 6em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-6em {
    margin-bottom: 6em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-6em {
    margin-top: 1.5384615385vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-6em {
    margin-bottom: 1.5384615385vw !important;
  }
}

.pt-6em {
  padding-top: 6em !important;
}

.pb-6em {
  padding-bottom: 6em !important;
}

@media (min-width: 768px) {
  .pc-pt-6em {
    padding-top: 6em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-6em {
    padding-bottom: 6em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-6em {
    padding-top: 6em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-6em {
    padding-bottom: 6em !important;
  }
}

.mt-7em {
  margin-top: 7em !important;
}

.mb-7em {
  margin-bottom: 7em !important;
}

@media (min-width: 768px) {
  .pc-mt-7em {
    margin-top: 7em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-7em {
    margin-bottom: 7em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-7em {
    margin-top: 1.7948717949vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-7em {
    margin-bottom: 1.7948717949vw !important;
  }
}

.pt-7em {
  padding-top: 7em !important;
}

.pb-7em {
  padding-bottom: 7em !important;
}

@media (min-width: 768px) {
  .pc-pt-7em {
    padding-top: 7em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-7em {
    padding-bottom: 7em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-7em {
    padding-top: 7em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-7em {
    padding-bottom: 7em !important;
  }
}

.mt-8em {
  margin-top: 8em !important;
}

.mb-8em {
  margin-bottom: 8em !important;
}

@media (min-width: 768px) {
  .pc-mt-8em {
    margin-top: 8em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-8em {
    margin-bottom: 8em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-8em {
    margin-top: 2.0512820513vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-8em {
    margin-bottom: 2.0512820513vw !important;
  }
}

.pt-8em {
  padding-top: 8em !important;
}

.pb-8em {
  padding-bottom: 8em !important;
}

@media (min-width: 768px) {
  .pc-pt-8em {
    padding-top: 8em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-8em {
    padding-bottom: 8em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-8em {
    padding-top: 8em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-8em {
    padding-bottom: 8em !important;
  }
}

.mt-9em {
  margin-top: 9em !important;
}

.mb-9em {
  margin-bottom: 9em !important;
}

@media (min-width: 768px) {
  .pc-mt-9em {
    margin-top: 9em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-9em {
    margin-bottom: 9em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-9em {
    margin-top: 2.3076923077vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-9em {
    margin-bottom: 2.3076923077vw !important;
  }
}

.pt-9em {
  padding-top: 9em !important;
}

.pb-9em {
  padding-bottom: 9em !important;
}

@media (min-width: 768px) {
  .pc-pt-9em {
    padding-top: 9em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-9em {
    padding-bottom: 9em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-9em {
    padding-top: 9em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-9em {
    padding-bottom: 9em !important;
  }
}

.mt-10em {
  margin-top: 10em !important;
}

.mb-10em {
  margin-bottom: 10em !important;
}

@media (min-width: 768px) {
  .pc-mt-10em {
    margin-top: 10em !important;
  }
}

@media (min-width: 768px) {
  .pc-mb-10em {
    margin-bottom: 10em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mt-10em {
    margin-top: 2.5641025641vw !important;
  }
}

@media (max-width: 767.98px) {
  .sp-mb-10em {
    margin-bottom: 2.5641025641vw !important;
  }
}

.pt-10em {
  padding-top: 10em !important;
}

.pb-10em {
  padding-bottom: 10em !important;
}

@media (min-width: 768px) {
  .pc-pt-10em {
    padding-top: 10em !important;
  }
}

@media (min-width: 768px) {
  .pc-pb-10em {
    padding-bottom: 10em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pt-10em {
    padding-top: 10em !important;
  }
}

@media (max-width: 767.98px) {
  .sp-pb-10em {
    padding-bottom: 10em !important;
  }
}

@media (min-width: 768px) {
  .pc-pl-2em {
    padding-left: 2em !important;
  }
}

.pr-0 {
  padding-right: 0 !important;
}

.spacer-s {
  margin-top: 7.6923076923vw !important;
}
@media (min-width: 768px) {
  .spacer-s {
    margin-top: 30px !important;
  }
}

.spacer {
  margin-top: 15.3846153846vw !important;
}
@media (min-width: 768px) {
  .spacer {
    margin-top: 60px !important;
  }
}

.spacer-l {
  padding-top: 25.641025641vw !important;
}
@media (min-width: 768px) {
  .spacer-l {
    padding-top: 100px !important;
  }
}

/* Aspect
========================================================================== */
.aspect-auto {
  aspect-ratio: auto;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

/* ClearFix
========================================================================== */
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

/* layout
========================================================================== */
.extend-x {
  margin: 0 -6%;
}

.u-fontweight_bold {
  font-weight: bold;
}

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

@media (min-width: 768px) {
  .u-ta_l-pc {
    text-align: left;
  }
}

.u-fz_110p {
  font-size: 110%;
}

.u-fz_125p {
  font-size: 125%;
}

@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.1) translate(0%, -10%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes slideDown {
  0% {
    display: block;
    height: 0;
    opacity: 0;
  }
  1% {
    display: block;
    height: 0;
    opacity: 0;
  }
  100% {
    display: block;
    height: 100vh;
    opacity: 1;
  }
}
@keyframes slideUp {
  0% {
    display: block;
    height: 100vh;
    opacity: 1;
  }
  99% {
    display: block;
    height: 0;
    opacity: 0;
  }
  100% {
    display: none;
    height: 0;
    opacity: 0;
  }
}
@keyframes headerShow {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes headerHide {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}