@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}

html {
  color: #333333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

#wrapper,
.outer-block {
  min-width: 1360px;
}

.inner-block {
  margin: 0 auto;
  position: relative;
  padding: 0 30px;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

.red {
  color: #DB0000;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
.c-header {
  height: 100px;
  background-color: #fff;
  font-weight: bold;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
}

/* c-footer */
.c-footer {
  background: #02185A;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 2.5714285714;
  padding: 39px 0;
  position: relative;
  z-index: 10;
}

/* title */
.ttl-block {
  margin-bottom: 80px;
}
.ttl-block.shadow {
  text-shadow: #0044CB 0 0 10px;
}
.ttl-block .ttl01 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 2;
}
.ttl-block .ttl01 > h2, .ttl-block .ttl01 > h3 {
  font-size: 138px;
  line-height: 1.0144927536;
  font-family: "Bebas Neue", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  text-transform: uppercase;
}
.ttl-block .ttl01 .text {
  text-align: left;
  letter-spacing: 0.05em;
}
.ttl-block .ttl01 .text p + p {
  margin-top: 10px;
}
.ttl-block .note {
  font-size: 12px;
  margin-top: 20px;
  line-height: 1.6666666667;
  text-align: left;
}
.top-contents .ttl-block .ttl01 {
  padding-right: 84px;
}
.top-contents .ttl-block h2 {
  width: 400px;
}
.top-contents .ttl-block .text {
  width: calc(100% - 510px);
  margin-left: 110px;
}

.blue {
  color: #73fffd;
}

.point-block .ttl-block {
  margin: 0 auto 30px;
  width: 900px;
  text-align: left;
}
.point-block .ttl-block h3 {
  width: 326px;
}
.point-block .ttl-block .text {
  width: calc(100% - 376px);
  margin-left: 50px;
  margin-bottom: 10px;
}
.point-block .ttl-block .ttl01, .point-block .ttl-block .note {
  width: 754px;
  margin: 0 auto;
}
.point-block .ttl-block .note {
  margin-bottom: 30px;
}
.point-block .ttl-block .note + p {
  font-size: 20px;
  line-height: 1.8;
}

.index.ttl-block {
  width: 787px;
}
.index.ttl-block h3 {
  width: 252px;
}
.index.ttl-block .text {
  width: calc(100% - 302px);
}
.index.ttl-block .ttl01 {
  width: 100%;
}

.point02 .ttl-block {
  padding-left: 30px;
  width: 953px;
}
.point02 .ttl-block .text {
  width: calc(100% - 262px);
}
.point02 .ttl-block .ttl01 {
  width: 100%;
}

/* .graph */
.graph-area {
  margin-bottom: 50px;
}
.graph-area .graph-ttl {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  text-shadow: #0044CB 0 0 10px;
}
.graph-area .graph-ttl span:not(.sp-mini) {
  font-size: 16px;
  margin: 0 auto;
  line-height: 1.875;
}
.graph-area .note {
  font-size: 12px;
  line-height: 1.6666666667;
  margin-left: 0;
  text-align: left;
  text-indent: -4em;
  padding-left: 4em;
}
.graph-area .note.red {
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.graph-area .note.shadow {
  text-shadow: #000 0 0 1px;
  font-weight: bold;
}
.graph-area picture + .note {
  margin-top: 30px;
}
.graph-area.bg-gray {
  margin-bottom: 100px;
  color: #333333;
  padding: 50px 0;
  background-color: #CCD1DE;
  background: linear-gradient(135deg, transparent 100px, #CCD1DE 0) top left, linear-gradient(-135deg, #CCD1DE 100px, #CCD1DE 0) top right, linear-gradient(-45deg, transparent 100px, #CCD1DE 0) bottom right, linear-gradient(45deg, #CCD1DE 100px, #CCD1DE 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
}
.graph-area.bg-gray .graph-ttl {
  text-shadow: none;
  margin-bottom: 28px;
}
.graph-area.bg-gray .note {
  margin-left: 0;
  margin-right: 0;
}

/* point02 graph */
.point02 .graph-area .note.red + .note.red {
  margin-top: 0;
}
.point02 .graph-area .graph-ttl {
  text-shadow: #0044CB 0 0 10px;
}
.point02 .graph-area.list .graph-ttl {
  margin-bottom: 30px;
}
.point02 .graph-area.list .lists {
  text-align: left;
  font-size: 18px;
  line-height: 2;
}
.point02 .graph-area.list .lists > li {
  text-shadow: #333333 0 3px 6px;
  margin-bottom: 6px;
  padding-left: 27px;
  position: relative;
}
.point02 .graph-area.list .lists > li::before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #fff;
}
.point02 .graph-area.list .lists .note {
  font-size: 14px;
  line-height: 2.5714285714;
  display: block;
}

/* bg-light-gray */
.bg-light-gray {
  padding-bottom: 30px;
  padding-top: 50px;
  background: #E8EAEF;
  background: linear-gradient(135deg, transparent 100px, #E8EAEF 0) top left, linear-gradient(-135deg, #E8EAEF 100px, #E8EAEF 0) top right, linear-gradient(-45deg, transparent 100px, #E8EAEF 0) bottom right, linear-gradient(45deg, #E8EAEF 100px, #E8EAEF 0) bottom left;
  background-size: 50% 50%;
  background-repeat: no-repeat;
  color: #333333;
  position: relative;
  overflow: hidden;
}
.bg-light-gray::after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 400px);
  top: 200px;
  left: 0;
  background: #E8EAEF;
  z-index: -1;
}
.bg-light-gray::before {
  position: absolute;
  content: "";
  height: 100%;
  width: calc(100% - 400px);
  top: 0;
  left: 200px;
  background: #E8EAEF;
  z-index: -1;
}
.bg-light-gray .graph-ttl {
  text-shadow: none;
}
.bg-light-gray .area-title {
  margin: 0 auto;
  width: 600px;
  color: #02185A;
  line-height: 1.3333333333;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  text-shadow: #C1D6FF 0 0 10px;
}
.bg-light-gray .area-title::before, .bg-light-gray .area-title::after {
  position: absolute;
  color: #02185A;
  top: -10px;
}
.bg-light-gray .area-title::before {
  content: "“";
  left: 0;
}
.bg-light-gray .area-title::after {
  content: "”";
  right: 0;
}
.bg-light-gray .bg-gray {
  background-color: #E8EAEF;
  margin-bottom: 0;
}
.bg-light-gray .bg-gray .graph-ttl {
  font-size: clamp( 10px ,  3.125vw ,  20px );
  margin-bottom: 28px;
}
.bg-light-gray .graph-area {
  padding-top: 0;
}
.bg-light-gray .note.red + .note.red {
  margin-top: 0;
}
.bg-light-gray .txt-area {
  background: #ffdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 30px;
  text-align: left;
  line-height: 1.8;
}
.bg-light-gray .txt-area sup {
  font-size: 10px;
}
.bg-light-gray .note.small {
  font-size: 12px;
}
.bg-light-gray .note.small sup {
  font-size: 8px;
}

/* graph02 */
.graph02 {
  margin-bottom: 30px;
}

/* red-marker */
.red-marker {
  background: #fff;
  padding-left: 10px;
  padding-right: 6px;
  margin-right: 4px;
  color: #DB0000;
  text-shadow: none;
}
.red-marker.shadow {
  -webkit-box-shadow: #0044CB 0 0 10px;
          box-shadow: #0044CB 0 0 10px;
}

/* c-note-wrap */
.c-note-wrap {
  text-align: left;
}

.note.red.note-bg {
  padding: 5px 30px;
  background-color: #ccd1de;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

/* アニメーション：グラフ */
.graph01 {
  position: relative;
}
.graph01 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s 0.7s ease-in-out, -webkit-clip-path 1.5s 0.7s ease-in-out;
}
.graph01.is-animated .info {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.graph02 {
  position: relative;
}
.graph02 .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1.5s 0.7s ease-in-out, -webkit-clip-path 1.5s 0.7s ease-in-out;
}
.graph02.is-animated .info {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

/* アニメーション：MV */
@-webkit-keyframes appearMv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appearMv {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes appearMvCut {
  0% {
    opacity: 0;
    scale: 0;
  }
  40% {
    opacity: 0.1;
    scale: 0.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
@keyframes appearMvCut {
  0% {
    opacity: 0;
    scale: 0;
  }
  40% {
    opacity: 0.1;
    scale: 0.1;
  }
  100% {
    opacity: 1;
    scale: 1;
  }
}
.anm-mv h1 {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: clip-path 1s 1.2s ease-in-out, -webkit-clip-path 1s 1.2s ease-in-out;
}
.anm-mv.is-animated::before {
  -webkit-animation: appearMvCut 0.4s both;
          animation: appearMvCut 0.4s both;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
}
.anm-mv.is-animated::after {
  -webkit-animation: appearMvCut 0.4s both;
          animation: appearMvCut 0.4s both;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.anm-mv.is-animated .mv-inner::before {
  -webkit-animation: appearMvCut 0.4s both;
          animation: appearMvCut 0.4s both;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0, 0.35, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0, 0.35, 1);
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anm-mv.is-animated .mv-inner > h1 {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}
.anm-mv.is-animated .mv-inner > img {
  -webkit-animation: appearMv 1.5s both;
          animation: appearMv 1.5s both;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

/* 汎用アニメーション */
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(var(--fadeUp));
            transform: translateY(var(--fadeUp));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(var(--fadeUp));
            transform: translateY(var(--fadeUp));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(var(--fadeUp));
            transform: translateY(var(--fadeUp));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeInSlide {
  from {
    opacity: 0;
    -webkit-transform: translateY(var(--fadeUp));
            transform: translateY(var(--fadeUp));
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.anm-fadeInUp {
  --fadeUp: 100px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInUp 1.5s both;
          animation: fadeInUp 1.5s both;
}

.anm-fadeInSlide {
  --fadeUp: 100px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.anm-fadeInSlide.is-animated {
  -webkit-animation: fadeInUp 1.5s both;
          animation: fadeInUp 1.5s both;
}

/* アニメーション：インデックスリスト */
.indexes.anm-fadeInUp {
  --fadeUp: 100px;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.indexes.anm-fadeInUp.is-animated {
  -webkit-animation: fadeInSlide 1.5s both;
          animation: fadeInSlide 1.5s both;
}

.index-list > li:nth-child(1) {
  -webkit-animation-delay: 0;
          animation-delay: 0;
}

.index-list > li:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.index-list > li:nth-child(3) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

/* アニメーション：マーカー */
@-webkit-keyframes marker {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes marker {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.foot-contents .banner > p.is-animated > span:before {
  -webkit-animation: marker 1.5s both;
          animation: marker 1.5s both;
}

/* 背景ブラーをワンテンポ遅らせる */
@-webkit-keyframes blur {
  from {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
@keyframes blur {
  from {
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0);
  }
  to {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
  }
}
.anmdelay-blur.is-animated::after {
  -webkit-animation: blur 1s both;
          animation: blur 1s both;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
/* main */
.lp-main {
  position: relative;
  z-index: 1;
}
.lp-main::after {
  position: absolute;
  content: "";
  background-color: #02185A;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
}
.lp-main .mv {
  height: max( 671.5px ,  49.375vw );
  position: relative;
  position: relative;
  z-index: 10;
  background-color: #2F4485;
}
.lp-main .mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_mv_01.png);
  background-position: left top;
  background-size: cover;
  z-index: -1;
  opacity: 0;
}
.lp-main .mv::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_mv_02.png);
  background-size: cover;
  background-position: right bottom;
  z-index: -2;
  opacity: 0;
}
.lp-main .mv .mv-inner {
  height: 100%;
  position: relative;
}
.lp-main .mv .mv-inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg_mv_03.png);
  background-position: right top;
  background-size: cover;
  z-index: -2;
  opacity: 0;
}
.lp-main .mv .mv-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2F4485;
  z-index: -5;
  opacity: 1;
}
.lp-main .mv .mv-inner > img {
  position: absolute;
  top: 60px;
  left: 60px;
  width: max( 130.3333333333px ,  9.5833333333vw );
  opacity: 0;
}
.lp-main .mv .mv-inner > h1 {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -8%;
  margin-top: 3%;
}
.lp-main .mv .mv-inner > h1 > img {
  width: max( 813.875px ,  59.84375vw );
}
.lp-main .bg-fixed {
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lp-main .bg-fixed .points-block {
  position: relative;
}
.lp-main .bg-fixed .points-block > .inner-block {
  position: relative;
  overflow: hidden;
}
.lp-main .bg-fixed .points-block > .inner-block::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 30px;
  width: calc(100% - 60px);
  height: 100%;
  overflow: hidden;
}
.lp-main .bg-fixed::before {
  content: "";
  background: url(../images/bg.jpg);
  position: fixed;
  display: block;
  background-position: right 20% bottom;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
  opacity: 0.8;
}
.lp-main .bg-fixed::after {
  content: "";
  position: absolute;
  background: url(../images/bg_cover.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  top: 140px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lp-main .top-contents {
  padding-top: 100px;
  position: relative;
}
.lp-main .top-contents::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #2F4485;
  z-index: -2;
}
.lp-main .top-contents .points {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 145px;
  margin: 0 30px;
}
.lp-main .top-contents .points .tag {
  margin-bottom: 20px;
  line-height: 1;
}
.lp-main .top-contents .points .tag .point {
  font-size: 24px;
  display: block;
}
.lp-main .top-contents .points .tag .num {
  font-size: 60px;
}
.lp-main .top-contents .points .sec-title {
  font-size: 48px;
  line-height: 1.3541666667;
}
.lp-main .top-contents .points > li {
  background-repeat: no-repeat;
  background-size: cover;
  height: 308px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: #000 0 3px 10px;
          box-shadow: #000 0 3px 10px;
  -webkit-transform: skewX(-27.8deg);
          transform: skewX(-27.8deg);
  overflow: hidden;
  width: 537.610021864px;
  position: relative;
}
.lp-main .top-contents .points > li::after {
  content: "";
  position: absolute;
  width: calc(100% + 162.389978136px);
  height: 100%;
  top: 0;
  left: -81.194989068px;
  -webkit-transform: skewX(27.8deg);
          transform: skewX(27.8deg);
  background-position: left top;
  z-index: -1;
}
.lp-main .top-contents .points > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.lp-main .top-contents .points > li .inn {
  -webkit-transform: skewX(27.8deg);
          transform: skewX(27.8deg);
}
.lp-main .top-contents .points > li:first-child {
  position: relative;
  left: 50px;
}
.lp-main .top-contents .points > li:first-child::after {
  background: url(../images/bg_about_01.png) no-repeat center center/100% auto;
}
.lp-main .top-contents .points > li:nth-child(2) {
  position: relative;
  top: 45px;
  right: 50px;
}
.lp-main .top-contents .points > li:nth-child(2)::after {
  background: url(../images/bg_about_02.png) no-repeat center center/100% auto;
}
.lp-main .point-block {
  text-align: center;
}
.lp-main .point-block .sec-tag {
  margin: 0 auto;
  width: 131px;
  height: 129px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: relative;
  text-shadow: #333333 0 3px 6px;
}
.lp-main .point-block .sec-tag::before, .lp-main .point-block .sec-tag::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 70.7106781187px;
  background: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-box-shadow: #333333 0 3px 6px;
          box-shadow: #333333 0 3px 6px;
}
.lp-main .point-block .sec-tag::before {
  left: -10.3553390593px;
  top: 25px;
}
.lp-main .point-block .sec-tag::after {
  right: -10.3553390593px;
  bottom: 25px;
}
.lp-main .point-block .sec-tag .point {
  font-size: 16px;
  display: block;
}
.lp-main .point-block .sec-tag .num {
  font-size: 41px;
}
.lp-main .point-block .sec-band {
  width: 425px;
  font-weight: bold;
  font-size: 50px;
  line-height: 1.5;
  text-align: center;
  margin: 0 auto 75px;
}
.lp-main .point-block .sec-band.shadow {
  text-shadow: #0044CB 0 0 10px;
}
.lp-main .point-block .sec-band span {
  display: block;
  background: #2E4486;
  width: 422px;
}
.lp-main .point-block .sec-band span + span {
  display: inline-block;
  margin-top: 10px;
}
.lp-main .point01 {
  padding-bottom: 100px;
}
.lp-main .point01 .shadow .note, .lp-main .point01 .shadow .note + p {
  text-shadow: #333333 0 3px 6px;
}
.lp-main .point01 .indexes {
  margin-bottom: 100px;
}
.lp-main .point01 .indexes > p:not(.note) {
  font-size: 24px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
  text-shadow: #0044CB 0 0 10px;
}
.lp-main .point01 .indexes > p:not(.note) sup {
  font-size: 12px;
}
.lp-main .point01 .indexes > p:not(.note)::after, .lp-main .point01 .indexes > p:not(.note)::before {
  position: absolute;
  content: "";
  width: calc(50% - 220px);
  height: 3px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-box-shadow: #0044CB 0 0 10px;
          box-shadow: #0044CB 0 0 10px;
}
.lp-main .point01 .indexes > p:not(.note)::before {
  left: 0;
}
.lp-main .point01 .indexes > p:not(.note)::after {
  right: 0;
}
.lp-main .point01 .indexes .note {
  font-size: 12px;
  text-align: left;
}
.lp-main .point01 .indexes .note + .note {
  margin-top: 10px;
}
.lp-main .point01 .index-list {
  margin-top: 22px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lp-main .point01 .index-list > li {
  width: calc(33.3333333333% - 8px);
}
.lp-main .point01 .index-list > li .index-title {
  font-size: 26px;
  line-height: 60px;
  font-weight: bold;
  border-radius: 8px;
  margin-bottom: 20px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 3px 6px;
}
.lp-main .point01 .index-list > li:nth-child(1) {
  padding-right: 24px;
}
.lp-main .point01 .index-list > li:nth-child(1) .index-title {
  background: #A50100;
}
.lp-main .point01 .index-list > li:nth-child(2) {
  width: calc(33.3333333333% + 16px);
  padding: 0 24px;
}
.lp-main .point01 .index-list > li:nth-child(2) .index-title {
  background: #278386;
}
.lp-main .point01 .index-list > li:nth-child(3) {
  padding-left: 24px;
}
.lp-main .point01 .index-list > li:nth-child(3) .index-title {
  background: #D18100;
}
.lp-main .point01 .index-content {
  line-height: 1.8;
  text-align: left;
  font-size: 17px;
  background: #fff;
  color: #333333;
  padding: 10px 5px;
}
.lp-main .point01 .index-content > li {
  padding-left: 26px;
  position: relative;
}
.lp-main .point01 .index-content > li::before {
  content: "";
  position: absolute;
  background: #333333;
  width: 4px;
  height: 4px;
  top: 18px;
  left: 6px;
  border-radius: 50%;
}
.lp-main .point01 .index-content > li + li {
  margin-top: 10px;
}
.lp-main .point01 .index-content .red {
  font-weight: bold;
}
.lp-main .point01 .index-content .red-marker {
  color: #333333;
  padding-left: 5px;
  padding-right: 5px;
}
.lp-main .point01 .index-content .red-marker.num {
  margin-left: 5px;
  font-weight: bold;
}
.lp-main .index-block.inner-block {
  padding-left: 0;
  padding-right: 0;
}
.lp-main .index-block.inner-block .ttl-block {
  margin-bottom: 26px;
}
.lp-main .point02 {
  padding-bottom: 50px;
}
.lp-main .point02 .sec-band {
  width: 500px;
  background: rgba(2, 24, 90, 0.7);
  margin-top: 45px;
  margin-bottom: 50px;
}
.lp-main .point02 .sec-band.transparent {
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  width: clamp( 260px ,  81.25vw ,  520px );
  background-color: transparent;
}
.lp-main .point02 .sec-band.transparent span {
  font-size: clamp( 20px ,  6.25vw ,  40px );
  background-color: transparent;
  display: inline;
}
.lp-main .point02 .feature-list {
  font-size: 18px;
  line-height: 2;
  margin-left: -5px;
  margin-right: -5px;
  font-weight: bold;
}
.lp-main .point02 .feature-list > li {
  text-align: left;
  position: relative;
  padding-left: 60px;
}
.lp-main .point02 .feature-list > li::before {
  position: absolute;
  top: -3px;
  left: 0;
  width: 42px;
  height: 42px;
  background: #fff;
  color: #333333;
  text-align: center;
  padding-top: 4px;
  font-size: 30px;
  line-height: 1.2;
  font-family: "Bebas Neue", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  top: 5px;
  color: #02185A;
}
.lp-main .point02 .feature-list > li:nth-child(1) {
  margin-bottom: 25px;
}
.lp-main .point02 .feature-list > li:nth-child(1)::before {
  content: "1";
}
.lp-main .point02 .feature-list > li:nth-child(2) {
  margin-bottom: 26px;
}
.lp-main .point02 .feature-list > li:nth-child(2)::before {
  content: "2";
}
.lp-main .point02 .feature-list > li:nth-child(3)::before {
  content: "3";
}
.lp-main .foot-contents {
  text-align: center;
  position: relative;
  z-index: 10;
}
.lp-main .foot-contents .banner {
  background: url(../images/key.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-bottom: -75px;
  height: 635px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lp-main .foot-contents .banner > p {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.6607142857;
  margin-top: -37.5px;
  text-shadow: #0044CB 0 0 10px;
}
.lp-main .foot-contents .banner > p span {
  color: #D18100;
  padding: 0 50px;
  text-shadow: none;
  position: relative;
  z-index: 1;
}
.lp-main .foot-contents .banner > p span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  z-index: -1;
}
.lp-main .foot-contents .links {
  background: #02185A;
  padding: 98px 0 100px;
}
.lp-main .foot-contents .links .note {
  margin-bottom: 50px;
  line-height: 1.25;
  font-weight: bold;
  font-size: 24px;
  color: #fff;
}
.lp-main .foot-contents .links .link-box {
  margin: 0 -10px;
  font-size: 16px;
  background: #fff;
  padding: 90px 0 100px;
  position: relative;
}
.lp-main .foot-contents .links .link-box .link-ttl {
  font-size: 42px;
  color: #02185A;
  font-weight: bold;
  margin-bottom: 38px;
}
.lp-main .foot-contents .links .link-box .link-ttl + p {
  font-size: 16px;
  line-height: 2.25;
  margin-bottom: 45px;
}
.lp-main .foot-contents .links .link-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-wrap: wrap;
}
.lp-main .foot-contents .links .link-list > li {
  margin: 10px;
  border: 1px solid #707070;
  width: 360px;
  height: 100px;
}
.lp-main .foot-contents .links .link-list > li a {
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-shrink: 0;
}
.lp-main .copyright {
  background: #fff;
  padding-top: 100px;
  padding-bottom: 95px;
  position: relative;
  z-index: 10;
}
.lp-main .copyright .copyright-ttl {
  margin-bottom: 44px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  position: relative;
}
.lp-main .copyright .copyright-ttl::before {
  position: absolute;
  content: "";
  background-color: #02185A;
  height: 2px;
  width: calc(50% - 126px);
  top: calc(50% - 1px);
  right: 0;
}
.lp-main .copyright .copyright-ttl::after {
  position: absolute;
  content: "";
  background-color: #02185A;
  height: 2px;
  width: calc(50% - 126px);
  top: calc(50% - 1px);
  left: 0;
}
.lp-main .copyright .copyright-list {
  margin-bottom: 72px;
  line-height: 2.1428571429;
  font-size: 16px;
}
.lp-main .copyright .copyright-list > li + li {
  margin-top: 72px;
}
.lp-main .copyright .copyright-list > li .list-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 10px;
}
.lp-main .copyright .copyright-list > li .list-title.circle {
  position: relative;
  padding-left: 19px;
}
.lp-main .copyright .copyright-list > li .list-title.circle::before {
  position: absolute;
  content: "";
  top: 3px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: #333333;
}
.lp-main .copyright .copyright-list > li .list-title span {
  font-size: 14px;
  font-weight: 500;
  padding-left: 30px;
  line-height: 2.1428571429;
}
.lp-main .copyright .copyright-date {
  font-weight: bold;
  font-size: 18px;
  text-align: right;
  line-height: 2;
}
.lp-main .copyright .inner-list > li {
  padding-left: 24px;
  position: relative;
}
.lp-main .copyright .inner-list > li::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  top: 9px;
  left: 0;
  background-color: #333333;
}
.lp-main .copyright .list-content + .list-content {
  margin-top: 10px;
}

.movie-area {
  max-width: 800px;
  margin: 0 auto 50px;
}
.movie-area iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

.c-modal {
  background: rgb(2 24 90 / .9);
  opacity: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  transition: 0.3s ease-in-out;
  position: fixed;
  height: fit-content;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
  z-index: 999;
  height: fit-content;
  width: 100%;
  padding: 15px 0;
}
.c-modal.is-active {
  opacity: 1;
  transform: translateY(0px);
  pointer-events: auto;
}
.c-modal .close-btn {
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background: #fff;
  position: fixed;
  padding: 10px;
  right: 10px;
  top: -25px;
}
.c-modal .close-btn::before,
.c-modal .close-btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: #02185A;
}
.c-modal .close-btn::before {
  transform: rotate(45deg);
}
.c-modal .close-btn::after {
  transform: rotate(-45deg);
}

.cover-bg {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 20;
  display: none;
  pointer-events: none;
}
.cover-bg.is-active {
  display: block;
  pointer-events: auto;
}

/* floating-banner */
.floating-banner {
  opacity: 0;
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 130px;
  height: 130px;
  color: #333;
  z-index: 10;
  font-size: 17px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.floating-banner.appear {
  opacity: 1;
}
.floating-banner > a {
  background: #38ffad;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: rgba(56, 255, 173, 0.6) 0 0 5px;
          box-shadow: rgba(56, 255, 173, 0.6) 0 0 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 2px solid #38ffad;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper,
  .outer-block {
    min-width: 320px;
  }
  .inner-block.narrow {
    padding: 0 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header {
    height: clamp( 66px ,  15.625vw ,  100px );
  }
  .c-footer {
    padding: clamp( 20px ,  4.6875vw ,  30px ) 0 120px;
    font-size: clamp( 10px ,  2.1875vw ,  14px );
  }
  .c-footer > p:last-child {
    margin-top: clamp( 15px ,  3.90625vw ,  25px );
  }
  .ttl-block {
    margin-bottom: clamp( 40px ,  12.5vw ,  80px );
  }
  .ttl-block .ttl01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1.6666666667;
    font-size: clamp( 15px ,  4.6875vw ,  30px );
  }
  .ttl-block .ttl01 > h2, .ttl-block .ttl01 > h3 {
    font-size: clamp( 69px ,  21.5625vw ,  138px );
  }
  .ttl-block .ttl01 .text p + p {
    margin-top: clamp( 15px ,  4.6875vw ,  30px );
    font-size: clamp( 14px ,  4.375vw ,  28px );
    line-height: 1.7857142857;
  }
  .ttl-block .note {
    font-size: clamp( 10px ,  3.125vw ,  20px );
    margin-top: clamp( 10px ,  3.125vw ,  20px );
    line-height: 1.8;
    font-weight: bold;
  }
  .indent {
    text-indent: -1em;
    padding-left: 1em;
    display: inline-block;
  }
  .top-contents .ttl-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .top-contents .ttl-block .ttl01 {
    padding-right: 0;
  }
  .top-contents .ttl-block h2 {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-contents .ttl-block .text {
    width: 100%;
    margin-left: 0;
  }
  .point-block .ttl-block {
    width: 100%;
    padding: 0 20px;
    margin-bottom: clamp( 40px ,  12.5vw ,  80px );
  }
  .point-block .ttl-block h3 {
    width: 100%;
  }
  .point-block .ttl-block .text {
    margin-left: 0;
    width: 100%;
    margin-bottom: 24px;
    font-size: clamp( 18px ,  5.625vw ,  36px );
  }
  .point-block .ttl-block .ttl01, .point-block .ttl-block .note {
    width: 100%;
  }
  .point-block .ttl-block .note {
    line-height: 1.5;
    font-weight: 500;
    margin-bottom: 50px;
  }
  .point-block .ttl-block .note + p {
    font-size: clamp( 16px ,  3.75vw ,  24px );
    line-height: 1.6666666667;
  }
  .index.ttl-block {
    width: 100%;
  }
  .index.ttl-block h3 {
    width: 100%;
  }
  .index.ttl-block .text {
    width: 100%;
  }
  .point02 .ttl-block {
    width: 100%;
    margin-bottom: 40px;
  }
  .point02 .ttl-block .text {
    width: calc(100% + 15px);
    margin-right: -15px;
    line-height: 1.5;
    font-size: clamp( 17px ,  5.3125vw ,  34px );
    margin-bottom: 0;
  }
  .graph-area {
    margin-bottom: clamp( 39px ,  12.1875vw ,  78px );
  }
  .graph-area .graph-ttl {
    font-size: clamp( 14px ,  4.375vw ,  28px );
    line-height: 1.0714285714;
    margin-bottom: 10px;
  }
  .graph-area .graph-ttl .sp-mini {
    font-size: clamp( 11px ,  3.4375vw ,  22px );
    line-height: 1.3636363636;
  }
  .graph-area .graph-ttl span:not(.sp-mini) {
    font-size: clamp( 11px ,  3.4375vw ,  22px );
    line-height: 1.3636363636;
  }
  .graph-area .note {
    font-size: clamp( 10px ,  3.125vw ,  20px );
    line-height: 1.5;
    margin: 0 -20px 20px;
    text-indent: -4.5em;
    padding-left: 4.5em;
  }
  .graph-area .note.red.shadow {
    font-size: clamp( 11px ,  3.4375vw ,  22px );
    margin-left: 0;
    margin-right: 0;
    font-weight: normal;
  }
  .graph-area .note.red {
    margin-top: clamp( 25px ,  7.8125vw ,  50px );
  }
  .graph-area picture + .note {
    margin-top: 20px;
  }
  .graph-area.bg-gray {
    margin-top: -28px;
    background: #CCD1DE;
    margin: 0 10px clamp( 50px ,  15.625vw ,  100px );
    padding: clamp( 25px ,  7.8125vw ,  50px ) 0 clamp( 15px ,  4.6875vw ,  30px );
  }
  .graph-area.bg-gray .inner-block {
    padding-top: 0;
    padding-bottom: 0;
  }
  .graph-area.bg-gray .graph-ttl {
    font-size: clamp( 12px ,  3.75vw ,  24px );
    line-height: 1.5;
  }
  .graph-area.bg-gray .graph-ttl span {
    font-size: clamp( 10px ,  2.5vw ,  16px );
    line-height: 2.5;
  }
  .point02 .graph-area .note.red {
    margin-top: clamp( 15px ,  4.6875vw ,  30px );
  }
  .point02 .graph-area:not(.list) .inner-block {
    padding-left: 0;
    padding-right: 0;
  }
  .point02 .graph-area .note.red + .note.red {
    margin-top: 13px;
  }
  .point02 .graph-area .graph-ttl {
    font-size: clamp( 17px ,  5.3125vw ,  34px );
    margin-bottom: 30px;
    line-height: 1.4705882353;
  }
  .point02 .graph-area.list {
    margin-bottom: clamp( 25px ,  7.8125vw ,  50px );
  }
  .point02 .graph-area.list .inner-block {
    padding-left: 10px;
    padding-right: 10px;
  }
  .point02 .graph-area.list .lists {
    font-size: clamp( 12px ,  3.75vw ,  24px );
    line-height: 1.5;
  }
  .point02 .graph-area.list .lists > li {
    margin-bottom: clamp( 16px ,  5vw ,  32px );
  }
  .point02 .graph-area.list .lists > li::before {
    top: 1.40625vw;
  }
  .point02 .graph-area.list .lists .note {
    font-size: clamp( 10px , 3.125vw , 20px );
    line-height: 1.6;
    padding-left: 0;
    margin: 10px 0 20px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .bg-light-gray {
    padding: clamp( 25px ,  7.8125vw ,  50px ) 0;
    background: #E8EAEF;
    margin-left: 10px;
    margin-right: 10px;
  }
  .bg-light-gray .note {
    margin-left: 10px;
    margin-right: 10px;
    text-indent: -4em;
    padding-left: 4.5em;
  }
  .bg-light-gray .note.red {
    color: #FF0000;
  }
  .bg-light-gray .graph-ttl {
    margin-bottom: 30px;
    font-size: clamp( 15px ,  4.6875vw ,  30px );
    line-height: 1.25;
  }
  .bg-light-gray .graph-ttl span {
    font-size: 24px;
    line-height: 1.6666666667;
    font-size: clamp( 12px ,  3.75vw ,  24px );
  }
  .bg-light-gray .area-title {
    width: 75vw;
    margin-bottom: clamp( 25px ,  7.8125vw ,  50px );
    font-size: clamp( 18px ,  5.625vw ,  36px );
  }
  .bg-light-gray .graph-area {
    margin-bottom: 50px;
  }
  .bg-light-gray .graph-area + .graph-area {
    margin-bottom: 0;
  }
  .bg-light-gray .txt-area {
    font-size: clamp( 16px ,  4.267vw ,  18px );
    line-height: 1.8;
  }
  .bg-light-gray .note.small {
    font-size: clamp( 10px ,  3.125vw ,  20px );
    text-indent: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
  .anm-fadeInUp {
    --fadeUp: 50px;
  }
  .anm-fadeInSlide {
    --fadeUp: 50px;
  }
  .indexes.anm-fadeInUp {
    --fadeUp: 50px;
  }
  .lp-main .mv {
    height: clamp( 158px ,  49.375vw ,  316px );
  }
  .lp-main .mv::before {
    background-position: left top;
  }
  .lp-main .mv .mv-inner > img {
    width: 9.6875vw;
    top: 20px;
    left: 20px;
  }
  .lp-main .mv .mv-inner > h1 > img {
    width: 59.84375vw;
  }
  .lp-main .bg-fixed::after {
    top: 300px;
  }
  .lp-main .top-contents {
    padding-top: 70px;
  }
  .lp-main .top-contents {
    padding-left: 0;
  }
  .lp-main .top-contents .points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: clamp( 50px ,  15.625vw ,  100px );
  }
  .lp-main .top-contents .points .tag .point {
    font-size: clamp( 10px ,  3.125vw ,  20px );
  }
  .lp-main .top-contents .points .tag .num {
    font-size: clamp( 25px ,  7.8125vw ,  50px );
  }
  .lp-main .top-contents .points .sec-title {
    font-size: clamp( 20px ,  6.25vw ,  40px );
    line-height: 1.25;
  }
  .lp-main .top-contents .points > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: clamp( 148px ,  46.25vw ,  296px );
    width: 72.1875vw;
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px;
            box-shadow: rgba(0, 0, 0, 0.8) 0 3px 5px;
  }
  .lp-main .top-contents .points > li::after {
    width: calc( 72.1875vw  +  276px );
    left: -138px;
    -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
  }
  .lp-main .top-contents .points > li .inn {
    -webkit-transform: skewX(25deg);
            transform: skewX(25deg);
  }
  .lp-main .top-contents .points > li:first-child {
    left: 0;
    margin-bottom: 60px;
  }
  .lp-main .top-contents .points > li:nth-child(2) {
    right: 0;
    top: 0;
  }
  .lp-main .point-block .sec-tag {
    width: clamp( 97px ,  30.3125vw ,  194px );
    height: clamp( 90.5px ,  28.28125vw ,  181px );
    max-width: 131px;
    max-height: 129px;
    margin-bottom: clamp( 20px ,  6.25vw ,  40px );
  }
  .lp-main .point-block .sec-tag .point {
    font-size: clamp( 10px ,  3.125vw ,  20px );
  }
  .lp-main .point-block .sec-tag .num {
    font-size: clamp( 22.5px ,  7.03125vw ,  45px );
  }
  .lp-main .point-block .sec-band {
    font-size: clamp( 25px ,  7.8125vw ,  50px );
    width: clamp( 212.5px ,  66.40625vw ,  425px );
    margin-bottom: clamp( 37.5px ,  11.71875vw ,  75px );
  }
  .lp-main .point-block .sec-band span {
    width: 100%;
  }
  .lp-main .point01 {
    padding-bottom: clamp( 50px ,  15.625vw ,  100px );
  }
  .lp-main .point01 .indexes {
    margin-bottom: clamp( 50px ,  15.625vw ,  100px );
    padding-left: 10px;
    padding-right: 10px;
  }
  .lp-main .point01 .indexes > p:not(.note) {
    font-size: clamp( 15px ,  4.6875vw ,  30px );
    line-height: 1.2;
  }
  .lp-main .point01 .indexes > p:not(.note)::after, .lp-main .point01 .indexes > p:not(.note)::before {
    width: clamp( 30px ,  9.375vw ,  60px );
  }
  .lp-main .point01 .indexes .note {
    font-size: clamp( 10px ,  3.125vw ,  20px );
    line-height: 1.5;
    margin: 0 10px;
  }
  .lp-main .point01 .indexes .note + .note {
    margin-top: 15px;
  }
  .lp-main .point01 .index-list {
    margin-top: 38px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-main .point01 .index-list > li {
    width: 100%;
  }
  .lp-main .point01 .index-list > li:not(:last-child) {
    margin-bottom: clamp( 15px ,  4.6875vw ,  30px );
  }
  .lp-main .point01 .index-list > li .index-title {
    margin-bottom: 10px;
    font-size: clamp( 13px ,  4.0625vw ,  26px );
    line-height: clamp( 48px ,  9.375vw ,  60px );
  }
  .lp-main .point01 .index-list > li:nth-child(1) {
    padding-right: 0;
  }
  .lp-main .point01 .index-list > li:nth-child(2) {
    padding: 0;
    width: 100%;
  }
  .lp-main .point01 .index-list > li:nth-child(3) {
    padding-left: 0;
  }
  .lp-main .point01 .index-content {
    font-size: clamp( 12px ,  3.75vw ,  24px );
    line-height: 1.6666666667;
  }
  .lp-main .point01 .index-content > li::before {
    width: 6px;
    height: 6px;
    left: 9px;
    top: clamp( 10px ,  2.8125vw ,  18px );
  }
  .lp-main .point01 .index-content > li + li {
    margin-top: 10px;
  }
  .lp-main .point02 {
    padding-bottom: 25px;
  }
  .lp-main .point02 .sec-band {
    width: calc(100% - 60px);
    margin: clamp( 22.5px ,  7.03125vw ,  45px ) auto clamp( 25px ,  7.8125vw ,  50px );
  }
  .lp-main .point02 .feature-list {
    margin: 0 10px;
    font-size: clamp( 11px ,  3.4375vw ,  22px );
    line-height: 1.6363636364;
  }
  .lp-main .point02 .feature-list + .red.note-bg {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    font-size: clamp( 10px ,  3.125vw ,  20px );
    line-height: 1.8;
    margin-top: clamp( 30px ,  6.25vw ,  40px );
  }
  .lp-main .foot-contents .banner {
    height: clamp( 222px ,  69.375vw ,  444px );
    margin-bottom: 0;
  }
  .lp-main .foot-contents .banner > p {
    font-size: clamp( 15px ,  4.6875vw ,  30px );
    line-height: 2;
    margin-top: 0;
  }
  .lp-main .foot-contents .banner > p span {
    padding: 0;
  }
  .lp-main .foot-contents .links {
    padding: clamp( 50px ,  15.625vw ,  100px ) 0;
  }
  .lp-main .foot-contents .links .note {
    font-size: clamp( 11.5px ,  3.59375vw ,  23px );
    line-height: 1.6666666667;
  }
  .lp-main .foot-contents .links .link-box {
    margin: 0 20px;
    padding: 50px 0;
  }
  .lp-main .foot-contents .links .link-box .link-ttl {
    font-size: clamp( 21px ,  6.5625vw ,  42px );
    margin-bottom: clamp( 14px ,  4.375vw ,  28px );
  }
  .lp-main .foot-contents .links .link-box .link-ttl + p {
    font-size: clamp( 10px ,  2.5vw ,  16px );
    margin-bottom: clamp( 22.5px ,  7.03125vw ,  45px );
  }
  .lp-main .foot-contents .links .link-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lp-main .foot-contents .links .link-list > li {
    width: clamp( 180px ,  56.25vw ,  360px );
    height: clamp( 50px ,  15.625vw ,  100px );
  }
  .lp-main .foot-contents .links .link-list > li + li {
    margin-top: clamp( 20px ,  4.6875vw ,  30px );
  }
  .lp-main .foot-contents .links .link-list > li:first-child img {
    max-width: 60%;
  }
  .lp-main .foot-contents .links .link-list > li:nth-child(2) img {
    max-width: 80%;
  }
  .lp-main .foot-contents .links .link-list > li:nth-child(3) img {
    max-width: 90%;
  }
  .lp-main .foot-contents .links .link-list > li:nth-child(4) img {
    max-width: 60%;
  }
  .lp-main .foot-contents .links .link-list > li:nth-child(5) img {
    max-width: 90%;
  }
  .lp-main .copyright {
    padding-top: 50px;
    padding-bottom: 45px;
  }
  .lp-main .copyright .copyright-ttl {
    font-size: clamp( 18px ,  3.75vw ,  24px );
    margin-bottom: 25px;
  }
  .lp-main .copyright .copyright-ttl::before {
    width: clamp( 87px ,  27.1875vw ,  174px );
  }
  .lp-main .copyright .copyright-ttl::after {
    width: clamp( 87px ,  27.1875vw ,  174px );
  }
  .lp-main .copyright .copyright-list {
    font-size: 12px;
    margin-bottom: 42px;
  }
  .lp-main .copyright .copyright-list > li + li {
    margin-top: 42px;
  }
  .lp-main .copyright .copyright-list > li .list-title.circle::before {
    width: 14px;
    height: 14px;
    top: 2px;
  }
  .lp-main .copyright .copyright-list > li .list-title {
    font-size: 18px;
    line-height: 1.4;
  }
  .lp-main .copyright .copyright-list > li .list-title span {
    font-size: clamp( 10px ,  2.1875vw ,  14px );
    padding-left: 0;
    line-height: 1.6;
  }
  .lp-main .copyright .copyright-date {
    font-size: clamp( 10px ,  2.5vw ,  16px );
  }
  .lp-main .copyright .inner-list > li::before {
    width: 9px;
    height: 9px;
  }
  .floating-banner {
    font-size: 14px;
    width: 100px;
    height: 100px;
  }
  .floating-banner > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    width: 1360px;
  }
  .inner-block.narrow {
    width: 1060px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .lp-main .bg-fixed .points-block .ttl-block .text {
    font-size: 34px;
    letter-spacing: -0.01em;
  }
  .lp-main .bg-fixed .points-block::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 400px;
    height: 200px;
    background: #2F4485;
    z-index: -2;
  }
  .lp-main .top-contents .points > li > a:hover {
    opacity: 0.7;
  }
  .lp-main .point01 .index-list > li + li {
    position: relative;
  }
  .lp-main .point01 .index-list > li + li::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: #CCCCCC;
    left: 0;
  }
  .lp-main .point01 .index-content {
    height: calc(100% - 80px);
  }
  .lp-main .foot-contents .links .note a:hover {
    color: rgba(219, 0, 0, 0.7);
  }
  .lp-main .foot-contents .links .link-box::before, .lp-main .foot-contents .links .link-box::after {
    content: "";
    position: absolute;
    width: 80px;
    height: 80px;
    background-color: #02185A;
  }
  .lp-main .foot-contents .links .link-box::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 0 100%);
    top: -1px;
    left: -1px;
  }
  .lp-main .foot-contents .links .link-box::after {
    -webkit-clip-path: polygon(100% 100%, 100% 0, 0 100%);
            clip-path: polygon(100% 100%, 100% 0, 0 100%);
    bottom: -1px;
    right: -1px;
  }
  .lp-main .foot-contents .links .link-list > li a:hover {
    opacity: 0.7;
    scale: 1.02;
  }
  .floating-banner > a:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: rgba(56, 255, 173, 0.6) 0 0 0;
            box-shadow: rgba(56, 255, 173, 0.6) 0 0 0;
  }
  .floating-banner > a > p {
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 440px) {
  .inner-block {
    padding: 0 20px;
  }
  .top-contents .ttl-block {
    padding: 0;
  }
  .point-block .ttl-block {
    padding: 0 10px;
  }
  .point-block .ttl-block .note {
    margin-bottom: 25px;
  }
  .graph-area {
    margin-bottom: clamp( 20px ,  9.0909090909vw ,  40px );
  }
  .graph-area .inner-block {
    padding: clamp( 10px ,  2.2727272727vw ,  10px );
  }
  .graph-area .note {
    margin: 0 -5px clamp( 10px ,  4.5454545455vw ,  20px );
    text-indent: -4em;
    padding-left: 4.2em;
  }
  .graph-area .note.red {
    margin-top: 20px;
  }
  .graph-area.bg-gray .graph-ttl {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .point02 .graph-area.list .graph-ttl {
    margin-bottom: clamp( 15px ,  6.8181818182vw ,  30px );
  }
  .bg-light-gray .graph-area {
    margin-bottom: 30px;
  }
  .bg-light-gray .graph-area .note {
    margin-left: 5px;
    margin-right: 5px;
  }
  .bg-light-gray .graph-area .note.indent {
    padding-left: 1em;
    text-indent: -1em;
  }
  .bg-light-gray .graph-area .note:not(.red):not(.small) {
    text-indent: -4em;
    padding-left: 3.5em;
  }
  .bg-light-gray .txt-area {
    padding: 4.5454545455vw 6.8181818182vw;
    margin-top: 6.8181818182vw;
    margin-bottom: 4.5454545455vw;
  }
  .graph02 {
    margin-bottom: 20px;
  }
  .note.red.note-bg {
    padding: 7px 20px;
  }
  .lp-main .bg-fixed .points-block > .inner-block::after {
    width: calc(100% - 40px);
    left: 20px;
  }
  .lp-main .top-contents {
    padding-top: clamp( 20px ,  9.0909090909vw ,  40px );
  }
  .lp-main .point01 .indexes > p:not(.note)::after, .lp-main .point01 .indexes > p:not(.note)::before {
    width: clamp( 17.5px ,  7.9545454545vw ,  35px );
  }
  .lp-main .point01 .index-list > li .index-title {
    line-height: clamp( 32px ,  9.0909090909vw ,  40px );
  }
  .lp-main .point02 {
    padding-bottom: 0;
  }
  .lp-main .foot-contents .links {
    padding-top: clamp( 25px ,  11.3636363636vw ,  50px );
  }
  .lp-main .foot-contents .links .note {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: clamp( 20px ,  9.0909090909vw ,  40px );
  }
  .lp-main .foot-contents .links .link-box {
    margin: 0;
    padding: clamp( 20px ,  9.0909090909vw ,  40px ) 0;
  }
  .lp-main .copyright .copyright-ttl::before {
    width: clamp( 40px ,  18.1818181818vw ,  80px );
  }
  .lp-main .copyright .copyright-ttl::after {
    width: clamp( 40px ,  18.1818181818vw ,  80px );
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .graph-area .note.red.shadow {
    margin-bottom: 0;
  }
}