@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;
  }
   .show_pc {
    display: block !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 769) {
 .show_sp {
    display: block !important;
  }
   .show_pc {
    display: none !important;
  }
}

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

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

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 190px;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .hvz {
    overflow: hidden;
  }
  .hvz figure {
    overflow: hidden;
  }
  .hvz img {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s;
  }
  .hvz:hover {
    opacity: 1;
  }
  .hvz:hover img {
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
    opacity: 1;
  }
  .header {
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
  }
  .header_top {
    padding: 12px 15px 8.5px;
    border-top: 7px solid #2dd3a9;
    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;
  }
  .header_top .htl {
    width: 275px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .header_top .htl {
    width: 200px;
  }
}

@media screen and (min-width: 769px), print {
  .header_top .htl h1 {
    font-size: 0;
    line-height: 0;
  }
  .header_top .htr .htr_ex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header_top .htr .htr_ex .htr_ex_l {
    margin-right: 13px;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) {
    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;
    margin-bottom: 12px;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) li:not(:last-child) {
    margin-right: 15px;
    position: relative;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #311904;
    display: block;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) li a {
    font-size: 12px;
    color: #311904;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 0;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li a {
    width: 249px;
    height: 53px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #59d898;
    font-weight: bold;
    font-size: 17px;
    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;
    position: relative;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li a::before {
    content: "";
    width: 29px;
    height: 29px;
    background-image: url(../img/ic_line.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    margin-right: 12px;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li:nth-of-type(2) {
    margin-left: 5px;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li:nth-of-type(2) a {
    background: #2dd3a9;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li:nth-of-type(2) a::before {
    width: 27px;
    height: 23px;
    background-image: url(../img/ic_pc.png);
  }
  .header_top .htr .htr_ex .htr_ex_r p {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #311904;
  }
  .header_top .htr .htr_ex .htr_ex_r a {
    display: block;
    position: relative;
    padding-left: 51px;
  }
  .header_top .htr .htr_ex .htr_ex_r 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: 47px;
    height: 47px;
    background: url(../img/ic_phone.png) center/contain no-repeat;
    display: block;
  }
  .header_top .htr .htr_ex .htr_ex_r a span {
    font-weight: bold;
    font-size: 38px;
    text-align: center;
    color: #2dd3a9;
    display: block;
    line-height: 1;
  }
  .header_top .htr .htr_ex .htr_ex_r a small {
    font-weight: normal;
    font-size: 14px;
    text-align: center;
    color: #2dd3a9;
  }
  .header_bot {
    background: #f7f7f7;
  }
  .header_bot .row {
    position: relative;
  }
  .header_bot .header_nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_bot .header_nav > ul > li {
    width: 20%;
    position: relative;
  }
  .header_bot .header_nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .header_bot .header_nav > ul > li ul {
    position: absolute;
    top: 61px;
    left: 0;
    background: #fff;
    padding: 15px 20px 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
    width: 800px;
    display: -ms-grid;
    display: grid;
    gap: 10px 14px;
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .header_bot .header_nav > ul > li ul {
    width: 80vw;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 769px), print {
  .header_bot .header_nav > ul > li ul.st2 {
    width: 600px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .header_bot .header_nav > ul > li ul.st2 {
    width: 60vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 769px), print {
  .header_bot .header_nav > ul > li ul li a {
    min-width: 100%;
    height: 49px;
  }
  .header_bot .header_nav > ul > li:nth-of-type(1) a {
    border-left: 1px solid #e6e6e6;
  }
  .header_bot .header_nav > ul > li:nth-of-type(2) a::before {
    width: 25px;
    height: 30px;
    background-image: url(../img/menu_ic2.svg);
  }
  .header_bot .header_nav > ul > li:nth-of-type(3) a::before {
    width: 28px;
    height: 18px;
    background-image: url(../img/menu_ic3.svg);
  }
  .header_bot .header_nav > ul > li:nth-of-type(4) a::before {
    width: 18px;
    height: 23px;
    background-image: url(../img/menu_ic4.svg);
  }
  .header_bot .header_nav > ul > li:nth-of-type(5) a::before {
    width: 23px;
    height: 27px;
    background-image: url(../img/menu_ic5.svg);
  }
  .header_bot .header_nav > ul > li > a {
    font-size: 16px;
    color: #311904;
    display: block;
    height: 61px;
    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;
    border-right: 1px solid #e6e6e6;
  }
  .header_bot .header_nav > ul > li > a::before {
    content: "";
    width: 20px;
    height: 29px;
    background-image: url(../img/menu_ic1.svg);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    margin-right: 15px;
  }
  .block_cm {
    padding-top: 40px;
  }
  .block_cm .consultation {
    padding-bottom: 40px;
  }
  .block_cm .consultation_inner {
    border-top: 5px solid #2dd3a9;
    padding-top: 40px;
  }
  .block_cm .consultation_inner .t_ttl {
    display: block;
  }
  .block_cm .consultation_txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    color: #767676;
    text-align: center;
    line-height: 24px;
  }
  .block_cm .consultation_txt span {
    background: -webkit-linear-gradient(bottom, #fff148 20px, transparent 20px, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fff148 20px, transparent 20px, transparent 100%);
    background: linear-gradient(to top, #fff148 20px, transparent 20px, transparent 100%);
  }
  .block_cm .consultation_main {
    display: -ms-grid;
    display: grid;
    gap: 70px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
    padding: 0 80px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .block_cm .consultation_main {
    padding: 0;
    gap: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .block_cm .consultation_main h3 {
    position: relative;
    padding-left: 22px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #767676;
    margin-bottom: 10px;
  }
  .block_cm .consultation_main h3 span {
    font-weight: 400;
  }
  .block_cm .consultation_main h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 12px;
    height: 12px;
    background: #2dd3a9;
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .block_cm .consultation_l .tb {
    border-bottom: 1px solid #767676;
  }
  .block_cm .consultation_l .tb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
  }
  .block_cm .consultation_l .tb table th {
    padding: 10px;
    background: #2dd3a9;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
  }
  .block_cm .consultation_l .tb table td {
    font-weight: normal;
    font-size: 14px;
    line-height: 1.28571;
    text-align: center;
    color: #767676;
    padding: 10px 0;
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: middle;
  }
  .block_cm .consultation_r {
    width: 384px;
  }
  .block_cm .consultation_r .cal iframe {
    width: 100%;
    height: 276px;
  }
  .block_cm .contact {
    background: -webkit-repeating-linear-gradient(left, #fff, #fff 6px, #f7fbfb 6px, #f7fbfb 10px);
    background: -moz- oldrepeating-linear-gradient(left, #fff, #fff 6px, #f7fbfb 6px, #f7fbfb 10px);
    background: repeating-linear-gradient(90deg, #fff, #fff 6px, #f7fbfb 6px, #f7fbfb 10px);
    padding: 35px 0 45px;
  }
  .block_cm .contact h2 {
    font-weight: bold;
    font-size: 29px;
    line-height: 1.41379;
    text-align: center;
    color: #2dd3a9;
    margin-bottom: 25px;
  }
  .block_cm .contact_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .block_cm .contact_main {
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 769px), print {
  .block_cm .contact_main a.c_btn_tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 522px;
    height: 156px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 2px solid #2dd3a9;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .block_cm .contact_main a.c_btn_tel {
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .block_cm .contact_main a.c_btn_tel::before {
    content: "";
    width: 76px;
    height: 76px;
    background: url(../img/ic_phone.png) center/contain no-repeat;
    display: block;
    margin-right: 15px;
  }
  .block_cm .contact_main a.c_btn_tel span {
    font-weight: bold;
    font-size: 53px;
    color: #2dd3a9;
    display: block;
    line-height: 1.43396;
  }
  .block_cm .contact_main a.c_btn_tel small {
    font-weight: normal;
    font-size: 15px;
    color: #2dd3a9;
    display: block;
  }
  .block_cm .contact_main .contact_r {
    margin-left: 23px;
  }
  .block_cm .contact_main .contact_r a {
    width: 350px;
    height: 75px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #59d898;
    font-weight: bold;
    font-size: 25px;
    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;
    position: relative;
  }
  .block_cm .contact_main .contact_r a::before {
    content: "";
    width: 41px;
    height: 41px;
    background-image: url(../img/ic_line.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    margin-right: 17px;
  }
  .block_cm .contact_main .contact_r a:nth-of-type(1) {
    background: #2dd3a9;
    margin-bottom: 9px;
  }
  .block_cm .contact_main .contact_r a:nth-of-type(1)::before {
    width: 38px;
    height: 31px;
    background-image: url(../img/ic_pc.png);
  }
  .block_cm .access {
    padding: 30px 0;
  }
  .block_cm .access .t_ttl {
    display: block;
  }
  .block_cm .access__intro {
    font-size: 1.6rem;
    line-height: 24px;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
  }
  .block_cm .access_bot .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;
    margin-top: 20px;
  }
  .block_cm .access_bot .dlist dl {
    font-size: 16px;
    color: #767676;
    margin: 0 40px;
  }
  .block_cm .access_bot .dlist dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
  .block_cm .access_bot .dlist dl dd {
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer {
    border-top: 7px solid #2dd3a9;
  }
  .footer_top {
    padding: 35px 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .footer_top .ftm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_top .ftl {
    width: 28%;
  }
  .footer_top .ftl ul li + li {
    margin-top: 19px;
  }
  .footer_top .ftl ul li a {
    position: relative;
    display: block;
    padding-left: 26px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    color: #2dd3a9;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) and (min-width: 769px) {
  .footer_top .ftl ul li a {
    font-size: 16px;
  }
}

@media screen and (min-width: 769px), print {
  .footer_top .ftl ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 16px;
    height: 1px;
    background: #2dd3a9;
    display: block;
  }
  .footer_top .ftr {
    width: 72%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_top .ftr dl:not(:last-child) {
    margin-right: 70px;
  }
  .footer_top .ftr dl.full {
    width: 100%;
    margin-top: 26px;
  }
  .footer_top .ftr dl.full dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_top .ftr dl.full dd ul li {
    margin-top: 0;
  }
  .footer_top .ftr dl.full dd ul li:not(:last-child) {
    margin-right: 24px;
  }
  .footer_top .ftr dl dt {
    margin-bottom: 5px;
  }
  .footer_top .ftr dl dt a {
    position: relative;
    display: block;
    padding-left: 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-align: left;
    color: #2dd3a9;
  }
  .footer_top .ftr dl dt 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: 9px;
    height: 11px;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .footer_top .ftr dl dd {
    padding-left: 14px;
  }
  .footer_top .ftr dl dd ul li + li {
    margin-top: 5px;
  }
  .footer_top .ftr dl dd ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #767676;
    position: relative;
    display: block;
    padding-left: 10px;
  }
  .footer_top .ftr dl dd ul li a:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .footer_bot {
    padding: 15px 0;
  }
  .footer_bot .fbm {
    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 .fbm ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer_bot .fbm ul li:not(:last-child) {
    margin-right: 13px;
  }
  .footer_bot .fbm ul li a {
    font-size: 18px;
    color: #fff;
    position: relative;
    width: 180px;
    height: 60px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #2dd3a9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 50px;
  }
  .footer_bot .fbm ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 29px;
    height: 29px;
    background: url(../img/ic_ig.svg) center/contain no-repeat;
    display: block;
  }
  .footer_bot .fbm p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    color: #767676;
  }
  .side_cta {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 99;
    width: 76px;
  }
  .ttl {
    position: relative;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl .txt h2 {
    font-weight: bold;
    font-size: 46px;
    line-height: 1.19565;
    text-align: center;
    color: #2dd3a9;
    text-shadow: #FFF 0px 0px 5px, #FFF 0px 0px 10px, #FFF 0px 0px 15px, #fff 0px 0px 20px, #fff 0px 0px 30px, #fff 0px 0px 40px, #fff 0px 0px 50px, #fff 0px 0px 75px;
  }
  .ttl .txt img {
    width: 565px;
  }
  .box_cm {
    padding: 30px;
    border: 1px solid #2dd3a9;
  }
  .box_cm p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
  }
  .list01_cm ul {
    counter-reset: div;
    display: -ms-grid;
    display: grid;
    gap: 25px 60px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .list01_cm ul li h3 {
    font-weight: 900;
    font-size: 20px;
    color: #2dd3a9;
    border-bottom: 1px solid #2dd3a9;
    position: relative;
    padding: 12px 0 12px 51px;
    margin-bottom: 15px;
  }
  .list01_cm ul li h3::before {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    font-size: 35px;
    color: #2dd3a9;
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
  }
  .list01_cm ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
  }
  .list02_cm ul {
    counter-reset: div;
    display: -ms-grid;
    display: grid;
    gap: 35px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .list02_cm ul li {
    background: #fff;
    border: 1px solid #2dd3a9;
    padding: 25px 20px;
  }
  .list02_cm ul li h3 {
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    line-height: 1.11111;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #2dd3a9;
  }
  .list02_cm ul li h3::before {
    position: absolute;
    top: -6px;
    left: 0;
    font-weight: bold;
    font-size: 28px;
    color: #2dd3a9;
    counter-increment: div;
    content: counter(div) ".";
    line-height: 1;
  }
  .list02_cm ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
  }
  .faq_cm {
    padding-bottom: 40px;
  }
  .faq_cm .faq_list dl + dl {
    margin-top: 30px;
  }
  .faq_cm .faq_list dl dt {
    font-weight: 900;
    font-size: 18px;
    color: #2dd3a9;
    position: relative;
    border-bottom: 1px solid #2dd3a9;
    padding: 15px 0 15px 25px;
    margin-bottom: 15px;
  }
  .faq_cm .faq_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 12px;
    left: 0;
    display: block;
    font-weight: 900;
    font-size: 18px;
    color: #2dd3a9;
  }
  .faq_cm .faq_list dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
    position: relative;
    padding: 0 10px 0 30px;
  }
  .faq_cm .faq_list dl dd::before {
    content: "A";
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    top: 0;
    left: 7px;
    display: block;
    font-weight: 900;
    font-size: 18px;
    color: #767676;
  }
  .wFull {
    width: 100%;
  }
  .grid01 {
    display: -ms-grid;
    display: grid;
    gap: 80px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .grid01.st2 {
    gap: 32px;
  }
  .grid01 .grid01_it figure {
    text-align: center;
    margin-bottom: 45px;
  }
  .grid01.grid01__medical .grid01_it figure {
    margin-bottom: 6px;
  }
  .grid01.grid01__medical .grid01_it:nth-of-type(1) figure {
    margin-bottom: 45px;
  }
  .grid01.grid01__medical .grid01_it:nth-of-type(1) figure img {
    width: 377px;
  }
  .listCheck {
    background: #2dd3a9;
    padding: 25px 50px;
    display: -ms-grid;
    display: grid;
    gap: 12px 30px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    margin-bottom: 20px;
  }
  .listCheck li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    position: relative;
    padding-left: 31px;
    word-break: break-all;
  }
  .listCheck li.diff {
    margin-top: -18px;
  }
  .listCheck li::before {
    content: "✔︎";
    position: absolute;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    top: 0;
    left: 0;
    display: block;
  }
  .ttl01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 23px;
    color: #767676;
    position: relative;
    padding-left: 27px;
    margin-bottom: 10px;
  }
  .ttl01.st2 {
    font-size: 20px;
  }
  .ttl01::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 17px;
    height: 17px;
    background: #2dd3a9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .ttl02 {
    position: relative;
    text-align: center;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.32143;
    text-align: center;
    color: #2dd3a9;
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .ttl02.st2:after {
    display: none;
  }
  .ttl02:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 61px;
    height: 2px;
    background: #2dd3a9;
  }
  .ttl03 {
    font-weight: 900;
    font-size: 22px;
    line-height: 1.40909;
    color: #2dd3a9;
    border-left: 4px solid;
    padding-left: 13px;
    margin-bottom: 14px;
  }
  .btn03Wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 80px;
  }
  .btn03 {
    min-width: 500px;
    height: 108px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 1px solid #2dd3a9;
    position: relative;
    padding: 0 50px;
    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;
  }
  .btn03.st2 {
    min-width: 384px;
  }
  .btn03::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 14px;
    height: 37px;
    background: url(../img/btn03_ar.svg) center/contain no-repeat;
    display: block;
  }
  .btn03 span {
    font-weight: bold;
    font-size: 30px;
    color: #767676;
  }
  .btn03 small {
    font-weight: 500;
    font-size: 16px;
    color: #767676;
  }
  .flow_cm {
    margin-bottom: 80px;
  }
  .flow_cm ul {
    counter-reset: number;
  }
  .flow_cm ul li {
    background: #fff;
    border: 1px solid #2dd3a9;
    padding: 25px 25px 25px 38px;
  }
  .flow_cm ul li:not(:last-of-type) {
    margin-bottom: 50px;
    position: relative;
  }
  .flow_cm ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -36px;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 41px;
    height: 19px;
    background: url(../img/arb.svg) center/contain no-repeat;
  }
  .flow_cm ul li .df {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow_cm ul li .df_txt {
    width: 100%;
  }
  .flow_cm ul li .df_txt h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 10px;
    color: #2dd3a9;
    position: relative;
    padding-left: 30px;
  }
  .flow_cm ul li .df_txt h4:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
  }
  .flow_cm ul li .df_txt p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 16px;
    text-align: left;
    color: #767676;
  }
  .flow_cm ul li .df figure, .flow_cm ul li .df picture {
    margin-top: 40px;
    width: 205px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 27px;
  }
  .listDots {
    margin-bottom: 30px;
  }
  .listDots.nmg {
    margin-bottom: 0;
  }
  .listDots li {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 16px;
    line-height: 1.5;
    color: #767676;
  }
  .listDots li::before {
    content: "・";
  }
  .df_cm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 0;
  }
  .df_cm_l {
    width: 250px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .df_cm_l figure {
    text-align: center;
  }
  .df_cm_r {
    width: 100%;
    padding-left: 50px;
  }
  .tb02 dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb02 dl:last-child dt, .tb02 dl:last-child dd {
    border-bottom: 1px solid #c0faeb;
  }
  .tb02 dl * {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tb02 dl dt {
    width: 161px;
    padding: 15px;
    background: #2dd3a9;
    border-top: 1px solid #c0faeb;
    border-left: 1px solid #c0faeb;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.44444;
    text-align: center;
    color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
  }
  .tb02 dl dd {
    width: 100%;
    word-break: break-all;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.375;
    color: #767676;
    background: #eafff2;
    border-top: 1px solid #c0faeb;
    border-left: 2px solid #c0faeb;
    border-right: 1px solid #c0faeb;
    padding: 15px 25px;
  }
  .tb02 dl dd p + p {
    margin-top: 20px;
  }
  .t_ttl {
    margin-bottom: 25px;
    display: inline-block;
    text-align: center;
  }
  .t_ttl span {
    display: block;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.425;
    color: #2dd3a9;
  }
  .t_ttl small {
    font-weight: bold;
    font-size: 16px;
    color: #565656;
  }
  a.btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-width: 235px;
    height: 57px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #2dd3a9;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    padding: 0 37px;
  }
  a.btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 7px;
    background: url(../img/btn_ar.svg) center/contain no-repeat;
    display: block;
  }
  a.btn02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-width: 185px;
    height: 51px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #fff;
    border: 1px solid #2dd3a9;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #2dd3a9;
    padding: 0 15px;
  }
  a.btn02:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 7px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 14px;
    background: url(../img/btn02_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv_slider ul li {
    position: relative;
  }
  .p_top .mv_slider ul li picture {
    width: 65.5%;
    display: block;
    margin-left: auto;
  }
  .p_top .mv_slider .swiper-pagination {
    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;
    bottom: 20px;
  }
  .p_top .mv_slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 3px;
    width: 13px;
    height: 13px;
    background: rgba(49, 25, 4, 0.21);
  }
  .p_top .mv_slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #a4e5d5;
  }
  .p_top .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 19;
  }
  .p_top .mv .txt .row {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .mv .txt .row .txt_block {
    pointer-events: auto;
  }
  .p_top .mv .txt .row h2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 1.41667;
    color: #2dd3a9;
    margin-bottom: 21px;
  }
  .p_top .mv .txt .row p {
    font-weight: bold;
    font-size: 17px;
    line-height: 1.70588;
    color: #484848;
  }
  .p_top .linktop {
    padding: 54px 0 40px;
  }
  .p_top .linktop ul {
    display: -ms-grid;
    display: grid;
    gap: 18px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top .linktop ul li a {
    display: block;
    position: relative;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 1px solid #2dd3a9;
    text-align: center;
    height: 135px;
    padding: 21px 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .linktop ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 11px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8px;
    height: 30px;
    background: url(../img/linktop_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .linktop ul li a span {
    font-weight: bold;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #2dd3a9;
    border: 1px solid #2dd3a9;
    padding: 2px 8px;
    margin-bottom: 6px;
  }
  .p_top .linktop ul li a em {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #767676;
    line-height: 40px;
  }
  .p_top .linktop ul li a small {
    font-weight: 500;
    font-size: 11px;
    line-height: 1.41667;
    text-align: center;
    color: #767676;
    display: block;
    margin-top: 6px;
  }
  .p_top .news .news_btn {
    text-align: right;
    margin-top: 37px;
  }
  .p_top .news_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .news_l {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .news_r {
    width: 100%;
  }
  .p_top .news_r ul li + li {
    margin-top: 25px;
  }
  .p_top .news_r ul li a {
    font-family: "Noto Sans JP", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 17.5px 0;
    border-bottom: 1px solid #ededed;
  }
  .p_top .news_r ul li a time {
    font-size: 14px;
    color: #2dd3a9;
    width: 82px;
  }
  .p_top .news_r ul li a .tag {
    width: 100px;
  }
  .p_top .news_r ul li a .tag span {
    font-size: 12px;
    color: #fff;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #2dd3a9;
    display: inline-block;
    padding: 0 8px;
  }
  .p_top .news_r ul li a p {
    font-size: 16px;
    color: #565656;
  }
  .p_top .message {
    padding: 66px 0 40px;
  }
  .p_top .message_top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_top .message_top_l {
    width: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .message_top_l .t_ttl span {
    line-height: 1;
  }
  .p_top .message_top_r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 15px;
    padding-top: 4px;
  }
  .p_top .message_top_r picture {
    width: 47.8%;
  }
  .p_top .message_top_r .txt {
    width: 52.2%;
    padding-left: 25px;
  }
  .p_top .message_top_r .txt p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 2;
  }
  .p_top .message .message_ttl3 {
    text-align: center;
    position: relative;
    padding: 30px 0 70px;
    line-height: 1.4359;
    font-weight: bold;
    font-size: 39px;
    color: #767676;
  }
  .p_top .message .message_ttl3 p + p {
    margin-top: 17px;
  }
  .p_top .message .message_ttl3 em {
    font-style: normal;
    color: #0BA981;
  }
  .p_top .message .message_ttl3 .lg {
    font-size: 41px;
  }
  .p_top .message .message_ttl3 .bd {
    border-bottom: 1px dashed #311904;
  }
  .p_top .message .message_ttl3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 158px;
    height: 272px;
    background: url(../img/message_bg1.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .message .message_ttl3:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: -40px;
    width: 456px;
    height: 274px;
    background: url(../img/message_bg2.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .message .message_mid ul {
    display: -ms-grid;
    display: grid;
    gap: 35px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_top .message .message_mid ul li {
    border: 1px solid #2dd3a9;
  }
  .p_top .message .message_mid ul li:nth-of-type(2) figure::after {
    width: 51px;
    height: 51px;
    background-image: url(../img/message_n2.png);
  }
  .p_top .message .message_mid ul li:nth-of-type(3) figure::after {
    width: 43px;
    height: 59px;
    background-image: url(../img/message_n3.png);
  }
  .p_top .message .message_mid ul li figure {
    height: 182px;
    position: relative;
  }
  .p_top .message .message_mid ul li figure::after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: 10px;
    width: 38px;
    height: 52px;
    background-image: url(../img/message_n1.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  }
  .p_top .message .message_mid ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .message .message_mid ul li .txt {
    padding: 22px 25px 15px;
  }
  .p_top .message .message_mid ul li h4 {
    text-align: center;
    margin-bottom: 17px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    color: #2dd3a9;
  }
  .p_top .message .message_mid ul li h4 span {
    font-size: 14px;
    color: #767676;
    display: block;
  }
  .p_top .message .message_mid ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    color: #767676;
  }
  .p_top .message .message_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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 50px;
    border-top: 1px solid #ededed;
  }
  .p_top .message .message_bot .mgi {
    width: 41.4%;
  }
  .p_top .message .message_bot .mgi.full {
    width: 100%;
    margin-top: 100px;
    border-top: 1px solid #ededed;
  }
  .p_top .message .message_bot .mgi.full figure {
    width: 41.4%;
  }
  .p_top .message .message_bot .mbi_bg {
    position: relative;
  }
  .p_top .message .message_bot .mbi_bg .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .message .message_bot .mbi_bg .txt h3 {
    font-size: 20px;
    color: #767676;
  }
  .p_top .message .message_bot .mbi_bg .txt h3 small {
    display: block;
    font-size: 14px;
    color: rgba(49, 25, 4, 0.54);
  }
  .p_top .message .message_bot .mbi_bg .txt h3 span {
    display: block;
    position: relative;
    font-size: 40px;
    color: #767676;
    margin-bottom: 10px;
  }
  .p_top .message .message_bot .mbi_bg .txt h3 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 125px;
    height: 1px;
    background: #767676;
    display: block;
  }
  .p_top .message .message_bot .mbi_link ul {
    margin: 0 -7px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p_top .message .message_bot .mbi_link ul li {
    margin: 5px;
  }
  .p_beginners .beginners .flow {
    padding: 50px 0 35px;
  }
  .p_beginners .beginners .flow .t_ttl {
    display: block;
  }
  .p_beginners .beginners .flow .flow-list {
    counter-reset: number;
  }
  .p_beginners .beginners .flow .flow-list .item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_beginners .beginners .flow .flow-list .item + .item {
    margin-top: 22px;
  }
  .p_beginners .beginners .flow .flow-list .item_l {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 423px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_beginners .beginners .flow .flow-list .item_l h3 {
    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;
    width: 161px;
    height: 100%;
    background: #2dd3a9;
    font-weight: bold;
    font-size: 26px;
    line-height: 1.23077;
    text-align: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    color: #fff;
  }
  .p_beginners .beginners .flow .flow-list .item_l h3:before {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    counter-increment: number;
    content: "STEP " counter(number, decimal-leading-zero);
    margin-bottom: 3px;
  }
  .p_beginners .beginners .flow .flow-list .item_l figure {
    height: 100%;
  }
  .p_beginners .beginners .flow .flow-list .item_l figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_beginners .beginners .flow .flow-list .item_r {
    width: 100%;
    padding-left: 30px;
  }
  .p_beginners .beginners .flow .flow-list .item_r p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6875;
    color: #565656;
  }
  .p_beginners .beginners .flow .flow-list .item_r p span {
    color: #2D7AD3;
  }
  .tb_cm {
    margin-bottom: 30px;
  }
  .tb_cm caption {
    display: none;
  }
  .tb_cm.custom_mg {
    margin-bottom: 15px;
  }
  .tb_cm * {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tb_cm table {
    border-collapse: collapse;
    border-spacing: 0;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
  }
  .tb_cm table.st1 th:nth-of-type(2), .tb_cm table.st1 th:nth-of-type(3) {
    width: 110px;
  }
  .tb_cm table.st2 th:nth-of-type(2) {
    width: 220px;
  }
  .tb_cm table.st3 th:nth-of-type(2) {
    width: 220px;
  }
  .tb_cm table.st3 th:nth-of-type(3) {
    width: 110px;
  }
  .tb_cm table.st4 th:nth-of-type(2) {
    width: 160px;
  }
  .tb_cm table.st5 th:nth-of-type(2) {
    width: 160px;
  }
  .tb_cm table.st5 th:nth-of-type(3) {
    width: 130px;
  }
  .tb_cm table.st6 th:nth-of-type(2), .tb_cm table.st6 th:nth-of-type(3) {
    width: 130px;
  }
  .tb_cm table.st7 tr:last-child td {
    /* border-bottom: 1px solid #c0faeb; */
  }
  .tb_cm table.st7 th:nth-of-type(1) {
    width: 385px;
  }
  .tb_cm table.st7 td {
    color: #2dd3a9;
  }
  .tb_cm table.st7 td:nth-of-type(1) {
    background: #c0faeb;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #2dd3a9;
  }
  .tb_cm table.st8 th:nth-of-type(2) {
    width: 210px;
  }
  .tb_cm table.st8 th:nth-of-type(3) {
    width: 130px;
  }
  .tb_cm table.st9 tr:last-child td {
    /* border-bottom: 1px solid #c0faeb; */
  }
  .tb_cm table.st9 th:nth-of-type(1) {
    width: 385px;
  }
  .tb_cm table.st9 td {
    color: #2dd3a9;
  }
  .tb_cm table.st9 td.bg01 {
    background: #c0faeb;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #2dd3a9;
  }
  .tb_cm table.st10.st7 th:nth-of-type(1) {
    width: 240px;
  }
  .tb_cm table th {
    background: #2dd3a9;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 20px 10px;
  }
  .tb_cm table td {
    background: #eafff2;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #767676;
    padding: 12px 5px;
    border-top: 1px solid #c0faeb;
    vertical-align: middle;
  }
  .tb_cm table td:not(:last-child) {
    border-right: 1px solid #c0faeb;
  }
  .tb_cm table td.column-1 {
    font-weight: 700;
  }
  .tb_cm table td .txt01 {
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #767676;
  }
  .tb_cm table td .txt01 span {
    color: #2DD3A9;
    font-weight: bold;
  }
  .tb_cm table td .txt_nm {
    font-weight: 400;
  }
  .tb_cm table td.txt_lg {
    font-size: 18px;
  }
  .p_price .ttl .txt img {
    width: 209px;
  }
  .p_price .price {
    font-family: "Noto Sans JP", sans-serif;
  }
  .p_price .price .payment {
    padding: 34px 0 30px;
  }
  .p_price .price .payment .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_price .price .payment_l p {
    font-weight: 500;
    font-size: 16px;
    color: #767676;
    font-family: "Noto Sans JP", sans-serif;
  }
  .p_price .price .payment_r {
    width: 384px;
    background: #fff;
    border: 1px solid #2dd3a9;
    margin-left: 45px;
    padding: 10px 15px;
  }
  .p_price .price .payment_r .box dl dt {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: #767676;
    margin-bottom: 10px;
  }
  .p_price .price .payment_r .box dl dt span {
    color: #2DD3A9;
  }
  .p_price .price .price_box {
    margin-bottom: 30px;
  }
  .p_price .price .price_box .box {
    width: 465px;
    background: #fff;
    border: 1px solid #2dd3a9;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 15px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
  }
  .p_price .price .price_box .box::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    width: 100px;
    height: 78px;
    background: url(../img/price/price_box_bg1.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_price .price .price_box .box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 142px;
    height: 95px;
    background: url(../img/price/price_box_bg2.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_price .price .price_box .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_price .price .price_box .box dl:nth-of-type(1) {
    margin-right: 30px;
  }
  .p_price .price .price_box .box dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 22px;
    color: #2dd3a9;
  }
  .p_price .price .price_box .box dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 33px;
    color: #767676;
  }
  .p_price .price .price_ct {
    padding: 0 18px;
  }
  .p_price .price .price_ct .tb_btnWr {
    text-align: center;
    margin-top: 50px;
  }
  .p_price .price .price_ct .tb_btnWr a.tb_btn {
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    border: 1px solid #2dd3a9;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 25px;
    color: #2bd9c5;
    padding: 18px 45px;
    position: relative;
    display: inline-block;
  }
  .p_price .price .price_ct .tb_btnWr a.tb_btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5px;
    height: 21px;
    background: url(../img/linktop_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_price .price .price_ct .tabs {
    display: -ms-grid;
    display: grid;
    gap: 8px;
    -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr);
  }
  .p_price .price .price_ct .tabs li a {
    height: 51px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #2dd3a9;
    border: 1px solid #2dd3a9;
    -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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
  }
  .p_price .price .price_ct .tabs li a.active, .p_price .price .price_ct .tabs li a:hover {
    background: #fff;
    color: #2dd3a9;
    opacity: 1;
  }
  .p_price .price .price_ct .tab_content {
    padding-top: 35px;
    display: none;
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
  }
  .p_price .price .price_ct .tab_content.active {
    display: block;
  }
  .p_price .price .price_ct .price_ttl01 {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    color: #2dd3a9;
    margin-bottom: 36px;
  }
  .p_price .price .price_ct .price_ttl02 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 22px;
    color: #2dd3a9;
    border-bottom: 3px solid #2dd3a9;
    margin-bottom: 15px;
    padding: 10px;
  }
  .p_price .price .price_ct .tb_txt {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    font-size: 16px;
    text-align: center;
    color: #767676;
    margin-bottom: 30px;
  }
  .p_price .price .price_ct .tb_note {
    font-size: 14px;
    margin-top: -15px;
  }
  .p_access .ttl .txt img {
    width: 603px;
  }
  .p_access .block_cm .consultation_inner {
    border-top: 0;
  }
  .p_access .block_cm .access .btnWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .p_access .block_cm .access .btnWr .btn {
    width: 327px;
    height: 79px;
    font-size: 22px;
  }
  .p_access .block_cm .access .btnWr .btn:after {
    width: 25px;
    height: 9px;
    right: 12px;
  }
  .boxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(45, 211, 169, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: 384px;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    visibility: visible;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    max-height: 60vh;
    overflow: auto;
  }
  .modal .wrap_modal ul {
    padding-bottom: 80px;
  }
  .modal .wrap_modal ul li + li {
    margin-top: 20px;
  }
  .modal .wrap_modal ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #767676;
    margin-top: 8px;
  }
  .modal .m_in {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 40px 50px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
  }
  .modal .m_area {
    position: relative;
  }
  .modal .btn_wr {
    position: absolute;
    bottom: 10px;
    left: -50px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 384px;
  }
  .modal .btn_wr img {
    width: 36px;
  }
  .p_introduction .ttl .txt img {
    width: 356px;
  }
  .p_introduction .introduction .intro {
    padding: 60px 0 40px;
  }
  .p_introduction .introduction .intro .row {
    max-width: 800px;
  }
  .p_introduction .introduction .intro .txtTop {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #767676;
    margin-bottom: 60px;
  }
  .p_introduction .introduction .intro ul {
    display: -ms-grid;
    display: grid;
    gap: 60px 32px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_introduction .introduction .intro ul li figure {
    height: 250px;
  }
  .p_introduction .introduction .intro ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_introduction .introduction .intro ul li h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.45;
    text-align: center;
    color: #2dd3a9;
    margin: 20px 0 10px;
  }
  .p_introduction .introduction .intro ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #767676;
  }
  .p_introduction .introduction .gallery {
    padding-bottom: 35px;
  }
  .p_introduction .introduction .gallery .gallery_list {
    display: -ms-grid;
    display: grid;
    gap: 26px 20px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_introduction .introduction .gallery .gallery_list li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_treatment .ttl .txt img {
    width: 491px;
  }
  .p_recruit .ttl .txt img {
    width: 226px;
  }
  .p_recruit .t_ttl {
    display: block;
  }
  .p_recruit .recruit .greeting {
    padding: 50px 0;
    position: relative;
  }
  .p_recruit .recruit .greeting:before {
    content: "";
    position: absolute;
    top: 70px;
    left: 0;
    width: 158px;
    height: 272px;
    background: url(../img/message_bg1.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_recruit .recruit .greeting:after {
    content: "";
    position: absolute;
    right: 0;
    top: 180px;
    width: 456px;
    height: 274px;
    background: url(../img/message_bg2.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_recruit .recruit .greeting .box {
    padding: 30px;
    border: 1px solid #2dd3a9;
  }
  .p_recruit .recruit .greeting .box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    color: #767676;
  }
  .p_recruit .recruit .charm ul {
    counter-reset: number;
    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_recruit .recruit .charm ul li {
    margin: 0 15px 30px;
    width: 310px;
  }
  .p_recruit .recruit .charm ul li figure {
    width: 305px;
    position: relative;
    height: 172px;
    margin-bottom: 10px;
  }
  .p_recruit .recruit .charm ul li figure:after {
    content: '';
    position: absolute;
    right: -5px;
    bottom: -5px;
    z-index: -1;
    width: 279px;
    height: 154px;
    background: #2dd3a9;
  }
  .p_recruit .recruit .charm ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .charm ul li h3 {
    position: relative;
    font-weight: 900;
    font-size: 18px;
    color: #2dd3a9;
    border-bottom: 1px solid #2dd3a9;
    padding: 20px 0 20px 50px;
    margin-bottom: 20px;
  }
  .p_recruit .recruit .charm ul li h3:before {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    color: #2dd3a9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5px;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
  }
  .p_recruit .recruit .charm ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    color: #767676;
  }
  .p_recruit .recruit .interview {
    padding: 50px 0 70px;
  }
  .p_recruit .recruit .interview_main {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_recruit .recruit .interview_main dl {
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
    background: #fff;
    border: 1px solid #2dd3a9;
  }
  .p_recruit .recruit .interview_main dl dt {
    font-weight: 900;
    font-size: 20px;
    text-align: center;
    padding: 10px;
    color: #fff;
    background: #2dd3a9;
  }
  .p_recruit .recruit .interview_main dl dd {
    padding: 25px 20px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 1.71429;
    color: #767676;
  }
  .p_recruit .recruit .recruitment {
    padding-bottom: 62px;
  }
  .p_recruit .recruit .recruitment .row {
    max-width: 800px;
  }
  .p_recruit .recruit .recruitment_it + .recruitment_it {
    margin-top: 47px;
  }
  .p_recruit .recruit .flow {
    padding-bottom: 60px;
  }
  .p_recruit .recruit .flow ul {
    counter-reset: number;
    display: -ms-grid;
    display: grid;
    gap: 45px;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .p_recruit .recruit .flow ul li {
    background: #fff;
    border: 1px solid #2dd3a9;
    text-align: center;
    padding: 20px;
  }
  .p_recruit .recruit .flow ul li:nth-of-type(3) figure img {
    height: 100%;
  }
  .p_recruit .recruit .flow ul li:not(:last-of-type) {
    position: relative;
  }
  .p_recruit .recruit .flow ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 50%;
    right: -37px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    border-left: 25px solid #2dd3a9;
  }
  .p_recruit .recruit .flow ul li h3 {
    position: relative;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #2dd3a9;
    margin-bottom: 20px;
  }
  .p_recruit .recruit .flow ul li h3:before {
    margin-right: 15px;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
  }
  .p_recruit .recruit .flow ul li figure {
    height: 67px;
    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_recruit .recruit .flow ul li figure img {
    height: 57px;
    width: auto;
  }
  .p_recruit .recruit .flow ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.5;
    color: #767676;
    margin-top: 20px;
  }
  .p_news .ttl .txt img {
    width: 491px;
  }
  .p_news .news {
    padding: 70px 0 40px;
  }
  .p_news .news .accordion dl {
    position: relative;
    background: #eafff2;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_news .news .accordion dl + dl {
    margin-top: 20px;
  }
  .p_news .news .accordion dl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 93px;
    background: url(../img/news/leaf01.png) center/contain no-repeat;
    z-index: -1;
  }
  .p_news .news .accordion dl:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 134px;
    height: 84px;
    background: url(../img/news/leaf02.png) center/contain no-repeat;
    z-index: -1;
  }
  .p_news .news .accordion dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    padding: 20px 100px;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_news .news .accordion dl dt time {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #767676;
    margin-right: 15px;
  }
  .p_news .news .accordion dl dt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_news .news .accordion dl dt ul li {
    -moz-border-radius: 9999px;
         border-radius: 9999px;
    background: #2dd3a9;
    font-weight: bold;
    font-size: 14px;
    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;
    padding: 0 10px;
    color: #fff;
  }
  .p_news .news .accordion dl dt ul li:not(:last-of-type) {
    margin-right: 5px;
  }
  .p_news .news .accordion dl dt span {
    font-weight: bold;
    font-size: 22px;
    color: #767676;
    width: 100%;
    display: block;
    margin-top: 13px;
  }
  .p_news .news .accordion dl dt i {
    position: absolute;
    width: 32px;
    height: 32px;
    right: 15px;
    top: 50%;
    margin-top: -16px;
    display: block;
  }
  .p_news .news .accordion dl dt i:before, .p_news .news .accordion dl dt i:after {
    content: "";
    position: absolute;
    background-color: #707070;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    z-index: -1;
  }
  .p_news .news .accordion dl dt i:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
  }
  .p_news .news .accordion dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -0.5px;
  }
  .p_news .news .accordion dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_news .news .accordion dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_news .news .accordion dl dd {
    max-height: 0;
    padding: 0 100px;
    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_news .news .accordion dl dd .accordion_ctn {
    border-top: 1px solid #707070;
    padding: 20px 0 40px;
  }
  .p_news .news .accordion dl dd p {
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #767676;
  }
  .p_news .news .accordion dl dd p span {
    color: #2DD3A9;
  }
  .p_news .news .accordion dl dd p + p {
    margin-top: 20px;
  }
  .ttl_bigWr {
    text-align: center;
    padding: 70px 0;
  }
  .custom_w {
    width: 671px;
  }
  .block {
    margin-bottom: 80px;
  }
  .block p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    color: #767676;
  }
  .ttl_big {
    display: inline-block;
    position: relative;
    font-weight: bold;
    font-size: 40px;
    line-height: 1.225;
    text-align: center;
    color: #2dd3a9;
    padding: 25px 60px 25px 35px;
  }
  .ttl_big:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 85px;
    height: 147px;
    background: url(../img/news/leaf01.png) center/contain no-repeat;
    z-index: -1;
  }
  .ttl_big:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 213px;
    height: 122px;
    background: url(../img/news/leaf02.png) center/contain no-repeat;
    z-index: -1;
  }
  .moreSpace {
    margin-top: 78px;
  }
}

@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: 36.71498vw;
  }
  .header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    height: 17.8744vw;
    border-top: 1.69082vw solid #2dd3a9;
  }
  .header h1 a {
    height: 16.18357vw;
    padding-left: 3.62319vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header h1 a img {
    width: 50.24155vw;
  }
  .header .row {
    padding: 0;
  }
  .header_top .htr {
    position: absolute;
    top: 0;
    right: 0;
    width: 92.51208vw;
    overflow-y: auto;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    height: 100vh;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    background: #fff;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding-bottom: 24.15459vw;
  }
  .header_top .htr.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .header_top .htr .htr_menu {
    padding-top: 18.11594vw;
    margin-bottom: 31.40097vw;
  }
  .header_top .htr .htr_menu > ul > li:nth-of-type(1) {
    border-top: 1px solid #d3d3d3;
  }
  .header_top .htr .htr_menu > ul > li .menuAcc {
    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;
    background: #2dd3a9;
    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;
  }
  .header_top .htr .htr_menu > ul > li .menuAcc ul {
    padding: 4.83092vw 0 4.83092vw 6.52174vw;
    width: 50%;
  }
  .header_top .htr .htr_menu > ul > li .menuAcc ul:nth-of-type(2) {
    padding-left: 0;
  }
  .header_top .htr .htr_menu > ul > li .menuAcc ul li + li {
    margin-top: 2.41546vw;
  }
  .header_top .htr .htr_menu > ul > li .menuAcc ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    color: #fff;
    position: relative;
    display: inline-block;
    padding-left: 2.41546vw;
  }
  .header_top .htr .htr_menu > ul > li .menuAcc ul li a::before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_top .htr .htr_menu > ul > li > span {
    font-size: 4.34783vw;
    text-align: left;
    color: #311904;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    display: block;
    padding: 3.62319vw 10.86957vw 3.62319vw 6.03865vw;
    position: relative;
  }
  .header_top .htr .htr_menu > ul > li > span i {
    position: absolute;
    width: 16px;
    height: 16px;
    right: 4.58937vw;
    top: 50%;
    margin-top: -8px;
    display: block;
  }
  .header_top .htr .htr_menu > ul > li > span i:before, .header_top .htr .htr_menu > ul > li > span i:after {
    content: "";
    position: absolute;
    background-color: #0BA981;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
  }
  .header_top .htr .htr_menu > ul > li > span i:before {
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    margin-left: -0.5px;
  }
  .header_top .htr .htr_menu > ul > li > span i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    margin-top: -0.5px;
  }
  .header_top .htr .htr_menu > ul > li > span.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header_top .htr .htr_menu > ul > li > span.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .header_top .htr .htr_menu > ul > li > a {
    font-size: 4.34783vw;
    text-align: left;
    color: #311904;
    border-bottom: 1px solid #d3d3d3;
    position: relative;
    display: block;
    padding: 3.62319vw 10.86957vw 3.62319vw 6.03865vw;
  }
  .header_top .htr .htr_menu > ul > li > a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.03865vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.20773vw;
    height: 4.58937vw;
    background: url(../img/menu_ar.svg) center/contain no-repeat;
    display: block;
  }
  .header_top .htr .htr_ex {
    padding: 0 4.83092vw;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 2.89855vw;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) li:not(:last-child) {
    margin-right: 3.62319vw;
    position: relative;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -1.69082vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
    height: 80%;
    background: #311904;
    display: block;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(1) li a {
    font-size: 3.86473vw;
    color: #311904;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) {
    margin-bottom: 4.10628vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li:nth-of-type(1) {
    margin-top: 1.69082vw;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li a {
    height: 12.80193vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #59d898;
    font-weight: bold;
    font-size: 4.10628vw;
    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;
    position: relative;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li a::before {
    content: "";
    width: 7.00483vw;
    height: 7.00483vw;
    background-image: url(../img/ic_line.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    margin-right: 2.89855vw;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li:nth-of-type(2) a {
    background: #2dd3a9;
  }
  .header_top .htr .htr_ex .htr_ex_l ul:nth-of-type(2) li:nth-of-type(2) a::before {
    width: 6.52174vw;
    height: 5.55556vw;
    background-image: url(../img/ic_pc.png);
  }
  .header_top .htr .htr_ex .htr_ex_r {
    text-align: center;
  }
  .header_top .htr .htr_ex .htr_ex_r p {
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    color: #311904;
  }
  .header_top .htr .htr_ex .htr_ex_r a {
    display: inline-block;
    position: relative;
    padding-left: 12.31884vw;
  }
  .header_top .htr .htr_ex .htr_ex_r 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: 11.35266vw;
    height: 11.35266vw;
    background: url(../img/ic_phone.png) center/contain no-repeat;
    display: block;
  }
  .header_top .htr .htr_ex .htr_ex_r a span {
    font-weight: bold;
    font-size: 9.17874vw;
    color: #2dd3a9;
    display: block;
    line-height: 1;
    text-align: left;
  }
  .header_top .htr .htr_ex .htr_ex_r a small {
    font-weight: normal;
    font-size: 3.38164vw;
    color: #2dd3a9;
    display: block;
    text-align: left;
  }
  .header_bot {
    background: #f7f7f7;
  }
  .header_bot .row {
    position: relative;
  }
  .header_bot .header_nav > ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header_bot .header_nav > ul > li {
    width: 20%;
    /* position: relative; */
  }
  .header_bot .header_nav > ul > li:hover ul {
    opacity: 1;
    visibility: visible;
  }
  .header_bot .header_nav > ul > li ul {
    position: absolute;
    /* top: 14.7343vw; */
    top: 100%;
    left: 0;
    background: #2DD3A9;
    padding: 6.5217vw 3.623vw 6.5217vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    z-index: 2;
    /* width: 193.23671vw; */
    width: 100%;
    display: -ms-grid;
    display: grid;
    gap: 3.623vw 3.38164vw;
    /* -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr); */
        -ms-grid-columns: (1fr)[3];
            grid-template-columns: repeat(3, 1fr);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* display: none; */
  }
  .header_bot .header_nav > ul > li ul.st2 {
    /* width: 144.92754vw; */
    width: 100%;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
  }
  .header_bot .header_nav > ul > li ul li a {
    min-width: 100%;
    /* height: 11.83575vw; */
    font-size: 3.381vw;
    line-height: 4.8309vw;
    border: 0;
    color: #fff;
    height: auto;
    width: auto;
    border-radius: 0;
    background: none;
    display: inline-block;
    text-align: left;
    padding: 0;
    white-space: nowrap;
    padding-left: 2.41546vw;
    position: relative;
  }
  .header_bot .header_nav > ul > li ul li a::before {
    content: "-";
    font-size: 3.381vw;
    line-height: 4.8309vw;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header_bot .header_nav > ul > li ul li a::after {
    display: none;
  }
  .header_bot .header_nav > ul > li:nth-of-type(1) > a {
    border-left: 1px solid #e6e6e6;
  }
  .header_bot .header_nav > ul > li:nth-of-type(2) > a::before {
    width: 6.03865vw;
    height: 7.24638vw;
    background-image: url(../img/menu_ic2.svg);
  }
  .header_bot .header_nav > ul > li:nth-of-type(3) > a::before {
    width: 6.76329vw;
    height: 4.34783vw;
    background-image: url(../img/menu_ic3.svg);
  }
  .header_bot .header_nav > ul > li:nth-of-type(4) > a::before {
    width: 4.34783vw;
    height: 5.55556vw;
    background-image: url(../img/menu_ic4.svg);
  }
  .header_bot .header_nav > ul > li:nth-of-type(5) > a::before {
    width: 5.55556vw;
    height: 6.52174vw;
    background-image: url(../img/menu_ic5.svg);
  }
    .header_bot .header_nav > ul > li:nth-of-type(6) > a::before {
        width: 7.55556vw;
        height: 6.52174vw;
    background-image: url(../img/menu_ic6.svg);
  }
  .header_bot .header_nav > ul > li > a {
    padding-bottom: 2.8985vw;
    font-size: 2.89855vw;
    color: #311904;
    display: block;
    height: 18.84058vw;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    -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;
    border-right: 1px solid #e6e6e6;
  }
  .header_bot .header_nav > ul > li > a::before {
    content: "";
    width: 4.83092vw;
    height: 7.00483vw;
    background-image: url(../img/menu_ic1.svg);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    margin-bottom: 2.41546vw;
  }
  .header .menu_icon {
    width: 7.48792vw;
    height: 8.21256vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 5.55556vw;
    right: 3.62319vw;
    z-index: 99999;
    cursor: pointer;
  }
  .header .menu_icon.active {
    border-color: transparent;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(2.17391vw) rotate(-45deg);
       -moz-transform: translateY(2.17391vw) rotate(-45deg);
        -ms-transform: translateY(2.17391vw) rotate(-45deg);
            transform: translateY(2.17391vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-2.17391vw) rotate(45deg);
       -moz-transform: translateY(-2.17391vw) rotate(45deg);
        -ms-transform: translateY(-2.17391vw) rotate(45deg);
            transform: translateY(-2.17391vw) rotate(45deg);
  }
  .header .menu_icon_in {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
  }
  .header .menu_icon_in i {
    text-align: center;
    line-height: 1;
    color: #767676;
    width: 100%;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 2.41546vw;
    font-style: normal;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 4.34783vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #767676;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 2.17391vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .block_cm .consultation {
    padding-bottom: 9.66184vw;
  }
  .block_cm .consultation_inner {
    padding-top: 9.66184vw;
  }
  .block_cm .consultation_inner .t_ttl {
    display: block;
  }
  .block_cm .consultation_txt {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    color: #767676;
    text-align: center;
  }
  .block_cm .consultation_txt span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.83092vw, #fff148), color-stop(4.83092vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #fff148 4.83092vw, transparent 4.83092vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #fff148 4.83092vw, transparent 4.83092vw, transparent 100%);
    background: linear-gradient(to top, #fff148 4.83092vw, transparent 4.83092vw, transparent 100%);
  }
  .block_cm .consultation_main {
    margin-top: 9.66184vw;
  }
  .block_cm .consultation_main h3 {
    position: relative;
    padding-left: 5.31401vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #767676;
    margin-bottom: 2.41546vw;
  }
  .block_cm .consultation_main h3 span {
    font-weight: 400;
  }
  .block_cm .consultation_main h3:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.89855vw;
    height: 2.89855vw;
    background: #2dd3a9;
    display: block;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .block_cm .consultation_l {
    margin-bottom: 7.24638vw;
  }
  .block_cm .consultation_l .tb {
    border-bottom: 1px solid #767676;
  }
  .block_cm .consultation_l .tb + p {
    font-size: 3.86473vw;
    margin-top: 3.62319vw;
    font-family: "Noto Sans JP", sans-serif;
    color: #767676;
  }
  .block_cm .consultation_l .tb + p a {
    color: #767676;
  }
  .block_cm .consultation_l .tb table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
  }
  .block_cm .consultation_l .tb table th {
    padding: 2.41546vw;
    background: #2dd3a9;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
  }
  .block_cm .consultation_l .tb table td {
    font-weight: normal;
    font-size: 3.38164vw;
    line-height: 1.28571;
    text-align: center;
    color: #767676;
    padding: 2.41546vw 0;
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: middle;
  }
  .block_cm .consultation_r {
    margin-top: 2.3vw;
  }
  .block_cm .consultation_r .cal iframe {
    width: 100%;
    height: 75vw;
  }
  .block_cm .contact {
    background: -webkit-repeating-linear-gradient(left, #fff, #fff 1.44928vw, #f7fbfb 1.44928vw, #f7fbfb 2.41546vw);
    background: -moz- oldrepeating-linear-gradient(left, #fff, #fff 1.44928vw, #f7fbfb 1.44928vw, #f7fbfb 2.41546vw);
    background: repeating-linear-gradient(90deg, #fff, #fff 1.44928vw, #f7fbfb 1.44928vw, #f7fbfb 2.41546vw);
    padding: 8.45411vw 0 10.86957vw;
  }
  .block_cm .contact h2 {
    font-weight: bold;
    font-size: 5.7971vw;
    line-height: 1.45833;
    text-align: center;
    color: #2dd3a9;
    margin-bottom: 6.03865vw;
  }
  .block_cm .contact_main a.c_btn_tel {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 18.11594vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 2px solid #2dd3a9;
    padding-left: 5.7971vw;
    margin-bottom: 2.89855vw;
  }
  .block_cm .contact_main a.c_btn_tel::before {
    content: "";
    width: 11.47343vw;
    height: 11.47343vw;
    background: url(../img/ic_phone.png) center/contain no-repeat;
    display: block;
    margin-right: 2.41546vw;
  }
  .block_cm .contact_main a.c_btn_tel span {
    font-weight: bold;
    font-size: 8.45411vw;
    color: #2dd3a9;
    display: block;
    line-height: 1.2;
  }
  .block_cm .contact_main a.c_btn_tel small {
    font-weight: normal;
    font-size: 2.89855vw;
    color: #2dd3a9;
    display: block;
  }
  .block_cm .contact_main .contact_r a {
    height: 18.11594vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #59d898;
    font-weight: bold;
    font-size: 6.03865vw;
    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;
    position: relative;
  }
  .block_cm .contact_main .contact_r a::before {
    content: "";
    width: 9.90338vw;
    height: 9.90338vw;
    background-image: url(../img/ic_line.png);
    background-repeat: no-repeat;
    -moz-background-size: 100% 100%;
         background-size: 100% 100%;
    display: block;
    margin-right: 4.10628vw;
  }
  .block_cm .contact_main .contact_r a:nth-of-type(1) {
    background: #2dd3a9;
    margin-bottom: 2.89855vw;
  }
  .block_cm .contact_main .contact_r a:nth-of-type(1)::before {
    width: 9.17874vw;
    height: 7.48792vw;
    background-image: url(../img/ic_pc.png);
  }
  .block_cm .access {
    padding: 7.24638vw 0;
  }
  .block_cm .access .maps {
    padding: 0 3.62319vw;
  }
  .block_cm .access .maps iframe {
    height: 66.66667vw;
  }
  .block_cm .access .t_ttl {
    display: block;
  }
  .block_cm .access__intro {
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    font-family: 'Noto Sans JP',sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .block_cm .access_bot .dlist {
    margin-top: 2.89855vw;
  }
  .block_cm .access_bot .dlist dl {
    font-size: 3.86473vw;
    color: #767676;
  }
  .block_cm .access_bot .dlist dl + dl {
    margin-top: 4.83092vw;
  }
  .block_cm .access_bot .dlist dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
  }
  .block_cm .access_bot .dlist dl dd {
    font-family: "Noto Sans JP", sans-serif;
  }
  .footer {
    border-top: 1.69082vw solid #2dd3a9;
    padding-bottom: 18.35749vw;
  }
  .footer_top {
    padding: 6.03865vw 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .footer_top .ftm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer_top .ftl {
    margin: 9.66184vw -3.62319vw 0;
  }
  .footer_top .ftl ul li:nth-of-type(1) {
    border-top: 1px solid #2dd3a9;
  }
  .footer_top .ftl ul li a {
    position: relative;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 4.34783vw;
    text-align: left;
    color: #2dd3a9;
    border-bottom: 1px solid #2dd3a9;
    padding: 4.34783vw 3.62319vw;
  }
  .footer_top .ftr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_top .ftr dl {
    width: 45%;
  }
  .footer_top .ftr dl.full {
    width: 100%;
    margin-top: 9.66184vw;
  }
  .footer_top .ftr dl.full dd ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer_top .ftr dl.full dd ul li:not(:last-child) {
    margin-right: 3.86473vw;
  }
  .footer_top .ftr dl dt {
    margin-bottom: 1.20773vw;
  }
  .footer_top .ftr dl dt a {
    position: relative;
    display: block;
    padding-left: 3.38164vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: left;
    color: #2dd3a9;
  }
  .footer_top .ftr dl dt 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: 2.17391vw;
    height: 2.657vw;
    background: url(../img/arr.svg) center/contain no-repeat;
    display: block;
  }
  .footer_top .ftr dl dd {
    padding-left: 3.38164vw;
  }
  .footer_top .ftr dl dd ul li:not(:last-child) {
    margin-bottom: 1.20773vw;
  }
  .footer_top .ftr dl dd ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 3.38164vw;
    text-align: left;
    color: #767676;
    position: relative;
    display: block;
    padding-left: 2.41546vw;
  }
  .footer_top .ftr dl dd ul li a:before {
    content: "-";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
  }
  .footer_bot {
    padding: 5.31401vw 0;
  }
  .footer_bot .fbm ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7.72947vw;
  }
  .footer_bot .fbm ul li a {
    font-size: 4.34783vw;
    color: #fff;
    position: relative;
    width: 43.47826vw;
    height: 14.49275vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #2dd3a9;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 12.07729vw;
  }
  .footer_bot .fbm ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.1401vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7.00483vw;
    height: 7.00483vw;
    background: url(../img/ic_ig.svg) center/contain no-repeat;
    display: block;
  }
  .footer_bot .fbm p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    color: #767676;
    text-align: center;
  }
  .side_cta {
    position: fixed;
    bottom: -5px;
    left: 0;
    z-index: 99;
    width: 100%;
  }
  .ttl {
    position: relative;
  }
  .ttl .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ttl .txt h2 {
    font-weight: bold;
    font-size: 6.28019vw;
    line-height: 1.19231;
    text-align: center;
    color: #2dd3a9;
    text-shadow: #FFF 0vw 0vw 1.20773vw, #FFF 0vw 0vw 2.41546vw, #FFF 0vw 0vw 3.62319vw, #fff 0vw 0vw 4.83092vw, #fff 0vw 0vw 7.24638vw, #fff 0vw 0vw 9.66184vw, #fff 0vw 0vw 12.07729vw, #fff 0vw 0vw 18.11594vw;
  }
  .ttl .txt img {
    width: 68.59903vw;
  }
  .ttl01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 4.83092vw;
    color: #767676;
    position: relative;
    padding-left: 6.03865vw;
    margin-bottom: 2.41546vw;
  }
  .ttl01.st2 {
    font-size: 4.34783vw;
  }
  .ttl01::before {
    content: "";
    position: absolute;
    top: 1.93237vw;
    left: 0;
    width: 3.62319vw;
    height: 3.62319vw;
    background: #2dd3a9;
    -moz-border-radius: 50%;
         border-radius: 50%;
    display: block;
  }
  .ttl03 {
    font-weight: 900;
    font-size: 5.31401vw;
    line-height: 1.40909;
    color: #2dd3a9;
    border-left: 0.96618vw solid;
    padding-left: 3.1401vw;
    margin-bottom: 3.38164vw;
  }
  .btn03Wr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 14.49275vw;
  }
  .btn03 {
    width: 100%;
    height: 26.08696vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 1px solid #2dd3a9;
    position: relative;
    padding: 0 12.07729vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .btn03::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.83092vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.38164vw;
    height: 8.9372vw;
    background: url(../img/btn03_ar.svg) center/contain no-repeat;
    display: block;
  }
  .btn03 span {
    font-weight: bold;
    font-size: 7.24638vw;
    color: #767676;
  }
  .btn03 small {
    font-weight: 500;
    font-size: 3.86473vw;
    color: #767676;
  }
  .flow_cm {
    margin-bottom: 14.49275vw;
  }
  .flow_cm ul {
    counter-reset: number;
  }
  .flow_cm ul li {
    background: #fff;
    border: 1px solid #2dd3a9;
    padding: 5.55556vw 4.34783vw;
  }
  .flow_cm ul li:not(:last-of-type) {
    margin-bottom: 12.07729vw;
    position: relative;
  }
  .flow_cm ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8.69565vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 9.90338vw;
    height: 4.58937vw;
    background: url(../img/arb.svg) center/contain no-repeat;
  }
  .flow_cm ul li .df_txt {
    width: 100%;
  }
  .flow_cm ul li .df_txt h4 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.45;
    margin-bottom: 2.41546vw;
    color: #2dd3a9;
    position: relative;
    padding-left: 7.24638vw;
  }
  .flow_cm ul li .df_txt h4:before {
    position: absolute;
    top: 0;
    left: 0;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
  }
  .flow_cm ul li .df_txt p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 3.86473vw;
    text-align: left;
    color: #767676;
  }
  .flow_cm ul li .df figure, .flow_cm ul li .df picture {
    margin-top: 3.62319vw;
  }
  .listDots {
    margin-bottom: 7.24638vw;
  }
  .listDots.nmg {
    margin-bottom: 2.41546vw;
  }
  .listDots li {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    color: #767676;
  }
  .listDots li::before {
    content: "・";
    font-size: 3.38164vw;
    line-height: 5.7971vw;
  }
  .df_cm {
    margin: 7.24638vw 0;
  }
  .df_cm_l {
    margin-bottom: 8.69565vw;
  }
  .df_cm_l figure {
    text-align: center;
  }
  .df_cm_l figure.cusWidth01 img {
    width: 32.6087vw;
  }
  .df_cm_l figure.cusWidth02 img {
    width: 42.99517vw;
  }
  .df_cm_l figure.cusWidth03 img {
    width: 83.33333vw;
  }
  .df_cm_l figure.cusWidth04 img {
    width: 72.22222vw;
  }
  .box_cm {
    padding: 6.03865vw;
    border: 1px solid #2dd3a9;
  }
  .box_cm p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #767676;
  }
  .list01_cm ul {
    counter-reset: div;
  }
  .list01_cm ul li + li {
    margin-top: 7.24638vw;
  }
  .list01_cm ul li h3 {
    font-weight: 900;
    font-size: 4.83092vw;
    color: #2dd3a9;
    border-bottom: 1px solid #2dd3a9;
    position: relative;
    padding: 2.89855vw 0 2.89855vw 12.31884vw;
    margin-bottom: 3.62319vw;
  }
  .list01_cm ul li h3::before {
    position: absolute;
    top: 45%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: bold;
    font-size: 8.45411vw;
    color: #2dd3a9;
    counter-increment: div;
    content: counter(div, decimal-leading-zero);
  }
  .list01_cm ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    line-height: 5.7971vw;
    color: #767676;
  }
  .list02_cm ul {
    counter-reset: div;
  }
  .list02_cm ul li {
    background: #fff;
    border: 1px solid #2dd3a9;
    padding: 6.03865vw 4.83092vw;
  }
  .list02_cm ul li + li {
    margin-top: 3.62319vw;
  }
  .list02_cm ul li h3 {
    position: relative;
    padding-left: 8.45411vw;
    margin-bottom: 4.83092vw;
    line-height: 1.33333;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #2dd3a9;
  }
  .list02_cm ul li h3::before {
    position: absolute;
    top: -1.44928vw;
    left: 0;
    font-weight: bold;
    font-size: 6.76329vw;
    color: #2dd3a9;
    counter-increment: div;
    content: counter(div) ".";
    line-height: 1;
  }
  .list02_cm ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #767676;
  }
  .faq_cm {
    padding-bottom: 9.66184vw;
  }
  .faq_cm .faq_list dl + dl {
    margin-top: 7.24638vw;
  }
  .faq_cm .faq_list dl dt {
    font-weight: 900;
    font-size: 4.34783vw;
    color: #2dd3a9;
    position: relative;
    border-bottom: 1px solid #2dd3a9;
    padding: 3.62319vw 0 3.62319vw 6.03865vw;
    margin-bottom: 3.62319vw;
  }
  .faq_cm .faq_list dl dt::before {
    content: "Q";
    position: absolute;
    top: 2.89855vw;
    left: 0;
    display: block;
    font-weight: 900;
    font-size: 4.34783vw;
    color: #2dd3a9;
  }
  .faq_cm .faq_list dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #767676;
    position: relative;
    padding: 0 2.41546vw 0 7.24638vw;
  }
  .faq_cm .faq_list dl dd::before {
    content: "A";
    font-family: 'Noto Serif JP', serif;
    position: absolute;
    top: 0;
    left: 1.69082vw;
    display: block;
    font-weight: 900;
    font-size: 4.34783vw;
    color: #767676;
  }
  .grid01 .grid01_it + .grid01_it {
    margin-top: 16.90821vw;
  }
  .grid01 .grid01_it figure {
    text-align: center;
  }
  .grid01 .grid01_it figure.marEye {
    margin-bottom: 3.6231vw;
  }
  .listCheck {
    background: #2dd3a9;
    padding: 6.03865vw 5.7971vw;
    margin-bottom: 4.83092vw;
  }
  .listCheck li {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 5.7971vw;
    color: #fff;
    position: relative;
    word-break: break-all;
  }
  .listCheck li::before {
    content: "✔︎";
    font-size: 3.86473vw;
    color: #fff;
    font-weight: 700;
    line-height: 5.7971vw;
    margin-right: 4.34783vw;
  }
  .ttl02 {
    position: relative;
    text-align: center;
    font-weight: 900;
    font-size: 6.76329vw;
    line-height: 1.32143;
    text-align: center;
    color: #2dd3a9;
    padding-bottom: 3.62319vw;
    margin-bottom: 7.24638vw;
  }
  .ttl02.st2:after {
    display: none;
  }
  .ttl02: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.7343vw;
    height: 0.48309vw;
    background: #2dd3a9;
  }
  .tb02 dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tb02 dl:last-child dt, .tb02 dl:last-child dd {
    border-bottom: 1px solid #c0faeb;
  }
  .tb02 dl * {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tb02 dl dt {
    width: 28.01932vw;
    padding: 3.62319vw;
    background: #2dd3a9;
    border-top: 1px solid #c0faeb;
    border-left: 1px solid #c0faeb;
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.57143;
    text-align: center;
    color: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    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;
  }
  .tb02 dl dd {
    width: 100%;
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.57143;
    color: #767676;
    background: #eafff2;
    border-top: 1px solid #c0faeb;
    border-left: 2px solid #c0faeb;
    border-right: 1px solid #c0faeb;
    padding: 3.62319vw 4.83092vw;
    word-break: break-all;
  }
  .tb02 dl dd p + p {
    margin-top: 4.83092vw;
  }
  .t_ttl {
    margin-bottom: 6.03865vw;
    text-align: center;
  }
  .t_ttl span {
    display: block;
    font-weight: bold;
    font-size: 9.66184vw;
    line-height: 1.425;
    color: #2dd3a9;
  }
  .t_ttl small {
    font-weight: bold;
    font-size: 3.86473vw;
    color: #565656;
  }
  a.btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-width: 56.76329vw;
    height: 13.76812vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #2dd3a9;
    font-weight: normal;
    font-size: 3.86473vw;
    color: #fff;
    padding: 0 8.9372vw;
  }
  a.btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.41546vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.83092vw;
    height: 1.69082vw;
    background: url(../img/btn_ar.svg) center/contain no-repeat;
    display: block;
  }
  a.btn02 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-width: 44.68599vw;
    height: 12.31884vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #fff;
    border: 1px solid #2dd3a9;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    color: #2dd3a9;
    padding: 0 3.62319vw;
    font-weight: 700;
  }
  a.btn02:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.69082vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.93237vw;
    height: 3.38164vw;
    background: url(../img/btn02_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv_slider ul li {
    position: relative;
  }
  .p_top .mv_slider ul li picture {
    width: 54.1%;
    display: block;
    margin-left: auto;
  }
  .p_top .mv_slider .swiper-pagination {
    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;
    bottom: 2.89855vw;
  }
  .p_top .mv_slider .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    margin: 0 0.72464vw;
    width: 3.1401vw;
    height: 3.1401vw;
    background: rgba(49, 25, 4, 0.21);
  }
  .p_top .mv_slider .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background-color: #a4e5d5;
  }
  .p_top .mv .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 19;
    pointer-events: none;
  }
  .p_top .mv .txt .row {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .mv .txt .row .txt_block {
    pointer-events: auto;
  }
  .p_top .mv .txt .row h2 {
    font-weight: bold;
    font-size: 7.00483vw;
    line-height: 1.41379;
    color: #2dd3a9;
    margin-bottom: 3.62319vw;
  }
  .p_top .mv .txt .row p {
    font-weight: bold;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #484848;
  }
  .p_top .linktop {
    padding: 13.04348vw 0;
  }
  .p_top .linktop ul li + li{
    margin-top: 3.62319vw;
  }
  .p_top .linktop ul li a {
    position: relative;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 1px solid #2dd3a9;
    text-align: center;
    min-height: 34.54106vw;
    padding: 0 3.62319vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -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 .linktop ul li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.657vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.93237vw;
    height: 7.24638vw;
    background: url(../img/linktop_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_top .linktop ul li a span {
    font-weight: bold;
    font-size: 3.38164vw;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background: #2dd3a9;
    border: 1px solid #2dd3a9;
    padding: 0.48309vw 1.93237vw;
    margin-bottom: 1.44928vw;
  }
  .p_top .linktop ul li a em {
    font-weight: bold;
    font-size: 7vw;
    color: #767676;
    font-style: normal;
  }
  .p_top .linktop ul li a small {
    font-weight: 500;
    font-size: 2.89855vw;
    line-height: 1.41667;
    text-align: center;
    color: #767676;
    display: block;
    margin-top: 1.44928vw;
  }
  .p_top .news .news_btn {
    text-align: center;
    margin-top: 8.9372vw;
  }
  .p_top .news_r {
    width: 100%;
  }
  .p_top .news_r ul li a {
    font-family: "Noto Sans JP", sans-serif;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 4.10628vw 0;
    border-bottom: 1px solid #ededed;
  }
  .p_top .news_r ul li a time {
    font-size: 3.38164vw;
    color: #2dd3a9;
    width: 19.80676vw;
  }
  .p_top .news_r ul li a .tag {
    width: 24.15459vw;
  }
  .p_top .news_r ul li a .tag span {
    font-size: 2.89855vw;
    color: #fff;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #2dd3a9;
    display: inline-block;
    padding: 0 1.93237vw;
  }
  .p_top .news_r ul li a p {
    font-size: 3.86473vw;
    color: #565656;
  }
  .p_top .message {
    padding: 15.94203vw 0 9.66184vw;
    position: relative;
  }
  .p_top .message::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 3.62319vw;
    width: 92.75362vw;
    height: 1.20773vw;
    background: #2dd3a9;
    display: block;
  }
  .p_top .message_top_r {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p_top .message_top_r picture {
    margin-top: 7.24638vw;
  }
  .p_top .message_top_r .txt p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.86473vw;
    line-height: 2;
  }
  .p_top .message .message_ttl3 {
    text-align: center;
    position: relative;
    padding: 5.55556vw 0 15.70048vw;
    line-height: 1.43478;
    font-weight: bold;
    font-size: 5.55556vw;
    color: #767676;
  }
  .p_top .message .message_ttl3 p + p {
    margin-top: 1.93237vw;
  }
  .p_top .message .message_ttl3 em {
    font-style: normal;
    color: #0BA981;
  }
  .p_top .message .message_ttl3 .lg {
    font-size: 5.7971vw;
  }
  .p_top .message .message_ttl3 .bd {
    border-bottom: 1px dashed #311904;
  }
  .p_top .message .message_ttl3:before {
    content: "";
    position: absolute;
    top: 1.44928vw;
    left: -7.24638vw;
    width: 19.08213vw;
    height: 32.85024vw;
    background: url(../img/message_bg1.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .message .message_ttl3:after {
    content: "";
    position: absolute;
    right: -18.11594vw;
    bottom: 7.24638vw;
    width: 55.07246vw;
    height: 33.09179vw;
    background: url(../img/message_bg2.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .message .message_mid ul li {
    border: 1px solid #2dd3a9;
  }
  .p_top .message .message_mid ul li + li {
    margin-top: 8.45411vw;
  }
  .p_top .message .message_mid ul li:nth-of-type(2) figure::after {
    width: 12.18357vw;
    height: 12.24638vw;
    background-image: url(../img/message_n2.png);
    -moz-background-size: contain;
         background-size: contain;
    bottom: 3.86473vw;
    right: 3.71981vw;
  }
  .p_top .message .message_mid ul li:nth-of-type(3) figure::after {
    width: 10.21498vw;
    height: 14.20773vw;
    background-image: url(../img/message_n3.png);
    -moz-background-size: contain;
         background-size: contain;
    bottom: 3.86473vw;
    right: 4.83092vw;
  }
  .p_top .message .message_mid ul li figure {
    position: relative;
  }
  .p_top .message .message_mid ul li figure::after {
    content: "";
    position: absolute;
    bottom: 3.71981vw;
    right: 5.31401vw;
    width: 9.07005vw;
    height: 12.48309vw;
    background-image: url(../img/message_n1.png);
    background-repeat: no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    display: block;
    -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
            filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  }
  .p_top .message .message_mid ul li .txt {
    padding: 5.31401vw 6.03865vw 3.62319vw;
  }
  .p_top .message .message_mid ul li h4 {
    text-align: center;
    margin-bottom: 4.10628vw;
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.45;
    text-align: center;
    color: #2dd3a9;
  }
  .p_top .message .message_mid ul li h4 span {
    font-size: 3.38164vw;
    color: #767676;
    display: block;
  }
  .p_top .message .message_mid ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #767676;
  }
  .p_top .message .message_bot {
    margin: 12.07729vw -3.62319vw 0;
  }
  .p_top .message .message_bot .mgi {
    border-top: 1px solid #ededed;
  }
  .p_top .message .message_bot .mgi + .mgi {
    margin-top: 9.66184vw;
  }
  .p_top .message .message_bot .mbi_bg {
    position: relative;
  }
  .p_top .message .message_bot .mbi_bg .txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3.62319vw;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .message .message_bot .mbi_bg .txt h3 {
    font-size: 4.83092vw;
    color: #767676;
  }
  .p_top .message .message_bot .mbi_bg .txt h3 small {
    display: block;
    font-size: 3.38164vw;
    color: rgba(49, 25, 4, 0.54);
  }
  .p_top .message .message_bot .mbi_bg .txt h3 span {
    display: block;
    position: relative;
    font-size: 9.66184vw;
    color: #767676;
    margin-bottom: 2.41546vw;
  }
  .p_top .message .message_bot .mbi_bg .txt h3 span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30.19324vw;
    height: 0.24155vw;
    background: #767676;
    display: block;
  }
  .p_top .message .message_bot .mbi_link ul {
    margin: 0 -1.69082vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 3.62319vw;
  }
  .p_top .message .message_bot .mbi_link ul li {
    margin: 1.20773vw;
  }
  .p_beginners .beginners .flow {
    padding: 12.07729vw 0 8.45411vw;
  }
  .p_beginners .beginners .flow .t_ttl {
    display: block;
  }
  .p_beginners .beginners .flow .flow-list {
    counter-reset: number;
  }
  .p_beginners .beginners .flow .flow-list .item + .item {
    margin-top: 9.66184vw;
  }
  .p_beginners .beginners .flow .flow-list .item_l {
    position: relative;
    margin-bottom: 3.62319vw;
  }
  .p_beginners .beginners .flow .flow-list .item_l h3 {
    position: relative;
    background: #2dd3a9;
    font-weight: bold;
    font-size: 7.24638vw;
    line-height: 1.23077;
    text-align: center;
    color: #fff;
    padding: 3.83237vw;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .p_beginners .beginners .flow .flow-list .item_l h3 br {
    display: none;
  }
  .p_beginners .beginners .flow .flow-list .item_l h3:before {
    font-weight: bold;
    font-size: 4.83092vw;
    text-align: center;
    color: #fff;
    counter-increment: number;
    content: "STEP " counter(number, decimal-leading-zero);
    margin-bottom: 0.72464vw;
    display: block;
  }
  .p_beginners .beginners .flow .flow-list .item_l figure {
    /* height: 100%; */
    height: 75.5555vw;
    padding-top: 20.5555vw;
  }
  .p_beginners .beginners .flow .flow-list .item_l figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_beginners .beginners .flow .flow-list .item_r p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 3.86473vw;
    line-height: 1.6875;
    color: #565656;
  }
  .p_beginners .beginners .flow .flow-list .item_r p span {
    color: #2D7AD3;
  }
  .tb_cm {
    margin-bottom: 7.24638vw;
  }
  .tb_cm caption {
    display: none;
  }
  .tb_cm.custom_mg {
    margin-bottom: 2.41546vw;
  }
  .tb_cm * {
    font-family: "Noto Sans JP", sans-serif;
  }
  .tb_cm table {
    border-collapse: collapse;
    border-spacing: 0;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    table-layout: fixed;
    width: 100%;
  }
  .tb_cm table.st1 th:nth-of-type(2), .tb_cm table.st1 th:nth-of-type(3) {
    width: 20.4385vw;
  }
  .tb_cm table.st2 th:nth-of-type(2) {
    width: 40.877vw;
  }
  .tb_cm table.st3 th:nth-of-type(2) {
    /* width: 40.877vw; */
    width: 31.8840vw;
  }
  .tb_cm table.st3 th:nth-of-type(3) {
    /* width: 20.4385vw; */
    width: 18.35748vw;
  }
  .tb_cm table.st4 th:nth-of-type(2) {
    width: 26.81159vw;
  }
  .tb_cm table.st5 th:nth-of-type(2) {
    width: 29.72873vw;
  }
  .tb_cm table.st5 th:nth-of-type(3) {
    width: 24.15459vw;
  }
  .tb_cm table.st6 th:nth-of-type(2), .tb_cm table.st6 th:nth-of-type(3) {
    width: 24.15459vw;
  }
  .tb_cm table.st7 tr:last-child td {
    /* border-bottom: 1px solid #c0faeb; */
  }
  .tb_cm table.st7 td {
    color: #2dd3a9;
  }
  .tb_cm table.st7 td:nth-of-type(1) {
    background: #c0faeb;
    font-weight: bold;
    font-size: 3.1401vw;
    text-align: center;
    color: #2dd3a9;
  }
  .tb_cm table.st8.cus th:nth-of-type(2) {
    width: 38.64734vw;
  }
  .tb_cm table.st8 th:nth-of-type(2) {
    width: 31.40097vw;
  }
  .tb_cm table.st8 th:nth-of-type(3) {
    width: 19.32367vw;
  }
  .tb_cm table.st9 tr:last-child td {
    /* border-bottom: 1px solid #c0faeb; */
  }
  .tb_cm table.st9 td {
    color: #2dd3a9;
  }
  .tb_cm table.st9 td.bg01 {
    background: #c0faeb;
    font-weight: bold;
    font-size: 3.1401vw;
    text-align: center;
    color: #2dd3a9;
  }
  .tb_cm table th {
    background: #2dd3a9;
    font-weight: bold;
    font-size: 3.38164vw;
    text-align: center;
    color: #fff;
    padding: 3.62319vw 2.41546vw;
  }
  .tb_cm table td {
    background: #eafff2;
    font-weight: 500;
    /* font-size: 2.89855vw; */
    font-size: 2.7vw;
    text-align: center;
    color: #767676;
    padding: 1.93237vw 1.20773vw;
    border-top: 1px solid #c0faeb;
    vertical-align: middle;
  }
  .tb_cm table td:not(:last-child) {
    border-right: 1px solid #c0faeb;
  }
  .tb_cm table td.column-1 {
    font-weight: 700;
  }
  .tb_cm table td .txt01 {
    font-weight: 500;
    text-align: center;
    color: #767676;
    font-size: 2.89855vw;
  }
  .tb_cm table td .txt01 span {
    color: #2DD3A9;
    font-weight: bold;
  }
  .tb_cm table td .txt_nm {
    font-weight: 400;
    font-size: 2.89855vw;
  }
  .p_price .ttl .txt img {
    width: 33.65539vw;
  }
  .p_price .price {
    font-family: "Noto Sans JP", sans-serif;
  }
  .p_price .price .payment {
    padding: 8.21256vw 0 2.657vw;
  }
  .p_price .price .payment_l p {
    font-weight: 500;
    font-size: 3.86473vw;
    color: #767676;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
    margin-bottom: 9.66184vw;
  }
  .p_price .price .payment_r {
    background: #fff;
    border: 1px solid #2dd3a9;
    padding: 2.41546vw 3.62319vw;
  }
  .p_price .price .payment_r .box dl dt {
    font-weight: bold;
    font-size: 3.86473vw;
    text-align: center;
    color: #767676;
    margin-bottom: 2.41546vw;
  }
  .p_price .price .payment_r .box dl dt span {
    color: #2DD3A9;
  }
  .p_price .price .price_box {
    margin-bottom: 7.24638vw;
  }
  .p_price .price .price_box .box {
    background: #fff;
    border: 1px solid #2dd3a9;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4.58937vw 2.89855vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    overflow: hidden;
  }
  .p_price .price .price_box .box::before {
    content: "";
    position: absolute;
    top: 1.20773vw;
    left: 0;
    width: 24.03382vw;
    height: 18.84058vw;
    background: url(../img/price/price_box_bg1.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_price .price .price_box .box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34.17874vw;
    height: 22.82609vw;
    background: url(../img/price/price_box_bg2.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_price .price .price_box .box dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_price .price .price_box .box dl:nth-of-type(1) {
    margin-right: 4.83092vw;
  }
  .p_price .price .price_box .box dl dt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 4.34783vw;
    color: #2dd3a9;
  }
  .p_price .price .price_box .box dl dd {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 6.76329vw;
    color: #767676;
  }
  .p_price .price .price_ct .tb_btnWr {
    text-align: center;
    margin-top: 12.07729vw;
  }
  .p_price .price .price_ct .tb_btnWr a.tb_btn {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
    border: 1px solid #2dd3a9;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 6.03865vw;
    color: #2bd9c5;
    padding: 4.34783vw 10.86957vw;
    position: relative;
    display: inline-block;
  }
  .p_price .price .price_ct .tb_btnWr a.tb_btn: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: 1.20773vw;
    height: 5.07246vw;
    background: url(../img/linktop_ar.svg) center/contain no-repeat;
    display: block;
  }
  .p_price .price .price_ct .tabs {
    display: -ms-grid;
    display: grid;
    gap: 2.41546vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_price .price .price_ct .tabs li a {
    height: 12.31884vw;
    -moz-border-radius: 1.20773vw;
         border-radius: 1.20773vw;
    background: #2dd3a9;
    border: 1px solid #2dd3a9;
    -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-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-weight: bold;
  }
  .p_price .price .price_ct .tabs li a.active, .p_price .price .price_ct .tabs li a:hover {
    background: #fff;
    color: #2dd3a9;
    opacity: 1;
  }
  .p_price .price .price_ct .tab_content {
    padding-top: 16.90821vw;
    display: none;
    width: 193.23671vw;
    max-width: 100%;
    margin: 0 auto;
  }
  .p_price .price .price_ct .tab_content.active {
    display: block;
  }
  .p_price .price .price_ct .price_ttl01 {
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    font-size: 6.76329vw;
    text-align: center;
    color: #2dd3a9;
    margin-bottom: 8.69565vw;
  }
  .p_price .price .price_ct .price_ttl02 {
    font-family: 'Noto Serif JP', serif;
    font-weight: 900;
    font-size: 5.31401vw;
    color: #2dd3a9;
    border-bottom: 0.72464vw solid #2dd3a9;
    margin-bottom: 3.62319vw;
    padding: 2.41546vw;
  }
  .p_price .price .price_ct .tb_txt {
    text-align: center;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.5;
    font-size: 3.86473vw;
    text-align: center;
    color: #767676;
    margin-bottom: 7.24638vw;
  }
  .p_price .price .price_ct .tb_note {
    font-size: 2.41546vw;
    margin-top: -3.62319vw;
  }
  .p_access .ttl .txt img {
    width: 91.03261vw;
  }
  .p_access .block_cm .consultation_inner {
    border-top: 0;
  }
  .p_access .block_cm .access .btnWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 7.24638vw;
  }
  .p_access .block_cm .access .btnWr .btn {
    width: 78.98551vw;
    height: 19.08213vw;
    font-size: 5.31401vw;
  }
  .p_access .block_cm .access .btnWr .btn:after {
    width: 6.03865vw;
    height: 2.17391vw;
    right: 2.89855vw;
  }
  .boxoverlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1900;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background: rgba(45, 211, 169, 0.7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
  }
  .modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 50%;
    width: 92.75362vw;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
  .modal.open {
    visibility: visible;
  }
  .modal.open .m_in {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  .modal .wrap_modal {
    max-height: 60vh;
    overflow: auto;
  }
  .modal .wrap_modal ul {
    padding-bottom: 19.32367vw;
  }
  .modal .wrap_modal ul li + li {
    margin-top: 4.83092vw;
  }
  .modal .wrap_modal ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.38164vw;
    text-align: center;
    color: #767676;
    margin-top: 1.93237vw;
  }
  .modal .m_in {
    -webkit-transform: scale(2);
       -moz-transform: scale(2);
        -ms-transform: scale(2);
            transform: scale(2);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding: 9.66184vw 12.07729vw;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    background: #fff;
  }
  .modal .m_area {
    position: relative;
  }
  .modal .btn_wr {
    position: absolute;
    bottom: 2.41546vw;
    left: -12.07729vw;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 92.75362vw;
  }
  .modal .btn_wr img {
    width: 8.69565vw;
  }
  .p_introduction .ttl .txt img {
    width: 57.32689vw;
  }
  .p_introduction .introduction .intro {
    padding: 14.49275vw 0 9.66184vw;
  }
  .p_introduction .introduction .intro .row {
    max-width: 193.23671vw;
  }
  .p_introduction .introduction .intro .txtTop {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3.86473vw;
    text-align: center;
    color: #767676;
    margin-bottom: 14.49275vw;
  }
  .p_introduction .introduction .intro ul li + li {
    margin-top: 14.49275vw;
  }
  .p_introduction .introduction .intro ul li figure {
    height: 60.38647vw;
  }
  .p_introduction .introduction .intro ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_introduction .introduction .intro ul li h4 {
    font-weight: bold;
    font-size: 4.83092vw;
    line-height: 1.45;
    text-align: center;
    color: #2dd3a9;
    margin: 4.83092vw 0 2.41546vw;
  }
  .p_introduction .introduction .intro ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.5;
    text-align: center;
    color: #767676;
  }
  .p_introduction .introduction .gallery {
    padding-bottom: 8.45411vw;
  }
  .p_introduction .introduction .gallery .gallery_list {
    display: -ms-grid;
    display: grid;
    gap: 3.62319vw 2.89855vw;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
  .p_introduction .introduction .gallery .gallery_list li img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .ttl .txt img {
    width: 36.3124vw;
  }
  .p_recruit .t_ttl {
    display: block;
  }
  .p_recruit .recruit .greeting {
    padding: 14.49275vw 0;
    position: relative;
  }
  .p_recruit .recruit .greeting:before {
    content: "";
    position: absolute;
    top: 33.81643vw;
    left: 0;
    width: 19.08213vw;
    height: 32.85024vw;
    background: url(../img/message_bg1.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_recruit .recruit .greeting:after {
    content: "";
    position: absolute;
    right: 0;
    top: 85.50725vw;
    width: 55.07246vw;
    height: 33.09179vw;
    background: url(../img/message_bg2.png) center/contain no-repeat;
    display: block;
    z-index: -1;
  }
  .p_recruit .recruit .greeting .box {
    padding: 6.03865vw;
    border: 1px solid #2dd3a9;
  }
  .p_recruit .recruit .greeting .box p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #767676;
  }
  .p_recruit .recruit .charm ul {
    counter-reset: number;
  }
  .p_recruit .recruit .charm ul li + li {
    margin-top: 9.17874vw;
  }
  .p_recruit .recruit .charm ul li figure {
    width: 91.30435vw;
    position: relative;
    height: 51.44928vw;
    margin-bottom: 2.41546vw;
  }
  .p_recruit .recruit .charm ul li figure:after {
    content: '';
    position: absolute;
    right: -1.20773vw;
    bottom: -1.20773vw;
    z-index: -1;
    width: 83.57488vw;
    height: 46.13527vw;
    background: #2dd3a9;
  }
  .p_recruit .recruit .charm ul li figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_recruit .recruit .charm ul li h3 {
    position: relative;
    font-weight: 900;
    font-size: 4.83092vw;
    color: #2dd3a9;
    border-bottom: 1px solid #2dd3a9;
    padding: 4.83092vw 0 4.83092vw 13.52657vw;
    margin-bottom: 4.83092vw;
  }
  .p_recruit .recruit .charm ul li h3:before {
    font-weight: bold;
    font-size: 9.66184vw;
    text-align: center;
    color: #2dd3a9;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
  }
  .p_recruit .recruit .charm ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #767676;
  }
  .p_recruit .recruit .interview {
    padding: 12.07729vw 0 16.90821vw;
  }
  .p_recruit .recruit .interview_main dl {
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    overflow: hidden;
    background: #fff;
    border: 1px solid #2dd3a9;
  }
  .p_recruit .recruit .interview_main dl + dl {
    margin-top: 4.83092vw;
  }
  .p_recruit .recruit .interview_main dl dt {
    font-weight: 900;
    font-size: 4.83092vw;
    text-align: center;
    padding: 2.41546vw;
    color: #fff;
    background: #2dd3a9;
  }
  .p_recruit .recruit .interview_main dl dd {
    padding: 6.03865vw 4.83092vw;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #767676;
  }
  .p_recruit .recruit .recruitment {
    padding-bottom: 14.97585vw;
  }
  .p_recruit .recruit .recruitment .row {
    max-width: 193.23671vw;
  }
  .p_recruit .recruit .recruitment_it + .recruitment_it {
    margin-top: 11.35266vw;
  }
  .p_recruit .recruit .flow {
    padding-bottom: 14.49275vw;
  }
  .p_recruit .recruit .flow ul {
    counter-reset: number;
  }
  .p_recruit .recruit .flow ul li {
    background: #fff;
    border: 1px solid #2dd3a9;
    text-align: center;
    padding: 4.83092vw 12.07729vw;
  }
  .p_recruit .recruit .flow ul li:nth-of-type(3) figure img {
    height: 100%;
  }
  .p_recruit .recruit .flow ul li:not(:last-of-type) {
    position: relative;
    margin-bottom: 10.86957vw;
  }
  .p_recruit .recruit .flow ul li:not(:last-of-type):after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -8.9372vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4.34783vw solid transparent;
    border-right: 4.34783vw solid transparent;
    border-top: 6.03865vw solid #2dd3a9;
  }
  .p_recruit .recruit .flow ul li h3 {
    position: relative;
    text-align: left;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.86473vw;
    color: #2dd3a9;
    margin-bottom: 4.83092vw;
  }
  .p_recruit .recruit .flow ul li h3:before {
    margin-right: 3.62319vw;
    counter-increment: number;
    content: counter(number, decimal-leading-zero);
  }
  .p_recruit .recruit .flow ul li figure {
    height: 16.18357vw;
    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_recruit .recruit .flow ul li figure img {
    height: 13.76812vw;
    width: auto;
  }
  .p_recruit .recruit .flow ul li p {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 3.86473vw;
    line-height: 1.5;
    color: #767676;
    margin-top: 4.83092vw;
  }
  .p_news .ttl .txt img {
    width: 67.77088vw;
  }
  .p_news .news {
    padding: 16.90821vw 0 9.66184vw;
  }
  .p_news .news .accordion dl {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: #eafff2;
  }
  .p_news .news .accordion dl + dl {
    margin-top: 4.83092vw;
  }
  .p_news .news .accordion dl:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13.04348vw;
    height: 22.343vw;
    background: url(../img/news/leaf01.png) center/contain no-repeat;
    z-index: -1;
  }
  .p_news .news .accordion dl:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 32.24638vw;
    height: 20.28986vw;
    background: url(../img/news/leaf02.png) center/contain no-repeat;
    z-index: -1;
  }
  .p_news .news .accordion dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    cursor: pointer;
    padding: 4.83092vw 14.49275vw 4.83092vw 2.41546vw;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_news .news .accordion dl dt time {
    font-weight: bold;
    font-size: 3.38164vw;
    text-align: left;
    color: #767676;
    margin-right: 3.62319vw;
  }
  .p_news .news .accordion dl dt ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p_news .news .accordion dl dt ul li {
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
    background: #2dd3a9;
    font-weight: bold;
    font-size: 2.89855vw;
    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;
    padding: 0 2.41546vw;
    color: #fff;
  }
  .p_news .news .accordion dl dt ul li:not(:last-of-type) {
    margin-right: 1.20773vw;
  }
  .p_news .news .accordion dl dt span {
    font-weight: bold;
    font-size: 3.86473vw;
    color: #767676;
    width: 100%;
    display: block;
    margin-top: 3.1401vw;
  }
  .p_news .news .accordion dl dt i {
    position: absolute;
    width: 7.72947vw;
    height: 7.72947vw;
    right: 3.62319vw;
    top: 50%;
    margin-top: -3.86473vw;
    display: block;
  }
  .p_news .news .accordion dl dt i:before, .p_news .news .accordion dl dt i:after {
    content: "";
    position: absolute;
    background-color: #707070;
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -moz-transition: transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out, -moz-transform 0.25s ease-out;
    z-index: -1;
  }
  .p_news .news .accordion dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.24155vw;
    height: 100%;
    margin-left: -0.12077vw;
  }
  .p_news .news .accordion dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.24155vw;
    margin-top: -0.12077vw;
  }
  .p_news .news .accordion dl dt.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p_news .news .accordion dl dt.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .p_news .news .accordion dl dd {
    max-height: 0;
    padding: 0 2.41546vw;
    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_news .news .accordion dl dd .accordion_ctn {
    border-top: 1px solid #707070;
    padding: 4.83092vw 2.41546vw 9.66184vw;
  }
  .p_news .news .accordion dl dd p {
    font-weight: bold;
    font-size: 3.38164vw;
    text-align: left;
    color: #767676;
  }
  .p_news .news .accordion dl dd p span {
    color: #2DD3A9;
  }
  .p_news .news .accordion dl dd p + p {
    margin-top: 4.83092vw;
  }
  .ttl_bigWr {
    text-align: center;
    padding: 16.90821vw 0;
  }
  .block {
    margin-bottom: 19.32367vw;
  }
  .block.cusMar {
    margin-bottom: 4.8309vw;
  }
  .block p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.38164vw;
    line-height: 1.71429;
    color: #767676;
  }
  .ttl_big {
    position: relative;
    font-weight: bold;
    font-size: 7.97101vw;
    line-height: 1.24242;
    text-align: center;
    color: #2dd3a9;
    padding: 3.62319vw 0;
  }
  .ttl_big:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 13.6876vw;
    height: 23.6715vw;
    background: url(../img/news/leaf01.png) center/contain no-repeat;
    z-index: -1;
  }
  .ttl_big:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 34.29952vw;
    height: 19.64573vw;
    background: url(../img/news/leaf02.png) center/contain no-repeat;
    z-index: -1;
  }
  .moreSpace {
    margin-top: 16.90821vw;
  }
}
@media screen and (min-width: 769px) {
  .wp-pagenavi {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 41px;
  }
  .wp-pagenavi .pages,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    display: none;
  }
  .wp-pagenavi .page {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #2DD3A9;
    background: #fff;
    color: #2DD3A9;
    font-size: 2rem;
    line-height: 29px;
    font-family: "Noto Serif JP", sans-serif;
    margin: 0 4.5px;
    font-weight: 700;
  }
  .wp-pagenavi span.current {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #2DD3A9!important;
    background: #2DD3A9;
    color: #fff;
    font-size: 2rem;
    line-height: 29px;
    font-family: "Noto Serif JP", sans-serif;
    margin: 0 4.5px;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    margin-top: 9.6618vw;
  }
  .wp-pagenavi .pages,
  .wp-pagenavi .nextpostslink,
  .wp-pagenavi .previouspostslink {
    display: none;
  }
  .wp-pagenavi .page {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 9.6618vw;
    height: 9.6618vw;
    border: 1px solid #2DD3A9;
    background: #fff;
    color: #2DD3A9;
    font-size: 4.8309vw;
    line-height: 7.0048vw;
    font-family: "Noto Serif JP", sans-serif;
    margin: 1.0869;
    font-weight: 700;
  }
  .wp-pagenavi span.current {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 9.6618vw;
    height: 9.6618vw;
    border: 1px solid #2DD3A9!important;
    background: #2DD3A9;
    color: #fff;
    font-size: 4.8309vw;
    line-height: 7.0048vw;
    font-family: "Noto Serif JP", sans-serif;
    margin: 1.0869vw;
    font-weight: 700;
  }
}






<!-- 2023/9/5 -->
.p_top .message .top_profile {
	width: 50%;
}
.top_profile h3 {
	font-size: 24px;
	font-weight: 700;
	color: #2dd3a9;
	margin-top: 4rem
}
.top_profile h4 {
	font-size: 18px;
	font-weight: 700;
	margin-top: 2rem;
	margin-bottom: 1rem;
	color: #2dd3a9;
}
.top_profile p {
	font-family: "Noto Sans JP", sans-serif;
	margin: 2rem 0;
	font-size: 16px;
}
.top_profile ul li {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
}
.top_profile .profile_list {
	margin-bottom: 5rem;
}


.p_beginners .beginners .flow .flow-list .item_r a {
	color: #2dd3a9;
	border-bottom: 1px solid #2dd3a9;
}


.fixed_banner {
	display: flex;
	flex-wrap: no-wrap;
}

.recruit-botton{
    text-align: center;
    margin-top: 50px;
    }