@charset "UTF-8";

/*----------------------------------------------
	基本のwrap
---------------------------------------------*/
.c_wrap {
	width: 100%;
}

.c_wrap1280 {
	width: 1280px;
	margin-right: auto;
	margin-left: auto;
}

.c_wrap960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

@media (max-width: 1360px) {
	.c_wrap1280 {
		width: 100%;
		padding-right: 40px;
		padding-left: 40px;
	}
}

@media (max-width: 960px) {

	.c_wrap1280 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}

	.c_wrap960 {
		width: 100%;
		padding-right: 20px;
		padding-left: 20px;
	}
}

/*----------------------------------------------
	共通の設定
---------------------------------------------*/
.c_fw700 {
	font-weight: 700;
}

.c_mb10 {
	margin-bottom: 10px;
}

.c_mb20 {
	margin-bottom: 20px;
}

.c_mb40 {
	margin-bottom: 40px;
}

@media (max-width: 1024px) {
	.c_mb40 {
		margin-bottom: 20px;
	}
}

/*----------------------------------------------
	共通のクラス
---------------------------------------------*/
.c_wrapper {
	padding: 160px;
	background: #F5F5F5;
	display: grid;
	grid-template-columns: 2.5fr 1fr;
	gap: 40px;
}

.c_main {
	display: flex;
	flex-direction: column;
	gap: 80px;
}

.c_sec {
	padding: 40px;
	background: var(--wh);
	border-radius: 20px;
}

.c_index {
	color: var(--sora);
	font-weight: 700;
	font-size: 6.5rem;
}

.c_secttl {
	margin-bottom: 40px;
	font-size: 2.8rem;
	font-weight: 700;
	border-bottom: 5px solid var(--sora);
	display: inline-block;
}

.c_secttl-01 {
	margin-bottom: 10px;
}

.c_secsubttl {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 2.2rem;
	background: var(--bl);
	color: var(--wh);
	padding: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}

.c_sectxt_mb40 {
	margin-bottom: 40px;
	line-height: 1.8;
}

.c_sectxt_mb20 {
	margin-bottom: 20px;
	line-height: 1.8;
}

.c_sectxt {
	line-height: 1.8;
}

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

.c_secsvg {
	width: 100%;
	height: auto;
	display: block;
	object-fit: contain;
}

@media (max-width: 1280px) {
	.c_wrapper {
		grid-template-columns: 1fr;
		grid-template-areas: "item2""item1";
	}

	.c_main {
		grid-area: item1;
	}

}

@media (max-width:1024px) {
	.c_wrapper {
		padding: 80px 20px;
		gap: 40px;
	}

	.c_main {
		gap: 40px;
	}

	.c_sec {
		padding: 20px;
	}

	.c_index {
		font-size: 5rem;
	}

	.c_secsubttl {
		font-size: 1.8rem;
	}

	.c_sectxt_mb40 {
		margin-bottom: 40px;
		line-height: 1.8;
	}
}

@media (max-width: 500px) {
	.c_wrapper {
		padding: 40px 20px;
	}

	.c_sec {
		padding: 10px;
		border-radius: 10px;
	}

	.c_index {
		font-size: 3rem;
	}

	.c_secttl {
		font-size: 1.8rem;
		margin-bottom: 20px;
	}

	.c_secsubttl {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}

	.c_sectxt_mb40 {
		margin-bottom: 20px;
	}


	.c_secsvg {
		max-width: 100%;
		min-width: 688px;
		vertical-align: top;
	}

	.c_secsvg-sp {
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		height: auto;
		display: block;
		object-fit: contain;
	}

	.c_main {
		overflow: hidden;
	}

	.c_secscroll {
		overflow-x: auto;
		padding-bottom: 15px;
		margin-bottom: 10px;
		-ms-overflow-style: none;
		/* IE, Edge 対応 */
		scrollbar-width: none;
		/* Firefox 対応 */
	}

	.c_secscroll::-webkit-scrollbar {
		/* Chrome, Safari 対応 */
		display: none;
	}

	.simplebar-scrollbar {
		background: var(--bl);
		border-radius: 0;
		height: 10px !important;
		border-radius: 0px;
		opacity: 1;
	}

	.simplebar-scrollbar.simplebar-visible::before {
		opacity: 1;
		background: var(--bl);
		border-radius: 0px;
	}

	.simplebar-track {
		background: var(--gy);
		height: 10px !important;
		border-radius: 0px;
	}
}

/*  インフォメーション
---------------------------------------------*/
.c_info {
	background: var(--bl);
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.c_info_ttl {
	color: var(--wh);
	font-size: 2.8rem;
	margin-bottom: 10px;
	text-align: center;
}

.c_info_ttl span {
	font-size: 3.4rem;
}

.c_info_txt {
	color: var(--wh);
	font-size: 2.5rem;
	margin-bottom: 20px;
}

.c_info_btn {
	margin: 0 auto;
	font-weight: 700;
	background: var(--lime);
	color: var(--wh);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.4rem;
	height: 60px;
	width: 500px;
	border-radius: 50px;
	position: relative;
	transition: .3s;
}

.c_info_btn:hover {
	background: var(--wh);
	color: var(--lime);
}

.c_info_btn::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px;
	transform: rotate(45deg);
	position: absolute;
	right: 20px;
	transition: .3s;
	border-top: 2px solid var(--wh);
	border-right: 2px solid var(--wh);
}

.c_info_btn:hover::after {
	border-top: 2px solid var(--lime);
	border-right: 2px solid var(--lime);
	right: 10px;
}

@media (max-width:1024px) {
	.c_info {
		padding: 20px;
	}

	.c_info_ttl {
		font-size: 1.8rem;
	}

	.c_info_ttl span {
		font-size: 2.4rem;
	}

	.c_info_txt {
		font-size: 2.4rem;
	}

	.c_info_btn {
		font-size: 2rem;
		height: 40px;
		width: 400px;
	}

	.c_info_btn::after {
		width: 10px;
		height: 10px;
	}
}

@media (max-width: 500px) {
	.c_info {
		border-radius: 10px;
	}

	.c_info_ttl {
		font-size: 1.6rem;
	}

	.c_info_ttl span {
		font-size: 2rem;
	}

	.c_info_txt {
		font-size: 1.6rem;
	}

	.c_info_btn {
		font-size: 1.8rem;
		height: 40px;
		width: 280px;
	}

	.c_info_btn::after {
		width: 10px;
		height: 10px;
		right: 10px;
	}

	.c_info_btn:hover::after {
		right: 5px;
	}

}

/*----------------------------------------------
	ナビゲーション
---------------------------------------------*/
.c_nav_wrap {
	background: var(--wh);
	border-radius: 20px;
	padding: 40px;
	/*stickyで固定*/
	position: -webkit-sticky;
	/*Safari*/
	position: sticky;
	/*固定したい位置*/
	top: 100px;
	grid-area: item2;
}

.c_nav_ttl {
	margin-bottom: 20px;
	font-size: 2.8rem;
	font-weight: 700;
	border-bottom: 5px solid var(--sora);
	display: inline-block;
}

.c_nav_ul {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.c_nav_link {
	font-weight: 700;
	font-size: 1.6rem;
	color: #AFAFAF;
	display: flex;
	align-items: center;
	gap: 10px;
	transition: .3s;
}

.c_nav_suuji {
	font-size: 2rem;
}

.is_nav_active {
	color: var(--bl);
}

@media (max-width: 1280px) {
	.c_nav_wrap {
		position: static;
		padding: 40px;
	}
}

@media (max-width:1024px) {
	.c_nav_wrap {
		padding: 20px;
	}
}

@media (max-width: 500px) {
	.c_nav_ttl {
		font-size: 1.8rem;
	}

	.c_nav_ul {
		gap: 10px;
	}

}