@charset "UTF-8";
@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  .row.row_sm {
    max-width: 720px;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 72px;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 72px;
    padding: 0 25px;
    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;
  }
  .header .header_l {
    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 a.header_tel {
    position: relative;
    padding-left: 35px;
    font-family: 'DIN 2014';
    font-style: normal;
    font-weight: 700;
    font-size: 38px;
    line-height: 100%;
    white-space: nowrap;
    margin-left: 20px;
    color: #1F2193;
  }
  .header a.header_tel::before {
    content: "";
    position: absolute;
    top: 32%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 26px;
    height: 38px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 190px;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header h1 a {
    max-width: 30vw;
  }
}

@media screen and (min-width: 769px), print {
  .header 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;
    margin-left: auto;
    font-size: 0;
    line-height: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header ul {
    padding-left: 5px;
  }
}

@media screen and (min-width: 769px), print {
  .header ul li:not(:last-child) {
    margin-right: 7px;
  }
  .header ul a {
    display: block;
    width: 214px;
  }
  .header .h_payment {
    width: 281px;
  }
  .footer {
    text-align: center;
    font-size: 14px;
    padding: 15px;
    background-color: #EDF5FD;
  }
  .footer p {
    font-size: 12px;
    margin-top: 10px;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
    background: url(../img/mv_bg.png) center top no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 10px 0 95px;
    position: relative;
  }
  .p_top .mv .row {
    max-width: 1000px;
    position: relative;
    z-index: 2;
  }
  .p_top .mv::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 63px;
    background: url(../img/mv_bg2.png) repeat-x;
    display: block;
  }
  .p_top .qes {
    padding: 24px 0 82px;
    background-color: #EDF5FD;
  }
  .p_top .qes h2 {
    margin-bottom: 16px;
    text-align: center;
  }
  .p_top .qes h2 img {
    width: 510px;
  }
  .p_top .qes .qes_list {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 468px;
    margin: 0 auto;
  }
  .p_top .qes .qes_list > li {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qes .qes_list > li:hover {
    opacity: 0.7;
  }
  .p_top .cta {
    background-color: #0067CB;
    padding-bottom: 32px;
  }
  .p_top .cta .cta_box {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
  }
  .p_top .cta .cta_main {
    background-color: #fff;
    padding: 16px 40px 20px;
    background: #FFFFFF;
    -moz-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px;
  }
  .p_top .cta .cta_main ul {
    display: -ms-grid;
    display: grid;
    margin-top: 15px;
    gap: 10px;
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .cta .cta_main ul .cta_tel {
    display: block;
    position: relative;
  }
  .p_top .cta .cta_main ul .cta_tel span {
    position: absolute;
    top: 24px;
    left: 70px;
    font-family: 'DIN 2014';
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #D30004;
  }
  .p_top .sec01 {
    padding: 40px 0 80px;
  }
  .p_top .sec01 h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .p_top .sec01 h2 img {
    display: inline-block;
    width: 377px;
  }
  .p_top .sec01 ul li + li {
    margin-top: 24px;
  }
  .p_top .sec02 {
    padding: 40px 0 80px;
    background-color: #EDF5FD;
  }
  .p_top .sec02 h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .sec02 h2 img {
    display: inline-block;
    width: 287px;
  }
  .p_top .sec02 ul {
    padding: 12px 28px 32px;
    background: #FFFFFF;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .sec03 {
    padding: 32px 0 82px;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 32px;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 194px;
  }
  .p_top .sec03 ul {
    margin-bottom: 24px;
    display: -ms-grid;
    display: grid;
    gap: 24px;
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .sec03 .sec03_img5 {
    margin-bottom: 24px;
  }
  .p_top .sec04 {
    padding: 40px 0 24px;
  }
  .p_top .sec04 .row {
    max-width: 1000px;
  }
  .p_top .sec04 h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 351px;
  }
  .p_top .sec04 ul {
    display: -ms-grid;
    display: grid;
    gap: 17px;
    -ms-grid-columns: minmax(0, 1fr) [3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .area {
    padding: 40px 0 82px;
    background-color: #EDF5FD;
  }
  .p_top .area_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .area_main .area_text {
    width: 388px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .p_top .area h2 {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .area h2 img {
    width: 160px;
  }
  .p_top .area .area_list {
    width: 100%;
    padding-left: 20px;
  }
  .p_top .area .area_list dl {
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #0067CB;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 16px;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 12px;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    padding: 15px 30px 15px 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    line-height: 1.33333;
    text-align: left;
    position: relative;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #0067CB;
    -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 .area_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .area .area_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .area .area_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p_top .area .area_list 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 .area_list dl dd .actCt {
    padding-top: 8px;
    padding-bottom: 16px;
    line-height: 1.5;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid #BEBEBE;
  }
  .p_top .qa {
    padding: 24px 0 32px;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .p_top .qa h2 img {
    width: 224px;
  }
  .p_top .qa .row {
    max-width: 700px;
  }
  .p_top .qa .qa_list dl {
    background: #0067CB;
    border: 2px solid #8CC1F5;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 16px;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 12px;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 20px 56px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: relative;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt i {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #8CC1F5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .qa .qa_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .qa .qa_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p_top .qa .qa_list 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 .qa .qa_list dl dd .ask {
    padding: 12px 0 12px 56px;
    font-size: 15px;
    line-height: 1.5;
    color: #fff;
    position: relative;
    border-top: 1px solid #BEBEBE;
    min-height: 70px;
  }
  .p_top .qa .qa_list dl dd .ask::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact {
    padding: 50px 0 66px;
    background: #EDF5FD;
  }
  .p_top .contact .row {
    max-width: 1000px;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 24px;
  }
  .p_top .contact h2 img {
    width: 323px;
    display: inline-block;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 22px;
  }
  .p_top .contact .cbWr 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: 16px;
    height: 16px;
    background-color: #F0F0F0;
    -moz-border-radius: 2px;
    border-radius: 2px;
  }
  .p_top .contact .cbWr label span::after {
    left: 6px;
    top: 4px;
    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 .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 350px;
    margin-top: 21px;
  }
  .p_top .contact .box_privacy {
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow-y: auto;
    padding: 24px 40px;
    margin: 24px 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .p_top .contact .box_privacy h3 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p_top .contact .box_privacy div strong {
    font-size: 14px;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 40px 100px 32px;
  }
  .p_top .contact .form .f_txtError {
    font-size: 14px;
    margin-bottom: 4px;
    color: #f00;
  }
  .p_top .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .p_top .contact .form dl + dl {
    margin-top: 23px;
  }
  .p_top .contact .form dl dt {
    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: 700;
    font-size: 18px;
    line-height: 1;
    width: 248px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 13px;
    padding-right: 24px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 44px;
    min-height: 24px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-color: #D30004;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd p {
    font-size: 15px;
    margin-top: 10px;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 30px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 10px 30px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 143px;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    padding: 50px 0 100px;
    min-height: -webkit-calc(100vh - 158px);
    min-height: -moz-calc(100vh - 158px);
    min-height: calc(100vh - 158px);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 48px;
    text-align: center;
    color: #0067CB;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 16px;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 80px;
  }
  .p_policy .policy .btnBack a {
    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;
    min-width: 350px;
    min-height: 81px;
    background: #023676;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    margin-top: 20px;
  }
  .p_policy .policy .dlist dl + dl {
    margin-top: 27px;
  }
  .p_policy .policy .dlist.st2 dt {
    font-size: 20px;
    font-weight: bold;
  }
  .step-form {
    padding: 15px 40px;
    background: #fff;
    text-align: center;
  }
  .step-form__tabs {
    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;
    gap: 10px;
    margin-bottom: 12px;
  }
  .step-form__tab {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 140px;
    min-height: 32px;
    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;
    padding: 4px 15px 0;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #BEBEBE;
    font-family: 'Helvetica Neue';
    font-size: 19px;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .step-form__tab--active {
    background: #0067CB;
  }
  .step-form__question {
    font-size: 17px;
    font-weight: bold;
    color: #0067CB;
    margin-bottom: 25px;
  }
  .step-form__question span {
    font-family: 'Helvetica Neue';
    font-size: 24px;
    margin-right: 5px;
  }
  .step-form__options {
    gap: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .step-form__options.st2 .step-form__option {
    min-height: 42px;
    font-size: 17px;
  }
  .step-form__option {
    padding: 0 20px;
    font-size: 22px;
    font-weight: bold;
    text-decoration: none;
    gap: 15px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    min-height: 64px;
    background: #EDF5FD;
    border: 2px solid #0067CB;
    -moz-border-radius: 2px;
    border-radius: 2px;
    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;
    position: relative;
    color: #07549E !important;
  }
  .step-form__option::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .step-form__note {
    margin-top: 10px;
    font-size: 12px;
    color: #FB7A2A;
    text-align: right;
    font-weight: bold;
  }
  .STEP2,
  .STEP3 {
    display: none;
  }
  .step3-blk {
    display: none;
    padding-top: 15px;
  }
  .qes1_blk {
    display: none;
  }
  .step_ar {
    display: none;
    margin-top: 24px;
    text-align: center;
  }
  .step_ar img {
    display: inline-block;
    width: 610px;
    max-width: 100%;
  }
}

@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;
  }
  body {
    padding-top: 16.90821vw;
  }
  .header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 16.90821vw;
    padding: 0 3.62319vw;
    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;
  }
  .header .header_l {
    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 a.header_tel {
    position: relative;
    padding-left: 7.24638vw;
    font-family: 'DIN 2014';
    font-style: normal;
    font-weight: 700;
    font-size: 4.58937vw;
    line-height: 100%;
    white-space: nowrap;
    color: #1F2193;
    margin-left: 1.93237vw;
  }
  .header a.header_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 5.67633vw;
    height: 4.10628vw;
    background: url(../img/ic_tel_sp.png) center/100% 100% no-repeat;
    display: block;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: inline-block;
    width: 39.74879vw;
  }
  .header ul {
    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: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.69082vw;
    text-align: right;
  }
  .header .h_payment {
    width: 35.13043vw;
  }
  .header .header_mail {
    width: 13.52657vw;
    display: block;
  }
  .footer {
    text-align: center;
    font-size: 3.38164vw;
    padding: 3.62319vw;
    background-color: #EDF5FD;
  }
  .footer p {
    font-size: 2.89855vw;
    margin-top: 2.41546vw;
  }
  .cta_fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 99;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 0;
    line-height: 0;
    width: 100%;
    background-color: #fff;
    padding: 0 3.62319vw 3.62319vw;
  }
  .cta_fixed dl dt {
    height: 9.66184vw;
    background: url(../img/cta_fixed_tt.png) center/100% 100% no-repeat;
    position: relative;
    top: -3.62319vw;
    margin-bottom: -3.62319vw;
    color: #002448;
    font-size: 3.38164vw;
    font-weight: bold;
    text-align: center;
  }
  .cta_fixed dl dt div {
    position: relative;
    height: 100%;
    padding: 3.62319vw;
  }
  .cta_fixed dl dt span {
    color: #D30004;
    font-size: 4.34783vw;
  }
  .cta_fixed dl dd {
    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: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-top: 1.20773vw;
  }
  .cta_fixed dl dd .fixed_line {
    width: 14.49275vw;
  }
  .cta_fixed dl dd .fixed_tel {
    width: 100%;
    position: relative;
  }
  .cta_fixed dl dd .fixed_tel span {
    position: absolute;
    top: 2vw;
    left: 15.52657vw;
    line-height: 100%;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 10vw;
    line-height: 1;
    color: #FFFFFF;
  }
  .p_top .footer {
    padding-bottom: 38.64734vw;
  }
  .p_top .mv {
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .qes {
    padding: 3.86473vw 0 16.90821vw;
    background-color: #EDF5FD;
  }
  .p_top .qes h2 {
    margin: 0 0 2.41546vw;
  }
  .p_top .qes .qes_list {
    display: -ms-grid;
    display: grid;
    gap: 1.93237vw;
    -ms-grid-columns: minmax(0, 1fr) [2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .cta {
    background-color: #0067CB;
    padding-bottom: 7.72947vw;
  }
  .p_top .cta .cta_box {
    position: relative;
    top: -12.07729vw;
    margin-bottom: -12.07729vw;
  }
  .p_top .cta .cta_main {
    background-color: #fff;
    padding: 2.89855vw 3.62319vw 3.62319vw;
    background: #FFFFFF;
  }
  .p_top .cta .cta_main ul {
    display: -ms-grid;
    display: grid;
    margin-top: 3.62319vw;
    gap: 2.41546vw;
    -ms-grid-columns: minmax(0, 1fr) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .cta .cta_main ul .cta_tel {
    display: block;
    position: relative;
  }
  .p_top .cta .cta_main ul .cta_tel span {
    position: absolute;
    top: 7.00483vw;
    left: 19.32367vw;
    font-family: 'DIN 2014';
    font-style: normal;
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .p_top .sec01 {
    padding: 7.24638vw 0 21.73913vw;
  }
  .p_top .sec01 h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .sec01 h2 img {
    display: inline-block;
    width: 67.8744vw;
  }
  .p_top .sec01 ul li + li {
    margin-top: 4.83092vw;
  }
  .p_top .sec02 {
    padding: 7.24638vw 0 17vw;
    background-color: #EDF5FD;
  }
  .p_top .sec02 h2 {
    text-align: center;
    margin-bottom: 7.72947vw;
  }
  .p_top .sec02 h2 img {
    display: inline-block;
    width: 69.32367vw;
  }
  .p_top .sec02 ul {
    padding: 0 3.62319vw 7.72947vw;
    display: -ms-grid;
    display: grid;
    gap: 5.7971vw;
    -ms-grid-columns: minmax(0, 1fr) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
  }
  .p_top .sec02 ul::after {
    content: "";
    position: absolute;
    top: 4.34783vw;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 4.34783vw);
    height: -moz-calc(100% - 4.34783vw);
    height: calc(100% - 4.34783vw);
    background: #FFFFFF;
    -moz-border-radius: 1.44928vw;
    border-radius: 1.44928vw;
    display: block;
    z-index: -1;
  }
  .p_top .sec03 {
    padding: 7.72947vw 0 19.80676vw;
  }
  .p_top .sec03 h2 {
    text-align: center;
    margin-bottom: 3.86473vw;
  }
  .p_top .sec03 h2 img {
    display: inline-block;
    width: 47.343vw;
  }
  .p_top .sec03 ul {
    margin-bottom: 5.7971vw;
    display: -ms-grid;
    display: grid;
    gap: 3.86473vw;
    -ms-grid-columns: minmax(0, 1fr) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .sec03 .sec03_img5 {
    margin-bottom: 5.7971vw;
  }
  .p_top .sec04 {
    padding: 9.66184vw 0 5.7971vw;
  }
  .p_top .sec04 h2 {
    text-align: center;
    margin-bottom: 5.7971vw;
  }
  .p_top .sec04 h2 img {
    display: inline-block;
    width: 84.78261vw;
  }
  .p_top .sec04 ul {
    display: -ms-grid;
    display: grid;
    gap: 2.89855vw;
    -ms-grid-columns: minmax(0, 1fr) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .area {
    padding: 5.7971vw 0 19.80676vw;
    background-color: #EDF5FD;
  }
  .p_top .area_main .area_text {
    width: 85.74879vw;
    margin: 0 auto 3.86473vw;
  }
  .p_top .area h2 {
    text-align: center;
    margin-bottom: 0.48309vw;
  }
  .p_top .area h2 img {
    width: 38.64734vw;
  }
  .p_top .area .area_list dl {
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #0067CB;
    -moz-border-radius: 1.93237vw;
    border-radius: 1.93237vw;
    padding: 0 3.86473vw;
  }
  .p_top .area .area_list dl + dl {
    margin-top: 2.89855vw;
  }
  .p_top .area .area_list dl dt {
    position: relative;
    padding: 3.62319vw 7.24638vw 3.62319vw 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 4.34783vw;
    line-height: 1.33333;
    text-align: left;
    position: relative;
  }
  .p_top .area .area_list dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 0;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #0067CB;
    -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 .area_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .area .area_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .area .area_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p_top .area .area_list 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 .area_list dl dd .actCt {
    padding-top: 1.93237vw;
    padding-bottom: 3.86473vw;
    line-height: 1.5;
    font-size: 3.38164vw;
    text-align: left;
    border-top: 1px solid #BEBEBE;
  }
  .p_top .qa {
    padding: 5.7971vw 0 7.72947vw;
  }
  .p_top .qa h2 {
    text-align: center;
    margin-bottom: 3.86473vw;
  }
  .p_top .qa h2 img {
    width: 54.10628vw;
  }
  .p_top .qa .row {
    max-width: 169.08213vw;
  }
  .p_top .qa .qa_list dl {
    background: #0067CB;
    border: 2px solid #8CC1F5;
    -moz-border-radius: 2.41546vw;
    border-radius: 2.41546vw;
    padding: 0 3.86473vw;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 2.89855vw;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 3.86473vw;
    font-weight: 500;
    color: #fff;
    padding: 3.62319vw 13.52657vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    min-height: 17.3913vw;
    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;
    position: relative;
  }
  .p_top .qa .qa_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 9.66184vw;
    height: 9.66184vw;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt i {
    width: 4.83092vw;
    height: 4.83092vw;
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #8CC1F5;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .qa .qa_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .qa .qa_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .p_top .qa .qa_list 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 .qa .qa_list dl dd .ask {
    padding: 2.89855vw 0 2.89855vw 13.52657vw;
    font-size: 3.62319vw;
    line-height: 1.5;
    color: #fff;
    position: relative;
    border-top: 1px solid #BEBEBE;
    min-height: 16.90821vw;
  }
  .p_top .qa .qa_list dl dd .ask::before {
    content: "";
    position: absolute;
    top: 2.89855vw;
    left: 0;
    width: 9.66184vw;
    height: 9.66184vw;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact {
    padding: 7.24638vw 0;
    background: #EDF5FD;
  }
  .p_top .contact h2 {
    text-align: center;
    margin-bottom: 5.7971vw;
  }
  .p_top .contact h2 img {
    width: 78.01932vw;
    display: inline-block;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 8.45411vw;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.31401vw;
  }
  .p_top .contact .cbWr 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: 3.86473vw;
    height: 3.86473vw;
    background-color: #F0F0F0;
    -moz-border-radius: 0.48309vw;
    border-radius: 0.48309vw;
  }
  .p_top .contact .cbWr label span::after {
    left: 1.44928vw;
    top: 0.96618vw;
    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 .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    background-color: transparent;
    width: 84.54106vw;
    margin-top: 5.07246vw;
  }
  .p_top .contact .box_privacy {
    height: 33.81643vw;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
    border-radius: 0.96618vw;
    overflow-y: auto;
    padding: 3.62319vw;
    margin: 5.7971vw 0;
    font-size: 2.89855vw;
    line-height: 1.5;
  }
  .p_top .contact .box_privacy h3 {
    font-weight: 600;
    font-size: 3.86473vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .contact .box_privacy div strong {
    font-size: 3.38164vw;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 4.83092vw 3.62319vw 7.72947vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl + dl {
    margin-top: 5.55556vw;
  }
  .p_top .contact .form dl dt {
    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: 700;
    font-size: 4.34783vw;
    line-height: 1;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2.41546vw;
  }
  .p_top .contact .form dl dt span {
    text-align: center;
    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;
    min-width: 10.62802vw;
    min-height: 5.7971vw;
    -moz-border-radius: 0.48309vw;
    border-radius: 0.48309vw;
    background-color: #D30004;
    font-size: 3.38164vw;
    font-weight: 400;
    color: #fff;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd p {
    font-size: 3.62319vw;
    margin-top: 2.41546vw;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 7.24638vw;
    outline: none;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 11.5942vw;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 7.24638vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 34.54106vw;
    background: #F0F0F0;
    border: 1px solid #D4D4D4;
    -moz-border-radius: 1.20773vw;
    border-radius: 1.20773vw;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    color: #D0D0D0;
    opacity: 1;
    font-weight: 500;
  }
  .p_policy .policy {
    padding: 12.07729vw 0 24.15459vw;
    min-height: -webkit-calc(100vh - 37.68116vw);
    min-height: -moz-calc(100vh - 37.68116vw);
    min-height: calc(100vh - 37.68116vw);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 5.7971vw;
    margin-bottom: 7.24638vw;
    text-align: center;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 3.86473vw;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 19.32367vw;
  }
  .p_policy .policy .btnBack a {
    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;
    min-width: 84.54106vw;
    min-height: 19.56522vw;
    background: #023676;
    -moz-border-radius: 1.44928vw;
    border-radius: 1.44928vw;
    font-size: 5.7971vw;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    font-size: 3.86473vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 6.03865vw;
  }
  .p_policy .policy .dlist.st2 dt {
    font-weight: 700;
    font-size: 4.83092vw;
  }
  .step-form {
    padding: 2.89855vw;
    background: #fff;
    text-align: center;
  }
  .step-form__tabs {
    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;
    gap: 2.41546vw;
    margin-bottom: 2.89855vw;
  }
  .step-form__tab {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 27.77778vw;
    min-height: 6.52174vw;
    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;
    padding: .8vw 3.62319vw 0;
    -moz-border-radius: 0.72464vw;
    border-radius: 0.72464vw;
    background: #BEBEBE;
    font-family: 'Helvetica Neue';
    font-size: 3.86473vw;
    line-height: 100%;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .step-form__tab--active {
    background: #0067CB;
  }
  .step-form__question {
    font-size: 3.38164vw;
    font-weight: bold;
    color: #0067CB;
    margin-bottom: 6.03865vw;
  }
  .step-form__question span {
    font-family: 'Helvetica Neue';
    font-size: 4.83092vw;
    margin-right: 1.20773vw;
  }
  .step-form__options {
    gap: 2.89855vw;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) [1];
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .step-form__options.st2 {
    gap: 1.93237vw;
  }
  .step-form__options.st2 .step-form__option {
    min-height: 8.21256vw;
    font-size: 3.38164vw;
  }
  .step-form__option {
    padding: 0 4.83092vw;
    font-size: 4.34783vw;
    font-weight: bold;
    text-decoration: none;
    gap: 3.62319vw;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
    min-height: 12.56039vw;
    background: #EDF5FD;
    border: 2px solid #0067CB;
    -moz-border-radius: 0.48309vw;
    border-radius: 0.48309vw;
    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;
    position: relative;
    color: #07549E !important;
  }
  .step-form__option::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3.86473vw;
    height: 3.86473vw;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .step-form__note {
    margin-top: 2.41546vw;
    font-size: 2.41546vw;
    color: #FB7A2A;
    text-align: right;
    font-weight: bold;
  }
  .STEP2,
  .STEP3 {
    display: none;
  }
  .step3-blk {
    display: none;
    padding-top: 3.62319vw;
  }
  .qes1_blk {
    display: none;
  }
  .step_ar {
    display: none;
    margin-top: 5.7971vw;
    text-align: center;
  }
  .step_ar img {
    display: inline-block;
    width: 147.343vw;
    max-width: 100%;
  }
}

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

.cbWr .error {
  text-align: center;
}

.effect {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}

.delay03 {
  -webkit-transition: all 1s ease 0.3s;
  -moz-transition: all 1s ease 0.3s;
  transition: all 1s ease 0.3s;
}

.delay06 {
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  transition: all 1s ease 0.6s;
}

.delay09 {
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  transition: all 1s ease 0.9s;
}

.delay12 {
  -webkit-transition: all 1s ease 1.2s;
  -moz-transition: all 1s ease 1.2s;
  transition: all 1s ease 1.2s;
}

.delay15 {
  -webkit-transition: all 1s ease 1.5s;
  -moz-transition: all 1s ease 1.5s;
  transition: all 1s ease 1.5s;
}

.fadeInUp {
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  opacity: 0;
}

.fadeInUp.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

.animPopup.active {
  -webkit-animation: animPopup 1.6s linear both 0.7s;
  -moz-animation: animPopup 1.6s linear both 0.7s;
  animation: animPopup 1.6s linear both 0.7s;
}

.fallingDown {
  -webkit-transform: translate3d(0, -100px, 0);
  -moz-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  opacity: 0;
}

.fallingDown.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInLeft {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
  opacity: 0;
}

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fadeInRight {
  -webkit-transform: translate3d(-100px, 0, 0);
  -moz-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.fadeInRight.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-moz-keyframes UpDown {
  0% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@keyframes UpDown {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}

@-webkit-keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-moz-keyframes animPopup {
  0% {
    -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@keyframes animPopup {
  0% {
    -webkit-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    -moz-transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
    transform: matrix3d(0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0);
  }
  5.11% {
    -webkit-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.956, 0, 0, 0, 0, 0.956, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  7.71% {
    -webkit-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.073, 0, 0, 0, 0, 1.073, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.21% {
    -webkit-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.106, 0, 0, 0, 0, 1.106, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  13.21% {
    -webkit-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.074, 0, 0, 0, 0, 1.074, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.12% {
    -webkit-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.022, 0, 0, 0, 0, 1.022, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  19.02% {
    -webkit-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.986, 0, 0, 0, 0, 0.986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  21.92% {
    -webkit-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.975, 0, 0, 0, 0, 0.975, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.73% {
    -webkit-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.006, 0, 0, 0, 0, 1.006, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.55% {
    -webkit-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.999, 0, 0, 0, 0, 0.999, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  57.26% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  69.07% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  80.88% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  92.59% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    -moz-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

@-webkit-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes mv_track {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  50% {
    -webkit-transform: translate(3px, 0);
    -moz-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
  75% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    transform: translate(0, 3px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@-moz-keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

@keyframes mv_panda {
  0% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  40% {
    -webkit-transform: scale(0.95, 1.2) translate(0%, -10%);
    -moz-transform: scale(0.95, 1.2) translate(0%, -10%);
    transform: scale(0.95, 1.2) translate(0%, -10%);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9) translate(0%, 5%);
    -moz-transform: scale(1.1, 0.9) translate(0%, 5%);
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  60% {
    -webkit-transform: scale(0.95, 1.05) translate(0%, -3%);
    -moz-transform: scale(0.95, 1.05) translate(0%, -3%);
    transform: scale(0.95, 1.05) translate(0%, -3%);
  }
  70% {
    -webkit-transform: scale(1.05, 0.95) translate(0%, 3%);
    -moz-transform: scale(1.05, 0.95) translate(0%, 3%);
    transform: scale(1.05, 0.95) translate(0%, 3%);
  }
  80% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
  100% {
    -webkit-transform: scale(1, 1) translate(0%, 0%);
    -moz-transform: scale(1, 1) translate(0%, 0%);
    transform: scale(1, 1) translate(0%, 0%);
  }
}

.sec03 li {
  scroll-margin-top: 80px;
  /* 固定ヘッダーの高さ分 */
}

@media screen and (min-width: 769px), print {
  .p_top .cta {
    background-color: #1B86C8;
  }
  .p_top .cta .cta_main ul {
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .cta .cta_main ul .cta_tel span {
    font-size: 42px;
    top: 22px;
    left: 69px;
  }
  .p_top .qa .qa_list dl {
    background-color: #1B86C8;
    border-color: #1B86C8;
  }
  .p_top .qa .qa_list dl dt {
    color: #fff;
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    background-color: #fff;
  }
  .p_top .qa .qa_list dl dd .ask {
    color: #fff;
  }
  .p_top .area {
    background-color: #EDF5FD;
  }
  .p_top .area .area_list dl {
    border-color: #1B86C8;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    background-color: #1B86C8;
  }
  .p_top .contact {
    background-color: #EDF5FD;
  }
  .p_top .contact .form dl dd input {
    height: 56px;
    border-color: #D3D3D3;
  }
  .p_top .contact .form dl dt {
    padding-top: 15px;
  }
  .p_top .contact .form dl dd textarea {
    height: 180px;
    border-color: #D3D3D3;
  }
  .footer {
    background-color: #fff;
  }
  .p_top .qes {
    background-color: #EDF5FD;
  }
  .step-form__tab--active {
    background-color: #1B86C8;
  }
  .step-form__question {
    color: #1B86C8;
  }
  .step-form__option {
    border-color: #1B86C8;
    color: #333 !important;
    background-color: #EDF5FD;
  }
  .p_top .mv {
    padding-bottom: 45px;
  }
  .p_policy .policy h2 {
    color: #1B86C8;
  }
  .p_top .sec02 {
    background-color: #EDF5FD;
  }
  .p_top .sec02 h2 img {
    width: 589px;
  }
  .p_top .sec04 h2 img {
    width: 288px;
  }
}

@media screen and (max-width: 768px) {
  .p_top .cta {
    background-color: #1B86C8;
  }
  .p_top .qa .qa_list dl {
    background-color: #1B86C8;
    border-color: #1B86C8;
  }
  .p_top .qa .qa_list dl dt {
    color: #fff;
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    background-color: #fff;
  }
  .p_top .qa .qa_list dl dd .ask {
    color: #fff;
  }
  .p_top .area {
    background-color: #EDF5FD;
  }
  .p_top .area .area_list dl {
    border-color: #1B86C8;
  }
  .p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
    background-color: #1B86C8;
  }
  .p_top .contact {
    background-color: #EDF5FD;
  }
  .p_top .contact .form dl dd input {
    border-color: #D3D3D3;
  }
  .p_top .contact .form dl dd textarea {
    border-color: #D3D3D3;
  }
  .footer {
    background-color: #fff;
  }
  .p_top .qes {
    background-color: #EDF5FD;
  }
  .step-form__tab--active {
    background-color: #1B86C8;
  }
  .step-form__question {
    color: #1B86C8;
  }
  .step-form__option {
    border-color: #1B86C8;
    color: #333 !important;
    background-color: #EDF5FD;
  }
  .p_top .qes h2 {
    padding-left: 3.62319vw;
  }
  .p_top .qes .qes_list {
    width: 85.02415vw;
    margin: 0 auto;
  }
  .cta_fixed dl dd .fixed_tel {
    width: 75.84541vw;
  }
  .cta_fixed {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .cta_fixed dl dd .fixed_tel span {
    font-size: 7.72947vw;
    left: 13.28502vw;
    top: 1.44928vw;
  }
  .p_policy .policy h2 {
    color: #1B86C8;
  }
  .p_top .sec02 {
    background-color: #EDF5FD;
  }
  .qes_nx {
    padding-bottom: 16.90821vw;
  }
  .p_top .sec02 h2 img {
    width: 80.91787vw;
  }
  .p_top .sec04 h2 img {
    width: 69.56522vw;
  }
}


.p_top .cta {
  background-color: #68C6F1;
}
.p_top .qa .qa_list dl {
  background-color: #015EC1;
  border-color: #015EC1;
}
.p_top .qa .qa_list dl dt {
  color: #fff;
}
.p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
  background-color: #fff;
}
.p_top .qa .qa_list dl dd .ask {
  color: #fff;
}
.p_top .area {
  background-color: #EDF5FD;
}
.p_top .area .area_list dl {
  border-color: #1F2193;
}
.p_top .area .area_list dl dt i:before, .p_top .area .area_list dl dt i:after {
  background-color: #1F2193;
}
.p_top .contact {
  background-color: #EDF5FD;
}
.footer {
  background-color: #fff;
}
.p_top .qes {
  background-color: #EDF5FD;
}
.step-form__tab--active {
  background-color: #1F2193;
}
.step-form__question {
  color: #1F2193;
}
.step-form__option {
  border-color: #1F2193;
  color: #333 !important;
  background-color: #EDF5FD;
}
.p_policy .policy h2 {
  color: #1B86C8;
}
.p_top .sec02 {
  background-color: #EDF5FD;
}