@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
caption,
td,
th {
  font-weight: inherit;
  text-align: left;
  vertical-align: middle;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}
a img {
  border: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  background: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}
html {
  box-sizing: border-box;
  min-width: 110rem;
  font-size: 62.5%;
}
*,
:after,
:before {
  box-sizing: inherit;
}
img {
  box-sizing: content-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
a {
  transition-duration: 0.5s;
}
b,
strong {
  font-weight: 700;
}
sup {
  font-size: 0.7em;
  vertical-align: super;
}
table {
  width: 100%;
  max-width: 100%;
}
table p:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
td,
th {
  min-height: 1em;
  word-break: break-all;
  word-wrap: break-word;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #c1c1c1;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #c1c1c1;
}
input::placeholder,
textarea::placeholder {
  color: #c1c1c1;
}
[type="email"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="url"],
button,
select,
textarea {
  border: 0;
  background: 0;
  outline: none;
}
[type="checkbox"],
[type="radio"],
[type="submit"],
a,
area,
button,
label,
select {
  cursor: pointer;
}
.body-in {
  overflow-x: hidden;
}
.anime {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.anime:not(.key) {
  transition-duration: 0.5s;
}
.anime.quick {
  transition-duration: 0s;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
}
.anime.flip-x {
  transform: rotateX(90deg);
}
.anime.flip-y {
  transform: rotateY(90deg);
}
.anime.zoom-in {
  transform: scale(0);
}
.anime.top-in {
  transform: translateY(-50px);
  transform-origin: 0 0;
}
.anime.bottom-in {
  transform: translateY(50px);
}
.anime.left-in {
  transform: translateX(-50px);
}
.anime.right-in {
  transform: translateX(50px);
}
@-webkit-keyframes transform-purge {
  to {
    opacity: 1;
    transform: none;
  }
}
@keyframes transform-purge {
  to {
    opacity: 1;
    transform: none;
  }
}
.anime.bottom-in,
.anime.fade-in,
.anime.flip-x,
.anime.flip-y,
.anime.left-in,
.anime.right-in,
.anime.top-in,
.anime.zoom-in {
  opacity: 0;
  transition-property: opacity, transform;
}
.anime.active .anime.bottom-in.chain:not(.key),
.anime.active .anime.fade-in.chain:not(.key),
.anime.active .anime.flip-x.chain:not(.key),
.anime.active .anime.flip-y.chain:not(.key),
.anime.active .anime.left-in.chain:not(.key),
.anime.active .anime.right-in.chain:not(.key),
.anime.active .anime.top-in.chain:not(.key),
.anime.active .anime.zoom-in.chain:not(.key),
.anime.bottom-in.active:not(.key),
.anime.bottom-in.lock:not(.key),
.anime.fade-in.active:not(.key),
.anime.fade-in.lock:not(.key),
.anime.flip-x.active:not(.key),
.anime.flip-x.lock:not(.key),
.anime.flip-y.active:not(.key),
.anime.flip-y.lock:not(.key),
.anime.left-in.active:not(.key),
.anime.left-in.lock:not(.key),
.anime.right-in.active:not(.key),
.anime.right-in.lock:not(.key),
.anime.top-in.active:not(.key),
.anime.top-in.lock:not(.key),
.anime.zoom-in.active:not(.key),
.anime.zoom-in.lock:not(.key),
.swiper-slide-active .anime.bottom-in:not(.key),
.swiper-slide-active .anime.fade-in:not(.key),
.swiper-slide-active .anime.flip-x:not(.key),
.swiper-slide-active .anime.flip-y:not(.key),
.swiper-slide-active .anime.left-in:not(.key),
.swiper-slide-active .anime.right-in:not(.key),
.swiper-slide-active .anime.top-in:not(.key),
.swiper-slide-active .anime.zoom-in:not(.key) {
  opacity: 1;
  transform: none;
}
.anime.active .anime.bottom-in.chain.key,
.anime.active .anime.fade-in.chain.key,
.anime.active .anime.flip-x.chain.key,
.anime.active .anime.flip-y.chain.key,
.anime.active .anime.left-in.chain.key,
.anime.active .anime.right-in.chain.key,
.anime.active .anime.top-in.chain.key,
.anime.active .anime.zoom-in.chain.key,
.anime.bottom-in.active.key,
.anime.bottom-in.lock.key,
.anime.fade-in.active.key,
.anime.fade-in.lock.key,
.anime.flip-x.active.key,
.anime.flip-x.lock.key,
.anime.flip-y.active.key,
.anime.flip-y.lock.key,
.anime.left-in.active.key,
.anime.left-in.lock.key,
.anime.right-in.active.key,
.anime.right-in.lock.key,
.anime.top-in.active.key,
.anime.top-in.lock.key,
.anime.zoom-in.active.key,
.anime.zoom-in.lock.key,
.swiper-slide-active .anime.bottom-in.key,
.swiper-slide-active .anime.fade-in.key,
.swiper-slide-active .anime.flip-x.key,
.swiper-slide-active .anime.flip-y.key,
.swiper-slide-active .anime.left-in.key,
.swiper-slide-active .anime.right-in.key,
.swiper-slide-active .anime.top-in.key,
.swiper-slide-active .anime.zoom-in.key {
  -webkit-animation-name: transform-purge;
  animation-name: transform-purge;
}
@-webkit-keyframes expand-x {
  to {
    max-width: 100%;
    white-space: normal;
    opacity: 1;
  }
}
@keyframes expand-x {
  to {
    max-width: 100%;
    white-space: normal;
    opacity: 1;
  }
}
@-webkit-keyframes expand-y {
  to {
    max-height: 100%;
    white-space: normal;
  }
}
@keyframes expand-y {
  to {
    max-height: 100%;
    white-space: normal;
  }
}
.anime.expand-x {
  max-width: 0;
}
.anime.active .anime.expand-x.chain:not(.key),
.anime.expand-x.active:not(.key),
.anime.expand-x.lock:not(.key),
.swiper-slide-active .anime.expand-x:not(.key) {
  max-width: 100%;
  white-space: normal;
}
.anime.active .anime.expand-x.chain.key,
.anime.expand-x.active.key,
.anime.expand-x.lock.key,
.swiper-slide-active .anime.expand-x.key {
  -webkit-animation-name: expand-x;
  animation-name: expand-x;
}
.anime.expand-y {
  max-height: 0;
}
.anime.active .anime.expand-y.chain:not(.key),
.anime.expand-y.active:not(.key),
.anime.expand-y.lock:not(.key),
.swiper-slide-active .anime.expand-y:not(.key) {
  max-height: 100%;
  white-space: normal;
}
.anime.active .anime.expand-y.chain.key,
.anime.expand-y.active.key,
.anime.expand-y.lock.key,
.swiper-slide-active .anime.expand-y.key {
  -webkit-animation-name: expand-y;
  animation-name: expand-y;
}
.anime.expand-x,
.anime.expand-y {
  overflow: hidden;
  white-space: nowrap;
}
@-webkit-keyframes focus-in {
  to {
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes focus-in {
  to {
    filter: blur(0);
    opacity: 1;
  }
}
.anime.blur {
  opacity: 0;
}
.anime.active .anime.blur.chain:not(.key),
.anime.blur.active:not(.key),
.anime.blur.lock:not(.key),
.swiper-slide-active .anime.blur:not(.key) {
  opacity: 1;
}
.anime.active .anime.blur.chain.key,
.anime.blur.active.key,
.anime.blur.lock.key,
.swiper-slide-active .anime.blur.key {
  -webkit-animation-name: transform-purge;
  animation-name: transform-purge;
}
@supports (filter: blur(12px)) {
  .anime.blur {
    filter: blur(12px);
  }
  .anime.active .anime.blur.chain:not(.key),
  .anime.blur.active:not(.key),
  .anime.blur.lock:not(.key),
  .swiper-slide-active .anime.blur:not(.key) {
    filter: blur(0);
  }
  .anime.active .anime.blur.chain.key,
  .anime.blur.active.key,
  .anime.blur.lock.key,
  .swiper-slide-active .anime.blur.key {
    -webkit-animation-name: focus-in;
    animation-name: focus-in;
  }
}
body .robo,
button.robo,
input.robo,
select.robo,
textarea.robo {
  font-family: Roboto, -apple-system, Noto Sans CJK JP, Noto Sans Japanese,
    Noto Sans JP, 游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic,
    Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
}
.o-list > li,
.u-list > li {
  margin: 0 0 0 2%;
  width: 98%;
}
.u-list > li {
  list-style-type: disc;
}
.o-list > li {
  list-style-type: decimal;
}
.flex {
  display: -ms-flexbox;
  display: flex;
}
.flex.bet,
.pc-flex.bet,
.sp-flex.bet {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.aro,
.pc-flex.aro,
.sp-flex.aro {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.vstart,
.pc-flex.vstart,
.sp-flex.vstart {
  -ms-flex-align: start;
  align-items: flex-start;
}
.flex.vend,
.pc-flex.vend,
.sp-flex.vend {
  -ms-flex-align: end;
  align-items: flex-end;
}
.flex.vcenter,
.pc-flex.vcenter,
.sp-flex.vcenter {
  -ms-flex-align: center;
  align-items: center;
}
.flex.hstart,
.pc-flex.hstart,
.sp-flex.hstart {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.flex.hcenter,
.pc-flex.hcenter,
.sp-flex.hcenter {
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.hend,
.pc-flex.hend,
.sp-flex.hend {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.flex.str,
.pc-flex.str,
.sp-flex.str {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.flex.vert,
.pc-flex.vert,
.sp-flex.vert {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex.break,
.pc-flex.break,
.sp-flex.break {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.youtube-wrap {
  position: relative;
  padding-top: 56.25%;
  width: 100%;
}
.youtube-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.grayscale {
  filter: grayscale(100%);
}
.activeToggle.active .activeToggle__off,
.activeToggle:not(.active) .activeToggle__on {
  display: none;
}
body.lock {
  overflow: hidden;
}
.serif {
  font-family: "Noto Serif JP", Yu Mincho, YuMincho, Hiragino Mincho ProN,
    "NotoSerifCJKjp", HGS明朝E, HG明朝E, serif;
}
.is-none {
  display: none !important;
}
.js-hide {
  display: none;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}
.ta-left {
  text-align: left;
}
.fw-700 {
  font-weight: 700;
}
.fw-900 {
  font-weight: 900;
}
.fz-e7 {
  font-size: 0.7em;
}
.fz-e8 {
  font-size: 0.8em;
}
.fz-e9 {
  font-size: 0.9em;
}
.is-false {
  pointer-events: none;
}
.md-uline {
  position: relative;
  text-decoration: none;
}
.md-uline:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 2px;
  background: #0251b6;
  transition-duration: 0.5s;
  transform: rotateY(90deg);
  transform-origin: 50%;
  content: "";
}
.md-uline.uline-block {
  display: block;
}
.md-uline.uline-left:before {
  transform-origin: 0;
}
.md-uline.uline-right:before {
  transform-origin: 100%;
}
.md-uline.active,
.md-uline:hover,
a.active .md-uline,
a:hover .md-uline {
  text-decoration: none;
}
.md-uline.active:before,
.md-uline:hover:before,
a.active .md-uline:before,
a:hover .md-uline:before {
  transform: rotateY(0deg);
}
.md-overlay {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition-duration: 0.5s;
  cursor: pointer;
}
.md-overlay:not(.active) {
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}
.md-overlay--modal {
  z-index: 10000;
}
.md-overlay--ripple {
  border-radius: 50%;
  width: 300vh;
  height: 300vh;
  transform: translate(50%, -50%);
}
.md-overlay--ripple:not(.active) {
  width: 0;
  height: 0;
}
.md-overlay--shutter {
  height: 200vh;
  background-image: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0.5) 50%,
    hsla(0, 0%, 100%, 0)
  );
}
.md-overlay--shutter:not(.active) {
  transform: translateY(-100%);
}
.md-loading {
  position: relative;
  min-height: 9rem;
  max-height: 60vh;
}
.md-loading:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin: -2rem 0 0 -2rem;
  border: 3px solid #0251b6;
  border-bottom-color: rgba(2, 81, 182, 0.5);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  -webkit-animation-name: mdLoading;
  animation-name: mdLoading;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: "";
}
.md-loading:not(.active) {
  opacity: 0;
  visibility: hidden;
}
@-webkit-keyframes mdLoading {
  to {
    transform: rotate(1turn);
  }
}
@keyframes mdLoading {
  to {
    transform: rotate(1turn);
  }
}
.md-lay {
  display: inline-block;
  z-index: 1;
  vertical-align: middle;
  transform: perspective(0) translateZ(0);
}
.md-lay,
.md-lay .lay-bg {
  position: relative;
  transition-duration: 0.5s;
}
.md-lay .lay-bg {
  z-index: 2;
}
.md-lay .lay-bg img {
  width: 100%;
  vertical-align: middle;
}
.md-lay .lay-bg .on {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.5s;
}
.md-lay .lay-bg .off {
  position: relative;
  transition-duration: 0.5s;
}
.md-lay:after,
.md-lay:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition-duration: 0.5s;
  transform: perspective(0) translateZ(0);
  content: "";
}
.md-lay:before {
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
}
.md-lay:after {
  z-index: 4;
}
.md-lay.zoom {
  overflow: hidden;
}
.md-lay.block,
.md-lay.over {
  display: block;
}
.md-lay.over .lay-bg img {
  margin-left: 50%;
  width: auto;
  max-width: none;
  transform: translate(-50%);
}
.md-lay.through {
  display: inline-block;
  overflow: visible;
}
.md-lay.through .lay-bg img {
  width: auto;
  max-width: none;
}
.md-lay.no-cover:after,
.md-lay.no-cover:before {
  display: none;
}
.md-lay .lay-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
}
a.active .md-lay .lay-bg .on {
  opacity: 1;
}
a.active .md-lay .lay-bg .off {
  opacity: 0;
}
a.active .md-lay.zoom .lay-bg {
  transform: scale(1.05);
}
a.active .md-lay.bright:before {
  opacity: 1;
}
a.active .md-lay.border:after {
  box-shadow: inset 0 0 0 10px hsla(0, 0%, 100%, 0.5);
  opacity: 1;
}
@font-face {
  font-family: iconfont;
  src: url(font/icon/iconfont.eot?f0a5a43ebce062fb003b4eed0c9c1c82?#iefix)
      format("embedded-opentype"),
    url(font/icon/iconfont.woff2?f0a5a43ebce062fb003b4eed0c9c1c82)
      format("woff2"),
    url(font/icon/iconfont.woff?f0a5a43ebce062fb003b4eed0c9c1c82) format("woff");
  font-display: swap;
}
.iconfont,
i[class*="icon-"]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: iconfont !important;
  font-style: normal;
  font-weight: 400 !important;
  font-variant: normal;
  text-decoration: none;
  text-transform: none;
}
i[class*="icon-"] {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}
i[class*="icon-"]:before {
  display: inline-block;
  vertical-align: bottom;
}
.icon-down:before {
  content: "\f101";
}
.icon-facebook:before {
  content: "\f102";
}
.icon-instagram:before {
  content: "\f103";
}
.icon-left:before {
  content: "\f104";
}
.icon-line:before {
  content: "\f105";
}
.icon-right:before {
  content: "\f106";
}
.icon-twitter:before {
  content: "\f107";
}
.icon-up:before {
  content: "\f108";
}
.md-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  border: 0;
  width: 100%;
  overflow: hidden;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  transition-duration: 0.5s;
  cursor: pointer;
}
.md-btn.left-text {
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
}
.md-btn.mat {
  padding: 0;
}
.md-btn.mat a,
.md-btn.mat button,
.md-btn.mat input[type="button"],
.md-btn.mat input[type="submit"] {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  width: 100%;
  height: 100%;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1;
  color: inherit;
  background: transparent;
  outline: none;
  transition: color 0s;
}
.md-btn:before {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: none;
  transition-duration: 0.5s;
  pointer-events: none;
  content: "";
}
.md-btn:not(.reverse):before {
  left: -100%;
}
.md-btn.reverse:before {
  right: -100%;
}
.md-btn.stay:before {
  display: none;
}
.md-btn .head-icon {
  margin-right: 0.5em;
  margin-left: -1em;
}
.md-btn .left-icon,
.md-btn .right-icon {
  position: absolute;
  top: 50%;
  z-index: 10;
  transition: color 0s;
  transform: translateY(-50%);
  pointer-events: none;
}
.md-btn .right-icon {
  right: 0.8em;
  transition: right 0.5s;
}
.md-btn .left-icon {
  left: 0.8em;
  transition: left 0.5s;
}
.md-btn:hover,
a:hover .md-btn {
  text-decoration: none;
}
.md-btn:hover:not(.reverse):before,
a:hover .md-btn:not(.reverse):before {
  left: 0;
}
.md-btn:hover.reverse:before,
a:hover .md-btn.reverse:before {
  right: 0;
}
.md-btn:hover .right-icon:not(.stay),
a:hover .md-btn .right-icon:not(.stay) {
  right: 0.5em;
}
.md-btn:hover .left-icon:not(.stay),
a:hover .md-btn .left-icon:not(.stay) {
  left: 0.5em;
}
.md-btn.white {
  border: 1px solid #fff;
  color: #000;
  background-color: #fff;
}
.md-btn.black,
.md-btn.white:before,
.md-btn.white:hover,
a:hover .md-btn.white {
  color: #fff;
  background-color: #000;
}
.md-btn.black {
  border: 1px solid #000;
}
.md-btn.black:before,
.md-btn.black:hover,
a:hover .md-btn.black {
  color: #000;
  background-color: #fff;
}
.md-acc .acc-btn {
  cursor: pointer;
}
.md-acc .acc-check {
  display: none;
}
.md-acc .acc-body {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.5s;
  transform-origin: 0 0;
}
.md-acc .acc-body .acc-body:not(.active) {
  transition-duration: 0s;
}
.md-acc .acc-body:not(.active) .acc-on,
.md-acc .acc-check:not(:checked) ~ .acc-body .acc-on,
.md-acc .acc-check:not(:checked) ~ .acc-btn .acc-on {
  display: none;
}
.md-acc .acc-body.active,
.md-acc .acc-check:checked ~ .acc-body,
.md-acc .acc-check:checked ~ .acc-btn,
.md-acc .acc-check:checked ~ .acc-btn .acc-body {
  max-height: none;
  opacity: 1;
}
.md-acc .acc-body.active .acc-off,
.md-acc .acc-check:checked ~ .acc-body .acc-off,
.md-acc .acc-check:checked ~ .acc-btn .acc-body .acc-off,
.md-acc .acc-check:checked ~ .acc-btn .acc-off,
.sp-md-acc .acc-check {
  display: none;
}
body {
  width: 100%;
  background-color: #e6ebf5;
  background-image: url(../img/lp/bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100rem auto;
}
.wrap {
  margin: 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
body,
button,
input,
select,
textarea {
  font-family: -apple-system, Noto Sans CJK JP, Noto Sans Japanese, Noto Sans JP,
    游ゴシック Medium, Yu Gothic Medium, 游ゴシック体, YuGothic,
    Hiragino Kaku Gothic ProN, メイリオ, Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: #000;
  word-wrap: break-word;
}
body {
  line-height: 1.8;
}
a {
  color: #0251b6;
  text-decoration: none;
}
p:not([class]):not(:last-child) {
  margin-bottom: 1em;
}
::selection {
  color: #fff;
  background-color: #02469d;
}
.headerPad {
  padding-top: 10rem;
}
.header {
  padding: 5.78rem 0 0;
}
.header__logo {
  margin: 0 auto;
  width: 44.8rem;
}
.footer-container {
  padding: 20px;
  letter-spacing: 0.1em;
  background: #fff;
}
.footer-container .common-footer-logo > p {
  margin-bottom: 5px;
}
.cfix:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: "";
}
.cfix {
  zoom: 1;
}
.common-footer-logo {
  float: left;
}
.common-footer-logo img {
  width: 90px;
  height: 41px;
}
.common-footer-info {
  float: right;
}
.common-footer-link {
  padding-top: 13px;
  font-size: 12px;
  line-height: 1.9;
}
.common-footer-link li {
  float: left;
}
.common-footer-link li a {
  padding: 0 5px;
  font-size: 11px;
  color: #0235cc;
  text-decoration: underline;
}
.common-footer-link li img {
  margin-left: 3px;
  vertical-align: middle;
}
.common-footer-copy p {
  float: left;
}
.common-footer-copy {
  margin: 8px 0 5px;
  clear: both;
  font-size: 10px;
  color: #787878;
}
.topFrame {
  margin: 0 auto;
  padding: 0 0 8.5rem;
  min-width: 110rem;
}
.box {
  border-radius: 2rem;
  background: #fff;
  box-shadow: 0 8px 50px rgba(0, 0, 0, 0.05);
}
.box:not(:first-child) {
  margin: 4.5rem 0 0;
}
.intro {
  position: relative;
  margin: 5.5rem 0 0;
  padding: 3.3rem 2.8rem 4.3rem 5.2rem;
}
.intro__data {
  width: calc(100% - 41rem);
}
.intro__img {
  width: 39rem;
  transform: translateY(2.5rem);
}
.intro__title {
  margin: 2.8rem 0 0;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.2;
}
.intro__text {
  margin: 2.5rem 0 0;
  font-size: 1.8rem;
}
.topAccess {
  margin: 2.5rem 0 0;
  padding: 3rem 2.5rem 2.5rem;
  border-radius: 2rem;
  background: #cfeee9;
}
.topAccess__data {
  width: calc(100% - 26.5rem);
  white-space: nowrap;
}
.topAccess__img {
  width: 24.2rem;
  text-align: center;
  white-space: nowrap;
}
.topAccess__title {
  margin: 0.5rem 0 0;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1;
}
.topAccess__text {
  font-weight: 700;
}
.topAccess__info,
.topAccess__text {
  margin: 1.5rem 0 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
.topAccess__info {
  padding: 2.2rem 2.4rem;
  border-radius: 1rem;
  font-weight: 500;
  background: hsla(0, 0%, 100%, 0.5);
}
.topAccess__more {
  margin: 1rem 0 0;
  font-size: 1.5rem;
  line-height: 1;
}
.topAccess__link {
  color: inherit;
  text-decoration: underline;
}
.use {
  padding: 5.3rem 7.2rem 7.5rem;
}
.use__logo,
.use__title {
  text-align: center;
}
.use__title {
  margin: 2rem 0 0;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
}
.use__item {
  width: 23%;
}
.use__item--half {
  width: 50%;
  text-align: center;
}
.use__no {
  margin: 3rem 0 0;
  padding: 0 0 0 0.5em;
  font-size: 4.5rem;
}
.use__name,
.use__no {
  font-weight: 700;
  line-height: 1;
}
.use__name {
  margin: 2rem 0 0;
  font-size: 2.3rem;
}
.use__img {
  margin: 1.6rem 0 0;
}
.use_img {
  width: 210px;
  height: 415px;
}
.use__text {
  margin: 1rem 0 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.access {
  padding: 5rem 0 3rem;
}
.access__img {
  padding: 0 0 0 5rem;
  text-align: center;
}
.access__more {
  margin: 0.5rem 0 0;
  line-height: 1;
}
.access__link {
  color: inherit;
  text-decoration: underline;
}
.access__title {
  margin: 2rem 0 0;
  font-size: 3.3rem;
  font-weight: 700;
  line-height: 1;
}
.access__text {
  margin: 1.8rem 0 0;
  font-size: 1.8rem;
  font-weight: 700;
}
.access__info {
  margin: 3rem 0 0;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .pc-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .flex.pc-bet,
  .pc-flex.pc-bet {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex.aro,
  .flex.pc-aro,
  .pc-flex.aro,
  .pc-flex.pc-aro {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex.pc-vstart,
  .pc-flex.pc-vstart {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex.pc-vend,
  .pc-flex.pc-vend {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex.pc-vcenter,
  .pc-flex.pc-vcenter {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex.pc-hstart,
  .pc-flex.pc-hstart {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex.pc-hcenter,
  .pc-flex.pc-hcenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex.pc-hend,
  .pc-flex.pc-hend {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex.pc-str,
  .pc-flex.pc-str {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex.pc-vert,
  .pc-flex.pc-vert {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.pc-break,
  .pc-flex.pc-break {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex > .pc-1,
  .pc-flex > .pc-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex > .pc-2,
  .pc-flex > .pc-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex > .pc-3,
  .pc-flex > .pc-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .op:hover {
    opacity: 0.7;
  }
  .hoverToggle:hover .hoverToggle__off,
  .hoverToggle:not(:hover) .hoverToggle__on {
    display: none;
  }
  .sp {
    display: none !important;
  }
  .pc-hide {
    display: none;
  }
  .pc-ta-center {
    text-align: center;
  }
  .pc-ta-right {
    text-align: right;
  }
  .pc-ta-left {
    text-align: left;
  }
  .md-lay.pc-over {
    display: block;
  }
  .md-lay.pc-over .lay-bg img {
    margin-left: 50%;
    width: auto;
    max-width: none;
    transform: translate(-50%);
  }
  .md-lay.pc-through {
    display: inline-block;
    overflow: visible;
  }
  .md-lay.pc-through .lay-bg img {
    width: auto;
    max-width: none;
  }
  a:hover .md-lay .lay-bg .on {
    opacity: 1;
  }
  a:hover .md-lay .lay-bg .off {
    opacity: 0;
  }
  a:hover .md-lay.zoom .lay-bg {
    transform: scale(1.05);
  }
  a:hover .md-lay.bright:before {
    opacity: 1;
  }
  a:hover .md-lay.border:after {
    box-shadow: inset 0 0 0 10px hsla(0, 0%, 100%, 0.5);
    opacity: 1;
  }
  a:not(:hover) .md-lay.hide .lay-content {
    opacity: 0;
  }
  .sp-md-acc .acc-btn {
    cursor: auto;
  }
  .wrap.w1065 {
    max-width: 108.5rem;
  }
  .access__link,
  .topAccess__link {
    pointer-events: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-flex {
    display: -ms-flexbox;
    display: flex;
  }
  .flex.sp-bet,
  .sp-flex.sp-bet {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .flex.aro,
  .flex.sp-aro,
  .sp-flex.aro,
  .sp-flex.sp-aro {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex.sp-vstart,
  .sp-flex.sp-vstart {
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex.sp-vend,
  .sp-flex.sp-vend {
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex.sp-vcenter,
  .sp-flex.sp-vcenter {
    -ms-flex-align: center;
    align-items: center;
  }
  .flex.sp-hstart,
  .sp-flex.sp-hstart {
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex.sp-hcenter,
  .sp-flex.sp-hcenter {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex.sp-hend,
  .sp-flex.sp-hend {
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex.sp-str,
  .sp-flex.sp-str {
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .flex.sp-vert,
  .sp-flex.sp-vert {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .flex.sp-break,
  .sp-flex.sp-break {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex > .sp-1,
  .sp-flex > .sp-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .flex > .sp-2,
  .sp-flex > .sp-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .flex > .sp-3,
  .sp-flex > .sp-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .sp-table-break td,
  .sp-table-break th,
  .sp-table-break tr {
    display: inline-block;
    width: 100%;
  }
  .sp-table-over {
    overflow-x: auto;
  }
  .sp-table-over th {
    white-space: nowrap;
  }
  .hoverToggle__on {
    display: none;
  }
  .pc {
    display: none !important;
  }
  .sp-hide {
    display: none;
  }
  .sp-ta-center {
    text-align: center;
  }
  .sp-ta-right {
    text-align: right;
  }
  .sp-ta-left {
    text-align: left;
  }
  .md-lay.sp-over {
    display: block;
  }
  .md-lay.sp-over .lay-bg img {
    margin-left: 50%;
    width: auto;
    max-width: none;
    transform: translate(-50%);
  }
  .md-lay.sp-through {
    display: inline-block;
    overflow: visible;
  }
  .md-lay.sp-through .lay-bg img {
    width: auto;
    max-width: none;
  }
  .sp-md-acc .acc-body {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition-duration: 0.5s;
    transform-origin: 0 0;
  }
  .sp-md-acc .acc-body .acc-body:not(.active) {
    transition-duration: 0s;
  }
  .sp-md-acc .acc-body:not(.active) .acc-on,
  .sp-md-acc .acc-check:not(:checked) ~ .acc-body .acc-on,
  .sp-md-acc .acc-check:not(:checked) ~ .acc-btn .acc-on {
    display: none;
  }
  .sp-md-acc .acc-body.active,
  .sp-md-acc .acc-check:checked ~ .acc-body,
  .sp-md-acc .acc-check:checked ~ .acc-btn {
    max-height: none;
    opacity: 1;
  }
  .sp-md-acc .acc-body.active .acc-off,
  .sp-md-acc .acc-check:checked ~ .acc-body .acc-off,
  .sp-md-acc .acc-check:checked ~ .acc-btn .acc-off {
    display: none;
  }
  .headerPad {
    padding-top: 6rem;
  }
}
@media screen and (orientation: landscape) {
  .md-overlay--ripple {
    width: 300vw;
    height: 300vw;
  }
} /*# sourceMappingURL=lp.css.map */
