/*#region var*/
:root {
    --headerH: 100px;
    --pxunit: 10px;
    --fontB: 'Noto Sans JP'; /* Base font */
    --fontO: 'Oswald';
    --fontT: 'Noto Serif JP';
    --fontR: 'Roboto';
    --fontCJK: 'Noto Sans CJK JP';
    --bg-font-color: #000000;
    --bg-grey-color: #F4F4F4;
    --bg-gradient-color: linear-gradient(90deg, #FD9A3B 0%, #F87804 100%);
    --bg-green-color: #16AAAA;
    --bg-greenlight-color: #B7E5E5;
}
@media (max-width: 1600px) {
    :root {
        --pxunit: 9px;
    }   
}
@media (max-width: 1440px) {
    :root {
        --pxunit: 8px;
    }
}
@media (max-width: 991px) {
    :root {
        --pxunit: 7px;
        --headerH: 80px;
    } 
}
@media (max-width: 450px) {
    :root {
        --headerH: 70px;
    } 
}
/*#endregion var*/
*{
    box-sizing: border-box;
    color: var(--bg-font-color);
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1;
}
html {
    font-size: .625vw;
}
@media (max-width: 768px) {
    html {
        font-size: 2.5vw;
    }
}
body{
    margin: 0;
    padding: 0;
}
.hx1 {content: "";height: var(--pxunit);}
.hx2 {content: "";height: calc(var(--pxunit)*2);}
.hx3 {content: "";height: calc(var(--pxunit)*3);}
.hx4 {content: "";height: calc(var(--pxunit)*4);}
.hx5 {content: "";height: calc(var(--pxunit)*5);}
.hx6 {content: "";height: calc(var(--pxunit)*6);}
.hx7 {content: "";height: calc(var(--pxunit)*7);}
.hx8 {content: "";height: calc(var(--pxunit)*8);}
.hx9 {content: "";height: calc(var(--pxunit)*9);}
.hx10 {content: "";height: calc(var(--pxunit)*10);}
.hx11 {content: "";height: calc(var(--pxunit)*11);}
.hx12 {content: "";height: calc(var(--pxunit)*12);}
.hx13 {content: "";height: calc(var(--pxunit)*13);}
.hx14 {content: "";height: calc(var(--pxunit)*14);}
.hx15 {content: "";height: calc(var(--pxunit)*15);}
.hx16 {content: "";height: calc(var(--pxunit)*16);}
.hx17 {content: "";height: calc(var(--pxunit)*17);}
.hx18 {content: "";height: calc(var(--pxunit)*18);}
.hx19 {content: "";height: calc(var(--pxunit)*19);}
.hx20 {content: "";height: calc(var(--pxunit)*20);}
/*#endregion var*/

/*#region RESET*/
html, body {overflow-x: hidden;}
html{scroll-behavior: smooth;}
h1,h2,h3,h4,h5,h6{margin:0px; padding:0px; font-weight:normal;}
p{margin:0px; padding:0px;}
a{text-decoration:none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
a:hover, a:focus, a:active{ outline:none; text-decoration:none; }
input{-webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -o-transition: all 0.3s linear; -ms-transition: all 0.3s linear; transition: all 0.3s linear;} 
input:hover, input:focus, input:active{outline:none;}
input::-webkit-input-placeholder{color:#333333;}
input::-moz-placeholder{color:#333333;}
input:-ms-input-placeholder{color:#333333;}
input:-moz-placeholder{color:#333333;}
textarea::-webkit-input-placeholder{color:#333333;}
textarea::-moz-placeholder{color:#333333;}
textarea:-ms-input-placeholder{color:#333333;}
textarea:-moz-placeholder{color:#333333;}
button:focus {outline:0;cursor: pointer;}
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
img{border:0px;}
.clearfix{clear:both; overflow:hidden;}
/*#endregion RESET*/

/*#region pspander*/
.pspander_header {
    cursor: pointer;
}
.pspander_opened {
    display: block;
}
.pspander_closed {
    display: none;
}
.pspander.pst_show .pspander_opened {
    display: none;
}
.pspander.pst_show .pspander_closed {
    display: block;
}
.pspander_collapse {
    display: none;
}
/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {opacity: 0;transition: all .6s;transition-delay: .3s;}
.js_opac.on {opacity: 1;}
/*#endregion opacity animation*/
/*#region spin animation*/
/* spin1 */
@keyframes spin1 {
	0% {transform: rotate(0deg)translate3d(7px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(7px, 0, 0);}
}

/* spin2 */
@keyframes spin2 {
	0% {transform: rotate(0deg)translate3d(5px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(5px, 0, 0);}
}

/* spin3 */
@keyframes spin3 {
	0% {transform: rotate(0deg)translate3d(6px, 0, 0);}
	100% {transform: rotate(360deg)translate3d(6px, 0, 0);}
}

/* spin4 */
@keyframes spin4 {
	0% {transform: rotate(0deg)translate3d(3px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(3px, 0, 0);}
}

/* spin5 */
@keyframes spin5 {
	0% {transform: rotate(0deg)translate3d(2px, 0, 0);}
	100% {transform: rotate(-360deg)translate3d(2px, 0, 0);}
}
.circleWrap {position: relative;width: 100%;height: 100%;}
.circle {position: absolute;border-radius: 50%;width: 100%;height: 100%;}
.c_pos01 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin1 5s linear infinite;
    -moz-animation: spin1 5s linear infinite;
    -ms-animation: spin1 5s linear infinite;
    -o-animation: spin1 5s linear infinite;
    animation: spin1 5s linear infinite;
    /*  	animation: bo-co1 10s infinite;
        -webkit-animation: bo-co1 10s infinite; */
}
.c_pos02 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin2 4s linear infinite;
    -moz-animation: spi2 4s linear infinite;
    -ms-animation: spin2 4s linear infinite;
    -o-animation: spin2 4s linear infinite;
    animation: spin2 4s linear infinite;
    /* 	animation: bo-co2 9s infinite;
        -webkit-animation: bo-co2 9s infinite; */
}
.c_pos03 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin3 7s linear infinite;
    -moz-animation: spi3 7s linear infinite;
    -ms-animation: spin3 7s linear infinite;
    -o-animation: spin3 7s linear infinite;
    animation: spin3 7s linear infinite;
    /* 	animation: bo-co3 11s infinite;
        -webkit-animation: bo-co3 11s infinite; */
}
.c_pos04 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin4 7s linear infinite;
    -moz-animation: spi4 7s linear infinite;
    -ms-animation: spin4 7s linear infinite;
    -o-animation: spin4 7s linear infinite;
    animation: spin4 7s linear infinite;
    /* 	animation: bo-co1 12s infinite;
        -webkit-animation: bo-co1 12s infinite; */
}
.c_pos05 {top: 0;border-style: solid;border-width: 1px;border-color: rgba(255, 255, 255, 0.9);
    -webkit-animation: spin5 8s linear infinite;
    -moz-animation: spi5 8s linear infinite;
    -ms-animation: spin5 8s linear infinite;
    -o-animation: spin5 8s linear infinite;
    animation: spin5 8s linear infinite;
    /* 	animation: bo-co2 10s infinite;
        -webkit-animation: bo-co2 10s infinite; */
}
/*#endregion spn animation*/
/*#region rotate animation*/
.rot360 {
    transform: rotate(0deg);
    animation: anim_rotate360 10s linear infinite;
}
@keyframes anim_rotate360 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
}
/*#endregion rotate animation*/
/*#region clip-left-right animation*/
.panir3 {
    display: inline-block;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panir3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
.panil3 {
    display: inline-block;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0 100%);
    transition: all 1s cubic-bezier(0.5, 1, 0.89, 1);
    vertical-align: middle;
}
.panil3.on {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0 100%);
}
/*#endregion clip-left-right animation*/
/*#region pani text rising animation*/
.pani4 {display: flex;overflow: hidden;}
.pani4 span {display: block;transform: translateY(100%);transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);color: transparent;}
.pani4.on span {color: #222;transform: translateY(0);}
.pani4 span:nth-child(0) {transition-delay: 0ms;}
.pani4 span:nth-child(1) {transition-delay: 80ms;}
.pani4 span:nth-child(2) {transition-delay: 160ms;}
.pani4 span:nth-child(3) {transition-delay: 240ms;}
.pani4 span:nth-child(4) {transition-delay: 320ms;}
.pani4 span:nth-child(5) {transition-delay: 400ms;}
.pani4 span:nth-child(6) {transition-delay: 480ms;}
.pani4 span:nth-child(7) {transition-delay: 560ms;}
.pani4 span:nth-child(8) {transition-delay: 640ms;}
.pani4 span:nth-child(9) {transition-delay: 720ms;}
.pani4 span:nth-child(10) {transition-delay: 800ms;}
.pani4 span:nth-child(11) {transition-delay: 880ms;}
.pani4 span:nth-child(12) {transition-delay: 960ms;}
.pani4 span:nth-child(13) {transition-delay: 1040ms;}
.pani4 span:nth-child(14) {transition-delay: 1120ms;}
.pani4 span:nth-child(15) {transition-delay: 1200ms;}
.pani4 span:nth-child(16) {transition-delay: 1280ms;}
.pani4 span:nth-child(17) {transition-delay: 1360ms;}
.pani4 span:nth-child(18) {transition-delay: 1440ms;}
.pani4 span:nth-child(19) {transition-delay: 1520ms;}
.pani4 span:nth-child(19) {transition-delay: 1600ms;}
/*endregion pani text rising animation*/
/*#region evelit animaiton*/
.initani { overflow: hidden; position: relative; } 
.initani::before, 
.initani::after { content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; } 
.initani_bw::before { background-color: #2b3f6c; } 
.initani_bw::after { background-color: #fff; } 
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #fff; } 
.initani.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: #2b3f6c; } 
.initani.initani_wbk::before { background-color: #fff; } 
.initani.initani_wbk::after { background-color: #1A1A1A; } 
.initani.initani_bkw::before { background-color: #1A1A1A; } 
.initani.initani_bkw::after { background-color: #fff; } 
.initani.initani_bg::before { background-color: #2b3f6c; } 
.initani.initani_bg::after { background-color: #DEE9EC; } 
.initani.initani_bc::before { background-color: #2b3f6c; } 
.initani.initani_bc::after { background-color: #E9F9FA; } 
.initani.initani_wg::before { background-color: #fff; } 
.initani.initani_wg::after { background-color: #A9CD36; } 
.initani.initani_wy::before { background-color: #fff; } 
.initani.initani_wy::after { background-color: #A9CD36; } 
.initani.initani_wc::before { background-color: #fff; } 
.initani.initani_wc::after { background-color: #E9F9FA; } 
.initani.initani_tw::before { background-color: transparent; } 
.initani.initani_tw::after { background-color: #fff; } 

.initani.initani_tb::before { background-color: transparent; } 
.initani.initani_tb::after { background-color: #2b3f6c; } 

.initani::before { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); 
    -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.initani::after { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: scaleX(0) translateX(0); -ms-transform: scaleX(0) translateX(0); transform: scaleX(0) translateX(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.anistart::before { -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); } 
.anistart::after { -webkit-transform: scaleX(1) translateX(101%); -ms-transform: scaleX(1) translateX(101%); transform: scaleX(1) translateX(101%); }
/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
/*endregion coiran animation*/
/*#region io animation*/
.pioup {
    -webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, -webkit-transform 1.0s ease 0s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0s, transform 1.0s ease 0s;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
    will-change: opacity, transform;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.pioup.on {
    opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
	transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}
/*#endregion io animation*/
/*#endregion ANIMATION*/

/*#region COMMON*/
.pmh_anchor {transform: translateY(-100px);content: "";width: 100%;height: 0;}
.jp_wbr {word-break: keep-all;}
.disb_sp {
    display: none !important;
}
.disb_pc {
    display: block !important;
}
/*#endregion COMMON*/


/*#region pg specials*/
.display-flex{
    display: flex;
}
.flex-column{
    display: flex;
    flex-direction: column;
}
.justify-content-between{
    display: flex;
    justify-content: space-between;
}
.justify-content-end{
    display: flex;
    justify-content: flex-end;
}
.justify-content-center{
    display: flex;
    justify-content: center;
}
.justify-content-start{
    display: flex;
    justify-content: flex-start;
}
.align-items-end{
    align-items: flex-end;
}
.align-items-baseline{
    align-items: baseline;
}
.align-items-center{
    align-items: center;
}
.flex-wrap{
    display: flex;
    flex-wrap: wrap;
}
.flex-nowrap{
    flex-wrap: nowrap;
}
.justify-flex-end{
    display: flex;
    justify-content: flex-end;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.row_reverse{
    flex-direction: row-reverse;
}


/* -----theme block start------- */
.wrapper {
    width: 100%;
    height: 100vh;
    background-image: url(../img/background.png);
    background-position: center;
    background-size: 100% 100%;
    background-attachment: fixed;
    background-color: #FFF;
}
@media (max-width: 768px) {
    .wrapper {
        background-image: url(../img/sp_background.png);
    }
}
.sec {
    display: none;
}
.w_50{
    width: 50%;
}
.w_45{
    width: 45%;
}

.w_48{
    width: 48%;
}
.w_60{
    width: 60%;
}
.w_35{
    width: 35%;
}
.w_25{
    width: 25%;
}
.w_100{
    width: 100%;
}
.w_70{
    width: 70%;
}

img{
    object-fit: cover;
    margin: 0;
    padding: 0;
}
.bg-grey-color {
    background-color: var(--bg-grey-color);
}
.bg-black-color {
    background-color: var(--bg-black-color);
}
.sp_break {
    display: none !important;
}
@media (max-width: 576px){
    .sp_hide{
        display: none !important;
    }
    .sp_break {
        display: block !important;
    }
}
/* ---------header style---------- */
header {
    position: fixed;
    top: 7.5%;
    left: 7.5%;
    z-index: 9999;
    padding: 4.2rem;
}
header .logo {
    width: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .logo img {
    width: 100%;
}
.nav {
    position: fixed;
    top: 50%;
    right: 10%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 700;
    font-size: 1.2rem;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
}
.nav.is-visible {
    opacity: 1;
}
.nav .nav-num {
    position: relative;
    width: 2.7rem;
    height: 2.2rem;
    margin-bottom: 10px;
    overflow: hidden;
}
.nav-molecule {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1.2;
}
.nav-molecule ul {
    position: absolute;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.nav-molecule ul.is-1 {
    top: 0;
}
.nav-molecule ul.is-2 {
    top: -2.2rem;
}
.nav-molecule ul.is-3 {
    top: -4.4rem;
}
.nav-molecule ul.is-4 {
    top: -6.6rem;
}
.nav-num li {
    color: var(--bg-green-color);
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1.2;
    height: 2.2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-denominator {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.2;
}
.nav-circle {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.nav-circle li {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #00b2b3;
    opacity: .3;
    cursor: pointer;
    margin: 0 auto;
}
.nav-circle li.is-active {
    opacity: 1;
}
@media (max-width: 1440px) {
    .nav .nav-num {
        width: 25px;
        height: 20px;
    }
    .nav-molecule ul.is-2 {
        top: -20px;
    }
    .nav-molecule ul.is-3 {
        top: -40px;
    }
    .nav-molecule ul.is-4 {
        top: -60px;
    }
    .nav-num li {
        font-size: 12px;
        height: 20px;
    }
}
@media (max-width: 768px) {
    header {
        top: 5%;
        left: 5%;
        padding: 30px;
    }
    header .logo {
        width: 150px;
    }
    .nav {
        right: 7%;
    }
}
@media (max-width: 450px) {
    header {
        left: 20px;
        padding: 20px;
    }
    header .logo {
        width: 150px;
    }
}
/* ---------page content style-------- */
.contents {
    position: fixed;
    height: 85%;
    width: 85%;
    border-radius: 7.5rem;
    background-color: #FFF;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    scrollbar-width: none;
    overflow-x: hidden;
    overflow-y: scroll;
}
.contents form {
    width: 100%;
    height: 100%;
    background-color: #FFF;
    border-radius: 30px;
}
.contents .sec {
    width: 100%;
    height: 100%;
    border-radius: 7.5rem;
    overflow: hidden;
}

.container {
    display: flex;
    flex-direction: column;
    width: 75%;
    align-items: center;
    gap: 2.5rem;
    justify-content: center;
    height: 100%;
    text-align: center;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .contents {
        height: 90%;
        width: 90%;
        border-radius: 3rem;
    }
    .contents .sec {
        border-radius: 3rem;
    }
    .container {
        gap: 1.5rem;
        width: 90%;
    }
}
@media (max-width: 450px) {
    .contents {
        width: calc(100% - 40px);
        border-radius: 10px;
    }
    .container {
        width: 100%;
        padding: 0 10px;
        margin: 0;
    }
    .contents .sec {
        border-radius: 10px;
    }
}

/* ---------FV style---------- */
.sec1.sec {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec1:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/FV_bg.svg);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
}
.sec1:before {
    content: "";
    position: absolute;
    height: 20%;
    background-color: #E8F7F7;
    width: 100%;
    left: 0;
    bottom: 0;
}
.sec1 .sec_inner {
    position: relative;
    display: flex;
    justify-content: center;
    z-index: 10;
    width: fit-content;
    margin: 0 auto;
    align-items: flex-end;
}
.sec1 .FV_txt {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.FV_txt > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}
.FV_txt .FV_title {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
.FV_title svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.FV_title span {
    display: inline-block;
    padding: .4rem 3rem 1.6rem 3rem;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bg-green-color);
}
.FV_txt h1 {
    font-size: 5.3rem;
    color: var(--bg-green-color);
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--fontT);
}
.FV_txt h1 span {
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.2;
    font-family: var(--fontT);
}
.FV_txt h1 span:last-child {
    font-size: 5.3rem;
}
.FV_txt h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 5rem auto;
}
.FV_txt h2 span {
    position: relative;
    display: inline-block;
    font-weight: 500;
}
.FV_txt h2 > span::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 7px;
    background-color: #e4ff00;
}
.FV_txt > a {
    background-image: var(--bg-gradient-color);
    border-radius: 9999px;
    display: flex;
    align-items: center;
    padding: 1.5rem 5rem;
    gap: 1rem;
    margin-bottom: 3.5rem;
    box-shadow: 0px 4px 20px 0px #F8780433;
}
.FV_txt > a span {
    font-size: 2.5rem;
    color: #FFF;
    font-weight: 700;
}
.FV_txt > a svg {
    width: 4rem;
}
.FV_txt p {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
}
.FV_txt p a {
    font-weight: 500;
    line-height: 1.3;
    text-decoration: underline;
    color: #F87804;
}
.sec1 .FV_img {
    height: 38rem;
    line-height: 0;
}
.sec1 .FV_img img {
    height: 100%;
}
@media (max-width: 1100px) {
    .sec1 .FV_img {
        height: 40rem;
    }
}
@media (max-width: 991px) {
    .sec1:before {
        height: 30%;
    }
}
@media (max-width: 768px) {
    .sec1:before {
        height: 40%;
    }
    .sec1 .FV_txt {
        width: 60%;
    }
    .FV_txt > div {
        gap: 20px;
    }
    .FV_title span {
        font-size: 16px;
        padding: 5px 15px 10px 15px;
    }
    .FV_txt h1, .FV_txt h1 span:last-child {
        font-size: 2.3rem;
    }
    .FV_txt h1 span {
        font-size: 1.5rem;
    }
    .FV_txt h2 {
        font-size: 1rem;
        margin: 2rem 0;
    }
    .sec1 .FV_img {
        height: auto;
        width: 15%;
    }
    .sec1 .FV_img img {
        height: auto;
        width: 100%;
    }
    .FV_txt > a {
        padding: 1rem 2.5rem;
        margin-bottom: 1.3rem;
    }
    .FV_txt > a span {
        font-size: 1rem;
    }
    .FV_txt > a svg {
        width: 24px;
    }
    .FV_txt p {
        font-size: .8rem;
    }
}
@media (max-width: 576px) {
    .sec1.sec {
        padding-top: 25%;
        flex-direction: column;
        justify-content: flex-end;
    }
    .sec1:before {
        height: 10%;
    }
    .sec1:after {
        position: relative;
        background-image: url(../img/spFV_bg.svg);
        background-position: bottom;
        background-size: 100% 100%;
    }
    .sec1 .FV_txt {
        width: 100%;
        padding: 0 20px;
    }
    .FV_title span {
        font-size: 15px;
    }
    .FV_txt h1, .FV_txt h1 span:last-child {
        font-size: 3.6rem;
    }
    .FV_txt h1 span {
        font-size: 2.2rem;
    }
    .FV_txt h2 {
        font-size: 2rem;
        margin: 15px 0;
        line-height: 1.2;
    }
    .sec1 .FV_img {
        margin-bottom: 20%;
        display: none;
    }
    .FV_txt > a {
        width: 100%;
        padding: 12px;
        margin: 0;
        margin-bottom: 20px;
    }
    .FV_txt > a span {
        font-size: 1.5rem;
    }
    .FV_txt p {
        font-size: 13px;
    }
}
@media (max-width: 576px) and (min-height: 800px) {
    .sec1.sec {
        padding-top: 35%;
    }
}


/* ---------common section style--------- */
.sec-title {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
}
.sec-title span {
    height: 7rem;
}
.sec-title span svg {
    height: 100%;
}
.sec-title h3 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
}
.sec-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec-content .sec-img {
    width: 58%;
    line-height: 0;
}
.sec-img img {
    width: 100%;
}
.sec-box {
    width: 32%;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.sec-radio {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 5.5rem;
    border-radius: 30px;
    background: rgba(0, 178, 179, .3);
    font-size: 1.8rem;
    font-weight: 700;
    color: #00b2b3;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}
.sec .is-checked {
    background-color: var(--bg-green-color);
}
.sec-radio-box {
    position: absolute;
    top: 50%;
    left: 2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
}
.sec-radio input {
    display: none;
}
.sec-radio-box:before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 50%;
    background: #00b2b3;
    opacity: 0;
}
.sec .is-checked .sec-radio-box:before {
    opacity: 1;
}
.sec .sec-radio-text {
    font-size: 1.8rem;
    font-weight: 800;
    font-family: var(--fontR);
    color: var(--bg-green-color);
}
.sec .is-checked .sec-radio-text {
    color: #FFF;
}
.sec-button {
    background-image: var(--bg-gradient-color);
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 2rem 5rem;
    border-radius: 9999px;
    gap: 1rem;
    margin-top: 1rem;
    box-shadow: 0px 4px 20px 0px #F8780433;
    border: none;
    outline: none;
    animation: btnanimation 2s linear 0s infinite alternate;
    cursor: pointer;
}
@keyframes btnanimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }    
}
.sec-button div {
    overflow: hidden;
}
.sec-button div svg {
    width: 1.7rem;
    margin: auto;
}
.sec-button span {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
}
.sec-button.is-disabled {
    opacity: .6;
    cursor: not-allowed;
    background: #ccc;
    animation-play-state: paused;
}
@media (max-width: 768px) {
    .sec-title {
        gap: 8px;
    }
    .sec-title span {
        height: 55px;
    }
    .sec-title h3 {
        font-size: 1.2rem;
    }
    .sec-content {
        flex-direction: column;
        gap: 10px;
    }
    .sec-content .sec-img {
        width: 60%;
    }
    .sec-box {
        gap: 10px;
        width: 70%;
    }
    .sec-radio {
        width: 100%;
        height: 45px;
        border-radius: 30px;
        background: rgba(0, 178, 179, .3);
        font-size: 1.8rem;
    }
    .sec-radio-box {
        width: 1.8rem;
        height: 1.8rem;
        left: 1rem;
    }
    .sec-radio-box:before {
        width: 1.2rem;
        height: 1.2rem;
    }
    .sec .sec-radio-text {
        font-size: 1rem;
    }
    .sec-button {
        padding: 18px 60px;
    }
    .sec-button span {
        font-size: 18px;
    }
    .sec-button div svg {
        width: 20px;
    }
    .sec5 .sec-box {
        display: grid;
        width: 90%;
        grid-template-columns: 48% 48%;
        justify-content: space-between;
        margin: 0 auto;
    }
}
@media (max-width: 450px) {
    .sec-title {
        gap: 8px;
    }
    .sec-title span {
        height: 55px;
    }
    .sec-title h3 {
        font-size: 18px;
    }
    .sec-content {
        flex-direction: column;
        gap: 10px;
    }
    .sec-content .sec-img {
        width: 60%;
    }
    .sec-box {
        gap: 8px;
        width: 80%;
    }
    .sec-radio {
        height: 40px;
        font-size: 1.8rem;
    }
    .sec-radio-box {
        width: 28px;
        height: 28px;
    }
    .sec-radio-box:before {
        width: 16px;
        height: 16px;
    }
    .sec .sec-radio-text {
        font-size: 14px;
    }
    .sec-button {
        padding: 15px 45px;
    }
    .sec-button span {
        font-size: 16px;
    }
    .sec-button div svg {
        width: 18px;
    }
    .sec5 .sec-box {
        width: 100%;
    }
    .sec5 .sec-box {
        grid-template-columns: 49% 49%;
    }
    .sec5 .sec-radio-text {
        padding-left: 30px;
        font-size: 13px;
    }
}


/* ---------last section style--------- */
.contents .sec6 {
    position: relative;
    opacity: 0;
    transition: all .4s ease;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    flex-direction: column;
    min-height: 100%;
    height: auto;
    flex: 1;
}
.contents .sec6.is-visible {
    opacity: 1;
}
.contents .sec6 .last_banner {
    position: relative;
    padding: 5rem 25%;
    padding-top: 0;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    background-color: #E8F7F7;
    margin-top: -.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem; 
    z-index: 10;  
}
.contents .sec6 .last_banner p {
    font-size: 2rem;
    font-weight: 700;
    color: #F87804;
    text-align: center;
}
.contents .sec6 .last_banner a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.contents .sec6 .last_banner img {
    width: 100%;
    transition: all .3s;
}
.contents .sec6 .last_banner a:hover img {
    opacity: .7;
}
.sec6 .sec_inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-image: url(../img/last-sec.svg);
    background-size: 100% auto;
    background-position: bottom;
    background-repeat: no-repeat;
    z-index: -1;
}
.sec6 .sec_inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    z-index: 10;
    width: 100%;
    padding-top: 20rem;
    padding-bottom: 5rem;
}
.sec6 .last_img {
    width: 25rem;
    line-height: 0;
}
.sec6 .last_img:last-child {
    width: 22rem;
}
.sec6 .last_img img {
    width: 100%;
}
.sec6 .last_txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: fit-content;
}
.last_txt div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 3.5rem;
}
.last_txt div h2 {
    position: relative;
}
.last_txt div h2 span {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    padding:  2rem 3.8rem 2rem 2rem;
    z-index: 10;
    display: inline-block;
    text-align: center;
    line-height: 1.5;
}
.last_txt div h2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.last_txt div .result-income {
    opacity: 0;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-animation: text08 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: text08 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 1s;
    animation-delay: 1;
}
.last_txt div .result-income.is-first {
    opacity: 1;
    display: inline-block;
    -webkit-animation: text08 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: text08 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.last_txt div .result-income.is-again {
    -webkit-animation: text02 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    animation: text02 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
@keyframes text08 {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    transform: scale(1.5) translateY(-30%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@keyframes text02 {
  0% {
    opacity: 0;
    transform: scale(0.3) translateY(150%);
  }
  30% {
    opacity: 1;
  }
  75% {
    transform: scale(1.5) translateY(-30%);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.last_txt div h3 span:nth-child(2) {
    font-size: 9rem;
    font-family: var(--fontO);
    line-height: 1;
    font-weight: 600;
    color: var(--bg-green-color);
}
.last_txt div h3 span {
    font-family: var(--fontB);
    font-size: 3rem;
    font-weight: 700;
    color: var(--bg-green-color);
}
.sec6 .last_txt p {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.5;
    padding: 5rem 0 6.6rem 0;
}
.sec6 .last_txt button {
    width: 80%;
    margin: 0 auto;
    padding: 2.5rem;
    border-radius: 9999px;
    background-image: var(--bg-gradient-color);
    box-shadow: 0px 4px 20px 0px #F8780433;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    border: transparent;
    outline: none;
    color: #FFF;
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
    animation: btnanimation 2s linear 0s infinite alternate;
}
.sec6 .last_txt button > span {
    position: relative;
    display: inline-block;
    padding: 5px;
}

.sec6 .last_txt button span span {
    font-size: 700;
    color: #F87804;
    position: relative;
    font-weight: 700;
    z-index: 10;
    line-height: 0;
}
.sec6 .last_txt button > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.9);
}
@media (max-width: 1100px) {
    .sec6:before {
        background-position: center 75%;
    }

}
@media (max-width: 1100px) {
    .sec6:before {
        background-position: center 60%;
    }
}
@media (max-width: 768px) {
    .sec6 .sec_inner {
        padding: 7rem 0 2em 0;
    }
    .contents .sec6 .last_banner {
        padding: 3rem 20%;
        padding-top: 0;
        gap: 10px;
    }
    .contents .sec6 .last_banner p {
        font-size: 1rem;
    }
    .last_txt div h3 span:nth-child(2) {
        font-size: 4rem;
    }
    .sec6 .last_txt p {
        padding: 1.5rem 0 2rem 0;
        font-size: 1rem;
    }
    .sec6 .last_img {
        width: 15%;
        display: none;
    }
    .sec6 .last_img:last-child {
        width: 13%;
    }
    .sec6 .last_txt {
        width: 80%;
    }
    .last_txt div h2 span {
        font-size: .9rem;
        padding: .5rem .8rem .5rem .3rem;
    }
    .last_txt div h3 span {
        font-size: 1.5rem;
    }
    .sec6 .last_txt button {
        padding: 1.3rem;
        font-size: 1rem;
    }
    .last_txt div {
        gap: unset;
    }
}
@media (max-width: 480px) {
    .contents .sec6 {
        padding-top: 25%;
        justify-content: center;
    }
    .sec6 .sec_inner {
        padding: 13rem 0 3rem 0;
        padding-top: 0;
    }
    .sec6 .last_txt {
        width: 100%;
        padding: 0 20px;
        margin: 0;
    }
    .sec6 .last_txt p {
        padding: 1.5rem 0 3rem 0;
        font-size: 1.5rem;
    }
    .sec6 .last_txt button {
        width: 100%;
        font-size: 14px;
        padding: 15px;
    }
    .last_txt div {
        gap: 10px;
        flex-direction: column;
    }
    .last_txt div h3 span:nth-child(2) {
        font-size: 54px;
    }
    .last_txt div h3 span {
        font-size: 18px;
    }
    .last_txt div h2 span {
        font-size: 13px;
        padding: 5px 20px 10px 20px;
    }
    .contents .sec6 .last_banner {
        padding: 0 20px;
        padding-bottom: 20px;
    }
    .contents .sec6 .last_banner p {
        font-size: 15px;
    }
    .sec6:after {
        content: '';
        background-color: #E8F7F7;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 15vh;
        border-radius: 0 0 5px 5px;
    }
}
@media (max-width: 480px) and (min-height: 768px) {
    .contents .sec6 {
        padding-top: 10%;
        height: 100%;
    }
}

/* --------page contact style--------- */
.pg_contact {
    background-color: var(--bg-grey-color);
    padding-top: var(--headerH);
}
.pg_contact header {
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    height: var(--headerH);
    padding: 0;
}
.pg_contact header a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
}
.pg_contact header a img {
    width: 100%;
}
.pg_contact .content {
    width: 60%;
    margin: 0 auto;
}
.contact_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}
.contact_title p {
    font-size: 16px;
    font-family: var(--fontM);
    color: var(--bg-green-color);
    line-height: 1.6;
    font-weight: 700
}
.contact_title h3 {
    font-size: 40px;
    font-variant: var(--fontCJK);
    line-height: 1.3;
    font-weight: 700;
    color: #333333;
}
.contact_form {
    position: relative;
    z-index: 999;
    margin: 0 auto;
}
.form_field {
    padding: 20px 0;
}
.form_field.agree {
    display: flex;
    align-content: center;
    justify-content: center;
}
.agree span {
    font-weight: 700;
}
.form_field.agree .checkmark {
    width: 24px;
    height: 24px;
    border-radius: 3px;
}
.form_field.agree .checkmark:after {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}
.field_cap {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #333333;
}
.field_cap span {
    color: #FFF;
    font-size: 12px;
    line-height: 1;
    padding: 3px 5px;
    background-color: #F87804;
    margin-right: 8px;
}
.field_control {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.field_control input {
    height: 50px;
    width: 100%;
    background-color: #FFF;
    padding: 15px;
    font-size: 16px;
    border: 1px solid transparent;
    color: #333333;
    border: 2px solid transparent;
}
.field_control textarea {
    height: 185px;
    width: 100%;
    background: #FFF;
    border: none;
    border-radius: 3px;
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
    outline: none;
    color: #333333;
    border: 2px solid transparent;
}
.field_control input:focus, .field_control textarea:focus {
    border: 2px solid var(--bg-green-color);
}
::placeholder {
    color: rgba(0, 0, 0, 0.5);
    opacity: .5;
}
.field_contactbtn {
    text-align: center;
    padding-top: 40px;
}
.field_contactbtn input[type=submit] {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    color: #FFF;
    border-color: var(--bg-green-color);
    border-style: solid;
    background-color: var(--bg-green-color);
    padding: 17px 150px;
    display: inline-block;
    position: relative;
    min-width: 294px;
    text-align: center;
    transition: all .3s;
}
.field_contactbtn input[type=submit]:hover {
    color: var(--bg-green-color);
    background-color: transparent;
}
.form_field .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.radio_btn {
    position: relative;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.radio_btn input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.radio_btn span {
    font-size: 14px;
    line-height: 1.6;
    color: #333333;
}
.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.radio_btn input:checked ~ .checkmark {
  background-color: transparent;
}
.checkmark:after {
  content: "";
  position: relative;
  display: none;
}

.radio_btn input:checked ~ .checkmark:after {
  display: block;
}

.radio_btn .checkmark:after {
	width: 8px;
	height: 8px;
	background-color: var(--bg-green-color);
    border-radius: 50%;
}
.form_field.privacy {
    width: 100%;
}
.form_field.privacy .privacy_content {
    background-color: #FFF;
    padding: 20px;
    height: 210px;
    overflow: auto;
    
}
.privacy_content p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 10px;
}
.privacy_content p.p-title {
    font-weight: 700;
    font-size: 15px;
}
@media (max-width: 1440px) {
    .form_field {
        padding: 15px 0;
    }
    .contact_title h3 {
        font-size: 36px;
    }
}
@media (max-width: 991px) {
    .pg_contact header a {
        width: 190px;
    }
    .pg_contact .content {
        width: 80%;
    }
    .contact_title {
        gap: 5px;
    }
    .contact_title h3 {
        font-size: 32px;
    }
    .contact_title p {
        font-size: 15px;
    }
    .field_control {
        gap: 8px;
    }
}
@media (max-width: 768px) {
    .form_field {
        padding: 10px 0;
    }
    .field_cap {
        font-size: 15px;
        margin-bottom: 8px;
    }
    .field_cap span {
        font-size: 11px;
    }
    .field_control textarea {
        padding: 10px;
        font-size: 15px;
    }
    .field_control input {
        padding: 10px;
        font-size: 15px;
        height: 45px;
    }
}
@media (max-width: 450px) {
    .pg_contact header a {
        width: 160px;
    } 
    .contact_title h3 {
        font-size: 28px;
    }
    .contact_title p {
        font-size: 14px;
    }
    .pg_contact .content {
        width: 100%;
        padding: 0 20px;
    }
    .form_field {
        padding: 5px 0;
    } 
    .field_contactbtn {
        padding-top: 30px;
    }
    .field_contactbtn input[type=submit] {
        padding: 15px 100px;
    }
    .form_field.privacy .privacy_content {
        padding: 20px 15px;
        height: 210px;
    }
    .privacy_content p {
        font-size: 13px;
    }
    .privacy_content p.p-title {
        font-size: 14px;
        margin-bottom: 5px;
    }
}


/* ---------page thanks style---------- */
.thanks {
    background-color: var(--bg-lightblue-color);
}
.page_thanks {
    background-color: var(--bg-lightblue-color);
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.thanks_content {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
.thanks_content h3 {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3;
}
.thanks_content h2 {
    font-size: 3rem;
    font-weight: 700;
    
}
.thanks_content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    margin: 0 auto;
    padding: 2.3rem 10rem ;
    background-image: var(--bg-gradient-color);
    box-shadow: 0px 4px 0px 0px #FD9A3B;
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    border-radius: 99999px;
    margin-top: 5rem;
    border: 1px solid #FD9A3B;
}
.thanks_content a:hover {
    background-color: #FFF;
    background-image: none;
    color: #FD9A3B;
}
@media (max-width: 768px) {
    .thanks_content {
        gap: 20px;
        padding: 0 20px;
    }
    .thanks_content h2 {
        font-size: 1.5rem;
    }
    .thanks_content h3 {
        font-size: 1.5rem;
    }
    .thanks_content a {
        margin-top: 20px;
        padding: 15px 70px;
        font-size: 16px;
    }
}
@media (max-width: 450px) {
    .thanks_content h2 {
        font-size: 18px;
    }
    .thanks_content h3 {
        font-size: 20px;
    }
    .thanks_content a {
        font-size: 15px;
        padding: 15px 65px;
    }
}

