@charset "utf-8";



.col_w{
	color: #fff;
}




/* ---------------------------------------
* common
------------------------------------------ */

.btn.sp,.sp{
	display: none;
}

svg{
	width: 100%;
	height: 100%;
}

:root {
	--primary: #B9924F;
	--primary02: #22AAC9;
}

.tac{
	text-align: center;
}

.bg-b{
	background-color: #EFEAE0;
}


/* ---------------------------------------
* TOP
------------------------------------------ */

.mv{
	padding: 2rem;
}

.mvWrap{
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../img/top/mv.png);
}

.mvWrap::after{
	content: "";
	display: block;
	padding-top: 56.4%;
}

.mvTxt{
	position: absolute;
	left: 8rem;
	bottom: 8rem;
}

.mvTtl{
	font-family: "Bebas Neue", sans-serif;
	line-height: 1.1;
	letter-spacing: normal;
	font-size: 7.2rem;
	padding-bottom: 2rem;
}

.mvTxt p{
	line-height: 160%;
	letter-spacing: normal;
}

.sec01Wrap,.sec02Wrap{
	margin-top: -6rem;
	position: relative;
	z-index: 2;
}

.sec01-l,.sec02-l{
	width: 72rem;
}

.sec01-r,.sec02-r{
	width: 48rem;
}

.sec01-r{
	padding-right: 6rem;
}


.sec02-r{
	padding-left: 6rem;
}

.sec01-r>p{
	padding: 2rem 0 4rem;
}

.sec02-r>p{
	font-size: clamp(18px,2.4rem,28px);
	padding: 3rem 0 4rem;
	font-weight: 600;
	line-height: 160%;
	letter-spacing: normal;
}

.sec03-l{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 40rem;
}

.btnNews{
	padding-top: 4rem;
}

.sec03-r{
	width: 80rem;
}

.news-listItem:not(:last-of-type){
	margin-bottom: 3rem;
}

.news-listItem a{
	align-items: flex-start;
	padding-bottom: 3rem;
	border-bottom: solid 1px #E7E3DA;
}

.newsmetaWrap p{
	font-size: clamp(10px ,1.4rem,14px);
	line-height: 100%;
	letter-spacing: normal;
	padding-right: 1.6rem;
	padding-top: 0.4rem;
}

.news-metaListItem{
	display: inline-block;
	font-size: clamp(10px ,1.2rem,14px);
	padding: .6rem 1.4rem;
	border: solid 1px var(--primary);
	color: var(--primary);
	line-height: 100%;
	letter-spacing: normal;
}

.news-listItem a>p{
	letter-spacing: normal;
	padding-left: 4rem;
}

.txtSlide {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
}

.txtSlideInner {
  will-change: transform;
  animation: txtSlideAnim linear infinite;
}

.txtSlideInner span {
  display: block;
  font-weight: 600;
  font-size: 20rem;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: normal;
  line-height: 100%;
  color: #EDEDED;
  position: relative;
  padding-right: 6rem;
  margin-right: 4rem;
}

.txtSlideInner span::after{
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	border-radius: 100px;
	background-color: #EDEDED;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

@keyframes txtSlideAnim {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}




/* ---------------------------------------
* Service
------------------------------------------ */

.servicemv{
	position: relative;
	padding-top: 2rem;
}

.serviceShape{
	position: absolute;
	left: 0;
	bottom: 0;
}

.servicemvWrap{
	position: relative;
	z-index: 2;
	align-items: flex-end;
}

.serviceMv-l{
	width: 52rem;
	padding-left: 6rem;
	padding-bottom: 6rem;
}

.serviceMv-r{
	width: 80rem;
}

.service-l{
	width: 46rem;
	padding-left: 6rem;
}

.service-tagList{
	position: sticky;
	left: 0;
	top: 10rem;
}

.service-tagListItem{
	line-height: 160%;
	letter-spacing: normal;
	font-size: clamp(12px,1.8rem,18px);
	font-weight: 700;
	color: #A6A6A6;
}

.service-tagListItem.active{
	color: #252525;
}

.service-tagListItem:not(:last-of-type){
	padding-bottom: 1.6rem;
}

.service-r{
	width: 80rem;
}

.service-listItem:not(:last-of-type){
	padding-bottom: 12rem;
}

.service-listItem>p{
	padding: 4rem 0 6rem;
}

.serviceImg a{
	overflow: hidden;
	text-align: center;
	display: block;
	padding: 12rem 0;
	position: relative;
	pointer-events: none;
}

.serviceImg a::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition: all .3s;
}

.serviceImg a:hover::after{
	transform: scale(1.05);
}

.service-listItem:first-of-type .serviceImg a::after{
	background-image: url(../img/service/s01.png);
}

.service-listItem:last-of-type .serviceImg a::after{
	background-image: url(../img/service/s02.png);
}

.serviceLogo{
	width: 36rem;
	margin: 0 auto;
}

.serviceImg p{
	display: inline-block;
	padding-top: 8rem;
	color: #fff;
	font-weight: 600;
	letter-spacing: normal;
	line-height: 1.6;
	padding-bottom: 0.2rem;
	position: relative;
}

.serviceImg p::after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
}

/* ---------------------------------------
* company
------------------------------------------ */

.company-tabList{
	justify-content: center;
	column-gap: 1rem;
}

.company-tabListItem{
	cursor: pointer;
	text-align: center;
	display: inline-block;
	padding: 1rem 0;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: normal;
	background-color: #fff;
	border: solid 1px #252525;
	border-radius: 100px;
	width: 18rem;
	transition: all .3s;
}

.company-tabListItem.active,.company-tabListItem:hover{
	background-color: #252525;
	color: #fff;
}

.info-defList{
	padding: 3rem 0;
	border-bottom: 1px solid #E7E3DA;
}

.info-defList:first-of-type{
	padding-top: 0;
}

.info-defTitle{
	font-weight: 400;
	width: 22rem;
	flex: 0 0 22rem;
}

.info-defDesc{
	flex: 1 1 auto;
}

.mess-l{
	width: 40rem;
}

.messName{
	padding-top: 2rem;
}

.messName p:first-of-type{
	line-height: 1.2;
	letter-spacing: normal;
	font-weight: 700;
	font-size: clamp(10px,1.2rem,14px);
}

.messName p:last-of-type{
	line-height: 1.2;
	letter-spacing: normal;
	font-weight: 700;
	padding-top: 0.8rem;
	font-size: clamp(10px,1.6rem,16px);
}

.mess-r{
	width: 64rem;
}

.mess-r h3{
	font-size: clamp(20px,3.2rem,32px);
	letter-spacing: normal;
	line-height: 1.6;
	font-weight: 700;
}

.messTxt p:not(:last-of-type){
	padding-bottom: 3rem;
}

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

	/* ---------------------------------------
	* common
	------------------------------------------ */

	.btn.sp{
		display: block;
	}

	.sp{
		display: block;
	}

	.pc{
		display: none;
	}

	.bg-b{
		background-repeat: repeat-y;
		background-size: 100% auto;
	}

/* ---------------------------------------
* TOP
------------------------------------------ */


.mvWrap{
	background-image: url(../img/top/mvsp.png);
}

.mvWrap::after{
	padding-top: 150%;
}

.mvTxt{
	position: absolute;
	left: 3rem;
	bottom: 3rem;
}

.mvTtl{
	font-size: 3.6rem;
	padding-bottom: 1rem;
}

.mvTxt p{
	font-size: 1.1rem;
}

.sec01{
	padding-top: 6rem;
}

.sec01Wrap,.sec02Wrap{
	margin-top: -2.5rem;
}

.sec01-l,.sec02-l{
	width: 100%;
}

.sec01-r,.sec02-r{
	width: 100%;
	padding-top: 3rem;
}

.sec01-r{
	padding-right: 0;
}


.sec02-r{
	padding-left: 0;
}

.sec02-r>p{
	font-size: 2rem;
	padding: 2rem 0 4rem;
}

.sec03-l{
	width: 100%;
}

.sec03-r{
	width: 100%;
	padding-top: 3rem;
}

.news-listItem:not(:last-of-type){
	margin-bottom: 3rem;
}

.news-listItem a{
	padding-bottom: 3rem;
}

.newsmetaWrap p{
	font-size: 1.2rem;
}

.news-metaListItem{
	font-size: 1.2rem;
	padding: .6rem 1.4rem;
}

.news-listItem a>p{
	padding-left: 0;
	padding-top: 1rem;
}

.btnNews{
	padding-top: 4rem;
}


.txtSlideInner span {
  font-size: 10rem;
  padding-right: 6rem;
  margin-right: 4rem;
}





/* ---------------------------------------
* Service
------------------------------------------ */

.servicemv{
	padding-top: 10rem;
}

.serviceShape{
	position: absolute;
	left: 0;
	bottom: 0;
}

.servicemvWrap{
	position: relative;
	z-index: 2;
	align-items: flex-end;
}

.serviceMv-l{
	width: 100%;
	padding-left: 0;
	padding-bottom: 2rem;
}

.serviceMv-r{
	width: 100%;
}

.service-l{
	display: none;
	width: 100%;
	padding-left: 0;
}


.service-r{
	width: 100%;
}

.service-listItem:not(:last-of-type){
	padding-bottom: 8rem;
}

.service-listItem>p{
	padding: 2rem 0 3rem;
}

.serviceImg a{
	padding: 8rem 0;
}

.serviceLogo{
	width: 18rem;
}

.serviceImg p{
	padding-top: 2rem;
}



/* ---------------------------------------
* company
------------------------------------------ */


.company-tabListItem{
	padding: 1rem 0;
	font-size: 1.2rem;
	width: 16rem;
}

.info-defList{
	padding: 2rem 0;
}

.info-defTitle{
	width: 100%;
}

.info-defDesc{
	padding-top: 1rem;
}

.mess-l{
	width: 100%;
}

.messName{
	padding-top: 2rem;
}

.messName p:first-of-type{
	font-size: 1.2rem;
}

.messName p:last-of-type{
	font-size: 1.4rem;
}

.mess-r{
	width: 100%;
	padding-top: 3rem;
}

.mess-r h3{
	font-size: 2.4rem;
}

.messTxt p:not(:last-of-type){
	padding-bottom: 2rem;
}

	

}
