@charset "UTF-8";

/*--------------------------------------------------------------------------------
	top
--------------------------------------------------------------------------------*/

.top-bg-01 {
	background: #FFF;
}

/* .top-mainv */
.top-mainv {
	background: url("../../img/top/mainv-bg-01-sp.webp") center center;
	background-size: cover;
	height:100vh;
	width: 100vw;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.top-mainv,
.top-mainv .top-mainv-btn-01 {
	width: 100%;
} 

.top-mainv img {
	width: 80%;
	max-width:420px;
	margin-top: -5vh;
}

@media only screen and (min-width: 768px){
	.top-mainv {
		background: url("../../img/top/mainv-bg-01-pc.webp") center center;
		background-size: cover;
	}
}
		
/* .top-info */

.top-info {
	padding-top: 40px;
	padding-bottom: 40px;
}

.top-info-box-01 + .top-info-box-01 {
	padding-top: 40px;
}

.top-info-dl-01 {
	margin-bottom: 10px;
}

@media only screen and (min-width: 768px){
	
	.top-info {
		padding-top: 110px;
		padding-bottom: 50px;
		display: flex;
		justify-content: space-between;
	}
	
	.top-info-dl-01 {
		line-height: 1.6em;
		margin-bottom: 0;
	}
	
	.top-info-dl-01 dd {
		margin: -1.5em 0 0 130px;
	}
	
	.top-info-box-01 + .top-info-box-01 {
		padding: 0;
	}
    
}



/* .top-message */

.top-message {
	padding-top: 60px;
	padding-bottom: 60px;
}

.top-message-box-01 {
	padding-top: 10px;
}

.top-message-box-02 {
	padding-top: 20px;
}

.top-message-ttl-01{
	padding-bottom: 10px;
	font-weight: normal;
}

.top-message-ul-01 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}

.top-message-ul-01 li {
	width: 32%;
}

.top-message-ul-01 li img {
	border-radius: 10px;
}

@media only screen and (min-width: 768px){
	
	.top-message {
		padding-top: 110px;
		padding-bottom: 150px;

	}
	
	.top-message-box-01 {
		display: flex;
		justify-content: space-between;
	}
	
	.top-message-box-01 {
		padding-top: 130px;
	}

	.top-message-box-02 {
		width: 46%;
	}
	
	.top-message-ttl-01 {
		padding-bottom: 20px;
	}
	
	.top-message-ul-01 {
		margin-top: 80px;
	}
	
	.top-message-ul-01 li img {
		border-radius: 30px;
	}

}


/* .top-system */

.top-system {
	padding-top: 40px;
	padding-bottom: 40px;
}

.top-system-ul-01 li {
	position: relative;
	padding-left: 1em;
}

.top-system-ul-01 li::before {
	content: "●";
	font-size: 0.5em;
	position: absolute;
	top: 0.8em;
	left: 0;
}

.top-system-btn-01 {
	padding-top: 35px;
}

@media only screen and (min-width: 768px){
	
	.top-system {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	
	.top-system-btn-01 {
		padding-top: 180px;
	}
}


/* .top-service */

.top-service {
	padding-top: 40px;
	padding-bottom: 40px;
}

.top-service-box-01 {
	margin-top: -10px;
}

.top-service-box-02 {
	background: #F7F7F7;
	border-radius: 10px;
	margin-top: 10px;
	padding: 30px;
}

.top-service-box-02 p {
	padding: 0 20%;
}

.top-service-box-02 h3 {
	text-align: center;
	font-size: 105%;
    font-weight: 300;
	padding: 10px 0;
}

.top-service-box-02 ul{
	font-size: 85%;
}

.top-service-box-02 ul li {
	padding-left: 1em;
    font-size: 12px;
	position: relative;
}

.top-service-box-02 ul li:before {
	content: "・";
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (min-width: 768px){
	
      .top-service {
          padding-top: 200px;
          padding-bottom: 110px;
      }

	
	.top-service-box-01 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: -20px;
	}
	
	.top-service-box-02 {
		width: 32%;
		border-radius: 20px;
		margin-top: 20px;
		padding: 25px 25px 25px 22px;
	}
	
	.top-service-box-02 p {
		padding: 0;
	}
	
	.top-service-box-02 p img {
		width: 100%;
		max-width: 230px;
	}
	
	.top-service-box-02 h3 {
		padding: 15px 0;
	}
}

/* top-concept */

.top-concept{
	position:relative;
	top: 0;
	left: 0;
	box-sizing: border-box;
	color: #FFF;
}

.top-concept-pic{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	z-index: -100;
	background:#000000;
}

.top-concept-pic video{
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.top-concept-pic::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.52);
	position: absolute;
	top: 0;
	left: 0;
}

.top-concept-box-01 {
	width: 100vw;
	height: 200svh;
	position: relative;
}

.top-concept-box-02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	/*padding-top: 150px;
	padding-bottom: 90px;*/
	height: 100vh;
	box-sizing: border-box;
	position: sticky;
	top: 0;
	display: flex;
	padding: 50px 0;
}

.top-concept-box-04 {
    display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	width:100%;
}

.top-concept-box-04 > * {
	width: 100%;
}

.top-concept-ttl-01 {
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 1;
}

.top-concept-txt-01 {
	font-size: 17px;
}

.top-concept-txt-02 {
	font-size: 13px;
	margin: 30px 0;
}

@media only screen and (min-width: 768px){

	
	.top-concept-ttl-01 {
		font-size: 40px;
		margin-bottom: 40px;
	}

	.top-concept-txt-01 {
		font-size: 22px;
	}
	
	.top-concept-txt-02 {
		font-size: 16px;
		margin: 26px 0 26px;
	}
	
	.top-concept-box-02 {
		/*padding-top: 180px;
		padding-bottom: 200px;*/
	}
}

/* typewriter new*/

.typeWriter > span {
  border-right: 2px solid;
  animation: caret 1s steps(1) infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

.t-caret {
	color: transparent;
}

.t-caret::before {
	content: "";
	width: 1px;
	height: 1em;
	display: inline-block;
	background-color: #FFF;
	margin-left: 5px;
}

/*typewriter old

typewritten-text .char[hidden] {
	display: inline;
	visibility: hidden;
}

typewritten-text .cursor {
	position: relative;
}

typewritten-text .cursor::after {
	box-sizing: border-box;
	content: "";
	position: absolute;
	inset-block: 0;
	inset-inline-end: -0.4ch;
	border-inline-end: var(--cursor-width, 1px) var(--cursor-style, solid) var(--cursor-color, currentColor);
	animation: typewritten-text-blink var(--cursor-interval, 0.7s) infinite steps(1);
	visibility: hidden;
}

typewritten-text .cursor.current::after {
	visibility: visible;
}

typewritten-text .word {
	white-space: nowrap;
}

@keyframes typewritten-text-blink {
	0% { opacity: 0; }
	50% { opacity: 1; }
}

@media (prefers-reduced-motion: reduce) {
	typewritten-text .cursor::after {
		 animation: none;
	}
}


/*concept slide up*/

.inview-slideup02 .top-concept-box-03{
	opacity:0;
	transform:translate(0,40px);
	transition:1.2s;
	transition-delay : 2s;
}

.inview-slideup02.inview-act .top-concept-box-03{
	opacity:1;
	transform:translate(0,0);
}

