@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');
/* CSS Document */
html{
}
body{
	font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	background-color: #fff;
	color: #000000;
}

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-medium{font-weight: 500;}
.font-semibold{font-weight: 600;}
.font-black{font-weight: 900;}


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

.font-serif{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.font-eb{
	font-family: "EB Garamond", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}

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

.default_title{
	font-size: 28px;
	font-weight: 600;
}
/* ---------- common ---------- */
.main-wrap{
	background-color: #E7E8E4;
	background-image: url("https://ab-technos.com/system_panel/uploads/images/bg_img1.png");
	background-position: top center;
	background-repeat: repeat-y;
	background-size: 100% auto;
}

.pagetitle2{
	position: relative;
	background-color: #222222;
	background-position: top center!important;
	padding-top: 150px;
	padding-bottom: 80px;
}
.pagetitle2::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #fff;
	width: 1px;
	height: 30px;
}

.more a,.more > div{
	border-radius: 200px;
	padding: 15px 30px;
	min-width: 210px;
	background-color: #1C1C1C;
}
.more a > .flex,.more > div > .flex{
	justify-content: space-around;
}
.more a > .flex p,.more > div > .flex p{
	color: #fff;
}
.more a img,.more > div img{
	width: 8px;
	transition: ease 0.3s;
}
.more a:hover img,.more > div:hover img{
	transform: translateX(2px);
}

.more2 a,.more2 > div{background-color: #7745A7;}
.side_baner{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
}

.works_pickup{
	position: relative;
}
body.on .works_pickup::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1C1C1C;
	opacity: 0.7;
	mix-blend-mode: multiply;
}
.works_pickup .contents{
	position: relative;
	z-index: 3;
}
.works_pickup .contents .titlebox{
	width: 270px;
}
.works_pickup .contents .boxwrap{
	width: calc(100% - 270px);
	gap: 15px;
}
.works_pickup .contents .boxwrap .box{
	width: calc(100% / 3 - 30px / 3);
}
.works_pickup .contents .boxwrap .box .imgbox a{
	display: block;
}
.works_pickup .contents .boxwrap .box .cate_txt{
	display: inline-block;
	padding: 6px 15px;
	border-radius: 100px;
	background-color: #fff;
	font-size: 13px;
}

.side_baner a{
	width: 60px;
	background-color: #1C1C1C;
	padding: 20px;
}
.side_baner a p{
	color: #fff;
	line-height: 1;
	font-weight: 500;
}
.side_baner .contact_banner{
	border-bottom: 1px solid #fff;
}
.side_baner .contact_banner img{
	margin-bottom: 8px;
}
/* ---------- header ---------- */
.header{
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	justify-content: flex-end;
	padding-right: 50px;
	transition: ease 0.3s;
}
.header.scon{
	background-color: rgba(0,0,0,0.8);
}
.header .logo{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	line-height: 1;
}
.header h1{
	font-size: clamp(20px,4vw,36px);
	font-weight: 600;
	z-index: 6;
	color: #fff;
	white-space: nowrap;
}

.menu-bt{
	padding: 10px;
	cursor: pointer;
}
.menu-bt .line{
	position: relative;
	width: 34px;
	height: 30px;
}
.menu-bt .line > div{
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: ease 0.3s;
}
.menu-bt .line > div:nth-of-type(1){
	top: 0;
	left: 0;
}
.menu-bt .line > div:nth-of-type(2){
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.menu-bt .line > div:nth-of-type(3){
	bottom: 0;
	left: 0;
}
.menu-bt.active .line > div:nth-of-type(1){
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.menu-bt.active .line > div:nth-of-type(2){
	top: 50%;
	left: 0;
	transform: translateY(-50%) translateX(50%);
	opacity: 0;
}
.menu-bt.active .line > div:nth-of-type(3){
	bottom: 50%;
	left: 50%;
	transform: translate(-50%,50%) rotate(-45deg);
}
.menu-wrap{
	display: none;
	position: fixed;
	z-index: 998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://ab-technos.com/system_panel/uploads/images/bg_img1.png");
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.menu-wrap::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 0.9;
	background-color: #000;
}
.menu-wrap > div{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	overflow: auto;
}
.menu-wrap .ul{
	gap: 80px 40px;
	justify-content: center;
	align-items: flex-start;
	max-width: 1280px;
}
.menu-wrap .ul .li{
	width: calc(100% / 3 - 80px / 3);
	text-align: center;
}
.menu-wrap .ul .li{
	opacity: 0;
	transform: translateY(10px);
	text-align: center;
}
.menu-wrap.active .ul .li{
	animation-name: bottomin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.menu-wrap .ul .li:nth-of-type(1){
}
.menu-wrap .ul .li:nth-of-type(2){
	animation-delay: 0.1s;
}
.menu-wrap .ul .li:nth-of-type(3){
	animation-delay: 0.2s;
}
.menu-wrap .ul .li:nth-of-type(4){
	animation-delay: 0.3s;
}
.menu-wrap .ul .li:nth-of-type(5){
	animation-delay: 0.4s;
}
.menu-wrap .ul .li:nth-of-type(6){
	animation-delay: 0.5s;
}
.menu-wrap .ul .li:nth-of-type(7){
	animation-delay: 0.6s;
}
.menu-wrap .ul .li:nth-of-type(8){
	animation-delay: 0.7s;
}
.menu-wrap .ul .li:nth-of-type(9){
	animation-delay: 0.8s;
}
.menu-wrap .ul .li:nth-of-type(10){
	animation-delay: 0.9s;
}
.menu-wrap .ul .li:nth-of-type(11){
	animation-delay: 1.0s;
}
.menu-wrap .ul .li:nth-of-type(12){
	animation-delay: 1.1s;
}
.menu-wrap .ul .li a{
	text-align: left;
}
.menu-wrap .ul .li a p{
	color: #fff;
	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;
}
.menu-wrap .ul .li a .en{
	font-family: "Jost", "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
.menu-wrap .ul .li a .jp{
	font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
	font-weight: 700;
	font-size: 18px;
}

/* ---------- footer ---------- */
.footer{
	background-color: #1C1C1C;
}
.footer p{color: #fff;}

.footer .footer_contact{
	border-bottom: 1px solid #333333;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
.footer .footer_contact .rightbox{
	background-color: #fff;
	padding: 50px;
	gap: 50px;
}
.footer .footer_contact .rightbox .title{
	gap: 15px;
}
.footer .footer_contact .rightbox .title img{
	width: 20px;
}
.footer .footer_contact .rightbox .title p{color: #1C1C1C;}


.footer .footer_bottom{
	gap: 40px;
}
.footer .footer_bottom .leftbox .logo p{
	font-size: clamp(20px,4vw,36px);
	font-weight: 600;
	z-index: 6;
	color: #fff;
	white-space: nowrap;
}
.footer .footer_bottom .snsbox .flex{
	gap: 10px;
}
.footer .footer_bottom .snsbox img{
	width: 20px;
}
.footer .footer_bottom .rightbox .ul .li:not(:last-of-type){
	margin-bottom: 20px;
}
.footer .footer_bottom .copyright{
	width: 100%;
	opacity: 0.6;
}
/* ANIME */
.sc-anime.topin.on{
	opacity:0;
	transform: translateY(-50px);
}
.sc-anime.topin.on.active{
	animation-name: topin;
	animation-duration: 1.2s;
	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.2s;
	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.2s;
	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.2s;
	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.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin.on{
	opacity:0;
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin.on.active{
	animation-name: blurin;
	animation-duration: 1.2s;
	animation-timing-function: ease;
	animation-fill-mode: forwards;
}
.sc-anime.blurin2.on{
	opacity:0;
	transform: translateY(50px);
	-ms-filter: blur(6px);
	filter: blur(6px);
}
.sc-anime.blurin2.on.active{
	animation-name: blurin2;
	animation-duration: 1.2s;
	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(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		-ms-filter: blur(0px);
		filter: blur(0px);
	}
}
@keyframes blurin2 {
	0% {
		opacity: 0;
		transform: translateY(50px);
		-ms-filter: blur(6px);
		filter: blur(6px);
	}
	100% {
		opacity:1;
		transform: translateY(0px);
		-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: #F1F1E9}
.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: #F1F1E9}
.bg-color3{background-color: #021745}
.bg-color4{background-color: #EBF5E5}
.border-color1{border-color: #FFE93C}
.border-color2{border-color: #F1F1E9}
.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: #F1F1E9}
.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: #F1F1E9}
.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: #F1F1E9}
.hvr-border-color3:hover{border-color: #021745}
.hvr-border-color4:hover{border-color: #EBF5E5}

/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}

/* ---------- 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;
	}
/* ---------- common ---------- */
	.pagetitle2{
		padding-top: 130px;
		padding-bottom: 60px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){
	.default_title{
		font-size: 26px;
	}
/* ---------- common ---------- */
	.works_pickup .contents .titlebox{
		width: 100%;
	}
	.works_pickup .contents .boxwrap{
		width: 100%;
		gap: 15px;
	}
/* ---------- header ---------- */
/* ---------- footer ---------- */
	.footer .footer_contact .leftbox{
		text-align: center;
		margin-bottom: 30px;
		width: 100%;
	}
}
/* ---------- 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: 24px;
	}
/* ---------- common ---------- */
	.pagetitle2{
		padding-top: 110px;
		padding-bottom: 60px;
	}
	.side_baner a{
		width: 50px;
		padding: 15px;
	}
	.works_pickup .contents .boxwrap{
		gap: 10px;
	}
	.works_pickup .contents .boxwrap .box{
		width: calc(100% / 3 - 20px / 3);
	}
/* ---------- header ---------- */
	.header{
		padding-right: 30px;
		height: 80px;
	}
	.menu-wrap .ul{
		width: 90%;
	}
/* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 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: 20px;
	}
/* ---------- common ---------- */
	.pagetitle2{
		padding-top: 80px;
		padding-bottom: 50px;
		background-position: top left!important;
	}
	.pagetitle2::after{
		height: 20px;
	}
	.works_pickup .contents .boxwrap{
		gap: 30px;
	}
	.works_pickup .contents .boxwrap .box{
		width: 100%;
	}
	.works_pickup .contents .boxwrap .box .cate_txt{
		font-size: 12px;
		padding: 4px 10px;
	}
	.side_baner{
		display: none;
	}
/* ---------- header ---------- */
	.header{
		padding-right: 10px;
		height: 60px;
	}
	.menu-bt .line{
		width: 24px;
		height: 20px;
	}
	.menu-wrap .ul{
		gap: 50px 20px;
		justify-content: center;
		align-items: flex-start;
		max-width: 1280px;
	}
	.menu-wrap .ul .li{
		width: calc(100% / 2 - 20px / 2);
		text-align: center;
	}
	.menu-wrap .ul .li a .en{
		font-size: 20px;
	}
	.menu-wrap .ul .li a .jp{
		font-size: 16px;
	}
	
/* ---------- footer ---------- */
	.footer{
		padding-bottom: 30px;
	}
	.footer .footer_contact .rightbox{
		gap: 20px;
		padding: 30px 20px;
	}
	.footer .footer_contact{
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}
