@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

img {
  vertical-align: bottom; }

::selection {
  background: #444;
  /* Safari */ }

::-moz-selection {
  background: #444; }

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1; }

main {
  display: block; }

@media print {
  * html body {
    zoom: 0.68;
    -webkit-print-color-adjust: exact;
    letter-spacing: 0; }

  body {
    font-size: 10px !important; }

  .l-header,
  .l-footer {
    display: none; }

  .l-container {
    width: 100%; }

  .c-pagetop {
    display: none !important; }

  .p-table {
    font-size: 10px !important; }
    .p-table td {
      padding: 0.4em !important; }

  .l-hero {
    padding-top: 0 !important; } }
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  background: #FFF;
  color: #6A6A6A;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  line-height: 1.8;
  letter-spacing: 0.04em;
  min-width: 320px; }
  @media only screen and (min-width: 1440px) {
    body {
      font-size: 1.8em; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    body {
      font-size: 1.6em; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    body {
      font-size: 1.4em; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    body {
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    body {
      font-size: 1em; } }

img {
  width: 100%;
  height: auto; }

a {
  color: #FFF;
  text-decoration: none; }
  a:hover {
    color: #FFF;
    text-decoration: underline; }
  a:visited {
    color: #FFF;
    text-decoration: underline; }
  a:active {
    color: #FFF;
    text-decoration: underline; }

a[id]:not([href]) {
  margin-top: -64px;
  padding-top: 64px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (min-width: 1440px) {
    a[id]:not([href]) {
      margin-top: -100px;
      padding-top: 100px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    a[id]:not([href]) {
      margin-top: -100px;
      padding-top: 100px; } }

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ACACAC;
  margin-top: 5em;
  margin-bottom: 5em; }

.l-container {
  width: 100%;
  min-width: 320px;
  overflow: hidden; }
  @media only screen and (min-width: 1440px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-container {
      margin: 0 auto;
      padding: 0; } }

.l-header {
  top: 0;
  transition-property: background-color;
  transition-duration: .4s;
  transition-delay: 0s;
  position: fixed;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  z-index: 10000; }
  .l-header.fixed {
    background: #FFF; }
    @media only screen and (min-width: 1440px) {
      .l-header.fixed {
        box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-header.fixed {
        box-shadow: 0px 13px 21px -10px rgba(0, 0, 0, 0.2); } }
  .l-header__inner {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    transition: all 0.3s ease; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-header__inner {
        padding: 1rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-header__inner {
        padding: 1rem 2rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-header__inner {
        padding: 2rem 3rem; } }
    @media only screen and (min-width: 1440px) {
      .l-header__inner {
        padding: 3rem 4rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-header__inner {
        padding: 3rem 4rem; } }

@media only screen and (min-width: 1440px) {
  .fixed .l-header__inner {
    padding: 1.6rem 3rem; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .fixed .l-header__inner {
    padding: 1.6rem 3rem; } }

.l-header.fixed .p-header-tel-wrap {
  background: #20258B; }

.l-hero {
  background: linear-gradient(302.49deg, #303694 37.33%, #2E6EDD 101.44%);
  width: 100%;
  overflow: hidden;
  color: #FFF;
  min-height: 400px; }
  .l-hero__inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1940px;
    margin: 0 auto;
    position: relative; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-hero__inner {
        padding: 8rem 2rem 4rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-hero__inner {
        padding: 8rem 2rem 4rem 2rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-hero__inner {
        padding: 6rem 4rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-hero__inner {
        padding: 2rem 0 2rem 5rem; } }
    @media only screen and (min-width: 1440px) {
      .l-hero__inner {
        padding: 6rem 0 6rem 8rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-hero__inner {
        padding-top: 80px; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-hero__inner {
        padding-top: 100px;
        height: 100vh;
        min-height: 600px;
        max-height: 880px; } }
    @media only screen and (min-width: 1440px) {
      .l-hero__inner {
        padding-top: 100px;
        height: 100vh;
        min-height: 700px;
        max-height: 980px; } }

.l-loop {
  padding: 2rem 0; }

@media only screen and (min-width: 1440px) {
  .l-intro {
    background: #61687A url(../images/common/bg_intro.webp) no-repeat bottom center;
    background-size: cover; }
    .l-intro__inner {
      width: 100%;
      max-width: 1940px;
      margin: 0 auto;
      color: #FFF; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .l-intro {
    background: #61687A url(../images/common/bg_intro.webp) no-repeat bottom center;
    background-size: cover; }
    .l-intro__inner {
      width: 100%;
      max-width: 1940px;
      margin: 0 auto;
      color: #FFF; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .l-intro {
    background: url(../images/common/bg_intro.webp) no-repeat bottom center;
    background-size: cover; }
    .l-intro__inner {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      color: #FFF; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .l-intro {
    background: url(../images/common/bg_intro.webp) no-repeat bottom center;
    background-size: cover; }
    .l-intro__inner {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      color: #FFF; } }
@media only screen and (max-width: 320px) {
  .l-intro {
    background: url(../images/common/bg_intro.webp) no-repeat bottom center;
    background-size: cover; }
    .l-intro__inner {
      text-align: center;
      width: 100%;
      margin: 0 auto;
      color: #FFF; } }

.l-feature {
  background: linear-gradient(168.58deg, #F5F5F5 1.06%, #D6DCF4 150.94%); }
  .l-feature__inner {
    padding: 6rem 0;
    max-width: 1940px;
    margin: 0 auto; }

.l-app {
  background: url(../images/common/bg_app.webp) no-repeat center center;
  background-size: cover; }
  .l-app__inner {
    padding: 6rem 4rem;
    max-width: 1940px;
    margin: 0 auto; }
    @media only screen and (min-width: 1440px) {
      .l-app__inner {
        padding: 0 6rem;
        min-height: 600px; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .l-app__inner {
        padding: 0 6rem;
        min-height: 500px; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-app__inner {
        padding: 0 6rem;
        min-height: 700px; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-app__inner {
        padding: 0 2rem;
        min-height: 700px; } }
    @media only screen and (max-width: 320px) {
      .l-app__inner {
        padding: 0 2rem;
        min-height: 700px; } }

.l-plan {
  background-size: cover; }
  .l-plan__inner {
    padding: 6rem 4rem;
    max-width: 1240px;
    margin: 0 auto; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .l-plan__inner {
        padding: 4rem 6rem; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-plan__inner {
        padding: 3rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-plan__inner {
        padding: 3rem 2rem; } }

.l-case {
  background: #E2E3F4;
  color: #444;
  background-size: cover; }
  .l-case__inner {
    padding: 6rem 4rem;
    max-width: 1240px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-case__inner {
        padding: 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-case__inner {
        padding: 2rem; } }

.l-faq__inner {
  padding: 6rem 4rem;
  max-width: 1240px;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .l-faq__inner {
      padding: 6rem 4rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .l-faq__inner {
      padding: 2rem; } }
  @media only screen and (max-width: 320px) {
    .l-faq__inner {
      padding: 2rem; } }

.l-cta {
  background: #F9FAFF; }
  .l-cta__inner {
    text-align: center;
    padding: 4rem;
    max-width: 1240px;
    margin: 0 auto; }

.l-trial, .l-download {
  background: linear-gradient(302.49deg, #303694 37.33%, #2E6EDD 101.44%);
  width: 100%;
  color: #FFF; }
  @media only screen and (min-width: 1440px) {
    .l-trial__inner, .l-download__inner {
      padding: 6rem 4rem; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .l-trial__inner, .l-download__inner {
      padding: 2rem 4rem; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .l-trial__inner, .l-download__inner {
      padding: 6rem 4rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .l-trial__inner, .l-download__inner {
      padding: 2rem 2rem 4rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .l-trial__inner, .l-download__inner {
      padding: 2rem 2rem 4rem 2rem; } }

.l-company {
  background: #FFF;
  width: 100%; }
  .l-company__inner {
    padding: 6rem 4rem;
    max-width: 1240px;
    margin: 0 auto;
    font-size: 0.8em;
    letter-spacing: 0;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-company__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .l-company__inner {
        padding: 4rem 2rem; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .l-company__inner {
        line-height: 1.5; } }
    @media only screen and (max-width: 320px) {
      .l-company__inner {
        line-height: 1.5; } }
  .l-company hr {
    margin: 2rem auto;
    border-color: #CCC; }

.l-footer {
  width: 100%;
  color: #CCC;
  background: #404052; }

.c-window {
  z-index: 10000000;
  position: fixed;
  bottom: 40px;
  left: 10px;
  background: rgba(0, 0, 0, 0.7);
  font-size: 11px;
  padding: 0.2em 1em;
  color: #FFF;
  border-radius: 20px; }

.c-loading {
  z-index: 10000000;
  width: 100%;
  height: 100%;
  background: #1e5799;
  color: #FFF;
  background: -moz-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #0f2034 100%);
  background: linear-gradient(135deg, #1e5799 0%, #0f2034 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0f2034',GradientType=1 );
  position: fixed;
  top: 0;
  left: 0; }

.c-loading div {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -50px; }

.c-responsive {
  z-index: 10000000;
  font-size: 12px;
  opacity: 0.8;
  position: fixed;
  display: block;
  width: 100%;
  padding: 0.2em 1em;
  text-align: center;
  vertical-align: middle;
  bottom: 0;
  color: #FFF; }
  @media only screen and (min-width: 1440px) {
    .c-responsive {
      background: #F01D56; }
      .c-responsive:after {
        content: 'large-pc(1280px以上)'; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .c-responsive {
      background: #0E897B; }
      .c-responsive:after {
        content: 'pc(960px〜1279px)'; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-responsive {
      background: #274B9B; }
      .c-responsive:after {
        content: 'tab(560px〜959px)'; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-responsive {
      background: #C1621C; }
      .c-responsive:after {
        content: 'sp(321px〜559px)'; } }
  @media only screen and (max-width: 320px) {
    .c-responsive {
      background: #C1AB02; }
      .c-responsive:after {
        content: 'small-sp(320px以下)'; } }

.c-pagetop {
  position: fixed;
  bottom: 4rem;
  right: 4rem;
  z-index: 1000; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  @media only screen and (max-width: 320px) {
    .c-pagetop {
      bottom: 2rem;
      right: 2rem; } }
  .c-pagetop a {
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    display: block;
    background: url(../images/common/img_pagetop.webp);
    background-size: cover; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }
    @media only screen and (max-width: 320px) {
      .c-pagetop a {
        width: 50px;
        height: 50px; } }

.c-separate--three {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (min-width: 1440px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .c-separate--three .c-separate__item {
      width: 100%; } }

.c-button--link {
  padding-left: 20px;
  background: url(../images/common/icon_link.svg) no-repeat 0 0;
  margin-right: 6px;
  background-size: 10px 10px; }
.c-button--blank:after {
  margin-left: 6px;
  content: " ";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/common/icon_blank.svg) no-repeat;
  background-size: contain;
  vertical-align: middle; }

.c-table {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  border: 1px solid #E0E0E0;
  border-top: none; }
  .c-table dt {
    color: #1B2535;
    font-weight: bold;
    background: #F8F8F8;
    width: 30%;
    padding: 1em;
    border-top: 1px solid #E0E0E0; }
  .c-table dd {
    color: #444;
    padding: 1em;
    margin: 0;
    border-left: 1px solid #E0E0E0;
    border-top: 1px solid #E0E0E0;
    width: 70%;
    background: #fff; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }
  @media only screen and (max-width: 320px) {
    .c-table dl {
      flex-flow: column nowrap; }
    .c-table dt {
      padding: 0.4em 1em; }
    .c-table dt,
    .c-table dd {
      width: 100%; }
    .c-table dd {
      border-left: none; } }

.c-tab-list {
  list-style: none;
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap; }

[data-inview] {
  opacity: 0; }

[data-inview="fade-left"] {
  translate: -10px 0; }

[data-inview="fade-right"] {
  translate: 10px 0; }

[data-inview="fade-up"] {
  translate: 0 10px; }

[data-inview="fade-down"] {
  translate: 0 -10px; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.p-header__logo__normal {
  display: block; }
@media only screen and (max-width: 320px) {
  .p-header__logo img {
    width: 160px;
    height: auto; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-header__logo img {
    width: 180px;
    height: auto; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-header__logo img {
    width: 190px;
    height: auto; } }
@media only screen and (min-width: 1440px) {
  .p-header__logo img {
    width: 240px;
    height: auto; } }

.normal {
  display: block; }

.fix {
  display: none; }

.fixed {
  box-shadow: -1px 0px 39px -15px rgba(0, 0, 0, 0.33); }
  .fixed .normal {
    display: none; }
  .fixed .fix {
    display: block; }
  .fixed .p-header__logo__fixed {
    display: block; }
  .fixed .p-toggle span {
    background-color: #20258B; }

.p-toggle {
  display: none; }

.p-navigation-wrap.open {
  display: block; }

.p-navigation-wrap.close {
  display: none; }

@media only screen and (min-width: 1440px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-navigation-wrap {
    display: block !important; }

  .p-toggle {
    display: none !important; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow: hidden; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow: hidden; } }
@media only screen and (max-width: 320px) {
  .p-navigation-wrap.open {
    display: block !important;
    overflow: hidden; } }
.content {
  padding: 20px; }

@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: linear-gradient(302.49deg, #1D1C67 37.33%, #1E4AA8 101.44%);
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: linear-gradient(302.49deg, #1D1C67 37.33%, #1E4AA8 101.44%);
    width: 100%;
    height: 100%; } }
@media only screen and (max-width: 320px) {
  .p-toggle {
    display: block;
    cursor: pointer; }

  .p-navigation-wrap {
    padding: 4rem 2rem;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background: linear-gradient(302.49deg, #1D1C67 37.33%, #1E4AA8 101.44%);
    width: 100%;
    height: 100%; } }
.p-toggle,
.p-toggle span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box; }

.p-toggle {
  z-index: 20;
  position: relative;
  width: 30px;
  height: 21px; }

.p-toggle span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 4px; }

.p-toggle span:nth-of-type(1) {
  top: 0; }

.p-toggle span:nth-of-type(2) {
  top: 9px; }

.p-toggle span:nth-of-type(3) {
  bottom: 0; }

.p-toggle.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
  background-color: #FFF !important; }

.p-toggle.active span:nth-of-type(2) {
  opacity: 0;
  background-color: #FFF !important; }

.p-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
  background-color: #FFF !important; }

.p-loader,
.p-loader:before,
.p-loader:after {
  border-radius: 50%; }

.p-loader {
  color: #ffffff;
  font-size: 11px;
  text-indent: -99999em;
  margin: 55px auto;
  position: relative;
  width: 10em;
  height: 10em;
  box-shadow: inset 0 0 0 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.p-loader:before,
.p-loader:after {
  position: absolute;
  content: ''; }

.p-loader:before {
  width: 5.2em;
  height: 10.2em;
  background: #2207a6;
  border-radius: 10.2em 0 0 10.2em;
  top: -0.1em;
  left: -0.1em;
  -webkit-transform-origin: 5.1em 5.1em;
  transform-origin: 5.1em 5.1em;
  -webkit-animation: load2 2s infinite ease 1.5s;
  animation: load2 2s infinite ease 1.5s; }

.p-loader:after {
  width: 5.2em;
  height: 10.2em;
  background: #2207a6;
  border-radius: 0 10.2em 10.2em 0;
  top: -0.1em;
  left: 4.9em;
  -webkit-transform-origin: 0.1em 5.1em;
  transform-origin: 0.1em 5.1em;
  -webkit-animation: load2 2s infinite ease;
  animation: load2 2s infinite ease; }

@-webkit-keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.p-hero {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-hero {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-hero {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-hero {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-hero-title {
    font-weight: normal;
    line-height: 1.5; }
    .p-hero-title span {
      font-weight: 700; }
    @media only screen and (max-width: 320px) {
      .p-hero-title {
        font-size: 1.6em;
        text-align: center; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-hero-title {
        font-size: 1.6em;
        text-align: center; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-hero-title {
        font-size: 2.2em;
        text-align: center; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-hero-title {
        font-size: 1.9em; } }
    @media only screen and (min-width: 1440px) {
      .p-hero-title {
        font-size: 2.2em; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-hero-logo {
      max-width: 340px;
      margin: 1rem auto; } }
  @media only screen and (max-width: 320px) {
    .p-hero-logo {
      max-width: 340px;
      margin: 1rem auto; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-hero-logo {
      max-width: 340px;
      margin: 1rem auto; } }
  @media only screen and (max-width: 320px) {
    .p-hero-logo {
      max-width: 340px;
      margin: 1rem auto; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-hero-logo {
      max-width: 500px;
      margin: 1.4rem auto; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-hero-logo {
      margin: 2rem 0 2rem 0;
      max-width: 500px; } }
  @media only screen and (min-width: 1440px) {
    .p-hero-logo {
      margin: 2rem 0 2rem 0; } }
  .p-hero-sub-title {
    font-size: 1.2em;
    font-weight: bold; }
    @media only screen and (max-width: 320px) {
      .p-hero-sub-title {
        text-align: center;
        font-size: 0.9em;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-hero-sub-title {
        text-align: center;
        font-size: 1.2em;
        margin: 0 auto; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-hero-sub-title {
        text-align: center;
        font-size: 1.4em;
        margin: 0 auto; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-hero-sub-title {
        font-size: 1.1em; } }
  .p-hero-appeal-box {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-hero-appeal-box {
        max-width: 280px;
        margin: 1rem auto; } }
    @media only screen and (max-width: 320px) {
      .p-hero-appeal-box {
        max-width: 280px;
        margin: 1rem auto; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-hero-appeal-box {
        max-width: 480px;
        margin: 2rem auto; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-hero-appeal-box {
        max-width: 400px;
        margin: 2rem 0; } }
    @media only screen and (min-width: 1440px) {
      .p-hero-appeal-box {
        max-width: 700px;
        margin: 2rem 0; } }
    .p-hero-appeal-box__item {
      margin-right: 0.8em; }
  .p-hero__content {
    width: 100%; }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-hero__content {
        width: 45%; } }
    @media only screen and (min-width: 1440px) {
      .p-hero__content {
        width: 40%; } }
  .p-hero__image {
    margin: 0 auto;
    width: 100%; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-hero__image {
        margin-top: 1rem; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-hero__image {
        margin-top: 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-hero__image {
        margin-top: 1rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-hero__image {
        width: 55%; } }
    @media only screen and (min-width: 1440px) {
      .p-hero__image {
        width: 60%; } }
  .p-hero__caption {
    font-size: 0.7em; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-hero__caption {
        text-align: center; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-hero__caption {
        text-align: center; } }
    @media only screen and (max-width: 320px) {
      .p-hero__caption {
        text-align: center; } }

.p-cta-button {
  display: inline-block;
  margin: 2rem 0;
  background: linear-gradient(281.51deg, #FFB843 22.2%, #FDC554 85.32%);
  border-radius: 40px;
  color: #000 !important;
  font-size: 1.4em;
  padding: 2rem 3rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1em;
  box-shadow: 0 3px 0 #A2701D;
  transition: .2s; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-cta-button {
      margin: 1rem 0; } }
  @media only screen and (max-width: 320px) {
    .p-cta-button {
      margin: 1rem 0; } }
  .p-cta-button:hover {
    text-decoration: none;
    transform: translateY(2px);
    box-shadow: 0 0 0 #A2701D; }
  .p-cta-button span {
    line-height: 1em;
    background: #213589;
    font-weight: bold;
    display: inline-block;
    padding: 1rem 1rem;
    font-size: 0.7em;
    border-radius: 100px;
    color: #FFF;
    margin-right: 1rem; }

.p-navigation {
  list-style: none;
  font-weight: bold; }
  @media only screen and (min-width: 1440px) {
    .p-navigation {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (min-width: 1440px) and (min-width: 1440px) {
    .p-navigation {
      font-size: 0.9em; } }
  @media only screen and (min-width: 1440px) {
      .p-navigation__item--service {
        position: relative; }
      .p-navigation__item {
        display: block;
        padding: 0 1em;
        letter-spacing: 0; } }
    @media only screen and (min-width: 1440px) and (max-width: 1439px) and (min-width: 1024px) {
      .p-navigation__item {
        padding: 0 0.5em; } }
  @media only screen and (min-width: 1440px) {
        .p-navigation__item > a {
          display: block;
          padding: 0rem 0.2rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #FFF;
          text-decoration: none;
          text-align: center; }
          .p-navigation__item > a:hover {
            opacity: 0.6; }
        .p-navigation__item span {
          display: block;
          color: #0068A8;
          font-size: 0.5em;
          font-weight: normal;
          font-family: "Oswald", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-navigation {
      display: flex;
      display: -webkit-flex;
      align-items: center;
      -webkit-align-items: center;
      justify-content: center;
      -webkit-justify-content: center; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) and (min-width: 1440px) {
    .p-navigation {
      font-size: 0.9em; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-navigation__item--service {
        position: relative; }
      .p-navigation__item {
        display: block;
        padding: 0 1em;
        letter-spacing: 0; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) and (max-width: 1439px) and (min-width: 1024px) {
      .p-navigation__item {
        padding: 0 0.5em; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
        .p-navigation__item > a {
          display: block;
          padding: 0rem 0.2rem;
          width: 100%;
          height: 100%;
          line-height: 1.6;
          vertical-align: middle;
          color: #FFF;
          text-decoration: none;
          text-align: center; }
          .p-navigation__item > a:hover {
            opacity: 0.6; }
        .p-navigation__item span {
          display: block;
          color: #0068A8;
          font-size: 0.5em;
          font-weight: normal;
          font-family: "Oswald", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-navigation__item {
      font-size: 0.9em; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #FFF; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Oswald", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #FFF; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Oswald", sans-serif;
          font-weight: 400; } }
  @media only screen and (max-width: 320px) {
    .p-navigation__item {
      font-size: 1.4em;
      text-align: center;
      border-bottom: rgba(255, 255, 255, 0.1) solid 1px; }
      .p-navigation__item:last-child {
        border: none; }
      .p-navigation__item > a {
        display: block;
        padding: 2rem;
        width: 100%;
        height: 100%;
        line-height: 1.6;
        vertical-align: middle;
        text-decoration: none;
        text-align: center;
        color: #FFF; }
        .p-navigation__item > a:hover {
          opacity: 0.6; }
        .p-navigation__item > a span {
          display: block;
          color: #0068A8;
          font-size: 0.7em;
          font-weight: normal;
          font-family: "Oswald", sans-serif;
          font-weight: 400; } }

@media only screen and (min-width: 1440px) {
  .fixed .p-navigation__item a {
    color: #000; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .fixed .p-navigation__item a {
    color: #000; } }
/* スライドの動き等速 */
.swiper-wrapper {
  transition-timing-function: linear !important; }

/* 画像のサイズ調整 */
.swiper-slide {
  margin: 0 2rem; }

.swiper-slide img {
  max-width: 200px !important;
  width: 100% !important;
  height: auto !important; }

.p-app-title {
  padding-top: 10rem;
  max-width: 440px;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-app-title {
      padding-top: 4rem;
      max-width: 340px; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-app-title {
      padding-top: 4rem;
      max-width: 240px; } }
  @media only screen and (max-width: 320px) {
    .p-app-title {
      padding-top: 4rem;
      max-width: 240px; } }

.p-app-sub-title {
  color: #000;
  font-size: 1.6em;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: bold; }

.p-plan-title {
  margin-top: 3rem;
  font-size: 1.4em;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.6; }

.p-initial-cost-text {
  text-align: center;
  font-size: 2.4em;
  font-weight: bold;
  line-height: 1;
  margin-top: 2rem;
  color: #20258B; }
  .p-initial-cost-text span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    margin: 0 0.1em;
    font-size: 1.4em; }

.p-price-box {
  max-width: 680px;
  margin: 0 auto; }

.p-plan-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  padding: 2rem 0; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-plan-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-plan-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-plan-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

.p-plan-box {
  width: 100%;
  margin: 0 auto;
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
  border-radius: 18px;
  border-radius: 20px; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-plan-box {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-plan-box {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1440px) {
    .p-plan-box {
      width: 30%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-plan-box {
      width: 30%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-plan-box {
      width: 30%; } }
  .p-plan-box--starter .p-plan-box__head {
    background: #878AC9; }
  .p-plan-box--basic .p-plan-box__head {
    background: #5055B1; }
    .p-plan-box--basic .p-plan-box__head:after {
      content: "";
      display: block;
      position: absolute;
      width: 76px;
      height: 76px;
      right: 0;
      top: 0;
      background: url(../images/common/icon_popular.svg) no-repeat center center;
      background-size: contain; }
  .p-plan-box--pro .p-plan-box__head {
    background: #20258B; }
  .p-plan-box__head {
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: colmn;
    flex-direction: -webkit-colmn;
    flex-wrap: wrap;
    flex-wrap: -webkit-wrap;
    padding: 2rem 4rem;
    text-align: center;
    color: #FFF;
    border-radius: 20px 20px 0 0; }
    .p-plan-box__head__title {
      width: 100%;
      font-weight: bold;
      font-size: 1.1em; }
      .p-plan-box__head__title span {
        font-size: 1.6em;
        margin-right: 0.2em; }
    .p-plan-box__head__text {
      width: 100%;
      font-weight: bold;
      line-height: 1.6; }
  .p-plan-box__content {
    letter-spacing: 0;
    padding: 2rem 4rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-plan-box__content {
        padding: 2rem 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-plan-box__content {
        padding: 2rem 2rem; } }
    .p-plan-box__content__price {
      line-height: 1;
      text-align: center;
      font-size: 2em;
      color: #20258B;
      font-weight: bold; }
      .p-plan-box__content__price span {
        font-family: 'Oswald', sans-serif;
        font-weight: 500;
        font-size: 1.4em; }
    .p-plan-box__content__license {
      color: #9B9B9B;
      margin: 1rem auto 1.4rem;
      text-align: center;
      font-weight: bold;
      border-bottom: #DCDCDC solid 1px;
      padding-bottom: 1.4rem; }

.p-caption {
  list-style: none; }
  .p-caption a {
    color: #444;
    text-decoration: underline; }
    .p-caption a:hover {
      text-decoration: none; }

.p-intro-title {
  line-height: 1.4;
  color: #FFF;
  font-size: 1.6em;
  font-weight: bold;
  margin-bottom: 0.4em;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }

.p-intro-sub-title {
  font-size: 1.6em;
  font-weight: bold;
  position: relative;
  text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }
  .p-intro-sub-title:before, .p-intro-sub-title:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #FFF;
    width: 2px;
    height: 1.4em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle;
    text-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25); }
  .p-intro-sub-title:before {
    transform: rotate(-35deg); }
  .p-intro-sub-title:after {
    transform: rotate(35deg); }

.p-intro-box {
  height: 100%; }
  @media only screen and (min-width: 1440px) {
    .p-intro-box {
      padding: 0 6rem;
      min-height: 500px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-intro-box {
      padding: 0 6rem;
      min-height: 440px; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-intro-box {
      padding: 3rem 2rem;
      min-height: 780px; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-intro-box {
      padding: 4rem 2rem;
      min-height: 680px; } }
  @media only screen and (max-width: 320px) {
    .p-intro-box {
      padding: 4rem 2rem;
      min-height: 680px; } }
  @media only screen and (min-width: 1440px) {
    .p-intro-box {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: nowrap;
      flex-wrap: -webkit-nowrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-intro-box {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: nowrap;
      flex-wrap: -webkit-nowrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-intro-box__content {
      width: 100%; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-intro-box__content {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-intro-box__content {
      width: 100%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-intro-box__movie {
      width: 38%; } }
  @media only screen and (min-width: 1440px) {
    .p-intro-box__movie {
      max-width: 500px; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-intro-box__movie {
      width: 64%;
      max-width: 400px;
      margin: 2rem auto 0; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-intro-box__movie {
      width: 64%;
      max-width: 400px;
      margin: 2rem auto 0; } }
  @media only screen and (max-width: 320px) {
    .p-intro-box__movie {
      width: 64%;
      max-width: 400px;
      margin: 2rem auto 0; } }

.p-section-title--en {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
  font-size: 1.2em;
  color: #20258B; }

.p-section-title--jp {
  text-align: center;
  font-size: 2em;
  color: #000;
  font-weight: normal; }

.p-catch {
  font-weight: bold;
  margin-top: 4rem;
  font-size: 1.4em;
  margin-bottom: 2rem;
  text-align: center;
  background: linear-gradient(90deg, #20258B 0%, #2A96B6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent; }

.p-feature-box {
  overflow: hidden;
  margin-bottom: 6rem;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-feature-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-feature-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-feature-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-feature-box--reverse {
    flex-direction: row-reverse;
    flex-direction: -webkit-row-reverse; }
  .p-feature-box__image {
    width: 40%;
    padding: 2rem; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-feature-box__image {
        width: 100%;
        max-width: 440px;
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-feature-box__image {
        width: 100%;
        max-width: 440px;
        margin: 0 auto; } }
    @media only screen and (max-width: 320px) {
      .p-feature-box__image {
        width: 100%;
        max-width: 440px;
        margin: 0 auto; } }
  .p-feature-box__content {
    width: 60%; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-feature-box__content {
        width: 100%; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-feature-box__content {
        width: 100%; } }
    @media only screen and (max-width: 320px) {
      .p-feature-box__content {
        width: 100%; } }
    @media only screen and (min-width: 1440px) {
      .p-feature-box__content {
        padding: 10rem 4rem; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-feature-box__content {
        padding: 6rem 4rem; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-feature-box__content {
        padding: 4rem 4rem 0 4rem; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-feature-box__content {
        padding: 3rem 2rem 0 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-feature-box__content {
        padding: 3rem 2rem 0 2rem; } }

.p-cta-title {
  color: #000;
  font-size: 1.6em;
  font-weight: normal;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-cta-title {
      font-size: 1.4em; } }
  @media only screen and (max-width: 320px) {
    .p-cta-title {
      font-size: 1.4em; } }
  .p-cta-title span {
    font-weight: bold; }

.p-cta-sub-title {
  font-size: 1.2em;
  font-weight: bold;
  color: #20258B;
  margin-bottom: -1rem;
  position: relative; }
  .p-cta-sub-title span {
    font-weight: bold; }
  .p-cta-sub-title:before, .p-cta-sub-title:after {
    position: relative;
    display: inline-block;
    content: "";
    background: #20258B;
    width: 2px;
    height: 2em;
    margin: 0 1em;
    margin-top: -.2em;
    vertical-align: middle; }
  .p-cta-sub-title:before {
    transform: rotate(-35deg); }
  .p-cta-sub-title:after {
    transform: rotate(35deg); }

.p-feature-title {
  font-weight: bold;
  font-size: 1.4em;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-feature-title {
      font-size: 1.2em; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-feature-title {
      font-size: 1.2em; } }
  @media only screen and (max-width: 320px) {
    .p-feature-title {
      font-size: 1.2em; } }
  .p-feature-title span {
    line-height: 1;
    display: inline-block;
    margin-right: 1em;
    padding: 0.8rem 1.4rem;
    font-size: 0.6em;
    border-radius: 100px;
    border: #000 solid 1px; }

.p-feature-sub-title {
  font-weight: bold;
  font-size: 1.2em;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1rem; }

.p-feature-detail-box {
  margin-top: 2rem;
  font-size: 0.9em;
  display: flex;
  display: -webkit-flex;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  align-items: center;
  -webkit-align-items: center;
  margin-right: 2rem; }
  .p-feature-detail-box__title {
    color: #000;
    font-weight: bold; }
  .p-feature-detail-box img {
    width: 60px;
    height: auto;
    margin-right: 2rem; }
  .p-feature-detail-box__content {
    width: auto; }

.p-number-list {
  text-align: center;
  list-style: none; }
  .p-number-list__item {
    display: inline-block;
    font-size: 0.8em;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0.6rem 1rem;
    background: #F3F3F9;
    border-radius: 100px; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-number-list__item {
        font-size: 0.9em; } }

.p-point-list {
  list-style: none;
  font-size: 0.8em;
  font-weight: bold;
  color: #444;
  padding: 1rem 0 0.4rem; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-point-list {
      font-size: 0.9em; } }
  .p-point-list span {
    font-weight: normal;
    color: #20258B;
    margin-left: 0.6em; }
  .p-point-list__item {
    line-height: 2;
    position: relative;
    padding-left: 26px; }
    .p-point-list__item--history:before {
      content: "";
      z-index: 100000;
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: url(../images/common/icon_history.svg) no-repeat center center;
      background-size: contain; }
    .p-point-list__item--user:before {
      content: "";
      z-index: 100000;
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: url(../images/common/icon_user.svg) no-repeat center center;
      background-size: contain; }
    .p-point-list__item--ivr:before {
      content: "";
      z-index: 100000;
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: url(../images/common/icon_ivr.svg) no-repeat center center;
      background-size: contain; }

.p-function-list {
  list-style: none;
  font-size: 0.8em; }
  .p-function-list__item {
    line-height: 2;
    position: relative;
    vertical-align: middle;
    padding-left: 26px; }
    .p-function-list__item:before {
      content: "";
      display: block;
      position: absolute;
      width: 20px;
      height: 20px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: url(../images/common/icon_check.svg) no-repeat center center;
      background-size: contain; }

.p-plus-text {
  line-height: 1;
  font-weight: bold;
  color: #20258B;
  font-size: 0.8em;
  margin-bottom: 1rem;
  position: relative;
  display: inline-block;
  padding-right: 26px; }
  .p-plus-text:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/common/icon_plus.svg) no-repeat center center;
    background-size: contain; }

.p-icon-service {
  width: 80px;
  height: auto;
  margin: 0 auto 1rem; }

.p-service-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-service-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-service-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-service-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

.p-service-box {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  border-radius: 6px;
  background: #FFF;
  width: 100%; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-service-box {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-service-box {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-service-box {
      margin-bottom: 2rem; } }
  @media only screen and (min-width: 1440px) {
    .p-service-box {
      width: 32%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-service-box {
      width: 32%; } }
  .p-service-box__head {
    width: 100%;
    text-align: center;
    padding: 2rem;
    color: #0068A8; }
    .p-service-box__head__title {
      font-weight: bold;
      font-size: 1.4em;
      color: #444; }
      .p-service-box__head__title a {
        color: #0066B1; }
        .p-service-box__head__title a:hover {
          text-decoration: underline; }
    .p-service-box__head__sub-title {
      color: #444; }
  .p-service-box__link {
    width: 100%;
    background: #F0F7F7;
    padding: 2rem 3rem;
    border-radius: 0 0 6px 6px; }
    .p-service-box__link a {
      color: #0066B1; }
      .p-service-box__link a:hover {
        text-decoration: underline; }
    .p-service-box__link__item {
      width: 100%;
      margin: 0.4rem; }

@media only screen and (min-width: 1440px) {
  .p-service-link {
    min-height: 160px; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-service-link {
    min-height: 160px; } }
.p-service-link li {
  margin-left: 1em;
  letter-spacing: 0;
  line-height: 1.6; }

.p-about-catch {
  max-width: 500px;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-about-catch {
      max-width: 380px; } }
  @media only screen and (max-width: 320px) {
    .p-about-catch {
      max-width: 380px; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-about-catch {
      margin: 0 auto 2rem; } }

.p-about-message {
  color: #6A6A6A;
  line-height: 2.2; }

.p-group {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-group {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-group {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-group {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-group__item {
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-group__item {
      padding: 4rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-group__item {
      padding: 4rem 2rem; } }
  @media only screen and (min-width: 1440px) {
    .p-group__item:first-child {
      border-right: #CCC solid 1px; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-group__item:first-child {
      border-right: #CCC solid 1px; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-group__item:first-child {
      border-bottom: #CCC solid 1px; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-group__item:first-child {
      border-bottom: #CCC solid 1px; } }
  @media only screen and (max-width: 320px) {
    .p-group__item:first-child {
      border-bottom: #CCC solid 1px; } }
  @media only screen and (min-width: 1440px) {
    .p-group__item--left {
      width: 50%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-group__item--left {
      width: 44%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-group__item--left {
      width: 100%; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-group__item--left {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-group__item--left {
      width: 100%; } }
  @media only screen and (min-width: 1440px) {
    .p-group__item--right {
      width: 50%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-group__item--right {
      width: 56%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-group__item--right {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-group__item--right {
      width: 100%;
      text-align: center; } }
  @media only screen and (max-width: 320px) {
    .p-group__item--right {
      width: 100%;
      text-align: center; } }

.p-case-title {
  margin-top: 3rem;
  font-size: 1.4em;
  text-align: center;
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.6; }

.p-case-box {
  margin: 4rem auto; }
  @media only screen and (min-width: 1440px) {
    .p-case-box {
      padding: 4rem 0; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-case-box {
      padding: 4rem 0; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-case-box {
      padding: 3rem 0; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-case-box {
      padding: 2rem 0; } }
  @media only screen and (max-width: 320px) {
    .p-case-box {
      padding: 2rem 0; } }
  @media only screen and (min-width: 1440px) {
    .p-case-box {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: nowrap;
      flex-wrap: -webkit-nowrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-case-box {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      flex-wrap: nowrap;
      flex-wrap: -webkit-nowrap;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (min-width: 1440px) {
    .p-case-box__content {
      width: 54%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-case-box__content {
      width: 54%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-case-box__content {
      width: 100%; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-case-box__content {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    .p-case-box__content {
      width: 100%; } }
  .p-case-box__content__title {
    font-size: 1.2em;
    line-height: 1.8;
    color: #000; }
    @media only screen and (min-width: 1440px) {
      .p-case-box__content__title {
        font-size: 1.4em;
        line-height: 1.6; } }
  .p-case-box__content__company {
    font-size: 1em;
    color: #000;
    margin-bottom: 2rem; }
  .p-case-box__content__text span {
    font-weight: bold;
    color: #20258B; }
  .p-case-box__image {
    width: 40%; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-case-box__image {
        width: 100%;
        margin: 2rem auto; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-case-box__image {
        width: 100%;
        margin: 2rem auto; } }
    @media only screen and (max-width: 320px) {
      .p-case-box__image {
        width: 100%;
        margin: 2rem auto; } }

.p-tag-list {
  display: flex;
  list-style: none;
  font-weight: bold;
  margin-bottom: 1rem; }
  .p-tag-list__item {
    display: inline-block;
    font-size: 0.9em;
    line-height: 1.4;
    letter-spacing: 0;
    padding: 0.6rem 1rem;
    background: #EDEEFF;
    border-radius: 100px;
    margin-right: 0.8rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-tag-list__item {
        font-size: 0.9em; } }
    .p-tag-list__item span {
      font-weight: normal;
      color: #6A6FD0;
      margin-right: 0.4rem; }

.p-logo-list {
  display: flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-wrap;
  list-style: none; }
  .p-logo-list__item {
    width: 16%;
    padding: 2rem; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-logo-list__item {
        width: 24%;
        padding: 1rem; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-logo-list__item {
        width: 24%;
        padding: 1rem;
        text-align: center; }
        .p-logo-list__item img {
          max-width: 120px; } }
    @media only screen and (max-width: 320px) {
      .p-logo-list__item {
        width: 24%;
        padding: 0.4rem;
        text-align: center; } }

.p-flow-box {
  max-width: 780px;
  margin: 2rem auto; }

.p-faq-wrap {
  margin-top: 4rem; }

.p-faq-list {
  border-bottom: #FFF solid 3px; }
  .p-faq-list dt {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #20258B;
    cursor: pointer; }
    .p-faq-list dt span {
      display: inline-block;
      background: #20258B;
      font-size: 0.7em;
      padding: 1rem;
      line-height: 1;
      border-radius: 8px;
      color: #FFF;
      margin-right: 1rem; }
  .p-faq-list dd {
    display: none;
    color: #000;
    font-size: 1em;
    padding: 0 3rem 3rem 3rem;
    background: #EDEEFD; }
  .p-faq-list dt {
    padding: 2rem;
    background: #EDEEFD;
    position: relative; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-faq-list dt {
        padding: 1rem 2rem 1rem 1rem; } }
    @media only screen and (max-width: 320px) {
      .p-faq-list dt {
        padding: 1rem 2rem 1rem 1rem; } }
  .p-faq-list dt::before {
    /* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 20px; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-faq-list dt::before {
        right: 10px; } }
    @media only screen and (max-width: 320px) {
      .p-faq-list dt::before {
        right: 10px; } }
  .p-faq-list dt.active::before {
    /* 開いている時 */
    content: "－"; }

.p-footer__copyright {
  padding: 2rem 1rem;
  font-size: 0.7em;
  text-align: center; }

.p-text-normal {
  font-weight: normal; }

.p-link-box-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-link-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-link-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-link-box-wrap {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }

.p-link-box {
  transition: all 0.4s;
  background: transparent linear-gradient(158deg, #066DAE 0%, #09337A 100%) 0% 0% no-repeat padding-box;
  border-radius: 20px;
  text-align: center; }
  @media only screen and (min-width: 1440px) {
    .p-link-box {
      width: 48%; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-link-box {
      width: 48%; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-link-box {
      width: 48%; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-link-box {
      width: 100%;
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-link-box {
      width: 100%;
      margin-bottom: 2rem; } }
  .p-link-box:hover {
    transform: scale(0.99); }
  .p-link-box__content {
    padding: 3rem 4rem 4rem 4rem; }
  .p-link-box__title {
    font-size: 1.5em;
    margin-bottom: 1rem;
    font-weight: normal; }
    .p-link-box__title span {
      font-weight: bold; }
    .p-link-box__title:after {
      margin-left: 6px;
      content: " ";
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(../images/common/icon_box.svg) no-repeat;
      background-size: contain;
      vertical-align: middle; }
  .p-link-box a {
    display: block;
    text-decoration: none; }
  .p-link-box img {
    border-radius: 20px 20px 0 0; }

.p-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-size: 0.7em;
  letter-spacing: 0;
  color: #444; }
  .p-breadcrumb a {
    color: #000;
    font-weight: bold; }
    .p-breadcrumb a:hover {
      opacity: 0.8;
      text-decoration: none; }
  .p-breadcrumb li:not(:last-of-type)::after {
    content: "/";
    margin: 0 .6em;
    /* 記号の左右の余白 */
    color: #777;
    /* 記号の色 */ }
  .p-breadcrumb li:last-child a {
    font-weight: normal; }

.p-page-title--top {
  margin-top: 100px !important; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-page-title--top {
      margin-top: 60px !important; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-page-title--top {
      margin-top: 60px !important; } }
  @media only screen and (max-width: 320px) {
    .p-page-title--top {
      margin-top: 60px !important; } }

.p-keyv-box {
  color: #FFF;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap;
  border-radius: 20px;
  margin: 100px 3rem 6rem 3rem;
  background: transparent linear-gradient(134deg, #066DAE 0%, #09337A 100%) 0% 0% no-repeat padding-box; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box {
      margin: 60px 1rem 4rem 1rem; } }
  @media only screen and (min-width: 1440px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-keyv-box__image {
      width: 60%; }
      .p-keyv-box__image img {
        border-radius: 0 20px 20px 0; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-keyv-box__image img {
      border-radius: 0 0 20px 20px; } }
  @media only screen and (max-width: 320px) {
    .p-keyv-box__image img {
      border-radius: 0 0 20px 20px; } }
  .p-keyv-box__content {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 3rem;
    color: #FFF; }
    @media only screen and (min-width: 1440px) {
      .p-keyv-box__content {
        width: 40%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-keyv-box__content {
        width: 40%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-keyv-box__content {
        width: 40%; } }

.p-page-title {
  color: #0766A8;
  font-weight: bold;
  font-size: 1.8em;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 3rem; }
  @media only screen and (min-width: 1440px) {
    .p-page-title {
      font-size: 2.2em; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-page-title {
      font-size: 2.2em; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-page-title {
      font-size: 2.2em; } }

.p-content-title {
  font-size: 1.6em;
  color: #0766A8;
  margin-top: 3rem;
  margin-bottom: 2rem; }

.p-content-sub-title {
  font-size: 1.2em;
  color: #000;
  margin-top: 3rem;
  margin-bottom: 1rem; }

@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-table {
    font-size: 0.8em; } }
@media only screen and (max-width: 320px) {
  .p-table {
    font-size: 0.8em; } }
.p-table--type01 {
  margin: 1rem auto;
  border: solid 1px #DBDBDB;
  background: #F5FAFD;
  text-align: left; }
  .p-table--type01 th {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    background: #0065A0;
    line-height: 1.4;
    color: #FFF;
    padding: 1.4rem 1rem;
    vertical-align: middle; }
    .p-table--type01 th a {
      text-decoration: underline;
      color: #FFF; }
  .p-table--type01 td {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    padding: 1.4rem;
    vertical-align: middle; }
  .p-table--type01 tr:nth-child(even) td {
    background: #FFF; }
.p-table--type02 {
  margin: 1rem auto;
  border: solid 1px #DBDBDB;
  background: #F5FAFD; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-table--type02 {
      width: 600px; } }
  @media only screen and (max-width: 320px) {
    .p-table--type02 {
      width: 600px; } }
  .p-table--type02 span {
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 1.2em; }
  .p-table--type02 th {
    border-right: solid 1px #DBDBDB;
    background: #0065A0;
    line-height: 1.4;
    color: #FFF;
    padding: 1rem 1rem;
    vertical-align: middle; }
  .p-table--type02 td {
    text-align: left;
    border-right: solid 1px #DBDBDB;
    padding: 1.4rem;
    vertical-align: middle; }
  .p-table--type02 tr:nth-child(odd) td {
    background: #FFF; }

.p-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 4rem auto; }

.p-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.p-image {
  margin: 4rem auto;
  text-align: center; }
  .p-image--grey {
    background: #F7F8F8;
    padding: 4rem;
    margin: 0 auto 4rem; }
  .p-image img {
    max-width: 800px; }

.p-merit-title {
  color: #000;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 1rem; }
  .p-merit-title span {
    margin-right: 1rem;
    border-radius: 100px;
    color: #FFF;
    background: #0766A8;
    display: inline-block;
    padding: 0.4rem 1rem;
    font-size: 0.6em; }

.p-point-box {
  background: #F7F8F8;
  margin-bottom: 2rem;
  padding: 2rem;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center; }
  .p-point-box__num {
    color: #0766A8;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 2.4em;
    border-right: solid #CCC 1px;
    padding-right: 1.4rem;
    margin-right: 1.4rem; }
  .p-point-box__content__title {
    color: #000;
    font-size: 1.2em;
    font-weight: bold; }

.p-group {
  margin-bottom: 3rem;
  display: flex;
  display: -webkit-flex; }
  .p-group__logo {
    width: 40%;
    max-width: 240px;
    padding: 4rem; }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-group__logo {
        padding: 3rem 0; } }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-group__logo {
        padding: 3rem 0; } }
    @media only screen and (max-width: 320px) {
      .p-group__logo {
        padding: 3rem 0; } }

.p-separate {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: nowrap;
  flex-wrap: -webkit-nowrap; }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-separate {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-separate--two .p-separate__item {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1440px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-separate--two .p-separate__item {
        width: 48%; } }
  .p-separate--three .p-separate__item {
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1440px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-separate--three .p-separate__item {
        width: 30%; } }
  .p-separate--four .p-separate__item {
    width: 48%;
    margin-bottom: 2rem; }
    @media only screen and (min-width: 1440px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }
    @media only screen and (max-width: 1439px) and (min-width: 1024px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }
    @media only screen and (max-width: 1023px) and (min-width: 768px) {
      .p-separate--four .p-separate__item {
        width: 24%; } }

.p-font-num {
  font-family: "Oswald", sans-serif;
  font-size: 1.3em;
  margin: 0 0.4rem;
  display: inline-block;
  font-weight: normal !important;
  font-weight: 600; }

.p-header-tel-wrap {
  padding: 0 1rem;
  margin-left: 1em;
  color: #FFF;
  border: #FFF solid 1px;
  border-radius: 4px; }
  @media only screen and (min-width: 1440px) {
    .p-header-tel-wrap {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .p-header-tel-wrap {
      display: flex;
      display: -webkit-flex;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      align-items: center;
      -webkit-align-items: center; } }
  @media only screen and (max-width: 1023px) and (min-width: 768px) {
    .p-header-tel-wrap {
      display: block;
      text-align: center;
      max-width: 300px;
      margin: 2rem auto;
      padding: 1rem 2rem; } }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-header-tel-wrap {
      display: block;
      text-align: center;
      max-width: 300px;
      margin: 2rem auto;
      padding: 1rem 2rem; } }
  @media only screen and (max-width: 320px) {
    .p-header-tel-wrap {
      display: block;
      text-align: center;
      max-width: 300px;
      margin: 2rem auto;
      padding: 1rem 2rem; } }

@media only screen and (min-width: 1440px) {
  .p-header-tel__text {
    line-height: 1.2; }
    .p-header-tel__text__time {
      font-size: 0.8em;
      letter-spacing: 0;
      font-weight: normal; }
  .p-header-tel__number {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 2em;
    margin: 0 0.4rem;
    display: inline-block; }
    .p-header-tel__number a:hover {
      opacity: 0.8;
      text-decoration: none !important; }
    .p-header-tel__number:before {
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      margin-right: 0.4rem;
      background: url(../images/common/icon_tel.svg) no-repeat center center;
      background-size: contain; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .p-header-tel {
    font-size: 0.8em; }
    .p-header-tel__text {
      text-align: center;
      line-height: 1.2;
      font-size: 0.8em; }
      .p-header-tel__text__time {
        font-size: 0.6em;
        letter-spacing: 0;
        font-weight: normal; }
    .p-header-tel__number {
      color: #FFF;
      font-family: "Oswald", sans-serif;
      font-weight: 600;
      font-size: 1.4em;
      margin: 0 0.4rem;
      display: inline-block; }
      .p-header-tel__number a:hover {
        opacity: 0.8;
        text-decoration: none !important; }
      .p-header-tel__number a:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 0.4rem;
        background: url(../images/common/icon_tel.svg) no-repeat center center;
        background-size: contain; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .p-header-tel__text {
    line-height: 1.2; }
    .p-header-tel__text__time {
      font-size: 0.8em;
      letter-spacing: 0;
      font-weight: normal; }
  .p-header-tel__number {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 2em;
    margin: 0 0.4rem;
    display: inline-block; }
    .p-header-tel__number a:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 0.4rem;
      background: url(../images/common/icon_tel.svg) no-repeat center center;
      background-size: contain; }
    .p-header-tel__number a:hover {
      opacity: 0.8;
      text-decoration: none !important; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-header-tel__text {
    line-height: 1.2; }
    .p-header-tel__text__time {
      font-size: 0.8em;
      letter-spacing: 0;
      font-weight: normal; }
  .p-header-tel__number {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 2em;
    margin: 0 0.4rem;
    display: inline-block; }
    .p-header-tel__number a:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 0.4rem;
      background: url(../images/common/icon_tel.svg) no-repeat center center;
      background-size: contain; }
    .p-header-tel__number a:hover {
      opacity: 0.8;
      text-decoration: none !important; } }
@media only screen and (max-width: 320px) {
  .p-header-tel__text {
    line-height: 1.2; }
    .p-header-tel__text__time {
      font-size: 0.8em;
      letter-spacing: 0;
      font-weight: normal; }
  .p-header-tel__number {
    color: #FFF;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 2em;
    margin: 0 0.4rem;
    display: inline-block; }
    .p-header-tel__number a:before {
      content: "";
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 0.4rem;
      background: url(../images/common/icon_tel.svg) no-repeat center center;
      background-size: contain; }
    .p-header-tel__number a:hover {
      opacity: 0.8;
      text-decoration: none !important; } }
.p-trial-text {
  font-weight: bold;
  text-align: center;
  font-size: 1.6em; }

.p-download-text {
  margin-top: 2rem;
  font-weight: bold;
  text-align: center;
  font-size: 1.6em; }

.p-download-sub-text {
  text-align: center;
  font-size: 1.2em; }

.p-footer-logo {
  max-width: 300px;
  margin: 2rem auto 0; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-footer-logo {
      max-width: 200px; } }
  @media only screen and (max-width: 320px) {
    .p-footer-logo {
      max-width: 200px; } }

.p-download-box {
  max-width: 380px;
  margin: 2rem auto 0; }

.p-contact-box__title {
  margin-top: 2rem;
  font-weight: bold;
  font-size: 1em;
  text-align: center; }

.p-contact-button {
  display: inline-block;
  color: #FFF;
  border: #FFF solid 1px;
  margin: 1rem 0;
  border-radius: 40px;
  font-size: 1em;
  padding: 1.6rem 3rem;
  letter-spacing: 0;
  font-weight: bold;
  line-height: 1em;
  transition: 0.2s; }

@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-contact-button {
    margin: 1rem 0; } }
@media only screen and (max-width: 320px) {
  .p-contact-button {
    margin: 1rem 0; } }
.p-contact-button::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-bottom: -0.2rem;
  margin-right: 0.6rem;
  background: url(../images/common/icon_mail.svg) center center/contain no-repeat; }

@media only screen and (max-width: 767px) and (min-width: 321px) {
  .p-contact-button::before {
    width: 12px;
    height: 12px;
    margin-bottom: -0.1rem; } }
@media only screen and (max-width: 320px) {
  .p-contact-button::before {
    width: 12px;
    height: 12px;
    margin-bottom: -0.1rem; } }
.p-contact-button:hover {
  text-decoration: none;
  opacity: 0.6; }

.p-price-button {
  margin-top: 3rem;
  text-align: center;
  display: inline-block;
  padding: 0.6rem 2.8rem 0.6rem 1.2rem;
  border: #20258B solid 1px;
  position: relative;
  color: #20258B !important;
  font-size: 1.1em;
  font-weight: bold; }
  .p-price-button:hover {
    text-decoration: none;
    color: #20258B;
    opacity: 0.9; }
  .p-price-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-right: 0.6rem;
    transform: translateY(-50%);
    background: url(../images/common/icon_blank.svg) no-repeat center center;
    background-size: contain; }

#movie-area {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  z-index: 100000; }

#movie-area .back {
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #000000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6; }

#movie-area .movie {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 1024px;
  max-height: 85%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

#movie-area .movie .close {
  position: absolute;
  right: 5px;
  top: -34px;
  color: #ffffff;
  font-size: 32px;
  opacity: inherit;
  font-weight: bold;
  cursor: pointer; }

@font-face {
  font-family: 'Material Symbols Outlined';
  font-style: normal;
  font-weight: 100 700;
  src: url("../images/common/icon_close.woff2") format("woff2"); }
.material-symbols-outlined {
  font-family: 'Material Symbols Outlined', serif;
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased; }

.p-service-text {
  font-weight: bold;
  margin-bottom: 2rem;
  color: #000;
  font-size: 1.4em; }

.p-fonfun-box {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-fonfun-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-fonfun-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-fonfun-box__logo {
    width: 20%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-fonfun-box__logo {
        width: 200px;
        margin: 0 auto 0.2rem; } }
    @media only screen and (max-width: 320px) {
      .p-fonfun-box__logo {
        width: 200px;
        margin: 0 auto 0.2rem; } }
  .p-fonfun-box__text {
    padding: 2rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-fonfun-box__text {
        width: 100%;
        padding: 1rem 0 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-fonfun-box__text {
        width: 100%;
        padding: 1rem 0 2rem; } }
    .p-fonfun-box__text a {
      color: #000;
      font-weight: bold; }

.p-isms-box {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-isms-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-isms-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-isms-box__logo {
    width: 10%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-isms-box__logo {
        width: 100px;
        margin: 0 auto 0.2rem; } }
    @media only screen and (max-width: 320px) {
      .p-isms-box__logo {
        width: 100px;
        margin: 0 auto 0.2rem; } }
  .p-isms-box__text {
    padding: 2rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-isms-box__text {
        width: 100%;
        padding: 1rem 0 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-isms-box__text {
        width: 100%;
        padding: 1rem 0 2rem; } }
    .p-isms-box__text a {
      color: #000;
      font-weight: bold; }

.p-etoc-box {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center; }
  @media only screen and (max-width: 767px) and (min-width: 321px) {
    .p-etoc-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  @media only screen and (max-width: 320px) {
    .p-etoc-box {
      flex-wrap: wrap;
      flex-wrap: -webkit-wrap; } }
  .p-etoc-box__logo {
    width: 7%; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-etoc-box__logo {
        width: 70px;
        margin: 0 auto 0.2rem; } }
    @media only screen and (max-width: 320px) {
      .p-etoc-box__logo {
        width: 70px;
        margin: 0 auto 0.2rem; } }
  .p-etoc-box__text {
    padding: 2rem; }
    @media only screen and (max-width: 767px) and (min-width: 321px) {
      .p-etoc-box__text {
        width: 100%;
        padding: 1rem 0 2rem; } }
    @media only screen and (max-width: 320px) {
      .p-etoc-box__text {
        width: 100%;
        padding: 1rem 0 2rem; } }
    .p-etoc-box__text a {
      color: #000;
      font-weight: bold; }

.u-sp {
  display: block; }
  @media only screen and (min-width: 1440px) {
    .u-sp {
      display: none; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .u-sp {
      display: none; } }

.u-pc {
  display: none; }
  @media only screen and (min-width: 1440px) {
    .u-pc {
      display: block; } }
  @media only screen and (max-width: 1439px) and (min-width: 1024px) {
    .u-pc {
      display: block; } }

@media only screen and (min-width: 1440px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1439px) and (min-width: 1024px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 1023px) and (min-width: 768px) {
  .u-br-pc {
    display: block; }

  .u-br-sp {
    display: none; } }
@media only screen and (max-width: 767px) and (min-width: 321px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
@media only screen and (max-width: 320px) {
  .u-br-pc {
    display: none; }

  .u-br-sp {
    display: block; } }
.u-paragraph p {
  margin-bottom: 1em; }
  .u-paragraph p:last-child {
    margin-bottom: 0; }

.u-small-text {
  margin-top: 0.3em;
  font-size: 0.8em;
  line-height: 1.6;
  word-break: break-all; }

.u-extra-small-text {
  letter-spacing: 0;
  font-size: 0.6em;
  line-height: 1.4;
  word-break: break-all;
  opacity: 0.8; }

.u-big-text {
  font-size: 1.4em;
  line-height: 1.3; }

.u-attention {
  color: #E61867; }

.u-bold {
  font-weight: bold; }

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

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

.u-mb-1em {
  margin-bottom: 1em; }

.u-ml-0 {
  margin-left: 0 !important; }

.u-mb-10 {
  margin-bottom: 10px; }

.u-mb-20 {
  margin-bottom: 20px; }

.u-mb-30 {
  margin-bottom: 30px; }

.u-mb-40 {
  margin-bottom: 40px; }

.u-mb-60 {
  margin-bottom: 60px; }

.u-mr-20 {
  margin-right: 20px; }

.u-weight {
  font-weight: bold; }
