@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    min-width: 1000px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    background: url(../img/grid2.png) repeat;
  }
  body p {
    font-size: 16px;
    line-height: 1.75;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .footer {
    background-color: #fff;
  }
  .footer p {
    font-size: 14px;
    color: #343434;
    padding: 17px 0;
    text-align: center;
  }
  button.btn, a.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 10px;
         border-radius: 10px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 4px 0px 0px #2ba815;
         box-shadow: 0 4px 0px 0px #2ba815;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
  }
  button.btn:hover, a.btn:hover {
    opacity: 1;
  }
  button.btn:hover span, a.btn:hover span {
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  button.btn span, a.btn span {
    background: #3bc622;
    width: 298px;
    height: 54px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    position: relative;
  }
  button.btn span::after, a.btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 11px;
    height: 13px;
    background: url(../img/ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .mv {
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    position: relative;
  }
  .p_top .mv .row {
    padding-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .mv .row > figure, .p_top .mv .row > picture {
    margin-right: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .mv_inner {
    padding: 30px 0;
    background: url(../img/grid1.png) repeat;
  }
  .p_top .mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 187px;
    height: 254px;
    background: url(../img/mv_mask1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 287px;
    height: 359px;
    background: url(../img/mv_mask2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .form_cm {
    width: 384px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 25px 20px 15px;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .p_top .form_cm h2 {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
  }
  .p_top .form_cm h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 81px;
    height: 5px;
    -moz-border-radius: 2.5px;
         border-radius: 2.5px;
    background: #0a70d8;
    display: block;
  }
  .p_top .form_cm h2 span {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #0a70d8;
  }
  .p_top .form_cm h2 small {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    color: #343434;
    display: block;
  }
  .p_top .form_cm .dlist dl {
    margin-bottom: 12px;
  }
  .p_top .form_cm .dlist dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #343434;
    margin-bottom: 10px;
  }
  .p_top .form_cm .dlist dl dt span {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #fff;
    width: 55px;
    height: 24px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #faaf3f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .form_cm .dlist dl dd input {
    border: 0;
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 48px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #f0f0f0;
  }
  .p_top .form_cm .dlist dl dd input::-webkit-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd input::-moz-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd input:-ms-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd input::placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea {
    border: 0;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 146px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #f0f0f0;
  }
  .p_top .form_cm .dlist dl dd textarea::-webkit-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea::-moz-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea:-ms-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea::placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .box_privacy {
    height: 131px;
    background: #fff;
    border: 1px solid #ddd;
    overflow-y: auto;
    padding: 15px;
    margin: 20px 0 15px;
  }
  .p_top .form_cm .box_privacy p {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #343434;
  }
  .p_top .form_cm .box_privacy p + p {
    margin-top: 20px;
  }
  .p_top .form_cm .checkboxWr {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form_cm .checkboxWr div, .p_top .form_cm .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form_cm .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 14px;
    color: #343434;
  }
  .p_top .form_cm .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form_cm .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 30px;
  }
  .p_top .form_cm .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    background: #fff;
    border: 1px solid #343434;
  }
  .p_top .form_cm .checkboxWr label span::after {
    left: 6px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form_cm .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .t_ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .t_ttl.st2 small {
    color: #1b97e7;
    background-image: url(../img/ttl_bg2.png);
  }
  .p_top .t_ttl.st2 span {
    color: #fff;
    border-bottom-color: #fff;
  }
  .p_top .t_ttl small {
    background-image: url(../img/ttl_bg.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-size: 16px;
    line-height: 1.6875;
    text-align: center;
    color: #fff;
    padding: 0 15px;
    min-width: 192px;
    height: 35px;
    margin-bottom: 5px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .t_ttl span {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 28px;
    line-height: 1.64286;
    text-align: center;
    color: #414140;
    border-bottom: 2px dashed #343434;
  }
  .p_top .plan {
    padding: 50px 0 60px;
    background: #f2f6fe url(../img/grid2.png) repeat;
  }
  .p_top .plan ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 63px;
  }
  .p_top .plan ul li {
    width: 272px;
    padding: 20px;
    background: #fff;
    -moz-box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
         box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.16);
    text-align: center;
    border-top: 6px solid #0a6fd8;
  }
  .p_top .plan ul li:nth-of-type(1) figure img {
    width: 165px;
  }
  .p_top .plan ul li:not(:nth-child(3n)) {
    margin-right: 29px;
  }
  .p_top .plan ul li figure {
    margin-bottom: 25px;
    height: 140px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .plan ul li figure img {
    width: 117px;
  }
  .p_top .plan ul li p {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: bold;
    font-size: 18px;
    line-height: 1.55556;
    text-align: left;
    color: #414140;
  }
  .p_top .plan ul li p span {
    color: #EF5959;
  }
  .p_top .publication {
    padding: 50px 0 60px;
  }
  .p_top .publication ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .publication ul li {
    width: 312px;
  }
  .p_top .publication ul li:not(:nth-child(3n)) {
    margin-right: 32px;
  }
  .p_top .publication ul li figure {
    background: #fff;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    margin-bottom: 12px;
  }
  .p_top .publication ul li p {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 18px;
    line-height: 1.83333;
    color: #414140;
  }
  .p_top .publication ul li p i {
    font-style: normal;
    width: 29px;
    height: 29px;
    background: #0a6fd8;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 5px;
  }
  .p_top .why {
    padding: 45px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    position: relative;
  }
  .p_top .why::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 236px;
    height: 321px;
    background: url(../img/why_mask1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .why_inner {
    background: url(../img/grid2.png) repeat;
  }
  .p_top .why ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
    background: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
         box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
  }
  .p_top .why ul li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p_top .why ul li figure {
    width: 384px;
  }
  .p_top .why ul li .txt {
    width: -webkit-calc(100% - 384px);
    width: -moz-calc(100% - 384px);
    width: calc(100% - 384px);
    padding: 25px;
  }
  .p_top .why ul li .txt h3 {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
    text-align: left;
    color: #0f7cdd;
    margin-bottom: 5px;
  }
  .p_top .why ul li .txt p {
    color: #000;
  }
  .p_top .cta {
    padding: 35px 0;
  }
  .p_top .cta_main {
    width: 618px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff5e5;
    margin: 0 auto;
    text-align: center;
    padding: 20px 50px 35px;
    position: relative;
  }
  .p_top .cta_main > figure {
    width: 142px;
    position: absolute;
    bottom: 30px;
    left: 63px;
  }
  .p_top .cta_main dl dt {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    color: #343434;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .p_top .cta_main dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-20deg) translateY(-50%);
       -moz-transform: rotate(-20deg) translateY(-50%);
        -ms-transform: rotate(-20deg) translateY(-50%);
            transform: rotate(-20deg) translateY(-50%);
    width: 2px;
    height: 100%;
    background: #343434;
    display: block;
  }
  .p_top .cta_main dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(20deg) translateY(-50%);
       -moz-transform: rotate(20deg) translateY(-50%);
        -ms-transform: rotate(20deg) translateY(-50%);
            transform: rotate(20deg) translateY(-50%);
    width: 2px;
    height: 100%;
    background: #343434;
    display: block;
  }
  .p_top .cta_main dl dd {
    text-align: right;
  }
  .p_top .cta_main dl dd .txt {
    display: inline-block;
  }
  .p_top .cta_main dl dd p {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 23px;
    line-height: 1.3913;
    text-align: center;
    color: #0a70d8;
    margin-bottom: 20px;
  }
  .p_top .cta_main dl dd a {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 33px;
         border-radius: 33px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 6px 0px 0px #d13838;
         box-shadow: 0 6px 0px 0px #d13838;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
  }
  .p_top .cta_main dl dd a:hover {
    opacity: 1;
  }
  .p_top .cta_main dl dd a span {
    font-weight: bold;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    /* -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out; */
    position: relative;
    width: 333px;
    height: 66px;
    -moz-border-radius: 33px;
         border-radius: 33px;
    background: #ef5959;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 20px;
    color: #fff;
    -webkit-animation: upanddown 0.5s linear infinite alternate;
       -moz-animation: upanddown 0.5s linear infinite alternate;
            animation: upanddown 0.5s linear infinite alternate;
  }
  .p_top .flow {
    background: #cbeaff url(../img/grid2.png) repeat;
    padding: 45px 0 90px;
  }
  .p_top .flow ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .flow ul li {
    width: 223px;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 15px 15px;
    position: relative;
  }
  .p_top .flow ul li:not(:nth-child(4n)) {
    margin-right: 36px;
  }
  .p_top .flow ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 176px;
    height: 13px;
    -moz-border-radius: 0px 0px 5px 5px;
         border-radius: 0px 0px 5px 5px;
    background: #0a6fd8;
    display: block;
  }
  .p_top .flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -25px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15px;
    height: 26px;
    background: url(../img/flow_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .flow ul li figure {
    height: 100px;
    -moz-border-radius: 10px 0px;
         border-radius: 10px 0px;
    overflow: hidden;
  }
  .p_top .flow ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow ul li h3 {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #0f7cdd;
    margin-bottom: 6px;
    margin-top: 10px;
    min-height: 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .flow ul li h3:after {
    content: '';
    min-height: inherit;
    font-size: 0;
  }
  .p_top .flow ul li p {
    font-size: 14px;
    line-height: 1.42857;
  }
  .p_top .faq {
    padding: 45px 0 35px;
  }
  .p_top .faq .dlist dl {
    padding: 30px 20px;
    background: #f3f6fd;
    margin-bottom: 10px;
  }
  .p_top .faq .dlist dl dt {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
    color: #343434;
    position: relative;
    padding-left: 41px;
    margin-bottom: 12px;
  }
  .p_top .faq .dlist dl dt::before {
    content: "Q";
    position: absolute;
    top: -5px;
    left: 0;
    width: 31px;
    height: 31px;
    background: #6b94f5;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .faq .dlist dl dd p {
    font-size: 14px;
    line-height: 1.57143;
  }
  .p_top .contact {
    padding: 30px 0 55px;
    background: #cbeaff;
    position: relative;
  }
  .p_top .contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    display: block;
  }
  .p_top .contact .row {
    padding: 0 100px;
  }
  .p_top .contact .row .form_cm {
    width: 100%;
    padding: 30px 45px;
  }
  .p_top .contact .row .form_cm .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .contact .row .form_cm .dlist dl dt {
    width: 220px;
    padding-right: 17px;
    margin-bottom: 0;
  }
  .p_top .contact .row .form_cm .dlist dl dd {
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  .p_top .contact .row .form_cm .btn {
    display: block;
    margin: 0 auto;
  }
  .p_top .fixCTA {
    position: fixed;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .p_top .fixCTA a {
    background: #3BC622;
    -moz-border-radius: 20px 0 0 20px;
         border-radius: 20px 0 0 20px;
    border: 3px solid #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62px;
    height: 325px;
  }
  .p_top .fixCTA a span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    font-weight: 600;
    font-family: "A-OTF UD Shin Maru Go Pro";
    display: inline-block;
    padding-top: 39px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .p_top .fixCTA a span::before {
    content: "";
    width: 25px;
    height: 29px;
    background: url("../img/ic_pdf.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .company {
    background: #f5f5f5;
    padding: 25px 0;
  }
  .company h2 {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #343434;
    margin-bottom: 20px;
  }
  .company .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .company .dlist dl + dl {
    margin-top: 15px;
  }
  .company .dlist dl dt {
    width: 170px;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
    color: #343434;
  }
  .company .dlist dl dd {
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    font-size: 14px;
    line-height: 1.21429;
    text-align: left;
    color: #343434;
  }
  .company .dlist dl dd a {
    color: #343434;
  }
  .p_thanks {
    background: none;
  }
  .p_thanks .thanks {
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    position: relative;
  }
  .p_thanks .thanks_main {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 35px 35px 60px;
    text-align: center;
  }
  .p_thanks .thanks_main h2 {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 30px;
    text-align: center;
    color: #0a70d8;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 40px;
    position: relative;
  }
  .p_thanks .thanks_main h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 81px;
    height: 5px;
    background: #0a70d8;
    -moz-border-radius: 2.5px;
         border-radius: 2.5px;
    display: block;
  }
  .p_thanks .thanks_main a {
    margin-top: 40px;
  }
  .p_thanks .thanks_main p {
    font-size: 16px;
    line-height: 1.0625;
    text-align: center;
    color: #343434;
  }
  .p_thanks .thanks_main p + p {
    margin-top: 15px;
  }
  .p_thanks .thanks_inner {
    padding: 30px 0;
    background: url(../img/grid1.png) repeat;
  }
  .p_thanks .thanks::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 187px;
    height: 254px;
    background: url(../img/mv_mask1.png) center/contain no-repeat;
    display: block;
  }
  .p_thanks .thanks::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 287px;
    height: 359px;
    background: url(../img/mv_mask2.png) center/contain no-repeat;
    display: block;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    background: url(../img/grid2.png) repeat;
  }
  body p {
    font-size: 3.86473vw;
    line-height: 1.75;
  }
  .footer p {
    font-size: 3.38164vw;
    color: #343434;
    padding: 2.41546vw 0;
    text-align: center;
  }
  button.btn, a.btn {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #2ba815;
         box-shadow: 0 0.96618vw 0vw 0vw #2ba815;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
  }
  button.btn:hover, a.btn:hover {
    opacity: 1;
  }
  button.btn:hover span, a.btn:hover span {
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  button.btn span, a.btn span {
    background: #3bc622;
    width: 71.98068vw;
    height: 13.04348vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 5.7971vw;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    position: relative;
  }
  button.btn span::after, a.btn span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.657vw;
    height: 3.1401vw;
    background: url(../img/ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .mv {
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    position: relative;
  }
  .p_top .mv .form_cm {
    margin-top: -5.55556vw;
  }
  .p_top .mv .row > figure img, .p_top .mv .row > picture img {
    width: 86.95652vw;
  }
  .p_top .mv_inner {
    padding: 14.49275vw 0 9.66184vw;
    background: url(../img/grid1.png) repeat;
  }
  .p_top .mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45.16908vw;
    height: 61.35266vw;
    background: url(../img/mv_mask1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .mv::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 69.32367vw;
    height: 86.71498vw;
    background: url(../img/mv_mask2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .form_cm {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
    padding: 6.03865vw 3.62319vw 8.45411vw;
    position: relative;
    z-index: 2;
    text-align: center;
  }
  .p_top .form_cm h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
    position: relative;
    padding-bottom: 3.62319vw;
  }
  .p_top .form_cm h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.56522vw;
    height: 1.20773vw;
    -moz-border-radius: 0.60386vw;
         border-radius: 0.60386vw;
    background: #0a70d8;
    display: block;
  }
  .p_top .form_cm h2 span {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 7.24638vw;
    text-align: center;
    color: #0a70d8;
  }
  .p_top .form_cm h2 small {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 2.89855vw;
    text-align: center;
    color: #343434;
    display: block;
  }
  .p_top .form_cm .dlist dl {
    margin-bottom: 2.89855vw;
  }
  .p_top .form_cm .dlist dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: normal;
    font-size: 3.86473vw;
    text-align: center;
    color: #343434;
    margin-bottom: 2.41546vw;
  }
  .p_top .form_cm .dlist dl dt span {
    font-weight: bold;
    font-size: 3.38164vw;
    text-align: center;
    color: #fff;
    width: 13.28502vw;
    height: 5.7971vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #faaf3f;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .form_cm .dlist dl dd input {
    border: 0;
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 11.5942vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #f0f0f0;
  }
  .p_top .form_cm .dlist dl dd input::-webkit-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd input::-moz-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd input:-ms-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd input::placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea {
    border: 0;
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 48.30918vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #f0f0f0;
  }
  .p_top .form_cm .dlist dl dd textarea::-webkit-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea::-moz-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea:-ms-input-placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .dlist dl dd textarea::placeholder {
    color: #bababa;
    opacity: 1;
  }
  .p_top .form_cm .box_privacy {
    height: 31.64251vw;
    background: #fff;
    border: 1px solid #ddd;
    overflow-y: auto;
    padding: 3.62319vw;
    margin: 4.83092vw 0 3.62319vw;
  }
  .p_top .form_cm .box_privacy p {
    font-size: 2.89855vw;
    line-height: 1.5;
    text-align: left;
    color: #343434;
  }
  .p_top .form_cm .box_privacy p + p {
    margin-top: 4.83092vw;
  }
  .p_top .form_cm .checkboxWr {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 3.62319vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form_cm .checkboxWr div, .p_top .form_cm .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form_cm .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 3.38164vw;
    color: #343434;
  }
  .p_top .form_cm .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form_cm .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 7.24638vw;
  }
  .p_top .form_cm .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.34783vw;
    height: 4.34783vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background: #fff;
    border: 1px solid #343434;
  }
  .p_top .form_cm .checkboxWr label span::after {
    left: 1.44928vw;
    top: 1.20773vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form_cm .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .t_ttl {
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .p_top .t_ttl.st2 small {
    color: #1b97e7;
    background-image: url(../img/ttl_bg2.png);
  }
  .p_top .t_ttl.st2 span {
    color: #fff;
    border-bottom-color: #fff;
  }
  .p_top .t_ttl small {
    background-image: url(../img/ttl_bg.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-size: 3.86473vw;
    line-height: 1.6875;
    text-align: center;
    color: #fff;
    padding: 0 3.62319vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 46.37681vw;
    height: 8.45411vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .t_ttl span {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 6.76329vw;
    line-height: 1.64286;
    text-align: center;
    color: #414140;
    border-bottom: 2px dashed #343434;
  }
  .p_top .plan {
    padding: 8.45411vw 0 8.45411vw;
    background: #f2f6fe url(../img/grid2.png) repeat;
  }
  .p_top .plan ul li {
    width: 85.50725vw;
    padding: 2.41546vw 4.83092vw;
    background: #fff;
    -moz-box-shadow: 0.72464vw 0.72464vw 3.62319vw rgba(0, 0, 0, 0.16);
         box-shadow: 0.72464vw 0.72464vw 3.62319vw rgba(0, 0, 0, 0.16);
    text-align: center;
    border-top: 1.44928vw solid #0a6fd8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.10628vw;
    margin-left: auto;
    margin-right: auto;
  }
  .p_top .plan ul li:nth-of-type(1) figure img {
    width: 100%;
  }
  .p_top .plan ul li figure {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 28.26087vw;
  }
  .p_top .plan ul li figure img {
    width: 19.32367vw;
  }
  .p_top .plan ul li p {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.55556;
    text-align: left;
    padding-left: 3.62319vw;
    color: #414140;
    width: -webkit-calc(100% - 28.26087vw);
    width: -moz-calc(100% - 28.26087vw);
    width: calc(100% - 28.26087vw);
  }
  .p_top .plan ul li p span {
    color: #EF5959;
  }
  .p_top .publication {
    padding: 9.66184vw 0;
  }
  .p_top .publication ul li {
    width: 84.54106vw;
    margin-left: auto;
    margin-right: auto;
  }
  .p_top .publication ul li + li {
    margin-top: 7.24638vw;
  }
  .p_top .publication ul li figure {
    background: #fff;
    -moz-box-shadow: 0vw 0vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 0vw 1.44928vw rgba(0, 0, 0, 0.16);
    margin-bottom: 2.89855vw;
  }
  .p_top .publication ul li p {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.83092vw;
    line-height: 1.83333;
    color: #414140;
  }
  .p_top .publication ul li p i {
    font-style: normal;
    width: 7.97101vw;
    height: 7.97101vw;
    background: #0a6fd8;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.58937vw;
    text-align: center;
    color: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 1.20773vw;
  }
  .p_top .why {
    padding: 9.66184vw 0 2.41546vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    position: relative;
  }
  .p_top .why::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 57.00483vw;
    height: 77.53623vw;
    background: url(../img/why_mask1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .why_inner {
    background: url(../img/grid2.png) repeat;
  }
  .p_top .why ul li {
    margin-bottom: 5.55556vw;
    background: #fff;
    -moz-box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.27);
         box-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.27);
  }
  .p_top .why ul li .txt {
    padding: 4.83092vw 3.62319vw;
  }
  .p_top .why ul li .txt h3 {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.83092vw;
    line-height: 7.97101vw;
    text-align: left;
    color: #0f7cdd;
    margin-bottom: 1.20773vw;
  }
  .p_top .why ul li .txt p {
    color: #000;
  }
  .p_top .cta {
    padding: 24.15459vw 0 8.45411vw;
  }
  .p_top .cta_main {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff5e5;
    margin: 0 auto;
    text-align: center;
    padding: 24.15459vw 6.03865vw 9.66184vw;
    position: relative;
  }
  .p_top .cta_main > figure {
    width: 34.29952vw;
    position: absolute;
    left: 50%;
    top: -16.42512vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .cta_main dl dt {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.10628vw;
    line-height: 5.7971vw;
    text-align: center;
    color: #343434;
    position: relative;
    text-align: center;
    display: inline-block;
    margin-bottom: 6.03865vw;
    padding: 0 2.41546vw;
  }
  .p_top .cta_main dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-20deg) translateY(-50%);
       -moz-transform: rotate(-20deg) translateY(-50%);
        -ms-transform: rotate(-20deg) translateY(-50%);
            transform: rotate(-20deg) translateY(-50%);
    width: 0.48309vw;
    height: 100%;
    background: #343434;
    display: block;
  }
  .p_top .cta_main dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(20deg) translateY(-50%);
       -moz-transform: rotate(20deg) translateY(-50%);
        -ms-transform: rotate(20deg) translateY(-50%);
            transform: rotate(20deg) translateY(-50%);
    width: 0.48309vw;
    height: 100%;
    background: #343434;
    display: block;
  }
  .p_top .cta_main dl dd {
    text-align: right;
  }
  .p_top .cta_main dl dd .txt {
    display: inline-block;
  }
  .p_top .cta_main dl dd p {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 5.55556vw;
    line-height: 1.3913;
    text-align: center;
    color: #0a70d8;
    margin-bottom: 4.83092vw;
  }
  .p_top .cta_main dl dd a {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 7.97101vw;
         border-radius: 7.97101vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -moz-box-shadow: 0 1.44928vw 0vw 0vw #d13838;
         box-shadow: 0 1.44928vw 0vw 0vw #d13838;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
  }
  .p_top .cta_main dl dd a:hover {
    opacity: 1;
  }
  .p_top .cta_main dl dd a span {
    font-weight: bold;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    /* -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out; */
    position: relative;
    width: 80.43478vw;
    height: 15.94203vw;
    -moz-border-radius: 7.97101vw;
         border-radius: 7.97101vw;
    background: #ef5959;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.83092vw;
    color: #fff;
    -webkit-animation: upanddownsp 0.5s linear infinite alternate;
       -moz-animation: upanddownsp 0.5s linear infinite alternate;
            animation: upanddownsp 0.5s linear infinite alternate;
  }
  .p_top .flow {
    background: #cbeaff url(../img/grid2.png) repeat;
    padding: 10.86957vw 0 9.66184vw;
  }
  .p_top .flow ul li {
    background: #fff;
    -moz-box-shadow: 0vw 0vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 0vw 1.44928vw rgba(0, 0, 0, 0.16);
    padding: 8.9372vw 3.62319vw 5.55556vw;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .flow ul li + li {
    margin-top: 10.62802vw;
  }
  .p_top .flow ul li::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 51.69082vw;
    height: 4.10628vw;
    -moz-border-radius: 0vw 0vw 1.20773vw 1.20773vw;
         border-radius: 0vw 0vw 1.20773vw 1.20773vw;
    background: #0a6fd8;
    display: block;
  }
  .p_top .flow ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8.69565vw;
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 3.62319vw;
    height: 6.28019vw;
    background: url(../img/flow_ar.svg) center/contain no-repeat;
    display: block;
    margin-left: -2.89855vw;
  }
  .p_top .flow ul li figure {
    width: 25.36232vw;
    -moz-border-radius: 2.41546vw 0vw;
         border-radius: 2.41546vw 0vw;
    overflow: hidden;
  }
  .p_top .flow ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .flow ul li .txt {
    width: -webkit-calc(100% - 25.36232vw);
    width: -moz-calc(100% - 25.36232vw);
    width: calc(100% - 25.36232vw);
    padding-left: 3.62319vw;
  }
  .p_top .flow ul li h3 {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.83092vw;
    line-height: 1.2;
    text-align: left;
    color: #0f7cdd;
    margin-bottom: 1.20773vw;
  }
  .p_top .flow ul li p {
    font-size: 3.38164vw;
    line-height: 1.42857;
  }
  .p_top .faq {
    padding: 10.86957vw 0 8.45411vw;
  }
  .p_top .faq .dlist dl {
    padding: 7.24638vw 4.83092vw;
    background: #f3f6fd;
    margin-bottom: 3.1401vw;
  }
  .p_top .faq .dlist dl dt {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.83092vw;
    line-height: 1.2;
    text-align: left;
    color: #343434;
    position: relative;
    padding-left: 9.90338vw;
    margin-bottom: 2.89855vw;
  }
  .p_top .faq .dlist dl dt::before {
    content: "Q";
    position: absolute;
    top: -1.20773vw;
    left: 0;
    width: 7.48792vw;
    height: 7.48792vw;
    background: #6b94f5;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 4.83092vw;
    line-height: 1;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .faq .dlist dl dd p {
    font-size: 3.38164vw;
    line-height: 1.57143;
  }
  .p_top .contact {
    padding: 7.24638vw 0 13.28502vw;
    background: #cbeaff;
    position: relative;
  }
  .p_top .contact::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 84.54106vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    display: block;
  }
  .p_top .contact .row .form_cm {
    width: 100%;
    padding: 6.03865vw 4.34783vw;
  }
  .p_top .contact .row .form_cm .btn {
    display: block;
    margin: 0 auto;
  }
  .p_top .fixCTA {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p_top .fixCTA.show {
    opacity: 1;
  }
  .p_top .fixCTA a {
    background: #3BC622;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 18.11594vw;
    width: 100%;
  }
  .p_top .fixCTA a::before {
    content: "";
    width: 6.52174vw;
    height: 7.97101vw;
    background: url("../img/ic_pdf.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 2.41546vw;
  }
  .p_top .fixCTA a span {
    color: #fff;
    font-size: 5.31401vw;
    line-height: 5.7971vw;
    font-weight: 600;
    font-family: "A-OTF UD Shin Maru Go Pro";
    display: inline-block;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  }
  .company {
    background: #f5f5f5;
    padding: 6.03865vw 0;
  }
  .company h2 {
    text-align: center;
    font-weight: bold;
    font-size: 5.7971vw;
    color: #343434;
    margin-bottom: 4.83092vw;
  }
  .company .dlist dl + dl {
    margin-top: 3.62319vw;
  }
  .company .dlist dl dt {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 4.10628vw;
    text-align: left;
    color: #343434;
  }
  .company .dlist dl dd {
    font-size: 3.38164vw;
    line-height: 1.21429;
    text-align: left;
    color: #343434;
  }
  .company .dlist dl dd a {
    color: #343434;
  }
  .p_thanks {
    background: none;
  }
  .p_thanks .thanks {
    background: -webkit-gradient(linear, left top, left bottom, from(#1b98e7), to(#0a6fd8));
    background: -webkit-linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: -moz- oldlinear-gradient(#1b98e7 0%, #0a6fd8 100%);
    background: linear-gradient(#1b98e7 0%, #0a6fd8 100%);
    position: relative;
  }
  .p_thanks .thanks_main {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
    padding: 8.45411vw 8.45411vw 14.49275vw;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .p_thanks .thanks_main h2 {
    font-family: "A-OTF UD Shin Maru Go Pro";
    font-weight: normal;
    font-size: 7.24638vw;
    text-align: center;
    color: #0a70d8;
    position: relative;
    padding-bottom: 3.62319vw;
    margin-bottom: 9.66184vw;
    position: relative;
  }
  .p_thanks .thanks_main h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.56522vw;
    height: 1.20773vw;
    background: #0a70d8;
    -moz-border-radius: 0.60386vw;
         border-radius: 0.60386vw;
    display: block;
  }
  .p_thanks .thanks_main a {
    margin-top: 9.66184vw;
  }
  .p_thanks .thanks_main p {
    font-size: 3.86473vw;
    line-height: 1.0625;
    text-align: center;
    color: #343434;
  }
  .p_thanks .thanks_main p + p {
    margin-top: 3.62319vw;
  }
  .p_thanks .thanks_inner {
    padding: 7.24638vw 3.62319vw;
    background: url(../img/grid1.png) repeat;
  }
  .p_thanks .thanks::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45.16908vw;
    height: 61.35266vw;
    background: url(../img/mv_mask1.png) center/contain no-repeat;
    display: block;
  }
  .p_thanks .thanks::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 69.32367vw;
    height: 86.71498vw;
    background: url(../img/mv_mask2.png) center/contain no-repeat;
    display: block;
  }
}

.error {
  text-align: left !important;
  color: #ff0000;
  display: block;
  width: 100%;
}

@-webkit-keyframes upanddown {
  to {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@-moz-keyframes upanddown {
  to {
    -moz-transform: translateY(6px);
         transform: translateY(6px);
  }
}

@keyframes upanddown {
  to {
    -webkit-transform: translateY(6px);
       -moz-transform: translateY(6px);
            transform: translateY(6px);
  }
}

@-webkit-keyframes upanddownsp {
  to {
    -webkit-transform: translateY(1.44928vw);
            transform: translateY(1.44928vw);
  }
}

@-moz-keyframes upanddownsp {
  to {
    -moz-transform: translateY(1.44928vw);
         transform: translateY(1.44928vw);
  }
}

@keyframes upanddownsp {
  to {
    -webkit-transform: translateY(1.44928vw);
       -moz-transform: translateY(1.44928vw);
            transform: translateY(1.44928vw);
  }
}

header{
    background: #ffffff;
}
header ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}
header ul li a img{
width: 70%;
}

@media screen and (max-width: 480px) {
    header ul {
        text-align: center;}
header ul li a img{
width: 40%;
}
}