@charset "UTF-8";
@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 {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .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;
  }
  body {
    padding-top: 80px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header .row {
    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;
    height: 80px;
    max-width: 1200px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1230px) and (min-width: 769px) {
  .header .row {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .header .row h1 {
    font-size: 0;
    line-height: 0;
  }
  .header .row h1 a {
    display: inline-block;
    width: 391px;
    max-width: 40vw;
  }
  .header .row ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .row ul li:nth-of-type(1) {
    margin-right: 12px;
  }
  .header .row ul li:nth-of-type(2) {
    width: 220px;
    max-width: 25vw;
  }
  .header .row ul li .header_btn_tel {
    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;
  }
  .header .row ul li .header_btn_tel::before {
    content: "";
    width: 25.82px;
    height: 25.66px;
    background: url("../img/iconPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 4px;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .header .row ul li .header_btn_tel span {
    font-size: 3.4rem;
    line-height: 49px;
    font-weight: 700;
    color: #D42B18;
    white-space: nowrap;
  }
  .footer {
    padding: 36px 0 17px;
    background: #0360be;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer_top dl dt {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.45;
    text-align: left;
    color: #fff;
    margin-bottom: 7px;
  }
  .footer_top dl dd {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.57143;
    text-align: left;
    color: #fff;
  }
  .footer .footer_link {
    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;
    margin: 50px 0 24px;
  }
  .footer .footer_link li:not(:last-child) {
    margin-right: 15px;
    position: relative;
  }
  .footer .footer_link li:not(:last-child)::after {
    content: "｜";
    position: absolute;
    top: 50%;
    right: -15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .footer .footer_link li a {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    color: #fff;
  }
  .footer .copyright {
    text-align: center;
    line-height: 1.41667;
    font-size: 12px;
    color: #fff;
  }
  .p_top .mv {
    background: url(../img/mv_bg.webp) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 8px;
  }
  .p_top .cta {
    background: url(../img/cta_bg.webp) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 23px 0 34px;
    text-align: center;
  }
  .p_top .cta_box {
    display: inline-block;
    background-color: #fff;
    padding: 10px 0 17px;
    max-width: 100%;
    width: 820px;
  }
  .p_top .cta_box dl dt {
    margin-bottom: 10px;
  }
  .p_top .cta_box dl dd ul {
    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;
    padding: 0 15px;
  }
  .p_top .cta_box dl dd ul li:nth-of-type(1) {
    width: 53.16%;
  }
  .p_top .cta_box dl dd ul li .ctaTel {
    height: 100%;
    display: block;
    border: 3px solid #D42B18;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .cta_box dl dd ul li .ctaTel em {
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 1.9rem;
    line-height: 27px;
    font-weight: 700;
    padding: 7px 0 9px;
    background: #D42B18;
    color: #fff;
  }
  .p_top .cta_box dl dd ul li .ctaTel span {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.6rem;
    line-height: 66px;
    font-weight: 700;
    color: #D42B18;
  }
  .p_top .cta_box dl dd ul li .ctaTel span::before {
    content: "";
    width: 34.5px;
    height: 34.28px;
    background: url("../img/iconPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .p_top .cta_box dl dd ul li .ctaTel small {
    display: block;
    text-align: center;
    font-size: 1.5rem;
    line-height: 21px;
    font-weight: 700;
    color: #02326C;
    margin-top: -10px;
  }
  .p_top .cta_box dl dd ul li:nth-of-type(2) {
    width: 45.57%;
  }
  .p_top .estimate {
    background: url(../img/estimate_bg.webp) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 35px 0 37px;
    margin-top: 8px;
  }
  .p_top .estimate h2 {
    text-align: center;
    margin-bottom: 35px;
  }
  .p_top .estimate h2 img {
    width: 635px;
  }
  .p_top .estimate_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .estimate_l {
    width: 51.3%;
    padding-left: 30px;
    padding-right: 15px;
  }
  .p_top .estimate_l .pic01 {
    width: 418px;
    max-width: 100%;
  }
  .p_top .estimate_l .pic02 {
    width: 448px;
    max-width: 100%;
    margin-top: 5px;
  }
  .p_top .estimate_r {
    width: 48.7%;
    margin-top: 42px;
  }
  .p_top .estimate_r h3 {
    text-align: center;
  }
  .p_top .estimate_r h3 img {
    width: 340px;
    margin-top: -60px;
  }
  .p_top .estimate_r h4 {
    text-align: center;
    margin: 23px 0 18px;
  }
  .p_top .estimate_r h4 img {
    width: 394px;
  }
  .p_top .form {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 0 35px 16px;
  }
  .p_top .form .f_txtError {
    font-size: 14px;
    letter-spacing: 0.07em;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 16px 0 11px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .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: 16px;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 26px;
  }
  .p_top .form .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: 20px;
    height: 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
  }
  .p_top .form .checkboxWr label span::after {
    left: 7px;
    top: 2px;
    width: 7px;
    height: 15px;
    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 .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .form dl.ait dt {
    padding-top: 5px;
  }
  .p_top .form dl.full {
    margin-top: 15px;
  }
  .p_top .form dl.full dd, .p_top .form dl.full dt {
    width: 100%;
  }
  .p_top .form dl + dl {
    margin-top: 10px;
  }
  .p_top .form dl dt {
    width: 116px;
    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;
    font-weight: bold;
    font-size: 16px;
    color: #02326c;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .form dl dt span {
    font-weight: bold;
    font-size: 14px;
    color: #d02610;
    margin-left: 8px;
  }
  .p_top .form dl dd {
    width: 100%;
  }
  .p_top .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 1px;
       -moz-perspective: 1px;
            perspective: 1px;
    position: relative;
    width: 219px;
    height: 52px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
  }
  .p_top .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 9px;
    background: url(../img/select_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 35px 0 12px;
    background: transparent;
    font-weight: 400;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .form dl dd input {
    width: 100%;
    padding: 0 12px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 45px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea {
    width: 100%;
    padding: 10px 12px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 204px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form dl dd .list_checkbox li, .p_top .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 20px;
    margin-top: 5px;
  }
  .p_top .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 20px;
  }
  .p_top .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 52%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 14px;
    height: 14px;
    -moz-border-radius: 2px;
         border-radius: 2px;
    background: #fff;
    border: 1px solid #767676;
  }
  .p_top .form dl dd .list_checkbox label span::after {
    left: 5px;
    top: 7px;
    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 dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .form .box_privacy {
    overflow-y: auto;
    height: 147px;
    border: 1px solid #707070;
    padding: 10px 15px 18px;
  }
  .p_top .form .box_privacy h5 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 19px;
    text-align: center;
  }
  .p_top .form .box_privacy p {
    font-size: 14px;
    line-height: 1.78571;
  }
  .p_top .form .box_privacy p + p {
    margin-top: 25px;
  }
  .p_top .propagate {
    padding: 21px 0;
  }
  .p_top .propagate .row {
    max-width: 800px;
  }
  .p_top .propagate .box {
    padding: 40px;
    background: #0a4aae;
    text-align: center;
  }
  .p_top .propagate .box h2 {
    font-weight: 900;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #fff;
    margin-bottom: 12px;
  }
  .p_top .propagate .box .text01 {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #feff00;
  }
  .p_top .propagate .box_main {
    background-color: #fff;
    padding: 35px 58px;
    margin-top: 30px;
  }
  .p_top .propagate .box_main ul {
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .propagate .box_main ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
  }
  .p_top .propagate .box_main ul li:nth-of-type(1) {
    margin-bottom: 40px;
  }
  .p_top .propagate .box_main ul li:nth-child(even) {
    width: 52%;
  }
  .p_top .propagate .box_main ul li figure {
    width: 74px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .propagate .box_main ul li .txt {
    width: 100%;
    padding-left: 13px;
  }
  .p_top .propagate .box_main ul li .txt h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3125;
    color: #0a4aae;
    margin-bottom: 9px;
  }
  .p_top .propagate .box_main ul li .txt p {
    font-size: 14px;
    line-height: 1.42857;
  }
  .p_top .confidences {
    background: url(../img/confidences_bg.webp) 0 0 repeat;
    padding: 25px 0 50px;
  }
  .p_top .confidences h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .p_top .confidences h2 img {
    width: 539px;
  }
  .p_top .confidences ul {
    display: -ms-grid;
    display: grid;
    gap: 20px 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .costs {
    padding-bottom: 56px;
  }
  .p_top .costs h2 {
    padding: 30px 0 120px;
    background: #262626;
    text-align: center;
  }
  .p_top .costs h2 img {
    width: 373px;
  }
  .p_top .costs ul {
    margin-top: -90px;
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    gap: 53px 85px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .costs ul li.ar {
    position: relative;
  }
  .p_top .costs ul li.ar::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -57px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 70px solid transparent;
    border-bottom: 70px solid transparent;
    border-left: 58px solid #02326c;
  }
  .p_top .solution {
    background: #eae9e5;
    position: relative;
  }
  .p_top .solution::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 323px;
    height: 210px;
    background: url(../img/solution_bg.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .solution .row {
    padding-top: 40px;
    padding-bottom: 60px;
    max-width: 800px;
  }
  .p_top .solution h2 {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  .p_top .solution ul {
    display: -ms-grid;
    display: grid;
    gap: 15px 32px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-top: -32px;
    position: relative;
    z-index: 2;
  }
  .p_top .case {
    padding: 27px 0 43px;
  }
  .p_top .case .row {
    max-width: 850px;
  }
  .p_top .case_main {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    overflow: hidden;
    border: 2px solid #ff8902;
  }
  .p_top .case_main dl dt {
    background-color: #ff8902;
    text-align: center;
    padding: 21px 0 14px;
  }
  .p_top .case_main dl dt img {
    width: 430px;
  }
  .p_top .case_main dl dd {
    padding: 20px 50px 33px;
  }
  .p_top .case_main dl dd ul {
    display: -ms-grid;
    display: grid;
    gap: 50px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
  .p_top .point {
    padding-bottom: 47px;
  }
  .p_top .point h2 {
    text-align: center;
    margin-bottom: 25px;
  }
  .p_top .point h2 img {
    width: 461px;
  }
  .p_top .point_it ul {
    margin-top: 54px;
    counter-reset: div;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .point_it ul li {
    position: relative;
    border: 2px solid #02326c;
    padding: 40px 15px 27px;
    margin-bottom: 45px;
    width: -webkit-calc((100% - 104px) / 3);
    width: -moz-calc((100% - 104px) / 3);
    width: calc((100% - 104px) / 3);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .point_it ul li {
    width: -webkit-calc((100% - 30px) / 3);
    width: -moz-calc((100% - 30px) / 3);
    width: calc((100% - 30px) / 3);
  }
}

@media screen and (min-width: 769px), print {
  .p_top .point_it ul li:not(:nth-child(3n)) {
    margin-right: 52px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .point_it ul li:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .point_it ul li.full {
    margin-right: 0;
    width: -webkit-calc(((100% - 104px) / 3)*2 + 52px);
    width: -moz-calc(((100% - 104px) / 3)*2 + 52px);
    width: calc(((100% - 104px) / 3)*2 + 52px);
    padding: 0;
    border: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .point_it ul li.full {
    width: -webkit-calc(((100% - 15px) / 3)*2 + 15px);
    width: -moz-calc(((100% - 15px) / 3)*2 + 15px);
    width: calc(((100% - 15px) / 3)*2 + 15px);
  }
}

@media screen and (min-width: 769px), print {
  .p_top .point_it ul li.full::before {
    display: none;
  }
  .p_top .point_it ul li::before {
    counter-increment: div;
    content: "POINT." counter(div, decimal-leading-zero);
    width: 151px;
    height: 46px;
    background: #02326c;
    position: absolute;
    left: 50%;
    top: -23px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: bold;
    font-size: 22px;
    line-height: 1;
    color: #f7f7f8;
    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 .point_it ul li h3 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: #02326c;
    border-bottom: 1px dashed #02326c;
    padding-bottom: 13px;
    margin-bottom: 20px;
    font-size: -webkit-calc(min(2.2vw, 20px));
    font-size: -moz-calc(min(2.2vw, 20px));
    font-size: calc(min(2.2vw, 20px));
  }
  .p_top .point_it ul li h3.mh {
    min-height: 70px;
    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 .point_it ul li p {
    font-size: 15px;
    line-height: 1.6;
  }
  .p_top .area {
    padding-bottom: 66px;
  }
  .p_top .area h2 {
    text-align: center;
    margin-bottom: 33px;
  }
  .p_top .area h2 img {
    width: 340px;
  }
  .p_top .area_top {
    margin-bottom: 31px;
    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;
  }
  .p_top .area_top_l {
    width: 45.3%;
  }
  .p_top .area_top_l ul {
    display: -ms-grid;
    display: grid;
    gap: 11px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-bottom: 11px;
  }
  .p_top .area_top_l ul li {
    display: block;
    position: relative;
  }
  .p_top .area_top_l ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.53);
    display: block;
  }
  .p_top .area_top_l ul li span {
    min-width: 110px;
    min-height: 30px;
    background: #0360be;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    color: #fff;
    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;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  .p_top .area_top_l h3 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.46667;
    margin-bottom: 8px;
    font-size: -webkit-calc(min(3vw, 30px));
    font-size: -moz-calc(min(3vw, 30px));
    font-size: calc(min(3vw, 30px));
  }
  .p_top .area_top_l h3 span {
    color: #035FBE;
  }
  .p_top .area_top_l p {
    font-size: 18px;
    line-height: 1.61111;
    font-size: -webkit-calc(min(1.7vw, 18px));
    font-size: -moz-calc(min(1.7vw, 18px));
    font-size: calc(min(1.7vw, 18px));
  }
  .p_top .area_top_r {
    width: 52%;
    margin-top: 33px;
  }
  .p_top .area_top_r figure {
    width: 84.6%;
  }
  .p_top .area_bot dl {
    margin-bottom: 10px;
  }
  .p_top .area_bot dl.st2 dt {
    background: #ce77e8;
  }
  .p_top .area_bot dl.st3 dt {
    background: #6dbadc;
  }
  .p_top .area_bot dl.st4 dt {
    background: #e8779e;
  }
  .p_top .area_bot dl.st5 dt {
    background: #eea39d;
  }
  .p_top .area_bot dl.st6 dt {
    background: #8cc666;
  }
  .p_top .area_bot dl.st7 dt {
    background: #e2ba67;
  }
  .p_top .area_bot dl dt {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    padding: 16px 70px 16px 50px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #67b7b6;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  .p_top .area_bot dl dt:hover {
    opacity: 0.7;
  }
  .p_top .area_bot dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 45px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .area_bot dl dt i:before, .p_top .area_bot dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area_bot dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .area_bot dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .area_bot dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area_bot dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .area_bot dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area_bot dl dd .accCt {
    padding: 14px 70px 14px 50px;
  }
  .p_top .area_bot dl dd .accCt p {
    font-size: 14px;
    line-height: 1.42857;
    color: #02326c;
  }
  .p_top .price {
    padding: 65px 0 80px;
    background: #0360be;
    position: relative;
  }
  .p_top .price::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 345px;
    height: 162px;
    background: url(../img/price_bg.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .price .row {
    max-width: 830px;
  }
  .p_top .price h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .price h2 img {
    width: 398px;
  }
  .p_top .price_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
  }
  .p_top .price_top_l {
    width: 52%;
  }
  .p_top .price_top_r {
    width: 48%;
  }
  .p_top .price_top_r ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 20px;
  }
  .p_top .price_top_r ul li {
    width: 170px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 16px 13px;
  }
  .p_top .price_top_r ul li:not(:last-child) {
    margin-right: 20px;
  }
  .p_top .price_top_r ul li figure {
    height: 70px;
    margin: 10px 0;
  }
  .p_top .price_top_r ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .price_top_r ul li .txt01 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.38889;
    text-align: center;
    color: #02326c;
    font-size: -webkit-calc(min(2vw, 18px));
    font-size: -moz-calc(min(2vw, 18px));
    font-size: calc(min(2vw, 18px));
  }
  .p_top .price_top_r ul li .txt02 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5625;
    text-align: center;
    color: #02326c;
    font-size: -webkit-calc(min(1.8vw, 16px));
    font-size: -moz-calc(min(1.8vw, 16px));
    font-size: calc(min(1.8vw, 16px));
  }
  .p_top .price_top_r ul li .txt02 i {
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    font-size: -webkit-calc(min(2.2vw, 26px));
    font-size: -moz-calc(min(2.2vw, 26px));
    font-size: calc(min(2.2vw, 26px));
  }
  .p_top .price_bot {
    margin-bottom: 40px;
  }
  .p_top .price_bot .dlist dl {
    background-color: #fff;
  }
  .p_top .price_bot .dlist dl.spec dt {
    font-size: 32px;
    background-color: #0360be;
  }
  .p_top .price_bot .dlist dl + dl {
    margin-top: 40px;
  }
  .p_top .price_bot .dlist dl dt {
    background: #02326c;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 15px;
  }
  .p_top .price_bot .dlist dl dd {
    padding: 20px 30px 10px;
    display: -ms-grid;
    display: grid;
    gap: 46px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .price_bot .dlist dl dd ul li {
    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;
    padding: 10px;
  }
  .p_top .price_bot .dlist dl dd ul li:nth-child(odd) {
    background-color: #dcf2f8;
  }
  .p_top .price_bot .dlist dl dd ul li > span {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.1875;
    text-align: left;
    color: #000;
  }
  .p_top .price_bot .dlist dl dd ul li .df {
    width: 60%;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .price_bot .dlist dl dd ul li .df {
    width: 70%;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .price_bot .dlist dl dd ul li .df_it {
    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;
  }
  .p_top .price_bot .dlist dl dd ul li .df_it + .df_it {
    margin-top: 10px;
  }
  .p_top .price_bot .dlist dl dd ul li .df_it small {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.16667;
    text-align: left;
    color: #000;
  }
  .p_top .price_bot .dlist dl dd ul li .df_it span {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.1875;
    text-align: center;
    color: #d02610;
  }
  .p_top .price_bot .dlist dl dd ul li > p {
    text-align: right;
  }
  .p_top .price_bot .dlist dl dd ul li > p span {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    color: #d02610;
    display: block;
  }
  .p_top .price_bot .dlist dl dd ul li > p small {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.25;
    color: #000;
  }
  .p_top .price .note {
    font-size: 14px;
    line-height: 1.71429;
    color: #fff;
  }
  .p_top .case2 {
    padding: 44px 0 80px;
  }
  .p_top .case2 h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .case2 h2 img {
    width: 152px;
  }
  .p_top .case2 .df {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .case2 .df ul li + li {
    margin-top: 30px;
  }
  .p_top .case2 .df ul li img {
    vertical-align: bottom;
  }
  .p_top .faq {
    padding-bottom: 50px;
  }
  .p_top .faq .row {
    max-width: 700px;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .faq h2 img {
    width: 354px;
  }
  .p_top .faq .dlist dl {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 1px solid #055ebe;
    overflow: hidden;
  }
  .p_top .faq .dlist dl + dl {
    margin-top: 20px;
  }
  .p_top .faq .dlist dl dt {
    background: #035fbe;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44444;
    text-align: left;
    color: #fff;
    padding: 15px 60px;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
  }
  .p_top .faq .dlist dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -5px;
    width: 26px;
    height: 11px;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .dlist dl dt.is_active::after {
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .p_top .faq .dlist dl dt:hover {
    opacity: 0.7;
  }
  .p_top .faq .dlist dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    color: #055ebe;
    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: 23px;
    height: 23px;
    background: #fff;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    padding-bottom: 5px;
  }
  .p_top .faq .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .faq .dlist dl dd .actCt {
    padding: 15px 60px;
    position: relative;
  }
  .p_top .faq .dlist dl dd .actCt::before {
    content: "A";
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-weight: bold;
    font-size: 16px;
    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;
    width: 23px;
    height: 23px;
    background: #055ebe;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    padding-bottom: 5px;
  }
  .p_top .faq .dlist dl dd p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #0b0b0b;
  }
  .p_top .contact {
    padding: 42px 0;
  }
  .p_top .contact .row {
    max-width: 788px;
  }
  .p_top .contact .box_top {
    background: #fff;
    border: 1px solid #055ebe;
    padding: 25px 43px;
  }
  .p_top .contact .box_top dl dt {
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #02326c;
    margin-bottom: 16px;
    line-height: 1.44444;
    text-align: center;
  }
  .p_top .contact .box_top dl dd {
    font-size: 16px;
    line-height: 1.5;
    color: #02326c;
  }
  .p_top .contact h2 {
    text-align: center;
    margin: 60px 0 40px;
  }
  .p_top .contact h3 {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .contact h3 img {
    width: 271px;
  }
  .p_top .contact .contact_tel {
    display: block;
    margin: 0 auto 40px;
    width: 420px;
    border: 3px solid #D42B18;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 0 0 19.4px;
  }
  .p_top .contact .contact_tel em {
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 2rem;
    line-height: 29px;
    font-weight: 700;
    padding: 2px 0 2px;
    background: #D42B18;
    color: #fff;
  }
  .p_top .contact .contact_tel span {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.6rem;
    line-height: 66px;
    font-weight: 700;
    color: #D42B18;
  }
  .p_top .contact .contact_tel span::before {
    content: "";
    width: 34.5px;
    height: 34.28px;
    background: url("../img/iconPhone.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .p_top .contact .contact_tel small {
    display: block;
    text-align: center;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    color: #02326C;
    margin-top: -10px;
  }
  .p_top .contact .form {
    padding: 0 10px;
  }
  .p_top .contact .form dl {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
  .p_top .contact .form dl dt {
    width: 260px;
    color: #000;
  }
  .p_top .contact .form dl dd input {
    height: 52px;
  }
  .p_top .contact .form .box_privacy {
    padding-left: 27px;
    padding-right: 27px;
    height: 185px;
  }
  .p_top .contact .form .checkboxWr {
    margin: 20px 0 30px;
  }
  .p_top .contact .form button {
    width: 320px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_thanks .thanks {
    background-color: #dcf2f8;
    padding: 60px 0 120px;
    min-height: -webkit-calc(100vh - 80px - 292px);
    min-height: -moz-calc(100vh - 80px - 292px);
    min-height: calc(100vh - 80px - 292px);
  }
  .p_thanks .thanks h2 {
    font-weight: bold;
    font-size: 45px;
    text-align: center;
    color: #02326c;
    line-height: 1.44444;
    margin-bottom: 40px;
  }
  .p_thanks .thanks p {
    font-size: 16px;
    line-height: 1.875;
    text-align: center;
    color: #02326c;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header .row {
    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;
    height: 17.8744vw;
    max-width: 289.85507vw;
  }
  .header .row h1 {
    font-size: 0;
    line-height: 0;
  }
  .header .row h1 a {
    display: inline-block;
    width: 60.86957vw;
  }
  .header .row ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .row ul li {
    width: 12.56039vw;
  }
  .header .row ul li:nth-of-type(1) {
    margin-right: 1.69082vw;
  }
  .header .row ul li .header_btn_tel {
    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;
  }
  .header .row ul li .header_btn_tel span {
    width: 12.56039vw;
    height: 12.56039vw;
    background: url("../img/btn_tel_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
  }
  .footer {
    padding: 8.69565vw 0 21.73913vw;
    background: #0360be;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer_top dl dt {
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.45;
    text-align: left;
    color: #fff;
    margin-bottom: 1.69082vw;
  }
  .footer_top dl dd {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: left;
    color: #fff;
  }
  .footer .footer_link {
    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;
    margin: 15.70048vw 0 1.44928vw;
  }
  .footer .footer_link li:not(:last-child) {
    margin-right: 3.62319vw;
    position: relative;
  }
  .footer .footer_link li:not(:last-child)::after {
    content: "｜";
    position: absolute;
    top: 50%;
    right: -3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
  }
  .footer .footer_link li a {
    font-weight: normal;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
  }
  .footer .copyright {
    text-align: center;
    line-height: 1.41667;
    font-size: 2.89855vw;
    color: #fff;
  }
  .box_fixedWr.show .box_fixed_pos01, .box_fixedWr.show .box_fixed_pos02 {
    opacity: 1;
    visibility: visible;
  }
  .box_fixedWr.show .box_fixed {
    -webkit-transform: translateY(84%);
       -moz-transform: translateY(84%);
        -ms-transform: translateY(84%);
            transform: translateY(84%);
  }
  .box_fixedWr .box_fixed_pos01 {
    position: fixed;
    bottom: 3.86473vw;
    left: 6.52174vw;
    display: block;
    width: 15.45894vw;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .box_fixedWr .box_fixed_pos01 span {
    width: 15.45894vw;
    height: 15.45894vw;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url("../img/btn_tel_sp.webp") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .box_fixedWr .box_fixed_pos02 {
    position: fixed;
    bottom: 3.86473vw;
    right: 6.52174vw;
    display: block;
    width: 15.45894vw;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .box_fixedWr .box_fixed {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 3.62319vw;
    width: 92.75362vw;
    -moz-border-radius: 2.41546vw 2.41546vw 0px 0px;
         border-radius: 2.41546vw 2.41546vw 0px 0px;
    background: #02326c;
    padding: 0vw 2.41546vw 22.94686vw;
    margin: 0 auto;
    border: 0.48309vw solid #ff0;
    border-bottom: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
    -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;
  }
  .box_fixedWr .box_fixed.active {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .box_fixedWr .box_fixed .txt01 {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: center;
    color: #fff;
    padding: 2.41546vw 0 1.44928vw;
    cursor: pointer;
  }
  .box_fixedWr .box_fixed .txt02 {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.44444;
    text-align: center;
    color: #ff0;
  }
  .box_fixedWr .box_fixed .txt03 {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: left;
    color: #fff;
    margin-top: 2.89855vw;
  }
  .box_fixedWr .box_fixed .box {
    background: #fff;
    padding: 2.41546vw;
  }
  .box_fixedWr .box_fixed .box a {
    display: block;
  }
  .box_fixedWr .box_fixed .box a img {
    vertical-align: bottom;
  }
  .box_fixedWr .box_fixed .box a:nth-of-type(1) {
    margin-bottom: 2.41546vw;
  }
  .p_top .mv {
    margin-bottom: 1.69082vw;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .cta {
    background: url(../img/cta_bg_sp.webp) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 4.83092vw 0;
    text-align: center;
  }
  .p_top .cta_box {
    display: inline-block;
    background-color: #fff;
    padding: 3.62319vw;
    max-width: 100%;
  }
  .p_top .cta_box dl dt {
    margin-bottom: 2.41546vw;
  }
  .p_top .cta_box dl dd ul li:nth-of-type(1) {
    margin-bottom: 2.41546vw;
  }
  .p_top .cta_box dl dd ul li .ctaTel {
    height: 100%;
    display: block;
    overflow: hidden;
    -moz-box-shadow: 0 0.96618vw #262c28;
         box-shadow: 0 0.96618vw #262c28;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 3.38164vw 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e84d3a), to(#cb1c07));
    background: -webkit-linear-gradient(top, #e84d3a 0%, #cb1c07 100%);
    background: -moz- oldlinear-gradient(top, #e84d3a 0%, #cb1c07 100%);
    background: linear-gradient(180deg, #e84d3a 0%, #cb1c07 100%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .cta_box dl dd ul li .ctaTel::after {
    width: 18.89614vw;
    height: 19.07488vw;
    position: absolute;
    content: "";
    background: url("../img/maskBtnCta.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    right: 2.48792vw;
    opacity: 0.44;
  }
  .p_top .cta_box dl dd ul li .ctaTel em {
    display: none;
  }
  .p_top .cta_box dl dd ul li .ctaTel span {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 6.76329vw;
    line-height: 9.66184vw;
    font-weight: 700;
    color: #fff;
  }
  .p_top .cta_box dl dd ul li .ctaTel span::before {
    content: "";
    width: 8.04106vw;
    height: 7.99275vw;
    background: url("../img/iconPhoneW.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 2.17391vw;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .p_top .cta_box dl dd ul li .ctaTel small {
    display: block;
    text-align: center;
    font-size: 2.657vw;
    line-height: 3.86473vw;
    font-weight: 700;
    color: #fff;
    padding-left: 7.24638vw;
    margin-top: -1.20773vw;
  }
  .p_top .estimate {
    background: url(../img/estimate_bg_sp.webp) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 6.03865vw 0 8.21256vw;
    margin-top: 1.93237vw;
  }
  .p_top .estimate h2 {
    text-align: center;
    margin-bottom: 8.45411vw;
  }
  .p_top .estimate h2 img {
    width: 306.76329vw;
  }
  .p_top .estimate_l .pic01 {
    margin-bottom: 9.66184vw;
  }
  .p_top .estimate_l .pic02 {
    margin-top: 1.20773vw;
  }
  .p_top .estimate_r h3 {
    text-align: center;
  }
  .p_top .estimate_r h3 img {
    width: 82.1256vw;
    margin-top: -11.5942vw;
  }
  .p_top .estimate_r h4 {
    text-align: center;
    margin: 3.1401vw 0 2.657vw;
  }
  .p_top .estimate_r h4 img {
    width: 85.02415vw;
  }
  .p_top .form {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 0 3.62319vw 3.86473vw;
  }
  .p_top .form .f_txtError {
    font-size: 3.38164vw;
    letter-spacing: 0.07em;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    width: 63.28502vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.83092vw 0 6.28019vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .form .checkboxWr div, .p_top .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .form .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.86473vw;
  }
  .p_top .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.28019vw;
  }
  .p_top .form .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.83092vw;
    height: 4.83092vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
  }
  .p_top .form .checkboxWr label span::after {
    left: 1.69082vw;
    top: 0.48309vw;
    width: 1.69082vw;
    height: 3.62319vw;
    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 .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .form dl.ait dt {
    padding-top: 1.20773vw;
  }
  .p_top .form dl.full {
    margin-top: 3.62319vw;
  }
  .p_top .form dl.full dd, .p_top .form dl.full dt {
    width: 100%;
  }
  .p_top .form dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .form dl dt {
    font-weight: bold;
    font-size: 4.34783vw;
    margin-bottom: 1.93237vw;
    color: #02326c;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .form dl dt span {
    font-weight: bold;
    font-size: 3.38164vw;
    color: #d02610;
    margin-left: 1.93237vw;
  }
  .p_top .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    position: relative;
    width: 52.89855vw;
    height: 12.56039vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
  }
  .p_top .form dl dd .select label::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.89855vw;
    height: 2.17391vw;
    background: url(../img/select_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 8.45411vw 0 2.89855vw;
    background: transparent;
    font-weight: 400;
    font-size: 3.86473vw;
    color: #333;
    cursor: pointer;
    position: relative;
    z-index: 3;
    font-size: 16px;
  }
  .p_top .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .form dl dd input {
    width: 100%;
    padding: 0 2.89855vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 12.56039vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
    font-size: 16px;
  }
  .p_top .form dl dd input::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd input::-moz-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd input:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd input::placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 2.89855vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 49.27536vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f8ff;
    border: 1px solid #c4ddfa;
    font-size: 16px;
  }
  .p_top .form dl dd textarea::-webkit-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea::-moz-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea:-ms-input-placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd textarea::placeholder {
    color: #757575;
    opacity: 1;
  }
  .p_top .form dl dd .list_checkbox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .form dl dd .list_checkbox li, .p_top .form dl dd .list_checkbox .mwform-checkbox-field {
    display: inline-block;
    margin-bottom: 1.20773vw;
    margin-right: 2.89855vw;
    margin-top: 1.20773vw;
  }
  .p_top .form dl dd .list_checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_top .form dl dd .list_checkbox label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .form dl dd .list_checkbox label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.83092vw;
  }
  .p_top .form dl dd .list_checkbox label span::before {
    position: absolute;
    content: "";
    top: 52%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.38164vw;
    height: 3.38164vw;
    -moz-border-radius: 0.48309vw;
         border-radius: 0.48309vw;
    background: #fff;
    border: 1px solid #767676;
  }
  .p_top .form dl dd .list_checkbox label span::after {
    left: 1.08696vw;
    top: 1.44928vw;
    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 dl dd .list_checkbox label input:checked ~ span:after {
    display: block;
  }
  .p_top .form .box_privacy {
    overflow-y: auto;
    height: 44.68599vw;
    border: 1px solid #707070;
    padding: 6.03865vw 3.62319vw 4.34783vw;
  }
  .p_top .form .box_privacy h5 {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.5;
    margin-bottom: 4.58937vw;
    text-align: center;
  }
  .p_top .form .box_privacy p {
    font-size: 3.38164vw;
    line-height: 1.78571;
  }
  .p_top .form .box_privacy p + p {
    margin-top: 6.03865vw;
  }
  .p_top .propagate {
    padding: 4.83092vw 0;
  }
  .p_top .propagate .row {
    max-width: 193.23671vw;
  }
  .p_top .propagate .box {
    padding: 8.45411vw 3.62319vw;
    background: #0a4aae;
    text-align: center;
  }
  .p_top .propagate .box h2 {
    font-weight: 900;
    font-size: 4.34783vw;
    line-height: 1.16667;
    text-align: center;
    color: #fff;
    margin-bottom: 2.17391vw;
  }
  .p_top .propagate .box .text01 {
    font-weight: 500;
    font-size: 3.62319vw;
    line-height: 1.4;
    color: #feff00;
  }
  .p_top .propagate .box_main {
    background-color: #fff;
    padding: 7.72947vw 3.86473vw;
    margin-top: 6.52174vw;
  }
  .p_top .propagate .box_main ul {
    text-align: left;
  }
  .p_top .propagate .box_main ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .propagate .box_main ul li + li {
    margin-top: 5.7971vw;
  }
  .p_top .propagate .box_main ul li figure {
    width: 17.8744vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .propagate .box_main ul li .txt {
    width: 100%;
    padding-left: 3.1401vw;
  }
  .p_top .propagate .box_main ul li .txt h3 {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.3125;
    color: #0a4aae;
    margin-bottom: 2.17391vw;
  }
  .p_top .propagate .box_main ul li .txt p {
    font-size: 3.38164vw;
    line-height: 1.42857;
  }
  .p_top .confidences {
    background: url(../img/confidences_bg_sp.webp) 0 0 repeat;
    padding: 6.03865vw 0 7.24638vw;
  }
  .p_top .confidences h2 {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .p_top .confidences ul li + li {
    margin-top: 4.83092vw;
  }
  .p_top .costs {
    padding-bottom: 13.52657vw;
  }
  .p_top .costs h2 {
    padding: 7.24638vw 0 33.33333vw;
    background: #262626;
    text-align: center;
  }
  .p_top .costs h2 img {
    width: 66.66667vw;
  }
  .p_top .costs ul {
    margin-top: -26.57005vw;
    position: relative;
    z-index: 2;
  }
  .p_top .costs ul li + li {
    margin-top: 5.7971vw;
  }
  .p_top .costs ul li.ar {
    margin-bottom: 12.07729vw;
    position: relative;
  }
  .p_top .costs ul li.ar::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8.9372vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 11.11111vw solid transparent;
    border-right: 11.11111vw solid transparent;
    border-top: 9.17874vw solid #02326c;
  }
  .p_top .solution {
    background: #eae9e5;
    position: relative;
    padding: 5.7971vw 0 21.73913vw;
  }
  .p_top .solution::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 22.94686vw;
    height: 19.32367vw;
    background: url(../img/solution_bg_sp.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .solution .row {
    max-width: 193.23671vw;
  }
  .p_top .solution h2 {
    text-align: center;
  }
  .p_top .solution ul {
    margin-top: -7.24638vw;
    position: relative;
    z-index: 2;
  }
  .p_top .solution ul li + li {
    margin-top: 7.24638vw;
  }
  .p_top .case {
    padding: 5.07246vw 0 16.90821vw;
  }
  .p_top .case .row {
    max-width: 205.31401vw;
  }
  .p_top .case_main {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    overflow: hidden;
    border: 2px solid #ff8902;
  }
  .p_top .case_main dl dt {
    background-color: #ff8902;
    text-align: center;
    padding: 4.10628vw;
  }
  .p_top .case_main dl dt img {
    width: 53.62319vw;
  }
  .p_top .case_main dl dd {
    padding: 6.03865vw 2.41546vw 7.24638vw;
  }
  .p_top .case_main dl dd ul {
    display: -ms-grid;
    display: grid;
    gap: 6.28019vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-bottom: 4.83092vw;
  }
  .p_top .point {
    padding-bottom: 11.35266vw;
  }
  .p_top .point h2 {
    text-align: center;
    margin-bottom: 6.03865vw;
  }
  .p_top .point h2 img {
    width: 86.23188vw;
  }
  .p_top .point_it ul {
    margin-top: 9.66184vw;
    counter-reset: div;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .point_it ul li {
    position: relative;
    border: 2px solid #02326c;
    padding: 4.83092vw 2.41546vw;
    margin-bottom: 9.17874vw;
    width: 44.44444vw;
  }
  .p_top .point_it ul li.full {
    width: 100%;
    margin-right: 0;
    padding: 0;
    border: 0;
  }
  .p_top .point_it ul li.full::before {
    display: none;
  }
  .p_top .point_it ul li::before {
    counter-increment: div;
    content: "POINT." counter(div, decimal-leading-zero);
    width: 22.46377vw;
    height: 6.76329vw;
    background: #02326c;
    position: absolute;
    left: 50%;
    top: -3.38164vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1;
    color: #f7f7f8;
    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 .point_it ul li h3 {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.375;
    text-align: center;
    color: #02326c;
    border-bottom: 1px dashed #02326c;
    padding-bottom: 2.41546vw;
    margin-bottom: 3.62319vw;
  }
  .p_top .point_it ul li p {
    font-size: 3.38164vw;
    line-height: 1.35714;
  }
  .p_top .area {
    padding-bottom: 8.21256vw;
  }
  .p_top .area h2 {
    text-align: center;
    margin-bottom: 4.10628vw;
  }
  .p_top .area h2 img {
    width: 65.70048vw;
  }
  .p_top .area_top {
    margin-bottom: 4.83092vw;
  }
  .p_top .area_top_l ul {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1.20773vw 7.24638vw;
  }
  .p_top .area_top_l ul li {
    display: block;
    position: relative;
    margin: 0 1.20773vw 2.41546vw;
    width: 45.16908vw;
  }
  .p_top .area_top_l ul li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.53);
    display: block;
  }
  .p_top .area_top_l ul li span {
    min-width: 22.70531vw;
    min-height: 6.03865vw;
    background: #0360be;
    font-weight: bold;
    font-size: 3.38164vw;
    text-align: center;
    color: #fff;
    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;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
  }
  .p_top .area_top_l h3 {
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.45;
    margin-bottom: 3.38164vw;
    text-align: center;
  }
  .p_top .area_top_l h3 span {
    color: #035FBE;
  }
  .p_top .area_top_l p {
    font-size: 3.86473vw;
    line-height: 1.5;
  }
  .p_top .area_top_r {
    margin-top: 7.97101vw;
    text-align: center;
  }
  .p_top .area_top_r figure img {
    width: 81.88406vw;
  }
  .p_top .area_bot dl {
    margin-bottom: 2.41546vw;
  }
  .p_top .area_bot dl.st2 dt {
    background: #ce77e8;
  }
  .p_top .area_bot dl.st3 dt {
    background: #6dbadc;
  }
  .p_top .area_bot dl.st4 dt {
    background: #e8779e;
  }
  .p_top .area_bot dl.st5 dt {
    background: #eea39d;
  }
  .p_top .area_bot dl.st6 dt {
    background: #8cc666;
  }
  .p_top .area_bot dl.st7 dt {
    background: #e2ba67;
  }
  .p_top .area_bot dl dt {
    font-weight: bold;
    font-size: 4.34783vw;
    color: #fff;
    padding: 3.38164vw 16.90821vw 3.38164vw 5.55556vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #67b7b6;
    position: relative;
    cursor: pointer;
  }
  .p_top .area_bot dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 3.62319vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .area_bot dl dt i:before, .p_top .area_bot dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .area_bot dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .area_bot dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .area_bot dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_top .area_bot dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_top .area_bot dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area_bot dl dd .accCt {
    padding: 2.41546vw 0;
  }
  .p_top .area_bot dl dd .accCt p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #02326c;
  }
  .p_top .price {
    padding: 12.07729vw 0 7.24638vw;
    background: #0360be;
    position: relative;
  }
  .p_top .price::before {
    content: "";
    position: absolute;
    top: 0;
    right: -14.97585vw;
    width: 40.33816vw;
    height: 18.59903vw;
    background: url(../img/price_bg_sp.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .price .row {
    max-width: 200.48309vw;
  }
  .p_top .price h2 {
    text-align: center;
    margin-bottom: 6.03865vw;
  }
  .p_top .price h2 img {
    width: 86.95652vw;
  }
  .p_top .price_top {
    margin-bottom: 4.34783vw;
  }
  .p_top .price_top_l {
    margin-bottom: 6.03865vw;
  }
  .p_top .price_top_r ul {
    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 .price_top_r ul li {
    width: 41.0628vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 3.86473vw 2.89855vw;
    margin: 0 2.41546vw;
  }
  .p_top .price_top_r ul li figure {
    height: 16.90821vw;
    margin: 2.41546vw 0;
  }
  .p_top .price_top_r ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .price_top_r ul li .txt01 {
    font-weight: bold;
    font-size: 4.10628vw;
    line-height: 1.38889;
    text-align: center;
    color: #02326c;
    white-space: nowrap;
  }
  .p_top .price_top_r ul li .txt02 {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5625;
    text-align: center;
    color: #02326c;
  }
  .p_top .price_top_r ul li .txt02 i {
    font-style: normal;
    font-size: 6.28019vw;
    line-height: 1;
  }
  .p_top .price_bot {
    margin-bottom: 6.03865vw;
  }
  .p_top .price_bot .dlist dl {
    background-color: #fff;
  }
  .p_top .price_bot .dlist dl.spec dt {
    font-size: 6.76329vw;
    background-color: #0360be;
  }
  .p_top .price_bot .dlist dl + dl {
    margin-top: 7.24638vw;
  }
  .p_top .price_bot .dlist dl dt {
    background: #02326c;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    padding: 4.34783vw;
  }
  .p_top .price_bot .dlist dl dd {
    padding: 4.10628vw 2.41546vw;
  }
  .p_top .price_bot .dlist dl dd ul.st2 li:nth-child(odd) {
    background-color: transparent;
  }
  .p_top .price_bot .dlist dl dd ul.st2 li:nth-child(even) {
    background-color: #dcf2f8 !important;
  }
  .p_top .price_bot .dlist dl dd ul li {
    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;
    padding: 2.41546vw;
  }
  .p_top .price_bot .dlist dl dd ul li:nth-child(odd) {
    background-color: #dcf2f8;
  }
  .p_top .price_bot .dlist dl dd ul li > span {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.35714;
    text-align: left;
    color: #000;
  }
  .p_top .price_bot .dlist dl dd ul li .df {
    width: 60%;
  }
  .p_top .price_bot .dlist dl dd ul li .df_it {
    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;
  }
  .p_top .price_bot .dlist dl dd ul li .df_it + .df_it {
    margin-top: 1.20773vw;
  }
  .p_top .price_bot .dlist dl dd ul li .df_it small {
    font-weight: normal;
    font-size: 2.89855vw;
    line-height: 1.16667;
    text-align: left;
    color: #000;
  }
  .p_top .price_bot .dlist dl dd ul li .df_it span {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 4.58937vw;
    text-align: center;
    color: #d02610;
  }
  .p_top .price_bot .dlist dl dd ul li > p {
    line-height: 1;
    text-align: right;
  }
  .p_top .price_bot .dlist dl dd ul li > p span {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1;
    color: #d02610;
    display: block;
  }
  .p_top .price_bot .dlist dl dd ul li > p small {
    font-weight: normal;
    font-size: 2.41546vw;
    line-height: 1.27273;
    color: #000;
  }
  .p_top .price .note {
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #fff;
  }
  .p_top .case2 {
    padding: 5.7971vw 0 11.5942vw;
  }
  .p_top .case2 h2 {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .p_top .case2 h2 img {
    width: 30.91787vw;
  }
  .p_top .case2 .df ul li {
    margin-bottom: 5.7971vw;
  }
  .p_top .case2 .df ul li img {
    vertical-align: bottom;
  }
  .p_top .faq {
    padding-bottom: 7.24638vw;
  }
  .p_top .faq .row {
    max-width: 169.08213vw;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .p_top .faq h2 img {
    width: 73.42995vw;
  }
  .p_top .faq .dlist dl {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 1px solid #055ebe;
    overflow: hidden;
  }
  .p_top .faq .dlist dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .faq .dlist dl dt {
    background: #035fbe;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.625;
    text-align: left;
    color: #fff;
    padding: 3.62319vw 10.86957vw 3.62319vw 9.66184vw;
    position: relative;
    cursor: pointer;
    position: relative;
  }
  .p_top .faq .dlist dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    margin-top: -1.20773vw;
    width: 6.28019vw;
    height: 2.657vw;
    background: url(../img/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .dlist dl dt.is_active::after {
    -webkit-transform: scaleY(-1);
       -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
            transform: scaleY(-1);
  }
  .p_top .faq .dlist dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1;
    color: #055ebe;
    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: 5.55556vw;
    height: 5.55556vw;
    background: #fff;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    padding-bottom: 1.20773vw;
  }
  .p_top .faq .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .faq .dlist dl dd .actCt {
    padding: 3.62319vw 8.45411vw 3.62319vw 9.66184vw;
    position: relative;
  }
  .p_top .faq .dlist dl dd .actCt::before {
    content: "A";
    position: absolute;
    top: 4.83092vw;
    left: 2.41546vw;
    display: block;
    font-weight: bold;
    font-size: 3.86473vw;
    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;
    width: 5.55556vw;
    height: 5.55556vw;
    background: #055ebe;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    padding-bottom: 1.20773vw;
  }
  .p_top .faq .dlist dl dd p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #0b0b0b;
  }
  .p_top .contact {
    padding: 4.83092vw 0 7.72947vw;
  }
  .p_top .contact .row {
    max-width: 190.33816vw;
  }
  .p_top .contact .box_top {
    background: #fff;
    border: 1px solid #055ebe;
    padding: 4.83092vw 3.62319vw;
  }
  .p_top .contact .box_top dl dt {
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #02326c;
    margin-bottom: 3.86473vw;
    line-height: 1.44444;
    text-align: center;
  }
  .p_top .contact .box_top dl dd {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #02326c;
  }
  .p_top .contact h2 {
    text-align: center;
    margin: 7.24638vw 0 4.83092vw;
  }
  .p_top .contact h3 {
    text-align: center;
    margin-bottom: 1.93237vw;
  }
  .p_top .contact h3 img {
    width: 65.45894vw;
  }
  .p_top .contact .contact_tel {
    display: block;
    overflow: hidden;
    -moz-box-shadow: 0 0.96618vw #262c28;
         box-shadow: 0 0.96618vw #262c28;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 4.58937vw 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#e84d3a), to(#cb1c07));
    background: -webkit-linear-gradient(top, #e84d3a 0%, #cb1c07 100%);
    background: -moz- oldlinear-gradient(top, #e84d3a 0%, #cb1c07 100%);
    background: linear-gradient(180deg, #e84d3a 0%, #cb1c07 100%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 6.28019vw;
    height: 20.46618vw;
  }
  .p_top .contact .contact_tel::after {
    width: 20.27295vw;
    height: 20.46618vw;
    position: absolute;
    content: "";
    background: url("../img/maskBtnCta.webp") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    top: 0;
    right: 2.48792vw;
    opacity: 0.44;
  }
  .p_top .contact .contact_tel em {
    display: none;
  }
  .p_top .contact .contact_tel span {
    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;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 5.7971vw;
    line-height: 8.45411vw;
    font-weight: 700;
    color: #fff;
  }
  .p_top .contact .contact_tel span::before {
    content: "";
    width: 8.04106vw;
    height: 7.99275vw;
    background: url("../img/iconPhoneW.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: inline-block;
    margin-right: 4.58937vw;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
        -ms-transform: translateY(2px);
            transform: translateY(2px);
  }
  .p_top .contact .contact_tel small {
    display: block;
    text-align: center;
    font-size: 2.89855vw;
    line-height: 4.10628vw;
    font-weight: 700;
    color: #fff;
    padding-left: 7.24638vw;
    margin-top: 0vw;
  }
  .p_top .contact .form {
    padding: 0;
  }
  .p_top .contact .form dl {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
  .p_top .contact .form dl dt {
    color: #000;
  }
  .p_top .contact .form dl dd input {
    height: 12.56039vw;
  }
  .p_top .contact .form dl dd textarea {
    height: 60.86957vw;
  }
  .p_top .contact .form .checkboxWr {
    margin: 3.62319vw 0 7.24638vw;
  }
  .p_top .contact .form button {
    width: 63.28502vw;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_thanks .thanks {
    background-color: #dcf2f8;
    padding: 7.24638vw 0 14.49275vw;
  }
  .p_thanks .thanks h2 {
    font-weight: bold;
    font-size: 5.43478vw;
    text-align: center;
    color: #02326c;
    line-height: 1.44444;
    margin-bottom: 4.83092vw;
  }
  .p_thanks .thanks p {
    font-size: 3.38164vw;
    line-height: 1.875;
    text-align: center;
    color: #02326c;
  }
}

.error {
  color: #ff0000;
  display: block;
  width: 100%;
}
