@charset "UTF-8";
/* ----------Font Family Noto Sans Jp------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@font-face {
    font-family: "Hiragino Kaku Gothic Std";
    src: url(../font/hiragino-kaku-gothic-stdn-w8.otf) format('opentype');
}
/*#region var*/
:root {
    --pxunit: .83rem;
    --fontB: 'Noto Sans JP', sans-serif; /* Base font */
    --fontP: 'Poppins', serif; /* Title font */
    --fontM: 'Montserrat';
    --fontHKG: 'Hiragino Kaku Gothic Std';
    --headerH: 9rem;
    --bg-white-color: #FFFFFF;
    --bg-black900-color: #141414;
    --bg-black-color: #000000;
    --bg-grey-color: #D6D6D6;
    --bg-red-color: #EF4444;
    --bg-border-color: #CCCCCC;
    --radius: .8rem;
}
*{
    box-sizing: border-box;
    color: var(--bg-black-color);
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1.6;
}
html {
    font-size: .625vw;
}
body{
    margin: 0;
    padding: 0;
    overflow-y: auto;
    background-color: var(--bg-grey-color);
}
@media (max-width: 768px) {
    :root {
        --pxunit: 6px;
        --radius: 0;
    }
    html {
        font-size: 2.5vw;
    }
}
@media (max-width: 576px) {
    :root {
        --pxunit: 5px;
    }
}
.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);}
.hx25 {content: "";height: calc(var(--pxunit)*25);}
.hx30 {content: "";height: calc(var(--pxunit)*30);}
/*#endregion var*/

/*#region RESET*/
html, body {overflow-x: hidden;}
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;}
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 1s;transition-delay: 1s;}
.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.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: var(--bg-blue-color); } 
.initani.initani_wbk::before { background-color: var(--bg-grey-color); } 
.initani.initani_wbk::after { background-color: var(--bg-grey-color); }
.initani.initani_wy::before { background-color: #fff; } 
.initani.initani_wy::after { background-color: var(--bg-blue-color); }
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #FFF; } 

.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.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.8s 0.5s 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.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.8s 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 HEADER*/

header {
    display: contents;
}
.header_logo {
    position: fixed;
    top: 25px;
    left: 3.5rem;
    mix-blend-mode: difference;
    z-index: 1000;
}
.header_logo svg {
    width: 30rem;
    
}
.header_menu-btn, .header_close-btn {
    position: fixed;
    top: 10px;
    right: 4rem;
    padding: 10px 0;
    font-size: 1.8rem;
    color: var(--bg-white-color);
    line-height: 1;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    align-items: center;
    mix-blend-mode: difference;
    transition: pointer-events 0s linear 1s;
    transition: translate 1s cubic-bezier(.33, 1, .68, 1);
    letter-spacing: -.085em;
}
.header_menu-btn .l, .header_close-btn .l {
    display: inline-block;
    color: var(--bg-white-color);
    font-weight: 500;
    font-family: var(--fontP);
    transition: all cubic-bezier(.25, 1, .5, 1) .6s;
}
[data-menu-open=true] .header_menu-btn .l{
    translate: 0 .75em;
    clip-path: inset(0 0 100% 0);
}
.header_close-btn {
    pointer-events: none;
}
.header_close-btn .l {
    color: var(--bg-white-color);
    translate: 0 -.25em;
    clip-path: inset(0 0 100% 0);
}
[data-menu-open=true] .header_close-btn {
    pointer-events: auto!important
}
[data-menu-open=true] .header_close-btn .l {
    color: #fff;
    translate: 0 0;
    clip-path: inset(0 0 0 0);
    transition-delay: .2s
}
.header_menu-btn.is-anim,.header_close-btn.is-anim {
    pointer-events: none
}
[data-menu-open=true] .header_menu-btn c-record svg,[data-menu-open=true] .header_close-btn c-record svg {
    scale: -1 1
}

.gnav {
    contain: layout style paint;
    z-index: 100;
    position: fixed;
    top: 10px;
    right: 1.5rem;
    width: calc(100vw - 4rem * 2);
    max-width: min(800px, 45%);
    height: 75vh;
    max-height: 720px;
    overflow: hidden;
    letter-spacing: .025em;
    pointer-events: none;
    transition: opacity linear .15s, translate var(--e);
    transition-delay: .1s;
    --nav-e: cubic-bezier(.16, 1, .3, 1) 1s;
    clip-path: inset(0 0 100% 0);
    transition: clip-path var(--nav-e);
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}
[data-menu-open=true] .gnav {
    pointer-events: auto;
    --nav-e: cubic-bezier(.16, 1, .3, 1) .8s;
    clip-path: inset(0 0 0 0);
}
.gnav:after {
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: center top;
    scale: .9 1;
    background: var(--bg-black900-color);
    content: "";
    clip-path: inset(0 0 100% 0 round var(--radius));
    transition: clip-path var(--nav-e), scale var(--nav-e), translate var(--nav-e);
}
[data-menu-open=true] .gnav:after {
    translate: 0 0;
    scale: 1;
    clip-path: inset(0 0 0 0 round var(--radius));
}
.gnav_inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem;
    z-index: 1;
}
.gnav_btn {
    position: relative;
    font-size: 4rem;
    --e: cubic-bezier(0, .55, .45, 1) .65s;
    transition: opacity ease-out .2s, translate var(--e);
    translate: 0 20px;
    opacity: 0;
}
.gnav_btn.gnav_btn-privacy {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    font-size: 1.7rem;
}
[data-menu-open=true] .gnav_btn {
    translate: 0 0;
    opacity: 1
}
[data-menu-open=true] .gnav_btn:first-child {
    transition-delay: .12s
}
[data-menu-open=true] .gnav_btn:nth-child(2) {
    transition-delay: .16s
}
[data-menu-open=true] .gnav_btn:nth-child(3) {
    transition-delay: .2s
}
[data-menu-open=true] .gnav_btn:nth-child(4) {
    transition-delay: .24s
}
[data-menu-open=true] .gnav_btn:nth-child(5) {
    transition-delay: .28s
}
[data-menu-open=true] .gnav_btn:nth-child(6) {
    transition-delay: .32s
}
.gnav_btn a {
    display: block;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 0;
    color: #fff;
    text-align: center;
    --delay: 0s;
    --y: 22%;
}
.gnav_btn a:before {
    display: block;
    position: absolute;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    inset: 0;
    translate: 0 var(--y);
    content: attr(data-txt);
    color: #cba373;
    clip-path: inset(-10% 0 130% 0);
    opacity: .3;
    transition: translate .9s cubic-bezier(.16, 1, .3, 1), clip-path .6s cubic-bezier(0, .55, .45, 1), opacity .3s ease-in;
}
.gnav_btn a:hover:before {
    translate: 0 0;
    clip-path: inset(-10% 0 -10% 0);
    opacity: 1;
    transition-delay: var(--delay);
}
.gnav_btn .txt {
    font-size: var(--fontP);
    color: var(--bg-white-color);
    transition-delay: var(--delay);
    line-height: 1;
    clip-path: inset(-10% 0 -10% 0);
    transition: translate .9s cubic-bezier(.16, 1, .3, 1), clip-path .6s cubic-bezier(0, .55, .45, 1), opacity .3s ease-in;
}
.gnav_btn a.is-hover .txt, .gnav_btn a:hover .txt {
    translate: 0 calc(var(--y) * -1);
    clip-path: inset(130% 0 -10% 0);
    opacity: .3;
    transition-delay: 0s;
}
@media (max-width: 768px) {
    .header_logo {
        top: 20px;
        left: 20px;
    }
    .header_logo svg {
        width: 260px;
    }
    .header_menu-btn, .header_close-btn {
        right: 20px;
        font-size: 17px;
        padding: 5px 0;
    }
    .gnav {
        width: 100vw;
        height: 100vh;
        max-width: 100vw;
        max-height: 100vh;
        top: 0;
        left: 0;
    }
    .gnav_btn {
        font-size: 2rem;
    }
    .gnav_btn.gnav_btn-privacy {
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .header_logo {
        top: 20px;
        left: 15px;
    }
    .header_logo svg {
        width: 210px;
    }
    .header_menu-btn, .header_close-btn {
        right: 15px;
        font-size: 15px;
        padding: 5px 0;
    }
    .gnav_btn {
        font-size: 24px;
        padding: 10px 0;
    }
    .gnav_btn.gnav_btn-privacy {
        bottom: 20px;
        right: 20px;
        font-size: 15px;
    }
    .header_menu-btn c-record {
        width: 23px;
    }
}
/*#endregion HEADER*/


/*#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;
}
.sp_break {
    display: none !important;
}
.tb_break {
    display: none !important;
}
@media (max-width: 768px){
    .tb_hide {
        display: none !important;
    }
    .tb_break {
        display: block !important;
    }
}
@media (max-width: 450px){
    .sp_hide{
        display: none !important;
    }
    .sp_break {
        display: block !important;
    }
}

/* -----theme block start------- */
.wrapper {
    opacity: 0;
}
.container {
    width: auto;
    padding: 0 9rem;
}
.l-inner, .m-inner, .s-inner {
    display: flex;
    flex-direction: column;
}
.l-inner {
    gap: 6.6rem;
}
.m-inner {
    gap: 5rem;
}
.s-inner {
    gap: 4rem;
}
@media (max-width: 991px){
    .container {
        padding: 0 10rem;
    }
}
@media (max-width: 768px){
    .container {
        padding: 0 2rem;
    }
    .l-inner {
        gap: 3.3rem;
    }
    .m-inner {
        gap: 2.3rem;
    }
    .s-inner {
        gap: 2rem;
    }
}
@media (max-width: 450px){
    .container {
        padding: 0 15px;
    }
    .l-inner {
        gap: 40px;
    }
    .m-inner {
        gap: 30px;
    }
    .s-inner {
        gap: 25px;
    }
}
.pg_header {
    border-bottom: 1px solid var(--bg-border-color);
}
.pg_header-inner {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.pg_ttl {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.pg_ttl h1 span {
    font-size: 7.5rem;
    font-family: var(--fontP);
    color: var(--bg-black900-color);
    line-height: 1.2;
    width: fit-content;
    clip-path: inset(0 0 100% 0);
    display: inline-block;
}
.pg_ttl p {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.6;
    width: fit-content;
    color: var(--bg-black900-color);
}

.pg_img {
    width: 100%;
    line-height: 0;
}
.pg_img img {
    width: 100%;
}
@media (max-width: 768px) {
    .pg_ttl {
        gap: 1.5rem;
    }
    .pg_ttl h1 span {
        font-size: 3rem;
    }
    .pg_ttl p {
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .pg_ttl {
        gap: 20px;
    }
    .pg_ttl h1 span {
        font-size: 42px;
    }
    .pg_ttl p {
        font-size: 15px;
    }
}
.block_ttl h2 {
    font-size: 4rem;
    line-height: 1.5;
}
@media (max-width: 768px) {
    .block_ttl h2 {
        font-size: 1.5rem;
    }
}
@media (max-width: 450px) {
    .block_ttl h2 {
        font-size: 24px;
    }
}
.sec_ttl h1 {
    font-size: 7.5rem;
    font-family: var(--fontP);
    color: var(--bg-white-color);
    line-height: 1.2;
}
.sec_ttl p {
    font-size: 1.7rem;
    color: var(--bg-white-color);
}
@media (max-width: 768px) {
    .sec_ttl h1 {
        font-size: 3rem;
    }
    .sec_ttl p {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .sec_ttl h1 {
        font-size: 42px;
    }
    .sec_ttl p {
        font-size: 14px;
    }
}
.animated_img {
    position: relative;
    overflow: hidden;
}
.animated_img:hover::before, .animated_img:hover::after{
    translate: 0% 0%;
}
.animated_img::before {
    background: rgba(255, 255, 255, .3); 
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    transition: all .4s cubic-bezier(0.46, 0.16, 0.24, 0.77);
    width: 101%;
    clip-path: polygon(0 0, 100% 0, 100% 100%);
    left: 0;
    top: 0;
    translate: 100% -100%;
    z-index: 99;
}
.animated_img::after {
    background: rgba(255, 255, 255, .3); 
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .4s cubic-bezier(0.46, 0.16, 0.24, 0.77);
    width: 101%;
    bottom: 0;
    clip-path: polygon(0 0, 100% 100%, 0 100%);
    right: 0;
    translate: -100% 100%;
    z-index: 99;
}
.rich-fade {
    -webkit-mask: url(../img/mask.webp);
    mask: url(../img/mask.webp);
    -webkit-mask-size: 500% 100%;
    mask-size: 500% 100%;
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
}
.rich-fade.on {
    animation: richFade 7s cubic-bezier(0.1, 1, 0.25, 1) .6s forwards;
}
@keyframes richFade {
    0% {
        -webkit-mask-position: 100% 0;
        mask-position: 100% 0;
    }
    100% {
        -webkit-mask-position: 0 0;
        mask-position: 0 0;
    }
}
.fade_y.on {
    opacity: 1;
    transform: translateY(0);
}
.fade_y {
    transform: translateY(30px);
    opacity: 0;
    transition: 0.8s;
}
.clip_path {
    clip-path: inset(0% 100% 0% 0%);
    transition: clip-path 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.clip_path.on {
    clip-path: inset(0% 0% 0% 0%);
}
[data-inview] {
    mask-image: linear-gradient(270deg, transparent 35%, #000 60%, #000);
    -webkit-mask-position: 100% 0;
    mask-position: 100% 0;
    -webkit-mask-size: 250% 100%;
    mask-size: 250% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    opacity: 0
}
[data-inview].inview , [data-inview] * {
    transition: opacity 2.5s,-webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2.5s,mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: opacity 2.5s,mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-mask-position 2.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-mask-position: 0 0;
    mask-position: 0 0;
    opacity: 1;
}
.special_col {
    position: relative;
    z-index: 10;
}
.special_img_wrap {
    transition: transform .4s ease-in; 
    transition-delay: .3s; 
    transform: translateX(100%); 
    position: relative; 
} 
.special_col.js_tgt.on .special_img_wrap { 
    transform: translateX(0); 
} 
.special_img_div { 
    position: relative; 
    overflow: hidden; 
} 
.special_img_div img { 
    position: relative; 
    z-index: 1; 
    width: 100%; 
    height: auto; 
} 
.special_img_cover { 
    width: 150%; 
    height: 100%; 
    background: #4596E6; 
    position: absolute; 
    top: 0; left: -25%; 
    z-index: 2; 
    transition: transform .8s ease-out; 
    transition-delay: .7s; 
    transform: translateX(0) skewX(-35deg); 
    z-index: 20;
} 
.special_col.js_tgt.on .special_img_cover { 
    transform: translateX(100%) skewX(-35deg); 
}
.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;
}
.more_btn {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.7rem;
}
.more_btn span {
    color: var(--bg-white-color);
}
c-record {
    display: block;
    width: 3rem;
    cursor: pointer
}
c-record svg {
    display: block;
    aspect-ratio: 1/1;
    width: 100%;
    height: auto;
    overflow: visible;
    animation: rotate-record 5s linear infinite;
    transition: scale .8s cubic-bezier(.33,1,.68,1)
}
@keyframes rotate-record {
    0% {
        rotate: 0deg
    }

    to {
        rotate: 359.9deg
    }
}
c-record circle {
    fill: none
}
c-record circle:first-child {
    stroke: #fff;
    stroke-width: 7
}
c-record circle:nth-child(2) {
    stroke: #000;
    stroke-width: .5;
    stroke-dasharray: 25,25
}
.more_btn:hover c-record svg {
    scale: -1 1
}
@media (max-width: 768px) {
    .more_btn {
        gap: .5rem;
        font-size: .8rem;
    }
    c-record {
        width: 1.3rem;
    }
}
@media (max-width: 450px) {
    .more_btn {
        gap: 8px;
        font-size: 15px;
    }
    c-record {
        width: 25px;
    }
}
/* -----theme block end------- */

/* -------------page home style------------- */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
}
.banner_img {
    width: 100%;
    height: 100%;
    line-height: 0;
}
.banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}


.sec_offer {
    background-color: #2E3233;
    padding: 2rem;
}
.offer_inner {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    padding: 7rem 0;
    border: 2px solid #FFFFFF80;
}
.offer_bg {
    position: absolute;
    width: 95%;
    left: 2%;
    bottom: 4rem;
    pointer-events: none;
}
.offer_bg img {
    width: 100%;
}
.offer_ttl {
    font-size: 8.5rem;
    font-family: var(--fontHKG);
    font-weight: 300;
    color: var(--bg-white-color);
    line-height: 1.2;
}
.offer_price {
    font-size: 7.5rem;
    font-family: var(--fontP);
    font-weight: bold;
    line-height: 1.2;
    color: var(--bg-white-color);
}
.offer_price span {
    font-size: 5.3rem;
    line-height: 1.2;
    color: var(--bg-white-color);
}
.offer_txt {
    font-size: 3rem;
    font-weight: bold;
    color: var(--bg-white-color);
    line-height: 1.5;
}
.offer_moreBtn {
    font-size: 2.7rem;
}
.offer_moreBtn span {
    font-weight: bold;
}
@media (max-width: 768px) {
    .sec_offer {
        padding: 1rem;
    }
    .offer_inner {
        padding: 3.5rem 0;
        gap: 2rem;
    }
    .offer_ttl {
        font-size: 2.5rem;
    }
    .offer_price {
        font-size: 2.5rem;
    }
    .offer_price span {
        font-size: 1.8rem;
    }
    .offer_txt {
        font-size: 1rem;
    }
    .offer_moreBtn span {
        font-size: 1.2rem;
    }
}
@media (max-width: 450px) {
    .sec_offer {
        padding: 10px;
    }
    .offer_inner {
        padding: 40px 0;
        gap: 25px;
    }
    .offer_ttl {
        font-size: 27px;
    }
    .offer_price {
        font-size: 27px;
    }
    .offer_price span {
        font-size: 18px;
    }
    .offer_txt {
        font-size: 15px;
    }
    .offer_moreBtn span {
        font-size: 16px;
    }
}







.sec_price {
    background-color: var(--bg-black-color);
}
.price_ttl {
    text-align: center;
    font-size: 5.3rem;
    font-weight: bold;
    line-height: 1.2;
    color: var(--bg-white-color);
}
.price_content {
    display: flex;
    gap: 3.3rem;
}
.price_item {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.3rem;
    padding: 3.3rem;
}
.price_circle {
    padding: 3.3rem;
    border-radius: 50%;
    border: 1px solid #2E3233;
}
.price_circle svg {
    width: 10rem;
}
.price_txt {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.price_txt h3 {
    font-size: 2.7rem;
    font-weight: bold;
    color: var(--bg-white-color);
}
.price_txt p {
    font-size: 2rem;
    color: var(--bg-white-color);
}
@media (max-width: 768px) {
    .price_ttl {
        font-size: 1.8rem;
    }
    .price_content {
        gap: 1.5rem;
    }
    .price_item {
        gap: 1.5rem;
        padding: 0;
    }
    .price_circle {
        padding: 1rem;
    }
    .price_circle svg {
        width: 3.5rem;
    }
    .price_txt {
        gap: 1rem;
    }
    .price_txt h3 {
        font-size: 1.3rem;
    }
    .price_txt p {
        font-size: 1rem;
    }
}
@media (max-width: 450px) {
    .price_ttl {
        font-size: 32px;
        line-height: 1.5;
    }
    .price_content {
        flex-direction: column;
        gap: 25px;
    }
    .price_item {
        gap: 15px;
        padding: 0;
    }
    .price_circle {
        padding: 20px;
    }
    .price_circle svg {
        width: 80px;
    }
    .price_txt {
        gap: 10px;
    }
    .price_txt h3 {
        font-size: 18px;
    }
    .price_txt p {
        font-size: 15px;
    }
}



.response_ttl {
    width: fit-content;
    margin: 0 auto;
}
.response_ttl, .response_ttl div {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3.3rem;
}
.response_ttl div {
    width: 100%;
}
.response_ttl h1 {
    font-size: 5.3rem;
    line-height: 1.2;
}
.response_ttl span {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    width: 17rem;
    height: 17rem;
    color: var(--bg-white-color);
    background-color: #2E3233;
    border-radius: 50%;
    font-size: 2.7rem;
    font-weight: bold;
}
.response_item {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.response_item p {
    font-size: 2.5rem;
    text-align: center;
}
.response_table {
    text-align: center;
    display: flex;
    width: 100%;
}
.response_table table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}
.response_table thead {
    text-align: center;
    background-color: var(--bg-black900-color);
}
.response_table tbody {
    background-color: var(--bg-white-color);
}
.response_table thead td {
    color: var(--bg-white-color);
}
.response_table td {
    flex: 1;
    padding: 1rem 0;
    font-size: 1.6rem;
    border: 1px solid var(--bg-black-color);
}
.response_table tbody tr:first-child {
    background-color: #D6D6D6;
}
.response_btm {
    display: flex;
    justify-content: space-between;
}
.response_btm p {
    font-size: 1.6rem;
}
.response_link {
    display: flex;
    align-items: center;
    gap: 3rem;
}
.sec_response .more_btn span {
    color: var(--bg-black-color);
}
.sec_response c-record circle:first-child {
    stroke: var(--bg-black-color);
}
.sec_response c-record circle:nth-child(2) {
    stroke: var(--bg-white-color);
}
@media (max-width: 768px) {
    .response_ttl h1 {
        font-size: 1.6rem;
    }
    .response_ttl span {
        width: 6rem;
        height: 6rem;
        font-size: 1rem;
    }
    .response_ttl, .response_ttl div {
        gap: 1.5rem;
    }
    .response_item {
        gap: 1rem;
    }
    .response_item p {
        font-size: 1rem;
    }
    .response_table td {
        font-size: .8rem;
        padding: .6rem 0;
    }
    .response_btm p {
        font-size: .8rem;
    }
    .response_link {
        gap: 1.5rem;
    }
}
@media (max-width: 450px) {
    .response_ttl h1 {
        font-size: 24px;
        line-height: 1.4;
    }
    .response_ttl span {
        position: static;
        width: 120px;
        height: 120px;
        font-size: 16px;
    }
    .response_ttl, .response_ttl div {
        gap: 10px;
    }
    .response_item {
        gap: 10px;
    }
    .response_item p {
        font-size: 14px;
    }
    .response_table td {
        font-size: 12px;
        padding: 10px 3px;
    }
    .response_btm {
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .response_btm p {
        font-size: 14px;
    }
    .response_link {
        gap: 20px;
    }
}


.sec_product {
    background-color: var(--bg-black900-color);
}
.product_ttl {
    font-size: 2.7rem;
    color: var(--bg-white-color);
}
.product_content {
    display: grid;
    grid-template-columns: 50% 50%;
}
.product_item {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    padding: 5rem;
    border: 1px solid var(--bg-white-color);
}
.product_img {
    display: flex;
    width: 100%;
}
.product_img img {
    width: 100%;
}
.product_txt {
    font-size: 1.6rem;
    color: var(--bg-white-color);
}
.product_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product_btm p {
    font-size: 1.6rem;
    color: var(--bg-white-color);
}
@media (max-width: 768px) {
    .product_ttl {
        font-size: 1.3rem;
    }
    .product_item {
        gap: 1.5rem;
        padding: 1.5rem;
    }
    .product_txt {
        font-size: .8rem;
    }
    .product_btm p {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .product_ttl {
        font-size: 22px;
    }
    .product_content {
        grid-template-columns: 100%;
    }
    .product_item {
        gap: 20px;
        padding: 25px;
    }
    .product_txt {
        font-size: 14px;
    }
    .product_btm p {
        font-size: 13px;
    }
    .product_btm {
        text-align: center;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

.sec_solve {
    background-color: var(--bg-black900-color);
}
.solve_inner {
    border-radius: 1rem;
    background-color: #D6D6D6;
    border: 1px solid var(--bg-black-color);
    padding: 6.6rem;
}
.solve_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.solve_left {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.solve_txt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.solve_txt p {
    display: flex;
    align-items: center;
    gap:1rem;
    font-size: 1.6rem;
}
.solve_txt svg {
    width: 2rem;
}
.solve_ttl {
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
}
.solve_ttl h3 {
    font-size: 3.5rem;
}
.solve_ttl .sec_ttl h1, .solve_ttl .sec_ttl p {
    color: var(--bg-black-color);
}
.solve_img {
    width: 35%;
}
.solve_img img {
    width: 100%;
}
.sec_solve .more_btn {
    margin-left: auto;
}
.sec_solve c-record circle:first-child {
    stroke: var(--bg-black-color);
}
.sec_solve c-record circle:last-child {
    stroke: var(--bg-white-color);
}
.sec_solve .more_btn span {
    color: var(--bg-black-color);
}
@media (max-width: 768px) {
    .solve_inner {
        border-radius: .5rem;
        padding: 3.3rem;
    }
    .solve_content {
        flex-direction: column;
        gap: 1rem;
    }
    .solve_left {
        gap: 1.5rem;
        flex-direction: column-reverse;
    }
    .solve_ttl {
        text-align: center;
        flex-direction: column-reverse;
        gap: 1rem;
    }
    .solve_ttl h3 {
        font-size: 1.5rem;
    }
    .solve_txt {
        width: fit-content;
        margin: 0 auto;
        gap: .6rem;
    }
    .solve_txt p {
        gap: .6rem;
        font-size: .8rem;
    }
    .solve_txt svg {
        width: 1rem;
    }
    .solve_img {
        width: 60%;
    }
}
@media (max-width: 450px) {
    .solve_inner {
        border-radius: 8px;
        padding: 30px;
    }
    .solve_content {
        gap: 10px;
    }
    .solve_left {
        gap: 15px;
    }
    .solve_ttl {
        gap: 10px;
    }
    .solve_ttl h3 {
        font-size: 18px;
    }
    .solve_txt {
        gap: 6px;
    }
    .solve_txt p {
        gap: 6px;
        font-size: 14px;
    }
    .solve_txt svg {
        width: 15px;
    }
    .solve_img {
        width: 80%;
    }
}

.sec_hose {
    background-color: var(--bg-black900-color);
}
.hose_content {
    display: flex;
    gap: 3.3rem;
}
.hose_layer {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.hose_item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.hose_img {
    display: flex;
}
.hose_img img {
    width: 100%;
}
.hose_item h2 {
    font-size: 2.7rem;
    font-weight: bold;
    color: var(--bg-white-color);
    line-height: 1.2;
}
.hose_layer:last-child .hose_item h2 {
    padding-top: 2rem;
}
.hose_item h3 {
    font-size: 1.8rem;
    font-weight: bold;
    color: var(--bg-white-color);
    line-height: 1.2;
}
.hose_item p {
    font-size: 1.5rem;
    color: var(--bg-white-color);
}
.sec_hose .more_btn {
    margin-left: auto;
}
@media (max-width: 768px) {
    .hose_content {
        flex-wrap: wrap;
        gap: 1.5rem;
    }
    .hose_layer {
        flex: none;
        width: calc(50% - .75rem);
        gap: 1.2rem;
    }
    .hose_item {
        gap: .7rem;
    }
    .hose_item h2 {
        font-size: 1.2rem;
    }
    .hose_item h3 {
        font-size: 1rem;
    }
    .hose_item p {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .hose_content {
        flex-direction: column;
        gap: 20px;
    }
    .hose_layer {
        width: 100%;
        gap: 20px;
    }
    .hose_item {
        gap: 10px;
    }
    .hose_item h2 {
        font-size: 20px;
    }
    .hose_item h3 {
        font-size: 16px;
    }
    .hose_item p {
        font-size: 14px;
    }
}

.sec_equipment {
    background-color: var(--bg-black-color);
}
.equipment_content {
    display: flex;
    justify-content: space-between;
}
.equipment_img {
    width: 40%;
}
.equipment_img img {
    width: 100%;
}
.equipment_right {
    display: flex;
    gap: 3rem;
    width: 55%;
}
.equipment_item {
    flex: 1;
}
.equipment_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.7rem 1.5rem;
    border-bottom: 1px solid var(--bg-white-color);
}
.equipment_row  span {
    font-size: 1.5rem;
    color: var(--bg-white-color);
}
@media (max-width: 768px) {
    .equipment_content {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .equipment_img {
        width: 60%;
    }
    .equipment_right {
        width: 100%;
        gap: 1.5rem;
    }
    .equipment_row {
        padding: .8rem;
    }
    .equipment_row span {
        font-size: .7rem;
    }
}
@media (max-width: 450px) {
    .equipment_content {
        gap: 15px;
    }
    .equipment_img {
        width: 100%;
    }
    .equipment_right {
        flex-direction: column;
        gap: 0;
    }
    .equipment_row {
        padding: 10px;
    }
    .equipment_row span {
        font-size: 14px;
    }
}


.sec_company {
    background-color: var(--bg-black900-color);
}
.company_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company_left {
    display: flex;
    flex-direction: column;
    gap: 6.6rem;
    width: 58%;
}
.company_txt {
    font-size: 1.7rem;
    color: var(--bg-white-color);
}
.sec_company .more_btn {
    margin-left: auto;
}
@media (max-width: 768px) {
    .company_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 2.5rem;
    }
    .company_left  {
        width: 100%;
        gap: 2.5rem;
    }
    .company_txt {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .company_inner {
        gap: 30px;
    }
    .company_left  {
        gap: 30px;
    }
    .company_txt {
        font-size: 14px;
    }
}

/* ----------page company style--------- */
.company_profile {
    background-color: var(--bg-black900-color);
}
.profile_inner {
    display: flex;
    gap: 8rem;
}
.profile_left {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.profile_left .block_ttl h2 {
    color: var(--bg-white-color);
}
.profile_left p {
    font-size: 1.6rem;
    color: var(--bg-white-color);
}
.profile_content {
    width: 65%;
    display: flex;
    flex-direction: column;
    padding: 5rem;
    background-color: var(--bg-white-color);
    border: 1px solid var(--bg-black-color);
    border-radius: 1rem;
}
.table_row, .table_row dt, .table_row dd {
    margin: 0;
}
.table_row {
    display: flex;
    padding: 2rem 0;
    border-bottom: 1px solid var(--bg-black-color);
}
.table_row:first-child {
    padding-top: 0;
}
.table_row dt {
    font-size: 1.7rem;
    font-weight: bold;
    width: 25rem;
}
.table_row dd {
    flex: 1;
    font-size: 1.7rem;
}
.profile_awards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    padding: 4rem 10rem;
}
.awards_item {
    display: flex;
    width: calc(calc(100% - 4rem)/3);
}
.awards_item:nth-child(4) {
    width: calc(calc(100% - 2rem)/3*2);
}
.awards_item img {
    width: 100%;
}
@media (max-width: 768px) {
    .profile_inner {
        flex-direction: column;
        gap: 2rem;
    }
    .profile_left {
        gap: 1.3rem;
    }
    .profile_left p {
        font-size: .8rem;
    }
    .profile_content {
        padding: 3rem 2rem;
        width: 100%;
        border-radius: .8rem;
    }
    .table_row {
        padding: 1.2rem 0;
    }
    .table_row dt {
        font-size: .8rem;
        width: 10rem;
    }
    .table_row dd {
        font-size: .8rem;
    }
    .profile_awards {
        gap: 1rem;
        padding: 2rem 3rem;
        padding-bottom: 0;
    }
    .awards_item {
        width: calc(calc(100% - 2rem)/3);
    }
    .awards_item:nth-child(4) {
        width: calc(calc(100% - 1rem)/3*2);
    }
}
@media (max-width: 450px) {
    .profile_inner {
        gap: 25px;
    }
    .profile_left {
        gap: 15px;
    }
    .profile_left p {
        font-size: 14px;
    }
    .profile_content {
        padding: 30px 20px;
        border-radius: 8px;
    }
    .table_row {
        flex-direction: column;
        gap: 5px;
        padding: 15px 0;
    }
    .table_row dt {
        font-size: 15px;
        width: 100%;
    }
    .table_row dd {
        font-size: 14px;
    }
    .profile_awards {
        gap: 10px;
        padding: 20px 0;
        padding-bottom: 0;
    }
    .awards_item {
        width: calc(calc(100% - 10px)/2);
    }
    .awards_item:nth-child(4) {
        order: 6;
        width: 100%;
    }
}

.position_inner {
    display: flex;
    justify-content: space-between;
}
.position_content {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    width: 65%;
}
.position_main {
    display: flex;
    justify-content: space-between;
    gap: 5rem;
    padding: 4rem;
    background-color: var(--bg-white-color);
    border: 1px solid var(--bg-black-color);
    border-radius: 1rem;
}
.position_txt {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.position_txt h4 {
    font-size: 2.7rem;
}
.position_txt p {
    font-size: 1.7rem;
}
.position_map {
    display: flex;
    flex: 1;
    aspect-ratio: 2/1.2;
}
.position_map iframe {
    width: 100%;
    height: 100%;
}
.position_btm {
    display: flex;
    justify-content: space-between;
    gap: 2.5rem;
}
.position_item {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
    border-radius: 1rem;
    background-color: var(--bg-white-color);
    border: 1px solid var(--bg-black-color);
}
.position_item h4 {
    font-size: 2.5rem;
}
.position_item p {
    font-size: 1.6rem;
}
@media (max-width: 768px) {
    .position_inner {
        flex-direction: column;
        gap: 2rem;
    }
    .position_content {
        gap: 2rem;
        width: 100%;
    }
    .position_main {
        gap: 2rem;
        padding: 2rem;
        border-radius: .6rem;
    }
    .position_txt {
        gap: .5rem;
    }
    .position_txt h4 {
        font-size: 1.2rem;
    }
    .position_txt p {
        font-size: .8rem;
    }
    .position_btm {
        gap: 1rem;
    }
    .position_item {
        padding: 1rem;
        gap: .6rem;
        border-radius: .6rem;
    }
    .position_item h4 {
        font-size: 1rem;
    }
    .position_item p {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .position_inner {
        gap: 25px;
    }
    .position_content {
        gap: 20px;
    }
    .position_main {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        border-radius: 8px;
    }
    .position_txt {
        gap: 6px;
    }
    .position_txt h4 {
        font-size: 18px;
    }
    .position_txt p {
        font-size: 14px;
    }
    .position_map {
        width: 100%;
    }
    .position_btm {
        gap: 10px;
        flex-direction: column;
    }
    .position_item {
        width: 100%;
        padding: 20px;
        gap: 6px;
        border-radius: 6px;
    }
    .position_item h4 {
        font-size: 18px;
    }
    .position_item p {
        font-size: 14px;
    }
}




/* ----------page news style--------- */
.news_list {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.post_link {
    position: relative;
    display: flex;
    align-items: center;
    gap: 6.6rem;
    padding-bottom: 2.5rem;
    border-bottom: 1px solid var(--bg-black-color);
    transition: padding-left .2s;
}
.post_link:hover {
    padding-left: 20px;
}
.post_link:hover .post_category {
    transition: all .2s;
    background-color: var(--bg-black-color);
    color: var(--bg-white-color);
}
.post_meta {
    display: flex;
    align-items: center;
    gap: 3.5rem;
}
.post_date, .post_category {
    font-size: 1.5rem;
}
.post_category {
    display: inline-block;
    text-align: center;
    width: 9rem;
    border: 1px solid var(--bg-black-color);
    border-radius: 3px;
}
.post_title {
    font-size: 1.7rem;
}

@media (max-width: 768px) {
    .news_list {
        gap: 2rem;
    }
    .post_link {
        flex-direction: column;
        align-items: flex-start;
        gap: .6rem;
        padding-bottom: 1.5rem;
    }
    .post_meta {
        gap: 1rem;
    }
    .post_date, .post_category {
        font-size: .8rem;
    }
    .post_category {
        width: 5rem;
    }
    .post_title {
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .news_list {
        gap: 30px;
    }
    .post_link {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
        padding-bottom: 15px;
    }
    .post_meta {
        gap: 15px;
    }
    .post_date, .post_category {
        font-size: 13px;
    }
    .post_category {
        width: 80px;
    }
    .post_title {
        font-size: 14px;
    }
}


/* ----------page solve fitting style--------- */
.solve_benefit {
    background-color: #2E3233;
    padding: 2rem;
}
.benefit_ttl {
    font-size: 4rem;
    font-weight: bold;
    line-height: 2;
    width: fit-content;
    padding: 0 10px;
    color: #2E3233;
    background-color: var(--bg-white-color);
}
.benefit_content {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.benefit_item {
    display: flex;
    gap: 2rem;
}
.benefit_check {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 8rem;
    background-color: #FFFFFF33;
}
.benefit_check svg {
    width: 3.5rem;
}
.benefit_txt {
    flex: 1;
    font-size: 2rem;
    color: var(--bg-white-color);
    line-height: 1.2;
}
.benefit_txt span {
    font-size: 4rem;
    font-weight: bold;
    color: var(--bg-white-color);
    line-height: 1.2;
}
@media (max-width: 768px) {
    .solve_benefit {
        padding: 0;
    }
    .benefit_ttl {
        font-size: 1.5rem;
    }
    .benefit_content {
        gap: 1.5rem;
    }
    .benefit_item {
        gap: 1rem;
        align-items: center;
    }
    .benefit_check {
        width: 4rem;
        height: 4rem;
    }
    .benefit_check svg {
        width: 2rem;
    }
    .benefit_txt {
        font-size: 1rem;
    }
    .benefit_txt span {
        font-size: 1.5rem;
    }
}
@media (max-width: 450px) {
    .benefit_ttl {
        font-size: 24px;
    }
    .benefit_content {
        gap: 20px;
    }
    .benefit_item {
        gap: 10px;
        align-items: center;
    }
    .benefit_check {
        width: 48px;
        height: 48px;
    }
    .benefit_check svg {
        width: 24px;
    }
    .benefit_txt {
        line-height: 1.5;
        font-size: 13px;
    }
    .benefit_txt span {
        font-size: 20px;
    }
}


.solve_main {
    background-color: var(--bg-black900-color);
}
.detail_item {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: 5rem;
    background-color: var(--bg-white-color);
    border-radius: 1rem;
}
.detail_item .more_btn {
    margin-left: auto;
}
.detail_item .more_btn span {
    color: var(--bg-black-color);
}
.detail_item .more_btn c-record circle:first-child {
    stroke: var(--bg-black-color);
}
.detail_item .more_btn c-record circle:last-child {
    stroke: var(--bg-white-color);
}
.detail_hd {
    display: flex;
    justify-content: space-between;
}
.detail_left {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.detail_left h2 {
    font-size: 4rem;
    font-weight: bold;
}
.detail_left div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.detail_left p {
    font-size: 1.6rem;
}
.detail_left h5 {
    font-size: 1.8rem;
    padding: 0 10px;
    width: fit-content;
    background-color: #565656;
    color: var(--bg-white-color);
}
.detail_right {
    width: 27%;
}
.detail_item:first-child .detail_right {
    width: 35%;
}
.detail_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.detail_bd {
    display: flex;
    flex-direction: column;
    gap: 6.6rem;
}
.detail_img {
    display: flex;
}
.detail_img01 {
    width: 65%;
}
.detail_img02 {
    width: 75%;
}
.detail_img03 {
    width: 80%;
}
.detail_img04 {
    width: 70%;
}
.detail_img img {
    width: 100%;
}
@media (max-width: 768px) {
    .detail_item {
        gap: 2.5rem;
        padding: 3rem 2rem;
        border-radius: .5rem;
    }
    .detail_hd {
        flex-direction: column;
        align-items: center;
        gap: 1.5rem;
    }
    .detail_right, .detail_item:first-child .detail_right {
        width: 60%;
    }
    .detail_bd {
        gap: 3rem;
    }
    .detail_left {
        gap: 1.5rem;
    }
    .detail_left h2 {
        font-size: 1.8rem;
    }
    .detail_left div {
        gap: 1rem;
    }
    .detail_left p {
        font-size: .9rem;
    }
    .detail_left h5 {
        font-size: 1rem;
    }
    .detail_img01 {
        width: 100%;
    }
    .detail_img02 {
        width: 100%;
    }
    .detail_img03 {
        width: 100%;
    }
    .detail_img04 {
        width: 100%;
    }
}
@media (max-width: 450px) {
    .detail_item {
        gap: 25px;
        padding: 30px 15px;
        border-radius: 8px;
    }
    .detail_hd {
        gap: 15px;
    }
    .detail_right, .detail_item:first-child .detail_right {
        width: 90%;
    }
    .detail_bd {
        gap: 30px;
    }
    .detail_left {
        gap: 15px;
    }
    .detail_left h2 {
        font-size: 24px;
    }
    .detail_left div {
        gap: 10px;
    }
    .detail_left p {
        font-size: 14px;
    }
    .detail_left h5 {
        font-size: 16px;
    }
    .detail_img01 {
        width: 100%;
    }
    .detail_img02 {
        width: 100%;
    }
    .detail_img03 {
        width: 100%;
    }
    .detail_img04 {
        width: 100%;
    }
}



/* -------------page contact style------------- */
.pg_contact {
    background-color: var(--bg-black900-color);
}
.request_form {
    padding: 6.66rem 3.33rem;
    background-color: var(--bg-white-color);
    border-radius: 1rem;
}
.request_order, .request_size, .request_sort {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.order_txt, .size_txt, .sort_txt {
    font-size: 1.7rem;
}
.order_form {
    display: flex;
    justify-content: space-between;
}
.order_item {
    width: 43%;
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.order_field {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.order_field-label {
    font-size: 1.6rem;
}
.order_field-input {
    display: flex;
    align-items: center;
    gap: 1.7rem;
}
.order_field-group {
    display: flex;
    position: relative;
    gap: 0.5rem;
}
.order_field6-button {
    border: 1px solid var(--bg-black-color);
    background-color: #EFEFEF;
    color: var(--bg-black900-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
    font-size: 1.4rem;
    cursor: pointer;
    user-select: none;
    padding: 0 1.5rem;
}
.order_field6-list {
    position: absolute;
    top: calc(100% + 0.3rem);
    right: 0;
    width: 13rem;
    border: 1px solid var(--bg-black-color);
    background-color: #EFEFEF;
    border-radius: 0.3rem;
    display: none;
    flex-direction: column;
    z-index: 10;
}
.order_field6-list div {
    font-size: 1.5rem;
    color: var(--bg-black900-color);
    cursor: pointer;
    padding: 5px 10px;
}

.order_field6-list div:hover {
    color: var(--bg-white-color);
    background-color: var(--bg-black900-color);
    
}
.order_field-input input[type=text] {
    flex: 1;
    font-size: 1.6rem;
    line-height: 1.5;
    padding: 1rem 1.2rem;
    border-radius: .5rem;
    border: 1px solid var(--bg-black-color);
    outline: none;
}
.unit_txt {
    font-size: 1.6rem;
}
.order_field6_select {
    flex: 1;
}
.unit_field, .order_field6_select {
    font-size: 1.6rem;
    line-height: 1.5;
    padding: .5rem .8rem;
    border-radius: .5rem;
    border: 1px solid var(--bg-black-color);
    outline: none;
    width: 30%;
    background-color: #EFEFEF;
}
.order_field-file {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 1.5rem;
}
.order_field_file {
    display: none;
}
.file_select {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.file_name {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #919191;
    background-color: #EFEFEF;
    border-radius: .3rem;
    cursor: pointer;
}
.order_field-file p {
    color: #707070;
}
@media (max-width: 768px) {
    .request_form {
        padding: 3rem 1.5rem;
        border-radius: .5rem;
    }
    .request_order, .request_size, .request_sort {
        gap: 1.5rem;
    }
    .order_txt, .size_txt, .sort_txt {
        font-size: .85rem;
    }
    .order_form {
        flex-direction: column;
        gap: 1rem;
    }
    .order_item {
        width: 100%;
        gap: 1rem;
    }
    .order_field-label {
        font-size: .8rem;
    }
    .order_field-input {
        gap: .8rem;
    }
    .order_field-input input[type=text] {
        width: 100%;
        flex: 1;
        gap: .8rem;
        font-size: .8rem;
        padding: .5rem;
        border-radius: .3rem;
    }
    .unit_field, .order_field6_select {
        font-size: .8rem;
        padding: .2rem .3rem;
        border-radius: .3rem;
    }
    .unit_txt {
        font-size: .8rem;
    }
    .file_select {
        gap: .6rem;
    }
    .order_field-file {
        font-size: .8rem;
    }
    .file_name {
        border-radius: .2rem;
    }
    .order_field-group {
        flex: 1;
        gap: 5px;
    }
    .order_field6-button {
        font-size: .7rem;
        padding: 0 .8rem;
    }
    .order_field6-list {
        width: 8rem;
    }
    .order_field6-list div {
        font-size: .75rem;
    }
}
@media (max-width: 450px) {
    .request_form {
        padding: 30px 15px;
        border-radius: 8px;
    }
    .request_order, .request_size, .request_sort {
        gap: 20px;
    }
    .order_txt, .size_txt, .sort_txt {
        font-size: 15px;
    }
    .order_form {
        flex-direction: column;
        gap: 15px;
    }
    .order_item {
        gap: 15px;
    }
    .order_field {
        gap: 5px;
    }
    .order_field-label {
        font-size: 14px;
    }
    .order_field-input {
        gap: 8px;
    }
    .order_field6-input {
        flex-direction: column;
        gap: 10px;
    }
    .order_field-input input[type=text] {
        gap: 8px;
        font-size: 14px;
        padding: 10px;
        border-radius: 5px;
    }
    .unit_field, .order_field6_select {
        font-size: 14px;
        padding: 5px 8px;
        border-radius: 3px;
    }
    .unit_txt {
        font-size: 14px;
    }
    .file_select {
        gap: 5px;
    }
    .order_field-file {
        font-size: 13px;
    }
    .file_name {
        border-radius: 3px;
    }
    .order_field-group {
        width: 100%;
    }
    .order_field6-button {
        font-size: 13px;
        padding: 0 15px;
    }
    .order_field6-list div {
        font-size: 14px;
    }
    .order_field6-list {
        width: 13rem;
    }
}
.size_form {
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
}
.size_item {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.size_field {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.size_field_group {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.size_field.__maker {
    width: 23%;
} 
.size_field.__w27 {
    width: 27%;
}
.size_field.__w18 {
    width: 18%;
}
.size_field.__w8 {
    width: 8%;
}
.size_field-label {
    font-size: 1.5rem;
}
.size_field-input {
    display: flex;
    gap: 1rem;
    width: 100%;
}
.size_field-input input, .size_field-input select {
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
    border-radius: .5rem;
    outline: none;
    border: 1px solid var(--bg-black-color);
}
::placeholder {
    opacity: .5;
}
@media (max-width: 768px) {
    .size_form {
        gap: 1.5rem;
    }
    .size_item {
        gap: .6rem;
    }
    .size_field-label {
        font-size: .8rem;
    }
    .size_field.__maker {
        width: 70%;
    }
    .size_field-input input, .size_field-input select {
        font-size: .8rem;
        padding: .5rem;
        border-radius: .3rem;
    }
    .size_field {
        gap: .3rem;
    }
    .size_field_group {
        flex-wrap: wrap;
        gap: .6rem;
    }
    .size_field-input {
        gap: .5rem;
    }
    .size_field.__w27 {
        width: 100%;
    }
    .size_field.__w18 {
        width: 70%;
    }
    .size_field.__w8 {
        width: 28%;
    }
}
@media (max-width: 450px) {
    .size_form {
        gap: 25px;
    }
    .size_item {
        gap: 6px;
    }
    .size_field-label {
        font-size: 14px;
    }
    .size_field.__maker {
        width: 100%;
    }
    .size_field-input input, .size_field-input select {
        font-size: 13px;
        padding: 10px;
        border-radius: 5px;
    }
    .size_field {
        gap: 5px;
    }
    .size_field-input {
        gap: 6px;
    }
}
.request_contact {
    display: flex;
    flex-direction: column;
    gap: 6.6rem;
    width: 50%;
    margin: 0 auto;
}
.sort_form {
    display: flex;
    align-items: center;
    gap: 5rem;
}
.sort_field {
    display: flex;
    align-items: center;
    gap: 1rem;
    font-size: 1.5rem;
}
.sort_field input {
    margin: 0;
}
.contact_form {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    border: 1px solid #CCCCCC;
    padding: 5rem;
    padding-left: 8rem;
}
.contact_form::before {
    content: '';
    position: absolute;
    left: 4rem;
    top: 50%;
    width: 1px;
    height: 88%;
    transform: translateY(-50%);
    background-color: #CCCCCC;
}
.contact_field {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.contact_field-label {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1.6rem;
}
.contact_field-label span {
    font-size: 1.4rem;
    color: var(--bg-white-color);
    background-color: var(--bg-red-color);
    padding: 0 3px;
    border-radius: 3px;
}
.contact_field-input {
    display: flex;
}
.contact_field-input input, .contact_field-input textarea {
    width: 100%;
    font-size: 1.5rem;
    padding: 1rem;
    border: 1px solid var(--bg-black-color);
    border-radius: .5rem;
    outline: none;
}
.contact_field-input textarea {
    height: 14rem;
}
.form_submitBtn {
    text-align: center;
}
.form_submitBtn input {
    width: 70%;
    font-size: 1.6rem;
    color: var(--bg-white-color);
    border: 1px solid var(--bg-black-color);
    background-color: var(--bg-black-color);
    padding: 2rem;
    outline: none;
    border-radius: .5rem;
}
.form_submitBtn input:hover {
    color: var(--bg-black-color);
    background-color: var(--bg-white-color);
}
.contact_txt {
    font-size: 1.5rem;
    text-align: center;
}
@media (max-width: 768px) {
    .sort_form {
        gap: 2rem;
    }
    .sort_field {
        gap: .5rem;
        font-size: .8rem;
    }
    .request_contact {
        width: 85%;
        gap: 3.3rem;
    }
    .contact_form {
        gap: 1.5rem;
        padding: 2rem;
        padding-left: 3rem;
    }
    .contact_form::before {
        left: 1.5rem;
    }
    .contact_field {
        gap: .3rem;
    }
    .contact_field-label {
        font-size: .8rem;
    }
    .contact_field-label span {
        font-size: .7rem;
    }
    .contact_field-input input, .contact_field-input textarea {
        font-size: .8rem;
        padding: .6rem;
        border-radius: .3rem;
    }
    .contact_field-input textarea {
        height: 8rem;
    }
    .form_submitBtn input {
        padding: 1rem;
        font-size: .9rem;
        border-radius: .3rem;
    }
    .contact_txt {
        font-size: .8rem;
    }
}
@media (max-width: 450px) {
    .sort_form {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    .sort_field {
        gap: 5px;
        font-size: 14px;
    }
    .request_contact {
        width: 100%;
        gap: 35px;
    }
    .contact_form {
        gap: 20px;
        padding: 20px;
        padding-left: 30px;
    }
    .contact_form::before {
        left: 15px;
        height: 95%;
    }
    .contact_field {
        gap: 5px;
    }
    .contact_field-label {
        font-size: 14px;
    }
    .contact_field-label span {
        font-size: 13px;
    }
    .contact_field-input input, .contact_field-input textarea {
        font-size: 14px;
        padding: 10px;
        border-radius: 3px;
    }
    .contact_field-input textarea {
        height: 100px;
    }
    .form_submitBtn input {
        width: 100%;
        padding: 13px;
        font-size: 15px;
        border-radius: 5px;
    }
    .contact_txt {
        font-size: 13px;
    }
}

/* --------page Privacy Policy style-------- */
.privacy_item {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}
.privacy_item p {
    font-size: 1.8rem;
    line-height: 1.7;
}
.privacy_item a {
    color: var(--bg-blue-color);
    text-decoration: underline;
}
@media (max-width: 768px) {
    .privacy_item {
        gap: 1.5rem;
    }
    .privacy_item p {
        font-size: .9rem;
    }
}
@media (max-width: 768px) {
    .privacy_item {
        gap: 20px;
    }
    .privacy_item p {
        font-size: 14px;
    }
}


/* ---------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-color: var(--bg-black900-color);
    box-shadow: 0px 4px 0px 0px var(--bg-black900-color);
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    border-radius: 99999px;
    margin-top: 5rem;
    border: 1px solid var(--bg-black900-color);
}

.thanks_content a:hover {
    background-color: transparent;
    color: var(--bg-blue-color);
}

@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;
    }
}


/* ----------page single style-------- */
.pgsingle {
    background-color: #efebe4;
    padding: 40px 0;
}
.pgsingle .content {
    max-width: 900px;
    margin: 0 auto;
}
.pgsingle .breadcrumb {
    width: 100%;
}
.pgsingle .breadcrumb ul {
    display: flex;
    align-items: center;
}
.pgsingle .breadcrumb ul li:last-child {
    opacity: .75;
}
.pgsingle .breadcrumb a {
    display: flex;
    align-items: center;
    gap: 3px;
}
.pgsingle .breadcrumb a span {
    font-size: 13px;
    line-height: 1;
}
.pgsingle .breadcrumb svg {
    width: 18px;
    height: 18px;
}
.pgsingle .breadcrumb ul > span {
    display: flex;
    line-height: 1;
    height: 6px;
    opacity: 0.75;
    transform: rotate(45deg);
    width: 6px;
    border-right: 1px solid;
    border-top: 1px solid;
    margin: 0 9px 0 7px;
    margin-top: 2px;
}
.pgsingle .article {
    background-color: #FFF;
    padding: 30px;
    margin: 40px 0;
    border-radius: 10px;
}
.article .article_header {
    display: flex;
    align-items: center;
}
.article .article_header time {
    display: flex;
    flex-direction: column;
    padding-right: 30px;
    border-right: 2px solid #030303;
    text-align: center;
}
.article_header time > span {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}
.article_header time div {
    white-space: nowrap;
}
.article_header time div span {
    font-size: 24px;
    font-weight: 600;
}
.article .article_header h1 {
    font-weight: 600;
    font-size: 26px;
    margin-left: 30px;
}
.article .article_meta {
    display: flex;
    align-items: center;
}
.article .article_meta a {
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
}
.article .article_meta span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
}
.article .article_image {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.article .article_image img {
    width: 100%;
}
.article main strong {
    font-weight: 700;
}
.article main h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 6px solid #5ebc35;
    display: inline-block;
}
.article main h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 6px solid #5ebc35;
    display: inline-block;
}
.article main h3 {
    font-size: 21px;
    padding-left: 20px;
    font-weight: 700;
    line-height: 1.3;
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 5px solid #5ebc35;
}
.article main h4 {
    font-size: 20px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.3;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 4px solid #5ebc35;
}
.article main h5 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 3px solid #5ebc35;
}
.article main h6 {
    font-size: 14px;
    font-weight: 700;
    padding-left: 20px;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 20px;
    border-left: 3px solid #5ebc35;
}
.article main hr {
    width: 100%;
    margin: 0;
    border-top: 1px solid var(--bg-font-color);
    margin: 20px 0;
    margin-top: 40px;
}
.article main p {
    font-size: 15px;
    line-height: 1.6;
    margin: 20px 0;
}
.article main ul {
    list-style-type: disc;
    padding-left: 20px;
    margin: 20px 0;
}
.article main ul li {
    font-size: 16px;
    line-height: 1.6;
    list-style-type: disc;
}
.article main img {
    width: 100%;
    margin: 0 auto;
    margin: 20px 0;
    border-radius: 10px;
    overflow: hidden;
}
.article main blockquote {
    background-color: #f5f8fa;
    margin: 0;
    padding: 25px 30px;
}
.article main blockquote p {
    margin: 0;
    font-size: 16px;
}
.article main a {
    font-size: 15px;
    color: var(--bg-blue-color);
    text-decoration: underline;
}
@media (max-width: 991px) {
    .article main h2.title strong:first-child {
        font-size: 26px;
    }
    .pgsingle .content {
        margin: 0 4vw;
    }
    .pgsingle .article {
        padding: 40px 30px;
    }
}
@media (max-width: 767px) {
    .pgsingle .breadcrumb {
        display: none;
    }
    .article .article_header {
        flex-direction: column;
        align-items: flex-start;
    }
    .article .article_header time {
        flex-direction: row;
        border: none;
        border-bottom: 2px solid #030303;
        width: 100%;
        padding-bottom: 10px;
    }
    .article .article_header h1 {
        margin: 0;
        padding-top: 10px;
    }
    .article_header time > span {
        font-size: 18px;
        font-weight: 600;
    }
    .article_header time div span {
        font-size: 18px;
        line-height: 1.6;
    }
    .article_header span:after {
        content: ".";
        font-size: 18px;
        line-height: 1.6;
        font-weight: 600;
    }
    .article_header time div :nth-child(2) {
        display: none;
    }
    .article main h1 {
        font-size: 30px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .article main h2 {
        font-size: 26px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .article main h3 {
        font-size: 20px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .article main h4 {
        font-size: 19px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .article main h5 {
        font-size: 17px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .article main blockquote {
        padding: 20px 30px;
    }
}
@media (max-width: 676px) {
    .pgsingle .article {
        padding: 40px 20px;
    }
    .article .article_header h1 {
        font-size: 24px;
        line-height: 1.3;
    }
}
@media (max-width: 450px) {
    .pgsingle {
        padding-top: 20px;
    }
    .pgsingle .article {
        padding: 30px 20px; 
    }
    .article_header time div span, .article_header time > span {
        font-size: 15px;
    }
    .article .article_meta {
        margin-top: 20px;
    }
    .article .article_meta span {
        font-size: 16px;
    }
    .pgsingle .content {
        margin: 0 15px;
    }
    .article main figure.post-image {
        width: 100%;
    }
    .article .article_header h1 {
        font-size: 21px;
    }
    .article main h1 {
        font-size: 24px;
    }
    .article main h2 {
        font-size: 22px;
    }
    .article main h3 {
        font-size: 20px;
    }
    .article main h4 {
        font-size: 18px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .article main h5 {
        font-size: 16px;
        padding-left: 15px;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    .article main p {
        font-size: 14px;
    }
    .article main ul li {
        font-size: 15px;
        line-height: 2;
    }
    .article main hr {
        margin: 15px 0;
        margin-bottom: 30px;
    }
    .article main blockquote {
        padding: 20px 15px;
    }
    .article main blockquote p {
        font-size: 15px;
    }
}


/* -------------footer style------------- */
footer {
    position: relative;
    background-color: var(--bg-black-color);
}
.footer_content {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 3.3rem;
    width: 80%;
    padding: 4rem 0;
    margin: 0 auto;
    z-index: 10;
}
.footer_contact {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3.3rem;
}
.footer_link {
    display: flex;
    width: 3.5rem;
}
.footer_link svg {
    width: 100%;
}
.footer_logo {
    display: flex;
    width: 100%;
}
.footer_logo img {
    width: 100%;
}
.footer_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
}
.footer_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.footer_btm {
    display: flex;
    justify-content: space-between;
}
.footer_btm p {
    font-size: 1.5rem;
    color: var(--bg-white-color);
}
.footer_btm a {
    font-size: 1.4rem;
    color: var(--bg-white-color);
}
@media (max-width: 768px) {
    .footer_content {
        width: 90%;
        gap: 1.5rem;
        padding: 3rem 0;
    }
    .footer_contact {
        gap: 1rem;
    }
    .footer_link {
        width: 2rem;
    }
    .footer_btm p {
        font-size: .8rem;
    }
    .footer_btm a {
        font-size: .7rem;
    }
}
@media (max-width: 768px) {
    .footer_content {
        width: 90%;
        gap: 1.5rem;
        padding: 3rem 0;
    }
    .footer_contact {
        gap: 1rem;
    }
    .footer_link {
        width: 2rem;
    }
    .footer_btm p {
        font-size: .8rem;
    }
    .footer_btm a {
        font-size: .7rem;
    }
}
@media (max-width: 450px) {
    .footer_content {
        width: 100%;
        gap: 25px;
        padding: 35px 15px 25px 15px;
    }
    .footer_contact {
        gap: 10px;
        justify-content: center;
    }
    .footer_link {
        width: 25px;
    }
    .footer_btm p {
        font-size: 14px;
    }
    .footer_btm a {
        font-size: 13px;
    }
}

/* ---------loading animation-------- */
#js-loading__mask .js-loading__rollup {
    z-index: 10001;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    will-change: auto;
}

#js-loading__mask .js-loading__rollup .rollup-wrapper {
    display: flex;
    height: 100%;
}

#js-loading__mask .js-loading__rollup .rollup-item,
#js-loading__mask .js-loading__rollup .rollup-item02 {
    flex: 0 0 20%;
    max-width: 20%;
    background-color: #D6D6D6;
}

#js-loading__mask #js-loading__animation #logo-animation {
    z-index: 10003;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 320px;
    margin-top: -30px;
    margin-left: -160px;
    opacity: 0;
}

#js-loading__mask #js-loading__animation #logo-animation img {
    width: 100%;
}

@media (max-width: 768px) {
    #js-loading__mask #js-loading__animation #logo-animation {
        width: 260px;
        margin-left: -130px;
        margin-top: -25px;
    }
}

/* --------wp navigation style------ */
.pagination_wrap {
	display: flex;
	align-items: center;
    justify-content: center;
    gap: 3px;
	padding-top: 50px;
}
.wp-pagenavi {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    column-gap: 3px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-color: var(--bg-black900-color);
	font-size: 1.7rem;
}
.wp-pagenavi a.previouspostslink {
	width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wp-pagenavi span {
    color: var(--colorY);
    background-color: transparent;
}

.wp-pagenavi a:hover {
    color: #FFF;
	background-color: var(--bg-black900-color);
}

.wp-pagenavi span.current {
	background-color: var(--bg-black900-color);
	color: var(--bg-white-color);
    border-color: var(--bg-black900-color);
}

@media(min-width:0px) and (max-width:767px){
	.wp-pagenavi a,
	.wp-pagenavi span {
		width: 32px;
		height: 32px;
		font-size: 14px;
	}
	.wp-pagenavi a.previouspostslink {
		width: 28px;
	}
	.wp-pagenavi a.nextpostslink {
		width: 28px;
	}
}