@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: 1000px) 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: 1000px) 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: 77px;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
  }
  .header_top {
    background-color: #232e79;
    padding: 1px 0;
  }
  .header_top p {
    font-size: 10px;
    color: #fff;
  }
  .header_main .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;
    height: 60px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

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

@media screen and (min-width: 769px), print {
  .header_main h1 {
    font-size: 0;
    line-height: 1;
  }
  .header_main h1 a {
    display: inline-block;
    width: 192px;
    max-width: 25vw;
  }
  .header_main 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;
    font-size: 0;
    line-height: 1;
    height: 60px;
    margin-left: 10px;
  }
  .header_main ul li {
    font-size: 0;
    line-height: 1;
  }
  .header_main ul .btn_mail {
    width: 183px;
    display: block;
  }
  .header_main ul .btn_line {
    width: 183px;
    display: block;
    text-align: center;
  }
  .header_main .header_main_tel {
    position: relative;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #004771;
    padding-left: 47px;
    width: 193px;
    height: 60px;
    background: #e7e8f2;
  }
  .header_main .header_main_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
    width: -webkit-calc(min(2.7vw, 27px));
    width: -moz-calc(min(2.7vw, 27px));
    width: calc(min(2.7vw, 27px));
    height: -webkit-calc(min(4.2vw, 42px));
    height: -moz-calc(min(4.2vw, 42px));
    height: calc(min(4.2vw, 42px));
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header_main .header_main_tel small {
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 10px;
    line-height: 1.2;
    color: #1d2665;
  }
  .header_main .header_main_tel span {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    font-size: 29px;
    line-height: 1.2069;
    color: #1d2665;
  }
  .footer {
    padding: 15px 0;
  }
  .footer p {
    font-size: 14px;
    text-align: center;
    color: #000;
  }
  .danger {
    max-width: 748px;
    margin: 1rem auto 3rem;
  }
  .p_top .mv {
    background-color: rgba(35, 46, 121, 0.82);
  }
  .p_top .mv picture {
    display: block;
    text-align: center;
  }
  .p_top .mv picture img {
    width: 1400px;
    display: inline-block;
  }
  .p_top .cta .cta_tt {
    padding: 12px 0;
    background: #e7e9f8;
    text-align: center;
  }
  .p_top .cta .cta_tt img {
    width: 904px;
  }
  .p_top .cta .cta_main {
    text-align: center;
    padding: 25px 0 28px;
    background: url(../img/cta_bg.jpg) center/contain no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .cta .cta_main .cta_text {
    text-align: center;
  }
  .p_top .cta .cta_main .cta_text img {
    width: 468px;
  }
  .p_top .cta .cta_main .cta_tt_sub {
    text-align: center;
    margin: 20px 0 10px;
  }
  .p_top .cta .cta_main .cta_tt_sub img {
    width: 200px;
  }
  .p_top .cta .cta_main .cta_listBtn {
    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 .cta .cta_main .cta_listBtn li {
    width: -webkit-calc((100% - 20px)/3);
    width: -moz-calc((100% - 20px)/3);
    width: calc((100% - 20px)/3);
  }
  .p_top .cta .cta_tel {
    position: relative;
    padding-left: 60px;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/cta_tel_bg.png) center/contain no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    height: 100%;
  }
  .p_top .cta .cta_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 15px;
    width: 40px;
    height: 40px;
    background: url(../img/ic_tel2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_tel span {
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(3.5vw, 37px));
    font-size: -moz-calc(min(3.5vw, 37px));
    font-size: calc(min(3.5vw, 37px));
    text-align: left;
    font-family: "Noto Serif JP", serif;
    color: #462900;
  }
  .p_top .cta .cta_tel > small {
    font-weight: bold;
    line-height: 1.1;
    display: block;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: -webkit-calc(min(0.8vw, 9px));
    font-size: -moz-calc(min(0.8vw, 9px));
    font-size: calc(min(0.8vw, 9px));
    color: #462900;
  }
  .p_top .blk01 {
    padding: 10px 0 20px;
  }
  .p_top .blk01 .row {
    max-width: 665px;
  }
  .p_top .blk01 h2 {
    text-align: center;
    font-size: 0;
    margin-bottom: -2px;
  }
  .p_top .blk01 h2 img {
    width: 583px;
  }
  .p_top .blk01 ul {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .blk02 {
    background-color: #232e79;
    padding: 30px 0;
  }
  .p_top .blk02 .row {
    max-width: 682px;
  }
  .p_top .blk02 h2 {
    margin-bottom: 10px;
  }
  .p_top .blk03 {
    background: #f4f4f4;
  }
  .p_top .blk03 h2 {
    margin-bottom: 28px;
    text-align: center;
    font-size: 0;
  }
  .p_top .blk03 h2 img {
    width: 800px;
  }
  .p_top .blk03 .row {
    padding-top: 50px;
    padding-bottom: 55px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .blk03 .row::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 402px;
    height: 473px;
    background: url(../img/blk03_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .blk03 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 748px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p_top .blk03 ul li {
    width: 48.4%;
  }
  .p_top .blk03 ul li.full {
    margin-bottom: 20px;
    width: 100%;
  }
  .p_top .blk04 {
    padding: 50px 0 70px;
    background-color: #1d2665;
  }
  .p_top .blk04 h2 {
    margin-bottom: 20px;
    text-align: center;
  }
  .p_top .blk04 h2 img {
    width: 352px;
  }
  .p_top .blk04 .list01 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 788px;
    margin: 0 auto 40px;
    max-width: 100%;
  }
  .p_top .blk04 .list01 li {
    margin: 0 0 20px;
    width: -webkit-calc((100% - 20px) /2);
    width: -moz-calc((100% - 20px) /2);
    width: calc((100% - 20px) /2);
  }
  .p_top .blk04 .list01 li:nth-of-type(1) {
    margin-right: 20px;
  }
  .p_top .blk04 .blk04_bot h3 {
    margin-bottom: 20px;
    text-align: center;
  }
  .p_top .blk04 .blk04_bot h3 img {
    width: 482px;
  }
  .p_top .blk04 .blk04_bot .blk04_bot_text {
    text-align: center;
  }
  .p_top .blk04 .blk04_bot .blk04_bot_text img {
    width: 966px;
  }
  .p_top .blk05 {
    background-color: #f5f5f5;
    padding: 55px 0 65px;
  }
  .p_top .blk05 h2 {
    margin-bottom: 30px;
    text-align: center;
  }
  .p_top .blk05 h2 img {
    width: 364px;
  }
  .p_top .blk05 .blk05_txt {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin: 20px 0 30px;
  }
  .p_top .blk05 .dlist dl dt {
    text-align: center;
    margin-bottom: 10px;
  }
  .p_top .blk05 .dlist dl dt span {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
    color: #1d2665;
    padding: 0 28px;
    position: relative;
  }
  .p_top .blk05 .dlist dl dt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 18px;
    height: 1px;
    background: #1d2665;
    display: block;
  }
  .p_top .blk05 .dlist dl dt span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 1px;
    background: #1d2665;
    display: block;
  }
  .p_top .blk05 .dlist dl dd 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 .blk05 .dlist dl dd ul li {
    width: 384px;
    margin: 0 10px 20px;
  }
  .p_top .blk05 .blk05_bot h3 {
    text-align: center;
  }
  .p_top .blk05 .blk05_bot h3 img {
    width: 525px;
  }
  .p_top .blk05 .blk05_bot p {
    margin: 15px 0 20px;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #000;
  }
  .p_top .blk05 .blk05_bot 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;
  }
  .p_top .blk05 .blk05_bot ul li {
    width: -webkit-calc((100% - 24px)/3);
    width: -moz-calc((100% - 24px)/3);
    width: calc((100% - 24px)/3);
  }
  .p_top .blk06 {
    padding: 50px 0;
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
  }
  .p_top .blk06 h2 img {
    width: 256px;
  }
  .p_top .blk06 .blk06_img1 {
    margin: 20px 0 10px;
  }
  .p_top .blk06 .blk06_img1 img {
    width: 812px;
  }
  .p_top .blk06 .blk06_text img {
    width: 679px;
  }
  .p_top .blk07 {
    padding: 50px 0;
    text-align: center;
  }
  .p_top .blk07 h2 img {
    width: 384px;
  }
  .p_top .blk07 .blk07_text {
    margin: 30px 0 20px;
  }
  .p_top .blk07 .blk07_text_bot {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #1d2665;
  }
  .p_top .blk08 {
    padding: 50px 0;
    text-align: center;
  }
  .p_top .blk08 h2 img {
    width: 383px;
  }
  .p_top .blk08 .blk08_text {
    margin: 20px 0;
  }
  .p_top .blk08 .blk08_text img {
    width: 572px;
  }
  .p_top .blk08 .blk08_text_bot {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.25;
    text-align: center;
    color: #1d2665;
  }
  .p_top .blk09 {
    padding: 50px 0 15px;
  }
  .p_top .blk09 h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .p_top .blk09 h2 img {
    width: 161px;
  }
  .p_top .blk09 .blk09_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .p_top .blk09 .blk09_top figure {
    width: 167px;
  }
  .p_top .blk09 .blk09_top .txt {
    padding-left: 20px;
  }
  .p_top .blk09 .blk09_top .txt p {
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_top .txt .txt01 {
    margin-bottom: 10px;
  }
  .p_top .blk09 .blk09_top .txt .txt01 small {
    display: block;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_top .txt .txt01 span {
    font-weight: normal;
    font-size: 28px;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_mid {
    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: space-between;
  }
  .p_top .blk09 .blk09_mid .it_l {
    width: 38.4%;
  }
  .p_top .blk09 .blk09_mid .it_l dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.125;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_mid .it_l dl + dl {
    margin-top: 10px;
  }
  .p_top .blk09 .blk09_mid .it_l dl dt {
    width: 116px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 3px solid #32354b;
  }
  .p_top .blk09 .blk09_mid .it_l dl dd {
    padding: 8px 0;
    width: 100%;
    border-bottom: 3px solid #dcdff0;
  }
  .p_top .blk09 .blk09_mid .it_r {
    width: 56.3%;
  }
  .p_top .blk09 .blk09_bot {
    margin-top: 40px;
    text-align: center;
  }
  .p_top .blk09 .blk09_bot .cta_tel {
    position: relative;
    padding-left: 80px;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/cta_tel_bg.png) center/contain no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    height: 90px;
    width: 394px;
    margin-top: 5px;
  }
  .p_top .blk09 .blk09_bot .cta_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 26px;
    width: 47px;
    height: 47px;
    background: url(../img/ic_tel2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk09 .blk09_bot .cta_tel span {
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: -webkit-calc(min(6vw, 42px));
    font-size: -moz-calc(min(6vw, 42px));
    font-size: calc(min(6vw, 42px));
    text-align: left;
    font-family: "Noto Serif JP", serif;
    color: #462900;
  }
  .p_top .blk09 .blk09_bot .cta_tel > small {
    font-weight: bold;
    line-height: 1.1;
    display: block;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 10px;
    color: #462900;
  }
  .p_top .blk09 .blk09_bot dl dt {
    text-align: center;
  }
  .p_top .blk09 .blk09_bot dl dt img {
    width: 273px;
  }
  .p_top .faq {
    background-color: #1d2665;
    padding: 46px 0 55px;
  }
  .p_top .faq .row {
    max-width: 796px;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .p_top .faq h2 img {
    width: 224px;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 10px;
  }
  .p_top .faq .faq_list dl dt {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #f6f8ff;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.375;
    text-align: left;
    color: #0d2561;
    padding: 18px 50px 18px 30px;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .faq .faq_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .faq .faq_list dl dt .icon {
    width: 30px;
    height: 30px;
    background: #0d2561;
    right: 26px;
    top: 50%;
    margin-top: -15px;
    position: absolute;
    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;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .faq .faq_list dl dt i {
    width: 16px;
    height: 16px;
    display: block;
    position: relative;
  }
  .p_top .faq .faq_list dl dt i:before, .p_top .faq .faq_list 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 .faq .faq_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .faq .faq_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .faq .faq_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .faq .faq_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 .faq .faq_list dl dd .accCt {
    padding: 12px 0 20px;
  }
  .p_top .faq .faq_list dl dd .accCt p {
    font-size: 14px;
    line-height: 1.85714;
    text-align: left;
    color: #fff;
  }
  .p_top .form {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    padding: 30px 30px 40px 30px;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 251px;
  }
  .p_top .form .box_privacy {
    margin: 20px 0;
    overflow-y: auto;
    height: 138px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    padding: 15px 25px;
    border: 1px solid #e0e0e0;
  }
  .p_top .form .box_privacy h3 {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.28571;
    text-align: center;
    color: #000;
    margin-bottom: 14px;
  }
  .p_top .form .box_privacy .box_privacy_ctn {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
    color: #32354b;
  }
  .p_top .form .txt_error {
    font-size: 10px;
    text-align: left;
    color: #f20000;
    margin-top: 2px;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    -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: 14px;
    line-height: 18px;
    text-align: left;
    color: #000;
  }
  .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 22px;
  }
  .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: 16px;
    height: 16px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form .checkboxWr label span::after {
    left: 6px;
    top: 3px;
    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 .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;
  }
  .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: 15px;
  }
  .p_top .form dl + dl {
    margin-top: 15px;
  }
  .p_top .form dl dt {
    width: 268px;
    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-negative: 0;
        flex-shrink: 0;
    color: #060964;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #32354b;
  }
  .p_top .form dl dt span {
    margin-left: 8px;
    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: 43px;
    height: 20px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #ffa71a;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
  }
  .p_top .form dd {
    width: 100%;
  }
  .p_top .form dd .f_text {
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #060964;
  }
  .p_top .form dd input {
    padding: 0 20px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 53px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form dd input::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd input::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd input:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd input::placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea {
    padding: 10px 20px;
    outline: none;
    font-size: 18px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 216px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form dd textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea::placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd .list_rd .rd,
  .p_top .form dd .list_rd .mwform-radio-field,
  .p_top .form dd .list_rd li,
  .p_top .form dd .list_checkbox .rd,
  .p_top .form dd .list_checkbox .mwform-radio-field,
  .p_top .form dd .list_checkbox li,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .p_top .form dd .list_rd .rd label,
  .p_top .form dd .list_rd .mwform-radio-field label,
  .p_top .form dd .list_rd li label,
  .p_top .form dd .list_checkbox .rd label,
  .p_top .form dd .list_checkbox .mwform-radio-field label,
  .p_top .form dd .list_checkbox li label,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #32354b;
  }
  .p_top .form dd .list_rd .rd label input,
  .p_top .form dd .list_rd .mwform-radio-field label input,
  .p_top .form dd .list_rd li label input,
  .p_top .form dd .list_checkbox .rd label input,
  .p_top .form dd .list_checkbox .mwform-radio-field label input,
  .p_top .form dd .list_checkbox li label input,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .form dd .list_rd .rd span,
  .p_top .form dd .list_rd .mwform-radio-field span,
  .p_top .form dd .list_rd li span,
  .p_top .form dd .list_checkbox .rd span,
  .p_top .form dd .list_checkbox .mwform-radio-field span,
  .p_top .form dd .list_checkbox li span,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 21px;
  }
  .p_top .form dd .list_rd .rd span::before,
  .p_top .form dd .list_rd .mwform-radio-field span::before,
  .p_top .form dd .list_rd li span::before,
  .p_top .form dd .list_checkbox .rd span::before,
  .p_top .form dd .list_checkbox .mwform-radio-field span::before,
  .p_top .form dd .list_checkbox li span::before,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 13px;
    height: 13px;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form dd .list_rd .rd span::after,
  .p_top .form dd .list_rd .mwform-radio-field span::after,
  .p_top .form dd .list_rd li span::after,
  .p_top .form dd .list_checkbox .rd span::after,
  .p_top .form dd .list_checkbox .mwform-radio-field span::after,
  .p_top .form dd .list_checkbox li span::after,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item span::after {
    top: 5px;
    left: 3px;
    width: 7px;
    height: 7px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form dd .list_rd .rd label input:checked ~ span:after,
  .p_top .form dd .list_rd .mwform-radio-field label input:checked ~ span:after,
  .p_top .form dd .list_rd li label input:checked ~ span:after,
  .p_top .form dd .list_checkbox .rd label input:checked ~ span:after,
  .p_top .form dd .list_checkbox .mwform-radio-field label input:checked ~ span:after,
  .p_top .form dd .list_checkbox li label input:checked ~ span:after,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item label input:checked ~ span::after {
    display: block;
  }
  .p_top .form dd .list_rd .wpcf7-form-control {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_top .form dd.grid3 .wpcf7-form-control {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
  }
  .contact {
    padding: 55px 0 73px;
    position: relative;
    background: #fff url(../img/contact_bg.jpg) center/contain no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .contact .row {
    max-width: 796px;
  }
  .contact h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .contact h2 img {
    width: 192px;
  }
  .contact .box_text {
    margin-bottom: 30px;
    display: inline-block;
    text-align: left;
  }
  .contact .box_text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6875;
    text-align: left;
    color: #fff;
  }
  .contact .box_text p + p {
    margin-top: 25px;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 50px 0 55px;
    min-height: -webkit-calc(100vh - 77px - 51px);
    min-height: -moz-calc(100vh - 77px - 51px);
    min-height: calc(100vh - 77px - 51px);
  }
  .p_thanks .thanks h2 {
    font-weight: bold;
    font-size: 32px;
    line-height: 1.25;
    text-align: center;
    color: #232e79;
    margin-bottom: 32px;
  }
  .p_thanks .thanks p {
    font-size: 16px;
    line-height: 2;
    text-align: center;
    color: #000;
  }
}

@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 {
    background-color: #fff;
  }
  .header_top {
    background-color: #232e79;
    padding: 0.24155vw 0;
  }
  .header_top p {
    font-size: 2.41546vw;
    color: #fff;
    text-align: center;
  }
  .header_main .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;
    height: 14.49275vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 0;
  }
  .header_main h1 {
    font-size: 0;
    line-height: 1;
  }
  .header_main h1 a {
    display: inline-block;
    width: 40.33816vw;
  }
  .header_main 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;
    font-size: 0;
    line-height: 1;
    height: 14.49275vw;
  }
  .header_main ul li {
    font-size: 0;
    line-height: 1;
  }
  .header_main ul .btn_mail {
    width: 88.4058vw;
    display: block;
    max-width: 20vw;
  }
  .header_main ul .btn_line {
    width: 88.4058vw;
    display: block;
    max-width: 20vw;
    text-align: center;
  }
  .header_main ul .btn_line span {
    max-width: 98%;
    display: block;
    margin-bottom: 1.20773vw;
  }
  .header_main .header_main_tel {
    position: relative;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #004771;
    padding-left: 10.86957vw;
    width: 43.47826vw;
    height: 14.49275vw;
    background: #e7e8f2;
  }
  .header_main .header_main_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 2.89855vw;
    width: 6.52174vw;
    height: 10.14493vw;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .header_main .header_main_tel small {
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
    font-size: 2.657vw;
    line-height: 1.2;
    color: #1d2665;
  }
  .header_main .header_main_tel span {
    display: block;
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    font-size: 6.76329vw;
    line-height: 1.2069;
    color: #1d2665;
  }
  .footer {
    padding: 3.62319vw 0 36.23188vw;
  }
  .footer p {
    font-size: 3.38164vw;
    text-align: center;
    color: #000;
  }
  .box_fixed_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #fff;
    -webkit-transform: translateY(31.64251vw);
       -moz-transform: translateY(31.64251vw);
        -ms-transform: translateY(31.64251vw);
            transform: translateY(31.64251vw);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .box_fixed_sp.active {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .box_fixed_sp.active dt::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .box_fixed_sp dt {
    height: 4.58937vw;
    background: #012b57;
    position: relative;
    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;
    cursor: pointer;
  }
  .box_fixed_sp dt::after {
    content: "";
    width: 3.1401vw;
    height: 1.93237vw;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .box_fixed_sp dd {
    padding: 1.93237vw 3.62319vw 3.1401vw;
  }
  .box_fixed_sp dd p {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: center;
    color: #091c49;
    margin-bottom: 1.93237vw;
  }
  .box_fixed_sp 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .box_fixed_sp dd ul li {
    width: 45.41063vw;
  }
  .box_fixed_sp dd ul li.full {
    width: 100%;
    margin-bottom: 1.93237vw;
  }
  .p_top .mv picture {
    display: block;
    text-align: center;
  }
  .p_top .cta .cta_tt {
    padding: 4.83092vw 3.62319vw;
    background: url(../img/grid.png) repeat;
    text-align: center;
  }
  .p_top .cta .cta_tt .row {
    background: #e7e9f8;
    border-top: 0.72464vw solid #404460;
    border-bottom: 0.72464vw solid #404460;
    padding: 2.89855vw;
  }
  .p_top .cta .cta_main {
    text-align: center;
    padding: 7.97101vw 0 9.66184vw;
    background: url(../img/cta_bg_sp.png) center/contain no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .cta .cta_main .cta_text {
    text-align: center;
  }
  .p_top .cta .cta_main .cta_tt_sub {
    text-align: center;
    margin: 4.83092vw 0 2.41546vw;
  }
  .p_top .cta .cta_main .cta_tt_sub img {
    width: 48.30918vw;
  }
  .p_top .cta .cta_main .cta_listBtn li + li {
    margin-top: 2.41546vw;
  }
  .p_top .cta .cta_tel {
    position: relative;
    padding-left: 19.32367vw;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/cta_tel_bg.png) center/contain no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    height: 21.73913vw;
  }
  .p_top .cta .cta_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6.28019vw;
    width: 11.35266vw;
    height: 11.35266vw;
    background: url(../img/ic_tel2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_tel span {
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: 10.14493vw;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    color: #462900;
  }
  .p_top .cta .cta_tel > small {
    font-weight: bold;
    line-height: 1.1;
    display: block;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.41546vw;
    color: #462900;
  }
  .p_top .blk01 {
    padding: 4.83092vw 0 7.24638vw;
  }
  .p_top .blk01 h2 {
    text-align: center;
    font-size: 0;
    margin-bottom: -0.72464vw;
  }
  .p_top .blk01 h2 img {
    width: 96.01449vw;
  }
  .p_top .blk01 ul li + li {
    margin-top: 2.41546vw;
  }
  .p_top .blk02 {
    background-color: #232e79;
    padding: 7.24638vw 0;
  }
  .p_top .blk02 h2 {
    margin-bottom: 4.83092vw;
  }
  .p_top .blk03 {
    background: #f4f4f4;
  }
  .p_top .blk03 h2 {
    margin-bottom: 4.83092vw;
    text-align: center;
    font-size: 0;
  }
  .p_top .blk03 h2 img {
    width: 88.88889vw;
  }
  .p_top .blk03 .row {
    padding: 4.83092vw 3.62319vw 19.24638vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .blk03 .row::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 48.06763vw;
    height: 56.52174vw;
    background: url(../img/blk03_bg_sp.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .blk03 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 100%;
    margin: 0 auto;
  }
  .p_top .blk03 ul li {
    width: 48.4%;
  }
  .p_top .blk03 ul li.full {
    margin-bottom: 2.41546vw;
    width: 100%;
  }
  .p_top .blk04 {
    padding: 8.9372vw 0 8.69565vw;
    background-color: #1d2665;
  }
  .p_top .blk04 h2 {
    margin-bottom: 4.83092vw;
    text-align: center;
  }
  .p_top .blk04 h2 img {
    width: 85.02415vw;
  }
  .p_top .blk04 .list01 li + li {
    margin-top: 3.62319vw;
  }
  .p_top .blk04 .blk04_bot {
    margin-top: 4.83092vw;
  }
  .p_top .blk04 .blk04_bot h3 {
    margin-bottom: 3.62319vw;
    text-align: center;
  }
  .p_top .blk04 .blk04_bot h3 img {
    width: 90.33816vw;
  }
  .p_top .blk04 .blk04_bot .blk04_bot_text {
    text-align: center;
  }
  .p_top .blk05 {
    background-color: #f5f5f5;
    padding: 5.07246vw 0 15.70048vw;
  }
  .p_top .blk05 h2 {
    margin-bottom: 7.24638vw;
    text-align: center;
  }
  .p_top .blk05 h2 img {
    width: 87.92271vw;
  }
  .p_top .blk05 .blk05_txt {
    font-size: 3.38164vw;
    line-height: 1.71429;
    text-align: center;
    color: #000;
    margin: 4.83092vw 0 9.17874vw;
  }
  .p_top .blk05 .dlist dl + dl {
    margin-top: 9.66184vw;
  }
  .p_top .blk05 .dlist dl dt {
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .blk05 .dlist dl dt span {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 6.03865vw;
    line-height: 1.6;
    text-align: center;
    color: #1d2665;
    padding: 0 6.76329vw;
    position: relative;
  }
  .p_top .blk05 .dlist dl dt span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 4.34783vw;
    height: 0.24155vw;
    background: #1d2665;
    display: block;
  }
  .p_top .blk05 .dlist dl dt span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 4.34783vw;
    height: 0.24155vw;
    background: #1d2665;
    display: block;
  }
  .p_top .blk05 .dlist dl dd ul li + li {
    margin-top: 3.62319vw;
  }
  .p_top .blk05 .blk05_bot {
    margin-top: 9.66184vw;
  }
  .p_top .blk05 .blk05_bot h3 {
    text-align: center;
  }
  .p_top .blk05 .blk05_bot p {
    margin: 3.62319vw 0 4.83092vw;
    font-size: 3.38164vw;
    line-height: 1.71429;
    text-align: center;
    color: #000;
  }
  .p_top .blk05 .blk05_bot ul li + li {
    margin-top: 2.41546vw;
  }
  .p_top .blk06 {
    padding: 7.24638vw 0;
    position: relative;
    background-color: #f5f5f5;
    text-align: center;
  }
  .p_top .blk06 h2 img {
    width: 61.83575vw;
  }
  .p_top .blk06 .blk06_img1 {
    margin: 4.83092vw 0 2.41546vw;
  }
  .p_top .blk06 .blk06_text img {
    width: 328.01932vw;
  }
  .p_top .blk07 {
    padding: 12.07729vw 0;
    text-align: center;
  }
  .p_top .blk07 h2 img {
    width: 185.50725vw;
  }
  .p_top .blk07 .blk07_text {
    margin: 7.24638vw 0 4.83092vw;
  }
  .p_top .blk07 .blk07_text_bot {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 7.72947vw;
    line-height: 1.25;
    text-align: center;
    color: #1d2665;
  }
  .p_top .blk08 {
    padding: 9.66184vw 0 12.07729vw;
    text-align: center;
  }
  .p_top .blk08 h2 img {
    width: 87.92271vw;
  }
  .p_top .blk08 .blk08_text {
    margin: 4.83092vw 0;
  }
  .p_top .blk08 .blk08_text_bot {
    font-family: "Noto Serif JP", serif;
    font-weight: 900;
    font-size: 4.34783vw;
    line-height: 1.66667;
    color: #1d2665;
    text-align: left;
  }
  .p_top .blk09 {
    padding: 12.07729vw 0 3.62319vw;
  }
  .p_top .blk09 h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .blk09 h2 img {
    width: 38.88889vw;
  }
  .p_top .blk09 .blk09_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 4.83092vw;
  }
  .p_top .blk09 .blk09_top figure {
    width: 40.33816vw;
  }
  .p_top .blk09 .blk09_top .txt {
    padding-left: 4.83092vw;
  }
  .p_top .blk09 .blk09_top .txt p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_top .txt .txt01 {
    margin-bottom: 2.41546vw;
  }
  .p_top .blk09 .blk09_top .txt .txt01 small {
    display: block;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_top .txt .txt01 span {
    font-weight: normal;
    font-size: 6.76329vw;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_mid .it_l {
    margin-bottom: 4.83092vw;
  }
  .p_top .blk09 .blk09_mid .it_l dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.125;
    text-align: left;
    color: #32354b;
  }
  .p_top .blk09 .blk09_mid .it_l dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .blk09 .blk09_mid .it_l dl dt {
    width: 28.01932vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-weight: bold;
    padding: 1.93237vw 0;
    border-bottom: 0.72464vw solid #32354b;
  }
  .p_top .blk09 .blk09_mid .it_l dl dd {
    padding: 1.93237vw 0;
    width: 100%;
    border-bottom: 0.72464vw solid #dcdff0;
  }
  .p_top .blk09 .blk09_mid .it_r .map iframe {
    height: 76.81159vw;
  }
  .p_top .blk09 .blk09_bot {
    margin-top: 4.83092vw;
    text-align: center;
  }
  .p_top .blk09 .blk09_bot .cta_tel {
    position: relative;
    padding-left: 19.32367vw;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: url(../img/cta_tel_bg.png) center/contain no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    height: 21.73913vw;
    width: 95.16908vw;
    margin-top: 1.20773vw;
  }
  .p_top .blk09 .blk09_bot .cta_tel::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 6.28019vw;
    width: 11.35266vw;
    height: 11.35266vw;
    background: url(../img/ic_tel2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk09 .blk09_bot .cta_tel span {
    line-height: 1.3;
    display: block;
    white-space: nowrap;
    font-weight: bold;
    font-size: 10.14493vw;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    color: #462900;
  }
  .p_top .blk09 .blk09_bot .cta_tel > small {
    font-weight: bold;
    line-height: 1.1;
    display: block;
    text-align: left;
    font-family: "Noto Serif JP", serif;
    font-weight: bold;
    font-size: 2.41546vw;
    color: #462900;
  }
  .p_top .blk09 .blk09_bot dl dt {
    text-align: center;
  }
  .p_top .blk09 .blk09_bot dl dt img {
    width: 65.70048vw;
  }
  .p_top .faq {
    background-color: #1d2665;
    padding: 9.66184vw 0;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .faq h2 img {
    width: 54.10628vw;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 3.1401vw;
  }
  .p_top .faq .faq_list dl dt {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #f6f8ff;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.375;
    text-align: left;
    color: #0d2561;
    padding: 7.24638vw 14.49275vw 7.24638vw 4.83092vw;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .faq .faq_list dl dt:hover {
    opacity: 0.7;
  }
  .p_top .faq .faq_list dl dt .icon {
    width: 7.24638vw;
    height: 7.24638vw;
    background: #0d2561;
    right: 2.41546vw;
    top: 50%;
    margin-top: -3.62319vw;
    position: absolute;
    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;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .faq .faq_list dl dt i {
    width: 3.86473vw;
    height: 3.86473vw;
    display: block;
    position: relative;
  }
  .p_top .faq .faq_list dl dt i:before, .p_top .faq .faq_list 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 .faq .faq_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .faq .faq_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .faq .faq_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .faq .faq_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 .faq .faq_list dl dd .accCt {
    padding: 2.89855vw 0 4.83092vw;
  }
  .p_top .faq .faq_list dl dd .accCt p {
    font-size: 3.38164vw;
    line-height: 1.85714;
    text-align: left;
    color: #fff;
  }
  .p_top .form {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    padding: 6.76329vw 4.83092vw 9.66184vw;
  }
  .p_top .form button {
    border: 0;
    cursor: pointer;
    background-color: transparent;
    -moz-box-shadow: none;
         box-shadow: none;
    padding: 0;
    margin: 0 auto;
    display: block;
    width: 60.62802vw;
  }
  .p_top .form .box_privacy {
    margin: 3.62319vw 0;
    overflow-y: auto;
    height: 33.33333vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    padding: 2.89855vw;
    border: 1px solid #e0e0e0;
  }
  .p_top .form .box_privacy h3 {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.28571;
    text-align: center;
    color: #000;
    margin-bottom: 1.69082vw;
  }
  .p_top .form .box_privacy .box_privacy_ctn {
    font-size: 2.89855vw;
    line-height: 1.5;
    text-align: left;
    color: #32354b;
  }
  .p_top .form .txt_error {
    font-size: 2.41546vw;
    text-align: left;
    color: #f20000;
    margin-top: 0.48309vw;
  }
  .p_top .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4.83092vw;
    -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.38164vw;
    line-height: 4.34783vw;
    text-align: left;
    color: #000;
  }
  .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 5.31401vw;
  }
  .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: 3.86473vw;
    height: 3.86473vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form .checkboxWr label span::after {
    left: 1.44928vw;
    top: 0.72464vw;
    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 .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .form dl + dl {
    margin-top: 3.62319vw;
  }
  .p_top .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;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #060964;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #32354b;
    margin-bottom: 1.44928vw;
  }
  .p_top .form dl dt span {
    margin-left: 1.93237vw;
    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: 10.38647vw;
    height: 4.83092vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #ffa71a;
    font-size: 3.38164vw;
    color: #fff;
    font-weight: 400;
  }
  .p_top .form dd {
    width: 100%;
  }
  .p_top .form dd .f_text {
    margin-left: 2.41546vw;
    font-size: 4.34783vw;
    font-weight: 500;
    color: #060964;
  }
  .p_top .form dd input {
    padding: 0 2.41546vw;
    outline: none;
    font-size: -webkit-calc(max(4.34783vw, 16px));
    font-size: -moz-calc(max(4.34783vw, 16px));
    font-size: calc(max(4.34783vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 12.80193vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form dd input::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd input::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd input:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd input::placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea {
    padding: 1.20773vw 2.41546vw;
    outline: none;
    font-size: -webkit-calc(max(4.34783vw, 16px));
    font-size: -moz-calc(max(4.34783vw, 16px));
    font-size: calc(max(4.34783vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 100%;
    height: 65.45894vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form dd textarea::-webkit-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea::-moz-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea:-ms-input-placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd textarea::placeholder {
    color: #d2d2d2;
    opacity: 1;
  }
  .p_top .form dd .list_rd .rd,
  .p_top .form dd .list_rd .mwform-radio-field,
  .p_top .form dd .list_rd li,
  .p_top .form dd .list_checkbox .rd,
  .p_top .form dd .list_checkbox .mwform-radio-field,
  .p_top .form dd .list_checkbox li,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item {
    margin-top: 1.20773vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .form dd .list_rd .rd label,
  .p_top .form dd .list_rd .mwform-radio-field label,
  .p_top .form dd .list_rd li label,
  .p_top .form dd .list_checkbox .rd label,
  .p_top .form dd .list_checkbox .mwform-radio-field label,
  .p_top .form dd .list_checkbox li label,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    font-size: 3.86473vw;
    line-height: 4.34783vw;
    text-align: left;
    color: #32354b;
  }
  .p_top .form dd .list_rd .rd label input,
  .p_top .form dd .list_rd .mwform-radio-field label input,
  .p_top .form dd .list_rd li label input,
  .p_top .form dd .list_checkbox .rd label input,
  .p_top .form dd .list_checkbox .mwform-radio-field label input,
  .p_top .form dd .list_checkbox li label input,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .form dd .list_rd .rd span,
  .p_top .form dd .list_rd .mwform-radio-field span,
  .p_top .form dd .list_rd li span,
  .p_top .form dd .list_checkbox .rd span,
  .p_top .form dd .list_checkbox .mwform-radio-field span,
  .p_top .form dd .list_checkbox li span,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 5.07246vw;
  }
  .p_top .form dd .list_rd .rd span::before,
  .p_top .form dd .list_rd .mwform-radio-field span::before,
  .p_top .form dd .list_rd li span::before,
  .p_top .form dd .list_checkbox .rd span::before,
  .p_top .form dd .list_checkbox .mwform-radio-field span::before,
  .p_top .form dd .list_checkbox li span::before,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item span::before {
    position: absolute;
    content: "";
    top: 0.48309vw;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 3.1401vw;
    height: 3.1401vw;
    background: #f7f7f7;
    border: 1px solid #e0e0e0;
  }
  .p_top .form dd .list_rd .rd span::after,
  .p_top .form dd .list_rd .mwform-radio-field span::after,
  .p_top .form dd .list_rd li span::after,
  .p_top .form dd .list_checkbox .rd span::after,
  .p_top .form dd .list_checkbox .mwform-radio-field span::after,
  .p_top .form dd .list_checkbox li span::after,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item span::after {
    top: 1.20773vw;
    left: 0.72464vw;
    width: 1.69082vw;
    height: 1.69082vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #000;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .form dd .list_rd .rd label input:checked ~ span:after,
  .p_top .form dd .list_rd .mwform-radio-field label input:checked ~ span:after,
  .p_top .form dd .list_rd li label input:checked ~ span:after,
  .p_top .form dd .list_checkbox .rd label input:checked ~ span:after,
  .p_top .form dd .list_checkbox .mwform-radio-field label input:checked ~ span:after,
  .p_top .form dd .list_checkbox li label input:checked ~ span:after,
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item label input:checked ~ span::after {
    display: block;
  }
  .p_top .form dd .wpcf7-form-control {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p_top .form dd .wpcf7-form-control .wpcf7-list-item {
    margin-left: 0;
  }
  .contact {
    padding: 10.86957vw 0 9.66184vw;
    position: relative;
    background: #fff url(../img/contact_bg_sp.jpg) center/contain no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    text-align: center;
  }
  .contact h2 {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .contact h2 img {
    width: 46.37681vw;
  }
  .contact .box_text {
    margin-bottom: 7.24638vw;
    display: inline-block;
    text-align: left;
  }
  .contact .box_text p {
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.6875;
    text-align: left;
    color: #fff;
  }
  .contact .box_text p + p {
    margin-top: 6.03865vw;
  }
  .p_thanks .footer {
    padding-bottom: 3.62319vw;
  }
  .p_thanks .thanks {
    text-align: center;
    padding: 10.86957vw 0 13.28502vw;
    min-height: -webkit-calc(100vh - 30.91787vw);
    min-height: -moz-calc(100vh - 30.91787vw);
    min-height: calc(100vh - 30.91787vw);
  }
  .p_thanks .thanks h2 {
    font-weight: bold;
    font-size: 7.72947vw;
    line-height: 1.25;
    text-align: center;
    color: #232e79;
    margin-bottom: 7.72947vw;
  }
  .p_thanks .thanks p {
    font-size: 3.86473vw;
    line-height: 2;
    text-align: center;
    color: #000;
  }
  .danger {
    width: 100%;
    margin: 0;
    margin-top: -5rem;
  }
}

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

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

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none!important;
}

@media screen and (max-width:480px) {

  .cta_fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    -moz-border-radius: 15px 15px 0px 0px;
         border-radius: 15px 15px 0px 0px;
    background: rgba(255, 255, 255, 0.95);
  }
  .cta_fixed_main {
    padding: 1.20773vw;
  }
  .cta_fixed_main > span {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: center;
    color: #091c49;
    display: block;
  }
  .cta_fixed_main .cta_fixed_tel {
    height: 100%;
    display: block;
    text-indent: -9999px;
    background: url(../img/cta_fixed_tel_sp.png) center/contain no-repeat;
  }
  .cta_fixed_main .cta_fixed_listBtn {
    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;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(1) {
    width: 78.74396vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(2) {
    width: 47.343vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(3) {
    width: 78.26087vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 -2.41546vw;
  }
}




/*
===========================
フォーム
===========================*/

.p_top .form {
  text-align: left;
  padding: 5% 4%;
}
.agree_btn {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    width: fit-content !important;
}
.agree_btn label{
    text-align: center !important;
    border: none !important;
    font-size: 14px !important;
}


/* ===== Scope ===== */
form[name="form1"]{
  --text:#1f2937; --muted:#9aa3af; --line:#e5e7eb;
  --focus:#3b82f6; --btn:#1d4ed8;
  --danger:#ef4444; --dangerbg:#fee2e2;
  --chip:#22c55e; --chipbg:#f0fdf4;
  max-width:760px; margin:0 auto 0; padding:20px;
  font-family:system-ui,-apple-system,"Segoe UI",Roboto,"Noto Sans JP",sans-serif;
  color:var(--text); line-height:1.7;
}

/* ---- ラベル行（直後が input/textarea の <p>） ---- */
form[name="form1"] > p:has(+ p :where(input,textarea)){
  display:flex; align-items:center; gap:.6rem;
  margin:0 0 .5rem; font-weight:700;
}

/* 必須バッジ（.req） */
form[name="form1"] .req{
  display:inline-flex; align-items:center;
  font-size:12px; font-weight:700; letter-spacing:.02em;
  padding:.1rem .55rem; border-radius:999px;
  color:var(--danger); background:var(--dangerbg);
  margin-left:.4rem;
}

/* 入力行（ラベルの次の <p>） */
form[name="form1"] > p:has(> :where(input,textarea)){ margin:0 0 35px; }

/* ---- テキスト/メール/電話/テキストエリア ---- */
form[name="form1"] input[type="text"],
form[name="form1"] input[type="email"],
form[name="form1"] input[type="tel"],
form[name="form1"] textarea{
  width:100%; box-sizing:border-box; font-size:16px;
  padding:14px 16px; border:1px solid var(--line); border-radius:10px;
  background:#fff; outline:none; transition:border-color .15s, box-shadow .15s;
}
form[name="form1"] ::placeholder{ color:#c0c6cf; }
form[name="form1"] :where(input[type="text"],input[type="email"],input[type="tel"],textarea):focus{
  border-color:#c7d2fe; box-shadow:0 0 0 4px rgba(59,130,246,.15);
}
form[name="form1"] textarea{ min-height:160px; resize:vertical; }

/* ================== ラジオ ================== */
form[name="form1"] > p:has(> label > input[type="radio"]){
  display:grid; gap:10px; margin:0 0 35px;
}
form[name="form1"] > p:has(> label > input[type="radio"]) > label{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px; border:1px solid var(--line); border-radius:12px;
  background:#fff; cursor:pointer; transition:border-color .15s, box-shadow .15s;
}

/* カスタム丸ボタン */
form[name="form1"] label > input[type="radio"]{
  appearance:none; -webkit-appearance:none;
  width:22px; height:22px; border-radius:50%;
  border:2px solid #cbd5e1; position:relative; outline:none; cursor:pointer;
  transition:border-color .15s, box-shadow .15s;
}
form[name="form1"] label > input[type="radio"]:checked{
  border-color:#60a5fa; box-shadow:0 0 0 4px rgba(59,130,246,.15);
}
form[name="form1"] label > input[type="radio"]:checked::after{
  content:""; position:absolute; inset:4px; border-radius:50%; background:#2563eb;
}

/* ================= チェックボックス（チップ） ================= */
form[name="form1"] > p:has(> label > input[type="checkbox"]){
  display:grid; grid-template-columns:repeat(auto-fill,minmax(210px,1fr));
  gap:10px; margin:0 0 35px;
}
form[name="form1"] > p:has(> label > input[type="checkbox"]) > label{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px; border:2px solid var(--line); border-radius:12px;
  background:#fff; cursor:pointer; transition:box-shadow .15s, background-color .15s;
}
form[name="form1"] label > input[type="checkbox"]{
  appearance:none; -webkit-appearance:none;
  width:22px; height:22px; border-radius:6px;
  border:2px solid var(--line); background:#fff; position:relative; cursor:pointer;
}
form[name="form1"] label > input[type="checkbox"]:checked{
  background:var(--chip); border-color:var(--chip);
}
form[name="form1"] label > input[type="checkbox"]:checked::after{
  content:""; position:absolute; left:5px; top:1px; width:6px; height:12px;
  border:3px solid #fff; border-top:0; border-left:0; transform:rotate(45deg);
}
form[name="form1"] > p:has(> label > input[type="checkbox"]) > label:has(> input[type="checkbox"]:checked){
  background:var(--chipbg); box-shadow:0 0 0 4px rgba(34,197,94,.18);
}

/* ================== ボタン/フッター ================== */
form[name="form1"] input[type="submit"]{
  width:100%; appearance:none; border:0; border-radius:12px;
  padding:25px 20px; background:var(--btn); color:#fff;
  font-weight:800; font-size:20px; letter-spacing:.02em;
  letter-spacing: 0.2em;
  box-shadow:0 10px 22px rgba(29,78,216,.28); cursor:pointer;
  transition:filter .15s, transform .05s;
  margin-top: 40px;
}
form[name="form1"] input[type="submit"]:hover{ filter:brightness(1.03);background-color: #295cec; }
form[name="form1"] input[type="submit"]:active{ transform:translateY(1px); }

form[name="form1"] #powered{
  display:inline-block; margin-top:10px; font-size:13px; color:var(--muted); text-decoration:none;
}
form[name="form1"] #powered:hover{ text-decoration:underline; }

/* 細かい */
form[name="form1"] > p:empty{ display:none; }
@media (max-width:768px){
  form[name="form1"]{
    padding:16px;
  }
  form[name="form1"] > p:has(+ p :where(input,textarea)) {
    font-size: 14px;
  }
  form[name="form1"] > p:has(> :where(input,textarea)) {
    margin-bottom: 22px;
  }
}
.submit_btn {
  position: relative;
  opacity: 50%;
}
.submit_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.submit_btn.on {
  opacity: inherit;
}
.submit_btn.on::after {
  display: none;
}


/* ================= エラースタイル ================= */

/* 1️赤枠＆影 */
form[name="form1"] :where(input[type="text"], input[type="email"], input[type="tel"], textarea):invalid {
  border-color: #f87171;
  box-shadow: 0 0 0 4px rgba(248,113,113,.15);
}

/* 2️エラーメッセージ（.error-msgをあとから出す） */
form[name="form1"] .error-msg {
  display: none;
  color: #b91c1c;
  font-size: 14px;
  margin-top: 6px;
  line-height: 1.4;
}

/* 3️エラー発生中に表示 */
form[name="form1"] .error-active .error-msg {
  display: block;
}

/* 4️ラジオ・チェックボックスのグループにも赤枠 */
form[name="form1"] > p:has(> label > input[type="radio"]).error-active > label,
form[name="form1"] > p:has(> label > input[type="checkbox"]).error-active > label {
  border-color: #f87171;
  box-shadow: 0 0 0 3px rgba(248,113,113,.15);
}
