/*#region var*/
:root {
    --pxunit: .85rem;
    --fontB: 'Noto Sans JP', sans-serif; /* Base font */
    --fontCLR: 'Corporate Logo Rounded', serif; /* Title font */
    --headerH: 65px;
    --bg-font-color: #000000;  
    --bg-grey-color: #F3F3F3; 
    --bg-yellow-color: #F8B62D; 
}
*{
    box-sizing: border-box;
    color: var(--bg-font-color);
    font-family: var(--fontB);
    font-weight: 400;
    line-height: 1.5;
}
html {
    font-size: .625vw;
}
@media (min-width: 1600px) {
    html {
        font-size: 9px;
    }
}
@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);}
.hx30 {content: "";height: calc(var(--pxunit)*30);}
/*#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;}
ul{margin:0px; padding:0px;}
ul li{list-style-type:none;}
img{object-fit: cover;margin: 0;padding: 0;}
.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_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: var(--bg-yellow-color); } 

.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 {
    width: 100%; 
    position:fixed; 
    display: flex;
    align-items: center;
    top: 0; 
    height: var(--headerH);
    z-index:111; 
    transition: all 0.3s linear; 
    -webkit-transition: all 0.3s linear; 
    -moz-transition: all 0.3s linear; 
    -o-transition: all 0.3s linear; 
    -ms-transition: all 0.3s linear;
    border-bottom: 4px solid #000000;
    background-color: #FFF;
}
.header_set {
    display: flex;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.header_left {
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_left .header_logo {
    width: 12rem;
}
.header_left .header_logo svg {
    width: 100%;
}
.header_menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3.5rem;
}
.headmenu_a {
    position: relative;
    height: var(--headerH);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: all .1s;
}
.headmenu_a img {
    width: 12rem;
}
.headmenu_shape {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.headmenu_uline {
    position: absolute;
    bottom: -3px;
    left: 0;
    height: 1px;
    background-color: #000;
    width: 0;
    transition: all .3s;
}
.headmenu_a:hover .headmenu_uline {
    width: 100%;
}
.headmenu_a .headmenu_shape .headmenu_cap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 700;
}
.hamburger_set{
    display: none; 
    min-height:36px; 
    line-height:34px; 
    text-align:center; 
    font-size:10px;
    position: relative;
    z-index: 130;
}
.hamburger_set a{ 
    color: #000;
}
.hamburger_btn{ 
    margin:0; 
    vertical-align: middle; 
    display:inline-block; 
    padding:0px; 
    width: 32px; 
    height: 15px; 
    cursor:pointer; 
    -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;
}
.hamburger_btn span{ 
    background:#000; 
    display:block; 
    width:30px; 
    height:2px; 
    border-radius:0px; 
    margin:0px 1px 4px 1px; 
    -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;
}
.pst_blackheader {
    background-color: #FFF;
}
.pst_blackheader .hamburger_btn span{ 
    background:#1A1A1A; 
}
.hamburger_btn span:last-child{ 
    margin-bottom:0px;
}
.hamburger_btn span:nth-child(2){ 
    width:23px; 
}
.hamburger_btn span:nth-child(3){ 
    width:15px; 
}
.hamburger_btn.pst_open span:nth-child(1), .hamburger_btn.pst_open span:nth-child(3){ 
    transform: translate(0px, 7px) rotate(-45deg) scalex(1); 
    margin-bottom:0px;
}
.hamburger_btn.pst_open span:nth-child(2){ 
    height:0; 
    margin-bottom:0px; 
    width:0px;
}
.hamburger_btn.pst_open span:nth-child(3){ 
    transform: translate(0px, 5px) rotate(45deg) scalex(1); 
    width:30px;
}
.hide-scroll{ 
    overflow:hidden !important;
}
/*#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;
}



/* -----page common style------- */
.wrapper {
    padding-top: var(--headerH);
}
.container, .header_container {
    width: 900px;
    margin: 0 auto;
    padding: 0;
}
.c-inner {
    display: flex;
    flex-direction: column;
    gap: 5.5rem;
}
@media (min-width: 1600px) {
    .container, .header_container {
        width: 1100px;
    }
}
@media (max-width: 1300px) {
    .container, .header_container {
        width: 100rem;
    }
}
@media (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 4rem;
    }
    .header_container {
        width: 100%;
        padding: 0 30px;
    }
    .c-inner {
        gap: 40px;
    }
}
@media (max-width: 450px) {
    .container, .header_container {
        padding: 0 20px;
    }
    .c-inner {
        gap: 30px;
    }
} 
.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, .1); 
    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, .1); 
    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;
}
.sp_break {
    display: none;
}
.tb_break {
    display: none;
}
@media (max-width: 768px) {
    .tb_break {
        display: block;
    }
    .tb_hide {
        display: none;
    }
}
@media (max-width: 450px) {
    .sp_break {
        display: block;
    }
    .sp_hide {
        display: none;
    }
}



/* ---------home page style-------- */
/* ------section banner------- */
.banner {
    width: 100%;
    height: calc(100vh - var(--headerH));
    background-color: var(--bg-yellow-color);
    box-shadow: 0px 4px 4px 0px #00000040;
}
.banner .container {
    height: 100%;
}
.banner_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-bottom: 2.5%;
}
.banner_inner > .banner_btn {
    display: none;
}
.banner_txt {
    display: flex;
    flex-direction: column;
    width: 47%;
    gap: 6rem;
}
.banner_txt div {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.banner_txt p {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-shadow: 0px 4px 4px #00000040;
}
.banner_txt h1 img {
    width: 100%;
}
.banner_btn {
    width: 17rem;
    display: flex;
    box-shadow: 0px 4px 4px 0px #00000040;
    animation: btnanimation 2s linear 0s infinite alternate;
}
@keyframes btnanimation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }    
}
.banner_btn img {
    width: 100%;
}
.banner_right {
    position: relative;
    width: 37%;
    margin-right: 4.2rem;
}
.banner_img {
    width: 100%;
    line-height: 0;
}
.banner_img img {
    width: 100%;
}
.banner_right p {
    position: absolute;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 2;
    bottom: 3.5rem;
    right: -4.5rem;
}
.banner_right p span {
    font-size: 1.5rem;
    font-weight: 900;
}
@media (max-width: 1300px) {
    .banner {
        height: auto;
        padding: 3rem 0;
    }
}
@media (max-width: 768px) {
    .banner_txt {
        gap: 3rem;
    }
    .banner_txt div {
        gap: 1rem;
    }
    .banner_txt p {
        font-size: .9rem;
    }
    .banner_btn {
        width: 9rem;
    }
    .banner_right {
        margin: 0;
    }
    .banner_right p {
        position: relative;
        font-size: .7rem;
    }
    .banner_right p span {
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .banner {
        text-align: center;
        height: calc(100vh - var(--headerH));
        padding: 0;
    }
    .banner_inner {
        flex-direction: column;
        justify-content: center;
        gap: 3vh;
    }
    .banner_btn {
        display: none;
    }
    .banner_inner > .banner_btn {
        display: flex;
        line-height: 0;
    }
    .banner_txt {
        text-align: center;
        width: fit-content;
    }
    .banner_txt h1 img {
        width: 20rem;
    }
    .banner_txt div {
        gap: 2vh;
    }
    .banner_txt p {
        font-size: 14px;
    }
    .banner_right {
        width: auto;
        display: flex;
        flex-direction: column;
        gap: 3.5vh;
    }
    .banner_img, .banner_img img {
        width: auto;
        height: 38vh;
    }
    .banner_right p {
        font-size: 12px;
        right: unset;
        bottom: unset;
    }
    .banner_right p span {
        font-size: 14px;
    }
    .banner_btn {
        height: 40px;
        width: auto;
    }
    .banner_btn img {
        width: auto;
        height: 100%;
    }
}


/* ------section reason------- */
.reason {
    position: relative;
    background-color: var(--bg-grey-color);
    box-shadow: 0px 4px 4px 0px #00000040;
}

.sec_ttl {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-align: center;
    z-index: 10;
}
.sec_ttl h3 {
    width: fit-content;
    position: relative;
    font-size: 4rem;
    margin: 0 auto;
}
.sec_ttl h3 span:first-child {
    position: relative;
    font-family: var(--fontCLR);
    font-weight: 700;
    line-height: 2;
    z-index: 10;
    display: inline-block;
}
.sec_ttl h3 span:last-child {
    position: absolute;
    bottom: 1.6rem;
    left: -2%;
    width: 104%;
    background-color: var(--bg-yellow-color);
    height: 1.5rem;
    box-shadow: 0px 4px 4px 0px #00000020;
}
.sec_ttl p {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 500;
}
@media (max-width: 768px ) {
    .sec_ttl {
        gap: 10px;
    }
    .sec_ttl h3 {
        font-size: 2.2rem;
    }
    .sec_ttl h3 span:last-child {
        bottom: .8rem;
        height: .8rem;
    }
    .sec_ttl p {
        font-size: .8rem;
    }
}
@media (max-width: 450px ) {
    .sec_ttl h3 {
        font-size: 24px;
    }
    .sec_ttl h3 span:last-child {
        height: 7px;
        bottom: 10px;
    }
    .sec_ttl p {
        font-size: 14px;
    }
}
.reason_content {
    display: flex;
    flex-direction: column;
    gap: 6.5rem;
}
.reason_item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.reason_txt {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 63%;
    z-index: 10;
}
.reason_txt h5 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.reason_txt p {
    font-size: 1.8rem;
    line-height: 1.6;
}
.reason_img {
    position: relative;
    width: 22%;
}
.reason_item .reason_img span {
    position: absolute;
    display: flex;
}
.reason_item:nth-child(1) .reason_img span {
    width: 60rem;
    top: -5rem;
    left: -14rem;
}
.reason_item:nth-child(2) .reason_img span {
    width: 53rem;
    top: -1.5rem;
    right: -14rem;
}
.reason_item:nth-child(3) .reason_img span {
    width: 48rem;
    top: -6rem;
    left: -14rem;
}
.reason_img span svg {
    width: 100%;
    height: 100%;
}
.reason_img img {
    position: relative;
    width: 100%;
    z-index: 10;
}
.reason_img span {
    position: absolute;
}
@media (max-width: 768px) {
    .reason_content {
        gap: 30px;
    }
    .reason_txt {
        width: 67%;
        gap: 1rem;
    }
    .reason_txt h5 {
        font-size: 1.2rem;
    }
    .reason_txt p {
        font-size: .8rem;
    }
    .reason_item:nth-child(1) .reason_img span {
        width: 20rem;
        top: -2rem;
        left: -4rem;
    }
    .reason_item:nth-child(2) .reason_img span {
        width: 22rem;
        top: -1rem;
        right: -5rem;
    }
    .reason_item:nth-child(3) .reason_img span {
        width: 20rem;
        top: -2rem;
        left: -6rem;
    }
}
@media (max-width: 450px) {
    .reason_item {
        flex-direction: column;
        gap: 24px;
    }
    .reason_img {
        width: 30%;
    }
    .reason_txt {
        width: 75%;
        gap: 15px;
    }
    .reason_txt h5 {
        text-align: center;
        font-size: 20px;
    }
    .reason_txt p {
        font-size: 14px;
    }
    .reason_item:nth-child(1) .reason_img span {
        width: 40rem;
        top: -3rem;
        left: -20rem;
    }
    .reason_item:nth-child(2) .reason_img span {
        width: 40rem;
        top: -3rem;
        right: -20rem;
    }
    .reason_item:nth-child(3) .reason_img span {
        width: 40rem;
        top: -3rem;
        left: -20rem;
    }
}

/* ------section case------- */
.case {
    position: relative;
    background-color: #FFF;
    box-shadow: 0px 4px 4px 0px #00000040;
    padding: 0 10rem;
}
.case_content_inner { 
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; 
    height: 45rem;
}
.case_item {
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 30%;
    width: 23%;
    border-radius: 1rem;
    overflow: hidden;
    line-height: 0;
    border: 3px solid #000000;
    box-shadow: .8rem .8rem 0px 0px #F8B62D;
}
.case_item .case_img {
    width: 100%;
}
.case_img img {
    width: 100%;
}
@media (max-width: 991px) {
    .case_content_inner {
        height: auto;
        flex-wrap: wrap;
        gap: 5rem 3.5rem;
        justify-content: center;
    }
    .case_item {
        width: 25%;
        position: relative;
    }
}
@media (max-width: 768px) {
    .case {
        padding: 0;
    }
    .case_content_inner {
        gap: 1.5rem;
    }
    .case_item {
        box-shadow: .4rem .4rem 0px 0px #F8B62D;
    }
}
@media (max-width: 450px) {
    .case_content {
        gap: 2.5rem;
        gap: 30px;
    }
    .case_content_inner {
        gap: 20px;
    }
    .case_item {
        box-shadow: 8px 8px 0px 0px #F8B62D;
        width: 57%;
    }
    .case_top, .case_bottom {
        align-items: center;
        flex-direction: column;
        gap: 30px;
    }
}




/* ------section useage------- */
.usage {
    position: relative;
    background-color: var(--bg-grey-color);
    box-shadow: 0px 4px 4px 0px #00000040;
}
.usage_content {
    display: flex;
    justify-content: space-between;
}
.usage_item {
    position: relative;
    width: 27%;
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.usage_item > div {
    position: relative;
    width: 100%;
    padding: 1rem .8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.front, .back {
    backface-visibility: hidden;
    overflow: hidden;
}
.usage_item > div .front {
    position: relative;
    transform: rotateY(180deg);
    z-index: 2;
    box-shadow: .7rem .6rem 0px 0px #F8B62D;
    border-radius: 3.5rem;
}
.usage_item > div .back {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: var(--bg-yellow-color);
    border-radius: 3.5rem;
}
.usage_item::before {
    position: absolute;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    top: -1.5rem;
    left: -1.5rem;
    border-radius: 50%;
    background-color: transparent;
    border: 3px solid var(--bg-font-color);
    z-index: 10;
    scale: 0;
    transition: all .6s;
    transition-delay: 1s;
}
.usage_item.c-start::before {
    scale: 1;
    background-color: var(--bg-yellow-color);
}
.usage_item:nth-child(1)::before {
    content: "1";
}
.usage_item:nth-child(2)::before {
    content: "2";
}
.usage_item:nth-child(3)::before {
    content: "3";
}
.usage_item img {
    width: 100%;
    border-radius: 3.5rem;
}
.usage_item .border_img {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
}
.usage_item p {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.6;
}
.usage_item p span {
    font-weight: 700;
    color: var(--bg-yellow-color);
}
@media (max-width: 768px) {
    .usage_item {
        width: 31%;
        gap: 1rem;
    }
    .usage_item > div {
        padding: .3rem .4rem;
    }
    .usage_item > div .front {
        border-radius: 1.3rem;
        box-shadow: .3rem .2rem 0px 0px #F8B62D;
    }
    .usage_item > div .back  {
        border-radius: 1.3rem;
    }
    .usage_item img {
        border-radius: 1.3rem;
    }
    .usage_item::before {
        width: 2rem;
        height: 2rem;
        font-size: 1rem;
        left: -.8rem;
        top: -.8rem;
    }
    .usage_item p {
        font-size: .7rem;
    }
}
@media (max-width: 450px) {
    .usage_content {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .usage_item {
        width: 55%;
        gap: 20px;
    }
    .usage_item > div {
        padding: 9px 10px;
    }
    .usage_item > div .front {
        border-radius: 25px;
        box-shadow: 7px 5px 0px 0px #F8B62D;
    }
    .usage_item > div .back  {
        border-radius: 25px;
    }
    .usage_item img {
        border-radius: 25px;
    }
    .usage_item::before {
        width: 32px;
        height: 32px;
        font-size: 18px;
        left: -15px;
        top: -15px;
    }
    .usage_item p {
        font-size: 13px;
    }
}
/* ------section line------- */
.line {
    position: relative;
    background-color: var(--bg-yellow-color);
}
.line_content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: fit-content;
    margin: 0 auto;
    gap: 2.2rem;
}
.line_content h5 {
    font-size: 2.5rem;
    line-height: 2;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 2.8rem;
}
.line_content span {
    font-weight: 700;
}
.line_content a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20rem;
    animation: btnanimation 2s linear 0s infinite alternate;
}
.line_content a img {
    width: 100%;
}
@media (max-width: 768px) {
    .line_content {
        gap: 1.5rem;
    }
    .line_content h5 {
        font-size: 1.3rem;
        gap: 1.3rem;
    }
    .line_content a {
        width: 13rem;
    }
}
@media (max-width: 450px) {
    .line_content {
        gap: 24px;
    }
    .line_content h5 {
        font-size: 16px;
        gap: 10px;
    }
    .line_content a {
        width: 160px;
    }
}


/* ------section review------- */
.review {
    position: relative;
    background-color: #FFF;
}
.review_content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}
.review_item {
    display: flex;
    align-items: center;
    gap: 5rem;
}
.review_left {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
.review_left .review_img {
    position: relative;
    width: 100%;
    line-height: 0;
}
.review_img img {
    position: relative;
    width: 100%;
    z-index: 10;
}
.review_img span {
    position: absolute;
}
.review_item:nth-child(1) .review_img span {
    width: 80rem;
    top: -15rem;
    left: -18rem;
}
.review_item:nth-child(2) .review_img span {
    width: 70rem;
    top: 10rem;
    right: -14rem;
}
.review_item:nth-child(5) .review_img span {
    width: 75rem;
    top: -38rem;
    left: -20rem;
}
.review_left p {
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.5;
    z-index: 10;
}
.review_txt {
    position: relative;
    z-index: 10;
}
.review_txt h5 {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.6;
}
.review_txt h5 span {
    font-weight: 700;
    color: var(--bg-yellow-color);
}
@media (max-width: 768px) {
    .review_content {
        gap: 1.5rem;
    }
    .review_item {
        gap: unset;
        justify-content: space-between;
    }
    .review_txt h5 {
        font-size: .9rem;
    }
    .review_left {
        width: 25%;
        gap: .7rem;
    }
    .review_left p {
        font-size: .7rem;
    }
    .review_item:nth-child(1) .review_img span {
        width: 26rem;
        top: -5rem;
        left: -3rem;
    }
    .review_item:nth-child(2) .review_img span {
        width: 25rem;
        top: 0rem;
        right: -5rem;
    }
    .review_item:nth-child(5) .review_img span {
        width: 27rem;
        top: -6rem;
        left: -5rem;
    }
}
@media (max-width: 450px) {
    .review_content {
        gap: 30px;
    }
    .review_item {
        gap: 10px;
        flex-direction: column;
        justify-content: center;
    }
    .review_txt h5 {
        font-size: .9rem;
    }
    .review_left {
        text-align: center;
        width: fit-content;
        gap: 8px;
    }
    .review_img img {
        width: 120px;
    }
    .review_left p {
        font-size: 15px;
    }
    .review_txt {
        width: 100%;
    }
    .review_txt h5 {
        text-align: center;
        width: 80%;
        margin: 0 auto;
        font-size: 14px;
    }
    .review_item:nth-child(1) .review_img span {
        width: 45rem;
        top: -7rem;
        left: -23rem;
    }
    .review_item:nth-child(2) .review_img span {
        width: 45rem;
        top: 9rem;
        right: -20rem;
    }
    .review_item:nth-child(5) .review_img span {
        width: 40rem;
        top: 22rem;
        left: -19rem;
    }
}




/* ------section faq------- */
.faq {
    background-color: var(--bg-grey-color);
}
.faq_content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}
.faq_item {
    display: flex;
    flex-direction: column;
    border: 4px solid var(--bg-font-color);
    border-radius: 2rem;
    overflow: hidden;
}
.faq_item > div {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    padding: 3rem;
}
.faq_top {
    background-color: var(--bg-yellow-color);
    border-bottom: 4px solid var(--bg-font-color);
}
@media (max-width: 768px) {
    .faq_content {
        gap: 2.5rem;
    }
    .faq_item  {
        border-radius: 1rem;
    }
    .faq_item > div {
        padding: 1rem 1.5rem;
        font-size: .9rem;
    }
}
@media (max-width: 450px) {
    .faq_content {
        gap: 30px;
    }
    .faq_item  {
        border-radius: 15px;
    }
    .faq_item > div {
        padding: 20px;
        font-size: 14px;
    }
}



/* -------------footer style----------------- */
footer {
    position: relative;
    text-align: center;
    background-color: var(--bg-yellow-color);
    border-top: 4px solid var(--bg-font-color);
    z-index: 100;
}
.footer_inner {
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.footer_top {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin: 0 auto;
}
.footer_img {
    width: 13rem;
    line-height: 0;
}
.footer_img img {
    width: 100%;
}
.footer_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17rem;
}
.footer_top a img {
    width: 100%;
}
.footer_navi ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}
.footer_navi ul a {
    position: relative;
    font-size: 1.6rem;
    line-height: 1.2;
}
.footer_navi ul a::after {
    content: "";
    position: absolute;
    bottom: -3px;
    width: 0;
    left: 0;
    height: 1px;
    transition: all .4s;
    background-color: var(--bg-font-color);
}
.footer_navi ul a:hover:After {
    width: 100%;
}
.footer_bottom p {
    font-size: 1.5rem;
    line-height: 1.3;
    font-weight: 300;
}
@media (max-width: 768px) {
    .footer_inner {
        gap: 3rem;
    }
    .footer_top {
        gap: 1rem;
    }
    .footer_img {
        width: 6rem;
    }
    .footer_top a {
        width: 10rem;
    }
    .footer_navi ul {
        gap: 2rem;
    }
    .footer_navi ul a {
        font-size: 1rem;
    }
    .footer_bottom p {
        font-size: .8rem;
    }
}
@media (max-width: 768px) {
    .footer_inner {
        gap: 40px;
    }
    .footer_top {
        gap: 10px;
    }
    .footer_img {
        width: 120px;
    }
    .footer_top a {
        width: 120px;
    }
    .footer_navi ul {
        flex-direction: column;
        gap: 20px;
    }
    .footer_navi ul a {
        font-size: 16px;
    }
    .footer_bottom p {
        font-size: 12px;
        margin-top: 30px;
    }
}

/* ---------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: #fff;
}
#js-loading__mask #js-loading__animation #logo-animation {
    z-index: 10003;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 110px;
    margin-left: -55px;
    margin-top: -80px;
    opacity: 0;
}
#js-loading__mask #js-loading__animation #logo-animation img {
    width: 100%;
}
@media (max-width: 450px) {
    #js-loading__mask #js-loading__animation #logo-animation {
        width: 90px;
        margin-top: -70px;
        margin-left: -45px;
    }
}
