@charset "UTF-8";
span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


body {
  line-height: 1;
  margin: 0!important;
}
@media screen and (min-width: 641px) {
  body{
    min-width: 1300px;
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

/* ============================
  basic
=============================*/
#lp-page {
  color: #4b4c58;
  font-family: 'Oswald','Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.02em;
}

@media (min-width: 641px) {
  #lp-page {
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  #lp-page {
    font-size: calc(28 / 750 * 100vw);
  }
}

#lp-page * {
  box-sizing: border-box;
}

#lp-page img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

#lp-page a {
  text-decoration: none;
}

@media (min-width: 641px) {
  #lp-page a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

#lp-page main {
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
}

@media (min-width: 641px) {
  #lp-page main {
    min-width: 1000px;
    width: 100%;
  }
}

@media (max-width: 640px) {
  #lp-page main {
    position: relative;
    top: calc(-94 / 750 * 100vw);
    margin-bottom: calc(-94 / 750 * 100vw);
    max-width: 100%;
  }
}

@media all and (-ms-high-contrast: none) {
  #lp-page main {
    display: block;
  }
}

#lp-page .l-wrapper {
  width: 100%;
  margin: 0 auto;
}

#lp-page .l-container {
  margin: 0 auto;
  z-index: 1;
}

@media (min-width: 641px) {
  #lp-page .l-container {
    width: 1000px;
  }
}

@media (max-width: 640px) {
  #lp-page .l-container {
    width: calc(100% - ((40 / 750 * 100vw) * 2));
  }
}

#lp-page .clearfix * {
  zoom: 1;
}

#lp-page .clearfix::before, #lp-page .clearfix::after {
  content: "";
  display: table;
}

#lp-page .clearfix::after {
  clear: both;
}

#lp-page .hide {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  opacity: 0;
}

@media (min-width: 641px) {
  #lp-page .u-pc {
    display: block;
  }
}

@media (max-width: 640px) {
  #lp-page .u-pc {
    display: none;
  }
}

@media (min-width: 641px) {
  #lp-page .u-sp {
    display: none;
  }
}

@media (max-width: 640px) {
  #lp-page .u-sp {
    display: block;
  }
}

.sp-in {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp-in {
    display: inline;
  }
}

#lp-page .clear {
  clear: both;
}

#lp-page .header {
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
}

#lp-page .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 641px) {
  #lp-page .header-inner {
    width: 100%;
    height: 60px;
    padding: 0 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .header-inner {
    width: 100%;
    height: calc(80 / 750 * 100vw);
    padding: 0 calc(20 / 750 * 100vw);
  }
}

#lp-page .header-logo {
  display: block;
  background: url(../img/logo.png) no-repeat center/contain;
}

@media (min-width: 641px) {
  #lp-page .header-logo {
    width: 146px;
    height: 40px;
  }
}

@media (max-width: 640px) {
  #lp-page .header-logo {
    width: calc(146 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }
}

#lp-page .check {
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .check {
    width: 1000px;
    padding: 30px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .check {
    width: calc(100% - ((40 / 750 * 100vw) * 2));
    padding: calc(40 / 750 * 100vw) 0;
  }
}

#lp-page .check-content-parent {
  position: relative;
  display: block;
  width: 100%;
  background-color: #7f7267;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

@media (min-width: 641px) {
  #lp-page .check-content-parent {
    padding: 23px 0;
    border-radius: 10px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #lp-page .check-content-parent {
    padding: calc(10 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
  }
}

#lp-page .check-content-parent::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  transform: rotate(225deg);
  transition: .3s;
}

@media (min-width: 641px) {
  #lp-page .check-content-parent::after {
    top: -5px;
    right: 20px;
    width: 10px;
    height: 10px;
    border-top: solid 3px #ffffff;
    border-left: solid 3px #ffffff;
  }
}

@media (max-width: 640px) {
  #lp-page .check-content-parent::after {
    right: calc(30 / 750 * 100vw);
    width: calc(15 / 750 * 100vw);
    height: calc(15 / 750 * 100vw);
    border-top: solid calc(5 / 750 * 100vw) #ffffff;
    border-left: solid calc(5 / 750 * 100vw) #ffffff;
  }
}

@media (min-width: 641px) {
  #lp-page .check-content-parent.open {
    border-radius: 10px 10px 0 0;
  }
}

@media (max-width: 640px) {
  #lp-page .check-content-parent.open {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
  }
}

#lp-page .check-content-parent.open::after {
  transform: rotate(45deg);
}

@media (min-width: 641px) {
  #lp-page .check-content-parent.open::after {
    top: 5px;
  }
}

#lp-page .check-content-child {
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  display: none;
}

@media (min-width: 641px) {
  #lp-page .check-content-child {
    padding: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .check-content-child {
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
  }
}

#lp-page .check-content-child p {
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .check-content-child p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  #lp-page .check-content-child p {
    font-size: calc(24 / 750 * 100vw);
  }
}

#lp-page .check-content-child p .min {
  font-size: 0.7em;
}

#lp-page .check-content-child p.note {
  margin-top: 1rem;
}

@media (min-width: 641px) {
  #lp-page .check-content-child p.note {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .check-content-child p.note {
    font-size: calc(20 / 750 * 100vw);
  }
}


#lp-page .sec-ttl {
  position: relative;
  display: block;
  margin: auto;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
  color: #003366;
}

@media (min-width: 641px) {
  #lp-page .sec-ttl {
    margin-bottom: 50px;
    padding-bottom: 20px;
    font-size: 58px;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-ttl {
    margin-bottom: calc(60 / 750 * 100vw);
    padding-bottom: calc(20 / 750 * 100vw);
    font-size: calc(58 / 750 * 100vw);
  }
}

#lp-page .sec-ttl::before, #lp-page .sec-ttl::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
}

#lp-page .sec-ttl::before {
  bottom: 0;
  background-color: #003366;
}

@media (min-width: 641px) {
  #lp-page .sec-ttl::before {
    width: 300px;
    height: 4px;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-ttl::before {
    width: calc(200 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
  }
}

#lp-page .sec-ttl::after {
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #003366 transparent transparent transparent;
}

@media (min-width: 641px) {
  #lp-page .sec-ttl::after {
    border-width: 12px 10px 0 10px;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-ttl::after {
    border-width: calc(12 / 750 * 100vw) calc(10 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
  }
}

#lp-page .sec-ttl .ruby {
  padding-left: 0.3em;
  font-size: .7em;
}

#lp-page .sec-ttl .red {
  display: inline-block;
  color: #db1045;
}

#lp-page .sec-ttl .big-en {
  display: inline-block;
}

@media (min-width: 641px) {
  #lp-page .sec-ttl .big-en {
    font-size: 78px;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-ttl .big-en {
    font-size: calc(76 / 750 * 100vw);
  }
}

#lp-page .sec-ttl .big-jp {
  display: inline-block;
}

@media (min-width: 641px) {
  #lp-page .sec-ttl .big-jp {
    font-size: 66px;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-ttl .big-jp {
    font-size: calc(60 / 750 * 100vw);
  }
}

#lp-page .sec-ttl .min {
  display: inline-block;
}

@media (min-width: 641px) {
  #lp-page .sec-ttl .min {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-ttl .min {
    font-size: calc(48 / 750 * 100vw);
  }
}

#lp-page .sec-ttl .head {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #db1045;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
}

@media (min-width: 641px) {
  #lp-page .sec-ttl .head {
    top: -100px;
    width: 160px;
    height: 160px;
    font-size: 38px;
    line-height: 160px;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-ttl .head {
    top: calc(-100 / 750 * 100vw);
    width: calc(160 / 750 * 100vw);
    height: calc(160 / 750 * 100vw);
    font-size: calc(38 / 750 * 100vw);
    line-height: calc(160 / 750 * 100vw);
  }
}

#lp-page .sec-body {
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .sec-body {
    text-align: center;
  }
}

@media (max-width: 640px) {
  #lp-page .sec-body {
    text-align: justify;
  }
}

#lp-page .sec-body span {
  display: inline;
  font-weight: 600;
  background: linear-gradient(transparent 60%, #c7dfd8 60%);
}

#lp-page .headline {
  position: relative;
  display: block;
  margin: auto;
  border-top: solid 1px #005a98;
}

@media (min-width: 641px) {
  #lp-page .headline {
    padding: 50px 0 80px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline {
    padding: calc(60 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

#lp-page .headline-ttl {
  font-weight: 600;
  color: #005a98;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .headline-ttl {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-ttl {
    font-size: calc(44 / 750 * 100vw);
  }
}

#lp-page .headline-ttl .red {
  display: inline-block;
  color: #db1045;
}

#lp-page .headline-txt {
  display: block;
}

@media (min-width: 641px) {
  #lp-page .headline-txt {
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-txt {
    margin-top: calc(10 / 750 * 100vw);
    text-align: justify;
  }
}

#lp-page .headline-body {
  display: block;
  background-color: #f6fbff;
}

@media (min-width: 641px) {
  #lp-page .headline-body {
    width: 60%;
    margin: 20px auto 0;
    padding: 0 30px;
    border: 2px solid #005a98;
    border-radius: 5px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body {
    margin: calc(20 / 750 * 100vw) auto 0;
    padding: calc(20 / 750 * 100vw);
    border: calc(3 / 750 * 100vw) solid #005a98;
    border-radius: calc(5 / 750 * 100vw);
  }
}

#lp-page .headline-body li {
  position: relative;
  display: block;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .headline-body li {
    padding: 20px 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li {
    padding: calc(20 / 750 * 100vw) calc(25 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .headline-body li:not(:last-child) {
    border-bottom: 1px solid #005a98;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li:not(:last-child) {
    border-bottom: calc(1 / 750 * 100vw) solid #005a98;
  }
}

#lp-page .headline-body li:nth-child(1) picture {
  top: 0;
  bottom: 0;
}

@media (min-width: 641px) {
  #lp-page .headline-body li:nth-child(1) picture {
    right: 30px;
    width: calc(144px * 0.86);
    height: calc(140px * 0.86);
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li:nth-child(1) picture {
    right: calc(30 / 750 * 100vw);
    width: calc(144 / 750 * 100vw);
    height: calc(140 / 750 * 100vw);
  }
}

#lp-page .headline-body li:nth-child(2) picture {
  top: 0;
  bottom: 0;
}

@media (min-width: 641px) {
  #lp-page .headline-body li:nth-child(2) picture {
    right: 40px;
    width: calc(135px * 0.8);
    height: calc(139px * 0.8);
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li:nth-child(2) picture {
    right: calc(40 / 750 * 100vw);
    width: calc(135 / 750 * 100vw);
    height: calc(139 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .headline-body li:nth-child(3) picture {
    bottom: 10px;
    right: 40px;
    width: calc(171px * 0.8);
    height: calc(82px * 0.8);
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li:nth-child(3) picture {
    bottom: calc(10 / 750 * 100vw);
    right: calc(40 / 750 * 100vw);
    width: calc(171 / 750 * 100vw);
    height: calc(82 / 750 * 100vw);
  }
}

#lp-page .headline-body li h3 {
  font-weight: 600;
  line-height: 1.3;
  color: #005a98;
}

@media (min-width: 641px) {
  #lp-page .headline-body li h3 {
    line-height: 1.1;
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li h3 {
    line-height: 1.12;
    font-size: calc(30 / 750 * 100vw);
  }
}

#lp-page .headline-body li h3 .red {
  display: inline-block;
  color: #db1045;
}

#lp-page .headline-body li h3 .big {
  position: relative;
  font-weight: 800;
}

@media (min-width: 641px) {
  #lp-page .headline-body li h3 .big {
    top: 3px;
    font-size: 44px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li h3 .big {
    font-size: calc(52 / 750 * 100vw);
  }
}

#lp-page .headline-body li .note {
  display: block;
  margin: .3rem 0 0;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .headline-body li .note {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-body li .note {
    font-size: calc(20 / 750 * 100vw);
  }
}

#lp-page .headline-body li picture {
  position: absolute;
  display: block;
  margin: auto;
}

#lp-page .headline .note {
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .headline .note {
    width: 60%;
    margin: 20px auto 0;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline .note {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .headline-bottom {
  position: relative;
  display: table;
  margin: auto;
  text-align: center;
  color: #005a98;
  font-weight: 600;
}

@media (min-width: 641px) {
  #lp-page .headline-bottom {
    margin-top: 30px;
    font-size: 34px;
  }
}

@media (max-width: 640px) {
  #lp-page .headline-bottom {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

#lp-page .headline-bottom span {
  background: linear-gradient(transparent 60%, #fffec7 60%);
}

#lp-page .point {
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .point {
    padding: 90px 0 80px;
  }
}

@media (max-width: 640px) {
  #lp-page .point {
    padding: calc(100 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

#lp-page .point::before {
  content: '';
  position: absolute;
  top: -3.31%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 48%;
  background-color: rgba(0, 90, 152, 0.06);
  transform: skewY(-12deg);
  z-index: -1;
}

@media (min-width: 641px) {
  #lp-page .point::before {
    top: -3.64%;
  }
}

@media (max-width: 640px) {
  #lp-page .point::before {
    top: -3.31%;
  }
}

#lp-page .point::after {
  content: '';
  position: absolute;
  top: 30%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-color: rgba(0, 90, 152, 0.06);
  transform: skewY(12deg);
  z-index: -2;
}

#lp-page .point .bg {
  z-index: -2;
}

#lp-page .point .bg::before {
  content: '';
  position: absolute;
  top: 70%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 35%;
  background-color: rgba(0, 90, 152, 0.06);
  transform: skewY(-12deg);
  z-index: -1;
}

#lp-page .point-head {
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .point-head {
    width: 660px;
  }
}

#lp-page .point-head-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
}

#lp-page .point-head-box picture {
  flex-shrink: 0;
}

@media (min-width: 641px) {
  #lp-page .point-head-box picture {
    max-width: 194px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head-box picture {
    max-width: calc(198 / 750 * 100vw);
  }
}

#lp-page .point-head-box picture img {
  margin: auto;
}

#lp-page .point-head-read {
  position: relative;
  flex-shrink: 0;
  color: #005a98;
  font-weight: 700;
  line-height: 1.32;
}

@media (min-width: 641px) {
  #lp-page .point-head-read {
    width: 462px;
    font-size: 41px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head-read {
    top: calc(-30 / 750 * 100vw);
    width: calc(462 / 750 * 100vw);
    font-size: calc(41 / 750 * 100vw);
  }
}

#lp-page .point-head-read::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 641px) {
  #lp-page .point-head-read::after {
    left: -30px;
    top: 110%;
    width: 39px;
    height: 55px;
    background-image: url(../img/point_head_arrow.png);
  }
}

@media (max-width: 640px) {
  #lp-page .point-head-read::after {
    left: calc(-40 / 750 * 100vw);
    bottom: calc(-80 / 750 * 100vw);
    width: calc(47 / 750 * 100vw);
    height: calc(65 / 750 * 100vw);
    background-image: url(../img/point_head_arrow_sp.png);
  }
}

#lp-page .point-head-catch {
  position: relative;
  display: table;
  flex-shrink: 0;
  color: #db1045;
  font-weight: 700;
  line-height: 1.32;
  background: linear-gradient(transparent 60%, #fff163 60%);
}

@media (min-width: 641px) {
  #lp-page .point-head-catch {
    margin-top: 20px;
    font-size: 51.4px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head-catch {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(50.4 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .point-head-catch span {
    font-size: 45px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head-catch span {
    font-size: calc(44 / 750 * 100vw);
  }
}

#lp-page .point-head > picture {
  display: block;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .point-head > picture {
    margin: 20px auto;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head > picture {
    margin: calc(30 / 750 * 100vw) auto;
  }
}

#lp-page .point-head > picture img {
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .point-head > picture img {
    width: 80%;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head > picture img {
    width: 90%;
  }
}

#lp-page .point-head-txt {
  color: #005a98;
  font-weight: 700;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .point-head-txt {
    margin-top: 10px;
    font-size: 60px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head-txt {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(60 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .point-head-note {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-head-note {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .point-list {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .point-list {
    margin-top: 40px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list {
    margin-top: calc(50 / 750 * 100vw);
  }
}

#lp-page .point-list li {
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 641px) {
  #lp-page .point-list li {
    padding: 0 60px 40px;
    border: solid 2px #005a98;
    border-radius: 10px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list li {
    padding: 0 calc(0 / 750 * 100vw) calc(40 / 750 * 100vw);
    border: solid 2px #005a98;
    border-radius: calc(10 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .point-list li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list li:not(:last-child) {
    margin-bottom: calc(40 / 750 * 100vw);
  }
}

#lp-page .point-list-head {
  position: relative;
  display: table;
  margin: auto;
  background-color: #005a98;
  color: #ffffff;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .point-list-head {
    top: -1px;
    width: 190px;
    height: 40px;
    border-radius: 0 0 10px 10px;
    font-size: 26px;
    line-height: 34px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list-head {
    width: calc(216 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
    font-size: calc(34 / 750 * 100vw);
    line-height: calc(44 / 750 * 100vw);
  }
}

#lp-page .point-list-ttl {
  text-align: center;
  color: #005a98;
  font-weight: 700;
  line-height: 1.32;
}

@media (min-width: 641px) {
  #lp-page .point-list-ttl {
    margin-top: 20px;
    font-size: 36px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list-ttl {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(44 / 750 * 100vw);
  }
}

#lp-page .point-list-ttl .min {
  display: block;
  font-weight: 500;
}

@media (min-width: 641px) {
  #lp-page .point-list-ttl .min {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list-ttl .min {
    font-size: calc(34 / 750 * 100vw);
  }
}

#lp-page .point-list picture {
  display: block;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .point-list picture {
    width: 34%;
    margin: 10px auto;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list picture {
    margin-top: calc(20 / 750 * 100vw);
  }
}

#lp-page .point-list picture img {
  margin: auto;
}

@media (max-width: 640px) {
  #lp-page .point-list picture[data-num="01"] img {
    width: calc(538 / 750 * 100vw);
  }
}

@media (max-width: 640px) {
  #lp-page .point-list picture[data-num="02"] img {
    width: calc(352 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .point-list picture[data-num="03"] img {
    width: 86%;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list picture[data-num="03"] img {
    width: calc(286 / 750 * 100vw);
  }
}

#lp-page .point-list-txt {
  display: block;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .point-list-txt {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list-txt {
    margin-top: calc(20 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
  }
}

#lp-page .point-list-txt .red {
  display: inline;
  color: #db1045;
  font-weight: 600;
}

#lp-page .point-list-txt .sub {
  display: inline;
  font-size: 0.7em;
}

#lp-page .point-list-note {
  display: block;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .point-list-note {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .point-list-note {
    margin-top: calc(10 / 750 * 100vw);
    padding: 0 calc(30 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .tool {
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .tool {
    padding: 90px 0 50px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool {
    padding: calc(100 / 750 * 100vw) 0 calc(70 / 750 * 100vw);
  }
}

#lp-page .tool-block {
  display: block;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .tool-block ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

#lp-page .tool-block ol > li {
  flex-shrink: 0;
  position: relative;
  display: block;
}

@media (min-width: 641px) {
  #lp-page .tool-block ol > li {
    width: 31%;
    margin: 0 .8% 20px;
    padding: 20px 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 90, 152, 0.3);
  }
}

@media (max-width: 640px) {
  #lp-page .tool-block ol .slick-slide {
    padding: calc(20 / 750 * 100vw);
  }
}

@media (max-width: 640px) {
  #lp-page .tool-block ol .slick-prev, #lp-page .tool-block ol .slick-next {
    top: 30%;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-block ol .slick-dots {
    bottom: calc(-30 / 750 * 100vw);
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box {
    padding: calc(30 / 750 * 100vw);
    background-color: #ffffff;
    box-shadow: 0px 0px calc(10 / 750 * 100vw) 0px rgba(0, 90, 152, 0.3);
    border-radius: calc(10 / 750 * 100vw);
  }
}

#lp-page .tool-box h3 {
  display: table;
  margin: auto;
  padding: 0 0.2rem;
  background-color: #f5e302;
  text-align: center;
  font-weight: 600;
  line-height: 1.34;
  color: #005a98;
}

@media (min-width: 641px) {
  #lp-page .tool-box h3 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box h3 {
    margin-bottom: calc(10 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

#lp-page .tool-box picture {
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .tool-box picture {
    width: 90%;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box picture {
    width: calc(468 / 750 * 100vw);
    margin-bottom: calc(10 / 750 * 100vw);
  }
}

#lp-page .tool-box-head {
  display: block;
  color: #005a98;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .tool-box-head {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box-head {
    margin-bottom: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .tool-box-head .min {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box-head .min {
    font-size: calc(28 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .tool-box-head .big {
    font-size: 22px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box-head .big {
    font-size: calc(36 / 750 * 100vw);
  }
}

#lp-page .tool-box-txt {
  display: block;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .tool-box-txt {
    font-size: 16px;
  }
}

#lp-page .tool-box-txt .sub {
  display: inline;
}

@media (min-width: 641px) {
  #lp-page .tool-box-txt .sub {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box-txt .sub {
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .tool-box-note {
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .tool-box-note {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .tool-box-note {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .system {
  display: block;
  margin: auto;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
  background-color: #f0f5f9;
}

@media (min-width: 641px) {
  #lp-page .system {
    padding: 90px 0 80px;
  }
}

@media (max-width: 640px) {
  #lp-page .system {
    padding: calc(100 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
    background-size: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}

#lp-page .system-box {
  position: relative;
  display: block;
  background-color: #ffffff;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .system-box {
    margin-bottom: 30px;
    padding: 30px 80px 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-box {
    margin-bottom: calc(40 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw) calc(50 / 750 * 100vw);
  }
}

#lp-page .system-box-head {
  color: #005a98;
  text-align: center;
  font-weight: 600;
}

@media (min-width: 641px) {
  #lp-page .system-box-head h3 {
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-box-head h3 {
    font-size: calc(38 / 750 * 100vw);
  }
}

#lp-page .system-box-head h3 span {
  display: table;
  margin: auto;
  background-color: #005a98;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .system-box-head h3 span {
    width: 480px;
    border-radius: 35px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-box-head h3 span {
    width: calc(480 / 750 * 100vw);
    border-radius: calc(35 / 750 * 100vw);
  }
}

#lp-page .system-box-head p {
  display: block;
  line-height: 1.2;
}

@media (min-width: 641px) {
  #lp-page .system-box-head p {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-box-head p {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .system-box-head p span {
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-box-head p span {
    font-size: calc(24 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .system-content {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content {
    margin-top: calc(30 / 750 * 100vw);
  }
}

#lp-page .system-content-parent {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .system-content-parent {
    padding: 5px 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 0px 10px 0px rgba(0, 90, 152, 0.2);
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-parent {
    padding: calc(10 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) calc(10 / 750 * 100vw) 0px rgba(0, 90, 152, 0.2);
    font-size: calc(32 / 750 * 100vw);
    cursor: pointer;
  }
}

#lp-page .system-content-parent[data-num="01"] {
  background-color: #4a89b7;
}

#lp-page .system-content-parent[data-num="01"] span::before, #lp-page .system-content-parent[data-num="01"] span::after {
  background-color: #4a89b7;
}

#lp-page .system-content-parent[data-num="02"] {
  background-color: #38afb9;
}

#lp-page .system-content-parent[data-num="02"] span::before, #lp-page .system-content-parent[data-num="02"] span::after {
  background-color: #38afb9;
}

#lp-page .system-content-parent[data-num="03"] {
  background-color: #7f7267;
}

@media (min-width: 641px) {
  #lp-page .system-content-parent[data-num="03"] {
    border-radius: 10px;
    cursor: pointer;
  }
}

#lp-page .system-content-parent[data-num="03"] span::before, #lp-page .system-content-parent[data-num="03"] span::after {
  background-color: #7f7267;
}

@media (min-width: 641px) {
  #lp-page .system-content-parent[data-num="03"] span.min {
    font-size: .8em;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-parent[data-num="03"] span.min {
    font-size: 0.8rem;
  }
}

#lp-page .system-content-parent[data-num="03"] .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

@media (min-width: 641px) {
  #lp-page .system-content-parent[data-num="03"] .mark {
    right: 20px;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-parent[data-num="03"] .mark {
    right: calc(20 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

#lp-page .system-content-parent[data-num="03"] .mark::before, #lp-page .system-content-parent[data-num="03"] .mark::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: .3s;
  z-index: 2;
}

@media (min-width: 641px) {
  #lp-page .system-content-parent[data-num="03"] .mark::before, #lp-page .system-content-parent[data-num="03"] .mark::after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
  }
}

#lp-page .system-content-parent[data-num="03"] .mark::before {
  transform: rotate(-90deg);
}

#lp-page .system-content-parent .mark {
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background-color: #ffffff;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 640px) {
  #lp-page .system-content-parent .mark {
    right: calc(20 / 750 * 100vw);
    width: calc(30 / 750 * 100vw);
    height: calc(30 / 750 * 100vw);
  }
}

#lp-page .system-content-parent .mark::before, #lp-page .system-content-parent .mark::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  transition: .3s;
  z-index: 2;
}

@media (min-width: 641px) {
  #lp-page .system-content-parent .mark::before, #lp-page .system-content-parent .mark::after {
    display: none;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-parent .mark::before, #lp-page .system-content-parent .mark::after {
    content: '';
    display: block;
    width: calc(20 / 750 * 100vw);
    height: calc(4 / 750 * 100vw);
  }
}

#lp-page .system-content-parent .mark::before {
  transform: rotate(-90deg);
}

@media (max-width: 640px) {
  #lp-page .system-content-parent.open {
    border-radius: calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0 0;
    box-shadow: calc(2 / 750 * 100vw) 0px calc(10 / 750 * 100vw) 0px rgba(0, 90, 152, 0.2);
  }
}

@media (min-width: 641px) {
  #lp-page .system-content-parent.open[data-num="03"] {
    border-radius: 10px 10px 0 0;
    box-shadow: 2px 0px 10px 0px rgba(0, 90, 152, 0.2);
  }
}

#lp-page .system-content-parent.open .mark::before {
  transform: rotate(-180deg);
}

#lp-page .system-content-child {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 641px) {
  #lp-page .system-content-child {
    display: block;
    padding: 20px 50px;
    border-radius: 0 0 10px 10px;
    box-shadow: 2px 6px 10px 0px rgba(0, 90, 152, 0.2);
    font-size: 17px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child {
    display: none;
    padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
    border-radius: 0 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw);
    box-shadow: calc(2 / 750 * 100vw) calc(6 / 750 * 100vw) calc(10 / 750 * 100vw) 0px rgba(0, 90, 152, 0.2);
  }
}

#lp-page .system-content-child[data-num="01"] {
  background-color: #f0f5f9;
}

#lp-page .system-content-child[data-num="02"] {
  background-color: #f0f5f9;
}

#lp-page .system-content-child[data-num="03"] {
  background-color: #ffffff;
}

@media (min-width: 641px) {
  #lp-page .system-content-child[data-num="03"] {
    display: none;
    cursor: pointer;
  }
}

@media (min-width: 641px) {
  #lp-page .system-content-child p {
    text-align: justify;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child p {
    text-align: justify;
  }
}

@media (min-width: 641px) {
  #lp-page .system-content-child p.center {
    text-align: center;
  }
}

#lp-page .system-content-child picture {
  display: block;
}

@media (min-width: 641px) {
  #lp-page .system-content-child picture {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child picture {
    margin-top: calc(30 / 750 * 100vw);
  }
}

#lp-page .system-content-child picture img {
  margin: auto;
}

#lp-page .system-content-child .wrap > ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap > ol {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap > ol {
    margin-bottom: calc(20 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap > ol li {
  margin-right: 1rem;
}

#lp-page .system-content-child .wrap p.note {
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap p.note {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap p.note {
    margin-top: calc(10 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap .table-area {
  display: block;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area {
    margin-top: 30px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area {
    margin-top: calc(30 / 750 * 100vw);
    font-size: calc(24 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap .table-area table.gr {
  display: block;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-01 {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-01 {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-01 tr.ttl td {
  background-color: #3e975d;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-01 tr.head td {
  background-color: #9cd2af;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-01 tr.head-num {
  color: #3e975d;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-01 tr.head-num td {
  background-color: #9cd2af;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-01 tr td {
  background-color: #d1eedb;
  border: solid 1px #3e975d;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-01 tr td.lft {
  background-color: #afe0c0;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-02 {
    margin-bottom: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-02 {
    margin-bottom: calc(30 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-02 tr.ttl td {
  background-color: #407ea9;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-02 tr.head td {
  background-color: #b2c8d9;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-02 tr.head-num {
  color: #407ea9;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-02 tr.head-num td {
  background-color: #b2c8d9;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-02 tr td {
  background-color: #edf3f8;
  border: solid 1px #718fa5;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-02 tr td.lft {
  background-color: #dee8ef;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr.ttl td {
  background-color: #981e31;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr.head td {
  background-color: #eeaec0;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr.head-num {
  color: #981e31;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr.head-num td {
  background-color: #eeaec0;
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr td {
  background-color: #fae6ec;
  border: solid 1px #981e31;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr td {
    width: 6%;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr td {
    width: 12%;
  }
}

#lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr td.lft {
  background-color: #f9d8e1;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr td.lft {
    width: 12%;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr.tbl-03 tr td.lft {
    width: 20%;
  }
}

#lp-page .system-content-child .wrap .table-area table.gr tr {
  width: 100%;
}

#lp-page .system-content-child .wrap .table-area table.gr tr.ttl {
  color: #ffffff;
  font-weight: 600;
}

#lp-page .system-content-child .wrap .table-area table.gr tr.ttl td {
  text-align: center;
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr.ttl td {
    padding: calc(10 / 750 * 100vw) 0;
    font-size: calc(28 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap .table-area table.gr tr.head {
  line-height: 1.2;
}

#lp-page .system-content-child .wrap .table-area table.gr tr.head td {
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr.head td {
    padding: 3px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr.head td {
    padding: calc(6 / 750 * 100vw) 0;
  }
}

#lp-page .system-content-child .wrap .table-area table.gr tr.head-num td {
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr.head-num td {
    padding: 3px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr.head-num td {
    padding: calc(6 / 750 * 100vw) 0;
  }
}

#lp-page .system-content-child .wrap .table-area table.gr tr td {
  vertical-align: middle;
  text-align: right;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr td {
    width: 8%;
    padding: 3px 20px 3px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr td {
    width: 12.5%;
    padding: calc(6 / 750 * 100vw) calc(20 / 750 * 100vw) calc(6 / 750 * 100vw) 0;
  }
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr td.lft {
    width: 8%;
    padding: 3px 20px 3px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .table-area table.gr tr td.lft {
    width: 15%;
    padding: calc(6 / 750 * 100vw) calc(28 / 750 * 100vw) calc(6 / 750 * 100vw) 0;
  }
}

#lp-page .system-content-child .wrap .bottom {
  width: 100%;
  background-color: #fae4d6;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
    margin-top: 20px;
    padding: 10px 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .bottom {
    display: block;
    margin-top: calc(30 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .bottom picture {
    flex-shrink: 0;
    width: 46px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .bottom picture {
    width: calc(62 / 750 * 100vw);
    margin: auto;
  }
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .bottom div {
    flex-shrink: 0;
    width: 620px;
  }
}

#lp-page .system-content-child .wrap .bottom span {
  color: #ce6c2d;
  font-weight: 600;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .bottom span {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .bottom span {
    font-size: calc(26 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap .bottom ol {
  color: #ce6c2d;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .system-content-child .wrap .bottom ol {
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-content-child .wrap .bottom ol {
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .system-content-child .wrap .bottom ol li {
  padding-left: 1em;
  text-indent: -1em;
}

#lp-page .system-lineup {
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .system-lineup {
    padding: 0 80px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup {
    padding: 0 calc(20 / 750 * 100vw);
  }
}

#lp-page .system-lineup-ttl {
  display: block;
  border-bottom: solid 1px #005a98;
  text-align: center;
  color: #005a98;
  font-weight: 600;
}

@media (min-width: 641px) {
  #lp-page .system-lineup-ttl {
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup-ttl {
    font-size: calc(30 / 750 * 100vw);
  }
}

#lp-page .system-lineup-txt {
  display: block;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .system-lineup-txt {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup-txt {
    margin-top: calc(20 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .system-lineup .table-area {
    width: 100%;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup .table-area {
    overflow: auto;
    white-space: nowrap;
    max-width: 350px;
  }
}

#lp-page .system-lineup table.tbl-04 {
  display: block;
  overflow-x: scroll;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
  table-layout: fixed;
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 {
    margin-top: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 {
    margin-top: calc(30 / 750 * 100vw);
    width: 100%;
    border-collapse: collapse;
  }
}

#lp-page .system-lineup table.tbl-04 tbody {
  display: table;
  -webkit-text-size-adjust: 100%;
}

#lp-page .system-lineup table.tbl-04 tr {
  width: 100%;
}

#lp-page .system-lineup table.tbl-04 tr.head {
  font-weight: 600;
  line-height: 1.2;
}

#lp-page .system-lineup table.tbl-04 tr.head td {
  background-color: #dee8ef;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 tr.head td {
    width: 130px;
    padding: 3px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 tr.head td {
    width: calc(412 / 750 * 100vw);
    padding: calc(6 / 750 * 100vw) 0;
  }
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t01 {
    width: 110px;
    min-width: 110px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t01 {
    width: calc(180 / 750 * 100vw);
    min-width: calc(180 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t02 {
    width: 296px;
    min-width: 296px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t02 {
    width: calc(412 / 750 * 100vw);
    min-width: calc(412 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t03 {
    width: 180px;
    min-width: 180px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t03 {
    width: calc(366 / 750 * 100vw);
    min-width: calc(366 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t04 {
    width: 150px;
    min-width: 150px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 tr.head td.t04 {
    width: calc(240 / 750 * 100vw);
    min-width: calc(240 / 750 * 100vw);
  }
}

#lp-page .system-lineup table.tbl-04 tr.head td span.blue {
  font-weight: 400;
  color: #005a98;
}

#lp-page .system-lineup table.tbl-04 tr.head td span.red {
  color: #db1045;
}

#lp-page .system-lineup table.tbl-04 tr.head td span.min {
  font-weight: 400;
  line-height: 1.1;
  font-size: 0.6em;
}

#lp-page .system-lineup table.tbl-04 tr td {
  background-color: #ffffff;
  border: solid 1px #407ea9;
  vertical-align: middle;
  text-align: left;
  word-break: break-all;
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 tr td {
    padding: 10px 5px;
    font-size: 12px;
    text-align: justify;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 tr td {
    padding: calc(20 / 750 * 100vw);
    font-size: calc(23 / 750 * 100vw) !important;
  }
}

#lp-page .system-lineup table.tbl-04 tr td.odd {
  background-color: #d4eaf9;
  font-weight: 600;
  text-align: center;
}

#lp-page .system-lineup table.tbl-04 tr td.even {
  background-color: #f0f9ff;
  font-weight: 600;
  text-align: center;
}

#lp-page .system-lineup table.tbl-04 tr td span.tag {
  color: #ffffff;
  text-align: center;
  font-weight: 400;
}

@media (min-width: 641px) {
  #lp-page .system-lineup table.tbl-04 tr td span.tag {
    margin-top: 10px;
    border-radius: 35px;
    padding: 3px 10px;
  }
}

@media (max-width: 640px) {
  #lp-page .system-lineup table.tbl-04 tr td span.tag {
    width: calc(134 / 750 * 100vw);
    margin-top: calc(10 / 750 * 100vw);
    border-radius: 35px;
    padding: calc(6 / 750 * 100vw);
  }
}

#lp-page .system-lineup table.tbl-04 tr td span.tag[data-num="01"] {
  background-color: #e02f4a;
}

#lp-page .system-lineup table.tbl-04 tr td span.tag[data-num="02"] {
  background-color: #2f9be0;
}

#lp-page .system-lineup table.tbl-04 tr td span.tag[data-num="03"] {
  background-color: #6fac72;
}

#lp-page .system-lineup table.tbl-04 tr td span.tag[data-num="04"] {
  background-color: #ac8f75;
}

#lp-page .system-lineup table.tbl-04 tr td span.blue {
  font-weight: 400;
  color: #005a98;
}

#lp-page .voice {
  overflow: hidden;
  position: relative;
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .voice {
    padding: 90px 0 60px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice {
    padding: calc(100 / 750 * 100vw) 0 calc(80 / 750 * 100vw);
  }
}

#lp-page .voice::before {
  content: '';
  position: absolute;
  top: -10%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80%;
  background-color: rgba(0, 90, 152, 0.06);
  transform: skewY(-12deg);
  z-index: -1;
}

#lp-page .voice::after {
  content: '';
  position: absolute;
  top: 45%;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60%;
  background-color: rgba(0, 90, 152, 0.06);
  transform: skewY(12deg);
  z-index: -2;
}

#lp-page .voice-block {
  display: block;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .voice-block ol {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: start;
    align-items: start;
  }
}

#lp-page .voice-block ol li {
  flex-shrink: 0;
}

@media (min-width: 641px) {
  #lp-page .voice-block ol li {
    width: 480px;
    padding: 30px 0;
  }
}

#lp-page .voice-box {
  position: relative;
  display: block;
  background-color: #ffffff;
}

@media (min-width: 641px) {
  #lp-page .voice-box {
    padding: 20px 30px;
    outline: solid 2px #005a98;
    outline-offset: -2px;
    border-radius: 10px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-box {
    padding: calc(40 / 750 * 100vw) 0;
    outline: solid calc(4 / 750 * 100vw) #005a98;
    outline-offset: calc(-5 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}

#lp-page .voice-box::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #ffffff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media (min-width: 641px) {
  #lp-page .voice-box::after {
    bottom: -15px;
    width: 30px;
    height: 30px;
    border-top: solid 2px #005a98;
    border-right: solid 2px #005a98;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-box::after {
    bottom: calc(-25 / 750 * 100vw);
    width: calc(50 / 750 * 100vw);
    height: calc(50 / 750 * 100vw);
    border-top: solid calc(4 / 750 * 100vw) #005a98;
    border-right: solid calc(4 / 750 * 100vw) #005a98;
  }
}

#lp-page .voice-box h3 {
  text-align: center;
  font-weight: 600;
  line-height: 1.34;
  color: #005a98;
}

@media (min-width: 641px) {
  #lp-page .voice-box h3 {
    font-size: 20px;
  }
}

#lp-page .voice-box p {
  display: block;
  margin-top: 1em;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .voice-box p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-box p {
    padding: 0 calc(30 / 750 * 100vw);
  }
}

#lp-page .voice-box p span {
  display: inline;
  font-weight: 600;
  color: #38afb9;
}

#lp-page .voice-about {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .voice-about {
    margin-top: 25px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-about {
    margin-top: calc(50 / 750 * 100vw);
  }
}

#lp-page .voice-about-tag {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  color: #005a98;
}

@media (min-width: 641px) {
  #lp-page .voice-about-tag {
    top: 10px;
    right: 50px;
    width: 110px;
    height: 110px;
    padding: 24px 0;
    border: solid 2px #005a98;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-about-tag {
    top: calc(30 / 750 * 100vw);
    right: calc(30 / 750 * 100vw);
    width: calc(174 / 750 * 100vw);
    height: calc(174 / 750 * 100vw);
    padding: calc(40 / 750 * 100vw) 0;
    border: solid calc(3 / 750 * 100vw) #005a98;
  }
}

#lp-page .voice-about picture {
  display: block;
  margin: auto;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .voice-about picture {
    width: 200px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-about picture {
    width: calc(340 / 750 * 100vw);
  }
}

#lp-page .voice-about picture img {
  margin: auto;
}

#lp-page .voice-about-point {
  position: relative;
  z-index: 1;
}

@media (min-width: 641px) {
  #lp-page .voice-about-point {
    top: -30px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-about-point {
    top: calc(-50 / 750 * 100vw);
  }
}

#lp-page .voice-about-point span {
  display: block;
  margin: auto;
  background-color: #ffffff;
  border: solid 1px #4a9dd6;
  text-align: center;
  font-weight: 600;
  color: #4a9dd6;
  z-index: 2;
}

@media (min-width: 641px) {
  #lp-page .voice-about-point span {
    width: 300px;
    border-radius: 35px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-about-point span {
    width: calc(350 / 750 * 100vw);
    border-radius: calc(35 / 750 * 100vw);
  }
}

#lp-page .voice-about-point p {
  position: relative;
  display: block;
  margin: auto;
  background-color: #4a9dd6;
  text-align: center;
  font-weight: 600;
  color: #ffffff;
  z-index: -1;
}

@media (min-width: 641px) {
  #lp-page .voice-about-point p {
    top: -5px;
    width: 95%;
    padding: 5px 0;
    border-radius: 10px;
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .voice-about-point p {
    top: calc(-10 / 750 * 100vw);
    width: 98%;
    padding: calc(10 / 750 * 100vw) 0;
    border-radius: calc(10 / 750 * 100vw);
    font-size: calc(32 / 750 * 100vw);
  }
}

#lp-page .flow {
  display: block;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .flow {
    padding: 90px 0 80px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow {
    padding: calc(100 / 750 * 100vw) 0 calc(100 / 750 * 100vw);
  }
}

#lp-page .flow-txt {
  text-align: center;
}

#lp-page .flow-block {
  display: block;
  width: 100%;
  margin: auto;
}

@media (min-width: 641px) {
  #lp-page .flow-block {
    margin-top: 20px;
  }
}

#lp-page .flow-list {
  display: block;
  width: 100%;
  margin: auto;
}

#lp-page .flow-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

@media (min-width: 641px) {
  #lp-page .flow-list > li:nth-child(1) .flow-list-head-wrap::before {
    height: 90%;
    top: 40%;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list > li:nth-child(1) .flow-list-head-wrap::before {
    height: 90%;
    top: 15%;
  }
}

@media (min-width: 641px) {
  #lp-page .flow-list > li:nth-child(5) .flow-list-head-wrap::before {
    height: 50%;
    top: 0;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list > li:nth-child(5) .flow-list-head-wrap::before {
    height: 20%;
    top: 0;
  }
}

#lp-page .flow-list-head {
  display: table;
  background-color: #005a98;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  z-index: 2;
}

@media (min-width: 641px) {
  #lp-page .flow-list-head {
    width: 120px;
    height: 120px;
    vertical-align: middle;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-head {
    width: calc(92 / 750 * 100vw);
    height: calc(92 / 750 * 100vw);
  }
}

#lp-page .flow-list-head p {
  display: table-cell;
  vertical-align: middle;
}

@media (min-width: 641px) {
  #lp-page .flow-list-head p span {
    font-size: 44px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-head p span {
    font-size: calc(36 / 750 * 100vw);
  }
}

#lp-page .flow-list-head-wrap {
  display: block;
  position: relative;
  flex-shrink: 0;
}

@media (min-width: 641px) {
  #lp-page .flow-list-head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-head-wrap {
    width: calc(92 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
  }
}

#lp-page .flow-list-head-wrap::before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #005a98;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
}

#lp-page .flow-list-contents {
  display: block;
  height: 100%;
  flex-shrink: 0;
  border-bottom: dashed 1px #005a98;
}

@media (min-width: 641px) {
  #lp-page .flow-list-contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 860px;
    padding: 30px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-contents {
    width: calc(548 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw) 0;
  }
}

#lp-page .flow-list-ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}

@media (min-width: 641px) {
  #lp-page .flow-list-ttl {
    position: relative;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-ttl {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
  }
}

#lp-page .flow-list-ttl h3 {
  color: #005a98;
  font-weight: 600;
}

@media (min-width: 641px) {
  #lp-page .flow-list-ttl h3 {
    margin-right: 20px;
    font-size: 28px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-ttl h3 {
    font-size: calc(36 / 750 * 100vw);
  }
}

#lp-page .flow-list-ttl picture {
  display: block;
  flex-shrink: 0;
}

@media (min-width: 641px) {
  #lp-page .flow-list-ttl picture img {
    height: 68px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-ttl picture img {
    height: calc(93 / 750 * 100vw);
  }
}

@media (min-width: 641px) {
  #lp-page .flow-list .flow-list-txt-wrap {
    flex-shrink: 0;
    max-width: 630px;
  }
}

@media (min-width: 641px) {
  #lp-page .flow-list .flow-list-txt-wrap[data-num="05"] {
    max-width: 520px;
  }
}

#lp-page .flow-list > p {
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .flow-list > p {
    padding: 10px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list > p {
    padding: calc(20 / 750 * 100vw) 0;
  }
}

#lp-page .flow-list-info {
  display: block;
  width: 100%;
}

@media (min-width: 641px) {
  #lp-page .flow-list-info {
    padding: 0 30px;
  }
}

#lp-page .flow-list-info-ttl {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 2px #005a98;
  color: #005a98;
  font-weight: 600;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .flow-list-info-ttl {
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 35px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-info-ttl {
    margin-top: calc(20 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
    border-radius: calc(35 / 750 * 100vw);
  }
}

#lp-page .flow-list-info-tel {
  display: block;
  font-weight: 900;
  color: #db1045;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .flow-list-info-tel {
    font-size: 54px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-info-tel {
    font-size: calc(60 / 750 * 100vw);
  }
}

#lp-page .flow-list-info-tel > i {
  font-family: "Font Awesome 6 Free" !important;
  font-weight: 900 !important;
  font-size: 1.7rem !important;
  color: #db1045;
}

@media (min-width: 641px) {
  #lp-page .flow-list-info-tel > i {
    margin-right: 10px;
    font-size: 56px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-info-tel > i {
    margin-right: calc(10 / 750 * 100vw);
  }
}

#lp-page .flow-list-info p {
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .flow-list-info p {
    margin-top: -10px;
    font-size: 13px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-info p {
    font-size: calc(23 / 750 * 100vw);
  }
}

#lp-page .flow-list-box {
  position: relative;
  display: block;
  width: 100%;
  border: dashed 1px #005a98;
}

@media (min-width: 641px) {
  #lp-page .flow-list-box {
    margin-top: 20px;
    padding: 20px 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-box {
    margin-top: calc(30 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw);
  }
}

#lp-page .flow-list-box ol {
  display: block;
}

#lp-page .flow-list-box ol li {
  position: relative;
  background-color: #4a89b7;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .flow-list-box ol li {
    border-radius: 5px;
    padding: 8px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-box ol li {
    border-radius: calc(6 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
  }
}

@media (min-width: 641px) {
  #lp-page .flow-list-box ol li:not(:last-child) {
    margin-bottom: 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-box ol li:not(:last-child) {
    margin-bottom: calc(50 / 750 * 100vw);
  }
}

#lp-page .flow-list-box ol li:not(:last-child)::after {
  font-family: "Font Awesome 6 Free";
  content: "\f07e";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  color: #5e7688;
  font-weight: 800;
  transform: rotate(90deg);
}

@media (min-width: 641px) {
  #lp-page .flow-list-box ol li:not(:last-child)::after {
    bottom: -30px;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-box ol li:not(:last-child)::after {
    bottom: calc(-50 / 750 * 100vw);
    font-size: calc(40 / 750 * 100vw);
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-box ol li:nth-child(1) {
    padding-right: calc(120 / 750 * 100vw);
  }
}

#lp-page .flow-list-box ol li span {
  font-size: 0.4em;
}
@media screen and (max-width: 640px) {
  #lp-page .flow-list-box ol li span {
    font-size: calc(14/640 * 100vw);
  }
}

#lp-page .flow-list-box-circle {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}

@media (min-width: 641px) {
  #lp-page .flow-list-box-circle {
    top: -10px;
    right: -10px;
    width: 140px;
    height: 140px;
    padding: 24px 0;
    border: solid 3px #93dffe;
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-box-circle {
    top: calc(-80 / 750 * 100vw);
    right: calc(-20 / 750 * 100vw);
    width: calc(202 / 750 * 100vw);
    height: calc(202 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) 0;
    border: solid calc(7 / 750 * 100vw) #93dffe;
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .flow-list-box-circle span {
  color: #005a98;
}

@media (min-width: 641px) {
  #lp-page .flow-list-box-circle span {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-box-circle span {
    font-size: calc(36 / 750 * 100vw);
  }
}

#lp-page .flow-list-bgbox {
  background-color: #f0f5f9;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .flow-list-bgbox {
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
  }
}

@media (max-width: 640px) {
  #lp-page .flow-list-bgbox {
    padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
    border-radius: calc(10 / 750 * 100vw);
  }
}

#lp-page .faq {
  display: block;
  margin: auto;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #e8edf1 calc(100% - 1px));
  background-repeat: repeat;
  background-position: center center;
  background-color: #f0f5f9;
}

@media (min-width: 641px) {
  #lp-page .faq {
    padding: 90px 0 80px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq {
    padding: calc(100 / 750 * 100vw) 0 calc(60 / 750 * 100vw);
    background-size: calc(24 / 750 * 100vw) calc(24 / 750 * 100vw);
  }
}

#lp-page .faq dl {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
}

@media (min-width: 641px) {
  #lp-page .faq dl {
    margin: 40px auto;
  }
}

@media (max-width: 640px) {
  #lp-page .faq dl {
    margin: calc(50 / 750 * 100vw) auto;
  }
}

#lp-page .faq-content {
  display: block;
}

@media (min-width: 641px) {
  #lp-page .faq-content {
    margin: 20px auto 0;
    padding: 0 50px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content {
    margin: calc(30 / 750 * 100vw) auto 0;
  }
}

#lp-page .faq-content-parent {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  width: 100%;
  color: #003366;
  font-weight: 700;
  overflow: hidden;
  text-align: left;
  cursor: pointer;
}

@media (min-width: 641px) {
  #lp-page .faq-content-parent {
    padding-right: 30px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-parent {
    padding-right: calc(50 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }
}

#lp-page .faq-content-parent p {
  flex-shrink: 0;
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .faq-content-parent p {
    width: 810px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-parent p {
    width: calc(566 / 750 * 100vw);
  }
}

#lp-page .faq-content-parent .q-head {
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  color: #003366;
  font-weight: 700;
}

@media (min-width: 641px) {
  #lp-page .faq-content-parent .q-head {
    top: -.4rem;
    margin-right: .5rem;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-parent .q-head {
    margin-right: .4rem;
    font-size: calc(32 / 750 * 100vw);
  }
}

#lp-page .faq-content-parent > i {
  position: absolute;
  top: 0;
  display: block;
  margin: auto;
  background-color: #dbc216;
  border-radius: 50%;
  transform: rotate(-180deg);
  transition: .3s;
}

@media (min-width: 641px) {
  #lp-page .faq-content-parent > i {
    right: 10px;
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-parent > i {
    top: calc(0 / 750 * 100vw);
    right: calc(0 / 750 * 100vw);
    width: calc(48 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }
}

#lp-page .faq-content-parent > i::before, #lp-page .faq-content-parent > i::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #ffffff;
  transition: .3s;
}

@media (min-width: 641px) {
  #lp-page .faq-content-parent > i::before, #lp-page .faq-content-parent > i::after {
    width: 20px;
    height: 4px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-parent > i::before, #lp-page .faq-content-parent > i::after {
    width: calc(30 / 750 * 100vw);
    height: 3px;
  }
}

#lp-page .faq-content-parent > i::before {
  transform: rotate(90deg);
}

#lp-page .faq-content-parent.open i::before {
  transform: rotate(-180deg);
}

#lp-page .faq-content-child {
  width: 100%;
  overflow: hidden;
  text-align: left;
  display: none;
}

@media (min-width: 641px) {
  #lp-page .faq-content-child {
    padding: 10px 0px 40px 0px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding: calc(20 / 750 * 100vw) calc(0 / 750 * 100vw) calc(50 / 750 * 100vw) calc(0 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
    line-height: 1.5;
  }
}

#lp-page .faq-content-child div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
}

#lp-page .faq-content-child div .a-head {
  flex-shrink: 0;
  display: inline-block;
  font-weight: 400;
  color: #38afb9;
}

@media (min-width: 641px) {
  #lp-page .faq-content-child div .a-head {
    top: -.4rem;
    margin-right: .5rem;
    font-size: 24px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-child div .a-head {
    margin-right: .4rem;
    font-size: calc(32 / 750 * 100vw);
    font-weight: 700;
  }
}

#lp-page .faq-content-child div p {
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .faq-content-child div p {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  #lp-page .faq-content-child div p {
    font-size: calc(28 / 750 * 100vw);
  }
}

#lp-page .ending {
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) {
  #lp-page .ending {
    margin-top: calc(-81 / 640* 100vw);
  }
}

#lp-page .ending-body {
  display: block;
  margin: auto;
  background-color: #f6f6f6;
}

@media (min-width: 641px) {
  #lp-page .ending-body {
    padding: 40px 0;
  }
}

@media (max-width: 640px) {
  #lp-page .ending-body {
    padding: calc(80 / 750 * 100vw) 0;
  }
}

#lp-page .ending-body-inner {
  display: block;
  width: 100%;
  margin: auto;
}

#lp-page .ending-body-inner > span {
  display: flex;
  text-align: center;
  font-weight: 700;
  align-items: center;
}

#lp-page .ending-body-inner > span::before, #lp-page .ending-body-inner > span::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}

#lp-page .ending-body-inner > span::before {
  margin-right: 1rem;
}

#lp-page .ending-body-inner > span::after {
  margin-left: 1rem;
}

#lp-page .ending-body-inner p {
  text-align: justify;
}

@media (min-width: 641px) {
  #lp-page .ending-body-inner p {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  #lp-page .ending-body-inner p {
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .ending-body-inner a {
  color: #014d81;
  text-decoration: underline;
}

#lp-page .ending-body-inner .footer-campaign {
  margin-bottom: 1rem;
}

@media (min-width: 641px) {
  #lp-page .ending-body-inner .footer-campaign {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  #lp-page .ending-body-inner .footer-campaign {
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .ending-body-inner .footer-campaign span {
  font-weight: 600;
}

#lp-page .ending-body-inner .footer-campaign ol li {
  text-indent: -1em;
  padding-left: 1em;
}

#lp-page .ending-body-box {
  border: solid 1px #db1045;
  text-align: justify;
  word-break: break-all;
}

@media (min-width: 641px) {
  #lp-page .ending-body-box {
    margin-top: 20px;
    padding: 30px;
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  #lp-page .ending-body-box {
    margin-top: calc(30 / 750 * 100vw);
    padding: calc(30 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .ending-body-box .min {
  font-size: 0.7em;
}

#lp-page .ending-body-box p.note {
  margin-top: 1rem;
}

@media (min-width: 641px) {
  #lp-page .ending-body-box p.note {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  #lp-page .ending-body-box p.note {
    font-size: calc(24 / 750 * 100vw);
  }
}

#lp-page .ending-body p.num {
  display: block;
  text-align: right;
}

@media (min-width: 641px) {
  #lp-page .ending-body p.num {
    margin-top: 10px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .ending-body p.num {
    margin-top: calc(20 / 750 * 100vw);
    font-size: calc(22 / 750 * 100vw);
  }
}

#lp-page .ending-company {
  text-align: center;
  font-size: 70%;
}

#lp-page .ending-company p {
  margin-top: .5em;
}

#lp-page .ending-copyright {
  background-color: #014c81;
  color: #ffffff;
  text-align: center;
}

@media (min-width: 641px) {
  #lp-page .ending-copyright {
    padding: 20px;
    font-size: 11px;
  }
}

@media (max-width: 640px) {
  #lp-page .ending-copyright {
    padding: calc(30 / 750 * 100vw) 0;
    font-size: calc(22 / 750 * 100vw);
  }
}

#copyright{
  overflow: hidden; 
}

#lp-page #lp-floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0;
  background: #014c81;
  -webkit-filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  filter: drop-shadow(3px 3px 8px rgba(0, 0, 0, 0.15));
  opacity: 0;
  z-index: 999;
  transition: .4s;
}

@media (min-width: 641px) {
  #lp-page #lp-floating {
    height: 140px;
    padding: 10px;
  }
}

@media (max-width: 640px) {
  #lp-page #lp-floating {
    height: calc(220 / 750 * 100vw);
    padding: calc(10 / 750 * 100vw) 0;
  }
}

#lp-page #lp-floating.show {
  opacity: 1;
  transition: .4s;
}

#lp-page .lb-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

@media only screen and (max-width: 640px) {
  #cms_lay-footer {
    min-width: 320px;
  }
  #lay-footer-inner {
    width: auto;
  }
  #lay-footer-inner #logo-slogan {
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #cms_lay-footer .nav-utility ul {
    width: auto;
    padding: 10px 10px 20px;
  }
  #cms_lay-footer .nav-utility ul li {
    margin-top: 10px;
  }
  #lay-footer-inner ul {
    padding: 0 10px;
  }
  #lay-footer-inner ul li {
    margin-top: 10px;
  }
  #lay-footer-inner #copyright {
    float: none;
    text-align: center;
  }
}

/* ============================
  common
=============================*/

#lp-page main{
  margin: 0;
}

#lp-page .frame{
  position: absolute;
}
#lp-page .notes{
  font-size: 11px;
  color: #777777;
  text-indent: -2.7em;
  padding-left: 2.7em;
  letter-spacing: 0.001em;
  line-height: 1.4em;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #lp-page .notes{
    font-size: calc(22/750 * 100vw);
  }
}

#lp-page .icon-block{
  display: block;
}
@media screen and (min-width: 641px) {
  #lp-page .icon-block{
  margin-left: 10px;
  font-size: 32px;
}
}
@media screen and (max-width: 640px) {
  #lp-page .icon-block {
    margin-left: calc(12/750 * 100vw);
    font-size: calc(40/750 * 100vw);
  }
}

#lp-page .txt-red{
  color: #db1045;
  font-weight: 500;
}

#lp-page .txt-red-2{
  font-size: 15px;
  color: #db1045;
}

/* ============================
  main-visual
=============================*/
#lp-page .main-visual {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 432px;
  margin-bottom: 340px;
}
@media screen and (max-width: 640px) {
  #lp-page .main-visual {
    height: calc(490/750 * 100vw);
    margin: 0 auto 37.3333333333vw;
    margin-bottom: calc(390/750 * 100vw);
  }
}
#lp-page .main-visual .main-visual-ttl {
  font-size: 0;
}

#lp-page .main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}
@media screen and (min-width: 641px)  {
  #lp-page .main-visual__bg {
    height: 1059.2px;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .main-visual-bg {
    height: 132.4vw;
  }
}

#lp-page .main-visual-bg.bg-01 {
  background: url(../img/img_mv_01.png) no-repeat center top/1920px;
}

#lp-page .main-visual-bg.bg-02 {
  background: url(../img/img_mv_02.png) no-repeat center top/1920px;
}

#lp-page .main-visual-bg.bg-03 {
  background: url(../img/img_mv_03.png) no-repeat center top/1920px;
}

@media screen and (max-width: 640px) {
  #lp-page .main-visual-bg.bg-01 {
    background: url(../img/img_mv_01_sp.png) no-repeat center top/100%;
  }
  
  #lp-page .main-visual-bg.bg-02 {
    background: url(../img/img_mv_02_sp.png) no-repeat center top/100%;
  }
  
  #lp-page .main-visual-bg.bg-03 {
    background: url(../img/img_mv_03_sp.png) no-repeat center top/100%;
  }
}

#lp-page .main-visual .slick-initialized .slick-slide{
  margin: 0!important;
}

#lp-page .main-visual .slick-track {
  display: flex;
  width: 1920px;
  height: 580px;
}
@media screen and (max-width: 640px) {
  #lp-page .main-visual .slick-track {
    width: 100%;
    height: calc(620/750 * 100vw);
  }
}


#lp-page .main-visual-inner-ttl02 {
  position: absolute;
  z-index: 100;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  right: 50%;
     width: 100%;
     height: 261px;
  background: url(../img/img_mv_txt_img.png) center/761px auto no-repeat;
}
@media screen and (min-width: 641px) {
  #lp-page .main-visual-inner-ttl02 {
    bottom: -187px;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .main-visual-inner-ttl02 {
    width: calc(710/750 * 100vw);
   height: calc(236/750 * 100vw);
   top: calc(532/750 * 100vw);
    -webkit-transform: translate(50%, 0%);
            transform: translate(50%, 0%);
    background: url(../img/img_mv_txt_img_sp.png) center/100% auto no-repeat;
  }
}

#lp-page .main-visual-inner-ttl01{
width: 602px;
height: auto;
position: absolute;
z-index: 99;
right: 0;
left: 0;
margin: 0 auto;
top: 248px;
}
@media screen and (max-width: 640px) {
  #lp-page .main-visual-inner-ttl01{
    width: calc(600/750 * 100vw);
    top: calc(248/750 * 100vw);
    }
}
#lp-page .mv-ttl-head{
  color: #484b4b;
  font-size: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 900;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 80px;
  height: 50px;
  letter-spacing: 0.09em;
  margin-bottom: 11px;
}
@media screen and (max-width: 640px) {
  #lp-page .mv-ttl-head{
    font-size: calc(30/750 * 100vw);
    border-radius: calc(30/750 * 100vw);
    height: calc(60/750 * 100vw);
    margin-bottom: calc(18/750 * 100vw);
  }
}
#lp-page .mv-ttl-txt{
  text-align: center;
  line-height: 1;
  color: #ffffff;
  font-size: 52px;
  text-shadow: 1px 2px 12px rgba(0, 0, 0, 1);
  font-weight: bold;
  line-height: 1.3em;
  letter-spacing: 0.2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-style: normal;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  #lp-page .mv-ttl-txt{
    font-size: calc(56/750 * 100vw);
    text-shadow: calc(1/750 * 100vw) calc(2/750 * 100vw) calc(12/750 * 100vw) rgba(0, 0, 0, 1);
  }
}
#lp-page .mv-ttl-stxt{
font-size: 36px;
}
@media screen and (max-width: 640px) {
  #lp-page .mv-ttl-stxt{
    font-size:calc(46/750 * 100vw);
    }
}

/* ============================
 cv-btn
=============================*/
#lp-page .cv-btn-pink{
  background: #db1045;
  display: block;
  color: #fff;
  width: 580px;
  height: 110px;
  border-radius: 100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 32px;
  box-shadow: 0px 12px 0px 0px #8b0528;
  transition: 0.2s;
  position: relative;
}
#lp-page .mv-btn{
  margin: 60px auto 40px;
}

@media (max-width: 640px) {
  #lp-page .cv-btn-pink{
    width: calc(666/750 * 100vw);
    height: calc(126/750 * 100vw);
    border-radius: 100px;

    padding: 0 calc(32/750 * 100vw);
    box-shadow: 0px calc(10/750 * 100vw) 0px 0px #8b0528;
  }
  #lp-page .mv-btn{
    margin: calc(64/750 * 100vw) auto;
  }
}

#lp-page .cv-btn-pink:hover{
  opacity: 0.8;
}


#lp-page .cv-btn-pink-txt{
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  padding-left: 1em;
  line-height: 0.9em;
  margin-top: -16px;
}
@media (max-width: 640px) {
  #lp-page .cv-btn-pink-txt{
    margin-top: calc(-10/750 * 100vw);
    font-size: calc(42/750 * 100vw);
  }
}

#lp-page .cv-btn-pink-txt .small{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  #lp-page .cv-btn-pink-txt .small{
    font-size: calc(20/750 * 100vw);
  }
}
#lp-page .cv-btn-pink .fa-solid{
  font-size: 24px;
}
@media (max-width: 640px) {
  #lp-page .cv-btn-pink .fa-solid{
    font-size: calc(32/750 * 100vw);
  }
}
#lp-page .cv-btn-pink-baloon-wrap{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -60%);
}

#lp-page .cv-btn-pink-baloon{
  position: relative;
  color: #db1045;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  background: #ffda3e;
  width: 160px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.001em;
}

#lp-page .cv-btn-pink-baloon:before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  transform: translate(-50%, 0%);
  border: 10px solid transparent;
  border-top: 12px solid #ffda3e;
}

@media (max-width: 640px) {
  #lp-page .cv-btn-pink-baloon{
    font-size: calc(24/750 * 100vw);
    width: calc(190/750 * 100vw);
    height: calc(40/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    padding-left:calc(10/750 * 100vw);
  }

  #lp-page .cv-btn-pink-baloon:before {
    border: calc(10/750 * 100vw) solid transparent;
    border-top: calc(12/750 * 100vw) solid #ffda3e;
  }
}

#lp-page .cv-btn-pink-baloon-stxt{
  margin-left: -4px;
}
@media (max-width: 640px) {
  .cv-btn-pink-baloon-stxt{
    margin-left: calc(-6/750 * 100vw);
  }
}
#lp-page .cv-btn-area{
  margin: 106px auto 74px;
}
@media (max-width: 640px) {
  #lp-page .cv-btn-area{
    margin: 10px auto 7px;
  }
}
#lp-page .mv-bottom {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  top: -0px;
  z-index: 4;
}
@media (max-width: 640px) {
  #lp-page .mv-bottom {
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 641px) {
  #lp-page .mv-bottom p {
    padding: 10px 0;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  #lp-page .mv-bottom p {
    padding: 1.3333333333vw calc(80/750 * 100vw);
    font-size: 2.6666666667vw;
    letter-spacing: -0.05em;
    text-align: left;
  }
}

/* ============================
  reason
=============================*/

#lp-page .reason-intro{
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-intro{
    margin-top: calc(40/750 * 100vw);
  }
}

#lp-page .reason-intro-inner{
  padding: 48px 0;
  position: relative;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-intro-inner{
    max-width: 810px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-intro-inner{
    padding: calc(48/750 * 100vw) 0;
  }
}

#lp-page .reason-intro{
  background: url(../img/bg_about.png) center center / 1920px auto no-repeat;
  text-align: center;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-intro{
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-intro{
    background: url(../img/bg_about_sp.png) center center / 100% auto;
  }
}

#lp-page .reason-intro-ttl{
  font-size: 32px;
  font-weight: 600;
  color: #003366;
  line-height: 1.5em;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-intro-ttl{
    font-size: calc(42/750 * 100vw);
  }
}

#lp-page .reason-intro-ttl-stxt{
  margin-left: -18px;
  margin-right: -18px;
}

@media screen and (max-width: 640px) {
  #lp-page .reason-intro-ttl-stxt{
    margin-left: calc(-18/750 * 100vw);
    margin-right: calc(-18/750 * 100vw);
  }
}

#lp-page .reason-intro-txt{
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-intro-txt{
    font-size: calc(28/750 * 100vw);
  }
}
#lp-page .frame-top{
  left: calc(20/750 * 100vw);
  bottom: 0;
  width: 105px;
  z-index: 0;
}
#lp-page .frame-bottom{
  right: calc(20/750 * 100vw);
  bottom: 0;
  width: 116px;
  z-index: 0;
}
@media screen and (min-width: 641px) {
  #lp-page .frame-top{
    left: 0;
    width: 105px;
    height: auto;
  }
  #lp-page .frame-bottom{
    right: 0;
    width: 116px;
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .frame-top{
    left: calc(20/750 * 100vw);
    bottom: 0;
    width: calc(158/750 * 100vw);
  }
  #lp-page .frame-bottom{
    right: calc(20/750 * 100vw);
    bottom: 0;
    width: calc(175/750 * 100vw);
  }
}

/*reason-content*/

#lp-page .reason-content{
  padding: 0 0 20px 0;
  text-align: center;
  margin-top: -2px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-content{
    padding: 0 0 calc(40/750 * 100vw) 0;
  }
}

#lp-page .reason-content-ttl{
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
  background-color: #003366;
  padding: 40px 0 48px 0;
  margin-top: 72px;
}
#lp-page .reason-content-ttl-stxt{
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-content-ttl{
    font-size: calc(62/750 * 100vw);
    margin-bottom: calc(48/750 * 100vw);
    font-size: calc(62/750 * 100vw);
    margin-bottom: calc(48 / 750* 100vw);
    width: 100%;
    padding: 24px 0 40px 0;
    margin-top: calc(72/750 * 100vw);
  }
  #lp-page .reason-content-ttl-stxt{
    font-size: calc(32/750 * 100vw);
  }
  #lp-page .reason-content-ttl-sstxt{
    font-size: calc(52/750 * 100vw);
  }
}

#lp-page .reason-content-txt{
  margin: 0 auto;
  margin-bottom: 42px;
  max-width: 900px;
  width: 100%;
  font-size: 18px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-content-txt{
    margin-bottom: calc(64/750 * 100vw);
    font-size: calc(26/750 * 100vw);
    max-width: calc(690/750 * 100vw);
  }
}

#lp-page .reason-content-anc-btn-colum{
  display: flex;
  width: 810px;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-content-anc-btn-colum{
    width: calc(670/750 * 100vw);
  }
}
#lp-page .reason-content-anc-btn-colum .frame{
  width: 70px;
  height: auto;
  top: 50%;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-content-anc-btn-colum .frame{
    width: calc(70/750 * 100vw);
  }
}

#lp-page .reason-content-anc-btn{
  width: 400px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-content-anc-btn{
    width: calc(320/750 * 100vw);
  }
}


#lp-page .reason-content .notes{
  width: 800px;
  text-align: left;
  margin-bottom: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-content .notes{
    width: calc(670/750 * 100vw);
    margin: 0 auto;
    margin-bottom: calc(40/750 * 100vw);
  }
}

/*reason-point*/

#lp-page .reason-point-01-01{
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-01-01{
    margin-bottom: calc(100/750 * 100vw);
  }
}

#lp-page .reason-point{
  text-align: center;
}

@media screen and (min-width: 641px) {
  #lp-page .reason-point-01-03{
    padding: 80px 0px 40px 0px;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-01-03{
    margin-top: calc(80/750 * 100vw);
    margin-bottom: calc(160/750 * 100vw);
  }
}

#lp-page .reason-point-ttl-box{
  position: relative;
  text-align: center;
}
#lp-page .frame-ttlbox{
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 400px;
  background-color: #003366;
  border-radius: 10px 10px 0 0;
  height: 80px;
  display: flex;
  justify-content: center;
  padding-top: 16px;
  color: #fff;
  font-weight: 500;
  font-size: 32px;
  top: -70px;
}
@media screen and (max-width: 640px) {
  #lp-page .frame-ttlbox{
    width: calc(430/750 * 100vw);
    border-radius: calc(10/750 * 100vw) calc(10/750 * 100vw) 0 0;
    height: calc(130/750 * 100vw);
    padding-top:calc(16/750 * 100vw);
    font-size: calc(32/750 * 100vw);
    top: calc(-70/750 * 100vw);
  }
}
#lp-page .reason-point-ttl{
  background-color: #003366;
  width: 100%;
  font-size: 36px;
  padding: 40px 0 50px 0;
  color: #fff;
  text-align: center;
  font-weight: 600;
  line-height: 1.2em;
  margin-bottom: 60px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-ttl{
    font-size: calc(52/750 * 100vw);
    padding: calc(48/750 * 100vw) 0 calc(58/750 * 100vw) 0;
    margin-bottom: calc(100/750 * 100vw);
  }
}
#lp-page .reason-point-ssttl::after{
  content: '';
  position: absolute;
  display: block;
  width: 50px;
   height: 1px;
   right: 0;
   left: 0;
   margin: 0 auto;
   top: 90px;
   background-color: #fff;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-ssttl::after{
    width: calc(80/750 * 100vw);
     height:  calc(1/750 * 100vw);
     top:calc(100/750 * 100vw);
  }
} 

#lp-page .reason-point-ttl-stxt{
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-ttl-stxt{
    font-size: calc(32/750 * 100vw);
  }
}

#lp-page .reason-point-sttl-box .reason-point-sttl{
  color:#003366;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-sttl-box .reason-point-sttl{
    font-size:calc(42/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}

#lp-page .reason-point-sttl-box img{
  width: 80px;
  height: auto;
  margin-bottom: 12px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-sttl-box img{
    width: calc(120/750 * 100vw);
    margin-bottom: calc(24/750 * 100vw);
  }
}
#lp-page .frame-ttlbox .reason-point-ssttl{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
  margin-bottom: 32px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 640px) {
  #lp-page .frame-ttlbox .reason-point-ssttl{
    font-size:calc(32/750 * 100vw);
    margin-bottom: calc(40/750 * 100vw);
  }
}
@media screen and (min-width: 641px) {
  #lp-page .reason-point-ssttl .font-Os{
    font-size: 32px;
  }
}

@media screen and (min-width: 641px) {
  #lp-page .reason-point-sttl-txt{
    font-size: 18px;
  }
  
}


#lp-page .reason-point-sttl-txt .txt-red:first-child{
  margin-left: -18px;
  margin-right: -8px;
}
#lp-page .reason-point-sttl-txt .txt-red:nth-child(2){
  margin-right: -8px;
  margin-left: -8px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-sttl-txt .txt-red:first-child{
    margin-left: calc(-18/750 * 100vw);
    margin-right: calc(-8/750 * 100vw);
  }
  #lp-page .reason-point-sttl-txt .txt-red:nth-child(2){
    margin-right: calc(-8/750 * 100vw);
    margin-left:calc(-8/750 * 100vw);
  }
}

#lp-page .reason-point-choice{
  background-color: #f2f2f2;
  padding: 32px 0;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice{
    padding: calc(64/750 * 100vw) 0;
    margin-top: calc(64/750 * 100vw);
  }
}
#lp-page .reason-point-choice .reason-point-choice-ttl{
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice .reason-point-choice-ttl{
    font-size: calc(42/750 * 100vw);
    margin-bottom: calc(70/750 * 100vw);
  }
}

#lp-page .reason-point-choice-content{
  display: flex;
  width: 810px;
  align-items:flex-start;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice-content{
    width: calc(670/750 * 100vw);
  }
}

#lp-page .reason-point-choice-content .reason-point-choice-content-item:nth-child(2){
  padding: 42px 16px 28px 16px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice-content .reason-point-choice-content-item:nth-child(2){
    padding: calc(42/750 * 100vw) calc(16/750 * 100vw) calc(28/750 * 100vw) calc(16/750 * 100vw);
  }
}

#lp-page .reason-point-choice-content .reason-point-choice-content-item:first-child .reason-point-choice-content-item-txt{
  margin-bottom:57px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice-content .reason-point-choice-content-item:first-child .reason-point-choice-content-item-txt{
    margin-bottom: calc(64/750 * 100vw);
  }
}

#lp-page .reason-point-choice-content .reason-point-choice-content-item:nth-child(2) .reason-point-choice-content-item-txt{
  margin-bottom: 23px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice-content .reason-point-choice-content-item:nth-child(2) .reason-point-choice-content-item-txt{
    margin-bottom: calc(40/750 * 100vw);
    letter-spacing: 0.001em;
    font-size: calc(25/750 * 100vw);
  }
}

#lp-page .reason-point-choice-content-item{
  width: 400px;
  background-color: #fff;
  border-radius: 10px;
  border: solid #c9caca 2px;
  position: relative;
  padding: 42px 32px 32px 32px;
  height: 274px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice-content-item{
    width: calc(320/750 * 100vw);
    border-radius: calc(10/750 * 100vw);
    border: solid #c9caca calc(4/750 * 100vw);
    padding: calc(42/750 * 100vw) calc(32/750 * 100vw) calc(48/750 * 100vw) calc(32/750 * 100vw);
    height: calc(392/750 * 100vw);
  }
}

#lp-page .reason-point-choice-content-item-ttl{
  background-color: #003366;
  border-radius: 100px;
  font-size: 22px;
  font-weight: 600;
  color: #eeeeee;
  width: 180px;
  position: absolute;
  top: -24px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-point-choice-content-item-ttl{
    width: 180px;
    padding: 10px 0 14px 0;
    line-height: 1em;
    letter-spacing: 0.07em;
    font-weight: 500;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice-content-item-ttl{
    font-size: calc(32/750 * 100vw);
    width: calc(255/750 * 100vw);
    top: calc(-30/750 * 100vw);
  }
}

#lp-page .reason-point-choice-content-item-txt{
  font-size: 18px;
  text-align: left;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-point-choice-content-item-txt{
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-choice-content-item-txt{
    font-size: calc(27/750 * 100vw);
  }
}


#lp-page .reason-point-number{
  width: 120px;
  height: 120px;
  border: #003366 3px solid;
  color: #003366;
  border-radius: 100px;
  line-height: 1.8em;
  padding-top: 17px;
  margin: 0 auto;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-number{
    width: calc(120/750 * 100vw);
    height:calc(120/750 * 100vw);
    border: #003366 calc(5/750 * 100vw) solid;
    border-radius: calc(100/750 * 100vw);;
    padding-top: calc(17/750 * 100vw);
    margin-bottom: calc(20/750 * 100vw);
    line-height: 1.01em;
  }
}
#lp-page .reason-point-number::before{
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  top: -3px;
  left: 31px;
  transform: rotate(-26deg);
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-number::before{
    width: calc(12/750 * 100vw);
    height:calc(12/750 * 100vw);
    top:calc(-3/750 * 100vw);
    left: calc(31/750 * 100vw);
  }
}

#lp-page .reason-point-number::after{
  content: "";
  width: 12px;
  height: 12px;
  background-color: #fff;
  position: absolute;
  bottom: 2px;
  right: 21px;
  transform: rotate(-26deg);
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-number::after{
    width: calc(12/750 * 100vw);
    height:calc(12/750 * 100vw);
    bottom: calc(2/750 * 100vw);
    right:calc(21/750 * 100vw);
  }
}


#lp-page .reason-point-number-stxt{
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-number-stxt{
    font-size: calc(20/750 * 100vw);
  }
}
#lp-page .reason-point-number-txt{
  font-size: 42px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-number-txt{
    font-size: calc(42/750 * 100vw);
  }
}



#lp-page .color-blue{
  color: #003366;
  font-size: 16px;
  padding-right: 5px;
}
@media screen and (max-width: 640px) {
  #lp-page .color-blue{
    font-size: calc(20/750 * 100vw);
    padding-right: calc(5/750 * 100vw);
  }
}

/*reason-point-02*/

#lp-page .reason-point-02{
  padding-top: 80px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02{
    padding-top:calc(80/750 * 100vw);
  }
}

#lp-page .reason-point-02 .reason-point-ttl{
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02 .reason-point-ttl{
    margin-bottom: calc(72/750 * 100vw);
  }
}

#lp-page .reason-point-02-content{
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02-content{
    max-width: calc(590/750 * 100vw);
  }
}

#lp-page .reason-point-02-content .frame{
  top: 0;
  right: -30px;
  width: 300px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02-content .frame{
    width: calc(169/750 * 100vw);
    right: calc(-50/750 * 100vw);
  }
}

#lp-page .reason-point-02-content-ttl{
  font-weight: 700;
  color: #db1045;
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02-content-ttl{
    font-size: calc(30/750 * 100vw);
    margin-bottom: calc(12/750 * 100vw);
  }
}

#lp-page .reason-point-02-content-img{
  width: 800px;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02-content-img{
    width: calc(590/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
  }
}

#lp-page .reason-point-02-content .notes{
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-point-02-content .notes{
    width: 600px;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02-content .notes{
    margin-bottom: calc(60/750 * 100vw);
  }
}


#lp-page .reason-point-02-content-txt{
  font-size: 32px;
  font-weight: 600;
  color: #003366;
  line-height: 1.2em;
  margin-bottom: 24px;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-point-02-content-txt{
    line-height: 1.1em;
  }
}
#lp-page .reason-point-02-content-stxt{
  font-size: 24px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02-content-txt{
    font-size: calc(48/750 * 100vw);
    margin-bottom: calc(24/750 * 100vw);
  }
  #lp-page .reason-point-02-content-stxt{
    font-size:calc(32/750 * 100vw);
  }
}

#lp-page .reason-point-02-content-txt-img{
  width: 47px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-point-02-content-txt-img{
    width: 30px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-point-02-content-txt-img{
    width:calc(47/750 * 100vw);
    margin-bottom: calc(45/750 * 100vw);
  }
}
#lp-page .reason-date{
  width: 169px;
  height: 181px;
  position: absolute;
  right: 45px;
  top: -17px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date{
    width: calc(169/750 * 100vw);
    height: calc(181/750 * 100vw);
    right:calc(-60/750 * 100vw);
    top: calc(-17/750 * 100vw);
  }
}
#lp-page .reason-date-number{
  width: 169px;
  height: 181px;
  background: url(../img/bg_data.png) center/169px auto no-repeat;
  position: relative;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-date-number{
    background: url(../img/bg_data.png) center/169px auto no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number{
    width: calc(169/750 * 100vw);
    height: calc(181/750 * 100vw);
    background: url(../img/bg_data.png) center/calc(169/750 * 100vw) auto no-repeat;
  }
}
#lp-page .reason-date-number-txt-01{
  position: absolute;
  font-size: 17px;
  top: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #005998;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-01{
    font-size: calc(17/750 * 100vw);
    top: calc(32/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-02{
  position: absolute;
  font-size: 84px;
  top: 34px;
  right: 37px;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-02{
    font-size: calc(84/750 * 100vw);
    top: calc(34/750 * 100vw);
    right: calc(37/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-03{
  position: absolute;
  font-size: 38px;
  top: 58px;
  right: -82px;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-03{
    font-size: calc(38/750 * 100vw);
    top: calc(58/750 * 100vw);
    right: calc(-82/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-04{
  position: absolute;
  font-size: 35px;
  top: 96px;
  right: -88px;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-04{
    font-size: calc(35/750 * 100vw);
    top: calc(96/750 * 100vw);
    right: calc(-88/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-05{
  position: absolute;
  font-size: 12px;
  top: 146px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-05{
    font-size: calc(12/750 * 100vw);
    top: calc(146/750 * 100vw);
  }
}

/* ============================
  cv-btn-life
=============================*/

#lp-page .cv-btn-life{
  background-color: #fff4c5;
  padding: 60px 0;
}
@media screen and (max-width: 640px) {
  #lp-page .cv-btn-life{
    padding: calc(60/750 * 100vw) 0 calc(40/750 * 100vw) 0;
  }
}
@media screen and (min-width: 641px) {
  #lp-page .cv-btn-life .cv-btn-pink-txt{
    font-size: 28px;
    margin-top: -12px;
  }
  
}

  #lp-page .cv-btn-life .mv-btn{
    margin-top: 0;
    margin-bottom: 0;
  }
@media screen and (max-width: 640px) {
  #lp-page .cv-btn-life .mv-btn{
    margin-top: 0;
    margin-bottom: 0;
  }
}
#lp-page .cv-btn-life .cv-btn-pink-txt{
  line-height: 1.1em;
}
@media screen and (max-width: 640px) {
  #lp-page .cv-btn-life .cv-btn-pink-txt{
    font-size: calc(32/750 * 100vw);
  }
}



/* ============================
  slider
=============================*/
#lp-page .slick-initialized .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 640px) {
  #lp-page .slick-initialized .slick-slide {
    margin: 0 calc(10/640 * 100vw);
  }
}

#lp-page .z-5-slide-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  bottom: -20px;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #lp-page .z-5-slide-dots {
    bottom: calc(-80/750 * 100vw);
    gap: calc(16/750 * 100vw);
  }
}

#lp-page .z-5-slide-dots li {
  width: 16px;
  height: 16px;
  background: #fff;
  border: 3px solid #003366;
  border-radius: 50%;
}
@media screen and (max-width: 640px) {
  #lp-page .z-5-slide-dots li {
    width: calc(20/750 * 100vw);
    height: calc(20/750 * 100vw);
    border: calc(3/750 * 100vw) solid #003366;
    border-radius: 100px;
  }
}

#lp-page .z-5-slide-dots li button {
  display: none;
}

#lp-page .z-5-slide-dots li.slick-active {
  background: #003366;
}

  #lp-page .case-list {
    width: 1000px;
    height: auto;
    margin: 0 auto;
  }

@media screen and (max-width: 640px) {
  #lp-page .case-list {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

/*case-slider*/

@media screen and (max-width: 640px) {
  #lp-page .case-list-item {
    width: calc(590/750 * 100vw);
    margin: 0 calc(16/750 * 100vw)!important;
  }
}

@media screen and (max-width: 640px) {
  #lp-page .case-list{
    margin-bottom: calc(160/750 * 100vw)!important;
  }
}

#lp-page .case-list .slick-next {
  right: -50px;
  left: auto;
  top: 40%;
  border-radius: 50%;
  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: 640px) {
  #lp-page .case-list .slick-next {
    right: calc(40/750 * 100vw);
  }
}

#lp-page .case-list .slick-next:before {
    position: relative;
    right: .6rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 4rem;
    color: #6291b2;
    right: -1rem;
    position: relative;
}

@media screen and (max-width: 640px) {
  #lp-page .case-list .slick-next:before {
    font-size: calc(120/750 * 100vw);
  }
}
#lp-page .case-list .slick-prev {
  left: -50px;
  right: auto;
  top: 40%;
  z-index: 5;
  border-radius: 50%;
  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: 640px) {
  #lp-page .case-list .slick-prev {
    left: calc(40/750 * 100vw);
  }
}

#lp-page .case-list .slick-prev:before {
  font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0d9";
    font-size: 4rem;
    color: #6291b2;
    z-index: 1000;
    left: -1rem;
    position: relative;
}

@media screen and (max-width: 640px) {
  #lp-page .case-list .slick-prev:before {
    font-size: calc(120/750 * 100vw);
  }
}
#lp-page .case-list .slick-prev.slick-disabled,
#lp-page .case-list .slick-next.slick-disabled {
  opacity: 0;
}

#lp-page .case-list .slick-prev.slick-disabled:before,
#lp-page .case-list .slick-next.slick-disabled:before {
  opacity: 1;
}

#lp-page .type-list .slick-next {
  right: 50px;
  left: auto;
  top: 50%;
  border-radius: 50%;
  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: 640px) {
  #lp-page .type-list .slick-next {
    right: calc(30/640 * 100vw);
  }
}

#lp-page .type-list .slick-next:before {
    position: relative;
    right: .6rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0da";
    font-size: 4rem;
    color: #6291b2;
    right: -1rem;
    position: relative;
}

@media screen and (max-width: 640px) {
  #lp-page .type-list .slick-next:before {
    font-size: calc(120/750 * 100vw);
  }
}
#lp-page .type-list .slick-prev {
  left: -50px;
  right: auto;
  top: 50%;
  z-index: 5;
  border-radius: 50%;
  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: 640px) {
  #lp-page .type-list .slick-prev {
    left: calc(30/640 * 100vw);
  }
}

#lp-page .type-list .slick-prev:before {
  font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f0d9";
    font-size: 4rem;
    color: #6291b2;
    z-index: 1000;
    left: -1rem;
    position: relative;
}

@media screen and (max-width: 640px) {
  #lp-page .type-list .slick-prev:before {
    font-size: calc(120/750 * 100vw);
  }
}
#lp-page .type-list .slick-prev.slick-disabled,
#lp-page .type-list .slick-next.slick-disabled {
  opacity: 0;
}

#lp-page .type-list .slick-prev.slick-disabled:before,
#lp-page .type-list .slick-next.slick-disabled:before {
  opacity: 1;
}

@media screen and (max-width: 640px) {
  #lp-page .type-list .z-5-slide-dots{
    bottom: calc(-42 / 750* 100vw);
  }
}


/*case*/
#lp-page .case-list-content{
  margin-top: 40px;
  background-color: #f2f2f2;
  padding: 48px 0 100px 0;
}
@media screen and (max-width: 640px) {
  #lp-page .case-list-content{
    margin-top: calc(66/750 * 100vw);
    padding: calc(46/750 * 100vw) 0;
  }
}
#lp-page .case-list-ttl{
  width: 630px;
  margin: 0 auto;
  margin-bottom:56px;
}
@media screen and (max-width: 640px) {
  #lp-page .case-list-ttl{
    width: calc(470/750 * 100vw);
    margin-left: calc(126/750 * 100vw);
    margin-bottom: calc(50/750 * 100vw);
  }
}

@media screen and (min-width: 641px) {
  #lp-page .case-list-content .z-5-slide-dots{
    bottom: -60px;
  }
  #lp-page .case-list-content .z-5-slide-dots li{
    width: 16px;
    height: 16px;
  }
}

/*case-list*/
#lp-page .mt0{
  margin-top: 0!important;
}

#lp-page .case-list-item-contents {
  background-color: #ffffff;
  border-radius: calc(10/750 * 100vw);
  border: solid #c9caca calc(4/750 * 100vw);
  position: relative;
  padding-top: calc(196/750 * 100vw);
  padding-bottom: calc(36/750 * 100vw);
  height: calc(730/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-contents {
    border-radius: 5px;
    border: solid #c9caca 2px;
    padding-top: 98px;
    padding-bottom: 18px;
    height: 385px;
    width: 320px;
  }
}
#lp-page .case-save{
  background-color: #3e975d;
}
#lp-page .case-receive{
  background-color: #003366;
}
#lp-page .case-list-item-ttl{
  color: #ffffff;
  display: flex;
  align-items: center;
  height: calc(174/750 * 100vw);
  border-radius:calc(10/750 * 100vw) calc(10/750 * 100vw) 0 0 ; 
  margin-bottom: calc(40/750 * 100vw);
  position: absolute;
  top: calc(-4/750 * 100vw);
  width:calc(589/750 * 100vw);
  left:calc(-3/750 * 100vw);
  padding-left: calc(40/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-ttl{
    height: 87px;
    border-radius:5px 5px 0 0 ; 
    margin-bottom: 20px;
    top:-2px;
    width:320px;
    left:-2.5px;
    padding-left:20px;
  }
}
#lp-page .case-list-item-category{
  font-size:calc(24/750 * 100vw);
  color: #3e975d;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(32/750 * 100vw);
  width:calc(108/750 * 100vw);
  border-radius:calc(16/750 * 100vw);
  font-weight: 700;
  padding-bottom:calc(1/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-category{
    font-size:12px;
    height: 16px;
    width:54px;
    border-radius:8px;
    padding-bottom:1px;
  }
}
#lp-page .case-receive .case-list-item-category{
  color: #003366;
}

#lp-page .case-list-item-ttl-num{
  margin-top: calc(16/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-ttl-num{
    margin-top: 8px;
  }
}
#lp-page .case-list-item-ttl-num-txt{
  font-size: calc(22/750 * 100vw);
  letter-spacing: 0.08em;
  margin-top: calc(-6/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-ttl-num-txt{
    font-size:11px;
    margin-top: -3px;
  }
}
#lp-page .case-list-item-ttl-num-txt span{
  font-size: calc(52/750 * 100vw);
  padding-left: calc(3/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-ttl-num-txt span{
    font-size: 26px;
    padding-left: 1.5px;
  }
}
#lp-page .case-list-item-ttl-txt{
  font-size: calc(37/750 * 100vw);
  text-align: left;
  line-height: 1.5em;
  font-weight: 500;
  padding-left: calc(26/750 * 100vw);
  letter-spacing: 0.01em;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-ttl-txt{
    font-size: 19px;
    padding-left: 13px;
  }
}
#lp-page .case-list-item-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(510/750 * 100vw);
  margin: 0 auto;
  margin-bottom: calc(32/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-content{
    width: 255px;
    margin-bottom:16px;
  }
}
#lp-page .case-list-item-img{
  width: calc(216/750 * 100vw);
  height: auto;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-img{
    width: 108px;
  }
}
#lp-page .case-list-item-content-bloon{
  border: solid #c9caca calc(4/750 * 100vw);
  width: calc(255/750 * 100vw);
  height: calc(180/750 * 100vw);
  border-radius:calc(10/750 * 100vw) ;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-content-bloon{
    border: solid #c9caca 2px;
    width:127px;
    height: 90px;
    border-radius:5px ;
  }
}
#lp-page .case-list-item-content-bloon:before{
  content: '';
  position: absolute;
  top: 50%;
  left: calc(-23/750 * 100vw);
  margin-top: calc(-9/750 * 100vw);
  border: calc(12/750 * 100vw) solid transparent;
  border-right:calc(12/750 * 100vw) solid #ffffff;
  z-index: 2;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-content-bloon:before{
    left: -10px;
    margin-top:-5px;
    border: 6px solid transparent;
    border-right:6px solid #ffffff;
  }
}
#lp-page .case-list-item-content-bloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(-30/750 * 100vw);
  margin-top: calc(-12/750 * 100vw);
  border: calc(14/750 * 100vw) solid transparent;
  border-right:  calc(14/750 * 100vw) solid #c9caca;
  z-index: 1;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-content-bloon:after {
    left: -13px;
    margin-top:-6px;
    border: 7px solid transparent;
    border-right:  7px solid #c9caca;
  }
}
#lp-page .case-list-item-content-bloon-txt{
  font-size: calc(28/750 * 100vw);
  font-weight: 700;
  line-height: 1.5em;
  color: #4b4c58;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-content-bloon-txt{
    font-size: 14px;
  }
}
#lp-page .case-list-item-main-txt-contents{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(30/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-main-txt-contents{
    margin-bottom: 15px;
  }
}
#lp-page .case-list-item-main-txt-box{
  background-color: #fff3df;
  color: #db1045;
  font-size: calc(28/750 * 100vw);
  font-weight: 700;
  width: calc(334/750 * 100vw);
  height: calc(139/750 * 100vw);
  border-radius: calc(10/750 * 100vw);
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
 margin-right: calc(18/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-main-txt-box{
    font-size: 14px;
    width:163px;
    height:69px;
    border-radius:5px;
   margin-right:9px;
  }
}
#lp-page .case-list-item-main-txt{
  color: #4b4c58;
  font-weight: 700;
  font-size: calc(28/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-main-txt{
    font-size: 14px;
  }
}
#lp-page .case-list-item-sub-txt{
  font-size: calc(28/750 * 100vw);
  font-weight: 700;
  color: #4b4c58;
  line-height: 1.5em;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-sub-txt{
    font-size: 14px;
  }
}
#lp-page .case-content-notes{
  font-size: calc(22/750 * 100vw);
  color: #777777;
  text-indent: -2.5em;
  padding-left: 2.8em;
  text-align: left;
  margin-top: calc(26/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-content-notes{
    font-size: 11px;
    margin-top: 13px;
    width: 295px;
  }
} 
#lp-page .case-content-txt-notes{
  font-size: calc(22/750 * 100vw);
  color: #777777;
  text-align: center; 
  margin-top: calc(32/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-content-txt-notes{
    font-size:11px;
    margin-top:16px;
  }
}

/*case-02 */
#lp-page .case-02 .case-list-item-main-txt-box{
  width: calc(177/750 * 100vw);
  height: calc(100/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-02 .case-list-item-main-txt-box{
    width: 86px;
    height:59px;
  }
}
#lp-page .case-02 .case-list-item-img{
  width: calc(188/750 * 100vw);
  height: calc(210/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-02 .case-list-item-img{
    width: 88px;
    height: 105px;
  }
}
#lp-page .case-02 .case-list-item-main-txt-contents{
  margin-bottom: calc(16 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-02 .case-list-item-main-txt-contents{
    margin-bottom: 8px;
  }
}
#lp-page .case-02 .case-content-txt-notes{
  margin-top: calc(11 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-02 .case-content-txt-notes{
    margin-top:5px;
  }
}
#lp-page .case-list-item-content-bloon-bottom{
  font-size: calc(28/750 * 100vw);
  color: #4b4c58;
  text-align: center; 
  margin-bottom: calc(20/750 * 100vw);
  font-weight: 700;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-content-bloon-bottom{
    font-size:14px;
    margin-bottom: 10px;
  }
}
#lp-page .case-list-item-contents sup{
  font-size: calc(24/750 * 100vw);
  font-weight: 300;
}
@media screen and (min-width: 641px) {
  #lp-page .case-list-item-contents sup{
    font-size:12px;
  }
}

/*case-03 */
#lp-page .case-03 .case-list-item-img{
  width: calc(226/750 * 100vw);
  height: calc(210/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-03 .case-list-item-img{
    width: 113px;
    height: 105px;
  }
}
#lp-page .case-03 .case-list-item-content{
  margin-bottom: calc(19 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-03 .case-list-item-content{
    margin-bottom: 10px;
  }
}
#lp-page .case-03 .case-list-item-content-bloon-bottom{
  margin-bottom: calc(10 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-03 .case-list-item-content-bloon-bottom{
    margin-bottom: 5px;
  }
}
#lp-page .case-03 .case-list-item-main-txt-contents{
margin-bottom: 0;
}
#lp-page .case-03 .case-content-txt-notes{
  margin-top: calc(10 / 750* 100vw);
  text-indent: -2.1em;
    padding-left: 1.9em;
}
@media screen and (min-width: 641px) {
  #lp-page .case-03 .case-content-txt-notes{
    margin-top:5px;
  }
}

/*case-04 */
#lp-page .case-04 .case-list-item-img{
  width: calc(140/750 * 100vw);
  margin-left: calc(32/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-04 .case-list-item-img{
    width: 70px;
    margin-left:16px;
  }
}

#lp-page .case-04 .case-list-item-main-txt-contents{
  display: block;
}
#lp-page .case-04 .case-list-item-main-txt-box{
  margin: 0 auto;
  width: calc(510/750 * 100vw);
  height: calc(133/750 * 100vw);
  font-size: calc(32 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-04 .case-list-item-main-txt-box{
    width:255px;
    height: 66px;
    font-size: 16px;
  }
}
#lp-page .case-04 .case-list-item-main-txt{
  margin-top: calc(11/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-04 .case-list-item-main-txt{
    margin-top: 5px;
  }
}

/*case-05*/
#lp-page .case-05 .case-list-item-main-txt-box{
  width: calc(190/750 * 100vw);
  height: calc(104/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-05 .case-list-item-main-txt-box{
    width: 95px;
    height:52px;
  }
}
#lp-page .case-05 .case-list-item-main-txt-contents{
  position: relative;
}
#lp-page .case-05 sup{
  position: absolute;
  right: calc(44/750 * 100vw);
  top:  calc(-1/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-05 sup{
    right:40px;
    top:  -1px;
  }
}
#lp-page .case-05 .case-list-item-sub-txt{
  font-size: calc(26 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-05 .case-list-item-sub-txt{
    font-size:13px;
  }
}

/*case-06*/
#lp-page .case-06 .case-list-item-img{
  width: calc(185/750 * 100vw);
  height: calc(210/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-06 .case-list-item-img{
    width: 92px;
    height: 105px;
  }
}
#lp-page .case-06 .case-list-item-content-bloon-bottom{
margin-top: calc(32/750 * 100vw);
line-height: 1.5em;
}
@media screen and (min-width: 641px) {
  #lp-page .case-06 .case-list-item-content-bloon-bottom{
    margin-top:16px;
    }
}
#lp-page .case-06 .case-list-item-main-txt-box{
width: calc(510/750 * 100vw);
height: calc(152/750 * 100vw);
margin: 0 auto;
}
@media screen and (min-width: 641px) {
  #lp-page .case-06 .case-list-item-main-txt-box{
    width: 255px;
    height:76px;
    }
}

/*case-07*/
#lp-page .case-07 .case-list-item-main-txt-contents{
  display: block;
  position: relative;
}
#lp-page .case-07 .case-list-item-main-txt-box {
  width: calc(510 / 750* 100vw);
  height: calc(110 / 750* 100vw);
  margin: 0 auto;
  margin-bottom: calc(14/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .case-07 .case-list-item-main-txt-box {
    width: 255px;
    height:55px;
    margin-bottom: 7px;
  }
}
#lp-page .case-07 sup{
  position: absolute;
}
@media screen and (min-width: 641px) {
  #lp-page .case-07 sup{
    top:9px;
    right: 47px;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .case-07 sup{
    top: calc(13 / 640* 100vw);
    right: calc(67/750 * 100vw);
  }
}

/*case-08*/
#lp-page .case-08 .case-list-item-main-txt-box{
  width: calc(510/750 * 100vw);
  height: calc(150/750 * 100vw);
  margin: 0 auto;
  }
  @media screen and (min-width: 641px) {
    #lp-page .case-08 .case-list-item-main-txt-box{
      width: 255px;
      height:75px;
      }
  }

  /*case-09*/
  #lp-page .case-09 .case-list-item-main-txt-contents{
    display: block;
    position: relative;
  }
  #lp-page .case-09 .case-list-item-main-txt-box{
    width: calc(510/750 * 100vw);
    height: calc(234/750 * 100vw);
    margin: 0 auto;
    }
    @media screen and (min-width: 641px) {
      #lp-page .case-09 .case-list-item-main-txt-box{
        width: 255px;
        height:117px;
        }
    }
  #lp-page .case-09 sup{
    position: absolute;
    bottom: calc(33 / 750* 100vw);
    right: calc(134 / 750* 100vw);
  }
  @media screen and (min-width: 641px) {
    #lp-page .case-09 sup{
      top: 79px;
      right: 80px;
    }
  }

    /*case-10*/
    #lp-page .case-10 .case-list-item-main-txt-contents{
      display: block;
      position: relative;
    }
    #lp-page .case-10 .case-list-item-main-txt-box{
      width: calc(510/750 * 100vw);
      height: calc(234/750 * 100vw);
      margin: 0 auto;
      }
      @media screen and (min-width: 641px) {
        #lp-page .case-10 .case-list-item-main-txt-box{
          width: 255px;
          height:117px;
          }
      }
    #lp-page .case-10 sup{
      position: absolute;
      bottom: calc(52 / 750* 100vw);
      right: calc(99 / 750* 100vw);
    }
    @media screen and (min-width: 641px) {
      #lp-page .case-10 sup{
        top: 70px;
        right: 59px;
      }
    }
  

  /*type-list-item*/
  #lp-page .type-list{
    margin-top: calc(80/750 * 100vw);
  }
  @media screen and (min-width: 641px) {
    #lp-page .type-list{
      display: flex;
      max-width: 1200px;
      justify-content: space-between;
      width: 100%;
      margin: 0 auto;
      margin-top: 60px;
      margin-bottom: 80px;
    }
  }
  #lp-page .type-list-item{
    position: relative;
    border: solid calc(4/750 * 100vw) #e6598b;
    border-radius: calc(10/750 * 100vw);
    width: calc(670/750 * 100vw);
    height: calc(705/750 * 100vw)!important;
  }
  @media screen and (min-width: 641px) {
    #lp-page .type-list-item{
      border: solid 2px #e6598b;
      border-radius:5px;
      width: 287px;
      height: 321px!important;
    }
  }
  #lp-page .type-img{
    position: absolute;
    right: calc(36/750 * 100vw);
    bottom: 0;
    width: calc(212/750 * 100vw);
  }
  @media screen and (min-width: 641px) {
    #lp-page .type-img{
      right: 3px;
      width: 90px;
    }
  }
  #lp-page .type-list-ttl{
   width:calc(667/750 * 100vw);
   height:calc(98/750 * 100vw);
   border-radius: calc(10/750 * 100vw) calc(10/750 * 100vw) 0 0;
   display: flex;
   align-items: center;
   justify-content: center;
   background-color: #e6598b;
   color: #ffffff; 
   position: absolute;
   top:calc(-5/750 * 100vw);
   left: -1px;
  }
  @media screen and (min-width: 641px) {
    #lp-page .type-list-ttl{
      width: 285px;
      height: 47px;
      border-radius: 6px 6px 0 0;
      top: -2px;
      left: -1px;
     }
  }
  #lp-page .type-list-category{
    font-size: calc(32/750 * 100vw);
  }
  @media screen and (min-width: 641px) {
    #lp-page .type-list-category{
      font-size:14px;
    }
  }
  #lp-page .type-list-category-mold-txt{
    font-size: calc(42/750 * 100vw);
    font-weight: 600;
  }
  @media screen and (min-width: 641px) {
    #lp-page .type-list-category-mold-txt{
      font-size: 20px;
    }
  }
#lp-page .type-list-category-mold{
  display: flex;
  align-items: center;
}
#lp-page .type-list-category-mold-icon{
  width: calc(22/750 * 100vw);
  height: auto;
  margin: 0 calc(18/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-icon{
    width: 11px;
    margin: 0 9px;
  }
}
#lp-page .type-list-category-mold-contents{
  width: calc(600/750 * 100vw);
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: calc(164/750 * 100vw);
  margin-bottom: calc(24/750 * 100vw);
  justify-content: space-between;
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-contents{
    width: 225px;
    margin-top: 80px;
    margin-bottom: 20px;
  }
}
#lp-page .type-list-category-mold-contents-txt{
  font-size: calc(28/750 * 100vw);
  color: #4b4c58;
  width: calc(285/750 * 100vw);
  height: calc(52/750 * 100vw);
  border-radius: calc(26/750 * 100vw);
  background-color: #ffdce9;
  margin-bottom: calc(16/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-contents-txt{
    font-size: 12px;
    width: 108px;
    height: 24px;
    border-radius: 13px;
    margin-bottom: 8px;
  }
}
#lp-page .type-list-category-mold-qa-txt{
  color: #e6598b;
  font-size: calc(32/750 * 100vw);
  font-weight: 600;
  position: relative;
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-qa-txt{
    font-size:14px;
  }
}
#lp-page .type-list-category-mold-qa-txt::after{
  position: absolute;
  width: calc(130/750 * 100vw);
  height: calc(4/750 * 100vw);
  content: '';
left: calc(40/750 * 100vw);
background-color: #c9caca;
top: 0;
bottom: 0;
margin: auto 0;
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-qa-txt::after{
    width: 54px;
    height: 2px;
  left: 20px;
  }
}
#lp-page .type-list-category-mold-qa-txt::before{
  position: absolute;
  width: calc(130/750 * 100vw);
  height: calc(4/750 * 100vw);
  content: '';
  right: calc(40/750 * 100vw);
  background-color: #c9caca;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-qa-txt::before{
    width: 54px;
    height: 2px;
    right: 20px;
  }
}
#lp-page .type-list-category-mold-qa-content{
  width: calc(320/750 * 100vw);
  margin-left: calc(40/750 * 100vw);
  margin-top: calc(24/750 * 100vw);
  text-align: left;
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-qa-content{
    width: 145px;
    margin-left: 20px;
    margin-top: 5px;
  }
}
#lp-page .type-list-category-mold-qa-content-txt{
  line-height: 1.5em;
  font-size: calc(26/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-list-category-mold-qa-content-txt{
    font-size: 12px;
  }
}
#lp-page .type-list-category-mold-qa-content-txt-red{
  color: #db1045;
 font-weight: 600;
}

/*type-02*/
#lp-page .type-02{
  border: solid calc(4 / 750* 100vw) #42a8cc;
}
@media screen and (min-width: 641px) {
  #lp-page .type-02{
    border: solid 2px #42a8cc;
  }
}
#lp-page .type-02 .type-list-ttl{
  background-color: #42a8cc;
}
#lp-page .type-02 .type-list-category-mold-qa-txt{
  color: #42a8cc;
}
#lp-page .type-02 .type-list-category-mold-contents-txt{
  background-color: #c0e9f7;
}
#lp-page .type-02 .type-list-category-mold-contents{
  margin-top: calc(120 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-02 .type-list-category-mold-contents{
    margin-top:66px;
    margin-bottom: 3px;
  }
}
#lp-page .type-02 .type-img{
  width: calc(306 / 750* 100vw);
  right: calc(-19 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-02 .type-img{
    width: 129px;
    right: -17px;
  }
}

/*type-03*/
#lp-page .type-03{
  border: solid calc(4 / 750* 100vw) #6fac72;
}
@media screen and (min-width: 641px) {
  #lp-page .type-03{
    border: solid 2px #6fac72;
  }
}
#lp-page .type-03 .type-list-ttl{
  background-color: #6fac72;
}
#lp-page .type-03 .type-list-category-mold-qa-txt{
  color: #6fac72;
}
#lp-page .type-03 .type-list-category-mold-contents-txt{
  background-color: #b4e5b7;
}
#lp-page .type-03 .type-list-category-mold-contents{
  margin-top: calc(120 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-03 .type-list-category-mold-contents{
    margin-top:60px;
  }
}
#lp-page .type-03 .type-img{
  width: calc(165 / 750* 100vw);
  right: calc(39 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-03 .type-img{
    width: 68px;
    right: 19px;
  }
}


/*type-04*/
#lp-page .type-04{
  border: solid calc(4 / 750* 100vw) #f2a93f;
}
@media screen and (min-width: 641px) {
  #lp-page .type-04{
    border: solid 2px #f2a93f;
  }
}
#lp-page .type-04 .type-list-ttl{
  background-color: #f2a93f;
}
#lp-page .type-04 .type-list-category-mold-qa-txt{
  color: #f2a93f;
}
#lp-page .type-04 .type-list-category-mold-contents-txt{
  background-color: #ffe8bf;
  margin: 0 auto;
  margin-bottom: calc(70/750 * 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-04 .type-list-category-mold-contents-txt{
    margin-bottom: 35px;
  }
}
#lp-page .type-04 .type-list-category-mold-contents{
  margin-top: calc(205 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-04 .type-list-category-mold-contents{
    margin-top: 98px;
  }
}
#lp-page .type-04 .type-img{
  width: calc(194 / 750* 100vw);
  right: calc(39 / 750* 100vw);
}
@media screen and (min-width: 641px) {
  #lp-page .type-04 .type-img{
    width: 78px;
    right: 19px;
  }
}

#lp-page .reason-date{
  width: 169px;
  height: 181px;
  position: absolute;
  right: 45px;
  top: -17px;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date{
    width: calc(169/750 * 100vw);
    height: calc(181/750 * 100vw);
    right:calc(-60/750 * 100vw);
    top: calc(-17/750 * 100vw);
  }
}
#lp-page .reason-date-number{
  width: 169px;
  height: 181px;
  background: url(../img/bg_data.png) center/169px auto no-repeat;
  position: relative;
}
@media screen and (min-width: 641px) {
  #lp-page .reason-date-number{
    background: url(../img/bg_data.png) center/169px auto no-repeat;
  }
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number{
    width: calc(169/750 * 100vw);
    height: calc(181/750 * 100vw);
    background: url(../img/bg_data.png) center/calc(169/750 * 100vw) auto no-repeat;
  }
}
#lp-page .reason-date-number-txt-01{
  position: absolute;
  font-size: 17px;
  top: 32px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #005998;
  font-weight: 600;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-01{
    font-size: calc(17/750 * 100vw);
    top: calc(32/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-02{
  position: absolute;
  font-size: 84px;
  top: 34px;
  right: 37px;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-02{
    font-size: calc(84/750 * 100vw);
    top: calc(34/750 * 100vw);
    right: calc(37/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-03{
  position: absolute;
  font-size: 38px;
  top: 58px;
  right: -82px;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-03{
    font-size: calc(38/750 * 100vw);
    top: calc(58/750 * 100vw);
    right: calc(-82/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-04{
  position: absolute;
  font-size: 35px;
  top: 96px;
  right: -88px;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-04{
    font-size: calc(35/750 * 100vw);
    top: calc(96/750 * 100vw);
    right: calc(-88/750 * 100vw);
  }
}
#lp-page .reason-date-number-txt-05{
  position: absolute;
  font-size: 12px;
  top: 146px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #005998;
  letter-spacing: 0.001em;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #lp-page .reason-date-number-txt-05{
    font-size: calc(12/750 * 100vw);
    top: calc(146/750 * 100vw);
  }
}

/*modal*/

#lp-page .modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
}
#lp-page .modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}

#lp-page .modal__content{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(1000/1920 * 100vw);
  height: auto;
}
@media screen and (max-width: 640px) {
  #lp-page .modal__content{
    width: calc(690/750 * 100vw);
    height: auto;
  }
}

#lp-page .modal__close{
  position: absolute;
  top: 0;
  right: 0;
  color: #fff;
  font-size: 40px;
  transform: translate(100%, -100%);
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #lp-page .modal__close{
    right: calc(50/750 * 100vw);
  }
}

#lp-page .system-content-child .graph{
  margin-top: 24px;
  padding: 0;
  width: 720px;
}
@media screen and (max-width: 640px) {
  #lp-page .system-content-child .graph{
    margin-top: calc(24/750 * 100vw);
    width: calc(590/750 * 100vw);
  }
}

#lp-page .system-content-child .graph .zoom{
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 640px) {
  #lp-page .system-content-child .graph .zoom{
    top: calc(10/750 * 100vw);
    right:calc(10/750 * 100vw);
  }
}

#lp-page .graph{
  width: 682px;
  padding: 0 16px;
  margin: 0 auto 32px;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  #lp-page .graph{
    width: calc(670/750 * 100vw);
    margin: 0 auto calc(30/750 * 100vw);
    padding: 0 calc(16/750 * 100vw);
  }
}
#lp-page .graph .zoom{
  position: absolute;
  right: 0px;
  top: -20px;
  width: 69px;
}
@media screen and (max-width: 640px) {
  #lp-page .graph .zoom{
    width: calc(46/750 * 100vw);
    top: calc(16/750 * 100vw);
    right: calc(28/750 * 100vw);
  }
}

#lp-page .mb40{
  margin-bottom: 40px;
}


/* ==========================================================
  flow
=====*/
#lp-page .flow {
  display: block;
  margin: auto;
}
@media (min-width: 641px) {
  #lp-page .flow {
    padding: 90px 0 80px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow {
    padding: 13.3333333333vw 0 13.3333333333vw;
  }
}
#lp-page .flow-txt {
  text-align: center;
}
@media screen and (max-width: 640px) {
  #lp-page .flow-txt {
    max-width: calc(630 / 640* 100vw);
    width: 100%;
    margin: 0 auto;
    font-size: calc(22/640 * 100vw);
  }
}
#lp-page .flow-block {
  display: block;
  width: 100%;
  margin: auto;
}
@media (min-width: 641px) {
  #lp-page .flow-block {
    margin-top: 20px;
  }
}
#lp-page .flow-top-txt {
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 640px) {
  #lp-page .flow-top-txt {
    margin-bottom: 6.6666666667vw;
  }
}
#lp-page .flow-top-txt p {
  padding: 0 0.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fff163));
  background: linear-gradient(transparent 60%, #fff163 60%);
  display: inline-block;
  font-size: 28px;
  color: #db1045;
  font-weight: 700;
  line-height: 1.32;
}
@media (max-width: 640px) {
  #lp-page .flow-top-txt p {
    font-size: 4.8vw;
  }
}
#lp-page .flow-top-list {
  width: 1000px;
  margin: 60px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 640px) {
  #lp-page .flow-top-list {
    width: 89.3333333333vw;
    margin: 8vw auto 5.3333333333vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#lp-page .flow-top-list-item {
  width: 220px;
  border-radius: 10px;
  padding: 0px 16px 16px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 90, 152, 0.25);
          box-shadow: 0px 0px 12px 0px rgba(0, 90, 152, 0.25);
}
@media (max-width: 640px) {
  #lp-page .flow-top-list-item {
    width: 43.3333333333vw;
    margin-bottom: 2.6666666667vw;
    border-radius: 1.3333333333vw;
    -webkit-box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.25);
            box-shadow: 0px 0px 1.3333333333vw 0px rgba(0, 90, 152, 0.25);
    padding: 0 1.7333333333vw 1.6vw;
  }
}
#lp-page .flow-top-list-txt {
  text-align: center;
  font-size: 20px;
  color: #003366;
  font-weight: bold;
  line-height: 1.5;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 640px) {
  #lp-page .flow-top-list-txt {
    height: 18.6666666667vw;
    font-size: 4vw;
  }
}
#lp-page .flow-top-list-txt p {
  display: inline-block;
}
#lp-page .flow-top-img {
  width: 192px;
}
@media (max-width: 640px) {
  #lp-page .flow-top-img {
    width: 40vw;
  }
}
#lp-page .flow-list {
  display: block;
  width: 100%;
  margin: auto;
}
#lp-page .flow-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
@media (min-width: 641px) {
  #lp-page .flow-list > li:nth-child(1) .flow-list-head-wrap::before {
    height: 90%;
    top: 40%;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list > li:nth-child(1) .flow-list-head-wrap::before {
    height: 90%;
    top: 15%;
  }
}
@media (min-width: 641px) {
  #lp-page .flow-list > li:nth-child(5) .flow-list-head-wrap::before {
    height: 50%;
    top: 0;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list > li:nth-child(5) .flow-list-head-wrap::before {
    height: 20%;
    top: 0;
  }
}
#lp-page .flow-list-head {
  display: table;
  background-color: #003366;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  font-weight: 500;
  z-index: 2;
}
@media (min-width: 641px) {
  #lp-page .flow-list-head {
    width: 100px;
    height: 100px;
    vertical-align: middle;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-head {
    width: 12.2666666667vw;
    height: 12.2666666667vw;
  }
}
#lp-page .flow-list-head p {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 641px) {
  #lp-page .flow-list-head p span {
    font-size: 44px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-head p span {
    font-size: 4.8vw;
  }
}
#lp-page .flow-list-head-wrap {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 641px) {
  #lp-page .flow-list-head-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 120px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-head-wrap {
    width: 12.2666666667vw;
    padding: 4vw 0;
  }
}
#lp-page .flow-list-head-wrap::before {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #003366;
  position: absolute;
  left: 40%;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #lp-page .flow-list-head-wrap::before{
    left: 45%;
  }
}
#lp-page .flow-list-contents {
  display: block;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: dashed 2px #206596;
}
@media (min-width: 641px) {
  #lp-page .flow-list-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    width: 860px;
    padding: 30px 0;
    border-bottom: dashed calc(2/750 * 100vw) #206596;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-contents {
    width: 73.0666666667vw;
    padding: 4vw 0;
  }
}
#lp-page .flow-list-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
}
@media (min-width: 641px) {
  #lp-page .flow-list-ttl {
    position: relative;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-ttl {
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#lp-page .flow-list-ttl h3 {
  color: #003366;
  font-weight: 600;
}
@media (min-width: 641px) {
  #lp-page .flow-list-ttl h3 {
    margin-right: 20px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-ttl h3 {
    font-size: 4.8vw;
  }
}
#lp-page .flow-list-ttl picture {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 641px) {
  #lp-page .flow-list-ttl picture img {
    height: 68px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-ttl picture img {
    height: 12.4vw;
  }
}
@media (min-width: 641px) {
  #lp-page .flow-list .flow-list-txt-wrap {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 630px;
  }
}
@media (min-width: 641px) {
  #lp-page .flow-list .flow-list-txt-wrap[data-num="05"] {
    max-width: 520px;
  }
}
#lp-page .flow-list > p {
  text-align: justify;
}
@media (min-width: 641px) {
  #lp-page .flow-list > p {
    padding: 10px 0;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list > p {
    padding: 2.6666666667vw 0;
  }
}
#lp-page .flow-list-info {
  display: block;
  width: 100%;
}
@media (min-width: 641px) {
  #lp-page .flow-list-info {
    padding: 0 30px;
  }
}
#lp-page .flow-list-info-ttl {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border: solid 2px #003366;
  color: #003366;
  font-weight: 600;
  text-align: center;
}
@media (min-width: 641px) {
  #lp-page .flow-list-info-ttl {
    margin-top: 10px;
    padding: 10px 0;
    border-radius: 35px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-info-ttl {
    border: solid calc(2/750 * 100vw) #005a98;
    margin-top: 2.6666666667vw;
    padding: 1.3333333333vw 0;
    border-radius: 4.6666666667vw;
  }
}
#lp-page .flow-list-info-tel {
  display: block;
  font-weight: 900;
  color: #db1045;
  text-align: center;
}
@media (min-width: 641px) {
  #lp-page .flow-list-info-tel {
    font-size: 54px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-info-tel {
    font-size: 8vw;
  }
}
#lp-page .flow-list-info-tel i {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #db1045;
}
@media (min-width: 641px) {
  #lp-page .flow-list-info-tel i {
    margin-right: 10px;
    font-size: 56px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-info-tel i {
    margin-right: 1.3333333333vw;
    font-size: calc(48/750 * 100vw);
  }
}
#lp-page .flow-list-info p {
  text-align: center;
}
@media (min-width: 641px) {
  #lp-page .flow-list-info p {
    margin-top: -10px;
    font-size: 13px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-info p {
    font-size: 3.0666666667vw;
  }
}
#lp-page .flow-list-box {
  position: relative;
  display: block;
  width: 100%;
  border: dashed 2px #206596;
}
@media (min-width: 641px) {
  #lp-page .flow-list-box {
    margin-top: 20px;
    padding: 20px 30px;
    border: dashed calc(2/750 * 100vw) #206596;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-box {
    margin-top: 4vw;
    padding: 2.6666666667vw;
  }
}
#lp-page .flow-list-box ol {
  display: block;
}
#lp-page .flow-list-box ol li {
  position: relative;
  background-color: #4a89b7;
  color: #ffffff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 641px) {
  #lp-page .flow-list-box ol li {
    border-radius: 5px;
    padding: 8px 0;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-box ol li {
    border-radius: 0.8vw;
    padding: 1.3333333333vw 0;
  }
}
@media (min-width: 641px) {
  #lp-page .flow-list-box ol li:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-box ol li:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
}
#lp-page .flow-list-box ol li:not(:last-child)::after {
  font-family: "Font Awesome 6 Free";
  content: "\f07e";
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  color: #5e7688;
  font-weight: 800;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (min-width: 641px) {
  #lp-page .flow-list-box ol li:not(:last-child)::after {
    bottom: -30px;
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-box ol li:not(:last-child)::after {
    bottom: -6.6666666667vw;
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-box ol li:nth-child(1) {
    padding-right: 16vw;
  }
}

#lp-page .flow-list-box-circle {
  position: absolute;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
}
@media (min-width: 641px) {
  #lp-page .flow-list-box-circle {
    top: -10px;
    right: -10px;
    width: 140px;
    height: 140px;
    padding: 24px 0;
    border: solid 3px #93dffe;
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-box-circle {
    top: -10.6666666667vw;
    right: -2.6666666667vw;
    width: 26.9333333333vw;
    height: 26.9333333333vw;
    padding: 2.6666666667vw 0;
    border: solid 0.9333333333vw #93dffe;
    font-size: 2.9333333333vw;
  }
}
#lp-page .flow-list-box-circle span {
  color: #003366;
}
@media (min-width: 641px) {
  #lp-page .flow-list-box-circle span {
    font-size: 20px;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-box-circle span {
    font-size: 4.8vw;
  }
}
#lp-page .flow-list-bgbox {
  background-color: #f0f5f9;
  text-align: justify;
}
@media (min-width: 641px) {
  #lp-page .flow-list-bgbox {
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    text-align: center;
  }
}
@media (max-width: 640px) {
  #lp-page .flow-list-bgbox {
    padding: 2.6666666667vw 4vw;
    border-radius: 1.3333333333vw;
  }
}

#lp-page .address-txt {
  text-align: center;
  padding: 60px 0 50px;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  #lp-page .address-txt {
    padding: 8vw 0 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
}
#lp-page .address-txt p {
  padding-bottom: 0.8em;
}

#lp-page .ending-list{
  display: flex;
  justify-content: center;
  padding: 30px 0 0;
  line-height: 1;
}

#lp-page .ending-list-item {
  line-height: 1;
}
#lp-page .ending-list-item a{
  padding: 0 1em;
  color: #333;
  line-height: 1;
  border-right: 1px solid #696969;
  transition: 0.2s;
}

#lp-page .ending-list-item a:hover{
  opacity: 0.8;
}

#lp-page .ending-list-item:last-child a{
  border-right: none;
}
#lp-page .ending-copyright {
  background-color: #003366;
  color: #ffffff;
  text-align: center;
}
@media (min-width: 641px) {
  #lp-page .ending-copyright {
    padding: 20px;
    font-size: 11px;
  }
}
@media (max-width: 640px) {
  #lp-page .ending-copyright {
    padding: 4vw 0;
    font-size: 2.9333333333vw;
  }
}

/*--------------------------------------------------------------
# Floating
--------------------------------------------------------------*/
#lp-page #floating {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0;
  padding: 0;
  background: #fffec7;
  opacity: 0;
  z-index: 999;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (min-width: 768px) {
  #lp-page #floating {
    height: 161px;
    padding: 20px 0 20px 0;
  }
}
@media (max-width: 767px) {
  #lp-page #floating {
    height: calc(203 / 750* 100vw);
    padding: calc(32/750 * 100vw) 0;
  }
}
#lp-page #floating.show {
  opacity: 1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#lp-page .lb-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#lp-page .cv-btn-floating{
  width: fit-content;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #lp-page .cv-btn-floating{
    margin-bottom: 0px;

  }
}
#lp-page .cv-btn-floating a{
  transition: 0.2s;
  width: 500px;
  display: block;
}
@media screen and (max-width: 768px) {
  #lp-page .cv-btn-floating a{
    width:calc(600/750 * 100vw);
  }
  #lp-page .cv-btn-floating a img{
    width: 100%;
  }
}
#lp-page .cv-btn-floating a:hover{
  opacity: 0.8;
}

.cv-btn-txt-culm{
  display: flex;
  align-items: center;
  justify-content: center;
}

#lp-page .cv-btn-white{
  background-color: #ffffff;
  font-size: 18px;
  color: #db1045;
  width: 120px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  line-height: 1.2em;
}
@media screen and (max-width: 640px) {
  #lp-page .cv-btn-white{
    font-size: calc(20 / 750* 100vw);
    width: calc(120 / 750* 100vw);
    height: calc(64 / 750* 100vw);
    border-radius: calc(10 / 750* 100vw);
  }
}

#lp-page .cv-btn-floating .cv-btn-pink{
  font-size: 30px;
  width: 580px;
  height: 110px;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #lp-page .cv-btn-floating .cv-btn-pink{
    font-size: calc(15/750 * 100vw);
    width: calc(640 / 750* 100vw);
    height: calc(120 / 750* 100vw);
  }
}

#lp-page .cv-btn-floating .cv-btn-pink .fa-solid{
  position: absolute;
    right: 41px;
    font-size: 24px;
    top: 40%;
}
@media screen and (max-width: 640px) {
  #lp-page .cv-btn-floating .cv-btn-pink .fa-solid{
    right: calc(48 / 750* 100vw);
    font-size: calc(30 / 750* 100vw);
    top: 40%;
  }
}
#lp-page .cv-btn-floating .cv-btn-pink-txt{
  margin-top: 0;
  margin-left: -21px;
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  #lp-page .cv-btn-floating .cv-btn-pink-txt{
    margin-top: 0;
    margin-left: calc(-10/750 * 100vw);
    font-size: calc(34/750 * 100vw);
  }
}