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,
a,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

.p-lp.capi {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.p-lp.capi .header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1800px;
  background-color: #fff;
  z-index: 9;
}
.p-lp.capi .headerInner {
  padding: 16px 2.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .p-lp.capi .headerInner {
    height: 70px;
  }
}
.p-lp.capi .headerLogo {
  width: 120px;
}
.p-lp.capi .headerList {
  display: flex;
  gap: 40px;
}
@media (max-width: 1080px) {
  .p-lp.capi .headerList {
    display: none;
  }
}
.p-lp.capi .headerItem {
  color: #01333F;
  font-weight: bold;
  position: relative;
}
.p-lp.capi .headerItem::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #01333F;
  position: absolute;
  right: -20px;
  top: 0;
}
.p-lp.capi .headerItem:last-child::before {
  display: none;
}
.p-lp.capi .header .nav-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  background-image: linear-gradient(150deg, rgb(11, 32, 87) 30%, rgb(18, 40, 83) 33%, rgb(0, 70, 155) 100%);
}
@media (max-width: 1080px) {
  .p-lp.capi .header .nav-button {
    display: block;
  }
}
.p-lp.capi .header .nav-button__line-box {
  width: 30px;
  height: 20px;
  margin: 20px auto 4px;
  position: relative;
  /* -webkit-transform: translate(0, 12px); */
  /* -ms-transform: translate(0, 12px); */
  /* transform: translate(0, 12px); */
}
.p-lp.capi .header .nav-button__line01 {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.325s ease-in-out;
}
.p-lp.capi .header .nav-button__line01.is-active {
  transform: rotate(25deg);
  top: 0.5rem;
  transition: 0.325s ease-in-out;
}
.p-lp.capi .header .nav-button__line02 {
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.325s ease-in-out;
}
.p-lp.capi .header .nav-button__line02.is-active {
  display: none;
  transition: 0.325s ease-in-out;
}
.p-lp.capi .header .nav-button__line03 {
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.325s ease-in-out;
}
.p-lp.capi .header .nav-button__line03.is-active {
  width: 100%;
  transform: rotate(-25deg);
  top: 0.5rem;
  transition: 0.325s ease-in-out;
}
.p-lp.capi .header .nav__button-txt {
  color: #fff;
  font-size: 12px;
}
.p-lp.capi .header .nav-button.is-active .nav__button-txt {
  transform: translateY(-4px);
  transition: 0.325s ease-in-out;
}
.p-lp.capi .header .nav__cont {
  position: fixed;
  top: 67px;
  left: 100%;
  visibility: hidden;
  width: 100vw;
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px;
}
.p-lp.capi .header .nav__cont.is-active {
  width: 100vw;
  visibility: visible;
  left: 0;
  transition: 0.3s;
  overflow-y: scroll;
}
.p-lp.capi .header .nav__cont .nav__list {
  margin-bottom: 24px !important;
}
.p-lp.capi .header .nav__cont .nav__list:last-of-type {
  width: 100%;
}
.p-lp.capi .header .nav__item-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background-image: linear-gradient(150deg, rgb(11, 32, 87) 30%, rgb(18, 40, 83) 33%, rgb(0, 70, 155) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 1rem;
  position: relative;
}
.p-lp.capi .header .nav__cont .sectionCta {
  margin-top: 32px;
}
.p-lp.capi .sectionHeading {
  font-size: 28px;
  font-weight: bold;
  color: #0D3C7B;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .p-lp.capi .sectionHeading {
    font-size: 24px;
  }
}
.p-lp.capi .sectionCta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.p-lp.capi .sectionCta_btn {
  width: 320px;
  height: auto;
  position: relative;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  border: 1px solid #000;
  transition: 0.3s;
}
.p-lp.capi .sectionCta_btn span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .p-lp.capi .sectionCta_btn span {
    font-size: 16px;
  }
}
.p-lp.capi .sectionCta_btn img {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-40%);
  transition: 0.3s;
}
.p-lp.capi .sectionCta_btn:nth-child(1) {
  background-image: linear-gradient(180deg, #F95300, #DA3C00);
}
.p-lp.capi .sectionCta_btn:nth-child(2) {
  background-image: linear-gradient(180deg, #8C50F4, #592BA7);
}
.p-lp.capi .sectionCta_btn:hover {
  opacity: 0.8;
}
.p-lp.capi .sectionCta_btn:hover img {
  right: 4px;
}
@media (max-width: 480px) {
  .p-lp.capi .sectionCta_btn {
    width: 300px;
  }
}
.p-lp.capi .sectionCta_big {
  width: 90%;
  max-width: 500px;
}
@media (max-width: 480px) {
  .p-lp.capi .sectionCta_big span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .sectionCta {
    flex-direction: column;
    gap: 16px;
  }
}
.p-lp.capi .fv {
  background-image: url(../images/capi/fv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-lp.capi .fvInner {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .p-lp.capi .fvInner {
    height: 500px;
  }
}
@media (max-width: 1080px) {
  .p-lp.capi .fvInner {
    flex-direction: column;
    gap: 80px;
    padding: 64px 0;
    padding-bottom: 140px;
    height: auto;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .fvInner {
    padding-bottom: 220px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvInner {
    padding: 40px 0;
    padding-bottom: 220px;
  }
}
.p-lp.capi .fvMain {
  width: auto;
}
@media (max-width: 768px) {
  .p-lp.capi .fvMain {
    width: 90%;
    padding-left: 20px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvMain {
    padding-left: 12px;
  }
}
.p-lp.capi .fvCatch {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/capi/fv_catch.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  padding: 4px 32px 4px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-lp.capi .fvCatch {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvCatch {
    font-size: 14px;
  }
}
.p-lp.capi .fvTitle {
  font-size: 44px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1280px) {
  .p-lp.capi .fvTitle {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .fvTitle {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .p-lp.capi .fvTitle .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvTitle {
    font-size: 23px;
  }
}
.p-lp.capi .fvTitle_empha {
  display: block;
  position: relative;
  font-size: 56px;
}
@media (max-width: 1280px) {
  .p-lp.capi .fvTitle_empha {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .fvTitle_empha {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvTitle_empha {
    font-size: 20px;
  }
}
.p-lp.capi .fvTitle_empha2 {
  position: absolute;
  font-size: 24px;
  bottom: -30px;
  left: 24px;
}
@media (max-width: 1280px) {
  .p-lp.capi .fvTitle_empha2 {
    font-size: 18px;
    left: 12px;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .fvTitle_empha2 {
    left: -24px;
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .fvTitle_empha2 {
    left: -24px;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvTitle_empha2 {
    left: -16px;
    font-size: 14px;
  }
}
.p-lp.capi .fvTitle_empha3 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  position: absolute;
  top: 15px;
  left: -60px;
}
@media (max-width: 768px) {
  .p-lp.capi .fvTitle_empha3 {
    left: -55px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvTitle_empha3 {
    left: -45px;
    top: 8px;
  }
}
.p-lp.capi .fvTitle_empha3 span {
  white-space: nowrap;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 1280px) {
  .p-lp.capi .fvTitle_empha3 span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvTitle_empha3 span {
    font-size: 16px;
  }
}
.p-lp.capi .fvTitle_empha3 img {
  width: 60px;
  height: 60px;
}
@media (max-width: 1280px) {
  .p-lp.capi .fvTitle_empha3 img {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvTitle_empha3 img {
    width: 45px;
    height: 45px;
  }
}
.p-lp.capi .fvTitle_big {
  font-size: 80px;
  margin-right: -40px;
  margin-left: -40px;
}
@media (max-width: 1280px) {
  .p-lp.capi .fvTitle_big {
    font-size: 70px;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .fvTitle_big {
    font-size: 40px;
    margin-right: -24px;
    margin-left: -24px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .fvTitle_big {
    font-size: 35px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
.p-lp.capi .fv .sectionCta {
  margin-top: 64px;
  justify-content: flex-start;
}
.p-lp.capi .fv .sectionCta_btn {
  border: 2px solid #fff;
}
@media (max-width: 1080px) {
  .p-lp.capi .fv .sectionCta {
    justify-content: center;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-lp.capi .fvScreen {
  width: 40%;
}
@media (max-width: 1500px) {
  .p-lp.capi .fvScreen {
    width: 30%;
  }
}
@media (max-width: 1080px) {
  .p-lp.capi .fvScreen {
    width: 100%;
    max-width: 600px;
  }
}
.p-lp.capi .media {
  padding: 80px 0;
}
.p-lp.capi .mediaList {
  width: 90%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-top: 32px;
  margin-bottom: 40px;
}
@media (max-width: 1080px) {
  .p-lp.capi .mediaList {
    flex-direction: column;
  }
}
.p-lp.capi .mediaItem img {
  width: auto;
  height: 56px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  .p-lp.capi .mediaItem img {
    height: 40px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .media {
    padding: 40px 0;
  }
}
.p-lp.capi .problem {
  padding: 80px 0;
  background-color: #F8FAFC;
}
@media (max-width: 480px) {
  .p-lp.capi .problem {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .problem .sectionHeading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .problem .sectionHeading .br2 {
    display: block;
  }
}
.p-lp.capi .problemList {
  width: 90%;
  max-width: 900px;
  display: flex;
  justify-content: center;
  gap: 128px 24px;
  flex-wrap: wrap;
  margin: 64px auto;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.capi .problemList {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .problemList {
    margin: 40px auto;
  }
}
.p-lp.capi .problemItem {
  width: calc(25% - 18px);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.capi .problemItem {
    width: calc(50% - 12px);
  }
  .p-lp.capi .problemItem:nth-of-type(-n+2) .problemItem_arrow {
    display: none;
  }
  .p-lp.capi .problemItem:nth-of-type(n+3):nth-of-type(-n+4) {
    margin-bottom: 110px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .problemItem:nth-of-type(n+3):nth-of-type(-n+4) {
    margin-bottom: 70px;
  }
}
.p-lp.capi .problemItem_icon {
  background-color: #E1EBF9;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.p-lp.capi .problemItem_icon img {
  width: auto;
  height: 100px;
}
@media (max-width: 480px) {
  .p-lp.capi .problemItem_icon img {
    height: 60px;
  }
}
.p-lp.capi .problemItem_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .p-lp.capi .problemItem_main {
    padding: 16px 0;
  }
}
.p-lp.capi .problemItem_heading {
  color: #01333F;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .p-lp.capi .problemItem_heading {
    font-size: 14px;
  }
}
.p-lp.capi .problemItem_arrow {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: -117px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .p-lp.capi .problemItem_arrow {
    width: 60px;
    bottom: -90px;
  }
}
.p-lp.capi .problemNotice {
  font-size: 26px;
  font-weight: bold;
  color: #0D3C7B;
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  z-index: 3;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .p-lp.capi .problemNotice {
    top: 640px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .problemNotice {
    font-size: 22px;
    top: 490px;
  }
}
.p-lp.capi .reason {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 480px) {
  .p-lp.capi .reason {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .reason .sectionHeading .br {
    display: block;
  }
}
.p-lp.capi .reasonArrow {
  display: block;
  width: 300px;
  margin: 0 auto 64px;
}
@media (max-width: 480px) {
  .p-lp.capi .reasonArrow {
    width: 200px;
    margin-bottom: 40px;
  }
}
.p-lp.capi .reasonList {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 90%;
  max-width: 1000px;
  margin: 64px auto;
}
@media (max-width: 480px) {
  .p-lp.capi .reasonList {
    margin: 40px auto;
    gap: 64px;
  }
}
.p-lp.capi .reasonItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-lp.capi .reasonItem {
    flex-direction: column-reverse;
  }
}
.p-lp.capi .reasonItem_img {
  width: 50%;
}
@media (max-width: 768px) {
  .p-lp.capi .reasonItem_img {
    width: 100%;
  }
}
.p-lp.capi .reasonItem_main {
  width: 50%;
}
@media (max-width: 768px) {
  .p-lp.capi .reasonItem_main {
    width: 100%;
  }
}
.p-lp.capi .reasonItem_heading {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.p-lp.capi .reasonItem_heading span {
  color: #859CBC;
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-lp.capi .reasonItem_heading span {
    font-size: 60px;
  }
}
.p-lp.capi .reasonItem_heading h3 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #0D3C7B;
}
@media (max-width: 480px) {
  .p-lp.capi .reasonItem_heading h3 {
    font-size: 22px;
  }
  .p-lp.capi .reasonItem_heading h3 .br {
    display: block;
  }
}
.p-lp.capi .reasonItem_heading h3 .br {
  font-size: inherit;
}
.p-lp.capi .reasonItem_text {
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 480px) {
  .p-lp.capi .reasonItem_text .br {
    display: block;
  }
  .p-lp.capi .reasonItem_text .sp {
    display: none;
  }
}
.p-lp.capi .reasonItem_text a {
  font-size: 14px;
}
.p-lp.capi .reasonItem_icon {
  display: block;
  margin-top: 24px;
}
.p-lp.capi .reasonItem:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-lp.capi .reasonItem:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
.p-lp.capi .case {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.capi .case {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.capi .case .sectionHeading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .case .sectionHeading {
    font-size: 20px;
  }
}
.p-lp.capi .caseList {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 64px auto;
}
@media (max-width: 1080px) {
  .p-lp.capi .caseList {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .caseList {
    margin: 40px auto;
  }
}
.p-lp.capi .caseItem {
  width: 33%;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .p-lp.capi .caseItem {
    width: 90%;
    max-width: 400px;
  }
}
.p-lp.capi .caseItem_heading {
  color: #01333F;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 32px 0;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media (max-width: 1080px) {
  .p-lp.capi .caseItem_heading {
    min-height: auto;
  }
}
.p-lp.capi .caseItem_name {
  display: inline-block;
  background-image: linear-gradient(90deg, #6CB6EB, #0081DD);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 24px 6px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.p-lp.capi .caseItem_text {
  width: 80%;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  margin-bottom: 32px;
}
.p-lp.capi .caseItem_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-lp.capi .caseItem_img {
  height: 190px;
  overflow: hidden;
}
.p-lp.capi .caseItem_img img {
  transition: 0.3s;
}
.p-lp.capi .caseItem:hover .caseItem_img img {
  transform: scale(1.2);
}
.p-lp.capi .support {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.capi .support {
    padding: 40px 0;
  }
}
.p-lp.capi .supportList {
  width: 90%;
  max-width: 1200px;
  margin: 64px auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-lp.capi .supportList {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .supportList {
    margin: 40px auto;
  }
}
.p-lp.capi .supportText {
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
}
.p-lp.capi .price {
  padding: 80px 0;
  background-color: #F4F6F8;
}
@media (max-width: 480px) {
  .p-lp.capi .price {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .price .sectionCta span {
    font-size: 13px;
  }
}
.p-lp.capi .priceBox {
  width: 90%;
  max-width: 720px;
  background-color: #fff;
  margin: 64px auto;
  padding: 40px 64px 64px;
  position: relative;
}
@media (max-width: 768px) {
  .p-lp.capi .priceBox {
    padding: 40px 40px 64px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .priceBox {
    margin: 40px auto;
  }
}
.p-lp.capi .priceBox .sectionCta {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.p-lp.capi .priceTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .p-lp.capi .priceTop {
    flex-direction: column;
  }
}
.p-lp.capi .priceTop_left {
  width: 200px;
  height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #0181DC;
  color: #fff;
}
.p-lp.capi .priceTop_left_text {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
}
.p-lp.capi .priceTop_left_price {
  font-size: 36px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .p-lp.capi .priceTop_left_price {
    font-size: 32px;
  }
}
.p-lp.capi .priceTop_left_num {
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(5px);
}
.p-lp.capi .priceTop_right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-lp.capi .priceTop_right_item {
  border: 2px solid #0181DC;
  border-radius: 5px;
  padding: 12px 24px;
}
.p-lp.capi .priceTop_right_text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  color: #0181DC;
}
.p-lp.capi .priceTop_right_price {
  font-size: 28px;
  line-height: 1.5;
  font-weight: bold;
  color: #0181DC;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .p-lp.capi .priceTop_right_price {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .priceTop_right_price {
    font-size: 20px;
  }
}
.p-lp.capi .priceTop_right_num {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(5px);
  color: #0181DC;
}
@media (max-width: 768px) {
  .p-lp.capi .priceTop_right_num {
    font-size: 40px;
  }
}
.p-lp.capi .priceTop_right_catch {
  font-size: 20px;
  font-weight: bold;
  color: #0181DC;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-lp.capi .priceTop_center span {
  font-size: 80px;
  font-weight: 500;
  color: #0181DC;
}
@media (max-width: 768px) {
  .p-lp.capi .priceTop_center span {
    line-height: 1;
  }
}
.p-lp.capi .priceCan_heading {
  font-size: 20px;
  font-weight: bold;
  color: #0D3C7B;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 12px;
}
.p-lp.capi .priceCan_list {
  background-color: #F4F6F8;
  padding: 24px 48px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 768px) {
  .p-lp.capi .priceCan_list {
    padding: 24px;
    padding-left: 0;
    gap: 12px;
  }
}
.p-lp.capi .priceCan_item {
  font-size: 18px;
  font-weight: bold;
  color: #0D3C7B;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-bottom: -24px;
}
@media (max-width: 480px) {
  .p-lp.capi .priceCan_item {
    font-size: 16px;
  }
}
.p-lp.capi .priceCan_item span:nth-child(1) {
  font-size: 80px;
  line-height: 1;
  transform: translateY(-2px);
}
.p-lp.capi .priceCan_item span:nth-child(2) {
  transform: translateX(-20px);
}
.p-lp.capi .priceCan_item:last-child {
  font-size: 14px;
  margin-top: 32px;
  margin-left: 28px;
  margin-bottom: 24px;
}
.p-lp.capi .flow {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.capi .flow {
    padding: 40px 0;
  }
}
.p-lp.capi .flowList {
  width: 90%;
  max-width: 670px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px auto 80px;
}
@media (max-width: 768px) {
  .p-lp.capi .flowList {
    align-items: center;
    gap: 64px;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .flowList {
    margin: 40px auto;
  }
}
.p-lp.capi .flowItem {
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-lp.capi .flowItem {
    flex-direction: column;
    width: 90%;
    max-width: 400px;
  }
}
.p-lp.capi .flowItem_num {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0D5BCE;
  color: #fff;
  font-size: 32px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.capi .flowItem_num {
    top: -25px;
    left: -25px;
    transform: translate(0);
  }
}
@media (max-width: 480px) {
  .p-lp.capi .flowItem_num {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
.p-lp.capi .flowItem_heading {
  font-size: 20px;
  font-weight: bold;
  color: #0D3C7B;
  line-height: 1.8;
  padding-left: 64px;
}
@media (max-width: 768px) {
  .p-lp.capi .flowItem_heading {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .p-lp.capi .flowItem_heading {
    font-size: 18px;
  }
}
.p-lp.capi .flowItem_img {
  width: 300px;
  height: auto;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .p-lp.capi .flowItem_img {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.p-lp.capi .flowSupport_heading {
  font-size: 24px;
  font-weight: bold;
  color: #0D3C7B;
  text-align: center;
  margin-bottom: 32px;
}
.p-lp.capi .flowSupport_box {
  width: 90%;
  max-width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F4F6F8;
  border-radius: 10px;
  padding: 24px 32px;
}
@media (max-width: 768px) {
  .p-lp.capi .flowSupport_box {
    flex-direction: column;
    gap: 24px;
  }
}
.p-lp.capi .flowSupport_img {
  width: 35%;
}
@media (max-width: 768px) {
  .p-lp.capi .flowSupport_img {
    width: 90%;
    max-width: 200px;
  }
}
.p-lp.capi .flowSupport_text {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #0D3C7B;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-lp.capi .flowSupport_text {
    width: 100%;
  }
}
.p-lp.capi .qa {
  padding: 80px 0;
  background-color: #F4F6F8;
}
@media (max-width: 480px) {
  .p-lp.capi .qa {
    padding: 40px 0;
  }
}
.p-lp.capi .qaList {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px auto;
}
@media (max-width: 480px) {
  .p-lp.capi .qaList {
    margin: 40px auto;
  }
}
.p-lp.capi .qaItem {
  padding: 40px 80px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-lp.capi .qaItem {
    padding: 32px;
  }
}
.p-lp.capi .qaItem_q {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .p-lp.capi .qaItem_q {
    gap: 16px;
  }
}
.p-lp.capi .qaItem_q_initial {
  font-size: 36px;
  font-weight: bold;
  color: #0D3C7B;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.capi .qaItem_q_initial {
    font-size: 32px;
  }
}
.p-lp.capi .qaItem_q_heading {
  font-size: 20px;
  font-weight: bold;
  color: #0D3C7B;
}
@media (max-width: 768px) {
  .p-lp.capi .qaItem_q_heading {
    font-size: 18px;
  }
}
.p-lp.capi .qaItem_a {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-lp.capi .qaItem_a {
    gap: 16px;
  }
}
.p-lp.capi .qaItem_a_initial {
  font-size: 36px;
  font-weight: bold;
  color: #0D5BCE;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.capi .qaItem_a_initial {
    font-size: 32px;
  }
}
.p-lp.capi .qaItem_a_heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
  transform: translateY(13px);
}
.p-lp.capi .qaCatch {
  font-size: 22px;
  font-weight: bold;
  color: #0D3C7B;
  text-align: center;
  margin-bottom: 24px;
}

.p-lp.l-ad {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.p-lp.l-ad .header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1800px;
  background-color: #fff;
  z-index: 9;
}
.p-lp.l-ad .headerInner {
  padding: 16px 2.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .p-lp.l-ad .headerInner {
    height: 70px;
  }
}
.p-lp.l-ad .headerLogo {
  width: 120px;
}
.p-lp.l-ad .headerList {
  display: flex;
  gap: 40px;
}
@media (max-width: 1080px) {
  .p-lp.l-ad .headerList {
    display: none;
  }
}
.p-lp.l-ad .headerItem {
  color: #0E3C49;
  font-weight: bold;
  position: relative;
}
.p-lp.l-ad .headerItem::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #0E3C49;
  position: absolute;
  right: -20px;
  top: 0;
}
.p-lp.l-ad .headerItem:last-child::before {
  display: none;
}
.p-lp.l-ad .header .nav-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  background-image: linear-gradient(150deg, rgb(11, 32, 87) 30%, rgb(18, 40, 83) 33%, rgb(0, 70, 155) 100%);
}
@media (max-width: 1080px) {
  .p-lp.l-ad .header .nav-button {
    display: block;
  }
}
.p-lp.l-ad .header .nav-button__line-box {
  width: 30px;
  height: 20px;
  margin: 20px auto 4px;
  position: relative;
  /* -webkit-transform: translate(0, 12px); */
  /* -ms-transform: translate(0, 12px); */
  /* transform: translate(0, 12px); */
}
.p-lp.l-ad .header .nav-button__line01 {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.325s ease-in-out;
}
.p-lp.l-ad .header .nav-button__line01.is-active {
  transform: rotate(25deg);
  top: 0.5rem;
  transition: 0.325s ease-in-out;
}
.p-lp.l-ad .header .nav-button__line02 {
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.325s ease-in-out;
}
.p-lp.l-ad .header .nav-button__line02.is-active {
  display: none;
  transition: 0.325s ease-in-out;
}
.p-lp.l-ad .header .nav-button__line03 {
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.325s ease-in-out;
}
.p-lp.l-ad .header .nav-button__line03.is-active {
  width: 100%;
  transform: rotate(-25deg);
  top: 0.5rem;
  transition: 0.325s ease-in-out;
}
.p-lp.l-ad .header .nav__button-txt {
  color: #fff;
  font-size: 12px;
}
.p-lp.l-ad .header .nav-button.is-active .nav__button-txt {
  transform: translateY(-4px);
  transition: 0.325s ease-in-out;
}
.p-lp.l-ad .header .nav__cont {
  position: fixed;
  top: 67px;
  left: 100%;
  visibility: hidden;
  width: 100vw;
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px;
}
.p-lp.l-ad .header .nav__cont.is-active {
  width: 100vw;
  visibility: visible;
  left: 0;
  transition: 0.3s;
  overflow-y: scroll;
}
.p-lp.l-ad .header .nav__cont .nav__list {
  margin-bottom: 24px !important;
}
.p-lp.l-ad .header .nav__cont .nav__list:last-of-type {
  width: 100%;
}
.p-lp.l-ad .header .nav__item-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background-image: linear-gradient(150deg, rgb(11, 32, 87) 30%, rgb(18, 40, 83) 33%, rgb(0, 70, 155) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 1rem;
  position: relative;
}
.p-lp.l-ad .header .nav__cont .sectionCta {
  margin-top: 32px;
}
.p-lp.l-ad .sectionHeading {
  font-size: 28px;
  font-weight: bold;
  color: #016B39;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .p-lp.l-ad .sectionHeading {
    font-size: 24px;
  }
}
.p-lp.l-ad .sectionCta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.p-lp.l-ad .sectionCta_btn {
  width: 320px;
  height: auto;
  position: relative;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  border: 1px solid #000;
  transition: 0.3s;
}
.p-lp.l-ad .sectionCta_btn span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .p-lp.l-ad .sectionCta_btn span {
    font-size: 16px;
  }
}
.p-lp.l-ad .sectionCta_btn img {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-40%);
  transition: 0.3s;
}
.p-lp.l-ad .sectionCta_btn:nth-child(1) {
  background-image: linear-gradient(180deg, #F95300, #DA3C00);
}
.p-lp.l-ad .sectionCta_btn:nth-child(2) {
  background-image: linear-gradient(180deg, #6CB6EB, #0081DD);
}
.p-lp.l-ad .sectionCta_btn:hover {
  opacity: 0.8;
}
.p-lp.l-ad .sectionCta_btn:hover img {
  right: 4px;
}
@media (max-width: 480px) {
  .p-lp.l-ad .sectionCta_btn {
    width: 300px;
  }
}
.p-lp.l-ad .sectionCta_big {
  width: 90%;
  max-width: 500px;
}
@media (max-width: 480px) {
  .p-lp.l-ad .sectionCta_big span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .sectionCta {
    flex-direction: column;
    gap: 16px;
  }
}
.p-lp.l-ad .fv {
  background-image: url(../images/lad/fv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-lp.l-ad .fvInner {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .p-lp.l-ad .fvInner {
    height: 500px;
  }
}
@media (max-width: 1080px) {
  .p-lp.l-ad .fvInner {
    flex-direction: column;
    gap: 0px;
    padding: 64px 0 150px;
    height: auto;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .fvInner {
    padding-bottom: 210px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .fvInner {
    padding: 40px 0 200px;
  }
}
.p-lp.l-ad .fvMain {
  width: auto;
}
@media (max-width: 768px) {
  .p-lp.l-ad .fvMain {
    width: 90%;
  }
}
.p-lp.l-ad .fvCatch {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/lad/fv_catch.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  padding: 4px 32px 4px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .fvCatch {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .fvCatch .br {
    display: block;
  }
}
.p-lp.l-ad .fvTitle {
  font-size: 44px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1280px) {
  .p-lp.l-ad .fvTitle {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .fvTitle {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .fvTitle .br {
    display: block;
  }
  .p-lp.l-ad .fvTitle br {
    display: none;
  }
}
.p-lp.l-ad .fvTitle_small {
  display: block;
  font-size: 26px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .fvTitle_small {
    font-size: 18px;
  }
}
.p-lp.l-ad .fv .sectionCta_btn {
  border: 2px solid #fff;
}
@media (max-width: 1080px) {
  .p-lp.l-ad .fv .sectionCta {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-lp.l-ad .fvScreen {
  width: 40%;
}
@media (max-width: 1500px) {
  .p-lp.l-ad .fvScreen {
    width: 30%;
  }
}
@media (max-width: 1080px) {
  .p-lp.l-ad .fvScreen {
    width: 100%;
    max-width: 600px;
  }
}
.p-lp.l-ad .support {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.l-ad .support {
    padding: 40px 0;
  }
}
.p-lp.l-ad .supportList {
  width: 90%;
  max-width: 1200px;
  margin: 64px auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .supportList {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .supportList {
    margin: 40px auto;
  }
}
.p-lp.l-ad .supportText {
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
}
.p-lp.l-ad .problem {
  padding: 80px 0;
  background-color: #F7F9F8;
}
@media (max-width: 480px) {
  .p-lp.l-ad .problem {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .problem .sectionHeading {
    font-size: 22px;
  }
  .p-lp.l-ad .problem .sectionHeading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .problem .sectionHeading .br2 {
    display: block;
  }
}
.p-lp.l-ad .problemList {
  width: 90%;
  max-width: 910px;
  display: flex;
  justify-content: center;
  gap: 128px 24px;
  flex-wrap: wrap;
  margin: 64px auto;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.l-ad .problemList {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .problemList {
    margin: 40px auto;
  }
}
.p-lp.l-ad .problemItem {
  width: calc(25% - 18px);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.l-ad .problemItem {
    width: calc(50% - 12px);
  }
  .p-lp.l-ad .problemItem:nth-of-type(-n+2) .problemItem_arrow {
    display: none;
  }
  .p-lp.l-ad .problemItem:nth-of-type(n+3):nth-of-type(-n+4) {
    margin-bottom: 110px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .problemItem:nth-of-type(n+3):nth-of-type(-n+4) {
    margin-bottom: 70px;
  }
}
.p-lp.l-ad .problemItem_icon {
  background-color: #DFEDE6;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.p-lp.l-ad .problemItem_icon img {
  width: auto;
  height: 100px;
}
@media (max-width: 480px) {
  .p-lp.l-ad .problemItem_icon img {
    height: 60px;
  }
}
.p-lp.l-ad .problemItem_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .p-lp.l-ad .problemItem_main {
    padding: 16px 0;
  }
}
.p-lp.l-ad .problemItem_heading {
  color: #01333F;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-lp.l-ad .problemItem_heading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .problemItem_heading {
    font-size: 14px;
  }
  .p-lp.l-ad .problemItem_heading .br2 {
    display: block;
  }
}
.p-lp.l-ad .problemItem_arrow {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: -117px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .p-lp.l-ad .problemItem_arrow {
    width: 60px;
    bottom: -90px;
  }
}
.p-lp.l-ad .problemNotice {
  font-size: 26px;
  font-weight: bold;
  color: #016D39;
  position: absolute;
  top: 360px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  z-index: 3;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .p-lp.l-ad .problemNotice {
    top: 670px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .problemNotice {
    font-size: 22px;
    top: 540px;
  }
}
.p-lp.l-ad .reason {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reason {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .reason .sectionHeading .br {
    display: block;
  }
}
.p-lp.l-ad .reason .sectionCta {
  width: 95%;
  margin: auto;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .p-lp.l-ad .reason .sectionCta {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .reason .sectionCta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-lp.l-ad .reason .sectionCta_btn .br {
    display: block;
  }
}
.p-lp.l-ad .reason .sectionCta_btn:last-child {
  max-width: 600px;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reason .sectionCta_btn:last-child {
    max-width: 300px;
  }
}
.p-lp.l-ad .reason .sectionCta_btn:last-child span {
  font-size: 24px;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reason .sectionCta_btn:last-child span {
    font-size: 20px;
  }
}
.p-lp.l-ad .reasonArrow {
  display: block;
  width: 300px;
  margin: 0 auto 64px;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reasonArrow {
    width: 200px;
    margin-bottom: 40px;
  }
}
.p-lp.l-ad .reasonList {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 90%;
  max-width: 1000px;
  margin: 64px auto;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reasonList {
    margin: 40px auto;
    gap: 64px;
  }
}
.p-lp.l-ad .reasonItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .reasonItem {
    flex-direction: column-reverse;
  }
}
.p-lp.l-ad .reasonItem_img {
  width: 50%;
}
@media (max-width: 768px) {
  .p-lp.l-ad .reasonItem_img {
    width: 100%;
  }
}
.p-lp.l-ad .reasonItem_main {
  width: 50%;
}
@media (max-width: 768px) {
  .p-lp.l-ad .reasonItem_main {
    width: 100%;
  }
}
.p-lp.l-ad .reasonItem_heading {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.p-lp.l-ad .reasonItem_heading span {
  color: #7FB59B;
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reasonItem_heading span {
    font-size: 60px;
  }
}
.p-lp.l-ad .reasonItem_heading h3 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #016D39;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reasonItem_heading h3 {
    font-size: 20px;
  }
  .p-lp.l-ad .reasonItem_heading h3 .br {
    display: block;
  }
}
.p-lp.l-ad .reasonItem_heading h3 .br {
  font-size: inherit;
}
.p-lp.l-ad .reasonItem_text {
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 480px) {
  .p-lp.l-ad .reasonItem_text .br {
    display: block;
  }
  .p-lp.l-ad .reasonItem_text .sp {
    display: none;
  }
}
.p-lp.l-ad .reasonItem_text a {
  font-size: 14px;
}
.p-lp.l-ad .reasonItem_icon {
  display: block;
  margin-top: 24px;
}
.p-lp.l-ad .reasonItem:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-lp.l-ad .reasonItem:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .reasonItem:nth-child(3) .reasonItem_heading h3 br {
    display: none;
  }
  .p-lp.l-ad .reasonItem:nth-child(3) .reasonItem_heading h3 .br {
    display: block;
  }
}
.p-lp.l-ad .feature {
  padding: 80px 0;
  background-color: #F7F9F8;
}
@media (max-width: 480px) {
  .p-lp.l-ad .feature {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .feature .sectionHeading .br {
    display: block;
  }
}
.p-lp.l-ad .featureList {
  width: 90%;
  max-width: 1000px;
  margin: 64px auto;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .p-lp.l-ad .featureList {
    padding: 0 32px;
    margin: 40px auto;
  }
}
.p-lp.l-ad .featureItem {
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 2px dashed #85ACE6;
  border-width: 3px;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-lp.l-ad .featureItem {
    flex-direction: column;
  }
}
.p-lp.l-ad .featureItem_main {
  width: 75%;
}
@media (max-width: 768px) {
  .p-lp.l-ad .featureItem_main {
    width: 100%;
  }
}
.p-lp.l-ad .featureItem_heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.p-lp.l-ad .featureItem_heading h3 {
  font-size: 20px;
  font-weight: bold;
  color: #016D39;
}
@media (max-width: 1080px) {
  .p-lp.l-ad .featureItem_heading h3 .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .featureItem_heading h3 {
    font-size: 18px;
  }
  .p-lp.l-ad .featureItem_heading h3 .br2 {
    display: block;
  }
}
.p-lp.l-ad .featureItem_num {
  width: 38px;
  height: auto;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url(../images/lad/feature_num.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 1px;
}
.p-lp.l-ad .featureItem_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.p-lp.l-ad .featureItem_img {
  width: 25%;
}
@media (max-width: 768px) {
  .p-lp.l-ad .featureItem_img {
    width: 90%;
    max-width: 300px;
  }
}
.p-lp.l-ad .featureItem:last-child {
  margin-bottom: 40px;
}
.p-lp.l-ad .case {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.l-ad .case {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .case .sectionHeading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .case .sectionHeading {
    font-size: 20px;
  }
}
.p-lp.l-ad .caseList {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 64px auto;
}
@media (max-width: 1080px) {
  .p-lp.l-ad .caseList {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .caseList {
    margin: 40px auto;
  }
}
.p-lp.l-ad .caseItem {
  width: 33%;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-align: center;
  position: relative;
}
@media (max-width: 1080px) {
  .p-lp.l-ad .caseItem {
    width: 90%;
    max-width: 400px;
  }
}
.p-lp.l-ad .caseItem_heading {
  color: #01333F;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 32px 0;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media (max-width: 1080px) {
  .p-lp.l-ad .caseItem_heading {
    min-height: auto;
  }
}
.p-lp.l-ad .caseItem_name {
  display: inline-block;
  background-image: linear-gradient(90deg, #6CB6EB, #0081DD);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 24px 6px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.p-lp.l-ad .caseItem_text {
  width: 80%;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  margin-bottom: 32px;
}
.p-lp.l-ad .caseItem_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-lp.l-ad .caseItem_img {
  height: 190px;
  overflow: hidden;
  border-radius: 15px 15px 0 0;
}
.p-lp.l-ad .caseItem_img img {
  transition: 0.3s;
}
.p-lp.l-ad .caseItem:hover .caseItem_img img {
  transform: scale(1.2);
}
.p-lp.l-ad .caseItem:last-child:hover .caseItem_img img {
  transform: scale(1);
}
.p-lp.l-ad .price {
  padding: 80px 0;
  background-color: #F7F9F8;
}
@media (max-width: 480px) {
  .p-lp.l-ad .price {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .price .sectionCta span {
    font-size: 13px;
  }
}
.p-lp.l-ad .priceBox {
  width: 90%;
  max-width: 750px;
  background-color: #fff;
  margin: 64px auto;
  padding: 40px 64px 64px;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.l-ad .priceBox {
    padding: 40px 40px 64px;
  }
}
@media (max-width: 768px) {
  .p-lp.l-ad .priceBox {
    padding: 40px 40px 64px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .priceBox {
    margin: 40px auto;
    padding: 40px 16px 64px;
  }
}
.p-lp.l-ad .priceBox .sectionCta {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.p-lp.l-ad .priceTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-lp.l-ad .priceTop {
    flex-direction: column;
  }
}
.p-lp.l-ad .priceTop_left {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #016D39;
  color: #fff;
}
.p-lp.l-ad .priceTop_left_text {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
}
.p-lp.l-ad .priceTop_left_price {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .p-lp.l-ad .priceTop_left_price {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .priceTop_left_price {
    font-size: 16px;
  }
}
.p-lp.l-ad .priceTop_left_num {
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(5px);
}
@media (max-width: 768px) {
  .p-lp.l-ad .priceTop_left_num {
    font-size: 38px;
  }
}
.p-lp.l-ad .priceTop_right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-lp.l-ad .priceTop_right_item {
  border: 2px solid #016D39;
  border-radius: 5px;
  padding: 12px 24px;
}
.p-lp.l-ad .priceTop_right_text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  color: #016D39;
}
.p-lp.l-ad .priceTop_right_text2 {
  margin-top: 8px;
}
.p-lp.l-ad .priceTop_right_price {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #016D39;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .p-lp.l-ad .priceTop_right_price {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .priceTop_right_price {
    font-size: 16px;
  }
}
.p-lp.l-ad .priceTop_right_num {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(5px);
  color: #016D39;
}
@media (max-width: 768px) {
  .p-lp.l-ad .priceTop_right_num {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .priceTop_right_num {
    font-size: 30px;
  }
}
.p-lp.l-ad .priceTop_right_small {
  font-size: 12px;
  font-weight: bold;
  color: #016D39;
}
.p-lp.l-ad .priceTop_right_catch {
  font-size: 20px;
  font-weight: bold;
  color: #016D39;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-lp.l-ad .priceTop_center span {
  font-size: 80px;
  font-weight: 500;
  color: #016D39;
}
@media (max-width: 768px) {
  .p-lp.l-ad .priceTop_center span {
    line-height: 1;
  }
}
.p-lp.l-ad .flow {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.l-ad .flow {
    padding: 40px 0;
  }
}
.p-lp.l-ad .flowList {
  width: 90%;
  max-width: 670px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px auto 80px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowList {
    align-items: center;
    gap: 64px;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .flowList {
    margin: 40px auto;
  }
}
.p-lp.l-ad .flowItem {
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowItem {
    flex-direction: column;
    width: 90%;
    max-width: 400px;
  }
}
.p-lp.l-ad .flowItem_num {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #016D39;
  color: #fff;
  font-size: 32px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowItem_num {
    top: -25px;
    left: -25px;
    transform: translate(0);
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .flowItem_num {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
.p-lp.l-ad .flowItem_heading {
  font-size: 20px;
  font-weight: bold;
  color: #016D39;
  line-height: 1.8;
  padding-left: 64px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowItem_heading {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .p-lp.l-ad .flowItem_heading {
    font-size: 18px;
  }
}
.p-lp.l-ad .flowItem_img {
  width: 300px;
  height: auto;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowItem_img {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.p-lp.l-ad .flowSupport_heading {
  font-size: 24px;
  font-weight: bold;
  color: #016D39;
  text-align: center;
  margin-bottom: 32px;
}
.p-lp.l-ad .flowSupport_box {
  width: 90%;
  max-width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F4F6F8;
  border-radius: 10px;
  padding: 24px 32px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowSupport_box {
    flex-direction: column;
    gap: 24px;
  }
}
.p-lp.l-ad .flowSupport_img {
  width: 35%;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowSupport_img {
    width: 90%;
    max-width: 200px;
  }
}
.p-lp.l-ad .flowSupport_text {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-lp.l-ad .flowSupport_text {
    width: 100%;
  }
}
.p-lp.l-ad .qa {
  padding: 80px 0;
  background-color: #F4F6F8;
}
@media (max-width: 480px) {
  .p-lp.l-ad .qa {
    padding: 40px 0;
  }
}
.p-lp.l-ad .qaList {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px auto;
}
@media (max-width: 480px) {
  .p-lp.l-ad .qaList {
    margin: 40px auto;
  }
}
.p-lp.l-ad .qaItem {
  padding: 40px 80px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-lp.l-ad .qaItem {
    padding: 32px;
  }
}
.p-lp.l-ad .qaItem_q {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .p-lp.l-ad .qaItem_q {
    gap: 16px;
  }
}
.p-lp.l-ad .qaItem_q_initial {
  font-size: 36px;
  font-weight: bold;
  color: #016D39;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.l-ad .qaItem_q_initial {
    font-size: 32px;
  }
}
.p-lp.l-ad .qaItem_q_heading {
  font-size: 20px;
  font-weight: bold;
  color: #016D39;
}
@media (max-width: 768px) {
  .p-lp.l-ad .qaItem_q_heading {
    font-size: 18px;
  }
}
.p-lp.l-ad .qaItem_a {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-lp.l-ad .qaItem_a {
    gap: 16px;
  }
}
.p-lp.l-ad .qaItem_a_initial {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.l-ad .qaItem_a_initial {
    font-size: 32px;
  }
}
.p-lp.l-ad .qaItem_a_heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
  transform: translateY(13px);
}
.p-lp.l-ad .qaCatch {
  font-size: 22px;
  font-weight: bold;
  color: #0D3C7B;
  text-align: center;
  margin-bottom: 24px;
}

.p-lp.cats {
  width: 100%;
  max-width: 1800px;
  margin: auto;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
.p-lp.cats .header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1800px;
  background-color: #fff;
  z-index: 9;
}
.p-lp.cats .headerInner {
  padding: 16px 2.5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1080px) {
  .p-lp.cats .headerInner {
    height: 70px;
  }
}
.p-lp.cats .headerLogo {
  width: 120px;
}
.p-lp.cats .headerList {
  display: flex;
  gap: 40px;
}
@media (max-width: 1080px) {
  .p-lp.cats .headerList {
    display: none;
  }
}
.p-lp.cats .headerItem {
  color: #01333F;
  font-weight: bold;
  position: relative;
}
.p-lp.cats .headerItem::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #01333F;
  position: absolute;
  right: -20px;
  top: 0;
}
.p-lp.cats .headerItem:last-child::before {
  display: none;
}
.p-lp.cats .header .nav-button {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  background-image: linear-gradient(150deg, rgb(11, 32, 87) 30%, rgb(18, 40, 83) 33%, rgb(0, 70, 155) 100%);
}
@media (max-width: 1080px) {
  .p-lp.cats .header .nav-button {
    display: block;
  }
}
.p-lp.cats .header .nav-button__line-box {
  width: 30px;
  height: 20px;
  margin: 20px auto 4px;
  position: relative;
  /* -webkit-transform: translate(0, 12px); */
  /* -ms-transform: translate(0, 12px); */
  /* transform: translate(0, 12px); */
}
.p-lp.cats .header .nav-button__line01 {
  display: inline-block;
  content: "";
  width: 30px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.325s ease-in-out;
}
.p-lp.cats .header .nav-button__line01.is-active {
  transform: rotate(25deg);
  top: 0.5rem;
  transition: 0.325s ease-in-out;
}
.p-lp.cats .header .nav-button__line02 {
  display: inline-block;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  transition: 0.325s ease-in-out;
}
.p-lp.cats .header .nav-button__line02.is-active {
  display: none;
  transition: 0.325s ease-in-out;
}
.p-lp.cats .header .nav-button__line03 {
  display: inline-block;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.325s ease-in-out;
}
.p-lp.cats .header .nav-button__line03.is-active {
  width: 100%;
  transform: rotate(-25deg);
  top: 0.5rem;
  transition: 0.325s ease-in-out;
}
.p-lp.cats .header .nav__button-txt {
  color: #fff;
  font-size: 12px;
}
.p-lp.cats .header .nav-button.is-active .nav__button-txt {
  transform: translateY(-4px);
  transition: 0.325s ease-in-out;
}
.p-lp.cats .header .nav__cont {
  position: fixed;
  top: 67px;
  left: 100%;
  visibility: hidden;
  width: 100vw;
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 40px 24px;
}
.p-lp.cats .header .nav__cont.is-active {
  width: 100vw;
  visibility: visible;
  left: 0;
  transition: 0.3s;
  overflow-y: scroll;
}
.p-lp.cats .header .nav__cont .nav__list {
  margin-bottom: 24px !important;
}
.p-lp.cats .header .nav__cont .nav__list:last-of-type {
  width: 100%;
}
.p-lp.cats .header .nav__item-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  background-image: linear-gradient(150deg, rgb(11, 32, 87) 30%, rgb(18, 40, 83) 33%, rgb(0, 70, 155) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 0 1rem;
  position: relative;
}
.p-lp.cats .header .nav__cont .sectionCta {
  margin-top: 32px;
}
.p-lp.cats .sectionHeading {
  font-size: 28px;
  font-weight: bold;
  color: #0065A3;
  text-align: center;
  letter-spacing: 0.12em;
}
@media (max-width: 768px) {
  .p-lp.cats .sectionHeading {
    font-size: 24px;
  }
}
.p-lp.cats .sectionCta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.p-lp.cats .sectionCta_btn {
  width: 320px;
  height: auto;
  position: relative;
  text-align: center;
  padding: 16px 0;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px rgb(0, 0, 0);
  border: 1px solid #000;
  transition: 0.3s;
}
.p-lp.cats .sectionCta_btn span {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .p-lp.cats .sectionCta_btn span {
    font-size: 16px;
  }
}
.p-lp.cats .sectionCta_btn img {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-40%);
  transition: 0.3s;
}
.p-lp.cats .sectionCta_btn:nth-child(1) {
  background-image: linear-gradient(180deg, #F95300, #DA3C00);
}
.p-lp.cats .sectionCta_btn:nth-child(2) {
  background-image: linear-gradient(180deg, #6CB6EB, #0081DD);
}
.p-lp.cats .sectionCta_btn:hover {
  opacity: 0.8;
}
.p-lp.cats .sectionCta_btn:hover img {
  right: 4px;
}
@media (max-width: 480px) {
  .p-lp.cats .sectionCta_btn {
    width: 300px;
  }
}
.p-lp.cats .sectionCta_big {
  width: 90%;
  max-width: 500px;
}
@media (max-width: 480px) {
  .p-lp.cats .sectionCta_big span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .sectionCta {
    flex-direction: column;
    gap: 16px;
  }
}
.p-lp.cats .fv {
  background-image: url(../images/cats/fv_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.p-lp.cats .fvInner {
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1280px) {
  .p-lp.cats .fvInner {
    height: 500px;
  }
}
@media (max-width: 1080px) {
  .p-lp.cats .fvInner {
    flex-direction: column;
    gap: 0px;
    padding: 64px 0 150px;
    height: auto;
    width: 90%;
    margin: auto;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .fvInner {
    padding-bottom: 210px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .fvInner {
    padding: 40px 0 200px;
  }
}
.p-lp.cats .fvMain {
  width: auto;
}
@media (max-width: 768px) {
  .p-lp.cats .fvMain {
    width: 90%;
  }
}
.p-lp.cats .fvCatch {
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  background-image: url(../images/cats/fv_catch.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 0;
  padding: 4px 32px 4px 16px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-lp.cats .fvCatch {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .fvCatch .br {
    display: block;
  }
}
.p-lp.cats .fvTitle {
  font-size: 44px;
  line-height: 1.6;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1280px) {
  .p-lp.cats .fvTitle {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .fvTitle {
    font-size: 25px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .fvTitle .br {
    display: block;
  }
  .p-lp.cats .fvTitle br {
    display: none;
  }
}
.p-lp.cats .fvTitle_small {
  display: block;
  font-size: 26px;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .p-lp.cats .fvTitle_small {
    font-size: 18px;
  }
}
.p-lp.cats .fv .sectionCta_btn {
  border: 2px solid #fff;
}
.p-lp.cats .fv .sectionCta_btn:nth-child(2) {
  background-image: linear-gradient(180deg, #EDFF6A, #FFD62A);
}
.p-lp.cats .fv .sectionCta_btn:nth-child(2) span {
  color: #0065A3;
}
@media (max-width: 1080px) {
  .p-lp.cats .fv .sectionCta {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p-lp.cats .fvScreen {
  width: 40%;
}
@media (max-width: 1500px) {
  .p-lp.cats .fvScreen {
    width: 30%;
  }
}
@media (max-width: 1080px) {
  .p-lp.cats .fvScreen {
    width: 100%;
    max-width: 600px;
  }
}
.p-lp.cats .support {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.cats .support {
    padding: 40px 0;
  }
}
.p-lp.cats .supportList {
  width: 90%;
  max-width: 1200px;
  margin: 64px auto;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  .p-lp.cats .supportList {
    flex-direction: column;
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .supportList {
    margin: 40px auto;
  }
}
.p-lp.cats .supportText {
  font-size: 14px;
  color: #7C7C7C;
  text-align: center;
}
.p-lp.cats .problem {
  padding: 80px 0;
  background-color: #F4FBFF;
}
@media (max-width: 480px) {
  .p-lp.cats .problem {
    padding: 40px 0;
  }
}
@media (max-width: 1080px) {
  .p-lp.cats .problem .sectionHeading .br2 {
    display: block;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .problem .sectionHeading {
    font-size: 22px;
  }
  .p-lp.cats .problem .sectionHeading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .problem .sectionHeading {
    font-size: 19px;
  }
  .p-lp.cats .problem .sectionHeading .br2 {
    display: block;
  }
}
.p-lp.cats .problemList {
  width: 90%;
  max-width: 910px;
  display: flex;
  justify-content: center;
  gap: 128px 24px;
  flex-wrap: wrap;
  margin: 64px auto;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.cats .problemList {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .problemList {
    margin: 40px auto;
  }
}
.p-lp.cats .problemItem {
  width: calc(25% - 18px);
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.cats .problemItem {
    width: calc(50% - 12px);
  }
  .p-lp.cats .problemItem:nth-of-type(-n+2) .problemItem_arrow {
    display: none;
  }
  .p-lp.cats .problemItem:nth-of-type(n+3):nth-of-type(-n+4) {
    margin-bottom: 110px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .problemItem:nth-of-type(n+3):nth-of-type(-n+4) {
    margin-bottom: 70px;
  }
}
.p-lp.cats .problemItem_icon {
  background-color: #E0ECF4;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}
.p-lp.cats .problemItem_icon img {
  width: auto;
  height: 100px;
}
@media (max-width: 480px) {
  .p-lp.cats .problemItem_icon img {
    height: 60px;
  }
}
.p-lp.cats .problemItem_main {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 12px 12px;
  flex-grow: 1;
}
@media (max-width: 480px) {
  .p-lp.cats .problemItem_main {
    padding: 16px 0;
  }
}
.p-lp.cats .problemItem_heading {
  color: #01333F;
  font-weight: bold;
  line-height: 1.8;
}
@media (max-width: 768px) {
  .p-lp.cats .problemItem_heading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .problemItem_heading {
    font-size: 14px;
  }
  .p-lp.cats .problemItem_heading .br2 {
    display: block;
  }
}
.p-lp.cats .problemItem_arrow {
  width: 80px;
  height: auto;
  position: absolute;
  bottom: -117px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  .p-lp.cats .problemItem_arrow {
    width: 60px;
    bottom: -90px;
  }
}
.p-lp.cats .problemNotice {
  font-size: 26px;
  font-weight: bold;
  color: #0065A3;
  position: absolute;
  top: 330px;
  left: 50%;
  transform: translateX(-50%);
  text-shadow: 2px 2px 1px #ffffff, -2px 2px 1px #ffffff, 2px -2px 1px #ffffff, -2px -2px 1px #ffffff, 2px 0px 1px #ffffff, 0px 2px 1px #ffffff, -2px 0px 1px #ffffff, 0px -2px 1px #ffffff;
  z-index: 3;
  white-space: nowrap;
}
@media (max-width: 960px) {
  .p-lp.cats .problemNotice {
    top: 640px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .problemNotice {
    font-size: 22px;
    top: 490px;
  }
}
.p-lp.cats .reason {
  padding: 80px 0;
  background: #fff;
}
@media (max-width: 480px) {
  .p-lp.cats .reason {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .reason .sectionHeading .br {
    display: block;
  }
}
.p-lp.cats .reason .sectionCta {
  width: 95%;
  margin: auto;
  flex-direction: column-reverse;
}
@media (max-width: 768px) {
  .p-lp.cats .reason .sectionCta {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .reason .sectionCta_btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-lp.cats .reason .sectionCta_btn .br {
    display: block;
  }
}
.p-lp.cats .reason .sectionCta_btn:last-child {
  max-width: 600px;
}
@media (max-width: 480px) {
  .p-lp.cats .reason .sectionCta_btn:last-child {
    max-width: 300px;
  }
}
.p-lp.cats .reason .sectionCta_btn:last-child span {
  font-size: 24px;
}
@media (max-width: 480px) {
  .p-lp.cats .reason .sectionCta_btn:last-child span {
    font-size: 20px;
  }
}
.p-lp.cats .reasonArrow {
  display: block;
  width: 300px;
  margin: 0 auto 64px;
}
@media (max-width: 480px) {
  .p-lp.cats .reasonArrow {
    width: 200px;
    margin-bottom: 40px;
  }
}
.p-lp.cats .reasonList {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 90%;
  max-width: 1000px;
  margin: 64px auto;
}
@media (max-width: 480px) {
  .p-lp.cats .reasonList {
    margin: 40px auto;
    gap: 64px;
  }
}
.p-lp.cats .reasonItem {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-lp.cats .reasonItem {
    flex-direction: column-reverse;
  }
}
.p-lp.cats .reasonItem_img {
  width: 50%;
}
@media (max-width: 768px) {
  .p-lp.cats .reasonItem_img {
    width: 100%;
  }
}
.p-lp.cats .reasonItem_main {
  width: 50%;
}
@media (max-width: 768px) {
  .p-lp.cats .reasonItem_main {
    width: 100%;
  }
}
.p-lp.cats .reasonItem_heading {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.p-lp.cats .reasonItem_heading span {
  color: #7EB1D0;
  font-size: 80px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media (max-width: 480px) {
  .p-lp.cats .reasonItem_heading span {
    font-size: 60px;
  }
}
.p-lp.cats .reasonItem_heading h3 {
  font-size: 26px;
  line-height: 1.6;
  font-weight: bold;
  color: #0065A3;
}
@media (max-width: 480px) {
  .p-lp.cats .reasonItem_heading h3 {
    font-size: 20px;
  }
  .p-lp.cats .reasonItem_heading h3 .br {
    display: block;
  }
}
.p-lp.cats .reasonItem_heading h3 .br {
  font-size: inherit;
}
.p-lp.cats .reasonItem_text {
  line-height: 1.8;
  font-weight: bold;
}
@media (max-width: 480px) {
  .p-lp.cats .reasonItem_text .br {
    display: block;
  }
  .p-lp.cats .reasonItem_text .sp {
    display: none;
  }
}
.p-lp.cats .reasonItem_text a {
  font-size: 14px;
}
.p-lp.cats .reasonItem_icon {
  display: block;
  margin-top: 24px;
}
.p-lp.cats .reasonItem:nth-child(2n) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .p-lp.cats .reasonItem:nth-child(2n) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .reasonItem:nth-child(3) .reasonItem_heading h3 br {
    display: none;
  }
  .p-lp.cats .reasonItem:nth-child(3) .reasonItem_heading h3 .br {
    display: block;
  }
}
.p-lp.cats .feature {
  padding: 80px 0;
  background-color: #F4FBFF;
}
@media (max-width: 480px) {
  .p-lp.cats .feature {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .feature .sectionHeading .br {
    display: block;
  }
}
.p-lp.cats .featureList {
  width: 90%;
  max-width: 1000px;
  margin: 64px auto;
  display: flex;
  flex-direction: column;
  padding: 0 40px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .p-lp.cats .featureList {
    padding: 0 32px;
    margin: 40px auto;
  }
}
.p-lp.cats .featureItem {
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 2px dashed #85ACE6;
  border-width: 3px;
  padding: 40px 0;
}
@media (max-width: 768px) {
  .p-lp.cats .featureItem {
    flex-direction: column;
  }
}
.p-lp.cats .featureItem_main {
  width: 75%;
}
@media (max-width: 768px) {
  .p-lp.cats .featureItem_main {
    width: 100%;
  }
}
.p-lp.cats .featureItem_heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
.p-lp.cats .featureItem_heading h3 {
  font-size: 20px;
  font-weight: bold;
  color: #0065A3;
}
@media (max-width: 1080px) {
  .p-lp.cats .featureItem_heading h3 .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .featureItem_heading h3 {
    font-size: 18px;
  }
  .p-lp.cats .featureItem_heading h3 .br2 {
    display: block;
  }
}
.p-lp.cats .featureItem_num {
  width: 38px;
  height: auto;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url(../images/cats/feature_num.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: 1px;
}
.p-lp.cats .featureItem_text {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
}
.p-lp.cats .featureItem_img {
  width: 25%;
}
@media (max-width: 768px) {
  .p-lp.cats .featureItem_img {
    width: 90%;
    max-width: 300px;
  }
}
.p-lp.cats .featureItem:last-child {
  margin-bottom: 40px;
}
.p-lp.cats .case {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.cats .case {
    padding: 40px 0;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .case .sectionHeading .br {
    display: block;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .case .sectionHeading {
    font-size: 20px;
  }
}
.p-lp.cats .caseList {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin: 64px auto;
}
@media (max-width: 1080px) {
  .p-lp.cats .caseList {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .caseList {
    margin: 40px auto;
  }
}
.p-lp.cats .caseItem {
  width: 33%;
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1080px) {
  .p-lp.cats .caseItem {
    width: 90%;
    max-width: 400px;
  }
}
.p-lp.cats .caseItem_heading {
  color: #01333F;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin: 32px 0;
  min-height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}
@media (max-width: 1080px) {
  .p-lp.cats .caseItem_heading {
    min-height: auto;
  }
}
.p-lp.cats .caseItem_name {
  display: inline-block;
  background-image: linear-gradient(90deg, #6CB6EB, #0081DD);
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 24px 6px;
  border-radius: 50px;
  margin-bottom: 24px;
}
.p-lp.cats .caseItem_text {
  width: 80%;
  margin: auto;
  font-size: 14px;
  line-height: 1.8;
  font-weight: bold;
  text-align: left;
  margin-bottom: 32px;
}
.p-lp.cats .caseItem_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.p-lp.cats .caseItem_img {
  height: 190px;
  overflow: hidden;
}
.p-lp.cats .caseItem_img img {
  transition: 0.3s;
}
.p-lp.cats .caseItem:hover .caseItem_img img {
  transform: scale(1.2);
}
.p-lp.cats .price {
  padding: 80px 0;
  background-color: #F4FBFF;
}
@media (max-width: 480px) {
  .p-lp.cats .price {
    padding: 40px 0;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .price .sectionCta span {
    font-size: 13px;
  }
}
.p-lp.cats .priceBox {
  width: 90%;
  max-width: 750px;
  background-color: #fff;
  margin: 64px auto;
  padding: 40px 64px 64px;
  position: relative;
}
@media (max-width: 960px) {
  .p-lp.cats .priceBox {
    padding: 40px 40px 64px;
  }
}
@media (max-width: 768px) {
  .p-lp.cats .priceBox {
    padding: 40px 40px 64px;
    width: 90%;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .priceBox {
    margin: 40px auto;
    padding: 40px 16px 64px;
  }
}
.p-lp.cats .priceBox .sectionCta {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.p-lp.cats .priceTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-lp.cats .priceTop {
    flex-direction: column;
  }
}
.p-lp.cats .priceTop_left {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #0065A3;
  color: #fff;
}
.p-lp.cats .priceTop_left_text {
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  display: block;
}
.p-lp.cats .priceTop_left_price {
  font-size: 32px;
  line-height: 1.5;
  font-weight: bold;
  display: block;
}
@media (max-width: 768px) {
  .p-lp.cats .priceTop_left_price {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .priceTop_left_price {
    font-size: 16px;
  }
}
.p-lp.cats .priceTop_left_num {
  display: inline-block;
  font-size: 70px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(5px);
}
@media (max-width: 768px) {
  .p-lp.cats .priceTop_left_num {
    font-size: 38px;
  }
}
.p-lp.cats .priceTop_right {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-lp.cats .priceTop_right_item {
  border: 2px solid #0065A3;
  border-radius: 5px;
  padding: 12px 24px;
}
.p-lp.cats .priceTop_right_text {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  display: block;
  color: #0065A3;
}
.p-lp.cats .priceTop_right_text2 {
  margin-top: 8px;
}
.p-lp.cats .priceTop_right_price {
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #0065A3;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .p-lp.cats .priceTop_right_price {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .priceTop_right_price {
    font-size: 16px;
  }
}
.p-lp.cats .priceTop_right_num {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  transform: translateY(5px);
  color: #0065A3;
}
@media (max-width: 768px) {
  .p-lp.cats .priceTop_right_num {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .priceTop_right_num {
    font-size: 30px;
  }
}
.p-lp.cats .priceTop_right_small {
  font-size: 12px;
  font-weight: bold;
  color: #0065A3;
}
.p-lp.cats .priceTop_right_catch {
  font-size: 20px;
  font-weight: bold;
  color: #0065A3;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-lp.cats .priceTop_center span {
  font-size: 80px;
  font-weight: 500;
  color: #0065A3;
}
@media (max-width: 768px) {
  .p-lp.cats .priceTop_center span {
    line-height: 1;
  }
}
.p-lp.cats .flow {
  padding: 80px 0;
}
@media (max-width: 480px) {
  .p-lp.cats .flow {
    padding: 40px 0;
  }
}
.p-lp.cats .flowList {
  width: 90%;
  max-width: 670px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px auto 80px;
}
@media (max-width: 768px) {
  .p-lp.cats .flowList {
    align-items: center;
    gap: 64px;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .flowList {
    margin: 40px auto;
  }
}
.p-lp.cats .flowItem {
  box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .p-lp.cats .flowItem {
    flex-direction: column;
    width: 90%;
    max-width: 400px;
  }
}
.p-lp.cats .flowItem_num {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0065A3;
  color: #fff;
  font-size: 32px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.cats .flowItem_num {
    top: -25px;
    left: -25px;
    transform: translate(0);
  }
}
@media (max-width: 480px) {
  .p-lp.cats .flowItem_num {
    width: 50px;
    height: 50px;
    font-size: 28px;
  }
}
.p-lp.cats .flowItem_heading {
  font-size: 20px;
  font-weight: bold;
  color: #0065A3;
  line-height: 1.8;
  padding-left: 64px;
}
@media (max-width: 768px) {
  .p-lp.cats .flowItem_heading {
    padding: 16px 0;
  }
}
@media (max-width: 480px) {
  .p-lp.cats .flowItem_heading {
    font-size: 18px;
  }
}
.p-lp.cats .flowItem_img {
  width: 300px;
  height: auto;
  border-radius: 0 10px 10px 0;
}
@media (max-width: 768px) {
  .p-lp.cats .flowItem_img {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.p-lp.cats .flowSupport_heading {
  font-size: 24px;
  font-weight: bold;
  color: #0065A3;
  text-align: center;
  margin-bottom: 32px;
}
.p-lp.cats .flowSupport_box {
  width: 90%;
  max-width: 800px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F4F6F8;
  border-radius: 10px;
  padding: 24px 32px;
}
@media (max-width: 768px) {
  .p-lp.cats .flowSupport_box {
    flex-direction: column;
    gap: 24px;
  }
}
.p-lp.cats .flowSupport_img {
  width: 35%;
}
@media (max-width: 768px) {
  .p-lp.cats .flowSupport_img {
    width: 90%;
    max-width: 200px;
  }
}
.p-lp.cats .flowSupport_text {
  width: 60%;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-lp.cats .flowSupport_text {
    width: 100%;
  }
}
.p-lp.cats .qa {
  padding: 80px 0;
  background-color: #F4FBFF;
}
@media (max-width: 480px) {
  .p-lp.cats .qa {
    padding: 40px 0;
  }
}
.p-lp.cats .qaList {
  width: 90%;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 64px auto;
}
@media (max-width: 480px) {
  .p-lp.cats .qaList {
    margin: 40px auto;
  }
}
.p-lp.cats .qaItem {
  padding: 40px 80px;
  background-color: #fff;
}
@media (max-width: 768px) {
  .p-lp.cats .qaItem {
    padding: 32px;
  }
}
.p-lp.cats .qaItem_q {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 768px) {
  .p-lp.cats .qaItem_q {
    gap: 16px;
  }
}
.p-lp.cats .qaItem_q_initial {
  font-size: 36px;
  font-weight: bold;
  color: #0065A3;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.cats .qaItem_q_initial {
    font-size: 32px;
  }
}
.p-lp.cats .qaItem_q_heading {
  font-size: 20px;
  font-weight: bold;
  color: #0065A3;
}
@media (max-width: 768px) {
  .p-lp.cats .qaItem_q_heading {
    font-size: 18px;
  }
}
.p-lp.cats .qaItem_a {
  display: flex;
  align-items: flex-start;
  gap: 32px;
}
@media (max-width: 768px) {
  .p-lp.cats .qaItem_a {
    gap: 16px;
  }
}
.p-lp.cats .qaItem_a_initial {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  font-family: "Inter", sans-serif;
}
@media (max-width: 768px) {
  .p-lp.cats .qaItem_a_initial {
    font-size: 32px;
  }
}
.p-lp.cats .qaItem_a_heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #000000;
  transform: translateY(13px);
}
.p-lp.cats .qaCatch {
  font-size: 22px;
  font-weight: bold;
  color: #0D3C7B;
  text-align: center;
  margin-bottom: 24px;
}

.footer .footer__home-button {
  width: 10rem;
}
.footer .download-equal-button__cont {
  padding: 0.7rem 1.5rem 0.8rem;
}
.footer .contact-equal-button__cont {
  padding: 0.7rem 1rem 0.8rem;
}
.footer .footer__right-box {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}
.footer .footer__center-cont {
  width: calc((100% - 8.2rem) / 3);
}

.foot-breadcrumbs {
  display: none;
}/*# sourceMappingURL=style.css.map */