@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400&display=swap');
body {
	overflow-x: hidden;
}
p {
	font-size: 1.6rem;
	letter-spacing: .16em;
	line-height: 1.5;
}
h2 {
	font-weight: 500;
	font-size: 3.2rem;
	letter-spacing: .16em;
	line-height: 1.6;
	text-align: left;
	margin-bottom: 0;
}
h2 span {
	font-size: 2rem;
}
.contents {
	position: relative;
}
.breadcrumb {
	margin-top: -40px;
}
section {
	max-width: 1280px;
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	h2:before {
		width: 40px;
		height: 40px;
	}
	h2 {
		font-size: 2.4rem;
	}
	h2 span {
		font-size: 1.6rem;
		line-height: 1.6;
		letter-spacing: .16em;
		display: block;
	}
}

/*PC Layout
===================================*/
/* @media all and (min-width: 769px) {
	h2 {
		font-size: min(1vw, 14px);
		letter-spacing: .2rem;
		line-height: 1.6;
	}
	h2 span {
		font-size: min(4vw, 36px);
		line-height: 1;
	}
} */


/* main
------------------------------------------------------ */
.main-bg {
	/* background: url(images/main-bg.jpg) no-repeat; */
	background-size: cover;
	background-position: center;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.page-main-img {
	margin: 0 calc(50% - 50vw);
	position: relative;
}
.main-lead {
	max-width: 1480px;
  margin: 80px auto;
  position: static;
}
.page-ttl {
	text-align: left;
	position: relative;
	left: 100px;
	bottom: 45%;
	font-weight: 400;
	font-size: 2.6rem;
	line-height: 1.5;
	color: #333;
	letter-spacing: 0.16em;
}
.page-ttl span {
	font-size: 7.2rem;
	letter-spacing: 1.4rem;
	background: -webkit-linear-gradient(-90deg, #9CC701 0%, #11540B 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.page-ttl span::after {
	content: "";
	display: block;
	width: 30vw;
	max-width: 400px;
	height: 2px;
	position: absolute;
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	-webkit-text-fill-color: transparent;
	margin-top: 16px;
}
.main-link-bg {
	padding: 40px 0;
	background: url(images/main-bg.png) no-repeat;
	background-size: cover;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.main-link {
	width: 90%;
	margin: 0 auto;
}
.main-link-ttl {
	font-size: min(1.7vw, 34px);
	margin-bottom: 30px;
	margin-top: 50px;
	letter-spacing: .2rem;
}
.main-link-txt {
	font-size: min(1.2vw, 24px);
	line-height: 1.8vw;
}
.main-link-item {
	display: flex;
	justify-content: space-between;
	background: #fff;
	margin-bottom: 10px;
	align-items: center;
}
.main-link-itme-img {
	width: 45%;
}
.main-link-item-txt {
	width: 55%;
	font-size: 1.2vw;
	line-height: 1.6vw;
	padding-left: 20px;
	letter-spacing: .2rem;
}
.floating .main-link-item {
	background: none;
}
.floating .main-link-item a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	main {
		margin-top: 70px;
	}
	.main-bg {
		padding-top: 40px;
	}
	.main-lead {
		margin: 60px auto;
	}
	.page-ttl {
		font-size: 2.2rem;
		text-align: left;
		width: 90%;
		left: 0;
		margin: 0 auto;
	}
	.page-ttl span {
		font-size: 4rem;
		line-height: 1.2;
		letter-spacing: 0.16em;
		text-align: left;
	}
	.page-ttl span::after {
		width: 60vw;
	}
	.main-link-ttl {
		font-size: 2.2rem;
		margin-bottom: 20px;
		margin-top: 0;
	}
	.main-link-txt {
		font-size: 1.4rem;
		line-height: 2.2rem;
		margin-bottom: 30px;
	}
	.main-link-item-txt {
		width: 65%;
		font-size: 1.4rem;
		font-weight: 400;
		padding-left: 14px;
	}
	.main-link-itme-img {
		width: 30%;
	}
	.page-main-img {
		width: 85vw;
	}
	#sec01, #sec02, #sec03, #sec04 {
		padding-top: 70px;
		margin-top: -70px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.main-link {
		display: flex;
		justify-content: space-between;
		max-width: 1280px;
	}
	.main-link-wrap {
		display: flex;
		flex-wrap: wrap;
		width: 59%;
		justify-content: space-between;
	}
	.main-link-txt-wrap {
		width: 40%;
	}
	.main-link-item {
		align-items: center;
	}
	.main-link-wrap a {
		width: 49%;
		transition: .5s;
	}
	.main-link-wrap a:hover .main-link-item {
		background: #333;
		transition: .5s;
		opacity: 1!important;
	}
	.main-link-wrap a:hover .main-link-item-txt {
		color: #fff;
		transition: .5s;
		opacity: 1!important;
	}
	a.main-link-item-link:hover {
		background: #333!important;
		transition: .5s;
		opacity: 1!important;
	}
	.page-ttl span {
		font-size: min(5vw, 65px);
		line-height: 1.5;
	}
	main {
		margin-top: 130px;
	}
	.main-link-ttl {
		font-size: min(1.6vw, 26px);
		line-height: 1.5;
		margin-bottom: 20px;
	}
	.main-link-txt {
		font-size: min(1.2vw, 18px);
		line-height: 1.6;
	}
	.main-link-item-txt {
		font-size: min(1.2vw, 18px);
		line-height: 1.4;
	}
	#sec01, #sec02, #sec03, #sec04 {
		padding-top: 300px;
		margin-top: -470px;
	}
	.page-ttl span {
		display: block;
	}
}

/* introduction
------------------------------------------------------ */
.intro-bg {
	background: url(images/bg01.png) no-repeat;
	background-size: cover;
	padding: 40px 0;
}
.intro-bg .flex {
	max-width: 1080px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.intro-bg h2 {
	width: 36%;
	font-size: 3.6rem;
	line-height: 2;
	font-weight: 400;
}
.intro-bg .flex-right {
	width: 56%;
}
.intro-bg .flex-right p {
	line-height: 2;
}

/*Tablet Layout
===================================*/
@media screen and (max-width:1024px) {
	.intro-bg h2 {
		font-size: 2.8rem;
	}
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.intro-bg .flex {
		display: block;
	}
	.intro-bg h2 {
		width: auto;
		font-size: 2.4rem;
		margin-bottom: 24px;
	}
	.intro-bg .flex-right {
		width: auto;
	}
}


/* category-link
------------------------------------------------------ */
.category-link-area {
	padding: 104px 0 64px;
	background: url(images/main-bg.jpg);
	background-size: cover;
}
.category-link-wrap {
	display: flex;
	width: 90%;
	max-width: 1225px;
	margin: 0 auto;
}
.category-link-txt-wrap {
	background: #333;
	color: #fff;
	position: relative;
	padding: 40px 20px 20px;
	height: 125px;
}
.category-link-txt span {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 4px;
  letter-spacing: .16em;
}
.link-arrrow01 {
	width: 48px;
	height: 48px;
	margin-right: 0;
	margin-left: auto;
}
.development-link {
	position: relative;
	color: #fff;
	padding: 10px 30px;
	display: block;
	text-decoration: none;
	outline: none;
	transition: all 0.3s ease-in-out;
	width: 100%;
	max-width: 300px;
	padding: 14px 0;
	text-align: center;
	margin-bottom: 10px;
	background: linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
	background: -webkit-linear-gradient(-360deg, #9CC701 0%, #11540B 100%);
}
.development-link p:after {
	content: '';
	background: url(images/arrow-horizon.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 30px;
	position: absolute;
	right: 28px;
	top: 24px;
	display: inline-block;
}
.development-link p {
	text-align: center;
	font-size: 1.5rem;
	letter-spacing: .3rem;
	display: inline-block;
}
.development-link:hover {
	background: #333;
	color: #fff;
	border-color: transparent;
	opacity: 1;
}
.development-link::before, .development-link::after {
	content: '';
	position: absolute;
	border: solid #fff;
	width: 0;
	height: 0;
	transition: all 0.3s ease-in-out;
}
.development-link::before {
	top: 3px;
	left: 6px;
	border-width: 1px 0 0 0;
}
.development-link::after {
	bottom: 3px;
	right: 6px;
	border-width: 0 0 1px 0;
}
.development-link:hover::before, .development-link:hover::after {
	width: calc(10% + 50px);
	height: calc(10% + 20px);
	border-color: #fff;
}

/*SP Tablet Layout
===================================*/
@media print, screen and (max-width: 768px) {
	.category-link-area {
		padding: 0 0 0;
		background: none;
	}
	.category-link-wrap {
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.category-link-item {
		width: 50%;
	}
	.category-link-item:nth-child(5) {
		width: 100%;
	}
	.category-link-item:nth-child(5) .category-link-img img {
		height: 160px;
		object-fit: cover;
	}
	.category-link-item:nth-child(5) .category-link-txt-wrap {
		height: 80px;
	}
	.category-link-txt span {
		font-size: 1.7rem;
		margin-bottom: 0;
	}
	.link-arrrow01 {
		width: 30px;
		height: 30px;
	}
	.category-link-txt-wrap {
		padding: 20px 20px;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.category-link-item {
		position: relative;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		transition: .3s;
		height: 464px;
		width: 25%;
	}
	.category-link-item:hover {
		color: #fff;
		opacity: 1;
	}
	.category-link-item::before {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 4;
		content: '';
		background: linear-gradient(-90deg, #9CC701 0%, #11540B 100%);
		background: -webkit-linear-gradient(-90deg, #9CC701 0%, #11540B 100%);
		transform-origin: left bottom;
		transform: scale(1, 0);
		transition: transform .3s;
	}
	.category-link-item:hover::before {
		transform-origin: left bottom;
		transform: scale(1, 1);
	}
	.category-link-item:hover .category-link-txt-wrap {
		z-index: 6;
		background: none;
		position: absolute;
		top: 30%;
	}
	.category-link-item:hover .link-arrrow01 {
		transform: rotate(27deg);
		margin: 20px auto;
	}
	.category-link-item:nth-child(1), .category-link-item:nth-child(3), .category-link-item:nth-child(5) {
		margin-top: -40px;
	}
	.category-link-item:hover .category-link-txt-wrap {
		width: 100%;
	}
}

/* achivements-list
------------------------------------------------------ */
.achivements {
	margin: 64px auto;
	max-width: 1080px;
	width: 90%;
}
.tabs {
	display: flex;
	gap: 16px;
	margin-bottom: 64px;
	justify-content: center;
	flex-wrap: wrap;
}
.tab {
	padding: 16px;
	cursor: pointer;
	border: 1px solid #555;
	background: #fff;
	border-radius: 30px;
	min-width: 206px;
	text-align: center;
}
.tab:hover {
	background: #555;
	color: #fff;
	border-color: transparent;
	transition: all 0.3s ease-out;
	opacity: 1;
}
.tab p {
	text-align: center;
}
.tab.active {
	background: #555;
	color: white;
}
.content {
	display: none;
}
.content.show {
	display: block;
}
.sec-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}
.sec-ttl {
	display: flex;
	align-items: center;
	gap: 24px;
}
.sec-ttl::before{
	content: "";
	display: block;
	width: 4px;
	height: 80px;
	background-color: #4F8707;
}
.sec-wrap h2 span {
	display: block;
	font-weight: 400;
}
.sec-buttons {
	width: 300px;
	/* padding-left: 16px;
	border-left: 2px solid #bebebe; */
}
.sec-item-slider {
	background-color: #f5f5f5;
	padding: 24px;
	border-radius: 4px;
}
.sec-item-slider li {
	border-bottom: 2px solid #bebebe;
	margin-bottom: 16px;
}
.sec-item-slider li:last-child {
	border-bottom: 0;
	margin-bottom: 0;
}
.sec-item-slider li:last-child .slide-item-link {
	padding-bottom: 0;
}
.dev-tag {
	background-color: #f0f0f0;
	color: #888;
	display: inline-block;
	border: 1px solid #aaa;
	border-radius: 30px;
	padding: 4px 12px;
	margin-bottom: 8px;
}
.dev-tag p {
	font-family: Arial, 'Noto Sans JP', sans-serif;
	font-size: 1.4rem;
	line-height: 1.2;
}
.sec-slide-item {
	overflow: visible;
}
.slide-item-link {
	display: flex;
	gap: 16px;
	align-items: center;
	padding-bottom: 16px;
}
.sec-slide-img {
	width: 300px;
}
.sec-slide-img img {
	width: 100%;
	min-width: 300px;
}
.sec-slide-ttl-wrap {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
}
.sec-slide-ttl {
	color: #333;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1.6;
}
.button-square {
	background-color: #333;
	width: 32px;
	height: 32px;
	text-align: center;
}
.button-square img {
	width: 20px;
	height: 16px;
	margin: 8px auto;
}
.sec-slide-txt {
	color: #333;
}

/*SP Layout
===================================*/
@media all and (max-width: 768px) {
	.achivements {
		width: 100%;
		margin: 40px auto;
	}
	.tabs {
		margin-bottom: 40px;
	}
	.tab {
		padding: 8px 16px;
		min-width: 72px;
	}
	.sec-item {
		display: block;
	}
	.sec-ttl {
		gap: 16px;
		margin-bottom: 24px;
	}
	.sec-buttons {
		width: auto;
	}
	.development-link {
		margin: 4px auto;
		max-width: none;
	}
	.development-link p {
		font-size: 1.4rem;
	}
	.sec-item-slider {
		padding: 24px 16px;
	}
	.slide-item-link {
		display: block;
	}
	.development-link p:after {
		top: 20px;
		height: 15px;
	}
	.sec-slide-img {
		width: auto;
		height: auto;
		margin-bottom: 16px;
	}
	.sec-slide-img img {
		min-width: 0;
	}
}

/*PC Layout
===================================*/
@media print, screen and (min-width: 769px) {
	.sec01 img.slide-arrow.prev-arrow.slick-arrow, .sec03 img.slide-arrow.prev-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: 0;
		top: 44%;
	}
	.sec01 img.slide-arrow.next-arrow.slick-arrow, .sec03 img.slide-arrow.next-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: 100px;
		top: 44%;
	}
	.sec02 img.slide-arrow.prev-arrow.slick-arrow, .sec04 img.slide-arrow.prev-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: auto!important;
		right: 300px!important;
		top: 45%;
	}
	.sec02 img.slide-arrow.next-arrow.slick-arrow, .sec04 img.slide-arrow.next-arrow.slick-arrow {
		width: 80px;
		position: absolute;
		left: auto!important;
		right: 200px!important;
		top: 45%;
	}
}

@media screen and (max-width:640px) {
	.slider {
		width: 100%;
	}
}


/* jitsi
------------------------------------------------------ */
.jitsi-link {
	width: 90%;
	max-width: 980px;
	margin: 30px auto 100px;
	display: block;
}

@media screen and (max-width:640px) {
	.jitsi-link {
		width: 100vw;
		margin: 0 calc(50% - 50vw) 60px;
	}
}

@media screen and (min-width:769px) and ( max-width:1024px) {
	.sec01 img.slide-arrow.next-arrow.slick-arrow, .sec03 img.slide-arrow.next-arrow.slick-arrow, .sec01 img.slide-arrow.prev-arrow.slick-arrow, .sec03 img.slide-arrow.prev-arrow.slick-arrow, .sec02 img.slide-arrow.prev-arrow.slick-arrow, .sec04 img.slide-arrow.prev-arrow.slick-arrow, .sec02 img.slide-arrow.next-arrow.slick-arrow, .sec04 img.slide-arrow.next-arrow.slick-arrow {
		top: 64%;
	}
	.sec02 img.slide-arrow.next-arrow.slick-arrow, .sec04 img.slide-arrow.next-arrow.slick-arrow {
		right: 0!important;
	}
	.sec02 img.slide-arrow.prev-arrow.slick-arrow, .sec04 img.slide-arrow.prev-arrow.slick-arrow {
		right: 100!important;
	}
	.sec-lead {
		width: 100%;
		font-size: 1.4rem;
	}
	.catalog-01::before {
		display: none;
	}
	.catalog-02::before {
		display: none;
	}
	.catalog-03::before {
		display: none;
	}
}

@media screen and (min-width:768px) and ( max-width:1024px){
	section {
		width: 98%;
	}
	.sec02 img.slide-arrow.prev-arrow.slick-arrow, .sec04 img.slide-arrow.prev-arrow.slick-arrow {
		right: 110px!important;
	}
	.sec02 img.slide-arrow.next-arrow.slick-arrow, .sec04 img.slide-arrow.next-arrow.slick-arrow {
		right: 10px!important;
	}
	.category-link-txt {
		font-size: 1.2rem;
	}
	.category-link-txt span {
		font-size: 1.6rem;
	}
}