@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none; /* 1 */
  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: 1em; /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box; /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* ===================== 
固定ページ-共通で使う要素
 ===================== */
/* ----- 共通要素@mixin ----- */
html {
  color: #333333;
  font-family: "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 0.78125vw;
  scroll-behavior: smooth;
  width: 100%;
}
@media screen and (max-width:920px) {
  html {
    font-size: 0.7818608288vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 575px) {
  html {
    font-size: 1.6666666667vw;
  }
}

body {
  background: #fff;
}

img {
  height: auto;
  width: 100%;
}

a {
  color: #886e59;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

p {
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 0;
  margin-top: 0;
  text-align: justify;
}

ul,
li {
  font-size: 16px;
  line-height: 1.75;
}

div,
p,
span {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

/* ===================== 
ヘッダー
 ===================== */
.l-lp-header__mv {
  display: flex;
  height: 500px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.l-lp-header__bg {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-lp-header__bg::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-lp-header__bg img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

.l-lp-header__txt {
  margin: auto;
  padding: 8.4rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .l-lp-header__txt {
    padding: 2.4rem;
  }
}

/* ===================== 
フッター
 ===================== */
.l-lp-footer {
  align-items: center;
  display: flex;
  height: 37.6rem;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.l-lp-footer__bg {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.l-lp-footer__bg::after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.l-lp-footer__bg img {
  -o-object-fit: cover;
  height: 100%;
     object-fit: cover;
  width: 100%;
}

footer.post-footer {
  display: none !important;
}

/* ===================== 
セクション
 ===================== */
.l-lp-section {
  padding-bottom: 3.2rem;
  padding-top: 3.2rem;
}

.l-lp-section__inner {
  margin: auto;
  max-width: 920px;
  padding: 0 20px;
  width: 100%;
}

/* ===================== 
テキスト
 ===================== */
/* 外部リンク */
a img {
  transition: all ease 0.3s;
}
a img:hover {
  opacity: 0.7;
}

.c-lp-txt {
  margin-top: 2rem;
}

.c-lp-lead {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 2.4rem;
}
@media screen and (max-width: 575px) {
  .c-lp-lead {
    font-size: 18px;
  }
}

.c-lp-note {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
}

.c-lp-note-ind1 {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  padding-left: 1em;
  text-indent: -1em;
}

.c-lp-note-ind3 {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  padding-left: 3em;
  text-indent: -3em;
}

.c-lp-note-ind4 {
  font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  padding-left: 4em;
  text-indent: -4em;
}

/* ===================== 
見出し
 ===================== */
h1 {
  color: #fff;
  font-size: min(5.6rem, 56px);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 575px) {
  h1 {
    font-size: 32px;
  }
}

#lp-header {
  display: none;
}

.c-lp-heaading-subcatch {
  color: #fff;
  font-size: min(2.4rem, 24px);
}
@media screen and (max-width: 575px) {
  .c-lp-heaading-subcatch {
    font-size: 18px;
  }
}

.c-lp-heading {
  font-feature-settings: "palt";
  color: #212121;
  font-size: min(4.8rem, 48px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (max-width: 575px) {
  .c-lp-heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .c-lp-heading br {
    display: none;
  }
}

.c-lp-heading-band {
  background-color: #cec1b1;
  font-size: min(2.8rem, 28px);
  padding: 2.4rem;
}
@media screen and (max-width: 575px) {
  .c-lp-heading-band {
    font-size: 20px;
  }
}

.c-lp-heading--s {
  font-size: 85%;
}
@media screen and (max-width: 575px) {
  .c-lp-heading--s {
    display: block;
  }
}

.c-lp-heading--note {
  display: inline-block;
  font-size: 75%;
}

/* ===================== 
ボタン
 ===================== */
.c-lp-btn {
  background-color: #212121;
  border-radius: 12px;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1607843137);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: min(24px, 2.4rem);
  font-weight: 600;
  max-width: 480px;
  padding: 3.2rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all ease 0.3s;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .c-lp-btn {
    width: min(500px, 50rem);
  }
}
.c-lp-btn:hover {
  opacity: 0.7;
}

.c-lp-btn--w {
  background-color: #fff;
  color: #212121;
}

.c-lp-btn-wrap {
  text-align: center;
  width: 100%;
}

/* ===================== 
アイコン
 ===================== */
.c-lp-tri {
  display: inline-block;
  height: 1em;
  position: relative;
  top: 0.15em;
  width: 1em;
}

.c-lp-tri-t {
  border-bottom: 0.5em solid #886e59;
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-lp-tri-r {
  border-bottom: 0.5em solid transparent;
  border-left: 0.5em solid #886e59;
  border-top: 0.5em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}

.c-lp-tri-l {
  border-bottom: 0.5em solid transparent;
  border-right: 0.5em solid #886e59;
  border-top: 0.5em solid transparent;
  content: "";
  display: inline-block;
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}

.c-lp-tri-b {
  border-left: 0.5em solid transparent;
  border-right: 0.5em solid transparent;
  border-top: 0.5em solid #82ce8a;
  content: "";
  display: inline-block;
  height: 0;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.c-lp-external-link {
  font-size: 1.5rem;
  font-weight: 600;
  position: relative;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-lp-external-link {
    font-size: 1.25rem;
  }
  .c-lp-external-link:hover::before, .c-lp-external-link:hover::after {
    opacity: 0.7;
  }
}

.c-lp-external-link-i {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
  position: relative;
  width: 1em;
}
.c-lp-external-link-i svg {
  display: inline-block;
  position: relative;
  top: -0.15em;
}

.c-lp-icon-check {
  display: inline-block;
  width: min(12rem, 120px);
}

/* ===================== 
メールアドレス対策
 ===================== */
.domain::before {
  content: "@";
}

/* ===================== 
Wisebook誘導
 ===================== */
.p-lp-ctr-wb {
  border: solid 2px #212121;
  box-sizing: border-box;
  margin: auto;
  margin-top: 10rem;
  max-width: 880px;
  padding: 4.6rem 3.6rem;
  width: 100%;
}

.p-lp-ctr-wb__ttl {
  font-size: min(3.2rem, 32px);
  margin-bottom: 0;
  margin-top: 0;
}

.p-lp-ctr-wb__contents {
  display: grid;
  gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 16px;
}
@media screen and (max-width: 575px) {
  .p-lp-ctr-wb__contents {
    grid-template-columns: 1fr;
  }
}

.p-lp-ctr-wb__btn {
  background-color: #212121;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  margin-top: 16px;
  max-width: 240px;
  padding: 16px;
  text-align: center;
  width: 100%;
}

/* ===================== 
CTR
 ===================== */
.p-lp-ctr {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
  justify-content: center;
  margin-top: 7.2rem;
}
@media screen and (max-width: 1279px) {
  .p-lp-ctr {
    gap: 3rem;
  }
}

/* ===================== 
テキスト本文
 ===================== */
.p-lp-contents {
  margin-top: 4.8rem;
}

.p-lp-contents-img {
  margin-top: 4.8rem;
}

/* ===================== 
箇条書き
 ===================== */
.p-lp-lists {
  display: grid;
  gap: 32px;
  margin-bottom: 0;
  margin-top: 4.8rem;
  padding-left: 0;
}

.p-lp-lists--grid3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1279px) {
  .p-lp-lists--grid3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .p-lp-lists--grid3 {
    grid-template-columns: 1fr;
  }
}

.p-lp-lists--grid2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 575px) {
  .p-lp-lists--grid2 {
    grid-template-columns: 1fr;
  }
}

.p-lp-lists__item {
  align-items: center;
  background-color: #886e59;
  border-radius: 12px;
  color: #fff;
  display: flex;
flex-direction: column;
  flex-wrap: wrap;
  font-weight: 600;
  justify-content: center;
  list-style: none;
  padding: 14px;
  text-align: center;
}

.p-lp-lists__ttl {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
}

.p-lp-lists__ttl--s {
  display: block;
  font-size: 75%;
}

.p-lp-lists__txt {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 4px;
  text-align: center;
}

.p-lp-lists__txt--s {
  font-size: 85%;
}

/* 文中箇条書き */
.p-lp-lists-explan {
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
}

.p-lp-lists-explan__item {
  list-style: none;
}

.p-lp-lists-explan__heading {
  font-size: 20px;
  margin-top: 3.2rem;
}

/* ===================== 
 フォント
 ===================== */
.u-lp-text-nomal {
  font-weight: normal;
}

.u-lp-text-bold {
  font-weight: bold;
}

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

.u-lp-text-left {
  text-align: left !important;
}

/* ===================== 
カラー
 ===================== */
.u-lp-bg-w {
  background-color: #fff !important;
}

.u-lp-clr-w {
  color: #fff;
}

.u-lp-bg-base {
  background-color: #886e59;
}

.u-lp-clr-base {
  color: #886e59;
}

.u-lp-clr-bg {
  background-color: #ebe9e2;
}

.u-lp-clr-0 {
  background-color: rgba(0, 0, 0, 0) !important;
}

/* ===================== 
ボーダー
 ===================== */
.u-lp-border {
  border-color: #ddd;
  border-style: solid;
  border-width: 1px;
}

.u-lp-border-2 {
  border-color: #ddd;
  border-style: solid;
  border-width: 2px;
}

.u-lp-border-4 {
  border-color: #ddd;
  border-style: solid;
  border-width: 4px;
}

.u-lp-border-r {
  border-width: 0 1px 0 0;
}

.u-lp-border-tr {
  border-width: 1px 1px 0 0;
}

.u-lp-border-t {
  border-width: 1px 0 0 0;
}

.u-lp-border-l {
  border-width: 0 0 0 1px;
}

.u-lp-border-tl {
  border-width: 1px 0 0 1px;
}

.u-lp-border-b {
  border-width: 0 0 1px 0;
}

.u-lp-border-br {
  border-width: 0 1px 1px 0;
}

.u-lp-border-bl {
  border-width: 0 0 1px 1px;
}

.u-lp-border--w {
  border-color: #fff;
}

.u-lp-border-radius_8 {
  border-radius: 8px;
}

/* ===================== 
余白設定
 ===================== */
.u-lp-m-auto {
  margin: auto;
}

.u-lp-mt-auto {
  margin-top: auto;
}

.u-lp-mt-0 {
  margin-top: 0 !important;
}

.u-lp-mb-0 {
  margin-bottom: 0 !important;
}

.u-lp-my-0 {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.u-lp-p-0 {
  padding: 0 !important;
}

.u-lp-pt-0 {
  padding-top: 0 !important;
}

.u-lp-pb-0 {
  padding-bottom: 0 !important;
}

.u-lp-pl-0 {
  padding-left: 0 !important;
}

.u-lp-py-0 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

/* マージン ------ */
.u-lp-mt-ss {
  margin-top: 0.8rem !important;
}

.u-lp-mb-ss {
  margin-bottom: 0.8rem !important;
}

.u-lp-my-ss {
  margin-bottom: 0.8rem !important;
  margin-top: 0.8rem !important;
}

.u-lp-mt-s {
  margin-top: 2.4rem !important;
}

.u-lp-mb-s {
  margin-bottom: 2.4rem !important;
}

.u-lp-my-s {
  margin-bottom: 2.4rem !important;
  margin-top: 2.4rem !important;
}

.u-lp-mt-m {
  margin-top: 3.2rem !important;
}

.u-lp-mb-m {
  margin-bottom: 3.2rem !important;
}

.u-lp-my-m {
  margin-bottom: 3.2rem !important;
  margin-top: 3.2rem !important;
}

.u-lp-mt-l {
  margin-top: 4.8rem !important;
}

.u-lp-mb-l {
  margin-bottom: 4.8rem !important;
}

.u-lp-my-l {
  margin-bottom: 4.8rem !important;
  margin-top: 4.8rem !important;
}

.u-lp-mt-ll {
  margin-top: 6.4rem !important;
}

.u-lp-mb-ll {
  margin-bottom: 6.4rem !important;
}

.u-lp-my-ll {
  margin-bottom: 6.4rem !important;
  margin-top: 6.4rem !important;
}

.u-lp-mt-xl {
  margin-top: 9.6rem !important;
}

.u-lp-mb-xl {
  margin-bottom: 9.6rem !important;
}

.u-lp-my-xl {
  margin-bottom: 9.6rem !important;
  margin-top: 9.6rem !important;
}

.u-lp-pt-s {
  padding-top: 2.4rem !important;
}

.u-lp-pb-s {
  padding-bottom: 2.4rem !important;
}

.u-lp-py-s {
  padding-bottom: 2.4rem !important;
  padding-top: 2.4rem !important;
}

.u-lp-pt-m {
  padding-top: 3.2rem !important;
}

.u-lp-pb-m {
  padding-bottom: 3.2rem !important;
}

.u-lp-py-m {
  padding-bottom: 3.2rem !important;
  padding-top: 3.2rem !important;
}

.u-lp-pt-l {
  padding-top: 4.8rem !important;
}

.u-lp-pb-l {
  padding-bottom: 4.8rem !important;
}

.u-lp-py-l {
  padding-bottom: 4.8rem !important;
  padding-top: 4.8rem !important;
}

.u-lp-pt-ll {
  padding-top: 6.4rem !important;
}

.u-lp-pb-ll {
  padding-bottom: 6.4rem !important;
}

.u-lp-py-ll {
  padding-bottom: 6.4rem;
  padding-top: 6.4rem;
}

.u-lp-pt-xl {
  padding-top: 9.6rem !important;
}

.u-lp-mp-xl {
  padding-bottom: 9.6rem !important;
}

.u-lp-mp-xl {
  padding-bottom: 9.6rem !important;
  padding-top: 9.6rem !important;
}

/* ===================== 
幅設定（必要なら追加）
 ===================== */
.u-lp-w-100 {
  width: 100%;
}

.u-lp-w-80 {
  display: block;
  width: 80%;
}

.u-lp-w-50 {
  width: 50%;
}

/* ===================== 
 効果
 ===================== */
.u-lp-textGlow {
  text-shadow: 1px 1px 4px #fff, -1px 1px 4px #fff, 1px -1px 4px #fff, -1px -1px 4px #fff;
}

/* ===================== 
 flexbox
 ===================== */
.u-lp-flex-center {
  align-items: center;
  display: flex;
}

.u-lp-flex-row {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1em;
}

/* ===================== 
改行（レスポンシブ
 ===================== */
@media screen and (min-width: 769px) {
  .u-lp-br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u-lp-br-pc {
    display: none;
  }
}