@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*! 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 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  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 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
  -moz-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;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  font-size: 1.4rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  word-break: break-all;
  color: #333;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

input,
select,
textarea {
  font-size: 1.6rem;
}

input[type=number],
input[type=text],
input[type=email],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #e6e6e6;
  border-radius: 2px;
  background: none;
  padding: 1rem;
  line-height: 1.5;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}

button:hover {
  cursor: pointer;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
}

br.is-sp {
  display: none;
}

br.is-pc {
  display: block;
}

@media (max-width: 767px) {
  br.is-sp {
    display: block;
  }
  br.is-pc {
    display: none;
  }
}
@media (min-width: 767px) {
  a {
    transition: 0.3s opacity ease;
  }
  a:hover {
    opacity: 0.5;
  }
}
.lp__inner h2 {
  color: #398283;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4.8px;
}

@media (max-width: 767px) {
  .lp__inner h2 {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
@media (max-width: 374px) {
  .lp__inner h2 {
    font-size: 26px;
    letter-spacing: 2.6px;
  }
}
.lp__main {
  width: 100%;
  overflow: hidden;
}

.lp__header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 4%;
}

.lp__header-logo {
  display: block;
  width: 165px;
}

.lp__header-logo img {
  width: 100%;
}

@media (max-width: 767px) {
  .lp__header-logo {
    width: 140px;
  }
}
.lp__header-btns {
  display: flex;
  gap: 24px;
}

.lp__header-btns a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 46px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.lp__header-btns a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media (max-width: 1000px) {
  .lp__header-btns a {
    width: 240px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lp__header-btns a {
    width: 124px;
    height: 36px;
    font-size: 14px;
  }
  .lp__header-btns a.lp__header-btns__dl {
    display: none;
  }
  .lp__header-btns a::after {
    display: none;
  }
  .lp__header-btns a span {
    display: none;
  }
}
.lp__header-btns__dl {
  border: 1px solid #398283;
  background: #fff;
  color: #398283;
}

.lp__header-btns__dl::after {
  background-image: url(../img/icon_dl.svg);
}

.lp__header-btns__contact {
  background: #e69903;
  color: #fff;
}

.lp__header-btns__contact::after {
  background-image: url(../img/icon_contact.svg);
}

.lp__hero {
  position: relative;
  width: 100%;
  height: 580px;
  background: url(../img/hero_bg.jpg) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  color: #fff;
}

@media (max-width: 767px) {
  .lp__hero {
    align-items: flex-end;
    padding-bottom: 32px;
    background-image: url(../img/hero_bg_sp.jpg);
  }
}
.lp__hero-tagimg {
  position: absolute;
  top: 0;
  right: 15%;
  display: flex;
  height: 90%;
  align-items: center;
}

.lp__hero-tagimg img {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 2000px) {
  .lp__hero-tagimg {
    right: 12%;
  }
  .lp__hero-tagimg img {
    max-width: 520px;
  }
}
@media (max-width: 1750px) {
  .lp__hero-tagimg {
    right: 10%;
  }
  .lp__hero-tagimg img {
    max-width: 500px;
  }
}
@media (max-width: 1600px) {
  .lp__hero-tagimg img {
    max-width: 480px;
  }
}
@media (max-width: 1440px) {
  .lp__hero-tagimg img {
    max-width: 420px;
  }
}
@media (max-width: 1340px) {
  .lp__hero-tagimg {
    right: 9%;
    height: 94%;
  }
  .lp__hero-tagimg img {
    max-width: 400px;
  }
}
@media (max-width: 1200px) {
  .lp__hero-tagimg {
    right: 5%;
  }
  .lp__hero-tagimg img {
    max-width: 380px;
  }
}
@media (max-width: 1050px) {
  .lp__hero-tagimg {
    right: 0;
  }
  .lp__hero-tagimg img {
    max-width: 320px;
  }
}
@media (max-width: 940px) {
  .lp__hero-tagimg {
    display: none;
  }
}
.lp__hero-inner {
  padding: 0 5%;
}

@media (max-width: 767px) {
  .lp__hero-inner {
    padding: 0 4%;
  }
}
.lp__hero-hukidashi {
  width: 273.301px;
  height: 49.965px;
  background: url(../img/hero_hukidashi.svg) no-repeat center center;
  background-size: contain;
}

.lp__hero-hukidashi span {
  display: block;
  padding: 5px 0 0;
  text-align: center;
  text-shadow: 0px 0px 3.612px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}

@media (max-width: 767px) {
  .lp__hero-hukidashi {
    width: 167px;
    height: 39.5px;
    background-image: url(../img/hero_hukidashi_sp.svg);
  }
  .lp__hero-hukidashi span {
    font-size: 12px;
  }
}
.lp__hero-copy {
  margin-top: 10px;
  color: #fff;
  text-shadow: 0px 0px 3.612px rgba(0, 0, 0, 0.25);
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.4px;
}

@media (max-width: 767px) {
  .lp__hero-copy {
    margin-top: 6px;
    font-size: 15px;
    letter-spacing: 1.5px;
  }
}
.lp__hero-copy-2 {
  margin-top: 32px;
  color: #fff;
  text-shadow: 0px 0px 3.612px rgba(0, 0, 0, 0.25);
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.8px;
}

@media (max-width: 767px) {
  .lp__hero-copy-2 {
    margin-top: 16px;
    font-size: 12px;
    letter-spacing: 1px;
  }
}
.lp__hero-title {
  margin-top: 32px;
}

@media (max-width: 1280px) {
  .lp__hero-title {
    width: 600px;
  }
}
@media (max-width: 940px) {
  .lp__hero-title {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lp__hero-title {
    margin-top: 16px;
    width: 100%;
  }
}
.lp__hero-tag {
  display: none;
  margin-top: 32px;
  gap: 16px;
}

.lp__hero-tag span {
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.6);
  padding: 10px 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

@media (max-width: 940px) {
  .lp__hero-tag {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  .lp__hero-tag span {
    font-size: 12px;
    padding: 6px 8px;
  }
}
.lp__hero-btns {
  margin-top: 48px;
  display: flex;
  gap: 24px;
}

@media (max-width: 767px) {
  .lp__hero-btns {
    margin-top: 32px;
    flex-direction: column;
    gap: 11px;
  }
}
.lp__hero-btns a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 64px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
}

.lp__hero-btns a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
}

@media (max-width: 1050px) {
  .lp__hero-btns a {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .lp__hero-btns a {
    width: 100%;
    height: 54px;
  }
}
.lp__hero-btns__dl {
  border: 1px solid #398283;
  background: #fff;
  color: #398283;
}

.lp__hero-btns__dl::after {
  background-image: url(../img/icon_dl.svg);
}

.lp__hero-btns__contact {
  background: #e69903;
  color: #fff;
}

.lp__hero-btns__contact::after {
  background-image: url(../img/icon_contact.svg);
}

.lp__intro-inner {
  width: 800px;
  margin: 120px auto 0;
}

@media (max-width: 840px) {
  .lp__intro-inner {
    margin: 64px auto 0;
    width: 92%;
  }
}
.lp__intro h2 {
  margin-top: 80px;
  color: #398283;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 3.2px;
}

@media (max-width: 767px) {
  .lp__intro h2 {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
@media (max-width: 374px) {
  .lp__intro h2 {
    font-size: 25px;
  }
}
.lp__intro p {
  margin-top: 32px;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  letter-spacing: 0.64px;
}

.lp__intro p sub {
  font-size: 12px;
  bottom: 0;
}

@media (max-width: 767px) {
  .lp__intro p {
    font-size: 14px;
  }
  .lp__intro p sub {
    font-size: 10px;
  }
}
.lp__intro-note {
  margin-top: 16px;
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.48px;
}

@media (max-width: 767px) {
  .lp__intro-note {
    font-size: 11px;
  }
}
.lp__intro-img {
  width: 100%;
  margin: 32px 0 0;
}

.lp__intro-table {
  margin-top: 32px;
}

@media (max-width: 840px) {
  .lp__intro-table {
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 24px;
  }
}
@media (max-width: 840px) {
  .lp__intro-table__wrap {
    width: 800px;
  }
}
.lp__intro-table__block {
  width: 100%;
  display: flex;
  border-top: 1px solid #9dcdd0;
  border-bottom: 1px solid #9dcdd0;
  margin-top: -1px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s all ease;
}

.lp__intro-table__block-head .lp__intro-table__block-cell {
  color: #fff;
  text-align: center;
  background: #398283;
  font-size: 16px;
  letter-spacing: 0.64px;
}

.lp__intro-table__block-cell {
  border-right: 1px solid #9dcdd0;
  padding: 16px 16px;
  box-sizing: border-box;
  color: #398283;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  background: #f4fbfc;
}

.lp__intro-table__block-cell:first-child {
  border-left: 1px solid #9dcdd0;
}

.lp__intro-table__block-cell:nth-child(1) {
  width: 107px;
}

.lp__intro-table__block-cell:nth-child(2) {
  width: 177px;
}

.lp__intro-table__block-cell:nth-child(3) {
  width: 257px;
}

.lp__intro-table__block-cell:nth-child(4) {
  width: 260px;
}

.lp__intro-table__block:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
}

.lp__intro-table__block.is-show {
  opacity: 1;
  transform: translateY(0);
}

.lp__intro-copy {
  position: relative;
  margin: 160px 0;
  color: #398283;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 4.8px;
}

@media (max-width: 1150px) {
  .lp__intro-copy {
    font-size: 20px;
  }
}
@media (max-width: 900px) {
  .lp__intro-copy {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lp__intro-copy {
    margin: 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.lp__intro-copy p {
  color: inherit;
  font-size: inherit;
  margin: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  .lp__intro-copy p {
    display: block;
    width: 100%;
    padding: 0 10%;
  }
  .lp__intro-copy p:nth-child(1) {
    text-align: left;
  }
  .lp__intro-copy p:nth-child(3) {
    text-align: right;
  }
}
@media (max-width: 374px) {
  .lp__intro-copy p {
    padding: 0 5%;
  }
}
.lp__intro-copy span {
  background: #e69903;
  margin: 0 8px;
  padding: 4px 16px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 2.8px;
}

@media (max-width: 1150px) {
  .lp__intro-copy span {
    font-size: 24px;
  }
}
@media (max-width: 900px) {
  .lp__intro-copy span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lp__intro-copy span {
    margin: 0;
    font-size: 18px;
    letter-spacing: 1.8px;
    padding: 8px 16px;
  }
}
@media (max-width: 374px) {
  .lp__intro-copy span {
    padding: 8px 8px;
  }
}
.lp__intro-copy::before, .lp__intro-copy::after {
  content: "";
  position: absolute;
  width: 215px;
  height: 76px;
  background: url(../img/icon_kakko.svg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .lp__intro-copy::before, .lp__intro-copy::after {
    width: 83px;
    height: 29px;
  }
}
.lp__intro-copy::before {
  top: -80px;
  left: 50%;
  transform: translateX(-600px);
}

@media (max-width: 1130px) {
  .lp__intro-copy::before {
    left: 10px;
    transform: none;
  }
}
@media (max-width: 767px) {
  .lp__intro-copy::before {
    top: -50px;
  }
}
.lp__intro-copy::after {
  bottom: -80px;
  right: 50%;
  transform: rotate(180deg) translateX(-600px);
}

@media (max-width: 1130px) {
  .lp__intro-copy::after {
    right: 10px;
    transform: rotate(180deg);
  }
}
@media (max-width: 767px) {
  .lp__intro-copy::after {
    bottom: -50px;
  }
}
.lp__solution {
  position: relative;
  background: #ecf7f9;
  padding: 120px 0 100px;
}

@media (max-width: 767px) {
  .lp__solution {
    padding: 60px 0 64px;
    overflow: hidden;
  }
}
.lp__solution::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
  border-top: 60px solid #ffffff;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .lp__solution::before {
    border-right: 31px solid transparent;
    border-left: 31px solid transparent;
    border-top: 30px solid #ffffff;
  }
}
.lp__solution-inner {
  width: 1040px;
  margin: auto;
}

@media (max-width: 1040px) {
  .lp__solution-inner {
    width: 92%;
  }
}
@media (max-width: 1000px) {
  .lp__solution-title {
    width: 100%;
  }
  .lp__solution-title img {
    width: 100%;
  }
}
.lp__solution-title-2 {
  margin: 48px 0 0;
  color: #398283;
  font-feature-settings: "palt" on;
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 3.8px;
}

@media (max-width: 1000px) {
  .lp__solution-title-2 {
    font-size: 28px;
    letter-spacing: 2.8px;
  }
}
@media (max-width: 767px) {
  .lp__solution-title-2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.lp__solution p {
  margin: 24px 0 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.64px;
}

@media (max-width: 767px) {
  .lp__solution p {
    font-size: 14px;
  }
}
.lp__solution-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 48px;
}

.lp__solution-block {
  position: relative;
  background: #fff;
  border-radius: 10px;
  display: flex;
  opacity: 0;
  transform: translateX(50px);
  transition: 0.5s all ease;
}

@media (max-width: 767px) {
  .lp__solution-block {
    flex-direction: column;
  }
}
.lp__solution-block.is-show {
  opacity: 1;
  transform: translateX(0);
}

.lp__solution-block__img {
  width: 350px;
  height: auto;
  flex: 1 0 350px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.lp__solution-block__img.is-block-1 {
  background-image: url(../img/solution_img_1.svg);
  background-size: 242px;
}

@media (max-width: 767px) {
  .lp__solution-block__img.is-block-1 {
    background-size: 230px;
  }
}
.lp__solution-block__img.is-block-2 {
  background-image: url(../img/solution_img_2.svg);
  background-size: 126px;
}

@media (max-width: 767px) {
  .lp__solution-block__img.is-block-2 {
    background-size: 110px;
  }
}
.lp__solution-block__img.is-block-3 {
  background-image: url(../img/solution_img_3.svg);
  background-size: 193px;
}

@media (max-width: 767px) {
  .lp__solution-block__img.is-block-3 {
    background-size: 133px;
  }
}
.lp__solution-block__img.is-block-4 {
  background-image: url(../img/solution_img_4.svg);
  background-size: 246px;
}

@media (max-width: 767px) {
  .lp__solution-block__img.is-block-4 {
    background-size: 200px;
  }
}
@media (max-width: 767px) {
  .lp__solution-block__img {
    width: 100%;
    height: 200px;
    flex: auto;
  }
}
.lp__solution-block__info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 64px 54px 64px 0;
}

@media (max-width: 767px) {
  .lp__solution-block__info {
    padding: 0 5% 32px;
  }
}
.lp__solution-block__title {
  color: #2b9198;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 3.2px;
}

@media (max-width: 767px) {
  .lp__solution-block__title {
    text-align: center;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}
.lp__solution-block__text {
  position: relative;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 1.6px;
}

@media (max-width: 767px) {
  .lp__solution-block__text {
    font-size: 14px;
    letter-spacing: 1.4px;
  }
}
.lp__solution-block__num {
  position: absolute;
  top: 50%;
  right: -50px;
  z-index: 0;
  opacity: 0;
  transform: translateX(-30px) translateY(-50%);
  transition: 0.5s all ease;
  transition-delay: 0.3s;
}

@media (max-width: 767px) {
  .lp__solution-block__num {
    right: -30px;
    top: inherit;
    transform: none;
    bottom: 30px;
    transform: translateX(-30px);
    height: 85px;
  }
  .lp__solution-block__num img {
    height: 100%;
  }
}
.is-show .lp__solution-block__num {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
}

@media (max-width: 767px) {
  .is-show .lp__solution-block__num {
    transform: translateX(0);
  }
}
.lp__solution-block-05 {
  position: relative;
  display: block;
  margin-top: 100px;
  padding: 42px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s all ease;
}

.lp__solution-block-05::before {
  top: -71px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  content: "";
  width: 43px;
  height: 43px;
  background: url(../img/icon_plus.svg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .lp__solution-block-05::before {
    top: -64px;
  }
}
@media (max-width: 767px) {
  .lp__solution-block-05 {
    margin-top: 80px;
    flex-direction: column;
    padding: 32px 5%;
  }
}
.lp__solution-block-05 .lp__solution-block__title {
  text-align: center;
}

.lp__solution-block-05 .lp__solution-block__wrap {
  margin: 32px 0 0;
  padding: 32px 0 0;
  display: flex;
  border-top: 1px solid #b6e4e7;
}

.lp__solution-block-05 .lp__solution-block__wrap img {
  margin: 0 54px 0 24px;
  width: 200px;
}

@media (max-width: 767px) {
  .lp__solution-block-05 .lp__solution-block__wrap img {
    margin: auto;
  }
}
@media (max-width: 767px) {
  .lp__solution-block-05 .lp__solution-block__wrap {
    flex-direction: column;
    gap: 32px;
  }
}
.lp__solution-block-05.is-show {
  opacity: 1;
  transform: translateY(0);
}

.lp__cv {
  background: url(../img/cv_bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 88px 0;
}

@media (max-width: 767px) {
  .lp__cv {
    padding: 64px 0;
    background-image: url(../img/cv_bg_sp.jpg);
  }
}
.lp__cv-btns {
  display: flex;
  justify-content: center;
  gap: 16px;
}

@media (max-width: 767px) {
  .lp__cv-btns {
    flex-direction: column;
  }
}
.lp__cv-btns a {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 420px;
  height: 64px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 700;
}

.lp__cv-btns a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-size: contain;
}

@media (max-width: 1000px) {
  .lp__cv-btns a {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .lp__cv-btns a {
    width: 90%;
    margin: auto;
    height: 54px;
  }
}
.lp__cv-btns__dl {
  border: 1px solid #398283;
  background: #fff;
  color: #398283;
}

.lp__cv-btns__dl::after {
  background-image: url(../img/icon_dl.svg);
}

.lp__cv-btns__contact {
  background: #e69903;
  color: #fff;
}

.lp__cv-btns__contact::after {
  background-image: url(../img/icon_contact.svg);
}

.lp__foryou {
  background: #ecf7f9;
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .lp__foryou {
    padding: 64px 0 0;
  }
}
.lp__foryou .lp__inner {
  position: relative;
  width: 1000px;
  margin: auto;
  border-radius: 10px;
  background: #fff;
  padding: 64px 100px;
}

@media (max-width: 1040px) {
  .lp__foryou .lp__inner {
    width: 92%;
    padding: 48px 5%;
  }
}
.lp__foryou-img {
  position: absolute;
  display: block;
}

.lp__foryou-img-1 {
  top: 68px;
  left: -55px;
  width: 136px;
}

@media (max-width: 1040px) {
  .lp__foryou-img-1 {
    width: 100px;
    left: -20px;
  }
}
.lp__foryou-img-2 {
  top: 99px;
  right: -109px;
  width: 269px;
}

@media (max-width: 1040px) {
  .lp__foryou-img-2 {
    width: 200px;
    right: -80px;
  }
}
@media (max-width: 767px) {
  .lp__foryou-img {
    display: none;
  }
}
.lp__foryou-list {
  display: flex;
  justify-content: center;
}

.lp__foryou-list ul {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.lp__foryou-list ul li {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #2e2624;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.8px;
}

.lp__foryou-list ul li::before {
  content: "";
  display: block;
  position: relative;
  width: 26.163px;
  height: 17.678px;
  background: url(../img/icon_check.svg) no-repeat center center;
  background-size: contain;
}

@media (max-width: 1040px) {
  .lp__foryou-list ul li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .lp__foryou-list ul li {
    font-size: 16px;
    align-items: flex-start;
    gap: 16px;
  }
  .lp__foryou-list ul li::before {
    margin-top: 3px;
    width: 22.627px;
    height: 15.556px;
    flex: 0 1 22.627px;
  }
}
.lp__foryou-title-1 {
  margin: 70px 0 0;
  color: #398283;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 2.4px;
}

@media (max-width: 900px) {
  .lp__foryou-title-1 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lp__foryou-title-1 {
    font-size: 18px;
  }
}
.lp__foryou-title-2 {
  margin: 36px 0 0;
  color: #398283;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 170%;
  letter-spacing: 2.4px;
}

@media (max-width: 900px) {
  .lp__foryou-title-2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .lp__foryou-title-2 {
    font-size: 20px;
    text-align: left;
  }
}
.lp__foryou-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
  margin: 48px 0 0;
}

@media (max-width: 767px) {
  .lp__foryou-wrap {
    gap: 8px;
  }
}
.lp__foryou-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(50% - 8px);
  height: 92px;
  border-radius: 6px;
  border: 1px solid #398283;
  background: #fff;
  box-sizing: border-box;
  color: #398283;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.8px;
}

.lp__foryou-cell span {
  font-size: 14px;
}

@media (max-width: 900px) {
  .lp__foryou-cell {
    font-size: 16px;
  }
  .lp__foryou-cell span {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .lp__foryou-cell {
    height: 74px;
    width: 100%;
    font-size: 14px;
  }
  .lp__foryou-cell span {
    font-size: 10px;
  }
}
.lp__plan {
  background: #ecf7f9;
  padding: 120px 0 0;
}

.lp__plan .lp__inner {
  width: 1000px;
  margin: auto;
}

@media (max-width: 1040px) {
  .lp__plan .lp__inner {
    width: 92%;
  }
}
.lp__plan-text {
  margin: 32px 0 0;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.64px;
}

@media (max-width: 767px) {
  .lp__plan-text {
    font-size: 14px;
  }
}
.lp__plan-table {
  margin: 48px 0 0;
  display: flex;
  flex-direction: column;
}

@media (max-width: 1040px) {
  .lp__plan-table {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}
@media (max-width: 1040px) {
  .lp__plan-table__wrap {
    width: 930px;
    padding-bottom: 24px;
  }
}
.lp__plan-table__block {
  width: 100%;
  display: flex;
}

.lp__plan-table__block-head .lp__plan-table__block-cell {
  color: #fff;
  text-align: center;
  background: #398283;
  font-size: 18px;
  letter-spacing: 0.64px;
}

.lp__plan-table__block-cell {
  border-right: 1px solid #9dcdd0;
  border-bottom: 1px solid #9dcdd0;
  padding: 16px 0;
  box-sizing: border-box;
  color: #398283;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  background: #fff;
}

.lp__plan-table__block-cell:first-child {
  border-left: 1px solid #9dcdd0;
}

.lp__plan-table__block-cell:nth-child(1) {
  width: 279px;
}

@media (max-width: 767px) {
  .lp__plan-table__block-cell:nth-child(1) {
    width: 210px;
  }
}
.lp__plan-table__block-cell:nth-child(2) {
  width: 240px;
}

.lp__plan-table__block-cell:nth-child(3) {
  width: 240px;
}

.lp__plan-table__block-cell:nth-child(4) {
  width: 240px;
}

.lp__plan-table__block-cell.is-none {
  background: none;
  border-left: none;
  border-bottom: none;
}

.lp__plan-table__block-cell.is-head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #398283;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.4px;
}

@media (max-width: 1040px) {
  .lp__plan-table__block-cell.is-head {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .lp__plan-table__block-cell.is-head {
    font-size: 18px;
  }
}
.lp__plan-table__block-cell.is-head-1 {
  background: #f1f9ec;
}

.lp__plan-table__block-cell.is-head-2 {
  background: #ecf9f7;
}

.lp__plan-table__block-cell.is-head-3 {
  background: #ecf0f9;
}

.lp__plan-table__block-cell.is-head-4 {
  background: #f2ecf9;
}

.lp__plan-table__block-cell.is-head-5 {
  background: #f9eced;
}

.lp__plan-table__block-cell.is-price {
  color: #398283;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 2.8px;
  font-feature-settings: "palt" on;
}

.lp__plan-table__block-cell.is-price small {
  font-size: 22px;
}

.lp__plan-table__block-cell.is-price span {
  font-size: 16px;
}

.lp__plan-table__block-1 {
  margin-top: 10px;
  border-top: 1px solid #9dcdd0;
}

.lp__plan-table__block-1 .lp__plan-table__block-cell {
  height: 113px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp__plan-table__block-1 .lp__plan-table__block-cell .is-request {
  color: #555;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 2.4px;
}

.lp__plan-table__block-1 .lp__plan-table__block-cell .is-request span {
  font-size: 16px;
}

.lp__plan-table__block-1 .lp__plan-table__block-cell .is-text {
  margin-top: -8px;
  color: #555;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.2px;
}

.lp__plan-table__block-2 {
  margin-top: 10px;
  border-top: 1px solid #9dcdd0;
}

.lp__plan-table__block-2 .lp__plan-table__block-cell {
  height: 113px;
}

@media (max-width: 767px) {
  .lp__plan-table__block-2 .lp__plan-table__block-cell {
    height: 80px;
  }
}
.lp__plan-table__block-2 .lp__plan-table__block-cell:nth-child(1) {
  width: 279px;
}

@media (max-width: 767px) {
  .lp__plan-table__block-2 .lp__plan-table__block-cell:nth-child(1) {
    width: 210px;
  }
}
.lp__plan-table__block-2 .lp__plan-table__block-cell:nth-child(2) {
  width: 720px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2e2624;
  text-align: center;
  font-feature-settings: "palt" on;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 1.8px;
}

.lp__plan-table__block-2 .lp__plan-table__block-cell:nth-child(2) sub {
  font-size: 14px;
  bottom: -2px;
}

@media (max-width: 767px) {
  .lp__plan-table__block-2 .lp__plan-table__block-cell:nth-child(2) {
    font-size: 16px;
  }
  .lp__plan-table__block-2 .lp__plan-table__block-cell:nth-child(2) sub {
    font-size: 12px;
  }
}
.lp__plan-table__block-1, .lp__plan-table__block-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s all ease;
}

.lp__plan-table__block-1.is-show, .lp__plan-table__block-2.is-show {
  opacity: 1;
  transform: translateY(0);
}

.lp__plan-note {
  display: block;
  margin-top: 32px;
}

.lp__plan-note p {
  margin-top: 4px;
  text-align: left;
  color: #777;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.48px;
}

.lp__plan-graph {
  width: 100%;
}

.lp__plan-graph__title {
  margin-top: 120px;
  text-align: center;
  color: #398283;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 2.347px;
}

.lp__plan-graph__title span {
  color: #f28824;
}

.lp__plan-graph__title strong {
  font-size: 32px;
}

@media (max-width: 767px) {
  .lp__plan-graph__title {
    margin-top: 90px;
    font-size: 18px;
  }
  .lp__plan-graph__title span {
    font-size: 24px;
    line-height: 180%;
  }
  .lp__plan-graph__title b {
    font-size: 24px;
    line-height: 180%;
  }
}
.lp__plan-graph img {
  margin-top: 64px;
  width: 100%;
}

.lp__flow {
  background: #ecf7f9;
  padding: 120px 0 150px;
}

@media (max-width: 1380px) {
  .lp__flow {
    padding: 120px 0 100px;
  }
}
.lp__flow-wrap {
  display: flex;
  gap: 14px;
  width: 1344px;
  margin: 48px auto 0;
}

@media (max-width: 1380px) {
  .lp__flow-wrap {
    width: 96%;
    gap: 8px;
  }
}
@media (max-width: 890px) {
  .lp__flow-wrap {
    width: 92%;
    flex-direction: column;
    gap: 16px;
  }
}
.lp__flow-cell {
  width: 100%;
  position: relative;
  border-radius: 10px;
  background: #fff;
  padding: 12px 12px 20px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 890px) {
  .lp__flow-cell {
    padding: 24px 16px;
  }
}
.lp__flow-cell__title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #398283;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.8px;
  flex: 0 0 80px;
}

.lp__flow-cell__title span {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 1.4px;
  line-height: 150%;
}

@media (max-width: 1150px) {
  .lp__flow-cell__title {
    font-size: 16px;
  }
  .lp__flow-cell__title span {
    font-size: 10px;
    letter-spacing: 0;
  }
}
@media (max-width: 1000px) {
  .lp__flow-cell__title {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  .lp__flow-cell__title {
    height: auto;
    flex: 0 0 auto;
    font-size: 24px;
  }
  .lp__flow-cell__title span {
    font-size: 14px;
  }
}
.lp__flow-cell__img {
  margin: 8px 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp__flow-cell__text {
  color: #6a6a6a;
  font-size: 12px;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.48px;
  flex-grow: 1;
}

@media (max-width: 900px) {
  .lp__flow-cell__text {
    font-size: 10px;
  }
}
@media (max-width: 890px) {
  .lp__flow-cell__text {
    font-size: 14px;
  }
}
.lp__flow-cell::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-left: 32px solid #d3ebeb;
  border-right: 0;
  top: 50%;
  transform: translateY(-50%);
  right: -24px;
  z-index: 2;
}

@media (max-width: 1380px) {
  .lp__flow-cell::after {
    right: -16px;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 22px solid #d3ebeb;
  }
}
@media (max-width: 890px) {
  .lp__flow-cell::after {
    right: 0;
    left: 0;
    margin: auto;
    top: inherit;
    bottom: -43px;
    transform: rotate(90deg);
    border-top: 34px solid transparent;
    border-bottom: 34px solid transparent;
    border-left: 32px solid #d3ebeb;
  }
}
.lp__flow-cell:last-child::after {
  display: none;
}

.lp__faq {
  margin: 120px 0 0;
}

@media (max-width: 767px) {
  .lp__faq {
    margin: 100px 0 0;
  }
}
.lp__faq .lp__inner {
  width: 1000px;
  margin: auto;
}

@media (max-width: 1040px) {
  .lp__faq .lp__inner {
    width: 92%;
  }
}
.lp__faq-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px 0 0;
}

.lp__faq-block {
  border-radius: 10px;
  background: #ecf7f9;
  padding: 36px 100px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8em;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .lp__faq-block {
    padding: 24px 5%;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
}
.lp__faq-block__q {
  color: #398283;
  font-weight: 700;
  text-indent: -24px;
  padding: 0 0 0 24px;
}

.lp__faq-block__q::before {
  content: "Q. ";
}

@media (max-width: 767px) {
  .lp__faq-block__q {
    text-indent: -20px;
    padding: 0 0 0 20px;
  }
}
.lp__faq-block__a {
  margin: 16px 0 0;
  color: #333;
  font-weight: 500;
  text-indent: -24px;
  padding: 0 0 0 24px;
  letter-spacing: 1px;
}

.lp__faq-block__a ul {
  text-indent: 0;
}

.lp__faq-block__a ul li {
  margin: 4px 0 0;
  text-indent: -20px;
  padding: 0 0 0 20px;
}

@media (max-width: 767px) {
  .lp__faq-block__a ul li {
    text-indent: -18px;
    padding: 0 0 0 18px;
  }
}
@media (max-width: 767px) {
  .lp__faq-block__a {
    text-indent: -20px;
    padding: 0 0 0 20px;
  }
}
.lp__faq-block__a span {
  color: #555;
  text-indent: 0;
  font-size: 14px;
  line-height: 1.6em;
  display: block;
  margin-top: 8px;
}

@media (max-width: 767px) {
  .lp__faq-block__a span {
    font-size: 12px;
    line-height: 1.8em;
  }
}
.lp__faq-block__a::before {
  content: "A. ";
}

.lp__contact {
  padding: 120px 0 0;
}

@media (max-width: 767px) {
  .lp__contact {
    padding: 100px 0 0;
  }
}
.lp__contact-text {
  margin: 32px 0 0;
  color: #333;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.64px;
}

@media (max-width: 767px) {
  .lp__contact-text {
    text-align: left;
    padding: 0 4%;
  }
}
.lp__footer {
  margin: 120px 0 0;
}

.lp__footer-logo {
  text-align: center;
}

.lp__footer-text {
  margin: 48px 5% 0;
  text-align: center;
  font-size: 14px;
}

.lp__footer-text span {
  display: inline-block;
}

@media (max-width: 767px) {
  .lp__footer-text {
    line-height: 160%;
  }
}
.lp__footer-wrap {
  margin: 48px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}

@media (max-width: 767px) {
  .lp__footer-wrap {
    flex-direction: column;
    gap: 32px;
  }
}
.lp__footer-tel {
  display: flex;
  justify-content: center;
  margin: 32px auto 0;
  font-size: 18px;
}

@media (max-width: 767px) {
  .lp__footer-tel {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    margin: 64px auto;
  }
}
.lp__footer-tel__inner {
  display: flex;
}

@media (max-width: 767px) {
  .lp__footer-tel__inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
}
.lp__footer-tel__inner dl {
  display: flex;
}

.lp__footer-tel__inner dl dt {
  padding: 0 5px;
  margin: 0 0.5rem;
}

.lp__footer-tel__inner dl dd {
  padding: 0 5px;
}

.lp__footer-tel__inner dl dd::before {
  content: "";
  background-image: url(../img/icon_tel.svg);
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -4px;
}

.lp__copyright {
  background: #ebebeb;
  margin: 80px 0 0;
  padding: 48px 0;
  text-align: center;
  color: #000;
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .lp__copyright {
    padding: 24px 0;
  }
}
.lp__banner {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 320px;
  height: 206px;
  border-radius: 8px;
  border: 4px solid #fff;
  box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.3s all ease;
}

@media (max-width: 767px) {
  .lp__banner {
    width: 92%;
    max-width: 360px;
    height: 108px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 16px;
  }
}
.lp__banner a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: url(../img/banner_bg.jpg) no-repeat center center;
  background-size: cover;
}

@media (max-width: 767px) {
  .lp__banner a {
    background-image: url(../img/banner_bg_sp.jpg);
  }
}
.lp__banner img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lp__banner-close {
  position: absolute;
  width: 32px;
  height: 32px;
  background: #398283;
  top: -10px;
  right: -10px;
  border-radius: 50%;
}

.lp__banner-close::before, .lp__banner-close::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: 50%;
}

.lp__banner-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lp__banner-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lp__banner.is-show {
  opacity: 1;
  transform: translateY(0);
}

.lp__banner.is-hide {
  display: none;
} 
/*
annotation 追加
*/
.annotation {
  width: 100%;
  text-align: right;
  margin-top: 1rem;
  font-weight: bold;
}

/*
2024.06.05 修正
*/
.flexWrap {
  display: flex;
  flex-flow: row wrap;
}
@media (max-width: 767px) {
  .flexWrap {
    justify-content: center;
  }
}

.link {
  color: #2b9198;
  position: relative;
}
.link:after {
  content: "";
  background-image: url(../img/link.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 2px;
}

.flexWrapC {
  display: flex;
  flex-flow: column nowrap;
}

.servicelink {
  display: inline;
  color: #398283;
  font-size: 1.2rem;
  position: relative;
}
.servicelink:after {
  content: "";
  background-image: url(../img/link.svg);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
}

.small {
  font-size: 1.8rem;
  font-feature-settings: "palt" 1;
}

.smalls {
  font-size: 1rem;
  font-feature-settings: "palt" 1;
}

sub.ss {
  font-size: 12px;
  bottom: 0;
}
@media (max-width: 767px) {
  sub.ss {
    font-size: 10px;
  }
}