body#top .mv-inner .content-width {
	position: relative;
}

body#top .mv-inner .content-width::before {
	background-image: url('../images/home/character01.png');
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 339px;
	top: 100%;
	right: 0;
	position: absolute;
	width: 308px;
	z-index: 5;
}

@media screen and (max-width: 767px) {
	body#top .mv-inner .content-width::before {
		height: 132px;
		top: 92%;
		width: 120px;
	}
}

body#top .mv-slide {
	height: 300px;
	margin: 50px auto;
	position: relative;
	width: 100%;
	z-index: 3;
}

body#top .mv-slide .swiper-wrapper {
	transition-timing-function: linear;
}

body#top .mv-slide .swiper-slide img {
	aspect-ratio: 42 / 25;
	border-radius: 10px;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

@media screen and (max-width: 767px) {
	body#top .mv-slide {
		height: auto;
		margin-top: 20px;
	}
}

body#top .section-info .sec-inner {
	padding: 120px 0;
}

body#top .section-info .sec-ttl-box .sec-ttl {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	padding-left: 1.2em;
	position: relative;
}

body#top .section-info .sec-ttl-box .sec-ttl::before {
	border: 2px solid #B19744;
	border-radius: 50%;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 13px;
}

body#top .section-info .sec-ttl-box p {
	font-size: 7.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

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

body#top .section-info .content-box {
	flex-basis: auto;
	margin-top: 0;
	max-width: 680px;
	width: calc(100% - 260px);
}

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

body#top .section-info .wrap-info-container .information-area {
	width: 220px;
}

body#top .section-info .wrap-info-container .information-area .sec-inner {
	padding-top: 0;
}

body#top .section-info .content-box .sec-inner {
	padding-top: 0;
}

body#top .section-info .content-box .info-list .info-item:first-child {
	padding-top: 0;
}

@media screen and (max-width: 767px) {
	body#top .section-info .sec-inner {
		padding: 80px 0;
	}
	
	body#top .section-info .content-width {
		flex-wrap: wrap;
		padding-bottom: 80px;
		row-gap: 60px;
	}
	
	body#top .section-info .sec-ttl-box .sec-ttl {
		font-size: 1.6rem;
	}
	
	body#top .section-info .sec-ttl-box p {
		font-size: 3.6rem;
	}
	
	body#top .section-info .wrap-info-container {
		flex-wrap: wrap;
	}
	
	body#top .section-info .wrap-info-container .information-area {
		border-right: none;
		flex-basis: 100%;
		width: 100%;
		padding-bottom: 0;
	}
	
	body#top .section-info .wrap-info-container .information-area .sec-inner {
		padding-bottom: 50px;
	}
	
	body#top .section-info .wrap-info-container .content-box {
		flex-basis: 100%;
		max-width: unset;
		width: 100%;
	}
	
	body#top .section-info .wrap-info-container .content-box .sec-inner {
		padding-bottom: 0;
		padding-top: 0;
	}
	
	body#top .section-info .wrap-link {
		margin-left: auto;
		margin-top: 0;
	}
}

body#top .section-volunteer {
	background-color: var(--main-color);
	box-sizing: border-box;
	margin-top: 75px;
	position: relative;
}

body#top .section-volunteer::before {
	background-image: url("../images/home/wave.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	content: "";
	display: block;
	height: 75px;
	left: 0;
	position: absolute;
	top: -75px;
	width: 100%;
}

body#top .section-volunteer .sec-ttl-box {
	position: relative;
}

body#top .section-volunteer .sec-ttl-box::before {
	background-image: url("../images/home/character02.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 192px;
	position: absolute;
	right: 0;
	top: -140px;
	width: 195px;
}

body#top .section-volunteer .sec-ttl-box .poppins {
	color: var(--sub-color);
	font-size: 2.2rem;
	font-weight: 700;
}

body#top .section-volunteer .sec-ttl-box .sec-ttl {
	color: var(--white);
	font-size: 5.2rem;
	font-weight: 700;
	padding-left: .8em;
	position: relative;
}

body#top .section-volunteer .sec-ttl-box .sec-ttl::before {
	border: 4px solid #B19744;
	border-radius: 50%;
	content: "";
	display: block;
	height: 23px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 23px;
}

@media screen and (max-width: 767px) {
	body#top .section-volunteer::before {
		height: 36px;
		top: -36px;
	}
	
	body#top .section-volunteer .sec-ttl-box::before {
		height: 97px;
		position: absolute;
		right: 0;
		top: -70px;
		width: 97.5px;
	}

	body#top .section-volunteer .sec-ttl-box .poppins {
		color: var(--sub-color);
		font-size: 1.6rem;
		font-weight: 700;
	}

	body#top .section-volunteer .sec-ttl-box .sec-ttl {
		font-size: 3.2rem;
	}
}

body#top .section-about {
	position: relative;
}

body#top .section-about::before {
	background-color: var(--main-color);
	content: "";
	display: block;
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

body#top .section-about .sec-inner {
	padding: 0;
	position: relative;
	z-index: 1;
}

body#top .section-about .sec-inner .content-width {
	position: relative;
	width: min(100%, calc(1190px + var(--container-padding) * 2));
}

body#top .section-about .sec-inner .content-width::before {
	background-image: url("../images/home/character03.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 199px;
	position: absolute;
	left: 40px;
	top: -10px;
	width: 150px;
	z-index: 3;
}

body#top .section-about .sec-inner .about-container {
	background-color: #F5F5F5;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	gap: 40px 20px;
	padding: 75px 100px;
	position: relative;
	width: 100%;
}

body#top .section-about .sec-inner .about-container::before {
	background-image: url("../images/home/about_bg.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 10px;
	content: "";
	display: block;
	height: calc(100% - 40px);
	left: 50%;
	position: absolute;
	top: 50%;
	translate: -50% -50%;
	width: calc(100% - 40px);
	z-index: 2;
}

body#top .section-about .sec-inner .image-box {
	height: auto;
	max-width: 485px;
	position: relative;
	width: 100%;
	z-index: 3;
}

body#top .section-about .sec-inner .about-contents {
	height: auto;
	max-width: 456px;
	position: relative;
	width: 100%;
	z-index: 3;
}

body#top .section-about .sec-inner .content-width .sec-ttl-box {
	width: 100%;
	writing-mode: initial;
}

body#top .section-about .sec-inner .content-width .sec-ttl-box::before,
body#top .section-about .sec-inner .content-width .sec-ttl-box::after {
	content: none;
}

body#top .section-about .sec-inner .about-contents .sec-ttl-box .sec-ttl {
	border-right: none;
	font-size: 2rem;
	font-weight: 700;
	padding-left: 1em;
	position: relative;
}

body#top .section-about .sec-inner .about-contents .sec-ttl-box .sec-ttl::before {
	border: 2px solid #B19744;
	border-radius: 50%;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 13px;
}

body#top .section-about .sec-inner .about-contents .sec-ttl-box p {
	font-size: 7.8rem;
	font-weight: 700;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	body#top .section-about .sec-inner .content-width::before {
		height: 100px;
		left: unset;
		right: 20px;
		top: -10px;
		width: 75px;
	}
	
	body#top .section-about .sec-inner .about-container {
		flex-wrap: wrap-reverse;
		padding: 35px 40px;
	}
	
	body#top .section-about .sec-inner .image-box {
		max-width: unset;
	}

	body#top .section-about .sec-inner .about-contents {
		max-width: unset;
	}
	
	body#top .section-about .sec-inner .about-container::before {
		background-image: url("../images/home/about_bg_sp.png");
		height: 100%;
		width: 100%;
	}
	
	body#top .section-about .sec-inner .about-contents .content-box {
		margin-top: 10px;
	}
	
	body#top .section-about .sec-inner .about-contents .sec-ttl-box .sec-ttl {
		font-size: 1.6rem;
	}
	
	body#top .section-about .sec-inner .about-contents .sec-ttl-box p {
		font-size: 3.6rem;
	}
}

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

body#top .section-merit .sec-inner {
	padding-top: 120px;
}

body#top .section-merit .content-width {
	column-gap: 20px;
	display: flex;
}

body#top .section-merit .content-width .sec-ttl-box {
	position: relative;
	width: 175px;
	writing-mode: vertical-rl;
}

body#top .section-merit .content-width .sec-ttl-box::before {
	background-image: url("../images/home/niigata.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 439px;
	left: -240px;
	position: absolute;
	top: -140px;
	width: 439px;
	z-index: -1;
}

body#top .section-merit .content-width .sec-ttl-box::after {
	background-image: url("../images/home/character04.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 183px;
	left: -108px;
	position: absolute;
	bottom: -35px;
	width: 194px;
}

body#top .section-merit .content-width .sec-ttl-box p {
	color: var(--main-color);
	font-size: 2rem;
	font-weight: 700;
	padding-left: 15px;
}

body#top .section-merit .content-width .sec-ttl-box .sec-ttl {
	border-right: 4px solid #707070;
	color: var(--main-text-color);
	font-size: 2.6rem;
	font-weight: 700;
	height: fit-content;
	letter-spacing: .14em;
}

body#top .section-merit .content-width .merit-container {
	width: calc(100% - 200px);
}

body#top .section-merit .content-width .merit-container .merit-contents {
	background-color: #2F650E;
	border-radius: 10px;
	padding: 24px 40px 30px;
}

body#top .section-merit .content-width .merit-container .merit-contents.volunteer {
	background-color: var(--main-color);
}

body#top .section-merit .content-width .merit-container .merit-contents + .merit-contents {
	margin-top: 30px;
}

body#top .section-merit .content-width .merit-container .merit-contents h3 {
	color: var(--white);
	font-size: 2.2rem;
	font-weight: 700;
	padding-left: 1.5em;
	position: relative;
}

body#top .section-merit .content-width .merit-container .merit-contents h3::before {
	border: 4px solid #B19744;
	border-radius: 50%;
	content: "";
	display: block;
	height: 23px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 23px;
}

body#top .section-merit .content-width .merit-container .merit-contents {
	padding: 24px 30px 30px;
}

body#top .section-merit .content-width .merit-container .merit-contents .merit-block {
	display: flex;
	gap: 24px;
	margin-top: 25px;
}

body#top .section-merit .content-width .merit-container .merit-contents .merit-block .merit-item {
	align-items: center;
	background-color: var(--white);
	border: 4px solid #D8D2BF;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	min-height: 172px;
	overflow: hidden;
	padding: 20px 10px;
	position: relative;
	text-align: center;
	width: calc(100% / 3 - 14px);
}

body#top .section-merit .content-width .merit-container .merit-contents .merit-block .merit-item::before {
	background: linear-gradient(0deg, rgba(240, 237, 225, .3) 0%, rgba(255, 255, 255, .3) 100%);
	border-radius: 50%;
	content: '';
	height: 258px;
	left: 50%;
	position: absolute;
	top: -112px;
	transform: translateX(-50%);
	width: 360px;
	z-index: 2;
}

body#top .section-merit .content-width .merit-container .merit-contents .merit-block .merit-item p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.8;
	position: relative;
	z-index: 3;
}

@media screen and (max-width: 767px) {
	body#top .section-merit .content-width {
		flex-wrap: wrap;
	}
	
	body#top .section-merit .content-width .sec-ttl-box {
		width: 100%;
		writing-mode: initial;
	}
	
	body#top .section-merit .content-width .sec-ttl-box p {
		padding-left: 0;
	}
	
	body#top .section-merit .content-width .sec-ttl-box .sec-ttl {
		font-size: 2.4rem;
	}
	
	body#top .section-merit .content-width .merit-container {
		margin-top: 40px;
		width: 100%;
	}
	
	body#top .section-merit .content-width .sec-ttl-box::before {
		height: 314px;
		left: 0;
		position: absolute;
		top: -120px;
		width: 313px;
	}

	body#top .section-merit .content-width .sec-ttl-box::after {
		background-image: url("../images/home/character04.png");
		background-repeat: no-repeat;
		background-size: contain;
		content: "";
		display: block;
		height: 90px;
		left: unset;
		position: absolute;
		right: 0;
		bottom: 90px;
		width: 95px;
	}
	
	body#top .section-merit .content-width .sec-ttl-box .sec-ttl {
		border-right: none;
	}
	
	body#top .section-merit .content-width .merit-container .merit-contents h3 {
		font-size: 1.8rem;
		padding-left: 1.8em;
	}
	
	body#top .section-merit .content-width .merit-container .merit-contents .merit-block {
		flex-wrap: wrap;
	}

	body#top .section-merit .content-width .merit-container .merit-contents .merit-block .merit-item {
		min-height: 80px;
		padding: 10px;
		width: 100%;
	}

	body#top .section-merit .content-width .merit-container .merit-contents .merit-block .merit-item::before {
		height: 258px;
		top: -200px;
		width: 400px;
		z-index: 2;
	}
}

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

body#top .section-how > .image-box {
	height: 400px;
	width: auto;
}

body#top .section-how > .image-box img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

body#top .section-how .content-box {
	margin-top: 0;
	padding-top: 50px;
}

body#top .section-how .sec-ttl-box {
	background-color: var(--white);
	border-radius: 10px 10px 0 0;
	margin-inline: auto;
	margin-top: -270px;
	padding: 75px 0 0;
	position: relative;
	width: min(100%, calc(1190px + var(--container-padding) * 2));
	z-index: 1;
}

body#top .section-how .sec-ttl-box .content-width {
	position: relative;
}

body#top .section-how .sec-ttl-box .content-width::before {
	background-image: url("../images/home/character05.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 189px;
	position: absolute;
	right: 0;
	top: -25px;
	width: 142px;
	z-index: 1;
}

body#top .section-how .sec-ttl-box .sec-ttl {
	align-items: center;
	column-gap: 45px;
	display: flex;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	padding-left: 1.2em;
	position: relative;
}

body#top .section-how .sec-ttl-box .sec-ttl::after {
	background-color: #D1D1D1;
	content: "";
	height: 1px;
	width: calc(100% - 145px);
}

body#top .section-how .sec-ttl-box p {
	font-size: 7.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

body#top .section-how .sec-ttl-box .sec-ttl::before {
	border: 2px solid #B19744;
	border-radius: 50%;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 13px;
}

body#top .section-how .how-to-use-contaienr {
	display: flex;
	gap: 60px 40px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item {
	width: calc(50% - 20px);
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .title-box {
	background-color: var(--main-color);
	border-radius: 6px;
	padding: 20px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .title-box h3 {
	align-items: stretch;
	color: var(--white);
	column-gap: 20px;
	display: flex;
	font-size: 2.2rem;
	font-weight: 700;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .title-box h3::before {
	background-color: #FCF3E2;
	border-radius: 6px;
	content: "";
	display: block;
	height: auto;
	width: 4px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .image-box {
	margin-top: 30px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .image-box img {
	border-radius: 10px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .text-box {
	min-height: 135px;
	margin-top: 20px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .text-box p {
	line-height: 1.7;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container {
	margin-top: 20px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container h4 {
	color: var(--main-color);
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.9;
	margin-bottom: 20px;
	margin-top: 20px;
	padding-left: 1.2em;
	position: relative;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container h4::before{
	border: 2px solid #B19744;
	border-radius: 50%;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 13px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container .step-item {
	align-items: center;
	background-color: #F4EFE7;
	border-radius: 6px;
	column-gap: 20px;
	display: flex;
	padding: 15px 15px 15px 10px;
	position: relative;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container .step-item + .step-item {
	margin-top: 30px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container .step-item + .step-item::before {
	background-image: url("../images/home/triangle_down.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 11px;
	left: 50%;
	position: absolute;
	top: -20px;
	translate: -50% 0;
	width: 20px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container .step-item span {
	background-color: var(--white);
	border-radius: 6px;
	color: var(--main-color);
	font-size: 1.6rem;
	font-weight: 700;
	padding: 7px 20px;
	width: 108px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .flow-container .step-item p {
	color: var(--main-color);
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: .03em;
	line-height: 1.2;
	width: calc(100% - 108px);
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .link-box {
	margin-top: 30px;
}

body#top .section-how .how-to-use-contaienr .how-to-use-item .link-box .c-link {
	margin-left: auto;
	width: fit-content;
}

body#top .section-how .note-box {
	margin-left: auto;
	margin-top: 20px;
	width: calc(50% - 20px);
}

body#top .section-how .note-box p {
	font-size: 1.2rem;
	line-height: 1.5;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 767px) {
	body#top .section-how .sec-inner {
		padding-bottom: 0;
	}
	
	body#top .section-how > .image-box {
		height: 300px;
	}
	
	body#top .section-how .sec-ttl-box {
		margin-top: -200px;
	}
	
	body#top .section-how .sec-ttl-box .content-width::before {
		height: 85px;
		right: 20px;
		top: 0;
		width: 64px;
	}
	
	body#top .section-how .sec-ttl-box .sec-ttl {
		font-size: 1,6rem;
	}
	
	body#top .section-how .sec-ttl-box p {
		font-size: 3.6rem;
	}
	
	body#top .section-how .how-to-use-contaienr {
		flex-wrap: wrap;
	}

	body#top .section-how .how-to-use-contaienr .how-to-use-item {
		width: 100%;
	}
	
	body#top .section-how .how-to-use-contaienr .how-to-use-item .title-box h3 {
		font-size: 1.8rem;
	}
	
	body#top .section-how .how-to-use-contaienr .how-to-use-item .image-box {
		margin-top: 20px;
	}
	
	body#top .section-how .note-box {
		width: 100%;
	}
}

body#top .section-faq .wrap-faq-container {
	column-gap: 60px;
	display: flex;
}

body#top .section-faq .wrap-faq-container .sec-inner {
	padding: 0;
}

body#top .section-faq .wrap-faq-container .sec-ttl-box {
	max-width: 250px;
	width: 100%;
}

body#top .section-faq .content-box {
	margin-top: 0;
	max-width: 712px;
	width: 100%;
}

body#top .section-faq .content-box .sec-inner {
	padding-top: 0;
}

@media screen and (max-width: 979px) {
	body#top .section-faq .wrap-faq-container {
		flex-wrap: wrap;
	}
	
	body#top .section-faq .wrap-faq-container .sec-ttl-box {
		max-width: unset;
	}

	body#top .section-faq .content-box {
		margin-top: 50px;
		max-width: unset;
		width: 100%;
	}
}

@media screen and (max-width: 767px) {
	body#top .section-faq .wrap-faq-container .sec-ttl-box .sec-inner {
		padding-bottom: 0;
	}
	
	body#top .section-faq .wrap-faq-container .sec-ttl-box {
		border-right: none;
		width: 100%;
	}
	
	body#top .section-faq .content-box .sec-inner {
		padding-top: 0;
	}
}

body#top .section-faq .sec-ttl-box .sec-ttl {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0;
	padding-left: 1.2em;
	position: relative;
}

body#top .section-faq .sec-ttl-box .sec-ttl::before {
	border: 2px solid #B19744;
	border-radius: 50%;
	content: "";
	display: block;
	height: 13px;
	left: 0;
	position: absolute;
	top: 50%;
	translate: 0 -50%;
	width: 13px;
}

body#top .section-faq .sec-ttl-box p {
	font-size: 7.8rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.5;
}

body#top .section-faq .faq-item {
	background-color: var(--main-color);
	border-radius: 10px;
}

body#top .section-faq .faq-item + .faq-item {
	margin-top: 20px;
}

body#top .section-faq .question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 30px 30px;
	color: var(--white);
	cursor: pointer;
}

body#top .section-faq .question .question-text {
	color: var(--white);
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 2.4em;
	text-indent: -2.4em;
	vertical-align: middle;
	width: calc(100% - 60px);
}

body#top .section-faq .question .question-text::before {
	color: var(--white);
	content: 'Q';
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 5.2rem;
	margin-right: 20px;
}

body#top .section-faq .question .icon {
	margin-right: 42px;
	position: relative;
}

body#top .section-faq .question .icon::before {
	background-color: var(--white);
	border-radius: 90px;
	content: '';
	display: block;
	height: 20px;
	transition: rotate .3s;
	width: 4px;
}
body#top .section-faq .question.active .icon::before {
	rotate: 90deg;
}

body#top .section-faq .question .icon::after {
	background-color: var(--white);
	border-radius: 90px;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	left: 50%;
	top: 50%;
	translate: -50% -50%;
	width: 20px;
}

body#top .section-faq .answer {
	max-height: 0;
	overflow: hidden;
	padding: 0 30px;
	transition: max-height 0.3s ease-out;
}

body#top .section-faq .answer .wrap-answer-content {
	padding-bottom: 30px;
}

body#top .section-faq .answer .answer-content {
	background-color: #FCF3E2;
	border-radius: 10px;
	padding: 30px 40px;
}

body#top .section-faq .answer .answer-content p {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.5;
}

body#top .section-faq .answer .answer-content p a {
	color: #0066cc;
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	body#top .section-faq .sec-ttl-box .sec-inner {
		padding-top: 0;
	}
	
	body#top .section-faq .sec-ttl-box .sec-ttl {
		font-size: 1.6rem;
	}
	
	body#top .section-faq .sec-ttl-box p {
		font-size: 3.6rem;
	}
	
	body#top .section-faq .question {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px 0 15px 10px;
		color: var(--white);
		cursor: pointer;
	}
	
	body#top .section-faq .question .icon {
	margin-right: 25px;
}
	
	body#top .section-faq .question .question-text {
		line-height: 1.2;
	}
	
	body#top .section-faq .answer .answer-content {
		padding: 20px;
	}
	
	body#top .section-faq .question .question-text {
		color: var(--white);
		font-size: 1.8rem;
		font-weight: 700;
		line-height: 1.4;
		padding-left: 2.4em;
		text-indent: -2.4em;
		vertical-align: middle;
		width: calc(100% - 60px);
	}

	body#top .section-faq .question .question-text::before {
		color: var(--white);
		content: 'Q';
		font-family: "Poppins", sans-serif;
		font-weight: 700;
		font-size: 3rem;
		margin-right: 20px;
	}
}

body#top .section-instagram .sec-inner {
	padding-top: 20px;
}

body#top .section-instagram .sec-ttl-box {
	position: relative;
}

body#top .section-instagram .sec-ttl-box::before {
	background-image: url("../images/home/character06.png");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 215px;
	position: absolute;
	left: 0;
	top: -200px;
	width: 150px;
	z-index: 1;
}

body#top .section-instagram .sec-ttl {
	color: var(--main-text-color);
	font-size: 6.6rem;
	font-weight: 700;
}

body#top .section-instagram .link-box .c-link {
  margin-left: auto;
  width: fit-content;
}

body#top .section-instagram .link-box {
	margin-top: 30px;
}

@media screen and (max-width: 979px) {
	body#top .section-instagram .sec-inner {
		padding-top: 200px;
	}
}

@media screen and (max-width: 797px) {
	body#top .section-instagram .sec-inner {
		padding-top: 100px;
	}
	
	body#top .section-instagram .content-box {
		margin-top: 30px;
	}
	
	body#top .section-instagram .sec-ttl-box::before {
		height: 108px;
		top: -90px;
		width: 75px;
		z-index: 1;
	}

	body#top .section-instagram .sec-ttl-box .sec-inner {
		padding-top: 0;
	}
	
	body#top .section-instagram .sec-ttl-box .sec-ttl {
		font-size: 3.6rem;
	}
}
