@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

html{
	overflow-x: hidden;
}
body{
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "MS Pゴシック", "MS PGothic", sans-serif;
	color: #000;
	font-size: 16px;
	*font-size:small;
	*font:x-small;
	font-weight: 400;
	line-height: 1.7;
	margin: 0px;
	padding: 0px;
	letter-spacing: 0.02em;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 2s ease 0s 1 normal;
	overflow-x: hidden;
	position: relative;
	font-optical-sizing: auto;
}
:root{
	scroll-behavior: smooth;
	scroll-padding-top: 0;
}
img {
	max-width: 100%;
	width: 100%;
}
div, section, a, h1,h2,h3,h4,h5,h6,p{
	box-sizing: border-box;
}
img,iframe{
	vertical-align: bottom;
	border-style: none;
	box-sizing: border-box;
}
img{width: 100%;}
.clearfix::after {
	content: "";
	display: block;
	clear: both;
}
.flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
a{
	color: #3c342a;
	-webkit-transition: 0.3s ease-in-out;
	-moz-tranPerformersition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	overflow: hidden;
  -webkit-font-smoothing: antialiased;
}
a:link {
	text-decoration: none;
	outline: none;
	color: #000;
}
a:visited {
	color: #3c342a;
}
a:hover {
	color: #3c342a;
	opacity: .7;
}
.wrap{
	width: 100%;
	max-width: 1488px;
	margin: auto;
	position: relative;
	padding: 0 10px 10px 10px;
}
.sp {display:none;}
.pc {display:block;}

@media screen and (max-width: 768px) {
	.sp {display:block;}
	.pc {display:none;}
}

.takayoshigroup{
	background-color: #EDEAE4;
}

@media screen and (max-width: 768px) {
	.takayoshigroup{
		font-size: 14px;
	}
}
.eng{
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
}
.bold{
	font-weight: 700;
}





/* header -----------------------------------------------*/
#header .wrap{
	margin: 24px auto auto auto;
	max-width: 1728px;
	height: 147px;
	padding-inline: 32px;
}
#header h1.logo{
	width: min(60%, 334px);
	display: block;
	margin: 0 0 1rem 0;
	position: absolute;
	top: 0;
	left:1em;
}
#header .link-btn{
	margin-left: auto;
	text-align: right;
}
#header .link-btn .btn{
	display: block;
	border-radius: 5px;
	display: inline-block;
	height: 99px;
	line-height: 1;
}
#header .link-btn .btn.form{
	background-color: #FFEA00;
	border:solid 1px #C4C4C4;
	color: #000;
	text-align: center;
	padding: 24px min(2vw,40px);
	font-size: clamp(14px,1.4vw,19px);
	font-weight: 700;
}
#header .link-btn .btn .icon-form{
	width: 48px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}
#header .link-btn .btn.tel{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding: 24px min(2vw,40px);
	font-size: 16px;
	font-size: clamp(12px,1.2vw,16px);
	display: inline-block;
}
#header .link-btn .btn.tel .eng{
	font-size: 24px;
	font-size: clamp(18px,1.8vw,24px);
	white-space: nowrap;
}
#header .link-btn .btn .icon-tel{
	width: clamp(16px,1.5vw,22.5px);
	display: inline-block;
	vertical-align: baseline;
	margin: 0 .2em;
}
#header .link-btn .btn.tel .time{
	display: block;
	text-align: center;
	line-height: 2;
}
#header .link-btn .btn.tel .time .eng{
	font-size: 16px;
}

@media screen and (max-width: 1000px) {
	#header .wrap{
		padding-inline: 14px;
	}
	#header h1.logo{
		width: min(60%, 334px);
		display: block;
		position: static;
	}
	#header .link-btn{
		margin-left: auto;
		text-align: right;
	}
}

@media screen and (max-width: 768px) {
	#header .wrap{
		margin: 0;
		height: auto;
	}
	#header h1.logo{
		margin: 2em auto;
	}
	#header .link-btn {
		display: flex;
		justify-content: space-between;
	}
	#header .link-btn .btn.form{
		width: 32%;
		padding: 1em 1em;
	}
	#header .link-btn .btn .icon-form{
		width: 28px;
		display: block;
		margin: auto auto 1em auto;
	}
	#header .link-btn .btn.tel{
		width: 66%;
		background-color: #000;
		color: #fff;
		text-align: center;
		padding: 24px min(2vw,40px);
		font-size: 16px;
		font-size: clamp(12px,1.2vw,16px);
		display: inline-block;
	}
	#header .link-btn .btn.tel .eng{
		line-height: 1.5;
	}
	#header .link-btn .btn .icon-tel{
		vertical-align: text-bottom;
	}
}

/* fv -----------------------------------------------*/
.fv .wrap{
	max-width: 1616px;
}
.fv .lead-text{
	margin: 40px 0 32px min(3vw,64px);
	font-size: clamp(15px,1.5vw,20px);
	line-height: 1.8;
}
.fv .wrap-slider{
	border-top-left-radius: 66px;
	border-bottom-right-radius: 66px;
}

.fv-mskImg {
	width: min(50%, 780px);
	max-height: 533px;
	aspect-ratio: 780 / 533;
	margin: auto auto auto 0;
	border-radius: 64px 0 64px 0 ;

	/*
	mask-image: url("../images/fv-musk.svg");
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: top 0px left 0px;
	-webkit-mask-size: cover;
	-webkit-mask-image: url("../images/fv-musk.svg");
	mask-repeat: no-repeat;
	mask-position: top 0px left 0px;
	mask-size: cover;
	*/


	/*
	background-image: url("../images/fv-musk.svg");
	-webkit-background-image: url("../images/fv-musk.svg");
	*/
}

.fv .mission{
	margin: -100px 0 0 min(3vw,64px);
	position: relative;
	z-index: 1;
}
.fv .mission .sub{
	margin: 0 0 1em -.5rem;
}
.fv .mission .mission-text{
	font-size: clamp(40px,6.4vw,80px);
	line-height: 1.2;
	margin: 0;
	position: relative;
}
.fv .t-group{
	width: min(55%,868px);
	position: absolute;
	top:0;
	right: 0;
	background-color: #ffffff40;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	display: flex;
	flex-wrap: wrap;
	border: solid .5px #C4C4C4;
	z-index: 1;
}
.fv .t-group .company{
	width: 50%;
	border: solid .5px #C4C4C4;
	padding: min(4vw,46px) min(3vw,32px);
	display: flex;
	flex-direction: column;
}
.fv .t-group .company .logo{
	margin: auto auto 40px auto;
}
.fv .t-group .company .text{
	width: 80%;
	margin: auto;
	font-size: clamp(12px,1.5vw,15px);
	text-align:center;
}
.fv .t-group .company .logotype{
	width: 80px;
	margin: auto;
}
@media screen and (min-width: 769px)  and (max-width: 1200px) {
	.fv .t-group {
		width: 55%;
	}
	.fv .t-group .company{
		width: 100%;
		padding:1em;
	}
	.fv .t-group .company .logo{
		margin: auto auto 1em auto;
		width: 50%;
	}
	.fv .t-group .company.origami{
		display: none;
	}
}
@media screen and (max-width: 768px) {

	.fv .t-group{
		position: static;
	}
	.fv .lead-text{
		text-align: center;
	}
	.fv .wrap-slider{
		margin: 0;
	}
	.fv-mskImg {
		width: 100%;
	}
	.fv .mission{
		margin: -60px 0 3em 5vw;
	}
	.fv .mission .sub{
		margin: 0 0 1em -.5rem;
	}
	.fv .mission .mission-text{
		font-size: 13vw;
	}
	.fv .t-group {
		width: 100%;
		position: relative;
		z-index: 2;
	}

}


/*marquee*/
.section__marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
	margin-top: -5em;
}
.marquee__text {
  display: inline-block;
  padding-left: 2rem;
  animation: marquee 80s linear infinite;
	font-size: 120px;
	color: #DED9CC;
	margin: 0;
	font-weight: 500;
}
@keyframes marquee {
  0%   { transform: translateX(-100%); }
  100% { transform: translateX(0); }
}

/*コンテンツ*/
.contents{
	padding: 180px 0 100px 0;
}
.contents .cnt-title{
	text-align: center;
	font-size: clamp(24px,3vw,32px);
	margin-bottom: 108px;
}
.contents .cnt-block{
	position: relative;
}
.contents .cnt-block .image-area{
	width: 65vw;
  margin-left: calc(50% - 50vw);
	margin-bottom: 188px;
	padding-bottom: 106px;
}
.contents .cnt-block.ver02 .image-area{
  margin-left: auto;
  margin-right: calc(50% - 50vw);
}
.contents .cnt-block .text-area{
	background-color: #ffffff40;
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	position: absolute;
	right:0;
	bottom:0;
	width: min(100%,631px);
	border-radius: 6px;
	padding: 16px min(8vw,80px) 56px min(8vw,80px);
}
.contents .cnt-block.ver02  .text-area{
	left:0;
}
.contents .cnt-block .text-area .corp-name{
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	padding: 32px 0;
	margin: 0;
	border-bottom: solid 1px #C4C4C4;
}
.contents .cnt-block .text-area .corp-logo{
	padding: 59px 0;
	max-width: 400px;
	margin: auto;
}
.contents .cnt-block .text-area .text{
	margin-bottom: 41px;
	font-size: clamp(14px,1.4vw,16px);
}
.contents .cnt-block .text-area .wrap-btn{
	text-align: center;
}
.contents .cnt-block .text-area .btn01{
	background-color: #000;
	color: #fff;
	font-size: clamp(12px,2vw,18px);
	padding: 32px 80px;
	border-radius: 100px;
	display: inline-block;
	position: relative;
}
.contents .cnt-block .text-area .btn01 .icon-link{
	display: inline-block;
	background: url(../images/icon_link_white.svg) no-repeat;
	background-position: center;
	width: min(1rem,20px);
	height: min(1rem,20px);
	margin-left: 16px;
	vertical-align: middle;
}
@media screen and (max-width: 1000px) {
	.contents .cnt-block {
		margin-bottom: 4em;
	}
	.contents .cnt-block .image-area{
		width: 100%;
		margin: 0;
		padding: 0;
	}
	.contents .cnt-block .text-area{
		width: 90%;
		margin: -6vw auto 0 auto;
		position:static;
	}
}
@media screen and (max-width: 768px) {
	.contents{
		padding: 40px 0 40px 0;
	}
	.contents .cnt-block .text-area .corp-logo{
		padding: 2em 0;
	}
	.contents .cnt-block .text-area .btn01{
		padding: 2em 4em;
	}
	.contents .cnt-block .text-area .btn01 .icon-link{}
}

/*お問い合わせ*/
.contanct-block{
	margin: 114px auto 101px auto;
	background: url(../images/bg_contact.jpg)no-repeat;
	background-size: cover;
	background-position: center;
	padding: 87px 0 0 0;
	border-radius: 6px;
}
.contanct-block .flex{
}
.contanct-block .box{
	width: calc(100% / 3);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.contanct-block .box.title-area{
	font-size: clamp(18px,1.8vw,36px);
	font-weight: 700;
	line-height: 1.6;
	margin: auto;
	padding: 0 min(3vw, 10px) ;
}
.contanct-block .box.form{
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
}
.contanct-block .box.form,
.contanct-block .box.tel{
	padding: 0 min(3vw, 80px) ;
}
.contanct-block .box .text{
	font-size: clamp(16px,1.6vw,20px);
	font-weight: 700;
}
.contanct-block .box .icon{
	width: min(60%, 124px);
	padding: 29px 0;
}
.contanct-block .box .wrap-btn{
	width: 100%;
	text-align: center;
}
.contanct-block .box .btn01{
	background-color: #fff;
	font-weight: 700;
	padding: 24px 16px;
	display: block;
	position: relative;
	width: 100%;
	font-size: clamp(10px,1.2vw,16px);
}
.contanct-block .box .btn01 .arrow{
	display: inline-block;
	background: url(../images/arrow_r_b.svg) no-repeat;
	background-position: center;
	background-size: contain;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	position: absolute;
	right: 1em;
	top:0;
	bottom: 0;
	margin: auto;
}
.contanct-block .box .tel.eng{
	font-size: clamp(10px,2vw,30px);
	font-weight: 500;
	margin: 0;
	line-height: 1;
}
.contanct-block .box .tel.eng a{
	color: #fff;
}
.contanct-block .box.tel .icon-tel{
	width: min(2vw,24.5px);
	display: inline-block;
	vertical-align: baseline;
	margin: 0 .3rem;
}
.contanct-block .box .time{
	margin-top: .4em;
	font-size: clamp(10px,1.3vw,16px);
}

/*marquee*/
.section__marquee_left {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
	margin-top: -1.5em;
}
.marquee_left {
  display: inline-block;
  animation: marquee_left 80s linear infinite;
	margin: 0 0 0 0;
	opacity: 0.4;
}
@keyframes marquee_left {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@media screen and (max-width: 768px) {
	.contanct-block{
		margin: 0px auto 0px auto;
		padding: 1em 1em 0 1em;
	}
	.contanct-block .box.title-area{
		width: 100%;
		padding: 2em 0;
		border-bottom: solid 1px #fff;
	}
	.contanct-block .box.form{
		border-left: none;
		border-right: solid 1px #fff;
	}
	.contanct-block .box.form,
	.contanct-block .box.tel{
		width: 50%;
		padding: 0 min(3vw, 80px) ;
		text-align: center;
		margin-bottom: 2em;
	}
	.contanct-block .box .icon{
		padding: 0 0 2em 0;
	}
	.contanct-block .box .tel.eng{
		font-size: 12px;
	}
	.contanct-block .box.tel .icon-tel{
		width: 3vw;
		margin: 0 .3rem 0 0;
	}
	.contanct-block .box .time{
		font-size: 10px;
	}
	.contanct-block .box .btn01 .arrow{
		width: 10px;
		height: 10px;
		right: 0.5em;
	}
}

/*footer*/
#footer{
	background-color: #DED9CC;
	text-align: center;
	padding: 64px 0 40px 0;
}
#footer .f-navi{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 48px;
	margin-bottom: 100px;
}
#footer .f-navi .link{
	font-size: clamp(14px,1.5vw,16px);
}
#footer .f-navi .icon-link.gray{
	display: inline-block;
	background: url(../images/icon_link_gray.svg) no-repeat;
	background-position: center;
	width: 20px;
	height: 20px;
	margin-left: 10px;
	vertical-align: middle;
}
#footer .f-logo{
	width: min(60%, 423px);
	margin: auto auto 100px auto;
}
#footer .copyright{
	font-size: clamp(9px, 1vw ,12px);
}
@media screen and (max-width: 768px) {

}























/*fv scroll-infinity*/
.scroll-infinity{
	position: relative;
}
@keyframes infinity-scroll-left {
 	0%	{transform: translateX(0);}
 	10%	{transform: translateX(-10%);}
 	20%	{transform: translateX(-20%);}
 	30%	{transform: translateX(-30%);}
 	40%	{transform: translateX(-40%);}
 	50%	{transform: translateX(-50%);}
 	60%	{transform: translateX(-60%);}
	70%	{transform: translateX(-70%);}
 	80%	{transform: translateX(-80%);}
 	90%	{transform: translateX(-90%);} 
	100%{transform: translateX(-100%);}
	/*
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-100%);
	}*/
}
.scroll-infinity__wrap {
	display: flex;
	overflow: hidden;
}
.scroll-infinity__list {
	display: flex;
	list-style: none;
	padding: 0 0 0 0;
}
.scroll-infinity__list--left {
	animation: infinity-scroll-left 50s infinite ease-in 0s both;
	animation-timing-function:linear(0, 0.01, 0.02, 0.03, 0.04, 0.05, 1);
}
.scroll-infinity__item {
	width: calc(100vw / 2);
}
.scroll-infinity__item > img {
	width: 100%;
}
@media (max-width: 750px) {
	.scroll-infinity__item {
		width: calc(100vw / 1);
	}
}







/* スクロール誘導 */

.scrollbar-text_04 {
  display: inline-block;
  position: absolute;
  bottom: 0;
	left: 3vw;
  padding: 0px 0px 110px 0px;
  color: #fff;
  font-size: 10px;
  font-family: serif;
  line-height: 1;
  letter-spacing: 0.2em;
  writing-mode: vertical-lr;
}
.scrollbar_04 {
  position: absolute;
  left: 40%;
  bottom: 0;
}
.scrollbar_04::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scrollbar_04::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -4px;
  background: #fff;
  animation: circlemove 3s ease-in-out infinite,
    cirlemovehide 3s ease-out infinite;
	
  height: calc(tan(60deg) * 8px / 2);
  width: 8px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
	transform: rotate(180deg);
}

@keyframes circlemove {
  0% {
    bottom: 95px;
  }
  100% {
    bottom: 0px;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}


/* アニメーション設定 */
.scr-target {
	opacity: 0;
	transform: translate3d(0, 60px, 0);
}
.scr-target.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1.2s;
}
.scr-target.ver2 {
	opacity: 0;
	transform: translate3d(0, 20px, 0);
}
.scr-target.ver2.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}
.scr-target.ver3 {
	opacity: 0;
	transform: translate3d(0, 200px, 0);
}
.scr-target.ver3.is-active {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: 1s;
}
