@charset "UTF-8";
@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(0.1rem) translateZ(0);
    -moz-transform: perspective(0.1rem) translateZ(0);
         transform: perspective(0.1rem) translateZ(0);
    -moz-box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0);
         box-shadow: 0 0 0.1rem 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;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .header {
    background-color: #fff;
  }
  .header.fixed .header_bot {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header_top {
    padding: 28px 0;
  }
  .header_top h1 {
    font-size: 0;
    line-height: 0;
  }
  .header_top a img {
    width: 244px;
  }
  .header_bot {
    background-color: #004b9b;
    border-top: 1px solid #ccc;
  }
  .header_bot .row {
    position: relative;
  }
  .header_bot .header_nav > 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;
  }
  .header_bot .header_nav > ul > li {
    width: -webkit-calc(100% / 7);
    width: -moz-calc(100% / 7);
    width: calc(100% / 7);
  }
  .header_bot .header_nav > ul > li:first-child a {
    border-left: 1px solid #fff;
  }
  .header_bot .header_nav > ul > li a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 15px 0;
    border-right: 1px solid #fff;
  }
  .header_bot .header_nav > ul > li a span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .header_bot .header_nav > ul > li a small {
    display: block;
    font-size: 8px;
    letter-spacing: 0.06em;
  }
  .header .header_top_right {
    position: absolute;
    top: -104px;
    right: 0;
    text-align: right;
  }
  .header .header_top_right > a {
    font-size: 60px;
    font-family: "Impact";
    color: #FA0300;
    line-height: 1.2;
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .header .header_top_right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
  .header .header_top_right ul li {
    border: 1px solid;
    font-size: 16px;
    color: #004b9b;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding: 4px 10px;
  }
  .header .header_top_right ul li:not(:last-child) {
    margin-right: 15px;
  }
  .footer {
    background-color: #fafafa;
  }
  .footer > p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.12em;
    background-color: #003cb3;
    padding: 15px;
  }
  .footer_top {
    padding: 25px 0 35px;
  }
  .footer_top .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_top .ft_l {
    margin-top: 10px;
  }
  .footer_top .ft_l a {
    display: inline-block;
    width: 315px;
  }
  .footer_top .ft_l p {
    color: #000;
    font-size: 16px;
    line-height: 1.375;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-top: 15px;
  }
  .footer_top .ft_r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top .ft_r ul {
    margin-right: 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1130px) and (min-width: 769px) {
  .footer_top .ft_r ul {
    margin-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .footer_top .ft_r ul li a {
    color: #000;
    font-size: 16px;
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .cta {
    background: url(../img/cta_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 85px 0 50px;
  }
  .cta .row {
    max-width: 930px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta_l {
    width: 59.1%;
  }
  .cta_l dl {
    position: relative;
  }
  .cta_l dl dt {
    position: relative;
    -moz-border-radius: 10px;
         border-radius: 10px;
    color: #fff;
    background-color: #111;
    padding: 11px 18px 11px 55px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.06em;
    position: absolute;
    top: -35px;
    white-space: nowrap;
    left: 0;
  }
  .cta_l dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 24px;
    height: 32px;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .cta_l dl dd {
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 45px 0 25px 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1130px) and (min-width: 769px) {
  .cta_l dl dd {
    padding-left: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .cta_l dl dd .txt01 {
    font-size: 30px;
    color: #111;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .cta_l dl dd .txt01 span {
    background: -webkit-linear-gradient(bottom, #fbce2c 10px, transparent 10px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fbce2c 10px, transparent 10px, transparent 100%);
    background: linear-gradient(to top, #fbce2c 10px, transparent 10px, transparent 100%);
  }
  .cta_l dl dd a {
    font-size: 60px;
    font-family: "Impact";
    color: red;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .cta_l dl dd .txt02 {
    font-size: 18px;
    line-height: 1.55556;
    color: #111;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .cta_l dl dd .txt02 span {
    color: #bf0000;
  }
  .cta_r {
    width: 38.7%;
  }
  .cta_r .cta_btn {
    border: 4px solid #111;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    background-color: #ff0000;
    color: #fff;
    position: relative;
    padding: 15px 0 15px 65px;
    margin-bottom: 9px;
    display: block;
    font-weight: bold;
    position: relative;
  }
  .cta_r .cta_btn.st2 {
    background-color: #00b900;
  }
  .cta_r .cta_btn.st2::before {
    width: 43px;
    height: 41px;
    background-image: url(../img/ic_line.png);
  }
  .cta_r .cta_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
  }
  .cta_r .cta_btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 41px;
    height: 30px;
    background-image: url(../img/ic_mail.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .cta_r .cta_btn small {
    font-size: -webkit-calc(min(1.5vw, 16px));
    font-size: -moz-calc(min(1.5vw, 16px));
    font-size: calc(min(1.5vw, 16px));
    line-height: 1.75;
    letter-spacing: 0.12em;
    display: block;
  }
  .cta_r .cta_btn span {
    font-size: -webkit-calc(min(2.5vw, 30px));
    font-size: -moz-calc(min(2.5vw, 30px));
    font-size: calc(min(2.5vw, 30px));
    line-height: 1;
    letter-spacing: 0.12em;
    display: block;
  }
  .ttl {
    text-align: center;
    padding: 55px 0;
    background-color: #b2ecff;
  }
  .ttl h2 {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    letter-spacing: 0.12em;
    background-color: #111;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    padding: 2px 30px;
    margin-bottom: 15px;
    display: inline-block;
    min-width: 274px;
  }
  .ttl h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #111;
  }
  a.btn {
    border-style: solid;
    border-width: 2px;
    border-color: #111111;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background-color: red;
    width: 284px;
    height: 54px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 1.33333;
    letter-spacing: 0.12em;
    position: relative;
  }
  a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
  }
  .p_top .mv {
    background: url(../img/mv_bg.jpg) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 36px;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .measures {
    background-color: #ffdd00;
  }
  .p_top .measures_main {
    padding: 18px 0 18px 85px;
    background: url(../img/measures_bg2.png) repeat;
    position: relative;
    position: relative;
  }
}

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

@media screen and (min-width: 769px), print {
  .p_top .measures_main::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5px;
    width: 1086px;
    height: 237px;
    background: url(../img/measures_bg1.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .measures_main::after {
    content: "";
    position: absolute;
    bottom: -4px;
    right: 0;
    width: 299px;
    height: 239px;
    background: url(../img/measures_people.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .measures_main h2 {
    position: relative;
    line-height: 1;
    padding-left: 145px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1130px) and (min-width: 769px) {
  .p_top .measures_main h2 {
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .measures_main h2 span {
    line-height: 1;
    display: block;
  }
  .p_top .measures_main h2 span img {
    width: 781px;
  }
  .p_top .measures_main h2 small {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.13333;
    letter-spacing: 0.14em;
  }
  .p_top .measures_main h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 126px;
    height: 126px;
    background: url(../img/measures_circle.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .measures_main ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
  }
  .p_top .measures_main ul li {
    width: 200px;
    text-align: center;
  }
  .p_top .measures_main ul li:not(:last-child) {
    margin-right: 30px;
  }
  .p_top .measures_main ul li p {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 0.06em;
    margin-top: 7px;
  }
  .p_top .t_ttl {
    text-align: center;
    margin-bottom: 40px;
  }
  .p_top .t_ttl.st2 small {
    background-color: #fff;
    color: #111;
  }
  .p_top .t_ttl.st2 small::after {
    border-top-color: #fff;
  }
  .p_top .t_ttl small {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.06em;
    background-color: #111;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    padding: 5px 30px;
    margin-bottom: 15px;
    display: inline-block;
    min-width: 374px;
    z-index: 3;
  }
  .p_top .t_ttl small::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #111;
  }
  .p_top .t_ttl span {
    display: block;
  }
  .p_top .t_ttl span img {
    width: 517px;
    position: relative;
    z-index: 2;
  }
  .p_top .worry {
    padding: 120px 0;
    background: url(../img/worry_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .worry .t_ttl span {
    position: relative;
  }
  .p_top .worry .t_ttl span::before {
    content: "";
    position: absolute;
    top: -85px;
    left: 150px;
    width: 155px;
    height: 201px;
    background: url(../img/worry_tt_bg1.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .worry .t_ttl span::after {
    content: "";
    position: absolute;
    top: -85px;
    right: 140px;
    width: 155px;
    height: 201px;
    background: url(../img/worry_tt_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .worry ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .worry ul li {
    width: -webkit-calc((100% - 60px) / 4);
    width: -moz-calc((100% - 60px) / 4);
    width: calc((100% - 60px) / 4);
  }
  .p_top .worry ul li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .p_top .worry ul li > span {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.02em;
    background-color: #111;
    -moz-border-radius: 9px;
         border-radius: 9px;
    padding: 7px 0;
    margin-bottom: 26px;
    display: block;
    text-align: center;
    white-space: nowrap;
  }
  .p_top .worry ul li > span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -13px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 14px solid #111;
  }
  .p_top .worry ul li .box {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    border: 4px solid #111;
    background-color: #fff;
  }
  .p_top .worry ul li .box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff0000;
    color: #fff;
    padding: 14px;
  }
  .p_top .worry ul li .box dl dt i {
    width: 41px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .worry ul li .box dl dt i.st2 {
    width: 51px;
  }
  .p_top .worry ul li .box dl dt i.st3 {
    width: 34px;
  }
  .p_top .worry ul li .box dl dt i.st4 {
    width: 75px;
  }
  .p_top .worry ul li .box dl dt .txtR {
    width: 100%;
    padding-left: 5px;
  }
  .p_top .worry ul li .box dl dt .txtR .txt01 {
    font-size: -webkit-calc(min(2.5vw, 30px));
    font-size: -moz-calc(min(2.5vw, 30px));
    font-size: calc(min(2.5vw, 30px));
    line-height: 1;
    font-weight: bold;
    letter-spacing: 0.02em;
  }
  .p_top .worry ul li .box dl dt .txtR .txt02 {
    text-align: right;
    font-size: -webkit-calc(min(1.4vw, 17px));
    font-size: -moz-calc(min(1.4vw, 17px));
    font-size: calc(min(1.4vw, 17px));
    line-height: 1.88889;
    font-weight: bold;
  }
  .p_top .worry ul li .box dl dd {
    padding: 15px;
  }
  .p_top .worry ul li .box dl dd figure {
    height: 116px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .worry ul li .box dl dd figure img {
    width: 155px;
  }
  .p_top .worry ul li .box dl dd figure.st2 img {
    width: 161px;
  }
  .p_top .worry ul li .box dl dd figure.st3 {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -10px;
  }
  .p_top .worry ul li .box dl dd figure.st3 img {
    width: 202px;
  }
  .p_top .worry ul li .box dl dd figure.st4 {
    margin-right: -49px;
  }
  .p_top .worry ul li .box dl dd figure.st4 img {
    width: 269px;
  }
  .p_top .worry ul li .box dl dd .txt01 {
    text-align: center;
    color: #111;
    font-size: 15px;
    line-height: 1.3125;
    letter-spacing: 0.06em;
    margin: 15px 0 5px;
    min-height: 79px;
  }
  .p_top .worry ul li .box dl dd .txt_price {
    text-align: center;
    font-size: -webkit-calc(min(2.5vw, 30px));
    font-size: -moz-calc(min(2.5vw, 30px));
    font-size: calc(min(2.5vw, 30px));
    font-weight: bold;
    color: #ff0000;
    white-space: nowrap;
    min-height: 74px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1130px) and (min-width: 769px) {
  .p_top .worry ul li .box dl dd .txt_price {
    min-height: auto;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .worry ul li .box dl dd .txt_price.st2 {
    font-size: 40px;
    margin-left: -5px;
    font-size: -webkit-calc(min(3vw, 40px));
    font-size: -moz-calc(min(3vw, 40px));
    font-size: calc(min(3vw, 40px));
  }
  .p_top .worry ul li .box dl dd .txt_price span {
    font-weight: 400;
    line-height: 1;
    font-size: -webkit-calc(min(4vw, 60px));
    font-size: -moz-calc(min(4vw, 60px));
    font-size: calc(min(4vw, 60px));
    font-family: "Impact";
  }
  .p_top .customers {
    padding: 120px 0;
    background-color: #0053a6;
  }
  .p_top .customers .t_ttl span img {
    width: 500px;
  }
  .p_top .customers .customers_top ul {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 1130px) and (min-width: 769px) {
  .p_top .customers .customers_top ul {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px), print {
  .p_top .customers .customers_top ul li a {
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 33px 60px 33px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .p_top .customers .customers_top ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .customers .customers_top ul li a figure {
    width: 60px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .customers .customers_top ul li a p {
    width: 100%;
    padding-left: 10px;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #111;
  }
  .p_top .customers .customers_bot {
    margin-top: 80px;
    padding: 46px 0;
    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;
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 4px solid #111;
  }
  .p_top .customers .customers_bot figure {
    width: 50%;
    text-align: center;
  }
  .p_top .customers .customers_bot figure img {
    width: 79%;
  }
  .p_top .customers .customers_bot .txt {
    width: 50%;
    text-align: center;
  }
  .p_top .customers .customers_bot .txt dl {
    display: inline-block;
  }
  .p_top .customers .customers_bot .txt dl dt {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 25px;
  }
  .p_top .customers .customers_bot .txt dl dd p {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.66667;
    letter-spacing: 0.12em;
    margin-bottom: 25px;
  }
  .p_top .area {
    background-color: #6cd96c;
    padding: 120px 0;
  }
  .p_top .area .t_ttl span img {
    width: 309px;
  }
  .p_top .area .box {
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 4px solid #111;
    padding: 0 45px 15px;
  }
  .p_top .area .box.st2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
  }
  .p_top .area .box.st2 figure {
    width: 264px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .area .box.st2 .txt {
    width: 100%;
    padding-left: 58px;
  }
  .p_top .area .box.st2 .txt h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.58333;
    margin-bottom: 10px;
    color: #111;
  }
  .p_top .area .box.st2 .txt p {
    font-size: 18px;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .p_top .area .box.st2 .txt .note {
    letter-spacing: 0.12em;
    font-size: 15px;
    line-height: 1.4;
    margin-top: 28px;
  }
  .p_top .area .box + .box {
    margin-top: 10px;
  }
  .p_top .area .box .fig1 {
    text-align: center;
    margin-top: -5px;
  }
  .p_top .area .box .fig1 img {
    width: 624px;
  }
  .p_top .area .box .txt01 {
    margin-top: 15px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p_top .happy {
    background: url(../img/happy_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 120px 0;
  }
  .p_top .happy .happy_tt {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: -webkit-calc(min(2.3vw, 24px));
    font-size: -moz-calc(min(2.3vw, 24px));
    font-size: calc(min(2.3vw, 24px));
    line-height: 1.41667;
    letter-spacing: 0.02em;
    background-color: #111;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    padding: 25px 30px;
    margin-bottom: 42px;
    text-align: center;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 730px;
    min-height: 121px;
  }
  .p_top .happy .happy_tt small {
    display: block;
    font-size: 18px;
  }
  .p_top .happy .happy_tt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #111;
  }
  .p_top .happy_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .happy_top dl {
    width: -webkit-calc((100% - 40px) / 2);
    width: -moz-calc((100% - 40px) / 2);
    width: calc((100% - 40px) / 2);
  }
  .p_top .happy_top dl dd {
    text-align: center;
  }
  .p_top .happy_top dl dd figure {
    height: 360px;
    margin-bottom: 25px;
  }
  .p_top .happy_top dl dd figure img {
    border: 4px solid #111;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .happy_top dl dd p {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55556;
  }
  .p_top .happy_top dl dd p + p {
    margin-top: 25px;
  }
  .p_top .happy_top dl dd .btn {
    margin-top: 40px;
  }
  .p_top .happy_mid {
    margin: 120px 0 80px;
    text-align: center;
  }
  .p_top .happy_mid .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 .happy_mid .df_l {
    width: 50%;
    padding-right: 30px;
  }
  .p_top .happy_mid .df_l ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .happy_mid .df_l ul li {
    width: -webkit-calc((100% - 15px) / 2);
    width: -moz-calc((100% - 15px) / 2);
    width: calc((100% - 15px) / 2);
    height: 170px;
    margin-bottom: 10px;
  }
  .p_top .happy_mid .df_l ul li.full {
    height: 350px;
    width: 100%;
  }
  .p_top .happy_mid .df_l ul li img {
    border: 4px solid #111;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .happy_mid .df_r {
    width: 50%;
  }
  .p_top .happy_mid .df_r p {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.77778;
  }
  .p_top .happy_mid .df_r p + p {
    margin-top: 35px;
  }
  .p_top .happy_bot {
    text-align: center;
  }
  .p_top .happy_bot .box {
    background-color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    border: 4px solid #111;
    margin-bottom: 15px;
    text-align: left;
  }
  .p_top .happy_bot .box + p {
    letter-spacing: 0.06em;
    font-size: 18px;
    line-height: 1.88889;
    font-weight: 500;
    text-align: center;
  }
  .p_top .happy_bot .box h3 {
    padding: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.41667;
    color: #fff;
    letter-spacing: 0.06em;
    background-color: #003cb3;
  }
  .p_top .happy_bot .box .df {
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .happy_bot .box .df_l {
    width: 328px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .happy_bot .box .df_r {
    width: 100%;
    padding-left: 12px;
  }
  .p_top .happy_bot .box .df_r ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -11px -10px;
  }
  .p_top .happy_bot .box .df_r ul li {
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background-color: #f7d62f;
    font-weight: bold;
    width: 160px;
    height: 160px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 24px;
    line-height: 1.08333;
    margin: 0 11px 10px;
  }
  .p_top .happy_bot .box .df_r ul li small {
    font-size: 18px;
  }
  .p_top .happy_bot .box .df_r ul li::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 10px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: -moz-calc(100% - 20px);
    height: calc(100% - 20px);
    display: block;
    border: 2px solid #fff;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    z-index: -1;
  }
  .p_top .service {
    padding: 80px 0;
  }
  .p_top .service .t_ttl span img {
    width: 498px;
  }
  .p_top .service_main {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-color: #b2ecff;
    padding: 112px 80px 80px;
  }
  .p_top .service_main ul {
    display: -ms-grid;
    display: grid;
    gap: 93px 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .service_main ul + p {
    text-align: center;
    font-size: 30px;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-top: 45px;
  }
  .p_top .service_main ul li {
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 4px solid #111;
    background-color: #fff;
    padding: 80px 28px 25px;
    position: relative;
  }
  .p_top .service_main ul li > span {
    background: url(../img/service_tt_bg.png) center/contain no-repeat;
    width: 90px;
    height: 86px;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #fff;
    padding-top: 5px;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .service_main ul li > span i {
    letter-spacing: 0;
    font-style: normal;
    font-size: 32px;
    line-height: 1;
    display: block;
  }
  .p_top .service_main ul li h3 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #003cb3;
    margin-bottom: 15px;
  }
  .p_top .service_main ul li figure {
    height: 174px;
    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;
    margin-bottom: 15px;
  }
  .p_top .service_main ul li figure img {
    width: 119px;
  }
  .p_top .service_main ul li figure.st2 img {
    width: 212px;
  }
  .p_top .service_main ul li figure.st3 img {
    width: 223px;
  }
  .p_top .service_main ul li figure.st4 img {
    width: 121px;
  }
  .p_top .service_main ul li p {
    font-size: 18px;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .p_service .service .intro {
    padding: 95px 0 75px;
  }
  .p_service .service .intro.st2 {
    padding: 120px 0 80px;
    text-align: center;
  }
  .p_service .service .intro.st2 .row {
    padding: 0;
  }
  .p_service .service .intro.st2 .row h2 {
    font-weight: bold;
    color: #ff0000;
    letter-spacing: 0.12em;
  }
  .p_service .service .intro.st2 .row p {
    text-align: center;
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 0.12em;
  }
  .p_service .service .intro .row {
    padding-left: 50px;
  }
  .p_service .service .intro .row h2 {
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: 30px;
    margin-bottom: 15px;
  }
  .p_service .service .intro .row p {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.12em;
  }
  .p_service .service .intro .row p + p {
    margin-top: 25px;
  }
  .p_service .service_main {
    background-color: #b2ecff;
    padding: 120px 0;
  }
  .p_service .service_main.st2 {
    padding-top: 0;
    background-color: transparent;
  }
  .p_service .service_main.st2 .item h2 {
    font-size: 18px;
    line-height: 1.33333;
    letter-spacing: 0.12em;
    border-bottom-width: 1px;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .p_service .service_main.st2 .item h2::before {
    width: 15px;
    height: 15px;
  }
  .p_service .service_main.st2 .item .df .txt p {
    font-size: 15px;
    line-height: 1.66667;
  }
  .p_service .service_main .item + .item {
    margin-top: 70px;
  }
  .p_service .service_main .item h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-bottom: 2px solid #023693;
    position: relative;
    padding-left: 46px;
    color: #111;
    margin-bottom: 25px;
  }
  .p_service .service_main .item h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 26px;
    height: 26px;
    background-color: #004b9b;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    display: block;
  }
  .p_service .service_main .item h3 {
    font-size: 18px;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #023693;
    position: relative;
    margin-bottom: 35px;
  }
  .p_service .service_main .item .listImg {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_service .service_main .item .listImg li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_service .service_main .item .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
  .p_service .service_main .item .df .txt {
    width: 100%;
    padding-right: 10px;
  }
  .p_service .service_main .item .df .txt .listText {
    margin-bottom: 20px;
  }
  .p_service .service_main .item .df .txt .listText li {
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4;
  }
  .p_service .service_main .item .df .txt p {
    text-align: left;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33333;
  }
  .p_service .service_main .item .df .txt p + p {
    margin-top: 20px;
  }
  .p_service .service_main .item .df figure, .p_service .service_main .item .df .df_r {
    text-align: center;
    width: 360px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_contact .f_btn {
    width: 265px;
    height: 60px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    background: #242829;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    letter-spacing: 0.12em;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 0;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_contact .f_btn:hover {
    opacity: 0.7;
  }
  .p_contact .f_btn.st2 {
    border: 1px solid #ccc;
    color: #222;
    background-color: transparent;
  }
  .p_contact .contact_completed {
    text-align: center;
    padding: 120px 0;
  }
  .p_contact .contact_completed h3 {
    font-size: 18px;
    line-height: 2.11111;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .p_contact .contact_completed p {
    font-size: 18px;
    line-height: 2.11111;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 10px 0 45px;
  }
  .p_contact .contact_completed .f_btn {
    width: 351px;
  }
  .p_contact .contact {
    padding: 120px 0 73px;
  }
  .p_contact .contact .f_txt {
    font-size: 18px;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 45px;
  }
  .p_contact .contact .btnGr {
    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: 80px;
    margin-bottom: 50px;
  }
  .p_contact .contact .btnGr .f_btn,
  .p_contact .contact .btnGr .btn_back {
    margin: 0 11px;
  }
  .p_contact .contact .form {
    position: relative;
    z-index: 2;
  }
  .p_contact .contact .form .box_privacy {
    border: 1px solid #ccc;
    padding: 15px 20px;
    padding-right: 0;
    overflow-y: auto;
    height: 240px;
    margin: 30px auto 45px;
  }
  .p_contact .contact .form .box_privacy dl {
    font-size: 16px;
    line-height: 1.625;
    color: #231815;
    letter-spacing: 0.12em;
    margin-top: 25px;
  }
  .p_contact .contact .form .box_privacy dl dd > ul:not(:first-child) {
    margin-top: 25px;
  }
  .p_contact .contact .form .box_privacy dl dd > ul li {
    font-size: 16px;
    line-height: 1.625;
    color: #231815;
    letter-spacing: 0.12em;
  }
  .p_contact .contact .form .box_privacy dl dd > ul ul {
    padding-left: 15px;
  }
  .p_contact .contact .form .box_privacy dl dd > ul ul ul {
    padding-left: 15px;
  }
  .p_contact .contact .form .box_privacy p {
    font-size: 16px;
    line-height: 1.625;
    color: #231815;
    letter-spacing: 0.12em;
  }
  .p_contact .contact .form .box_privacy p:last-child {
    margin-top: 25px;
  }
  .p_contact .contact .form .box_privacy p + p {
    margin-top: 25px;
  }
  .p_contact .contact .form .f_txt {
    text-align: center;
    font-weight: normal;
    font-size: 20px;
    line-height: 2;
    margin: 30px 0 50px;
    letter-spacing: 0.05em;
  }
  .p_contact .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 30px;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_contact .contact .form .checkboxWr div, .p_contact .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_contact .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .p_contact .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 27px;
  }
  .p_contact .contact .form .checkboxWr label span a {
    text-decoration: underline;
  }
  .p_contact .contact .form .checkboxWr label span a:hover {
    text-decoration: none;
  }
  .p_contact .contact .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 15px;
    height: 15px;
    background: #fff;
    border: 1px solid #222;
  }
  .p_contact .contact .form .checkboxWr label span::after {
    left: 5px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #222;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form .f_list dl {
    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_contact .contact .form .f_list dl:last-child dt, .p_contact .contact .form .f_list dl:last-child dd {
    border-bottom: 1px solid #ccc;
  }
  .p_contact .contact .form .f_list dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 30px;
  }
  .p_contact .contact .form .f_list dl dt {
    border-top: 1px solid #ccc;
    width: 300px;
    padding: 20px 10px 20px 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .p_contact .contact .form .f_list dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    line-height: 1.55556;
    font-weight: 500;
    letter-spacing: 0.12em;
    border-top: 1px solid #ccc;
    width: -webkit-calc(100% - 310px);
    width: -moz-calc(100% - 310px);
    width: calc(100% - 310px);
    padding: 20px 50px 20px 10px;
  }
  .p_contact .contact .form .f_list dl dd input {
    width: 100%;
    padding: 0 18px;
    outline: none;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 50px;
    background: #fafafa;
    border: 0;
  }
  .p_contact .contact .form .f_list dl dd input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd input::placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea {
    width: 100%;
    padding: 15px 18px;
    outline: none;
    font-size: 15px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 150px;
    background: #fafafa;
    border: 0;
  }
  .p_contact .contact .form .f_list dl dd textarea::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea::placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #ccc;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    opacity: 1 !important;
  }
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #ccc;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
  }
  .p_flow .flow {
    padding: 100px 0 80px;
  }
  .p_flow .flow .flow_txt {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    line-height: 1.33333;
    letter-spacing: 0.12em;
    margin-bottom: 85px;
  }
  .p_flow .flow .flow_txt span {
    color: #ff0000;
    font-weight: bold;
  }
  .p_flow .flow .flow_list {
    display: -ms-grid;
    display: grid;
    gap: 7px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    position: relative;
  }
  .p_flow .flow .flow_list::after {
    content: "";
    position: absolute;
    top: 280px;
    left: 0;
    width: 100%;
    height: 10px;
    background: #ff0000;
    display: block;
    z-index: -1;
  }
  .p_flow .flow .flow_list > li > span {
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.66667;
    letter-spacing: 0.12em;
    margin-bottom: 5px;
    color: #ff0000;
  }
  .p_flow .flow .flow_list > li .box {
    border: 1px solid #ccc;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    padding: 9px;
    background-color: #fff;
  }
  .p_flow .flow .flow_list > li .box figure {
    height: 160px;
  }
  .p_flow .flow .flow_list > li .box figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_flow .flow .flow_list > li .box h3 {
    text-align: center;
    font-weight: bold;
    font-size: -webkit-calc(min(1.5vw, 18px));
    font-size: -moz-calc(min(1.5vw, 18px));
    font-size: calc(min(1.5vw, 18px));
    line-height: 1.33333;
    letter-spacing: 0.12em;
    color: #111;
    margin: 25px 0 15px;
  }
  .p_flow .flow .flow_list > li .box .box_text {
    font-size: -webkit-calc(min(1.5vw, 15px));
    font-size: -moz-calc(min(1.5vw, 15px));
    font-size: calc(min(1.5vw, 15px));
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.12em;
    min-height: 147px;
  }
  .p_flow .flow .flow_list > li .box .box_inner {
    background-color: #b2ecff;
    padding: 15px 7px;
    margin-top: 15px;
    min-height: 186px;
  }
  .p_flow .flow .flow_list > li .box .box_inner dl dt {
    font-size: -webkit-calc(min(1.5vw, 15px));
    font-size: -moz-calc(min(1.5vw, 15px));
    font-size: calc(min(1.5vw, 15px));
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p_flow .flow .flow_list > li .box .box_inner dl dd ul li {
    font-size: -webkit-calc(min(1.5vw, 15px));
    font-size: -moz-calc(min(1.5vw, 15px));
    font-size: calc(min(1.5vw, 15px));
    font-weight: 500;
    line-height: 1.13333;
    letter-spacing: 0.08em;
    position: relative;
    padding-left: 15px;
    margin-top: 4px;
  }
  .p_flow .flow .flow_list > li .box .box_inner dl dd ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_voice .voice {
    padding: 120px 0 80px;
  }
  .p_voice .voice .voice_tt {
    text-align: center;
    font-size: 24px;
    line-height: 1.16667;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 45px;
  }
  .p_voice .voice .voice_txt {
    font-size: 18px;
    line-height: 1.55556;
    font-weight: 500;
    text-align: center;
    margin-bottom: 75px;
  }
  .p_voice .voice .voice_list.st2 dl dt {
    position: relative;
    padding-left: 60px;
    margin-bottom: 32px;
  }
  .p_voice .voice .voice_list.st2 dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    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;
    color: #fff;
    background-color: #222;
    font-size: 24px;
    letter-spacing: 0;
    padding-bottom: 3px;
  }
  .p_voice .voice .voice_list.st2 dl dd {
    background-color: #b2ecff;
  }
  .p_voice .voice .voice_list li + li {
    margin-top: 50px;
  }
  .p_voice .voice .voice_list li dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .p_voice .voice .voice_list li dl dt figure {
    width: 50px;
    height: 50px;
    margin-right: 10px;
  }
  .p_voice .voice .voice_list li dl dt figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_voice .voice .voice_list li dl dd {
    padding: 25px 30px;
    background-color: #f0f2f3;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.86667;
  }
  .p_voice .voice .voice_list li dl dd p {
    text-align: left;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.86667;
  }
  .p_voice .voice .voice_list li dl dd p + p {
    margin-top: 30px;
  }
  .p_company .company {
    padding: 100px 0;
  }
  .p_company .company_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;
  }
  .p_company .company_main .dlist {
    width: 100%;
  }
  .p_company .company_main .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #ccc;
  }
  .p_company .company_main .dlist dl:first-child {
    border-top: 1px solid #ccc;
  }
  .p_company .company_main .dlist dl dt {
    width: 140px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    letter-spacing: 0.12em;
    font-size: 18px;
    font-weight: bold;
    -moz-text-align-last: justify;
         text-align-last: justify;
    padding-right: 50px;
  }
  .p_company .company_main .dlist dl dd {
    padding-right: 10px;
    width: 100%;
    font-size: 16px;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 15.94203vw;
    -moz-box-shadow: 0px 1px 0.72464vw rgba(0, 0, 0, 0.13);
         box-shadow: 0px 1px 0.72464vw rgba(0, 0, 0, 0.13);
  }
  .header h1 a {
    height: 15.94203vw;
    padding-left: 3.62319vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header h1 a img {
    width: 34.78261vw;
  }
  .header .row {
    padding: 0;
  }
  .header_bot {
    position: fixed;
    height: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    height: 0;
    padding: 12.07729vw 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow-y: auto;
    width: 100%;
    background-color: #004b9b;
  }
  .header_bot.active {
    opacity: 1;
    visibility: visible;
  }
  .header_bot .header_nav > ul > li > a {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 3.62319vw 0;
  }
  .header_bot .header_nav > ul > li > a span {
    font-size: 5.7971vw;
    font-weight: bold;
    display: block;
    line-height: 1.2;
    letter-spacing: 0.06em;
  }
  .header_bot .header_nav > ul > li > a small {
    display: block;
    font-size: 2.89855vw;
    letter-spacing: 0.06em;
  }
  .header_bot .header_top_right {
    margin-top: 6.03865vw;
    padding-top: 6.03865vw;
    text-align: center;
    border-top: 1px solid #fff;
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .header_bot .header_top_right > a {
    font-size: 14.49275vw;
    font-family: "Impact";
    color: #fff;
    line-height: 1.2;
    letter-spacing: 0.2em;
    white-space: nowrap;
    display: inline-block;
    line-height: 1;
  }
  .header_bot .header_top_right 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;
    margin-bottom: 1.20773vw;
  }
  .header_bot .header_top_right ul li {
    border: 1px solid;
    font-size: 3.86473vw;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    display: inline-block;
    padding: 0.96618vw 2.41546vw;
    white-space: nowrap;
  }
  .header_bot .header_top_right ul li:not(:last-child) {
    margin-right: 2.41546vw;
  }
  .header .menu_icon {
    width: 12.07729vw;
    height: 12.07729vw;
    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: fixed;
    top: 1.93237vw;
    right: 3.62319vw;
    z-index: 99;
    cursor: pointer;
    background-color: #004b9b;
  }
  .header .menu_icon.active {
    border-color: transparent;
  }
  .header .menu_icon.active i {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(1.69082vw) rotate(-45deg);
       -moz-transform: translateY(1.69082vw) rotate(-45deg);
        -ms-transform: translateY(1.69082vw) rotate(-45deg);
            transform: translateY(1.69082vw) rotate(-45deg);
    background-color: #fff;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-1.69082vw) rotate(45deg);
       -moz-transform: translateY(-1.69082vw) rotate(45deg);
        -ms-transform: translateY(-1.69082vw) rotate(45deg);
            transform: translateY(-1.69082vw) rotate(45deg);
    background-color: #fff;
  }
  .header .menu_icon_in {
    width: 9.17874vw;
    height: 8.05153vw;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header .menu_icon_in i {
    font-size: 2.97287vw;
    text-align: center;
    font-style: normal;
    line-height: 1;
    color: #fff;
    white-space: nowrap;
    width: 100%;
    text-align: center;
    margin-top: 1.20773vw;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 10.06441vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    min-height: 1px;
    background-color: #fff;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 1.69082vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .footer {
    background-color: #fafafa;
  }
  .footer > p {
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 3.38164vw;
    letter-spacing: 0.12em;
    background-color: #003cb3;
    padding: 3.01932vw;
  }
  .footer_top {
    padding: 6.03865vw 0 8.45411vw;
  }
  .footer_top .ft_l {
    margin-top: 2.41546vw;
  }
  .footer_top .ft_l a {
    display: inline-block;
    width: 38.04348vw;
  }
  .footer_top .ft_l p {
    color: #000;
    font-size: 3.86473vw;
    line-height: 1.375;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .footer_top .ft_r {
    margin-top: 3.62319vw;
  }
  .footer_top .ft_r ul li a {
    color: #000;
    font-size: 3.86473vw;
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .cta {
    background: url(../img/cta_bg.png) 0 0 no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 20.5314vw 0 6.03865vw;
  }
  .cta_l {
    margin-bottom: 7.24638vw;
  }
  .cta_l dl {
    position: relative;
  }
  .cta_l dl dt {
    position: relative;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    color: #fff;
    background-color: #111;
    padding: 2.657vw 4.34783vw 2.657vw 13.28502vw;
    display: inline-block;
    font-size: 4.34783vw;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.06em;
    position: absolute;
    top: -8.45411vw;
    left: 0;
  }
  .cta_l dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.02576vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7.24638vw;
    height: 9.66184vw;
    background: url(../img/ic_tel.png) center/100% 100% no-repeat;
    display: block;
  }
  .cta_l dl dd {
    background-color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 10.86957vw 0 6.03865vw 3.62319vw;
  }
  .cta_l dl dd .txt01 {
    font-size: 6.03865vw;
    color: #111;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .cta_l dl dd .txt01 span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.41546vw, #fbce2c), color-stop(2.41546vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #fbce2c 2.41546vw, transparent 2.41546vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fbce2c 2.41546vw, transparent 2.41546vw, transparent 100%);
    background: linear-gradient(to top, #fbce2c 2.41546vw, transparent 2.41546vw, transparent 100%);
  }
  .cta_l dl dd a {
    font-size: 12.07729vw;
    font-family: "Impact";
    color: red;
    line-height: 1;
    letter-spacing: 0.12em;
    white-space: nowrap;
  }
  .cta_l dl dd .txt02 {
    font-size: 3.62319vw;
    line-height: 1.55556;
    color: #111;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .cta_l dl dd .txt02 span {
    color: #bf0000;
  }
  .cta_r .cta_btn {
    border: 0.96618vw solid #111;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    background-color: #ff0000;
    color: #fff;
    position: relative;
    padding: 3.62319vw 0 3.62319vw 15.70048vw;
    margin-bottom: 2.17391vw;
    display: block;
    font-weight: bold;
    position: relative;
  }
  .cta_r .cta_btn.st2 {
    background-color: #00b900;
  }
  .cta_r .cta_btn.st2::before {
    width: 10.38647vw;
    height: 9.90338vw;
    background-image: url(../img/ic_line.png);
  }
  .cta_r .cta_btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.93237vw solid transparent;
    border-bottom: 1.93237vw solid transparent;
    border-left: 2.41546vw solid #fff;
  }
  .cta_r .cta_btn::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: 9.90338vw;
    height: 7.24638vw;
    background-image: url(../img/ic_mail.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
  }
  .cta_r .cta_btn small {
    font-size: 3.86473vw;
    line-height: 1.75;
    letter-spacing: 0.12em;
    display: block;
  }
  .cta_r .cta_btn span {
    font-size: 7.24638vw;
    line-height: 1;
    letter-spacing: 0.12em;
    display: block;
  }
  .ttl {
    text-align: center;
    padding: 13.28502vw 0;
    background-color: #b2ecff;
  }
  .ttl h2 {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 6.03865vw;
    letter-spacing: 0.12em;
    background-color: #111;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    padding: 0.48309vw 7.24638vw;
    margin-bottom: 3.62319vw;
    display: inline-block;
    min-width: 66.18357vw;
  }
  .ttl h2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2.657vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2.41546vw solid transparent;
    border-right: 2.41546vw solid transparent;
    border-top: 2.89855vw solid #111;
  }
  a.btn {
    border-style: solid;
    border-width: 0.48309vw;
    border-color: #111111;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background-color: red;
    width: 68.59903vw;
    height: 13.04348vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    font-size: 4.34783vw;
    font-weight: bold;
    color: #fff;
    line-height: 1.33333;
    letter-spacing: 0.12em;
    position: relative;
  }
  a.btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.83092vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.20773vw solid transparent;
    border-bottom: 1.20773vw solid transparent;
    border-left: 1.69082vw solid #fff;
  }
  .p_top .mv {
    background: url(../img/mv_bg.jpg) center bottom no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding-top: 4.34783vw;
  }
  .p_top .mv figure img, .p_top .mv picture img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .measures {
    background-color: #ffdd00;
  }
  .p_top .measures_main {
    padding: 6.03865vw 3.62319vw 16.90821vw;
    background: url(../img/measures_bg2.png) repeat;
    position: relative;
    position: relative;
  }
  .p_top .measures_main::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 1.20773vw;
    width: 100%;
    height: 14.31159vw;
    background: url(../img/measures_bg1.png) center bottom no-repeat;
    display: block;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .measures_main::after {
    content: "";
    position: absolute;
    bottom: -0.96618vw;
    right: 0;
    width: 24.07407vw;
    height: 19.24316vw;
    background: url(../img/measures_people.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .measures_main h2 {
    position: relative;
    line-height: 1;
    padding-left: 17.51208vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .measures_main h2 span {
    line-height: 1;
    display: block;
  }
  .p_top .measures_main h2 small {
    display: block;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.13333;
    letter-spacing: 0.14em;
  }
  .p_top .measures_main h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 15.21739vw;
    height: 15.21739vw;
    background: url(../img/measures_circle.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .measures_main ul {
    position: relative;
    z-index: 2;
    display: -ms-grid;
    display: grid;
    gap: 2.41546vw;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top .measures_main ul li {
    text-align: center;
  }
  .p_top .measures_main ul li p {
    font-weight: bold;
    font-size: 3.10559vw;
    line-height: 1.33333;
    margin-top: 1.69082vw;
  }
  .p_top .t_ttl {
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .p_top .t_ttl.st2 small {
    background-color: #fff;
    color: #111;
  }
  .p_top .t_ttl.st2 small::after {
    border-top-color: #fff;
  }
  .p_top .t_ttl small {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.06em;
    background-color: #111;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    padding: 1.20773vw 7.24638vw;
    margin-bottom: 3.62319vw;
    display: inline-block;
    z-index: 3;
  }
  .p_top .t_ttl small::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2.657vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2.41546vw solid transparent;
    border-right: 2.41546vw solid transparent;
    border-top: 2.89855vw solid #111;
  }
  .p_top .t_ttl span {
    display: block;
  }
  .p_top .t_ttl span img {
    width: 73.45837vw;
    position: relative;
    z-index: 2;
  }
  .p_top .worry {
    padding: 14.49275vw 0;
    background: #509be6;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .worry .t_ttl span {
    position: relative;
  }
  .p_top .worry .t_ttl span::before {
    content: "";
    position: absolute;
    top: -5.13285vw;
    left: 9.05797vw;
    width: 18.71981vw;
    height: 24.27536vw;
    background: url(../img/worry_tt_bg1.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .worry .t_ttl span::after {
    content: "";
    position: absolute;
    top: -5.13285vw;
    right: 8.45411vw;
    width: 18.71981vw;
    height: 24.27536vw;
    background: url(../img/worry_tt_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .worry ul {
    display: -ms-grid;
    display: grid;
    gap: 7.24638vw 2.41546vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .worry ul li > span {
    text-align: center;
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 3.10559vw;
    background-color: #111;
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
    padding: 1.69082vw 2.41546vw;
    margin-bottom: 4.1868vw;
    display: block;
  }
  .p_top .worry ul li > span::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -3.1401vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.69082vw solid transparent;
    border-right: 1.69082vw solid transparent;
    border-top: 3.38164vw solid #111;
  }
  .p_top .worry ul li .box {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    border: 0.96618vw solid #111;
    background-color: #fff;
    height: -webkit-calc(100% - 7.97101vw);
    height: -moz-calc(100% - 7.97101vw);
    height: calc(100% - 7.97101vw);
  }
  .p_top .worry ul li .box dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #ff0000;
    color: #fff;
    padding: 3.38164vw;
  }
  .p_top .worry ul li .box dl dt i {
    width: 4.95169vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .worry ul li .box dl dt i.st2 {
    width: 6.15942vw;
  }
  .p_top .worry ul li .box dl dt i.st3 {
    width: 4.10628vw;
  }
  .p_top .worry ul li .box dl dt i.st4 {
    width: 8.99758vw;
  }
  .p_top .worry ul li .box dl dt .txtR {
    width: 100%;
    padding-left: 1.20773vw;
  }
  .p_top .worry ul li .box dl dt .txtR .txt01 {
    font-size: 4.83092vw;
    line-height: 1;
    font-weight: bold;
  }
  .p_top .worry ul li .box dl dt .txtR .txt02 {
    text-align: right;
    font-size: 2.89855vw;
    line-height: 1.88889;
    font-weight: bold;
  }
  .p_top .worry ul li .box dl dd {
    padding: 3.62319vw;
  }
  .p_top .worry ul li .box dl dd figure {
    height: 14.00966vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .worry ul li .box dl dd figure img {
    width: 18.71981vw;
  }
  .p_top .worry ul li .box dl dd figure.st2 img {
    width: 19.44444vw;
  }
  .p_top .worry ul li .box dl dd figure.st3 {
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: -0.60386vw;
  }
  .p_top .worry ul li .box dl dd figure.st3 img {
    width: 24.39614vw;
  }
  .p_top .worry ul li .box dl dd figure.st4 {
    margin-right: -2.95894vw;
  }
  .p_top .worry ul li .box dl dd figure.st4 img {
    width: 32.48792vw;
  }
  .p_top .worry ul li .box dl dd .txt01 {
    text-align: center;
    color: #111;
    font-size: 3.62319vw;
    line-height: 1.3125;
    letter-spacing: 0.06em;
    margin: 3.62319vw 0 1.20773vw;
  }
  .p_top .worry ul li .box dl dd .txt01.mh_sp {
    min-height: 28.74396vw;
  }
  .p_top .worry ul li .box dl dd .txt_price {
    text-align: center;
    font-size: 4.02576vw;
    font-weight: bold;
    color: #ff0000;
    white-space: nowrap;
  }
  .p_top .worry ul li .box dl dd .txt_price.st2 {
    font-size: 5.63607vw;
  }
  .p_top .worry ul li .box dl dd .txt_price span {
    font-weight: 400;
    line-height: 1;
    font-size: 8.05153vw;
    font-family: "Impact";
  }
  .p_top .customers {
    padding: 14.49275vw 0;
    background-color: #0053a6;
  }
  .p_top .customers .t_ttl span img {
    width: 60.38647vw;
  }
  .p_top .customers .customers_top ul li + li {
    margin-top: 3.62319vw;
  }
  .p_top .customers .customers_top ul li a {
    background-color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 3.62319vw 14.49275vw 3.62319vw 4.83092vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .p_top .customers .customers_top ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.83092vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7.24638vw;
    height: 7.24638vw;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .customers .customers_top ul li a figure {
    width: 14.49275vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .customers .customers_top ul li a p {
    width: 100%;
    padding-left: 2.41546vw;
    font-size: 4.34783vw;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #111;
  }
  .p_top .customers .customers_bot {
    margin-top: 9.66184vw;
    padding: 9.66184vw 3.62319vw 3.62319vw;
    background-color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.96618vw solid #111;
  }
  .p_top .customers .customers_bot figure {
    text-align: center;
    margin-bottom: 7.24638vw;
  }
  .p_top .customers .customers_bot .txt {
    text-align: center;
  }
  .p_top .customers .customers_bot .txt dl {
    display: inline-block;
  }
  .p_top .customers .customers_bot .txt dl dt {
    font-size: 6.03865vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 6.03865vw;
  }
  .p_top .customers .customers_bot .txt dl dd p {
    font-weight: 500;
    font-size: 3.62319vw;
    line-height: 1.66667;
    letter-spacing: 0.12em;
    margin-bottom: 6.03865vw;
  }
  .p_top .customers .customers_bot .txt dl dd p br {
    display: none;
  }
  .p_top .area {
    background-color: #6cd96c;
    padding: 14.49275vw 0;
  }
  .p_top .area .t_ttl span img {
    width: 37.31884vw;
  }
  .p_top .area .box {
    background-color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.96618vw solid #111;
    padding: 3.62319vw;
  }
  .p_top .area .box.st2 figure {
    margin-bottom: 3.62319vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .area .box.st2 .txt h3 {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.58333;
    margin-bottom: 2.41546vw;
    color: #111;
  }
  .p_top .area .box.st2 .txt p {
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .p_top .area .box.st2 .txt .note {
    letter-spacing: 0.12em;
    font-size: 3.62319vw;
    line-height: 1.4;
    margin-top: 3.38164vw;
  }
  .p_top .area .box + .box {
    margin-top: 2.41546vw;
  }
  .p_top .area .box .fig1 {
    text-align: center;
  }
  .p_top .area .box .txt01 {
    margin-top: 3.62319vw;
    font-size: 4.83092vw;
    font-weight: bold;
    letter-spacing: 0.04em;
  }
  .p_top .happy {
    background: url(../img/happy_bg.png) top center no-repeat;
    -moz-background-size: 463.76812vw 647.343vw;
         background-size: 463.76812vw 647.343vw;
    padding: 14.49275vw 0;
  }
  .p_top .happy .happy_tt {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 4.45931vw;
    line-height: 1.41667;
    letter-spacing: 0.02em;
    background-color: #111;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    padding: 3.62319vw 7.24638vw;
    margin-bottom: 10.14493vw;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    min-height: 24.35588vw;
  }
  .p_top .happy .happy_tt small {
    display: block;
    font-size: 3.62319vw;
  }
  .p_top .happy .happy_tt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2.657vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 2.41546vw solid transparent;
    border-right: 2.41546vw solid transparent;
    border-top: 2.89855vw solid #111;
  }
  .p_top .happy_top dl + dl {
    margin-top: 19.32367vw;
  }
  .p_top .happy_top dl dd {
    text-align: center;
  }
  .p_top .happy_top dl dd figure {
    margin-bottom: 6.03865vw;
  }
  .p_top .happy_top dl dd figure img {
    border: 0.96618vw solid #111;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .happy_top dl dd p {
    text-align: left;
    font-size: 4.34783vw;
    font-weight: 500;
    line-height: 1.55556;
    font-weight: 700;
  }
  .p_top .happy_top dl dd p + p {
    margin-top: 6.03865vw;
  }
  .p_top .happy_top dl dd .btn {
    margin-top: 9.66184vw;
  }
  .p_top .happy_mid {
    margin: 14.49275vw 0 9.66184vw;
    text-align: center;
  }
  .p_top .happy_mid .df_l {
    margin-bottom: 3.62319vw;
  }
  .p_top .happy_mid .df_l ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .happy_mid .df_l ul li {
    width: -webkit-calc((100% - 3.62319vw) / 2);
    width: -moz-calc((100% - 3.62319vw) / 2);
    width: calc((100% - 3.62319vw) / 2);
    height: 34.219vw;
    margin-bottom: 2.41546vw;
  }
  .p_top .happy_mid .df_l ul li.full {
    height: 70.45089vw;
    width: 100%;
  }
  .p_top .happy_mid .df_l ul li img {
    border: 0.96618vw solid #111;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .happy_mid .df_r p {
    text-align: left;
    font-size: 4.34783vw;
    font-weight: 700;
    line-height: 1.77778;
  }
  .p_top .happy_mid .df_r p + p {
    margin-top: 8.45411vw;
  }
  .p_top .happy_bot {
    text-align: center;
  }
  .p_top .happy_bot .box {
    background-color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    border: 0.96618vw solid #111;
    margin-bottom: 3.62319vw;
    text-align: left;
  }
  .p_top .happy_bot .box + p {
    letter-spacing: 0.06em;
    font-size: 4.34783vw;
    line-height: 1.88889;
    font-weight: 500;
    text-align: center;
  }
  .p_top .happy_bot .box h3 {
    padding: 4.83092vw;
    text-align: center;
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.41667;
    color: #fff;
    letter-spacing: 0.06em;
    background-color: #003cb3;
  }
  .p_top .happy_bot .box .df {
    padding: 4.83092vw;
  }
  .p_top .happy_bot .box .df_l {
    margin-bottom: 3.62319vw;
  }
  .p_top .happy_bot .box .df_l figure {
    padding: 3.62319vw 3.62319vw 0;
  }
  .p_top .happy_bot .box .df_r ul {
    display: -ms-grid;
    display: grid;
    gap: 2.41546vw 5.31401vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .happy_bot .box .df_r ul li {
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background-color: #f7d62f;
    font-weight: bold;
    width: 38.64734vw;
    height: 38.64734vw;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 5.7971vw;
    line-height: 1.08333;
  }
  .p_top .happy_bot .box .df_r ul li small {
    font-size: 4.34783vw;
  }
  .p_top .happy_bot .box .df_r ul li::after {
    content: "";
    position: absolute;
    top: 2.41546vw;
    left: 2.41546vw;
    width: -webkit-calc(100% - 4.83092vw);
    width: -moz-calc(100% - 4.83092vw);
    width: calc(100% - 4.83092vw);
    height: -webkit-calc(100% - 4.83092vw);
    height: -moz-calc(100% - 4.83092vw);
    height: calc(100% - 4.83092vw);
    display: block;
    border: 2px solid #fff;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    z-index: -1;
  }
  .p_top .service {
    padding: 9.66184vw 0;
  }
  .p_top .service .t_ttl span img {
    width: 80.19324vw;
  }
  .p_top .service_main {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background-color: #b2ecff;
    padding: 13.52657vw 3.62319vw 3.62319vw;
  }
  .p_top .service_main ul + p {
    text-align: center;
    font-size: 3.62319vw;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.06em;
    margin-top: 5.43478vw;
  }
  .p_top .service_main ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.96618vw solid #111;
    background-color: #fff;
    padding: 19.32367vw 3.62319vw 3.62319vw;
    position: relative;
  }
  .p_top .service_main ul li + li {
    margin-top: 12.07729vw;
  }
  .p_top .service_main ul li > span {
    background: url(../img/service_tt_bg.png) center/contain no-repeat;
    width: 21.73913vw;
    height: 20.77295vw;
    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-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 3.86473vw;
    letter-spacing: 0.06em;
    font-weight: bold;
    color: #fff;
    padding-top: 1.20773vw;
    position: absolute;
    left: 50%;
    top: -7.24638vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .service_main ul li > span i {
    letter-spacing: 0;
    font-style: normal;
    font-size: 7.72947vw;
    line-height: 1;
    display: block;
  }
  .p_top .service_main ul li h3 {
    text-align: center;
    font-size: 6.03865vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    color: #003cb3;
    margin-bottom: 3.62319vw;
  }
  .p_top .service_main ul li figure {
    margin-bottom: 3.62319vw;
    text-align: center;
  }
  .p_top .service_main ul li figure img {
    width: 38.32528vw;
  }
  .p_top .service_main ul li figure.st2 img {
    width: 68.27697vw;
  }
  .p_top .service_main ul li figure.st3 img {
    width: 71.81965vw;
  }
  .p_top .service_main ul li figure.st4 img {
    width: 38.9694vw;
  }
  .p_top .service_main ul li p {
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.06em;
  }
  .p_service .service .intro {
    padding: 11.47343vw 0 9.05797vw;
  }
  .p_service .service .intro.st2 {
    text-align: center;
  }
  .p_service .service .intro.st2 .row h2 {
    font-weight: bold;
    color: #ff0000;
    letter-spacing: 0.12em;
  }
  .p_service .service .intro.st2 .row p {
    text-align: center;
  }
  .p_service .service .intro .row h2 {
    font-weight: 500;
    letter-spacing: 0.06em;
    font-size: 6.03865vw;
    margin-bottom: 3.62319vw;
  }
  .p_service .service .intro .row p {
    text-align: left;
    font-size: 3.86473vw;
    font-weight: 500;
    line-height: 1.75;
  }
  .p_service .service .intro .row p + p {
    margin-top: 6.03865vw;
  }
  .p_service .service_main {
    background-color: #b2ecff;
    padding: 14.49275vw 0;
  }
  .p_service .service_main.st2 {
    padding-top: 0;
    background-color: transparent;
  }
  .p_service .service_main.st2 .item h2 {
    font-size: 4.34783vw;
    line-height: 1.33333;
    letter-spacing: 0.12em;
    border-bottom-width: 0.24155vw;
    padding-left: 4.83092vw;
    margin-bottom: 3.62319vw;
  }
  .p_service .service_main.st2 .item h2::before {
    width: 3.62319vw;
    height: 3.62319vw;
  }
  .p_service .service_main.st2 .item .df .txt p {
    font-size: 3.62319vw;
    line-height: 1.66667;
  }
  .p_service .service_main .item + .item {
    margin-top: 8.45411vw;
  }
  .p_service .service_main .item h2 {
    font-size: 6.03865vw;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-bottom: 2px solid #023693;
    position: relative;
    padding-left: 11.11111vw;
    color: #111;
    margin-bottom: 6.03865vw;
  }
  .p_service .service_main .item h2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6.28019vw;
    height: 6.28019vw;
    background-color: #004b9b;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    display: block;
  }
  .p_service .service_main .item h3 {
    font-size: 4.34783vw;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.12em;
    border-bottom: 1px solid #023693;
    position: relative;
    margin-bottom: 8.45411vw;
  }
  .p_service .service_main .item .listImg li + li {
    margin-top: 3.62319vw;
  }
  .p_service .service_main .item .df {
    margin-bottom: 10.86957vw;
  }
  .p_service .service_main .item .df .txt {
    margin-bottom: 7.24638vw;
  }
  .p_service .service_main .item .df .txt .listText {
    margin-bottom: 4.83092vw;
  }
  .p_service .service_main .item .df .txt .listText li {
    font-size: 3.62319vw;
    font-weight: bold;
    line-height: 1.4;
  }
  .p_service .service_main .item .df .txt p {
    text-align: left;
    font-size: 4.34783vw;
    font-weight: 500;
    line-height: 1.33333;
  }
  .p_service .service_main .item .df .txt p + p {
    margin-top: 4.83092vw;
  }
  .p_service .service_main .item .df figure, .p_service .service_main .item .df .df_r {
    text-align: center;
  }
  .p_contact .f_btn {
    width: 64.00966vw;
    height: 14.49275vw;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    background: #242829;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    letter-spacing: 0.12em;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
    border: 0;
    position: relative;
    cursor: pointer;
    margin: 0 auto;
    max-width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_contact .f_btn:hover {
    opacity: 0.7;
  }
  .p_contact .f_btn.st2 {
    border: 1px solid #ccc;
    color: #222;
    background-color: transparent;
  }
  .p_contact .contact_completed {
    text-align: center;
    padding: 14.49275vw 0;
  }
  .p_contact .contact_completed h3 {
    font-size: 4.34783vw;
    line-height: 2.11111;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .p_contact .contact_completed p {
    font-size: 4.34783vw;
    line-height: 2.11111;
    font-weight: 500;
    letter-spacing: 0.12em;
    margin: 2.41546vw 0 10.86957vw;
  }
  .p_contact .contact_completed .f_btn {
    width: 84.78261vw;
  }
  .p_contact .contact {
    padding: 14.49275vw 0 8.81643vw;
  }
  .p_contact .contact .f_txt {
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.12em;
    text-align: center;
    margin-bottom: 10.86957vw;
  }
  .p_contact .contact .btnGr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 9.66184vw;
    margin-bottom: 6.03865vw;
  }
  .p_contact .contact .btnGr .f_btn,
  .p_contact .contact .btnGr .btn_back {
    margin: 2.657vw 0;
  }
  .p_contact .contact .form {
    position: relative;
    z-index: 2;
  }
  .p_contact .contact .form .box_privacy {
    border: 1px solid #ccc;
    padding: 3.62319vw 4.83092vw;
    padding-right: 0;
    overflow-y: auto;
    height: 57.97101vw;
    margin: 7.24638vw auto 10.86957vw;
  }
  .p_contact .contact .form .box_privacy dl {
    font-size: 3.86473vw;
    line-height: 1.625;
    color: #231815;
    letter-spacing: 0.12em;
    margin-top: 6.03865vw;
  }
  .p_contact .contact .form .box_privacy dl dd > ul:not(:first-child) {
    margin-top: 6.03865vw;
  }
  .p_contact .contact .form .box_privacy dl dd > ul li {
    font-size: 3.86473vw;
    line-height: 1.625;
    color: #231815;
    letter-spacing: 0.12em;
  }
  .p_contact .contact .form .box_privacy dl dd > ul ul {
    padding-left: 3.62319vw;
  }
  .p_contact .contact .form .box_privacy dl dd > ul ul ul {
    padding-left: 3.62319vw;
  }
  .p_contact .contact .form .box_privacy p {
    font-size: 3.86473vw;
    line-height: 1.625;
    color: #231815;
    letter-spacing: 0.12em;
  }
  .p_contact .contact .form .box_privacy p:last-child {
    margin-top: 6.03865vw;
  }
  .p_contact .contact .form .box_privacy p + p {
    margin-top: 6.03865vw;
  }
  .p_contact .contact .form .f_txt {
    text-align: center;
    font-weight: normal;
    font-size: 4.83092vw;
    line-height: 2;
    margin: 7.24638vw 0 12.07729vw;
    letter-spacing: 0.05em;
  }
  .p_contact .contact .form .checkboxWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 7.24638vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_contact .contact .form .checkboxWr div, .p_contact .contact .form .checkboxWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_contact .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-size: 3.86473vw;
    letter-spacing: 0.12em;
    font-weight: bold;
  }
  .p_contact .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.52174vw;
  }
  .p_contact .contact .form .checkboxWr label span a {
    text-decoration: underline;
  }
  .p_contact .contact .form .checkboxWr label span a:hover {
    text-decoration: none;
  }
  .p_contact .contact .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    -moz-border-radius: 0;
         border-radius: 0;
    width: 3.62319vw;
    height: 3.62319vw;
    background: #fff;
    border: 1px solid #222;
  }
  .p_contact .contact .form .checkboxWr label span::after {
    left: 1.20773vw;
    top: 1.20773vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #222;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact .form .f_list dl {
    border-top: 1px solid #ccc;
    padding: 6.03865vw 0;
  }
  .p_contact .contact .form .f_list dl:last-child {
    border-bottom: 1px solid #ccc;
  }
  .p_contact .contact .form .f_list dl dt {
    font-size: 4.34783vw;
    line-height: 1.33333;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 2.41546vw;
  }
  .p_contact .contact .form .f_list dl dd {
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .p_contact .contact .form .f_list dl dd input {
    width: 100%;
    padding: 0 4.34783vw;
    outline: none;
    font-size: -webkit-calc(max(3.62319vw, 16px));
    font-size: -moz-calc(max(3.62319vw, 16px));
    font-size: calc(max(3.62319vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 12.07729vw;
    background: #fafafa;
    border: 0;
  }
  .p_contact .contact .form .f_list dl dd input::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd input::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd input:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd input::placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea {
    width: 100%;
    padding: 3.62319vw 4.34783vw;
    outline: none;
    font-size: -webkit-calc(max(3.62319vw, 16px));
    font-size: -moz-calc(max(3.62319vw, 16px));
    font-size: calc(max(3.62319vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 36.23188vw;
    background: #fafafa;
    border: 0;
  }
  .p_contact .contact .form .f_list dl dd textarea::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea::-moz-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea:-ms-input-placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .p_contact .contact .form .f_list dl dd textarea::placeholder {
    color: #999;
    opacity: 1;
    font-weight: 500;
  }
  .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 2.41546vw;
    background-color: #ccc;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    opacity: 1 !important;
  }
  .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
  .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
    background-color: #ccc;
  }
  .mCSB_scrollTools .mCSB_draggerRail {
    background-color: transparent;
  }
  .p_flow .flow {
    padding: 12.07729vw 0 9.66184vw;
  }
  .p_flow .flow .flow_txt {
    text-align: center;
    font-size: 6.03865vw;
    font-weight: 500;
    line-height: 1.33333;
    letter-spacing: 0.12em;
    margin-bottom: 20.5314vw;
  }
  .p_flow .flow .flow_txt span {
    color: #ff0000;
    font-weight: bold;
  }
  .p_flow .flow .flow_list {
    position: relative;
  }
  .p_flow .flow .flow_list::after {
    content: "";
    position: absolute;
    left: 3.62319vw;
    top: 10%;
    height: 80%;
    width: 2.41546vw;
    background: #ff0000;
    display: block;
    z-index: -1;
  }
  .p_flow .flow .flow_list > li + li {
    margin-top: 7.24638vw;
  }
  .p_flow .flow .flow_list > li > span {
    display: block;
    text-align: center;
    font-size: 5.7971vw;
    font-weight: bold;
    line-height: 1.66667;
    letter-spacing: 0.12em;
    margin-bottom: 1.20773vw;
    color: #ff0000;
  }
  .p_flow .flow .flow_list > li .box {
    border: 1px solid #ccc;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    padding: 2.17391vw;
    background-color: #fff;
  }
  .p_flow .flow .flow_list > li .box h3 {
    text-align: center;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.33333;
    letter-spacing: 0.12em;
    color: #111;
    margin: 6.03865vw 0 3.62319vw;
  }
  .p_flow .flow .flow_list > li .box .box_text {
    font-size: 3.62319vw;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
  .p_flow .flow .flow_list > li .box .box_inner {
    background-color: #b2ecff;
    padding: 3.62319vw 1.69082vw;
    margin-top: 3.62319vw;
  }
  .p_flow .flow .flow_list > li .box .box_inner dl dt {
    font-size: 3.62319vw;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.08em;
  }
  .p_flow .flow .flow_list > li .box .box_inner dl dd ul li {
    font-size: 3.62319vw;
    font-weight: 500;
    line-height: 1.13333;
    letter-spacing: 0.08em;
    position: relative;
    padding-left: 3.62319vw;
    margin-top: 0.96618vw;
  }
  .p_flow .flow .flow_list > li .box .box_inner dl dd ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
  }
  .p_voice .voice {
    padding: 14.49275vw 0 9.66184vw;
  }
  .p_voice .voice .voice_tt {
    text-align: center;
    font-size: 5.7971vw;
    line-height: 1.16667;
    font-weight: bold;
    letter-spacing: 0.12em;
    margin-bottom: 5.43478vw;
  }
  .p_voice .voice .voice_txt {
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: 500;
    text-align: center;
    margin-bottom: 9.05797vw;
  }
  .p_voice .voice .voice_list.st2 dl dt {
    position: relative;
    padding-left: 14.49275vw;
    margin-bottom: 7.72947vw;
  }
  .p_voice .voice .voice_list.st2 dl dt::before {
    content: "Q";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12.07729vw;
    height: 12.07729vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    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;
    color: #fff;
    background-color: #222;
    font-size: 5.7971vw;
    letter-spacing: 0;
    padding-bottom: 0.72464vw;
  }
  .p_voice .voice .voice_list.st2 dl dd {
    background-color: #b2ecff;
  }
  .p_voice .voice .voice_list li + li {
    margin-top: 12.07729vw;
  }
  .p_voice .voice .voice_list li dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4.83092vw;
    font-size: 4.34783vw;
    line-height: 1.55556;
    font-weight: bold;
    letter-spacing: 0.12em;
  }
  .p_voice .voice .voice_list li dl dt figure {
    width: 12.07729vw;
    height: 12.07729vw;
    margin-right: 2.41546vw;
  }
  .p_voice .voice .voice_list li dl dt figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_voice .voice .voice_list li dl dd {
    padding: 3.62319vw;
    font-size: 3.62319vw;
    font-weight: 500;
    line-height: 1.86667;
    background-color: #f0f2f3;
  }
  .p_voice .voice .voice_list li dl dd p {
    text-align: left;
    font-size: 3.62319vw;
    font-weight: 500;
    line-height: 1.86667;
  }
  .p_voice .voice .voice_list li dl dd p + p {
    margin-top: 3.62319vw;
  }
  .p_company .company {
    padding: 12.07729vw 0;
  }
  .p_company .company_main > figure {
    margin-bottom: 7.24638vw;
  }
  .p_company .company_main .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 6.03865vw 0;
    border-bottom: 1px solid #ccc;
  }
  .p_company .company_main .dlist dl:first-child {
    border-top: 1px solid #ccc;
  }
  .p_company .company_main .dlist dl dt {
    width: 33.81643vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    letter-spacing: 0.12em;
    font-size: 4.34783vw;
    font-weight: bold;
    -moz-text-align-last: justify;
         text-align-last: justify;
    padding-right: 12.07729vw;
  }
  .p_company .company_main .dlist dl dd {
    padding-right: 2.41546vw;
    width: 100%;
    font-size: 3.86473vw;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.12em;
  }
}
