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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

.l-gmogroup_footer {
  width: 100%;
  background-color: var(--color-white);
  padding-bottom: 40px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .l-gmogroup_footer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.l-gmogroup_footer__wrapper {
  width: 100%;
  max-width: 1096px;
  margin-left: auto;
  margin-right: auto;
}
.l-gmogroup_footer__heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-gmogroup_footer__heading {
    max-width: 230px;
    justify-content: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .l-gmogroup_footer__heading {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.l-gmogroup_footer__logo {
  width: 100%;
  max-width: 230px;
}
.l-gmogroup_footer__sns-list {
  width: 100%;
  max-width: 50px;
  display: flex;
  align-items: center;
}
.l-gmogroup_footer__sns-list__item:not(:first-child) {
  margin-left: 10px;
}
.l-gmogroup_footer__sns-list__link {
  width: 20px;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .l-gmogroup_footer__sns-list__link:hover {
    opacity: 0.8;
  }
}
.l-gmogroup_footer__sns-list__img {
  max-width: 100%;
  height: auto;
}
.l-gmogroup_footer .gmoGroupSecurity {
  margin-top: 20px;
}
.l-gmogroup_footer .gmoGroupSecurity_box {
  max-width: 1096px;
}
.l-gmogroup_footer #gmosecuritytag + .l-gmogroup_footer__bnr {
  margin-top: 40px;
}
.l-gmogroup_footer__bnr {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  padding-left: 8px;
  padding-right: 8px;
}
.l-gmogroup_footer__bnr__item {
  max-width: 100px;
}

@media screen and (min-width: 769px) {
  .l-global-footer {
    min-width: 1280px;
  }
}
.l-global-footer__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .l-global-footer__inner {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .l-global-footer__inner {
    max-width: 1176px;
    min-width: 1176px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }
}
.l-global-footer-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .l-global-footer-list {
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .l-global-footer-list {
    justify-content: space-between;
  }
}
.l-global-footer-list__item {
  width: 100px;
  height: 50px;
  flex-shrink: 0;
}
.l-global-footer__banner {
  max-width: 234px;
}
@media screen and (max-width: 768px) {
  .l-global-footer__banner {
    margin-left: auto;
    margin-right: auto;
    margin-top: 16px;
  }
}

/* ▼▼▼▼▼▼ Component BUTTON STYLE　▼▼▼▼▼▼ */
/* 共通設定 */
.c-button {
  /* 各色 */
  /* 各サイズ */
}
.c-button:disabled, .c-button.is-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.c-button__color-primary {
  width: 100%;
  background-color: var(--color-button-primary);
  border: 1px solid var(--color-button-primary);
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-button__color-primary:hover {
    background-color: var(--color-blue-004);
  }
}
.c-button__color-secondary {
  width: 100%;
  background-color: var(--color-button-white);
  border: 1px solid var(--color-button-secondary);
  color: var(--color-button-secondary);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-button__color-secondary:hover {
    background-color: var(--color-blue-009);
    border: 1px solid var(--color-blue-004);
    color: var(--color-blue-004);
  }
}
.c-button__color-specially {
  width: 100%;
  background-color: transparent;
  border: 0px solid transparent;
  color: var(--color-white);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: linear-gradient(270deg, var(--color-button-specially-001) 0%, var(--color-button-specially-002) 25%, var(--color-button-specially-002) 50%, var(--color-button-specially-001) 100%);
  background-position: 0% 50%;
  background-size: 200% auto;
}
@media (any-hover: hover) {
  .c-button__color-specially:hover {
    background-position: 100% 50%;
  }
}
.c-button__color-normal {
  width: 100%;
  background-color: var(--color-button-normal);
  border: 1px solid var(--color-button-normal);
  color: var(--color-rich-black);
  border-radius: 50px;
  text-align: center;
  line-height: 1;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
@media (any-hover: hover) {
  .c-button__color-normal:hover {
    background-color: var(--color-gray-002);
  }
}
.c-button__size-m {
  max-width: 240px;
  font-size: 1.6rem;
  letter-spacing: -0.04rem;
  padding: 16px;
}
.c-button__size-s {
  max-width: 120px;
  font-size: 1.6rem;
  letter-spacing: -0.04rem;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .c-button__size-xs {
    max-width: 64px;
    font-size: 1.4rem;
    letter-spacing: -0.04rem;
    padding: 6px 2px;
  }
}
@media screen and (min-width: 769px) {
  .c-button__size-xs {
    max-width: 80px;
    font-size: 1.4rem;
    letter-spacing: -0.04rem;
    padding: 8px 4px;
  }
}

/* ▲▲▲▲▲▲ Component BUTTON STYLE　▲▲▲▲▲▲ */
@media screen and (min-width: 769px) {
  :root .u-for-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :root .u-for-pc {
    display: none;
  }
}

.u-fn {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}
.u-fm {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}
.u-fb {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.u-fs10 {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .u-fs10-md {
    font-size: 1rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs10-lg {
    font-size: 1rem;
  }
}

.u-fs12 {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs12-md {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs12-lg {
    font-size: 1.2rem;
  }
}

.u-fs14 {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs14-md {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs14-lg {
    font-size: 1.4rem;
  }
}

.u-fs16 {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs16-md {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs16-lg {
    font-size: 1.6rem;
  }
}

.u-fs18 {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs18-md {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs18-lg {
    font-size: 1.8rem;
  }
}

.u-fs20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .u-fs20-md {
    font-size: 2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs20-lg {
    font-size: 2rem;
  }
}

.u-fs22 {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs22-md {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs22-lg {
    font-size: 2.2rem;
  }
}

.u-fs24 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs24-md {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs24-lg {
    font-size: 2.4rem;
  }
}

.u-fs26 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs26-md {
    font-size: 2.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs26-lg {
    font-size: 2.6rem;
  }
}

.u-fs28 {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs28-md {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs28-lg {
    font-size: 2.8rem;
  }
}

.u-fs30 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .u-fs30-md {
    font-size: 3rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs30-lg {
    font-size: 3rem;
  }
}

.u-fs32 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs32-md {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs32-lg {
    font-size: 3.2rem;
  }
}

.u-fs34 {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs34-md {
    font-size: 3.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs34-lg {
    font-size: 3.4rem;
  }
}

.u-fs36 {
  font-size: 3.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs36-md {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs36-lg {
    font-size: 3.6rem;
  }
}

.u-fs38 {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs38-md {
    font-size: 3.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs38-lg {
    font-size: 3.8rem;
  }
}

.u-fs40 {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .u-fs40-md {
    font-size: 4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs40-lg {
    font-size: 4rem;
  }
}

.u-fs42 {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .u-fs42-md {
    font-size: 4.2rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs42-lg {
    font-size: 4.2rem;
  }
}

.u-fs44 {
  font-size: 4.4rem;
}
@media screen and (max-width: 768px) {
  .u-fs44-md {
    font-size: 4.4rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs44-lg {
    font-size: 4.4rem;
  }
}

.u-fs46 {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  .u-fs46-md {
    font-size: 4.6rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs46-lg {
    font-size: 4.6rem;
  }
}

.u-fs48 {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  .u-fs48-md {
    font-size: 4.8rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs48-lg {
    font-size: 4.8rem;
  }
}

.u-fs50 {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .u-fs50-md {
    font-size: 5rem;
  }
}
@media screen and (min-width: 769px) {
  .u-fs50-lg {
    font-size: 5rem;
  }
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb2 {
  margin-bottom: 2px;
}

.u-mb4 {
  margin-bottom: 4px;
}

.u-mb6 {
  margin-bottom: 6px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb14 {
  margin-bottom: 14px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb18 {
  margin-bottom: 18px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb22 {
  margin-bottom: 22px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb26 {
  margin-bottom: 26px;
}

.u-mb28 {
  margin-bottom: 28px;
}

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

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb34 {
  margin-bottom: 34px;
}

.u-mb36 {
  margin-bottom: 36px;
}

.u-mb38 {
  margin-bottom: 38px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb42 {
  margin-bottom: 42px;
}

.u-mb44 {
  margin-bottom: 44px;
}

.u-mb46 {
  margin-bottom: 46px;
}

.u-mb48 {
  margin-bottom: 48px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb52 {
  margin-bottom: 52px;
}

.u-mb54 {
  margin-bottom: 54px;
}

.u-mb56 {
  margin-bottom: 56px;
}

.u-mb64 {
  margin-bottom: 64px;
}

.u-mb72 {
  margin-bottom: 72px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb88 {
  margin-bottom: 88px;
}

.u-mb96 {
  margin-bottom: 96px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb120 {
  margin-bottom: 120px;
}

.u-mb126 {
  margin-bottom: 126px;
}

.u-mb160 {
  margin-bottom: 160px;
}

@media screen and (max-width: 768px) {
  .u-mb0-md {
    margin-bottom: 0px !important;
  }
  .u-mb2-md {
    margin-bottom: 2px;
  }
  .u-mb4-md {
    margin-bottom: 4px;
  }
  .u-mb6-md {
    margin-bottom: 6px;
  }
  .u-mb8-md {
    margin-bottom: 8px;
  }
  .u-mb10-md {
    margin-bottom: 10px;
  }
  .u-mb12-md {
    margin-bottom: 12px;
  }
  .u-mb14-md {
    margin-bottom: 14px;
  }
  .u-mb16-md {
    margin-bottom: 16px;
  }
  .u-mb18-md {
    margin-bottom: 18px;
  }
  .u-mb20-md {
    margin-bottom: 20px;
  }
  .u-mb22-md {
    margin-bottom: 22px;
  }
  .u-mb24-md {
    margin-bottom: 24px;
  }
  .u-mb26-md {
    margin-bottom: 26px;
  }
  .u-mb28-md {
    margin-bottom: 28px;
  }
  .u-mb30-md {
    margin-bottom: 30px;
  }
  .u-mb32-md {
    margin-bottom: 32px;
  }
  .u-mb34-md {
    margin-bottom: 34px;
  }
  .u-mb36-md {
    margin-bottom: 36px;
  }
  .u-mb38-md {
    margin-bottom: 38px;
  }
  .u-mb40-md {
    margin-bottom: 40px;
  }
  .u-mb42-md {
    margin-bottom: 42px;
  }
  .u-mb44-md {
    margin-bottom: 44px;
  }
  .u-mb46-md {
    margin-bottom: 46px;
  }
  .u-mb48-md {
    margin-bottom: 48px;
  }
  .u-mb50-md {
    margin-bottom: 50px;
  }
  .u-mb52-md {
    margin-bottom: 52px;
  }
  .u-mb54-md {
    margin-bottom: 54px;
  }
  .u-mb56-md {
    margin-bottom: 56px;
  }
  .u-mb64-md {
    margin-bottom: 64px;
  }
  .u-mb72-md {
    margin-bottom: 72px;
  }
  .u-mb80-md {
    margin-bottom: 80px;
  }
  .u-mb88-md {
    margin-bottom: 88px;
  }
  .u-mb96-md {
    margin-bottom: 96px;
  }
  .u-mb100-md {
    margin-bottom: 100px;
  }
  .u-mb120-md {
    margin-bottom: 120px;
  }
  .u-mb126-md {
    margin-bottom: 126px;
  }
  .u-mb160-md {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-mb0-lg {
    margin-bottom: 0px !important;
  }
  .u-mb2-lg {
    margin-bottom: 2px;
  }
  .u-mb4-lg {
    margin-bottom: 4px;
  }
  .u-mb6-lg {
    margin-bottom: 6px;
  }
  .u-mb8-lg {
    margin-bottom: 8px;
  }
  .u-mb10-lg {
    margin-bottom: 10px;
  }
  .u-mb12-lg {
    margin-bottom: 12px;
  }
  .u-mb14-lg {
    margin-bottom: 14px;
  }
  .u-mb16-lg {
    margin-bottom: 16px;
  }
  .u-mb18-lg {
    margin-bottom: 18px;
  }
  .u-mb20-lg {
    margin-bottom: 20px;
  }
  .u-mb22-lg {
    margin-bottom: 22px;
  }
  .u-mb24-lg {
    margin-bottom: 24px;
  }
  .u-mb26-lg {
    margin-bottom: 26px;
  }
  .u-mb28-lg {
    margin-bottom: 28px;
  }
  .u-mb30-lg {
    margin-bottom: 30px;
  }
  .u-mb32-lg {
    margin-bottom: 32px;
  }
  .u-mb34-lg {
    margin-bottom: 34px;
  }
  .u-mb36-lg {
    margin-bottom: 36px;
  }
  .u-mb38-lg {
    margin-bottom: 38px;
  }
  .u-mb40-lg {
    margin-bottom: 40px;
  }
  .u-mb42-lg {
    margin-bottom: 42px;
  }
  .u-mb44-lg {
    margin-bottom: 44px;
  }
  .u-mb46-lg {
    margin-bottom: 46px;
  }
  .u-mb48-lg {
    margin-bottom: 48px;
  }
  .u-mb50-lg {
    margin-bottom: 50px;
  }
  .u-mb52-lg {
    margin-bottom: 52px;
  }
  .u-mb54-lg {
    margin-bottom: 54px;
  }
  .u-mb56-lg {
    margin-bottom: 56px;
  }
  .u-mb64-lg {
    margin-bottom: 64px;
  }
  .u-mb72-lg {
    margin-bottom: 72px;
  }
  .u-mb80-lg {
    margin-bottom: 80px;
  }
  .u-mb88-lg {
    margin-bottom: 88px;
  }
  .u-mb96-lg {
    margin-bottom: 96px;
  }
  .u-mb100-lg {
    margin-bottom: 100px;
  }
  .u-mb120-lg {
    margin-bottom: 120px;
  }
  .u-mb126-lg {
    margin-bottom: 126px;
  }
  .u-mb160-lg {
    margin-bottom: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-mb0-xl {
    margin-bottom: 0px !important;
  }
  .u-mb2-xl {
    margin-bottom: 2px;
  }
  .u-mb4-xl {
    margin-bottom: 4px;
  }
  .u-mb6-xl {
    margin-bottom: 6px;
  }
  .u-mb8-xl {
    margin-bottom: 8px;
  }
  .u-mb10-xl {
    margin-bottom: 10px;
  }
  .u-mb12-xl {
    margin-bottom: 12px;
  }
  .u-mb14-xl {
    margin-bottom: 14px;
  }
  .u-mb16-xl {
    margin-bottom: 16px;
  }
  .u-mb18-xl {
    margin-bottom: 18px;
  }
  .u-mb20-xl {
    margin-bottom: 20px;
  }
  .u-mb22-xl {
    margin-bottom: 22px;
  }
  .u-mb24-xl {
    margin-bottom: 24px;
  }
  .u-mb26-xl {
    margin-bottom: 26px;
  }
  .u-mb28-xl {
    margin-bottom: 28px;
  }
  .u-mb30-xl {
    margin-bottom: 30px;
  }
  .u-mb32-xl {
    margin-bottom: 32px;
  }
  .u-mb34-xl {
    margin-bottom: 34px;
  }
  .u-mb36-xl {
    margin-bottom: 36px;
  }
  .u-mb38-xl {
    margin-bottom: 38px;
  }
  .u-mb40-xl {
    margin-bottom: 40px;
  }
  .u-mb42-xl {
    margin-bottom: 42px;
  }
  .u-mb44-xl {
    margin-bottom: 44px;
  }
  .u-mb46-xl {
    margin-bottom: 46px;
  }
  .u-mb48-xl {
    margin-bottom: 48px;
  }
  .u-mb50-xl {
    margin-bottom: 50px;
  }
  .u-mb52-xl {
    margin-bottom: 52px;
  }
  .u-mb54-xl {
    margin-bottom: 54px;
  }
  .u-mb56-xl {
    margin-bottom: 56px;
  }
  .u-mb64-xl {
    margin-bottom: 64px;
  }
  .u-mb72-xl {
    margin-bottom: 72px;
  }
  .u-mb80-xl {
    margin-bottom: 80px;
  }
  .u-mb88-xl {
    margin-bottom: 88px;
  }
  .u-mb96-xl {
    margin-bottom: 96px;
  }
  .u-mb100-xl {
    margin-bottom: 100px;
  }
  .u-mb120-xl {
    margin-bottom: 120px;
  }
  .u-mb126-xl {
    margin-bottom: 126px;
  }
  .u-mb160-xl {
    margin-bottom: 160px;
  }
}
.u-ml0 {
  margin-left: 0px !important;
}

.u-ml2 {
  margin-left: 2px;
}

.u-ml4 {
  margin-left: 4px;
}

.u-ml6 {
  margin-left: 6px;
}

.u-ml8 {
  margin-left: 8px;
}

.u-ml10 {
  margin-left: 10px;
}

.u-ml12 {
  margin-left: 12px;
}

.u-ml14 {
  margin-left: 14px;
}

.u-ml16 {
  margin-left: 16px;
}

.u-ml18 {
  margin-left: 18px;
}

.u-ml20 {
  margin-left: 20px;
}

.u-ml22 {
  margin-left: 22px;
}

.u-ml24 {
  margin-left: 24px;
}

.u-ml26 {
  margin-left: 26px;
}

.u-ml28 {
  margin-left: 28px;
}

.u-ml30 {
  margin-left: 30px;
}

.u-ml32 {
  margin-left: 32px;
}

.u-ml34 {
  margin-left: 34px;
}

.u-ml36 {
  margin-left: 36px;
}

.u-ml38 {
  margin-left: 38px;
}

.u-ml40 {
  margin-left: 40px;
}

.u-ml42 {
  margin-left: 42px;
}

.u-ml44 {
  margin-left: 44px;
}

.u-ml46 {
  margin-left: 46px;
}

.u-ml48 {
  margin-left: 48px;
}

.u-ml50 {
  margin-left: 50px;
}

.u-ml52 {
  margin-left: 52px;
}

.u-ml54 {
  margin-left: 54px;
}

.u-ml56 {
  margin-left: 56px;
}

.u-ml64 {
  margin-left: 64px;
}

.u-ml72 {
  margin-left: 72px;
}

.u-ml80 {
  margin-left: 80px;
}

.u-ml88 {
  margin-left: 88px;
}

.u-ml96 {
  margin-left: 96px;
}

.u-ml100 {
  margin-left: 100px;
}

.u-ml120 {
  margin-left: 120px;
}

.u-ml126 {
  margin-left: 126px;
}

.u-ml160 {
  margin-left: 160px;
}

@media screen and (max-width: 768px) {
  .u-ml0-md {
    margin-left: 0px !important;
  }
  .u-ml2-md {
    margin-left: 2px;
  }
  .u-ml4-md {
    margin-left: 4px;
  }
  .u-ml6-md {
    margin-left: 6px;
  }
  .u-ml8-md {
    margin-left: 8px;
  }
  .u-ml10-md {
    margin-left: 10px;
  }
  .u-ml12-md {
    margin-left: 12px;
  }
  .u-ml14-md {
    margin-left: 14px;
  }
  .u-ml16-md {
    margin-left: 16px;
  }
  .u-ml18-md {
    margin-left: 18px;
  }
  .u-ml20-md {
    margin-left: 20px;
  }
  .u-ml22-md {
    margin-left: 22px;
  }
  .u-ml24-md {
    margin-left: 24px;
  }
  .u-ml26-md {
    margin-left: 26px;
  }
  .u-ml28-md {
    margin-left: 28px;
  }
  .u-ml30-md {
    margin-left: 30px;
  }
  .u-ml32-md {
    margin-left: 32px;
  }
  .u-ml34-md {
    margin-left: 34px;
  }
  .u-ml36-md {
    margin-left: 36px;
  }
  .u-ml38-md {
    margin-left: 38px;
  }
  .u-ml40-md {
    margin-left: 40px;
  }
  .u-ml42-md {
    margin-left: 42px;
  }
  .u-ml44-md {
    margin-left: 44px;
  }
  .u-ml46-md {
    margin-left: 46px;
  }
  .u-ml48-md {
    margin-left: 48px;
  }
  .u-ml50-md {
    margin-left: 50px;
  }
  .u-ml52-md {
    margin-left: 52px;
  }
  .u-ml54-md {
    margin-left: 54px;
  }
  .u-ml56-md {
    margin-left: 56px;
  }
  .u-ml64-md {
    margin-left: 64px;
  }
  .u-ml72-md {
    margin-left: 72px;
  }
  .u-ml80-md {
    margin-left: 80px;
  }
  .u-ml88-md {
    margin-left: 88px;
  }
  .u-ml96-md {
    margin-left: 96px;
  }
  .u-ml100-md {
    margin-left: 100px;
  }
  .u-ml120-md {
    margin-left: 120px;
  }
  .u-ml126-md {
    margin-left: 126px;
  }
  .u-ml160-md {
    margin-left: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-ml0-lg {
    margin-left: 0px !important;
  }
  .u-ml2-lg {
    margin-left: 2px;
  }
  .u-ml4-lg {
    margin-left: 4px;
  }
  .u-ml6-lg {
    margin-left: 6px;
  }
  .u-ml8-lg {
    margin-left: 8px;
  }
  .u-ml10-lg {
    margin-left: 10px;
  }
  .u-ml12-lg {
    margin-left: 12px;
  }
  .u-ml14-lg {
    margin-left: 14px;
  }
  .u-ml16-lg {
    margin-left: 16px;
  }
  .u-ml18-lg {
    margin-left: 18px;
  }
  .u-ml20-lg {
    margin-left: 20px;
  }
  .u-ml22-lg {
    margin-left: 22px;
  }
  .u-ml24-lg {
    margin-left: 24px;
  }
  .u-ml26-lg {
    margin-left: 26px;
  }
  .u-ml28-lg {
    margin-left: 28px;
  }
  .u-ml30-lg {
    margin-left: 30px;
  }
  .u-ml32-lg {
    margin-left: 32px;
  }
  .u-ml34-lg {
    margin-left: 34px;
  }
  .u-ml36-lg {
    margin-left: 36px;
  }
  .u-ml38-lg {
    margin-left: 38px;
  }
  .u-ml40-lg {
    margin-left: 40px;
  }
  .u-ml42-lg {
    margin-left: 42px;
  }
  .u-ml44-lg {
    margin-left: 44px;
  }
  .u-ml46-lg {
    margin-left: 46px;
  }
  .u-ml48-lg {
    margin-left: 48px;
  }
  .u-ml50-lg {
    margin-left: 50px;
  }
  .u-ml52-lg {
    margin-left: 52px;
  }
  .u-ml54-lg {
    margin-left: 54px;
  }
  .u-ml56-lg {
    margin-left: 56px;
  }
  .u-ml64-lg {
    margin-left: 64px;
  }
  .u-ml72-lg {
    margin-left: 72px;
  }
  .u-ml80-lg {
    margin-left: 80px;
  }
  .u-ml88-lg {
    margin-left: 88px;
  }
  .u-ml96-lg {
    margin-left: 96px;
  }
  .u-ml100-lg {
    margin-left: 100px;
  }
  .u-ml120-lg {
    margin-left: 120px;
  }
  .u-ml126-lg {
    margin-left: 126px;
  }
  .u-ml160-lg {
    margin-left: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-ml0-xl {
    margin-left: 0px !important;
  }
  .u-ml2-xl {
    margin-left: 2px;
  }
  .u-ml4-xl {
    margin-left: 4px;
  }
  .u-ml6-xl {
    margin-left: 6px;
  }
  .u-ml8-xl {
    margin-left: 8px;
  }
  .u-ml10-xl {
    margin-left: 10px;
  }
  .u-ml12-xl {
    margin-left: 12px;
  }
  .u-ml14-xl {
    margin-left: 14px;
  }
  .u-ml16-xl {
    margin-left: 16px;
  }
  .u-ml18-xl {
    margin-left: 18px;
  }
  .u-ml20-xl {
    margin-left: 20px;
  }
  .u-ml22-xl {
    margin-left: 22px;
  }
  .u-ml24-xl {
    margin-left: 24px;
  }
  .u-ml26-xl {
    margin-left: 26px;
  }
  .u-ml28-xl {
    margin-left: 28px;
  }
  .u-ml30-xl {
    margin-left: 30px;
  }
  .u-ml32-xl {
    margin-left: 32px;
  }
  .u-ml34-xl {
    margin-left: 34px;
  }
  .u-ml36-xl {
    margin-left: 36px;
  }
  .u-ml38-xl {
    margin-left: 38px;
  }
  .u-ml40-xl {
    margin-left: 40px;
  }
  .u-ml42-xl {
    margin-left: 42px;
  }
  .u-ml44-xl {
    margin-left: 44px;
  }
  .u-ml46-xl {
    margin-left: 46px;
  }
  .u-ml48-xl {
    margin-left: 48px;
  }
  .u-ml50-xl {
    margin-left: 50px;
  }
  .u-ml52-xl {
    margin-left: 52px;
  }
  .u-ml54-xl {
    margin-left: 54px;
  }
  .u-ml56-xl {
    margin-left: 56px;
  }
  .u-ml64-xl {
    margin-left: 64px;
  }
  .u-ml72-xl {
    margin-left: 72px;
  }
  .u-ml80-xl {
    margin-left: 80px;
  }
  .u-ml88-xl {
    margin-left: 88px;
  }
  .u-ml96-xl {
    margin-left: 96px;
  }
  .u-ml100-xl {
    margin-left: 100px;
  }
  .u-ml120-xl {
    margin-left: 120px;
  }
  .u-ml126-xl {
    margin-left: 126px;
  }
  .u-ml160-xl {
    margin-left: 160px;
  }
}
.u-mr0 {
  margin-right: 0px !important;
}

.u-mr2 {
  margin-right: 2px;
}

.u-mr4 {
  margin-right: 4px;
}

.u-mr6 {
  margin-right: 6px;
}

.u-mr8 {
  margin-right: 8px;
}

.u-mr10 {
  margin-right: 10px;
}

.u-mr12 {
  margin-right: 12px;
}

.u-mr14 {
  margin-right: 14px;
}

.u-mr16 {
  margin-right: 16px;
}

.u-mr18 {
  margin-right: 18px;
}

.u-mr20 {
  margin-right: 20px;
}

.u-mr22 {
  margin-right: 22px;
}

.u-mr24 {
  margin-right: 24px;
}

.u-mr26 {
  margin-right: 26px;
}

.u-mr28 {
  margin-right: 28px;
}

.u-mr30 {
  margin-right: 30px;
}

.u-mr32 {
  margin-right: 32px;
}

.u-mr34 {
  margin-right: 34px;
}

.u-mr36 {
  margin-right: 36px;
}

.u-mr38 {
  margin-right: 38px;
}

.u-mr40 {
  margin-right: 40px;
}

.u-mr42 {
  margin-right: 42px;
}

.u-mr44 {
  margin-right: 44px;
}

.u-mr46 {
  margin-right: 46px;
}

.u-mr48 {
  margin-right: 48px;
}

.u-mr50 {
  margin-right: 50px;
}

.u-mr52 {
  margin-right: 52px;
}

.u-mr54 {
  margin-right: 54px;
}

.u-mr56 {
  margin-right: 56px;
}

.u-mr64 {
  margin-right: 64px;
}

.u-mr72 {
  margin-right: 72px;
}

.u-mr80 {
  margin-right: 80px;
}

.u-mr88 {
  margin-right: 88px;
}

.u-mr96 {
  margin-right: 96px;
}

.u-mr100 {
  margin-right: 100px;
}

.u-mr120 {
  margin-right: 120px;
}

.u-mr126 {
  margin-right: 126px;
}

.u-mr160 {
  margin-right: 160px;
}

@media screen and (max-width: 768px) {
  .u-mr0-md {
    margin-right: 0px !important;
  }
  .u-mr2-md {
    margin-right: 2px;
  }
  .u-mr4-md {
    margin-right: 4px;
  }
  .u-mr6-md {
    margin-right: 6px;
  }
  .u-mr8-md {
    margin-right: 8px;
  }
  .u-mr10-md {
    margin-right: 10px;
  }
  .u-mr12-md {
    margin-right: 12px;
  }
  .u-mr14-md {
    margin-right: 14px;
  }
  .u-mr16-md {
    margin-right: 16px;
  }
  .u-mr18-md {
    margin-right: 18px;
  }
  .u-mr20-md {
    margin-right: 20px;
  }
  .u-mr22-md {
    margin-right: 22px;
  }
  .u-mr24-md {
    margin-right: 24px;
  }
  .u-mr26-md {
    margin-right: 26px;
  }
  .u-mr28-md {
    margin-right: 28px;
  }
  .u-mr30-md {
    margin-right: 30px;
  }
  .u-mr32-md {
    margin-right: 32px;
  }
  .u-mr34-md {
    margin-right: 34px;
  }
  .u-mr36-md {
    margin-right: 36px;
  }
  .u-mr38-md {
    margin-right: 38px;
  }
  .u-mr40-md {
    margin-right: 40px;
  }
  .u-mr42-md {
    margin-right: 42px;
  }
  .u-mr44-md {
    margin-right: 44px;
  }
  .u-mr46-md {
    margin-right: 46px;
  }
  .u-mr48-md {
    margin-right: 48px;
  }
  .u-mr50-md {
    margin-right: 50px;
  }
  .u-mr52-md {
    margin-right: 52px;
  }
  .u-mr54-md {
    margin-right: 54px;
  }
  .u-mr56-md {
    margin-right: 56px;
  }
  .u-mr64-md {
    margin-right: 64px;
  }
  .u-mr72-md {
    margin-right: 72px;
  }
  .u-mr80-md {
    margin-right: 80px;
  }
  .u-mr88-md {
    margin-right: 88px;
  }
  .u-mr96-md {
    margin-right: 96px;
  }
  .u-mr100-md {
    margin-right: 100px;
  }
  .u-mr120-md {
    margin-right: 120px;
  }
  .u-mr126-md {
    margin-right: 126px;
  }
  .u-mr160-md {
    margin-right: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-mr0-lg {
    margin-right: 0px !important;
  }
  .u-mr2-lg {
    margin-right: 2px;
  }
  .u-mr4-lg {
    margin-right: 4px;
  }
  .u-mr6-lg {
    margin-right: 6px;
  }
  .u-mr8-lg {
    margin-right: 8px;
  }
  .u-mr10-lg {
    margin-right: 10px;
  }
  .u-mr12-lg {
    margin-right: 12px;
  }
  .u-mr14-lg {
    margin-right: 14px;
  }
  .u-mr16-lg {
    margin-right: 16px;
  }
  .u-mr18-lg {
    margin-right: 18px;
  }
  .u-mr20-lg {
    margin-right: 20px;
  }
  .u-mr22-lg {
    margin-right: 22px;
  }
  .u-mr24-lg {
    margin-right: 24px;
  }
  .u-mr26-lg {
    margin-right: 26px;
  }
  .u-mr28-lg {
    margin-right: 28px;
  }
  .u-mr30-lg {
    margin-right: 30px;
  }
  .u-mr32-lg {
    margin-right: 32px;
  }
  .u-mr34-lg {
    margin-right: 34px;
  }
  .u-mr36-lg {
    margin-right: 36px;
  }
  .u-mr38-lg {
    margin-right: 38px;
  }
  .u-mr40-lg {
    margin-right: 40px;
  }
  .u-mr42-lg {
    margin-right: 42px;
  }
  .u-mr44-lg {
    margin-right: 44px;
  }
  .u-mr46-lg {
    margin-right: 46px;
  }
  .u-mr48-lg {
    margin-right: 48px;
  }
  .u-mr50-lg {
    margin-right: 50px;
  }
  .u-mr52-lg {
    margin-right: 52px;
  }
  .u-mr54-lg {
    margin-right: 54px;
  }
  .u-mr56-lg {
    margin-right: 56px;
  }
  .u-mr64-lg {
    margin-right: 64px;
  }
  .u-mr72-lg {
    margin-right: 72px;
  }
  .u-mr80-lg {
    margin-right: 80px;
  }
  .u-mr88-lg {
    margin-right: 88px;
  }
  .u-mr96-lg {
    margin-right: 96px;
  }
  .u-mr100-lg {
    margin-right: 100px;
  }
  .u-mr120-lg {
    margin-right: 120px;
  }
  .u-mr126-lg {
    margin-right: 126px;
  }
  .u-mr160-lg {
    margin-right: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-mr0-xl {
    margin-right: 0px !important;
  }
  .u-mr2-xl {
    margin-right: 2px;
  }
  .u-mr4-xl {
    margin-right: 4px;
  }
  .u-mr6-xl {
    margin-right: 6px;
  }
  .u-mr8-xl {
    margin-right: 8px;
  }
  .u-mr10-xl {
    margin-right: 10px;
  }
  .u-mr12-xl {
    margin-right: 12px;
  }
  .u-mr14-xl {
    margin-right: 14px;
  }
  .u-mr16-xl {
    margin-right: 16px;
  }
  .u-mr18-xl {
    margin-right: 18px;
  }
  .u-mr20-xl {
    margin-right: 20px;
  }
  .u-mr22-xl {
    margin-right: 22px;
  }
  .u-mr24-xl {
    margin-right: 24px;
  }
  .u-mr26-xl {
    margin-right: 26px;
  }
  .u-mr28-xl {
    margin-right: 28px;
  }
  .u-mr30-xl {
    margin-right: 30px;
  }
  .u-mr32-xl {
    margin-right: 32px;
  }
  .u-mr34-xl {
    margin-right: 34px;
  }
  .u-mr36-xl {
    margin-right: 36px;
  }
  .u-mr38-xl {
    margin-right: 38px;
  }
  .u-mr40-xl {
    margin-right: 40px;
  }
  .u-mr42-xl {
    margin-right: 42px;
  }
  .u-mr44-xl {
    margin-right: 44px;
  }
  .u-mr46-xl {
    margin-right: 46px;
  }
  .u-mr48-xl {
    margin-right: 48px;
  }
  .u-mr50-xl {
    margin-right: 50px;
  }
  .u-mr52-xl {
    margin-right: 52px;
  }
  .u-mr54-xl {
    margin-right: 54px;
  }
  .u-mr56-xl {
    margin-right: 56px;
  }
  .u-mr64-xl {
    margin-right: 64px;
  }
  .u-mr72-xl {
    margin-right: 72px;
  }
  .u-mr80-xl {
    margin-right: 80px;
  }
  .u-mr88-xl {
    margin-right: 88px;
  }
  .u-mr96-xl {
    margin-right: 96px;
  }
  .u-mr100-xl {
    margin-right: 100px;
  }
  .u-mr120-xl {
    margin-right: 120px;
  }
  .u-mr126-xl {
    margin-right: 126px;
  }
  .u-mr160-xl {
    margin-right: 160px;
  }
}
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt2 {
  margin-top: 2px;
}

.u-mt4 {
  margin-top: 4px;
}

.u-mt6 {
  margin-top: 6px;
}

.u-mt8 {
  margin-top: 8px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mt12 {
  margin-top: 12px;
}

.u-mt14 {
  margin-top: 14px;
}

.u-mt16 {
  margin-top: 16px;
}

.u-mt18 {
  margin-top: 18px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt22 {
  margin-top: 22px;
}

.u-mt24 {
  margin-top: 24px;
}

.u-mt26 {
  margin-top: 26px;
}

.u-mt28 {
  margin-top: 28px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt32 {
  margin-top: 32px;
}

.u-mt34 {
  margin-top: 34px;
}

.u-mt36 {
  margin-top: 36px;
}

.u-mt38 {
  margin-top: 38px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt42 {
  margin-top: 42px;
}

.u-mt44 {
  margin-top: 44px;
}

.u-mt46 {
  margin-top: 46px;
}

.u-mt48 {
  margin-top: 48px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt52 {
  margin-top: 52px;
}

.u-mt54 {
  margin-top: 54px;
}

.u-mt56 {
  margin-top: 56px;
}

.u-mt64 {
  margin-top: 64px;
}

.u-mt72 {
  margin-top: 72px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt88 {
  margin-top: 88px;
}

.u-mt96 {
  margin-top: 96px;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt120 {
  margin-top: 120px;
}

.u-mt126 {
  margin-top: 126px;
}

.u-mt160 {
  margin-top: 160px;
}

@media screen and (max-width: 768px) {
  .u-mt0-md {
    margin-top: 0px !important;
  }
  .u-mt2-md {
    margin-top: 2px;
  }
  .u-mt4-md {
    margin-top: 4px;
  }
  .u-mt6-md {
    margin-top: 6px;
  }
  .u-mt8-md {
    margin-top: 8px;
  }
  .u-mt10-md {
    margin-top: 10px;
  }
  .u-mt12-md {
    margin-top: 12px;
  }
  .u-mt14-md {
    margin-top: 14px;
  }
  .u-mt16-md {
    margin-top: 16px;
  }
  .u-mt18-md {
    margin-top: 18px;
  }
  .u-mt20-md {
    margin-top: 20px;
  }
  .u-mt22-md {
    margin-top: 22px;
  }
  .u-mt24-md {
    margin-top: 24px;
  }
  .u-mt26-md {
    margin-top: 26px;
  }
  .u-mt28-md {
    margin-top: 28px;
  }
  .u-mt30-md {
    margin-top: 30px;
  }
  .u-mt32-md {
    margin-top: 32px;
  }
  .u-mt34-md {
    margin-top: 34px;
  }
  .u-mt36-md {
    margin-top: 36px;
  }
  .u-mt38-md {
    margin-top: 38px;
  }
  .u-mt40-md {
    margin-top: 40px;
  }
  .u-mt42-md {
    margin-top: 42px;
  }
  .u-mt44-md {
    margin-top: 44px;
  }
  .u-mt46-md {
    margin-top: 46px;
  }
  .u-mt48-md {
    margin-top: 48px;
  }
  .u-mt50-md {
    margin-top: 50px;
  }
  .u-mt52-md {
    margin-top: 52px;
  }
  .u-mt54-md {
    margin-top: 54px;
  }
  .u-mt56-md {
    margin-top: 56px;
  }
  .u-mt64-md {
    margin-top: 64px;
  }
  .u-mt72-md {
    margin-top: 72px;
  }
  .u-mt80-md {
    margin-top: 80px;
  }
  .u-mt88-md {
    margin-top: 88px;
  }
  .u-mt96-md {
    margin-top: 96px;
  }
  .u-mt100-md {
    margin-top: 100px;
  }
  .u-mt120-md {
    margin-top: 120px;
  }
  .u-mt126-md {
    margin-top: 126px;
  }
  .u-mt160-md {
    margin-top: 160px;
  }
}
@media screen and (min-width: 769px) {
  .u-mt0-lg {
    margin-top: 0px !important;
  }
  .u-mt2-lg {
    margin-top: 2px;
  }
  .u-mt4-lg {
    margin-top: 4px;
  }
  .u-mt6-lg {
    margin-top: 6px;
  }
  .u-mt8-lg {
    margin-top: 8px;
  }
  .u-mt10-lg {
    margin-top: 10px;
  }
  .u-mt12-lg {
    margin-top: 12px;
  }
  .u-mt14-lg {
    margin-top: 14px;
  }
  .u-mt16-lg {
    margin-top: 16px;
  }
  .u-mt18-lg {
    margin-top: 18px;
  }
  .u-mt20-lg {
    margin-top: 20px;
  }
  .u-mt22-lg {
    margin-top: 22px;
  }
  .u-mt24-lg {
    margin-top: 24px;
  }
  .u-mt26-lg {
    margin-top: 26px;
  }
  .u-mt28-lg {
    margin-top: 28px;
  }
  .u-mt30-lg {
    margin-top: 30px;
  }
  .u-mt32-lg {
    margin-top: 32px;
  }
  .u-mt34-lg {
    margin-top: 34px;
  }
  .u-mt36-lg {
    margin-top: 36px;
  }
  .u-mt38-lg {
    margin-top: 38px;
  }
  .u-mt40-lg {
    margin-top: 40px;
  }
  .u-mt42-lg {
    margin-top: 42px;
  }
  .u-mt44-lg {
    margin-top: 44px;
  }
  .u-mt46-lg {
    margin-top: 46px;
  }
  .u-mt48-lg {
    margin-top: 48px;
  }
  .u-mt50-lg {
    margin-top: 50px;
  }
  .u-mt52-lg {
    margin-top: 52px;
  }
  .u-mt54-lg {
    margin-top: 54px;
  }
  .u-mt56-lg {
    margin-top: 56px;
  }
  .u-mt64-lg {
    margin-top: 64px;
  }
  .u-mt72-lg {
    margin-top: 72px;
  }
  .u-mt80-lg {
    margin-top: 80px;
  }
  .u-mt88-lg {
    margin-top: 88px;
  }
  .u-mt96-lg {
    margin-top: 96px;
  }
  .u-mt100-lg {
    margin-top: 100px;
  }
  .u-mt120-lg {
    margin-top: 120px;
  }
  .u-mt126-lg {
    margin-top: 126px;
  }
  .u-mt160-lg {
    margin-top: 160px;
  }
}
@media screen and (min-width: 1350px) {
  .u-mt0-xl {
    margin-top: 0px !important;
  }
  .u-mt2-xl {
    margin-top: 2px;
  }
  .u-mt4-xl {
    margin-top: 4px;
  }
  .u-mt6-xl {
    margin-top: 6px;
  }
  .u-mt8-xl {
    margin-top: 8px;
  }
  .u-mt10-xl {
    margin-top: 10px;
  }
  .u-mt12-xl {
    margin-top: 12px;
  }
  .u-mt14-xl {
    margin-top: 14px;
  }
  .u-mt16-xl {
    margin-top: 16px;
  }
  .u-mt18-xl {
    margin-top: 18px;
  }
  .u-mt20-xl {
    margin-top: 20px;
  }
  .u-mt22-xl {
    margin-top: 22px;
  }
  .u-mt24-xl {
    margin-top: 24px;
  }
  .u-mt26-xl {
    margin-top: 26px;
  }
  .u-mt28-xl {
    margin-top: 28px;
  }
  .u-mt30-xl {
    margin-top: 30px;
  }
  .u-mt32-xl {
    margin-top: 32px;
  }
  .u-mt34-xl {
    margin-top: 34px;
  }
  .u-mt36-xl {
    margin-top: 36px;
  }
  .u-mt38-xl {
    margin-top: 38px;
  }
  .u-mt40-xl {
    margin-top: 40px;
  }
  .u-mt42-xl {
    margin-top: 42px;
  }
  .u-mt44-xl {
    margin-top: 44px;
  }
  .u-mt46-xl {
    margin-top: 46px;
  }
  .u-mt48-xl {
    margin-top: 48px;
  }
  .u-mt50-xl {
    margin-top: 50px;
  }
  .u-mt52-xl {
    margin-top: 52px;
  }
  .u-mt54-xl {
    margin-top: 54px;
  }
  .u-mt56-xl {
    margin-top: 56px;
  }
  .u-mt64-xl {
    margin-top: 64px;
  }
  .u-mt72-xl {
    margin-top: 72px;
  }
  .u-mt80-xl {
    margin-top: 80px;
  }
  .u-mt88-xl {
    margin-top: 88px;
  }
  .u-mt96-xl {
    margin-top: 96px;
  }
  .u-mt100-xl {
    margin-top: 100px;
  }
  .u-mt120-xl {
    margin-top: 120px;
  }
  .u-mt126-xl {
    margin-top: 126px;
  }
  .u-mt160-xl {
    margin-top: 160px;
  }
}
.u-ml-auto {
  margin-left: auto;
}

.u-mr-auto {
  margin-right: auto;
}

.u-mlr-auto {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .u-mlr-auto-md {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 769px) {
  .u-mlr-auto-lg {
    margin-left: auto;
    margin-right: auto;
  }
}

:root {
  --color-white: #ffffff;
  --color-white-002: #f0f2f2;
  --color-rich-black: #464e52;
  --color-gray-003: #d3d9db;
  --color-blue-000: #287dbb;
  --color-blue-002: #2276b3;
  --color-blue-005: #4eb3d7;
  --color-yellow-001: #f9c200;
  /* FOOTER */
  --footer-bg: var(--color-white-002);
  --color-base-link: var(--color-blue-002);
  --color-base-border: var(--color-gray-003);
  --color-button-specially-001: var(--color-blue-005);
  --color-button-specially-002: var(--color-blue-000);
  --header-bottom-border: var(--color-white-002);
}
:root a,
:root button {
  transition: all 0.3s;
}

html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  font-family: "YakuHanJP", "Roboto", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.8rem;
  background-color: #fff;
  color: #3b414a;
  position: relative;
}
body.fixed {
  overflow: hidden;
}

picture, img {
  max-width: 100%;
  height: auto;
}

.p-lp-host__wrapper {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-lp-host__wrapper {
    min-width: 1200px;
  }
}
.p-lp-host__cv_btn {
  width: 100%;
  max-width: 400px;
  height: 52px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
@media screen and (min-width: 769px) {
  .p-lp-host__cv_btn {
    max-width: 480px;
    height: 76px;
    font-size: 2.8rem;
  }
}
.p-lp-host__header {
  width: 100%;
  background-color: var(--color-white);
  border-bottom: 1px solid var(--header-bottom-border);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
}
.p-lp-host__header__inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__header__inner {
    height: 72px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-host__header__logo {
    max-width: 107px;
  }
}
.p-lp-host__header__btn {
  max-width: 96px;
  max-height: 32px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .p-lp-host__header__btn {
    max-width: 120px;
    max-height: 40px;
    font-size: 1.6rem;
  }
}
.p-lp-host__footer {
  width: 100%;
  background-color: var(--footer-bg);
  overflow: hidden;
}
.p-lp-host__footer__inner {
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__footer__inner {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__footer__inner {
    width: 100%;
    max-width: 1176px;
    min-width: 1176px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: end;
  }
}
.p-lp-host__footer__wrapper {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .p-lp-host__footer__wrapper {
    max-width: calc(100% - 126px);
  }
}
.p-lp-host__footer__head {
  color: var(--color-rich-black);
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 8px;
}
.p-lp-host__footer__app {
  display: flex;
  gap: 16px;
}
.p-lp-host__footer__app-apple {
  max-width: 130px;
}
.p-lp-host__footer__app-google {
  max-width: 160px;
}
.p-lp-host__footer__nav {
  width: 100%;
  margin-top: 24px;
}
.p-lp-host__footer__nav__list {
  width: 100%;
  display: flex;
  align-items: center;
  align-self: auto;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-lp-host__footer__nav__list {
    overflow: hidden;
    margin-top: -8px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-host__footer__nav__list__item {
    margin-top: 8px;
  }
}
.p-lp-host__footer__nav__list__item:not(:last-child) {
  display: flex;
  align-items: center;
}
.p-lp-host__footer__nav__list__item:not(:last-child)::after {
  content: "/";
  font-size: 1.4rem;
  line-height: 1;
  display: block;
  margin-left: 16px;
  margin-right: 16px;
}
.p-lp-host__footer__nav__list__link {
  color: var(--color-rich-black);
  font-size: 1.4rem;
  text-decoration: none;
}
@media (any-hover: hover) {
  .p-lp-host__footer__nav__list__link:hover {
    color: var(--color-base-link);
  }
}
.p-lp-host__footer__side {
  width: 100%;
  max-width: 140px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__footer__side {
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
  }
}
.p-lp-host__footer__sns {
  width: 56px;
  display: flex;
  align-items: center;
  align-self: auto;
  justify-content: space-between;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .p-lp-host__footer__sns {
    margin-right: auto;
  }
}
.p-lp-host__footer__sns__item {
  width: 24px;
  height: 24px;
}
.p-lp-host__footer__sns__link {
  display: block;
}
@media (any-hover: hover) {
  .p-lp-host__footer__sns__link:hover {
    opacity: 0.7;
  }
}
.p-lp-host__footer__copyright {
  color: var(--color-rich-black);
  font-size: 1.2rem;
  text-align: center;
}
.p-lp-host__footer + .l-gmogroup_footer {
  padding-top: 40px;
}
.p-lp-host__main {
  padding-bottom: 40px;
  padding-top: 48px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__main {
    padding-bottom: 80px;
    padding-top: 72px;
  }
}
.p-lp-host__keyvisual {
  width: 100%;
  background-image: linear-gradient(139deg, #f9fcff 23%, #d5ebfa 73%);
}
.p-lp-host__keyvisual--bg {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-lp-host__keyvisual--bg::after {
    content: "";
    width: 100vw;
    min-width: 1200px;
    height: 100%;
    background-image: url("/static/assets/images/lp/host/general/img_kv_bg_pc.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
  }
}
.p-lp-host__keyvisual__inner {
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.p-lp-host__keyvisual__img {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-lp-host__keyvisual__img {
    min-height: 540px;
  }
}
.p-lp-host__keyvisual__btn {
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp-host__keyvisual__btn {
    width: calc(100% - 32px);
    max-width: 400px;
  }
}
.p-lp-host__section {
  width: 100%;
}
.p-lp-host__section__inner {
  width: 100%;
  max-width: 1096px;
  text-align: center;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__section__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__section__inner {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
.p-lp-host__section__inner--about {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__section__inner--about {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__section__inner--about {
    padding-top: 160px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-host__section__inner--about .p-lp-host__section__text {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.p-lp-host__section__img {
  display: block;
}
.p-lp-host__section__point {
  width: 104px;
  height: 32px;
  border: 2px solid #4eb3d7;
  color: #4eb3d7;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 769px) {
  .p-lp-host__section__point {
    width: 160px;
    height: 46px;
    border: 3px solid #4eb3d7;
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}
.p-lp-host__section__title {
  color: #2d2f2f;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: 2px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__section__title {
    word-break: keep-all;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__section__title {
    font-size: 4rem;
  }
}
.p-lp-host__section__title + .p-lp-host__section__img {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__section__title + .p-lp-host__section__img {
    margin-top: 40px;
  }
}
.p-lp-host__section__text {
  color: #464e52;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__section__text {
    font-size: 2rem;
    margin-top: 40px;
  }
}
.p-lp-host__section__text-img {
  text-align: center;
  margin-top: 8px;
}
.p-lp-host__section__notes {
  color: #464e52;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__section__notes {
    word-break: keep-all;
  }
}
.p-lp-host__section__bg {
  margin-top: 64px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__section__bg {
    margin-top: 40px;
    scale: 1.65;
  }
}
.p-lp-host__section__btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
.p-lp-host__point02 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__point02 {
    flex-wrap: wrap;
    gap: 24px;
    margin-top: 24px;
  }
}
.p-lp-host__point02__item {
  width: 100%;
  background-color: #f1f8fa;
  padding-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__point02__item {
    border-radius: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__point02__item {
    border-radius: 16px;
    padding-bottom: 40px;
    padding-top: 40px;
  }
}
.p-lp-host__point02__title {
  color: #2d2f2f;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .p-lp-host__point02__title {
    font-size: 2.4rem;
  }
}
.p-lp-host__point02__text {
  color: #464e52;
  font-size: 1.4rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__point02__text {
    min-height: 60px;
    font-size: 2rem;
  }
}
.p-lp-host__point02__img-text {
  margin-top: 8px;
}
.p-lp-host__point02__img {
  margin-top: 16px;
}
.p-lp-host__point03 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__point03 {
    gap: 40px;
    margin-top: 40px;
  }
}
.p-lp-host__point03__item {
  border: 1px solid #d3d9db;
  border-radius: 8px;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__point03__item {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__point03__item {
    max-width: 338px;
    min-height: 264px;
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 24px;
  }
}
.p-lp-host__point03__heading {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.p-lp-host__point03__icon {
  width: 48px;
  height: 48px;
  display: block;
}
.p-lp-host__point03__title {
  color: #2d2f2f;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .p-lp-host__point03__title {
    font-size: 2rem;
  }
}
.p-lp-host__point03__text {
  color: #2d2f2f;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__point03__text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
.p-lp-host__step {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__step {
    flex-wrap: wrap;
    margin-top: 24px;
  }
}
.p-lp-host__step__item {
  width: 100%;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-host__step__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__step__item {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px;
  }
}
.p-lp-host__step__item:nth-child(2), .p-lp-host__step__item:nth-child(3) {
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__step__item:nth-child(2), .p-lp-host__step__item:nth-child(3) {
    padding-left: 16px;
    padding-top: 56px;
  }
}
.p-lp-host__step__item:nth-child(1), .p-lp-host__step__item:nth-child(1)::before {
  background-color: #f1f8fa;
}
.p-lp-host__step__item:nth-child(2), .p-lp-host__step__item:nth-child(2)::before {
  background-color: #dff4fb;
}
.p-lp-host__step__item:nth-child(3) {
  background-color: #cbeef9;
}
.p-lp-host__step__item:nth-child(1)::before, .p-lp-host__step__item:nth-child(2)::before {
  content: "";
  width: 40px;
  height: 100%;
  clip-path: polygon(40px 50%, 0% 0%, 0% 100%);
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-host__step__item:nth-child(1)::before, .p-lp-host__step__item:nth-child(2)::before {
    width: 100%;
    height: 40px;
    clip-path: polygon(50% 40px, 0% 0%, 100% 0%);
    left: 0;
    top: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-host__step__content {
    text-align: left;
  }
}
.p-lp-host__step__count {
  color: #4eb3d7;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-host__step__count {
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__step__count {
    font-size: 4rem;
    position: absolute;
    left: calc(50% + 10px);
    top: -40px;
    transform: translateX(-50%);
  }
  .p-lp-host__step__count.step2, .p-lp-host__step__count.step3 {
    left: calc(50% + 24px);
  }
}
.p-lp-host__step__count > span {
  font-size: 4.8rem;
}
@media screen and (min-width: 769px) {
  .p-lp-host__step__count > span {
    font-size: 6.4rem;
  }
}
.p-lp-host__step__title {
  color: #2d2f2f;
  font-size: 1.8rem;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .p-lp-host__step__title {
    word-break: keep-all;
    margin-top: 8px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__step__title {
    font-size: 2.4rem;
  }
}
.p-lp-host__step__img {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp-host__step__img {
    max-width: 160px;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__step__img {
    margin-left: 0;
    margin-top: 24px;
  }
}

.p-lp-host__faq p {
  white-space: pre-wrap;
  word-break: keep-all;
}
.p-lp-host__faq__list {
  border-bottom: 1px solid var(--color-base-border);
  border-top: 1px solid var(--color-base-border);
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .p-lp-host__faq__list {
    margin-top: 40px;
  }
}
.p-lp-host__faq__list__item {
  text-align: left;
}
.p-lp-host__faq__list__item + .p-lp-host__faq__list__item {
  border-top: 1px solid var(--color-base-border);
}
.p-lp-host__faq__list__item > dt {
  color: var(--color-rich-black);
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 24px;
  padding-top: 24px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-host__faq__list__item > dt {
    font-size: 1.4rem;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__faq__list__item > dt {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-lp-host__faq__list__item > dt:hover {
  color: var(--color-base-link);
}
.p-lp-host__faq__list__item > dt::before {
  content: "Q";
  color: var(--color-blue-005);
  font-weight: bold;
  line-height: 1;
  margin: auto 0;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-lp-host__faq__list__item > dt::before {
    font-size: 2.6rem;
    left: 2px;
    top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__faq__list__item > dt::before {
    font-size: 3.6rem;
    left: 0;
    top: 16px;
  }
}
.p-lp-host__faq__list__item > dt::after {
  content: "";
  background-image: url("/static/assets/images/common/icon_accordion-plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 768px) {
  .p-lp-host__faq__list__item > dt::after {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__faq__list__item > dt::after {
    width: 24px;
    height: 24px;
  }
}
.p-lp-host__faq__list__item > dt.is-open::after {
  background-image: url("/static/assets/images/common/icon_accordion-minus.svg");
  rotate: 180deg;
}
.p-lp-host__faq__list__item > dt.is-open:hover {
  color: var(--color-rich-black);
}
.p-lp-host__faq__list__item > dd {
  width: 100%;
  height: 0;
  line-height: 1.5;
  position: relative;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-host__faq__list__item > dd {
    font-size: 1.4rem;
    padding-left: 36px;
    padding-right: 36px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__faq__list__item > dd {
    font-size: 1.6rem;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.p-lp-host__faq__list__item > dd::before {
  content: "A";
  color: var(--color-yellow-001);
  font-weight: bold;
  line-height: 1;
  margin: auto 0;
  opacity: 0;
  position: absolute;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .p-lp-host__faq__list__item > dd::before {
    font-size: 2.6rem;
    left: 2px;
    top: 3px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__faq__list__item > dd::before {
    font-size: 3.6rem;
    left: 2px;
    top: 0;
  }
}
.p-lp-host__faq__list__item > dd.is-open {
  height: auto;
  opacity: 1;
  padding-bottom: 24px;
  padding-top: 4px;
}
.p-lp-host__faq__list__item > dd.is-open::before {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .p-lp-host__faq__list__item > dd.is-open::before {
    top: 3px;
  }
}
@media screen and (min-width: 769px) {
  .p-lp-host__faq__list__item > dd.is-open::before {
    top: 0;
  }
}
