@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Arima:wght@100..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Dancing+Script:wght@400..700&family=Noto+Sans+JP:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* CSS Document */

html{
}
body{
	font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #383743;
}

body .bg_img_wrap {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img{
	display: none;
}
body .bg_img_wrap2 {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img{
	display: none;
}

a{
	display: inline-block;
	transition: ease 0.3s;
}
a:hover{
	opacity: 0.5;
}
a p,a,a i{
	color: #000000;
}

.font-dm{
	font-family: "DM Sans", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-arima{
	font-family: "Arima", "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
.font-dancing{
	font-family: "Dancing Script", cursive, "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-weight: 400;
}

.font-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}


.default_title{
	font-size: 26px;
	line-height: 2;
}
.default_title2{
	font-size: 22px;
}
.default_title3{
	font-size: 20px;
}
.default_txt1{
	font-size: 18px;
}
.default_txt2{
	font-size: 14px;
}

.pd_wrap{
	padding: 150px 80px 0;
}
.pd_wrap_all{
	padding: 150px 80px 150px;
}
.pd_wrap_side{
	padding-left: 80px;
	padding-right: 80px;
}

.cate_wrap > .cate{
	padding-top: 150px;
}

/* ---------- common ---------- */
.titlebox2 > .flex{
	flex-direction: column;
	position: relative;
	padding-left: 50px;
	padding-right: 50px;
}
.titlebox2 > .flex::before,.titlebox2 > .flex::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.titlebox2 > .flex::before{
	left: 0;
}
.titlebox2 > .flex::after{
	right: 0;
}
.titlebox2 > .flex::before{
	background-image: url("https://klotho-ga.jp/system_panel/uploads/images/titlebox2-l.svg");
}
.titlebox2 > .flex::after{
	background-image: url("https://klotho-ga.jp/system_panel/uploads/images/titlebox2-r.svg");
}

.titleitem .title{
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}
.titleitem .title::before,.titleitem .title::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	aspect-ratio: 1 / 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.titleitem .title::before{
	left: 0;
}
.titleitem .title::after{
	right: 0;
}
.titleitem.titleitem1 .title::before{
	background-image: url("https://klotho-ga.jp/system_panel/uploads/images/title_item2-l.svg");
}
.titleitem.titleitem1 .title::after{
	background-image: url("https://klotho-ga.jp/system_panel/uploads/images/title_item2-r.svg");
}

.fix_bt{
	position: fixed;
	z-index: 99;
	width: 40%;
	max-width: 180px;
	left: 3%;
	bottom: 5px;
}
.pagetitle2{
	padding-top: 200px;
	align-items: flex-start;
}
.pagetitle2 > div,.pagetitle2 .imgbox img{
	width: 50%;
}
.pagetitle2 .txtbox{
	position: relative;
	padding: 3% 5%;
	padding-top: 0;
}
.pagetitle2 .txtbox::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 1px;
	background-color: #C1C1C1;
}
body.on .pagetitle2 .txtbox h1,body.on .pagetitle2 .txtbox img{
	opacity: 0;
	-ms-filter: blur(30px);
	filter: blur(30px);
	animation-name: blurin4;
	animation-duration: 1.6s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.2s;
}
body.on .pagetitle2 .txtbox::after{
	animation-name: pagetitle2_line;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.3s;
}
.pagetitle2 .txtbox img{
	width: auto;
	height: 7vw;
}
.pagetitle2 .imgbox{
	align-items: flex-start;
}
.pagetitle2 .imgbox img:nth-of-type(2){
	margin-top: 15%;
}
body.on .pagetitle2 .imgbox img{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(20px);
	filter: blur(20px);
	animation-name: blurin2;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.9s;
}
body.on .pagetitle2 .imgbox img:nth-of-type(2){
	animation-delay: 1.4s;
}

@keyframes pagetitle2_line {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}


.pagetitle1{
	position: relative;
	height: 100vh;
}
body.on .pagetitle1{
	filter: grayscale(100%);
	animation-name: pagetitle1;
	animation-duration: 1.4s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.6s;
}
@keyframes pagetitle1 {
	0% {
		filter: grayscale(100%);
	}
	100% {
		filter: grayscale(0);
	}
}

.pagetitle1 h1{
	letter-spacing: 2px;
}
.pagetitle1 h1,.pagetitle1 p{
	color: #fff;
}
.pagetitle1 .txtbox{
	max-width: 60%;
	text-align: center;
}
.pagetitle1 .page_links{
	position: absolute;
	bottom: 5%;
	left: 5%;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}
body.on .pagetitle1 .txtbox,body.on .pagetitle1 .page_links{
	opacity: 0;
	-ms-filter: blur(30px);
	filter: blur(30px);
	animation-name: blurin4;
	animation-duration: 2.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
	animation-delay: 0.8s;
}
body.on .pagetitle1 .page_links{
	animation-delay: 1.2s;
}

.sp_area{}
.sp_area .spbox{
	position: relative;
	width: 80%;
	max-width: 375px;
	aspect-ratio: 1 / 1.94;
	margin-left: auto;
	margin-right: auto;
}
.sp_area .spbox::after{
	opacity: 0;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://klotho-ga.jp/system_panel/uploads/images/sp_image1.svg");
	background-position: center center;
	background-size: 100% 100%;
	z-index: 2;
}
.sp_area .spbox .videobox,.sp_area .spbox .videobox video{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 99%;
	height: 99%;
}
.sp_area .spbox .videobox video{
	object-fit: cover;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 5%;
	box-shadow: 0 0 30px rgba(0,0,0,0.5);
}
body:not(.on) .sp_area .spbox .videobox{
	z-index: 99999;
}
body:not(.on) .sp_area .spbox .videobox video{
	position: relative;
	z-index: 9999;
	top: 0;
	left: 0;
	transform: translate(0,0);
}
body.on .sp_area.on .spbox .videobox{
	width: 130%;
	height: 130%;
	opacity: 0;
}
body.on .sp_area.on .spbox .videobox video{
	border-radius: 0;
}
body.on .sp_area.on.active .spbox .videobox{
	animation-delay: 0.6s;
	animation-name: videobox1;
	animation-duration: 1.8s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
	
}
body.on .sp_area.on.active .spbox .videobox video{
	animation-delay: 1.8s;
	animation-name: videobox2;
	animation-duration: 1.0s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: forwards;
}
.sp_area.on.active .spbox::after{
	animation-delay: 1.4s;
	animation-name: videobox3;
	animation-duration: 1.0s;
	animation-timing-function: ease-in;
	animation-fill-mode: forwards;
}
@keyframes videobox3 {
	0% {
		opacity:0;
		transform: scale(0.9);
	}
	100% {
		opacity:1;
		transform: scale(1.0);
	}
}


@keyframes videobox1 {
	0% {
		width: 130%;
		height: 130%;
		opacity: 0;
	}
	40%{
		width: 130%;
		height: 130%;
		opacity: 1;
	}
	100% {
		width: 99%;
		height: 99%;
		opacity: 1;
	}
}
@keyframes videobox2 {
	0% {
		border-radius: 0;
	}
	100% {
		border-radius: 5%;
	}
}


.morewrap{
	gap: 20px 40px;
}
.more a{
	position: relative;
	background-color: #fff;
	padding: 15px 25px;
	min-width: 240px;
	border: 1px solid #C1C1C1;
}
.more a > div{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items: center;
	flex-direction: row;
	gap: 20px;
}
.more a .icon{
	width: 28px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #383743;
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	transition: ease 0.3s;
}
.more a:hover .icon{transform: translateX(3px)}
.more a .icon img{
	width: 20%;
}
.more.more2 a{
	padding: 0;
	min-width: auto;
	border: none;
}
.more.more2 a > div{
	gap: 30px;
}

.titlebox1{
	position: relative;
	padding-top: 50px;
}
.titlebox1::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 2px;
	border-radius: 5px;
	background-color: #383743;
}
.titlebox1 .title{
	margin-bottom: 30px;
}

.newslist .webgene-blog,.grid_4,.grid_3{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: flex-start;
    align-items: stretch;
	flex-direction: row;
	gap: 50px 25px;
}
.newslist .webgene-blog .webgene-item,.grid_4 .gridbox{
	width: calc(100% / 4 - 75px / 4);
}
.grid_3 .gridbox{
	width: calc(100% / 3 - 50px / 3);
}
.newslist .webgene-blog .webgene-item .date,.newslist .webgene-blog .webgene-item .cate-txt{
	color: #222;
	font-weight: 400;
}
.grid_4 .gridbox:nth-of-type(2),.grid_3 .gridbox:nth-of-type(2){
	animation-delay: 0.4s;
}
.grid_4 .gridbox:nth-of-type(3),.grid_3 .gridbox:nth-of-type(3){
	animation-delay: 0.8s;
}
.grid_4 .gridbox:nth-of-type(4){
	animation-delay: 1.2s;
}
.grid_4 .gridbox > img{border-radius: 10px;}
.bottom_links{
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	gap: 20px;
}
.bottom_links .box{
	position: relative;
	width: calc(100% / 3 - 40px / 3);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	gap: 10px;
	animation-duration: 2.0s!important;
}
.bottom_links .box:nth-of-type(2){
	animation-delay: 0.4s;
}
.bottom_links .box:nth-of-type(3){
	animation-delay: 0.8s;
}
.bottom_links .box::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background-color: #767676;
	opacity: 0.3;
	transition: ease 0.4s;
}
.bottom_links .box .bgbox{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: ease 1.3s;
}
.bottom_links .box p{
	position: relative;
	z-index: 3;
	width: 50%;
	max-width: 160px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	transition: ease 0.4s;
}
.bottom_links .box:hover{
	opacity: 1;
}
.bottom_links .box:hover::after{
	opacity: 0;
}
.bottom_links .box:hover .bgbox{
	transform: scale(1.1);
}
.bottom_links .box:hover p{
	width: 60%;
	max-width: 180px;
}


.stepwrap .gridbox{
	padding: 3%;
	background-color: #fff;
	border-radius: 5%;
	text-align: center;
}
.stepwrap .gridbox img{
	width: 70%;
}

.link_bt_wrap{
	flex-direction: column;
	gap: 30px;
	border: 1px solid #C1C1C1;
	padding: 0 5% 5%;
}
.link_bt_wrap > .title{
	background-color: #F8F8F8;
	padding: 0 20px;
	transform: translateY(-50%);
}

.flowbox .box{
	position: relative;
	align-items: flex-start;
}
.flowbox .box:not(:last-of-type){
	margin-bottom: 40px;
}
.flowbox .box:not(:last-of-type)::after{
	content: "";
	position: absolute;
	width: 2px;
	height: 100%;
	left: 25px;
	top: 0;
	box-sizing: border-box;
	transform: translateX(-50%);
	border-left: 2px dashed #383743;
}
.flowbox .box .num{
	position: relative;
	z-index: 2;
	width: 50px;
	aspect-ratio: 1 / 1;
	border: 2px solid #383743;
	border-radius: 50%;
	background-color: #F8F8F8;
	line-height: 1;
	letter-spacing: 0;
}
.flowbox .box .txtbox{
	width: calc(70% - 50px);
	padding: 10px 30px;
}
.flowbox .box .imgbox{
	width: 30%;
}

.pricewrap{
	background-color: #fff;
	border-radius: 6px;
	padding: 5%;
}
.pricewrap > .box{
	padding: 20px 0;
	padding-left: 30px;
	border-bottom: 1px solid #D8D8D8;
	position: relative;
	justify-content: space-between;
	gap: 20px;
}
.pricewrap > .box::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 15px;
	width: 6px;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background-color: #222222;
	transform: translateX(-50%);
}
.pricewrap .caselist{
	padding: 20px;
}
.caselist{
	justify-content: flex-start;
	align-items: flex-start;
	gap: 50px 30px;
}
.caselist .box{
	width: calc(100% / 2 - 30px / 2);
	aspect-ratio: 16 / 9;
	background-color: #ccc;
}

.caselist .box video,.caselist .box iframe{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.commingsoon_box{
	position: relative;
	overflow: hidden;
	padding: 20px!important;
}
.commingsoon_box > div{
	opacity: 1!important;
	-ms-filter: blur(6px)!important;
	filter: blur(6px)!important;
}
.commingsoon_box::before{
	content: "Coming Soon";
	position: absolute;
	font-family: "Dancing Script", cursive, "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: clamp(24px, 7vw, 60px);
	top: 50%;
	left: 50%;
	white-space: nowrap;
	transform: translate(-50%,-50%);
	z-index: 99;
}
.commingsoon_box::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	z-index: 98;
	background-color: #F8F8F8;
	opacity: 0.5;
}

.snsbox a i{
	font-size: 24px;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	padding: 15px 40px;
	justify-content: space-between;
	z-index: 9999;
  flex-wrap: nowrap;
}
.header .logo{
	width: 30%;
	max-width: 140px;
}
.header .head_menu,.header .head_menu .ul{
	gap: 40px;
    flex-wrap: nowrap;
}
.header .head_menu{
	padding: 20px 30px;
	border-radius: 200px;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(113,113,113,0.1);
  flex-wrap: nowrap;
}
.header .head_menu .ul .contact_bt{
	padding: 6px 18px;
	background-color: #383743;
	border-radius: 100px;
}
.header .head_menu .ul .contact_bt p{
	color: #fff;
}

.header .head_menu .menu-bt{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;

    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
	aspect-ratio: 1 / 1;
	cursor: pointer;
}
.header .head_menu .menu-bt .line{
	position: relative;
	width: 32px;
	height: 22px;
}
.header .head_menu .menu-bt .line div{
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #222;
	transition: ease 0.4s;
}
.header .head_menu .menu-bt .line div:nth-of-type(1){
	top: 0;
}
.header .head_menu .menu-bt .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%);
}
.header .head_menu .menu-bt .line div:nth-of-type(3){
	bottom: 0;
}
.header .head_menu .menu-bt.active .line div:nth-of-type(1){
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
}
.header .head_menu .menu-bt.active .line div:nth-of-type(2){
	top: 50%;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.header .head_menu .menu-bt.active .line div:nth-of-type(3){
	bottom: 50%;
	transform: translateY(50%) rotate(-45deg);
}
.menu-wrap{
	display: none;
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.menu-wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: #F8F8F8;
	opacity: 0.9;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	z-index: 2;
	padding-left: 20px;
	padding-right: 20px;
}
.menu-wrap .ul{
	width: 90%;
	max-width: 1000px;
	gap: 50px 30px;
	overflow: auto;
}
.menu-wrap .ul .li{
	width: calc(100% / 3 - 60px / 3);
}
.menu-wrap .ul .li a{
	position: relative;
	display: block;
	padding: 15px 20px;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	border-bottom: 2px solid #8F8F8F;
}
.menu-wrap .ul .li a p{
	color: #8F8F8F;
	text-align: center;
}
.menu-wrap .ul .li a p.en{
	font-family: "Dancing Script", cursive, "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 26px;
	font-weight: 700;
}
.menu-wrap .ul .li a p.jp{
	font-size: 13px;
	font-weight: 400;
}

/* ---------- footer ---------- */
.footer{
	background-color: #383743;
	padding-top: 6vw;
}
.footer p,.footer i{
	color: #fff;
}
.footer .footer_top{
	padding-bottom: 6vw;
	border-bottom: 1px solid #C1C1C1;
}
.footer .footer_top .rightbox{
	gap: 50px;
}
.footer .footer_top .rightbox .ul .li{
	min-width: 140px;
}
.footer .footer_top .rightbox .ul .li:not(:last-of-type){
	margin-bottom: 20px;
}
.footer .footer_top .rightbox .ul .li a{
	display: block;
	padding: 10px 0;
	position: relative;
	border-bottom: 1px solid #C1C1C1;
}
.footer .footer_top .rightbox .ul .li a img{
	position: absolute;
	top: 50%;
	right: 0;
	width: 6px;
	transform: translate(0,-50%);
	transition: ease 0.3s;
}
.footer .footer_top .rightbox .ul .li a:hover img{
	transform: translate(3px,-50%);
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.bottomin.on{
	opacity:0;
	transform: translateY(50px);
}
.sc-anime.bottomin.on.active{
	animation-name: bottomin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.leftin.on{
	opacity:0;
	transform: translateX(-50px);
}
.sc-anime.leftin.on.active{
	animation-name: leftin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.rightin.on{
	opacity:0;
	transform: translateX(50px);
}
.sc-anime.rightin.on.active{
	animation-name: rightin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.fadein.on{
	opacity:0;
}
.sc-anime.fadein.on.active{
	animation-name: fadein;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(20px);
	filter: blur(20px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(20px);
	filter: blur(20px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.8s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}

@keyframes topin {
	0% {
		opacity:0;
		transform: translateY(-50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes bottomin {
	0% {
		opacity:0;
		transform: translateY(50px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
	}
}
@keyframes leftin {
	0% {
		opacity:0;
		transform: translateX(-50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes rightin {
	0% {
		opacity:0;
		transform: translateX(50px);
	}
	100% {
		opacity:1;
		transform: translateX(0px);
	}
}
@keyframes upin {
	0% {
		transform: translateY(100%);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes fadein {
	0% {
		opacity:0;
	}
	100% {
		opacity:1;
	}
}
@keyframes fadeout {
	0% {
		opacity:1;
	}
	100% {
		opacity:0;
	}
}
@keyframes blurin {
	0% {
		opacity: 0;
		-ms-filter: blur(20px);
		filter: blur(20px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(20px);
		filter: blur(20px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin4 {
	0% {
		opacity: 0;
		-ms-filter: blur(30px);
		filter: blur(30px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}

/* color */
.txt-color-normal{color: #000000;}
.txt-white{color: #ffffff;}
.txt-red{color: red;}
.txt-color1{color: #FFE93C}
.txt-color2{color: #C1C1C1}
.txt-color3{color: #021745}
.txt-color4{color: #EBF5E5}
.bg-white{background-color: #ffffff;}
.bg-black{background-color: black}
.bg-color1{background-color: #FFE93C}
.bg-color2{background-color: #C1C1C1}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #C1C1C1}
.border-color3{border-color: #021745}
.border-color4{border-color: #EBF5E5}

.hvr-txt-color-normal:hover{color: #000000;}
.hvr-txt-white:hover{color: #ffffff;}
.hvr-txt-red:hover{color: red;}
.hvr-txt-color1:hover{color: #FFE93C}
.hvr-txt-color2:hover{color: #C1C1C1}
.hvr-txt-color3:hover{color: #021745}
.hvr-txt-color4:hover{color: #EBF5E5} 
.hvr-bg-white:hover{background-color: #ffffff;}
.hvr-bg-black:hover{background-color: black}
.hvr-bg-color1:hover{background-color: #FFE93C}
.hvr-bg-color2:hover{background-color: #C1C1C1}
.hvr-bg-color3:hover{background-color: #021745}
.hvr-bg-color4:hover{background-color: #EBF5E5}
.hvr-border-color1:hover{border-color: #FFE93C}
.hvr-border-color2:hover{border-color: #C1C1C1}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}


.bg_grade1{
	background: #EE8DB2;
	background: linear-gradient(135deg, rgba(238, 141, 178, 0.6) 0%, rgba(238, 141, 178, 0.6) 20%, rgba(190, 142, 234, 0.6) 60%, rgba(103, 182, 248, 0.6) 100%);
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 1440px ~ ---------- */
@media screen and (max-width: 1440px){
	.bottom_links{
		gap: 10px;
	}
	.bottom_links .box{
		width: calc(100% / 3 - 20px / 3);
		aspect-ratio: 1 / 1;
	}
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.pd_wrap{
		padding: 150px 60px 0;
	}
	.pd_wrap_all{
		padding: 150px 60px 150px;
	}
	.pd_wrap_side{
		padding-left: 60px;
		padding-right: 60px;
	}
	.default_title{
		font-size: 24px;
	}
	.default_title2{
		font-size: 21px;
	}
	.default_title3{
		font-size: 19px;
	}
	.default_txt1{
		font-size: 17px;
	}

/* ---------- common ---------- */
	.pagetitle2{
		padding-top: 150px;
	}
	.morewrap{
		gap: 20px 30px;
	}
/* ---------- header ---------- */
	.header .head_menu, .header .head_menu .ul{
		gap: 30px;
	}
	.newslist .webgene-blog,.grid_4,.grid_3{
		gap: 50px 20px;
	}
	.newslist .webgene-blog .webgene-item,.grid_4 .gridbox{
		width: calc(100% / 4 - 60px / 4);
	}
	.grid_3 .gridbox{
		width: calc(100% / 3 - 40px / 3);
	}
	.caselist{
		gap: 50px 20px;
	}
	.caselist .box{
		width: calc(100% / 2 - 20px / 2);
	}
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
/* ---------- common ---------- */
	.pagetitle2 .txtbox img{
		height: 8.5vw;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 20px;
	}
	.header .head_menu, .header .head_menu .ul{
		gap: 20px;
	}
	.header .head_menu{
		padding: 15px 30px;
	}
	.header .head_menu .ul p{
		font-size: 13px;
	}
	.header .head_menu .ul .contact_bt{
		padding: 3px 12px 5px;
	}
/* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.pd_wrap{
		padding: 100px 50px 0;
	}
	.pd_wrap_all{
		padding: 100px 50px 100px;
	}
	.pd_wrap_side{
		padding-left: 50px;
		padding-right: 50px;
	}
	.cate_wrap > .cate{
		padding-top: 100px;
	}
	.default_title{
		font-size: 22px;
	}
	.default_title2{
		font-size: 20px;
	}
	.default_title3{
		font-size: 18px;
	}
	.default_txt1{
		font-size: 16px;
	}
	.default_txt2{
		font-size: 13px;
	}
/* ---------- common ---------- */
	.pagetitle2{
		padding-top: 120px;
	}
	.newslist .webgene-blog,.grid_4{
		gap: 50px 30px;
	}
	.newslist .webgene-blog .webgene-item,.grid_4 .gridbox{
		width: calc(100% / 2 - 30px / 2);
	}
	.grid_4 .gridbox:nth-of-type(2){
		animation-delay: 0.4s;
	}
	.grid_4 .gridbox:nth-of-type(3){
		animation-delay: 0s;
	}
	.grid_4 .gridbox:nth-of-type(4){
		animation-delay: 0.4s;
	}
	
	.flowbox .box:not(:last-of-type){
		margin-bottom: 30px;
	}
	.flowbox .box .num{
		width: 40px;
	}
	.flowbox .box .txtbox{
		width: calc(70% - 40px);
		padding: 10px 20px;
	}
	.flowbox .box:not(:last-of-type)::after{
		left: 20px;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 15px;
	}
	.header .head_menu{
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	.header .head_menu .ul{
		display: none;
	}
	.header .head_menu .menu-bt .line{
		width: 26px;
		height: 20px;
	}
	.menu-wrap .ul{
		width: 90%;
		gap: 30px 15px;
		overflow: auto;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 2 - 15px / 2);
	}
/* ---------- footer ---------- */
	.footer{
		padding-top: 0;
	}
	.footer .footer_top{
		padding-top: 10vw;
		padding-bottom: 10vw;
	}
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.pd_wrap{
		padding: 80px 20px 0;
	}
	.pd_wrap_all{
		padding: 80px 20px 80px;
	}
	.pd_wrap_side{
		padding-left: 20px;
		padding-right: 20px;
	}
	.cate_wrap > .cate{
		padding-top: 80px;
	}
	.default_title{
		font-size: 18px;
	}
	.default_title2{
		font-size: 17px;
	}
	.default_title3{
		font-size: 16px;
	}
	.default_txt1{
		font-size: 14px;
	}
	.default_txt2{
		font-size: 12px;
	}
/* ---------- common ---------- */
	.titleitem .title{
		position: relative;
		padding-left: 20px;
		padding-right: 20px;
	}
	.titleitem .title::before,.titleitem .title::after{
		width: 15px;
	}
	.pagetitle2{
		padding-top: 100px;
	}
	.pagetitle2 > div{
		width: 100%;
	}
	.pagetitle2 .txtbox{
		padding: 30px 20px;
		padding-top: 0;
		margin-bottom: 30px;
	}
	.pagetitle2 .txtbox img{
		height: 13vw;
	}
	.morewrap{
		gap: 15px 20px;
	}
	.more a{
		padding: 10px 10px;
		min-width: 210px;
	}
	.more a > div{
		gap: 10px;
	}
	.more a p{
		font-size: 14px;
	}
	.more a .icon{
		width: 22px;
	}
	.titlebox1{
		position: relative;
		padding-top: 25px;
	}
	.titlebox1::after{
		width: 40px;
	}
	.titlebox1 .title{
		margin-bottom: 10px;
	}
	.newslist .webgene-blog,.grid_4,.grid_3{
		gap: 40px 0px;
	}
	.newslist .webgene-blog .webgene-item,.grid_4 .gridbox,.grid_3 .gridbox{
		width: 100%;
	}
	.grid_4 .gridbox:nth-of-type(2),.grid_3 .gridbox:nth-of-type(2){
		animation-delay: 0s;
	}
	.grid_4 .gridbox:nth-of-type(3),.grid_3 .gridbox:nth-of-type(3){
		animation-delay: 0s;
	}
	.grid_4 .gridbox:nth-of-type(4){
		animation-delay: 0s;
	}
	.stepwrap .gridbox{
		padding: 0 20px 30px;
	}
	.stepwrap .gridbox img{
		width: 45%;
	}
	.bottom_links{
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		gap: 10px;
	}
	.bottom_links .box{
		position: relative;
		width: 100%;
		aspect-ratio: 1.5 / 1;
		overflow: hidden;
		animation-duration: 2.0s!important;
	}
	.bottom_links .box:nth-of-type(2){
		animation-delay: 0s;
	}
	.bottom_links .box:nth-of-type(3){
		animation-delay: 0s;
	}
	
	.link_bt_wrap{
		gap: 20px;
		padding: 0 20px 30px;
	}
	.link_bt_wrap p{
		text-align: left;
	}
	
	.flowbox .box{
		justify-content: flex-end;
	}
	.flowbox .box .num{
		order: 1;
		width: 36px;
	}
	.flowbox .box .imgbox{
		order: 2;
		margin-left: 10%;
		width: calc(90% - 36px);
	}
	.flowbox .box .txtbox{
		order: 3;
		width: calc(90% - 36px);
		padding: 0;
		margin-top: 20px;
	}
	.flowbox .box:not(:last-of-type)::after{
		left: 18px;
	}
	.pricewrap{
		padding: 20px;
	}
	.pricewrap > .box{
		padding: 10px 0;
		padding-left: 30px;
		border-bottom: 1px solid #D8D8D8;
		position: relative;
		justify-content: space-between;
		gap: 20px;
	}
	.pricewrap > .box::after{
		content: "";
		position: absolute;
		top: 50%;
		left: 15px;
		width: 6px;
		aspect-ratio: 1 / 1;
		border-radius: 50%;
		background-color: #222222;
		transform: translateX(-50%);
	}
	.caselist{
		gap: 40px 0px;
	}
	.caselist .box{
		width: 100%;
	}

	.snsbox a i{
		font-size: 20px;
	}
/* ---------- header ---------- */
	.header{
		padding: 10px 15px;
	}
	.header .head_menu{
		width: 60px;
		height: 60px;
		border-radius: 50%;
	}
	.header .head_menu .ul{
		display: none;
	}
	.header .head_menu .menu-bt .line{
		width: 26px;
		height: 20px;
	}
	.menu-wrap .ul{
		width: 90%;
		gap: 30px 15px;
		overflow: auto;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 2 - 15px / 2);
	}
/* ---------- footer ---------- */
	.footer .footer_top{
		padding-top: 15vw;
		padding-bottom: 15vw;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
