@charset "UTF-8";

/*----------------------------------------

loading

-----------------------------------------*/

.g-header.__top {
	-webkit-transition: 0.6s;
	transition: 0.6s;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	top: -20px;
	opacity: 0;
	pointer-events: none;
}

body.is-loaded .g-header.__top {
	top: 0;
	opacity: 1;
	pointer-events: all !important;
}

body.is-loaded .q-top-mv__catch {
	opacity: 1;
}

/*----------------------------------------

top

-----------------------------------------*/

.top-headline {
	width: 100%;
	height: 52px;
	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;
	position: relative;
	font-size: 25px;
	font-style: italic;
	font-family: "Barlow Condensed", sans-serif;
	line-height: 1;
	letter-spacing: 0.07em;
	padding: 0 45px;
	margin-bottom: -31px;
	top: -31px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: -webkit-gradient(linear, left top, right top, from(#00d7ff), to(#3a7fff));
	background: -webkit-linear-gradient(left, #00d7ff 0%, #3a7fff 100%);
	background: linear-gradient(to right, #00d7ff 0%, #3a7fff 100%);
}

.text .headline .small {
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.01em;
  display: block;
}

.q-top-mv {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100vh;
	min-height: 435px;
}

.q-top-mv__catch {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 775px;
	margin: 0 auto;
	top: -32px;
	left: 0;
	opacity: 0;
	-webkit-transition: 0.6s;
	transition: 0.6s;
	padding-top: 130px;
}

.q-top-mv__video {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.q-top-mv__video video {
	position: absolute;
	top: 50%;
	left: 50%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

.q-top-whats .l-container {
	background: #f1f1ec;
	padding-top: 110px;
	padding-bottom: 240px;
}

.q-top-whats__group {
	width: 100%;
	max-width: 615px;
	margin: 0 auto;
}

.q-top-whats__group-item {
	width: 100%;
	padding-right: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.q-top-whats__group-item:nth-child(1) {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-bottom: 100px;
}

.q-top-whats__group-item:nth-child(2) {
	margin-bottom: 45px;
}

.q-top-whats__group-item:nth-child(3):after {
	content: "";
	width: 1px;
	height: 233px;
	background: #212121;
	position: absolute;
	left: 0;
	bottom: 45px;
	margin-left: 30px;
}

.q-top-whats__group-item:nth-child(2),
.q-top-whats__group-item:nth-child(3) {
	padding-left: 59px;
	position: relative;
}

.q-top-whats__group-item:nth-child(2):before,
.q-top-whats__group-item:nth-child(3):before {
	content: "";
	width: 25px;
	height: 1px;
	background: #212121;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: 30px;
	margin-top: -8px;
}

.q-top-whats__group .headline {
	width: calc(100% - 260px);
}

.q-top-whats__group .headline .en_large {
	font-size: 106px;
	line-height: 1;
	font-family: "Barlow Condensed", sans-serif;
	font-style: italic;
	color: #4cabe7;
	display: block;
	letter-spacing: 0.07em;
	position: relative;
	left: -10px;
	top: 0;
}

.q-top-whats__group .headline .en_medium {
	font-size: 37.82px;
	line-height: 1.05;
	font-family: "Barlow Condensed", sans-serif;
	font-style: italic;
	color: #4cabe7;
	display: block;
	letter-spacing: 0.07em;
	margin-bottom: 12px;
}

.q-top-whats__group .headline .en {
	font-size: 50px;
	line-height: 1;
	font-family: "Barlow Condensed", sans-serif;
	font-style: italic;
	color: #4cabe7;
	display: block;
	letter-spacing: 0.07em;
	margin-bottom: 10px;
}

.q-top-whats__group .headline .jp {
	font-size: 16px;
	line-height: 1;
	letter-spacing: 0.05em;
	display: block;
}

.q-top-whats__group .link {
	width: 250px;
	padding-top: 9px;
}

.q-top-topics .l-container {
	background: #fff;
	padding-bottom: 163px;
}

.q-top-topics .c-button01 {
	margin-top: 65px;
	margin-left: auto;
	max-width: 375px;
	padding: 0 35px 0 38px;
}

.q-top-topics .p-topics__item {
	border-bottom: 1px solid #212121;
}

.q-top-topics .p-topics__item:first-child {
	border-top: 1px solid #212121;
}

.q-top-topics .p-topics__item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 24px 0;
}

.q-top-topics .p-topics__item-project {
	width: 228px;
	padding-top: 3px;
}

.q-top-topics .p-topics__item-project .project {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	letter-spacing: 0.02em;
	font-size: 15px;
	line-height: 1.1;
	background: #212121;
	word-break: break-all;
	padding: 6px 5px;
	width: 100%;
}

.q-top-topics .p-topics__item-text {
	width: calc(100% - 252px);
}

.q-top-topics .p-topics__item-text .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.q-top-topics .p-topics__item-text .date {
	font-family: "Barlow Condensed", sans-serif;
	font-style: italic;
	width: 81px;
	font-size: 14px;
	line-height: 1.1;
	letter-spacing: 0.07em;
	padding-top: 11px;
	word-break: break-all;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-top-topics .p-topics__item-text .title {
	width: calc(100% - 81px);
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.08em;
	padding: 5px 0 5px 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-all;
	border-left: 1px solid #212121;
}

.q-top-topics__tab {
	margin-top: 71px;
}

.q-top-topics__tab .p-topics {
	display: none;
}

.q-top-topics__navi {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 51px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-top-topics__navi li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: "Barlow Condensed", sans-serif;
	font-size: 14px;
	font-style: italic;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
	text-align: center;
	margin-left: 7.5px;
	margin-bottom: 10px;
	width: 144px;
	height: 29px;
	background: #f2f2f2;
	cursor: pointer;
}

.q-top-topics__navi li.is-active {
	background: #4cabe7;
	color: #fff;
}

.q-top-project .l-container {
	background: #e8edf0;
	padding-bottom: 195px;
}

.q-top-project__list {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	margin-top: 102px;
	margin-bottom: 140px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: medium;
	gap: 30px;
}

.q-top-project__list .spece-no {
  white-space: nowrap;
}

.q-top-project__list-item {
	width: 250px;
}

.q-top-project__list-item a {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}

.q-top-project__list-item .text {
	margin-bottom: 20px;
 min-width:220px;
}

.q-top-project__list-item .img {
	padding-bottom: 50px;
}

.q-top-project__list-item .headline .en {
	font-size: 34px;
	font-family: "Barlow Condensed", sans-serif;
	font-style: italic;
	line-height: 1;
	letter-spacing: 0.067em;
	display: block;
	margin-bottom: 8px;
}

.q-top-project__list-item .headline .en span {
	display: block;
	font-size: 22px;
	margin-top: 8px;
	margin-bottom: 4px;
	letter-spacing: 0.06em;
	white-space: nowrap;
}

.q-top-project__list-item .headline .en.__project01 {
	color: #6e359e;
}

.q-top-project__list-item .headline .en.__project02 {
	color: #19af55;
}

.q-top-project__list-item .headline .en.__project03 {
	color: #03215f;
}

.q-top-project__list-item .headline .jp {
	font-size: 14px;
	line-height: 1.62;
	letter-spacing: 0.01em;
	display: block;
}

.q-top-project__list-item .more {
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
}

.q-top-project__list-item._kako {
	width: fit-content;
}

.q-top-project__list-item._kako a {
	flex-direction: row;
	width: fit-content;
	gap: 30px;
	flex-wrap: wrap;
}

.q-top-project__list-item._kako .q-top-project__list-linkgroup {
	width: 250px;
	position: relative;
}

.q-top-project__list-item._kako .c-button01 {
	background: linear-gradient(to right, #B2B2B2 0%, #969696 100%);
}

.q-top-project__kako._title {
	margin-bottom: 75px;
	padding-bottom: 6px;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
	border-bottom: 0.5px solid #211613;
}

.q-top-project__kako-flex {
	display: flex;
	justify-content: space-between;
 flex-wrap: wrap;
 row-gap: 60px;
}

.q-top-banner .l-container {
	background: #fff;
	padding-top: 80px;
	padding-bottom: 51px;
}

.q-top-banner ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 924px;
	margin: 0 auto;
}

@media (max-width: 829px) {

.top-headline {
	top: 0;
	margin-bottom: 0;
	font-size: 50px;
	height: 94px;
	padding: 0 50px;
}

.text .headline .small {
font-size: 24px;
}

.q-top-mv {
	height: 1413px;
}

.q-top-mv__catch {
	max-width: 674px;
	left: -5px;
	padding-top: 0;
}

.q-top-whats .l-container {
	padding-top: 75px;
	padding-bottom: 110px;
	margin-bottom: 110px;
}

.q-top-whats__group {
	max-width: 640px;
}

.q-top-whats__group-item {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.q-top-whats__group-item:nth-child(1) {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 110px;
}

.q-top-whats__group-item:nth-child(1) .headline {
	margin-bottom: 30px;
}

.q-top-whats__group-item:nth-child(3):after {
	height: 430px;
	margin-left: 83px;
	bottom: 196px;
}

.q-top-whats__group-item:nth-child(2),
.q-top-whats__group-item:nth-child(3) {
	padding-left: 159px;
}

.q-top-whats__group-item:nth-child(2) .headline,
.q-top-whats__group-item:nth-child(3) .headline {
	margin-bottom: 19px;
}

.q-top-whats__group-item:nth-child(2):before,
.q-top-whats__group-item:nth-child(3):before {
	width: 60px;
	margin-left: 83px;
	margin-top: -73px;
}

.q-top-whats__group .headline {
	width: 100%;
}

.q-top-whats__group .headline .en_large {
	font-size: 180px;
	margin-bottom: -10px;
	left: -16px;
}

.q-top-whats__group .headline .en_medium {
	font-size: 60px;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.q-top-whats__group .headline .en {
	font-size: 90px;
	margin-bottom: 11px;
}

.q-top-whats__group .headline .jp {
	font-size: 32px;
}

.q-top-whats__group .link {
	width: 100%;
	max-width: 450px;
	padding-top: 0;
	margin: 0;
}

.q-top-topics .l-container {
	padding-bottom: 130px;
}

.q-top-topics .c-button01 {
	margin-top: 67px;
	max-width: 450px;
	margin-right: 50px;
}

.q-top-topics .p-topics__item a {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 38px 52px 30px;
}

.q-top-topics .p-topics__item-project {
	width: 59%;
	padding-top: 0;
	margin-bottom: 17px;
}

.q-top-topics .p-topics__item-project .project {
	min-height: 57px;
	font-size: 28px;
}

.q-top-topics .p-topics__item-text {
	width: 100%;
}

.q-top-topics .p-topics__item-text .box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.q-top-topics .p-topics__item-text .date {
	padding-top: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 28px;
	position: absolute;
	right: 40px;
	top: 40px;
	width: 190px;
	height: 57px;
	border-left: 1px solid #212121;
	border-right: 1px solid #212121;
}

.q-top-topics .p-topics__item-text .title {
	letter-spacing: 0;
	display: block;
	border-left: none;
	padding: 0;
	width: 100%;
	font-size: 32px;
}

.q-top-topics__tab {
	margin-top: 20px;
}

.q-top-topics__navi {
	padding: 0 55px;
	margin-bottom: 70px;
}

.q-top-topics__navi li {
	width: 22.5%;
	margin-left: 0;
	margin-right: 3.3%;
	margin-bottom: 20px;
	height: 57px;
	font-size: 32px;
}

.q-top-topics__navi li:nth-child(4n) {
	margin-right: 0;
}

.q-top-project .l-container {
	padding-bottom: 70px;
}

.q-top-project__list {
	margin-top: 140px;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0;
}

.q-top-project__list-item {
	width: 100%;
	margin-bottom: 90px;
}

.q-top-project__list-item a {
	height: 505px;
	padding-left: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.q-top-project__list-item .text {
	width: 50%;
	height: 100%;
	margin-bottom: 0;
	position: relative;
}

.q-top-project__list-item .img {
	position: absolute;
	right: 0;
	top: 7px;
	width: 355px;
}

.q-top-project__list-item .headline .en {
	font-size: 70px;
	line-height: 0.9;
	letter-spacing: 0.04em;
	margin-bottom: 22px;
	padding-top: 4px;
}

.q-top-project__list-item .headline .en span {
	font-size: 44px;
	padding-top: 6px;
	margin-bottom: 10px;
	letter-spacing: 0.08em;
}

.q-top-project__list-item .headline .jp {
	font-size: 32px;
}

.q-top-project__list-item .more {
	width: 97%;
	bottom: -10px;
}

.q-top-project__list-item._kako {
	width: 100%;
}

.q-top-project__list-item._kako a {
	width: 100%;
	justify-content: space-between;
}


.q-top-project__list-item._kako .img {
	width: 100%;
}

.q-top-project__list-item._kako .q-top-project__list-linkgroup {
	position: absolute;
	width: 355px;
	right: 0;
	top: 7px;
}

.q-top-project__list-item._kako .en {
	margin-bottom: 0;
}

.q-top-project__list-item._kako .more {
	bottom: 15px;
}

.q-top-project__list-item._kako .more {
	width: 100%;
	bottom: -10px;
}

.q-top-project__kako._title {
	font-size: 32px;
	padding-bottom: 10px;
	padding-left: 51px;
	border-bottom: 1px solid #211613;
	width: 734px;
	margin-bottom: 134px;
}

.q-top-project__kako-flex {
	flex-direction: column;
 row-gap: 0;
}

.q-top-banner .l-container {
	padding-top: 130px;
	padding-bottom: 110px;
}

.q-top-banner ul {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 87.5%;
	max-width: 100%;
}

.q-top-banner ul li {
	width: 48%;
	margin-bottom: 27px;
}

.q-top-banner ul li img {
	width: 100%;
	height: auto;
	max-width: none;
}

}

@media not all and (max-width: 829px) {

.q-top-topics .c-button01__text {
	font-size: 15px;
}

.q-top-project .top-headline {
	height: 64px;
}

.q-top-project__list-item .more .c-button01 {
	height: 50px;
	padding: 0 20px 0 19px;
}

.q-top-banner ul li {
	width: 21.9%;
	margin-bottom: 30px;
	margin-right: 4.1%;
}

.q-top-banner ul li:nth-child(4n) {
	margin-right: 0;
}

}



/*----------------------------------------
2025-3追加
-----------------------------------------*/
.text .headline .small {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.01em;
    display: block;
}

@media not all and (max-width: 829px) {
.text .headline .small {
	font-size: 13px;
}
}
