@charset "UTF-8";

/* ------------------------------------------------
     MV               
--------------------------------------------------- */
.mv-slider,
.mv-slider .slide {
	height: 660px;
}

.slide01 {
	background: url("../../img/top/mv_01.jpg?v=260602") center/cover no-repeat;
	position: relative
}
.slide01::before{
	position: absolute;
	content:'©︎Kazushige Yamamoto';
	color:var(--col-black);
	bottom:0.5em;
	left:1em;
	font-size:1.0rem;
	line-height: 1;
	z-index: 2
}
.slide02 {
	background: url("../../img/top/mv_02.jpg?v=260602") center bottom/cover no-repeat;
}
.slide03 {
	background: url("../../img/top/mv_03.jpg?v=260602") center/cover no-repeat;
}

.section.mv{
	position: relative;
	overflow: hidden;
/*	background-image: url("../../img/top/mv_01.jpg?v=260515");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden
*/}

.section.mv::after{
	position: absolute;
	content:'';
	width:11.8vw;
	height:11.8vw;
	background-image: url("../../img/top/mv-cover.svg");
	background-size: contain;
	background-position: right bottom;
	bottom:-0.1vw;
	right:-0.1vw;
}

.section.mv .cont-inn{
	position: absolute;
	top:0;
	left:0;
	right:0;
	margin: auto;
	z-index: 2;
	padding: 280px 0 70px;
}

.mv-wrap{
	border-left:1px solid var(--col-white);
	color:var(--col-white);
	padding: 10px 40px
}

.mv-wrap .mv-copy{
	font-size:6.2rem;
	line-height: 1.4;
	font-weight: 600;
	text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.6);
}
.mv-wrap .page-ttl{
	background:  var(--col-white);
	color:var(--col_txt-gray);
	display: inline-block;
	font-size:2.0rem;
	font-weight: 400;
	line-height: 1;
	padding: 0.4em 1em;
	margin: 2em 0 0.5em;
}
.mv-wrap .since-txt{
	font-size:1.9rem;
	padding: 0 1.2em;
	text-shadow: 0px 0px 0.2em rgba(0, 0, 0, 0.4);
}



@media (max-width: 768px) {
   .section.mv::after{
		width:20vw;
		height:20vw;
	}

	.section.mv .cont-inn{
		padding: 50vw 0 5vw
	}

	.mv-wrap{
		padding: 4vw 
	}

	.mv-wrap .mv-copy{
		font-size:11vw;
	}
	.mv-wrap .page-ttl{
		font-size:4vw;
		padding: 0.4em 1em;
		margin: 1em 0 0.5em
	}
	.mv-wrap .since-txt{
		font-size:1.9rem;
		padding: 0 1.2em
	}
	.slide01::before{
		font-size:1.8vw
	}
 
}


/* ------------------------------------------------
     ABOUT               
--------------------------------------------------- */
.section.about{
	padding: 80px 0
}
.section.about .top-wrap{
	position: relative;
}
.section.about .top-wrap::after{
	position: absolute;
	content:'';
	width:55%;
	height:100%;
	bottom:0;
	right:-5%;
	background-position: right bottom;
	background-image: url("../../img/top/about_01.png");
	background-repeat: no-repeat;
	background-size: contain;
	z-index: -1
}

.about .sec-txt{
	margin-bottom: 50px;
}
.about .sec-txt span{
	background: var(--col-white)
}

/*------member------*/
.member-wrap{
	margin-top: 140px;
	position: relative;
	border-top:1px solid var(--col-white)
}
.member-wrap::before{
	position: absolute;
	content:'';
	width:96%;
	height:88%;
	left:0;
	top:0;
	background: var(--grad-main);
	border-top-right-radius: 80px;
	border-bottom-right-radius:80px
}
.member-wrap .cont-inn-s{
	margin-top: -20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap:40px 0
}
.member-wrap .cont-inn-s .sub-ttl{
	width:100%;
}
.member-wrap .member-list{
	width:60%;
	min-width: 600px;
	display: flex;
	padding-right: 30px;
	gap:30px
}
.member-item .item-img{
	border-radius:var(--radius-100);
	overflow: hidden
}
.member-item .item-name{
	width:calc(100% - 20px);
	margin: -20px auto auto;
	font-size:1.4rem;
	padding: 40px 20px;
	border-left:1px solid var(--col-black);
	position: relative;
	z-index: 2
}
.member-wrap .txt-box{
	min-width:300px;
	max-width: 415px;
	margin: 0 0 0 auto;
	font-size:1.8rem;
}
.member-wrap .txt-box .btn{
	margin-top: 40px
}

@media (max-width: 768px) {
	  .section.about{
		padding: 10vw 0
	}
	.section.about .top-wrap::after{
		position: absolute;
		content:'';
		width:90%;
		height:100%;
		bottom:18vw;
		right:-5%;
	}

	.about .sec-txt{
		margin-bottom: 62vw
	}

/*------member------*/
	.member-wrap{
		margin-top: 16vw;
	}
	.member-wrap::before{
		position: absolute;
		content:'';
		width:96%;
		height:55%;
		left:0;
		top:0;
		background: var(--grad-main);
		border-top-right-radius: 10vw;
		border-bottom-right-radius:10vw
	}
	.member-wrap .cont-inn-s{
		margin-top: -5vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		gap:4vw 0
	}
	.member-wrap .member-list{
		width:100%;
		min-width: inherit;
		display: flex;
		padding-right: 5vw;
		gap:2vw
	}
	.member-item .item-img{
		border-radius:var(--radius-100_sp);
		overflow: hidden
	}
	.member-item .item-name{
		width:calc(100% - 2vw);
		margin: -4vw auto auto;
		font-size:2.7vw;
		padding: 6vw 0 6vw 1vw;
		border-left:1px solid var(--col-black);
		position: relative;
		z-index: 2
	}
		.member-wrap .txt-box{
			width:72vw;
			min-width:inherit;
			max-width: inherit;
			margin: 0 0 0 auto;
			font-size:3.6vw
		}
		.member-wrap .txt-box .btn{
			margin-top: 4vw
		}  
}


/* ------------------------------------------------
     VALUE               
--------------------------------------------------- */
.section.value{
	padding: 70px 0 100px
}
.value-wrap{
	position: relative;
	height: 700px;
}

.value-wrap .item-wrap{
	position: absolute;
	width:100%;
}

.value-wrap .v1{
	top:0;
}

.value-wrap .v2{
	top:400px;
}

.value-wrap .v3{
	top:500px;
}

.value-wrap .v4{
	top:600px;
}

.value-wrap .v5{
	top:700px;
}

.value-wrap .value-item{
	width:100%;
	height:360px;
	border-radius:var(--radius-180);
	padding: 50px 30px;
	margin-bottom: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	position: relative;
	color:var(--col-white);
}
.value-wrap .v1 .value-item{background-image: url("../../img/top/value_01.jpg");}
.value-wrap .v2 .value-item{background-image: url("../../img/top/value_02.jpg");}
.value-wrap .v3 .value-item{background-image: url("../../img/top/value_03.jpg");}
.value-wrap .v4 .value-item{background-image: url("../../img/top/value_04.jpg");}
.value-wrap .v5 .value-item{background-image: url("../../img/top/value_05.jpg");}


.value-item .item-num{
	position: absolute;
	content:'';
	top:1px;
	left:10px;
	background: var(--col-blue);
	width:50px;
	height:50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size:3.0rem;
	font-weight: 600;
}
.value-item .item-inner{
	text-align: center;
}
/*.value-item .item-inner span{
	display: inline-block
}*/
.value-item .item-inner .item-copy{
	font-size:3.0rem;
	font-weight: 600;
	line-height: 1.4
}
.value-item .item-inner .item-lead{
	font-size:2.0rem;
	margin-top: 1.8em;
}
@media (max-width: 1080px) {
	.value-item .item-inner .item-copy{
		font-size:2.6rem;
		font-weight: 600;
		line-height: 1.4;
		padding-left: 1em
	}
	.value-item .item-inner .item-lead{
		font-size:1.8rem;
		margin-top: 2.2em;
		line-height: 2
	}
	.value-item .item-inner span{
		display: inline-block
	}
}
@media (max-width: 768px) {
	.section.value{
		padding: 6vw 0  12vw
	}
	.value-wrap{
		position: relative;
		height: 132vw;
	}

	.value-wrap .item-wrap{
		position: absolute;
		width:100%;
	}

	.value-wrap .v1{
		top:0;
	}

	.value-wrap .v2{
		top:64vw;
	}

	.value-wrap .v3{
		top:84vw;
	}

	.value-wrap .v4{
		top:104vw;
	}

	.value-wrap .v5{
		top:124vw;
	}

	.value-wrap .value-item{
		width:100%;
		height:60vw;
		border-radius:var(--radius-120_sp);
		padding: 4vw 7vw;
		margin-bottom: 0;
	}

	.value-item .item-num{
		position: absolute;
		content:'';
		top:0;
		left:0;
		background: var(--col-blue);
		width:10vw;
		height:10vw;
		font-size:6vw;
		font-weight: 600
	}
	.value-item .item-inner{
		text-align: center
	}

	.value-item .item-inner .item-copy{
		font-size:4.4vw;
		padding:0 4vw 0 8vw
	}
	.value-item .item-inner .item-lead{
		font-size:3.2vw;
		line-height: 1.6;
		margin-top: 1.5em;
		text-align: left
	}

    
}


/* ------------------------------------------------
     SCOPE OF ACTIVITY               
--------------------------------------------------- */
.section.scope{padding-top: 100px;}
.section.scope .cont-inn-s{position: relative}
.section.scope .cont-inn-s img{width:85%;margin: 0 20px 0 auto;padding-top: 80px}
.scope-inner{
	position: absolute;
	top:0;
	left:0;
	z-index: 2;

}

/*------scroll------*/
.scroll {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	text-align: center;
	text-decoration: none;
	color: #333;
	z-index: 10;
	cursor: pointer;
}

.scroll p {
	margin: 0 0;
	font-size: 1.2rem;
	letter-spacing: .2em;
}

.scroll span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
	transform: rotate(45deg);
	animation: bounce 2.0s infinite;
}

@keyframes bounce {
	0%,100% {
		transform: rotate(45deg) translate(0,0);
	}
	50% {
		transform: rotate(45deg) translate(8px,8px);
	}
}

/*------onestop------*/
.onestop-wrap{
	margin-top: 80px;
	position: relative;
	border-top:1px solid var(--col-white);
	padding-bottom: 100px
}
.onestop-wrap::before{
	position: absolute;
	content:'';
	width:96%;
	height:100%;
	right:0;
	top:0;
	background: var(--grad-main);
	border-top-left-radius: 80px;
	border-bottom-left-radius:80px
}
.onestop-wrap .cont-inn-s{
	margin-top: -20px;
}
.onestop-wrap .cont-inn-s .sub-ttl{
	width:100%;
	margin-bottom: 60px
}
.onestop-wrap .cont-inn-s .lead-txt{
	width:100%;
	font-size:2.0rem
}

/*--onstop tab area--*/

.onestop-inner {
	margin-top: 40px;
	padding-bottom: 40px;
	display: flex;
	position: relative
}
.onestop-inner::before{
	position: absolute;
	content:'';
	width:calc(100% - 300px);
	height:100%;
	right:0;
	top:0;
	background: var(--col-white);
	border-top-left-radius: 100px;
	border-bottom-right-radius:100px
}

/* 左タブ */
.onestop-tab-wrap {
	padding-top: 70px;
	width: 350px;
	position: relative;
	z-index: 2;
	padding-left: 40px
}
.onestop-tab {
	margin-bottom: 15px;
	cursor: pointer;
	border: 2px solid var(--col-blue);
	background: var(--col-white);
	color:var(--col-blue);
	border-radius: var(--radius-40);
	transition: .3s;
	position: relative
}
.onestop-tab::before{
	position: absolute;
	content:'00';
	left:-40px;
	top:0;
	font-size:3.0rem;
	line-height: 1;
	font-weight: 600;
	color: #fff;
}
.onestop-tab:nth-child(1)::before{content:'01';}
.onestop-tab:nth-child(2)::before{content:'02';}
.onestop-tab:nth-child(3)::before{content:'03';}
.onestop-tab:nth-child(4)::before{content:'04';}
.onestop-tab:nth-child(5)::before{content:'05';}

.onestop-tab span{
	font-size:1.8rem;
	line-height: 1.2;
	font-weight: 600;
	display: block;
	padding: 20px 5px 20px 60px;
	position: relative
}

.onestop-tab span::before{
	position: absolute;
	content:'';
	width:42px;
	height:42px;
	border-radius: 50%;
	background-color: var(--col-white);
	top:0;
	bottom:0;
	left:12px;
	margin: auto;
	
	background-repeat: no-repeat;
	background-position: center;
	background-size: 75%
}
.onestop-tab:nth-child(1) span::before{background-image: url("../../img/top/scope-icon_01.svg");}
.onestop-tab:nth-child(2) span::before{background-image: url("../../img/top/scope-icon_02.svg");}
.onestop-tab:nth-child(3) span::before{background-image: url("../../img/top/scope-icon_03.svg");}
.onestop-tab:nth-child(4) span::before{background-image: url("../../img/top/scope-icon_04.svg");}
.onestop-tab:nth-child(5) span::before{background-image: url("../../img/top/scope-icon_05.svg");}

.onestop-tab.is-active {
	background: #000;
	background: var(--col-blue);
	color:var(--col-white);
}
.onestop-tab.is-active::before{
	color:var(--col-blue)
}

/* 右コンテンツ */
.onestop-content {
	flex: 1;
	padding: 40px  40px  0px  40px;
	position: relative;
	z-index: 2
}

.onestop-item {
	display: none;
}

.onestop-item.is-active {
	display: block;
}
.onestop-item .item-inner + .item-inner{
	margin-top: 40px
}
.onestop-item .item-con + .item-con{
	margin-top: 20px
}
.onestop-item .item-lead{
	font-size:1.8rem;
	margin-bottom: 1em
}

.onestop-item .item-ttl{
	font-size:2.0rem;
	font-weight: 600;
	padding-left: 50px;
	position: relative
}
.onestop-item .item-ttl::before{
	position: absolute;
	content:'';
	width:40px;
	height:70%;
	background: var(--col-blue);
	border-radius: var(--radius-20);
	left:0;
	top:15%;
	
}
.onestop-item .item-top-txt{
	font-size:1.6rem;
	font-weight: 600;
	padding: 0.5em 0
}
.onestop-item .item-txt{
	font-size:1.4rem;
}
.onestop-item .indent .item-top-txt,
.onestop-item .indent .item-txt{
	padding-left: 50px;
}


.scope .btn{
	margin: -30px auto
}

@media (max-width: 1080px) {
	.section.scope .cont-inn-s img{width:85%;margin: 0 20px 0 auto;padding-top: 200px}


	/* 左タブ */
	.onestop-tab-wrap {
		width: 230px;
	}
	.onestop-inner::before{
		width:calc(100% - 180px);
	}
	.onestop-tab span{
		font-size:1.6rem;
		line-height: 1.2;
		font-weight: 600;
		display: block;
		padding: 16px 5px 16px 60px;
		position: relative
	}

}

@media (max-width: 768px) {
	.section.scope{padding-top: 10vw}
	.section.scope .cont-inn-s img{width:100%;margin: 0;padding-top: 28vw}

/*------onestop------*/
	.onestop-wrap{
		margin-top: 16vw;
		padding-bottom: 16vw
	}
	.onestop-wrap::before{
		position: absolute;
		content:'';
		width:96%;
		height:100%;
		right:0;
		top:0;
		background: var(--grad-main);
		border-top-left-radius: 14vw;
		border-bottom-left-radius:14vw;
	}
	.onestop-wrap .cont-inn-s{
		padding-left: 5vw;
		margin-top: -5vw;
	}
	.onestop-wrap .cont-inn-s .sub-ttl{
		width:100%;
		margin-bottom:6vw
	}
	.onestop-wrap .cont-inn-s .lead-txt{
		width:100%;
		font-size:5vw
	}
	
	/*--onstop tab area--*/
	
	.onestop-inner {
		flex-direction: column;
		margin-top: 6vw;
		padding-bottom: 6vw;
	}
	.onestop-inner::before{
		width:100%;
		height:calc(100% - 36vw);
		top:36vw;
		border-top-left-radius: 16vw;
		border-bottom-right-radius:16vw;
	}


	/* タブを上に */
	.onestop-tab-wrap {
		padding-top: 6vw;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-left: 5vw
	}

	.onestop-tab {
		width: 47%;
		display: flex;
		align-items: center;
		margin-bottom: 4vw;
		height: 11vw
	}
	.onestop-tab:nth-child(odd){
		margin-top: -7vw
	}
	.onestop-tab::before{
		left:-5vw;
		font-size:4vw;
	}
	.onestop-tab span{
		font-size:3.2vw;
		padding-left: 10vw;
	}
	.onestop-tab span::before{
		position: absolute;
		content:'';
		width:7vw;
		height:7vw;
		left:2vw;
		margin: auto;
	}
	
	/* 右コンテンツ */
	.onestop-content {
		flex: 1;
		padding:2vw 4.5vw ;
		position: relative;
		z-index: 2
	}
	.onestop-item .item-inner + .item-inner{
		margin-top: 6vw
	}
	.onestop-item .item-con + .item-con{
		margin-top: 4vw
	}
	.onestop-item .item-lead{
		font-size:3.6vw;
	}

	.onestop-item .item-ttl{
		font-size:3.6vw;
		padding-left: 8vw;
	}
	.onestop-item .item-ttl::before{
		width:7vw;	
	}
	.onestop-item .item-top-txt{
		font-size:3.4vw;
		font-weight: 600;
		padding: 0.5em 0
	}
	.onestop-item .item-txt{
		font-size:3.2vw;
	}
	.onestop-item .indent .item-top-txt,
	.onestop-item .indent .item-txt{
		padding-left: 8vw;
	}




	.scope .btn{
		width:88%;
		margin: -8vw auto
	}


    
}





/* ------------------------------------------------
     news               
--------------------------------------------------- */
.section.news{
	padding: 100px 0 ;
	position: relative
}
.section.news::before{
	position: absolute;
	content:'';
	width:96%;
	height:100%;
	left:0;
	top:0;
	background: var(--grad-main);
	border-top-right-radius: 80px;
	border-bottom-right-radius:80px
}

.section.news .cont-inn-s{
	display: flex;
	gap:40px
}
.news-wrap .news-item{
	display: flex;
	position: relative;
	border-top:1px solid var(--col-white);
	padding: 2em 0 2em 120px;
}
.news-wrap .news-item.new::before{
	position: absolute;
	content:'NEW';
	background: var(--col-blue);
		color:var(--col-white);
	left:0;
	top:2em;
	width:100px;
	text-align: center
}

.news-wrap .news-item .news-date{
	font-weight: 600;
	font-size:1.6rem;
	padding-right: 3em
}
.news-wrap .news-item .news-txt{
	font-size:1.4rem
}
.news-wrap .news-item .news-txt a{
	text-decoration: underline;
	color:var(--col-blue)
}
.news-wrap .news-item .news-txt p+p{
	margin-top: 1em
}
@media (max-width: 1080px) {
		.section.news .cont-inn-s{
		display: flex;
		flex-direction: column;
		gap:2vw
	}
}
@media (max-width: 768px) {
   .section.news{
		padding: 12vw 0 8vw;
	   margin-bottom: 6vw;
		position: relative;
	}
	.section.news::before{
		position: absolute;
		content:'';
		width:96%;
		height:100%;
		left:0;
		top:0;
		background: var(--grad-main);
		border-top-right-radius: 10vw;
		border-bottom-right-radius:10vw;
	}

	.section.news .cont-inn-s{
		display: flex;
		flex-direction: column;
		gap:2vw
	}
	.news-wrap .news-item{
		display: flex;
		flex-direction: column;
		position: relative;
		border-top:1px solid var(--col-white);
		padding: 2em 1em 2em 12vw;
	}
	.news-wrap .news-item.new::before{
		width:11vw;
	}

	.news-wrap .news-item .news-date{
		font-size:3.8vw;
		padding-right: 0
	}
	.news-wrap .news-item .news-txt{
		font-size:3.4vw
	}
	.news-wrap .news-item .news-txt a{
		overflow-wrap: anywhere;
	} 
}

/* ------------------------------------------------
     case               
--------------------------------------------------- */
.section.case{
	padding: 100px 0 
}
.case-wrap{
	display: flex;
	gap:30px;
	margin-bottom: 60px
}
.case-wrap .case-item{
	width:calc((100% - 60px) /3);
	display: flex;
	flex-direction: column;
}
.case-item .img-wrap{
	position: relative;
	display: block;
}
.case-item .img-wrap .item-num{
	position: absolute;
	top:0;
	left:0;
	z-index: 2;
	font-size:3.2rem;
	font-weight: 600;
	line-height: 1
}
.case-item .img-wrap .item-img{
	border-radius: var(--radius-120);
	overflow: hidden
}
.case-wrap .case-item .txt-wrap{
	width:calc(100% - 40px);
	margin: -20px auto 0;
	padding: 50px 20px;
	border-left:1px solid var(--col-black);
	position: relative;
	z-index: 2;
	flex: 1;
}
.case-item .txt-wrap .item-name{
	font-size:2.0rem;
	font-weight: 600;
	margin-bottom: 0.5em
}
.case-item .txt-wrap .item-txt{
	font-size:1.4rem;
}
	
.section.case .btn{
	margin: 0 auto
}
@media (max-width: 1080px) {
	.case-item .txt-wrap .item-name{
	font-size:1.8rem;
	}
	.case-wrap .case-item .txt-wrap{
		width:calc(100% - 1vw);
		padding: 50px 0 2vw 1vw;
	}
}

@media (max-width: 768px) {
  .section.case{
		padding: 12vw 0 10vw 
	}
	.case-wrap{
		display: flex;
		flex-wrap: wrap;
		gap:8vw;
		margin-bottom: 8vw
	}
	.case-wrap .case-item{
		width:100%;
		display: flex;
		flex-direction: column;
}
	.case-item .img-wrap .item-num{
		position: absolute;
		top:0;
		left:-1vw;
		z-index: 2;
		font-size:7vw;
	}
	.case-item .img-wrap .item-img{
		border-radius: var(--radius-140_sp);
	}
	.case-wrap .case-item .txt-wrap{
		width:calc(100% - 6vw);
		margin: -8vw auto 0;
		padding: 12vw 0 6vw 4vw;
		border-left:1px solid var(--col-black);
		position: relative;
		z-index: 2;
		flex: 1;
	}
	.case-item .txt-wrap .item-name{
		font-size:5vw;
	}
	.case-item .txt-wrap .item-txt{
		font-size:3.4vw;
	}

  
}


.section.mv{
	position: relative
}
.mynavi{
	display: block;
	position: absolute;
	top:90px;
	left:4%;
	box-shadow: 0 0 5px  rgba(0,0,0,0.6);
	z-index: 9999
}
.mynavi img{
	width:180px;
	height:auto;
	border:2px solid #fff;

}
@media screen and (max-width: 1023px) {
	.mynavi{
		top:18px;
		left:auto;
		right:120px;
		z-index: 9999
	}
	.mynavi img{
		width:auto;
		height:40px;
		border:1px solid #fff;
	}
}

@media screen and (max-width: 768px) {
	.mynavi{
		top:3vw;
		left:auto;
		right:18vw;
		z-index: 9999
	}
	.mynavi img{
		width:auto;
		height:7vw;
	}
}









