@charset "utf-8";

/*=====================================
top.css
=====================================*/


/*-------------------------------------
 fv
-------------------------------------*/
.topFvBlock .inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	padding-top: clamp(20px, -149.501px + 22.042vw, 115px);
	padding-bottom: clamp(60px, -47.053px + 13.921vw, 120px);
}
.topFvGroup {
	width: fit-content;
	margin: 0 auto;
	padding-block: 40px;
}
.topFvGroup h1 {
	margin-bottom: 15px;
	font-size: clamp(40px, 0.747px + 5.104vw, 62px);
	font-weight: bold;
	line-height: 1.45;
}
.topFvGroup .catch {
	margin-bottom: 20px;
	font-family: var(--font-roboto);
	font-size: clamp(26px, -2.548px + 3.712vw, 42px);
	font-weight: 500;
	line-height: 1.4;
}
.topFvGroup .text {
	margin-bottom: 15px;
}
.topFvGroup .note {
	margin-bottom: 15px;
	font-size: 12px;
	line-height: 1.2;
}
.topFvGroup .btn {
	padding-top: 60px;
}
.topFvLogo {
	position: relative;
	transform-origin: center center;
	opacity: 0;
}
.topFvLogo:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	max-width: 640px;
	aspect-ratio: 1 / 1;
	mask-image: url(../images/logo_mark01.svg);
	mask-repeat: no-repeat;
	mask-position: 0 0;
	mask-size: 100% auto;
	background-image: url(../images/top/fv_bg.png);
	animation: bg 60s infinite linear;
	transform: translateY(-50%);
}

@keyframes bg {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}


/*-------------------------------------
 Focus
-------------------------------------*/
.topFocusBlock .inner {
	padding-top: clamp(60px, 24.444px + 4.63vw, 80px);
	padding-bottom: clamp(80px, -107.343px + 24.362vw, 185px);
}
.topFocusBlock .sectionHead {
	margin-bottom: 100px;
}
.topFocusList {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
}
.topFocusList .listItem figure {
	margin-bottom: 24px;
}
.topFocusList .listItem figure a {
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
.topFocusList .listItem figure img {
	width: 100%;
	height: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 20px;
}
.topFocusList .listItem .taxonomy {
	display: flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 15px;
	margin-bottom: 10px;
}
.topFocusList .listItem .date {
	color: #747474;
	font-family: var(--font-inter);
	font-size: 16px;
	line-height: 1.4;
}
.topFocusList .listItem .title {
	font-size: 22px;
	font-weight: 500;
	line-height: 1.64;
}
.topFocusList .listItem .title .icon-blank {
	vertical-align: text-bottom;
}

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

.topFocusList {
	grid-template-columns: repeat(3, 1fr);
}

}

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

.topFocusList {
	grid-template-columns: repeat(2, 1fr);
}

}


/*-------------------------------------
 Team
-------------------------------------*/
.topTeamBlock .inner {
	padding-top: clamp(60px, 24.444px + 4.63vw, 80px);
	padding-bottom: clamp(80px, -44.444px + 16.204vw, 150px);
}
.topTeamBlock .sectionHead {
	display: flex;
	align-items: center;
	gap: 33px;
	margin-bottom: 60px;
}
.topTeamBlock .sectionHead h2 {
	white-space: nowrap;
}
.topTeamBlock .sectionHead p {
	padding-top: 10px;
	font-size: clamp(17px, 4.510px + 1.624vw, 24px);
	font-weight: 500;
	line-height: 1.5;
}
.topTeamList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.topTeamList .listItem .pic {
	position: relative;
	color: var(--color-main);
}
.topTeamList .listItem figure img {
	width: 100%;
	height: 100%;
	aspect-ratio: 13 / 10;
	object-fit: cover;
	border-radius: 40px;
}
.topTeamList .listItem .nameja {
	position: absolute;
	top: 25px;
	left: 30px;
	right: 30px;
	font-size: clamp(12px, 8.432px + 0.464vw, 14px);
	line-height: 1.5;
}
.topTeamList .listItem .nameja em {
	font-size: clamp(36px, -24.000px + 5vw, 46px);
	font-weight: bold;
}
.topTeamList .listItem .nameen {
	position: absolute;
	left: 30px;
	right: 30px;
	bottom: 30px;
	font-family: var(--font-roboto);
	font-size: clamp(30px, 12.158px + 2.32vw, 40px);
	font-weight: bold;
	line-height: 1;
}
.topTeamList .listItem .caption {
	padding: 22px 30px 0;
	font-size: clamp(13px, 9.432px + 0.464vw, 15px);
	font-weight: 500;
	line-height: 1.5;
}

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

.topTeamList {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
}
.topTeamList .listItem .nameja em {
	font-size: clamp(30px, 19.295px + 1.392vw, 36px);
}

}


/*-------------------------------------
 Mission
-------------------------------------*/
.topMissionBlock {
	position: relative;
	background: var(--bg-gray);
}
.topMissionBlock .inner {
	position: relative;
	z-index: 1;
	padding-top: clamp(80px, -18.132px + 12.761vw, 135px);
	padding-bottom: clamp(80px, -9.211px + 11.601vw, 130px);
}
.topMissionBlock .cube {
	position: absolute;
	z-index: -1;
	display: block;
	aspect-ratio: 1 / 1;
	background: url(../images/logo_mark01.svg) no-repeat 0 0 / 100% auto;
}
.topMissionBlock .cube01 {
	top: 40%;
	left: 100px;
	max-width: 255px;
	width: 20%;
}
.topMissionBlock .cube02 {
	top: 255px;
	right: 10px;
	max-width: 458px;
	width: 40%;
}
.topMissionBlock .sectionHead h2 {
	margin-bottom: 65px;
	color: var(--color-main);
}
.topMissionLead {
	max-width: 1080px;
	margin: 0 auto;
	padding-bottom: 95px;
}
.topMissionLead p {
	margin-bottom: 45px;
	font-size: clamp(16px, 1.726px + 1.856vw, 24px);
}
.topMissionLead .btn a {
	margin-left: auto;
}
.topMissionList {
	display: flex;
	gap: 40px;
	max-width: 1080px;
	margin: 0 auto;
}
.topMissionList .listItem {
	width: calc(50% - 20px);
	border-radius: 20px;
	background: #fff;
}
.topMissionList .listItem figure img {
	width: 100%;
	height: 100%;
	aspect-ratio: 130 / 73;
	object-fit: cover;
	border-radius: 20px 20px 0 0;
}
.topMissionList .listItem .group {
	padding: 38px 40px 40px 50px;
}
.topMissionList .listItem h3 {
	margin-bottom: 10px;
	font-size: clamp(20px, 12.863px + 0.928vw, 24px);
	font-weight: 500;
}


/*-------------------------------------
 Clients
-------------------------------------*/
.topClientsBlock {
	background-color: #fff;
}
.topClientsBlock .inner {
	padding-top: clamp(80px, -18.132px + 12.761vw, 135px);
	padding-bottom: clamp(80px, -9.211px + 11.601vw, 130px);
}
.topClientsBlock .sectionHead {
	margin-bottom: 110px;
}
.topClientsList {
	max-width: 1180px;
	margin: 0 auto;
}
.topClientsList ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	gap: 63px 70px;
}
.topClientsList ul li img {
	vertical-align: top;
}


/*-------------------------------------
 News
-------------------------------------*/
.topNewsBlock .inner {
	display: grid;
	grid-template-columns: 26% 1fr;
	gap: 30px;
	padding-top: clamp(80px, 8.631px + 9.281vw, 120px);
	padding-bottom: clamp(80px, 8.631px + 9.281vw, 120px);
}
.topNewsBlock .sectionHead .link {
	margin-top: 5px;
}
.topNewsBlock .sectionHead .link a:after {
	content: "";
	display: inline-block;
	width: 29px;
	height: 29px;
	margin-left: 15px;
	vertical-align: middle;
	border-radius: 7px;
	background: url(../images/icn_arw_y02.svg) no-repeat center center / 14px auto var(--color-gray01);
}
.topNewsList .listItem {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding-block: 27px;
	border-bottom: 1px solid var(--color-gray01);
}
.topNewsList .listItem:first-child {
	border-top: 1px solid var(--color-gray01);
}
.topNewsList .listItem .date {
	padding-top: 7px;
	font-family: var(--font-roboto);
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}
.topNewsList .listItem .category {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 104px;
	height: 30px;
	color: var(--color-main);
	font-family: var(--font-inter);
	font-size: 12px;
	font-weight: 600;
	border-radius: 30px;
	background: var(--color-gray01);
}
.topNewsList .listItem .title {
	font-size: clamp(15px, 11.432px + 0.464vw, 17px);
	line-height: 1.88;
}
.topNewsList .listItem .title a {
	text-decoration: underline;
}
.topNewsList .listItem .title a:hover {
	text-decoration: none;
}/*
.topNewsList .listItem .title a[target=_blank]:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-left: 5px;
	vertical-align: top;
	background: url(../images/icn_blank01.svg) no-repeat 0 0 / 100% auto;
	filter: brightness(0) saturate(100%) invert(64%) sepia(0%) saturate(3002%) hue-rotate(139deg) brightness(105%) contrast(82%);
}*/

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

.topNewsBlock .inner {
	display: block;
}
.topNewsBlock .sectionHead {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-bottom: 40px;
}
.topNewsBlock .sectionHead .link {
	align-self: center;
	justify-self: end;
}

}



/*-------------------------------------
 
-------------------------------------*/
.topFvGroup .text,
.topFvGroup .note,
.topTeamList .listItem .nameja,
.topTeamList .listItem .caption,
.topMissionLead,
.topMissionList .listItem .group p,
.topNewsBlock .sectionHead .link,
.topNewsList .listItem .title {
	transform: rotate(0.05deg);
}





/*-------------------------------------------------------------------
 Media Queries
-------------------------------------------------------------------*/

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

.topFvBlock {
	position: relative;
}
.topFvBlock .inner {
	display: block;
	padding-top: 115px;
	padding-bottom: 40px;
}
.topFvGroup {
	position: relative;
	z-index: 2;
	width: fit-content;
	margin-inline: auto;
	padding-block: 0;
}
.topFvGroup h1 {
	margin-bottom: 15px;
	font-size: 31px;
	line-height: 1.35;
}
.topFvGroup .catch {
	margin-bottom: 15px;
	font-size: 18px;
}
.topFvGroup .text {
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.85;
}
.topFvGroup .note {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 1.8;
}
.topFvGroup .btn {
	padding-top: 20px;
}
.topFvLogo {
	position: absolute;
	top: 30px;
	left: 0;
	right: 0;
	z-index: 1;
	width: 64vw;
	max-width: 360px;
	margin: 0 auto;
}
.topFvLogo:before {
	top: 0;
	transform: translateY(0);
}


/*-------------------------------------
 Focus
-------------------------------------*/
.topFocusBlock .inner {
	padding-top: 50px;
	padding-bottom: 50px;
}
.topFocusList {
	display: block;
	margin-inline: -30px;
}
.topFocusBlock .sectionHead {
	margin-bottom: 30px;
}
.topFocusList .listItem {
	max-width: 276px;
	padding: 0 14px;
}
.topFocusList .listItem figure {
	margin-bottom: 16px;
}
.topFocusList .listItem figure a {
	border-radius: 14px;
}
.topFocusList .listItem figure img {
	border-radius: 14px;
}
.topFocusList .listItem .taxonomy {
	gap: 5px 10px;
}
.topFocusList .listItem .date {
	font-size: 11px;
}
.topFocusList .listItem .title {
	font-size: 15px;
}
.topFocusList .slick-arrow {
	position: absolute;
	top: 104px;
	z-index: 2;
	width: 40px;
	height: 40px;
	text-indent: 200%;
	white-space: nowrap;
	border-radius: 10px;
	border: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	background-image: url(../images/icn_arw_y03.svg);
	background-color: var(--color-gray01);
	overflow: hidden;
}
.topFocusList .slick-prev {
	left: 10px;
	transform: scale(-1, 1);
}
.topFocusList .slick-next {
	right: 10px;
	
}


/*-------------------------------------
 Team
-------------------------------------*/
.topTeamBlock .inner {
	padding-top: 50px;
	padding-bottom: 57px;
}
.topTeamBlock .sectionHead {
	display: block;
	margin-bottom: 46px;
}
.topTeamBlock .sectionHead p {
	padding-top: 5px;
	font-size: 15px;
	line-height: 1.7;
}
.topTeamList {
	display: flex;
	flex-direction: column;
}
.topTeamList .listItem figure img {
	border-radius: 25px;
}
.topTeamList .listItem .nameja {
	top: 15px;
	left: 18px;
	right: 18px;
	font-size: 10px;
}
.topTeamList .listItem .nameja em {
	font-size: 28px;
}
.topTeamList .listItem .nameen {
	left: 18px;
	right: 18px;
	bottom: 20px;
	font-size: 30px;
}
.topTeamList .listItem .caption {
	padding: 15px 18px 0;
	font-size: 12px;
}


/*-------------------------------------
 Mission
-------------------------------------*/
.topMissionBlock .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.topMissionBlock .cube01 {
	top: 30%;
	left: 10px;
	max-width: 108px;
	width: 40%;
}
.topMissionBlock .cube02 {
	top: 235px;
	right: 10px;
	max-width: 150px;
	width: 46%;
}
.topMissionBlock .sectionHead h2 {
	margin-bottom: 25px;
}
.topMissionLead p {
	margin-bottom: 30px;
	font-size: 15px;
}
.topMissionList {
	flex-direction: column;
}
.topMissionList .listItem {
	width: auto;
	border-radius: 10px;
}
.topMissionList .listItem figure img {
	border-radius: 10px 10px 0 0;
}
.topMissionList .listItem .group {
	padding: 20px 20px 28px 30px;
}
.topMissionList .listItem h3 {
	margin-bottom: 10px;
	font-size: 18px;
}
.topMissionList .listItem p {
	font-size: 14px;
	line-height: 1.9;
}


/*-------------------------------------
 Clients
-------------------------------------*/
.topClientsBlock .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.topClientsBlock .sectionHead {
	margin-bottom: 35px;
}
.topClientsList {
	position: relative;
	overflow: hidden;
}
.topClientsList ul {
	justify-content: flex-start;
	gap: 30px;
}


/*-------------------------------------
 News
-------------------------------------*/
.topNewsBlock .inner {
	padding-top: 60px;
	padding-bottom: 60px;
}
.topNewsBlock .sectionHead .link {
	margin-top: 10px;
}
.topNewsBlock .sectionHead .link a:after {
	width: 20px;
	height: 20px;
	margin-left: 10px;
	vertical-align: text-bottom;
	border-radius: 5px;
	background-size: 9px auto;
}
.topNewsList .listItem {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	padding-block: 19px;
}

.topNewsList .listItem .date {
	font-size: 12px;
	grid-area: 1 / 1 / 2 / 2;
}
.topNewsList .listItem .category {
	justify-self: flex-end;
	min-width: 72px;
	height: 21px;
	font-size: 9px;
	grid-area: 1 / 2 / 2 / 3;
}
.topNewsList .listItem .title {
	font-size: 13px;
	line-height: 1.85;
	grid-area: 2 / 1 / 3 / 3;
}
/*
.topNewsList .listItem .title a[target=_blank]:after {
	width: 24px;
	height: 24px;
}
*/







}


/* PC layout
-------------------------------------------------------------------*/

@media screen and (min-width: 769px) {

.topFocusList .listItem figure img {
	text-decoration: none;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	backface-visibility: hidden;
}
.topFocusList .listItem figure a:hover img {
	transform: scale(1.1);
}


}


@media screen and (min-width: 1200px) {

.topNewsBlock .inner {
	padding-right: clamp(30px, -1110.000px + 95vw, 220px);
}



}


