@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;
  }
  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;
  }
  .p_top .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  .p_top a.btn {
    position: relative;
    padding-left: 80px;
    width: 320px;
    margin-inline: auto;
    min-width: 300px;
    min-height: 74px;
    color: #fff !important;
    font-size: 25px;
    font-family: 'Ro GSan Serif Std';
    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;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    text-align: left;
    background: url(../../images/btn_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.22);
         box-shadow: 0 4px 0px 0px rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top a.btn:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(4px);
       -moz-transform: translateY(4px);
        -ms-transform: translateY(4px);
            transform: translateY(4px);
  }
  .p_top a.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 52px;
    height: 52px;
    background: url(../../images/ic_search.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top a.btn.btnCus {
    padding-left: 95px;
  }
  .p_top a.btn.btnCus::before {
    left: 33px;
  }
  .p_top .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 75px;
    background: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
  }
  .p_top .header a.btn {
    margin-inline: 0;
  }
}

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

@media screen and (min-width: 769px), print {
  .p_top .header h1 a {
    display: inline-block;
    width: 204px;
  }
  .p_top .footer {
    padding: 20px 0;
  }
  .p_top .footer .footer__nav {
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    color: #272200;
  }
  .p_top .footer .footer__nav a {
    font-weight: 700;
    font-size: 16px;
    line-height: 2;
    color: #272200;
  }
  .p_top .footer .footer__copyright {
    font-size: 14px;
    line-height: 229%;
    text-align: center;
    color: #272200;
  }
  .p_top button, .p_top a {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top button:hover, .p_top a:hover {
    opacity: 0.7;
  }
  body {
    color: #272200;
  }
  .p_top * {
    padding: 0;
    margin: 0;
  }
  .p_top .mv {
    background: url(../../images/mv_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 100px;
  }
  .p_top .mv .row {
    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;
  }
  .p_top .mv .row picture {
    margin-right: -35px;
  }
  .p_top .mv .row img {
    width: 960px;
  }
  .p_top .listCircle {
    display: -ms-grid;
    display: grid;
    gap: 16px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .listCircle li {
    background-image: url(../../images/blk01_bg1.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0;
    padding-bottom: 112%;
    position: relative;
  }
  .p_top .listCircle li.st2 {
    background-image: url(../../images/blk01_bg2.webp);
  }
  .p_top .listCircle li.st3 {
    background-image: url(../../images/blk01_bg3.webp);
  }
  .p_top .listCircle li.st3 p span i {
    font-size: 50px;
    line-height: 60px;
  }
  .p_top .listCircle li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    padding-top: 60px;
  }
  .p_top .listCircle li p small {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 16px;
    color: #272200;
  }
  .p_top .listCircle li p span {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #EDBA00;
    line-height: 1;
  }
  .p_top .listCircle li p span i {
    font-style: normal;
    font-size: 55px;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    -webkit-transform: translateY(3px);
       -moz-transform: translateY(3px);
        -ms-transform: translateY(3px);
            transform: translateY(3px);
    display: inline-block;
  }
  .p_top .blk01 {
    background: url(/images/blk01_bg.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 15px 0 52px;
  }
  .p_top .blk01 .row {
    max-width: 830px;
  }
  .p_top .blk01::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: -1;
  }
  .p_top .blk01_main {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .blk01_l {
    width: 50%;
  }
  .p_top .blk01_l h2 {
    /* font-family: 'Ro GSan Serif Std'; */
    font-style: normal;
    font-weight: 900;
    /* font-weight: 400; */
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #272200;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    padding: 12px;
  }
  .p_top .blk01_l h2 span {
    color: #FBDB18;
  }
  .p_top .blk01_l > p {
    margin: 19px 0 12px;
    font-weight: 500;
    font-size: 18px;
    line-height: 178%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.65);
  }
  .p_top .blk01_r {
    width: 45%;
    position: relative;
  }
  .p_top .blk01_r .btn {
    position: absolute;
    left: 50%;
    bottom: -34px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 300px;
  }
  .p_top .blk01_r .btn:hover {
    -webkit-transform: translate(-50%, 4px);
       -moz-transform: translate(-50%, 4px);
        -ms-transform: translate(-50%, 4px);
            transform: translate(-50%, 4px);
  }
  .p_top .blk02 {
    padding: 30px 0;
  }
  .p_top .blk02 .row {
    max-width: 800px;
  }
  .p_top .blk02 .box {
    background: rgba(42, 42, 42, 0.8);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 30px;
  }
  .p_top .blk02 .box h2 {
    font-family: 'FOT-TsukuARdGothic Std';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 112%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 18px;
  }
  .p_top .blk02 .box h2 i {
    font-style: normal;
    display: inline-block;
    font-size: 42px;
    position: relative;
    -webkit-transform: translateZ(0) rotate(-10deg);
       -moz-transform: translateZ(0) rotate(-10deg);
            transform: translateZ(0) rotate(-10deg);
  }
  .p_top .blk02 .box h2 i::before {
    content: "";
    position: absolute;
    top: -13px;
    right: -16px;
    width: 33px;
    height: 20px;
    background: url(../../images/blk02_ic.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk02 .box ul {
    display: -ms-grid;
    display: grid;
    gap: 15px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
  }
  .p_top .blk02 .box ul::after {
    content: "";
    position: absolute;
    right: -10px;
    bottom: -30px;
    width: 134px;
    height: 147px;
    background: url(../../images/blk02_img.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk02 .box ul li {
    border: 2px solid #ADADAD;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 0px 0 0px 37px;
  }
  .p_top .blk02 .box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19px;
    height: 19px;
    background: url(../../images/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk02 .box ul li span {
    font-weight: 900;
    color: #FBDB18;
  }
  .p_top .blk03 {
    background-color: #F8F7F0;
    padding-bottom: 70px;
  }
  .p_top .blk03 h2 {
    padding-top: 14px;
    min-height: 150px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 48px;
    background: url(../../images/blk03_tt_bg.webp) center/100% 100% no-repeat;
    position: relative;
  }
  .p_top .blk03 h2 img {
    width: 46px;
    margin: -2px 0;
  }
  .p_top .blk03 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -43px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 79px;
    height: 63px;
    background: url(../../images/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk03 h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 138%;
    text-align: center;
    color: #272200;
    margin-bottom: 45px;
  }
  .p_top .blk03 h3 span {
    position: relative;
    display: inline-block;
  }
  .p_top .blk03 h3 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 8px;
    height: 8px;
    background: url(../../images/doc2.webp) center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .p_top .blk03 h3 em {
    font-style: normal;
    color: #F8003A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .blk03 h3 em::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    background: url(../../images/line.webp) repeat-x;
    display: block;
    z-index: -1;
  }
  .p_top .blk03 .box {
    width: 523px;
    max-width: 100%;
    background: #FFFFFF;
    border: 2px solid #272200;
    -moz-border-radius: 30px;
         border-radius: 30px;
    padding: 15px 15px 26px 0;
    position: relative;
    margin: 0 auto 32px;
  }
  .p_top .blk03 .box::before {
    content: "";
    width: 112px;
    height: 163px;
    background: url(../../images/box_man.webp) center/100% 100% no-repeat;
    display: block;
    float: left;
    shape-outside: polygon(0 0, 70% 0%, 70% 40%, 100% 40%, 100% 100%);
    margin-left: -13px;
  }
  .p_top .blk03 .box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #272200;
  }
  .p_top .blk03 .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 207%;
    color: #272200;
  }
  .p_top .blk03 .box p span {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 5px;
  }
  .p_top .blk03 .blk03_bot {
    display: -ms-grid;
    display: grid;
    gap: 26px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 10px;
  }
  .p_top .blk03 .blk03_bot .item .txtBot {
    font-weight: 700;
    font-size: 30px;
    line-height: 137%;
    text-align: center;
    color: #272200;
    margin-top: 18px;
  }
  .p_top .blk03 .blk03_bot .item .txtBot span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), color-stop(80%, #FFC300), color-stop(90%, #FFC300), color-stop(90%, transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 80%, #FFC300 80%, #FFC300 90%, transparent 90%, transparent 100%);
    background: -moz- oldlinear-gradient(top, transparent 0%, transparent 80%, #FFC300 80%, #FFC300 90%, transparent 90%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 80%, #FFC300 80%, #FFC300 90%, transparent 90%, transparent 100%);
  }
  .p_top .blk03 .blk03_bot .item .txtBot small {
    font-size: 24px;
  }
  .p_top .blk03 .blk03_bot .item .item_box {
    background: #FFFFFF;
    -moz-box-shadow: 0px 3px 12px rgba(39, 34, 0, 0.1);
         box-shadow: 0px 3px 12px rgba(39, 34, 0, 0.1);
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 39px 25px 25px;
  }
  .p_top .blk03 .blk03_bot .item .item_box h4 {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #272200;
    margin-bottom: 27px;
    line-height: 1.33;
  }
  .p_top .blk03 .blk03_bot .item .item_box h4.st2 {
    margin-bottom: 4px;
  }
  .p_top .blk03 .blk03_bot .item .item_box .note {
    font-weight: 400;
    font-size: 10px;
    line-height: 140%;
    color: #272200;
    margin-top: 20px;
  }
  .p_top .blk03 .blk03_bot .item .item_box .note span, .p_top .blk03 .blk03_bot .item .item_box .note a {
    color: #FF406D;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df + .df {
    margin-top: 24px;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l {
    width: 156px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dt {
    background: #272200;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.75;
    margin-bottom: 7px;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd {
    font-size: 12px;
    line-height: 142%;
    color: #272200;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #F8003A;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span.st2 {
    font-size: 32px;
    font-family: "Barlow", sans-serif;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span.st3 {
    font-family: "Barlow", sans-serif;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span.st3 i {
    font-size: 21px;
    font-style: normal;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span small {
    font-size: 18px;
    color: #272200;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd strong {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    display: block;
    text-align: center;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd p {
    margin-top: 8px;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_r {
    width: 100%;
    padding-left: 12px;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li {
    position: relative;
    padding: 11px 0 15px 23px;
    border-bottom: 1px dashed #909090;
    font-weight: 700;
    font-size: 14px;
    line-height: 143%;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li span {
    color: #F8003A;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li small {
    font-size: 12px;
    font-weight: 400;
    margin-left: 30px;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 10px;
    height: 10px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #FFC300;
    display: block;
  }
  .p_top .blk03 .blk03_bot .item .item_box.st2 {
    padding-top: 29px;
    padding-bottom: 31px;
  }
  .p_top .blk04 {
    background: url(../../images/grid_bg.webp) repeat;
    padding-bottom: 47px;
  }
  .p_top .blk04 h2 {
    min-height: 140px;
    text-align: center;
    background: url(../../images/blk04_tt_bg.webp) center/100% 100% no-repeat;
    margin-bottom: 26px;
    padding-top: 5px;
  }
  .p_top .blk04 h2 small {
    background: #272200;
    -moz-border-radius: 14px;
         border-radius: 14px;
    min-width: 200px;
    min-height: 28px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .p_top .blk04 h2 span {
    display: block;
    font-family: "M PLUS 1p", sans-serif;
    font-family: 'Ro GSan Serif Std';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    text-align: center;
    color: #272200;
  }
  .p_top .blk04 .row {
    max-width: 788px;
  }
  .p_top .blk04 .btn_more {
    width: 425px;
    height: 79px;
    background: #FBDB18;
    -moz-border-radius: 10px;
         border-radius: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #272200;
    margin: 40px auto 25px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .blk04 .btn_more:hover {
    opacity: 0.7;
  }
  .p_top .blk04 .btn_more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #272200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .p_top .blk04 .btn_more.is_active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p_top .blk04 .accordion_ctn {
    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 .blk04 .note {
    text-align: right;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: right;
    color: #272200;
    margin-top: 11px;
    margin-bottom: 50px;
  }
  .p_top .blk04 .txtBot {
    text-align: center;
  }
  .p_top .blk04 .txtBot span {
    font-weight: 700;
    font-size: 32px;
    line-height: 141%;
    text-align: center;
    color: #272200;
    position: relative;
    padding: 0 46px;
    display: inline-block;
  }
  .p_top .blk04 .txtBot span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 109px;
    background: url(../../images/line1.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk04 .txtBot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 109px;
    background: url(../../images/line2.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk04 .txtBot span em {
    font-style: normal;
    color: #F8003A;
  }
  .p_top .blk04 .blk04_list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .blk04 .blk04_list li dl {
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #272100;
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_top .blk04 .blk04_list li dl dt {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
    background-color: #272100;
    line-height: 1.7;
  }
  .p_top .blk04 .blk04_list li dl dd {
    padding: 7px 23px 7px 12px;
  }
  .p_top .blk04 .blk04_list li dl dd .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;
  }
  .p_top .blk04 .blk04_list li dl dd .df > figure {
    width: 177px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt {
    width: 100%;
    padding-left: 13px;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item + .item {
    margin-top: 10px;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt01 {
    background: #F6F6F6;
    border: 1px solid #000000;
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-weight: 700;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    color: #272200;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 5px;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #272200;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span.st2 {
    color: #F8003A;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span:nth-of-type(1) {
    margin-right: 21px;
    position: relative;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -17px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #272200;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span i {
    font-size: 24px;
    font-style: normal;
  }
  .p_top .blk05 {
    position: relative;
    position: relative;
  }
  .p_top .blk05 > picture {
    height: 470px;
    display: block;
  }
  .p_top .blk05 > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .blk05::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
  }
  .p_top .blk05 .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    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 .blk05 .txt .row {
    max-width: 418px;
  }
  .p_top .blk05 .txt h2 {
    background: #FFFFFF;
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-family: "M PLUS 1p", sans-serif;
    font-family: 'Ro GSan Serif Std';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 133%;
    text-align: center;
    color: #272200;
  }
  .p_top .blk05 .txt .text {
    font-weight: 700;
    font-size: 20px;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin: 17px 0;
  }
  .p_top .blk05 .txt .listCircle {
    margin-bottom: 26px;
  }
  .p_top .blk06 {
    background-color: #F8F7F0;
    padding: 25px 0 73px;
  }
  .p_top .blk06 .row {
    max-width: 1212px;
  }
  .p_top .blk06 .num {
    position: absolute;
    left: 50%;
    top: -21px;
    -webkit-transform: translateZ(0) translateX(-50%);
       -moz-transform: translateZ(0) translateX(-50%);
            transform: translateZ(0) translateX(-50%);
    width: 42px;
    height: 42px;
    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;
    z-index: 1;
    background-color: #F8F7F0;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 1;
    text-align: center;
    color: #272200;
    padding-bottom: 5px;
  }
  .p_top .blk06 .num::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13px;
    height: 1px;
    background: #272200;
    display: block;
  }
  .p_top .blk06 .num::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: -webkit-calc(100% - 4px);
    width: -moz-calc(100% - 4px);
    width: calc(100% - 4px);
    height: -webkit-calc(100% - 4px);
    height: -moz-calc(100% - 4px);
    height: calc(100% - 4px);
    background: url(../../images/blk06_num_bg.webp) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .blk06 .head {
    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: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p_top .blk06 .head .tt {
    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-right: 35px;
  }
  .p_top .blk06 .head .tt img {
    width: 230px;
  }
  .p_top .blk06 .head .tt span {
    margin-left: -86px;
    margin-bottom: -3px;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 42px;
    line-height: 124%;
    text-align: center;
    color: #272200;
  }
  .p_top .blk06 .head .tt span em {
    font-style: normal;
    color: #F8003A;
  }
  .p_top .blk06 .head .tt span em i {
    font-size: 56px;
    font-style: normal;
  }
  .p_top .blk06 .head ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .blk06 .head ul li {
    width: 121px;
    border: 2px solid #272200;
    -moz-border-radius: 5px;
         border-radius: 5px;
    padding-bottom: 15px;
    padding-top: 31px;
    position: relative;
  }
  .p_top .blk06 .head ul li:not(:last-child) {
    margin-right: 10px;
  }
  .p_top .blk06 .head ul li figure {
    text-align: center;
  }
  .p_top .blk06 .head ul li figure img {
    width: 72px;
  }
  .p_top .blk06 .head ul li p {
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #272200;
    margin-top: 10px;
  }
  .p_top .blk06 .text {
    font-weight: 400;
    font-size: 20px;
    line-height: 175%;
    text-align: center;
    color: #272200;
    margin: 40px 0;
  }
  .p_top .blk06 .text span {
    font-weight: bold;
    color: #F8003A;
  }
  .p_top .blk06 .blk06_list {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-top: 12px;
  }
  .p_top .blk06 .blk06_list li {
    background: #FFFFFF;
    border: 2px solid #272200;
    -moz-box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
         box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 32px 32px 20px 20px;
         border-radius: 32px 32px 20px 20px;
    padding: 67px 25px 25px;
    position: relative;
  }
  .p_top .blk06 .blk06_list li h3 {
    position: absolute;
    left: 50%;
    top: -12px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #272200;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    width: -webkit-calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: calc(100% + 4px);
    font-weight: 700;
    font-size: 28px;
    text-align: center;
    color: #FFFFFF;
    padding: 18px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .blk06 .blk06_list li h3 {
    font-size: 20px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .blk06 .blk06_list li h3 .num {
    width: 47px;
    height: 47px;
    border: 0;
    font-size: 30px;
    top: 50%;
    left: 12px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-bottom: 7px;
  }
  .p_top .blk06 .blk06_list li h3 .num::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .blk06 .blk06_list li h3 .num::before {
    bottom: 8px;
  }
  .p_top .blk06 .blk06_list li h4 {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    color: #272200;
    border-bottom: 1px dashed #848484;
    margin: 20px 0 5px;
    padding-bottom: 5px;
  }
  .p_top .blk06 .blk06_list li p {
    font-weight: 400;
    font-size: 14px;
    line-height: 2;
    color: #272200;
  }
  .p_top .blk07 {
    background-color: #FBDB18;
    padding: 50px 0 36px;
  }
  .p_top .blk07 h2 {
    margin-bottom: 26px;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 40px;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.07em;
    color: #272200;
  }
  .p_top .blk07 h2 span {
    color: #fff;
    background-color: #272200;
    display: inline-block;
    padding: 0 5px;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .blk07 .slider_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .p_top .blk07 .slider_nav .swiper-button-next, .p_top .blk07 .slider_nav .swiper-button-prev {
    position: static;
    width: 94px;
    height: 43px;
    background: #272200;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin: 0 5px;
    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;
    right: initial;
    left: initial;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .blk07 .slider_nav .swiper-button-next:hover, .p_top .blk07 .slider_nav .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .p_top .blk07 .slider_nav .swiper-button-next::after, .p_top .blk07 .slider_nav .swiper-button-prev::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 11px solid #fff;
  }
  .p_top .blk07 .slider_nav .swiper-button-prev::after {
    border-left: 0;
    border-right: 11px solid #fff;
  }
  .p_top .blk07 .item_slider {
    background: #FFFFFF;
    -moz-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
         border-radius: 10px;
    margin: 0 16px;
    width: 510px;
    height: auto;
  }
  .p_top .blk07 .item_slider .head {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(43.62%, #272200), color-stop(43.68%, #F8F7F0));
    background: -webkit-linear-gradient(top, #272200 43.62%, #F8F7F0 43.68%);
    background: -moz- oldlinear-gradient(top, #272200 43.62%, #F8F7F0 43.68%);
    background: linear-gradient(180deg, #272200 43.62%, #F8F7F0 43.68%);
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
         box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 10px;
         border-radius: 10px;*/
    background:#272200;
    -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
         box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
    -moz-border-radius: 10px;
         border-radius: 10px;
    text-align: center;
    /*padding-top: 10px;*/
    padding: 10px;
  }
  .p_top .blk07 .item_slider .head .txt01 {
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
  }
  .p_top .blk07 .item_slider .head .txt02 {
    font-size: 18px;
    font-weight: bold;
  }
  .p_top .blk07 .item_slider .head .txt02 span {
    color: #F8003A;
  }
  .p_top .blk07 .item_slider .head .txt02 span i {
    font-style: normal;
    font-size: 30px;
  }
  .p_top .blk07 .item_slider .ctn {
    padding: 14px 23px 10px;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df figure {
    width: 152px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df figure img {
    width: 100px;
    height: 100px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    overflow: hidden;
    display: inline-block;
    object-fit: cover;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df figure figcaption {
    font-weight: 700;
    font-size: 12px;
    line-height: 233%;
    color: #272201;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt {
    padding-left: 26px;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt ul li {
    background: #019D8C;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    min-width: 213px;
    padding: 0 10px;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt ul li + li {
    margin-top: 5px;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt ul li small {
    font-size: 14px;
    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 .blk07 .item_slider .ctn .ctMid .df .txt ul li small span {
    white-space: nowrap;
  }
  .p_top .blk07 .item_slider .ctn .note {
    font-weight: 400;
    font-size: 10px;
    line-height: 240%;
    color: #272201;
  }
  .p_top .blk07 .item_slider .ctn .ctBot {
    background-color: #272201;
    position: relative;
    margin-top: 30px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    height: var(--blk07Bot-height);
  }
  .p_top .blk07 .item_slider .ctn .ctBot__inner {
    padding: 35px 30px;
    color: #fff;
    min-height: 572px;
  }
  .p_top .blk07 .item_slider .ctn .ctBot_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 171%;
    color: #FFFFFF;
  }
  .p_top .blk07 .item_slider .ctn .ctBot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -12px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 13px solid #272201;
  }
  .p_top .blk07 .item_slider .ctn .ctBot 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;
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #fff;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li {
    width: 156px;
    width: 70%;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) {
    margin-right: 49px;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) dd {
    position: relative;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) dd::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -31px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 13px solid #F5D618;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(2) dl dd p span:nth-of-type(2) {
    color: #F8003A;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dt {
    font-weight: 700;
    font-size: 16px;
    line-height: 175%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 5px;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dd {
    background: #E6E6E6;
    -moz-border-radius: 5px;
         border-radius: 5px;
    color: #272201;
    padding: 10px 5% 10px;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 13px;
    line-height: 114%;
    color: #272201;
    padding:3px 0;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dd p i {
    font-size: 15px;
    font-style: normal;
  }
  .p_top .blk08 {
    background: url(../../images/blk08_bg.webp) center/100% 100% no-repeat;
    position: relative;
    -moz-background-size: cover;
         background-size: cover;
    padding: 26px 0 20px;
  }
  .p_top .blk08::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 246, 232, 0.9);
    display: block;
  }
  .p_top .blk08 .row {
    max-width: 574px;
    position: relative;
    z-index: 2;
  }
  .p_top .blk08 .box {
    background: url(../../images/blk08_bg2.webp) center top no-repeat;
    padding: 43px 30px 30px;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: relative;
  }
  .p_top .blk08 .box::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -41px;
    width: 282px;
    height: 226px;
    background: url(../../images/blk08_man.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk08 .box h2 {
    font-weight: 900;
    font-size: 27px;
    line-height: 148%;
    text-align: center;
    color: #272200;
    margin-bottom: 20px;
  }
  .p_top .blk08 .box h2 small {
    font-weight: 700;
    font-size: 24px;
    line-height: 188%;
    text-align: center;
    color: #272200;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
  }
  .p_top .blk08 .box h2 small::before {
    content: "";
    position: absolute;
    left: -113px;
    top: -69px;
    width: 124px;
    height: 108px;
    background: url(../../images/blk08_ic.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk08 .box h2 small::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 8px;
    background: url(../../images/blk08_line.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk08 .box h2 span {
    color: #019D8C;
    border: 1px solid;
    line-height: 31px;
    display: inline-block;
  }
  .p_top .blk08 .box h2 em {
    font-style: normal;
    color: #F8003A;
  }
  .p_top .blk08 .box p {
    font-weight: 400;
    font-size: 14px;
    line-height: 186%;
    color: #272201;
  }
  .p_top .qa {
    background-color: #F8F7F0;
    padding: 50px 0;
  }
  .p_top .qa .row {
    max-width: 730px;
  }
  .p_top .qa h2 {
    padding-top: 50px;
    position: relative;
    margin-bottom: 40px;
    font-family: "M PLUS 1p", sans-serif;
    font-family: 'Ro GSan Serif Std';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    color: #272200;
  }
  .p_top .qa h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 53px;
    height: 43px;
    background: url(../../images/ic_qa.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .dlist dl + dl {
    margin-top: 10px;
  }
  .p_top .qa .dlist dl dt {
    font-weight: 900;
    font-size: 16px;
    line-height: 125%;
    color: #272200;
    padding: 20px 56px;
    background: #FBDB18;
    -moz-border-radius: 5px;
         border-radius: 5px;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qa .dlist dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .dlist dl dt i {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 18px;
    top: 50%;
    margin-top: -10px;
    display: block;
  }
  .p_top .qa .dlist dl dt i:before, .p_top .qa .dlist dl dt i:after {
    content: "";
    position: absolute;
    background-color: #272200;
    -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 .qa .dlist dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .qa .dlist dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .qa .dlist dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .qa .dlist dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background: url(../../images/ic_q.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .dlist dl dd .acc_ctn {
    padding: 10px 30px 20px;
    background: #FFFFFF;
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0 0 5px 5px;
         border-radius: 0 0 5px 5px;
  }
  .p_top .qa .dlist dl dd .acc_ctn .text {
    font-weight: 400;
    font-size: 14px;
    line-height: 157%;
    color: #272200;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb {
    margin: 20px 0;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table {
    border-collapse: initial;
    border-spacing: 5px;
    width: 100%;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table th {
    background-color: #272200;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td {
    padding: 0;
    background-color: #E3E3E3;
    text-align: center;
    font-size: 14px;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td.nbg {
    background-color: transparent;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td.st2 {
    background-color: #FBDB18;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td.txt_lg {
    font-size: 16px;
    font-weight: bold;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table .txt01 {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    padding: 10px;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table .txt01 small {
    display: block;
    font-size: 12px;
    font-weight: 400;
  }
  .p_top .inquiries-box .head-box h2 {
    margin-top: 0;
    top: -16px;
    position: relative;
    margin-bottom: -16px;
  }
  .p_top .inquiries-box .head-box {
    margin-bottom: 0;
  }
  .p_top .inquiries-box {
    background: #272200;
    padding-bottom: 38px;
  }
  .p_top .inquiries-box .row {
    max-width: 463px;
  }
  .p_top .inquiries-box:after {
    display: none;
  }
  .p_top .inquiries-box .inquiries-box__main {
    max-width: 100%;
    background: #F8F7F0;
    -moz-border-radius: 15px;
         border-radius: 15px;
    padding: 20px 30px;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step {
    max-width: 100%;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head .icon {
    width: 82px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text {
    width: 100%;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--labels {
    font-weight: 500;
    font-size: 14px;
    line-height: 229%;
    color: #272200;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main {
    background: #FFFFFF;
    border: 1px solid #000000;
    -moz-border-radius: 7px;
         border-radius: 7px;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main h3 {
    color: #272200;
    font-size: 16px;
    font-weight: bold;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main p {
    color: #272200;
    font-size: 12px;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step__main ul li span {
    background: -webkit-linear-gradient(285deg, #fbdb18 0%, #f4d517 54%, #fbdb18 55%);
    background: -moz- oldlinear-gradient(285deg, #fbdb18 0%, #f4d517 54%, #fbdb18 55%);
    background: linear-gradient(165deg, #fbdb18 0%, #f4d517 54%, #fbdb18 55%);
    -moz-border-radius: 5px;
         border-radius: 5px;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    height: 67px;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step__main ul li span:after {
    display: none;
  }
  .p_top .inquiries-box .reply__main {
    margin-bottom: 20px;
  }
  .p_top .inquiries-box .reply__main span {
    background-color: #272200;
    height: 67px;
    padding: 0;
    line-height: 67px;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main.--erro {
    border-color: #F8003A;
    background-color: #F8003A;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main.--erro h3 {
    color: #fff;
    font-size: 16px;
    line-height: 138%;
  }
  .p_top .inquiries-box .form-group .input input[type="text"], .p_top .inquiries-box .form-group .input input[type="email"] {
    height: 50px;
    background: #F4F4F4;
    border: 1px solid #D2D2D2;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]::-webkit-input-placeholder, .p_top .inquiries-box .form-group .input input[type="email"]::-webkit-input-placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]::-moz-placeholder, .p_top .inquiries-box .form-group .input input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]:-ms-input-placeholder, .p_top .inquiries-box .form-group .input input[type="email"]:-ms-input-placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]::placeholder, .p_top .inquiries-box .form-group .input input[type="email"]::placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .f_note {
    font-weight: 700;
    font-size: 16px;
    line-height: 106%;
    text-align: center;
    color: #F8003A;
    margin-top: 17px;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step-submit {
    background-color: #019D8C;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step-submit:hover {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .p_top .inquiries-box .form-group .input select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    height: 50px;
    border: 1px solid #D2D2D2;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #F4F4F4 url(../../images/arb.svg) center right 20px no-repeat;
    -moz-background-size: 22px 15px;
         background-size: 22px 15px;
  }
  .p_top .inquiries-box .form-group .input select::-ms-expand {
    display: none;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--bound span {
    background-color: #FBDB18;
  }
  .p_top .inquiries-box__main .contact-step .error {
    text-align: center;
    padding: 16px 15px 18px;
    background: #FFE7E7;
    border-color: #DF0000;
  }
  .p_top .inquiries-box__main .contact-step .error h3 {
    font-size: 1.4rem;
    line-height: 22px;
    color: #DF0000;
    margin-bottom: 0;
    font-weight: 700;
  }
  .p_top .inquiries-box__main .contact-step .error p {
    font-size: 1.4rem;
    line-height: 22px;
    color: #DF0000;
    font-weight: 700;
  }
  .p_completed .completed_head {
    text-align: center;
    background: url("../../images/bgCompleted.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_completed .completed_head .row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 100px 0 83px;
  }
  .p_completed .completed_head .row h1 {
    position: absolute;
    top: 20px;
    left: 0;
    line-height: 0;
    width: 140px;
  }
  .p_completed .completed_head .row h1 a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .p_completed .completed_head .row h1 a img {
    width: 100%;
    height: auto;
  }
  .p_completed .completed_head h2 {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #272200;
  }
  .p_completed .completed_head .text {
    font-size: 20px;
    margin: 15px 0 35px;
  }
  .p_completed .completed_head .box {
    width: 548px;
    margin: 0 auto;
    background: #FBDB18;
    -moz-border-radius: 20px;
         border-radius: 20px;
    padding: 20px 0;
  }
  .p_completed .completed_head .box p {
    font-size: 14px;
    line-height: 157%;
    text-align: center;
    color: #272200;
  }
  .p_completed .completed_head .box a {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    color: #272200;
    /*padding-left: 70px;*/
    position: relative;
    margin-top: 15px;
    display: inline-block;
  }
  .p_completed .completed_head .box a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 61px;
    height: 40px;
    background: url(../../images/ic_tel.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_completed .what {
    padding-bottom: 80px;
    margin-top: 87px;
  }
  .p_completed .what .row {
    max-width: 441px;
  }
  .p_completed .what h2 {
    background: #272200;
    -moz-border-radius: 999px;
         border-radius: 999px;
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    padding: 16px;
    margin-bottom: 20px;
  }
  .p_completed .c_tt {
    font-weight: 700;
    font-size: 32px;
    line-height: 138%;
    text-align: center;
    color: #272200;
    margin-bottom: 30px;
  }
  .p_completed .c_tt span {
    color: #F8003A;
  }
  .p_completed .blk07 {
    background-color: transparent;
  }
  .p_completed .blk07 .row {
    max-width: 1202px;
  }
  .p_completed .blk07 .item_slider {
    margin: 0;
    width: auto;
    background: #F8F7F0;
    -moz-box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
         box-shadow: 0px 4px 11px rgba(0, 0, 0, 0.1);
    -moz-border-radius: 10px;
         border-radius: 10px;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) dd::after {
    right: -27px;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot {
    min-height: initial;
    padding: 15px;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 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;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li {
    width: -webkit-calc((100% - 43px) / 2);
    width: -moz-calc((100% - 43px) / 2);
    width: calc((100% - 43px) / 2);
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) {
    margin-right: 0;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li dl dd p {
    line-height: 1.5;
    font-size: 12px;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li dl dd p i {
    font-size: 14px;
  }
  .p_completed .blk07 .item_slider .ctn .ctMid .df figure figcaption {
    white-space: nowrap;
  }
  .p_completed .blk07 .item_slider .ctn .ctMid .df figure {
    width: 116px;
  }
  .p_completed .blk07 .item_slider .ctn {
    padding-left: 18px;
    padding-right: 18px;
  }
  .p_completed .blk07 .blk07_slider > div > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: -10px;
  }
  .p_completed .blk07 .blk07_slider > div > ul > li {
    width: 384px;
    margin: 10px;
  }
  .p_completed .blk07 .item_slider .head {
    background: #fff;
    padding-top: 0;
    overflow: hidden;
  }
  .p_completed .blk07 .item_slider .head .txt01 {
    background-color: #272200;
    font-size: 18px;
    padding: 8px;
  }
  .p_completed .blk07 .item_slider .head .txt01 span {
    color: #FBDB18;
  }
  .p_completed .blk07 .item_slider .head .txt02 {
    padding-top: 5px;
  }
  .p_completed .blk07 .item_slider .head .txt02 span i {
    line-height: 1;
    font-size: 30px;
  }
  .p_completed .blk07 .item_slider .ctn .ctMid .df .txt ul li small {
    font-size: 11px;
  }
  .p_completed .qa {
    background: none;
  }
  .btnWr {
    text-align: center;
    margin-bottom: 50px;
  }
  .btnWr .btn_back {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background: #272200;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    position: relative;
    width: 361px;
    height: 75px;
    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;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btnWr .btn_back:hover {
    opacity: 0.7;
    color: #fff;
  }
  .btnWr .btn_back.st2 {
    background-color: #FBDB18;
    color: #272200;
  }
  .btnWr .btn_back.st2:hover {
    opacity: 0.7;
    color: #272200;
  }
  .btnWr .btn_back.st2::after {
    border-right-color: #272200;
  }
  .btnWr .btn_back::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 13px solid #fff;
  }
  .ttl_cm {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-align: center;
    color: #272200;
    margin-bottom: 62px;
  }
  .p_company .company {
    padding-top: 100px;
  }
  .p_company .company .row {
    max-width: 700px;
  }
  .p_company .company .dlist {
    margin-bottom: 60px;
  }
  .p_company .company .dlist > p {
    font-size: 16px;
    line-height: 175%;
    color: #272200;
    margin-bottom: 30px;
  }
  .p_company .company .dlist.st2 dt {
    font-weight: 400;
  }
  .p_company .company .dlist dl {
    font-weight: 400;
    font-size: 16px;
    line-height: 175%;
    color: #272200;
  }
  .p_company .company .dlist dl a {
    color: #272200;
  }
  .p_company .company .dlist dl + dl {
    margin-top: 30px;
  }
  .p_company .company .dlist dl dt {
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  html {
    overflow-x: hidden;
  }
  .p_top {
    overflow-x: hidden;
  }
  .p_top .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .p_top a.btn {
    position: relative;
    padding-left: 19.32367vw;
    min-width: 89.61353vw;
    min-height: 17.8744vw;
    color: #fff !important;
    font-size: 6.03865vw;
    font-family: 'Ro GSan Serif Std';
    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;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    text-align: left;
    background: url(../../images/btn_bg.webp) center/100% 100% no-repeat;
    -moz-box-shadow: 0 0.96618vw 0vw 0vw rgba(0, 0, 0, 0.22);
         box-shadow: 0 0.96618vw 0vw 0vw rgba(0, 0, 0, 0.22);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top a.btn:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translateY(0.96618vw);
       -moz-transform: translateY(0.96618vw);
        -ms-transform: translateY(0.96618vw);
            transform: translateY(0.96618vw);
  }
  .p_top a.btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.34783vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12.56039vw;
    height: 12.56039vw;
    background: url(../../images/ic_search.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top a.btn.btnCus {
    padding-left: 22.94686vw;
  }
  .p_top a.btn.btnCus::before {
    left: 7.97101vw;
  }
  .p_top .header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.62319vw;
    background: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    padding-right: 0;
  }
  .p_top .header h1 a {
    display: inline-block;
    width: 38.64734vw;
  }
  .p_top .header .btn {
    font-size: 3.86473vw;
    min-height: 12.56039vw;
    padding-left: 12.07729vw;
    min-width: 58.9372vw;
    margin-right: -6.03865vw;
  }
  .p_top .header .btn:before {
    left: 2.41546vw;
    width: 7.97101vw;
    height: 7.97101vw;
  }
  .p_top .footer {
    padding: 4.83092vw 0;
  }
  .p_top .footer .footer__nav {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 2;
    color: #272200;
  }
  .p_top .footer .footer__nav a {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 2;
    color: #272200;
  }
  .p_top .footer .footer__copyright {
    font-size: 3.38164vw;
    line-height: 229%;
    text-align: center;
    color: #272200;
  }
  .p_top button, .p_top a {
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top button:hover, .p_top a:hover {
    opacity: 0.7;
  }
  body {
    color: #272200;
  }
  .p_top * {
    padding: 0;
    margin: 0;
  }
  .p_top .mv {
    padding: 0;
  }
  .p_top .mv .row {
    padding: 0;
  }
  .p_top .listCircle {
    display: -ms-grid;
    display: grid;
    gap: 2.41546vw;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .listCircle li {
    background-image: url(../../images/blk01_bg1.webp);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 0;
    padding-bottom: 112%;
    position: relative;
  }
  .p_top .listCircle li.st2 {
    background-image: url(../../images/blk01_bg2.webp);
  }
  .p_top .listCircle li.st3 {
    background-image: url(../../images/blk01_bg3.webp);
  }
  .p_top .listCircle li.st3 p span i {
    font-size: 10.62802vw;
    margin-top: 1.20773vw;
  }
  .p_top .listCircle li div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    padding-top: 12.07729vw;
  }
  .p_top .listCircle li p small {
    display: block;
    font-style: normal;
    font-weight: 700;
    font-size: 3.86473vw;
    text-align: center;
    line-height: 1;
    color: #272200;
  }
  .p_top .listCircle li p span {
    display: block;
    font-size: 7.72947vw;
    font-weight: bold;
    color: #EDBA00;
    line-height: 1;
    margin-top: -0.72464vw;
  }
  .p_top .listCircle li p span i {
    font-style: normal;
    font-size: 12.07729vw;
    line-height: 1;
    font-family: "Barlow", sans-serif;
    display: inline-block;
  }
  .p_top .blk01 .row {
    padding: 0;
  }
  .p_top .blk01_l {
    background: url(../../images/blk01_bg_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 7.72947vw 7.24638vw 18.84058vw;
  }
  .p_top .blk01_l::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    z-index: -1;
  }
  .p_top .blk01_l h2 {
    /* font-family: 'Ro GSan Serif Std';*/

    font-style: normal;
    font-weight: 700;
    font-size: 6.76329vw;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
    background-color: #272200;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    padding: 1.93237vw;
  }
  .p_top .blk01_l h2 span {
    color: #FBDB18;
  }
  .p_top .blk01_l > p {
    margin: 3.62319vw 0;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 178%;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 0vw 0vw 2.41546vw rgba(0, 0, 0, 0.65);
  }
  .p_top .blk01_r {
    background: url(../../images/blk01_bg2_sp.webp) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    padding: 0 3.62319vw 15.21739vw;
  }
  .p_top .blk01_r figure {
    position: relative;
    top: -14.49275vw;
    margin-bottom: -14.49275vw;
  }
  .p_top .blk01_r .btn {
    position: absolute;
    left: 50%;
    bottom: 8.21256vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    min-width: 72.19807vw;
  }
  .p_top .blk01_r .btn:hover {
    -webkit-transform: translate(-50%, 0.96618vw);
       -moz-transform: translate(-50%, 0.96618vw);
        -ms-transform: translate(-50%, 0.96618vw);
            transform: translate(-50%, 0.96618vw);
  }
  .p_top .blk02 {
    padding: 3.62319vw 0;
  }
  .p_top .blk02 .box {
    background: rgba(42, 42, 42, 0.8);
    -webkit-backdrop-filter: blur(1.20773vw);
            backdrop-filter: blur(1.20773vw);
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    padding: 7.24638vw 2.89855vw;
  }
  .p_top .blk02 .box h2 {
    font-family: 'FOT-TsukuARdGothic Std';
    font-style: normal;
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 112%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 4.34783vw;
  }
  .p_top .blk02 .box h2 i {
    font-style: normal;
    -webkit-transform: rotate(-10deg);
       -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    display: inline-block;
    font-size: 10.14493vw;
    position: relative;
  }
  .p_top .blk02 .box h2 i::before {
    content: "";
    position: absolute;
    top: -4.10628vw;
    right: -3.62319vw;
    width: 7.97101vw;
    height: 4.83092vw;
    background: url(../../images/blk02_ic.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk02 .box ul {
    position: relative;
  }
  .p_top .blk02 .box ul::after {
    content: "";
    position: absolute;
    right: -2.41546vw;
    bottom: -7.24638vw;
    width: 32.36715vw;
    height: 35.50725vw;
    background: url(../../images/blk02_img.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk02 .box ul li {
    border: 2px solid #ADADAD;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 3.62319vw;
    color: #fff;
    position: relative;
    padding: 0vw 0 0vw 8.9372vw;
  }
  .p_top .blk02 .box ul li + li {
    margin-top: 2.41546vw;
  }
  .p_top .blk02 .box ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 1.93237vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.58937vw;
    height: 4.58937vw;
    background: url(../../images/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk02 .box ul li span {
    font-weight: 900;
    color: #FBDB18;
  }
  .p_top .blk03 {
    background-color: #F8F7F0;
    padding-bottom: 8.45411vw;
  }
  .p_top .blk03 h2 {
    padding-top: 3.38164vw;
    min-height: 36.23188vw;
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 14.00966vw;
    background: url(../../images/blk03_tt_bg.webp) center/100% 100% no-repeat;
    position: relative;
  }
  .p_top .blk03 h2 img {
    width: 11.11111vw;
    margin: -0.48309vw 0;
  }
  .p_top .blk03 h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10.38647vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 19.08213vw;
    height: 15.21739vw;
    background: url(../../images/ar.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk03 h3 {
    font-weight: 700;
    font-size: 8.21256vw;
    line-height: 138%;
    text-align: center;
    color: #272200;
    margin-bottom: 4.83092vw;
  }
  .p_top .blk03 h3 span {
    position: relative;
    display: inline-block;
  }
  .p_top .blk03 h3 span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1.69082vw;
    height: 1.69082vw;
    background: url(../../images/doc2.webp) center no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
  }
  .p_top .blk03 h3 em {
    font-style: normal;
    color: #F8003A;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .blk03 h3 em::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 6.64251vw;
    background: url(../../images/line.webp) repeat-x;
    display: block;
    z-index: -1;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .blk03 .box {
    max-width: 100%;
    background: #FFFFFF;
    border: 2px solid #272200;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    padding: 3.62319vw 3.62319vw 6.28019vw 0vw;
    position: relative;
    margin: 0 auto 10.14493vw;
  }
  .p_top .blk03 .box::before {
    content: "";
    float: left;
    width: 27.05314vw;
    height: 39.37198vw;
    background: url(../../images/box_man.webp) center/100% 100% no-repeat;
    display: block;
    float: left;
    shape-outside: polygon(0 0, 70% 0%, 70% 40%, 100% 40%, 100% 100%);
    margin-left: -7.24638vw;
  }
  .p_top .blk03 .box::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7.24638vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6.03865vw solid transparent;
    border-right: 6.03865vw solid transparent;
    border-top: 7.24638vw solid #272200;
    clear: both;
  }
  .p_top .blk03 .box p {
    font-weight: 400;
    font-size: 2.89855vw;
    line-height: 207%;
    color: #272200;
  }
  .p_top .blk03 .box p span {
    border-bottom: 1px dashed #D9D9D9;
    padding-bottom: 1.20773vw;
  }
  .p_top .blk03 .blk03_bot {
    clear: both;
  }
  .p_top .blk03 .blk03_bot .item + .item {
    margin-top: 4.83092vw;
  }
  .p_top .blk03 .blk03_bot .item .txtBot {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 137%;
    text-align: center;
    color: #272200;
    margin-top: 4.34783vw;
  }
  .p_top .blk03 .blk03_bot .item .txtBot span {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, transparent), color-stop(80%, #FFC300), color-stop(90%, #FFC300), color-stop(90%, transparent), to(transparent));
    background: -webkit-linear-gradient(top, transparent 0%, transparent 80%, #FFC300 80%, #FFC300 90%, transparent 90%, transparent 100%);
    background: -moz- oldlinear-gradient(top, transparent 0%, transparent 80%, #FFC300 80%, #FFC300 90%, transparent 90%, transparent 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 80%, #FFC300 80%, #FFC300 90%, transparent 90%, transparent 100%);
  }
  .p_top .blk03 .blk03_bot .item .txtBot small {
    font-size: 4.34783vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box {
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0.72464vw 2.89855vw rgba(39, 34, 0, 0.1);
         box-shadow: 0vw 0.72464vw 2.89855vw rgba(39, 34, 0, 0.1);
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    padding: 9.17874vw 4.83092vw 6.03865vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box h4 {
    font-weight: 700;
    font-size: 5.7971vw;
    text-align: center;
    color: #272200;
    margin-bottom: 7.24638vw;
    line-height: 1.33;
  }
  .p_top .blk03 .blk03_bot .item .item_box h4.st2 {
    margin-bottom: 0.96618vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box .note {
    font-weight: 400;
    font-size: 2.41546vw;
    line-height: 140%;
    color: #272200;
    margin-top: 3.38164vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box .note span, .p_top .blk03 .blk03_bot .item .item_box .note a {
    color: #FF406D;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df + .df {
    margin-top: 6.76329vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l {
    width: 28.01932vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dt {
    background: #272200;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-weight: 700;
    font-size: 4.34783vw;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.75;
    margin-bottom: 1.69082vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd {
    font-size: 2.41546vw;
    line-height: 142%;
    color: #272200;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span {
    display: block;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1;
    text-align: center;
    color: #F8003A;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span.st2 {
    font-size: 7.72947vw;
    font-family: "Barlow", sans-serif;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span.st3 {
    font-family: "Barlow", sans-serif;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span.st3 i {
    font-size: 5.07246vw;
    font-style: normal;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd span small {
    font-size: 4.34783vw;
    color: #272200;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd strong {
    font-weight: 700;
    font-size: 3.62319vw;
    line-height: 1.5;
    display: block;
    text-align: center;
    white-space: nowrap;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_l dl dd p {
    margin-top: 1.93237vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box .df_r {
    width: 100%;
    padding-left: 2.89855vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li {
    position: relative;
    padding: 2.657vw 0 2.657vw 5.55556vw;
    border-bottom: 1px dashed #909090;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 143%;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li span {
    color: #F8003A;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li small {
    font-size: 2.89855vw;
    font-weight: 400;
    margin-left: 7.24638vw;
  }
  .p_top .blk03 .blk03_bot .item .item_box .list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    width: 2.41546vw;
    height: 2.41546vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background: #FFC300;
    display: block;
  }
  .p_top .blk04 {
    background: url(../../images/grid_bg.webp) repeat;
    padding-bottom: 11.35266vw;
  }
  .p_top .blk04 h2 {
    min-height: 33.81643vw;
    text-align: center;
    background: url(../../images/blk04_tt_bg.webp) center/100% 100% no-repeat;
    margin-bottom: 6.28019vw;
    padding-top: 1.20773vw;
  }
  .p_top .blk04 h2 small {
    background: #272200;
    -moz-border-radius: 3.38164vw;
         border-radius: 3.38164vw;
    min-width: 38.4058vw;
    min-height: 5.7971vw;
    font-weight: 500;
    font-size: 3.38164vw;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.20773vw;
  }
  .p_top .blk04 h2 span {
    display: block;
    font-family: 'Ro GSan Serif Std';
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 7.72947vw;
    text-align: center;
    color: #272200;
  }
  .p_top .blk04 .btn_more {
    width: 102.657vw;
    height: 19.08213vw;
    background: #FBDB18;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1;
    text-align: center;
    color: #272200;
    margin: 9.66184vw auto 6.03865vw;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    max-width: 100%;
  }
  .p_top .blk04 .btn_more:hover {
    opacity: 0.7;
  }
  .p_top .blk04 .btn_more::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 2.41546vw solid transparent;
    border-right: 2.41546vw solid transparent;
    border-top: 2.89855vw solid #272200;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform-origin: 50% 50%;
       -moz-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
  }
  .p_top .blk04 .btn_more.is_active::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
       -moz-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
            transform: translateY(-50%) rotate(180deg);
  }
  .p_top .blk04 .accordion_ctn {
    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 .blk04 .note {
    text-align: right;
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1;
    text-align: right;
    color: #272200;
    margin-top: 2.657vw;
    margin-bottom: 12.07729vw;
  }
  .p_top .blk04 .txtBot {
    text-align: center;
  }
  .p_top .blk04 .txtBot span {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 141%;
    text-align: center;
    color: #272200;
    position: relative;
    padding: 0 11.11111vw;
    display: inline-block;
  }
  .p_top .blk04 .txtBot span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.69565vw;
    height: 26.3285vw;
    background: url(../../images/line1.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk04 .txtBot span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.69565vw;
    height: 26.3285vw;
    background: url(../../images/line2.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk04 .txtBot span em {
    font-style: normal;
    color: #F8003A;
  }
  .p_top .blk04 .blk04_list li + li {
    margin-top: 3.62319vw;
  }
  .p_top .blk04 .blk04_list li dl {
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid #272100;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .blk04 .blk04_list li dl dt {
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 5.7971vw;
    text-align: center;
    color: #FFFFFF;
    background-color: #272100;
    line-height: 1.7;
  }
  .p_top .blk04 .blk04_list li dl dd {
    padding: 1.69082vw 5.55556vw 1.69082vw 2.89855vw;
  }
  .p_top .blk04 .blk04_list li dl dd .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;
  }
  .p_top .blk04 .blk04_list li dl dd .df > figure {
    width: 42.75362vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt {
    width: 100%;
    padding-left: 3.1401vw;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item + .item {
    margin-top: 2.41546vw;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt01 {
    background: #F6F6F6;
    border: 1px solid #000000;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-weight: 700;
    font-size: 2.41546vw;
    line-height: 1.4;
    text-align: center;
    color: #272200;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.20773vw;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span {
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 1;
    color: #272200;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span.st2 {
    color: #F8003A;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span:nth-of-type(1) {
    margin-right: 5.07246vw;
    position: relative;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -4.10628vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-left: 2.41546vw solid #272200;
  }
  .p_top .blk04 .blk04_list li dl dd .df .txt .item .txt02 span i {
    font-size: 5.7971vw;
    font-style: normal;
  }
  .p_top .blk05 {
    position: relative;
    position: relative;
  }
  .p_top .blk05 > picture {
    height: 89.13043vw;
    display: block;
  }
  .p_top .blk05 > picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .blk05::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
  }
  .p_top .blk05 .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    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;
    text-align: center;
  }
  .p_top .blk05 .txt h2 {
    background: #FFFFFF;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-family: 'Ro GSan Serif Std';
    font-style: normal;
    font-weight: 400;
    font-size: 4.34783vw;
    line-height: 133%;
    text-align: center;
    color: #272200;
    min-width: 74.15459vw;
    min-height: 8.69565vw;
    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;
  }
  .p_top .blk05 .txt .text {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 160%;
    text-align: center;
    color: #FFFFFF;
    margin: 2.41546vw 0;
  }
  .p_top .blk05 .txt .listCircle {
    margin-bottom: 2.41546vw;
  }
  .p_top .blk06 {
    background-color: #F8F7F0;
    padding: 1.20773vw 0 6.28019vw;
  }
  .p_top .blk06 .num {
    position: absolute;
    left: 50%;
    top: -5.07246vw;
    -webkit-transform: translateZ(0) translateX(-50%);
       -moz-transform: translateZ(0) translateX(-50%);
            transform: translateZ(0) translateX(-50%);
    width: 10.14493vw;
    height: 10.14493vw;
    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;
    z-index: 1;
    background-color: #F8F7F0;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    font-family: "Barlow", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 5.55556vw;
    line-height: 1;
    text-align: center;
    color: #272200;
    padding-bottom: 1.20773vw;
  }
  .p_top .blk06 .num::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2.41546vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.1401vw;
    height: 0.24155vw;
    background: #272200;
    display: block;
  }
  .p_top .blk06 .num::after {
    content: "";
    position: absolute;
    top: 0.48309vw;
    left: 0.48309vw;
    width: -webkit-calc(100% - 0.96618vw);
    width: -moz-calc(100% - 0.96618vw);
    width: calc(100% - 0.96618vw);
    height: -webkit-calc(100% - 0.96618vw);
    height: -moz-calc(100% - 0.96618vw);
    height: calc(100% - 0.96618vw);
    background: url(../../images/blk06_num_bg.webp) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .blk06 .head .tt {
    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-right: 8.45411vw;
    width: 100%;
    margin-bottom: 7.24638vw;
  }
  .p_top .blk06 .head .tt img {
    width: 55.55556vw;
  }
  .p_top .blk06 .head .tt span {
    margin-left: -20.77295vw;
    margin-bottom: -0.72464vw;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 8.69565vw;
    line-height: 124%;
    text-align: center;
    color: #272200;
  }
  .p_top .blk06 .head .tt span em {
    font-style: normal;
    color: #F8003A;
  }
  .p_top .blk06 .head .tt span em i {
    font-size: 12.07729vw;
    line-height: 1;
    font-style: normal;
  }
  .p_top .blk06 .head ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .blk06 .head ul li {
    width: 29.22705vw;
    border: 2px solid #272200;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    padding-bottom: 3.62319vw;
    padding-top: 7.48792vw;
    position: relative;
  }
  .p_top .blk06 .head ul li:not(:last-child) {
    margin-right: 2.41546vw;
  }
  .p_top .blk06 .head ul li figure {
    text-align: center;
  }
  .p_top .blk06 .head ul li figure img {
    width: 17.3913vw;
  }
  .p_top .blk06 .head ul li p {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1;
    text-align: center;
    color: #272200;
    margin-top: 2.41546vw;
  }
  .p_top .blk06 .text {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 175%;
    text-align: left;
    color: #272200;
    margin: 4.83092vw 0;
  }
  .p_top .blk06 .text span {
    font-weight: bold;
    color: #F8003A;
  }
  .p_top .blk06 .slider_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.24638vw;
  }
  .p_top .blk06 .slider_nav .swiper-button-next, .p_top .blk06 .slider_nav .swiper-button-prev {
    position: static;
    width: 22.70531vw;
    height: 10.38647vw;
    background: #272200;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    margin: 0 1.20773vw;
    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;
    right: initial;
    left: initial;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .blk06 .slider_nav .swiper-button-next:hover, .p_top .blk06 .slider_nav .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .p_top .blk06 .slider_nav .swiper-button-next::after, .p_top .blk06 .slider_nav .swiper-button-prev::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-left: 2.657vw solid #fff;
  }
  .p_top .blk06 .slider_nav .swiper-button-prev::after {
    border-left: 0;
    border-right: 2.657vw solid #fff;
  }
  .p_top .blk06 .blk06_list {
    padding-top: 2.89855vw;
  }
  .p_top .blk06 .blk06_list li {
    background: #FFFFFF;
    border: 2px solid #272200;
    -moz-border-radius: 7.72947vw 7.72947vw 4.83092vw 4.83092vw;
         border-radius: 7.72947vw 7.72947vw 4.83092vw 4.83092vw;
    padding: 16.18357vw 6.03865vw 6.03865vw;
    position: relative;
  }
  .p_top .blk06 .blk06_list li h3 {
    position: absolute;
    left: 50%;
    top: -2.89855vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #272200;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    width: 100%;
    font-weight: 700;
    font-size: 6.76329vw;
    text-align: center;
    color: #FFFFFF;
    padding: 4.34783vw;
  }
  .p_top .blk06 .blk06_list li h3 .num {
    width: 11.35266vw;
    height: 11.35266vw;
    border: 0;
    font-size: 7.24638vw;
    top: 50%;
    left: 2.89855vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    padding-bottom: 1.69082vw;
  }
  .p_top .blk06 .blk06_list li h3 .num::after {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .p_top .blk06 .blk06_list li h3 .num::before {
    bottom: 1.93237vw;
  }
  .p_top .blk06 .blk06_list li h4 {
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1.5;
    color: #272200;
    border-bottom: 1px dashed #848484;
    margin: 4.83092vw 0 1.20773vw;
    padding-bottom: 1.20773vw;
  }
  .p_top .blk06 .blk06_list li p {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 2;
    color: #272200;
  }
  .p_top .blk07 {
    background-color: #FBDB18;
    padding: 9.66184vw 0 5.55556vw;
  }
  .p_top .blk07 h2 {
    margin-bottom: 6.28019vw;
    font-family: "M PLUS 1p", sans-serif;
    font-style: normal;
    font-weight: 900;
    font-size: 7.00483vw;
    line-height: 125%;
    text-align: center;
    letter-spacing: 0.07em;
    color: #272200;
  }
  .p_top .blk07 h2 span {
    color: #fff;
    background-color: #272200;
    display: inline-block;
    padding: 0 1.20773vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .blk07 .slider_nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 4.83092vw;
  }
  .p_top .blk07 .slider_nav .swiper-button-next, .p_top .blk07 .slider_nav .swiper-button-prev {
    position: static;
    width: 22.70531vw;
    height: 10.38647vw;
    background: #272200;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    margin: 0 1.20773vw;
    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;
    right: initial;
    left: initial;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .blk07 .slider_nav .swiper-button-next:hover, .p_top .blk07 .slider_nav .swiper-button-prev:hover {
    opacity: 0.7;
  }
  .p_top .blk07 .slider_nav .swiper-button-next::after, .p_top .blk07 .slider_nav .swiper-button-prev::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-left: 2.657vw solid #fff;
  }
  .p_top .blk07 .slider_nav .swiper-button-prev::after {
    border-left: 0;
    border-right: 2.657vw solid #fff;
  }
  .p_top .blk07 .item_slider {
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0.96618vw 2.657vw rgba(0, 0, 0, 0.1);
         box-shadow: 0vw 0.96618vw 2.657vw rgba(0, 0, 0, 0.1);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    margin: 0 3.86473vw;
    width: 92.51208vw;
  }
  .p_top .blk07 .item_slider .head {
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(43.62%, #272200), color-stop(43.68%, #F8F7F0));
    background: -webkit-linear-gradient(top, #272200 43.62%, #F8F7F0 43.68%);
    background: -moz- oldlinear-gradient(top, #272200 43.62%, #F8F7F0 43.68%);
    background: linear-gradient(180deg, #272200 43.62%, #F8F7F0 43.68%);*/
    background: #272200;
    -moz-box-shadow: 0vw 0.48309vw 0.96618vw rgba(0, 0, 0, 0.15);
         box-shadow: 0vw 0.48309vw 0.96618vw rgba(0, 0, 0, 0.15);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    text-align: center;
    padding-top: 2.41546vw;
    padding-bottom: 2.41546vw;
  }
  .p_top .blk07 .item_slider .head .txt01 {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 140%;
    text-align: center;
    color: #FFFFFF;
  }
  .p_top .blk07 .item_slider .head .txt02 {
    font-size: 4.34783vw;
    font-weight: bold;
  }
  .p_top .blk07 .item_slider .head .txt02 span {
    color: #F8003A;
  }
  .p_top .blk07 .item_slider .head .txt02 span i {
    font-style: normal;
    font-size: 7.24638vw;
  }
  .p_top .blk07 .item_slider .ctn {
    padding: 3.38164vw 3.62319vw 2.41546vw;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .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: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df figure {
    width: 31.40097vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df figure img {
    width: 24.15459vw;
    height: 24.15459vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    overflow: hidden;
    display: inline-block;
    object-fit: cover;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df figure figcaption {
    font-weight: 700;
    font-size: 2.89855vw;
    line-height: 233%;
    color: #272201;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt {
    padding-left: 3.86473vw;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt ul li {
    background: #019D8C;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 3.62319vw;
    font-weight: bold;
    color: #fff;
    text-align: center;
    min-width: 51.44928vw;
    padding: 0 0vw;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt ul li small {
    font-size: 2.89855vw;
    line-height: 3.62319vw;
    display: block;
    padding: 1.44928vw 0.72464vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt ul li small span {
    white-space: nowrap;
  }
  .p_top .blk07 .item_slider .ctn .ctMid .df .txt ul li + li {
    margin-top: 1.20773vw;
  }
  .p_top .blk07 .item_slider .ctn .note {
    font-weight: 400;
    font-size: 2.41546vw;
    line-height: 240%;
    color: #272201;
  }
  .p_top .blk07 .item_slider .ctn .ctBot {
    margin-top: 7.24638vw;
    height: var(--blk07Bot-height);
    position: relative;
    background-color: #272201;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    position: relative;
  }
  .p_top .blk07 .item_slider .ctn .ctBot__inner {
    padding: 3.62319vw 3.62319vw;
    color: #fff;
  }
  .p_top .blk07 .item_slider .ctn .ctBot_text {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 171%;
    color: #FFFFFF;
  }
  .p_top .blk07 .item_slider .ctn .ctBot::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -2.89855vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7.24638vw solid transparent;
    border-right: 7.24638vw solid transparent;
    border-bottom: 3.1401vw solid #272201;
  }
  .p_top .blk07 .item_slider .ctn .ctBot 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;
    padding-bottom: 4.83092vw;
    margin-bottom: 3.62319vw;
    border-bottom: 1px dashed #fff;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li {
    width: 33.09179vw;
    width: 80%;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) {
    margin-right: 7vw;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) dd {
    position: relative;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) dd::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -5.48792vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5.31401vw solid transparent;
    border-bottom: 5.31401vw solid transparent;
    border-left: 3.1401vw solid #F5D618;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(2) dl dd p span:nth-of-type(2) {
    color: #F8003A;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dt {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 175%;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 1.20773vw;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dd {
    background: #E6E6E6;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    color: #272201;
    padding: 2.41546vw 1vw;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 2.89855vw;
    line-height: 114%;
    color: #272201;
    line-height: 1.5;
  }
  .p_top .blk07 .item_slider .ctn .ctBot ul li dl dd p i {
    font-size: 3.38164vw;
    font-style: normal;
  }
  .p_top .blk08 {
    background: url(../../images/blk08_bg.webp) center/100% 100% no-repeat;
    position: relative;
    -moz-background-size: cover;
         background-size: cover;
    padding: 6.28019vw 0 4.83092vw;
  }
  .p_top .blk08::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 246, 232, 0.9);
    display: block;
  }
  .p_top .blk08 .row {
    position: relative;
    z-index: 2;
  }
  .p_top .blk08 .box {
    background: url(../../images/blk08_bg2.webp) center top no-repeat;
    padding: 10.38647vw 7.24638vw 12.07729vw;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    position: relative;
  }
  .p_top .blk08 .box::after {
    content: "";
    position: absolute;
    right: 4.34783vw;
    bottom: -7.61799vw;
    width: 31.97932vw;
    height: 25.62881vw;
    background: url(../../images/blk08_man.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk08 .box h2 {
    font-weight: 900;
    font-size: 6.52174vw;
    line-height: 148%;
    text-align: center;
    color: #272200;
    margin-bottom: 4.83092vw;
  }
  .p_top .blk08 .box h2 small {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 188%;
    text-align: center;
    color: #272200;
    position: relative;
    display: inline-block;
    margin-bottom: 1.93237vw;
  }
  .p_top .blk08 .box h2 small::before {
    content: "";
    position: absolute;
    left: -27.29469vw;
    top: -16.66667vw;
    width: 29.95169vw;
    height: 26.08696vw;
    background: url(../../images/blk08_ic.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk08 .box h2 small::after {
    content: "";
    position: absolute;
    bottom: 1.20773vw;
    left: 0;
    width: 100%;
    height: 1.93237vw;
    background: url(../../images/blk08_line.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .blk08 .box h2 span {
    color: #019D8C;
    border: 1px solid;
    line-height: 7.48792vw;
    display: inline-block;
  }
  .p_top .blk08 .box h2 em {
    font-style: normal;
    color: #F8003A;
  }
  .p_top .blk08 .box p {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 186%;
    color: #272201;
  }
  .p_top .qa {
    background-color: #F8F7F0;
    padding: 7.24638vw 0;
  }
  .p_top .qa h2 {
    padding-top: 12.07729vw;
    position: relative;
    margin-bottom: 4.83092vw;
    font-family: 'Ro GSan Serif Std';
    font-style: normal;
    font-weight: 400;
    font-size: 7.72947vw;
    line-height: 1;
    text-align: center;
    color: #272200;
  }
  .p_top .qa h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 12.80193vw;
    height: 10.38647vw;
    background: url(../../images/ic_qa.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .dlist dl + dl {
    margin-top: 2.41546vw;
  }
  .p_top .qa .dlist dl dt {
    font-weight: 900;
    font-size: 3.62319vw;
    line-height: 125%;
    color: #272200;
    padding: 2.41546vw 12.07729vw 2.41546vw 12.56039vw;
    background: #FBDB18;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    position: relative;
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .p_top .qa .dlist dl dt:hover {
    opacity: 0.7;
  }
  .p_top .qa .dlist dl dt i {
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 4.34783vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: block;
  }
  .p_top .qa .dlist dl dt i:before, .p_top .qa .dlist dl dt i:after {
    content: "";
    position: absolute;
    background-color: #272200;
    -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 .qa .dlist dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .qa .dlist dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .qa .dlist dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .qa .dlist dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7.72947vw;
    height: 7.72947vw;
    background: url(../../images/ic_q.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .dlist dl dd .acc_ctn {
    padding: 2.41546vw 3.62319vw 4.83092vw;
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.1);
         box-shadow: 0vw 0.96618vw 0.96618vw rgba(0, 0, 0, 0.1);
    -moz-border-radius: 0 0 1.20773vw 1.20773vw;
         border-radius: 0 0 1.20773vw 1.20773vw;
  }
  .p_top .qa .dlist dl dd .acc_ctn .text {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 157%;
    color: #272200;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb {
    margin: 3.62319vw 0;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table {
    border-collapse: initial;
    border-spacing: 1.20773vw;
    width: 100%;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table th {
    background-color: #272200;
    color: #fff;
    padding: 0;
    text-align: center;
    font-size: 2.41546vw;
    font-weight: 400;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td {
    padding: 0;
    background-color: #E3E3E3;
    text-align: center;
    font-size: 2.41546vw;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td.nbg {
    background-color: transparent;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td.st2 {
    background-color: #FBDB18;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table td.txt_lg {
    font-size: 2.89855vw;
    font-weight: bold;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table .txt01 {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    padding: 2.41546vw 0;
  }
  .p_top .qa .dlist dl dd .acc_ctn .tb table .txt01 small {
    display: block;
    font-size: 2.89855vw;
    font-weight: 400;
  }
  .p_top .inquiries-box .head-box h2 {
    margin-top: 0;
    top: -3.86473vw;
    position: relative;
    margin-bottom: -3.86473vw;
  }
  .p_top .inquiries-box .head-box {
    margin-bottom: 0;
  }
  .p_top .inquiries-box {
    background: #272200;
    padding-bottom: 9.17874vw;
  }
  .p_top .inquiries-box .row {
    max-width: 111.83575vw;
  }
  .p_top .inquiries-box:after {
    display: none;
  }
  .p_top .inquiries-box .inquiries-box__main {
    max-width: 100%;
    background: #F8F7F0;
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    padding: 4.83092vw;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step {
    max-width: 100%;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head {
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head .icon {
    width: 16.42512vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text {
    width: 100%;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--labels {
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 229%;
    color: #272200;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main {
    background: #FFFFFF;
    border: 1px solid #000000;
    -moz-border-radius: 1.69082vw;
         border-radius: 1.69082vw;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main h3 {
    color: #272200;
    font-size: 3.38164vw;
    font-weight: bold;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main p {
    color: #272200;
    font-size: 2.41546vw;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step__main ul li span {
    background: -webkit-linear-gradient(285deg, #fbdb18 0%, #f4d517 54%, #fbdb18 55%);
    background: -moz- oldlinear-gradient(285deg, #fbdb18 0%, #f4d517 54%, #fbdb18 55%);
    background: linear-gradient(165deg, #fbdb18 0%, #f4d517 54%, #fbdb18 55%);
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    height: 16.18357vw;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step__main ul li span:after {
    display: none;
  }
  .p_top .inquiries-box .reply__main {
    margin-bottom: 4.83092vw;
  }
  .p_top .inquiries-box .reply__main span {
    background-color: #272200;
    height: 16.18357vw;
    padding: 0;
    line-height: 16.18357vw;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main.--erro {
    border-color: #F8003A;
    background-color: #F8003A;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--main.--erro h3 {
    color: #fff;
    font-size: 3.86473vw;
    line-height: 138%;
  }
  .p_top .inquiries-box .form-group .input input[type="text"], .p_top .inquiries-box .form-group .input input[type="email"] {
    height: 12.07729vw;
    background: #F4F4F4;
    border: 1px solid #D2D2D2;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]::-webkit-input-placeholder, .p_top .inquiries-box .form-group .input input[type="email"]::-webkit-input-placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]::-moz-placeholder, .p_top .inquiries-box .form-group .input input[type="email"]::-moz-placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]:-ms-input-placeholder, .p_top .inquiries-box .form-group .input input[type="email"]:-ms-input-placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .form-group .input input[type="text"]::placeholder, .p_top .inquiries-box .form-group .input input[type="email"]::placeholder {
    opacity: 1;
    color: #B5B5B5;
  }
  .p_top .inquiries-box .f_note {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 106%;
    text-align: center;
    color: #F8003A;
    margin-top: 4.10628vw;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step-submit {
    background-color: #019D8C;
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .step-submit:hover {
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .p_top .inquiries-box .form-group .input select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    height: 12.07729vw;
    border: 1px solid #D2D2D2;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #F4F4F4 url(../../images/arb.svg) center right 4.83092vw no-repeat;
    -moz-background-size: 5.31401vw 3.62319vw;
         background-size: 5.31401vw 3.62319vw;
  }
  .p_top .inquiries-box .form-group .input select::-ms-expand {
    display: none;
  }
  .p_top .inquiries-box .inquiries-box__main .contact-step .head__text--bound span {
    background-color: #FBDB18;
  }
  .p_top .inquiries-box__main .contact-step .error {
    text-align: center;
    padding: 3.86473vw 3.62319vw 4.34783vw;
    background: #FFE7E7;
    border-color: #DF0000;
  }
  .p_top .inquiries-box__main .contact-step .error h3 {
    font-size: 3.38164vw;
    line-height: 5.31401vw;
    color: #DF0000;
    margin-bottom: 0;
    font-weight: 700;
  }
  .p_top .inquiries-box__main .contact-step .error p {
    font-size: 3.38164vw;
    line-height: 5.31401vw;
    color: #DF0000;
    font-weight: 700;
  }
  .p_completed .completed_head {
    text-align: center;
    background: url("../../images/bgCompleted_sp.png") 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_completed .completed_head .row {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding-top: 19.32367vw;
    padding-bottom: 11.5942vw;
  }
  .p_completed .completed_head .row h1 {
    position: absolute;
    top: 4.83092vw;
    left: 3.62319vw;
    line-height: 0;
    width: 30.43478vw;
  }
  .p_completed .completed_head .row h1 a {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .p_completed .completed_head .row h1 a img {
    width: 100%;
    height: auto;
  }
  .p_completed .completed_head h2 {
    font-weight: 700;
    font-size: 7.72947vw;
    line-height: 1;
    text-align: center;
    color: #272200;
  }
  .p_completed .completed_head .text {
    font-size: 3.86473vw;
    margin: 6.03865vw 0 8.45411vw;
    line-height: 1.5;
  }
  .p_completed .completed_head .box {
    width: 132.36715vw;
    margin: 0 auto;
    background: #FBDB18;
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    padding: 4.83092vw 0;
    max-width: 100%;
  }
  .p_completed .completed_head .box p {
    font-size: 3.38164vw;
    line-height: 157%;
    text-align: center;
    color: #272200;
  }
  .p_completed .completed_head .box a {
    font-weight: 700;
    font-size: 8.9372vw;
    line-height: 1;
    text-align: center;
    color: #272200;
    /*padding-left: 14.09018vw;*/
    position: relative;
    margin-top: 3.62319vw;
    display: inline-block;
  }
  .p_completed .completed_head .box a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12.27858vw;
    height: 8.05153vw;
    background: url(../../images/ic_tel.webp) center/100% 100% no-repeat;
    display: block;
  }
  .p_completed .what {
    padding-bottom: 2.41546vw;
    margin-top: 11.35266vw;
  }
  .p_completed .what .row {
    max-width: 106.52174vw;
  }
  .p_completed .what h2 {
    background: #272200;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    padding: 3.86473vw;
    margin-bottom: 4.83092vw;
    width: 80.67633vw;
    margin: 0 auto 2.41546vw;
  }
  .p_completed .c_tt {
    font-weight: 700;
    font-size: 6.76329vw;
    line-height: 138%;
    text-align: center;
    color: #272200;
    margin-bottom: 5.7971vw;
  }
  .p_completed .c_tt span {
    color: #F8003A;
  }
  .p_completed .blk07 {
    background-color: transparent;
  }
  .p_completed .blk07 .item_slider {
    margin: 0;
    width: auto;
    background: #F8F7F0;
    -moz-box-shadow: 0vw 0.96618vw 2.657vw rgba(0, 0, 0, 0.1);
         box-shadow: 0vw 0.96618vw 2.657vw rgba(0, 0, 0, 0.1);
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_completed .blk07 .item_slider + .item_slider {
    margin-top: 4.83092vw;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) dd::after {
    right: -6.52174vw;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot {
    min-height: initial;
    padding: 3.62319vw;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul {
    padding-bottom: 0;
    margin-bottom: 0;
    border: 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;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li {
    width: 33.09179vw;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li:nth-of-type(1) {
    margin-right: 0;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li dl dd p {
    line-height: 1.5;
    font-size: 2.89855vw;
  }
  .p_completed .blk07 .item_slider .ctn .ctBot ul li dl dd p i {
    font-size: 3.38164vw;
  }
  .p_completed .blk07 .item_slider .ctn .ctMid .df figure figcaption {
    white-space: nowrap;
  }
  .p_completed .blk07 .item_slider .ctn .ctMid .df figure {
    width: 28.01932vw;
  }
  .p_completed .blk07 .item_slider .ctn {
    padding-left: 4.34783vw;
    padding-right: 4.34783vw;
  }
  .p_completed .blk07 .blk07_slider > div > ul {
    display: block;
  }
  .p_completed .blk07 .item_slider .head {
    background: #fff;
    padding-top: 0;
    overflow: hidden;
  }
  .p_completed .blk07 .item_slider .head .txt01 {
    background-color: #272200;
    font-size: 4.34783vw;
    padding: 1.93237vw;
  }
  .p_completed .blk07 .item_slider .head .txt01 span {
    color: #FBDB18;
  }
  .p_completed .blk07 .item_slider .head .txt02 {
    padding-top: 1.20773vw;
  }
  .p_completed .blk07 .item_slider .head .txt02 span i {
    line-height: 1;
    font-size: 7.24638vw;
  }
  .p_completed .blk07 .item_slider .ctn .ctMid .df .txt ul li small {
    font-size: 2.657vw;
  }
  .p_completed .qa {
    background: none;
  }
  .btnWr {
    text-align: center;
    margin-bottom: 12.07729vw;
  }
  .btnWr .btn_back {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1;
    text-align: center;
    color: #FFFFFF;
    background: #272200;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    position: relative;
    width: 87.19807vw;
    height: 18.11594vw;
    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;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .btnWr .btn_back:hover {
    opacity: 0.7;
    color: #fff;
  }
  .btnWr .btn_back.st2 {
    background-color: #FBDB18;
    color: #272200;
  }
  .btnWr .btn_back.st2:hover {
    opacity: 0.7;
    color: #272200;
  }
  .btnWr .btn_back.st2::after {
    border-right-color: #272200;
  }
  .btnWr .btn_back::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 5.7971vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 2.657vw solid transparent;
    border-bottom: 2.657vw solid transparent;
    border-right: 3.1401vw solid #fff;
  }
  .ttl_cm {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1;
    text-align: center;
    color: #272200;
    margin-bottom: 12.07729vw;
  }
  .p_company .company {
    padding-top: 24.15459vw;
  }
  .p_company .company .row {
    max-width: 169.08213vw;
  }
  .p_company .company .dlist {
    margin-bottom: 14.49275vw;
  }
  .p_company .company .dlist > p {
    margin-bottom: 7.24638vw;
    font-size: 3.38164vw;
    line-height: 175%;
    color: #272200;
  }
  .p_company .company .dlist.st2 dt {
    font-weight: 400;
  }
  .p_company .company .dlist dl {
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 175%;
    color: #272200;
  }
  .p_company .company .dlist dl a {
    color: #272200;
  }
  .p_company .company .dlist dl + dl {
    margin-top: 7.24638vw;
  }
  .p_company .company .dlist dl dt {
    font-weight: bold;
  }
}

.policychk {
  text-align: center;
  margin-top: 10px;
}

@font-face {
  font-family: 'Ro GSan Serif Std';
  font-family: "M PLUS 1p", sans-serif;
  src: url("../fonts/RoGSanSrfStd-Bd.otf");
}

@font-face {
  font-family: 'FOT-TsukuARdGothic Std';
  src: url("../fonts/FOT-TsukuARdGothicStd-B.otf");
}
