@charset "UTF-8";
@import url('mainNav.css');
/*fonts*/
@font-face {
	font-family: "kozuka-gothic-pro", sans-serif;
	src: url(font/KozGoProLight.otf) format("opentype"),
		url(font/KozGoProLight.woff) format("woff");
	font-weight: 200;
	font-style: normal;
}
@font-face {
	font-family: "kozuka-gothic-pro", sans-serif;
	src:  url(font/KozGoProRegular.otf) format("opentype"),
		url(font/KozGoProRegular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: kozuka-gothic-pro, sans-serif;
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "kozuka-gothic-pro", sans-serif;
	src: url(font/KozGoProBold.otf) format("opentype"),
		url(font/KozGoProBold.woff) format("woff");
	font-weight: 700;
	font-style: normal;
}

/* CSS Document */
html, body {
	margin: 0;
	padding: 0; 
}
body {
	font-size: 1rem;
}


h1, h2 {
	margin: 0;
	padding: 0;
	font-family: "kozuka-gothic-pro", sans-serif;
}
h1.myName {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto; 
	font-style: normal;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.1; 
	color: #333;
	margin-bottom: 20px;
}
h2 {
	font-size: 1.25em;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 20px;
}
.sectHeading {
	font-family: "Roboto Condensed", sans-serif;
	font-optical-sizing: auto; 
	font-style: normal;
	font-size: 2.5em;
	font-weight: 700;
	line-height: 1.1; 
	color: #333;
	margin-bottom: 20px;
}
 
p, div { 
	font-family: "kozuka-gothic-pro", sans-serif; 
	color: #333; 
	margin: 0;
	line-height: 1.5;
}

.greeting { 
	height: 100svh;
	box-sizing: border-box;
	display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
}
 
.helloGreet {
	 position: relative;
     -webkit-animation: appear;
    animation: appear 3s ;
}
@keyframes appear {
	0% {
		opacity: 0; 
	} 
	100% {
		opacity: 1; 
	}
}

.manifesto { 
	height: 50svh;
	box-sizing: border-box;
	display: -webkit-box;
	  display: -webkit-flex;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: center;
	  -webkit-align-items: center;
	  -ms-flex-align: center;
	  align-items: center;
}
.bgEarth {
	background: url("../images/bg_earth.png");
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
/*	margin-top: 100px;*/
	padding-top: 80px;
}
.globeControl {
	max-width: 195px;
	position: relative;
	top: 150px;
}
.bgUniversalGrey {
	background: url("../images/bg_grey.png") repeat;
	background-size: 100%;
}
.bgPlanet {
		background: url("../images/bg_planetW.png") no-repeat;
		background-size: 395px auto;
    background-position: 49.6% 38px;
}
.hint {
	font-size: 0.875em;
	color: #666; 
}
ul.commonList {
	margin: 0;
	padding: 0 0 0 20px;
}
ul.commonList li{
	margin: 0;
	margin-bottom: 8px;
	line-height: 1.5em;
}
.statement {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.625em;
	font-weight: bold;
	line-height: 1.5; 
	animation: blink 0.7s step-end infinite; /* Blinking cursor */
} 
 
 @keyframes blink {
            50% { border-color: transparent; }
        }
.para p {
	margin-bottom: 20px;
}
.para p:last-child {
	margin-bottom: 0;
}

.txt_c {
	text-align: center;
}
.txt_l {
	text-align: left;
}
.txt_r {
	text-align: right;
}

.mainSect {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.profileSect { 
	margin-bottom: 60px; 
}
.commonSectPadding {
	padding-top: 80px;
	padding-bottom: 80px;
}
.commonSectPadding_40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.commonPaddingTop, .commonSect_wfooter {
	padding-top: 80px;
	padding-bottom: 0px;
}
.commonPaddingBottom {
		padding-top: 0px;
		padding-bottom: 80px;
	}
.commonPaddingTop_40 {
	padding-top: 40px;
	padding-bottom: 0px;
}
.commonPaddingBottom_40 {
		padding-top: 0px;
		padding-bottom: 40px;
	}
.zLayer-control {
	position: relative;
	z-index: 1;
}
	.name {
		font-size: 1.5em;
		line-height: 2;
	 
	}
.name span {
	color: #fff;
	display: inline-block;
}
	.jobtitle,
	.location {
		font-size: .875em;
		display: inline-block; 
		margin: 0 0 20px;
		padding-right: 30px;
		line-height: 2;
	}
.jobtitle span:last-child::after {
	content: none;
	margin: 0 40px 0 0;
}
.jobtitle span::after {
	content: "|";
	margin: 0 10px;
}
	.selfDescribe {
		color: #666;
		font-size: .875em;
		line-height: 2;
	}
.location::before {
	content: url("../images/icon_worklocate.svg");
	display: inline-block;
	width: 30px;
	height: 24px;
	vertical-align: top;
}

.p_InfoGroup {
	float: left;
	width: calc(100% - 488px); 
}
.infoBorder {
	border: solid 1px #333;
	border-right: 0;
	box-sizing: border-box;
	padding: 60px 100px 100px;
	clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 39px, 39px 0%);
} 

.slash {
	width: 40px;
	height: 40px;
	background: linear-gradient(-45deg, transparent 49.5%, rgba(51,51,51,1) 49.5%, rgba(51,51,51,1) 51.5%, transparent 50.5%);
	position: relative;
	top: -61px;
	left: -101px;
/*
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
*/
	z-index: 1;
}
 
.profileImage {
	max-width: 488px;
}

.contactInfo02 { 
	text-align: center; 
} 
.contactInfo { 
	text-align: center;
	padding: 60px 0;  
	background: url("../images/bg_getInTouch.png") repeat center top;
}
.contactInfo p {
	font-size: .875em; 
}
	
.socialCol {
	margin-top: 16px;
	height: 28px;
} 
	.socialCol a {
		margin: 0 15px;
	}
.linkedin-icon .st0 {
        fill: #666666; /* Default color for background */
        transition: fill 0.3s ease; /* Smooth transition */
    }

.linkedin-icon .st1 {
        fill: #FFFFFF; /* Default color for icon */
        transition: fill 0.3s ease; /* Smooth transition */
    }

.linkedinClick:hover .st0 {
        fill: #2867B2; /* Change background color on hover */
    }

.linkedinClick:hover .st1 {
        fill: #FFFFFF; /* Keep icon color white on hover */
} 
 
a.txtlink:link, a.txtlink:active {
	color: #666!important;
	display: inline-block;  
    position: relative; 
	padding: 0 2px; 
	background: linear-gradient(to right, transparent 50%, transparent 50%); 
	background-position:200%;   
} 
a.txtlink:hover, a.txtlink:visited {
	color: #333; 
	display: inline-block;  
	text-decoration: none;
    background: linear-gradient(to right, rgba(194, 255, 26, 1) 50%, transparent 50%); 
    background-size: 200% 100%;  
    background-position: left top;  
    transition: background-position 0.8s;  
    padding: 0 2px; 
	background-image: url("../images/txtlink_bg.png");
	background-repeat: no-repeat;
}
 
 
 
a.igClick:link img,
a.igClick:active img {
	width: 24px;
	height: 24px; 
	opacity: 1;
}
a.igClick:hover img,
a.igClick:visited img { 
	opacity: 0;
	transition: .5s;
}

a.igClick:link,
a.igClick:active {  
	width: 24px;
	height: 24px;
	display: inline-block;
}
a.igClick:hover,
a.igClick:visited {
	background: url(../images/icon_ig_o.png) no-repeat;
    background-size: 24px 24px;
    background-position: center 1.4px;
    width: 24px;
    height: 26px;
    display: inline-block;
    box-sizing: border-box;
}

.autoPic {
	width: 100%;
	height: auto;
}

.typoPlaceholder {
	margin: 24vh auto;
}
.dateRecord {
	color: #333;   
 	letter-spacing: .1em; 
	font-size: 0.875em; 
	padding: 0; 
	vertical-align: bottom;
}

.dateRecord span:first-child {
	display: inline-block;  
	margin-right: 30px;
}
 
.pointNext {
	max-width: 40px;
	width: 40px;
	height: auto;
}
.neon {
		background: url("../images/bg_yellowGreendot.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 40%; 
/*		background-attachment: fixed; */
		position: fixed;
		height: 100vh;
  		width: 100vw;
		z-index: -1; 
		top: 10%;
		left: 0;
	}
.bgW {
	background-color:#fff;
}
.bgGrey {
	background-color: #e5e5e5;
}
 
.intro {
	padding-left: 22px;
}
.introTtl{
	font-family: "kozuka-gothic-pro", sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	line-height: 1.5; 
}
.introTtl::before{
	content: url("../images/icon_keyRound.svg");
	display: inline-block;
	 width: 28px;
	max-width: 28px;
	height: 43px;
	margin-right: 12px;
	vertical-align: middle;  
}
.aiDescribe p.aiAnalysis{
	margin-left: 42px;
	margin-bottom: 180px;
}

.sameWord {
	display: inline-block;
}
.aiDescribe {
	width: calc(100% - 400px);
	height: 434px;
}

.profileCircle {
	border-radius: 50%; 
	max-height: 450px;
}
 
.decorImage { 
	max-height: 300px; 
	margin: 150px auto 0; 
	display: inline-block;
	text-align: right;
	display: block;
}
 
/* arrow scrollingDown */
.c-scroll {
    position: relative;
    top: 0; 
    -webkit-animation: scrolltxt;
    animation: scrolltxt 3s infinite;
}
@keyframes scrolltxt {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	40%, 60% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 50px, 0);
		transform: translate3d(0, 50px, 0);
	}
}
/* end - arrow scrollingDown */

/* rolling ribbon */
.rowRoll {
    position: relative;
    overflow-x: clip; 
}
.p-tag-list {
    display: flex;
    align-items: center; 
    white-space: nowrap;
	background: #C2FF1A;
	padding: 5px 0;
}
ul.p-tag-list__list {
    display: flex;
    justify-content: center;
    animation: rollingTxt 60s linear infinite;
	list-style: none;
	margin: 0;
	padding: 0;
}
.p-tag-list__list li { 
	font-family: "Roboto Condensed", sans-serif;
    font-size: 1.625em;
    font-weight: bold;
    line-height: 1.5;
	padding-left: 25px;
	text-transform: uppercase;
}
@keyframes rollingTxt {
    0% {
        transform: translate(0); /* Start position */
    }
    100% {
        transform: translate(-100%); /* End position */
    }
}
/* end - rolling ribbon */
.typing {
  border-right: 2px solid;
/*  white-space: nowrap;*/
  overflow: hidden;
  animation: caret 0.75s step-end infinite;
}

@keyframes caret {
  50% {
    border-color: transparent;
  }
}

@media all and (min-width: 1400px) {  
	.pointNext {
		max-width: 40px;
		width: 40px;
		height: auto;
		margin: 0 10px;
	} 
	.profileMargin {
		margin: 0 10px;
	}
	.introFrame {
		padding: 0 21px;
	}
}

.magnifier {
    position: relative;
    display: inline-block; /* Ensures the magnifier is inline with the image */
}

.magnifier img {
    display: block; /* Removes bottom space */
}

.magnifier-effect {
    position: absolute;
    width: 140px; /* Circular area diameter */
    height: 140px; /* Circular area diameter */
    border-radius: 50%; /* Makes it circular */
    overflow: hidden; /* Hides excess image */
    background: no-repeat; 
    pointer-events: none; /* Makes the div non-interactive */
    display: none; /* Initially hidden */
	z-index: 10; /* Ensure it's above other elements */ 
} 


/* index - thumbnail link */
.thumbClick {
	margin-bottom: auto;
}
.thumbClick:hover .pjName a {
	border-bottom: solid 1px #333;
}
.thumbClick div.thumbPlace {
	display: inline-block;
	width: 100%; 
	overflow: hidden; 
} 
.thumbClick:hover img.thumbnail_grid,
.thumbClick:focus img.thumbnail_grid {
	transform: scale(1.08); 
}

img.thumbnail_grid {
	width: 100%;
	height: auto; /*323px*/
	border: 0;  
	transition: .6s;
}

/* rotating badge */ 
.circle-container {
	position: absolute;
	width: 320px;
	height: 320px;
	display: block;
}
.circle-container svg {
	position: absolute;
	top: 40px; 
	left: -120px; 
	width: 100%;
	height: 100%;
	transform-origin: center;
	font-family: system-ui, sans-serif; 
	letter-spacing: -0.4px;
    font-weight: 900;
}
@keyframes rotate {
	from {
	  transform: rotate(0deg);
	} 
	to {
		transform: rotate(360deg);
	}
}
text {
	animation: rotate 120s linear infinite;
 	transform-origin: 50% 50%;  
	fill: rgb(221, 221, 221);
} 

.image-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 270px;
	height: 270px;
	border-radius: 50%;
	overflow: hidden;
}
.image-container img {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.pjName {
	font-family: "kozuka-gothic-pro", sans-serif;
	font-size: 1.25em;
	color: #333;
}
.pjName a:link,
.pjName a:active{
	text-decoration: none;
	color: #333;
	line-height: 1.5; 
	border-bottom: transparent;
}
.pjName a:hover, 
.pjName a:visited {
	text-decoration: none;
	color: #333;
	line-height: 1.5; 
	border-bottom: solid 1px #333;
}
.tagRow {
	margin: 10px 0;
}
span.tag {
	font-size: 0.8em; 
	color: #aaa;
	padding: 0 15px 0 0;
	margin-right: 10px; 
	display: inline-block;
	background: url(../images/tagDot.svg) no-repeat right;
}
p span.tag:last-child {
	background: none;
}
/* // index - thumbnail link */

/* footer */
footer {
	font-size: 0.78em;
	color: #333; 
	margin: 0 auto;
	padding: 20px 0;
	text-align: center; 
}
footer p {
	display: inline-block;
	text-align: center;
	padding-right: 10px; 
}
	footer p:last-child {
		padding-right: 0px;
	}
/* // footer */

/* --------------- responsive ---------------*/
@media all and (max-width: 1399px) {
	.layoutAdjust {
		padding-right: calc(var(--bs-gutter-x)* .5);
		padding-left: calc(var(--bs-gutter-x)* .5);
	}
	
}
/* media screen less than 1399px */

@media all and (max-width: 1200px) {
	.infoBorder {
		border: solid 1px #333;
		border-right: 0;
		box-sizing: border-box;
		padding:10px 50px 45px;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 39px, 39px 0%);
	}
	.slash {
		width: 40px;
		height: 40px;
		background: linear-gradient(-45deg, transparent 49.5%, rgba(51, 51, 51, 1) 49.5%, rgba(51, 51, 51, 1) 51.5%, transparent 50.5%);
		position: relative;
		top: -11px;
		left: -51px;
		z-index: 1;
	}
}
/* media screen less than 1200px */

@media all and (max-width: 992px) {
/* rotate text */
	.circle-container {
		display: none;
	} 
	/* end - rotate text */
	.p_InfoGroup {
		float: left;
		width: calc(100% - 361.5px);
	}
		.profileImage {
		max-width: 361.5px;
	}
 
	.aiDescribe {
		width: calc(100% - 350px);
		height: 434px;
	}
	
}
/* end - media screen less than 992px */

/* media screen less than 768px */
@media all and (max-width: 768px) {
	.commonSectPadding { 
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.commonPaddingTop, .commonSect_wfooter { 
		padding-top: 40px;
		padding-bottom: 0px;
	}
	.commonPaddingBottom {
		padding-top: 0px;
		padding-bottom: 40px;
	}
	.thumbClick {
		margin-bottom: 30px!important;
	}  
	.contactInfo {
		text-align: center;
		padding: 60px 0;
		margin-top: 60px;
		background: url(../images/bg_getInTouch.png) repeat center top;
	}
 
	.infoBorder {
		border: solid 1px #333;
		border-right: solid 1px #333;
		box-sizing: border-box;
		padding:20px 30px 60px;
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 0% 39px, 39px 0%);
	}
	
	.p_InfoGroup {
		float: left;
		width: calc(100% - 200px);
	}
		.profileImage {
		max-width: 200px;
	}
	.slash {
		width: 40px;
		height: 40px;
		background: linear-gradient(-45deg, transparent 49.5%, rgba(51, 51, 51, 1) 49.5%, rgba(51, 51, 51, 1) 51.5%, transparent 50.5%);
		position: relative;
		top: -21px;
		left: -31px;
		z-index: 1;
	}
	.jobtitle {
		padding-right: 0;
	}
	.name {
		line-height: 1.5;
	} 
	 
	.aiDescribe {
		width:  auto;
		height: 434px;
	}
	 
	.decorImage {
		margin: 10px 0 0;
        display: inline-block;
        max-width: 54px; 
	}
	.decorControl {
		text-align: right;
	}
	.globeControl {
		max-width: 155px;
		position: relative;
		top: 70px;
	}
	.profileSect { 
		padding-top: 30px; 
	}
	.bgPlanet {
		background: url(../images/bg_planetW.png) no-repeat;
        background-size: 295px auto;
        background-position: 49% 13px;
	}
	
}
/* end - media screen less than 768px */

/* media screen less than 576px */
@media all and (max-width: 576px) {
	.neon {
		background: url("../images/bg_yellowGreendot.png");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 70%; 
/*		background-attachment: fixed; */
		position: fixed;
		height: 100vh;
  		width: 100vw;
		z-index: -1; 
		top: 20%;
		left: 0;
	}
	h1.myName {
		font-family: "Roboto Condensed", sans-serif;
		font-optical-sizing: auto; 
		font-style: normal;
		font-size: 1.7em;
		font-weight: 700;
		line-height: 1.1; 
		color: #333;
		margin-bottom: 20px;
	}
	h2 {
		font-size: 1.25em;
		font-weight: 400;
		line-height: 1.3;
		margin-bottom: 20px;
	}
	.sectHeading {
		font-family: "Roboto Condensed", sans-serif;
		font-optical-sizing: auto; 
		font-style: normal;
		font-size: 1.7em;
		font-weight: 700;
		line-height: 1.1; 
		color: #333;
		margin-bottom: 20px;
	}
	.statement {
		font-family: "Roboto Condensed", sans-serif;
		font-size: 1.3em;
		font-weight: bold;
		line-height: 1.5; 
		animation: blink 0.7s step-end infinite; /* Blinking cursor */
	} 
	.intro {
		padding-left: 0;
	}
	.profileSect { 
		padding-top: 30px; 
	}
	.contactInfo {  
		margin-top: 40px;
		padding: 30px 20px;
	}
	.c-scroll img {
		max-width: 20px;
	}
	.pointNext {
		max-width: 40px;
		width: 40px;
		height: auto;
		position: absolute;
		right: 20px;
		bottom: 38px;
	}
	.p_InfoGroup {
		float: none;
		width: 100%;
	}
		.profileImage {
		max-width: 576px;
			width: 100%;
	} 
	.decorImage {
		margin: 10px 0 0;
        display: inline-block;
        max-width: 36px; 
	}
	.globeControl {
		max-width: 120px;
		position: relative;
		top: 48px;
	}
	.manifesto { 
		height: 40svh;
		box-sizing: border-box;
		display: -webkit-box;
		  display: -webkit-flex;
		  display: -ms-flexbox;
		  display: flex;
		  -webkit-box-align: center;
		  -webkit-align-items: center;
		  -ms-flex-align: center;
		  align-items: center;
	}
	.bgEarth {
		background: url("../images/bg_earth.png");
		background-position: top center;
		background-size: cover;
		background-repeat: no-repeat; 
		padding-top: 40px;
		padding-left: 40px;
		padding-right: 40px;
	}
	.bgPlanet {
        background: url(../images/bg_planetW.png) no-repeat;
        background-size: 295px auto;
        background-position: 49% 7px;
    }
	.aiDescribe {
		width: 100%;
		clear: both;
		height: auto;
	}
	.aiDescribe p.aiAnalysis{
		margin-left: 42px;
		margin-bottom: 40px;
	}
	 
}
/* end - media screen less than 576px */

/* media screen less than 440px */
@media all and (max-width: 440px) {
	 
}
/* end - media screen less than 440px */
/* end --------------- responsive ---------------*/


