@charset "UTF-8";
/* 共通 */
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 {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: 0.1em;
  font-weight: 400;
  line-height: 1.5;
}

:root {
  --white-color: #FFFFFF;
  --green-color: #06C675;
  --yellow-color: #FCD34E;
  --red-color: #EE221E;
  --black-color: #333333;
}

.lp__heatmap-item-ttl br {
  display: none;
}

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

h2 {
  font-size: 32px;
}
@media (max-width: 950px) {
  h2 {
    font-size: clamp(16px, 4.3vw, 18px);
  }
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}
@media (max-width: 950px) {
  h4 {
    font-size: clamp(16px, 4.3vw, 18px);
  }
}

p, li {
  font-size: 14px;
}

section {
  max-width: 100%;
  margin: 0 auto;
}

.inner {
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

div.wrapper {
  max-width: 100%;
  overflow: hidden;
}

.text-indent {
  padding-left: 0.5em;
  text-indent: -1em;
}

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

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

.sp_only {
  display: none;
}

.pc_only {
  display: block;
}

@media (max-width: 950px) {
  .sp_only {
    display: block;
  }
  .pc_only {
    display: none;
  }
}
.cv-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 50px 0;
}
@media (max-width: 950px) {
  .cv-btn {
    flex-direction: column;
    gap: 30px;
    padding: 10px 20px 0;
  }
}
.cv-btn p a {
  border-radius: 50px;
  font-size: 20px;
  padding: 12px 80px;
  box-shadow: 6px 4px 6px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  gap: 5px;
}
.cv-btn p a span.icon {
  width: 30px;
}
.cv-btn p a span.text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
}
.cv-btn p a span.text .text-large {
  font-size: 20px;
  color: var(--white-color);
  line-height: 1;
}
.cv-btn p a span.text .text-small {
  font-size: 12px;
  color: var(--white-color);
  line-height: 1;
}
@media (max-width: 950px) {
  .cv-btn p a {
    font-size: clamp(14px, 2.5vw, 20px);
    padding: 4% 0;
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}
.cv-btn p.btn-red a {
  background: var(--red-color);
  border: 1px solid var(--white-color);
  color: var(--white-color);
}
.cv-btn p.btn-green a {
  background: var(--green-color);
  color: var(--white-color);
}

/*==============================
TOP戻るボタン
==============================*/
.top-btn {
  position: fixed;
  bottom: 10%;
  right: 5%;
  z-index: 100;
  opacity: 0;
  transition: 0.3s ease;
}

.top-btn a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background: #333;
  font-size: 12px;
  border: 2px solid #fff;
  width: 60px;
  height: 60px;
  border-radius: 90px;
  box-sizing: border-box;
}

.top-btn span {
  display: block;
  font-size: inherit;
  color: #fff;
  line-height: 1;
  margin-top: 3px;
}

.top-btn i {
  color: inherit;
}

.top-btn.active {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 599px) {
  .top-btn {
    right: 2.5%;
    bottom: 5%;
  }
}
.lp__lv2-heading {
  font-size: 30px;
  text-align: center;
  line-height: 1.6;
}

.lp__lv2-heading02 {
  color: #d10000;
  font-size: 1.25em;
  font-style: normal;
}

.lp__lv2-heading03 {
  color: #d10000;
  font-style: normal;
  font-size: inherit;
}

.lp__lv2-heading04 {
  font-size: 30px;
  text-align: center;
  color: #fff;
}

@media (max-width: 1279px) {
  .lp__lv2-heading {
    font-size: 26px;
  }
  .lp__lv2-heading04 {
    font-size: 26px;
  }
}
@media (max-width: 950px) {
  .lp__lv2-heading,
  .lp__lv2-heading03,
  .lp__lv2-heading04 {
    font-size: 22px;
  }
}
@media (max-width: 750px) {
  .lp__lv2-heading,
  .lp__lv2-heading03,
  .lp__lv2-heading04 {
    font-size: 20px;
  }
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*==============================
改行
==============================*/
.br-sp {
  display: none !important;
}

@media (max-width: 950px) {
  .br-sp {
    display: inline !important;
  }
}
.br-tab {
  display: none !important;
}

@media (max-width: 1200px) {
  .br-tab {
    display: inline !important;
  }
}
.br-pc {
  display: inline !important;
}

@media (max-width: 751px) {
  .br-pc {
    display: none !important;
  }
}
/*==============================
header
==============================*/
.lp__header {
  padding: 0 100px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  /*height: 100px;*/
  padding: 15px 0;
}

.lp__header-inner {
  width: 100%;
}

.lp__header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

.lp__header-logo {
  max-width: 330px;
  width: 100%;
}

.lp__header-logo a {
  display: inline-block;
}

.lp__header-logo img {
  width: 100%;
}

.lp__nav-btn {
  display: flex;
  gap: 30px;
}
.lp__nav-btn .lp__nav-btn-tel {
  color: var(--green-color);
  font-size: 22px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp__nav-btn .lp__nav-btn-tel img {
  width: 20px;
}
.lp__nav-btn .lp__nav-btn-inc {
  font-size: 18px;
  background: linear-gradient(to bottom left, #82E1B9, var(--green-color));
  color: var(--white-color);
  font-weight: 600;
  padding: 15px 50px;
  border-radius: 50px;
}

@media (max-width: 1440px) {
  .lp__header {
    padding-left: 30px;
    padding-right: 30px;
  }
  .lp__header-top {
    padding: 0 7.5% 0 6.7%;
  }
}
@media (max-width: 1279px) {
  .lp__header-logo {
    max-width: 300px;
  }
  .lp__header-top {
    padding: 0 7.1% 0 6.4%;
  }
}
@media (max-width: 1024px) {
  .lp__header-top {
    padding: 0;
  }
}
@media (max-width: 950px) {
  .lp__header {
    padding: 0 15px;
    /*height: auto;*/
    /*height: 60px;*/
    margin: 0;
  }
  .lp__header-inner {
    position: fixed;
    z-index: 9999;
    background: #fff;
    left: 0;
    width: 100%;
    top: 0;
  }
  .lp__header-top {
    height: 60px;
    padding-left: 20px;
    justify-content: start;
  }
  .lp__header-logo {
    max-width: 250px;
    margin-right: auto;
  }
  .lp__nav-btn {
    display: none;
  }
}
/*==============================
ハンバーガー
==============================*/
.hamburger {
  display: none;
}

.hamburger__btn {
  display: block;
  position: relative;
  width: 100px;
  height: 100px;
  touch-action: manipulation;
  z-index: 9999;
  padding: 0;
}

.is-active .hamburger__bar:nth-child(1) {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 48px;
}

.is-active .hamburger__bar:nth-child(2) {
  background: transparent;
}

.is-active .hamburger__bar:nth-child(3) {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  top: 48px;
}

.hamburger__bar {
  display: block;
  background: var(--green-color);
  width: 40px;
  height: 2px;
  position: absolute;
  transition-duration: 0.2s;
  transition-property: transform;
}

.hamburger__bar:nth-child(1) {
  top: 36px;
  left: 20px;
}

.hamburger__bar:nth-child(2) {
  top: 46px;
  left: 20px;
}

.hamburger__bar:nth-child(3) {
  top: 56px;
  left: 20px;
}

@media (max-width: 950px) {
  .hamburger {
    display: block;
  }
}
/*==============================
ナビゲーション
==============================*/
@media (min-width: 951px) {
  .lp__nav {
    height: auto !important;
    max-width: 1200px;
    margin: 0 auto;
  }
}
.lp__nav-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0 10px;
}

.lp__nav-item {
  text-align: center;
  position: relative;
  font-size: 18px;
  width: 25%;
  border-right: 1px solid #333;
}

.lp__nav-item:last-of-type {
  border-right: none;
}

.lp__nav-item a {
  color: #333;
  display: block;
  padding: 0px;
  box-sizing: border-box;
}

@media (max-width: 950px) {
  .lp__nav {
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #fff;
    height: 0;
    overflow: hidden;
  }
  .lp__nav-list {
    margin: 0;
    display: block;
    padding: 0 10px 20px;
  }
  .lp__nav-item {
    text-align: left;
    width: 100%;
    border-right: none;
  }
  .lp__nav-item a {
    display: block;
    font-size: 14px;
    padding: 12px 30px 12px 10px;
    border-bottom: 1px solid var(--blue-color);
    position: relative;
  }
  .lp__nav-item a::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--blue-color);
    position: absolute;
    right: 15px;
  }
}
/*==============================
lp--meta_fv-meta
==============================*/
section.lp--meta_fv-meta {
  margin-top: 138px;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta {
    margin-top: calc(9vw + 60px);
  }
}
section.lp--meta_fv-meta .inner {
  position: relative;
  overflow: visible;
  padding: 80px 20px;
  max-width: 1500px;
}
@media (max-width: 650px) {
  section.lp--meta_fv-meta .inner {
    padding: 60px 10px 100px;
  }
}
section.lp--meta_fv-meta .inner .bg {
  position: absolute;
  inset: 0;
  background-image: url(../img/fv-line/fv-line_bg.png);
  clip-path: polygon(0 0, 100% 0, 100% 70%, 0 85%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .bg {
    background-image: url(../img/fv-line/fv-line_bg_sp.png);
    clip-path: polygon(0 12%, 100% 2%, 100% 89%, 0% 100%);
  }
}
section.lp--meta_fv-meta .inner::after {
  position: absolute;
  content: "";
  width: clamp(360px, 33vw, 400px);
  aspect-ratio: 380/502;
  z-index: 1;
  bottom: 90px;
  right: 60px;
  background-image: url(../img/fv-line/fv-line_bg-icon.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner::after {
    width: min(50vw, 280px);
    right: 20px;
  }
}
@media (max-width: 650px) {
  section.lp--meta_fv-meta .inner::after {
    width: min(25vw, 280px);
    right: 20px;
    left: auto;
    margin: 0;
    bottom: 60px;
  }
}
section.lp--meta_fv-meta .inner .text-catch {
  position: absolute;
  transform: rotate(-6deg);
  top: -9%;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .text-catch {
    top: -21%;
  }
}
@media (max-width: 650px) {
  section.lp--meta_fv-meta .inner .text-catch {
    top: -24%;
  }
}
section.lp--meta_fv-meta .inner .text-catch h3 {
  font-size: clamp(22px, 4.5vw, 48px);
  font-weight: 500;
  letter-spacing: 0;
}
section.lp--meta_fv-meta .inner .text-catch h3 span.text-green {
  font-size: clamp(30px, 5.5vw, 64px);
  font-weight: 500;
  color: var(--green-color);
  letter-spacing: 0;
}
section.lp--meta_fv-meta .inner .mainVisual {
  padding: calc(2vw + 40px) 0 100px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .mainVisual {
    padding: 0;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .green-text {
  padding-top: 15px;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .mainVisual .green-text {
    padding-top: 10px;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .green-text p {
  font-size: clamp(28px, 2.8vw, 46px);
  display: inline-block;
  color: var(--green-color);
  font-weight: 500;
  border-bottom: 2px dashed var(--white-color);
  background-color: var(--white-color);
  padding: 0 5px 5px;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .mainVisual .green-text p {
    font-size: clamp(20px, 4vw, 36px);
    display: inline;
    line-height: 2.5em;
  }
}
@media (max-width: 650px) {
  section.lp--meta_fv-meta .inner .mainVisual .green-text p {
    font-size: 16px;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .green-text p span.text-underline {
  font-size: clamp(28px, 2.8vw, 46px);
  color: var(--green-color);
  font-weight: 500;
  border-bottom: 1px solid var(--green-color);
}
@media (max-width: 650px) {
  section.lp--meta_fv-meta .inner .mainVisual .green-text p span.text-underline {
    font-size: 16px;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: clamp(350px, 54vw, 870px);
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .mainVisual .flex-center_box {
    align-items: flex-start;
    width: clamp(350px, 65vw, 870px);
  }
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text {
  width: 100%;
  padding-top: 40px;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text {
    padding-top: 10px;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text h2 {
  width: 100%;
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text h2 span {
  color: var(--white-color);
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text h2 span.sub {
  display: inline-block;
  text-align: left;
  font-size: clamp(20px, 2.2vw, 30px);
  line-height: 1.8;
  width: 100%;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text h2 span.sub {
    font-size: clamp(12px, 4.5vw, 30px);
  }
}
@media (max-width: 650px) {
  section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text h2 span.sub {
    font-size: 16px;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text h2 span.main {
  display: block;
  text-align: right;
  font-size: clamp(30px, 2.6vw, 40px);
  padding-top: 6px;
  font-weight: 500;
}
@media (max-width: 950px) {
  section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .main-text h2 span.main {
    font-size: clamp(22px, 6vw, 40px);
    text-align: left;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .award-box {
  max-width: 453px;
}
@media (max-width: 650px) {
  section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .award-box {
    padding-top: 10px;
    max-width: 70%;
  }
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .award-box img {
  width: 100%;
}
section.lp--meta_fv-meta .inner .mainVisual .flex-center_box .award-box p {
  margin-top: -20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0;
  color: var(--white-color);
}
section.lp--meta_fv-meta .cv-btn {
  padding-top: 20px;
}

/*==============================
lp--meta_worries
==============================*/
section.lp--meta_worries {
  background: url(../img/worries/worries_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  max-width: 100%;
  margin: 100px auto 0;
}
@media (max-width: 950px) {
  section.lp--meta_worries {
    background-image: url(../img/worries/worries_bg_sp.png);
    margin: 40px auto 0;
  }
}
section.lp--meta_worries .inner {
  padding: 50px 0;
}
@media (max-width: 950px) {
  section.lp--meta_worries .inner {
    padding: 30px 0;
  }
}
section.lp--meta_worries .inner .title {
  text-align: center;
  padding-bottom: 30px;
}
section.lp--meta_worries .inner .title h2 {
  color: var(--white-color);
  letter-spacing: 0;
}
section.lp--meta_worries .inner .title p {
  font-size: 24px;
  color: var(--white-color);
  letter-spacing: 0;
}
section.lp--meta_worries .inner .gray-box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 100px;
}
@media (max-width: 950px) {
  section.lp--meta_worries .inner .gray-box {
    max-width: 70%;
    padding-bottom: 40px;
  }
}
section.lp--meta_worries .inner .gray-box .content {
  display: flex;
  align-items: center; /* ← テキストの上端に合わせる */
  gap: 10px; /* ← margin-rightの代わりに間隔を確保 */
  border: 1px solid var(--white-color);
  border-radius: 12px;
  padding: 20px 10px;
  background: rgba(0, 0, 0, 0.2);
  line-height: 1.6;
  text-align: left;
  font-size: 16px;
  color: var(--white-color);
  font-weight: 500;
}
@media (max-width: 950px) {
  section.lp--meta_worries .inner .gray-box .content {
    padding: 14px 10px;
  }
}
section.lp--meta_worries .inner .gray-box .content span.icon {
  flex: 0 0 22px; /* ← 固定幅でアイコンが潰れないようにする */
  width: 22px;
  height: 22px;
  line-height: 22px;
  margin-top: 3px; /* ← テキストの高さに対して微調整 */
  position: relative;
  top: -2px;
}

/*==============================
lp--meta_answer
==============================*/
section.lp--meta_answer {
  max-width: 100%;
  background: linear-gradient(to bottom left, #4AE7A5, var(--green-color));
  padding: 80px 0px 50px;
  z-index: -1;
  position: relative;
  margin-top: -45px;
}
@media (max-width: 950px) {
  section.lp--meta_answer {
    padding: 50px 0 20px;
  }
}
section.lp--meta_answer h2 {
  color: var(--white-color);
  font-size: 28px;
  text-align: center;
}
@media (max-width: 950px) {
  section.lp--meta_answer h2 {
    font-size: 20px;
  }
}
section.lp--meta_answer h2 span.emphasis {
  font-size: 40px;
  color: var(--white-color);
  font-weight: 500;
}
@media (max-width: 950px) {
  section.lp--meta_answer h2 span.emphasis {
    font-size: 30px;
  }
}

/*==============================
lp--meta_strength
==============================*/
section.lp--meta_strength .inner {
  padding: 100px 0 0;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner {
    padding: 40px 20px;
  }
}
section.lp--meta_strength .inner > .title {
  text-align: center;
  padding-bottom: 40px;
}
section.lp--meta_strength .inner > .title p {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner > .title p {
    font-size: 18px;
  }
}
section.lp--meta_strength .inner > .title h2 {
  font-size: 28px;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner > .title h2 {
    font-size: 20px;
    line-height: 1.2;
  }
}
section.lp--meta_strength .inner > .title h2 span.emphasis {
  color: var(--green-color);
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner > .title h2 span.emphasis {
    font-size: 20px;
  }
}
section.lp--meta_strength .inner .content {
  max-width: 1000px;
  margin: 0 auto;
}
section.lp--meta_strength .inner .content + .content {
  padding-top: 60px;
}
section.lp--meta_strength .inner .content .title {
  text-align: left;
  padding-bottom: 2px;
}
section.lp--meta_strength .inner .content .title p {
  display: inline-block;
  max-width: 150px;
}
section.lp--meta_strength .inner .content .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  border: 2px solid var(--green-color);
  border-radius: 8px;
}
section.lp--meta_strength .inner .content .flex-box.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner .content .flex-box {
    flex-direction: column !important;
    align-items: center;
    gap: 20px;
    padding: 20px;
  }
}
section.lp--meta_strength .inner .content .flex-box .text {
  max-width: 60%;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner .content .flex-box .text {
    max-width: 100%;
  }
}
section.lp--meta_strength .inner .content .flex-box .text h3 {
  font-size: 24px;
  border: 2px solid var(--red-color);
  border-radius: 40px;
  padding: 10px 20px;
  display: inline-block;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner .content .flex-box .text h3 {
    font-size: clamp(16px, 2.3vw, 24px);
    text-align: center;
    letter-spacing: 0;
    padding: 6px;
  }
}
section.lp--meta_strength .inner .content .flex-box .text h4 {
  font-size: 18px;
  padding-top: 20px;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner .content .flex-box .text h4 {
    font-size: 16px;
    letter-spacing: 0;
  }
}
section.lp--meta_strength .inner .content .flex-box .text p {
  padding-top: 20px;
  font-size: 16px;
  letter-spacing: 0.06em;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner .content .flex-box .text p {
    font-size: 14px;
  }
}
section.lp--meta_strength .inner .content .flex-box .img {
  max-width: 270px;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner .content .flex-box .img {
    max-width: 200px;
    text-align: center;
  }
}
section.lp--meta_strength .inner .cv-btn {
  margin-top: 60px;
  justify-content: center;
}
@media (max-width: 950px) {
  section.lp--meta_strength .inner .cv-btn {
    margin-top: 30px;
    padding-bottom: 0;
  }
}

/*==============================
lp--meta_offer
==============================*/
section.lp--meta_offer {
  padding: 80px 0;
  max-width: 100%;
  background-image: url(../img/offer/offer_bg01.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 650px) {
  section.lp--meta_offer {
    padding: 40px 0;
  }
}
section.lp--meta_offer .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 950px) {
  section.lp--meta_offer .inner {
    padding: 0 20px;
  }
}
section.lp--meta_offer .inner .banner {
  width: 800px;
  background-image: url(../img/offer/offer_bg02.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 950px) {
  section.lp--meta_offer .inner .banner {
    width: 100%;
    background: none;
  }
}
section.lp--meta_offer .inner .banner .box {
  padding: 12px 30px;
  text-align: center;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .banner .box {
    padding: 0;
  }
}
section.lp--meta_offer .inner .banner .box h3 {
  position: relative;
  font-size: 28px;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
  color: var(--white-color);
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .banner .box h3 {
    font-size: 24px;
  }
}
section.lp--meta_offer .inner .banner .box h3::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--white-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: -40px;
}
section.lp--meta_offer .inner .banner .box h3::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--white-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: -40px;
}
section.lp--meta_offer .inner .banner .box p {
  font-size: 28px;
  font-weight: 500;
  color: var(--white-color);
  padding-top: 10px;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .banner .box p {
    font-size: 24px;
  }
}
section.lp--meta_offer .inner .banner .box p span.emphasis {
  font-size: 44px;
  font-weight: 500;
  color: var(--white-color);
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .banner .box p span.emphasis {
    font-size: 36px;
  }
}
section.lp--meta_offer .inner .banner .box .white-box {
  padding: 20px 15px;
}
section.lp--meta_offer .inner .banner .box .white-box p {
  font-size: 24px;
  font-weight: 500;
  background-color: var(--white-color);
  border-radius: 50px;
  color: var(--black-color);
  display: inline-block;
  padding: 5px 10% 10px;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .banner .box .white-box p {
    padding: 0 10% 5px;
  }
}
section.lp--meta_offer .inner .banner .box .white-box p span.emphasis {
  font-size: 44px;
  color: var(--red-color);
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .banner .box .white-box p span.emphasis {
    font-size: 36px;
  }
}
section.lp--meta_offer .inner .text {
  padding-top: 60px;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .text {
    padding-top: 30px;
  }
}
section.lp--meta_offer .inner .text h3 {
  font-size: 24px;
  font-weight: 500;
  color: var(--white-color);
  text-align: center;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .text h3 {
    text-align: left;
    font-size: 18px;
  }
}
section.lp--meta_offer .inner .text p {
  padding-top: 30px;
  font-size: 20px;
  color: var(--white-color);
  letter-spacing: 0;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .text p {
    font-size: 16px;
    padding-top: 20px;
  }
}
section.lp--meta_offer .inner .flex-box {
  padding-top: 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
@media (max-width: 950px) {
  section.lp--meta_offer .inner .flex-box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.lp--meta_offer .inner .flex-box .img {
  max-width: 180px;
}
section.lp--meta_offer .inner .flex-box .white-box {
  max-width: 690px;
}
section.lp--meta_offer .inner .flex-box .white-box .flex {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px 30px;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .flex-box .white-box .flex {
    flex-direction: column;
  }
}
section.lp--meta_offer .inner .flex-box .white-box .flex .text {
  width: calc(50% - 10px);
  padding-top: 0;
  max-width: 320px;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .flex-box .white-box .flex .text {
    width: 100%;
  }
}
section.lp--meta_offer .inner .flex-box .white-box .flex .text h4 {
  padding: 5px 0;
  border-top: 2px solid var(--green-color);
  border-bottom: 2px solid var(--green-color);
  font-size: 18px;
  color: var(--green-color);
  display: inline-block;
}
section.lp--meta_offer .inner .flex-box .white-box .flex .text p {
  font-size: 14px;
  padding-top: 20px;
  color: var(--black-color);
}
section.lp--meta_offer .inner .flex-box .white-box .flex .img {
  width: calc(50% - 10px);
  max-width: 100%;
}
@media (max-width: 650px) {
  section.lp--meta_offer .inner .flex-box .white-box .flex .img {
    width: 100%;
    padding-top: 20px;
  }
}

/*==============================
lp--meta_case
==============================*/
section.lp--meta_case {
  margin: 100px 0 0;
}
@media (max-width: 950px) {
  section.lp--meta_case {
    margin-top: 40px;
  }
}
section.lp--meta_case .inner > .title {
  padding-bottom: 40px;
  text-align: center;
}
section.lp--meta_case .inner > .title h2 {
  font-size: 24px;
}
section.lp--meta_case .inner > .title h2 span.emphasis {
  font-size: 24px;
  font-weight: 500;
  color: var(--green-color);
}
section.lp--meta_case .inner .content {
  max-width: 900px;
  margin: 0 auto;
}
section.lp--meta_case .inner .content .number {
  padding-bottom: 10px;
}
section.lp--meta_case .inner .content .number p {
  position: relative;
  font-size: 16px;
  padding-left: 20px;
  font-weight: bold;
}
section.lp--meta_case .inner .content .number p::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: var(--black-color);
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}
section.lp--meta_case .inner .content .number p span.emphasis {
  font-size: 18px;
  font-weight: 700;
}
section.lp--meta_case .inner .content .result h3 {
  border: 1px solid var(--red-color);
  padding: 3px 5px;
  display: inline-block;
  color: var(--red-color);
  font-weight: 600;
}
@media (max-width: 650px) {
  section.lp--meta_case .inner .content .result h3 {
    font-size: 18px;
  }
}
section.lp--meta_case .inner .content .client {
  padding-top: 20px;
}
section.lp--meta_case .inner .content .client p {
  font-size: 22px;
  font-weight: 600;
}
@media (max-width: 650px) {
  section.lp--meta_case .inner .content .client p {
    font-size: 18px;
  }
}
section.lp--meta_case .inner .content .client p span.small {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 650px) {
  section.lp--meta_case .inner .content .client p span.small {
    font-size: 14px;
  }
}
section.lp--meta_case .inner .content .list {
  padding-top: 10px;
}
section.lp--meta_case .inner .content .list ul li {
  font-size: 16px;
}
section.lp--meta_case .inner .content .list ul li .flex {
  display: flex;
  gap: 5px;
}
section.lp--meta_case .inner .content .list ul li .flex .icon {
  width: 20px;
  height: 20px;
}
section.lp--meta_case .inner .content .list ul li .flex .title {
  white-space: nowrap;
}
section.lp--meta_case .inner .content .list ul li span.emphasis {
  padding-left: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
}
section.lp--meta_case .inner .content .list ul li + li {
  padding-top: 8px;
}
section.lp--meta_case .inner .content .line {
  margin: 30px 0;
  width: 100%;
  height: 1px;
  background-color: var(--black-color);
}

/*==============================
lp--meta_stream
==============================*/
section.lp--meta_stream {
  margin: 100px 0 0;
}
@media (max-width: 950px) {
  section.lp--meta_stream {
    margin: 40px 0 0;
  }
}
section.lp--meta_stream .inner .title {
  padding-bottom: 40px;
  text-align: center;
}
@media (max-width: 650px) {
  section.lp--meta_stream .inner .title {
    padding-bottom: 20px;
  }
}
section.lp--meta_stream .inner .title h2 {
  font-size: 24px;
}
@media (max-width: 650px) {
  section.lp--meta_stream .inner .title h2 {
    font-size: 20px;
  }
}
section.lp--meta_stream .inner .title h2 span.emphasis {
  font-size: 24px;
  font-weight: 500;
  color: var(--green-color);
}
@media (max-width: 650px) {
  section.lp--meta_stream .inner .title h2 span.emphasis {
    font-size: 20px;
  }
}
section.lp--meta_stream .inner .content {
  max-width: 700px;
  margin: 0 auto;
}
section.lp--meta_stream .inner .content .flex-box {
  display: flex;
  justify-content: space-between;
}
section.lp--meta_stream .inner .content .flex-box .img {
  width: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 650px) {
  section.lp--meta_stream .inner .content .flex-box .img {
    width: 100%;
  }
}
section.lp--meta_stream .inner .content .flex-box .img .title p {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 650px) {
  section.lp--meta_stream .inner .content .flex-box .img .title p {
    font-size: 16px;
    letter-spacing: 0;
  }
}
section.lp--meta_stream .inner .content .flex-box .img .title .img {
  padding-top: 10px;
  text-align: center;
}
section.lp--meta_stream .inner .content .description {
  padding-top: 10px;
}
section.lp--meta_stream .inner .content .description p {
  font-weight: 600;
  text-align: center;
}

/*==============================
lp--meta_service
==============================*/
section.lp--meta_service {
  max-width: 1500px;
  margin: 100px auto 0;
  background-image: url(../img/service/service_bg.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
}
@media (max-width: 650px) {
  section.lp--meta_service {
    background-image: url(../img/service/service_bg_sp.png);
    margin-top: 40px;
  }
}
section.lp--meta_service .inner {
  padding: 80px 0 100px;
}
@media (max-width: 950px) {
  section.lp--meta_service .inner {
    padding: 40px 0;
  }
}
section.lp--meta_service .inner > .title {
  text-align: center;
  padding-bottom: 40px;
}
section.lp--meta_service .inner > .title h2 {
  font-size: 24px;
}
section.lp--meta_service .inner .sub-title {
  width: 272px;
  padding: 0 20px;
  text-align: center;
}
@media (max-width: 650px) {
  section.lp--meta_service .inner .sub-title {
    margin: 0 auto;
  }
}
section.lp--meta_service .inner .sub-title p {
  background-color: var(--white-color);
  color: var(--green-color);
  border: 1px solid var(--green-color);
  padding: 5px 10px;
  font-size: 22px;
  letter-spacing: 0;
}
section.lp--meta_service .inner .flex-box {
  padding: 20px 20px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  section.lp--meta_service .inner .flex-box {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 650px) {
  section.lp--meta_service .inner .flex-box {
    justify-content: center;
  }
}
section.lp--meta_service .inner .flex-box .content {
  width: 270px;
  border: 1px solid var(--black-color);
  background-color: var(--white-color);
}
@media (max-width: 650px) {
  section.lp--meta_service .inner .flex-box .content {
    width: 100%;
    margin: 0 20px;
  }
}
section.lp--meta_service .inner .flex-box .content .title h4 {
  color: var(--white-color);
  padding: 13px 0;
  text-align: center;
  font-size: 22px;
  background-color: var(--green-color);
}
section.lp--meta_service .inner .flex-box .content .img {
  width: 130px;
  margin: 0 auto;
  padding: 20px 0;
}
section.lp--meta_service .inner .flex-box .content .list {
  padding-bottom: 20px;
}
section.lp--meta_service .inner .flex-box .content .list ul {
  margin-left: 40px;
  padding-right: 20px;
  list-style-image: url(../img/service/service_icon01.png);
  list-style-position: outside;
}
section.lp--meta_service .inner .flex-box .content .list ul li {
  font-weight: 600;
  letter-spacing: 0;
}
section.lp--meta_service .inner .flex-box .content .list ul li + li {
  padding-top: 10px;
}

/*==============================
lp--meta_flow
==============================*/
section.lp--meta_flow {
  background: var(--green-color);
  padding: 80px 0;
}
@media (max-width: 950px) {
  section.lp--meta_flow {
    padding: 40px 0;
  }
}
@media (max-width: 950px) {
  section.lp--meta_flow .inner {
    max-width: none;
  }
}
section.lp--meta_flow .inner .title {
  text-align: center;
  padding-bottom: 40px;
}
section.lp--meta_flow .inner .title h2 {
  color: var(--white-color);
  font-size: clamp(20px, 4.3vw, 24px);
}
section.lp--meta_flow .inner .title h2 span.emphasis {
  color: var(--yellow-color);
  font-size: 32px;
}
@media (max-width: 950px) {
  section.lp--meta_flow .inner .title h2 span.emphasis {
    font-size: clamp(24px, 5.4vw, 32px);
  }
}
section.lp--meta_flow .inner .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1200px) {
  section.lp--meta_flow .inner .flex-box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
  }
}
@media (max-width: 750px) {
  section.lp--meta_flow .inner .flex-box {
    flex-direction: column;
    gap: 20px;
  }
}
section.lp--meta_flow .inner .flex-box .content {
  max-width: 162px;
  min-height: 336px;
}
@media (max-width: 750px) {
  section.lp--meta_flow .inner .flex-box .content {
    min-height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
  }
}
section.lp--meta_flow .inner .flex-box .content .img {
  background: rgba(51, 51, 51, 0.25);
  padding: 15px;
  border: 1px solid var(--white-color);
  border-radius: 4px;
  width: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.lp--meta_flow .inner .flex-box .content .img p {
  padding-top: 0;
  width: 100px;
}
section.lp--meta_flow .inner .flex-box .content .img img {
  width: 100px;
}
section.lp--meta_flow .inner .flex-box .content h4 {
  color: var(--white-color);
  padding-top: 20px;
}
section.lp--meta_flow .inner .flex-box .content p {
  color: var(--white-color);
  padding-top: 20px;
}
@media (max-width: 750px) {
  section.lp--meta_flow .inner .flex-box .arrow {
    transform: rotate(90deg);
  }
}

/*==============================
lp--meta_faq
==============================*/
section.lp--meta_faq {
  background: #A8E6CC;
  padding: 80px 0;
  margin-top: 100px;
}
@media (max-width: 950px) {
  section.lp--meta_faq {
    margin-top: 40px;
    padding-top: 30px;
  }
}

section.lp--meta_faq .inner .title {
  padding-bottom: 40px;
}
@media (max-width: 950px) {
  section.lp--meta_faq .inner .title {
    padding-bottom: 0;
  }
}

section.lp--meta_faq .inner .title h2 {
  text-align: center;
}
@media (max-width: 950px) {
  section.lp--meta_faq .inner .title h2 {
    font-size: 4.8vw;
    font-size: clamp(22px, 3.2vw, 32px);
  }
}

section.lp--meta_faq ul {
  max-width: 800px;
  margin: 0 auto;
}

section.lp--meta_faq ul li {
  background: #fff;
  margin: 0 auto 25px;
  padding: 25px;
}

section.lp--meta_faq ul li div.question {
  position: relative;
  cursor: pointer;
}

section.lp--meta_faq ul li p.sub {
  color: var(--blue-color);
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
  display: inline-block;
  padding: 0 25px 0 0;
  vertical-align: top;
  line-height: 1.8;
}

section.lp--meta_faq ul li p.text {
  font-size: 18px;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
  padding: 7px 0 0;
  width: calc(100% - 70px);
  font-weight: 500;
}

section.lp--meta_faq ul li div.answer {
  display: none;
  padding: 15px 0 0;
}

section.lp--meta_faq ul li div.answer p.text {
  font-size: 16px;
  color: #666;
}

section.lp--meta_faq ul li div.question.open::after {
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #777;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 0;
}

section.lp--meta_faq ul li div.question::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #777;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 0;
}

@media (max-width: 850px) {
  section.lp--meta_faq ul li p.text {
    font-size: 18px;
  }
  section.lp--meta_faq ul li div.answer p.text {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  section.lp--meta_faq {
    padding: 50px 0;
  }
  section.lp--meta_faq ul {
    margin-top: 35px;
  }
  section.lp--meta_faq ul li p.text {
    font-size: 16px;
  }
  section.lp--meta_faq ul li {
    margin-bottom: 12px;
    padding: 13px 25px;
  }
  section.lp--meta_faq ul li div.answer p.text {
    font-size: 14px;
  }
}
/*=====================================================
overview__heading
======================================================*/
.overview__inner {
  padding-top: 86px;
}

.overview__heading {
  font-size: 50px;
  text-align: center;
}

.overview__heading-img {
  max-width: 390px;
  margin: 0 auto;
  padding-top: 40px;
}

.overview__heading-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 30px;
}

.overview__2col {
  margin-top: 72px;
  max-width: 600px;
  margin: 0 auto;
}

.overview__l img {
  width: 100%;
}

.overview__r-list {
  width: 100%;
}

@media (max-width: 1279px) {
  .overview__heading {
    font-size: 36px;
  }
}
@media (max-width: 750px) {
  .overview__inner {
    padding-top: 60px;
  }
  .overview__heading {
    font-size: 22px;
  }
  .overview__heading-flex {
    gap: 20px;
    align-items: center;
  }
  .overview__2col {
    display: block;
    margin-top: 35px;
  }
}
@media (max-width: 599px) {
  .overview__l img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
}
/*=====================================================
overview__heading
======================================================*/
.overview__inner {
  padding-top: 86px;
}

.overview__heading {
  font-size: 32px;
  text-align: center;
}

.overview__2col {
  margin-top: 40px;
}

.overview__l img {
  width: 100%;
}

.overview__r-list {
  width: 100%;
}

@media (max-width: 1279px) {
  .overview__heading {
    font-size: 36px;
  }
}
@media (max-width: 750px) {
  .overview__inner {
    padding-top: 80px;
  }
  .overview__heading {
    font-size: 22px;
  }
  .overview__2col {
    display: block;
    margin-top: 35px;
  }
}
@media (max-width: 599px) {
  .overview__l img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 250px;
  }
}
/*=====================================================
overview
======================================================*/
.overview__r-item th {
  text-align: start;
  font-weight: 900;
}

.overview__r-item td {
  color: var(--black-color);
  font-size: 14px;
  padding-left: 35px;
  font-weight: 700;
}

.overview__r-item {
  border-bottom: #efefef 1px solid;
}

.overview__r-item th,
.overview__r-item td {
  padding: 15px;
  font-size: 16px;
}

.overview__bottom-bg img {
  width: 100%;
}

.overview__bottom-bg {
  margin-top: 50px;
  max-width: 1250px;
  width: 100%;
  margin: 60px auto 40px;
}

@media (max-width: 950px) {
  .overview__r-item th,
  .overview__r-item td {
    padding: 10px;
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .overview__r-item th,
  .overview__r-item td {
    display: block;
  }
  .overview__r-item th {
    padding: 10px 10px 0 10px;
  }
  .overview__bottom-bg {
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 40px auto 0;
  }
}
/*==============================
メディアロゴ
==============================*/
.overview__middle {
  max-width: 900px;
  margin: 50px auto;
}

.overview__middle ul {
  padding: 25px;
  border: 3px solid #ccc;
  border-radius: 10px;
  letter-spacing: -7px;
  display: flex;
  justify-content: center;
}
@media (max-width: 950px) {
  .overview__middle ul {
    flex-direction: column;
  }
}

.overview__middle ul li {
  display: flex;
  letter-spacing: normal;
}

.overview__middle ul li.meta {
  max-width: 100px;
}

.overview__middle ul li img {
  max-height: 100px;
  width: auto;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.overview__middle ul li.meta img {
  max-height: auto;
  max-width: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.overview__middle ul li p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 15px;
}

.overview__middle ul li .line {
  width: 1px;
  height: 100%;
  background-color: #333333;
  margin: 0 20px;
}

@media (max-width: 1000px) {
  .overview__middle {
    width: 95%;
  }
  .overview__middle ul li,
  .overview__middle ul li:nth-child(2) {
    display: block;
    margin: 10px 0;
  }
  .overview__middle ul li img {
    max-height: 80px;
  }
  .overview__middle ul li:first-child img {
    margin: 0;
  }
  .overview__middle ul li p {
    font-size: 14px;
  }
}
@media (max-width: 950px) {
  .overview__middle ul li .line {
    width: 100%;
    height: 1px;
    margin: 20px 0 0;
  }
}
@media (max-width: 570px) {
  .overview__middle {
    max-width: 370px;
  }
  .overview__middle ul {
    padding: 20px;
    border: 2px solid #ccc;
  }
  .overview__middle ul li img {
    max-height: 60px;
  }
  .overview__middle ul li:first-child img {
    margin: 0;
  }
  .overview__middle ul li:nth-child(2) img {
    max-height: none;
    height: auto;
    max-width: 100px;
  }
  .overview__middle ul li p {
    font-size: 12px;
    margin: 0 0 0 5px;
  }
}
/*=====================================================
フォーム
======================================================*/
.c-form__inner {
  padding-top: 10px;
  padding-bottom: 120px;
}

@media (max-width: 850px) {
  .c-form__inner {
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 750px) {
  .c-form__inner {
    padding-top: 0;
    padding-bottom: 60px;
  }
}
.lp__actual-item-box a {
  position: relative;
  display: block;
}

.lp__actual-item-box a::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}

.lp__actual-item-gl a {
  position: relative;
  display: block;
}

.lp__actual-item-gl a::before {
  content: "\f04b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  font-size: 50px;
  color: #fff;
  line-height: 1;
  padding: 10px 16px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
}

/*=====================================================
footer
======================================================*/
.footer__inner {
  width: 100%;
  margin: 0 auto;
  padding: 22px 100px;
  box-sizing: border-box;
}

@media (max-width: 750px) {
  .footer__inner {
    padding: 10px;
  }
}
/*=====================================================
footer 2column 左
======================================================*/
.footer__l {
  display: flex;
  align-items: flex-end;
}

.footer__logo {
  display: inline-block;
  max-width: 300px;
  width: 100%;
}

.footer__inc {
  font-size: 10px;
  margin-left: 37px;
  font-weight: 400;
}

@media (max-width: 1440px) {
  .footer__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1024px) {
  .footer__logo {
    max-width: 200px;
  }
}
@media (max-width: 950px) {
  .footer__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 850px) {
  .footer__inc {
    margin-left: 15px;
  }
}
@media (max-width: 750px) {
  .footer__l {
    display: block;
  }
  .footer__inc {
    margin-left: 0;
    font-size: 9px;
    line-height: 1;
  }
  .footer__logo-wrapper {
    margin-bottom: 8px;
  }
}
/*=====================================================
footer 2column 右
======================================================*/
.footer__2column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.f-nav {
  display: flex;
  flex-wrap: wrap;
}

.f-nav__item a {
  font-size: 14px;
  font-weight: 700;
  color: var(--black-color);
  letter-spacing: 0.075em;
  padding: 5px;
  display: inline-block;
}

.f-nav__item::before {
  content: "|";
  margin: 0 18px;
  color: var(--black-color);
}

.f-nav__item:first-of-type::before {
  content: none;
}

@media (max-width: 950px) {
  .f-nav__item a {
    font-size: 12px;
  }
}
@media (max-width: 750px) {
  .footer__2column {
    display: block;
    margin-top: 20px;
  }
  .f-nav__item a {
    font-size: 9px;
  }
  .f-nav {
    margin-top: 15px;
  }
  .footer__r {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .f-nav__item::before {
    margin: 0 5px;
    font-size: 10px;
  }
}/*# sourceMappingURL=lp-line.css.map */