@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: 1280px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) 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: 1199px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .txt_en {
    font-family: "Outfit", serif;
  }
  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;
  }
  .text_cm {
    font-size: 16px;
    line-height: 1.75;
  }
  body {
    padding-top: 96px;
  }
  .header {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 96px;
    padding: 0 20px;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: block;
    width: 245px;
  }
  .header dl {
    border: 1px solid #fff;
    padding: 10px 10px 10px 18px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    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-size: 0;
    line-height: 0;
  }
  .header dl dt {
    font-size: 25px;
    color: #fff;
    font-family: "A-OTF Ryumin Pro L-KL";
    margin-right: 18px;
  }
  .header dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header dl dd ul li {
    width: 136px;
  }
  .header dl dd ul li:not(:last-child) {
    margin-right: 10px;
  }
  .p_top .mv {
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .p_top .mv .mv_txt {
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .mv .mv_txt img {
    width: 1621px;
    display: inline-block;
    max-width: 96%;
  }
  .p_top .intro {
    text-align: center;
    background: url(../img/intro_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    font-size: 30px;
    line-height: 1.83333;
    letter-spacing: 0.05em;
    padding: 75px 0;
    color: #fff;
  }
  .p_top .sec01 {
    background-color: #333;
    padding: 80px 0 175px;
  }
  .p_top .sec01 .row {
    max-width: 1046px;
  }
  .p_top .sec01 h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 50px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 45px;
  }
  .p_top .sec01 h2 span {
    position: relative;
  }
  .p_top .sec01 h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1d25), to(#1b1464));
    background-image: -webkit-linear-gradient(left, #ff1d25, #1b1464);
    background-image: -moz- oldlinear-gradient(left, #ff1d25, #1b1464);
    background-image: linear-gradient(to right, #ff1d25, #1b1464);
    display: block;
  }
  .p_top .sec01 .sec01_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .sec01 .sec01_list > li {
    width: -webkit-calc((100% - 45px) / 2);
    width: -moz-calc((100% - 45px) / 2);
    width: calc((100% - 45px) / 2);
    margin-bottom: 45px;
    background-color: #E6E6E6;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 20px 13px;
    text-align: center;
  }
  .p_top .sec01 .sec01_list > li.full {
    width: 100%;
    text-align: left;
    padding: 30px;
  }
  .p_top .sec01 .sec01_list > li.full h3 {
    border-bottom: 2px solid;
    font-size: 35px;
    text-align: left;
  }
  .p_top .sec01 .sec01_list > li.full .df {
    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;
    padding-right: 50px;
  }
  .p_top .sec01 .sec01_list > li.full .df figure {
    width: 318px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot {
    width: 100%;
    padding-right: 15px;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot li {
    position: relative;
    padding-left: 20px;
    font-size: 30px;
    line-height: 1.33333;
    font-weight: bold;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot li + li {
    margin-top: 30px;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 12px;
    height: 12px;
    background: #FF0000;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .sec01 .sec01_list > li h3 {
    font-size: 29px;
    line-height: 1.83333;
    font-weight: bold;
    text-align: center;
  }
  .p_top .sec01 .sec01_list > li figure {
    display: inline-block;
    width: 294px;
    margin: 25px 0 20px;
  }
  .p_top .sec01 .sec01_list > li figure.st2 {
    width: 348px;
  }
  .p_top .sec01 .sec01_list > li .box {
    -moz-border-radius: 20px;
         border-radius: 20px;
    background-color: #fff;
    font-size: 21px;
    line-height: 1.73913;
    font-weight: bold;
    padding: 15px 12px;
    text-align: left;
    margin-bottom: 12px;
  }
  .p_top .sec01 .sec01_list > li .list_ar {
    text-align: left;
  }
  .p_top .sec01 .sec01_list > li .list_ar li {
    font-weight: bold;
    font-size: 25px;
    line-height: 1.4;
    position: relative;
    padding-left: 20px;
  }
  .p_top .sec01 .sec01_list > li .list_ar li::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 14px solid #FF0000;
  }
  .p_top .sec02 {
    background: url(../img/sec02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #FFF;
    text-align: center;
    padding: 50px 0;
  }
  .p_top .sec02 .row {
    max-width: 1040px;
  }
  .p_top .sec02 h2 {
    font-size: 30px;
    line-height: 2;
  }
  .p_top .sec02 h2 img {
    width: 617px;
    vertical-align: text-bottom;
    max-width: 80%;
  }
  .p_top .sec02 .box {
    border: 10px solid;
    border-image-slice: 1;
    border-width: 5px;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    margin: 30px auto;
    display: inline-block;
    max-width: 100%;
    padding: 10px 40px;
    text-align: left;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    line-height: 2;
    text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.6);
  }
  .p_top .sec02 .text {
    font-size: 20px;
    line-height: 2.3;
    letter-spacing: 0.1em;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
  }
  .p_top .sec02 .text span {
    font-size: 25px;
    background: -webkit-linear-gradient(bottom, #FFF100 5px, transparent 5px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFF100 5px, transparent 5px, transparent 100%);
    background: linear-gradient(to top, #FFF100 5px, transparent 5px, transparent 100%);
  }
  .p_top .sec03 {
    background: url(../img/sec03_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #FFF;
    text-align: center;
    padding: 110px 0 60px;
  }
  .p_top .sec03 h2 {
    font-size: 80px;
    font-weight: bold;
    margin-bottom: 35px;
  }
  .p_top .sec03 h2 span {
    display: inline-block;
    background-color: #C1272D;
    padding: 0 10px;
  }
  .p_top .sec03 h2 span.st2 {
    background-color: #0071BC;
  }
  .p_top .sec03 .tb table {
    border-collapse: separate;
    border-spacing: 13px 0;
    width: 100%;
    table-layout: fixed;
  }
  .p_top .sec03 .tb table th, .p_top .sec03 .tb table td {
    background-color: #fff;
  }
  .p_top .sec03 .tb table thead th {
    font-size: 22px;
    font-weight: bold;
    color: #4D4D4D;
    padding: 20px 10px;
    border-bottom: 1px solid #4D4D4D;
  }
  .p_top .sec03 .tb table thead th:nth-of-type(1) {
    width: 180px;
  }
  .p_top .sec03 .tb table thead th.st2 {
    color: #fff;
    background-color: #C1272D;
  }
  .p_top .sec03 .tb table thead th.st3 {
    color: #fff;
    background-color: #0071BC;
  }
  .p_top .sec03 .tb table tbody th {
    color: #9E005D;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 5px;
    border-bottom: 1px solid #4D4D4D;
    letter-spacing: -0.03em;
  }
  .p_top .sec03 .tb table tbody td {
    padding: 20px 10px;
    background-color: #F7E9E3;
    border-bottom: 1px solid #4D4D4D;
  }
  .p_top .sec03 .tb table tbody td:nth-of-type(2) {
    background-color: #DBE1F1;
  }
  .p_top .sec03 .tb table tbody td:nth-of-type(2) p::before {
    background-image: url(../img/ic_sq2.png);
  }
  .p_top .sec03 .tb table tbody td p {
    position: relative;
    padding-left: 29px;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.27273;
    text-align: left;
  }
  .p_top .sec03 .tb table tbody td p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background-image: url(../img/ic_sq.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .sec04 {
    background-color: #000;
    padding: 110px 0;
  }
  .p_top .sec04.st2 {
    background-color: #333;
  }
  .p_top .sec04 .row {
    max-width: 1280px;
  }
  .p_top .sec04 h2 {
    margin-bottom: 55px;
    text-align: center;
  }
  .p_top .sec04 h2 img {
    width: 671px;
    display: inline-block;
  }
  .p_top .sec04 h2.st2 {
    margin-top: 170px;
  }
  .p_top .sec04 h2.st2 img {
    width: 785px;
  }
  .p_top .sec04 .blk_btn {
    text-align: center;
    margin: 40px 0;
  }
  .p_top .sec04 .blk_btn a {
    display: inline-block;
    width: 565px;
  }
  .p_top .sec04 .blk_point {
    width: 940px;
    margin: 0 auto 110px;
    max-width: 100%;
  }
  .p_top .sec04 .blk_point .text {
    font-size: 17px;
    line-height: 1.76471;
  }
  .p_top .sec04 .blk_point h4 {
    font-size: 50px;
    position: relative;
    border-bottom: 3px solid #fff;
    padding-left: 35px;
    font-weight: bold;
    margin-top: 80px;
    position: relative;
  }
  .p_top .sec04 .blk_point h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url(../img/circle.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec04 .blk_point h4::after {
    content: "";
    position: absolute;
    right: 32px;
    bottom: -14px;
    -webkit-transform: rotate(-42deg);
       -moz-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
    width: 3px;
    height: 100px;
    background: #fff;
    display: block;
  }
  .p_top .sec04 .blk_point .df {
    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;
    margin-top: 15px;
  }
  .p_top .sec04 .blk_point .df figure {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .sec04 .blk_point .df .txt {
    width: -webkit-calc(100% - 225px);
    width: -moz-calc(100% - 225px);
    width: calc(100% - 225px);
    background-color: #231815;
    padding: 15px;
    font-size: 25px;
    line-height: 1.6;
  }
  .p_top .sec04 .listNum {
    counter-reset: div;
  }
  .p_top .sec04 .listNum li {
    padding: 15px 15px 15px 100px;
    position: relative;
    background-color: #1B1464;
    color: #fff;
    font-size: 25px;
  }
  .p_top .sec04 .listNum li + li {
    margin-top: 25px;
  }
  .p_top .sec04 .listNum li:nth-child(even) {
    background-color: #2E3192;
  }
  .p_top .sec04 .listNum li span {
    font-weight: bold;
    display: block;
    font-size: 31px;
  }
  .p_top .sec04 .listNum li::before {
    counter-increment: div;
    font-size: 40px;
    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;
    font-weight: bold;
    content: counter(div);
    width: 57px;
    height: 57px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/listNum_bg.png) center/100% 100% no-repeat;
  }
  .p_top .sec04 .tb {
    margin-bottom: 110px;
  }
  .p_top .sec04 .tb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #808080;
    color: #fff;
  }
  .p_top .sec04 .tb table tr td:nth-of-type(1) {
    width: 290px;
    font-size: 21px;
    letter-spacing: -0.03em;
  }
  .p_top .sec04 .tb table td, .p_top .sec04 .tb table th {
    border: 1px solid #808080;
    color: #fff;
    font-size: 25px;
    padding: 20px;
    vertical-align: middle;
  }
  .p_top .sec04 .tb table td .text_hl, .p_top .sec04 .tb table th .text_hl {
    color: #FBDC3B;
  }
  .p_top .sec04 .tb .bf {
    font-size: 30px;
    color: #29ABE2;
    font-weight: bold;
    margin-right: 60px;
  }
  .p_top .sec04 .tb .af {
    font-size: 30px;
    color: #FF1D25;
    font-weight: bold;
    margin-right: 60px;
  }
  .p_top .sec04 .tb .t_txt01 {
    text-align: center;
    font-size: 28px;
    color: #BDCCD4;
    font-weight: bold;
  }
  .p_top .sec04 .tb .t_txt02 {
    text-align: center;
    font-size: 28px;
    color: #FBDC3B;
    font-weight: bold;
  }
  .p_top .sec04 .tb .bg {
    background-color: #333;
  }
  .p_top .sec04 .tb .tb_fig {
    width: 65%;
    margin: 0 auto;
  }
  .p_top .sec04 .tb .blk01 {
    padding: 10px;
    color: #fff;
    font-size: 33px;
  }
  .p_top .sec04 .tb .blk01 .txt01 {
    font-weight: bold;
  }
  .p_top .sec04 .tb .blk01 .txt02 {
    font-size: 50px;
    font-weight: bold;
    background: -webkit-linear-gradient(bottom, #FF1D25 3px, transparent 3px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FF1D25 3px, transparent 3px, transparent 100%);
    background: linear-gradient(to top, #FF1D25 3px, transparent 3px, transparent 100%);
  }
  .p_top .sec04 .ctBot {
    color: #fff;
    margin-top: 110px;
  }
  .p_top .sec04 .ctBot h3 {
    text-align: center;
    margin-bottom: 70px;
  }
  .p_top .sec04 .ctBot h3 ~ h3 {
    margin-top: 110px;
  }
  .p_top .sec04 .ctBot h3 span {
    font-size: 40px;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding-bottom: 15px;
    padding-left: 100px;
    padding-right: 100px;
  }
  .p_top .sec04 .ctBot h3 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1d25), to(#1b1464));
    background-image: -webkit-linear-gradient(left, #ff1d25, #1b1464);
    background-image: -moz- oldlinear-gradient(left, #ff1d25, #1b1464);
    background-image: linear-gradient(to right, #ff1d25, #1b1464);
    display: block;
  }
  .p_top .sec04 .ctBot .tb2.st2 table th {
    font-size: 20px;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3.st2 h4 {
    font-size: 25px;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3.st2 h4 span {
    color: #FFFF00;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 h4 {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 p {
    font-size: 17px;
    color: #B3B3B3;
    font-weight: bold;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 p a {
    color: #B3B3B3;
    text-decoration: underline;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 p a:hover {
    text-decoration: none;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk2 {
    font-size: 30px;
    font-weight: bold;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk2 i {
    font-size: 40px;
    font-style: normal;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk2 small {
    font-size: 24px;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head {
    background-color: #F7931E;
    padding: 20px;
    position: relative;
    font-size: 25px;
    font-weight: bold;
    display: inline-block;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head.st2 {
    background-color: #0071BC;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head.st2::after {
    background-color: #0071BC;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head::after {
    content: "";
    position: absolute;
    top: 0;
    right: -29px;
    width: 30px;
    height: 100%;
    background: #F7931E;
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .p_top .sec04 .ctBot .tb2 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #fff;
  }
  .p_top .sec04 .ctBot .tb2 table th, .p_top .sec04 .ctBot .tb2 table td {
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 20px;
    color: #fff;
  }
  .p_top .sec04 .ctBot .tb2 table th {
    width: 260px;
    background-color: #4D4D4D;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk {
    font-size: 20px;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk h4 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.33333;
    margin-bottom: 20px;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk .tar {
    text-align: right;
    margin-top: 20px;
    font-weight: 500;
  }
  .p_top .sec04 .ctBot .list_df .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 45px 0;
    border-top: 1px solid #fff;
  }
  .p_top .sec04 .ctBot .list_df .it:last-child {
    border-bottom: 1px solid #fff;
  }
  .p_top .sec04 .ctBot .list_df .it figure {
    width: 245px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .sec04 .ctBot .list_df .it .txt {
    width: 100%;
    padding-left: 30px;
    font-size: 20px;
    line-height: 1.75;
  }
  .p_top .sec04 .ctBot .list_df .it .txt h4 {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .p_top .sec04 .ctBot .list_df .it .txt h4 small {
    display: block;
    font-size: 20px;
  }
  .p_top .sec04 .ctBot .blk_circle {
    background: url(../img/blk_circle.png) center no-repeat;
    -moz-background-size: 372px 372px;
         background-size: 372px 372px;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.6;
    text-align: center;
    min-height: 372px;
    margin-bottom: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .sec05 {
    background-color: #000;
    padding: 110px 0;
  }
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 438px;
  }
  .p_top .sec05 ul {
    display: -ms-grid;
    display: grid;
    gap: 100px;
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
    color: #fff;
  }
  .p_top .sec05 ul li:not(:last-child) figure {
    position: relative;
  }
  .p_top .sec05 ul li:not(:last-child) figure::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -63px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 23px solid #fff;
  }
  .p_top .sec05 ul li h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 15px 0;
  }
  .p_top .sec05 ul li p {
    font-size: 20px;
  }
  .p_top .sec05 ul li small {
    font-size: 16px;
    display: block;
    margin-top: 15px;
  }
  .p_top .faq {
    background-color: #1C4F6B;
    padding: 110px 0 200px;
  }
  .p_top .faq .row {
    max-width: 1200px;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 50px;
  }
  .p_top .faq h2 img {
    display: inline-block;
    width: 439px;
  }
  .p_top .faq .faq_btn {
    text-align: center;
    margin-top: 75px;
  }
  .p_top .faq .faq_btn a {
    color: #fff;
    font-size: 22px;
    border: 1px solid;
    width: 612px;
    min-height: 70px;
    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;
    max-width: 100%;
  }
  .p_top .faq .faq_list {
    color: #fff;
  }
  .p_top .faq .faq_list dl {
    background-color: #003158;
    font-size: 20px;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 35px;
  }
  .p_top .faq .faq_list dl dt {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding: 20px 110px;
    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::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 40px;
    width: 37px;
    height: 35px;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .faq_list dl dt i {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 35px;
    top: 50%;
    margin-top: -20px;
    display: block;
  }
  .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: 4px;
    height: 100%;
    margin-left: -2px;
  }
  .p_top .faq .faq_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    margin-top: -2px;
  }
  .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 {
    position: relative;
    padding: 15px 35px 15px 110px;
  }
  .p_top .faq .faq_list dl dd .accCt a {
    color: #fff;
  }
  .p_top .faq .faq_list dl dd .accCt a:hover {
    text-decoration: none;
  }
  .p_top .faq .faq_list dl dd .accCt::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 40px;
    width: 42px;
    height: 31px;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    font-size: 0;
    line-height: 0;
    padding: 25px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .cta 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;
  }
  .cta ul li {
    width: 481px;
    margin: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .inner {
    padding-left: 3.90625vw;
    padding-right: 3.90625vw;
  }
  .txt_en {
    font-family: "Outfit", serif;
  }
  .text_cm {
    font-size: 2.5vw;
    line-height: 1.75;
  }
  body {
    padding-top: 15vw;
  }
  .header {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 15vw;
    padding: 0 3.125vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: block;
    width: 38.20312vw;
  }
  .header dl {
    border: 1px solid #fff;
    padding: 1.5625vw 1.5625vw 1.5625vw 2.8125vw;
    -moz-border-radius: 1.5625vw;
         border-radius: 1.5625vw;
    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-size: 0;
    line-height: 0;
  }
  .header dl dt {
    font-size: 3.90625vw;
    color: #fff;
    font-family: "A-OTF Ryumin Pro L-KL";
    margin-right: 2.8125vw;
    display: none;
  }
  .header dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header dl dd ul li {
    width: 21.17188vw;
  }
  .header dl dd ul li:not(:last-child) {
    margin-right: 1.5625vw;
  }
  .p_top .mv {
    position: relative;
    margin-top: -0.15625vw;
    margin-bottom: -0.15625vw;
  }
  .p_top .mv .mv_txt {
    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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 4.6875vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .mv .mv_txt img {
    width: 506.5625vw;
    display: inline-block;
    max-width: 96%;
  }
  .p_top .intro {
    text-align: center;
    background: url(../img/intro_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    font-size: 4.6875vw;
    line-height: 1.83333;
    letter-spacing: 0.05em;
    padding: 11.71875vw 0;
    color: #fff;
  }
  .p_top .sec01 {
    background-color: #333;
    padding: 12.5vw 0 13.67188vw;
  }
  .p_top .sec01 .row {
    max-width: 163.4375vw;
  }
  .p_top .sec01 h2 {
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 7.8125vw;
    line-height: 1.6;
    letter-spacing: 0.1em;
    margin-bottom: 7.03125vw;
  }
  .p_top .sec01 h2 span {
    position: relative;
  }
  .p_top .sec01 h2 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.78125vw;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1d25), to(#1b1464));
    background-image: -webkit-linear-gradient(left, #ff1d25, #1b1464);
    background-image: -moz- oldlinear-gradient(left, #ff1d25, #1b1464);
    background-image: linear-gradient(to right, #ff1d25, #1b1464);
    display: block;
  }
  .p_top .sec01 .sec01_list > li {
    margin-bottom: 7.03125vw;
    background-color: #E6E6E6;
    -moz-border-radius: 3.125vw;
         border-radius: 3.125vw;
    padding: 3.125vw 2.03125vw;
    text-align: center;
  }
  .p_top .sec01 .sec01_list > li + li {
    margin-top: 4.6875vw;
  }
  .p_top .sec01 .sec01_list > li.full {
    width: 100%;
    text-align: left;
    padding: 4.6875vw;
  }
  .p_top .sec01 .sec01_list > li.full h3 {
    border-bottom: 2px solid;
    font-size: 5.46875vw;
    text-align: left;
  }
  .p_top .sec01 .sec01_list > li.full .df {
    margin-top: 4.6875vw;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot {
    width: 100%;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot li {
    position: relative;
    padding-left: 3.125vw;
    font-size: 4.6875vw;
    line-height: 1.33333;
    font-weight: bold;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot li + li {
    margin-top: 4.6875vw;
  }
  .p_top .sec01 .sec01_list > li.full .df .list_dot li::before {
    content: "";
    position: absolute;
    top: 1.5625vw;
    left: 0;
    width: 1.875vw;
    height: 1.875vw;
    background: #FF0000;
    display: block;
    -moz-border-radius: 1562.34375vw;
         border-radius: 1562.34375vw;
  }
  .p_top .sec01 .sec01_list > li h3 {
    font-size: 4.53125vw;
    line-height: 1.83333;
    font-weight: bold;
    text-align: center;
  }
  .p_top .sec01 .sec01_list > li figure {
    display: inline-block;
    width: 91.875vw;
    margin: 3.90625vw 0 3.125vw;
    max-width: 70%;
  }
  .p_top .sec01 .sec01_list > li figure.st2 {
    width: 108.59375vw;
  }
  .p_top .sec01 .sec01_list > li .box {
    -moz-border-radius: 3.125vw;
         border-radius: 3.125vw;
    background-color: #fff;
    font-size: 3.28125vw;
    line-height: 1.73913;
    font-weight: bold;
    padding: 2.34375vw 1.875vw;
    text-align: left;
    margin-bottom: 1.875vw;
  }
  .p_top .sec01 .sec01_list > li .list_ar {
    text-align: left;
  }
  .p_top .sec01 .sec01_list > li .list_ar li {
    font-weight: bold;
    font-size: 3.90625vw;
    line-height: 1.4;
    position: relative;
    padding-left: 3.125vw;
  }
  .p_top .sec01 .sec01_list > li .list_ar li::after {
    content: "";
    position: absolute;
    top: 0.46875vw;
    left: 0;
    width: 0;
    height: 0;
    border-top: 1.875vw solid transparent;
    border-bottom: 1.875vw solid transparent;
    border-left: 2.1875vw solid #FF0000;
  }
  .p_top .sec02 {
    background: url(../img/sec02_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #FFF;
    text-align: center;
    padding: 7.8125vw 0;
  }
  .p_top .sec02 .row {
    max-width: 162.5vw;
  }
  .p_top .sec02 h2 {
    font-size: 4.6875vw;
    line-height: 2;
  }
  .p_top .sec02 h2 img {
    width: 192.8125vw;
    vertical-align: text-bottom;
    max-width: 80%;
  }
  .p_top .sec02 .box {
    border: 1.5625vw solid;
    border-image-slice: 1;
    border-width: 0.78125vw;
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    margin: 4.6875vw auto;
    display: inline-block;
    max-width: 100%;
    padding: 1.5625vw 6.25vw;
    text-align: left;
    color: #fff;
    font-size: 4.6875vw;
    font-weight: 500;
    line-height: 2;
    text-shadow: 0.625vw 0.625vw 0.3125vw rgba(0, 0, 0, 0.6);
  }
  .p_top .sec02 .text {
    font-size: 3.125vw;
    line-height: 2.3;
    letter-spacing: 0.1em;
    text-shadow: 0.46875vw 0.46875vw 0.3125vw rgba(0, 0, 0, 0.6);
  }
  .p_top .sec02 .text span {
    font-size: 3.90625vw;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.78125vw, #FFF100), color-stop(0.78125vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FFF100 0.78125vw, transparent 0.78125vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FFF100 0.78125vw, transparent 0.78125vw, transparent 100%);
    background: linear-gradient(to top, #FFF100 0.78125vw, transparent 0.78125vw, transparent 100%);
  }
  .p_top .sec03 {
    background: url(../img/sec03_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    color: #FFF;
    text-align: center;
    padding: 17.1875vw 0 9.375vw;
  }
  .p_top .sec03 h2 {
    font-size: 5vw;
    font-weight: bold;
    margin-bottom: 5.46875vw;
  }
  .p_top .sec03 h2 span {
    display: inline-block;
    background-color: #C1272D;
    padding: 0 1.5625vw;
    margin-bottom: 0.78125vw;
  }
  .p_top .sec03 h2 span.st2 {
    background-color: #0071BC;
  }
  .p_top .sec03 .tb table {
    border-collapse: separate;
    border-spacing: 2.03125vw 0;
    width: 100%;
    table-layout: fixed;
  }
  .p_top .sec03 .tb table th, .p_top .sec03 .tb table td {
    background-color: #fff;
  }
  .p_top .sec03 .tb table thead th {
    font-size: 3.4375vw;
    font-weight: bold;
    color: #4D4D4D;
    padding: 3.125vw 1.5625vw;
    border-bottom: 1px solid #4D4D4D;
  }
  .p_top .sec03 .tb table thead th:nth-of-type(1) {
    width: 28.125vw;
  }
  .p_top .sec03 .tb table thead th.st2 {
    color: #fff;
    background-color: #C1272D;
  }
  .p_top .sec03 .tb table thead th.st3 {
    color: #fff;
    background-color: #0071BC;
  }
  .p_top .sec03 .tb table tbody th {
    color: #9E005D;
    font-size: 3.4375vw;
    font-weight: bold;
    padding: 3.125vw 0.78125vw;
    border-bottom: 1px solid #4D4D4D;
    letter-spacing: -0.03em;
  }
  .p_top .sec03 .tb table tbody td {
    padding: 3.125vw 1.5625vw;
    background-color: #F7E9E3;
    border-bottom: 1px solid #4D4D4D;
  }
  .p_top .sec03 .tb table tbody td:nth-of-type(2) {
    background-color: #DBE1F1;
  }
  .p_top .sec03 .tb table tbody td:nth-of-type(2) p::before {
    background-image: url(../img/ic_sq2.png);
  }
  .p_top .sec03 .tb table tbody td p {
    position: relative;
    padding-left: 4.53125vw;
    font-weight: bold;
    font-size: 3.4375vw;
    line-height: 1.27273;
    text-align: left;
  }
  .p_top .sec03 .tb table tbody td p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.96875vw;
    height: 2.96875vw;
    background-image: url(../img/ic_sq.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .p_top .sec04 {
    background-color: #000;
    padding: 17.1875vw 0;
  }
  .p_top .sec04.st2 {
    background-color: #333;
  }
  .p_top .sec04 .row {
    max-width: 200vw;
  }
  .p_top .sec04 h2 {
    margin-bottom: 8.59375vw;
    text-align: center;
  }
  .p_top .sec04 h2 img {
    width: 209.6875vw;
    display: inline-block;
    max-width: 80%;
  }
  .p_top .sec04 h2.st2 {
    margin-top: 26.5625vw;
  }
  .p_top .sec04 h2.st2 img {
    width: 245.3125vw;
  }
  .p_top .sec04 .blk_btn {
    text-align: center;
    margin: 6.25vw 0;
  }
  .p_top .sec04 .blk_btn a {
    display: inline-block;
    width: 176.5625vw;
    max-width: 100%;
  }
  .p_top .sec04 .blk_point {
    width: 146.875vw;
    margin: 0 auto 17.1875vw;
    max-width: 100%;
  }
  .p_top .sec04 .blk_point .text {
    font-size: 2.65625vw;
    line-height: 1.76471;
  }
  .p_top .sec04 .blk_point h4 {
    font-size: 5.20833vw;
    position: relative;
    border-bottom: 0.46875vw solid #fff;
    padding-left: 5.46875vw;
    font-weight: bold;
    margin-top: 12.5vw;
    position: relative;
  }
  .p_top .sec04 .blk_point h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.90625vw;
    height: 3.90625vw;
    background: url(../img/circle.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec04 .blk_point h4::after {
    content: "";
    position: absolute;
    right: 5vw;
    bottom: -2.1875vw;
    -webkit-transform: rotate(-42deg);
       -moz-transform: rotate(-42deg);
        -ms-transform: rotate(-42deg);
            transform: rotate(-42deg);
    width: 0.46875vw;
    height: 15.625vw;
    background: #fff;
    display: block;
  }
  .p_top .sec04 .blk_point .df {
    margin-top: 2.34375vw;
  }
  .p_top .sec04 .blk_point .df figure {
    width: 31.25vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 auto 4.6875vw;
  }
  .p_top .sec04 .blk_point .df .txt {
    background-color: #231815;
    padding: 2.34375vw;
    font-size: 3.90625vw;
    line-height: 1.6;
  }
  .p_top .sec04 .listNum {
    counter-reset: div;
  }
  .p_top .sec04 .listNum li {
    padding: 2.34375vw 2.34375vw 2.34375vw 15.625vw;
    position: relative;
    background-color: #1B1464;
    color: #fff;
    font-size: 3.90625vw;
  }
  .p_top .sec04 .listNum li + li {
    margin-top: 3.90625vw;
  }
  .p_top .sec04 .listNum li:nth-child(even) {
    background-color: #2E3192;
  }
  .p_top .sec04 .listNum li span {
    font-weight: bold;
    display: block;
    font-size: 4.84375vw;
  }
  .p_top .sec04 .listNum li::before {
    counter-increment: div;
    font-size: 6.25vw;
    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;
    font-weight: bold;
    content: counter(div);
    width: 8.90625vw;
    height: 8.90625vw;
    color: #000;
    position: absolute;
    top: 50%;
    left: 2.34375vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background: url(../img/listNum_bg.png) center/100% 100% no-repeat;
  }
  .p_top .sec04 .tb {
    margin-bottom: 17.1875vw;
  }
  .p_top .sec04 .tb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #808080;
    color: #fff;
  }
  .p_top .sec04 .tb table tr td:nth-of-type(1) {
    width: 45.3125vw;
    font-size: 3.28125vw;
    letter-spacing: -0.03em;
  }
  .p_top .sec04 .tb table td, .p_top .sec04 .tb table th {
    border: 1px solid #808080;
    color: #fff;
    font-size: 3.90625vw;
    padding: 3.125vw;
    vertical-align: middle;
  }
  .p_top .sec04 .tb table td .text_hl, .p_top .sec04 .tb table th .text_hl {
    color: #FBDC3B;
  }
  .p_top .sec04 .tb .bf {
    font-size: 4.6875vw;
    color: #29ABE2;
    font-weight: bold;
    margin-right: 9.375vw;
  }
  .p_top .sec04 .tb .af {
    font-size: 4.6875vw;
    color: #FF1D25;
    font-weight: bold;
    margin-right: 9.375vw;
  }
  .p_top .sec04 .tb .t_txt01 {
    text-align: center;
    font-size: 4.375vw;
    color: #BDCCD4;
    font-weight: bold;
  }
  .p_top .sec04 .tb .t_txt02 {
    text-align: center;
    font-size: 4.375vw;
    color: #FBDC3B;
    font-weight: bold;
  }
  .p_top .sec04 .tb .bg {
    background-color: #333;
  }
  .p_top .sec04 .tb .tb_fig {
    width: 65%;
    margin: 0 auto;
  }
  .p_top .sec04 .tb .blk01 {
    padding: 1.5625vw;
    color: #fff;
    font-size: 5.15625vw;
  }
  .p_top .sec04 .tb .blk01 .txt01 {
    font-weight: bold;
  }
  .p_top .sec04 .tb .blk01 .txt02 {
    margin-bottom: 1.5625vw;
    font-size: 7.8125vw;
    font-weight: bold;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0.46875vw, #FF1D25), color-stop(0.46875vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FF1D25 0.46875vw, transparent 0.46875vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FF1D25 0.46875vw, transparent 0.46875vw, transparent 100%);
    background: linear-gradient(to top, #FF1D25 0.46875vw, transparent 0.46875vw, transparent 100%);
  }
  .p_top .sec04 .ctBot {
    color: #fff;
    margin-top: 17.1875vw;
  }
  .p_top .sec04 .ctBot h3 {
    text-align: center;
    margin-bottom: 10.9375vw;
  }
  .p_top .sec04 .ctBot h3 ~ h3 {
    margin-top: 17.1875vw;
  }
  .p_top .sec04 .ctBot h3 span {
    font-size: 6.25vw;
    letter-spacing: 0.1em;
    position: relative;
    display: inline-block;
    padding-bottom: 2.34375vw;
    padding-left: 15.625vw;
    padding-right: 15.625vw;
  }
  .p_top .sec04 .ctBot h3 span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.78125vw;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff1d25), to(#1b1464));
    background-image: -webkit-linear-gradient(left, #ff1d25, #1b1464);
    background-image: -moz- oldlinear-gradient(left, #ff1d25, #1b1464);
    background-image: linear-gradient(to right, #ff1d25, #1b1464);
    display: block;
  }
  .p_top .sec04 .ctBot .tb2.st2 table th {
    font-size: 3.125vw;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3.st2 h4 {
    font-size: 3.90625vw;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3.st2 h4 span {
    color: #FFFF00;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 h4 {
    font-size: 3.4375vw;
    font-weight: bold;
    margin-bottom: 1.5625vw;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 p {
    font-size: 2.65625vw;
    color: #B3B3B3;
    font-weight: bold;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 p a {
    color: #B3B3B3;
    text-decoration: underline;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk3 p a:hover {
    text-decoration: none;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk2 {
    font-size: 4.6875vw;
    font-weight: bold;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk2 i {
    font-size: 6.25vw;
    font-style: normal;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk2 small {
    font-size: 3.75vw;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head {
    background-color: #F7931E;
    padding: 3.125vw;
    position: relative;
    font-size: 3.25521vw;
    font-weight: bold;
    display: inline-block;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head.st2 {
    background-color: #0071BC;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head.st2::after {
    background-color: #0071BC;
  }
  .p_top .sec04 .ctBot .tb2 .tb_head::after {
    content: "";
    position: absolute;
    top: 0;
    right: -4.53125vw;
    width: 4.6875vw;
    height: 100%;
    background: #F7931E;
    display: block;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  .p_top .sec04 .ctBot .tb2 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #fff;
  }
  .p_top .sec04 .ctBot .tb2 table th, .p_top .sec04 .ctBot .tb2 table td {
    border: 1px solid #fff;
    vertical-align: middle;
    padding: 3.125vw;
    color: #fff;
  }
  .p_top .sec04 .ctBot .tb2 table th {
    width: 27.08333vw;
    background-color: #4D4D4D;
    font-weight: bold;
    font-size: 4.6875vw;
    letter-spacing: 0.1em;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk {
    font-size: 3.125vw;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk h4 {
    font-weight: bold;
    font-size: 4.6875vw;
    line-height: 1.33333;
    margin-bottom: 3.125vw;
  }
  .p_top .sec04 .ctBot .tb2 .tb_blk .tar {
    text-align: right;
    margin-top: 3.125vw;
    font-weight: 500;
  }
  .p_top .sec04 .ctBot .list_df .it {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    padding: 7.03125vw 0;
    border-top: 1px solid #fff;
  }
  .p_top .sec04 .ctBot .list_df .it:last-child {
    border-bottom: 1px solid #fff;
  }
  .p_top .sec04 .ctBot .list_df .it figure {
    width: 38.28125vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .sec04 .ctBot .list_df .it .txt {
    width: 100%;
    padding-left: 4.6875vw;
    font-size: 3.125vw;
    line-height: 1.75;
  }
  .p_top .sec04 .ctBot .list_df .it .txt h4 {
    font-size: 5.46875vw;
    margin-bottom: 4.6875vw;
  }
  .p_top .sec04 .ctBot .list_df .it .txt h4 small {
    display: block;
    font-size: 3.125vw;
  }
  .p_top .sec04 .ctBot .blk_circle {
    background: url(../img/blk_circle.png) center no-repeat;
    -moz-background-size: 58.125vw 58.125vw;
         background-size: 58.125vw 58.125vw;
    font-weight: 500;
    font-size: 5.20833vw;
    line-height: 1.6;
    text-align: center;
    min-height: 58.125vw;
    margin-bottom: 10.9375vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .sec05 {
    background-color: #000;
    padding: 17.1875vw 0;
  }
  .p_top .sec05 h2 {
    text-align: center;
    margin-bottom: 7.8125vw;
  }
  .p_top .sec05 h2 img {
    display: inline-block;
    width: 136.875vw;
    max-width: 80%;
  }
  .p_top .sec05 ul {
    display: -ms-grid;
    display: grid;
    gap: 15.625vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    color: #fff;
    width: 70%;
    margin: 0 auto;
  }
  .p_top .sec05 ul li:not(:last-child) {
    position: relative;
  }
  .p_top .sec05 ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -9.84375vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2.34375vw solid transparent;
    border-right: 2.34375vw solid transparent;
    border-top: 3.59375vw solid #fff;
  }
  .p_top .sec05 ul li figure {
    text-align: center;
  }
  .p_top .sec05 ul li figure img {
    display: inline-block;
    width: 80%;
  }
  .p_top .sec05 ul li h3 {
    font-size: 4.6875vw;
    font-weight: bold;
    margin: 2.34375vw 0;
  }
  .p_top .sec05 ul li p {
    font-size: 3.125vw;
  }
  .p_top .sec05 ul li small {
    font-size: 2.5vw;
    display: block;
    margin-top: 2.34375vw;
  }
  .p_top .faq {
    background-color: #1C4F6B;
    padding: 17.1875vw 0 31.25vw;
  }
  .p_top .faq .row {
    max-width: 187.5vw;
  }
  .p_top .faq h2 {
    text-align: center;
    margin-bottom: 7.8125vw;
  }
  .p_top .faq h2 img {
    display: inline-block;
    width: 137.03125vw;
    max-width: 80%;
  }
  .p_top .faq .faq_btn {
    text-align: center;
    margin-top: 11.71875vw;
  }
  .p_top .faq .faq_btn a {
    color: #fff;
    font-size: 3.4375vw;
    border: 1px solid;
    width: 95.625vw;
    min-height: 10.9375vw;
    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;
    max-width: 100%;
  }
  .p_top .faq .faq_list {
    color: #fff;
  }
  .p_top .faq .faq_list dl {
    background-color: #003158;
    font-size: 3.125vw;
  }
  .p_top .faq .faq_list dl + dl {
    margin-top: 5.46875vw;
  }
  .p_top .faq .faq_list dl dt {
    font-size: 4.6875vw;
    font-weight: bold;
    position: relative;
    padding: 3.125vw 17.1875vw;
    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::before {
    content: "";
    position: absolute;
    top: 3.125vw;
    left: 6.25vw;
    width: 5.78125vw;
    height: 5.46875vw;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .faq .faq_list dl dt i {
    position: absolute;
    width: 6.25vw;
    height: 6.25vw;
    right: 5.46875vw;
    top: 50%;
    margin-top: -3.125vw;
    display: block;
  }
  .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.625vw;
    height: 100%;
    margin-left: -0.3125vw;
  }
  .p_top .faq .faq_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.625vw;
    margin-top: -0.3125vw;
  }
  .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 {
    position: relative;
    padding: 2.34375vw 5.46875vw 2.34375vw 17.1875vw;
  }
  .p_top .faq .faq_list dl dd .accCt a {
    color: #fff;
  }
  .p_top .faq .faq_list dl dd .accCt a:hover {
    text-decoration: none;
  }
  .p_top .faq .faq_list dl dd .accCt::before {
    content: "";
    position: absolute;
    top: 2.34375vw;
    left: 6.25vw;
    width: 12.96875vw;
    height: 9.6875vw;
    background: url(../img/ic_a.png) center/100% 100% no-repeat;
    display: block;
  }
  .cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    font-size: 0;
    line-height: 0;
    padding: 2.34375vw 0.78125vw;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .cta 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;
  }
  .cta ul li {
    margin: 0 1.17188vw;
    max-width: 48%;
  }
}
