@charset "UTF-8";
/* chance_wrap */
.chance_wrap {
    background: #ffffff;
    padding: 135px 0 78px;
    box-sizing: border-box;
}
.chance_in {
    position: relative;
    z-index: 10;
}
.chance_ct {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 45px;
    margin-top: 80px;
}
.chance_img img {
    width: 511px;
    height: auto;
}
.ttl {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.ttl.is-txtdeco > span {
    display: inline-block;
    position: relative;
    padding: 0 60px;
    box-sizing: border-box;
}
.ttl.is-txtdeco > span::before,
.ttl.is-txtdeco > span::after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -3px;
    z-index: 9;
}
.ttl.is-txtdeco > span::before,
.cat.is-txtdeco > span::before {
    background: url(../svg/ttldeco_l.svg) no-repeat center / 100% auto;
    left: 0;
}
.ttl.is-txtdeco > span::after,
.cat.is-txtdeco > span::after {
    background: url(../svg/ttldeco_r.svg) no-repeat center / 100% auto;
    right: 0;
}
.cat.is-txtdeco {
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}
.cat.is-txtdeco > span {
    display: inline-block;
    position: relative;
    padding: 0 42px;
    box-sizing: border-box;
}
.cat.is-txtdeco.ver2 > span {
    padding: 0 36px 0 42px;
}
.cat.is-txtdeco > span::before,
.cat.is-txtdeco > span::after {
    content: "";
    width: 33px;
    height: 33px;
    position: absolute;
    bottom: -4px;
    z-index: 9;
}
.chance-lst {
    padding: 10px 30px 30px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ebfaf8;
    margin-bottom: 22px;
}
.chance-lst li {
    position: relative;
}
.chance-lst li::after {
    content: "";
    width: 100%;
    height: 3px;
    background-image: radial-gradient(circle, #60d2b3 1.5px, transparent 1.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.chance-lst li > span {
    font-size: 18px;
    line-height: 2.778;
    font-weight: bold;
    color: #009944;
    padding: 0 6px 0 30px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
.chance-lst li::before {
    content: "";
    width: 21px;
    height: 17px;
    background: url(../img/icn_checkbox.png) no-repeat center / 100% auto;
    position: absolute;
    top: 16px;
    left: 5px;
    z-index: 9;
}
.chance-txt {
    font-size: 20px;
    line-height: 1.8;
    font-weight: bold;
}
.chance-txt .sp-emph {
    color: #009944;
    font-size: 26px;
    display: inline;
    background-position: left -100% bottom 2px;
    background-size: 200% 10px;
    background-repeat: repeat-x;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(253, 255, 125) 50%);
}
.cv_wrap {
    background: linear-gradient(to left, #28cc75, #00b297);
    overflow: hidden;
}
.cv_in {
    max-width: 780px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
    position: relative;
}
.cv_ct .cat {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    margin-bottom: 34px;
}
.cv_img {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.cv_img .mini-txt {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.429;
    text-align: center;
    color: #ffffff;
    margin: 0 0 5px auto;
    width: 110px;
    background: url(../img/cv_ttldeco.png) no-repeat center bottom 4px / 100% auto;
}
.cv-btn {
    width: 497px;
    height: 82px;
    margin: 0 auto;
}
.cv-btn .icn-search {
    font-size: 26px;
    line-height: 1;
}
.cv-img {
    margin-right: 6px;
}
.waywork_wrap {
    padding: 80px 0 66px;
    max-width: 983px;
    margin: 0 auto;
    box-sizing: border-box;
}
.waywork_ttl {
    margin-bottom: 105px;
}
.waywork_ttl .cat {
    margin-bottom: 17px;
}
.waywork_ct {
    display: flex;
    justify-content: center;
    gap: 0 38px;
    align-items: center;
    margin-bottom: 106px;
}
.waywork_ct .waywork-txt {
    font-size: 18px;
    font-weight: 500;
    line-height: 2.222;
}
.waywork_lst {
    padding: 16px 69px 32px 27px;
    box-sizing: border-box;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    position: relative;
}
.waywork_lst::before {
    content: "";
    width: 132px;
    height: 322px;
    background: url(../svg/lp_img02.svg) no-repeat center / 100% auto;
    position: absolute;
    top: 50%;
    margin-top: -174px;
    right: -65px;
    z-index: 9;
}
.waywork_lst li {
    position: relative;
}
.waywork_lst li::after {
    content: "";
    width: 100%;
    height: 3px;
    background-image: radial-gradient(circle, #60d2b3 1.5px, transparent 1.5px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 8px 3px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}
.waywork_lst li::before {
    content: "";
    width: 21px;
    height: 17px;
    background: url(../img/icn_checkbox.png) no-repeat center / 100% auto;
    position: absolute;
    top: 22px;
    left: 5px;
    z-index: 9;
}
.waywork_lst li > span {
    font-size: 24px;
    line-height: 2.5;
    font-weight: bold;
    color: #009944;
    padding: 0 6px 0 30px;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
}
.schdltab_btn {
    display: flex;
    justify-content: center;
    gap: 0 60px;
}
.schdltab_btn > li {
    width: 303px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    background: #1cbea1;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
}
.schdltab_btn > li.active {
    color: #1cbea1;
    background: #ffffff;
}
.schdlBody_wrap {
    padding: 32px 45px 54px 50px;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 20px;
}
.schdlBody_in .week_btn {
    display: flex;
    justify-content: center;
    gap: 0 116px;
}
.schdlBody_in .week_btn > li {
    width: 220px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #a2a2a2;
    border: 1px solid #d4d4d4;
    background: #f2f2f2;
    position: relative;
    cursor: pointer;
}
.schdlBody_in .week_btn > li.active {
    color: #1cbea1;
    border: 1px solid #1cbea1;
    background: #ebfaf8;
}
.schdlBody_in .week_btn > li::after,
.schdlBody_in .week_btn > li::before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0;
}
.schdlBody_in .week_btn > li::after {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 7px solid #a2a2a2;
    bottom: 3px;
    z-index: 9;
}
.schdlBody_in .week_btn > li::before {
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #f2f2f2;
    bottom: 5px;
    z-index: 10;
}
.schdlBody_in .week_btn > li.active::after {
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-top: 9px solid #1cbea1;
    bottom: -9px;
}
.schdlBody_in .week_btn > li.active::before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 8px solid #ebfaf8;
    bottom: -8px;
}
.week-tbl {
    width: 100%;
    max-width: 890px;
    border-collapse: collapse;
}
.week-tbl th,
.week-tbl td {
    border: 1px solid #ccc;
    font-weight: bold;
    box-sizing: border-box;
}
.week-tbl th {
    vertical-align: middle;
}
.week-tbl td {
    vertical-align: top;
    padding: 15px 20px;
    line-height: 1.875;
    font-size: 16px;
}
.week-tbl thead th {
    background: #ebfaf8;
    text-align: center;
    font-size: 18px;
    line-height: 1.55;
    padding: 9px;
    width: 20.224%;
}
.week-tbl thead th.rfl {
    width: 11.236%;
}
.week-tbl thead th span {
    font-size: 16px;
    margin-top: 3px;
}
.week-tbl .side-head {
    width: 7.865%;
    background: #f4f4f4;
    font-weight: bold;
    text-align: center;
}
.week-tbl thead th.side-head.blank {
    opacity: 0;
    border: 0;
}
.week-tbl .am td {
    background: #ffffff;
    height: 120px;
}
.week-tbl .pm td {
    background: #fff9dd;
    height: 140px;
}
.week-tbl .pm td.no-class {
    background: #ffffff;
}
.week-tbl .am td.center {
    writing-mode: vertical-rl;
    text-align: center;
    vertical-align: middle;
    height: auto;
    letter-spacing: -0.4em;
}
.weektbl_wrap {
    margin-top: 35px;
}
.schdlBody_img {
    text-align: center;
    padding: 40px 0 0;
    box-sizing: border-box;
}
.support_wrap {
    padding: 74px 0 84px;
    max-width: 888px;
    margin: 0 auto;
}
.support_ttl {
    margin-bottom: 60px;
}
.support_ttl .cat {
    margin-bottom: 18px;
}
.flow_wrap {
    border-radius: 20px;
    background: #ffffff;
    padding: 50px 60px 34px;
    box-sizing: border-box;
}
.flow_wrap .ttl {
    font-size: 24px;
    color: #009944;
    text-align: center;
}
.flow_wrap .ttl span {
    border-bottom: 2px solid #009944;
}
.flowLst-item .flowLst-img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    background: #ffffff;
    width: 100px;
    height: 100px;
    position: relative;
}
.flowLst-item .flowLst-img::before {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: -10px;
    z-index: 9;
}
.flowLst-item.ver1 .flowLst-img::before {
    background: url(../img/num01.png) no-repeat center / 100% auto;
}
.flowLst-item.ver2 .flowLst-img::before {
    background: url(../img/num02.png) no-repeat center / 100% auto;
}
.flowLst-item.ver3 .flowLst-img::before {
    background: url(../img/num03.png) no-repeat center / 100% auto;
}
.flowLst-item.ver4 .flowLst-img::before {
    background: url(../img/num04.png) no-repeat center / 100% auto;
}
.flowLst-item.ver5 .flowLst-img::before {
    background: url(../img/num05.png) no-repeat center / 100% auto;
}
.flowLst-item .flowLst-img img {
    height: auto
}
.flowLst-item.ver1 .flowLst-img img {
    width: 54px;
}
.flowLst-item.ver2 .flowLst-img img {
    width: 43px;
    margin: 4px 0 0 5px;
}
.flowLst-item.ver3 .flowLst-img img {
    width: 56px;
}
.flowLst-item.ver4 .flowLst-img img {
    width: 51px;
}
.flowLst-item.ver5 .flowLst-img img {
    width: 51px;
    margin-left: 9px;
}
.flowLst_wrap {
    position: relative;
    margin-top: 30px;
    z-index: 2;
}
.flowLst_wrap::before {
    content: "";
    width: 1px;
    height: calc(100% - 50px);
    background: #cccccc;
    position: absolute;
    top: 25px;
    left: 50px;
    z-index: -1;
}
.flowLst_wrap > li:not(:last-child) {
    margin-bottom: 48px;
}
.flowLst_wrap > li {
    display: flex;
    align-items: center;
    gap: 0 22px;
}
.flowLst_wrap > li.ver1,
.flowLst_wrap > li.ver2 {
    align-items: start;
}
.flowLst_txt {
    width: calc(100% - 122px);
}
.flowLst_txt .cat {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.025em;
    line-height: 1.6;
    margin-bottom: 4px;
}
.flowLst_txt .txt {
    line-height: 2;
    letter-spacing: 0.025em;
}
.flowLst_txt .txt.ver2 {
    line-height: 1.625;
}
.flowLst_txt .flex_box {
    display: flex;
    justify-content: space-between;
}
.flowLst_txtimg .txt {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1.3;
    margin-top: 10px;
}
.flowLst_txtimg {
    margin-top: 8px;
}
.case_wrap {
    max-width: 982px;
    margin: 0 auto;
    padding: 94px 0 60px;
    box-sizing: border-box;
}
.case_ttl {
    margin-bottom: 60px;
}
.case_ttl .cat {
    margin-bottom: 17px;
}
.case_ct {
    display: flex;
    justify-content: space-between;
}
.casedtl_wrap {
    border: 2px solid #1cbea1;
    padding: 42px 22px 36px;
    box-sizing: border-box;
    border-radius: 20px;
    background: #ffffff;
    max-width: 463px;
    width: 100%;
    position: relative;
}
.casedtl_wrap .cat {
    font-size: 24px;
    color: #1cbea1;
    text-align: center;
    font-weight: bold;
    margin-bottom: 34px;
    line-height: 1;
}
.casedtl_wrap .cat span {
    border-bottom: 2px solid #1cbea1;
}
.casedtl_lst > li {
    display: flex;
    align-items: center;
    gap: 0 14px;
}
.casedtl_lst > li:not(:last-child) {
    margin-bottom: 11px;
}
.casedtl_lst > li .cate {
    width: 90px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #1cbea1;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.025em;
}
.casedtl_lst > li .txt {
    font-size: 14px;
    width: calc(100% - 104px);
    font-weight: 500;
}
.qa_wrap {
    margin: 0 auto;
    padding: 107px 0 60px;
    max-width: 750px;
}
.qa_ct {
    margin-top: 50px;
}
.qa_ct .qadtl_wrap:not(:last-child) {
    margin-bottom: 20px;
}
.qadtl_wrap {
    background: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    overflow: hidden;
}
.qest_wrap {
    position: relative;
    padding: 20px 90px 20px 20px;
    box-sizing: border-box;
    cursor: pointer;
}
.qest_wrap::before,
.qest_wrap::after {
    content: "";
    background: #1cbea1;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.qest_wrap::before {
    width: 16px;
    height: 2px;
    right: 38px;
}
.qest_wrap::after {
    width: 2px;
    height: 16px;
    right: 45px;
}
.qest_wrap.active::after {
    display: none;
}
.qest_wrap > span {
    padding-left: 52px;
    position: relative;
    font-size: 18px;
    line-height: 1.944;
    font-weight: 500;
    display: inline-block;
}
.qest_wrap > span::before,
.qest_wrap > span::after {
    content: "";
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
}
.qest_wrap > span::before {
    background: #1cbea1;
}
.qest_wrap > span::after {
    background: url(../img/icn_q.png) no-repeat center left 9px / 15px auto;
    z-index: 10;
}
.ans_wrap {
    padding: 12px 90px 20px 20px;
    box-sizing: border-box;
    display: none;
}
.ans_wrap > .txt {
    padding-left: 52px;
    position: relative;
    font-size: 18px;
    line-height: 1.7778;
    font-weight: 500;
}
.ans_wrap > .txt::before {
    content: "";
    width: 35px;
    height: 35px;
    background:#fabe00 url(../img/icn_a.png) no-repeat center / 14px auto;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-sizing: border-box;
}
.join_wrap {
    padding: 70px 0 52px;
    background: #ffffff;
    box-sizing: border-box;
}
.join_in {
    max-width: 1040px;
    margin: 0 auto;
}
.join_ttl {
    margin-bottom: 70px;
}
.join_ttl .cat {
    margin-bottom: 17px;
}
.joinRead-txt {
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.join_ct {
    margin: 50px 0 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 112px;
}
.join_txt .cat {
    font-size: 25px;
    letter-spacing: 0.025em;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 20px;
}
.join_txt .txt {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 2.331;
}
.join_txt .txt .fc-grn {
    font-weight: bold;
}
.join_wrap .ano-txt {
    text-align: center;
    font-size: 14px;
    line-height: 1.6643;
    letter-spacing: 0.025em;
}
.footer_wrap {
    padding: 36px 0 30px;
    box-sizing: border-box;
    background: #f2f2f2;
}
.footer-read {
    margin-bottom: 20px;
}
.footer-read .txt {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: 1;
}
.f-logolst {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 0 13px;
}
.f-logolst .logo-img.is-left img {
    width: 92px;
    height: auto;
}
.f-logolst .logo-img.is-right img {
    width: 70px;
    height: auto;
}
.footer_wrap .lnk-lst {
    display: flex;
    justify-content: center;
    gap: 0 1em;
    line-height: 1;
}
.footer_wrap .lnk-lst li a {
    font-size: 12px;
    letter-spacing: 0.025em;
    line-height: 1;
}
.footer_end {
    font-size: 12px;
    text-align: center;
    margin-top: 10px;
}
.sl_up {
    opacity: 0;
}
.sl_up.is-animated {
    animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.3s;
}
.hamburger_menu {
    position: fixed;
    top: 20px;
    right: 50px;
    width: 70px;
    height: 60px;
    cursor: pointer;
    z-index: 999;
}
.hamburger_menu.active {
    height: 70px;
}
.hamburger_menu span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 10px;
  background: #02B395;
}
.hamburger_menu, .hamburger_menu span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.hamburger_menu span:nth-of-type(1) {
  top: 0;
}
.hamburger_menu span:nth-of-type(2) {
  top: 25px;
}
.hamburger_menu span:nth-of-type(3) {
  bottom: 0;
}
.hamburger_menu.active span:nth-of-type(1) {
  -webkit-transform: translateY(30px) rotate(-45deg);
  transform: translateY(30px) rotate(-45deg);
}
.hamburger_menu.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger_menu.active span:nth-of-type(3) {
  -webkit-transform: translateY(-30px) rotate(45deg);
  transform: translateY(-30px) rotate(45deg);
}
.hamburger_wrap {
    position: fixed;
    z-index: 990;
    width: 100%;
    max-width: 500px;
    height: 100%;
    padding: 45px 10px;
    overflow: scroll;
    top: 0;
    right: 0;
    transition: all .5s ease-out;
    background: #fff;
    box-sizing: border-box;
    padding: 90px 30px;
    overflow: scroll;
    opacity: 0;
    pointer-events: none;
}
.hamburger_wrap.active {
    opacity: 1;
    pointer-events: all;
}
.hamburger_nav {
    margin-bottom: 30px;
}
.hamburgerLst_wrap li {
    border-bottom: dashed 2px #777373;
    font-size: 20px;
    font-weight: bold;
}
.hamburgerLst_wrap li a {
    display: block;
    padding: 20px 0 20px 50px;
    position: relative;
    transition: .2s;
}
.hamburgerLst_wrap li a::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 10px;
    margin-top: -10px;
    border-radius: 50%;
}
.hamburgerLst_wrap li:nth-child(1) a::before {
    background: #A3CF75;
}
.hamburgerLst_wrap li:nth-child(2) a::before {
    background: #26CB76;
}
.hamburgerLst_wrap li:nth-child(3) a::before {
    background: #03B495;
}
.hamburgerLst_wrap li:nth-child(4) a::before {
    background: #009944;
}
.hamburgerLst_wrap li:nth-child(5) a::before {
    background: #00875C;
}
.hamburgerLst_wrap li:nth-child(6) a::before {
    background: #02593E;
}
.hamburger-btn {
    width: 350px;
    height: 60px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: bold;
}
.hamburger-btn.icn-search {
    margin-bottom: 20px;
}
.hamburger-btn a {
    background: linear-gradient(to left, #28cc75, #00b297);
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    transition: .2s;
}
.hamburger-btn a > span {
    position: relative;
    padding-left: 30px;
    box-sizing: border-box;
}
.hamburger-btn a > span::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    margin-top: -10px;
}
.hamburger-btn.icn-search a > span::before {
    background: url(../svg/icn_seach.svg) no-repeat center / 100% auto;
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(12%) hue-rotate(233deg) brightness(102%) contrast(106%);
}
.hamburger-btn.icn-inquiries a > span::before {
    background: url(../svg/icn_inquiries.svg) no-repeat center / 100% auto;
    width: 24px;
    left: -5px;
    margin-top: -9px;
}
.hamburgerbg_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    transition: transform 1s ease 1s;
}
@media screen and (min-width: 896px) {
    .schdltab_btn > li:hover {
        color: #1cbea1;
        background: #ffffff;
    }
    .casedtl_wrap::before {
        content: "";
        position: absolute;
        z-index: 9;
    }
    .casedtl_wrap.ver1::before {
        width: 141px;
        height: 134px;
        background: url(../svg/lp_img04.svg) no-repeat center / 100% auto;
        right: 32px;
        bottom: 50px;
    }
    .casedtl_wrap.ver2::before {
        width: 135px;
        height: 140px;
        background: url(../svg/lp_img05.svg) no-repeat center / 100% auto;
        right: 30px;
        bottom: 25px;
    }
    .qest_wrap:hover {
        background: #1cbea1;
        color: #ffffff;
    }
    .qest_wrap:hover > span::before {
        background: #ffffff;
    }
    .qest_wrap:hover > span::after {
        filter: brightness(0) saturate(100%) invert(53%) sepia(97%) saturate(351%) hue-rotate(119deg) brightness(94%) contrast(93%);
    }
    .qest_wrap:hover::before,
    .qest_wrap:hover::after {
        background: #ffffff;
    }
    .footer_wrap .lnk-lst li a:hover {
        text-decoration: underline;
    }
    .schdlBody_in .week_btn > li:hover {
        color: #1cbea1;
        border: 1px solid #1cbea1;
        background: #ebfaf8;
    }
    .schdlBody_in .week_btn > li:hover::before {
        border-top: 6px solid #ebfaf8;
    }
    .schdlBody_in .week_btn > li:hover::after {
        border-top: 7px solid #1cbea1;
    }
    .schdlBody_in .week_btn > li.active:hover::before {
        border-top: 8px solid #ebfaf8;
    }
    .schdlBody_in .week_btn > li.active:hover::after {
        border-top: 9px solid #1cbea1;
    }
    .casedtl_wrap.ver1.sl_up.is-animated {
        animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
    }
    .casedtl_wrap.ver2.sl_up.is-animated {
        animation: fadeup 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards 0.6s;
    }
    .hamburgerLst_wrap li a:hover {
        background: #ebfaf8;
    }
    .hamburger-btn a:hover,
    .pcfloat_wrap:hover {
        filter: brightness(1.1);
    }
    .pcfloat_wrap {
        position: fixed;
        top: 50%;
        right: 0;
        width: 80px;
        height: 160px;
        background: #f2b601;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 5px 0 0 5px;
        z-index: 99;
    }
    .pcfloat_wrap a {
        writing-mode: vertical-lr;
        font-size: 22px;
        font-weight: bold;
        color: #fff;
        padding-right: 15px;
    }
    .spfloat_wrap {
        display: none;
    }
    .hamburgerbg_wrap.active {
        display: block;
    }
}
@media screen and (max-width: 1070px) and (min-width: 897px) {
    .chance_img img {
        width: 47.757vw;
    }
    .chance_ct {
        gap: 0 4.206vw;
        padding: 0 40px;
        box-sizing: border-box;
    }
    .chance-lst {
        padding: 0.926vw 2.778vw 2.778vw;
        border-radius: 1.852vw;
        margin-bottom: 2.037vw;
    }
    .chance-lst li::after {
        width: 100%;
        height: 0.278vw;
        background-image: radial-gradient(circle, #60d2b3 1.5px, transparent 1.5px);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 0.741vw 0.278vw;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 9;
    }
    .chance-lst li > span {
        font-size: 1.667vw;
        padding: 0 0.556vw 0 2.778vw;
    }
    .chance-lst li::before {
        width: 1.944vw;
        height: 1.574vw;
        top: 1.481vw;
        left: 0.463vw;
    }
    .chance-txt {
        font-size: 1.752vw;
    }
    .schdltab_wrap {
        padding: 0 40px;
        box-sizing: border-box;
    }
    .week-tbl td {
        font-size: 14px;
    }
    .week-tbl thead th {
        font-size: 16px;
    }
    .week-tbl thead th span {
        font-size: 14px;
    }
    .week-tbl .side-head {
        font-size: 16px;
    }
    .support_wrap {
        width: calc(100% - 80px);
    }
    .case_wrap {
        width: calc(100% - 80px);
    }
    .casedtl_wrap {
        border: 2px solid #1cbea1;
        padding: 3.889vw 2.037vw 3.333vw;
        border-radius: 1.852vw;
        max-width: 42.87vw;
    }
    .casedtl_wrap .cat {
        font-size: 2.222vw;
        margin-bottom: 3.148vw;
    }
    .casedtl_wrap .cat span {
        border-bottom: 2px solid #1cbea1;
    }
    .casedtl_lst > li {
        gap: 0 1.296vw;
    }
    .casedtl_lst > li:not(:last-child) {
        margin-bottom: 1.019vw;
    }
    .casedtl_lst > li .cate {
        width: 8.333vw;
        height: 2.963vw;
        border-radius: 0.556vw;
        font-size: 1.111vw;
    }
    .casedtl_lst > li .txt {
        font-size: 1.296vw;
        width: calc(100% - 9.63vw);
    }
    .casedtl_wrap.ver1::before {
        width: 13.056vw;
        height: 12.407vw;
        right: 2.963vw;
        bottom: 4.63vw;
    }
    .casedtl_wrap.ver2::before {
        width: 12.5vw;
        height: 12.963vw;
        right: 2.778vw;
        bottom: 2.315vw;
    }
}
@media screen and (max-width: 896px) {
    .c-pc {
        display: none;
    }
    .c-pc-inb {
        display: none;
    }
    .c-sp {
        display: block;
    }
    .c-sp-inb {
        display: inline-block;
    }
    .cv-btn {
        width: 88vw;
        height: 16vw;
        margin: 0 auto;
        position: relative;
    }
    .chance_wrap {
        padding: 21.333vw 5.333vw 14.4vw;
    }
    .chance_ct {
        display: block;
        margin-top: 4.8vw;
    }
    .chance_img img {
        width: 68vw;
    }
    .chance_img {
        text-align: center;
    }
    .ttl {
        font-size: 6.4vw;
        line-height: 1.25;
    }
    .ttl.is-txtdeco > span {
        padding: 0 8vw;
    }
    .ttl.is-txtdeco > span::before,
    .ttl.is-txtdeco > span::after {
        width: 6.667vw;
        height: 6.667vw;
        bottom: auto;
        top: 1.067vw;
    }
    .cat.is-txtdeco {
        font-size: 3.733vw;
        line-height: 1;
    }
    .cat.is-txtdeco > span,
    .cat.is-txtdeco.ver2 > span {
        padding: 0;
    }
    .cat.is-txtdeco > span::before,
    .cat.is-txtdeco > span::after,
    .hamburgerbg_wrap {
        display: none;
    }
    .chance-lst {
        padding: 2.4vw 4.267vw 6.667vw;
        border-radius: 2.667vw;
        margin-bottom: 5.333vw;
    }
    .chance-lst li::after {
        height: 0.533vw;
        background-image: radial-gradient(circle, #60d2b3 0.2vw, transparent 0.2vw);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 1.067vw 0.4vw;
    }
    .chance-lst li > span {
        font-size: 4.533vw;
        line-height: 2.353;
        padding: 0 2.133vw 0 6.133vw;
    }
    .chance-lst li::before {
        width: 4.267vw;
        height: 2.933vw;
        background: url(../img/sp/icn_checkbox.png) no-repeat center / 100% auto;
        top: 4.267vw;
        left: 1.067vw;
    }
    .chance-txt {
        font-size: 4.267vw;
        line-height: 1.15;
        text-align: center;
        margin: 6.667vw -1.333vw 0;
    }
    .chance-txt .sp-emph {
        color: #009944;
        font-size: 5.333vw;
        display: inline;
        background-position: left -100% bottom 0.533vw;
        background-size: 200% 1.867vw;
        background-repeat: repeat-x;
        background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(253, 255, 125) 50%);
    }
    .cv_in {
        max-width: none;
        margin: 0;
        padding: 2.933vw 5.867vw 6.133vw;
    }
    .cv_ct .cat {
        font-size: 4.8vw;
        line-height: 1.6667;
        text-align: left;
        margin-bottom: 1.333vw;
        margin-left: 5.867vw;
    }
    .cv_img {
        position: absolute;
        right: 0.533vw;
        bottom: 0;
        z-index: 9;
    }
    .cv_img .mini-txt {
        font-size: 2.933vw;
        line-height: 1.3;
        text-align: center;
        margin: 0 0 1.333vw auto;
        width: 23.2vw;
        background: url(../img/sp/cv_ttldeco.png) no-repeat center bottom 0 / 100% auto;
    }
    .cv-btn .icn-search {
        font-size: 4.533vw;
        line-height: 1;
    }
    .cv-btn.lp-btn a {
        padding-right: 13.067vw;
        box-sizing: border-box;
        box-shadow: 0 0.267vw 0.533vw rgba(0, 0, 0, 0.1);
    }
    .cv-img {
        margin-right: 3.467vw;
    }
    .cv-img img {
        width: 20vw;
        height: auto;
    }
    .waywork_wrap {
        padding: 10.133vw 0 0;
        max-width: none;
        margin: 0;
    }
    .waywork_ttl {
        margin-bottom: 6.933vw;
    }
    .waywork_ttl .cat {
        margin-bottom: 2.667vw;
    }
    .waywork_ct {
        gap: 6.667vw 0;
        flex-direction: column;
        margin-bottom: 10.133vw;
        padding: 0 5.333vw;
        box-sizing: border-box;
    }
    .waywork_ct .waywork-txt {
        font-size: 3.733vw;
        line-height: 1.786;
        text-align: center;
    }
    .waywork_lst {
        padding:3.467vw 28.8vw 6.667vw 5.867vw;
        border-radius: 2.667vw;
        box-shadow: none;
    }
    .waywork_lst::before {
        width: 24.533vw;
        height: 60vw;
        top: 50%;
        margin-top: -33.6vw;
        bottom: -3.467vw;
        right: 4.8vw;
    }
    .waywork_lst li::after {
        height: 0.533vw;
        background-image: radial-gradient(circle, #60d2b3 0.2vw, transparent 0.2vw);
        background-position: left bottom;
        background-repeat: repeat-x;
        background-size: 1.067vw 0.4vw;
    }
    .waywork_lst li::before {
        width: 4.267vw;
        height: 2.933vw;
        background: url(../img/sp/icn_checkbox.png) no-repeat center / 100% auto;
        top: 5.067vw;
        left: 1.067vw;
    }
    .waywork_lst li > span {
        font-size: 5.067vw;
        line-height: 2.5;
        padding: 0 1.067vw 0 6.667vw;
    }
    .schdltab_btn {
        gap: 0 5.6vw;
    }
    .schdltab_btn > li {
        width: 41.867vw;
        height: 10.667vw;
        border-radius: 1.333vw 1.333vw 0 0;
        font-size: 3.2vw;
    }
    .schdltab_btn > li .fs-s {
        font-size: 2.667vw;
    }
    .schdlBody_wrap {
        padding: 6.667vw 0 11.733vw;
        border-radius: 0;
    }
    .schdlBody_in .week_btn {
        gap: 0 15.467vw;
    }
    .schdlBody_in .week_btn > li {
        width: 29.333vw;
        height: 6.933vw;
        font-size: 3.2vw;
        padding-right: 2.133vw;
        box-sizing: border-box;
        border: 0.267vw solid #d4d4d4;
    }
    .schdlBody_in .week_btn > li::after {
        width: 1.333vw;
        height: 1.867vw;
        background: url(../img//sp/btn-arrow.png) no-repeat center / 100% auto;
        left: auto;
        bottom: auto;
        right: 2.667vw;
        top: 50%;
        transform: translateY(-50%);
        z-index: 9;
        border: 0;
    }
    .schdlBody_in .week_btn > li::before {
        display: none;
    }
    .schdlBody_in .week_btn > li.active::after,
    .schdlBody_in .week_btn > li.active::before {
        border: 0;
    }
    .schdlBody_in .week_btn > li.active {
        border: 0.267vw solid #1cbea1;
    }
    .schdlBody_in .week_btn > li.active::after {
        filter: brightness(0) saturate(100%) invert(52%) sepia(61%) saturate(563%) hue-rotate(119deg) brightness(105%) contrast(85%);
    }
    .week_tbl {
        width: 100%;
        overflow-x: scroll;
        padding-bottom: 6.4vw;
        padding-right: 5.333vw;
        box-sizing: border-box;
    }
    .week-tbl {
        width: 149.333vw;
        max-width: none;
    }
    .week-tbl td {
        padding: 3.733vw;
        line-height: 2;
        font-size: 3.2vw;
    }
    .week-tbl thead th {
        font-size: 3.733vw;
        line-height: 1.357;
        padding: 2.4vw;
        width: 20.181818%;
    }
    .week-tbl thead th.rfl {
        width: 10.727273%;
    }
    .week-tbl thead th span {
        font-size: 2.667vw;
        margin-top: 0;
    }
    .week-tbl .side-head {
        width: 8.181818%;
        font-size: 3.2vw;
    }
    .week-tbl .am td {
        height: 24vw;
    }
    .week-tbl .pm td {
        height: 30.667vw;
    }
    .weektbl_wrap {
        margin-top: 5.333vw;
        padding: 0 0 0 5.333vw;
        box-sizing: border-box;
    }
    .schdlBody_img {
        text-align: center;
        padding: 5.333vw 5.333vw 0;
        box-sizing: border-box;
    }
    .schdlBody_img img {
        width: 78.4vw;
        height: auto;
    }
    .support_wrap {
        padding: 13.333vw 5.333vw 13.867vw;
        max-width: none;
        margin: 0;
    }
    .support_ttl {
        margin-bottom: 5.867vw;
    }
    .support_ttl .cat {
        margin-bottom: 2.667vw;
    }
    .sup-txt {
        font-size: 3.733vw;
        line-height: 1.7857;
        text-align: center;
        font-weight: 500;
        margin-bottom: 6.667vw;
    }
    .flow_wrap {
        border-radius: 5.333vw;
        padding: 8vw 3.2vw 8.8vw;
    }
    .flow_wrap .ttl {
        font-size: 4.8vw;
    }
    .flow_wrap .ttl span {
        border-bottom: 0.267vw solid #009944;
    }
    .flowLst-item .flowLst-img {
        width: 20vw;
        height: 20vw;
        border: 0.267vw solid #cccccc;
    }
    .flowLst-item .flowLst-img::before {
        width: 6.133vw;
        height: 6.133vw;
        top: -1.333vw;
    }
    .flowLst-item.ver1 .flowLst-img::before {
        background: url(../img/sp/num01.png) no-repeat center / 100% auto;
    }
    .flowLst-item.ver2 .flowLst-img::before {
        background: url(../img/sp/num02.png) no-repeat center / 100% auto;
    }
    .flowLst-item.ver3 .flowLst-img::before {
        background: url(../img/sp/num03.png) no-repeat center / 100% auto;
    }
    .flowLst-item.ver4 .flowLst-img::before {
        background: url(../img/sp/num04.png) no-repeat center / 100% auto;
    }
    .flowLst-item.ver5 .flowLst-img::before {
        background: url(../img/sp/num05.png) no-repeat center / 100% auto;
    }
    .flowLst-item.ver1 .flowLst-img img {
        width: 9.867vw;
    }
    .flowLst-item.ver2 .flowLst-img img {
        width: 9.333vw;
        margin: 0 0 0 1.333vw;
    }
    .flowLst-item.ver3 .flowLst-img img {
        width: 12.267vw;
    }
    .flowLst-item.ver4 .flowLst-img img {
        width: 11.733vw;
    }
    .flowLst-item.ver5 .flowLst-img img {
        width: 11.2vw;
        margin-left: 0;
    }
    .flowLst_wrap {
        margin-top: 7.733vw;
    }
    .flowLst_wrap::before {
        width: 0.267vw;
        height: calc(100% - 5.333vw);
        top: 2.667vw;
        left: 9.867vw;
    }
    .flowLst_wrap > li:not(:last-child) {
        margin-bottom: 8vw;
    }
    .flowLst_wrap > li {
        align-items: start;
        gap: 0 2.667vw;
    }
    .flowLst_txt {
        width: calc(100% - 22.933vw);
    }
    .flowLst_txt .cat {
        font-size: 4vw;
        line-height: 1.6;
        margin-bottom: 1.067vw;
    }
    .flowLst_txt .txt,
    .flowLst_txt .txt.ver2 {
        line-height: 1.668;
        font-size: 3.2vw;
    }
    .flowLst_txt .flex_box {
        display: block;
    }
    .flowLst_wrap > li.ver2 {
        margin-right: -2.4vw;
    }
    .flowLst_txtimg .txt {
        font-size: 2.667vw;
        margin-top: 2.667vw;
    }
    .flowLst_txtimg {
        margin-top: 3.2vw;
    }
    .case_wrap {
        max-width: none;
        margin: 0;
        padding: 13.333vw 5.333vw;
    }
    .case_ttl {
        margin-bottom: 6.933vw;
    }
    .case_ttl .cat {
        margin-bottom: 2.667vw;
    }
    .case_ct {
        display: block;
    }
    .case_ct .casedtl_wrap:not(:last-child) {
        margin-bottom: 5.333vw;
    }
    .casedtl_wrap {
        border: 0.267vw solid #1cbea1;
        padding: 8vw 6.933vw 9.6vw;
        border-radius: 1.6vw;
        max-width: none;
    }
    .casedtl_wrap .casedtl-img {
        margin-bottom: 3.2vw;
        text-align: center;
    }
    .casedtl_wrap.ver1 .casedtl-img {
        margin-right: 3.2vw;
    }
    .casedtl_wrap.ver1 .casedtl-img img {
        width: 40.533vw;
        height: auto;
    }
    .casedtl_wrap.ver2 .casedtl-img {
        margin-right: 8.267vw;
    }
    .casedtl_wrap.ver2 .casedtl-img img {
        width: 42.667vw;
        height: auto;
    }
    .casedtl_wrap .cat {
        font-size: 4.8vw;
        margin-bottom: 8vw;
    }
    .casedtl_wrap .cat span {
        border-bottom: 0.267vw solid #1cbea1;
    }
    .casedtl_lst > li {
        align-items: flex-start;
        gap: 0 2.933vw;
    }
    .casedtl_lst > li:not(:last-child) {
        margin-bottom: 2.667vw;
    }
    .casedtl_lst > li .cate {
        width: 20vw;
        height: 6.667vw;
        border-radius: 1.6vw;
        font-size: 3.2vw;
    }
    .casedtl_lst > li .txt {
        font-size: 3.733vw;
        width: calc(100% - 22.933vw);
        line-height: 1.643;
    }
    .case_in > .ano-txt {
        font-size: 2.933vw;
        font-weight: 500;
        margin-top: 5.867vw;
        line-height: 1;
    }
    .qa_wrap {
        margin: 0;
        padding: 14.667vw 5.333vw 13.867vw;
        max-width: none;
    }
    .qa_ct {
        margin-top: 7.2vw;
    }
    .qa_ct .qadtl_wrap:not(:last-child) {
        margin-bottom: 5.333vw;
    }
    .qadtl_wrap {
        border-radius: 1.333vw;
    }
    .qest_wrap {
        padding: 3.467vw 11.2vw 3.467vw 2.667vw;
    }
    .qest_wrap::before {
        width: 2.4vw;
        height: 0.267vw;
        right: 5.333vw;
    }
    .qest_wrap::after {
        width: 0.267vw;
        height: 2.4vw;
        right: 6.4vw;
    }
    .qest_wrap > span {
        padding-left: 9.867vw;
        font-size: 3.733vw;
        line-height: 1.5;
    }
    .qest_wrap > span::after {
        width: 6.4vw;
        height: 6.4vw;
        background: url(../img/sp/icn_q.png) no-repeat center / 100% auto;
    }
    .qest_wrap > span::before {
        display: none;
    }
    .ans_wrap {
        padding: 0 11.2vw 2.667vw 2.667vw;
    }
    .ans_wrap > .txt {
        padding-left: 9.867vw;
        font-size: 3.2vw;
        line-height: 1.75;
    }
    .ans_wrap > .txt::before {
        width: 6.133vw;
        height: 6.133vw;
        background:#fabe00 url(../img/sp/icn_a.png) no-repeat center / 100% auto;
        z-index: 9;
    }
    .join_wrap {
        padding: 13.333vw 5.333vw 12.267vw;
    }
    .join_in {
        max-width: none;
        margin: 0;
    }
    .join_ttl {
        margin-bottom: 9.333vw;
    }
    .join_ttl .cat {
        margin-bottom: 1.867vw;
    }
    .joinRead-txt {
        font-size: 3.733vw;
        line-height: 1.4286;
    }
    .join_ct {
        margin: 12vw 0 10.667vw;
        display: block;
        position: relative;
    }
    .join_txt .cat {
        font-size: 4.267vw;
        margin-bottom: 1.867vw;
    }
    .join_txt .txt {
        font-size: 3.2vw;
        line-height: 2;
    }
    .join_wrap .ano-txt {
        text-align: left;
        font-size: 2.667vw;
        line-height: 1.5;
    }
    .footer_wrap {
        padding: 4.8vw 5.333vw;
        margin-bottom: 23vw;
    }
    .footer_in {
        display: flex;
        justify-content: left;
        align-items: center;
        gap: 0 20vw;
    }
    .footer-read {
        margin-bottom: 0;
    }
    .footer-read .txt {
        margin-top: 4vw;
        text-align: left;
        font-size: 2.933vw;
    }
    .f-logolst {
        gap: 0 2.133vw;
    }
    .f-logolst .logo-img.is-left img {
        width: 16vw;
    }
    .f-logolst .logo-img.is-right img {
        width: 12vw;
    }
    .footer_wrap .lnk-lst {
        display: block;
        line-height: 2.272727;
    }
    .footer_wrap .lnk-lst li a {
        font-size: 2.933vw;
    }
    .footer_end {
        font-size: 2.933vw;
        text-align: left;
        margin-top: 1.333vw;
    }
    .cv_wrap.ver4 .cv_in {
        padding: 8.533vw 5.867vw 6.133vw;
    }
    .cv_wrap.ver4 .cv_ct .cat {
        margin-bottom: 3.467vw;
    }
    .ttl.spttl-deco > span {
        padding: 0 8vw;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
    }
    .ttl.spttl-deco > span::before,
    .ttl.spttl-deco > span::after {
        content: "";
        width: 6.667vw;
        height: 6.667vw;
        top: 1.067vw;
        position: absolute;
        z-index: 9;
    }
    .ttl.spttl-deco > span::before {
        background: url(../svg/ttldeco_l.svg) no-repeat center / 100% auto;
        left: 0;
    }
    .ttl.spttl-deco > span::after {
        background: url(../svg/ttldeco_r.svg) no-repeat center / 100% auto;
        right: 0;
    }
    .join_ct .join-img {
        position: absolute;
        right: -0.8vw;
        top: -17.6vw;
        z-index: 9;
    }
    .join_ct .join-img img {
        width: 56.533vw;
        height: auto;
    }
    .flowLst_txtimg img {
        width: 35.467vw;
        height: auto;
    }
    .hamburger_menu {
        top: 5.867vw;
        right: 5.333vw;
        width: 10.6vw;
        height: 8vw;
    }
    .hamburger_menu.active {
        height: 10.6vw;
    }
    .hamburger_menu.active span:nth-of-type(1) {
        -webkit-transform: translateY(4.5vw) rotate(-45deg);
        transform: translateY(4.5vw) rotate(-45deg)
    }
    .hamburger_menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-4.5vw) rotate(45deg);
    transform: translateY(-4.5vw) rotate(45deg);
    }
    .hamburger_menu span {
        height: 1.6vw;
    }
    .hamburger_menu span:nth-of-type(2) {
        top: 3.2vw;
    }
    .hamburger_wrap {
        max-width: 100%;
        padding: 10vw 8vw;
    }
    .hamburgerLst_wrap li {
        font-size: 4.533vw;
        line-height: 1.4;
    }
    .hamburgerLst_wrap li a {
        padding: 5.33vw 2.66vw 5.33vw 12vw;
    }
    .hamburgerLst_wrap li a::before {
        width: 5.33vw;
        height: 5.33vw;
    }
    .hamburger-btn {
        width: 100%;
        height: auto;
        font-size: 4.533vw;
    }
    .hamburger-btn a {
        padding: 2.66vw 0;
    }
    .hamburger-btn a > span {
        padding-left: 8vw;
    }
    .hamburger-btn a > span::before {
        width: 5.2vw;
        height: 5.2vw;
        margin-top: -2.6vw;
    }
    .hamburger-btn.icn-inquiries a > span::before {
        width: 5.6vw;
        margin-top: -2.2vw;
    }
    .pcfloat_wrap {
        display: none;
    }
    .spfloat_wrap {
        position: fixed;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 99;
        background: rgba(255, 255, 255, .8);
        padding: 2.66vw 0;
        opacity: 0;
        transform: translateY(100%);
        transition: opacity .3s ease, transform .3s ease;
        pointer-events: none;
    }
    .spfloat_wrap.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .spfloat-txt {
        font-size: 3.8vw;
        margin-bottom: 2.133vw;
        text-align: center;
        line-height: 1;
        color: #009944;
        font-weight: bold;
    }
    .spfloatBtn_wrap {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .spfloat_btn {
        width: 40%;
    }
    .spfloat_btn.is-inquiries {
        width: 30%;
    }
    .spfloat_btn.is-search {
        width: 40%;
    }
    .spfloat_btn a {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        background: linear-gradient(to left, #28cc75, #00b297);
        color: #fff;
        font-size: 4vw;
        font-weight: bold;
        border-radius: 50px;
    }
    .spfloat_btn a > span {
        position: relative;
        padding-left: 5.8vw;
    }
    .spfloat_btn a > span:before {
        content: "";
        position: absolute;
        width: 4.2vw;
        height: 4.2vw;
        top: 50%;
        left: 0;
        margin-top: -2vw;
    }
    .spfloat_btn.icn-inquiries a > span::before {
        background: url(../svg/icn_inquiries.svg) no-repeat center / 100% auto;
        width: 4.8vw;
        height: 4.8vw;
        left: -5px;
    }
    .spfloat_btn.icn-search a > span::before {
        background: url(../svg/icn_seach.svg) no-repeat center / 100% auto;
        filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(12%) hue-rotate(233deg) brightness(102%) contrast(106%);
    }
}
@keyframes fadeup {
  0% {
    transform: translateY(70px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}