@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 {
    min-width: 1000px;
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 70px;
  }
  body.active {
    position: relative;
  }
  body.active::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 15, 77, 0.71);
    display: block;
    z-index: 99;
  }
  body p {
    font-size: 16px;
    line-height: 1.625;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .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 .header_l ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    /* padding-right: 18px; */
    padding-right: 55px;
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
    z-index: 101;
    background: #fbf9f7;
  }
  .header .header_l ul li:not(:last-child) {
    margin-right: 6px;
  }
  .header .header_l ul li a {
    width: 46px;
    height: 46px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    border: 2px solid #001952;
    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;
  }
  .header .header_l ul li.tel {
    margin-right: 13px;
  }
  .header .header_l ul li.tel a {
    width: auto;
    height: auto;
    border: 0;
    -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: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    padding-left: 54px;
  }
  .header .header_l ul li.tel a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 44px;
    height: 44px;
    background: url(../img/ic_phone.svg) center/contain no-repeat;
    display: block;
  }
  .header .header_l ul li.tel a span {
    font-weight: bold;
    font-size: 32px;
    letter-spacing: 0.1em;
    color: #001952;
    line-height: 1.1;
  }
  .header .header_l ul li.tel a small {
    font-weight: bold;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: #001952;
  }
  .header h1 a {
    width: 200px;
    height: 200px;
    -moz-border-radius: 0px 0px 40px 0px;
         border-radius: 0px 0px 40px 0px;
    background: #fff;
    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: 0;
    left: 0;
    z-index: 98;
  }
  .header h1 img {
    width: 168px;
  }
  .header .header_nav {
    position: fixed;
    height: 100%;
    right: 0;
    opacity: 0;
    top: 93px;
    visibility: hidden;
    padding: 50px 20px;
    -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: 850px;
    max-width: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    z-index: 100;
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header .header_nav .hvt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
  }
  .header .header_nav .hvt dl:nth-of-type(1) {
    width: 210px;
  }
  .header .header_nav .hvt dl:nth-of-type(2) {
    width: 330px;
  }
  .header .header_nav .hvt dl dt {
    font-weight: bold;
    font-size: 18px;
    color: #100f4d;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
  }
  .header .header_nav .hvt dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #100f4d;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .header .header_nav .hvt dl dd {
    padding-left: 20px;
  }
  .header .header_nav .hvt dl dd ul li {
    margin-bottom: 10px;
  }
  .header .header_nav .hvt dl dd ul li a {
    font-weight: normal;
    font-size: 15px;
    color: #100f4d;
  }
  .header .header_nav .hvt > ul > li > a {
    font-weight: bold;
    font-size: 18px;
    color: #100f4d;
    position: relative;
    padding-left: 20px;
    margin-bottom: 15px;
    display: block;
  }
  .header .header_nav .hvt > ul > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #100f4d;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .header .header_nav .hvb {
    background: url(../img/bd.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 30px 35px 45px 30px;
  }
  .header .header_nav .hvb dl {
    text-align: center;
  }
  .header .header_nav .hvb dl dt {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #100f4d;
    position: relative;
    padding: 0 5px 0 10px;
    margin-bottom: 25px;
  }
  .header .header_nav .hvb dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(35deg) translateY(-50%);
       -moz-transform: rotate(35deg) translateY(-50%);
        -ms-transform: rotate(35deg) translateY(-50%);
            transform: rotate(35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .header .header_nav .hvb dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-35deg) translateY(-50%);
       -moz-transform: rotate(-35deg) translateY(-50%);
        -ms-transform: rotate(-35deg) translateY(-50%);
            transform: rotate(-35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .header .header_nav .hvb dl dd {
    text-align: left;
  }
  .header .header_nav .hvb dl dd > a {
    position: relative;
    padding-left: 106px;
    display: block;
    position: relative;
  }
  .header .header_nav .hvb dl dd > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 197px;
    height: 166px;
    background: url(../img/supperman.png) center/contain no-repeat;
    display: block;
  }
  .header .header_nav .hvb dl dd > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 79px;
    height: 79px;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
  }
  .header .header_nav .hvb dl dd > a span {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.1em;
    color: #00497e;
    display: block;
  }
  .header .header_nav .hvb dl dd > a em {
    font-weight: bold;
    font-size: 49px;
    letter-spacing: 0.1em;
    color: #00497e;
    line-height: 1;
    font-style: normal;
  }
  .header .header_nav .hvb dl dd > a small {
    font-weight: bold;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #00497e;
    display: block;
  }
  .header .header_nav .hvb dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
  .header .header_nav .hvb dl dd ul li:nth-of-type(2) a {
    background-image: url(../img/btn_bg2.png);
    position: relative;
    padding-left: 75px;
    -moz-box-shadow: 0 5px 0px 0px #006930;
         box-shadow: 0 5px 0px 0px #006930;
  }
  .header .header_nav .hvb dl dd ul li:nth-of-type(2) a::before {
    width: 40px;
    height: 40px;
    background-image: url(../img/btn_ic_line.svg);
  }
  .header .header_nav .hvb dl dd ul li a {
    width: 356px;
    height: 77px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/btn_bg1.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 23px;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 80px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-shadow: 0 5px 0px 0px #b96300;
         box-shadow: 0 5px 0px 0px #b96300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_nav .hvb dl dd ul li a:hover {
    opacity: 1;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .header .header_nav .hvb dl dd ul li a::before {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 47px;
    height: 33px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/btn_ic_mail.svg);
    display: block;
  }
  .header .menu_icon {
    /* width: 93px;
    height: 93px; */
    width: 34px;
    height: 38px;
    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: 0;
    right: 0; */
    top: 15px;
    right: 12px;
    z-index: 101;
    cursor: pointer;
    /* background-color: #2b437b; */
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    left: 0;
    right: 0;
    -webkit-transform: translateY(9px) rotate(-45deg);
       -moz-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-9px) rotate(45deg);
       -moz-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
  .header .menu_icon_in {
    /* width: 50px;
    height: 44px; */
    width: 34px;
    height: 38px;
    -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: block;
    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;
    margin: 0 auto;
  }
  .header .menu_icon_in i {
    font-size: 11px;
    white-space: nowrap;
    color: #2b437b;
    font-style: normal;
    font-weight: 700;
  }
  .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: 20px;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    min-height: 1px;
    background-color: #2b437b;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 9px;
    /* opacity: 0; */
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer {
    text-align: center;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer > a {
    padding: 15px 0;
    display: inline-block;
  }
  .footer_mid {
    text-align: left;
    background: #100f4d;
    padding: 30px 0;
  }
  .footer_mid .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_mid .row > p {
    width: 240px;
    font-size: 14px;
  }
  .footer_mid .row > p span {
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 8px;
  }
  .footer_mid .row .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 480px;
  }
  .footer_mid .row .dlist dl:nth-of-type(1) {
    width: 180px;
  }
  .footer_mid .row .dlist dl dt {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 13px;
  }
  .footer_mid .row .dlist dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .footer_mid .row .dlist dl dd {
    padding-left: 20px;
  }
  .footer_mid .row .dlist dl dd ul li:not(:last-child) {
    margin-bottom: 8px;
  }
  .footer_mid .row .dlist dl dd ul li a {
    font-size: 14px;
  }
  .footer_mid .row > ul > li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer_mid .row > ul > li > a {
    font-weight: bold;
    font-size: 16px;
    position: relative;
    padding-left: 20px;
    margin-bottom: 13px;
  }
  .footer_mid .row > ul > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: #fff;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .footer_bot {
    text-align: left;
    background: #100f4d;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer_bot .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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer_bot .row p {
    width: 50%;
    font-size: 12px;
    line-height: 1.33333;
  }
  .footer_bot .row p:nth-of-type(2) {
    text-align: right;
  }
  .ttl {
    padding: 0 65px;
    position: relative;
  }
  .ttl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 158px;
    background: #FBF9F7;
    display: block;
  }
  .ttl figure, .ttl picture {
    position: relative;
    z-index: 1;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: 217px;
    object-fit: cover;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  .ttl .txt h2 {
    font-weight: bold;
    font-size: 42px;
    color: #fff;
    text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.42);
  }
  .breadcrumb {
    position: relative;
    z-index: 1;
    padding: 10px 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 11px;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    margin: 0 10px;
  }
  a.btn_cm, button.btn_cm {
    width: 374px;
    height: 81px;
    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;
    background-color: #407fe4;
    font-weight: bold;
    font-size: 17px;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 auto 0;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
  }
  a.btn_cm:hover, button.btn_cm:hover {
    background-color: #9a9a9a;
    opacity: 1;
  }
  a.btn_cm:hover::before, button.btn_cm:hover::before {
    background-color: #bcbcbc;
  }
  a.btn_cm:hover::after, button.btn_cm:hover::after {
    right: 15px;
  }
  a.btn_cm::before, button.btn_cm::before {
    content: "";
    position: absolute;
    top: -114%;
    left: -28%;
    -webkit-transform: rotate(-10deg);
       -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    width: 150%;
    height: 150%;
    background: #4091e4;
    display: block;
    z-index: -1;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  a.btn_cm::after, button.btn_cm::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 12px solid #fff;
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
  }
  .cta {
    position: relative;
  }
  .cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(168, 47, 47, 0.79);
    opacity: 0.79;
    display: block;
  }
  .cta > figure img, .cta picture img {
    display: block;
    width: 100%;
    height: 342px;
    object-fit: cover;
  }
  .cta .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .cta .txt .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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }
  .cta .txt .row .ctLeft {
    text-align: center;
  }
  .cta .txt .row .ctLeft ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
            justify-content: center;
    margin-top: 15px;
  }
  .cta .txt .row .ctLeft.ctLeft02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  .cta .txt .row .ctLeft ul li {
    width: 114px;
    height: 31px;
    background: #fff;
    color: #a82f2f;
    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;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .cta .txt .row .ctLeft.ctLeft02 ul li {
    width: 30.87%;
    height: 31px;
    background: #fff;
    color: #a82f2f;
    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;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .cta .txt .row .ctLeft ul li:not(:last-child) {
    margin-right: 10px;
  }
  .cta .txt .row .ctLeft.ctLeft02 ul li:first-child {
    width: 100%;
    margin-bottom: 7px;
  }
  .cta .txt .row .ctLeft .txt1 {
    font-weight: bold;
    font-size: 37px;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .cta .txt .row .ctLeft .txt2 {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
  }
  .cta .txt .row .ctLeft .txt2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: url(../img/line.png) repeat-x;
    display: block;
  }
  .cta .txt .row .ctRight {
    width: 623px;
    background: url(../img/cta_bg2.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 20px 30px 35px 25px;
    margin-right: -12px;
  }
  .cta .txt .row .ctRight dl {
    text-align: center;
  }
  .cta .txt .row .ctRight dl dt {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    color: #100f4d;
    position: relative;
    padding: 0 5px 0 10px;
    margin-bottom: 20px;
  }
  .cta .txt .row .ctRight dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(35deg) translateY(-50%);
       -moz-transform: rotate(35deg) translateY(-50%);
        -ms-transform: rotate(35deg) translateY(-50%);
            transform: rotate(35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .cta .txt .row .ctRight dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-35deg) translateY(-50%);
       -moz-transform: rotate(-35deg) translateY(-50%);
        -ms-transform: rotate(-35deg) translateY(-50%);
            transform: rotate(-35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .cta .txt .row .ctRight dl dd {
    text-align: left;
  }
  .cta .txt .row .ctRight dl dd > a {
    position: relative;
    padding-left: 71px;
    display: block;
    position: relative;
  }
  .cta .txt .row .ctRight dl dd > a::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: 21px;
    width: 165px;
    height: 130px;
    background: url(../img/supperman.png) center/contain no-repeat;
    display: block;
  }
  .cta .txt .row .ctRight.ctRight02 dl dd > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 7px;
    width: 165px;
    height: 130px;
    background: url(../img/supperman-tokyo.png) center/contain no-repeat;
    display: block;
  }
  .cta .txt .row .ctRight dl dd > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 61px;
    height: 61px;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
  }
  .cta .txt .row .ctRight dl dd > a span {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    color: #00497e;
    display: block;
  }
  .cta .txt .row .ctRight dl dd > a em {
    font-weight: bold;
    font-size: 39px;
    letter-spacing: 0.1em;
    color: #00497e;
    line-height: 1;
    font-style: normal;
  }
  .cta .txt .row .ctRight dl dd > a small {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #00497e;
    display: block;
  }
  .cta .txt .row .ctRight dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 15px;
  }
  .cta .txt .row .ctRight.ctRight02 dl dd ul li {
    width: 49%;
  }
  .cta .txt .row .ctRight dl dd ul li:nth-of-type(2) a {
    background-image: url(../img/btn_bg2.png);
    position: relative;
    padding-left: 65px;
    -moz-box-shadow: 0 4px 0px 0px #006930;
         box-shadow: 0 4px 0px 0px #006930;
  }
  .cta .txt .row .ctRight dl dd ul li:nth-of-type(2) a::before {
    width: 40px;
    height: 40px;
    background-image: url(../img/btn_ic_line.svg);
  }
  .cta .txt .row .ctRight dl dd ul li a {
    width: 277px;
    height: 63px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background-repeat: no-repeat;
    background-image: url(../img/btn_bg1.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 60px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-shadow: 0 4px 0px 0px #b96300;
         box-shadow: 0 4px 0px 0px #b96300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cta .txt .row .ctRight dl dd ul li a:hover {
    opacity: 1;
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .cta .txt .row .ctRight dl dd ul li a::before {
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 37px;
    height: 26px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/btn_ic_mail.svg);
    display: block;
  }
  .menuRightFixed {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
  }
  .menuRightFixed ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-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;
    height: 100%;
  }
  .menuRightFixed ul li {
    margin: 5px 0;
  }
  .menuRightFixed ul li a {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .t_ttl {
    text-align: center;
    margin-bottom: 45px;
  }
  .t_ttl small {
    background: url(../img/t_ttl_bg.svg) 0 0 no-repeat;
    width: 220px;
    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;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
    text-align: center;
    color: #001952;
  }
  .t_ttl span {
    display: block;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 35px;
    color: #001952;
    margin-top: 10px;
    line-height: 1.2;
  }
  .t_ttl span em {
    font-style: normal;
    color: #E35667;
  }
  .p_top .scrollWr a {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 150px;
    z-index: 10;
    padding: 10px 10px 110px;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    overflow: hidden;
    font-size: 12px;
    letter-spacing: 0.1em;
    color: #001952;
  }
  .p_top .scrollWr a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 1px;
    height: 100px;
    background: #000;
    -webkit-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
       -moz-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
            animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  .p_top .sliderWr {
    /* padding-left: 42px; */
    /* background: url(../img/slider_bg.png) center bottom no-repeat; */
    /* padding-bottom: 96px; */
    /* -moz-background-size: 100% auto;
         background-size: 100% auto; */
    position: relative;
  }
  .p_top .sliderWr::after {
    /* content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 242px;
    height: 276px;
    background: url(../img/slider_mask.png) center/contain no-repeat;
    display: block;
    z-index: 1; */
  }
  .p_top .sliderWr .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    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;
  }
  .p_top .sliderWr .txt p {
    text-align: right;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_top .sliderWr .txt p span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: mixed;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 27px;
    letter-spacing: 0.2em;
    line-height: 1.44444;
    text-align: center;
    color: #001952;
    text-align: center;
    background: #fff;
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    padding: 20px 10px;
    margin-left: 10px;
  }
  .p_top .sliderWr ul li {
    -moz-border-radius: 0px 120px;
         border-radius: 0px 120px;
    overflow: hidden;
  }
  .p_top .how {
    padding: 60px 0;
    position: relative;
  }
  .p_top .how::before {
    content: "";
    position: absolute;
    top: 150px;
    left: -110px;
    width: 366px;
    height: 269px;
    background: url(../img/how_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .how::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    width: 162px;
    height: 359px;
    background: url(../img/how_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .how_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .how_main .txtLeft {
    width: 400px;
    text-align: center;
  }
  .p_top .how_main .txtLeft p {
    font-size: 18px;
    line-height: 1.66667;
    text-align: left;
    color: #2a2a2a;
    margin-bottom: 25px;
  }
  .p_top .how_main .txtLeft p em {
    font-style: normal;
    font-weight: bold;
    background: -webkit-linear-gradient(bottom, #f9e16e 24px, transparent 24px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #f9e16e 24px, transparent 24px, transparent 100%);
    background: linear-gradient(to top, #f9e16e 24px, transparent 24px, transparent 100%);
  }
  .p_top .how_main .txtRight {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    background: url(../img/how_bg3.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 30px 60px 30px 25px;
    position: relative;
  }
  .p_top .how_main .txtRight::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 40px;
    width: 58px;
    height: 82px;
    background: url(../img/ic_list.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .how_main .txtRight h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.33333;
    text-align: center;
    color: #67250d;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
  }
  .p_top .how_main .txtRight h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 59px;
    height: 4px;
    background: #67250d;
    display: block;
  }
  .p_top .how_main .txtRight ul li {
    position: relative;
    padding-left: 125px;
    font-size: 18px;
    line-height: 1.27778;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .how_main .txtRight ul li + li {
    margin-top: 15px;
  }
  .p_top .how_main .txtRight ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 28px;
    background: url(../img/ic_check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .award {
    background: url(../img/award_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    text-align: center;
    padding: 80px 0 100px;
  }
  .p_top .award h2 img {
    width: 384px;
  }
  .p_top .award .row > 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: 20px 0 30px;
  }
  .p_top .award .row > ul > li {
    margin: 0 12px;
  }
  .p_top .award .row > ul > li img {
    width: 133px;
  }
  .p_top .award .row > ul > li p {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #001952;
    margin-top: 10px;
  }
  .p_top .award .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .award .df_l {
    width: 388px;
  }
  .p_top .award .df_l ul {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .award .df_l ul li:nth-of-type(1) {
    width: 158px;
  }
  .p_top .award .df_l ul li:nth-of-type(2) {
    width: 216px;
  }
  .p_top .award .df_r {
    padding-left: 25px;
  }
  .p_top .award .df_r .txt1 {
    font-weight: bold;
    font-size: 19px;
    line-height: 1.26316;
    text-align: left;
    color: #001952;
  }
  .p_top .award .df_r .txt2 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 43px;
    line-height: 1.27907;
    text-align: center;
    color: #001952;
    margin-top: 10px;
  }
  .p_top .award .df_r .txt2 em {
    font-size: 59px;
    line-height: 1.27119;
    text-align: center;
    color: #e35667;
    font-style: normal;
  }
  .p_top .award .df_r .txt2 small {
    font-size: 31px;
    line-height: 1.29032;
    text-align: center;
    color: #001952;
    display: block;
  }
  .p_top .consultation {
    background: url(../img/consultation_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 60px 0 35px;
    margin-top: -50px;
  }
  .p_top .consultation .form {
    padding: 30px 50px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    position: relative;
  }
  .p_top .consultation .form::after {
    content: "";
    position: absolute;
    top: -67px;
    right: 4px;
    width: 379px;
    height: 173px;
    background: url(../img/consultation_talk.png) center/contain no-repeat;
    display: block;
  }
  .p_top .consultation .form.form02::after {
    content: "";
    position: absolute;
    top: -67px;
    right: 4px;
    width: 379px;
    height: 173px;
    background: url(../img/consultation_talk-tokyo.png) center/contain no-repeat;
    display: block;
  }
  .p_top .consultation .form .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .consultation .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 10px;
         border-radius: 10px;
    width: 283px;
    height: 63px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    -moz-box-shadow: 0 3px 0px 0px #bf4a00;
         box-shadow: 0 3px 0px 0px #bf4a00;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF7926), color-stop(50%, #ff6301), to(#ff6301));
    background: -webkit-linear-gradient(bottom, #FF7926 50%, #ff6301 50%, #ff6301 100%);
    background: -moz- oldlinear-gradient(bottom, #FF7926 50%, #ff6301 50%, #ff6301 100%);
    background: linear-gradient(to top, #FF7926 50%, #ff6301 50%, #ff6301 100%);
    position: relative;
  }
  .p_top .consultation .form button::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    display: block;
  }
  .p_top .consultation .form dl {
    width: 334px;
    margin-bottom: 20px;
  }
  .p_top .consultation .form dl:nth-of-type(1) {
    margin-right: 300px;
  }
  .p_top .consultation .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #2a2a2a;
    margin-bottom: 10px;
  }
  .p_top .consultation .form dl dt span {
    width: 56px;
    height: 21px;
    -moz-border-radius: 10.5px;
         border-radius: 10.5px;
    background: #e35667;
    font-size: 14px;
    color: #fff;
    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: 400;
  }
  .p_top .consultation .form dl dd input {
    border: 0;
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 41px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f2f2;
  }
  .p_top .consultation .form dl dd input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .consultation .form dl dd input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .consultation .form dl dd input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .consultation .form dl dd input::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .report {
    background: #fcfcfd;
    padding: 95px 0 60px;
    position: relative;
    margin-top: 8px;
  }
  .p_top .report_inner::before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 232px;
    height: 452px;
    background: url(../img/report_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report_main::before {
    content: "";
    position: absolute;
    top: 27px;
    right: 0;
    width: 187px;
    height: 422px;
    background: url(../img/report_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 214px;
    height: 163px;
    background: url(../img/report_bg3.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background: url(../img/report_grid.png) repeat-x;
    display: block;
  }
  .p_top .report::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 414px;
    height: 64px;
    background: url(../img/report_key.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report_top {
    padding-right: 225px;
    position: relative;
  }
  .p_top .report_top h2 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p_top .report_top p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .report_top p span {
    color: #E35667;
    text-decoration: underline;
  }
  .p_top .report_bot {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 55px;
  }
  .p_top .report_bot .rbl {
    width: 384px;
  }
  .p_top .report_bot .rbl dl {
    text-align: center;
  }
  .p_top .report_bot .rbl dl dt {
    width: 360px;
    height: 49px;
    -moz-border-radius: 24px;
         border-radius: 24px;
    background: #e35667;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    color: #fff;
    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;
    position: relative;
    margin-bottom: -12px;
  }
  .p_top .report_bot .rbl dl dt::before {
    content: "";
    position: absolute;
    top: -10px;
    right: -10px;
    width: 21px;
    height: 17px;
    background: url(../img/report_ic1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report_bot .rbl dl dt::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: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 12px solid #e35667;
  }
  .p_top .report_bot .rbr {
    width: -webkit-calc(100% - 384px);
    width: -moz-calc(100% - 384px);
    width: calc(100% - 384px);
    padding-left: 30px;
  }
  .p_top .report_bot .rbr p {
    font-size: 14px;
    line-height: 1.57143;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .report_bot .rbr p img {
    float: right;
    width: 128px;
    -moz-border-radius: 20px 0px;
         border-radius: 20px 0px;
    overflow: hidden;
    margin-left: 15px;
  }
  .p_top .organizing {
    background: #f6f5ee;
    padding: 45px 0 65px;
    position: relative;
  }
  .p_top .organizing::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 229px;
    height: 972px;
    background: url(../img/organizing_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .organizing::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 232px;
    height: 1202px;
    background: url(../img/organizing_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .organizing .t_ttl {
    margin-bottom: 65px;
  }
  .p_top .organizing .row > ul {
    width: 900px;
    margin: 0 auto;
  }
  .p_top .organizing .row > ul > li {
    padding: 15px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 0px 0px 6px rgba(85, 36, 0, 0.16);
         box-shadow: 0px 0px 6px rgba(85, 36, 0, 0.16);
  }
  .p_top .organizing .row > ul > li + li {
    margin-top: 40px;
  }
  .p_top .organizing .row > ul > li .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .organizing .row > ul > li .df_l {
    width: 350px;
  }
  .p_top .organizing .row > ul > li .df_l .fig {
    position: relative;
    margin-top: -40px;
    margin-left: 10px;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 113px;
    height: 113px;
    background: #f0eaba;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 22px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #001952;
    -webkit-transform: rotate(-7deg);
       -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption.figcaption02 {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 113px;
    height: 113px;
    background: #f0eaba;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
    display: block;
    text-align: center;
    color: #001952;
    -webkit-transform: rotate(-7deg);
       -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption.figcaption02 span {
    display: block;
    font-size: 16px;
    line-height: 1.15;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption::after {
    content: "";
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 106px;
    height: 106px;
    border: 2px dashed #ddd48c;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .p_top .organizing .row > ul > li:first-child .df_l .fig .figcaption.figcaption02 {
    padding-top: 24px;
  }
  .p_top .organizing .row > ul > li:nth-child(2) .df_l .fig .figcaption.figcaption02 {
    padding-top: 13px;
  }
  .p_top .organizing .row > ul > li:nth-child(3) .df_l .fig .figcaption.figcaption02 {
    padding-top: 24px;
  }
  .p_top .organizing .row > ul > li:nth-child(4) .df_l .fig .figcaption.figcaption02 {
    padding-top: 24px;
  }
  .p_top .organizing .row > ul > li .df_l .fig figure {
    -webkit-transform: rotate(-3deg);
       -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
    width: 230px;
    height: 141px;
    border: 5px solid #fff;
    -moz-box-shadow: 0px 2px 6px rgba(85, 36, 0, 0.16);
         box-shadow: 0px 2px 6px rgba(85, 36, 0, 0.16);
  }
  .p_top .organizing .row > ul > li .df_l .fig figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .organizing .row > ul > li .df_l p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.42857;
    padding-right: 20px;
    color: #2a2a2a;
  }
  .p_top .organizing .row > ul > li .df_r {
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px);
  }
  .p_top .organizing .row > ul > li .df_r dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .p_top .organizing .row > ul > li .df_r dl dt {
    font-weight: bold;
    font-size: 14px;
    line-height: 1.42857;
    text-align: center;
    color: #fff;
    width: 120px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #001952;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .organizing .row > ul > li .df_r 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;
    width: -webkit-calc(100% - 120px);
    width: -moz-calc(100% - 120px);
    width: calc(100% - 120px);
    padding-left: 15px;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul {
    padding-left: 50px;
    width: 100%;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul li {
    border-bottom: 1px dashed #d5d5d5;
    padding: 15px 0 10px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4375;
    text-align: left;
    color: #2a2a2a;
    position: relative;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -50px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 36px;
    height: 31px;
    background: url(../img/star.png) center/contain no-repeat;
    display: block;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul li span {
    color: #E35667;
  }
  .p_top .area {
    background: #001952 url(../img/area_bg.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 40px 0 50px;
  }
  .p_top .area h2 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #fff;
    margin-bottom: 56px;
  }
  .p_top .area_main {
    padding: 40px 30px;
    -moz-border-radius: 20px 0px;
         border-radius: 20px 0px;
    background: #fff;
    position: relative;
  }
  .p_top .area_main::before {
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    width: 98%;
    height: 35px;
    background: url(../img/area_grid.png) left 21px center repeat-x;
    display: block;
  }
  .p_top .area_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px;
  }
  .p_top .area_top.area_top02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
  }
  .p_top .area_top .atl {
    width: 400px;
    padding-top: 20px;
  }
  .p_top .area_top .atl ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 40px;
  }
  .p_top .area_top .atl ul li {
    min-width: 65px;
    height: 35px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 2px solid #001952;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
    color: #001952;
    margin-right: 6px;
    margin-bottom: 8px;
    padding: 0 10px;
  }
  .p_top .area_top .atl ul li:last-child {
    border: 0;
  }
  .p_top .area_top .atl p {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.58333;
    text-align: center;
    color: #001952;
    position: relative;
  }
  .p_top .area_top .atl p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    -webkit-transform: rotate(-25deg);
       -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    width: 3px;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .area_top .atl p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 25px;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    width: 3px;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .area_top .atl p em {
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    color: #e35667;
    background: -webkit-linear-gradient(bottom, #fff500 11px, transparent 11px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fff500 11px, transparent 11px, transparent 100%);
    background: linear-gradient(to top, #fff500 11px, transparent 11px, transparent 100%);
  }
  .p_top .area_top .atr {
    padding-left: 15px;
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
  }
  .p_top .area_top .atr.atr02 {
    padding-left: 15px;
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    margin-top: 52px;
  }
  .p_top .area_top .atr figure {
    width: 328px;
  }
  .p_top .area_bot dl + dl {
    margin-top: 8px;
  }
  .p_top .area_bot dl dt {
    height: 47px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #eff3fd;
    padding: 10px 40px 10px 20px;
    position: relative;
    border: 1px solid #001952;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    color: #001952;
  }
  .p_top .area_bot dl dt.is_active {
    -moz-border-radius: 10px 10px 0 0;
         border-radius: 10px 10px 0 0;
  }
  .p_top .area_bot dl dt.is_active::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .area_bot dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -3.5px;
    width: 11px;
    height: 7px;
    background: url(../img/ar.png) center/contain no-repeat;
    display: block;
  }
  .p_top .area_bot dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area_bot dl dd .txt {
    -moz-border-radius: 0 0 10px 10px;
         border-radius: 0 0 10px 10px;
    padding: 10px 20px;
    border: 1px solid #001952;
    border-top: 0;
  }
  .p_top .area_bot dl dd p {
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .service {
    padding: 50px 0 35px;
    position: relative;
  }
  .p_top .service::before {
    content: "";
    position: absolute;
    top: 230px;
    left: 0;
    width: 199px;
    height: 307px;
    background: url(../img/service_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .service::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 232px;
    height: 740px;
    background: url(../img/service_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .service .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .service .dlist dl {
    width: 312px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #fff;
    border: 3px solid #001952;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .p_top .service .dlist dl:not(:nth-child(3n)) {
    margin-right: 32px;
  }
  .p_top .service .dlist dl dt {
    padding: 15px 25px;
    font-weight: bold;
    font-size: 18px;
    color: #001952;
    background: #eff3fd;
    border-bottom: 1px solid #001952;
  }
  .p_top .service .dlist dl dd {
    padding: 15px 15px 15px 25px;
  }
  .p_top .service .dlist dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .service .dlist dl dd .df .txt {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-right: 15px;
  }
  .p_top .service .dlist dl dd .df .txt p {
    font-size: 14px;
    line-height: 1.42857;
    color: #2a2a2a;
  }
  .p_top .service .dlist dl dd .df figure {
    width: 90px;
  }
  .p_top .confidence {
    background: url(../img/confidence_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 80px 0 25px;
  }
  .p_top .confidence .optional {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 40px 45px 20px;
    margin-top: 7px;
    text-align: center;
  }
  .p_top .confidence .optional h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    color: #001952;
    position: relative;
    margin-bottom: 20px;
    padding: 10px 30px;
  }
  .p_top .confidence .optional h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-30deg) translateY(-50%);
       -moz-transform: rotate(-30deg) translateY(-50%);
        -ms-transform: rotate(-30deg) translateY(-50%);
            transform: rotate(-30deg) translateY(-50%);
    width: 2px;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .confidence .optional h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(30deg) translateY(-50%);
       -moz-transform: rotate(30deg) translateY(-50%);
        -ms-transform: rotate(30deg) translateY(-50%);
            transform: rotate(30deg) translateY(-50%);
    width: 2px;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .confidence .optional ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .confidence .optional ul li {
    width: 162px;
    margin-bottom: 20px;
  }
  .p_top .confidence .optional ul li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .p_top .confidence .optional ul li figure {
    height: 112px;
    overflow: hidden;
    -moz-border-radius: 10px 0px;
         border-radius: 10px 0px;
  }
  .p_top .confidence .optional ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .confidence .optional ul li h4 {
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    color: #001952;
    margin: 5px 0 10px;
  }
  .p_top .confidence .optional ul li p {
    font-size: 12px;
    line-height: 1.33333;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .confidence .total {
    text-align: center;
  }
  .p_top .confidence .total p {
    display: inline-block;
    font-weight: bold;
    font-size: 21px;
    padding: 25px 60px;
    text-align: center;
    color: #271010;
    position: relative;
    margin: 12px 0;
  }
  .p_top .confidence .total p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 69px;
    height: 77px;
    background: url(../img/total_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .confidence .total p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(180deg) translateY(50%);
       -moz-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
    width: 69px;
    height: 77px;
    background: url(../img/total_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .confidence .price {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 95px 0 35px;
    position: relative;
  }
  .p_top .confidence .price .icon {
    position: absolute;
    left: 50%;
    bottom: -27px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background: #001952;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .confidence .price .icon > i {
    width: 22px;
    height: 22px;
    display: block;
    position: relative;
  }
  .p_top .confidence .price .icon > i:before, .p_top .confidence .price .icon > i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .confidence .price .icon > i:before {
    top: 0;
    left: 50%;
    width: 3px;
    height: 100%;
    margin-left: -1.5px;
  }
  .p_top .confidence .price .icon > i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 3px;
    margin-top: -1.5px;
  }
  .p_top .confidence .price > figure {
    text-align: center;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .confidence .price .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px;
  }
  .p_top .confidence .price .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 354px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 2px solid #2a2a2a;
    overflow: hidden;
    margin: 0 10px 12px;
  }
  .p_top .confidence .price .dlist dl dt {
    /* -moz-border-radius: 10px 0 0 10px;
         border-radius: 10px 0 0 10px; */
    font-weight: bold;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #fff;
    width: 99px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    background: #446bc6;
    border-right: 2px solid #2a2a2a;
  }
  .p_top .confidence .price .dlist dl dt.bg2 {
    background-color: #335ab5;
  }
  .p_top .confidence .price .dlist dl dt.bg3 {
    background-color: #2248a2;
  }
  .p_top .confidence .price .dlist dl dt.bg4 {
    background-color: #183d95;
  }
  .p_top .confidence .price .dlist dl dt.bg5 {
    background-color: #0f3180;
  }
  .p_top .confidence .price .dlist dl dt.bg6 {
    background-color: #05256e;
  }
  .p_top .confidence .price .dlist dl dt.bg7 {
    background-color: #001952;
  }
  .p_top .confidence .price .dlist dl dt small {
    font-weight: bold;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .confidence .price .dlist dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-calc(100% - 99px);
    width: -moz-calc(100% - 99px);
    width: calc(100% - 99px);
    padding: 6px;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(1) span:nth-of-type(1) {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #5d5d5d;
    padding: 0 8px;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(1) span:nth-of-type(2) {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.26667;
    text-align: left;
    color: #5d5d5d;
    display: block;
    white-space: nowrap;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(2) {
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    color: #2a2a2a;
    white-space: nowrap;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(2) i {
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    font-size: 30px;
    text-align: right;
    color: #ea5f00;
  }
  .p_top .confidence_sliderArea {
    background: #f7f5f2;
    padding: 25px 0 50px;
    position: relative;
  }
  .p_top .confidence_sliderArea .swiper-pagination {
    bottom: 20px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .confidence_sliderArea .swiper-pagination .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
    margin: 0 3px;
    opacity: 1;
  }
  .p_top .confidence_sliderArea .swiper-pagination .swiper-pagination-bullet-active {
    background: #001952;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide {
    width: 307px;
    margin: 0 10px;
    position: relative;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide span {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #001952;
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 15px;
    display: inline-block;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide figure {
    padding: 10px;
    background-color: #fff;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide figure img {
    display: block;
    height: 165px;
    object-fit: cover;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide p {
    font-size: 14px;
    line-height: 1.57143;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .why {
    position: relative;
    padding: 80px 0 50px;
  }
  .p_top .why::before {
    content: "";
    position: absolute;
    top: 263px;
    left: 0;
    width: 229px;
    height: 691px;
    background: url(../img/why_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .why::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 232px;
    height: 1024px;
    background: url(../img/why_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .why ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .why ul li:nth-of-type(1) figure::before {
    background-image: url(../img/why_n1.png);
  }
  .p_top .why ul li:nth-of-type(2) figure::before {
    background-image: url(../img/why_n2.png);
  }
  .p_top .why ul li:nth-of-type(3) figure::before {
    background-image: url(../img/why_n3.png);
  }
  .p_top .why ul li + li {
    margin-top: 50px;
  }
  .p_top .why ul li figure {
    width: 384px;
    position: relative;
  }
  .p_top .why ul li figure::before {
    content: "";
    position: absolute;
    top: -32px;
    left: 25px;
    width: 92px;
    height: 92px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/why_n1.png);
    display: block;
  }
  .p_top .why ul li .txt {
    width: -webkit-calc(100% - 384px);
    width: -moz-calc(100% - 384px);
    width: calc(100% - 384px);
    padding-left: 35px;
  }
  .p_top .why ul li .txt h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.375;
    color: #001952;
  }
  .p_top .why ul li .txt p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .why ul li .txt p span {
    background: -webkit-linear-gradient(bottom, #f9e16e 20px, transparent 20px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #f9e16e 20px, transparent 20px, transparent 100%);
    background: linear-gradient(to top, #f9e16e 20px, transparent 20px, transparent 100%);
  }
  .p_top .respond {
    padding: 40px 0 55px;
  }
  .p_top .respond .t_ttl {
    margin-bottom: 60px;
  }
  .p_top .respond_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 793px;
    -moz-border-radius: 20px 0px;
         border-radius: 20px 0px;
    background: #f2f9ff;
    -moz-box-shadow: 7px 7px 0px 0px #3b72a2;
         box-shadow: 7px 7px 0px 0px #3b72a2;
    padding: 20px;
  }
  .p_top .respond_main .fig p {
    font-weight: bold;
    font-size: 23px;
    text-align: left;
    color: #001952;
    margin-top: 8px;
  }
  .p_top .respond_main .fig p small {
    font-weight: bold;
    font-size: 16px;
    margin-right: 8px;
    text-align: left;
    color: #001952;
    border-bottom: 1px solid;
  }
  .p_top .respond_main .fig figure img {
    width: 247px;
    height: 201px;
    -moz-border-radius: 20px 0px;
         border-radius: 20px 0px;
    margin-top: -40px;
  }
  .p_top .respond_main .txt {
    padding-left: 25px;
    width: -webkit-calc(100% - 247px);
    width: -moz-calc(100% - 247px);
    width: calc(100% - 247px);
  }
  .p_top .respond_main .txt h3 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 30px;
    color: #001952;
    margin-bottom: 15px;
  }
  .p_top .respond_main .txt p {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #001952;
  }
  .p_top .steps {
    padding: 45px 0 35px;
    background: url(../img/grid.png) repeat;
  }
  .p_top .steps ul {
    padding-left: 35px;
  }
  .p_top .steps ul li {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 40px 30px 0;
  }
  .p_top .steps ul li:not(:last-child) {
    position: relative;
  }
  .p_top .steps ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -36px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4px;
    height: 30px;
    background: url(../img/dots.png) center/contain no-repeat;
    display: block;
  }
  .p_top .steps ul li:nth-of-type(2) .fig::before {
    background-image: url(../img/steps2.png);
  }
  .p_top .steps ul li:nth-of-type(3) .fig::before {
    background-image: url(../img/steps3.png);
  }
  .p_top .steps ul li:nth-of-type(4) .fig::before {
    background-image: url(../img/steps4.png);
  }
  .p_top .steps ul li + li {
    margin-top: 40px;
  }
  .p_top .steps ul li .fig {
    width: 127px;
    margin-left: -35px;
    position: relative;
  }
  .p_top .steps ul li .fig::before {
    content: "";
    position: absolute;
    top: -45px;
    right: 10px;
    width: 65px;
    height: 67px;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/steps1.png);
    display: block;
  }
  .p_top .steps ul li figure {
    width: 127px;
    height: 127px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    border: 4px solid #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .steps ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .steps ul li .txt {
    width: -webkit-calc(100% - 127px);
    width: -moz-calc(100% - 127px);
    width: calc(100% - 127px);
    padding-left: 20px;
  }
  .p_top .steps ul li .txt h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.83333;
    text-align: left;
    color: #001952;
  }
  .p_top .steps ul li .txt p {
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .faq {
    padding: 45px 0 40px;
  }
  .p_top .faq_main dl {
    margin-bottom: 10px;
    padding: 22px;
    background: #f4f4f4;
  }
  .p_top .faq_main dl dt {
    font-weight: bold;
    font-size: 16px;
    color: #100f4d;
    position: relative;
    padding-left: 48px;
    margin-bottom: 25px;
  }
  .p_top .faq_main 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%);
    font-weight: bold;
    font-size: 18px;
    width: 38px;
    height: 38px;
    background: #100f4d;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 5px;
  }
  .p_top .faq_main dl dd {
    font-size: 14px;
    line-height: 1.57143;
    color: #3c3c3c;
  }
  .p_contact .contact {
    padding: 45px 0 55px;
  }
  .p_contact .contact_main {
    background: #f2f2ff;
    padding: 50px 40px 40px 40px;
  }
  .p_contact .contact_main h3 {
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    color: #100f4d;
    margin-bottom: 60px;
  }
  .p_contact .contact_main .box_white {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 35px;
  }
  .p_contact .contact_main .box_white p {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 30px;
  }
  .p_contact .contact_main a.f_btn, .p_contact .contact_main button.f_btn {
    font-size: 20px;
    width: 281px;
    height: 68px;
  }
  .p_contact .contact_main .box_bd {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 3px solid #100f4d;
    position: relative;
    margin-bottom: 40px;
  }
  .p_contact .contact_main .box_bd dl dt {
    width: 279px;
    height: 51px;
    background: #100f4d;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -25px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_contact .contact_main .box_bd dl dd {
    text-align: center;
    padding: 40px 0 25px;
  }
  .p_contact .contact_main .box_bd dl dd a {
    position: relative;
    padding-left: 89px;
    display: inline-block;
    text-align: left;
  }
  .p_contact .contact_main .box_bd dl dd a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 80px;
    height: 80px;
    background: url(../img/contact/ic_tel.svg) center/contain no-repeat;
    display: block;
  }
  .p_contact .contact_main .box_bd dl dd a span {
    font-weight: bold;
    font-size: 59px;
    line-height: 1;
    color: #100f4d;
    display: block;
  }
  .p_contact .contact_main .box_bd dl dd a small {
    font-weight: bold;
    font-size: 20px;
    color: #100f4d;
  }
  .p_contact .contact_main .form {
    padding: 35px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
  }
  .p_contact .contact_main .form .dlist {
    margin-top: 35px;
  }
  .p_contact .contact_main .form .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;
    border-top: 1px solid #d1d1d1;
    padding: 25px 0;
  }
  .p_contact .contact_main .form .dlist dl.ait {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_contact .contact_main .form .dlist dl.ait dt {
    padding-top: 10px;
  }
  .p_contact .contact_main .form .dlist dl dt {
    width: 230px;
    font-weight: bold;
    font-size: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 30px;
  }
  .p_contact .contact_main .form .dlist dl dt.required::after {
    content: "必須";
    width: 36px;
    height: 23px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #ffe200;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_contact .contact_main .form .dlist dl dt.any::after {
    content: "任意";
    width: 36px;
    height: 23px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #DBDBDB;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_contact .contact_main .form .dlist dl dd {
    width: -webkit-calc(100% - 230px);
    width: -moz-calc(100% - 230px);
    width: calc(100% - 230px);
  }
  .p_contact .contact_main .form .dlist dl dd > span {
    font-size: 18px;
    font-weight: bold;
  }
  .p_contact .contact_main .form .dlist dl dd input {
    border: 0;
    width: 100%;
    padding: 0 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 45px;
    background: #f4f4f4;
  }
  .p_contact .contact_main .form .dlist dl dd input.sm {
    width: 171px;
    margin-bottom: 11px;
  }
  .p_contact .contact_main .form .dlist dl dd textarea {
    border: 0;
    width: 100%;
    padding: 10px 15px;
    outline: none;
    font-size: 16px;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 188px;
    background: #f4f4f4;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd,
  .p_top .consultation .form .dlist dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field,
  .p_top .consultation .form .dlist dl dd .list_rd .rd {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd:not(:last-child),
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field:not(:last-child),
  .p_top .consultation .form .dlist dl dd .list_rd .rd:not(:last-child) {
    margin-right: 40px;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd label,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field label,
  .p_top .consultation .form .dlist dl dd .list_rd .rd label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 20px;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd label input,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field label input,
  .p_top .consultation .form .dlist dl dd .list_rd .rd label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd span,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field span,
  .p_top .consultation .form .dlist dl dd .list_rd .rd span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 35px;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd span::before,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field span::before,
    .p_top .consultation .form .dlist dl dd .list_rd .rd span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 25px;
    height: 25px;
    border: 1px solid #cbcbcb;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd span::after,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field span::after,
  .p_top .consultation .form .dlist dl dd .list_rd .rd span::after {
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #100f4d;
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd label input:checked ~ span:after,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field label input:checked ~ span:after,
  .p_top .consultation .form .dlist dl dd .list_rd .rd label input:checked ~ span:after {
    display: block;
  }
  .p_top .consultation .form .dlist dl.full {
    width: 100%;
  }
  .p_top .consultation .form .dlist dl dd .list_rd .rd {
    margin-bottom: 16.5px;
  }
  .p_contact .contact_main .form .formBot .list_checkbox,
  .list_checkbox2 {
    margin: 5px 0 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_checkbox2 {
    width: 100%;
  }
  .p_contact .contact_main .form .formBot .list_checkbox div, .p_contact .contact_main .form .formBot .list_checkbox .mwform-checkbox-field,
  .list_checkbox2 .wpcf7-list-item {
    display: inline-block;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label,
  .list_checkbox2 label {
    position: relative;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label a,
  .list_checkbox2 label a {
    color: #0093FF;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label input,
  .list_checkbox2 label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label span.mwform-checkbox-field-text,
  .list_checkbox2 .wpcf7-list-item-label {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 30px;
    font-style: normal;
    font-size: 0;
    height: 24px;
    vertical-align: top;
  }
  .list_checkbox2 label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 30px;
    height: 24px;
    vertical-align: top;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label span.mwform-checkbox-field-text::before,
  .list_checkbox2 .wpcf7-list-item-label::before,
    .list_checkbox2 label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background: #f4f4f4;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label span.mwform-checkbox-field-text::after,
  .list_checkbox2 .wpcf7-list-item-label::after,
  .list_checkbox2 label span::after {
    left: 7px;
    top: 5px;
    width: 6px;
    height: 11px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label input:checked ~ span.mwform-checkbox-field-text:after,
  .list_checkbox2 label input:checked ~ .wpcf7-list-item-label::after,
    .list_checkbox2 label input:checked~span::after {
    display: block;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label em,
  .list_checkbox2 label em {
    font-style: normal;
  }
  .p_privacypolicy .privacypolicy {
    padding: 35px 0 50px;
  }
  .p_privacypolicy .privacypolicy dl {
    margin-bottom: 45px;
  }
  .p_privacypolicy .privacypolicy dl dt {
    font-weight: bold;
    font-size: 19px;
    color: #100f4d;
    border-left: 4px solid;
    margin-bottom: 10px;
    padding-left: 17px;
  }
  .p_privacypolicy .privacypolicy dl dd {
    font-size: 16px;
    line-height: 1.75;
    color: #3c3c3c;
  }
  .p_privacypolicy .privacypolicy dl dd p:not(:last-child) {
    margin-bottom: 20px;
  }
  .p_top .report_topEx {
    padding-right: 0;
  }
  .p_top .report_topEx h2 {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: left;
    width: 100%;
    margin-bottom: 34px;
  }
  .p_top .report_topEx h2 img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  .inner {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 16.42512vw;
  }
  body.active {
    position: relative;
  }
  body.active::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(16, 15, 77, 0.71);
    display: block;
    z-index: 101;
  }
  body p {
    font-size: 3.86473vw;
    line-height: 1.625;
  }
  .header .header_l ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 16.42512vw;
    position: fixed;
    top: 0;
    right: 0;
    /* padding-right: 3.38164vw; */
    padding-right: 13.04348vw;
    z-index: 103;
    background-color: #fbf9f7;
    width: -webkit-calc(100% - 29.22705vw);
    width: -moz-calc(100% - 29.22705vw);
    width: calc(100% - 29.22705vw);
  }
  .header .header_l ul li:not(:last-child) {
    margin-right: 1.20773vw;
  }
  .header .header_l ul li.tel a span, .header .header_l ul li.tel a small {
    display: none;
  }
  .header .header_l ul li a {
    width: 11.11111vw;
    height: 11.11111vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    border: 0.48309vw solid #001952;
    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;
  }
  .header .header_l ul li a img {
    width: 6.76329vw;
  }
  .header h1 {
    width: 29.22705vw;
    height: 29.22705vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .header h1 a {
    width: 29.22705vw;
    height: 29.22705vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 0px 0px 9.66184vw 0px;
         border-radius: 0px 0px 9.66184vw 0px;
  }
  .header h1 img {
    width: 24.63768vw;
  }
  .header .header_nav {
    position: fixed;
    height: 100%;
    right: 0;
    opacity: 0;
    top: 0;
    visibility: hidden;
    padding: 4.83092vw 2.41546vw 24.15459vw;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    overflow-y: auto;
    width: 86.23188vw;
    max-width: 100%;
    background-color: #fff;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    border-top: 16.42512vw solid #001952;
    z-index: 102;
  }
  .header .header_nav.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header .header_nav .hvt dl {
    border-bottom: 1px solid rgba(16, 15, 77, 0.32);
  }
  .header .header_nav .hvt dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    color: #100f4d;
    position: relative;
    padding: 3.62319vw 9.66184vw 3.62319vw 3.62319vw;
  }
  .header .header_nav .hvt dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header .header_nav .hvt dl dt i {
    width: 3.62319vw;
    height: 3.62319vw;
    position: relative;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.81159vw;
    right: 3.62319vw;
  }
  .header .header_nav .hvt dl dt i:before, .header .header_nav .hvt dl dt i:after {
    content: "";
    position: absolute;
    background-color: #100F4D;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .header .header_nav .hvt dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .header .header_nav .hvt dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .header .header_nav .hvt dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .header .header_nav .hvt dl dd ul {
    padding: 3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #f2f2ff;
    margin-bottom: 4.83092vw;
  }
  .header .header_nav .hvt dl dd ul li:not(:last-child) {
    margin-bottom: 2.41546vw;
  }
  .header .header_nav .hvt dl dd ul li a {
    font-size: 3.86473vw;
    color: #100f4d;
    position: relative;
    padding-left: 5.7971vw;
  }
  .header .header_nav .hvt dl dd ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.38164vw;
    height: 3.38164vw;
    background: url(../img/menu_ic_sp.svg) center/contain no-repeat;
    display: block;
  }
  .header .header_nav .hvt > ul > li > a {
    font-weight: bold;
    font-size: 4.34783vw;
    color: #100f4d;
    position: relative;
    border-bottom: 1px solid rgba(16, 15, 77, 0.32);
    padding: 3.62319vw 9.66184vw 3.62319vw 3.62319vw;
    display: block;
    position: relative;
  }
  .header .header_nav .hvt > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.41546vw;
    height: 2.41546vw;
    background: url(../img/header_ar.svg) center/contain no-repeat;
    display: block;
  }
  .header .header_nav .hvb {
    background: url(../img/bd.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 7.24638vw 8.45411vw 10.86957vw 7.24638vw;
  }
  .header .header_nav .hvb dl {
    text-align: center;
  }
  .header .header_nav .hvb dl dt {
    display: inline-block;
    font-weight: bold;
    font-size: 4.83092vw;
    letter-spacing: 0.1em;
    color: #100f4d;
    position: relative;
    padding: 0 1.20773vw 0 2.41546vw;
    margin-bottom: 6.03865vw;
  }
  .header .header_nav .hvb dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(35deg) translateY(-50%);
       -moz-transform: rotate(35deg) translateY(-50%);
        -ms-transform: rotate(35deg) translateY(-50%);
            transform: rotate(35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .header .header_nav .hvb dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-35deg) translateY(-50%);
       -moz-transform: rotate(-35deg) translateY(-50%);
        -ms-transform: rotate(-35deg) translateY(-50%);
            transform: rotate(-35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .header .header_nav .hvb dl dd {
    text-align: left;
  }
  .header .header_nav .hvb dl dd > a {
    position: relative;
    padding-left: 25.60386vw;
    display: block;
    position: relative;
  }
  .header .header_nav .hvb dl dd > a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47.58454vw;
    height: 40.09662vw;
    background: url(../img/supperman.png) center/contain no-repeat;
    display: block;
  }
  .header .header_nav .hvb dl dd > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19.08213vw;
    height: 19.08213vw;
    background: url(../img/ic_tel2.svg) center/contain no-repeat;
    display: block;
  }
  .header .header_nav .hvb dl dd > a span {
    font-weight: bold;
    font-size: 4.58937vw;
    letter-spacing: 0.1em;
    color: #00497e;
    display: block;
  }
  .header .header_nav .hvb dl dd > a em {
    font-weight: bold;
    font-size: 11.83575vw;
    letter-spacing: 0.1em;
    color: #00497e;
    line-height: 1;
    font-style: normal;
  }
  .header .header_nav .hvb dl dd > a small {
    font-weight: bold;
    font-size: 4.10628vw;
    letter-spacing: 0.1em;
    color: #00497e;
    display: block;
  }
  .header .header_nav .hvb dl dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 4.83092vw;
  }
  .header .header_nav .hvb dl dd ul li:nth-of-type(2) a {
    background-image: url(../img/btn_bg2.png);
    position: relative;
    padding-left: 18.11594vw;
    -moz-box-shadow: 0 1.20773vw 0vw 0vw #006930;
         box-shadow: 0 1.20773vw 0vw 0vw #006930;
  }
  .header .header_nav .hvb dl dd ul li:nth-of-type(2) a::before {
    width: 9.66184vw;
    height: 9.66184vw;
    background-image: url(../img/btn_ic_line.svg);
  }
  .header .header_nav .hvb dl dd ul li a {
    width: 85.99034vw;
    height: 18.59903vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background-repeat: no-repeat;
    background-image: url(../img/btn_bg1.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 5.55556vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 19.32367vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-shadow: 0 1.20773vw 0vw 0vw #b96300;
         box-shadow: 0 1.20773vw 0vw 0vw #b96300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header .header_nav .hvb dl dd ul li a:hover {
    opacity: 1;
    -webkit-transform: translateY(1.20773vw);
       -moz-transform: translateY(1.20773vw);
        -ms-transform: translateY(1.20773vw);
            transform: translateY(1.20773vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .header .header_nav .hvb dl dd ul li a::before {
    position: absolute;
    top: 50%;
    left: 4.83092vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 11.35266vw;
    height: 7.97101vw;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/btn_ic_mail.svg);
    display: block;
  }
  .header .menu_icon {
    /* width: 16.42512vw;
    height: 16.42512vw; */
    width: 8.21256vw;
    height: 9.17874vw;
    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: 0;
    right: 0; */
    top: 3.71981vw;
    right: 2.29469vw;
    z-index: 103;
    cursor: pointer;
    /* background-color: #2b437b; */
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    left: 0;
    right: 0;
    -webkit-transform: translateY(2.17391vw) rotate(-45deg);
       -moz-transform: translateY(2.17391vw) rotate(-45deg);
        -ms-transform: translateY(2.17391vw) rotate(-45deg);
            transform: translateY(2.17391vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    left: 0;
    right: 0;
    -webkit-transform: translateY(-2.17391vw) rotate(45deg);
       -moz-transform: translateY(-2.17391vw) rotate(45deg);
        -ms-transform: translateY(-2.17391vw) rotate(45deg);
            transform: translateY(-2.17391vw) rotate(45deg);
  }
  .header .menu_icon_in {
    /* width: 8.69565vw;
    height: 7.72947vw; */
    width: 8.21256vw;
    height: 9.17874vw;
    -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: block;
    margin: 0 auto;
    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-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.657vw;
    color: #2b437b;
    font-style: normal;
    line-height: 3.86473vw;
    display: block;
    font-weight: 700;
  }
  .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: 2.657vw; */
    height: 4.83092vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    min-height: 1px;
    background-color: #2b437b;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
    left: inherit;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 2.41vw;
    /* opacity: 0; */
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    right: 0;
    left: inherit;
  }
  .footer {
    text-align: center;
    color: #fff;
  }
  .footer a {
    color: #fff;
  }
  .footer > a {
    padding: 3.62319vw 0;
    display: inline-block;
  }
  .footer > a img {
    width: 69.32367vw;
  }
  .footer_mid {
    text-align: left;
    background: #100f4d;
    padding: 7.24638vw 0 0;
  }
  .footer_mid .row {
    padding: 0;
  }
  .footer_mid .row > p {
    font-size: 3.38164vw;
    padding: 0 3.62319vw 4.83092vw;
  }
  .footer_mid .row > p span {
    display: block;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 1.93237vw;
  }
  .footer_mid .row .dlist dl {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer_mid .row .dlist dl:nth-of-type(1) {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer_mid .row .dlist dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    position: relative;
    padding: 3.62319vw 9.66184vw 3.62319vw 3.62319vw;
  }
  .footer_mid .row .dlist dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .footer_mid .row .dlist dl dt i {
    width: 3.62319vw;
    height: 3.62319vw;
    position: relative;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1.81159vw;
    right: 3.62319vw;
  }
  .footer_mid .row .dlist dl dt i:before, .footer_mid .row .dlist dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .footer_mid .row .dlist dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .footer_mid .row .dlist dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .footer_mid .row .dlist dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .footer_mid .row .dlist dl dd ul {
    padding: 3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    margin-bottom: 4.83092vw;
    width: 92.75362vw;
    margin: 0 auto 4.83092vw;
  }
  .footer_mid .row .dlist dl dd ul li:not(:last-child) {
    margin-bottom: 2.41546vw;
  }
  .footer_mid .row .dlist dl dd ul li a {
    font-size: 3.86473vw;
    color: #100f4d;
    position: relative;
    padding-left: 5.7971vw;
  }
  .footer_mid .row .dlist dl dd ul li a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.38164vw;
    height: 3.38164vw;
    background: url(../img/menu_ic_sp.svg) center/contain no-repeat;
    display: block;
  }
  .footer_mid .row > ul > li > a {
    font-weight: bold;
    font-size: 4.34783vw;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
    padding: 3.62319vw 9.66184vw 3.62319vw 3.62319vw;
    display: block;
    position: relative;
  }
  .footer_mid .row > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.41546vw;
    height: 2.41546vw;
    background: url(../img/footer_ar.svg) center/contain no-repeat;
    display: block;
  }
  .footer_bot {
    text-align: left;
    background: #100f4d;
    padding: 9.66184vw 0 2.41546vw;
  }
  .footer_bot .row p {
    font-size: 2.89855vw;
    line-height: 1.33333;
  }
  .footer_bot .row p:nth-of-type(2) {
    text-align: center;
    margin-top: 9.66184vw;
  }
  .ttl {
    padding: 0 3.62319vw;
    position: relative;
  }
  .ttl::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 32.85024vw;
    background: #FBF9F7;
    display: block;
  }
  .ttl figure, .ttl picture {
    position: relative;
    z-index: 1;
  }
  .ttl figure img, .ttl picture img {
    display: block;
    width: 100%;
    height: 37.68116vw;
    object-fit: cover;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
  }
  .ttl .txt h2 {
    font-weight: bold;
    font-size: 6.28019vw;
    color: #fff;
    text-shadow: 0vw 0vw 4.34783vw rgba(0, 0, 0, 0.42);
  }
  .breadcrumb {
    position: relative;
    z-index: 1;
    padding: 2.41546vw 0;
  }
  .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .breadcrumb ul li, .breadcrumb ul a {
    font-size: 2.89855vw;
  }
  .breadcrumb ul li:not(:last-child) {
    position: relative;
  }
  .breadcrumb ul li:not(:last-child)::after {
    content: ">";
    margin: 0 2.41546vw;
  }
  a.btn_cm, button.btn_cm {
    width: 78.01932vw;
    height: 16.90821vw;
    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;
    background-color: #407fe4;
    font-weight: bold;
    font-size: 4.10628vw;
    text-align: center;
    color: #fff;
    position: relative;
    margin: 0 auto 0;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
  }
  a.btn_cm:hover, button.btn_cm:hover {
    background-color: #9a9a9a;
    opacity: 1;
  }
  a.btn_cm:hover::before, button.btn_cm:hover::before {
    background-color: #bcbcbc;
  }
  a.btn_cm::before, button.btn_cm::before {
    content: "";
    position: absolute;
    top: -114%;
    left: -28%;
    -webkit-transform: rotate(-10deg);
       -moz-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg);
    width: 150%;
    height: 150%;
    background: #4091e4;
    display: block;
    z-index: -1;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  a.btn_cm::after, button.btn_cm::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.31401vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.44928vw solid transparent;
    border-bottom: 1.44928vw solid transparent;
    border-left: 2.89855vw solid #fff;
  }
  .cta {
    position: relative;
  }
  .cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(168, 47, 47, 0.79);
    opacity: 0.79;
    display: block;
  }
  .cta .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .cta .txt .row {
    height: 100%;
  }
  .cta .txt .row .ctLeft {
    text-align: center;
    padding: 4.83092vw 0;
  }
  .cta .txt .row .ctLeft figure {
    width: 65.21739vw;
    display: inline-block;
  }
  .cta .txt .row .ctLeft 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-top: 3.62319vw;
  }
  .cta .txt .row .ctLeft.ctLeft02 ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
  .cta .txt .row .ctLeft ul li {
    width: 27.53623vw;
    height: 7.48792vw;
    background: #fff;
    color: #a82f2f;
    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;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
  }
  .cta .txt .row .ctLeft ul li:not(:last-child) {
    margin-right: 2.41546vw;
  }
  .cta .txt .row .ctLeft.ctLeft02 ul li {
    width: 30.87%;
    height: 31px;
    background: #fff;
    color: #a82f2f;
    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;
    font-size: 18px;
    letter-spacing: 0.1em;
  }
  .cta .txt .row .ctLeft.ctLeft02 ul li:first-child {
    width: 97.85%;
    margin: 0 auto;
    margin-bottom: 7px;
  }
  .cta .txt .row .ctLeft .txt1 {
    font-weight: bold;
    font-size: 8.9372vw;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .cta .txt .row .ctLeft .txt2 {
    font-weight: bold;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-bottom: 1.20773vw;
  }
  .cta .txt .row .ctLeft .txt2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1.20773vw;
    background: url(../img/line.png) repeat-x;
    display: block;
  }
  .cta .txt .row .ctRight {
    background: url(../img/cta_bg2.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 4.83092vw 7.24638vw 8.45411vw 6.03865vw;
  }
  .cta .txt .row .ctRight dl {
    text-align: center;
  }
  .cta .txt .row .ctRight dl dt {
    display: inline-block;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    color: #100f4d;
    position: relative;
    padding: 0 1.20773vw 0 2.41546vw;
    margin-bottom: 0;
  }
  .cta .txt .row .ctRight dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(35deg) translateY(-50%);
       -moz-transform: rotate(35deg) translateY(-50%);
        -ms-transform: rotate(35deg) translateY(-50%);
            transform: rotate(35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .cta .txt .row .ctRight dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-35deg) translateY(-50%);
       -moz-transform: rotate(-35deg) translateY(-50%);
        -ms-transform: rotate(-35deg) translateY(-50%);
            transform: rotate(-35deg) translateY(-50%);
    width: 1px;
    height: 80%;
    background: #100f4d;
    display: block;
  }
  .cta .txt .row .ctRight dl dd {
    text-align: left;
    margin-top: -5px;
  }
  .cta .txt .row .ctRight dl dd > a {
    position: relative;
    padding-left: 16.42512vw;
    display: block;
    position: relative;
    height: 17.8744vw;
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #00497e;
         box-shadow: 0 0.96618vw 0vw 0vw #00497e;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background-repeat: no-repeat;
    background-image: url(../img/btn_tel_bg.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    color: #fff;
    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;
  }
  .cta .txt .row .ctRight dl dd > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10.86957vw;
    height: 9.90338vw;
    background: url(../img/ic_tel2_sp.svg) center/contain no-repeat;
    display: block;
  }
  .cta .txt .row .ctRight dl dd > a span {
    font-weight: bold;
    font-size: 2.89855vw;
    letter-spacing: 0.1em;
    display: block;
  }
  .cta .txt .row .ctRight dl dd > a em {
    font-weight: bold;
    font-size: 7.00483vw;
    letter-spacing: 0.1em;
    line-height: 1;
    font-style: normal;
  }
  .cta .txt .row .ctRight dl dd > a small {
    font-weight: bold;
    font-size: 2.17391vw;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 0.48309vw;
  }
  .cta .txt .row .ctRight dl dd ul {
    margin-top: 2.25vw;
  }
  .cta .txt .row .ctRight dl dd ul li:nth-of-type(2) {
    margin-top: 2.41546vw;
  }
  .cta .txt .row .ctRight dl dd ul li:nth-of-type(2) a {
    background-image: url(../img/btn_bg2.png);
    position: relative;
    padding-left: 15.70048vw;
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #006930;
         box-shadow: 0 0.96618vw 0vw 0vw #006930;
  }
  .cta .txt .row .ctRight dl dd ul li:nth-of-type(2) a::before {
    width: 9.66184vw;
    height: 9.66184vw;
    background-image: url(../img/btn_ic_line.svg);
  }
  .cta .txt .row .ctRight dl dd ul li a {
    height: 17.8744vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background-repeat: no-repeat;
    background-image: url(../img/btn_bg1.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 14.49275vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #b96300;
         box-shadow: 0 0.96618vw 0vw 0vw #b96300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .cta .txt .row .ctRight dl dd ul li a:hover {
    opacity: 1;
    -webkit-transform: translateY(1.20773vw);
       -moz-transform: translateY(1.20773vw);
        -ms-transform: translateY(1.20773vw);
            transform: translateY(1.20773vw);
    -moz-box-shadow: none;
         box-shadow: none;
  }
  .cta .txt .row .ctRight dl dd ul li a::before {
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 8.9372vw;
    height: 6.28019vw;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/btn_ic_mail.svg);
    display: block;
  }
  .menuRightFixed {
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 99;
  }
  .menuRightFixed ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-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;
    height: 100%;
  }
  .menuRightFixed ul li {
    margin: 1.20773vw 0;
  }
  .menuRightFixed ul li a {
    display: block;
    font-size: 0;
    line-height: 0;
  }
  .t_ttl {
    text-align: center;
    margin-bottom: 10.86957vw;
    position: relative;
    z-index: 1;
  }
  .t_ttl small {
    background: url(../img/t_ttl_bg.svg) 0 0 no-repeat;
    width: 53.1401vw;
    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;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 3.86473vw;
    padding-bottom: 4.83092vw;
    text-align: center;
    color: #001952;
  }
  .t_ttl span {
    display: block;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 8.45411vw;
    color: #001952;
    margin-top: 2.41546vw;
    line-height: 1.2;
  }
  .t_ttl span em {
    font-style: normal;
    color: #E35667;
  }
  .p_top .sliderWr {
    /* padding-left: 3vw; */
    /* background: url(../img/slider_bg_sp.png) center bottom no-repeat; */
    /* padding-bottom: 11.5942vw; */
    /* -moz-background-size: 100% auto;
         background-size: 100% auto; */
    position: relative;
  }
  .p_top .sliderWr .scrollWr a {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 9.66184vw;
    z-index: 10;
    padding: 2.41546vw 2.41546vw 26.57005vw;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    overflow: hidden;
    font-size: 2.89855vw;
    letter-spacing: 0.1em;
    color: #001952;
  }
  .p_top .sliderWr .scrollWr a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0.24155vw;
    height: 24.15459vw;
    background: #000;
    -webkit-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
       -moz-animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
            animation: sdl01 1.5s cubic-bezier(1, 0, 0, 1) infinite;
  }
  .p_top .sliderWr::after {
    /* content: "";
    position: absolute;
    left: 0;
    bottom: -6.03865vw;
    width: 37.47058vw;
    height: 42.73504vw;
    background: url(../img/slider_mask.png) center/contain no-repeat;
    display: block;
    z-index: 1; */
  }
  .p_top .sliderWr .txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    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: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_top .sliderWr .txt p img {
    width: 31.15942vw;
  }
/*  .p_top .sliderWr ul li {
    -moz-border-radius: 0vw 28.98551vw;
         border-radius: 0vw 28.98551vw;
    overflow: hidden;
  }*/
  .p_top .how {
    padding: 14.49275vw 0;
    position: relative;
  }
  .p_top .how::before {
    content: "";
    position: absolute;
    top: 36.23188vw;
    left: -26.57005vw;
    width: 88.4058vw;
    height: 64.97585vw;
    background: url(../img/how_bg1.png) center/contain no-repeat;
    display: block;
    display: none;
  }
  .p_top .how::after {
    content: "";
    position: absolute;
    top: 60.38647vw;
    right: 0;
    width: 20.77295vw;
    height: 57.00483vw;
    background: url(../img/how_bg2_sp.png) center/contain no-repeat;
    display: block;
  }
  .p_top .how_main .txtLeft {
    text-align: center;
  }
  .p_top .how_main .txtLeft p {
    font-size: 4.34783vw;
    line-height: 1.66667;
    color: #2a2a2a;
    margin-bottom: 6.03865vw;
  }
  .p_top .how_main .txtLeft p em {
    font-style: normal;
    font-weight: bold;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5.7971vw, #f9e16e), color-stop(5.7971vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #f9e16e 5.7971vw, transparent 5.7971vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #f9e16e 5.7971vw, transparent 5.7971vw, transparent 100%);
    background: linear-gradient(to top, #f9e16e 5.7971vw, transparent 5.7971vw, transparent 100%);
  }
  .p_top .how_main .txtRight {
    background: url(../img/how_bg3.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 7.24638vw 14.49275vw 7.24638vw 6.03865vw;
    position: relative;
  }
  .p_top .how_main .txtRight::after {
    content: "";
    position: absolute;
    top: -4.83092vw;
    right: 9.66184vw;
    width: 14.00966vw;
    height: 19.80676vw;
    background: url(../img/ic_list.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .how_main .txtRight h3 {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.33333;
    text-align: center;
    color: #67250d;
    position: relative;
    padding-bottom: 3.62319vw;
    margin-bottom: 8.45411vw;
  }
  .p_top .how_main .txtRight h3::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 14.25121vw;
    height: 0.96618vw;
    background: #67250d;
    display: block;
  }
  .p_top .how_main .txtRight ul li {
    position: relative;
    font-size: 4.34783vw;
    line-height: 1.27778;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .how_main .txtRight ul li + li {
    margin-top: 3.62319vw;
  }
  .p_top .how_main .txtRight ul li::before {
    content: "";
    margin-bottom: 2.41546vw;
    width: 26.57005vw;
    height: 6.76329vw;
    background: url(../img/ic_check.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .award {
    background: url(../img/award_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    text-align: center;
    padding: 19.32367vw 0 24.15459vw;
  }
  .p_top .award h2 img {
    width: 92.75362vw;
  }
  .p_top .award .row > 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 4.83092vw 0 7.24638vw;
  }
  .p_top .award .row > ul > li {
    margin: 0 2.89855vw 2.41546vw;
  }
  .p_top .award .row > ul > li img {
    width: 32.1256vw;
  }
  .p_top .award .row > ul > li p {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.25;
    text-align: center;
    color: #001952;
    margin-top: 2.41546vw;
  }
  .p_top .award .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .award .df_l {
    width: 38.16425vw;
  }
  .p_top .award .df_l ul {
    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: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .award .df_l ul li:nth-of-type(1) {
    width: 38.16425vw;
  }
  .p_top .award .df_l ul li:nth-of-type(2) {
    width: 52.17391vw;
  }
  .p_top .award .df_r {
    padding-left: 2.41546vw;
    width: -webkit-calc(100% - 38.16425vw);
    width: -moz-calc(100% - 38.16425vw);
    width: calc(100% - 38.16425vw);
  }
  .p_top .award .df_r .txt1 {
    font-weight: bold;
    font-size: 2.89855vw;
    line-height: 1.26316;
    text-align: left;
    color: #001952;
  }
  .p_top .award .df_r .txt2 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 6.03865vw;
    line-height: 1.27907;
    color: #001952;
    margin-top: 2.41546vw;
    margin-bottom: 2.41546vw;
  }
  .p_top .award .df_r .txt2 em {
    font-size: 8.21256vw;
    line-height: 1.27119;
    text-align: center;
    color: #e35667;
    font-style: normal;
  }
  .p_top .award .df_r .txt2 small {
    font-size: 4.34783vw;
    line-height: 1.29032;
    text-align: center;
    color: #001952;
    display: block;
  }
  .p_top .consultation {
    background: url(../img/consultation_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 14.49275vw 3.62319vw 8.45411vw;
    margin-top: -12.07729vw;
  }
  .p_top .consultation .form {
    padding: 12.07729vw 7.24638vw 6.03865vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    position: relative;
  }
  .p_top .consultation .form::after {
    content: "";
    position: absolute;
    top: -22.18357vw;
    right: 0vw;
    width: 84.15333vw;
    height: 33.92607vw;
    background: url(../img/consultation_talk-sp-tokyo.png) center/contain no-repeat;
    display: block;
  }
  .p_top .consultation .form.form02::after {
    content: "";
    position: absolute;
    top: -22.18357vw;
    right: 0vw;
    width: 84.15333vw;
    height: 33.92607vw;
    background: url(../img/consultation_talk-sp-tokyo.png) center/contain no-repeat;
    display: block;
  }
  .p_top .consultation .form button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    width: 68.35749vw;
    height: 15.21739vw;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    -moz-box-shadow: 0 0.72464vw 0vw 0vw #bf4a00;
         box-shadow: 0 0.72464vw 0vw 0vw #bf4a00;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #FF7926), color-stop(50%, #ff6301), to(#ff6301));
    background: -webkit-linear-gradient(bottom, #FF7926 50%, #ff6301 50%, #ff6301 100%);
    background: -moz- oldlinear-gradient(bottom, #FF7926 50%, #ff6301 50%, #ff6301 100%);
    background: linear-gradient(to top, #FF7926 50%, #ff6301 50%, #ff6301 100%);
    position: relative;
  }
  .p_top .consultation .form button::after {
    content: "＞";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    font-size: 4.34783vw;
    color: #fff;
    display: block;
  }
  .p_top .consultation .form dl {
    margin-bottom: 4.83092vw;
  }
  .p_top .consultation .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #2a2a2a;
    margin-bottom: 2.41546vw;
  }
  .p_top .consultation .form dl dt span {
    width: 13.52657vw;
    height: 5.07246vw;
    -moz-border-radius: 2.53623vw;
         border-radius: 2.53623vw;
    background: #e35667;
    font-size: 3.38164vw;
    color: #fff;
    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: 400;
  }
  .p_top .consultation .form dl dd input {
    border: 0;
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 9.90338vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f2f2;
  }
  .p_top .consultation .form dl dd input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .consultation .form dl dd input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .consultation .form dl dd input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .consultation .form dl dd input::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .report {
    background: #fcfcfd;
    padding: 22.94686vw 0 14.49275vw;
    position: relative;
    margin-top: 1.93237vw;
  }
  .p_top .report_inner::before {
    content: "";
    position: absolute;
    top: 16.90821vw;
    left: 0;
    width: 56.03865vw;
    height: 109.17874vw;
    background: url(../img/report_bg2.png) center/contain no-repeat;
    display: block;
    display: none;
  }
  .p_top .report_main::before {
    content: "";
    position: absolute;
    top: 6.52174vw;
    right: 0;
    width: 32.26363vw;
    height: 72.80883vw;
    background: url(../img/report_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report_main::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 91.0628vw;
    background: url(../img/report_bg3_sp.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 15.45894vw;
    background: url(../img/report_grid.png) repeat-x;
    display: block;
  }
  .p_top .report::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 15.45894vw;
    background: url(../img/report_key.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report_top {
    padding-right: 28.98551vw;
    position: relative;
  }
  .p_top .report_top h2 {
    position: absolute;
    top: 0;
    right: 0;
  }
  .p_top .report_top h2 img {
    width: 28.98551vw;
  }
  .p_top .report_top p {
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    color: #2a2a2a;
    margin-right: -28.98551vw;
  }
  .p_top .report_top p span {
    color: #E35667;
    text-decoration: underline;
  }
  .p_top .report_bot {
    margin-top: 13.28502vw;
  }
  .p_top .report_bot .rbl dl {
    text-align: center;
  }
  .p_top .report_bot .rbl dl dt {
    width: 86.95652vw;
    height: 11.83575vw;
    -moz-border-radius: 5.7971vw;
         border-radius: 5.7971vw;
    background: #e35667;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 4.34783vw;
    letter-spacing: 0.1em;
    color: #fff;
    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;
    position: relative;
    margin-bottom: -2.89855vw;
  }
  .p_top .report_bot .rbl dl dt::before {
    content: "";
    position: absolute;
    top: -2.41546vw;
    right: -2.41546vw;
    width: 5.07246vw;
    height: 4.10628vw;
    background: url(../img/report_ic1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .report_bot .rbl dl dt::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: 1.93237vw solid transparent;
    border-right: 1.93237vw solid transparent;
    border-top: 2.89855vw solid #e35667;
  }
  .p_top .report_bot .rbr p {
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: left;
    color: #2a2a2a;
    margin-top: 2.41546vw;
  }
  .p_top .report_bot .rbr p img {
    float: right;
    width: 30.91787vw;
    -moz-border-radius: 4.83092vw 0vw;
         border-radius: 4.83092vw 0vw;
    overflow: hidden;
    margin-left: 3.62319vw;
  }
  .p_top .organizing {
    background: #f6f5ee;
    padding: 10.86957vw 0 15.70048vw;
    position: relative;
  }
  .p_top .organizing::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 55.31401vw;
    height: 234.78261vw;
    background: url(../img/organizing_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .organizing::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56.03865vw;
    height: 290.33816vw;
    background: url(../img/organizing_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .organizing .t_ttl {
    margin-bottom: 15.70048vw;
  }
  .p_top .organizing .row > ul {
    margin: 0 auto;
  }
  .p_top .organizing .row > ul > li {
    padding: 3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0vw 0vw 1.44928vw rgba(85, 36, 0, 0.16);
         box-shadow: 0vw 0vw 1.44928vw rgba(85, 36, 0, 0.16);
  }
  .p_top .organizing .row > ul > li + li {
    margin-top: 14.49275vw;
  }
  .p_top .organizing .row > ul > li .df_l .fig {
    position: relative;
    margin-top: -9.66184vw;
    margin-left: 2.41546vw;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption {
    position: absolute;
    right: 3.62319vw;
    top: 4.83092vw;
    width: 27.29469vw;
    height: 27.29469vw;
    background: #f0eaba;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 5.31401vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    color: #001952;
    -webkit-transform: rotate(-7deg);
       -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption.figcaption02 {
    position: absolute;
    right: 15px;
    top: 20px;
    width: 113px;
    height: 113px;
    background: #f0eaba;
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.25;
    display: block;
    text-align: center;
    color: #001952;
    -webkit-transform: rotate(-7deg);
       -moz-transform: rotate(-7deg);
        -ms-transform: rotate(-7deg);
            transform: rotate(-7deg);
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption.figcaption02 span {
    display: block;
    font-size: 16px;
    line-height: 1.15;
  }
  .p_top .organizing .row > ul > li:first-child .df_l .fig .figcaption.figcaption02 {
    padding-top: 24px;
  }
  .p_top .organizing .row > ul > li:nth-child(2) .df_l .fig .figcaption.figcaption02 {
    padding-top: 13px;
  }
  .p_top .organizing .row > ul > li:nth-child(3) .df_l .fig .figcaption.figcaption02 {
    padding-top: 24px;
  }
  .p_top .organizing .row > ul > li:nth-child(4) .df_l .fig .figcaption.figcaption02 {
    padding-top: 24px;
  }
  .p_top .organizing .row > ul > li .df_l .fig .figcaption::after {
    content: "";
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 25.60386vw;
    height: 25.60386vw;
    border: 2px dashed #ddd48c;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .p_top .organizing .row > ul > li .df_l .fig figure {
    -webkit-transform: rotate(-3deg);
       -moz-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
            transform: rotate(-3deg);
    width: 55.55556vw;
    height: 34.05797vw;
    border: 1.20773vw solid #fff;
    -moz-box-shadow: 0vw 0.48309vw 1.44928vw rgba(85, 36, 0, 0.16);
         box-shadow: 0vw 0.48309vw 1.44928vw rgba(85, 36, 0, 0.16);
  }
  .p_top .organizing .row > ul > li .df_l .fig figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .organizing .row > ul > li .df_l p {
    margin-top: 4.83092vw;
    font-size: 3.38164vw;
    line-height: 1.42857;
    padding-right: 4.83092vw;
    color: #2a2a2a;
  }
  .p_top .organizing .row > ul > li .df_r {
    margin-top: 3.62319vw;
  }
  .p_top .organizing .row > ul > li .df_r dl {
    height: 100%;
  }
  .p_top .organizing .row > ul > li .df_r dl dt {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: center;
    color: #fff;
    padding: 2.89855vw;
    margin-bottom: 1.93237vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #001952;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .organizing .row > ul > li .df_r dl dt br {
    display: none;
  }
  .p_top .organizing .row > ul > li .df_r 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;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul {
    padding-left: 12.07729vw;
    width: 100%;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul li {
    border-bottom: 1px dashed #d5d5d5;
    padding: 3.62319vw 0 2.41546vw;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.4375;
    text-align: left;
    color: #2a2a2a;
    position: relative;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -12.07729vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.69565vw;
    height: 7.48792vw;
    background: url(../img/star.png) center/contain no-repeat;
    display: block;
  }
  .p_top .organizing .row > ul > li .df_r dl dd ul li span {
    color: #E35667;
  }
  .p_top .area {
    background: #001952 url(../img/area_bg_sp.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding: 9.66184vw 0 12.07729vw;
  }
  .p_top .area h2 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 8.3vw;
    text-align: center;
    color: #fff;
    margin-bottom: 13.52657vw;
  }
  .p_top .area_main {
    padding: 9.66184vw 3.62319vw;
    -moz-border-radius: 4.83092vw 0vw;
         border-radius: 4.83092vw 0vw;
    background: #fff;
    position: relative;
  }
  .p_top .area_main::before {
    content: "";
    position: absolute;
    left: 0;
    top: -8.45411vw;
    width: 98%;
    height: 8.45411vw;
    background: url(../img/area_grid.png) left 5.07246vw center repeat-x;
    display: block;
  }
  .p_top .area_top {
    margin-bottom: 6.03865vw;
  }
  .p_top .area_top .atl {
    margin-bottom: 4.83092vw;
  }
  .p_top .area_top .atl ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .area_top .atl ul li {
    min-width: 15.70048vw;
    height: 8.45411vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 2px solid #001952;
    font-weight: bold;
    font-size: 4.58937vw;
    text-align: center;
    color: #001952;
    margin-right: 1.44928vw;
    margin-bottom: 1.93237vw;
    padding: 0 2.41546vw;
  }
  .p_top .area_top .atl ul li:last-child {
    width: 100%;
    border: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .p_top .area_top .atl p {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.58333;
    text-align: center;
    color: #001952;
    position: relative;
  }
  .p_top .area_top .atl p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 6.03865vw;
    -webkit-transform: rotate(-25deg);
       -moz-transform: rotate(-25deg);
        -ms-transform: rotate(-25deg);
            transform: rotate(-25deg);
    width: 0.72464vw;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .area_top .atl p::after {
    content: "";
    position: absolute;
    top: 0;
    right: 6.03865vw;
    -webkit-transform: rotate(25deg);
       -moz-transform: rotate(25deg);
        -ms-transform: rotate(25deg);
            transform: rotate(25deg);
    width: 0.72464vw;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .area_top .atl p em {
    font-style: normal;
    font-weight: bold;
    font-size: 9.17874vw;
    color: #e35667;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.657vw, #fff500), color-stop(2.657vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #fff500 2.657vw, transparent 2.657vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fff500 2.657vw, transparent 2.657vw, transparent 100%);
    background: linear-gradient(to top, #fff500 2.657vw, transparent 2.657vw, transparent 100%);
  }
  .p_top .area_bot dl + dl {
    margin-top: 1.93237vw;
  }
  .p_top .area_bot dl dt {
    height: 11.35266vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #eff3fd;
    padding: 2.41546vw 9.66184vw 2.41546vw 4.83092vw;
    position: relative;
    border: 1px solid #001952;
    font-weight: bold;
    font-size: 4.34783vw;
    cursor: pointer;
    color: #001952;
  }
  .p_top .area_bot dl dt.is_active {
    -moz-border-radius: 2.41546vw 2.41546vw 0 0;
         border-radius: 2.41546vw 2.41546vw 0 0;
  }
  .p_top .area_bot dl dt.is_active::after {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .p_top .area_bot dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.89855vw;
    margin-top: -0.84541vw;
    width: 2.657vw;
    height: 1.69082vw;
    background: url(../img/ar.png) center/contain no-repeat;
    display: block;
  }
  .p_top .area_bot dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .area_bot dl dd .txt {
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
    padding: 2.41546vw 4.83092vw;
    border: 1px solid #001952;
    border-top: 0;
  }
  .p_top .area_bot dl dd p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .service {
    padding: 12.07729vw 0 8.45411vw;
    position: relative;
  }
  .p_top .service::before {
    content: "";
    position: absolute;
    top: 55.55556vw;
    left: 0;
    width: 48.06763vw;
    height: 74.15459vw;
    background: url(../img/service_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .service::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 56.03865vw;
    height: 178.74396vw;
    background: url(../img/service_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .service .dlist {
    position: relative;
    z-index: 1;
  }
  .p_top .service .dlist dl {
    -moz-border-radius: 4.83092vw;
         border-radius: 4.83092vw;
    background: #fff;
    border: 0.72464vw solid #001952;
    margin-bottom: 4.83092vw;
    overflow: hidden;
  }
  .p_top .service .dlist dl dt {
    padding: 3.62319vw 6.03865vw;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #001952;
    background: #eff3fd;
    border-bottom: 1px solid #001952;
  }
  .p_top .service .dlist dl dd {
    padding: 3.62319vw 3.62319vw 3.62319vw 6.03865vw;
  }
  .p_top .service .dlist dl dd .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .service .dlist dl dd .df .txt {
    width: -webkit-calc(100% - 21.73913vw);
    width: -moz-calc(100% - 21.73913vw);
    width: calc(100% - 21.73913vw);
    padding-right: 3.62319vw;
  }
  .p_top .service .dlist dl dd .df .txt p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    color: #2a2a2a;
  }
  .p_top .service .dlist dl dd .df figure {
    width: 21.73913vw;
  }
  .p_top .confidence {
    background: url(../img/confidence_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 19.32367vw 0 6.03865vw;
  }
  .p_top .confidence .optional {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 9.66184vw 4.83092vw 4.83092vw;
    margin-top: 1.69082vw;
    text-align: center;
  }
  .p_top .confidence .optional h3 {
    display: inline-block;
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: center;
    color: #001952;
    position: relative;
    margin-bottom: 4.83092vw;
    padding: 2.41546vw 3.62319vw;
  }
  .p_top .confidence .optional h3::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-30deg) translateY(-50%);
       -moz-transform: rotate(-30deg) translateY(-50%);
        -ms-transform: rotate(-30deg) translateY(-50%);
            transform: rotate(-30deg) translateY(-50%);
    width: 0.48309vw;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .confidence .optional h3::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(30deg) translateY(-50%);
       -moz-transform: rotate(30deg) translateY(-50%);
        -ms-transform: rotate(30deg) translateY(-50%);
            transform: rotate(30deg) translateY(-50%);
    width: 0.48309vw;
    height: 100%;
    background: #001952;
    display: block;
  }
  .p_top .confidence .optional ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .confidence .optional ul li {
    width: 39.13043vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .confidence .optional ul li figure {
    height: 27.05314vw;
    overflow: hidden;
    -moz-border-radius: 2.41546vw 0vw;
         border-radius: 2.41546vw 0vw;
  }
  .p_top .confidence .optional ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .confidence .optional ul li h4 {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 4.83092vw;
    text-align: left;
    color: #001952;
    margin: 1.20773vw 0 2.41546vw;
  }
  .p_top .confidence .optional ul li p {
    font-size: 2.89855vw;
    line-height: 1.33333;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .confidence .total {
    text-align: center;
  }
  .p_top .confidence .total p {
    display: inline-block;
    font-weight: bold;
    font-size: 5.07246vw;
    padding: 6.03865vw 14.49275vw;
    text-align: center;
    color: #271010;
    position: relative;
    margin: 2.89855vw 0;
  }
  .p_top .confidence .total p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 16.66667vw;
    height: 18.59903vw;
    background: url(../img/total_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .confidence .total p::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(180deg) translateY(50%);
       -moz-transform: rotate(180deg) translateY(50%);
        -ms-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
    width: 16.66667vw;
    height: 18.59903vw;
    background: url(../img/total_ic.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .confidence .price {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 22.94686vw 0 8.45411vw;
    position: relative;
  }
  .p_top .confidence .price .icon {
    position: absolute;
    left: 50%;
    bottom: -6.52174vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.5942vw;
    height: 11.5942vw;
    background: #001952;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .confidence .price .icon > i {
    width: 5.31401vw;
    height: 5.31401vw;
    display: block;
    position: relative;
  }
  .p_top .confidence .price .icon > i:before, .p_top .confidence .price .icon > i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .p_top .confidence .price .icon > i:before {
    top: 0;
    left: 50%;
    width: 0.72464vw;
    height: 100%;
    margin-left: -0.36232vw;
  }
  .p_top .confidence .price .icon > i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.72464vw;
    margin-top: -0.36232vw;
  }
  .p_top .confidence .price > figure {
    text-align: center;
    position: absolute;
    left: 50%;
    top: -4.83092vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p_top .confidence .price .dlist {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -2.41546vw;
  }
  .p_top .confidence .price .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 85.50725vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 2px solid #2a2a2a;
    overflow: hidden;
    margin: 0 2.41546vw 2.89855vw;
  }
  .p_top .confidence .price .dlist dl dt {
    /* -moz-border-radius: 2.41546vw 0 0 2.41546vw;
         border-radius: 2.41546vw 0 0 2.41546vw; */
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 7.48792vw;
    text-align: center;
    color: #fff;
    width: 23.91304vw;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -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;
    background: #446bc6;
    border-right: 2px solid #2a2a2a;
  }
  .p_top .confidence .price .dlist dl dt.bg2 {
    background-color: #335ab5;
  }
  .p_top .confidence .price .dlist dl dt.bg3 {
    background-color: #2248a2;
  }
  .p_top .confidence .price .dlist dl dt.bg4 {
    background-color: #183d95;
  }
  .p_top .confidence .price .dlist dl dt.bg5 {
    background-color: #0f3180;
  }
  .p_top .confidence .price .dlist dl dt.bg6 {
    background-color: #05256e;
  }
  .p_top .confidence .price .dlist dl dt.bg7 {
    background-color: #001952;
  }
  .p_top .confidence .price .dlist dl dt small {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .confidence .price .dlist dl dd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: -webkit-calc(100% - vw(99));
    width: -moz-calc(100% - vw(99));
    width: calc(100% - vw(99));
    padding: 1.44928vw;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(1) span:nth-of-type(1) {
    font-weight: bold;
    font-size: 2.89855vw;
    text-align: center;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background: #5d5d5d;
    padding: 0 1.93237vw;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(1) span:nth-of-type(2) {
    font-weight: bold;
    font-size: 3.62319vw;
    line-height: 1.26667;
    text-align: left;
    color: #5d5d5d;
    display: block;
    white-space: nowrap;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(2) {
    font-weight: bold;
    font-size: 2.89855vw;
    text-align: center;
    color: #2a2a2a;
    white-space: nowrap;
  }
  .p_top .confidence .price .dlist dl dd p:nth-of-type(2) i {
    font-style: normal;
    line-height: 1;
    font-weight: bold;
    font-size: 7.24638vw;
    text-align: right;
    color: #ea5f00;
  }
  .p_top .confidence_sliderArea {
    background: #f7f5f2;
    padding: 6.03865vw 0 12.07729vw;
    position: relative;
  }
  .p_top .confidence_sliderArea .swiper-pagination {
    bottom: 4.83092vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .confidence_sliderArea .swiper-pagination .swiper-pagination-bullet {
    width: 3.1401vw;
    height: 3.1401vw;
    background: #fff;
    margin: 0 0.72464vw;
    opacity: 1;
  }
  .p_top .confidence_sliderArea .swiper-pagination .swiper-pagination-bullet-active {
    background: #001952;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide {
    width: 74.15459vw;
    margin: 0 2.41546vw;
    position: relative;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide span {
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
    background: #001952;
    position: absolute;
    top: 0;
    left: 0;
    padding: 2.41546vw 3.62319vw;
    display: inline-block;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide figure {
    padding: 2.41546vw;
    background-color: #fff;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide figure img {
    display: block;
    height: 39.85507vw;
    object-fit: cover;
  }
  .p_top .confidence_sliderArea .slider .swiper-slide p {
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .why {
    position: relative;
    padding: 9.66184vw 0 12.07729vw;
  }
  .p_top .why::before {
    content: "";
    position: absolute;
    top: 63.52657vw;
    left: 0;
    width: 55.31401vw;
    height: 166.90821vw;
    background: url(../img/why_bg1.png) center/contain no-repeat;
    display: block;
  }
  .p_top .why::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 56.03865vw;
    height: 247.343vw;
    background: url(../img/why_bg2.png) center/contain no-repeat;
    display: block;
  }
  .p_top .why ul li:nth-of-type(1) figure::before {
    background-image: url(../img/why_n1.png);
  }
  .p_top .why ul li:nth-of-type(2) figure::before {
    background-image: url(../img/why_n2.png);
  }
  .p_top .why ul li:nth-of-type(3) figure::before {
    background-image: url(../img/why_n3.png);
  }
  .p_top .why ul li + li {
    margin-top: 12.07729vw;
  }
  .p_top .why ul li figure {
    margin-bottom: 6.03865vw;
    position: relative;
  }
  .p_top .why ul li figure::before {
    content: "";
    position: absolute;
    top: -7.72947vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 22.22222vw;
    height: 22.22222vw;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/why_n1.png);
    display: block;
  }
  .p_top .why ul li .txt h3 {
    margin-bottom: 3.62319vw;
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.375;
    color: #001952;
  }
  .p_top .why ul li .txt p {
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .why ul li .txt p span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.83092vw, #f9e16e), color-stop(4.83092vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #f9e16e 4.83092vw, transparent 4.83092vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #f9e16e 4.83092vw, transparent 4.83092vw, transparent 100%);
    background: linear-gradient(to top, #f9e16e 4.83092vw, transparent 4.83092vw, transparent 100%);
  }
  .p_top .respond {
    padding: 9.66184vw 0 13.28502vw;
  }
  .p_top .respond .t_ttl {
    margin-bottom: 14.49275vw;
  }
  .p_top .respond_main {
    width: 91.0628vw;
    -moz-border-radius: 4.83092vw 0vw;
         border-radius: 4.83092vw 0vw;
    background: #f2f9ff;
    -moz-box-shadow: 1.69082vw 1.69082vw 0vw 0vw #3b72a2;
         box-shadow: 1.69082vw 1.69082vw 0vw 0vw #3b72a2;
    padding: 4.83092vw;
  }
  .p_top .respond_main .fig {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 3.62319vw;
  }
  .p_top .respond_main .fig p {
    font-weight: bold;
    font-size: 5.55556vw;
    text-align: left;
    color: #001952;
    padding-left: 3.62319vw;
    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;
  }
  .p_top .respond_main .fig p small {
    font-weight: bold;
    font-size: 3.86473vw;
    margin-right: 1.93237vw;
    text-align: left;
    color: #001952;
    border-bottom: 1px solid;
  }
  .p_top .respond_main .fig figure img {
    width: 41.0628vw;
    height: 33.33333vw;
    -moz-border-radius: 4.83092vw 0vw;
         border-radius: 4.83092vw 0vw;
    margin-top: -9.66184vw;
  }
  .p_top .respond_main .txt h3 {
    font-family: "Kaisei Opti", serif;
    font-weight: bold;
    font-size: 7.24638vw;
    color: #001952;
    margin-bottom: 3.62319vw;
  }
  .p_top .respond_main .txt p {
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    color: #001952;
  }
  .p_top .steps {
    padding: 10.86957vw 0 8.45411vw;
    background: url(../img/grid.png) repeat;
  }
  .p_top .steps ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.62319vw 9.66184vw 7.24638vw 0;
  }
  .p_top .steps ul li:not(:last-child) {
    position: relative;
  }
  .p_top .steps ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8.69565vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0.96618vw;
    height: 7.24638vw;
    background: url(../img/dots.png) center/contain no-repeat;
    display: block;
  }
  .p_top .steps ul li:nth-of-type(2) .fig::before {
    background-image: url(../img/steps2.png);
  }
  .p_top .steps ul li:nth-of-type(3) .fig::before {
    background-image: url(../img/steps3.png);
  }
  .p_top .steps ul li:nth-of-type(4) .fig::before {
    background-image: url(../img/steps4.png);
  }
  .p_top .steps ul li + li {
    margin-top: 9.66184vw;
  }
  .p_top .steps ul li .fig {
    width: 30.67633vw;
    margin-left: -8.45411vw;
    position: relative;
  }
  .p_top .steps ul li .fig::before {
    content: "";
    position: absolute;
    top: -10.86957vw;
    right: 2.41546vw;
    width: 15.70048vw;
    height: 16.18357vw;
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    background-image: url(../img/steps1.png);
    display: block;
  }
  .p_top .steps ul li figure {
    width: 30.67633vw;
    height: 30.67633vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    border: 0.96618vw solid #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .steps ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .steps ul li .txt {
    width: -webkit-calc(100% - vw(127));
    width: -moz-calc(100% - vw(127));
    width: calc(100% - vw(127));
    padding-left: 4.83092vw;
  }
  .p_top .steps ul li .txt h3 {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.83333;
    text-align: left;
    color: #001952;
  }
  .p_top .steps ul li .txt p {
    font-size: 3.86473vw;
    line-height: 1.625;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .faq {
    padding: 10.86957vw 0 13.28502vw;
  }
  .p_top .faq_main dl {
    margin-bottom: 2.41546vw;
    padding: 5.31401vw;
    background: #f4f4f4;
  }
  .p_top .faq_main dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    color: #100f4d;
    position: relative;
    padding-left: 11.5942vw;
    margin-bottom: 6.03865vw;
  }
  .p_top .faq_main 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%);
    font-weight: bold;
    font-size: 4.34783vw;
    width: 9.17874vw;
    height: 9.17874vw;
    background: #100f4d;
    -moz-border-radius: 50%;
         border-radius: 50%;
    color: #fff;
    display: block;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 1.20773vw;
  }
  .p_top .faq_main dl dd {
    font-size: 3.38164vw;
    line-height: 1.57143;
    color: #3c3c3c;
  }
  .p_top .faq .btnWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.24638vw;
  }
  .p_contact .contact {
    padding: 7.24638vw 0 8.85668vw;
  }
  .p_contact .contact_main {
    background: #f2f2ff;
    padding: 6.03865vw 3.62319vw 9.66184vw;
  }
  .p_contact .contact_main h3 {
    font-weight: bold;
    font-size: 5.31401vw;
    line-height: 1.45455;
    text-align: center;
    color: #100f4d;
    margin-bottom: 9.66184vw;
  }
  .p_contact .contact_main .box_white {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 3.62319vw;
  }
  .p_contact .contact_main .box_white p {
    font-size: 3.86473vw;
    line-height: 2;
    margin-bottom: 7.24638vw;
  }
  .p_contact .contact_main a.f_btn, .p_contact .contact_main button.f_btn {
    font-size: 4.83092vw;
    width: 67.8744vw;
    height: 16.42512vw;
  }
  .p_contact .contact_main .box_bd {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 0.72464vw solid #100f4d;
    position: relative;
    margin-bottom: 7.24638vw;
  }
  .p_contact .contact_main .box_bd dl dt {
    width: 57.97101vw;
    height: 8.69565vw;
    background: #100f4d;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: -6.03865vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_contact .contact_main .box_bd dl dd {
    padding: 6.44122vw 2.41546vw 4.02576vw;
  }
  .p_contact .contact_main .box_bd dl dd a {
    position: relative;
    padding-left: 16.42512vw;
    display: block;
    position: relative;
    height: 17.8744vw;
    -moz-box-shadow: 0 0.96618vw 0vw 0vw #00497e;
         box-shadow: 0 0.96618vw 0vw 0vw #00497e;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background-repeat: no-repeat;
    background-image: url(../img/btn_tel_bg.png);
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    color: #fff;
    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;
  }
  .p_contact .contact_main .box_bd dl dd a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10.86957vw;
    height: 9.90338vw;
    background: url(../img/ic_tel2_sp.svg) center/contain no-repeat;
    display: block;
  }
  .p_contact .contact_main .box_bd dl dd a span {
    font-weight: bold;
    font-size: 7.00483vw;
    letter-spacing: 0.1em;
    display: block;
    line-height: 1;
  }
  .p_contact .contact_main .box_bd dl dd a em {
    font-weight: bold;
    font-size: 2.89855vw;
    letter-spacing: 0.1em;
    font-style: normal;
  }
  .p_contact .contact_main .box_bd dl dd a small {
    font-weight: bold;
    font-size: 2.17391vw;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 0.48309vw;
  }
  .p_contact .contact_main .form {
    padding: 3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
  }
  .p_contact .contact_main .form .dlist {
    margin-top: 8.45411vw;
  }
  .p_contact .contact_main .form .dlist dl {
    border-top: 1px solid #d1d1d1;
    padding: 5.31401vw 0;
  }
  .p_contact .contact_main .form .dlist dl dt {
    font-weight: bold;
    font-size: 4.34783vw;
    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;
    margin-bottom: 3.62319vw;
  }
  .p_contact .contact_main .form .dlist dl dt.required::after {
    content: "必須";
    width: 8.69565vw;
    height: 5.55556vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #ffe200;
    font-weight: bold;
    font-size: 3.1401vw;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_contact .contact_main .form .dlist dl dt.any::after {
    content: "任意";
    width: 8.69565vw;
    height: 5.55556vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #DBDBDB;
    font-weight: bold;
    font-size: 3.1401vw;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_contact .contact_main .form .dlist dl dd > span {
    font-size: 4.34783vw;
    font-weight: bold;
  }
  .p_contact .contact_main .form .dlist dl dd input {
    border: 0;
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 10.86957vw;
    background: #f4f4f4;
  }
  .p_contact .contact_main .form .dlist dl dd input.sm {
    width: 41.30435vw;
    margin-bottom: 2.657vw;
  }
  .p_contact .contact_main .form .dlist dl dd textarea {
    border: 0;
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: 3.86473vw;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 45.41063vw;
    background: #f4f4f4;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd,
  .p_top .consultation .form .dlist dl dd .list_rd {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field,
  .p_top .consultation .form .dlist dl dd .list_rd .rd {
    margin-left: 0;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd:not(:last-child),
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field:not(:last-child),
  .p_top .consultation .form .dlist dl dd .list_rd .rd:not(:last-child) {
    margin-right: 9.66184vw;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd label,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field label,
  .p_top .consultation .form .dlist dl dd .list_rd .rd label {
    display: block;
    position: relative;
    cursor: pointer;
    font-size: 3.86473vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 4.83092vw;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd label input,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field label input,
  .p_top .consultation .form .dlist dl dd .list_rd .rd label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd span,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field span,
  .p_top .consultation .form .dlist dl dd .list_rd .rd span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
  padding: 0 0 14px 8.45411vw;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd span::before,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field span::before,
  .p_top .consultation .form .dlist dl dd .list_rd .rd span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 6.03865vw;
    height: 6.03865vw;
    border: 1px solid #cbcbcb;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd span::after,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field span::after,
  .p_top .consultation .form .dlist dl dd .list_rd .rd span::after {
    top: 1.20773vw;
    left: 1.20773vw;
    width: 3.62319vw;
    height: 3.62319vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    background: #100f4d;
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact_main .form .dlist dl dd .list_rd .rd label input:checked ~ span:after,
  .p_contact .contact_main .form .dlist dl dd .list_rd .mwform-radio-field label input:checked ~ span:after,
    .p_top .consultation .form .dlist dl dd .list_rd .rd label input:checked ~ span:after {
    display: block;
  }
  .p_contact .contact_main .form .formBot .list_checkbox,
  .list_checkbox2 {
    margin: 1.20773vw 0 7.24638vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .list_checkbox2 {
    width: 100%;
  }
  .p_contact .contact_main .form .formBot .list_checkbox div, .p_contact .contact_main .form .formBot .list_checkbox .mwform-checkbox-field,
  .list_checkbox2 .wpcf7-list-item {
    display: inline-block;
    margin-bottom: 1.20773vw;
    margin-left: 0;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label,
  .list_checkbox2 label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label a,
  .list_checkbox2 label a {
    color: #0093FF;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label input,
  .list_checkbox2 label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label span.mwform-checkbox-field-text,
  .list_checkbox2 .wpcf7-list-item-label {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 7.24638vw;
    font-size: 0;
    height: 5.7971vw;
    vertical-align: top;
  }
  .list_checkbox2 label span {
    position: relative;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 7.24638vw;
    height: 5.7971vw;
    vertical-align: top;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label span.mwform-checkbox-field-text::before,
  .list_checkbox2 .wpcf7-list-item-label::before,
  .list_checkbox2 label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.83092vw;
    height: 4.83092vw;
    background: #f4f4f4;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label span.mwform-checkbox-field-text::after,
  .list_checkbox2 .wpcf7-list-item-label::after,
    .list_checkbox2 label span::after {
    left: 1.69082vw;
    top: 1.20773vw;
    width: 1.44928vw;
    height: 2.657vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label em,
  .list_checkbox2 label em {
    font-style: normal;
  }
  .p_contact .contact_main .form .formBot .list_checkbox label input:checked ~ span.mwform-checkbox-field-text:after,
  .list_checkbox2 label input:checked ~ .wpcf7-list-item-label::after,
  .list_checkbox2 label input:checked ~ span::after {
    display: block;
  }
  .p_privacypolicy .privacypolicy {
    padding: 8.45411vw 3.62319vw 12.07729vw;
  }
  .p_privacypolicy .privacypolicy dl {
    margin-bottom: 10.86957vw;
  }
  .p_privacypolicy .privacypolicy dl dt {
    font-weight: bold;
    font-size: 4.58937vw;
    color: #100f4d;
    border-left: 0.96618vw solid;
    margin-bottom: 2.41546vw;
    padding-left: 4.10628vw;
  }
  .p_privacypolicy .privacypolicy dl dd {
    font-size: 3.86473vw;
    line-height: 1.75;
    color: #3c3c3c;
  }
  .p_privacypolicy .privacypolicy dl dd p:not(:last-child) {
    margin-bottom: 4.83092vw;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.mw_wp_form .error {
  font-weight: normal !important;
}

.wpcf7-spinner {
  position: absolute!important;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer > .footerFixedLine {
    position: fixed;
    z-index: 100;
    left: 2.41vw;
    bottom: 2.41vw;
    display: inline-block;
    line-height: 0;
  }
  .footer > .footerFixedLine img{
    width: 15.7vw;
  }
  .footer > .footerFixedPhone {
    position: fixed;
    z-index: 100;
    right: 2.41vw;
    bottom: 2.41vw;
    display: inline-block;
    line-height: 0;
  }
  .footer > .footerFixedPhone img{
    width: 15.7vw;
  }
  .footerFixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #433636;
    border: 0.72vw solid #907878;
    border-bottom: 0;
    border-radius: 4.83vw 4.83vw 0 0;
    padding: 3.719vw 2.4vw 22.02vw;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    -webkit-transform: translateY(114.251207729vw);
    -ms-transform: translateY(114.251207729vw);
    transform: translateY(114.251207729vw);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footerFixed.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .footerFixed.active .footerFixed__Arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footerFixed__Arrow {
    line-height: 0;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;

    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footerFixed__Arrow img {
    width: 14.41vw;
  }
  .footerFixed__Intro {
    text-align: center;
    width: 100%;
    font-size: 3.38vw;
    color: #fff;
    line-height: 5.314vw;
    margin-top: 4.154vw;
    font-weight: 700;
  }
  .footerFixed__Highlight {
    font-size: 3.38vw;
    line-height: 5.314vw;
    font-weight: 700;
    color: #FFF500;
    margin-top: 4.154vw;
    text-align: center;
    width: 100%;
  }
  .footerFixed__Tel {
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    padding: 0 0 0 12.077vw;
    margin-top: 5.144vw;
  }
  .footerFixed__Tel::before {
    position: absolute;
    content: "";
    width: 10.2vw;
    height: 10.2vw;
    background: url('../img/icPhone.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .footerFixed__Tel a {
    font-size: 7.24vw;
    line-height: 10.62vw;
    color: #fff;
    letter-spacing: 0.1em;
    font-weight: 700;
    display: inline-block;
  }
  .footerFixed__Tel p {
    font-size: 2.89vw;
    line-height: 3.86vw;
    color: #fff;
    letter-spacing: 0.1em;
    text-align: left;
  }
  .footerFixed__Contact {
    margin-top: 4.39vw;
    width: 100%;
  }
  .footerFixed__Contact ul {
    margin: 0 -1.2vw;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
  }
  .footerFixed__Contact ul li {
    width: 29.7vw;
    margin: 0 1.2vw;
  }
  .footerFixed__Contact ul li a {
    background: #fff;
    border-radius: 2.41vw;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    padding: 16.18vw 0 4.8vw;
  }
  .footerFixed__Contact ul li a::after {
    position: absolute;
    content: "";
    width: 1.93vw;
    height: 1.93vw;
    background: url('../img/icTriangle.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: 0.48vw;
    right: 0.48vw;
  }
  .footerFixed__Contact ul li a span {
    font-size: 3.38vw;
    line-height: 4.34vw;
    text-align: center;
    font-weight: 700;
    color: #433636;
    display: block;
    width: 100%;
  }
  .footerFixed__Contact ul li a img {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: auto;
  }
  .footerFixed__Contact ul li.icMail a img {
    width: 10.76vw;
    top: 5.5vw;
  }
  .footerFixed__Contact ul li.icLine a img {
    width: 9.36vw;
    top: 4.17vw;
  }
  .footerFixed__Contact ul li.icMobile a img {
    width: 9.58vw;
    top: 4.42vw;
  }
  .footerFixed__Card {
    margin-top: 3.67vw;
    width: 100%;
  }
  .footerFixed__Card dl dt {
    text-align: center;
    background: #fff;
    font-size: 3.38vw;
    line-height: 6.13vw;
    font-weight: 700;
    color: #433636;
  }
  .footerFixed__Card dl dd {
    background: #fff;
    margin-top: 0.628vw;
    padding: 2.198vw 0;
    text-align: center;
    line-height: 0;
  }
  .footerFixed__Card dl dd img {
    width: 61.2vw;
  }
  .footerFixed__Note {
    font-size: 2.89vw;
    line-height: 3.86vw;
    color: #fff;
    font-weight: 400;
    margin-top: 0.96vw;
    width: 100%;
  }
  .footer {
    padding-bottom: 16.9082125604vw;
  }
  .footerFixed2 {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 3.86vw;
    border: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 27.7vw);
    -ms-transform: translate(-50%, 27.7vw);
    transform: translate(-50%, 27.7vw);
    background: #433636;
    overflow: hidden;
    width: 92.75vw;
    margin-left: auto;
    margin-right: auto;
  }
  .footerFixed2 .footerFixed__Arrow {
    background: #796262;
    display: block;
    width: 100%;
    text-align: center;
    padding: 1.4vw 0;
  }
  .footerFixed2 .footerFixed__Arrow img {
    width: 3.34vw;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footerFixed__Free {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
    padding: 2.17vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 3.62vw;
    width: calc(100% - 7.24vw);
  }
  .footerFixed__Free::before {
    position: absolute;
    content: "";
    width: 13.28vw;
    height: 18.59vw;
    bottom: 0;
    left: 3.62vw;
    background: url('../trash-house/img/icPhone.png') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
  }
  .footerFixed__Free .footerFixed__FreeInner {
    width: 64.25vw;
    height: 10.6vw;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: flex-start;
    align-items: flex-start;
    position: relative;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    background: #fff;
    border: 1px solid #FFF500;
    border-radius: 10.8vw;
    padding: 0 0 0 14.49vw;
    color: #433636;
  }
  .footerFixed__Free .footerFixed__FreeInner span {
    font-size: 3.86vw;
    line-height: 5.31vw;
    font-weight: 700;
  }
  .footerFixed__Free .footerFixed__FreeInner small {
    font-size: 2.17vw;
    line-height: 2.89vw;
    font-weight: 700;
  }
  .footerFixed__Free .footerFixed__FreeInner::before {
    position: absolute;
    content: "";
    width: 7.09vw;
    height: 7.18vw;
    background: url('../trash-house/img/icPhone.svg') 0 0 no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 6.37vw;
  }
  .footerFixed2 .footerFixed__Contact {
    margin-top: 0;
    padding: 0 3.62vw;
  }
  .footerFixed2 .footerFixed__Contact ul {
    margin-left: -1.449vw;
    margin-right: -1.449vw;
  }
  .footerFixed2 .footerFixed__Contact ul li {
    width: 26.32vw;
    margin: 0 1.449vw;
  }
  .footerFixed2 .footerFixed__Contact ul li a {
    height: 23.9vw;
    /* height: 100%; */
    border-radius: 0;
    padding: 0 0;
    justify-content: center;
  }
  .footerFixed2 .footerFixed__Contact ul li a img {
    position: relative;
    top: inherit!important;
    left: inherit;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .footerFixed2 .footerFixed__Contact ul li.icMail a span {
    margin-top: 2.415vw;
  }
  .footerFixed2 .footerFixed__Contact ul li a::after {
    display: none;
  }

  .footerFixed2.active {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .footerFixed2.active .footerFixed__Arrow {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footerFixed2.active a.footerFixed__Arrow img {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .p_top .report_topEx {
    padding-right: 0;
  }
  .p_top .report_topEx h2 {
    position: relative;
    top: inherit;
    right: inherit;
    text-align: left;
    width: 100%;
    margin-bottom: 4.83vw;
  }
  .p_top .report_topEx h2 img {
    max-width: 100%;
    width: 69.08vw;
    height: auto;
  }
  .p_top .report_topEx p {
    margin-right: 0;
  }
}


@media screen and (min-width: 769px), print {
  .awardEx {
    margin-top: 43px;
  }
  .awardEx h3 {
    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;
  }
  .awardEx h3::before, .awardEx h3::after {
    content: "";
    width: 30px;
    height: 75px;
    background: url("../img/splash.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .awardEx h3::before {
    margin-right: 5px;
  }
  .awardEx h3::after {
    margin-left: 5px;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .awardEx h3 span {
    font-size: 2.9rem;
    line-height: 37px;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
  }
  .awardEx__fig {
    margin-top: 56px;
    background: #001952;
    padding: 0 0 28px;
  }
  .awardEx__fig picture {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .awardEx__fig picture img {
    width: 100%;
    height: auto;
    margin-top: -34px;
  }
  .p_top .confidence {
    padding-top: 100px;
  }
  .p_top .confidence.trash {
    background: none;
    padding-bottom: 63px;
  }
  .p_top .confidence__anchor 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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .confidence__anchor ul li + li {
    margin-left: 10px;
  }
  .p_top .confidence__anchor ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 187px;
    height: 74px;
    color: #fff;
    -moz-border-radius: 8px;
         border-radius: 8px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 1.6rem;
    line-height: 20px;
    font-family: "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .p_top .confidence__anchor ul li a::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: url("../img/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 6px;
  }
  .p_top .confidence__anchor ul li a.tidy {
    background: #00267C;
  }
  .p_top .confidence__anchor ul li a.sort {
    background: #001952;
  }
  .p_top .confidence__title {
    text-align: center;
    font-size: 2.5rem;
    line-height: 31px;
    font-weight: 700;
    font-family: "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #001952;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 18px 0;
    margin-bottom: 47px;
  }
  .p_top .confidence__title span {
    color: #E35667;
  }
  .p_top .confidence__title::after {
    position: absolute;
    content: "";
    width: 60px;
    height: 3px;
    background: #001952;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .p_top .confidence .priceEx {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: none;
  }
  .p_top .confidence .priceEx .row {
    padding: 42.5px 100px 55.5px;
  }
  .p_top .confidence .priceEx__total {
    margin-top: -25px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .confidence .priceEx__total::after {
    position: absolute;
    content: "";
    width: 112px;
    height: 108px;
    background: url("../img/superman-tokyo.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: 0;
  }
  .p_top .confidence .priceEx__total.priceEx__total02::after {
    position: absolute;
    content: "";
    width: 90px;
    height: 108px;
    background: url("../img/superman-tokyo.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: -21px;
  }
  .p_top .confidence .priceEx__total ul {
    margin-left: -4px;
    margin-right: -4px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .confidence .priceEx__total ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 123px;
    height: 53px;
    margin: 4px;
    -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;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #001952;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .p_top .confidence .priceEx__total h3 {
    text-align: center;
    font-size: 3.3rem;
    line-height: 48px;
    color: #001952;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    margin-top: 5px;
  }
  .p_top .confidence .priceEx__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 11px;
  }
  .p_top .confidence .priceEx__list02 {
    width: 98%;
    margin: 0 auto;
    margin-top: 3rem;
  }
  .p_top .confidence .priceEx__list dl {
    width: 185px;
    margin: 7px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 16px 7px 10px;
  }
  .p_top .confidence .priceEx__list dl dt {
    text-align: center;
    color: #fff;
    -moz-border-radius: 5px;
         border-radius: 5px;
    font-size: 1.4rem;
    line-height: 21px;
    padding: 9.5px 0 8.5px;
  }
  .p_top .confidence .priceEx__list dl dd figure {
    height: 103px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .confidence .priceEx__list dl dd .txt {
    min-height: 60px;
    font-size: 1.4rem;
    line-height: 20px;
    color: #2A2A2A;
    font-weight: 400;
  }
  .p_top .confidence .priceEx__list dl dd .number {
    text-align: right;
    margin-top: 10px;
  }
  .p_top .confidence .priceEx__list dl dd .number em {
    font-style: normal;
    font-size: 4.1rem;
    line-height: 1;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
    color: #F06801;
  }
  .p_top .confidence .priceEx__list dl dd .number span {
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1;
    vertical-align: bottom;
    color: #001952;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: 3px;
    margin-bottom: 5px;
  }
  .p_top .confidence .priceEx__list dl dd .number span::before {
    position: absolute;
    content: "(税込)";
    white-space: nowrap;
    font-size: 0.9rem;
    line-height: 1;
    color: #001952;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
    top: -10px;
    left: 0;
  }
  .p_top .confidence .priceEx__list dl dd .number.center {
    text-align: center;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(1) dt {
    background: #F2A53B;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(1) dd figure img {
    width: 137px;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(2) dt {
    background: #489BF8;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(2) dd figure img {
    width: 161px;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(3) dt {
    background: #74B352;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(3) dd figure img {
    width: 150px;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(4) dt {
    background: #001952;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(4) dd figure img {
    width: 166px;
  }
  .p_top .confidence .priceEx__collect {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #001952;
    padding: 8px;
    margin-top: 32px;
  }
  .p_top .confidence .priceEx__collectInner {
    background: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 33px 33px 39px;
  }
  .p_top .confidence .priceEx__collectInner h3 {
    text-align: center;
    font-size: 3.3rem;
    line-height: 48px;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    color: #001952;
    margin-bottom: 37px;
  }
  .p_top .confidence .priceEx__collectInner article + article {
    margin-top: 46px;
  }
  .p_top .confidence .priceEx__collectInner article h4 {
    font-size: 2.5rem;
    line-height: 38px;
    font-weight: bold;
    color: #001952;
    border-bottom: 3px dashed #001952;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL.full dl {
    width: 100%;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl {
    width: 325px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 3px;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 22px;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dt {
    font-size: 1.8rem;
    line-height: 27px;
    font-weight: bold;
    color: #001952;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dt small {
    font-size: 1.4rem;
    line-height: 21px;
    font-weight: 400;
    display: inline-block;
    margin-left: 8px;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dd em {
    font-size: 2.2rem;
    line-height: 33px;
    color: #F06801;
    font-style: normal;
    font-weight: bold;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dd span {
    font-size: 1.4rem;
    line-height: 1;
    color: #F06801;
    font-weight: bold;
    display: inline-block;
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .awardEx {
    margin-top: 6.76329vw;
  }
  .awardEx h3 {
    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;
  }
  .awardEx h3::before, .awardEx h3::after {
    content: "";
    width: 7.24638vw;
    height: 18.11594vw;
    background: url("../img/splash.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .awardEx h3::before {
    margin-right: 1.20773vw;
  }
  .awardEx h3::after {
    margin-left: 1.20773vw;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .awardEx h3 span {
    font-size: 7.00483vw;
    line-height: 8.9372vw;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
  }
  .awardEx__fig {
    margin-top: 2.29469vw;
    padding: 0 3.62319vw 0;
  }
  .awardEx__fig picture {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .awardEx__fig picture::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 7.24638vw);
    width: -moz-calc(100% + 7.24638vw);
    width: calc(100% + 7.24638vw);
    height: 43.47826vw;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #001952;
    z-index: -1;
  }
  .awardEx__fig picture img {
    width: 100%;
    height: auto;
  }
  .p_top .confidence {
    padding-top: 24.15459vw;
  }
  .p_top .confidence.trash {
    background: none;
    padding-bottom: 14.49275vw;
  }
  .p_top .confidence__anchor 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;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .confidence__anchor ul li + li {
    margin-left: 2.41546vw;
  }
  .p_top .confidence__anchor ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 45.16908vw;
    height: 17.8744vw;
    color: #fff;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    font-size: 3.86473vw;
    line-height: 4.83092vw;
    font-family: "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 700;
    text-align: center;
  }
  .p_top .confidence__anchor ul li a::after {
    content: "";
    position: absolute;
    width: 2.17391vw;
    height: 2.17391vw;
    background: url("../img/arrow.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 1.44928vw;
  }
  .p_top .confidence__anchor ul li a.tidy {
    background: #00267C;
  }
  .p_top .confidence__anchor ul li a.sort {
    background: #001952;
  }
  .p_top .confidence__title {
    text-align: center;
    font-size: 6.03865vw;
    line-height: 7.48792vw;
    font-weight: 700;
    font-family: "游ゴシック", YuGothic, YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    color: #001952;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 0 0 4.34783vw 0;
    margin-bottom: 11.35266vw;
  }
  .p_top .confidence__title span {
    color: #E35667;
  }
  .p_top .confidence__title::after {
    position: absolute;
    content: "";
    width: 14.49275vw;
    height: 0.72464vw;
    background: #001952;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .p_top .confidence .priceEx {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .confidence .priceEx .row {
    padding: 8.81643vw 3.62319vw 7.48792vw;
  }
  .p_top .confidence .priceEx__total {
    margin-top: 8.35749vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .confidence .priceEx__total::after {
    position: absolute;
    content: "";
    width: 39.29469vw;
    height: 36.81159vw;
    background: url("../img/superman-002.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: -46px;
  }
  .p_top .confidence .priceEx__total.priceEx__total02::after {
    position: absolute;
    content: "";
    width: 28.29469vw;
    height: 36.81159vw;
    background: url("../img/superman-tokyo.svg") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    right: 0;
    bottom: -46px;
  }
  .p_top .confidence .priceEx__total ul {
    margin-left: -0.96618vw;
    margin-right: -0.96618vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .p_top .confidence .priceEx__total ul li {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 29.4686vw;
    height: 12.80193vw;
    margin: 0.96618vw;
    -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;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #001952;
    font-size: 3.86473vw;
    font-weight: bold;
  }
  .p_top .confidence .priceEx__total h3 {
    text-align: left;
    font-size: 7.97101vw;
    line-height: 11.5942vw;
    color: #001952;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    margin-top: 1.93237vw;
  }
  .p_top .confidence .priceEx__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-left: -1.69082vw;
    margin-right: -1.69082vw;
    margin-top: 4.83092vw;
  }
  .p_top .confidence .priceEx__list02 {
    width: 99%;
    margin: 0 auto;
    margin-top: 2rem;
  }
  .p_top .confidence .priceEx__list dl {
    width: 44.68599vw;
    margin: 2.17391vw 1.69082vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
         box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 3.86473vw 1.69082vw 2.41546vw;
  }
  .p_top .confidence .priceEx__list dl dt {
    text-align: center;
    color: #fff;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    font-size: 3.38164vw;
    line-height: 5.07246vw;
    padding: 2.29469vw 0 2.05314vw;
  }
  .p_top .confidence .priceEx__list dl dd figure {
    height: 24.87923vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .confidence .priceEx__list dl dd .txt {
    min-height: 14.49275vw;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    color: #2A2A2A;
    font-weight: 400;
  }
  .p_top .confidence .priceEx__list dl dd .number {
    text-align: right;
    margin-top: 2.89855vw;
  }
  .p_top .confidence .priceEx__list dl dd .number em {
    font-style: normal;
    font-size: 9.90338vw;
    line-height: 1;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
    color: #F06801;
  }
  .p_top .confidence .priceEx__list dl dd .number span {
    display: inline-block;
    font-size: 3.62319vw;
    line-height: 1;
    vertical-align: bottom;
    color: #001952;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-left: 0.72464vw;
    margin-bottom: 1.20773vw;
  }
  .p_top .confidence .priceEx__list dl dd .number span::before {
    position: absolute;
    content: "(税込)";
    white-space: nowrap;
    font-size: 2.17391vw;
    line-height: 1;
    color: #001952;
    font-weight: 700;
    font-family: "Kaisei Opti", serif;
    top: -2.41546vw;
    left: 0;
  }
  .p_top .confidence .priceEx__list dl dd .number.center {
    text-align: center;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(1) dt {
    background: #F2A53B;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(1) dd figure img {
    width: 33.09179vw;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(2) dt {
    background: #489BF8;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(2) dd figure img {
    width: 38.88889vw;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(3) dt {
    background: #74B352;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(3) dd figure img {
    width: 36.23188vw;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(4) dt {
    background: #001952;
  }
  .p_top .confidence .priceEx__list dl:nth-of-type(4) dd figure img {
    width: 40.09662vw;
  }
  .p_top .confidence .priceEx__collect {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #001952;
    padding: 1.93237vw;
    margin-top: 5.07246vw;
  }
  .p_top .confidence .priceEx__collectInner {
    background: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 7.97101vw 3.38164vw 7.00483vw;
  }
  .p_top .confidence .priceEx__collectInner h3 {
    text-align: center;
    font-size: 7.97101vw;
    line-height: 11.5942vw;
    font-family: "Kaisei Opti", serif;
    font-weight: 700;
    color: #001952;
    margin-bottom: 8.9372vw;
  }
  .p_top .confidence .priceEx__collectInner article + article {
    margin-top: 4.71014vw;
  }
  .p_top .confidence .priceEx__collectInner article h4 {
    font-size: 6.03865vw;
    line-height: 9.17874vw;
    font-weight: bold;
    color: #001952;
    border-bottom: 0.72464vw dashed #001952;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL {
    padding: 0 3.50242vw;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL.full dl {
    display: block;
    text-align: right;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0.72464vw;
    border-bottom: 1px solid #DDDDDD;
    margin-top: 3.50242vw;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dt {
    font-size: 4.34783vw;
    line-height: 6.52174vw;
    font-weight: bold;
    color: #001952;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dt small {
    font-size: 3.38164vw;
    line-height: 5.07246vw;
    display: block;
    font-weight: 400;
    display: block;
    margin-left: 8px;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dd em {
    font-size: 5.31401vw;
    line-height: 7.97101vw;
    color: #F06801;
    font-style: normal;
    font-weight: bold;
  }
  .p_top .confidence .priceEx__collectInner article .wrapDL dl dd span {
    font-size: 3.38164vw;
    line-height: 1;
    color: #F06801;
    font-weight: bold;
    display: inline-block;
    margin-left: 1.20773vw;
  }
}

@media screen and (min-width: 769px), print {
  .p_column .ttl::after {
    background: #FBF9F7;
  }
  .btnColumn {
    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;
  }
  .btnColumn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 353px;
    height: 60px;
    -moz-border-radius: 30px;
         border-radius: 30px;
    border: 1px solid #001952;
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 700;
    color: #100F4D;
  }
  .column {
    margin-top: 13px;
    padding-bottom: 47.5px;
  }
  .column__list ul {
    margin-left: -19.75px;
    margin-right: -19.75px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .column__list ul li {
    width: 307px;
    margin: 18.25px 19.75px;
  }
  .column__list ul li a {
    display: block;
    width: 100%;
  }
  .column__list ul li figure img {
    width: 100%;
    height: 175px;
    object-fit: cover;
  }
  .column__list ul li h3 {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: bold;
    color: #100F4D;
    margin-top: 12.5px;
  }
  .column__list ul li .txt {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    color: #3C3C3C;
    margin-top: 14px;
  }
  .column__list .btnColumn {
    margin-top: 34.75px;
  }
  .column__detail {
    padding: 0 99px;
  }
  .column__detail .featureImg {
    text-align: center;
    margin-bottom: 27px;
  }
  .column__detail .featureImg img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .column__detail .title {
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 700;
    color: #100F4D;
    margin-bottom: 27px;
  }
  .column__detail .content {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    color: #3C3C3C;
  }
  .column__detail .content p {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 27px;
    color: #3C3C3C;
  }
  .column__detail .content h2 {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #fff;
    background: #100F4D;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 10px 27px 16px;
    margin-bottom: 27px;
  }
  .column__detail .content ul {
    margin-bottom: 27px;
  }
  .column__detail .content ul li {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #001952;
    padding: 0 0 0 24px;
  }
  .column__detail .content ul li + li {
    margin-top: 7px;
  }
  .column__detail .content ul li::before {
    position: absolute;
    content: "●";
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 700;
    top: 0;
    left: 0;
  }
  .column__detail .content h3 {
    font-size: 1.8rem;
    line-height: 26px;
    font-weight: 700;
    color: #001952;
    padding: 0 0 26px 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 27px;
  }
  .column__detail .content h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 6px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #100F4D;
    bottom: 0;
    left: 0;
  }
  .column__detail .content table {
    margin-bottom: 27px;
    border-collapse: collapse;
    border: 1px solid #C9C9C9;
    width: 100%;
  }
  .column__detail .content table tr, .column__detail .content table td {
    border: 1px solid #C9C9C9;
  }
  .column__detail .content table td {
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 400;
    padding: 11px 24px;
    text-align: left;
  }
  .column__detail .content table tr td:first-of-type {
    background: #EAEAEA;
  }
  .column__detail .common {
    background: #F1ECE6;
    padding: 12px 14px 12px 27px;
    margin-top: 41px;
  }
  .column__detail .common::after {
    content: "";
    clear: both;
    display: table;
  }
  .column__detail .common ul {
    float: left;
    padding: 5px 0 0;
    margin: 0 -2px 8px;
    width: 528px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .column__detail .common ul li {
    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;
    height: 27px;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 700;
    border: 2px solid #001952;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin: 0 2px;
    padding: 0 10px;
  }
  .column__detail .common figure {
    float: right;
    width: 195px;
  }
  .column__detail .common figure img {
    width: 100%;
    height: auto;
  }
  .column__detail .common h3 {
    width: 528px;
    float: left;
    font-size: 2.4rem;
    line-height: 36px;
    font-weight: 700;
    color: #001952;
    margin-bottom: 14px;
  }
  .column__detail .common .info {
    float: left;
    width: 528px;
  }
  .column__detail .common .infoLogo {
    line-height: 0;
    margin-bottom: 10px;
  }
  .column__detail .common .infoLogo a {
    line-height: 0;
    display: inline-block;
    width: 205px;
  }
  .column__detail .common .infoLogo a img {
    width: 100%;
    height: auto;
  }
  .column__detail .common .info address, .column__detail .common .info .tel {
    font-style: normal;
    font-size: 1.4rem;
    line-height: 20px;
    font-weight: 400;
    color: #001952;
  }
  .column__detail .common .info .tel {
    margin-top: 20px;
  }
  .column__detail .common .info .tel a {
    color: #001952;
  }
  .column__detail .btnColumn {
    margin-top: 69px;
  }
  #toc_container {
    background: #ffff!important;
    margin-bottom: 30px!important;
    width: 100% !important;
    display: block;
    border: 1px dashed #707070!important;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 17.5px 44px 38px 35px!important;
  }
  #toc_container .toc_title {
    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-size: 1.8rem;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    color: #100F4D;
  }
  #toc_container .toc_title .toc_toggle {
    display: none;
  }
  #toc_container .toc_title .toc_toggle a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  #toc_container .toc_list {
    background-color: #fff;
    margin: 28.5px 0 0;
  }
  #toc_container .toc_list .toc_number {
    display: none;
  }
  #toc_container .toc_list li {
    padding-left: 30px;
    font-size: 1.6rem;
    line-height: 26px;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  #toc_container .toc_list li::before {
    color: #0682DD;
    position: absolute;
    content: "●";
    font-size: 1.6rem;
    line-height: 26px;
    left: 0;
    top: 0;
  }
  #toc_container .toc_list li a {
    font-size: 1.6rem;
    line-height: 26px;
    color: #0682DD;
    font-weight: 400;
  }
  #toc_container .toc_list li:not(:last-child) {
    margin-bottom: 13px;
  }
}

@media screen and (max-width: 768px) {
  .p_column .ttl::after {
    background: #FBF9F7;
  }
  .p_column .breadcrumb ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .p_column .breadcrumb ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_column .breadcrumb ul li a {
    white-space: nowrap;
  }
  .btnColumn {
    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;
  }
  .btnColumn a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 85.2657vw;
    height: 14.49275vw;
    -moz-border-radius: 7.24638vw;
         border-radius: 7.24638vw;
    border: 1px solid #001952;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-weight: 700;
    color: #100F4D;
  }
  .column {
    margin-top: 3.1401vw;
    padding-bottom: 8.69565vw;
  }
  .column__list ul {
    margin-left: -2.80193vw;
    margin-right: -2.80193vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .column__list ul li {
    width: 43.47826vw;
    margin: 3.50242vw 2.80193vw;
  }
  .column__list ul li a {
    display: block;
    width: 100%;
  }
  .column__list ul li figure img {
    width: 100%;
    height: 24.63768vw;
    object-fit: cover;
  }
  .column__list ul li h3 {
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: bold;
    color: #100F4D;
    margin-top: 2.89855vw;
  }
  .column__list ul li .txt {
    font-size: 2.89855vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #3C3C3C;
    margin-top: 2.89855vw;
  }
  .column__list .btnColumn {
    margin-top: 8.33333vw;
  }
  .column__detail {
    margin-top: 6.52174vw;
  }
  .column__detail .featureImg {
    text-align: center;
    margin-bottom: 4.58937vw;
  }
  .column__detail .featureImg img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .column__detail .title {
    font-size: 5.7971vw;
    line-height: 8.69565vw;
    font-weight: 700;
    color: #100F4D;
    margin-bottom: 4.83092vw;
  }
  .column__detail .content {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    color: #3C3C3C;
  }
  .column__detail .content p {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    margin-bottom: 27px;
    color: #3C3C3C;
  }
  .column__detail .content h2 {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #fff;
    background: #100F4D;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 2.41546vw 6.52174vw 3.86473vw;
    margin-bottom: 3.62319vw;
  }
  .column__detail .content ul {
    margin-bottom: 3.62319vw;
  }
  .column__detail .content ul li {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    color: #001952;
    padding: 0 0 0 5.7971vw;
  }
  .column__detail .content ul li + li {
    margin-top: 2.657vw;
  }
  .column__detail .content ul li::before {
    position: absolute;
    content: "●";
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 700;
    top: 0;
    left: 0;
  }
  .column__detail .content h3 {
    font-size: 4.34783vw;
    line-height: 6.28019vw;
    font-weight: 700;
    color: #001952;
    padding: 0 0 4.10628vw 0;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 3.62319vw;
  }
  .column__detail .content h3::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1.44928vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #100F4D;
    bottom: 0;
    left: 0;
  }
  .column__detail .content table {
    margin-bottom: 3.62319vw;
    border-collapse: collapse;
    border: 1px solid #C9C9C9;
    width: 100%;
  }
  .column__detail .content table tr {
    overflow: hidden;
  }
  .column__detail .content table tr:not(:last-child) {
    border-bottom: 1px solid #C9C9C9;
  }
  .column__detail .content table td {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 400;
    padding: 2.657vw 5.7971vw;
    text-align: left;
    float: left;
    width: 100%;
  }
  .column__detail .content table tr td:first-of-type {
    background: #EAEAEA;
    width: 100%;
    border-bottom: 1px solid #C9C9C9;
  }
  .column__detail .common {
    background: #F1ECE6;
    padding: 7.00483vw 4.83092vw 8.9372vw 5.07246vw;
    margin-top: 3.1401vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .column__detail .common ul {
    margin: 0 -0.48309vw 3.62319vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .column__detail .common ul li {
    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;
    height: 6.52174vw;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 700;
    border: 2px solid #001952;
    -moz-border-radius: 5px;
         border-radius: 5px;
    margin: 0.48309vw;
    padding: 0 2.41546vw;
  }
  .column__detail .common ul li:nth-child(4) {
    margin-right: 24.15459vw;
  }
  .column__detail .common figure {
    -webkit-box-ordinal-group: 5;
       -moz-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 29.22705vw;
  }
  .column__detail .common figure img {
    width: 100%;
    height: auto;
  }
  .column__detail .common h3 {
    width: 100%;
    float: left;
    font-size: 5.7971vw;
    line-height: 8.69565vw;
    font-weight: 700;
    color: #001952;
    margin-bottom: 3.86473vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .column__detail .common .info {
    width: -webkit-calc(100% - 29.22705vw);
    width: -moz-calc(100% - 29.22705vw);
    width: calc(100% - 29.22705vw);
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-right: 4.34783vw;
  }
  .column__detail .common .infoLogo {
    line-height: 0;
    margin-bottom: 2.41546vw;
  }
  .column__detail .common .infoLogo a {
    line-height: 0;
    display: inline-block;
    width: 49.51691vw;
  }
  .column__detail .common .infoLogo a img {
    width: 100%;
    height: auto;
  }
  .column__detail .common .info address, .column__detail .common .info .tel {
    font-style: normal;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    font-weight: 400;
    color: #001952;
  }
  .column__detail .common .info .tel {
    margin-top: 4.83092vw;
  }
  .column__detail .common .info .tel a {
    color: #001952;
  }
  .column__detail .btnColumn {
    margin-top: 7.24638vw;
  }
  #toc_container {
    background: #ffff!important;
    margin-bottom: 6.03865vw!important;
    width: 100% !important;
    display: block;
    border: 1px dashed #707070!important;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 4.22705vw 7.24638vw 7.72947vw 6.03865vw!important;
  }
  #toc_container .toc_title {
    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-size: 4.34783vw;
    line-height: 8.69565vw;
    font-weight: 700;
    color: #fff;
    position: relative;
    margin-bottom: 0;
    color: #100F4D;
  }
  #toc_container .toc_title .toc_toggle {
    display: none;
  }
  #toc_container .toc_title .toc_toggle a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
  }
  #toc_container .toc_list {
    background-color: #fff;
    margin: 7.6087vw 0 0;
  }
  #toc_container .toc_list .toc_number {
    display: none;
  }
  #toc_container .toc_list li {
    padding-left: 7.24638vw;
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    font-weight: 700;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  #toc_container .toc_list li::before {
    color: #0682DD;
    position: absolute;
    content: "●";
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    left: 0;
    top: 0;
  }
  #toc_container .toc_list li a {
    font-size: 3.86473vw;
    line-height: 6.28019vw;
    color: #0682DD;
    font-weight: 400;
  }
  #toc_container .toc_list li:not(:last-child) {
    margin-bottom: 4.58937vw;
  }
}
.effect {
  -webkit-transition-duration: 1s;
     -moz-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-timing-function: ease;
     -moz-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -moz-transition-property: opacity, transform, -moz-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform, -moz-transform;
}

.delay03 {
  -webkit-transition-delay: 0.2s;
     -moz-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay06 {
  -webkit-transition-delay: 0.4s;
     -moz-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay09 {
  -webkit-transition-delay: 0.6s;
     -moz-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay12 {
  -webkit-transition-delay: 0.8s;
     -moz-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay15 {
  -webkit-transition-delay: 1s;
     -moz-transition-delay: 1s;
          transition-delay: 1s;
}

.delay18 {
  -webkit-transition-delay: 1.2s;
     -moz-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.delay21 {
  -webkit-transition-delay: 1.4s;
     -moz-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.fadeIn {
  opacity: 0;
}

.fadeIn.active {
  opacity: 1;
}

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

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

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

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

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

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

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

.fadeInLeft.active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
     -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.sliderMV figure {
  margin-bottom: 0!important;
}


/* 2023/7/25 */
@media screen and (max-width: 480px) {
  .cta .txt .row .ctRight dl dt::after {
    display: none;
  }
  .cta .txt .row .ctRight dl dt::before {
    display: none;
  }
  .cta {
    padding: 6rem 0 5rem;
  }
  .cta.cta02 {
    padding: 0;
  }
}



/* 2023/10/24 */
.area-txt {
  font-size: 14px;
  color: #001952;
  margin-top: 20px;
}

.confidence .fadeIn02 {
  margin-top: 30px;
}

.cta .txt .row .ctRight.ctRight02 dl dt {
  padding: 0;
  margin: 10px 0;
}

.price-icon-img {
  width: 68%;
  margin: 0 auto;
}

.award-notxt{
  font-size:10px;
  text-align: left;

}

@media screen and (max-width: 480px) {
  .fadeInRight.fadeInRight02 {
    padding: 0;
  }
}


/*エリアコンテンツ*/
.ku_area .inner h2{
  background-color:#001952;
  width:100%;
  padding:15px;
  color:#ffffff;
  text-align:center;
  font-weight:bold;
  margin-top: 30px;
}

.ku_area_txt{
    margin-top: 20px;
    margin-bottom: 20px;
font-weight: bold;
font-size: 24px;
line-height: 34px;
text-align: center;
color: #000;
}

.ku_area .inner .map iframe{
width:100%!important;
height: 300px;
margin-bottom:30px;
}

.ku_area .inner .syosai{
    width: 100%;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 3px solid #001952;
    margin-bottom: 20px;
    overflow: hidden;
}
.ku_area .inner .syosai dt{
padding: 15px 25px;
    font-weight: bold;
    font-size: 18px;
    color: #001952;
    background: #eff3fd;
    border-bottom: 1px solid #001952;
}

.ku_area .inner .syosai dd{
    padding: 15px 15px 15px 25px;
}


.dlist picture{
    width:90%;
}



