<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth; }
  html body {
    height: 100%;
    overflow-x: hidden !important;
    font-size: 1.6rem;
    font-family: "Noto Sans JP","Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }

svg {
  overflow: inherit; }

a {
  text-decoration: none;
  display: inline-block; }

b {
  font-weight: normal; }

img {
  vertical-align: bottom; }

figure {
  margin: 0; }

h1, h2, h3, h4, h5 {
  font-weight: normal; }

.pc-view {
  display: block; }

.sp-view {
  display: none; }

.wrap {
  width: 1100px;
  margin: 0 auto; }

.Ank {
  margin-top: -85px;
  padding-top: 85px; }

@media screen and (max-width: 768px) {
  .wrap {
    width: 95%;
    margin: 0 auto; }

  .pc-view {
    display: none !important; }

  .sp-view {
    display: block; } }
/*animation*/
@keyframes heartbeat {
  from {
    transform: scale(1);
    transform-origin: center center;
    animation-timing-function: ease-out; }
  10% {
    transform: scale(0.91);
    animation-timing-function: ease-in; }
  17% {
    transform: scale(0.98);
    animation-timing-function: ease-out; }
  33% {
    transform: scale(0.87);
    animation-timing-function: ease-in; }
  45% {
    transform: scale(1);
    animation-timing-function: ease-out; } }
header {
  position: fixed;
  top: 0;
  left: 0;
  height: 85px;
  z-index: 9999;
  width: 100%;
  background: white; }
  header .wrap {
    height: inherit; }
    header .wrap h1 {
      display: flex;
      align-items: center;
      height: 100%; }
      header .wrap h1 a img {
        width: 306px; }
  header .links {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    height: 100%; }
    header .links a {
      width: 218px;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: background .2s linear; }
      header .links a span {
        position: relative;
        display: inline-block;
        padding: 0 16px 0 0;
        vertical-align: middle;
        text-decoration: none;
        font-size: 1.4rem; }
        header .links a span::before {
          width: 19px;
          height: 19px;
          border-radius: 50%;
          right: -7px; }
        header .links a span::after {
          right: 0px;
          width: 4px;
          height: 4px;
          transform: rotate(45deg); }
        header .links a span::before, header .links a span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          vertical-align: middle; }
    header .links__download a {
      background: #ec5d74;
      color: white; }
      header .links__download a:hover {
        background: #b34759; }
      header .links__download a span::before {
        background: white; }
      header .links__download a span::after {
        border-top: 2px solid #ec5d74;
        border-right: 2px solid #ec5d74; }
    header .links__contact a {
      background: #d1f53e;
      color: #001f4d; }
      header .links__contact a:hover {
        background: #9ab530; }
      header .links__contact a span::before {
        background: #001f4d; }
      header .links__contact a span::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff; }

.main {
  position: relative;
  height: 600px;
  background: url(../images/mainimage.png) no-repeat, #001f4d;
  background-position: center right calc(50vw - 650px);
  margin-top: 85px; }
  .main .maininner {
    height: 100%; }
  .main__txt {
    padding-top: 70px; }
    .main__txt__subtxt {
      font-size: 3.4rem;
      position: relative;
      line-height: 1;
      color: #001f4d;
      display: inline-block;
      z-index: 1;
      margin-bottom: 26px; }
      .main__txt__subtxt span {
        line-height: 1;
        color: #001f4d;
        display: inline-block;
        background: white;
        padding: 6px; }
      .main__txt__subtxt::after {
        position: absolute;
        z-index: -1;
        background: linear-gradient(90deg, #3e7bd4 0%, #a000a6 100%);
        width: 100%;
        height: 100%;
        top: 4px;
        left: 4px;
        content: ""; }
    .main__txt__logo {
      margin-bottom: 40px; }
      .main__txt__logo img {
        width: 570px; }
    .main__txt__main {
      position: relative;
      padding-left: 28px;
      color: white;
      font-size: 2.7rem;
      line-height: 1.4; }
      .main__txt__main::before {
        position: absolute;
        width: 6px;
        height: 100%;
        content: "";
        background: white;
        border-radius: 3px;
        left: 0; }
      .main__txt__main small {
        font-size: 1.6rem; }
  .main__price {
    color: #001f4d;
    display: flex;
    align-items: center;
    background: white;
    padding: 20px 0;
    border-radius: 100px;
    border: 4px solid #001f4d; }
    .main__price__ttl {
      font-size: 2.4rem;
      padding: 0 40px; }
    .main__price__price {
      padding: 0 40px;
      border-left: 1px solid #001f4d; }
      .main__price__price .pricedetail {
        font-size: 1.8rem;
        margin-bottom: 10px; }
      .main__price__price .priceyen {
        color: #ec5d74;
        font-size: 8.4rem;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 600; }
        .main__price__price .priceyen small {
          font-size: 5.5rem; }
        .main__price__price .priceyen span {
          font-size: 3rem;
          position: relative;
          top: -12px;
          font-weight: 500; }
  .main .priceinner {
    display: inline-block;
    position: absolute;
    bottom: -10px; }
  .main .trial {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: max(10px, calc(50vw - 650px));
    animation: heartbeat 1.5s ease-in-out infinite both; }
    .main .trial img {
      width: 140px; }

.commonSec {
  padding: 100px 0; }
  .commonSec__ttl {
    margin-bottom: 60px; }
    .commonSec__ttl__main {
      font-family: "Poppins", "Noto Sans JP", sans-serif;
      font-weight: 600;
      font-size: 4.6rem;
      margin-bottom: 16px; }
      .commonSec__ttl__main b {
        font-weight: 600; }
    .commonSec__ttl__sub {
      font-size: 2rem; }

.service {
  background: url(../images/service_bg1.png) no-repeat, url(../images/service_bg2.png) no-repeat, #f0f0ee;
  background-position: top left,bottom right; }
  .service__ttl__main {
    color: #001f4d; }
    .service__ttl__main b {
      color: #ec5d74; }
  .service__ttl__sub {
    color: #001f4d; }
  .service__cont {
    display: flex;
    justify-content: space-between; }
    .service__cont.--active .service__cont__list {
      opacity: 1; }
      .service__cont.--active .service__cont__list:nth-of-type(1) {
        transform: translateY(0); }
      .service__cont.--active .service__cont__list:nth-of-type(2) {
        transform: translateY(-60px); }
      .service__cont.--active .service__cont__list:nth-of-type(3) {
        transform: translateY(-120px); }
    .service__cont__list {
      width: calc((100% / 3) - 60px );
      background: white;
      border-radius: 4px;
      box-shadow: 0 7px 0 #ecb9c1;
      padding: 30px 20px 20px 20px;
      position: relative;
      opacity: 0;
      transition: .3s opacity linear,.3s transform ease-in; }
      .service__cont__list .sNum {
        color: #ec5d74;
        font-size: 3.4rem;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 600;
        width: 60px;
        height: 60px;
        text-align: center;
        border: 4px solid #001f4d;
        box-shadow: 0 0 0 8px white;
        line-height: 60px;
        border-radius: 50%;
        position: absolute;
        background: white;
        top: -10px;
        left: -10px; }
        .service__cont__list .sNum::before {
          position: absolute;
          content: " ";
          width: 5px;
          height: 20px;
          background: #001f4d;
          box-shadow: 0 0 0 4px white;
          transform: rotate(-45deg);
          z-index: 1;
          border-radius: 3px;
          top: 42px;
          left: 50px; }
      .service__cont__list .sCont {
        color: #001f4d; }
        .service__cont__list .sCont__ttl {
          font-size: 2.2rem;
          line-height: 3.4rem;
          text-align: center;
          font-weight: 600; }
        .service__cont__list .sCont__images {
          margin: 20px 0; }
          .service__cont__list .sCont__images img {
            width: 100%; }
        .service__cont__list .sCont figcaption {
          font-size: 1.3rem;
          line-height: 2.6rem; }
      .service__cont__list:nth-of-type(1) {
        transform: translateY(-20px); }
      .service__cont__list:nth-of-type(2) {
        transform: translateY(-80px);
        transition-delay: .2s; }
      .service__cont__list:nth-of-type(3) {
        transform: translateY(-140px);
        transition-delay: .4s; }

.features {
  background: #ecb9c1;
  position: relative; }
  .features__ttl__main {
    color: white; }
    .features__ttl__main b {
      color: #ec5d74; }
  .features__ttl__sub {
    color: white; }
  .features__cont {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px; }
    .features__cont .fContgenre {
      color: white;
      background: #d78792;
      font-size: 1.8rem;
      text-align: center;
      padding: 6px 0;
      grid-row: 1; }
      .features__cont .fContgenre:nth-of-type(1) {
        grid-column: 1 / 3; }
      .features__cont .fContgenre:nth-of-type(2) {
        grid-column: 3 / 4; }
      .features__cont .fContgenre:nth-of-type(3) {
        grid-column: 4 / 6; }
    .features__cont .fContlist__image {
      background: linear-gradient(90deg, #6492c8 0%, #52aee2 100%);
      height: 180px;
      box-sizing: border-box;
      border: 3px solid white;
      border-radius: 12px 12px 0 0;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden; }
      .features__cont .fContlist__image__img01 {
        width: 120px; }
      .features__cont .fContlist__image__img02 {
        width: 140px; }
      .features__cont .fContlist__image__img03 {
        width: 150px; }
      .features__cont .fContlist__image__img04 {
        width: 110px; }
      .features__cont .fContlist__image__img05 {
        width: 150px; }
    .features__cont .fContlist__ttl {
      background: white;
      border-radius: 0 0 12px 12px;
      position: relative; }
      .features__cont .fContlist__ttl__num {
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 600;
        text-shadow: 2px 2px 0 white, -2px -2px 0 white, -2px 2px 0 white, 2px -2px 0 white, 0px 2px 0 white,  0 -2px 0 white, -2px 0 0 white, 2px 0 0 white;
        font-size: 3.5rem;
        color: #ec5d74;
        position: absolute;
        top: -22px;
        left: 15px; }
      .features__cont .fContlist__ttl__txt {
        font-weight: 600;
        color: #001f4d;
        font-size: 1.8rem;
        text-align: center;
        padding: 22px 0; }
  .features::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 70px 140px 0 140px;
    border-color: #ecb9c1 transparent transparent transparent;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }

.featuresDetail {
  background: #f8dfe3; }
  .featuresDetail__list {
    background: white;
    border-radius: 6px;
    margin-bottom: 60px; }
    .featuresDetail__list:last-of-type {
      margin-bottom: 0; }
    .featuresDetail__list__head {
      background: #001f4d;
      position: relative;
      padding: 10px;
      border-radius: 0 6px 0 0; }
      .featuresDetail__list__head .headNum {
        color: #ec5d74;
        font-size: 3.4rem;
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 600;
        width: 110px;
        height: 110px;
        text-align: center;
        border: 1px solid #001f4d;
        line-height: 110px;
        border-radius: 50%;
        position: absolute;
        background: white;
        top: 50%;
        left: 0;
        transform: translate(-50%, -50%); }
      .featuresDetail__list__head .headCont {
        display: flex;
        justify-content: space-between;
        padding-left: 40px; }
        .featuresDetail__list__head .headCont__txt {
          flex: 1; }
          .featuresDetail__list__head .headCont__txt__cont {
            display: flex;
            color: white;
            align-items: center; }
            .featuresDetail__list__head .headCont__txt__cont__ttl {
              font-weight: 500;
              font-size: 2rem;
              width: 180px;
              text-align: center;
              line-height: 3.2rem; }
            .featuresDetail__list__head .headCont__txt__cont__txt {
              flex: 1;
              font-size: 1.6rem;
              line-height: 3.2rem;
              padding: 0 30px;
              border-left: 1px solid white; }
        .featuresDetail__list__head .headCont__genre {
          background: #ec5d74;
          color: white;
          width: 130px;
          border-radius: 4px;
          line-height: 1.5;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center; }
    .featuresDetail__list__body .feature01Cont {
      display: flex;
      justify-content: space-between;
      padding: 60px; }
      .featuresDetail__list__body .feature01Cont__pc {
        display: flex;
        align-items: center; }
        .featuresDetail__list__body .feature01Cont__pc__image img {
          width: 280px; }
      .featuresDetail__list__body .feature01Cont__point {
        width: 640px; }
        .featuresDetail__list__body .feature01Cont__point .pointdetail {
          border-bottom: 1px dashed #001f4d;
          display: flex;
          justify-content: space-between;
          height: 126px;
          align-items: center;
          position: relative; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 50%;
            background: #cadbe3;
            left: -40px; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail:first-of-type::before {
            transform: translateY(50%); }
          .featuresDetail__list__body .feature01Cont__point .pointdetail:nth-of-type(2)::before {
            transform: translateY(0);
            height: 102%; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail:last-of-type {
            border-bottom: none; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail:last-of-type::before {
              transform: translateY(-50%); }
          .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl {
            position: relative; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl::before {
              position: absolute;
              width: 28px;
              height: 6px;
              border-radius: 3px;
              background: #cadbe3;
              content: "";
              transform: translateY(-50%);
              top: 50%;
              left: -40px; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl__wrap {
              color: black;
              display: flex;
              background: #f0f0f0;
              align-items: center;
              padding: 12px 16px;
              border-radius: 30px;
              width: 190px;
              box-sizing: border-box; }
              .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl__wrap__label {
                font-size: 2.6rem;
                font-weight: 600;
                font-family: "Poppins", "Noto Sans JP", sans-serif;
                width: 25px;
                text-align: center;
                padding-right: 8px;
                border-right: 1px solid black;
                display: flex;
                align-items: center;
                justify-content: center; }
              .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl__wrap__txt {
                font-weight: 500;
                font-size: 1.6rem;
                text-align: center;
                line-height: 1;
                flex: 1; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl.pdtCenter::before {
              width: 60px;
              left: -72px; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail__image .f01pointImg01 {
            width: 427px;
            transform: translateY(-10px); }
          .featuresDetail__list__body .feature01Cont__point .pointdetail__image .f01pointImg02 {
            width: 415px; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail__image .f01pointImg03 {
            width: 423px; }
    .featuresDetail__list__body .feature02Cont {
      display: flex;
      justify-content: space-between;
      padding: 50px 60px 60px 60px; }
      .featuresDetail__list__body .feature02Cont__pc {
        display: flex;
        align-items: center;
        flex-direction: column;
        transform: translateY(48px); }
        .featuresDetail__list__body .feature02Cont__pc__image img {
          width: 280px; }
        .featuresDetail__list__body .feature02Cont__pc__oslist {
          display: flex;
          align-items: center;
          margin-top: 20px; }
          .featuresDetail__list__body .feature02Cont__pc__oslist li:first-of-type {
            background: black;
            border-radius: 4px;
            color: white;
            height: 100%;
            display: flex;
            align-items: center;
            padding: 0 20px;
            margin-right: 12px;
            font-size: 1.3rem; }
          .featuresDetail__list__body .feature02Cont__pc__oslist li:last-of-type {
            line-height: 1.3; }
      .featuresDetail__list__body .feature02Cont__point {
        width: 640px; }
        .featuresDetail__list__body .feature02Cont__point .pointdetail {
          border-bottom: 1px dashed #001f4d;
          display: flex;
          justify-content: space-between;
          height: 126px;
          align-items: center;
          position: relative; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 50%;
            background: #cadbe3;
            left: -40px; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail:first-of-type::before {
            transform: translateY(50%); }
          .featuresDetail__list__body .feature02Cont__point .pointdetail:nth-of-type(2)::before {
            transform: translateY(0);
            height: 102%; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail:last-of-type {
            border-bottom: none; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail:last-of-type::before {
              transform: translateY(-50%); }
          .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl {
            position: relative; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl::before {
              position: absolute;
              width: 28px;
              height: 6px;
              border-radius: 3px;
              background: #cadbe3;
              content: "";
              transform: translateY(-50%);
              top: 50%;
              left: -40px; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl__wrap {
              color: black;
              display: flex;
              background: #f0f0f0;
              align-items: center;
              padding: 12px 16px;
              border-radius: 30px;
              width: 190px;
              box-sizing: border-box; }
              .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl__wrap__label {
                font-size: 2.6rem;
                font-weight: 600;
                font-family: "Poppins", "Noto Sans JP", sans-serif;
                width: 25px;
                text-align: center;
                padding-right: 8px;
                border-right: 1px solid black;
                display: flex;
                align-items: center;
                justify-content: center; }
              .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl__wrap__txt {
                font-weight: 500;
                font-size: 1.6rem;
                text-align: center;
                line-height: 1;
                flex: 1; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl.pdtCenter::before {
              width: 60px;
              left: -72px; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail__image {
            margin-right: auto;
            margin-left: auto; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__image .f02pointImg01 {
              width: 371px; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__image .f02pointImg02 {
              width: 369px; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__image .f02pointImg03 {
              width: 309px; }
    .featuresDetail__list__body .feature03Cont {
      padding: 60px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .featuresDetail__list__body .feature03Cont__point {
        width: 470px;
        margin-bottom: 40px; }
        .featuresDetail__list__body .feature03Cont__point:nth-last-of-type(-n + 2) {
          margin-bottom: 0; }
        .featuresDetail__list__body .feature03Cont__point__ttl {
          color: black;
          display: flex;
          background: #f0f0f0;
          align-items: center;
          padding: 12px 16px;
          border-radius: 30px;
          width: 100%;
          box-sizing: border-box;
          margin-bottom: 28px; }
          .featuresDetail__list__body .feature03Cont__point__ttl__label {
            font-size: 2.6rem;
            font-weight: 600;
            font-family: "Poppins", "Noto Sans JP", sans-serif;
            width: 25px;
            text-align: center;
            padding-right: 8px;
            border-right: 1px solid black;
            display: flex;
            align-items: center;
            justify-content: center; }
          .featuresDetail__list__body .feature03Cont__point__ttl__txt {
            font-weight: 500;
            font-size: 1.6rem;
            text-align: left;
            line-height: 1;
            flex: 1;
            padding-left: 20px; }
        .featuresDetail__list__body .feature03Cont__point__image {
          text-align: center; }
          .featuresDetail__list__body .feature03Cont__point__image .f03pointImg01 {
            width: 419px; }
          .featuresDetail__list__body .feature03Cont__point__image .f03pointImg02 {
            width: 327px; }
          .featuresDetail__list__body .feature03Cont__point__image .f03pointImg03 {
            width: 250px; }
          .featuresDetail__list__body .feature03Cont__point__image .f03pointImg04 {
            width: 152px; }
          .featuresDetail__list__body .feature03Cont__point__image .f03pointImg05 {
            width: 454px; }
          .featuresDetail__list__body .feature03Cont__point__image.softlogo {
            transform: translateY(30px); }
          .featuresDetail__list__body .feature03Cont__point__image .f03p3 {
            display: grid;
            grid-template-columns: 260px 180px;
            gap: 18px; }
            .featuresDetail__list__body .feature03Cont__point__image .f03p3__cont__ttl {
              font-size: 1.3rem;
              text-align: center;
              padding: 4px 0;
              border: 1px dashed black;
              margin-bottom: 20px; }
            .featuresDetail__list__body .feature03Cont__point__image .f03p3__cont__image {
              height: 123px;
              display: flex;
              align-items: end;
              justify-content: center; }
    .featuresDetail__list__body .feature04Cont {
      padding: 60px; }
    .featuresDetail__list__body .feature05Cont {
      padding: 60px;
      display: flex;
      justify-content: space-between; }
      .featuresDetail__list__body .feature05Cont__point__list {
        margin-bottom: 30px; }
        .featuresDetail__list__body .feature05Cont__point__list__ttl {
          color: black;
          display: flex;
          background: #f0f0f0;
          align-items: center;
          padding: 12px 16px;
          border-radius: 30px;
          width: 380px;
          box-sizing: border-box;
          margin-bottom: 16px; }
          .featuresDetail__list__body .feature05Cont__point__list__ttl__label {
            font-size: 2.6rem;
            font-weight: 600;
            font-family: "Poppins", "Noto Sans JP", sans-serif;
            width: 25px;
            text-align: center;
            padding-right: 8px;
            border-right: 1px solid black;
            display: flex;
            align-items: center;
            justify-content: center; }
          .featuresDetail__list__body .feature05Cont__point__list__ttl__txt {
            font-weight: 500;
            font-size: 1.6rem;
            text-align: left;
            line-height: 1;
            flex: 1;
            padding-left: 20px; }
        .featuresDetail__list__body .feature05Cont__point__list p {
          font-weight: 500;
          font-size: 1.7rem;
          padding-left: 20px; }
          .featuresDetail__list__body .feature05Cont__point__list p span {
            color: #ec5d74; }
      .featuresDetail__list__body .feature05Cont__image img {
        width: 570px; }

.faq {
  background: url(../images/faq_bg.png), #001f4d; }
  .faq__ttl__main {
    color: white; }
    .faq__ttl__main b {
      color: #d1f53e; }
  .faq__ttl__sub {
    color: white; }
  .faq__cont__list {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 0;
    margin-bottom: 34px; }
    .faq__cont__list .faqNum {
      font-family: "Poppins", "Noto Sans JP", sans-serif;
      font-weight: 600;
      color: white;
      font-size: 4rem;
      grid-column: 1 / 2;
      grid-row: 1 / 3;
      background: #546988;
      display: grid;
      justify-content: center;
      align-items: center; }
    .faq__cont__list .faqcommon {
      color: #001f4d;
      font-size: 2rem;
      background: white;
      grid-column: 2 / 3;
      padding: 18px 30px;
      display: flex;
      align-items: center;
      line-height: 3.6rem; }
      .faq__cont__list .faqcommon b {
        font-family: "Poppins", "Noto Sans JP", sans-serif;
        font-weight: 600;
        font-size: 3.6rem;
        display: inline-block;
        margin-right: 30px; }
      .faq__cont__list .faqcommon span {
        display: inline-block; }
    .faq__cont__list .faqQuestion {
      border-bottom: 1px solid #bfc7d2;
      grid-row: 1 / 2; }
    .faq__cont__list .faqAns {
      grid-row: 2 / 3; }
      .faq__cont__list .faqAns b {
        color: #ec5d74; }

footer {
  background: #001f4d;
  color: white;
  line-height: 1.6;
  text-align: center;
  font-size: 1.4rem; }
  footer a {
    color: white; }

.contact {
  background: url(../images/contact_bg.png), #ec5d74; }
  .contact__ttl__main {
    color: white; }
    .contact__ttl__main b {
      color: #001f4d; }
  .contact__ttl__sub {
    color: white; }
  .contact__cont {
    background: white;
    border-radius: 6px;
    padding: 60px 100px; }
    .contact__cont .mktoForm {
      margin: 0 auto;
      width: 700px !important; }
      .contact__cont .mktoForm .mktoFormCol {
        margin-bottom: 15px !important; }
        .contact__cont .mktoForm .mktoFormCol .mktoTextField,
        .contact__cont .mktoForm .mktoFormCol .mktoEmailField,
        .contact__cont .mktoForm .mktoFormCol .mktoTelField {
          height: 4rem;
          width: 520px !important; }
        .contact__cont .mktoForm .mktoFormCol textarea {
          width: 520px !important; }
      .contact__cont .mktoForm .mktoLabel {
        font-size: 1.6rem; }
      .contact__cont .mktoForm .mktoHtmlText.mktoHasWidth {
        width: 100%; }
      .contact__cont .mktoForm .mktoButtonRow {
        display: block;
        text-align: center; }
        .contact__cont .mktoForm .mktoButtonRow .mktoNative {
          display: inline-block;
          margin-left: 0 !important; }
          .contact__cont .mktoForm .mktoButtonRow .mktoNative button.mktoButton {
            padding: 20px 0;
            width: 300px; }

@media screen and (max-width: 768px) {
  header {
    height: 60px; }
    header .wrap h1 a img {
      width: 55vw; }
    header .links a {
      width: 70px;
      font-size: 2.5rem; }
      header .links a span {
        padding: 0 0 0 0;
        vertical-align: middle;
        font-size: 1.4rem; }
        header .links a span::before, header .links a span::after {
          content: none; }

  .main {
    height: calc(100% - 60px);
    background-position: bottom 30px right;
    margin-top: 60px;
    background-size: 90%; }
    .main__txt {
      padding-top: 30px; }
      .main__txt__subtxt {
        font-size: 1.8rem;
        margin-bottom: 26px; }
        .main__txt__subtxt span {
          line-height: 1.4; }
      .main__txt__logo {
        margin-bottom: 30px; }
        .main__txt__logo img {
          width: 100%; }
      .main__txt__main {
        padding-left: 14px;
        font-size: 1.7rem; }
        .main__txt__main::before {
          width: 3px;
          border-radius: 2px; }
    .main__price {
      padding: 15px;
      border: 2px solid #001f4d;
      flex-direction: column;
      border-radius: 30px; }
      .main__price__ttl {
        font-size: 1.8rem;
        padding: 0 10px 10px 10px;
        width: 100%; }
      .main__price__price {
        border-top: 1px solid #001f4d;
        border-left: none;
        padding: 10px 10px 0 10px; }
        .main__price__price .pricedetail {
          font-size: 1.6rem; }
        .main__price__price .priceyen {
          font-size: 5.5rem; }
          .main__price__price .priceyen small {
            font-size: 4rem; }
          .main__price__price .priceyen span {
            font-size: 2.2rem;
            top: -7px; }
    .main .priceinner {
      bottom: auto;
      top: 370px; }
    .main .trial img {
      width: 100px; }

  .commonSec {
    padding: 60px 0; }
    .commonSec__ttl {
      margin-bottom: 40px; }
      .commonSec__ttl__main {
        font-size: 4rem;
        margin-bottom: 14px; }
      .commonSec__ttl__sub {
        font-size: 1.8rem; }

  .service {
    background: url(../images/service_bg1.png) no-repeat, url(../images/service_bg2.png) no-repeat, #f0f0ee;
    background-position: top left,bottom right; }
    .service__cont {
      justify-content: space-between;
      flex-direction: column;
      margin: 0 20px; }
      .service__cont.--active .service__cont__list {
        opacity: 1; }
        .service__cont.--active .service__cont__list:nth-of-type(1) {
          transform: translateY(0); }
        .service__cont.--active .service__cont__list:nth-of-type(2) {
          transform: translateY(0); }
        .service__cont.--active .service__cont__list:nth-of-type(3) {
          transform: translateY(0); }
      .service__cont__list {
        width: 100%;
        box-shadow: 0 3px 0 #ecb9c1;
        padding: 24px 20px 20px 20px;
        box-sizing: border-box;
        margin-bottom: 30px; }
        .service__cont__list .sNum {
          font-size: 3rem;
          width: 50px;
          height: 50px;
          box-shadow: 0 0 0 6px white;
          line-height: 50px;
          top: -10px;
          left: -4px; }
          .service__cont__list .sNum::before {
            top: 35px;
            left: 44px; }
        .service__cont__list .sCont {
          color: #001f4d; }
          .service__cont__list .sCont__ttl {
            font-size: 2.2rem;
            line-height: 3.4rem;
            text-align: center;
            font-weight: 600; }
          .service__cont__list .sCont__images {
            margin: 20px 0; }
            .service__cont__list .sCont__images img {
              width: 100%; }
          .service__cont__list .sCont figcaption {
            font-size: 1.3rem;
            line-height: 2.4rem; }
        .service__cont__list:nth-of-type(1) {
          transform: translateY(-20px); }
        .service__cont__list:nth-of-type(2) {
          transform: translateY(-20px); }
        .service__cont__list:nth-of-type(3) {
          transform: translateY(-20px); }

  .features__cont {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px; }
    .features__cont .fContgenre {
      font-size: 1.6rem;
      padding: 6px 0;
      line-height: 1.2; }
      .features__cont .fContgenre:nth-of-type(1) {
        grid-column: 1 / 3;
        grid-row: 1; }
      .features__cont .fContgenre:nth-of-type(2) {
        grid-column: 3 / 4;
        grid-row: 1; }
      .features__cont .fContgenre:nth-of-type(3) {
        grid-column: 1 / 3;
        grid-row: 3; }
    .features__cont .fContlist:nth-of-type(4) {
      grid-column: 1;
      grid-row: 2 / 3; }
    .features__cont .fContlist:nth-of-type(5) {
      grid-column: 2;
      grid-row: 2 / 3; }
    .features__cont .fContlist:nth-of-type(6) {
      grid-column: 3;
      grid-row: 2 / 3; }
    .features__cont .fContlist:nth-of-type(7) {
      grid-column: 1;
      grid-row: 4 / 5; }
    .features__cont .fContlist:nth-of-type(8) {
      grid-column: 2;
      grid-row: 4 / 5; }
    .features__cont .fContlist__image {
      height: 160px; }
      .features__cont .fContlist__image__img01 {
        width: 80%; }
      .features__cont .fContlist__image__img02 {
        width: 90%; }
      .features__cont .fContlist__image__img03 {
        width: 90%; }
      .features__cont .fContlist__image__img04 {
        width: 90%; }
      .features__cont .fContlist__image__img05 {
        width: 90%; }
    .features__cont .fContlist__ttl__num {
      font-size: 3rem;
      top: -20px; }
    .features__cont .fContlist__ttl__txt {
      font-size: 1.6rem;
      line-height: 1.4;
      padding: 12px 0; }
  .features::after {
    border-width: 35px 70px 0 70px;
    bottom: -35px; }

  .featuresDetail__list {
    margin-bottom: 40px; }
    .featuresDetail__list__head {
      border-radius: 6px 6px 0 0; }
      .featuresDetail__list__head .headNum {
        font-size: 2.8rem;
        width: 70px;
        height: 70px;
        line-height: 70px;
        top: 23px;
        left: 29px; }
      .featuresDetail__list__head .headCont {
        flex-direction: column-reverse;
        padding-left: 0; }
        .featuresDetail__list__head .headCont__txt__cont {
          flex-direction: column; }
          .featuresDetail__list__head .headCont__txt__cont__ttl {
            font-size: 1.8rem;
            width: auto;
            line-height: 3.2rem; }
          .featuresDetail__list__head .headCont__txt__cont__txt {
            font-size: 1.4rem;
            line-height: 2.6rem;
            border-top: 1px solid white;
            padding: 10px 0;
            margin-top: 10px;
            border-left: none; }
        .featuresDetail__list__head .headCont__genre {
          width: 100%;
          box-sizing: border-box;
          padding: 4px 0;
          font-size: 1.4rem; }
    .featuresDetail__list__body .feature01Cont {
      padding: 30px 10px;
      flex-direction: column; }
      .featuresDetail__list__body .feature01Cont__pc {
        text-align: center;
        justify-content: center;
        margin-bottom: 30px; }
        .featuresDetail__list__body .feature01Cont__pc__image img {
          width: 50%; }
      .featuresDetail__list__body .feature01Cont__point {
        width: 100%; }
        .featuresDetail__list__body .feature01Cont__point .pointdetail {
          flex-direction: column;
          height: auto;
          align-items: flex-start;
          margin-bottom: 20px;
          padding-bottom: 20px; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail::before {
            content: none; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail:last-of-type {
            margin-bottom: 0;
            padding-bottom: 0; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl {
            width: 100%; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl::before {
              content: none; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl__wrap {
              padding: 12px 16px;
              border-radius: 30px;
              width: max(50%, 200px);
              margin-bottom: 15px; }
              .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl__wrap__label {
                font-size: 2.2rem;
                width: 25px;
                padding-right: 8px; }
              .featuresDetail__list__body .feature01Cont__point .pointdetail__ttl__wrap__txt {
                padding-left: 18px; }
          .featuresDetail__list__body .feature01Cont__point .pointdetail__image {
            width: 100%; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__image .f01pointImg01 {
              width: 100%;
              transform: translateY(0); }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__image .f01pointImg02 {
              width: 100%; }
            .featuresDetail__list__body .feature01Cont__point .pointdetail__image .f01pointImg03 {
              width: 100%; }
    .featuresDetail__list__body .feature02Cont {
      padding: 30px 10px;
      flex-direction: column; }
      .featuresDetail__list__body .feature02Cont__pc {
        text-align: center;
        justify-content: center;
        margin-bottom: 30px;
        transform: translateY(0); }
        .featuresDetail__list__body .feature02Cont__pc__image img {
          width: 50%; }
        .featuresDetail__list__body .feature02Cont__pc__oslist {
          margin-top: 10px; }
          .featuresDetail__list__body .feature02Cont__pc__oslist li:first-of-type {
            padding: 0 30px;
            padding: 15px 30px; }
          .featuresDetail__list__body .feature02Cont__pc__oslist li:last-of-type {
            text-align: left; }
      .featuresDetail__list__body .feature02Cont__point {
        width: 100%; }
        .featuresDetail__list__body .feature02Cont__point .pointdetail {
          flex-direction: column;
          height: auto;
          align-items: flex-start;
          margin-bottom: 20px;
          padding-bottom: 20px; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail::before {
            content: none; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail:last-of-type {
            margin-bottom: 0;
            padding-bottom: 0; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl {
            width: 100%; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl::before {
              content: none; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl__wrap {
              padding: 12px 16px;
              border-radius: 30px;
              width: max(50%, 200px);
              margin-bottom: 15px; }
              .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl__wrap__label {
                font-size: 2.2rem;
                width: 25px;
                padding-right: 8px; }
              .featuresDetail__list__body .feature02Cont__point .pointdetail__ttl__wrap__txt {
                padding-left: 18px; }
          .featuresDetail__list__body .feature02Cont__point .pointdetail__image {
            width: 100%; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__image .f02pointImg01 {
              width: 100%; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__image .f02pointImg02 {
              width: 100%; }
            .featuresDetail__list__body .feature02Cont__point .pointdetail__image .f02pointImg03 {
              width: 80%; }
    .featuresDetail__list__body .feature03Cont {
      padding: 30px 10px; }
      .featuresDetail__list__body .feature03Cont__point {
        width: 100%;
        margin-bottom: 30px; }
        .featuresDetail__list__body .feature03Cont__point:nth-last-of-type(-n + 2) {
          margin-bottom: 30px; }
        .featuresDetail__list__body .feature03Cont__point:last-of-type {
          margin-bottom: 0; }
        .featuresDetail__list__body .feature03Cont__point__ttl {
          padding: 12px 16px;
          border-radius: 30px;
          width: 100%;
          margin-bottom: 24px; }
          .featuresDetail__list__body .feature03Cont__point__ttl__label {
            font-size: 2.2rem;
            width: 25px;
            padding-right: 8px; }
          .featuresDetail__list__body .feature03Cont__point__ttl__txt {
            padding-left: 18px; }
        .featuresDetail__list__body .feature03Cont__point__image .f03pointImg01 {
          width: 95%; }
        .featuresDetail__list__body .feature03Cont__point__image .f03pointImg02 {
          width: 75%; }
        .featuresDetail__list__body .feature03Cont__point__image .f03pointImg03 {
          width: 95%; }
        .featuresDetail__list__body .feature03Cont__point__image .f03pointImg04 {
          width: 95%; }
        .featuresDetail__list__body .feature03Cont__point__image .f03pointImg05 {
          width: 95%; }
        .featuresDetail__list__body .feature03Cont__point__image.softlogo {
          transform: translateY(0); }
        .featuresDetail__list__body .feature03Cont__point__image .f03p3 {
          display: grid;
          grid-template-columns: 60% 35%;
          gap: 4%; }
          .featuresDetail__list__body .feature03Cont__point__image .f03p3__cont__image {
            height: 110px; }
    .featuresDetail__list__body .feature04Cont {
      padding: 30px 10px; }
      .featuresDetail__list__body .feature04Cont img {
        width: 100%; }
    .featuresDetail__list__body .feature05Cont {
      padding: 30px 10px;
      flex-direction: column; }
      .featuresDetail__list__body .feature05Cont__point__list {
        margin-bottom: 20px; }
        .featuresDetail__list__body .feature05Cont__point__list__ttl {
          padding: 12px 16px;
          border-radius: 30px;
          width: 100%; }
          .featuresDetail__list__body .feature05Cont__point__list__ttl__label {
            font-size: 2.2rem;
            width: 25px;
            padding-right: 8px; }
          .featuresDetail__list__body .feature05Cont__point__list__ttl__txt {
            padding-left: 18px; }
        .featuresDetail__list__body .feature05Cont__point__list p {
          font-size: 1.6rem; }
      .featuresDetail__list__body .feature05Cont__image img {
        width: 100%; }

  .faq__cont__list {
    grid-template-columns: 60px 1fr;
    margin-bottom: 20px; }
    .faq__cont__list .faqNum {
      font-size: 3rem;
      justify-content: center;
      align-items: center; }
    .faq__cont__list .faqcommon {
      font-size: 1.4rem;
      padding: 9px 15px;
      line-height: 2.2rem; }
      .faq__cont__list .faqcommon b {
        font-size: 2.8rem;
        margin-right: 16px; }

  .contact__cont {
    padding: 30px 5%; }
    .contact__cont .mktoForm {
      width: 100% !important; }
      .contact__cont .mktoForm .mktoFormCol {
        margin-bottom: 15px !important; }
        .contact__cont .mktoForm .mktoFormCol .mktoTextField,
        .contact__cont .mktoForm .mktoFormCol .mktoEmailField,
        .contact__cont .mktoForm .mktoFormCol .mktoTelField {
          width: 100% !important;
          height: auto; }
        .contact__cont .mktoForm .mktoFormCol textarea {
          width: 100% !important;
          height: auto; }
      .contact__cont .mktoForm .mktoLabel {
        margin-bottom: 4px; }
      .contact__cont .mktoForm .mktoHtmlText.mktoHasWidth {
        width: 100%; }
      .contact__cont .mktoForm .mktoButtonRow {
        display: block;
        text-align: center; }
        .contact__cont .mktoForm .mktoButtonRow .mktoNative {
          display: inline-block;
          margin-left: 0 !important; }
          .contact__cont .mktoForm .mktoButtonRow .mktoNative button.mktoButton {
            padding: 20px 0;
            width: 300px; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>