body#top {
	overflow-x: hidden;
}

body#top .title-en {
	top: 50px;
}

body#top .sec-inner {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	body#top .sec-inner {
		padding-top: 30px;
	}
	
	body#top .title-en {
		top: 0;
	}
	
	body#top .wrap-link {
		width: 100%;
	}
	
	body#top .wrap-link a {
		margin-inline: auto;
	}
}

body#top #top-mv .mv-inner {
	height: 100%;
	position: relative;
	width: 100%;
}

body#top #top-mv .video-background {
	aspect-ratio: 15 / 8;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

body#top #top-mv .video-background::before {
	background-image: url("../images/home/mv_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

body#top #top-mv .video-background .wave {
	bottom: 100px;
	display: block;
	height: auto;
	position: absolute;
	width: 9vw;
	z-index: 4;
}

body#top #top-mv .video-background .wave.wave01 {
	bottom: 17vw;
	right: 8vw;
}

body#top #top-mv .video-background .wave.wave02 {
	bottom: 10vw;
	left: 15vw;
}

body#top #top-mv .video-background .background {
	bottom: 0;
	height: auto;
	position: absolute;
	right: -10%;
	width: 80%;
}

body#top #top-mv .mv-inner .bird {
	display: block;
	height: 20vw;
	left: 20px;
	position: absolute;
	bottom: 30px;
	width: 14vw;
	z-index: 1;
}

body#top #top-mv .mv-inner .title-box {
	position: absolute;
	left: 20px;
	top: 150px;
	z-index: 3;
}

body#top #top-mv .mv-inner .mv-ttl {
	display: flex;
	flex-direction: column;
	position: relative;
	row-gap: 15px;
}

body#top #top-mv .mv-inner .mv-ttl::before {
	background-image: url("../images/common/bird01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 119px;
	position: absolute;
	right: -6vw;
	top: -5vw;
	width: 21vw;
}

body#top #top-mv .mv-inner .mv-ttl span {
	background-color: var(--white);
	font-size: min(6.4vw, 6.5rem);
	font-weight: 700;
	letter-spacing: .1em;
	line-height: 1.2;
	width: fit-content;
}

body#top #top-mv .mv-inner .text-box {
	margin-top: 40px;
}

body#top #top-mv .mv-inner .text-box p {
	font-size: 1.8rem;
	font-weight: 500;
	text-shadow: 1px 1px 2px var(--white);
}

@media screen and (max-width: 1023px) {
	body#top #top-mv .video-background .wave.wave02 {
		display: none;
	}
	
	body#top #top-mv .video-background .background {
		bottom: unset;
		height: 100%;
		position: relative;
		right: unset;
		width: 120%;
	}
	
	body#top #top-mv .mv-inner .mv-ttl::before {
		top: -2vw;
	}
	
	body#top #top-mv .mv-inner .bird {
		display: none;
	}
	
	body#top #top-mv .mv-inner .text-box {
		margin-top: 15px;
	}
	
	body#top #top-mv .mv-inner .text-box p {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 767px) {
	body#top #top-mv .video-background {
		height: 68vw;
	}
	
	body#top #top-mv .video-background.sp-only {
		
	}
	
	body#top #top-mv .video-background::before {
		background-image: url("../images/home/mv_bg_sp.png");
	}
	
	body#top #top-mv .video-background .wave.wave01 {
		bottom: 31vw;
		right: 12vw;
	}
	
	body#top #top-mv .video-background .wave.wave02 {
		display: block;
	}
	
	body#top #top-mv .mv-inner .bird {
    bottom: 80px;
    display: block;
    height: auto;
		left: unset;
    position: absolute;
		right: 10px;
    width: 16vw;
    z-index: 4;
	}
	
	body#top #top-mv .mv-inner {
		margin-top: 60px;
	}
	
	body#top #top-mv .mv-inner .title-box {
		left: 0;
		padding: 0 10px;
		position: relative;
		top: 30px;
		z-index: 9;
	}
	
	body#top #top-mv .mv-inner .mv-ttl {
		row-gap: 5px;
	}
	
	body#top #top-mv .mv-inner .mv-ttl::before {
		right: 10px;
	}
	
	body#top #top-mv .mv-inner .text-box.sp-only {
		background: linear-gradient(90deg,rgba(245, 245, 245, 0.6) 0%, rgba(255, 255, 255, 0) 100%);
		margin-top: 0;
		padding-bottom: 30px;
		padding-top: 10px;
		padding: 10px 20px 30px;
	}
	
	body#top #top-mv .mv-inner .text-box p {
		font-size: 1.4rem;
		font-weight: 500;
		letter-spacing: .04em;
		line-height: 1.6;
		text-align: left;
		text-shadow: none;
	}
}

body#top .section-info .waves-container {
	top: -40px;
}

body#top .section-info .sec-inner {
	margin-top: -100px;
}

body#top .section-info .title-en {
	top: 60px;
}

body#top .section-info .wrap-info-container {
	column-gap: 130px;
	display: flex;
	justify-content: space-between;
}

body#top .section-info .wrap-info-container .content-box {
	width: calc(100% - 210px);
}

body#top .section-info .sec-ttl {
	writing-mode: vertical-rl;
}

body#top .section-info .sec-ttl.line01::before {
	left: 50%;
	translate: -50% 0;
}

body#top .section-info .content-box {
	margin-top: 0;
	position: relative;
	width: 100%;
}

body#top .section-info .content-box::before {
	background-image: url("../images/common/bird03.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 229px;
	position: absolute;
	right: -6vw;
	top: -12vw;
	width: 16vw;
	z-index: 10;
}

body#top .section-info .wrap-link {
	margin-top: 50px;
}

body#top .section-info .wrap-link .c-link {
	margin-left: auto;
}

@media screen and (max-width: 1152px) {
	body#top .section-info .content-box::before {
		right: 0;
	}
}

@media screen and (max-width: 1023px) {
	body#top .section-info .waves-container {
		top: -20px;
	}

}

@media screen and (max-width: 767px) {
	body#top .section-info .waves-container {
		top: -15px;
	}
	
	body#top .section-info .title-en {
		top: 0;
	}
	
	body#top .section-info .sec-inner {
		margin-top: -20px;
	}
	
	body#top .section-info .wrap-info-container {
		flex-wrap: wrap;
	}
	
	body#top .section-info .wrap-info-container .content-box {
		width: 100%;
	}
	
	body#top .section-info .sec-ttl {
		width: 100%;
		writing-mode: horizontal-tb;
	}
	
	body#top .section-info .sec-ttl.line01::before {
		left: 0;
		translate: 0 0;
	}

	body#top .section-info .content-box {
		margin-top: 50px;
	}
}

body#top .section-messege .messege-container {
	align-items: center;
	column-gap: 60px;
	display: grid;
	grid-template-areas:
	"title image"
	"content-area image"
	"link image"
	;
	grid-template-columns: 1fr auto;
	grid-template-rows: auto auto auto;
	width: 100%;
}

body#top .section-messege .messege-container .sec-ttl-box {
	align-self: self-end;
	grid-area: title;
}

body#top .section-messege .messege-container .content-box {
	grid-area: content-area;
	margin-top: 0;
}

body#top .section-messege .messege-container .wrap-link {
	align-self: self-start;
	grid-area: link;
}

body#top .section-messege .messege-container .image-box {
	grid-area: image;
	position: relative;
}

body#top .section-messege .messege-container .image-box::before {
	background-image: url("../images/common/wave02.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 79px;
	position: absolute;
	right: -85px;
	bottom: -20px;
	width: 143px;
	z-index: 1;
}

body#top .section-messege .messege-container .image-box img {
	aspect-ratio: 4 /5;
	border-radius: 40px;
	height: 100%;
	max-width: 400px;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body#top .section-messege .messege-container {
		grid-template-areas:
		"title title"
		"content-area image"
		"link link"
		;
		column-gap: 15px;
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto auto;
		row-gap: 35px;
	}
	
	body#top .section-messege .messege-container .image-box {
		margin-top: 20px;
	}
	
	body#top .section-messege .messege-container .image-box::before {
		content: none;
	}
	
	body#top .section-messege .messege-container .image-box img {
		border-radius: 20px;
	}
}

body#top .section-about > img {
	height: auto;
	position: relative;
	top: -70px;
	width: 100%;
	z-index: 10;
}

body#top .section-about .sec-inner {
	margin-top: -100px;
	position: relative;
}

body#top .section-about .sec-inner::before {
	background-image: url('../images/home/about_bg.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 100%;
	max-height: 494px;
	max-width: 760px;
	position: absolute;
	right: 0;
	top: 60%;
	translate: 0 -50%;
	width: 100%;
	z-index: -2;
}

body#top .section-about .about-container {
	align-items: center;
	column-gap: 60px;
	display: grid;
	grid-template-areas:
	"title content-area"
	"link content-area"
	;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto auto;
	place-items: end;
	width: 100%;
}

body#top .section-about .about-container .sec-ttl-box {
	align-self: self-start;
	grid-area: title;
}

body#top .section-about .about-container .about-list {
	grid-area: content-area;
	margin-top: 0;
}

body#top .section-about .about-container .wrap-link {
	align-self: self-end;
	grid-area: link;
	width: 100%;
}

body#top .section-about .about-list {
	max-width: 565px;
	width: 100%;
}

body#top .section-about .about-list li {
	border-top: 1px solid var(--border-color);
}

body#top .section-about .about-list li:last-child {
	border-bottom: 1px solid var(--border-color);
}

body#top .section-about .about-list li a {
	background-color: transparent;
	border-radius: 0;
	padding: 25px 20px;
}

body#top .section-about .about-list li a .text {
	font-size: 2.4rem;
	font-weight: 700;
}

body#top .section-about .about-list li a .circle {
	height: 47px;
	width: 47px;
}

body#top .section-about .about-list li a .arrow {
	height: 12px;
	width: 12px;
}

@media screen and (max-width: 767px) {
	body#top .section-about > img {
		top: -33px;
	}
	body#top .section-about .sec-inner {
		margin-top: -45px;
	}
	
	body#top .section-about .about-container {
		row-gap: 50px;
		display: grid;
		grid-template-areas:
		"title"
		"content-area"
		"link"
		;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		place-items: start;
	}
	
	body#top .section-about .about-list {
		max-width: 100%;
	}
	
	body#top .section-about .about-list li a {
		background-color: transparent;
		border-radius: 0;
		padding: 20px;
	}

	body#top .section-about .about-list li a .text {
		font-size: 1.8rem;
	}
}

@media (hover: hover) {
	body#top .section-about .about-list li a:hover .text {
		color: var(--main-text-color);
		opacity: .7;
	}
}

body#top .section-job img {
	height: auto;
	width: 100%;
}

body#top .section-job .sec-inner {
	margin-top: -110px;
	padding-bottom: 210px;
}

body#top .section-job .title-en {
	margin-bottom: 40px;
	top: 0;
}

body#top .section-job .content-box {
	margin-top: 70px;
}

body#top .section-job .job-container {
	align-items: center;
	column-gap: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}

body#top .section-job .job-container .text-box {
	flex-basis: calc(100% - 340px);
}

@media screen and (max-width: 767px) {
	body#top .section-job .sec-inner {
		margin-top: 0px;
		padding-bottom: 120px;
	}
	
	body#top .section-job .title-en {
		margin-bottom: 0;
	}
	
	body#top .section-job .job-container .text-box {
		flex-basis: 100%;
	}
}

body#top .section-project {
	overflow-x: hidden;
}

body#top .section-project .sec-inner {
	background: linear-gradient(90deg,rgb(245 245 245 / 1) 0%, rgb(255 255 255 / 1) 100%);
	padding-bottom: 210px;
}

body#top .section-project .title-en {
	color: var(--white);
	opacity: 1;
	position: relative;
}

body#top .section-project .title-en::before {
	background-image: url("../images/common/bird01.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 118px;
	position: absolute;
	left: 61vw;
	top: 50px;
	width: 18vw;
}

body#top .section-project .content-box {
	margin-top: 70px;
}

body#top .section-project .project-list {
	counter-reset: number 0; 
}

body#top .section-project .project-list .project-item {
	align-items: center;
	border-top: 1px solid var(--border-color);
	column-gap: 126px;
	display: flex;
	padding: 20px 0;
	transition: all .4s;
}

body#top .section-project .project-list .project-item:last-child {
	border-bottom: 1px solid var(--border-color);
}

body#top .section-project .project-list .project-item .image-box {
	width: 170px;
}

body#top .section-project .project-list .project-item .image-box img {
	border-radius: 14px;
	height: auto;
	width: 100%;
}

body#top .section-project .project-list .project-item .post-ttl {
	align-items: center;
	column-gap: 10px;
	display: flex;
	justify-content: space-between;
	position: relative;
	width: 100%;
	z-index: 1;
}

body#top .section-project .project-list .project-item .post-ttl::before {
	color: #DEDEDE;
	counter-increment: number 1;
	content: "#"counter(number);
	font-family: "Montserrat", sans-serif;
	font-style: italic;
	font-size: 8.8rem;
	font-weight: 500;
	left: -1em;
	line-height: 1;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	z-index: -1;
}

body#top .section-project .project-list .project-item .post-ttl .text {
	font-size: 2.4rem;
	font-weight: 700;
	width: calc(100% - 47px);
}

body#top .section-project .wrap-link {
	margin-top: 50px;
}

body#top .section-project .wrap-link .c-link {
	margin-left: auto;
}

body#top .section-project .project-list .project-item .circle {
	background-color: var(--main-color);
	border: 2px solid var(--main-color);
	border-radius: 50%;
	display: grid;
	height: 47px;
	place-items: center;
	position: relative;
	transition: all .4s;
	width: 47px;
}

body#top .section-project .project-list .project-item .arrow {
	background-color: var(--white);
	mask-image: url("../images/common/arrow_right.svg");
	mask-size: cover;
	display: block;
	height: 13px;
	left: 0;
	position: relative;
	transition: all .4s;
	width: 14px;
}

@media screen and (max-width: 767px) {
	body#top .section-project .sec-inner {
		padding-bottom: 120px;
	}
	
	body#top .section-project .title-en::before {
		left: 65vw;
		top: 15px;
		width: 18vw;
	}
	
	body#top .section-project .project-list .project-item {
		flex-wrap: wrap;
		row-gap: 50px;
	}
	
	body#top .section-project .project-list .project-item .image-box {
		margin-inline: auto;
		width: 80%;
	}

	body#top .section-project .project-list .project-item .post-ttl .text {
		font-size: 1.8rem;
		width: calc(100% - 47px);
	}
	
	body#top .section-project .project-list .project-item .post-ttl::before {
		font-size: 4rem;
		left: 0;
		top: -1em;
		translate: 0 0;
	}
	
	body#top .section-project .wrap-link .c-link {
		margin-inline: auto;
	}
	
	body#top .section-project .project-list .project-item .circle {
		height: 30px;
		width: 30px;
	}
	
	body#top .section-project .project-list .project-item .arrow {
		height: 13px;
		width: 14px;
	}
}

body#top .section-interview {
	margin-top: -70px;
}

body#top .section-interview .sec-inner {
	margin-top: -25px;
	overflow: hidden;
}

@media screen and (max-width: 767px) {
	body#top .section-interview {
		margin-top: -10px;
	}
}

body#top .section-workstyle > img {
	height: auto;
	position: relative;
	top: -70px;
	width: 100%;
	z-index: 10;
}

body#top .section-workstyle .sec-inner {
	margin-top: -100px;
	position: relative;
}

body#top .section-workstyle .content-box {
	margin-top: 70px;
}

body#top .section-workstyle .content-box .wrap-link {
	margin-top: 70px;
}

body#top .section-workstyle .learn-grow-container {
	align-items: center;
	column-gap: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 40px;
}

body#top .section-workstyle .learn-grow-container .text-box {
	flex-basis: calc(100% - 340px);
}

body#top .section-workstyle .workstyle-container {
	align-items: center;
	column-gap: 60px;
	display: grid;
	grid-template-areas:
	"title content-area"
	"link content-area"
	;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto auto auto;
	place-items: end;
	width: 100%;
}

body#top .section-workstyle .workstyle-container .sec-ttl-box {
	align-self: self-start;
	grid-area: title;
}

body#top .section-workstyle .workstyle-container .workstyle-list {
	grid-area: content-area;
	margin-top: 0;
}

body#top .section-workstyle .workstyle-container .wrap-link {
	align-self: self-end;
	grid-area: link;
	margin-right: auto;
}

body#top .section-workstyle .workstyle-list {
	max-width: 565px;
	width: 100%;
}

body#top .section-workstyle .workstyle-list li {
	border-top: 1px solid var(--border-color);
}

body#top .section-workstyle .workstyle-list li:last-child {
	border-bottom: 1px solid var(--border-color);
}

body#top .section-workstyle .workstyle-list li a {
	background-color: transparent;
	border-radius: 0;
	padding: 25px 20px;
}

body#top .section-workstyle .workstyle-list li a .text {
	font-size: 2.4rem;
	font-weight: 700;
}

body#top .section-workstyle .workstyle-list li a .circle {
	height: 47px;
	width: 47px;
}

body#top .section-workstyle .workstyle-list li a .arrow {
	height: 12px;
	width: 12px;
}

@media screen and (max-width: 979px) {
		
	body#top .section-workstyle .workstyle-container {
		row-gap: 60px;
		display: grid;
		grid-template-areas:
		"title"
		"content-area"
		"link"
		;
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		place-items: start;
	}
	
	body#top .section-workstyle .workstyle-list {
		max-width: 100%;
	}
	
	body#top .section-workstyle .workstyle-list li a {
		background-color: transparent;
		border-radius: 0;
		padding: 20px;
	}

	body#top .section-workstyle .workstyle-list li a .text {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-workstyle .waves-container {
		top: -20px;
	}
	
	body#top .section-workstyle > img {
		top: -33px;
	}
	body#top .section-workstyle .sec-inner {
		margin-top: -45px;
	}
	
	body#top .section-workstyle .content-box {
		margin-top: 50px;
	}

	body#top .section-workstyle .content-box .wrap-link {
		margin-top: 50px;
	}
	
	body#top .section-workstyle .learn-grow-container .text-box {
		flex-basis: 100%;
	}

}

@media (hover: hover) {
	body#top .section-workstyle .workstyle-list li a:hover .text {
		color: var(--main-text-color);
		opacity: .7;
	}
}

body#top .section-instagram .content-box {
	margin-top: 60px;
}

body#top #sb_instagram #sbi_images .sbi_item {
	border-radius: 28px;
}

body#top .section-instagram .wrap-link {
	margin-top: 20px;
}

body#top .section-instagram .wrap-link .c-link {
	margin-inline: auto;
	margin-top: 15px;
	padding: 19px 20px 19px 60px;
}

body#top .section-instagram .wrap-link .title {
	align-items: center;
	column-gap: 20px;
	display: flex;
	font-size: 1.6rem;
	font-weight: 700;
	justify-content: center;
	position: relative;
}

body#top .section-instagram .wrap-link .title::before,
body#top .section-instagram .wrap-link .title::after {
	background-color: var(--main-text-color);
	content: "";
	display: block;
	height: 25px;
	width: 2px;
}

body#top .section-instagram .wrap-link .title::before {
	rotate: 340deg;
}

body#top .section-instagram .wrap-link .title::after {
	rotate: 20deg;
}

body#top .section-instagram .wrap-link .text {
	text-align: center;
}
