@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&family=Roboto:wght@400;700&family=Source+Sans+Pro:wght@400;700&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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;
}

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

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

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", Verdana, "MS Pゴシック", sans-serif;
  color: #000000;
  overflow-x: hidden;
}

main {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
#page .p-anchorsystem {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "Meiryo", sans-serif;
  letter-spacing: 0.05em;
}
#page .p-anchorsystem a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page .p-anchorsystem a:hover {
  opacity: 0.7;
}
#page .p-anchorsystem__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem__inner {
    padding: 0 22px;
  }
}
#page .p-anchorsystem__title {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 600;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 36px;
  }
}
#page .p-anchorsystem-mv__bg {
  background-image: url(../images/lp/kv.jpg);
  background-size: cover;
  margin: 0 calc(50% - 50vw);
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__bg {
    background-image: url(../images/lp/kv-sp.jpg);
    background-position: center;
  }
}
#page .p-anchorsystem-mv__contents {
  margin-left: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-top: 104px;
  padding-bottom: 104px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 290px;
  z-index: 1;
}
@media (max-width: 1200px) {
  #page .p-anchorsystem-mv__contents {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__contents {
    padding-top: 43px;
    background: unset;
    padding-bottom: 0px;
    margin-left: unset;
    padding-left: unset;
    padding-right: unset;
    margin: 0 auto;
  }
}
#page .p-anchorsystem-mv__contents::after {
  position: absolute;
  content: "";
  background: rgba(14, 36, 80, .8);
  -webkit-clip-path: polygon(0 0, 100% 0%, 84.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 84.5% 100%, 0% 100%);
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__contents::after {
    position: unset;
    content: "";
  }
}
#page .p-anchorsystem-mv__title {
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#page .p-anchorsystem-mv__title .-sm {
  font-size: 45px;
  line-height: 1.6;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__title .-sm {
    font-size: 24px;
    line-height: 1;
    text-align: center;
  }
}
#page .p-anchorsystem-mv__title .-lg {
  font-size: 63px;
  line-height: 1.1428571429;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__title .-lg {
    font-size: 36px;
    line-height: 1;
    text-align: center;
    margin-top: 12px;
  }
}
#page .p-anchorsystem-mv__lead {
  font-size: 24px;
  line-height: 1.7083333333;
  font-weight: 600;
  background: #22448B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 17px calc(50vw - 50%) 10px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__lead {
    font-size: 14px;
    line-height: 1.5714285714;
    text-align: center;
    padding: 13px calc(50vw - 50%) 12px;
  }
}
#page .p-anchorsystem-mv__text {
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__text {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 19px;
    padding-left: 7px;
  }
}
#page .p-anchorsystem-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__list {
    gap: 8px;
    margin-top: 26px;
  }
}
#page .p-anchorsystem-mv__item {
  width: calc(33.33333% - 15px);
  background-image: url(../images/lp/mv-list_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__item {
    width: 109px;
    height: 109px;
  }
}
#page .p-anchorsystem-mv__item p {
  color: #E56A23;
}
#page .p-anchorsystem-mv__item p .-sm {
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__item p .-sm {
    font-size: 11px;
    line-height: 1.3636363636;
  }
}
#page .p-anchorsystem-mv__item p .-lg {
  font-size: 28px;
  line-height: 0.9642857143;
  font-weight: 700;
  text-align: center;
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__item p .-lg {
    font-size: 18px;
    line-height: 1.1666666667;
  }
}
#page .p-anchorsystem-mv__item p .-md {
  font-size: 22px;
  line-height: 1.2272727273;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__item p .-md {
    font-size: 18px;
    line-height: 1.1666666667;
    margin-top: 5px;
    display: block;
  }
}
#page .p-anchorsystem-mv__item p .-md span {
  font-size: 14px;
  line-height: 1.9285714286;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__item p .-md span {
    font-size: 11px;
    line-height: 1.9090909091;
  }
}
#page .p-anchorsystem-mv__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__links {
    gap: 11px;
    background: rgba(18, 18, 18, .7);
    margin: 150px calc(50% - 50vw) 0;
    padding: 10px 9px;
    width: 100vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page .p-anchorsystem-mv__link {
  max-width: 300px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__link {
    max-width: 173px;
    height: 40px;
  }
}
#page .p-anchorsystem-mv__link p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__link p {
    font-size: 15px;
  }
}
#page .p-anchorsystem-mv__link p::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page .p-anchorsystem-mv__link.-contact {
  background: #DA401C;
}
#page .p-anchorsystem-mv__link.-contact p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__link.-contact p {
    padding-left: 23px;
  }
}
#page .p-anchorsystem-mv__link.-contact p::after {
  background-image: url(../images/lp/mailicon.svg);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__link.-contact p::after {
    width: 15px;
    height: 15px;
  }
}
#page .p-anchorsystem-mv__link.-download {
  background: #E56A23;
}
#page .p-anchorsystem-mv__link.-download p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__link.-download p {
    padding-left: 23px;
  }
}
#page .p-anchorsystem-mv__link.-download p::after {
  background-image: url(../images/lp/get_app.svg);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-mv__link.-download p::after {
    width: 15px;
    height: 15px;
  }
}
#page .p-anchorsystem-about {
  padding: 110px 0 80px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-about {
    padding: 55px 0 56px;
  }
}
#page .p-anchorsystem-about__lead {
  font-size: 18px;
  line-height: 1.6111111111;
  text-align: center;
  margin-top: -14px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-about__lead {
    font-size: 15px;
    line-height: 1.5333333333;
    text-align: left;
    margin-top: -22px;
  }
}
#page .p-anchorsystem-about__sliderbox {
  margin-top: 54px;
}
#page .p-anchorsystem-about__sliderbox .swiper-wrapper {
  gap: 30px;
}
#page .p-anchorsystem-about__sliderbox .swiper-button-next, #page .p-anchorsystem-about__sliderbox .swiper-button-prev {
  display: none;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-about__sliderbox {
    margin-top: 32px;
    position: relative;
    padding: 0 21px;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-button-next, #page .p-anchorsystem-about__sliderbox .swiper-button-prev {
    display: block;
    width: 48px;
    height: 48px;
    top: 45%;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-wrapper {
    gap: unset;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-button-next, #page .p-anchorsystem-about__sliderbox .swiper-rtl .swiper-button-prev {
    right: -2px;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-button-prev, #page .p-anchorsystem-about__sliderbox .swiper-rtl .swiper-button-next {
    left: -2px;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-button-next:after, #page .p-anchorsystem-about__sliderbox .swiper-rtl .swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/lp/r-sp.svg);
    width: 48px;
    height: 48px;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-button-prev:after, #page .p-anchorsystem-about__sliderbox .swiper-rtl .swiper-button-next:after {
    content: "";
    position: absolute;
    background-image: url(../images/lp/l-sp.svg);
    width: 48px;
    height: 48px;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-pagination {
    position: unset;
    display: block;
    margin-top: 15px;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #E9E7EC;
    opacity: 1;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-pagination-bullet-active {
    background: #22448B;
  }
  #page .p-anchorsystem-about__sliderbox .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .p-anchorsystem-about__sliderbox .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
#page .p-anchorsystem-about__item {
  width: calc(33.33333% - 20px);
}
#page .p-anchorsystem-about__item picture {
  display: block;
}
#page .p-anchorsystem-about__item img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-worries {
  padding: 111px 0 100px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries {
    padding: 53px 0 70px;
  }
}
#page .p-anchorsystem-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 168px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -6px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page .p-anchorsystem-worries__list::after {
    position: absolute;
    content: "";
    background-image: url(../images/lp/arrow_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -55px;
    width: 38px;
    height: 39px;
  }
}
#page .p-anchorsystem-worries__item {
  width: calc(33.33333% - 20px);
  background: #E9E7EC;
  border-radius: 10px;
  position: relative;
  padding-bottom: 26px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__item {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 10px 10px 30px;
    max-width: 331px;
  }
}
#page .p-anchorsystem-worries__item::after {
  position: absolute;
  content: "";
  background-image: url(../images/lp/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -57px;
  width: 45px;
  height: 57px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__item::after {
    position: unset;
    content: none;
    background: unset;
  }
}
#page .p-anchorsystem-worries__item picture {
  margin: -97px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 28px;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__item picture {
    margin: -16px 20px 0 0;
    width: 64px;
    padding-right: unset;
  }
  #page .p-anchorsystem-worries__item picture img {
    width: 100%;
    height: auto;
  }
}
#page .p-anchorsystem-worries__item p {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 600;
  text-align: center;
  color: #22448B;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__item p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    margin-top: unset;
  }
}
#page .p-anchorsystem-worries__text {
  background: #E56A23;
  color: #fff;
  width: 100%;
  height: 86px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 1.6923076923;
  font-weight: 600;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__text {
    font-size: 18px;
    line-height: 1.6111111111;
    height: 66px;
    margin-top: 71px;
  }
}
#page .p-anchorsystem-worries__list2 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__list2 {
    margin-top: 36px;
  }
}
#page .p-anchorsystem-worries__list2 .swiper-wrapper {
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__list2 .swiper-wrapper {
    gap: unset;
  }
}
#page .p-anchorsystem-worries__item2 {
  width: calc(33.33333% - 20px);
  border: #22448B 2px solid;
  border-radius: 10px;
  padding: 28px 28px 22px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__item2 {
    padding: 22px 20px 22px;
  }
}
#page .p-anchorsystem-worries__item2 img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-worries__item2 h3 {
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__item2 h3 {
    font-size: 18px;
    line-height: 1.6111111111;
  }
}
#page .p-anchorsystem-worries__item2 p {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__item2 p {
    margin-top: unset;
  }
}
#page .p-anchorsystem-worries__bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-worries__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 212px;
    width: 100%;
    margin: 33px auto 0px;
  }
  #page .p-anchorsystem-worries__bottom .swiper-button-next, #page .p-anchorsystem-worries__bottom .swiper-button-prev {
    position: relative;
    width: 48px;
    height: 48px;
    top: 10px;
  }
  #page .p-anchorsystem-worries__bottom .swiper-button-next:after, #page .p-anchorsystem-worries__bottom .swiper-rtl .swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/lp/r-sp.svg);
    width: 48px;
    height: 48px;
  }
  #page .p-anchorsystem-worries__bottom .swiper-button-prev:after, #page .p-anchorsystem-worries__bottom .swiper-rtl .swiper-button-next:after {
    content: "";
    background-image: url(../images/lp/l-sp.svg);
    width: 48px;
    height: 48px;
    top: 10px;
  }
  #page .p-anchorsystem-worries__bottom .swiper-pagination {
    position: unset;
  }
  #page .p-anchorsystem-worries__bottom .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #E9E7EC;
    opacity: 1;
  }
  #page .p-anchorsystem-worries__bottom .swiper-pagination-bullet-active {
    background: #22448B;
  }
  #page .p-anchorsystem-worries__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .p-anchorsystem-worries__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
#page .p-anchorsystem-reason {
  background: #F2F4F9;
  margin: 0 calc(50% - 50vw) 80px;
  padding: 91px calc(50vw - 50%) 100px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason {
    padding: 54px calc(50vw - 50%) 62px;
    margin: 0 calc(50% - 50vw) 0px;
  }
}
#page .p-anchorsystem-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
  }
}
#page .p-anchorsystem-reason__item {
  width: calc(33.33333% - 20px);
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__item {
    width: 100%;
  }
}
#page .p-anchorsystem-reason__item:nth-of-type(1) h3 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__item:nth-of-type(1) h3 {
    margin-top: 20px;
  }
}
#page .p-anchorsystem-reason__item:nth-of-type(1) small {
  margin-top: -6px;
}
#page .p-anchorsystem-reason__item:nth-of-type(1) .p-anchorsystem-reason__body {
  padding: 67px 0 15px 0;
}
#page .p-anchorsystem-reason__item:nth-of-type(2) h3 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__item:nth-of-type(2) h3 {
    margin-top: 20px;
  }
}
#page .p-anchorsystem-reason__item:nth-of-type(3) h3 {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__item:nth-of-type(3) h3 {
    margin-top: 19px;
  }
}
#page .p-anchorsystem-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 40px 30px 35px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__head {
    padding: 30px 30px 7px;
  }
}
#page .p-anchorsystem-reason__head::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  bottom: -41px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 100%;
  height: 42px;
}
#page .p-anchorsystem-reason__head h3 {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  color: #E56A23;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__head h3 {
    font-size: 20px;
    line-height: 1.6;
  }
}
#page .p-anchorsystem-reason__head p {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__head p {
    font-size: 15px;
    line-height: 1.4666666667;
    margin-top: 6px;
  }
}
#page .p-anchorsystem-reason__body {
  background: #E56A23;
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 68px 0 22px 0;
  height: 100%;
  max-height: 157px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__body {
    padding: 59px 0 24px 0;
    max-height: 172px;
  }
}
#page .p-anchorsystem-reason__body p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__body p {
    font-size: 18px;
    line-height: 1.6111111111;
  }
}
#page .p-anchorsystem-reason__body small {
  font-size: 12px;
  line-height: 2.25;
  font-weight: 600;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-reason__body small {
    display: none;
  }
}
#page .p-anchorsystem-system {
  padding: 112px 0 96px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-system {
    padding: 53px 0 56px;
  }
}
#page .p-anchorsystem-system__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-system__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
    gap: 43px;
  }
}
#page .p-anchorsystem-system__item {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-system__item {
    width: 100%;
  }
}
#page .p-anchorsystem-system__item figure img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-system__item h3 {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 600;
  text-align: center;
  margin-top: 24px;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-system__item h3 {
    font-size: 20px;
    line-height: 1.9;
    margin-top: 17px;
    padding-bottom: 7px;
  }
}
#page .p-anchorsystem-system__item h3::after {
  position: absolute;
  content: "";
  background: #22448B;
  width: 46px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
#page .p-anchorsystem-system__item p {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-system__item p {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-top: 19px;
  }
}
#page .p-anchorsystem-use {
  background: #F2F4F9;
  margin: 0 calc(50% - 50vw);
  padding: 90px calc(50vw - 50%) 94px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use {
    padding: 52px calc(50vw - 50%) 62px;
  }
  #page .p-anchorsystem-use .p-anchorsystem__title {
    margin-bottom: 6px;
  }
}
#page .p-anchorsystem-use__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: -9px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -14px;
    gap: 24px;
  }
}
#page .p-anchorsystem-use__item:nth-of-type(1) {
  width: calc(100% - 30px - 33.33333% + 20px);
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__item:nth-of-type(1) {
    width: 100%;
  }
}
#page .p-anchorsystem-use__item:nth-of-type(2) {
  width: calc(33.33333% - 20px);
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__item:nth-of-type(2) {
    width: 100%;
  }
  #page .p-anchorsystem-use__item:nth-of-type(2) .p-anchorsystem-use__entitle {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #page .p-anchorsystem-use__item:nth-of-type(2) .p-anchorsystem-use__thumb {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #page .p-anchorsystem-use__item:nth-of-type(2) .p-anchorsystem-use__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  #page .p-anchorsystem-use__item:nth-of-type(2) .p-anchorsystem-use__text {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#page .p-anchorsystem-use__item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__item > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
#page .p-anchorsystem-use__item > div > div {
  width: calc(50% - 15px);
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__item > div > div {
    width: 100%;
  }
}
#page .p-anchorsystem-use__entitle {
  font-size: 50px;
  line-height: 1.02;
  font-weight: 600;
  color: rgba(34, 68, 139, .3);
  margin-bottom: -7px;
}
@media (max-width: 1128px) {
  #page .p-anchorsystem-use__entitle {
    font-size: 32px;
    margin-bottom: -4px;
  }
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__entitle {
    font-size: 42px;
    line-height: 1.1428571429;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
  }
}
#page .p-anchorsystem-use__title {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  margin-top: 22px;
  position: relative;
  padding-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__title {
    font-size: 20px;
    line-height: 1.9;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 24px;
    padding-bottom: 6px;
  }
}
#page .p-anchorsystem-use__title::after {
  position: absolute;
  content: "";
  background: #22448B;
  width: 46px;
  height: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
}
#page .p-anchorsystem-use__text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__text {
    font-size: 15px;
    line-height: 1.5333333333;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-use__thumb {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
#page .p-anchorsystem-use__thumb img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-gallery {
  margin: 0 calc(50% - 50vw);
  padding: 112px 0 128px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery {
    padding: 53px 0 72px;
    margin: 0 auto;
    width: 100%;
  }
}
#page .p-anchorsystem-gallery__sliderbox {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__sliderbox {
    margin: -5px 0 0;
  }
}
#page .p-anchorsystem-gallery__sliderbox .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__sliderbox .swiper-wrapper {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__sliderbox .swiper {
    margin: 0 23px 0;
  }
}
#page .p-anchorsystem-gallery__sliderbox .swiper-slide-active {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__sliderbox .swiper-slide-active {
    scale: unset;
  }
}
#page .p-anchorsystem-gallery__item {
  width: 480px;
}
#page .p-anchorsystem-gallery__item img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-gallery__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 384px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__bottom {
    margin: 32px auto 0;
  }
}
#page .p-anchorsystem-gallery__bottom .swiper-button-next, #page .p-anchorsystem-gallery__bottom .swiper-button-prev {
  position: relative;
  width: 60px;
  height: 60px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__bottom .swiper-button-next, #page .p-anchorsystem-gallery__bottom .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
#page .p-anchorsystem-gallery__bottom .swiper-button-next:after, #page .p-anchorsystem-gallery__bottom .swiper-rtl .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/lp/r.svg);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__bottom .swiper-button-next:after, #page .p-anchorsystem-gallery__bottom .swiper-rtl .swiper-button-prev:after {
    background-image: url(../images/lp/r-sp.svg);
    width: 48px;
    height: 48px;
  }
}
#page .p-anchorsystem-gallery__bottom .swiper-button-prev:after, #page .p-anchorsystem-gallery__bottom .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/lp/l.svg);
  width: 60px;
  height: 60px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__bottom .swiper-button-prev:after, #page .p-anchorsystem-gallery__bottom .swiper-rtl .swiper-button-next:after {
    background-image: url(../images/lp/l-sp.svg);
    width: 48px;
    height: 48px;
  }
}
#page .p-anchorsystem-gallery__bottom .swiper-pagination {
  position: unset;
}
#page .p-anchorsystem-gallery__bottom .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #E9E7EC;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__bottom .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
#page .p-anchorsystem-gallery__bottom .swiper-pagination-bullet-active {
  background: #22448B;
}
#page .p-anchorsystem-gallery__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .p-anchorsystem-gallery__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-gallery__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .p-anchorsystem-gallery__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
#page .p-anchorsystem-process {
  padding: 60px 0 120px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-process {
    padding: 53px 0 58px;
  }
}
#page .p-anchorsystem-process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-process__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -7px 22px 0;
    gap: 40px;
  }
}
#page .p-anchorsystem-process__item {
  width: calc(33.33333% - 20px);
  border: #22448B 2px solid;
  border-radius: 10px;
  padding: 30px 40px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-process__item {
    width: 100%;
    padding: 24px 40px 24px;
    gap: 13px;
  }
}
#page .p-anchorsystem-process__item:not(:last-of-type) {
  position: relative;
}
#page .p-anchorsystem-process__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background: #22448B;
  right: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 64px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-process__item:not(:last-of-type)::after {
    width: 40px;
    height: 20px;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: unset;
    left: 50%;
    bottom: -20px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
#page .p-anchorsystem-process__step {
  font-size: 24px;
  line-height: 1.7083333333;
  font-weight: 600;
  text-align: center;
  color: #22448B;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-process__step {
    font-size: 20px;
    line-height: 1.5;
  }
}
#page .p-anchorsystem-process__thumb {
  width: 175px;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-process__thumb {
    width: 100px;
  }
}
#page .p-anchorsystem-process__thumb img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-process__title {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
}
#page .p-anchorsystem-process__text {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-process__text {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-top: -6px;
  }
}
#page .p-anchorsystem-introduction {
  margin: 0 calc(50% - 50vw);
  padding: 92px calc(50vw - 50%) 100px;
  width: 100vw;
  background: #F2F4F9;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction {
    padding: 54px calc(50vw - 50%) 60px;
  }
}
#page .p-anchorsystem-introduction__item {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
    padding: 22px;
    gap: 27px;
  }
}
#page .p-anchorsystem-introduction__item + #page .p-anchorsystem-introduction__item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__item + #page .p-anchorsystem-introduction__item {
    margin-top: 30px;
  }
}
#page .p-anchorsystem-introduction__head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__head {
    width: 100%;
  }
}
#page .p-anchorsystem-introduction__title {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  background: #EFEFEF;
  border-bottom: #22448B 4px solid;
  padding: 14px 22px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__title {
    font-size: 18px;
    line-height: 1.5;
    padding: 13px 17px 11px;
  }
}
#page .p-anchorsystem-introduction__lead {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__lead {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-top: 12px;
  }
}
#page .p-anchorsystem-introduction__thumb {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__thumb {
    margin-top: 12px;
  }
}
#page .p-anchorsystem-introduction__thumb img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-introduction__body {
  width: calc(50% - 50px);
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__body {
    width: 100%;
  }
}
#page .p-anchorsystem-introduction__box h4 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 10px 0 0;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box h4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
#page .p-anchorsystem-introduction__box ul {
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box ul {
    gap: 8px;
  }
}
#page .p-anchorsystem-introduction__box li {
  font-size: 18px;
  line-height: 1.6111111111;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box li {
    font-size: 15px;
    line-height: 1.5333333333;
  }
}
#page .p-anchorsystem-introduction__box li::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
#page .p-anchorsystem-introduction__box.-before {
  position: relative;
}
#page .p-anchorsystem-introduction__box.-before::after {
  position: absolute;
  content: "";
  background: #22448B;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -36px;
  width: 40px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-before::after {
    width: 32px;
    height: 16px;
    bottom: -27px;
    left: 50%;
  }
}
#page .p-anchorsystem-introduction__box.-before h4 {
  background: #646464;
}
#page .p-anchorsystem-introduction__box.-before ul {
  border: #646464 2px solid;
  background: #EFEFEF;
  padding: 26px 28px 20px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-before ul {
    padding: 9px 14px 20px;
  }
}
#page .p-anchorsystem-introduction__box.-before li {
  padding-left: 43px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-before li {
    padding-left: 24px;
  }
}
#page .p-anchorsystem-introduction__box.-before li::after {
  background-image: url(../images/lp/before.svg);
  width: 27px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-before li::after {
    background-image: url(../images/lp/before_sp.svg);
    width: 16px;
    height: 14px;
    top: 4px;
  }
}
#page .p-anchorsystem-introduction__box.-after {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-after {
    margin-top: 40px;
  }
}
#page .p-anchorsystem-introduction__box.-after h4 {
  background: #22448B;
}
#page .p-anchorsystem-introduction__box.-after ul {
  border: #22448B 2px solid;
  background: #F2F4F9;
  padding: 30px 28px 24px;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-after ul {
    padding: 10px 14px 18px;
  }
}
#page .p-anchorsystem-introduction__box.-after li {
  padding-left: 43px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-after li {
    padding-left: 23px;
  }
}
#page .p-anchorsystem-introduction__box.-after li::after {
  background-image: url(../images/lp/after.svg);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-introduction__box.-after li::after {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}
#page .p-anchorsystem-faq {
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-faq {
    padding: 54px 0 0;
  }
}
#page .p-anchorsystem-faq__list {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-faq__list {
    margin-top: -15px;
    gap: 13px;
  }
}
#page .p-anchorsystem-faq__item--q, #page .p-anchorsystem-faq__item--a {
  position: relative;
}
#page .p-anchorsystem-faq__item--q::after, #page .p-anchorsystem-faq__item--a::after {
  position: absolute;
  left: 24px;
  top: 12px;
  font-size: 24px;
  line-height: 1.7083333333;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-faq__item--q::after, #page .p-anchorsystem-faq__item--a::after {
    font-size: 18px;
    line-height: 1.5;
    left: 1px;
    top: 4px;
  }
}
#page .p-anchorsystem-faq__item--q {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 600;
  color: #22448B;
  border-bottom: #CCCCCC 2px solid;
  padding: 18px 85px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-faq__item--q {
    font-size: 15px;
    line-height: 1.5333333333;
    padding: 6px 3px 6px 24px;
  }
}
#page .p-anchorsystem-faq__item--q::before {
  position: absolute;
  content: "";
  background: #22448B;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-faq__item--q::before {
    width: 80px;
  }
}
#page .p-anchorsystem-faq__item--q::after {
  content: "q";
  color: #22448B;
}
#page .p-anchorsystem-faq__item--a {
  font-size: 16px;
  line-height: 1.625;
  padding: 18px 83px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-faq__item--a {
    font-size: 15px;
    line-height: 1.5333333333;
    padding: 6px 5px 6px 23px;
  }
}
#page .p-anchorsystem-faq__item--a::after {
  content: "a";
}
#page .p-anchorsystem-company {
  padding: 113px 0 0;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-company {
    padding: 44px 0 0;
  }
}
#page .p-anchorsystem-company__table {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-company__table {
    margin-top: -7px;
    width: 100%;
  }
}
#page .p-anchorsystem-company__table tr {
  border-bottom: 2px solid #fff;
}
#page .p-anchorsystem-company__table th {
  background: #F2F4F9;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
  width: 240px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-company__table th {
    display: block;
    font-size: 15px;
    line-height: 1.4666666667;
    width: 100%;
    text-align: left;
    padding: 14px 24px;
  }
}
#page .p-anchorsystem-company__table td {
  font-size: 16px;
  line-height: 1.625;
  vertical-align: middle;
  padding: 27px 62px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-company__table td {
    display: block;
    font-size: 15px;
    line-height: 1.4666666667;
    width: 100%;
    padding: 10px 23px;
  }
}
#page .p-anchorsystem-materials {
  padding: 105px 0 100px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials {
    padding: 56px 0 100px;
  }
}
#page .p-anchorsystem-materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
    gap: 35px;
  }
}
#page .p-anchorsystem-materials__item {
  width: calc(33.33333% - 20px);
  border: 2px solid #22448B;
  border-radius: 10px;
  padding: 29px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__item {
    width: 100%;
    padding: 22px 20px 28px;
  }
}
#page .p-anchorsystem-materials__head {
  background: #22448B;
  position: relative;
  padding: 68px 0 35px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__head {
    padding: 58px 0 30px;
  }
}
#page .p-anchorsystem-materials__head::after {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__head::after {
    height: calc(100% - 40px);
  }
}
#page .p-anchorsystem-materials__head h3 {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 600;
  color: #22448B;
  text-align: center;
  position: relative;
  z-index: 3;
}
#page .p-anchorsystem-materials__head figure {
  width: 49px;
  margin: 14px auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__head figure {
    margin: 8px auto 0;
  }
}
#page .p-anchorsystem-materials__head figure img {
  width: 100%;
  height: auto;
}
#page .p-anchorsystem-materials__download {
  background: #E56A23;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 262px;
  height: 62px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__download {
    margin: 17px auto 0;
    height: 48px;
  }
}
#page .p-anchorsystem-materials__download p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__download p {
    padding-left: 30px;
  }
}
#page .p-anchorsystem-materials__download p::after {
  position: absolute;
  content: "";
  background-image: url(../images/lp/get_app.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-materials__download p::after {
    width: 16px;
    height: 16px;
    left: 4px;
    top: 0px;
  }
}
#page .p-anchorsystem-cta {
  background: #22448A;
  border-radius: 10px;
  padding: 55px 10px 60px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta {
    border-radius: unset;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 44px calc(50vw - 50%) 50px;
  }
}
#page .p-anchorsystem-cta__text1 {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 600;
  text-align: center;
  color: #95B8FF;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__text1 {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}
#page .p-anchorsystem-cta__text2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__text2 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
  }
}
#page .p-anchorsystem-cta__title {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
#page .p-anchorsystem-cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-top: 33px;
  }
}
#page .p-anchorsystem-cta__link {
  max-width: 300px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__link {
    max-width: 260px;
    height: 48px;
  }
}
#page .p-anchorsystem-cta__link p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__link p {
    font-size: 16px;
  }
}
#page .p-anchorsystem-cta__link p::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page .p-anchorsystem-cta__link.-contact {
  background: #DA401C;
}
#page .p-anchorsystem-cta__link.-contact p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__link.-contact p {
    padding-left: 27px;
  }
}
#page .p-anchorsystem-cta__link.-contact p::after {
  background-image: url(../images/lp/mailicon.svg);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__link.-contact p::after {
    width: 16px;
    height: 16px;
  }
}
#page .p-anchorsystem-cta__link.-download {
  background: #E56A23;
}
#page .p-anchorsystem-cta__link.-download p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__link.-download p {
    padding-left: 26px;
  }
}
#page .p-anchorsystem-cta__link.-download p::after {
  background-image: url(../images/lp/get_app.svg);
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  #page .p-anchorsystem-cta__link.-download p::after {
    width: 16px;
    height: 16px;
  }
}

#page .p-hll {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック Pro", "Meiryo", sans-serif;
  background: #FBFBFB;
}
#page .p-hll h2, #page .p-hll h3, #page .p-hll h4, #page .p-hll p, #page .p-hll li, #page .p-hll small {
  letter-spacing: 0.05em;
}
#page .p-hll a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#page .p-hll a:hover {
  opacity: 0.7;
}
#page .p-hll__inner {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  #page .p-hll__inner {
    padding: 0 22px;
  }
}


#page .p-hll__title {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: normal;
  text-align: center;
font-weight: bold;

  margin-bottom: 80px;
}
#page .p-hll__title{

}
.p-hll-reason .p-hll__title{
color: #E56A23;
}

@media screen and (max-width: 768px) {
  #page .p-hll__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 36px;
  }
}
#page .p-hll-mv__bg {
  background-image: url(../../../img/base-110.png);
  background-size: cover;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__bg {
    background-position: center;
    padding: unset;
  }
}
#page .p-hll-mv__contents {
  padding-top: 130px;
  padding-bottom: 182px;
  width: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  #page .p-hll-mv__contents {
    padding-right: 100px;
  }
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__contents {
    padding-top: 24px;
    background: unset;
    padding-bottom: 0px;
    margin-left: unset;
    padding-left: unset;
    padding-right: unset;
    margin: 0 auto;
  }
}
#page .p-hll-mv__contents::after {
  position: absolute;
  content: "";
  background: rgba(14, 36, 80, .8);
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}



#page .p-hll-mv__title {
  font-weight: 600;
  text-align: center;
  color: #fff;
  font-size: 52px;
  
  text-shadow: 0 0px 6px rgba(0, 0, 0, 0.4);
}
#page .p-hll-mv__title span{
  font-size: 21px;
  font-weight: normal;
  display: block;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__title {
    padding: 110px 20px 0;;
    font-size: 32px;
  }
  #page .p-hll-mv__title span{
  font-size: 16px;
  font-weight: normal;
  display: block;
  padding-top: 30px;
}
}
#page .p-hll-mv__title .-sm {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  display: block;
  color: #22448B;
  background: #fff;
  padding: 16px 20px;
  border-radius: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
#page .p-hll-mv__title .-sm::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -13px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 31px;
  height: 14px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__title .-sm::after {
    bottom: -9px;
    width: 20px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__title .-sm {
    font-size: 14px;
    text-align: center;
    padding: 12px 10px 12px 10px;
  }
}
#page .p-hll-mv__title .-lg {
  font-size: 70px;
  line-height: 1.1428571429;
  display: block;
  margin-top: 50px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__title .-lg {
    font-size: 36px;
    line-height: 1.5833333333;
    text-align: center;
    margin-top: 18px;
  }
}
#page .p-hll-mv__lead {
  font-size: 24px;
  line-height: 1.7083333333;
  font-weight: 600;
  background: #22448B;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 calc(50% - 50vw);
  padding: 17px calc(50vw - 50%) 10px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__lead {
    font-size: 14px;
    line-height: 1.5714285714;
    text-align: center;
    padding: 13px calc(50vw - 50%) 12px;
  }
}
#page .p-hll-mv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__list {
    gap: 8px;
    margin-top: 12px;
  }
}
#page .p-hll-mv__item {
  width: calc(33.33333% - 15px);
  background-image: url(../images/lp/mv-list_bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__item {
    width: 109px;
    height: 109px;
  }
}
#page .p-hll-mv__item p {
  color: #E56A23;
  font-weight: 700;
  text-align: center;
}
#page .p-hll-mv__item p .-fs30 {
  font-size: 30px;
  line-height: 1.2666666667;
  display: block;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__item p .-fs30 {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
#page .p-hll-mv__item p .-fs26 {
  font-size: 26px;
  line-height: 1.3846153846;
  display: block;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__item p .-fs26 {
    font-size: 18px;
    line-height: 1.3333333333;
    margin-top: -3px;
  }
}
#page .p-hll-mv__item p .-fs22 {
  font-size: 22px;
  line-height: 1.3636363636;
  display: block;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__item p .-fs22 {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 5px;
  }
}




#page .p-hll-mv__item p .-fs20 {
  font-size: 20px;
  line-height: 1.4;
  display: block;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__item p .-fs20 {
    font-size: 12px;
    line-height: 2;
    margin-top: -3px;
  }
}
#page .p-hll-mv__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__links {
    gap: 11px;
    background: rgba(18, 18, 18, .7);
    margin: 150px calc(50% - 50vw) 0;
    padding: 10px 9px;
    width: 100vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#page .p-hll-mv__link {
  max-width: 300px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__link {
    max-width: 173px;
    height: 40px;
  }
}
#page .p-hll-mv__link p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__link p {
    font-size: 15px;
  }
}
#page .p-hll-mv__link p::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page .p-hll-mv__link.-contact {
  background: #DA401C;
}
#page .p-hll-mv__link.-contact p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__link.-contact p {
    padding-left: 23px;
  }
}
#page .p-hll-mv__link.-contact p::after {
  background-image: url(../images/lp/mailicon.svg);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__link.-contact p::after {
    width: 15px;
    height: 15px;
  }
}
#page .p-hll-mv__link.-download {
  background: #E56A23;
}
#page .p-hll-mv__link.-download p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__link.-download p {
    padding-left: 23px;
  }
}
#page .p-hll-mv__link.-download p::after {
  background-image: url(../images/lp/get_app.svg);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-mv__link.-download p::after {
    width: 15px;
    height: 15px;
  }
}
#page .p-hll-about {
  padding: 110px 0 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-about {
    padding: 53px 0 54px;
  }
}
#page .p-hll-about .p-hll__title {
  text-align: center;
  margin-bottom: 30px;
   color:#22448b;
}

.border-5 {
    background: #22448b;
    flex-shrink: 0;
    width: 62px;
    height: 3px;
    margin:0 auto 32px;
    position: relative;
    transform-origin: 0 0;
    transform: rotate(0deg) scale(1, -1);
}

@media screen and (max-width: 768px) {
  .border-5{
    margin-top: 30px;
  }
  #page .p-hll-about .p-hll__title {
    text-align: center;
    margin-bottom: -3px;
  }
}
#page .p-hll-about__wrap {
  
}
@media screen and (max-width: 768px) {
  #page .p-hll-about__wrap {
    width: 100%;
  }
}
#page .p-hll-about__text {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}


@media screen and (max-width: 768px) {
  #page .p-hll-about__text {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-top: 14px;
  }
}
#page .p-hll-about__text span {
  display: block;
}
#page .p-hll-about__text span + span {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-about__text span + span {
    margin-top: 23px;
  }
}
#page .p-hll-about__thumb {
  width: 43%;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-about__thumb {
    width: 100%;
    padding: 0 8px;
  }
}
#page .p-hll-about__thumb img {
  width: 100%;
  height: auto;
}
#page .p-hll-worries {
  padding: 111px 0 100px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries {
    padding: 53px 0 70px;
  }
}
#page .p-hll-worries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -6px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #page .p-hll-worries__list::after {
    position: absolute;
    content: "";
    background-image: url(../images/lp/hll/arrow_sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -55px;
    width: 38px;
    height: 39px;
  }
}
#page .p-hll-worries__item {
  width: 250px;
  background: #E9E7EC;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: #22448B 3px solid;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__item {
    width: 100%;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 10px 10px 30px;
    max-width: 331px;
    text-align: center;
  }
}
#page .p-hll-worries__item::after {
  position: absolute;
  content: "";
  background-image: url(../images/lp/hll/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -57px;
  width: 45px;
  height: 57px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__item::after {
    position: unset;
    content: none;
    background: unset;
  }
}
#page .p-hll-worries__item picture {
  margin: -97px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 28px;
  display: block;
}
.group-33{
  position: absolute;
  top:100%;
  left:50%;
  -webkit-transform: translate(-50%,0);
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__item picture {
    margin: -16px 20px 0 0;
    width: 64px;
    padding-right: unset;
    text-align: center;
  }
  #page .p-hll-worries__item picture img {
    width: 100%;
    height: auto;
  }
}
#page .p-hll-worries__item p {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 600;
  text-align: center;
  color: #22448B;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__item p {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-top: unset;
  }
}
#page .p-hll-worries__text {
  background: #E56A23;
  color: #fff;
  width: 100%;
  height: 86px;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 26px;
  line-height: 1.6923076923;
  font-weight: 600;
  margin-top: 58px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__text {
    font-size: 18px;
    line-height: 1.6111111111;
    height: 80px;
    margin-top: 71px;
    text-align: center;
    padding: 14px 10px 44px;
    display: block;
  }
}
#page .p-hll-worries__list2 {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__list2 {
    margin-top: 36px;
  }
}
#page .p-hll-worries__list2 .swiper-wrapper {
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__list2 .swiper-wrapper {
    gap: unset;
    display: block;
    width: 100%;
  }
}
#page .p-hll-worries__item2 {
  width: 250px;
  background-color: #22448B;
  border-radius: 10px;
  padding: 28px 28px 22px;
  text-align: center;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__item2 {
    padding: 22px 20px 22px;
    min-height:180px;
    width: 100%;
    margin-bottom: 20px;
  }
}
#page .p-hll-worries__item2 img {
 
}
#page .p-hll-worries__item2 h3 {
  font-size: 20px;
  line-height: 1.45;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__item2 h3 {
    font-size: 18px;
    line-height: 1.6111111111;
  }
  
}
#page .p-hll-worries__item2 p {
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
  margin-top: 14px;
}
.p-hll-text{
  margin-top: 60px;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  color: #22448B;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #page .p-hll-worries__item2 p {
    margin-top: unset;
  }
  .p-hll-text {
    margin-top: 30px;
    font-size: 18px;
  }
}

.group-55.p-hll-reason {
  margin: 0 calc(50% - 50vw) 0px !important;
  background: #22448b !important;
  padding: 60px 0px 60px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
}
.text-79 {
  padding: 40px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 60px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
}
.text-80 {
  color: #ffffff;
  text-align: left;
  font-family: "NotoSansCjkJp-Medium", sans-serif;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0.8px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mask-44 {
  flex-shrink: 0;
  display: grid;
  gap: 30px;
  position: relative;
  overflow: hidden;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.frame-2-1 {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 585px;
  height: 663.5px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  grid-column: 1 / span 1;
  grid-row: 1 / span 1;
}
.mask-45 {
  align-self: stretch;
  flex-shrink: 0;
  height: 389px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.text-81 {
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 147px;
  position: relative;
}
.text-82 {
  color: #22448b;
  text-align: left;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text-83 {
  color: #000000;
  text-align: left;
  font-family: "NotoSansCjkJp-Medium", sans-serif;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-56 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.label-1 {
  background: #22448b;
  border-radius: 5px;
  flex-shrink: 0;
  width: 197px;
  height: 56px;
  position: relative;
}
.text-84 {
  color: #ffffff;
  text-align: center;
  font-family: "HiraginoKakuGothicProN-W3", sans-serif;
  font-size: 18px;
  line-height: 18.4px;
  font-weight: 400;
  position: absolute;
  left: calc(50% - 67.5px);
  top: 50%;
  translate: 0 -50%;
  width: 145px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-57 {
  width: 13px;
  height: 6px;
  position: absolute;
  left: 46px;
  top: 32px;
  transform: translate(-13px, -6px);
  overflow: visible;
}
.frame-2-2 {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 585px;
  height: 663.5px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  grid-column: 2 / span 1;
  grid-row: 1 / span 1;
}
.mask-46 {
  align-self: stretch;
  flex-shrink: 0;
  height: 389px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.text-85 {
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 147px;
  position: relative;
}
.text-86 {
  color: #22448b;
  text-align: left;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text-87 {
  color: #000000;
  text-align: left;
  font-family: "NotoSansCjkJp-Medium", sans-serif;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.group-58 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.label-2 {
  background: #22448b;
  border-radius: 5px;
  flex-shrink: 0;
  width: 197px;
  height: 56px;
  position: relative;
}
.text-88 {
  color: #ffffff;
  text-align: center;
  font-family: "HiraginoKakuGothicProN-W3", sans-serif;
  font-size: 18px;
  line-height: 18.4px;
  font-weight: 400;
  position: absolute;
  left: calc(50% - 67.5px);
  top: 50%;
  translate: 0 -50%;
  width: 145px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.group-59 {
  width: 13px;
  height: 6px;
  position: absolute;
  left: 46px;
  top: 32px;
  transform: translate(-13px, -6px);
  overflow: visible;
}
.frame-2-3 {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 585px;
  height: 574px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
}
.mask-47 {
  align-self: stretch;
  flex-shrink: 0;
  height: 389px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}
.text-89 {
  padding: 0px 30px 0px 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 147px;
  position: relative;
}
.text-90 {
  color: #22448b;
  text-align: left;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text-91 {
  color: #000000;
  text-align: left;
  font-family: "NotoSansCjkJp-Medium", sans-serif;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.frame-2-4 {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 585px;
  height: 574px;
  position: relative;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}
.mask-48 {
  align-self: stretch;
  flex-shrink: 0;
  height: 389px;
  position: relative;
  overflow: hidden;
  object-fit: cover;
}

#page .p-hll-worries__bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .text-80{
    font-size: 26px;
  }
  
  .mask-44{
    display: block;
    text-align: center;
    width: 100% !important;
  }
   .mask-45,
  .mask-46 {
    height: 250px;
  }
  .frame-2-1{
    padding-bottom: 20px;
    width: 100% !important;
    height: auto !important;
    margin: auto;
    margin-bottom: 30px;
  }
 
  .text-85,
  .text-87,
  .text-81{
    height: auto !important;
   
  }
  .product .p-text{
padding: 0;
  }
  
  .frame-2-2{
    padding-bottom: 20px;
    width: 100%;
    height: auto !important;
    margin: auto;
    margin-bottom: 60px;
  }
  #page .p-hll-worries__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 212px;
    width: 100%;
    margin: 33px auto 0px;
  }
  #page .p-hll-worries__bottom .swiper-button-next, #page .p-hll-worries__bottom .swiper-button-prev {
    position: relative;
    width: 48px;
    height: 48px;
    top: 10px;
  }
  #page .p-hll-worries__bottom .swiper-button-next:after, #page .p-hll-worries__bottom .swiper-rtl .swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/lp/r-sp.svg);
    width: 48px;
    height: 48px;
  }
  #page .p-hll-worries__bottom .swiper-button-prev:after, #page .p-hll-worries__bottom .swiper-rtl .swiper-button-next:after {
    content: "";
    background-image: url(../images/lp/l-sp.svg);
    width: 48px;
    height: 48px;
    top: 10px;
  }
  #page .p-hll-worries__bottom .swiper-pagination {
    position: unset;
  }
  #page .p-hll-worries__bottom .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #E9E7EC;
    opacity: 1;
  }
  #page .p-hll-worries__bottom .swiper-pagination-bullet-active {
    background: #22448B;
  }
  #page .p-hll-worries__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .p-hll-worries__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
#page .p-hll-reason {
  background: #F2F4F9;
  margin: 0 calc(50% - 50vw) 80px;
  padding: 91px calc(50vw - 50%) 100px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason {
    padding: 54px calc(50vw - 50%) 58px;
    margin: 0 calc(50% - 50vw) 0px;
  }
  
}
#page .p-hll-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
  }
}
#page .p-hll-reason__item {
  width: calc(25% - 20px);
  border-radius: 10px;
  background: #E56A23;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason__item {
    width: 100%;
  }
}
#page .p-hll-reason__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 42px 30px 35px;
  background: #fff;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason__head {
    padding: 30px 30px 7px;
  }
}
#page .p-hll-reason__head::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  bottom: -41px;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  width: 100%;
  height: 42px;
}
#page .p-hll-reason__head h3 {
  font-size: 28px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  color: #E56A23;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason__head h3 {
    font-size: 20px;
    line-height: 1.6;
  }
}
#page .p-hll-reason__head p {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason__head p {
    font-size: 15px;
    line-height: 1.4666666667;
    margin-top: 6px;
  }
}
#page .p-hll-reason__body {
  color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 67px 30px 34px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason__body {
    padding: 59px 20px 24px;
  }
}
#page .p-hll-reason__body p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-reason__body p {
    font-size: 18px;
    line-height: 1.6111111111;
  }
}
#page .p-hll-reason__body p + p {
  margin-top: 28px;
}
#page .p-hll-reason__body small {
  font-size: 12px;
  line-height: 2.25;
  font-weight: 600;
  text-align: center;
  display: block;
  margin-top: -4px;
}
#page .p-hll-reason__small {
  font-size: 14px;
  line-height: 1.4285714286;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-top: 19px;
}

.product,
.product * {
  box-sizing: border-box;
}
.product {
  flex-shrink: 0;
  position: relative;
}
.p-hll__title{
  color: #22448A;
}
.product .p-text {
  padding: 10px;
  display: flex;
  flex-direction: row;
  gap: 52px;
  align-items: flex-start;
  justify-content: center;
  max-width: 1169px;
}
.pic-box {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  width: 50%;
}
.base-35 {
  flex-shrink: 0;
  width: 564px;
  height: 411px;
  position: relative;
  object-fit: cover;
}
.mask-58 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.text-109 {
  color: #000000;
  text-align: left;
  font-family: "NotoSansCjkJp-Regular", sans-serif;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.base-35 {
    flex-shrink: 0;
    width: 100%;
}
.mask-59 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 50%;
  max-width: 550px;
  min-height: 611px;
  position: relative;
  overflow: hidden;
}
.text-110 {
  text-align: left;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text-110-span {
  color: #22448b;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0.8px;
  font-weight: 700;
}
.text-110-span2 {
  color: #000000;
  font-family: "NotoSansCjkJp-Medium", sans-serif;
  font-size: 16px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.text-110-span3 {
  color: #000000;
  font-family: "NotoSansCjkJp-Medium", sans-serif;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.8px;
  font-weight: 500;
}
.text-110-span4 {
  color: #000000;
  font-family: "NotoSansCjkJp-Regular", sans-serif;
  font-size: 22px;
  line-height: 33px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.text-110-span5 {
  color: #000000;
  font-family: "NotoSansCjkJp-Regular", sans-serif;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 0.8px;
  font-weight: 400;
}
.border-6 {
  background: #20277c;
  flex-shrink: 0;
  width: 59px;
  height: 2px;
  position: relative;
}
.base-36 {
  flex-shrink: 0;
  width: 397px;
  height: 156px;
  position: absolute;
  left: -6.5px;
  top: 424px;
  object-fit: cover;
  aspect-ratio: 397/156;
}
.font-title {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 30px;
}
.text-111 {
  color: #22448b;
  text-align: left;
  font-weight: bold;
 font-size: 32px;
  letter-spacing: 0.8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.font-text {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
  justify-content: flex-start;
  max-width: 1169px;
  overflow: hidden;
}
.text-113,
.text-112 {
  color: #000000;
  text-align: left;
  font-size: 16px;
  letter-spacing: 0.8px;
  font-weight: 400;
  position: relative;
  flex: 1;
  line-height: 1.8;
  align-items: center;
  justify-content: flex-start;
}
#HLL{
  padding-top: 60px;
}
.m_btn {
    display: flex;
    gap: 20px;
    font-size: 20px;
    font-weight: bold;
    align-items: anchor-center;
    padding: 10px;
    background-color: #FFF;
    border: 3px solid #22448B;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    margin-top: 20px;
    cursor: pointer;
    width: 340px;
}
.group-67 {
  padding: 90px 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.frame-4-1 {
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.text-123 {
  color: #646464;
  text-align: center;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.8px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-45 {
  flex-shrink: 0;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.frame-4-2 {
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.text-124 {
  color: #646464;
  text-align: center;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.8px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-46 {
  flex-shrink: 0;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.frame-4-3 {
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.text-125 {
  color: #646464;
  text-align: center;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.8px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.base-47 {
  flex-shrink: 0;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.frame-4-4 {
  padding: 0px 0px 20px 0px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}
.text-126 {
  color: #646464;
  text-align: center;
  font-family: "NotoSansCjkJp-Bold", sans-serif;
  font-size: 24px;
  line-height: 50px;
  letter-spacing: 0.8px;
  font-weight: 700;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}



@media screen and (max-width: 768px) {
  #page .p-hll-reason__small {
    font-size: 12px;
    line-height: 1.4166666667;
    margin-top: 18px;
  }
}
#page .p-hll-use {
  background: #F2F4F9;
  margin: 100px calc(50% - 50vw) 0;
  padding: 90px calc(50vw - 50%) 93px;
  width: 100vw;
}


@media screen and (max-width: 768px) {
  #page .p-hll-use {
    margin: 0px calc(50% - 50vw) 0;
    padding: 53px calc(50vw - 50%) 66px;
  }
}
#page .p-hll-use .p-hll__title {
  margin-bottom: 72px;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .pic-box {
width: 100%;
}
 .product .p-hll__title{
  margin-top: 40px;
}
.font-text{
  flex-direction: column;
  gap: 20px;
  padding-bottom: 50px;
}
.mask-59{
  width: 100% !important;
  height: auto !important;
  
}
.text-110-span3{
text-align: center;
font-size: 16px;
}
.text-110-span {
    color: #22448b;
    font-family: "NotoSansCjkJp-Bold", sans-serif;
    font-size: 22px;
}
  .product .p-text{
    flex-direction: column-reverse;
    gap: 30px;
  }
  #page .p-hll-use .p-hll__title {
    margin-bottom: 30px;
  }
  .text-123{
    font-size: 18px;
     line-height: 26px;
  }
  .text-111{
    font-size: 24px;
       
  }
}
@media screen and (max-width: 768px) {
  #page .p-hll-use__sliderbox {
    padding: 0 23px;
  }
}
#page .p-hll-use__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
#page .p-hll-use__list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}
#page .p-hll-use__item {
  width: calc(25% - 22.5px);
}
#page .p-hll-use__item figure img {
  width: 100%;
  height: auto;
}
#page .p-hll-use__item p {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 600;
  text-align: center;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-use__item p {
    margin-top: 13px;
  }
}
@media screen and (max-width: 768px) {
  #page .p-hll-use__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 206px;
    width: 100%;
    margin: 24px auto 0;
  }
  #page .p-hll-use__bottom .swiper-button-next, #page .p-hll-use__bottom .swiper-button-prev {
    position: relative;
    width: 48px;
    height: 48px;
    top: 10px;
  }
  #page .p-hll-use__bottom .swiper-button-prev {
    left: 7px;
  }
  #page .p-hll-use__bottom .swiper-button-next {
    left: -13px;
  }
  #page .p-hll-use__bottom .swiper-button-next:after, #page .p-hll-use__bottom .swiper-rtl .swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../images/lp/r-sp.svg);
    width: 48px;
    height: 48px;
  }
  #page .p-hll-use__bottom .swiper-button-prev:after, #page .p-hll-use__bottom .swiper-rtl .swiper-button-next:after {
    content: "";
    background-image: url(../images/lp/l-sp.svg);
    width: 48px;
    height: 48px;
    top: 10px;
  }
  #page .p-hll-use__bottom .swiper-pagination {
    position: unset;
    font-size: 20px;
    line-height: 1.45;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-left: -15px;
  }
}
#page .p-hll-gallery {
  margin: 0 calc(50% - 50vw);
  padding: 112px 0 128px;
  width: 100vw;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery {
    padding: 53px 0 72px;
    margin: 0 auto;
    width: 100%;
  }
}
#page .p-hll-gallery__sliderbox {
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__sliderbox {
    margin: -5px 0 0;
  }
}
#page .p-hll-gallery__sliderbox .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__sliderbox .swiper-wrapper {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__sliderbox .swiper {
    margin: 0 23px 0;
  }
}
#page .p-hll-gallery__sliderbox .swiper-slide-active {
  width: 600px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__sliderbox .swiper-slide-active {
    scale: unset;
  }
}
#page .p-hll-gallery__item {
  width: 480px;
}
#page .p-hll-gallery__item img {
  width: 100%;
  height: auto;
}
#page .p-hll-gallery__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 384px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__bottom {
    margin: 32px auto 0;
    max-width: 294px;
  }
}
#page .p-hll-gallery__bottom .swiper-button-next, #page .p-hll-gallery__bottom .swiper-button-prev {
  position: relative;
  width: 60px;
  height: 60px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__bottom .swiper-button-next, #page .p-hll-gallery__bottom .swiper-button-prev {
    width: 48px;
    height: 48px;
  }
}
#page .p-hll-gallery__bottom .swiper-button-next:after, #page .p-hll-gallery__bottom .swiper-rtl .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/lp/r.svg);
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__bottom .swiper-button-next:after, #page .p-hll-gallery__bottom .swiper-rtl .swiper-button-prev:after {
    background-image: url(../images/lp/r-sp.svg);
    width: 48px;
    height: 48px;
  }
}
#page .p-hll-gallery__bottom .swiper-button-prev:after, #page .p-hll-gallery__bottom .swiper-rtl .swiper-button-next:after {
  content: "";
  background-image: url(../images/lp/l.svg);
  width: 60px;
  height: 60px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__bottom .swiper-button-prev:after, #page .p-hll-gallery__bottom .swiper-rtl .swiper-button-next:after {
    background-image: url(../images/lp/l-sp.svg);
    width: 48px;
    height: 48px;
  }
}
#page .p-hll-gallery__bottom .swiper-pagination {
  position: unset;
}
#page .p-hll-gallery__bottom .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background: #E9E7EC;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__bottom .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
#page .p-hll-gallery__bottom .swiper-pagination-bullet-active {
  background: #22448B;
}
#page .p-hll-gallery__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .p-hll-gallery__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 12px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-gallery__bottom .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, #page .p-hll-gallery__bottom .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
  }
}
#page .p-hll-process {
  padding: 112px 0 115px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-process {
    padding: 53px 0 58px;
  }
}
#page .p-hll-process__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-process__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    margin-top: -6px;
  }
}
#page .p-hll-process__item {
  width: calc(20% - 24px);
  border: #22448B 2px solid;
  border-radius: 10px;
  padding: 30px 40px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-process__item {
    width: 100%;
    height: 127px;
    padding: 15px 20px 0px;
    gap: 0 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
#page .p-hll-process__item:not(:last-of-type) {
  position: relative;
}
#page .p-hll-process__item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  background: #22448B;
  right: -21px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
  height: 57px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
@media screen and (max-width: 768px) {
  #page .p-hll-process__item:not(:last-of-type)::after {
    width: 40px;
    height: 20px;
    right: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: unset;
    left: 50%;
    bottom: -20px;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
#page .p-hll-process__step {
  font-size: 24px;
  line-height: 1.7083333333;
  font-weight: 600;
  text-align: center;
  color: #22448B;
}

@media screen and (max-width: 768px) {
  #page .p-hll-process__step {
    font-size: 18px;
    line-height: 1.6111111111;
    grid-area: 1/2/2/4;
    text-align: left;
  }
}
#page .p-hll-process__thumb {
  max-width: 136px;
  width: 100%;
  margin: 0 auto 0;
}
@media screen and (max-width: 768px) {
  #page .p-hll-process__thumb {
    width: 87px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    grid-area: 1/1/3/2;
  }
}
#page .p-hll-process__thumb img {
  width: 100%;
  height: auto;
}
#page .p-hll-process__title {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 600;
  text-align: center;
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-process__title {
    grid-area: 2/2/3/4;
    text-align: left;
    margin-top: -20px;
  }
}
#page .p-hll-process__text {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 12px;
  margin-left: auto;
  margin-right: 9px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  #page .p-hll-process__text {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 12px;
  }
}
#page .p-hll-introduction {
  margin: 0 calc(50% - 50vw);
  padding: 92px calc(50vw - 50%) 100px;
  width: 100vw;
  background: #F2F4F9;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction {
    padding: 54px calc(50vw - 50%) 60px;
  }
}
#page .p-hll-introduction__item {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
    padding: 22px;
    gap: 27px;
  }
}
#page .p-hll-introduction__item + #page .p-hll-introduction__item {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__item + #page .p-hll-introduction__item {
    margin-top: 30px;
  }
}
#page .p-hll-introduction__head {
  width: 50%;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__head {
    width: 100%;
  }
}
#page .p-hll-introduction__title {
  font-size: 18px;
  line-height: 1.45;
  font-weight: 600;
  background: #EFEFEF;
  border-bottom: #22448B 4px solid;
  padding: 14px 22px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__title {
    font-size: 18px;
    line-height: 1.5;
    padding: 13px 16px 11px;
  }
}
#page .p-hll-introduction__lead {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 24px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__lead {
    font-size: 15px;
    line-height: 1.5333333333;
    margin-top: 12px;
  }
}
#page .p-hll-introduction__thumb {
  margin-top: 26px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__thumb {
    margin-top: 12px;
  }
}
#page .p-hll-introduction__thumb img {
  width: 100%;
  height: auto;
}
#page .p-hll-introduction__body {
  width: calc(50% - 50px);
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__body {
    width: 100%;
  }
}
#page .p-hll-introduction__box h4 {
  font-size: 20px;
  line-height: 1.7;
  font-weight: 600;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 10px 10px 0 0;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box h4 {
    font-size: 16px;
    line-height: 1.5;
  }
}
#page .p-hll-introduction__box ul {
  border-radius: 0px 0px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box ul {
    gap: 8px;
  }
}
#page .p-hll-introduction__box li {
  font-size: 18px;
  line-height: 1.6111111111;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box li {
    font-size: 15px;
    line-height: 1.5333333333;
  }
}
#page .p-hll-introduction__box li::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
}
#page .p-hll-introduction__box.-before {
  position: relative;
}
#page .p-hll-introduction__box.-before::after {
  position: absolute;
  content: "";
  background: #22448B;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -36px;
  width: 40px;
  height: 20px;
}
#page .p-hll-introduction figure{
  display: block;
  overflow: hidden !important;
  height: 440px;

}
#page .p-hll-introduction figure img{
height: 100% !important;
width:  100% !important;
object-fit: cover;
}

#page .p-hll-introduction__lead.height250{
  height: 250px;
}
#page .p-hll-introduction__lead.height150{
  height: 200px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction figure{
  height: auto;
  max-height: 300px;

}
#page .p-hll-introduction figure img{
height: auto !important;
width:  100% !important;
object-fit: cover;
}

  #page .p-hll-introduction__lead.height250{
  height: auto;
}
#page .p-hll-introduction__lead.height150{
  height: auto;
}
  #page .p-hll-introduction__box.-before::after {
    width: 32px;
    height: 16px;
    bottom: -27px;
    left: 50%;
  }
}
#page .p-hll-introduction__box.-before h4 {
  background: #646464;
}
#page .p-hll-introduction__box.-before ul {
  border: #646464 2px solid;
  background: #EFEFEF;
  padding: 26px 28px 22px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box.-before ul {
    padding: 9px 14px 10px;
  }
}
#page .p-hll-introduction__box.-before li {
  padding-left: 43px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box.-before li {
    padding-left: 24px;
  }
}
#page .p-hll-introduction__box.-before li::after {
  background-image: url(../../../img/mask-780.svg);
  width: 27px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box.-before li::after {
      background-image: url(../../../img/mask-780.svg);
    width: 16px;
    height: 14px;
    top: 4px;
  }
}
#page .p-hll-introduction__box.-after {
  margin-top: 52px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box.-after {
    margin-top: 40px;
  }
}
#page .p-hll-introduction__box.-after h4 {
  background: #22448B;
}
#page .p-hll-introduction__box.-after ul {
  border: #22448B 2px solid;
  background: #F2F4F9;
  padding: 28px 28px 22px;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box.-after ul {
    padding: 10px 14px 10px;
    gap: 8px;
  }
}
#page .p-hll-introduction__box.-after li {
  padding-left: 43px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box.-after li {
    padding-left: 23px;
  }
}
#page .p-hll-introduction__box.-after li::after {
  background-image: url(../../../img/group-1010.svg);
  width: 27px;
  height: 27px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-introduction__box.-after li::after {
    width: 15px;
    height: 15px;
    top: 3px;
  }
}
#HLL.font-title{
  border-top: 1px solid #CCCCCC;
  padding-top: 80px;
  margin-top: 60px;

}
#page .p-hll-composition {
  background: #F2F4F9;
  margin: 50px 0px 0;
  padding: 50px 40px 92px;
  width: 100%;

  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-composition {
    margin: 0px 10px 0;
    padding: 52px 20px 30px;
    border-radius: 5px;
  }
}
#page .p-hll-composition .p-hll__title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-composition .p-hll__title {
    margin-bottom: 20px;
  }
}
#page .p-hll-composition__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 53px 30px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-composition__list {
    gap: 11px 21px;
  }
}
#page .p-hll-composition__item {
  width: calc(25% - 22.5px);
}
@media screen and (max-width: 768px) {
  #page .p-hll-composition__item {
    width: calc(50% - 10.5px);
  }
}
#page .p-hll-composition__thumb img {
  width: 100%;
  height: auto;
}
#page .p-hll-composition__title {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-composition__title {
    font-size: 16px;
    line-height: 1.625;
    margin-top: 11px;
    min-height: 52px;
  }
}
#page .p-hll-faq {
  padding: 110px 0 0;
}
@media screen and (max-width: 768px) {
  #page .p-hll-faq {
    padding: 54px 0 0;
  }
}
#page .p-hll-faq__list {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-faq__list {
    margin-top: -15px;
    gap: 13px;
  }
}
#page .p-hll-faq__item--q, #page .p-hll-faq__item--a {
  position: relative;
}
#page .p-hll-faq__item--q::after, #page .p-hll-faq__item--a::after {
  position: absolute;
  left: 24px;
  top: 12px;
  font-size: 24px;
  line-height: 1.7083333333;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  #page .p-hll-faq__item--q::after, #page .p-hll-faq__item--a::after {
    font-size: 18px;
    line-height: 1.5;
    left: 1px;
    top: 4px;
  }
}
#page .p-hll-faq__item--q {
  font-size: 18px;
  line-height: 1.6111111111;
  font-weight: 600;
  color: #22448B;
  border-bottom: #CCCCCC 2px solid;
  padding: 18px 85px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-faq__item--q {
    font-size: 15px;
    line-height: 1.5333333333;
    padding: 6px 3px 6px 24px;
  }
}
#page .p-hll-faq__item--q::before {
  position: absolute;
  content: "";
  background: #22448B;
  left: 0;
  bottom: -2px;
  height: 2px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-faq__item--q::before {
    width: 80px;
  }
}
#page .p-hll-faq__item--q::after {
  content: "q";
  color: #22448B;
}
#page .p-hll-faq__item--a {
  font-size: 16px;
  line-height: 1.625;
  padding: 18px 83px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-faq__item--a {
    font-size: 15px;
    line-height: 1.5333333333;
    padding: 6px 5px 6px 23px;
  }
}
#page .p-hll-faq__item--a::after {
  content: "a";
}
#page .p-hll-company {
  padding: 113px 0 0;
}
@media screen and (max-width: 768px) {
  #page .p-hll-company {
    padding: 44px 0 0;
  }
}
#page .p-hll-company__table {
  margin-top: -10px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #page .p-hll-company__table {
    margin-top: -7px;
    width: 100%;
  }
}
#page .p-hll-company__table tr {
  border-bottom: 2px solid #FBFBFB;
}
#page .p-hll-company__table th {
  background: #F2F4F9;
  font-size: 16px;
  line-height: 1.625;
  font-weight: 600;
  width: 240px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #page .p-hll-company__table th {
    display: block;
    font-size: 15px;
    line-height: 1.4666666667;
    width: 100%;
    text-align: left;
    padding: 14px 24px;
  }
}
#page .p-hll-company__table td {
  font-size: 16px;
  line-height: 1.625;
  vertical-align: middle;
  padding: 27px 62px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #page .p-hll-company__table td {
    display: block;
    font-size: 15px;
    line-height: 1.4666666667;
    width: 100%;
    padding: 10px 23px;
  }
}
#page .p-hll-materials {
  padding: 105px 0 100px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials {
    padding: 56px 0 100px;
  }
}
#page .p-hll-materials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: -10px;
      justify-content: center;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: -7px;
    gap: 35px;
  }
}
#page .p-hll-materials__item {
  width: calc(25% - 10px);
  border: 2px solid #22448B;
  border-radius: 10px;
  padding: 29px 10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__item {
    width: 100%;
    padding: 22px 20px 28px;
  }
}
#page .p-hll-materials__head {
  background: #22448B;
  position: relative;
  padding: 68px 0 35px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__head {
    padding: 58px 0 30px;
  }
}
#page .p-hll-materials__head::after {
  position: absolute;
  content: "";
  background: #fff;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__head::after {
    height: calc(100% - 40px);
  }
}
.font_18{
  font-size: 18px !important;
}
#page .p-hll-materials__head h3 {
  font-size: 24px;
  line-height: 1.5833333333;
  font-weight: 600;
  color: #22448B;
  text-align: center;
  position: relative;
  z-index: 3;
}
#page .p-hll-materials__head figure {
  width: 49px;
  margin: 14px auto 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__head figure {
    margin: 8px auto 0;
  }
}
#page .p-hll-materials__head figure img {
  width: 100%;
  height: auto;
}
#page .p-hll-materials__download {
  background: #E56A23;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 262px;
  height: 62px;
  margin: 24px auto 0;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__download {
    margin: 17px auto 0;
    height: 48px;
  }
}
#page .p-hll-materials__download p {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  position: relative;
  padding-left: 46px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__download p {
    padding-left: 30px;
  }
}
#page .p-hll-materials__download p::after {
  position: absolute;
  content: "";
  background-image: url(../images/lp/get_app.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: -2px;
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-materials__download p::after {
    width: 16px;
    height: 16px;
    left: 4px;
    top: 0px;
  }
}
#page .p-hll-cta {
  background: #22448A;
  border-radius: 10px;
  padding: 55px 10px 60px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta {
    border-radius: unset;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 44px calc(50vw - 50%) 50px;
  }
}
#page .p-hll-cta__text1 {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 600;
  text-align: center;
  color: #95B8FF;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__text1 {
    font-size: 17px;
    line-height: 1.4705882353;
  }
}
#page .p-hll-cta__text2 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 3px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__text2 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 13px;
  }
}
#page .p-hll-cta__title {
  font-size: 32px;
  line-height: 1.5625;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__title {
    font-size: 24px;
    line-height: 1.5;
    margin-top: 20px;
  }
}
#page .p-hll-cta__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 23px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    margin-top: 33px;
  }
}
#page .p-hll-cta__link {
  max-width: 300px;
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__link {
    max-width: 260px;
    height: 48px;
  }
}
#page .p-hll-cta__link p {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__link p {
    font-size: 16px;
  }
}
#page .p-hll-cta__link p::after {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#page .p-hll-cta__link.-contact {
  background: #DA401C;
}
#page .p-hll-cta__link.-contact p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__link.-contact p {
    padding-left: 27px;
  }
}
#page .p-hll-cta__link.-contact p::after {
  background-image: url(../images/lp/mailicon.svg);
  width: 22px;
  height: 22px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__link.-contact p::after {
    width: 16px;
    height: 16px;
  }
}
#page .p-hll-cta__link.-download {
  background: #E56A23;
}
#page .p-hll-cta__link.-download p {
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__link.-download p {
    padding-left: 26px;
  }
}
#page .p-hll-cta__link.-download p::after {
  background-image: url(../images/lp/get_app.svg);
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 768px) {
  #page .p-hll-cta__link.-download p::after {
    width: 16px;
    height: 16px;
  }
}

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

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

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

.u-mt5 {
  margin-top: 5px !important;
}

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

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

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

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

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

.u-mb5 {
  margin-bottom: 5px !important;
}

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

.u-mb15 {
  margin-bottom: 15px !important;
}

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

.u-mb25 {
  margin-bottom: 25px !important;
}

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

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--inline {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

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

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

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

.u-mt5 {
  margin-top: 5px !important;
}

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

.u-mt15 {
  margin-top: 15px !important;
}

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

.u-mt25 {
  margin-top: 25px !important;
}

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

.u-mt35 {
  margin-top: 35px !important;
}

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

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

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

.u-mb5 {
  margin-bottom: 5px !important;
}

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

.u-mb15 {
  margin-bottom: 15px !important;
}

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

.u-mb25 {
  margin-bottom: 25px !important;
}

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

.u-mb35 {
  margin-bottom: 35px !important;
}

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

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--inline {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}

main h1 {
    padding: 0;
    background: none;
    border: 0;
}

main h2 {
    padding: 0;
    background: none;
    border: 0;
}

main h3 {
    border-bottom: 0;
    padding: 0 0 12px 0;
    margin: 20px 0 0 0;
}

main h4 {
    margin-bottom: 0;
}

main p {
    margin: 24px 0 0;
}

table.content-table td, th {
    border: 0;
}

#page article h3 {
    padding:  unset;
    margin: unset;
    border-bottom: 0;
}

#page article h3::after {
    content: none;
}

#page article p {
    margin: 0;
}

main p {
    margin: 0;
}

@media screen and (max-width : 980px) {
    .col2.box{
        width: 100%;
    }
}

@media screen and (max-width : 768px) {
    .top-products-box {
        width: 100%;
    }
}

main h2.maintitle {
    font-size: 20px;
    font-weight: 600;
    background: #EFEFEF;
    color: #333;
    padding: 8px 20px;
    margin: 30px 0;
    border-bottom: 4px solid #22448B;
  }

  #page #other-product h3 {
    margin-top: 0;
  }