/* Split from stylesheet.css for page-scoped delivery. Do not @import the old monolith. */
/*#region var*/
:root {
    --pxunit: 10px;
    --fontB: 'Noto Sans JP', sans-serif; /* Base font */
    --fontT: 'Noto Serif JP', serif; /* Title font */
    --fontN: 'Jost', sans-serif; /* Number font */
    --fontEN: 'EB Garamond', serif; /* EN font */
    --headerH: 80px;
}
@media (max-width: 1250px) {
    :root {
        --pxunit: 8px;
    }   
}
@media (max-width: 991px) {
    :root {
        --headerH: 70px;
    }
}
@media (max-width: 767px) {
    :root {
        --pxunit: 6px;
    }   
}
.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);}
@media (max-width: 767px) {
    .sphx2 {height: calc(var(--pxunit)*2)}
    .sphx4 {height: calc(var(--pxunit)*4)}
}
/*#endregion var*/

/*#region RESET*/
*, *::before, *::after { box-sizing: border-box; }
input, button, select, textarea { font-family: inherit; font-size: inherit; line-height: inherit; }
html, body {overflow-x: hidden;}
html{scroll-behavior: smooth;}
body{overflow-y: hidden; margin:0px; padding:0px; font-family: 'Noto Sans JP', sans-serif; font-weight:400; color: #707070;}
body{zoom: 0.9;}
@media (max-width: 767px) {
    body{
        zoom: 1;
        font-size: 14px;
    }
}

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;height:auto;}
.clearfix{clear:both; overflow:hidden;}
.container{max-width:1430px; margin:auto;}
.wrapper{margin:0px auto;}
@media(max-width:1250px){
    .container{ max-width:992px; }
}
@media (max-width:991px) {
    .container{max-width:768px;}
}
@media (max-width:767px){
    .container{ max-width:100%; }
}
/*#endregion RESET*/
/*#region pspander*/
.pspander_header {
    cursor: pointer;
}
.pspander_opened {
    display: block;
}
.pspander_closed {
    display: none;
}
.pspander.pst_show .pspander_opened {
    display: none;
}
.pspander.pst_show .pspander_closed {
    display: block;
}
.pspander_collapse {
    display: none;
}
/*#endregion pspander*/
/*#region ANIMATION*/
/*#region opacity animation*/
.js_opac {opacity: 0;transition: all .6s;transition-delay: .3s;}
.js_opac.on {opacity: 1;}
/*#endregion opacity animation*/
/*#region io animation*/
.io {
	-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;
	/* GPU acceleration */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	/* -webkit-transform: translate3d(0, 0, 0); */
	/* transform: translate3d(0, 0, 0); */
	will-change: opacity, transform;
}
.io.move {
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
	transform: translate3d(0, 0, 0) scale(1) rotate(0deg) !important;
}
/*--------------------------------
	汎用
--------------------------------*/
.io.fade {
	opacity: 0;
}
.io.lr {
	-webkit-transform: translate3d(-80px, 0, 0);
	transform: translate3d(-80px, 0, 0);
}
.io.rl {
	-webkit-transform: translate3d(80px, 0, 0);
	transform: translate3d(80px, 0, 0); 
}
.io.upL {
	-webkit-transform: translate3d(0, 80px, 0);
	transform: translate3d(0, 80px, 0);
}
.io.upS {
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.io.downL {
	-webkit-transform: translate3d(0, -80px, 0);
	transform: translate3d(0, -80px, 0);
}
.io.downS {
	-webkit-transform: translate3d(0, -20px, 0);
	transform: translate3d(0, -20px, 0);
}
.io.scaleUp {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
.io.scaleDown {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.io.rotateL {
 	-webkit-transform: rotate(30deg);
 	transform: rotate(30deg);
}
.io.rotateR {
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}
/* 出現をずらす */
.io.delay.delay1 {
	-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;
}
.io.delay.delay2 {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.23s, -webkit-transform 1.0s ease 0.23s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.23s, transform 1.0s ease 0.23s;
}
.io.delay.delay3 {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.46s, -webkit-transform 1.0s ease 0.46s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.46s, transform 1.0s ease 0.46s;
}
.io.delay.delay4 {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.69s, -webkit-transform 1.0s ease 0.69s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.69s, transform 1.0s ease 0.69s;
}
/* 子要素の出現をずらす */
.io.delay a {
	-webkit-transition: none;
	transition: none;
}
.io.delay .delay_child {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, -webkit-transform 1.0s ease 0.5s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, transform 1.0s ease 0.5s;
	/* GPU acceleration */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: opacity, transform;
	opacity: 0;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
}
.io.delay.delay1 .delay_child {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, -webkit-transform 1.0s ease 0.5s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, transform 1.0s ease 0.5s;
}
.io.delay.delay2 .delay_child {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.73s, -webkit-transform 1.0s ease 0.73s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.73s, transform 1.0s ease 0.73s;
}
.io.delay.delay3 .delay_child {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.96s, -webkit-transform 1.0s ease 0.96s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.96s, transform 1.0s ease 0.96s;
}
.io.delay.delay4 .delay_child {
	-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 1.19s, -webkit-transform 1.0s ease 1.19s;
	transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 1.19s, transform 1.0s ease 1.19s;
}
.io.delay.move .delay_child {
	opacity: 1 !important;
	-webkit-transform: translate3d(0, 0, 0) !important;
	transform: translate3d(0, 0, 0) !important;
}
/* ============================== SP ============================== */
@media only screen and (max-width: 812px) {
	/* 出現をずらす */
	.io.delay.delay1 {
		-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;
	}
	.io.delay.delay2 {
		-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;
	}
	.io.delay.delay3 {
		-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;
	}
	.io.delay.delay4 {
		-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;
	}
	/* 子要素の出現をずらす */
	.io.delay .delay_child {
		-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, -webkit-transform 1.0s ease 0.5s;
		transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, transform 1.0s ease 0.5s;
	}
	.io.delay.delay1 .delay_child {
		-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, -webkit-transform 1.0s ease 0.5s;
		transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, transform 1.0s ease 0.5s;
	}
	.io.delay.delay2 .delay_child {
		-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, -webkit-transform 1.0s ease 0.5s;
		transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, transform 1.0s ease 0.5s;
	}
	.io.delay.delay3 .delay_child {
		-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, -webkit-transform 1.0s ease 0.5s;
		transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, transform 1.0s ease 0.5s;
	}
	.io.delay.delay4 .delay_child {
		-webkit-transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, -webkit-transform 1.0s ease 0.5s;
		transition: color 0.4s ease 0s, background-color 0.4s ease 0s, opacity 1.0s ease 0.5s, transform 1.0s ease 0.5s;
	}
}
/*#endregion io 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 pani ping-poing appear animation*/
.pani_pong {
    scale: 0;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.run_ani .pani_pong, .run_ani.pani_pong{
    scale: 1;
    opacity: 1;
}
@media (min-width: 767px) {
    .pani_pong.porder2 {transition-delay: 0.1s;}
    .pani_pong.porder3 {transition-delay: 0.2s;}
    .pani_pong.porder4 {transition-delay: 0.3s;}
    .pani_pong.porder5 {transition-delay: 0.4s;}
}
/*#endregion pani ping-poing appear animation*/
/*#region evelit animaiton*/
.initani { overflow: hidden; position: relative; } 
.initani::before, 
.initani::after { content: ""; display: block; position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 1; } 
.initani_bw::before { background-color: #2b3f6c; } 
.initani_bw::after { background-color: #fff; } 
.initani.initani_ww::before { background-color: #fff; } 
.initani.initani_ww::after { background-color: #fff; } 
.initani.initani_wb::before { background-color: #fff; } 
.initani.initani_wb::after { background-color: #2b3f6c; } 
.initani.initani_wbk::before { background-color: #fff; } 
.initani.initani_wbk::after { background-color: #707070; } 
.initani.initani_bkw::before { background-color: #707070; } 
.initani.initani_bkw::after { background-color: #fff; } 
.initani.initani_bg::before { background-color: #2b3f6c; } 
.initani.initani_bg::after { background-color: #DEE9EC; } 
.initani.initani_bc::before { background-color: #2b3f6c; } 
.initani.initani_bc::after { background-color: #E9F9FA; } 
.initani.initani_wg::before { background-color: #fff; } 
.initani.initani_wg::after { background-color: #A9CD36; } 
.initani.initani_wy::before { background-color: #fff; } 
.initani.initani_wy::after { background-color: #A9CD36; } 
.initani.initani_wc::before { background-color: #fff; } 
.initani.initani_wc::after { background-color: #E9F9FA; } 
.initani.initani_tw::before { background-color: transparent; } 
.initani.initani_tw::after { background-color: #fff; } 

.initani.initani_tb::before { background-color: transparent; } 
.initani.initani_tb::after { background-color: #2b3f6c; } 

.initani::before { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); 
    -webkit-transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.4s 0.1s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.initani::after { -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; 
    -webkit-transform: scaleX(0) translateX(0); -ms-transform: scaleX(0) translateX(0); transform: scaleX(0) translateX(0); 
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
    transition: transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53), -webkit-transform 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53); 
} 
.anistart::before { -webkit-transform: translateX(101%); -ms-transform: translateX(101%); transform: translateX(101%); } 
.anistart::after { -webkit-transform: scaleX(1) translateX(101%); -ms-transform: scaleX(1) translateX(101%); transform: scaleX(1) translateX(101%); }
/*#endregion evelit animaiton*/
/*region coiran animation*/
@keyframes slideShow {
    0% {
        opacity: 0;
        transform: scale(1);
        -ms-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
        -ms-transformm: scale(1);
    }
}

@-o-keyframes slideShow {
    0% {
        opacity: 0;
        -o-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -o-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -o-transformm: scale(1);
    }
}

@-moz-keyframes slideShow {
    0% {
        opacity: 0;
        -moz-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -moz-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -moz-transformm: scale(1);
    }
}

@-webkit-keyframes slideShow {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
    }
    5% {
        opacity: 1
    }
    25% {
        opacity: 1;
    }
    30% {
        opacity: 0;
        -webkit-transform: scale(1.1);
    }
    100% {
        opacity: 0;
        -webkit-transformm: scale(1);
    }
}
/*endregion coiran animation*/
/*#endregion ANIMATION*/
/*#region common modal dialog*/
.cdialog {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all .3s;
    opacity: 0;
}
.cdialog.open {
    opacity: 1;
    display: block;
}
.cdialog::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(124, 124, 124, .5);
    z-index: -1;
}
.cdialog .cdlg_box {
    margin: auto;
    background-color: #5A4941;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 16px;
    top: 50%;
    width: 300px;
    margin: 0 auto;
    border-radius: 8px;
}
@media (max-width: 700px) {
    .cdialog .cdlg_box {
        width: calc(100% - 32px);
    }
}
.cdialog .cdlg_close {
    position: absolute;
    background-image: url(../images/access_dlg_close.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
    z-index: 1;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    transition: all .3s;
}
.cdialog .dlg_close:hover {
    opacity: .7;
}
.cdialog .cdlg_inner {
    border-right: none;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: 16px;
}
/*#endregion common modal dialog*/
/*#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;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
.disf_sp {
    display: none !important;
}
.disf_pc {
    display: flex !important;
}
.disb_pc991 {
    display: block !important;
}
@media (max-width: 991px) {
    .disb_pc991 {
        display: none !important;
    }
}
@media (max-width: 767px) {
    .disb_sp {
        display: block !important;
    }
    .disb_pc {
        display: none !important;
    }
    .disf_sp {
        display: flex !important;
    }
    .disf_pc {
        display: none !important;
    }
    .pc {
        display: none !important;
    }
    .sp {
        display: block !important;
    }
}
.tpfeature_layer1 .cwidth10 {
    max-width: 1200px;
    width: 100%;
}
.cwidth10 {
    width: 1000px;
    margin: auto;
}
.tp-feature-content {
    font-size: 18px;
    line-height: 36px;
    padding-top: 20px;
}
.tpfeature-after {
    padding-top: calc(var(--pxunit) * 2);
}
.tpfeature-after .tpfeature-after_text + .hx4 {
    height: calc(var(--pxunit) * 8);
}
.tpfeature-after_text {
    font-size: 18px;
    line-height: 36px;
}
.tpfeature-after--about .tpfeature-after_text,
.tpfeature-after--counsel .tpfeature-after_text,
.tpfeature-after--store .tpfeature-after_text {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.tpfeature-after_text p {
    line-height: 2;
    text-align: left;
}
.tpfeature-after_btn {
    display: flex;
    justify-content: center;
}
.tpfeature-after .tpcounsel_p {
    width: 100%;
    max-width: 100%;
}
.tpfeature-after .tpcounsel_p p {
    text-align: left;
}
.tpfeature-after .tpstore_p p {
    text-align: left;
}
.tpfeature-after .tphcr_btn {
    display: flex;
    justify-content: center;
}
@media (max-width: 1400px) {
    .cwidth10  {
        width: 840px;
        margin: auto;
    }    
    .tpfeature_layer1 .cwidth10 {
        width: 1169px;
        margin: auto;
    }    
}
@media (max-width: 870px) {
    .cwidth10,.tpfeature_layer1 .cwidth10 {
        width: 90%
    }
}
.cwidth12 {
    width: 1200px;
    margin: auto;
}
@media (max-width: 1230px) {
    .cwidth12 {
        width: 90%
    }
}
.svgimg {
    position: relative;
}
.svgimg img.svg {
    width: 100%;
}
.svgimg img.img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.justimg img {
    width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
}
.justimg_auto img {
    max-width: 100%;
    height: auto;
}
.keep_org {
    display: flex;
    justify-content: center;
    align-items: center;
}
.keep_org img {
    max-width: 100%;
}
.benefit-svg {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
.benefit-svg picture,
.benefit-svg img {
    width: 100%;
    display: block;
}
.benefit-svg picture img {
    width: 100%;
    height: auto;
}
@media (max-width: 767px) {
    .benefit-svg {
        width: 90%;
    }
}
.photo-card {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}
.pcard-img {
    max-width: 170px;
    width: 100%;
    height: auto;
}
.pcard-col .pre-t {
    margin-left: -12px;
}
.pcard-title {
    font-size: 20px;
    line-height: 30px;
    color: #707070;
    font-weight: 700;
}
.pcard-content {
    font-size: 16px;
    line-height: 24px;
    color: #707070;
    padding-top: 10px;
    padding-bottom: 20px;
}
.pcard-name {
    font-size: 40px;
    line-height: 30px;
    color: #01ABAB;
}
.pcard-name img {
    height: auto;
    max-width: 100%;
}
.page-width-1000 {
    max-width: 1000px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .photo-card {
        width: 90%;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        gap: 16px;
    }
    .photo-card .pcard-img {
        flex: 0 0 auto;
        width: 140px;
        max-width: 140px;
        height: auto;
    }
    .photo-card .pcard-col {
        flex: 1 1 auto;
        min-width: 0;
        padding: 0;
        text-align: left;
    }
    .photo-card .pcard-col .pre-t {
        margin-left: 0;
    }
    .photo-card .pcard-title {
        font-size: 14px;
        line-height: 1.4;
        color: #01ABAB;
    }
    .photo-card .pcard-content {
        font-size: 14px;
        line-height: 21px;
        color: #707070;
        padding-top: 4px;
        padding-bottom: 8px;
    }
    .photo-card .pcard-name {
        font-size: 20px;
        line-height: 30px;
        color: #01ABAB;
    }
    .photo-card .pcard-name img {
        margin: 0;
        display: block;
        max-width: 100%;
        height: auto;
    }
}
.disf_hcvc {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*#endregion COMMON*/

/*#region HEADER*/
#header{padding:0 28px 0 40px; margin:0px; width:100%; position:fixed; top:0; width:100%; 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;}
.header_set {display: flex;justify-content: space-between;align-items: center;}
.header_left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_logo img {height: 60px;width: auto;}
.headlogo_white {display: block;}
.headlogo_green {display: none;}
.pst_blackheader .headlogo_white {display: none;}
.pst_blackheader .headlogo_green {display: block;}
.header_menu {flex: 1;display: flex;justify-content: flex-end;align-items: center; margin-left: 3%;}
.headmenu_ul {display: flex;justify-content: flex-end;}
.headmenu_a { font-size: 14px; line-height: 1.2; color: #01ABAB;padding: 0 18px;height: var(--headerH);display: flex;justify-content: center;align-items: center;flex-direction: column;transition: all .1s;}
.headmenu_a:hover {color: #01ABAB;}
.headmenu_shape {display: flex;justify-content: center;align-items: center;position: relative;}
.headmenu_uline {position: absolute;bottom: -4px;left: 0;content: "";height: 1px;background-color: #fff;width: 0;transition: all .3s;}
.headmenu_a:hover .headmenu_uline {width: 100%;}
.headmenu_a.headmenu_contact {margin-left: 14px;padding: 0; color: #fff;}
.headmenu_a.headmenu_contact .headmenu_shape{padding: 0 30px;height: 50px; background-color: #006385; border-radius: 50px;transition: all .3s;}
.headmenu_a.headmenu_contact.X_2 .headmenu_shape{background-color: #E74B21;}
.headmenu_a.headmenu_contact:hover .headmenu_shape { scale: 1.05;}
#header.pst_blackheader {background-color: #fff;border-bottom: 1px solid #EAF9F9;}
.pst_blackheader .headmenu_a {color: #01ABAB;}
.pst_blackheader .headmenu_a.headmenu_contact {color: #fff;}
.pst_blackheader .headmenu_uline {background-color: #01ABAB;}
.pst_blackheader .headmenu_a.headmenu_contact .headmenu_shape{border-color: #01ABAB;}

.spheadmenu_logo {display: none;}
.header_flex1 {
    flex: 1;
}
.headmenu_cap {
    text-align: center;
}
@media (max-width: 1540px) {
    #header{padding: 0 15px;}
    .header_menu {margin-left: 20px;}
    .headmenu_a {padding: 0 7px;}
    .headmenu_a.headmenu_contact {margin-left: 8px;}
}
@media (min-width: 992px) and (max-width: 1330px) {
    .headmenu_a {
        font-size: 9px;
    }
    .header_logo img {
        width: 10vw;
        height: auto;
    }
}
@media (max-width: 991px) {
    .header_set {height: 100%;}
    .header_left {flex: 1;height: 100%;}
    .header_logo img {height: 50px;}
    .header_menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        flex-direction: column;
        justify-content: flex-start;
        z-index: 120;
        transform: scale(0.95);
        pointer-events: none;
        background-color: rgba(23, 23, 23, 0.95);
        -webkit-transition: 0.6s;
        -moz-transition: 0.6s;
        -ms-transition: 0.6s;
        transition: 0.6s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        will-change: opacity, transform;
        opacity: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        padding-top: 10vh;
        padding-bottom: 100px;
        margin-left: 0;
    }
    .header_menu.pst_open {opacity: 1;-webkit-transform: scale(1);transform: scale(1);pointer-events: auto;}
    .headmenu_a {height: 50px;color: #fff !important;}
    .headmenu_a.headmenu_contact {margin-left: 0;margin-top: 20px;}
    .headmenu_uline {background-color: #fff !important;}
    .headmenu_a.headmenu_contact .headmenu_shape { border-color: #fff !important;}
    .headmenu_a.headmenu_contact:hover .headmenu_shape { border-color: #A9CD36 !important;}
    .spheadmenu_logo {display: block;padding: 10px;margin-bottom: 10vh;width: 100%;}
    .spheadmenu_logo img{height: 50px;}
}
.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:#01ABAB; 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 .hamburger_btn span{ background:#01ABAB; }
.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;}
.menu-toggle-btn-text-hp{ font-size:10px; line-height:6px; color:#00B5C4; font-weight:600; letter-spacing:-0.39px; text-transform:uppercase; text-align:center; margin:0px; padding:9px 0px 0px; position:relative;}
.hide-scroll{ overflow:hidden !important;}
@media (max-width: 991px) {
    .hamburger_set {display: block;}
    .hamburger_btn.pst_open span{ background:#fff !important;}
}
.spcta {
    display: none;
}
@media (max-width: 767px) {
    .spcta {
        position: fixed;
        z-index: 111;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
    }
    .spcta_btn {
        font-size: 3vw;
        width: 50%;
        padding: 0.3em;
        text-align: center;
        color: #fff;
        background-color: #006385;
        transition: all .3s;
    }
    .spcta_btn span {
        font-size: 3.4vw;
        font-weight: 500;
    }
    .spcta_btn.X_2 {
        background-color: #E74B21;
    }
    .spcta_btn:hover {
        color: #fff;
        opacity: .7;
    }
}
/*#endregion HEADER*/

/*#region subheader*/
#subheader {transform: translateX(0);z-index: 105;height: calc(40vh + 160px);padding-top: 100px;padding-right: 60px;margin: 0px;top: 0;right: 0;position: fixed;display: flex;flex-direction: column;justify-content: center;align-items: center;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; pointer-events: none;}
#subheader.pst_hide {transform: translateX(100%);}
.subheader_hp {position: relative; pointer-events: all;}
.submenu_btn {display: none;left: -28px;top: -28px;height: 30px;width: 30px;content: "";position: absolute;background-image: url(../images/submenu_open.svg);background-repeat: no-repeat;background-size: 14px 14px;background-position: center;cursor: pointer;}
.pst_hide .submenu_btn {display: block;}
#subheader.pst_while {transform: translateX(0) !important;}
.pst_while .submenu_btn {display: none !important;}
.subheader_cross1 {height: 1px;top: 0;left: -15px;width: calc( 100% + 15px );background-color: #E0E0E0;position: absolute;}
.subheader_cross2 {height: 1px;top: -15px;left: 0;width: calc( 100% + 15px );transform: rotate(90deg);transform-origin: top left;background-color: #E0E0E0;position: absolute;}
.subheader_ul li {margin: 20px;}
.subheader_ul a {color: #707070;position: relative;padding: 4px 0;}
.subheader_ul a:hover {color: #A9CD36;}
.subheader_ul a::before{bottom: -1px; left: 0; display: block; width: 0; height: 1px; background: #fff; transition: .3s; border: 0px solid #A9CD36; z-index: 1;content: ""; position: absolute;}
.subheader_ul a:hover:before{ width:100%;  border-width: 1px;} 
@media (max-width: 1250px) {
    #subheader {padding-right: 14px;}
}
@media (max-width: 767px) {
    #subheader {padding-top: calc( 20vh + 80px );padding-right: 14px;justify-content: flex-start;}
}
/*#endregion subheader*/

/*#region FOOTER*/
#footer {
    position: relative;
}
.page_top {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all .3s;
    background-color: #01ABAB;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}
.page_top:hover {
    opacity: .7;
}
.page_top img {
    width: 28px;
    height: 38px;
    max-width: none;
    display: block;
}
@media (max-width: 1250px) {
    .page_top {
        right: 0;
    }
}
.footer_block {position: relative;background-color: #fff;padding-top: 60px;padding-bottom: 40px;}
.footer_wrap {width: 1000px; margin: auto;}
.footer_row {display: flex;justify-content: space-between;}
.footer_logo img {width: auto;}
.footer_menu {
    display: flex;
    flex-wrap: wrap;
    width: 400px;
    row-gap: 20px;
}
.footer_menu1 {
    width: 200px;
}
.footer_menua {
    color: #707070;
}
.footer_menua:hover {
    color: #707070;
    text-decoration: underline;
}
.footer_hx1 {content: ""; height: 30px;}
.footer_copyright {font-size: 12px;line-height: 17px;color: #707070;text-align: right;padding-top: 22px;}
.footer_privacy {
    color: #707070;
}
.footer_privacy:hover {
    color: #707070;
    text-decoration: underline;
}
@media (max-width: 1030px) {
    .footer_wrap {
        width: calc(100% - 30px);
    }
}
@media (max-width:767px) {
    .footer_block {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .footer_row {
        display: block;
    }
    .footer_logo img {
        width: 40%;
    }
    .footer_menu {
        margin-top: 20px;
        margin-right: -15px;
        width: 100%;
        row-gap: 10px;
    }
    .footer_menu1 {
        width: 50%;
    }
    .footer_menua {
        font-size: 14px;
    }
    .footer_hx1 {
        height: 10px;
    }
    .footer_bottom {
        display: block;
    }
    .footer_privacy {
        font-size: 14px;
    }
    .footer_copyright {
        text-align: left;
    }
}
/*#endregion FOOTER*/

/*#region footer contact*/
.footcontact_block {width: 100%;margin: auto;background: #F1FBFC;padding: 40px 0;}
.footcontact_row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(100% - 30px);
    max-width: 1000px;
    margin: auto;
}
.footcontact_title h2 {
    color: #01ABAB;
    font-family: var(--fontT);
    font-size: 36px;
}
.footcontact_p p {
    color: #01ABAB;
    text-align: center;
}
.footcontact_btns {
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.footcontact_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    transition: all .3s;
    background-color: #006385;
    border: 40px;
    height: 56px;
    border-radius: 56px;
    font-size: 16px;
    font-weight: 600;
    width: 30%;
}
.footcontact_btn:hover {
    color: #fff;
    scale: 1.1;
}
.footcontact_btn.X_2 {
    background-color: #E74B21;
}

@media (max-width: 1600px) {

}
@media (max-width: 767px) {
    .footcontact_block {
        padding: 26px 0;
    }
    .footcontact_title h2 {
        font-size: 5.6vw;
    }
    .footcontact_btns {
        flex-direction: column;
        gap: 20px;
    }
    .footcontact_btn {
        width: 100%;
    }
}
/*#endregion footer contact*/

/*#region pg specials*/
.com_btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 1em 48px;
    min-width: 336px;

    border-radius: 100px;
    background-color: #01ABAB;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s;
}
.com_btn:hover {
    color: #fff;
    scale: 1.05;
}
.com_btn span {
    text-align: center;
    cursor: pointer;
}
.com_btn img {
    position: absolute;
    right: 6%;
    height: 100%;
    width: 16px;
}
@media (max-width: 767px) {
    .com_btn {
        width: 100%;
        min-width: unset;
        font-size: 14px;
    }
    .com_btn span {
    }
    .com_btn img {
        right: 4%;
        width: 12px;
    }
}

.com_btn1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    padding: 1em 64px;
    min-width: 336px;

    border-radius: 100px;
    background-color: #fff;
    border: solid 1px #01ABAB;
    color: #01ABAB;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    transition: all .3s;
}
.com_btn1:hover {
    color: #01ABAB;
    scale: 1.05;
}
.com_btn1 span {
    color: #01ABAB;
    text-align: center;
    cursor: pointer;
}
.com_btn1 img {
    position: absolute;
    right: 6%;
    height: 100%;
    width: 16px;
}
@media (max-width: 767px) {
    .com_btn1 {
        width: 100%;
        padding: 0.5em 0;
        font-size: 14px;
    }
}


.capbtn {
    width: 90%;
    position: relative;
    transition: all .3s;
    display: block;
}
.capbtn:hover {
    scale: 1.05;
}
.capbtn_body {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
    padding: 1em 44px;
    border-radius: 100px;
    background-color: #01ABAB;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.capbtn_body span {
    text-align: center;
}
.capbtn_body img {
    position: absolute;
    right: 6%;
    height: 100%;
    width: 16px;
}
.capbtn_cap {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    top: -15px;
}
.capbtn_cap1 {
    border: solid 1px #01ABAB;
    border-radius: 40px;
    text-align: center;
    color: #01ABAB;
    height: 30px;
    background-color: #fff;
    padding: 2px 16px;
}
@media (max-width: 767px) {
    .capbtn {
        width: 100%;
    }
    .capbtn_body {
        max-height: 72px;
        padding: 1em 0;
    }
    .capbtn_body img {
        right: 4%;
        width: 12px;
    }
    .capbtn_cap1 {
        font-size: 12px;
        padding: 6px 16px;
    }
    .capbtn_body span {
        font-size: 14px;
    }
}
.common_title_hp{ display: inline-block; }
.common_title_hp h2{font-size:48px; line-height:58px; color:#707070; font-weight:700; position:relative; display:inline-block;}
.common_title_hp span{color:#A9CD36; text-transform:uppercase;}
.common_title_hp p{font-size:16px; line-height:24px; color:#A9CD36; padding-top:10px; padding-left: 4px; font-weight: bold;}
.common_align_hp{text-align:center;}
.common_align_hp p{font-weight:700;}
.common_white_hp h2{color:#fff;}
.common_white_hp h2:after{background:url(../images/white_title_svg.svg) no-repeat top center;}
.common_white_hp p{color:#fff;}
.common_color_hp h2{font-family: 'Noto Sans JP', sans-serif;}
.common_color_hp p{color:#A9CD36; font-weight:700;}
.common_btn_hp{ padding:18px 60px 18px 0; min-width:180px; border-bottom: solid 1px #CCCCCC;font-weight: bold;font-size:16px; line-height:18px; color:#707070; background:none; display:inline-block; position:relative; text-align:left;}
.common_btn_hp svg{width:18px; vertical-align:middle; position:absolute; right:0px; top:50%; transform:translate(0 , -50%); z-index:2; }
.common_btn_hp svg path{ stroke: #A9CD36; -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; }
.common_btn_hp svg g{ stroke:#A9CD36; -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; }
.common_btn_hp span{ position:relative; z-index:2; }
.common_btn_hp::before{ content: ""; position: absolute; bottom: -1px; left: 0; display: block; width: 0; height: 1px; background: #fff; transition: .3s; border: 0px solid #A9CD36; z-index: 1; }
.common_btn_hp:hover:before{ width:100%;  border-width: 1px;} 
.common_btn_hp:hover svg path{ stroke:#A9CD36;  }
.common_btn_hp:hover svg g{ stroke:#A9CD36;  }
.common_btn_hp:hover{ color:#A9CD36; }
.border_btn_hp{ background: none; border: 1px solid #A9CD36; color: #A9CD36; }
.border_btn_hp:before{ background:#A9CD36; border:0; } 
.border_btn_hp:hover:before{ width:100%; } 
.border_btn_hp:hover svg path{ stroke:#fff;  }
.border_btn_hp:hover{ color:#fff; }
.border_btn_back_hp{ background:#fff; }
.border_btn_back_hp:before{ border:1px solid #fff; }
.contact_btn_hp a:before{ border-color:#707070; }
.contact_btn_hp a:hover{ color:#707070; }
.contact_btn_1_hp a:before{ border-color:#707070; }
.contact_btn_1_hp a:hover{ color:#707070; }
@media(max-width:1250px){
    .common_title_hp h2:after{left:0px;}
    .common_title_hp p{font-size:16px; line-height:20px; padding-top:10px;}
    .common_btn_hp{padding:16px 60px 16px 0; min-width:180px;}
}
@media (max-width:991px) {
    .common_title_hp h2{font-size:36px; line-height:40px;}
    .common_title_hp h2:after{top:9px; left:3px;}
    .common_title_hp p{font-size:16px; line-height:20px; padding-top:10px;}
    .common_btn_hp{font-size:14px; line-height:20px; padding:14px 42px 14px 0; min-width:160px;}
}
@media (max-width:767px){
    .common_title_hp h2{font-size:30px; line-height:40px;}
    .common_title_hp h2:after{top:8px; left:0px; width:40px; height:20px;}
    .common_btn_hp{font-size:16px; line-height:23px; padding:14px 16px 14px 0; min-width:140px;}
    .common_btn_hp img{right:10px;}
}
.link_row {display: flex;justify-content: space-between;}
.link_col {width: 47%;}
.link_img img {width: 100%;transition: all .3s;}
.link_item:hover .link_img img {opacity: .7;}
.link_a{transition: all .3s;  border-bottom: solid 1px #CCCCCC;font-size: 18px; line-height: 36px; color:#707070; background:none; padding:18px 98px 18px 0; display:inline-block; position:relative; width:100%; min-width:294px; text-align:left;}
.link_a svg{width: 14px; vertical-align:middle; position:absolute; right:19px; top:54%; transform:translate(0 , -50%); z-index:2; }
.link_a svg path{ stroke: #A9CD36; -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; }
.link_a svg g{ stroke:#A9CD36; -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; }
.link_a span{ position:relative; z-index:2; }
.link_a::before{ content: ""; position: absolute; bottom: -1px; left: 0; z-index: -1; display: block; width: 0; height: 0px; background: #fff; transition: .3s; border: 0px solid #A9CD36; z-index: 1; }
.link_item:hover .link_a::before{ width:100%;  border-width: 1px;} 
.link_item:hover .link_a svg path{ stroke:#A9CD36;  }
.link_item:hover .link_a svg g{ stroke:#A9CD36;  }
.link_item:hover .link_a{ color:#A9CD36; }
@media (max-width: 1250px) {
    .link_a {font-size: 16px;line-height: 32px;}
    .link_a svg {width: 12px;}
}
@media (max-width: 991px) {
    .link_a {padding-right: 30px;}
}
@media (max-width:767px) {
    .link_row {display: block;}
    .link_col {width: 100%;}
}
.instead_head {
    content: "";
    height: var(--headerH);
}
.pg_fv {
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.pgfv_title {
    transform: translateX(50px);
    opacity: 0;
    transition: all .9s;
}
.run_ani .pgfv_title {
    opacity: 1;
    transform: translateX(0);
}
.pgfv_title h1 {
    /* font-size: 3.5vw; */
    font-size: 52px;
    font-family: var(--fontT);
    color: #01ABAB;
    line-height: 1.6;
}
.pg_fv.X_2 .pgfv_title h1 {
    text-align: center;
}
.pgfv_title h1 span {
    font-size: 36px;
}
.pgfv_title p {
    color: #01ABAB;
    margin-top: 16px;
}
.pg_title1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pg_title1 h2 {
    font-size: 42px;
    text-align: center;
    color: #01ABAB;
    font-family: var(--fontT);
    line-height: 1.5;
}
.pg_title1.X_2 h2 {
    font-size: 36px;
}
.pg_title1 h2 span {
    font-size: 35px;
}
.pgtitle1_line {
    width: 60px;
    height: 2px;
    background-color: #E74B21;
    margin-top: calc(var(--pxunit) * 1);
}
.pgtitle2 h3 {
    font-size: 28px;
    line-height: 1.6;
    color: #01ABAB;
}
.pgtitle2.X_2 h3 {
    color: #E74B21;
}
.pg_p {
    line-height: 2.1;
}
.pg_p.X_center p {
    text-align: center;
}
.pg_p a {
    color: #707070;
}
.pg_p a:hover {
    color: #707070;
    opacity: .7;
}
@media (max-width: 1400px) {
    .pg_fv {
        height: 150px;
    }
    .pgfv_title h1 {
        font-size: 40px;
    }
    .pgfv_title h1 span {
        font-size: 26px;
    }
}
@media (max-width: 991px) {
    .pg_title1 h2 {
        font-size: 5vw;
    }
}
@media (max-width: 767px) {
    .pg_fv {
        height: auto;
        padding-top: 21px;
    }
    .pg_title1 h2 {
        font-size: 5.6vw;
    }
    .pg_title1 h2 span {
        font-size: 20px;
    }
    .pg_title1.X_2 h2 {
        font-size: 5.6vw;
    }
    .pgtitle2 h3 {
        font-size: 16px;
    }
    .pgfv_title h1 span {
        font-size: 4vw;
    }
    .pgfv_title h1 {
        font-size: 6vw;
    }
    .pg_p p {
        margin-top: 12px;
    }
    .pg_p p:first-child {
        margin-top: 0;
    }
}
.pgfeature {
    content: "";
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* padding-top: 56%; */
}
@media (max-width: 1400px) {
    .pgfeature {
        height: 360px;
    }
}
@media (max-width: 767px) {
    .pgfeature {
        padding-top: 56%;
        height: auto;
    }
}

.check_p {
    line-height: 2.1;
    background-image: url(../images/check_p.svg);
    background-repeat: no-repeat;
    background-position: 0 11px;
    padding-left: 30px;
}
@media (max-width: 767px) {
    .check_p {
        background-position: 0 9px;
    }
}
/*#endregion pg specials*/
/*region modal_box*/
.access_dlg {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 1s;
    opacity: 0;
    pointer-events: none;
}
.access_dlg.open {
    display: block;
    opacity: 1;
    pointer-events: all;
}
.access_dlg::before {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(124, 124, 124, .9);
    z-index: -1;
}
.accessdlg_box {
    margin: auto;
    background-color: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(calc(30px - 50%));
    transform: translateY(calc(30px - 50%));
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 16px;
    top: 50%;
    width: 1000px;
    margin: 0 auto;
    border-radius: 8px;
    transition: all 1s;
}
.access_dlg.open .accessdlg_box {
    transform: translateY(-50%);
}
.accessdlg_close {
    position: absolute;
    background-image: url(../images/access_dlg_close.svg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
    cursor: pointer;
    z-index: 1;
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    transition: all .3s;
}
.accessdlg_close:hover {
    opacity: .7;
}
.accessdlg_inner {
    border-right: none;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
    padding: 16px;
}
.accessdlg_btns {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
}
.accessdlg_btn {
    width: 40%;
}
.accessdlg_btn .com_btn {
    width: 100%;
    padding: 0;
    min-width: unset;
    font-size: 1vw;
    padding: 1em;
}

.accessdlg_title {
    text-align: center;
    font-size: 36px;
    font-family: var(--fontT);
    color: #01ABAB;
}
.accessdlg_phone {
    display: flex;
    justify-content: center;
    align-items: center;
}
.accessdlg_phone a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    color: #01ABAB;
    font-size: 66px;
    font-family: var(--fontN);
}
.free_phonecall {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 20px;
    display: none;
}
.free_phonecall a {
    padding: 16px 0;
    text-align: center;
    background-color: #E74B21;
    border-radius: 50px;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.free_phonecall a:hover {
    color: #fff;
    scale: 1.05;
}
.accessdlg_img .contact_hero1 {
    margin-top: 200px;
}
.accessdlg_img .contacthero_text {
    font-size: 26px;
}
@media (max-width: 1400px) {
    .accessdlg_box {
        width: 640px;
    }
    .accessdlg_title {
        font-size: 30px;
    }
    .accessdlg_phone a {
        font-size: 40px;
    }
    .accessdlg_phone img {
        width: 28px;
    }
    .accessdlg_img .contact_hero1 {
        margin-top: 100px;
        margin-bottom: 12px;
    }
    .accessdlg_img .contacthero_text {
        font-size: 20px;
    }
    .accessdlg_btns {
        margin-top: 20px;
    }
}
@media (max-width: 1030px) {
    .accessdlg_box {
        width: calc(100% - 30px);
    }
}
@media (max-width: 767px) {
    .accessdlg_title {
        font-size: 7vw;
    }
    .accessdlg_phone a {
        font-size: 10vw;
        gap: 2vw;
    }
    .accessdlg_phone a img {
        width: 6vw;
    }
    .accessdlg_img .contact_hero1 {
        margin-top: 25vw;
    }
    .accessdlg_img .contacthero_text {
        font-size: 4vw;
    }
    .accessdlg_btns {
        flex-direction: column;
        gap: 12px;
    }
    .free_phonecall a {
        font-size: 14px;
    }
    .accessdlg_btn {
        width: 100%;
    }
    .free_phonecall {
        display: flex;
    }
    .accessdlg_btn .com_btn {
        font-size: 16px;
    }
    .pg_p.X_center p {
        font-size: 14px;
    }
}
.js_openaccessdlg {
    cursor: pointer !important;
}
/*endregion modal_box*/

/*region chart_phill */
.chart_canvas {
    width: 700px;
    height: 500px;
    margin: auto;
    position: relative;
    margin-bottom: 60px;
}
.chart_labels {
    width: 100%;
    position: absolute;
    bottom: -50px;
    display: flex;
}
.chart_label {
    flex: 1;
    padding-right: 8%;
    text-align: center;
}
.chart_cap {
    font-size: 14px;
    letter-spacing: 4px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    position: absolute;
    top: 1%;
    left: -40px;
    letter-spacing: 4px;
}
.chart_xy {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.chart_xy25 {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 50%;
}
.chart_xy50 {
    display: flex;
    align-items: center;
    position: absolute;
    width: 100%;
    top: 1%;
}
.chart_percent {
    width: 80px;
    font-size: 14px;
}
.chart_dotline {
    width: calc(100% - 80px);
    height: 1px;
    border-top: dotted 1px #CCCCCC;
}
.chart_rect {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.chart_phills {
    display: flex;
    height: 100%;
    align-items: flex-end;
}
.each_phill {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: flex-end;
    position: relative;
    transition: all 39ms;
}
.each_phill::before {
    content: "";
    background-image: url(../images/phill_shadow1.svg);
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -5.6%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.each_phill.X_2::before {
    background-image: url(../images/phill_shadow0.svg);
}
.chart_phill {
    color: #fff;
    position: relative;
    width: 26%;
    height: calc(1%);
    max-height: 100%;
    background-color: #EBEBEB;
    transition: all 39ms;
}
.chart_val {
    color: #fff;
    text-align: center;
}
.chart_val span {
    font-family: var(--fontN);
    font-size: 40px;
    font-weight: bold;
}
.chart_phill:before {
    content: "";
    width: calc(100% + 2px);
    height: 12px;
    position: absolute;
    bottom: 0;
    background-color: #F5F5F5;
    transform: skewX(-50deg);
    transform-origin: bottom right;
    top: -12px;
    left: -1px;
}
.chart_phill:after {
    content: "";
    width: 14px;
    height: calc(100% - 0px);
    position: absolute;
    background-color: #CCCCCC;
    transform: skewY(-40deg);
    transform-origin: top right;
    right: -14px;
    bottom: 12px;
}
.chart_phill.X_2 {background-color: #01ABAB;}
.chart_phill.X_2::before {background-color: #26D7D7;}
.chart_phill.X_2::after {background-color: #077F7F;}
.chart_phill.X_3 {background-color: #B499E5;}
.chart_phill.X_3::before {background-color: #A891D3;}
.chart_phill.X_3::after {background-color: #9680BD;}

@media (max-width: 800px) {
    .chart_canvas {
        width: calc(100% - 30px);
        margin-left: auto;
        margin-right: 0;
    }
}
@media (max-width: 500px) {
    .chart_canvas {
        height: 300px;
    }
    .chart_label {
        padding-right: 0;
        text-align: left;
        font-size: 3vw;
    }
    .chart_phill:before {
        width: calc(100% + 1px);
        height: 4px;
        top: -4px;
        left: -1px;
    }
    .chart_phill:after {
        width: 4px;
        height: calc(100% - 0px);
        transform-origin: top right;
        right: -4px;
        bottom: 4px;
    }
    .each_phill::before {
        height: 34px;
        bottom: -9.3%;
    }
    .chart_percent {
        font-size: 12px;
        width: 36px;
    }
}
/*endregion chart_phill */
.gray_line {
    height: 1px;
    width: 100%;
    content: "";
    background-color: #CCCCCC;
    margin: 8px 0;
}
.chart-text {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #01ABAB;
}
