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

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

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

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

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  body {
    padding-top: 70px;
  }
  .header {
    background: #0C8E29;
    position: fixed;
    z-index: 98;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .row {
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .row h1 {
    font-size: 0;
    line-height: 0;
  }
  .header .row h1 img {
    width: 196px;
  }
  .header .row 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;
  }
  .header .row ul li:not(:last-child) {
    margin-right: 10px;
  }
  .footer {
    padding: 40px 0 17px;
    background: #1da891;
    color: #fff;
  }
  .footer .row {
    padding-right: 80px;
  }
  .footer a {
    color: #fff;
  }
  .footer_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 34px;
  }
  .footer_top dl {
    padding-bottom: 15px;
  }
  .footer_top dl dt {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #fff;
    margin-bottom: 7px;
  }
  .footer_top dl dd p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
    color: #fff;
  }
  .footer_top dl dd p + p {
    margin-top: 7px;
  }
  .footer_top ul {
    width: 414px;
  }
  .footer_top ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer_top ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer_top ul li a {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    position: relative;
    display: block;
    padding: 15px 40px 15px 20px;
  }
  .footer_top ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../img/ft_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .footer_bot {
    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 p {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
    width: 53.5%;
  }
  .footer_bot span {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
  }
  .p_top .mv {
    background: url(../img/mv_bg.webp) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .mv_top {
    background: #0C8E29;
    padding: 8px;
    text-align: center;
  }
  .p_top .mv_top .countDownWrap {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
  }
  .p_top .mv_top .countDownWrap p {
    display: inline-block;
  }
  .p_top .mv_top .countDownWrap .txt02 {
    font-size: 18px;
    color: #FFFA76;
  }
  .p_top .mv_top .countDownWrap .txt01 {
    color: #F8C948;
  }
  .p_top .mv_main {
    padding-top: 33px;
     padding-bottom: 33px;
  }
  .p_top .ttl {
    text-align: center;
    margin-bottom: 38px;
  }
  .p_top .ttl small {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 22px;
    letter-spacing: 0.2em;
    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;
    color: #0C8E29;
    background-image: url(../img/ttl_bg.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 342px;
    height: 67px;
    margin-bottom: 10px;
  }
  .p_top .ttl > span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 35px;
    line-height: 1.22857;
    text-align: center;
    color: #00463a;
    display: block;
  }
  .p_top .ttl.st2 small {
    color: #fff;
    background-image: url(../img/ttl_bg2.png);
  }
  .p_top .ttl.st2 span {
    color: #fff;
  }
    .p_top .business .ttl img{
      width:50%;
    }
  .p_top .business {
    background: url(../img/business_bg.png) repeat;
    padding: 60px 0;
    text-align: center;
  }
   .p_top .business picture{
    margin-bottom: 30px;
   }
  .p_top .business 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;
    margin: 40px 0;
  }
  .p_top .business ul li {
    width: 126px;
    height: 126px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 16px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .business ul li {
    margin: 0 10px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .business ul li p {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 17px;
    line-height: 1.23529;
    text-align: center;
    color: #00463a;
    margin-top: 10px;
  }
  .p_top .business .box {
    display: inline-block;
    background: #fff;
    border: 2px solid #ec5a77;
    position: relative;
    -moz-border-radius: 10px;
         border-radius: 10px;
    padding: 20px 25px 23px;
  }
  .p_top .business .box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 24px;
    height: 20px;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .business .box p {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 22px;
    line-height: 1.18182;
    text-align: center;
    color: #00463a;
  }
  .p_top .business .box p span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 32px;
    line-height: 1.21875;
    text-align: center;
    color: #ec5a77;
  }
  .p_top .promise {
    padding: 55px 0 30px;
  }
  .p_top .promise h2 {
    text-align: center;
    margin-bottom: 45px;
  }
  .p_top .promise h2 span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 35px;
    line-height: 1.14286;
    text-align: center;
    color: #0C8E29;
    position: relative;
    padding: 0 10px 0 0;
    display: inline-block;
  }
  .p_top .promise h2 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-15deg) translateY(-50%);
       -moz-transform: rotate(-15deg) translateY(-50%);
        -ms-transform: rotate(-15deg) translateY(-50%);
            transform: rotate(-15deg) translateY(-50%);
    width: 2px;
    height: 100%;
    background: #0C8E29;
    display: block;
  }
  .p_top .promise h2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(15deg) translateY(-50%);
       -moz-transform: rotate(15deg) translateY(-50%);
        -ms-transform: rotate(15deg) translateY(-50%);
            transform: rotate(15deg) translateY(-50%);
    width: 2px;
    height: 100%;
    background: #0C8E29;
    display: block;
  }
  .p_top .promise 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: 0 -15px;
  }
  .p_top .promise ul li {
    width: 176px;
    height: 208px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #F4FFF6;
    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;
    margin: 0 15px 29px;
    padding: 0 28px 28px;

border: 3px solid #18802c;

  }
  .p_top .promise ul li figure, .p_top .promise ul li picture {
    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 .promise ul li p {
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
    color: #00463a;
  }
  .p_top .promise ul li:nth-of-type(1) figure, .p_top .promise ul li:nth-of-type(1) picture {
   width: 100%;
    margin: 35.6px 0 18.6px;
  }
  .p_top .promise ul li:nth-of-type(2) figure, .p_top .promise ul li:nth-of-type(2) picture {
  width: 154.74px;
    margin: 44.1px 0 18.5px;
  }
  .p_top .promise ul li:nth-of-type(3) figure, .p_top .promise ul li:nth-of-type(3) picture {
       width: 72.14px;
    margin: 39.1px 0 18.5px;
  }
  .p_top .promise ul li:nth-of-type(4) figure, .p_top .promise ul li:nth-of-type(4) picture {
     width: 87.36px;
    margin: 57.7px 0 13.4px;
  }
  .p_top .promise ul li:nth-of-type(5) figure, .p_top .promise ul li:nth-of-type(5) picture {
    width: 66.13px;
    margin: 42.4px 0 27.9px;
  }
  .p_top .promise ul li:nth-of-type(5) p {
    font-size: 18px;
    line-height: 26px;
  }
  .p_top .promise ul li:nth-of-type(6) figure, .p_top .promise ul li:nth-of-type(6) picture {
    width: 103.03px;
    margin: 51.2px 0 13.8px;
  }
  .p_top .promise ul li:nth-of-type(7) figure, .p_top .promise ul li:nth-of-type(7) picture {
    width: 107.92px;
    margin: 32.3px 0 25.8px;
  }
  .p_top .promise ul li:nth-of-type(7) p {
    font-size: 20px;
    line-height: 29px;
  }
  .p_top .promise ul li:nth-of-type(8) figure, .p_top .promise ul li:nth-of-type(8) picture {
    width: 103.03px;
    margin: 14.8px 0 9.2px;
  }
  .p_top .promise ul li:nth-of-type(9) figure, .p_top .promise ul li:nth-of-type(9) picture {
    width: 90.47px;
    margin: 32.3px 0 18.9px;
  }
  .p_top .slogan {
    position: relative;
    padding-bottom: 35px;
    text-align: center;
  }
  .p_top .slogan::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 124px;
    background: #0C8E29;
    display: block;
    z-index: -1;
  }
  .p_top .contact {
    background: url(../img/contact_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 123px 0 43px;
  }
  .p_top .contact .form {
    width: 783px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    padding: 27px 30px 30px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
  }
  .p_top .contact .form h2 {
    position: absolute;
    top: -55px;
    left: -35px;
    line-height: 0;
  }
  .p_top .contact .form h2 img {
    width: 352px;
    height: auto;
  }
  .p_top .contact .form_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .contact .form_main dl:nth-of-type(1) {
    margin-left: -webkit-calc(50% + 28px);
    margin-left: -moz-calc(50% + 28px);
    margin-left: calc(50% + 28px);
  }
  .p_top .contact .form dl {
    width: -webkit-calc((100% - 56px) /2);
    width: -moz-calc((100% - 56px) /2);
    width: calc((100% - 56px) /2);
  }
  .p_top .contact .form dl + dl {
    margin-top: 20px;
  }
  .p_top .contact .form dl dt {
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #2a2a2a;
    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: 8px;
  }
  .p_top .contact .form dl dt span {
    font-family: 'Meiryo';
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #fff;
    width: 56px;
    height: 21px;
    -moz-border-radius: 10.5px;
         border-radius: 10.5px;
    background: #e35667;
    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 .contact .form dl dd input {
    padding: 0 16px;
    outline: none;
    font-size: 16px;
    width: 100%;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 41px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #dedede;
  }

  .p_top .contact .form dl dd select{
        padding: 0 16px;
    outline: none;
    font-size: 16px;
    width: 100%;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 41px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #f2f2f2;
    border: 1px solid #dedede;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .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;
    width: 282px;
    height: 58px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #03836d;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    -moz-box-shadow: 0 3px 0px 0px #005849;
         box-shadow: 0 3px 0px 0px #005849;
    background: -webkit-gradient(linear, left top, left bottom, from(#099079), color-stop(50%, #099079), color-stop(50%, #03836d), to(#03836d));
    background: -webkit-linear-gradient(top, #099079 0%, #099079 50%, #03836d 50%, #03836d 100%);
    background: -moz- oldlinear-gradient(top, #099079 0%, #099079 50%, #03836d 50%, #03836d 100%);
    background: linear-gradient(to bottom, #099079 0%, #099079 50%, #03836d 50%, #03836d 100%);
    position: relative;
    margin: 38px auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_top .contact .form button:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translate(3px, 3px);
       -moz-transform: translate(3px, 3px);
        -ms-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
  .p_top .contact .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;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .response {
    padding: 50px 0 45px;
  }
  .p_top .response .row {
    max-width: 700px;
  }
  .p_top .response_main {
    position: relative;
  }
  .p_top .response_main::after {
    content: "";
    position: absolute;
    bottom: -30px;
    right: -672px;
    width: 572px;
    height: 714px;
    background: url(../img/response_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .response h2 {
    margin-bottom: 22px;
  }
  .p_top .response h2 > span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 32px;
    line-height: 1.5;
    text-align: left;
    color: #000;
    border-bottom: 1px solid #0C8E29;
  }
  .p_top .response h2 > span .txt01 {
    color: #1DA891;
  }
  .p_top .response h2 > span .txt02 {
    color: #EC5A77;
  }
  .p_top .response h2 > span .txt03 {
    color: #E8AE0D;
  }
  .p_top .response .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .response .df .txt {
    width: 100%;
  }
  .p_top .response .df .txt p {
    font-weight: normal;
    font-size: 18px;
    line-height: 2;
    text-align: left;
  }
  .p_top .response .df .txt p span {
    color: #EC5A77;
    border-bottom: 1px solid #EC5A77;
  }
  .p_top .response .df figure, .p_top .response .df picture {
    width: 166px;
    height: 166px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 40px;
  }
  .p_top .response .df figure img, .p_top .response .df picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .solution {
    background: #00463a;
    padding: 60px 0;
  }
  .p_top .solution 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px;
  }
  .p_top .solution ul li {
    width: 183px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    overflow: hidden;
    margin: 0 8px 16px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .solution ul li {
    width: 150px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .solution ul li figure, .p_top .solution ul li picture {
    height: 125px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .solution ul li figure img, .p_top .solution ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .solution ul li p {
    font-family: "A-OTF Maru Folk Pro";
    font-size: 30px;
    line-height: 1.43333;
    text-align: center;
    color: #ec5a77;
    padding: 10px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .solution ul li p {
    font-size: 24px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .solution ul li p small {
    font-family: "A-OTF Maru Folk Pro";
    font-size: 18px;
    line-height: 1.27778;
    text-align: center;
    color: #3e3e3e;
    display: block;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .solution ul li p small {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .reason {
    overflow: hidden;
    padding: 60px 0 70px;
  }
  .p_top .reason .ttl small {
    position: relative;
    position: relative;
  }
  .p_top .reason .ttl small::before {
    content: "";
    position: absolute;
    left: -105px;
    top: -35px;
    width: 142px;
    height: 114px;
    background: url(../img/reason_bg1.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .reason .ttl span {
    font-size: 28px;
    line-height: 1.42857;
  }
  .p_top .reason .ttl span .txt01 {
    color: #1DA891;
    font-size: 35px;
  }
  .p_top .reason ul {
    margin-top: 60px;
  }
  .p_top .reason ul li {
    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 .reason ul li + li {
    margin-top: 68px;
  }
  .p_top .reason ul li:nth-of-type(1) {
    position: relative;
  }
  .p_top .reason ul li:nth-of-type(1)::after {
    content: "";
    position: absolute;
    top: -40px;
    right: -235px;
    width: 274px;
    height: 210px;
    background: url(../img/reason_bg2.png) center/100% 100% no-repeat;
    display: block;
    opacity: 0.2;
  }
  .p_top .reason ul li:nth-of-type(2) {
    position: relative;
  }
  .p_top .reason ul li:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: -80px;
    left: -270px;
    width: 301px;
    height: 222px;
    background: url(../img/reason_bg4.png) center/100% 100% no-repeat;
    display: block;
    opacity: 0.18;
    z-index: -1;
  }
  .p_top .reason ul li:nth-of-type(3) {
    position: relative;
  }
  .p_top .reason ul li:nth-of-type(3)::after {
    content: "";
    position: absolute;
    top: -60px;
    right: -533px;
    width: 563px;
    height: 466px;
    background: url(../img/reason_bg3.png) center/100% 100% no-repeat;
    display: block;
    opacity: 0.2;
    z-index: -1;
  }
  .p_top .reason ul li figure, .p_top .reason ul li picture {
    width: 448px;
    height: 270px;
    position: relative;
  }
  .p_top .reason ul li figure figcaption, .p_top .reason ul li picture figcaption {
    position: absolute;
    left: 34px;
    top: -38px;
    width: 76px;
    height: 76px;
    background-image: url(../img/reason_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    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;
    -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 .reason ul li figure figcaption.ic2, .p_top .reason ul li picture figcaption.ic2 {
    background-image: url(../img/reason_ic2.png);
  }
  .p_top .reason ul li figure figcaption.ic3, .p_top .reason ul li picture figcaption.ic3 {
    background-image: url(../img/reason_ic3.png);
  }
  .p_top .reason ul li figure figcaption i, .p_top .reason ul li picture figcaption i {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 27px;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-style: normal;
  }
  .p_top .reason ul li figure img, .p_top .reason ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .reason ul li .txt {
    width: 568px;
    background: rgba(255, 255, 255, 0.83);
    -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
         box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.08);
    margin-left: -16px;
    padding: 18px 56px 18px 40px;
    position: relative;
    z-index: 1;
    min-height: 250px;
    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 .reason ul li .txt h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.29167;
    text-align: left;
    color: #00463a;
    margin-bottom: 15px;
  }
  .p_top .reason ul li .txt p {
    font-family: 'Meiryo';
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .reason ul li .txt p span {
    background: -webkit-linear-gradient(bottom, #f9e16f 24px, transparent 24px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #f9e16f 24px, transparent 24px, transparent 100%);
    background: linear-gradient(to top, #f9e16f 24px, transparent 24px, transparent 100%);
  }
  .p_top .cta {
    background: url(../img/cta_bg.jpg) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    padding: 39px 0 46px;
  }
  .p_top .cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 116, 97, 0.85);
    display: block;
  }
  .p_top .cta .row {
    position: relative;
    z-index: 2;
    max-width: 800px;
  }
  .p_top .cta h2 {
    font-weight: bold;
    font-size: 41px;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin-bottom: 13px;
  }
  .p_top .cta h2 span {
    display: block;
    line-height: 1;
  }
  .p_top .cta h2 span img {
    width: 337px;
  }
  .p_top .cta h2 small {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1.77778;
    text-align: center;
    color: #fff;
    padding: 0 10px;
    display: inline-block;
    position: relative;
  }
  .p_top .cta h2 small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-25deg) translateY(-50%);
       -moz-transform: rotate(-25deg) translateY(-50%);
        -ms-transform: rotate(-25deg) translateY(-50%);
            transform: rotate(-25deg) translateY(-50%);
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
  }
  .p_top .cta h2 small::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(25deg) translateY(-50%);
       -moz-transform: rotate(25deg) translateY(-50%);
        -ms-transform: rotate(25deg) translateY(-50%);
            transform: rotate(25deg) translateY(-50%);
    width: 1px;
    height: 100%;
    background: #fff;
    display: block;
  }
  .p_top .cta .cta_box {
    background: url(../img/cta_box_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 33px 43px 36px;
  }
}

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

@media screen and (min-width: 769px), print {
  .p_top .cta .cta_box_top {
    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: horizontal;
    -webkit-box-direction: reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 14px;
  }
  .p_top .cta .cta_box_top a {
    font-weight: bold;
    font-size: 46px;
    line-height: 1;
    text-align: left;
    color: #2a2a2a;
    position: relative;
    display: block;
    padding-left: 73px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .cta .cta_box_top a {
    font-size: 36px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .cta .cta_box_top 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: 63px;
    height: 57px;
    background: url(../img/ic_tel2.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_box_top a span {
    font-weight: bold;
    font-size: 19px;
    letter-spacing: 0.1em;
    line-height: 1.57895;
    color: #2a2a2a;
    display: block;
  }
  .p_top .cta .cta_box_top a small {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 1.66667;
    color: #2a2a2a;
    display: block;
  }
  .p_top .cta .cta_box_top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
  .p_top .cta .cta_box_top ul li {
    min-width: 102px;
    min-height: 62px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#068973), to(#005c4d));
    background: -webkit-linear-gradient(#068973 0%, #005c4d 100%);
    background: -moz- oldlinear-gradient(#068973 0%, #005c4d 100%);
    background: linear-gradient(#068973 0%, #005c4d 100%);
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-align: center;
    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;
  }
  .p_top .cta .cta_box_top ul li:not(:last-child) {
    margin-right: 6px;
  }
  .p_top .cta .cta_box_bot {
    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-evenly;
  }
  .p_top .cta .cta_box_bot .btn_mail {
    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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 345px;
    height: 74px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    -moz-box-shadow: 0 3px 0px 0px #a81e39;
         box-shadow: 0 3px 0px 0px #a81e39;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec5a77), color-stop(50%, #ec5a77), color-stop(50%, #dd4a67), to(#dd4a67));
    background: -webkit-linear-gradient(top, #ec5a77 0%, #ec5a77 50%, #dd4a67 50%, #dd4a67 100%);
    background: -moz- oldlinear-gradient(top, #ec5a77 0%, #ec5a77 50%, #dd4a67 50%, #dd4a67 100%);
    background: linear-gradient(to bottom, #ec5a77 0%, #ec5a77 50%, #dd4a67 50%, #dd4a67 100%);
    position: relative;
    padding-left: 66px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    max-width: 49%;
    position: relative;
  }
  .p_top .cta .cta_box_bot .btn_mail:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translate(3px, 3px);
       -moz-transform: translate(3px, 3px);
        -ms-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
  .p_top .cta .cta_box_bot .btn_mail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url(../img/ic_mail02.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_box_bot .btn_line {
    max-width: 49%;
    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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 345px;
    height: 74px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.1em;
    color: #fff;
    -moz-box-shadow: 0 3px 0px 0px #006930;
         box-shadow: 0 3px 0px 0px #006930;
    background: -webkit-gradient(linear, left top, left bottom, from(#009846), color-stop(50%, #009846), color-stop(50%, #018940), to(#018940));
    background: -webkit-linear-gradient(top, #009846 0%, #009846 50%, #018940 50%, #018940 100%);
    background: -moz- oldlinear-gradient(top, #009846 0%, #009846 50%, #018940 50%, #018940 100%);
    background: linear-gradient(to bottom, #009846 0%, #009846 50%, #018940 50%, #018940 100%);
    position: relative;
    padding-left: 66px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .p_top .cta .cta_box_bot .btn_line:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translate(3px, 3px);
       -moz-transform: translate(3px, 3px);
        -ms-transform: translate(3px, 3px);
            transform: translate(3px, 3px);
  }
  .p_top .cta .cta_box_bot .btn_line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url(../img/ic_line02.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .organizing {
    overflow: hidden;
    padding: 61px 0 64px;
    background: #f6f5ee url(../img/organizing_bg.png) center top no-repeat;
  }
  .p_top .organizing .organizing_list {
    margin-top: 60px;
  }
  .p_top .organizing .organizing_list > li {
    padding: 33px 50px;
    -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);
    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;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .organizing .organizing_list > li {
    padding: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .organizing .organizing_list > li + li {
    margin-top: 59px;
  }
  .p_top .organizing .organizing_list > li .b_l {
    width: 333px;
  }
  .p_top .organizing .organizing_list > li .b_l figure, .p_top .organizing .organizing_list > li .b_l picture {
    margin-top: -65px;
  }
  .p_top .organizing .organizing_list > li .b_l p {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.71429;
    text-align: left;
    color: #2a2a2a;
    margin-top: 7px;
  }
  .p_top .organizing .organizing_list > li .b_l p span {
    color: #EC5A77;
  }
  .p_top .organizing .organizing_list > li .b_r {
    width: 532px;
  }
  .p_top .organizing .organizing_list > li .b_r dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-border-radius: 15px;
         border-radius: 15px;
    background: #fff;
    border: 3px solid #00463a;
    overflow: hidden;
  }
  .p_top .organizing .organizing_list > li .b_r dl dt {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.33333;
    text-align: center;
    color: #fff;
    background-color: #00463a;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 138px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd {
    padding: 23px 20px;
    width: 100%;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li {
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li + li {
    margin-top: 5px;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li > span {
    display: block;
    border-bottom: 1px dashed #c7d9d6;
    padding: 3px 0;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li .c2 {
    color: #1DA891;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../img/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area {
    padding: 38px 0 70px;
    background: #00463a;
    position: relative;
  }
  .p_top .area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 441px;
    background: url(../img/area_bg1.png) top center no-repeat;
    display: block;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .area .row {
    position: relative;
    z-index: 2;
    max-width: 800px;
  }
  .p_top .area_main {
    -moz-border-radius: 20px 0px;
         border-radius: 20px 0px;
    background: #fff;
    padding: 50px 50px 41px;
    margin-top: 54px;
    position: relative;
    z-index: 3;
  }
  .p_top .area_main::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 27px;
    width: 763px;
    height: 30px;
    background: url(../img/area_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area_main .area_t {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .area_main .area_t_l {
    width: 325px;
    text-align: center;
  }
  .p_top .area_main .area_t_l 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;
    margin-bottom: 11px;
  }
  .p_top .area_main .area_t_l ul li {
    min-width: 59px;
    min-height: 32px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #0C8E29;
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 18px;
    line-height: 1.44444;
    text-align: center;
    color: #fff;
    margin: 3px;
    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 .area_main .area_t_l .txt01 {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.625;
    text-align: center;
    color: #00463a;
    margin-bottom: 12px;
  }
  .p_top .area_main .area_t_l .txt02 {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.45455;
    text-align: center;
    color: #00463a;
    padding: 0 10px;
    display: inline-block;
    position: relative;
  }
  .p_top .area_main .area_t_l .txt02::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-25deg) translateY(-50%);
       -moz-transform: rotate(-25deg) translateY(-50%);
        -ms-transform: rotate(-25deg) translateY(-50%);
            transform: rotate(-25deg) translateY(-50%);
    width: 3px;
    height: 100%;
    background: #00463a;
    display: block;
  }
  .p_top .area_main .area_t_l .txt02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(25deg) translateY(-50%);
       -moz-transform: rotate(25deg) translateY(-50%);
        -ms-transform: rotate(25deg) translateY(-50%);
            transform: rotate(25deg) translateY(-50%);
    width: 3px;
    height: 100%;
    background: #00463a;
    display: block;
  }
  .p_top .area_main .area_t_l .txt02 span {
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 35px;
    line-height: 1;
    text-align: center;
    color: #ec5a77;
    display: inline-block;
    background: -webkit-linear-gradient(bottom, #fff500 10px, transparent 10px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fff500 10px, transparent 10px, transparent 100%);
    background: linear-gradient(to top, #fff500 10px, transparent 10px, transparent 100%);
  }
  .p_top .area_main .area_t_r {
    width: 283px;
    margin-left: 20px;
  }
  .p_top .area_main .area_b dl {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 1px solid #1da891;
    overflow: hidden;
  }
  .p_top .area_main .area_b dl + dl {
    margin-top: 9px;
  }
  .p_top .area_main .area_b dl dt {
    -moz-border-radius: 10px 10px 0px 0px;
         border-radius: 10px 10px 0px 0px;
    background: #1ea891;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    position: relative;
    padding: 10px 40px 10px 20px;
    cursor: pointer;
  }
  .p_top .area_main .area_b dl dt.is_active::after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .p_top .area_main .area_b dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -4px;
    width: 13px;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    height: 8px;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area_main .area_b 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_main .area_b dl .accordion_ctn {
    padding: 10px 20px;
  }
  .p_top .area_main .area_b dl .accordion_ctn p {
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .price {
    padding: 60px 0;
  }
  .p_top .price .ttl {
    margin-bottom: 55px;
  }
  .p_top .price .price_head {
    margin-bottom: 46px;
  }
  .p_top .price .price_head 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 .price .price_head ul li {
    margin: 0 8px;
    max-width: 48%;
  }
  .p_top .price .price_head ul li a {
    width: 384px;
    height: 66px;
    -moz-border-radius: 8px;
         border-radius: 8px;
    background: #0C8E29;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .p_top .price .price_head ul li a.st2 {
    background-color: #00463a;
  }
  .p_top .price .price_head ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 14px solid #fff;
  }
  .p_top .price .price_tt {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    line-height: 1.25;
    text-align: center;
    color: #00463a;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
  }
  .p_top .price .price_tt span {
    color: #EC5A77;
  }
  .p_top .price .price_tt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #001952;
    display: block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
  }
  .p_top .price .price_blokc01 .ctTop 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;
    margin-bottom: 11px;
  }
  .p_top .price .price_blokc01 .ctTop ul li {
    min-width: 123px;
    min-height: 53px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #0C8E29;
    margin: 0 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    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;
  }
  .p_top .price .price_blokc01 .ctTop p {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 25px;
    line-height: 1.12;
    text-align: center;
    color: #00463a;
  }
  .p_top .price .price_blokc01 .ctMid {
    margin: 41px 0 60px;
  }
  .p_top .price .price_blokc01 .ctMid 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;
  }
  .p_top .price .price_blokc01 .ctMid ul li {
    width: 185px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    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: 16px 7px;
    margin: 0 7px 14px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .price .price_blokc01 .ctMid ul li {
    width: 150px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .price .price_blokc01 .ctMid ul li h4 {
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #e5b530;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
    padding: 7px;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .price .price_blokc01 .ctMid ul li h4 {
    font-size: 14px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .price .price_blokc01 .ctMid ul li h4.bg2 {
    background: #1da891;
  }
  .p_top .price .price_blokc01 .ctMid ul li h4.bg3 {
    background: #1da84d;
  }
  .p_top .price .price_blokc01 .ctMid ul li h4.bg4 {
    background: #00463a;
  }
  .p_top .price .price_blokc01 .ctMid ul li .txt01 {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
    color: #2a2a2a;
    min-height: 60px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .price .price_blokc01 .ctMid ul li .txt01 {
    min-height: 80px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .price .price_blokc01 .ctMid ul li .text_price {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 35px;
    text-align: right;
    color: #f06801;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .price .price_blokc01 .ctMid ul li .text_price {
    font-size: 25px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .price .price_blokc01 .ctMid ul li .text_price ruby {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 14px;
    text-align: left;
    color: #00463a;
  }
  .p_top .price .price_blokc01 .ctMid ul li .text_price ruby rt {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 10px;
    text-align: left;
    color: #00463a;
  }
  .p_top .price .price_blokc01 .ctMid ul li .txt02 {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 41px;
    text-align: center;
    line-height: 1;
    color: #f06801;
  }
  .p_top .price .price_blokc01 .ctBot {
    background: #00463a;
    padding: 20px;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner {
    background-color: #fff;
    padding: 30px 87px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .price .price_blokc01 .ctBot .ctBot_inner {
    padding: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .price .price_blokc01 .ctBot .ctBot_inner h4 {
    font-family: 'Kaisei Opti', serif;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    color: #00463a;
    margin-bottom: 26px;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl + dl {
    margin-top: 30px;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dt {
    font-weight: bold;
    font-size: 28px;
    text-align: left;
    color: #00463a;
    border-bottom: 1px solid #69d1c0;
    margin-bottom: 23px;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd {
    padding: 0 40px;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div {
    width: 46.2%;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ddd;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p.st2 {
    display: block;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p.st2 .txt02 {
    text-align: right;
    display: block;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p + p {
    margin-top: 14px;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt01 {
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #00463a;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt02 {
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 24px;
    text-align: left;
    color: #ec5a77;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt02 small {
    font-size: 16px;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt03 {
    font-weight: normal;
    font-size: 14px;
    color: #00463a;
    display: block;
    text-align: right;
  }
  .p_top .price .price_blokc02 {
    margin-top: 76px;
  }
  .p_top .price .price_blokc02 .ctTop {
    margin-top: 65px;
    margin-bottom: 106px;
    position: relative;
  }
/*  .p_top .price .price_blokc02 .ctTop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -68px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 48px;
    height: 48px;
    background: url(../img/ic_plus.svg) center/100% 100% no-repeat;
    display: block;
  }*/
  .p_top .price .price_blokc02 .ctTop .dlist {
    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;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 15px;
    width: 354px;
    height: 63px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 2px solid #add9d2;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt {
    width: 99px;
    -moz-border-radius: 10px 0px 0px 10px;
         border-radius: 10px 0px 0px 10px;
    background: #6dedd8;
    border-right: 2px solid #add9d2;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.28571;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg2 {
    background: #57dec8;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg3 {
    background: #35c6ae;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg4 {
    background: #1da891;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg5 {
    background: #16917d;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg6 {
    background: #0f7464;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg7 {
    background: #094e43;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt span {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.29167;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd {
    padding: 10px 7px;
    width: 100%;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd .txt01 {
    font-weight: bold;
    font-size: 15px;
    line-height: 1.26667;
    text-align: left;
    color: #5d5d5d;
    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 .price .price_blokc02 .ctTop .dlist dl dd .txt01 small {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.08333;
    text-align: center;
    color: #fff;
    min-width: 71px;
    min-height: 20px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #0d2e28;
    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 .price .price_blokc02 .ctTop .dlist dl dd .txt02 {
    font-family: "YuGothic";
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    text-align: right;
    color: #ec5a77;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd .txt02 small {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #2a2a2a;
  }
  .p_top .price .price_blokc02 .ctBot {
    text-align: center;
  }
  .p_top .price .price_blokc02 .ctBot h4 {
    min-width: 384px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#1da891), to(#0e9881));
    background: -webkit-linear-gradient(#1da891 0%, #0e9881 100%);
    background: -moz- oldlinear-gradient(#1da891 0%, #0e9881 100%);
    background: linear-gradient(#1da891 0%, #0e9881 100%);
    text-align: center;
    display: inline-block;
    padding: 16px;
    margin-bottom: 24px;
  }
  .p_top .price .price_blokc02 .ctBot h4 span {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .p_top .price .price_blokc02 .ctBot h4 span::before {
    content: "";
    position: absolute;
    top: -5px;
    left: -13px;
    width: 19px;
    height: 16px;
    background: url(../img/service_tt_ic.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .price .price_blokc02 .ctBot ul {
    text-align: left;
    display: -ms-grid;
    display: grid;
    gap: 25px 17px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    padding: 0 110px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .p_top .price .price_blokc02 .ctBot ul {
    padding: 0;
  }
}

@media screen and (min-width: 769px), print {
  .p_top .price .price_blokc02 .ctBot ul li {
    background: #fff;
    border: 1px solid #1da891;
    -moz-border-radius: 10px 0px;
         border-radius: 10px 0px;
  }
  .p_top .price .price_blokc02 .ctBot ul li figure, .p_top .price .price_blokc02 .ctBot ul li picture {
    height: 112px;
    -moz-border-radius: 10px 0px;
         border-radius: 10px 0px;
    overflow: hidden;
    margin: -1px;
  }
  .p_top .price .price_blokc02 .ctBot ul li figure img, .p_top .price .price_blokc02 .ctBot ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .price .price_blokc02 .ctBot ul li .txt {
    padding: 8px 10px 17px;
  }
  .p_top .price .price_blokc02 .ctBot ul li .txt h5 {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.25;
    text-align: left;
    color: #00463a;
    border-bottom: 1px solid #9dc6bf;
    padding-bottom: 10px;
    margin-bottom: 12px;
  }
  .p_top .price .price_blokc02 .ctBot ul li .txt p {
    font-weight: normal;
    font-size: 12px;
    line-height: 1.66667;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .purchase {
    padding: 60px 0 80px;
  }
  .p_top .purchase .ttl small {
    background: none;
    height: auto;
    margin-bottom: 0;
    font-size: 24px;
  }
  .p_top .purchase .ttl small img {
    width: 224px;
  }
  .p_top .purchase .row {
    max-width: 750px;
  }
  .p_top .purchase ul {
    display: -ms-grid;
    display: grid;
    gap: 30px 0;
    -ms-grid-columns: (1fr)[6];
        grid-template-columns: repeat(6, 1fr);
  }
  .p_top .purchase ul li {
    text-align: center;
  }
  .p_top .purchase ul li figure, .p_top .purchase ul li picture {
    display: inline-block;
    width: 100px;
    height: 100px;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    margin-bottom: 3px;
  }
  .p_top .purchase ul li figure img, .p_top .purchase ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .purchase ul li p {
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3125;
    color: #00463a;
    text-align: center;
  }
  .p_top .happy {
    padding: 60px 0;
    background: #fffdf7;
  }
  .p_top .happy .row {
    max-width: 870px;
  }
  .p_top .happy ul {
    display: -ms-grid;
    display: grid;
    gap: 85px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .happy ul li figure, .p_top .happy ul li picture {
    height: 144px;
  }
  .p_top .happy ul li figure img, .p_top .happy ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .happy ul li h3 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.55;
    text-align: left;
    color: #0C8E29;
    border-bottom: 1px solid #aee0d8;
    padding-bottom: 14px;
  }
  .p_top .happy ul li h3 span {
    min-width: 89px;
    padding: 4px 10px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 1px solid #1da891;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.625;
    text-align: left;
    color: #1da891;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
  .p_top .happy ul li p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .step {
    background: url(../img/business_bg.png) repeat;
    padding: 60px 0;
    text-align: center;
  }
  .p_top .step ul li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 22px 19px 39px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
  }
  .p_top .step ul li:not(:last-child) {
    position: relative;
  }
  .p_top .step ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -51px;
    -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/100% 100% no-repeat;
    display: block;
  }
  .p_top .step ul li + li {
    margin-top: 70px;
  }
  .p_top .step ul li .txt {
    width: -webkit-calc(100% - 331px);
    width: -moz-calc(100% - 331px);
    width: calc(100% - 331px);
    text-align: left;
    padding-right: 44px;
  }
  .p_top .step ul li .txt h3 {
    margin-top: -19px;
    margin-bottom: 12px;
  }
  .p_top .step ul li .txt h3 span {
    width: 82px;
    height: 30px;
    background: #ec5a77;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.71429;
    text-align: center;
    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;
  }
  .p_top .step ul li .txt h3 span.bg2 {
    background: #f18b0b;
  }
  .p_top .step ul li .txt h3 span.bg3 {
    background: #f6bd18;
  }
  .p_top .step ul li .txt h3 span i {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 23px;
    line-height: 1.86957;
    text-align: left;
    color: #fff;
  }
  .p_top .step ul li .txt h3 small {
    font-weight: bold;
    font-size: 22px;
    line-height: 1.5;
    text-align: left;
    color: #00463a;
    display: block;
    margin-top: 14px;
  }
  .p_top .step ul li .txt p {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .step ul li figure, .p_top .step ul li picture {
    width: 331px;
  }
  .p_top .step ul li figure img, .p_top .step ul li picture img {
    overflow: hidden;
    -moz-border-radius: 5px;
         border-radius: 5px;
  }
  .p_top .faq {
    padding: 60px 0;
  }
  .p_top .faq .row {
    max-width: 840px;
  }
  .p_top .faq .dlist dl {
    background: #effffc;
    padding: 30px 39px 49px;
  }
  .p_top .faq .dlist dl + dl {
    margin-top: 30px;
  }
  .p_top .faq .dlist dl dt {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.33333;
    text-align: left;
    color: #00463a;
    position: relative;
    border-bottom: 1px dashed #afded7;
    padding: 26px 0 26px 52px;
    margin-bottom: 20px;
  }
  .p_top .faq .dlist 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%);
    display: block;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
    text-align: center;
    color: #fff;
    width: 38px;
    height: 38px;
    background: #0C8E29;
    -moz-border-radius: 50%;
         border-radius: 50%;
    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 .dlist dl dd {
    padding-right: 70px;
  }
  .p_top .contact_form {
    padding: 80px 0 106px;
  }
  .p_top .contact_form_inner {
    background: #effffc;
    padding: 60px 0;
  }
  .p_top .contact_form_inner h2 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.35714;
    text-align: center;
    color: #00463a;
    margin-bottom: 36px;
  }
  .p_top .contact_form_main {
    width: 840px;
    max-width: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    padding: 30px 40px 50px;
  }
  .p_top .contact_form_main .f_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
  }
  .p_top .contact_form_main .checkboxWr {
    padding-left: 220px;
  }
  .p_top .contact_form_main .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: normal;
    font-size: 14px;
    line-height: 2.28571;
    text-align: left;
    color: #000;
  }
  .p_top .contact_form_main .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact_form_main .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 27px;
  }
  .p_top .contact_form_main .checkboxWr label span a {
    color: #0093FF;
  }
  .p_top .contact_form_main .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 20px;
    height: 20px;
    background: #f4f4f4;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p_top .contact_form_main .checkboxWr label span::after {
    left: 7px;
    top: 10px;
    width: 5px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact_form_main .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact_form_main 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;
    background: url(../img/btn_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    position: relative;
    width: 280px;
    height: 66px;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    margin: 41px auto 0;
  }
  .p_top .contact_form_main button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #fff;
  }
  .p_top .contact_form_main .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    border-top: 1px solid #d1d1d1;
  }
  .p_top .contact_form_main .dlist dl.ait dt {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact_form_main .dlist dl dt {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.77778;
    text-align: left;
    color: #000;
    padding-right: 18px;
  }
  .p_top .contact_form_main .dlist dl dt span {
    width: 36px;
    height: 23px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #ffe200;
    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: 13px;
    line-height: 1.76923;
    text-align: left;
    color: #000;
  }
  .p_top .contact_form_main .dlist dl dd {
    width: 100%;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd {
    display: -ms-grid;
    display: grid;
    gap: 18px 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    max-width: 50%;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field {
    margin-left: 0;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd label, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 24px;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #000;
    white-space: nowrap;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd label input, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd span, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 32px;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd span::before, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 24px;
    height: 24px;
    background: #fff;
    border: 1px solid #cbcbcb;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd span::after, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field span::after {
    top: 5px;
    left: 5px;
    width: 14px;
    height: 14px;
    background: #100f4d;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact_form_main .dlist dl dd .f_address {
    margin-bottom: 10px;
  }
  .p_top .contact_form_main .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;
    max-width: 430px;
    background: #f4f4f4;
  }
  .p_top .contact_form_main .dlist dl dd input.sm {
    max-width: 200px;
  }
  .p_top .contact_form_main .dlist dl dd input::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd input::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd input:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd input::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .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: 285px;
    max-width: 430px;
    background: #f4f4f4;
  }
  .p_top .contact_form_main .dlist dl dd textarea::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd textarea::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd textarea:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd textarea::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_thanks .thanks {
    padding: 60px 0;
    min-height: 65vh;
  }
  .p_thanks .thanks h2 {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 35px;
    line-height: 0.77143;
    text-align: center;
    color: #00463a;
    margin-bottom: 43px;
  }
  .p_thanks .thanks p {
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
    color: #2a2a2a;
  }
  .p_policy .policy {
    padding: 60px 0;
  }
  .p_policy .policy h2 {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 35px;
    line-height: 0.77143;
    text-align: center;
    color: #00463a;
    margin-bottom: 43px;
  }
  .p_policy .policy_main p {
    font-size: 16px;
    line-height: 1.75;
    color: #2a2a2a;
  }
  .p_policy .policy_main dl {
    font-size: 16px;
    line-height: 1.75;
    color: #2a2a2a;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner, .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 16.90821vw;
  }
  .header {
    background:#0C8E29;
    position: fixed;
    z-index: 98;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header .row {
    height: 16.90821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .row h1 {
    font-size: 0;
    line-height: 0;
  }
  .header .row h1 img {
    width: 47.343vw;
  }
  .header .row 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;
  }
  .header .row ul li:not(:last-child) {
    margin-right: 1.69082vw;
  }
  .header .row ul li img {
    width: 11.35266vw;
  }
  .footer {
    padding: 7.24638vw 0 26.81159vw;
    background: #1da891;
    color: #fff;
  }
  .footer.active {
    padding-bottom: 51.69082vw;
  }
  .footer a {
    color: #fff;
  }
  .footer_top {
    margin-bottom: 4.58937vw;
  }
  .footer_top dl {
    padding-bottom: 3.62319vw;
  }
  .footer_top dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 2;
    text-align: left;
    color: #fff;
    margin-bottom: 1.69082vw;
  }
  .footer_top dl dd p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: left;
    color: #fff;
  }
  .footer_top dl dd p + p {
    margin-top: 1.69082vw;
  }
  .footer_top ul {
    margin: 0 -4.83092vw;
  }
  .footer_top ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer_top ul li:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  }
  .footer_top ul li a {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: left;
    color: #fff;
    position: relative;
    display: block;
    padding: 3.62319vw 9.66184vw 3.62319vw 4.83092vw;
  }
  .footer_top ul li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.34783vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.41546vw;
    height: 2.41546vw;
    background: url(../img/ft_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .footer_bot p {
    font-weight: normal;
    font-size: 2.89855vw;
    line-height: 1.33333;
    text-align: left;
    color: #fff;
    margin-bottom: 11.11111vw;
  }
  .footer_bot span {
    font-weight: normal;
    font-size: 2.89855vw;
    line-height: 1.33333;
    text-align: center;
    display: block;
    color: #fff;
  }
  .box_fixed {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: rgba(29, 168, 145, 0.9);
    z-index: 99;
    -webkit-transform: translateY(24.63768vw);
       -moz-transform: translateY(24.63768vw);
        -ms-transform: translateY(24.63768vw);
            transform: translateY(24.63768vw);
    -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;
  }
  .box_fixed.active {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .box_fixed.active ul {
    opacity: 1;
  }
  .box_fixed.active .box_fixed_action::after {
    -webkit-transform: scaleY(-1) translateX(-50%);
       -moz-transform: scaleY(-1) translateX(-50%);
        -ms-transform: scaleY(-1) translateX(-50%);
            transform: scaleY(-1) translateX(-50%);
  }
  .box_fixed_action {
    height: 4.58937vw;
    background: #fff;
    position: relative;
  }
  .box_fixed_action::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.1401vw;
    height: 1.93237vw;
    margin-top: -0.96618vw;
    background: url(../img/box_fixed_ar.svg) center/100% 100% no-repeat;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .box_fixed_tel {
    position: relative;
    padding: 2.41546vw 0 2.41546vw 21.73913vw;
  }
  .box_fixed_tel::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3.62319vw;
    width: 16.66667vw;
    height: 20.5314vw;
    background: url(../img/handcall.png) center/100% 100% no-repeat;
    display: block;
  }
  .box_fixed_tel a {
    width: 74.87923vw;
    height: 12.80193vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fafdfd;
    border: 2px solid #0C8E29;
    position: relative;
    padding-left: 15.70048vw;
    font-weight: bold;
    font-size: 7.00483vw;
    line-height: 1;
    text-align: left;
    color: #00463a;
    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;
  }
  .box_fixed_tel a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.58937vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.42029vw;
    height: 8.45411vw;
    background: url(../img/ic_tel4.svg) center/100% 100% no-repeat;
    display: block;
  }
  .box_fixed_tel a small {
    font-weight: bold;
    font-size: 2.89855vw;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: left;
    display: block;
    color: #00463a;
  }
  .box_fixed ul {
    display: -ms-grid;
    display: grid;
    padding: 0 3.62319vw 2.41546vw;
    gap: 1.93237vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    opacity: 0;
  }
  .box_fixed ul li a {
    width: 45.41063vw;
    height: 22.22222vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 2px solid #0C8E29;
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.25;
    text-align: center;
    color: #00463a;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .box_fixed ul li a::before {
    content: "";
    width: 9.17874vw;
    height: 9.17874vw;
    display: block;
    background-image: url(../img/ic_line.svg);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    -moz-border-radius: 50%;
         border-radius: 50%;
    margin-bottom: 1.20773vw;
  }
  .box_fixed ul li a.st2 {
    border-color: #ec5a77;
    color: #ec5a77;
  }
  .box_fixed ul li a.st2::before {
    background-image: url(../img/ic_mail4.svg);
  }
  .p_top .mv_top {
    background: #0C8E29;
    padding: 1.93237vw;
    text-align: center;
  }
  .p_top .mv_top .countDownWrap {
    font-weight: bold;
    font-size: 3.86473vw;
    color: #fff;
  }
  .p_top .mv_top .countDownWrap p {
    display: inline-block;
  }
  .p_top .mv_top .countDownWrap .txt02 {
    font-size: 4.34783vw;
    color: #FFFA76;
  }
  .p_top .mv_top .countDownWrap .txt01 {
    color: #F8C948;
    font-size: 4.83092vw;
  }
  .p_top .mv_main {
    padding: 0;
  }
  .p_top .ttl {
    text-align: center;
    margin-bottom: 6.28019vw;
  }
  .p_top .ttl small {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 3.86473vw;
    letter-spacing: 0.2em;
    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;
    color: #0C8E29;
    background-image: url(../img/ttl_bg.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    width: 63.28502vw;
    height: 12.56039vw;
    margin-bottom: 2.41546vw;
  }
  .p_top .ttl > span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 7.24638vw;
    line-height: 1.23333;
    text-align: center;
    color: #00463a;
    display: block;
  }
  .p_top .ttl.st2 small {
    color: #fff;
    background-image: url(../img/ttl_bg2.png);
  }
  .p_top .ttl.st2 span {
    color: #fff;
  }
  .p_top .business {
    background: url(../img/business_bg.png) repeat;
    padding: 8.45411vw 0;
    text-align: center;
  }
  .p_top .business 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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 6.76329vw -1.44928vw 0;
  }
  .p_top .business ul li {
    width: 28.74396vw;
    height: 28.74396vw;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 1.44928vw 2.89855vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .business ul li:nth-of-type(1) figure, .p_top .business ul li:nth-of-type(1) picture {
    margin-bottom: 3.62319vw;
  }
  .p_top .business ul li:nth-of-type(1) figure img, .p_top .business ul li:nth-of-type(1) picture img {
    width: 8.9372vw;
  }
  .p_top .business ul li:nth-of-type(2) figure, .p_top .business ul li:nth-of-type(2) picture {
    margin-bottom: 3.1401vw;
  }
  .p_top .business ul li:nth-of-type(2) figure img, .p_top .business ul li:nth-of-type(2) picture img {
    width: 11.61353vw;
  }
  .p_top .business ul li:nth-of-type(3) figure, .p_top .business ul li:nth-of-type(3) picture {
    margin-bottom: 3.69565vw;
  }
  .p_top .business ul li:nth-of-type(3) figure img, .p_top .business ul li:nth-of-type(3) picture img {
    width: 11.5942vw;
  }
  .p_top .business ul li:nth-of-type(4) figure, .p_top .business ul li:nth-of-type(4) picture {
    margin-bottom: 3.1401vw;
  }
  .p_top .business ul li:nth-of-type(4) figure img, .p_top .business ul li:nth-of-type(4) picture img {
    width: 12.74396vw;
  }
  .p_top .business ul li:nth-of-type(5) figure, .p_top .business ul li:nth-of-type(5) picture {
    margin-bottom: 4.42029vw;
  }
  .p_top .business ul li:nth-of-type(5) figure img, .p_top .business ul li:nth-of-type(5) picture img {
    width: 12.8285vw;
  }
  .p_top .business ul li p {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1;
    text-align: center;
    color: #00463a;
  }
  .p_top .business .box {
    background: #fff;
    border: 2px solid #ec5a77;
    position: relative;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    padding: 3.38164vw 0 3.86473vw;
    margin-top: 5.07246vw;
  }
  .p_top .business .box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -4.83092vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5.7971vw;
    height: 4.83092vw;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .business .box p {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.18182;
    text-align: center;
    color: #00463a;
  }
  .p_top .business .box p span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 5.55556vw;
    line-height: 1.21875;
    text-align: center;
    color: #ec5a77;
  }
  .p_top .promise {
    padding: 2.89855vw 0 0vw;
  }
  .p_top .promise h2 {
    text-align: center;
    margin-bottom: 2.41546vw;
  }
  .p_top .promise h2 span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 6.28019vw;
    line-height: 1.23077;
    text-align: center;
    color: #0C8E29;
    position: relative;
    padding: 0 2.41546vw 0 0;
    display: inline-block;
  }
  .p_top .promise h2 span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-15deg) translateY(-50%);
       -moz-transform: rotate(-15deg) translateY(-50%);
        -ms-transform: rotate(-15deg) translateY(-50%);
            transform: rotate(-15deg) translateY(-50%);
    width: 0.48309vw;
    height: 100%;
    background: #0C8E29;
    display: block;
  }
  .p_top .promise h2 span::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(15deg) translateY(-50%);
       -moz-transform: rotate(15deg) translateY(-50%);
        -ms-transform: rotate(15deg) translateY(-50%);
            transform: rotate(15deg) translateY(-50%);
    width: 0.48309vw;
    height: 100%;
    background: #0C8E29;
    display: block;
  }
  .p_top .promise ul {
    display: -ms-grid;
    display: grid;
    gap: 2.89855vw 4.83092vw;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top .promise ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #e4f5f2;
    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;
    padding: 0 2.41546vw;
    height: 32.6087vw;
  }
  .p_top .promise ul li figure, .p_top .promise ul li picture {
    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 .promise ul li p {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: center;
    color: #00463a;
  }
  .p_top .promise ul li:nth-of-type(1) figure, .p_top .promise ul li:nth-of-type(1) picture {
width: 18.03865vw;
    margin: 2.599029999999999vw 0 2.92271vw;
  }
  .p_top .promise ul li:nth-of-type(2) figure, .p_top .promise ul li:nth-of-type(2) picture {
width: 18.840580000000003vw;
    margin: 7.54106vw 0 2.92271vw;
  }
  .p_top .promise ul li:nth-of-type(3) figure, .p_top .promise ul li:nth-of-type(3) picture {
    width: 11.33092vw;
    margin: 4.54106vw 0 2.92271vw;
  }
  .p_top .promise ul li:nth-of-type(4) figure, .p_top .promise ul li:nth-of-type(4) picture {
 width: 13.72222vw;
    margin: 6.88889vw 0 2.68116vw;
  }
  .p_top .promise ul li:nth-of-type(5) figure, .p_top .promise ul li:nth-of-type(5) picture {
    width: 10.38647vw;
    margin: 3.86473vw 0 5.07246vw;
  }
  .p_top .promise ul li:nth-of-type(6) figure, .p_top .promise ul li:nth-of-type(6) picture {
width: 16.18357vw;
    margin: 7.44928vw 0 2.17391vw;
  }
  .p_top .promise ul li:nth-of-type(7) figure, .p_top .promise ul li:nth-of-type(7) picture {
width: 13.95169vw;
    margin: 4.84058vw 0 4.83092vw;
  }
  .p_top .promise ul li:nth-of-type(8) figure, .p_top .promise ul li:nth-of-type(8) picture {
    width: 16.18357vw;
    margin: 1.44928vw 0 2.17391vw;
  }
  .p_top .promise ul li:nth-of-type(9) figure, .p_top .promise ul li:nth-of-type(9) picture {
    width: 14.21014vw;
    margin: 4.92754vw 0 2.97101vw;
  }
  .p_top .slogan {
    position: relative;
    text-align: center;
  }
  .p_top .slogan .row {
    padding: 0;
  }
  .p_top .contact {
    background: url(../img/contact_bg_sp.png) center top 14.49275vw no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    padding: 22.94686vw 0 4.83092vw;
  }
  .p_top .contact .form {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    padding: 14.00966vw 6.03865vw 5.07246vw;
    margin: 0 auto;
    position: relative;
  }
  .p_top .contact .form h2 {
    position: absolute;
    top: -19.32367vw;
    left: 0vw;
    width: 76.81159vw;
  }
  .p_top .contact .form dl + dl {
    margin-top: 4.83092vw;
  }
  .p_top .contact .form dl dt {
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #2a2a2a;
    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: 1.93237vw;
  }
  .p_top .contact .form dl dt span {
    font-family: 'Meiryo';
    font-weight: normal;
    font-size: 3.38164vw;
    text-align: left;
    color: #fff;
    width: 13.52657vw;
    height: 5.07246vw;
    -moz-border-radius: 2.53623vw;
         border-radius: 2.53623vw;
    background: #e35667;
    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 .contact .form dl dd input {
    padding: 0 3.86473vw;
    outline: none;
    font-size: 3.86473vw;
    width: 100%;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -moz-border-radius: 0;
         border-radius: 0;
    height: 9.90338vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #f2f2f2;
    border: 1px solid #dedede;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #9d9d9d;
    opacity: 1;
  }
  .p_top .contact .form .checkboxWr {
    margin-top: 6.03865vw;
  }
  .p_top .contact .form .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 2.28571;
    text-align: left;
    color: #000;
  }
  .p_top .contact .form .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .form .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.52174vw;
  }
  .p_top .contact .form .checkboxWr label span a {
    color: #0093FF;
  }
  .p_top .contact .form .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.83092vw;
    height: 4.83092vw;
    background: #f4f4f4;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p_top .contact .form .checkboxWr label span::after {
    left: 1.69082vw;
    top: 2.41546vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .form .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact .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;
    width: 68.11594vw;
    height: 15.21739vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #03836d;
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: center;
    color: #fff;
    -moz-box-shadow: 0 0.72464vw 0vw 0vw #005849;
         box-shadow: 0 0.72464vw 0vw 0vw #005849;
    background: -webkit-gradient(linear, left top, left bottom, from(#099079), color-stop(50%, #099079), color-stop(50%, #03836d), to(#03836d));
    background: -webkit-linear-gradient(top, #099079 0%, #099079 50%, #03836d 50%, #03836d 100%);
    background: -moz- oldlinear-gradient(top, #099079 0%, #099079 50%, #03836d 50%, #03836d 100%);
    background: linear-gradient(to bottom, #099079 0%, #099079 50%, #03836d 50%, #03836d 100%);
    position: relative;
    margin: 4.58937vw auto 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .p_top .contact .form button:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translate(0.72464vw, 0.72464vw);
       -moz-transform: translate(0.72464vw, 0.72464vw);
        -ms-transform: translate(0.72464vw, 0.72464vw);
            transform: translate(0.72464vw, 0.72464vw);
  }
  .p_top .contact .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;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .response {
    padding: 9.17874vw 0 11.5942vw;
    position: relative;
  }
  .p_top .response .row {
    max-width: 154.58937vw;
  }
  .p_top .response_main {
    position: relative;
  }
  .p_top .response_main::after {
    content: "";
    position: absolute;
    top: -7.24638vw;
    right: 0;
    width: 31.88406vw;
    height: 68.59903vw;
    background: url(../img/response_bg_sp.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .response h2 {
    margin-bottom: 8.45411vw;
  }
  .p_top .response h2 > span {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 5.31401vw;
    line-height: 1.81818;
    text-align: left;
    color: #000;
    padding-bottom: 0.72464vw;
    border-bottom: 1px solid #0C8E29;
  }
  .p_top .response h2 > span .txt01 {
    color: #1DA891;
  }
  .p_top .response h2 > span .txt02 {
    color: #EC5A77;
  }
  .p_top .response h2 > span .txt03 {
    color: #E8AE0D;
  }
  .p_top .response .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .response .df .txt {
    width: 100%;
  }
  .p_top .response .df .txt p {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
  }
  .p_top .response .df .txt p span {
    color: #EC5A77;
    border-bottom: 1px solid #EC5A77;
  }
  .p_top .response .df figure, .p_top .response .df picture {
    width: 40.57971vw;
    height: 40.57971vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 9.66184vw;
    position: absolute;
top: -10.830919999999999vw;
    right: -11.41546vw;
  }
  .p_top .response .df figure img, .p_top .response .df picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .solution {
    background: #00463a;
    padding: 7.72947vw 0;
  }
  .p_top .solution ul {
    display: -ms-grid;
    display: grid;
    gap: 4.34783vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .solution ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    overflow: hidden;
  }
  .p_top .solution ul li figure, .p_top .solution ul li picture {
    height: 30.19324vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
  }
  .p_top .solution ul li figure img, .p_top .solution ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .solution ul li p {
    font-family: "A-OTF Maru Folk Pro";
    font-size: 7.24638vw;
    line-height: 1.43333;
    text-align: center;
    color: #ec5a77;
    padding: 2.41546vw;
  }
  .p_top .solution ul li p small {
    font-family: "A-OTF Maru Folk Pro";
    font-size: 4.34783vw;
    line-height: 1.27778;
    text-align: center;
    color: #3e3e3e;
    display: block;
  }
  .p_top .reason {
    overflow: hidden;
    padding: 12.07729vw 0 16.90821vw;
    position: relative;
  }
  .p_top .reason::after {
    content: "";
    position: absolute;
    left: -15.70048vw;
    top: 0;
    width: 143.96135vw;
    height: 370.77295vw;
    background: url(../img/reason_bg_sp.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .reason .ttl span {
    font-size: 6.76329vw;
    line-height: 1.42857;
  }
  .p_top .reason .ttl span .txt01 {
    color: #1DA891;
    font-size: 8.45411vw;
    line-height: 1;
  }
  .p_top .reason ul {
    margin-top: 10.86957vw;
  }
  .p_top .reason ul li + li {
    margin-top: 10.86957vw;
  }
  .p_top .reason ul li h3 {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.29167;
    text-align: left;
    color: #00463a;
    margin-bottom: 3.62319vw;
    padding-left: 20.77295vw;
    min-height: 14.97585vw;
    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 .reason ul li figure, .p_top .reason ul li picture {
    position: relative;
  }
  .p_top .reason ul li figure figcaption, .p_top .reason ul li picture figcaption {
    position: absolute;
    left: 0;
    top: -20.04831vw;
    width: 18.35749vw;
    height: 18.35749vw;
    background-image: url(../img/reason_ic1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.2;
    text-align: center;
    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;
    -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 .reason ul li figure figcaption.ic2, .p_top .reason ul li picture figcaption.ic2 {
    background-image: url(../img/reason_ic2.png);
  }
  .p_top .reason ul li figure figcaption.ic3, .p_top .reason ul li picture figcaption.ic3 {
    background-image: url(../img/reason_ic3.png);
  }
  .p_top .reason ul li figure figcaption i, .p_top .reason ul li picture figcaption i {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 6.52174vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    font-style: normal;
  }
  .p_top .reason ul li figure img, .p_top .reason ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .reason ul li .txt {
    background: rgba(255, 255, 255, 0.83);
    -moz-box-shadow: 0vw 0.72464vw 2.89855vw rgba(0, 0, 0, 0.08);
         box-shadow: 0vw 0.72464vw 2.89855vw rgba(0, 0, 0, 0.08);
    padding: 6.76329vw 5.55556vw;
    position: relative;
    z-index: 1;
    width: 85.50725vw;
    margin: -4.34783vw auto 0;
  }
  .p_top .reason ul li .txt p {
    font-family: 'Meiryo';
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 2;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .reason ul li .txt p span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5.7971vw, #f9e16f), color-stop(5.7971vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #f9e16f 5.7971vw, transparent 5.7971vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #f9e16f 5.7971vw, transparent 5.7971vw, transparent 100%);
    background: linear-gradient(to top, #f9e16f 5.7971vw, transparent 5.7971vw, transparent 100%);
  }
  .p_top .cta {
    background: url(../img/cta_bg_sp.jpg) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    padding: 9.42029vw 0 11.11111vw;
  }
  .p_top .cta::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(3, 116, 97, 0.85);
    display: block;
  }
  .p_top .cta .row {
    position: relative;
    z-index: 2;
    max-width: 193.23671vw;
  }
  .p_top .cta h2 {
    font-weight: bold;
    font-size: 7.24638vw;
    letter-spacing: 0.1em;
    line-height: 1.3;
    text-align: center;
    color: #fff;
    margin-bottom: 3.1401vw;
  }
  .p_top .cta h2 span {
    display: block;
    line-height: 1;
  }
  .p_top .cta h2 span img {
    width: 73.42995vw;
  }
  .p_top .cta h2 small {
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    line-height: 1.77778;
    text-align: center;
    color: #fff;
    padding: 0 2.41546vw;
    display: inline-block;
    position: relative;
  }
  .p_top .cta h2 small::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-25deg) translateY(-50%);
       -moz-transform: rotate(-25deg) translateY(-50%);
        -ms-transform: rotate(-25deg) translateY(-50%);
            transform: rotate(-25deg) translateY(-50%);
    width: 0.24155vw;
    height: 100%;
    background: #fff;
    display: block;
  }
  .p_top .cta h2 small::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(25deg) translateY(-50%);
       -moz-transform: rotate(25deg) translateY(-50%);
        -ms-transform: rotate(25deg) translateY(-50%);
            transform: rotate(25deg) translateY(-50%);
    width: 0.24155vw;
    height: 100%;
    background: #fff;
    display: block;
  }
  .p_top .cta .cta_box {
    background: url(../img/cta_box_bg_sp.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    padding: 6.03865vw 4.83092vw 7.24638vw;
  }
  .p_top .cta .cta_box_top {
    margin-bottom: 3.38164vw;
  }
  .p_top .cta .cta_box_top a {
    font-weight: bold;
    font-size: 7.00483vw;
    line-height: 1;
    text-align: left;
    position: relative;
    display: block;
    padding-left: 17.63285vw;
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    width: 83.33333vw;
    height: 17.8744vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    font-weight: bold;
    font-size: 7.00483vw;
    letter-spacing: 0.1em;
    color: #fff;
    -moz-box-shadow: 0 0.72464vw 0vw 0vw #CE9E19;
         box-shadow: 0 0.72464vw 0vw 0vw #CE9E19;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8C948), color-stop(50%, #F8C948), color-stop(50%, #EDBE3B), to(#EDBE3B));
    background: -webkit-linear-gradient(top, #F8C948 0%, #F8C948 50%, #EDBE3B 50%, #EDBE3B 100%);
    background: -moz- oldlinear-gradient(top, #F8C948 0%, #F8C948 50%, #EDBE3B 50%, #EDBE3B 100%);
    background: linear-gradient(to bottom, #F8C948 0%, #F8C948 50%, #EDBE3B 50%, #EDBE3B 100%);
    position: relative;
    padding-left: 15.94203vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    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;
    position: relative;
  }
  .p_top .cta .cta_box_top a:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translate(0.72464vw, 0.72464vw);
       -moz-transform: translate(0.72464vw, 0.72464vw);
        -ms-transform: translate(0.72464vw, 0.72464vw);
            transform: translate(0.72464vw, 0.72464vw);
  }
  .p_top .cta .cta_box_top a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.63768vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.17874vw;
    height: 9.17874vw;
    background: url(../img/ic_tel3.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_box_top a span {
    font-weight: bold;
    font-size: 2.89855vw;
    letter-spacing: 0.1em;
    line-height: 4.10628vw;
    display: block;
  }
  .p_top .cta .cta_box_top a small {
    font-weight: bold;
    font-size: 2.17391vw;
    letter-spacing: 0.1em;
    line-height: 3.1401vw;
    display: block;
  }
  .p_top .cta .cta_box_top ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3.1401vw;
  }
  .p_top .cta .cta_box_top ul li {
    min-width: 26.57005vw;
    min-height: 10.38647vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#068973), to(#005c4d));
    background: -webkit-linear-gradient(#068973 0%, #005c4d 100%);
    background: -moz- oldlinear-gradient(#068973 0%, #005c4d 100%);
    background: linear-gradient(#068973 0%, #005c4d 100%);
    font-weight: bold;
    font-size: 3.86473vw;
    letter-spacing: 0.1em;
    text-align: center;
    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;
  }
  .p_top .cta .cta_box_top ul li:not(:last-child) {
    margin-right: 1.93237vw;
  }
  .p_top .cta .cta_box_bot .btn_mail {
    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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 17.8744vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #fff;
    -moz-box-shadow: 0 0.72464vw 0vw 0vw #a81e39;
         box-shadow: 0 0.72464vw 0vw 0vw #a81e39;
    background: -webkit-gradient(linear, left top, left bottom, from(#ec5a77), color-stop(50%, #ec5a77), color-stop(50%, #dd4a67), to(#dd4a67));
    background: -webkit-linear-gradient(top, #ec5a77 0%, #ec5a77 50%, #dd4a67 50%, #dd4a67 100%);
    background: -moz- oldlinear-gradient(top, #ec5a77 0%, #ec5a77 50%, #dd4a67 50%, #dd4a67 100%);
    background: linear-gradient(to bottom, #ec5a77 0%, #ec5a77 50%, #dd4a67 50%, #dd4a67 100%);
    position: relative;
    padding-left: 15.94203vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 3.38164vw;
    position: relative;
  }
  .p_top .cta .cta_box_bot .btn_mail:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translate(0.72464vw, 0.72464vw);
       -moz-transform: translate(0.72464vw, 0.72464vw);
        -ms-transform: translate(0.72464vw, 0.72464vw);
            transform: translate(0.72464vw, 0.72464vw);
  }
  .p_top .cta .cta_box_bot .btn_mail::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.34783vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.17874vw;
    height: 9.17874vw;
    background: url(../img/ic_mail02.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .cta .cta_box_bot .btn_line {
    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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 17.8744vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    font-weight: bold;
    font-size: 5.7971vw;
    letter-spacing: 0.1em;
    color: #fff;
    -moz-box-shadow: 0 0.72464vw 0vw 0vw #006930;
         box-shadow: 0 0.72464vw 0vw 0vw #006930;
    background: -webkit-gradient(linear, left top, left bottom, from(#009846), color-stop(50%, #009846), color-stop(50%, #018940), to(#018940));
    background: -webkit-linear-gradient(top, #009846 0%, #009846 50%, #018940 50%, #018940 100%);
    background: -moz- oldlinear-gradient(top, #009846 0%, #009846 50%, #018940 50%, #018940 100%);
    background: linear-gradient(to bottom, #009846 0%, #009846 50%, #018940 50%, #018940 100%);
    position: relative;
    padding-left: 15.94203vw;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
  }
  .p_top .cta .cta_box_bot .btn_line:hover {
    opacity: 1;
    -moz-box-shadow: none;
         box-shadow: none;
    -webkit-transform: translate(0.72464vw, 0.72464vw);
       -moz-transform: translate(0.72464vw, 0.72464vw);
        -ms-transform: translate(0.72464vw, 0.72464vw);
            transform: translate(0.72464vw, 0.72464vw);
  }
  .p_top .cta .cta_box_bot .btn_line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4.34783vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 9.17874vw;
    height: 9.17874vw;
    background: url(../img/ic_line02.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .organizing {
    overflow: hidden;
    padding: 14.7343vw 0 15.45894vw;
    background: #f6f5ee url(../img/organizing_bg_sp.png) center top no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .p_top .organizing .organizing_list {
    margin-top: 16.90821vw;
  }
  .p_top .organizing .organizing_list > li {
    padding: 0 6.03865vw 6.76329vw;
    -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 .organizing_list > li + li {
    margin-top: 11.5942vw;
  }
  .p_top .organizing .organizing_list > li .b_l figure img, .p_top .organizing .organizing_list > li .b_l picture img {
    margin-top: -8.45411vw;
  }
  .p_top .organizing .organizing_list > li .b_l p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.71429;
    text-align: left;
    color: #2a2a2a;
    margin-top: 1.69082vw;
  }
  .p_top .organizing .organizing_list > li .b_l p span {
    color: #EC5A77;
  }
  .p_top .organizing .organizing_list > li .b_r {
    margin-top: 5.07246vw;
  }
  .p_top .organizing .organizing_list > li .b_r dl {
    -moz-border-radius: 3.62319vw;
         border-radius: 3.62319vw;
    background: #fff;
    border: 0.72464vw solid #00463a;
    overflow: hidden;
  }
  .p_top .organizing .organizing_list > li .b_r dl dt {
    font-weight: bold;
    font-size: 3.62319vw;
    line-height: 1.33333;
    text-align: center;
    color: #fff;
    background-color: #00463a;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding: 1.93237vw;
  }
  .p_top .organizing .organizing_list > li .b_r dl dt br {
    display: none;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd {
    padding: 5.55556vw 4.83092vw;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li {
    position: relative;
    padding-left: 7.24638vw;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.25;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li + li {
    margin-top: 1.20773vw;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li > span {
    display: block;
    border-bottom: 1px dashed #c7d9d6;
    padding: 0.72464vw 0;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li .c2 {
    color: #1DA891;
  }
  .p_top .organizing .organizing_list > li .b_r dl dd ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.34783vw;
    height: 4.34783vw;
    background: url(../img/ic_check.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area {
    padding: 9.17874vw 0 16.90821vw;
    background: #00463a;
    position: relative;
  }
  .p_top .area::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58.21256vw;
    background: url(../img/area_bg1_sp.png) top center no-repeat;
    display: block;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .area .row {
    position: relative;
    z-index: 2;
    max-width: 193.23671vw;
  }
  .p_top .area_main {
    -moz-border-radius: 4.83092vw 0vw;
         border-radius: 4.83092vw 0vw;
    background: #fff;
    padding: 6.03865vw 3.62319vw 7.72947vw;
    margin-top: 13.04348vw;
    position: relative;
    z-index: 3;
  }
  .p_top .area_main::before {
    content: "";
    position: absolute;
    top: -7.24638vw;
    left: 3.62319vw;
    width: 184.29952vw;
    height: 7.24638vw;
    background: url(../img/area_bg2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area_main .area_t_l {
    text-align: center;
    margin-bottom: 4.83092vw;
  }
  .p_top .area_main .area_t_l 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;
    margin-bottom: 2.657vw;
    padding: 0 7.24638vw;
  }
  .p_top .area_main .area_t_l ul li {
    height: 7.72947vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #0C8E29;
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.5;
    white-space: nowrap;
    text-align: center;
    color: #fff;
    margin: 0.72464vw;
    padding: 0.72464vw 2.657vw 0;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .area_main .area_t_l .txt01 {
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.625;
    text-align: center;
    color: #00463a;
    margin-bottom: 2.89855vw;
  }
  .p_top .area_main .area_t_l .txt02 {
    font-weight: bold;
    font-size: 5.31401vw;
    line-height: 1.45455;
    text-align: center;
    color: #00463a;
    padding: 0 2.41546vw;
    display: inline-block;
    position: relative;
  }
  .p_top .area_main .area_t_l .txt02::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: rotate(-25deg) translateY(-50%);
       -moz-transform: rotate(-25deg) translateY(-50%);
        -ms-transform: rotate(-25deg) translateY(-50%);
            transform: rotate(-25deg) translateY(-50%);
    width: 0.72464vw;
    height: 100%;
    background: #00463a;
    display: block;
  }
  .p_top .area_main .area_t_l .txt02::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: rotate(25deg) translateY(-50%);
       -moz-transform: rotate(25deg) translateY(-50%);
        -ms-transform: rotate(25deg) translateY(-50%);
            transform: rotate(25deg) translateY(-50%);
    width: 0.72464vw;
    height: 100%;
    background: #00463a;
    display: block;
  }
  .p_top .area_main .area_t_l .txt02 span {
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 8.45411vw;
    line-height: 1;
    text-align: center;
    color: #ec5a77;
    display: inline-block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(2.41546vw, #fff500), color-stop(2.41546vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #fff500 2.41546vw, transparent 2.41546vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fff500 2.41546vw, transparent 2.41546vw, transparent 100%);
    background: linear-gradient(to top, #fff500 2.41546vw, transparent 2.41546vw, transparent 100%);
  }
  .p_top .area_main .area_t_r {
    width: 68.35749vw;
    margin-left: auto;
  }
  .p_top .area_main .area_b {
    margin-top: 4.34783vw;
  }
  .p_top .area_main .area_b dl {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 1px solid #1da891;
    overflow: hidden;
  }
  .p_top .area_main .area_b dl + dl {
    margin-top: 2.17391vw;
  }
  .p_top .area_main .area_b dl dt {
    -moz-border-radius: 2.41546vw 2.41546vw 0vw 0vw;
         border-radius: 2.41546vw 2.41546vw 0vw 0vw;
    background: #1ea891;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #fff;
    position: relative;
    padding: 2.41546vw 9.66184vw 2.41546vw 4.83092vw;
    cursor: pointer;
  }
  .p_top .area_main .area_b dl dt.is_active::after {
    -webkit-transform: rotate(0);
       -moz-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
  .p_top .area_main .area_b dl dt::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.38164vw;
    margin-top: -0.96618vw;
    width: 3.1401vw;
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    height: 1.93237vw;
    background: url(../img/ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .area_main .area_b 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_main .area_b dl .accordion_ctn {
    padding: 2.41546vw 4.83092vw;
  }
  .p_top .area_main .area_b dl .accordion_ctn p {
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .price {
    padding: 9.66184vw 0;
  }
  .p_top .price .ttl {
    margin-bottom: 13.28502vw;
  }
  .p_top .price .price_head {
    margin-bottom: 11.11111vw;
  }
  .p_top .price .price_head ul li:nth-of-type(1) {
    margin-bottom: 2.41546vw;
  }
  .p_top .price .price_head ul li a {
    width: 92.75362vw;
    height: 15.94203vw;
    -moz-border-radius: 1.93237vw;
         border-radius: 1.93237vw;
    background: #0C8E29;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.25;
    text-align: center;
    color: #fff;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .price .price_head ul li a.st2 {
    background-color: #00463a;
  }
  .p_top .price .price_head 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: 0;
    height: 0;
    border-left: 1.93237vw solid transparent;
    border-right: 1.93237vw solid transparent;
    border-top: 3.38164vw solid #fff;
  }
  .p_top .price .price_tt {
    text-align: center;
    font-weight: bold;
    font-size: 6.76329vw;
    line-height: 1.25;
    text-align: center;
    color: #00463a;
    padding-bottom: 3.62319vw;
    margin-bottom: 4.83092vw;
    position: relative;
  }
  .p_top .price .price_tt span {
    color: #EC5A77;
  }
  .p_top .price .price_tt::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.49275vw;
    height: 0.72464vw;
    background: #001952;
    display: block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .p_top .price .price_blokc01 .ctTop {
    position: relative;
  }
  .p_top .price .price_blokc01 .ctTop ul {
    display: -ms-grid;
    display: grid;
    gap: 1.93237vw;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    margin-bottom: 2.657vw;
  }
  .p_top .price .price_blokc01 .ctTop ul li {
    min-height: 12.80193vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #0C8E29;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: left;
    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;
  }
  .p_top .price .price_blokc01 .ctTop p {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 5.31401vw;
    line-height: 1.27273;
    text-align: center;
    color: #00463a;
    position: absolute;
    right: 4.83092vw;
    bottom: 0;
  }
  .p_top .price .price_blokc01 .ctMid {
    margin: 7.24638vw 0 14.49275vw;
  }
  .p_top .price .price_blokc01 .ctMid ul {
    display: -ms-grid;
    display: grid;
    gap: 3.38164vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .price .price_blokc01 .ctMid ul li {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    -moz-box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
         box-shadow: 0vw 0.72464vw 1.44928vw rgba(0, 0, 0, 0.16);
    padding: 3.86473vw 1.69082vw;
  }
  .p_top .price .price_blokc01 .ctMid ul li h4 {
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #e5b530;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: center;
    color: #fff;
    margin-bottom: 1.20773vw;
    padding: 1.69082vw;
  }
  .p_top .price .price_blokc01 .ctMid ul li h4.bg2 {
    background: #1da891;
  }
  .p_top .price .price_blokc01 .ctMid ul li h4.bg3 {
    background: #1da84d;
  }
  .p_top .price .price_blokc01 .ctMid ul li h4.bg4 {
    background: #00463a;
  }
  .p_top .price .price_blokc01 .ctMid ul li .txt01 {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.42857;
    text-align: left;
    color: #2a2a2a;
    min-height: 14.49275vw;
  }
  .p_top .price .price_blokc01 .ctMid ul li .text_price {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 8.45411vw;
    text-align: right;
    color: #f06801;
  }
  .p_top .price .price_blokc01 .ctMid ul li .text_price ruby {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 3.38164vw;
    text-align: left;
    color: #00463a;
  }
  .p_top .price .price_blokc01 .ctMid ul li .text_price ruby rt {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 2.41546vw;
    text-align: left;
    color: #00463a;
  }
  .p_top .price .price_blokc01 .ctMid ul li .txt02 {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 9.90338vw;
    text-align: center;
    line-height: 1;
    color: #f06801;
  }
  .p_top .price .price_blokc01 .ctBot {
    background: #00463a;
    padding: 1.93237vw 2.41546vw 2.89855vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner {
    background-color: #fff;
    padding: 7.24638vw 3.38164vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner h4 {
    font-family: 'Kaisei Opti', serif;
    font-weight: bold;
    font-size: 8.45411vw;
    text-align: center;
    color: #00463a;
    margin-bottom: 6.28019vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl + dl {
    margin-top: 7.24638vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dt {
    font-weight: bold;
    font-size: 6.03865vw;
    text-align: left;
    color: #00463a;
    border-bottom: 1px solid #69d1c0;
    margin-bottom: 5.07246vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd {
    padding-left: 3.62319vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 2.41546vw 0 1.20773vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p.st2 {
    display: block;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p.st2 .txt02 {
    text-align: right;
    display: block;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt01 {
    font-weight: bold;
    font-size: 4.34783vw;
    text-align: left;
    color: #00463a;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt02 {
    font-family: 'Meiryo';
    font-weight: bold;
    font-size: 5.31401vw;
    text-align: left;
    color: #ec5a77;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt02 small {
    font-size: 3.38164vw;
  }
  .p_top .price .price_blokc01 .ctBot .ctBot_inner .dlist dl dd .price-list > div p .txt03 {
    font-weight: normal;
    font-size: 3.38164vw;
    color: #00463a;
    display: block;
    text-align: right;
  }
  .p_top .price .price_blokc02 {
    margin-top: 18.35749vw;
  }
  .p_top .price .price_blokc02 .ctTop {
    margin-top: 7.24638vw;
    margin-bottom: 21.11111vw;
    position: relative;
  }
/*  .p_top .price .price_blokc02 .ctTop::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -16.42512vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 11.5942vw;
    height: 11.5942vw;
    background: url(../img/ic_plus.svg) center/100% 100% no-repeat;
    display: block;
  }*/
  .p_top .price .price_blokc02 .ctTop .dlist dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 3.62319vw 3.62319vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 2px solid #add9d2;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt {
    width: 23.91304vw;
    -moz-border-radius: 2.41546vw 0vw 0vw 2.41546vw;
         border-radius: 2.41546vw 0vw 0vw 2.41546vw;
    background: #6dedd8;
    border-right: 2px solid #add9d2;
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.28571;
    text-align: center;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg2 {
    background: #57dec8;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg3 {
    background: #35c6ae;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg4 {
    background: #1da891;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg5 {
    background: #16917d;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg6 {
    background: #0f7464;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt.bg7 {
    background: #094e43;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dt span {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.29167;
    text-align: center;
    color: #fff;
    display: block;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd {
    padding: 2.41546vw 1.69082vw;
    width: 100%;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd p {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd .txt01 {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.26667;
    text-align: left;
    color: #5d5d5d;
    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 .price .price_blokc02 .ctTop .dlist dl dd .txt01 small {
    font-weight: bold;
    font-size: 2.89855vw;
    line-height: 1.08333;
    text-align: center;
    color: #fff;
    min-width: 17.14976vw;
    min-height: 4.83092vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #0d2e28;
    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 .price .price_blokc02 .ctTop .dlist dl dd .txt02 {
    font-family: 'YuGothic';
    font-weight: bold;
    font-size: 7.48792vw;
    line-height: 1;
    text-align: right;
    color: #ec5a77;
  }
  .p_top .price .price_blokc02 .ctTop .dlist dl dd .txt02 small {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 2.89855vw;
    line-height: 1.25;
    text-align: center;
    color: #2a2a2a;
  }
  .p_top .price .price_blokc02 .ctBot {
    text-align: center;
  }
  .p_top .price .price_blokc02 .ctBot h4 {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#1da891), to(#0e9881));
    background: -webkit-linear-gradient(#1da891 0%, #0e9881 100%);
    background: -moz- oldlinear-gradient(#1da891 0%, #0e9881 100%);
    background: linear-gradient(#1da891 0%, #0e9881 100%);
    text-align: center;
    padding: 3.86473vw;
    margin-bottom: 5.7971vw;
  }
  .p_top .price .price_blokc02 .ctBot h4 span {
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    position: relative;
  }
  .p_top .price .price_blokc02 .ctBot h4 span::before {
    content: "";
    position: absolute;
    top: -1.20773vw;
    left: -3.1401vw;
    width: 4.58937vw;
    height: 3.86473vw;
    background: url(../img/service_tt_ic.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .price .price_blokc02 .ctBot ul {
    text-align: left;
    display: -ms-grid;
    display: grid;
    gap: 4.83092vw 4.34783vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_top .price .price_blokc02 .ctBot ul li {
    background: #fff;
    border: 1px solid #1da891;
    -moz-border-radius: 2.41546vw 0vw;
         border-radius: 2.41546vw 0vw;
  }
  .p_top .price .price_blokc02 .ctBot ul li figure, .p_top .price .price_blokc02 .ctBot ul li picture {
    height: 27.05314vw;
    -moz-border-radius: 2.41546vw 0vw;
         border-radius: 2.41546vw 0vw;
    overflow: hidden;
    margin: -0.24155vw;
  }
  .p_top .price .price_blokc02 .ctBot ul li figure img, .p_top .price .price_blokc02 .ctBot ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .price .price_blokc02 .ctBot ul li .txt {
    padding: 1.93237vw 2.41546vw 4.10628vw;
  }
  .p_top .price .price_blokc02 .ctBot ul li .txt h5 {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.25;
    text-align: left;
    color: #00463a;
    border-bottom: 1px solid #9dc6bf;
    padding-bottom: 2.41546vw;
    margin-bottom: 2.89855vw;
  }
  .p_top .price .price_blokc02 .ctBot ul li .txt p {
    font-weight: normal;
    font-size: 2.89855vw;
    line-height: 1.66667;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .purchase {
    padding: 14.49275vw 0 16.90821vw;
  }
  .p_top .purchase .ttl small {
    background: none;
    height: auto;
    margin-bottom: 0;
    font-size: 5.7971vw;
  }
  .p_top .purchase .ttl small img {
    width: 54.10628vw;
  }
  .p_top .purchase ul {
    display: -ms-grid;
    display: grid;
    gap: 5.07246vw 0;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
  }
  .p_top .purchase ul li {
    text-align: center;
  }
  .p_top .purchase ul li figure, .p_top .purchase ul li picture {
    display: inline-block;
    width: 20.28986vw;
    height: 20.28986vw;
    -moz-border-radius: 50%;
         border-radius: 50%;
    overflow: hidden;
    margin-bottom: 0.72464vw;
  }
  .p_top .purchase ul li figure img, .p_top .purchase ul li picture img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .purchase ul li p {
    white-space: nowrap;
    font-weight: bold;
    font-size: 2.89855vw;
    line-height: 1.3125;
    color: #00463a;
    text-align: center;
  }
  .p_top .happy {
    padding: 12.07729vw 0;
    background: #fffdf7;
  }
  .p_top .happy .row {
    max-width: 210.14493vw;
  }
  .p_top .happy ul li + li {
    margin-top: 12.07729vw;
  }
  .p_top .happy ul li h3 {
    margin: 2.41546vw 0 3.62319vw;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.55;
    text-align: left;
    color: #0C8E29;
    width: 94.92754vw;
    border-bottom: 1px solid #aee0d8;
    padding-bottom: 3.38164vw;
  }
  .p_top .happy ul li h3 span {
    min-width: 21.49758vw;
    padding: 0.96618vw 2.41546vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 1px solid #1da891;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.625;
    text-align: left;
    color: #1da891;
    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;
    white-space: nowrap;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1.20773vw;
  }
  .p_top .happy ul li p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .step {
    background: url(../img/business_bg.png) repeat;
    padding: 14.49275vw 0;
    text-align: center;
  }
  .p_top .step ul {
    margin-top: 10.38647vw;
  }
  .p_top .step ul li {
    padding: 0 6.28019vw 6.28019vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
  }
  .p_top .step ul li:not(:last-child) {
    position: relative;
  }
  .p_top .step ul li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -11.11111vw;
    -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/100% 100% no-repeat;
    display: block;
  }
  .p_top .step ul li + li {
    margin-top: 14.49275vw;
  }
  .p_top .step ul li .txt {
    text-align: left;
  }
  .p_top .step ul li .txt h3 {
    margin-bottom: 2.05314vw;
    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 .step ul li .txt h3 span {
    width: 12.56039vw;
    height: 11.83575vw;
    background: #ec5a77;
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1;
    text-align: center;
    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;
    display: flex;
    justify-content: 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;
  }
  .p_top .step ul li .txt h3 span.bg2 {
    background: #f18b0b;
  }
  .p_top .step ul li .txt h3 span.bg3 {
    background: #f6bd18;
  }
  .p_top .step ul li .txt h3 span i {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 5.55556vw;
    line-height: 1.1;
    text-align: left;
    color: #fff;
  }
  .p_top .step ul li .txt h3 small {
    font-weight: bold;
    font-size: 5.31401vw;
    line-height: 1.5;
    text-align: left;
    color: #00463a;
    display: block;
    margin-left: 2.657vw;
  }
  .p_top .step ul li .txt p {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 4.83092vw;
    text-align: left;
    color: #2a2a2a;
  }
  .p_top .step ul li figure, .p_top .step ul li picture {
    margin-top: 3.62319vw;
  }
  .p_top .step ul li figure img, .p_top .step ul li picture img {
    overflow: hidden;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
  }
  .p_top .faq {
    padding: 14.49275vw 0;
  }
  .p_top .faq .row {
    max-width: 202.89855vw;
  }
  .p_top .faq .dlist dl {
    background: #effffc;
    padding: 5.55556vw 5.07246vw 7.97101vw;
  }
  .p_top .faq .dlist dl + dl {
    margin-top: 2.89855vw;
  }
  .p_top .faq .dlist dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    text-align: left;
    color: #00463a;
    position: relative;
    border-bottom: 1px dashed #afded7;
    padding: 6.28019vw 0 6.28019vw 12.56039vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .faq .dlist 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%);
    display: block;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1;
    text-align: center;
    color: #fff;
    width: 9.17874vw;
    height: 9.17874vw;
    background: #0C8E29;
    -moz-border-radius: 50%;
         border-radius: 50%;
    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 .dlist dl dd {
    font-size: 3.38164vw;
    line-height: 5.31401vw;
  }
  .p_top .contact_form {
    padding: 6.03865vw 3.62319vw 0vw;
  }
  .p_top .contact_form_inner {
    background: #effffc;
    padding: 7.24638vw 3.62319vw;
  }
  .p_top .contact_form_inner h2 {
    font-weight: bold;
    font-size: 6.76329vw;
    line-height: 1.35714;
    text-align: center;
    color: #00463a;
    margin-bottom: 6.76329vw;
  }
  .p_top .contact_form_main {
    max-width: 100%;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    margin: 0 auto;
    padding: 7.24638vw 3.62319vw 12.07729vw;
  }
  .p_top .contact_form_main .f_text {
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #000;
    margin-bottom: 7.24638vw;
  }
  .p_top .contact_form_main .checkboxWr label {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 2.28571;
    text-align: left;
    color: #000;
  }
  .p_top .contact_form_main .checkboxWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact_form_main .checkboxWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 6.52174vw;
  }
  .p_top .contact_form_main .checkboxWr label span a {
    color: #0093FF;
  }
  .p_top .contact_form_main .checkboxWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 4.83092vw;
    height: 4.83092vw;
    background: #f4f4f4;
    -moz-border-radius: 0;
         border-radius: 0;
  }
  .p_top .contact_form_main .checkboxWr label span::after {
    left: 1.69082vw;
    top: 2.41546vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact_form_main .checkboxWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact_form_main 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;
    background: url(../img/btn_bg.png) 0 0 no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    font-weight: bold;
    font-size: 4.83092vw;
    color: #fff;
    position: relative;
    width: 67.63285vw;
    height: 15.94203vw;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    margin: 9.90338vw auto 0;
  }
  .p_top .contact_form_main button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7.24638vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 1.69082vw solid transparent;
    border-bottom: 1.69082vw solid transparent;
    border-left: 2.89855vw solid #fff;
  }
  .p_top .contact_form_main .dlist dl {
    padding: 3.62319vw 0;
    border-top: 1px solid #d1d1d1;
  }
  .p_top .contact_form_main .dlist dl dt {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 4.34783vw;
    line-height: 1.77778;
    text-align: left;
    color: #000;
    margin-bottom: 4.83092vw;
  }
  .p_top .contact_form_main .dlist dl dt span {
    width: 8.69565vw;
    height: 5.55556vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #ffe200;
    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: 3.1401vw;
    line-height: 1.76923;
    text-align: left;
    color: #000;
  }
  .p_top .contact_form_main .dlist dl dd {
    width: 100%;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field {
    margin-left: 0;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd + .rd, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field + .rd {
    margin-top: 2.89855vw;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd label, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field label {
    display: block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    line-height: 5.7971vw;
    font-weight: normal;
    font-size: 3.86473vw;
    text-align: left;
    color: #000;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd label input, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd span, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 7.72947vw;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd span::before, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field span::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    -moz-border-radius: 50%;
         border-radius: 50%;
    width: 5.7971vw;
    height: 5.7971vw;
    background: #fff;
    border: 1px solid #cbcbcb;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd span::after, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field span::after {
    top: 1.20773vw;
    left: 1.20773vw;
    width: 3.38164vw;
    height: 3.38164vw;
    background: #100f4d;
    -moz-border-radius: 50%;
         border-radius: 50%;
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact_form_main .dlist dl dd .list_rd .rd label input:checked ~ span:after, .p_top .contact_form_main .dlist dl dd .list_rd .mwform-radio-field label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact_form_main .dlist dl dd .f_address {
    margin-bottom: 2.41546vw;
  }
  .p_top .contact_form_main .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;
    max-width: 103.86473vw;
    background: #f4f4f4;
  }
  .p_top .contact_form_main .dlist dl dd input.sm {
    max-width: 41.30435vw;
    margin-left: 1.20773vw;
  }
  .p_top .contact_form_main .dlist dl dd input::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd input::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd input:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd input::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .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: 48.06763vw;
    max-width: 103.86473vw;
    background: #f4f4f4;
  }
  .p_top .contact_form_main .dlist dl dd textarea::-webkit-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd textarea::-moz-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd textarea:-ms-input-placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_top .contact_form_main .dlist dl dd textarea::placeholder {
    color: #C7C7C7;
    opacity: 1;
  }
  .p_thanks .box_fixed {
    display: none;
  }
  .p_thanks .thanks {
    padding: 14.49275vw 0;
  }
  .p_thanks .thanks h2 {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 6.03865vw;
    line-height: 0.77143;
    text-align: center;
    color: #00463a;
    margin-bottom: 10.38647vw;
  }
  .p_thanks .thanks p {
    font-size: 3.86473vw;
    line-height: 1.75;
    text-align: center;
    color: #2a2a2a;
  }
  .p_policy .policy {
    padding: 14.49275vw 0;
  }
  .p_policy .policy h2 {
    font-family: "A-OTF Maru Folk Pro";
    font-weight: normal;
    font-size: 6.03865vw;
    line-height: 0.77143;
    text-align: center;
    color: #00463a;
    margin-bottom: 10.38647vw;
  }
  .p_policy .policy_main p {
    font-size: 3.86473vw;
    line-height: 1.75;
    color: #2a2a2a;
  }
  .p_policy .policy_main dl {
    font-size: 3.86473vw;
    line-height: 1.75;
    color: #2a2a2a;
    margin-top: 7.24638vw;
  }
}

.error {
  font-size: 90%;
  color: #ff0000;
}


@media screen and (max-width:480px) {
.cta_fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    bottom: 0;
    -moz-border-radius: 15px 15px 0px 0px;
         border-radius: 15px 15px 0px 0px;
    background: rgba(255, 255, 255, 0.95);
  }
  .cta_fixed_main {
    padding: 1.20773vw;
  }
  .cta_fixed_main > span {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: center;
    color: #091c49;
    display: block;
  }
  .cta_fixed_main .cta_fixed_tel {
    height: 100%;
    display: block;
    text-indent: -9999px;
    background: url(../img/cta_fixed_tel_sp.png) center/contain no-repeat;
  }
  .cta_fixed_main .cta_fixed_listBtn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(1) {
    width: 50vw;
    -webkit-box-ordinal-group: 2;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(2) {
    width:50vw;
    -webkit-box-ordinal-group: 4;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .cta_fixed_main .cta_fixed_listBtn li:nth-of-type(3) {
    width: 78.26087vw;
    -webkit-box-ordinal-group: 3;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 -2.41546vw;
  }
}
