@charset "utf-8";

.Index-title-wrap{
	height: 200vh; /* ここを増やせばサイズ可変後のスクロール時間を延ばせる */
/* このタグの次の要素をマイナスマージンにすることでstickyとの余白を調整できる */
}
.title-big_end{
	opacity: 0;
	visibility: hidden;
	height: 0;
}
.Index-title-wrap__inner{
	height: 100vh;
	top: 0;
	position: sticky;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.Index-title{
	font-family: var(--en);
	font-size: 6.7rem;
	margin-bottom: 1.5rem;
	line-height: 1;
	display: block;
	text-align: center;
	transform: scale(3);
}
.Index__text{
	font-family: var(--en);
	margin-bottom: 12.5rem;
	font-size: 2.1rem;
	line-height: calc(2.6 / 2.1);
	text-align: center;
	color: #7f7f7f;
	/* position: absolute;
	left: 0;
	right: 0;
	bottom: 0; */
	display: flex;
    align-items: center;
    justify-content: center;
}
.Index-more{
	text-align: center;
}
.Index-more a{
	font-family: var(--jp2);
	font-size: 1.8rem;
	line-height: 1;
	padding-left: 4.2rem;
	padding-right: 4.2rem;
	padding-bottom: 1rem;
	display: inline-block;
	position: relative;
}
.Index-more a::after{
	border-bottom: .1rem solid var(--blackcolor);
	border-right: .1rem solid var(--blackcolor);
	content: "";
	display: block;
	width: 100%;
	height: .8rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	transform: skewX(45deg);
	transform-origin: bottom right;
}
.Index-more.-en a{
	font-family: var(--en);
	font-size: 1.9rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Index-title{
		font-size: 8rem;
		margin-bottom: 3.5rem;
		transform: scale(1.7);
		letter-spacing: -.075em;
	}
	.Index__text{
		line-height: var(--line-height);
		margin-bottom: 12.5rem;
		font-size: 2.8rem;
	}
	.Index-more a{
		font-size: 2.8rem;
		padding-left: 4.5rem;
		padding-right: 4.5rem;
		padding-bottom: 2.5rem;
	}
	.Index-more a::after{
		border-width: 1px;
		height: 1.5rem;
	}
	.Index-more.-en a{
		font-size: 2.8rem;
	}

}



/*-------------------------------
	メインビジュアル
-------------------------------*/

.Mainvisual{
	width: 100%;
	position: relative;
}
.Mainvisual__inner{
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Mainvisual___title{
	font-family: var(--jp2);
	font-size: 5rem;
	padding-left: 10rem;
	line-height: calc(8.75 / 5);
	letter-spacing: .05em;
	color: #fff;
}
.Mainvisual__logo{
	/* width: 31rem; */
	transition: var(--transition);
	width: 21.5vw;
	position: relative;
    right: 15vw;
    top: 14.5vw;
	transform: scale(1);
	mix-blend-mode: overlay;
	align-self: flex-start;
	animation: spin 5s linear infinite;
}
/* .Mainvisual__logo.on{
	transform: scale(1);
	animation: spin 4.5s cubic-bezier(0.68, 0.55, 0.27, 1.55) infinite;
	animation: spin 2.5s linear infinite;
} */
@keyframes spin{
    0%{
		transform: scale(1) rotate(0deg);
	}
    100%{
		transform: scale(1) rotate(360deg);
	}
}
.Mainvisual__logo img{
	width: 100%;
}
.Mainvisual__image{
	width: 100%;
}
.Mainvisual__image img{
	width: 100%;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){
	
	.Mainvisual___title{
		font-size: 4rem;
		padding-left: 0;
	}

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

		
	.Mainvisual___title{
		font-size: 3.5rem;
		padding-left: 0;
	}
	.Mainvisual__logo{
		right: 12.5vw;
		top: 12.5vw;
	}

}



/*-------------------------------
	MESSAGE
-------------------------------*/

.Message__logo{
	width: 35rem;
	margin-bottom: 8.5rem;
	margin-left: auto;
	margin-right: auto;
}
.Message__logo img{
	width: 100%;
}
.Message__title{
	font-family: var(--jp2);
	font-size: 4rem;
	margin-bottom: 5.8rem;
	line-height: calc(7 / 4);
	letter-spacing: .1em;
	font-weight: 600;
	text-align: center;
}
.Message__text{
	font-family: var(--jp2);
	font-size: 2.4rem;
	margin-bottom: 6.2rem;
	line-height: calc(4.8 / 2.4);
	font-weight: 600;
	letter-spacing: .05em;
	text-align: center;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

}



/*-------------------------------
	NEWS
-------------------------------*/

.News{
	padding-bottom: 0;
	background: #ebf0f3;
}
.News-obj{
	width: 100%;
}
.News__title{
	font-family: var(--en);
	font-size: 9rem;
	margin-bottom: 11rem;
	line-height: 1;
	text-align: center;
}
.News__title span{
	padding-left: 4rem;
	padding-right: 4rem;
	line-height: 1;
	display: inline-block;
	text-align: center;
	position: relative;
}
.News__title span::after{
	background: var(--maincolor);
	content: "";
	display: block;
	width: 100%;
	height: .1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}
.News__body{
	padding: 4.5rem 10rem 5rem;
	border-radius: 1rem;
	background: #fff;
}
.C-News-block-wrap{
	display: none;
}
.C-News-block-wrap.-current{
	display: block;
}
.News__more{
	margin-top: 4.2rem;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.News__title{
		font-size: 7rem;
		margin-bottom: 7.5rem;
	}
	.News__title span{
		padding-left: 5rem;
		padding-right: 5rem;
	}
	.News__title span::after{
		height: 1px;
	}
	.News__body{
		padding: 5rem;
	}
	.News__more{
		margin-top: 5rem;
	}

}



/*-------------------------------
	SERVICE
-------------------------------*/

.Service{
	background: #ebf0f3;
}
.Service__text{
	transition: var(--transition);
	opacity: 0;
	transform: translateY(1em);
	margin-top: -45vh;
}
.Service__text.on{
	opacity: 1;
	transform: translateY(0);
}
.Service__subtitle{
	margin-bottom: 8rem;
}
.Service-block__header{
	width: 100%;
	height: 40rem;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Service-block__title{
	color: #fff;
}
.Service-block__title-en{
	font-family: var(--en);
	font-size: 2.4rem;
	line-height: 1;
	margin-bottom: .5rem;
	display: block;
	text-align: center;
}
.Service-block__title-jp{
	font-family: var(--jp2);
	font-size: 4.7rem;
	letter-spacing: .1em;
	font-weight: 600;
	line-height: 1;
	display: block;
	text-align: center;
}
.Service-block__inner{
	padding-top: 7.5rem;
	padding-bottom: 9rem;
	background: #ebf0f3;
}
.Service-block-top{
	width: 100%;
	margin-bottom: 4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.Service-block-top__image{
	width: 36rem;
	position: relative;
}
.Service-block-top__image::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	border-radius: .5rem;
	background: #bae5e5;
	position: absolute;
	left: .6rem;
	top: 1.2rem;
}
.Service-block-top__image > span{
	display: block;
}
.Service-block-top__image img{
	width: 100%;
	border-radius: .5rem;
}
.Service-block-top__content{
	width: calc(100% - 36rem);
	padding-left: 4.8rem;
}
.Service-block-top__title{
	font-family: var(--jp2);
	font-size: 3rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
	line-height: calc(5.25 / 3);
}
.Service-block-top__text{
	font-size: 1.9rem;
	line-height: calc(3.3 / 1.9);
}
.Service-block-top__text:not(:last-child){
	margin-bottom: 2.5rem;
}
.Service-block__list{
	width: 100%;
	margin-bottom: 4rem;
	display: flex;
	gap: 2.8rem 4rem;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Service-block__list-item{
	border: .2rem solid var(--blackcolor);
	font-family: var(--jp2);
	width: calc((100% - (4rem * 2)) / 3);
	height: 10.5rem;
	border-radius: .5rem;
	font-size: 2.7rem;
	font-weight: 600;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.Service-block-bottom__text{
	font-size: 2rem;
	line-height: calc(3.5 / 2);
}
.Service-block-bottom__text:not(:last-child){
	margin-bottom: 2.5rem;
}

/*----- システム開発 */
.Service-block.-system .Service-block__header{
	background-image: url(../images/index/bg_service-system.jpg);
    background-image: image-set(url(../images/index/bg_service-system.jpg) 1x, url(../images/index/bg_service-system@2x.jpg) 2x);
}

/*----- アプリ開発 */
.Service-block.-application .Service-block__header{
	background-image: url(../images/index/bg_service-application.jpg);
    background-image: image-set(url(../images/index/bg_service-application.jpg) 1x, url(../images/index/bg_service-application@2x.jpg) 2x);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Service__text{
		margin-top: -47.5vh;
	}
	.Service-block__header{
		width: 100%;
		height: 40rem;
		background-size: cover;
		background-position: center center;
		background-repeat: no-repeat;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.Service-block__title{
		color: #fff;
	}
	.Service-block__title-en{
		font-family: var(--en);
		font-size: 2.4rem;
		line-height: 1;
		margin-bottom: .5rem;
		display: block;
		text-align: center;
	}
	.Service-block__title-jp{
		font-family: var(--jp2);
		font-size: 4.7rem;
		letter-spacing: .1em;
		font-weight: 600;
		line-height: 1;
		display: block;
		text-align: center;
	}
	.Service-block__inner{
		padding-top: 7.5rem;
		padding-bottom: 9rem;
		background: #ebf0f3;
	}
	.Service-block-top{
		margin-bottom: 5rem;
		flex-direction: column;
	}
	.Service-block-top__image{
		width: 75%;
		margin-bottom: 5rem;
	}
	.Service-block-top__image::before{
		left: 1rem;
		top: 1.5rem;
	}
	.Service-block-top__content{
		width: 100%;
		padding-left: 0;
	}
	.Service-block-top__title{
		font-size: 4rem;
		margin-bottom: 3.5rem;
		line-height: 1.5;
	}
	.Service-block-top__text{
		line-height: var(--line-height);
		font-size: 2.8rem;
	}
	.Service-block-top__text:not(:last-child){
		margin-bottom: 2.5rem;
	}
	.Service-block__list{
		margin-bottom: 5rem;
		gap: 3rem;
	}
	.Service-block__list-item{
		line-height: var(--line-height);
		border-width: 1px;
		width: calc((100% - (3rem * 1)) / 2);
		height: 15rem;
		font-size: 2.8rem;
		padding: 1.5rem;
		text-align: center;
	}
	.Service-block-bottom__text{
		line-height: var(--line-height);
		font-size: 2.8rem;
		padding: 0;
	}
	.Service-block-bottom__text:not(:last-child){
		margin-bottom: 3.5rem;
	}

}



/*-------------------------------
	CAPABILITIES
-------------------------------*/

.Capabilities{
	padding-bottom: 6rem;
}
.Capabilities__text{
	transition: var(--transition);
	opacity: 0;
	transform: translateY(1em);
	margin-top: -45vh;
}
.Capabilities__text.on{
	opacity: 1;
	transform: translateY(0);
}
.Capabilities-block-wrap{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Capabilities-block{
	width: calc((100% - 6rem) / 2);
}
.Capabilities-block:not(:nth-last-of-type(-n+2)){
	margin-bottom: 7rem;
}
.Capabilities-block__image{
	width: 100%;
	margin-bottom: 2.5rem;
}
.Capabilities-block__image img{
	width: 100%;
}
.Capabilities-block__title{
	border-bottom: 1px dotted var(--maincolor);
	font-family: var(--jp2);
	font-size: 2.1rem;
	padding-bottom: 1.2rem;
	margin-bottom: 1.4rem;
	line-height: calc(3.7 / 2.1);
	font-weight: 600; 
}
.Capabilities-block__text{
	font-size: 1.6rem;
	line-height: calc(2.8 / 1.6);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Capabilities{
		padding-bottom: var(--padding-topbottom);
	}
	.Capabilities__text{
		margin-top: -47.5vh;
	}
	.Capabilities-block{
		width: calc((100% - 3rem) / 2);
	}
	.Capabilities-block:not(:nth-last-of-type(-n+2)){
		margin-bottom: 5.5rem;
	}
	.Capabilities-block__title{
        width: 100%;
        font-size: 3.2rem;
        padding-bottom: 2.5rem;
        margin-bottom: 3.5rem;
        line-height: 1.5;
	}
	.Capabilities-block__title.-line3-sp{
		width: 100%;
		height: calc(3em * 1.5);
		display: flex;
		align-items: center;
		justify-content: flex-start;
	}
	.Capabilities-block__text{
        line-height: var(--line-height);
        font-size: 2.8rem;
	}

}



/*-------------------------------
	QUESTION
-------------------------------*/

.Question{
	padding-top: 0;
	padding-bottom: 0;
}
.Question-top{
	padding-top: 6.5rem;
	padding-bottom: 9.5rem;
	background: #ebf0f3;
}
.Question-top__title{
	font-family: var(--jp2);
	font-size: 5rem;
	margin-bottom: 6rem;
	line-height: 1;
	font-weight: 600;
	text-align: center;
}
.Question-top__list{
	width: 100%;
	padding: 4.5rem 4.5rem 5rem;
	border-radius: .5rem;
	background: #fff;
	row-gap: 2.5rem;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}
.Question-top__list::after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 4.3rem solid transparent;
	border-left: 4.3rem solid transparent;
	border-top: 3.6rem solid #fff;
	border-bottom: 0;
	position: absolute;
	left: 50%;
	right: 50%;
	bottom: 0;
	transform: translate(-50%,100%);
}
.Question-top__list-item{
	width: 50%;
	font-size: 2.1rem;
	line-height: calc(3.7 / 2.1);
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Question-top__list-item::before{
	content: "";
	display: block;
	width: 6rem;
	height: 4.4rem;
	background-image: url(../images/index/icon_question-check.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.Question-top__list-item span{
	width: calc(100% - 6rem);
	padding-left: .8rem;
	line-height: calc(3.7 / 2.1);
	display: block;
}
.Question-bottom{
	padding-top: 15rem;
	padding-bottom: 15rem;
	background-image: url(../images/index/bg_question-bottom.jpg);
    background-image: image-set(url(../images/index/bg_question-bottom.jpg) 1x, url(../images/index/bg_question-bottom@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.Question-bottom__title{
	font-family: var(--jp2);
	font-size: 3.2rem;
	margin-bottom: 2.5rem;
	line-height: calc(5.5 / 3.2);
	font-weight: 600;
	color: #fff;
	text-align: center;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Question-top{
		padding-top: var(--padding-topbottom);
		padding-bottom: var(--padding-topbottom);
	}
	.Question-top__title{
		font-size: 5rem;
		margin-bottom: 5rem;
		line-height: 1.35;
	}
	.Question-top__list{
		padding: 5rem;
	}
	.Question-top__list-item{
		width: 100%;
		font-size: 2.8rem;
		line-height: var(--line-height);
	}
	.Question-top__list-item span{
		line-height: var(--line-height);
		width: calc(100% - 6rem);
		padding-left: 2.5rem;
	}
	.Question-bottom{
		padding-top: var(--padding-topbottom);
		padding-bottom: var(--padding-topbottom);
	}
	.Question-bottom__title{
		font-size: 4rem;
		margin-bottom: 3.5rem;
	}

}



/*-------------------------------
	WORKS
-------------------------------*/

.Works__title{
	margin-bottom: 0;
}
.Works__text{
	visibility: hidden;
	height: 0;
}
.Works-slider{
	margin-top: -30vh;
	padding-bottom: 7rem;
}
.Works-slider-block{
	width: 39.2rem;
	margin-left: 4rem;
}
.Works-slider-block__image{
	width: 100%;
}
.Works-slider-block__image a{
	opacity: 1 !important;
	display: block;
}
.Works-slider-block__image img{
	transition: var(--transition);
	width: 100%;
	height: 62.5rem;
	object-fit: cover;
}
.Works-slider-block__body{
	padding-top: 1.48rem;
}
.Works-slider-block__data{
	width: 100%;
	margin-bottom: .5rem;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Works-slider-block__data-text{
	font-size: 1.8rem;
	padding-right: .6rem;
	line-height: 1;
	position: relative;
}
.Works-slider-block__data-text::after{
	background: var(--blackcolor);
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
.Works-slider-block__data-pref{
	font-size: 1.8rem;
	padding-left: .6rem;
	line-height: 1;
}
.Works-slider-block__sub{
	font-size: 1.8rem;
	line-height: 1;
}
.Works-slider-block__category{
	margin-top: 1rem;
	width: 100%;
	display: flex;
	gap: .6rem;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.Works-slider-block__category-item{
	display: inline-block;
}
.Works-slider-block__category-item span{
	border: 1px solid var(--blackcolor);
	font-size: 1rem;
	border-radius: 10rem;
	padding: .2rem .6rem;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.Works-slider-block__category-item span::before{
	color: var(--subcolor);
	content: "#";
	line-height: 1;
	display: block;
}

.Works-slider-block__image a:hover img{
	transform: scale(1.1);
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Works-slider{
		padding-bottom: 7.5rem;
		margin-top: -45vh;
	}
	.Works-slider-block{
		width: 35rem;
		margin-left: 3.5rem;
	}
	.Works-slider-block__image img{
		height: 45rem;
	}
	.Works-slider-block__body{
		padding-top: 2.5rem;
	}
	.Works-slider-block__data{
		margin-bottom: 2.5rem;
	}
	.Works-slider-block__data-text{
		font-size: 2.4rem;
		padding-right: 1.5rem;
	}
	.Works-slider-block__data-pref{
		font-size: 2.4rem;
		padding-left: 1.5rem;
	}
	.Works-slider-block__sub{
		font-size: 2.8rem;
	}
	.Works-slider-block__category{
		margin-top: 3.5rem;
		gap: 1.5rem;
	}
	.Works-slider-block__category-item span{
		font-size: 2rem;
		padding: .5rem 1.5rem;
	}

}



/*-------------------------------
	LAST MESSAGE
-------------------------------*/

.Lastmessage{
	padding-top: 18rem;
	position: relative;
}
.Lastmessage:last-child{
	padding-bottom: 15rem;
}
.Lastmessage::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/index/bg_lastmessage-japan.png);
    background-image: image-set(url(../images/index/bg_lastmessage-japan.png) 1x, url(../images/index/bg_lastmessage-japan@2x.png) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.Lastmessage{
	background-image: url(../images/index/bg_lastmessage.jpg);
    background-image: image-set(url(../images/index/bg_lastmessage.jpg) 1x, url(../images/index/bg_lastmessage@2x.jpg) 2x);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.Lastmessage__title{
	font-family: var(--jp2);
	font-size: 6rem;
	margin-bottom: 1.5rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: calc(10.5 / 6);
	text-align: center;
	color: #fff;
}
.Lastmessage__text{
	font-family: var(--jp2);
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: .1em;
	line-height: calc(5 / 2.8);
	text-align: center;
	color: #fff;
}

@media screen and (min-width:769px) , print{

}
@media screen and (max-width:1240px) and (min-width: 769px){

}
@media screen and (max-width:960px) and (min-width: 769px){

}
@media screen and (max-width:768px){

	.Lastmessage{
		padding-top: 15rem;
	}
	.Lastmessage::before{
		background-position: center right;
	}
	.Lastmessage__title{
		font-size: 5rem;
		margin-bottom: 3.5rem;
		line-height: 1.35;
	}
	.Lastmessage__text{
		font-size: 2.8rem;
		text-align: left;
	}

}