@media only screen and (orientation: landscape) and (max-width: 768px) {
	.l-main {
		padding-top: 100px;
	}
}
.sec-cont {
	font-family: Noto Sans JP, sans-serif;
}

.sec-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.sec-cont {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 56px;
	justify-content: space-between;
	padding-top: 80px;
	padding-bottom: 80px;
}
.sec-cont.sec-cont-col {
	flex-flow: column;
}

.sec-cont a:hover {
	text-decoration: none;
}

.sec-heading {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 10px;
	justify-content: flex-start;
}
.sec-heading.sh-center {
	align-items: center;
	text-align: center;
}
.sec-heading > h2 {
	width: 100%;
	line-height: 1.78;
	font-size: 30px;
	font-weight: bold;
	color: #353535;
	margin-bottom: 0;
}

.sh-green .comHeading02 span {
	-webkit-box-shadow: 0 -5px #abe6e6 inset;
	box-shadow: 0 -5px #abe6e6 inset;
}
.sh-green .comHeading02 span:before {
	border-top: 5px solid #abe6e6;
	border-top: 5px solid #abe6e6;
}
.sh-green .comHeading02 span:after {
	border-bottom: 5px solid #abe6e6;
	border-bottom: 5px solid #abe6e6;
}

.sh-blue .comHeading02 span {
	-webkit-box-shadow: 0 -5px #bdd2e6 inset;
	box-shadow: 0 -5px #bdd2e6 inset;
}
.sh-blue .comHeading02 span:before {
	border-top: 5px solid #bdd2e6;
	border-top: 5px solid #bdd2e6;
}
.sh-blue .comHeading02 span:after {
	border-bottom: 5px solid #bdd2e6;
	border-bottom: 5px solid #bdd2e6;
}

.sec-heading .comHeading05 {
	margin-bottom: 0;
}
.sec-heading .comHeading05--wide h2 small {
	font-size: 22px;
}

.c-txt {
	margin: 0;
	line-height: 2;
	width: 100%;
	color: #353535;
	font-size: 16px;
	letter-spacing: 0;
	text-align: justify;
}

.c-txt > small {
	font-size: 10px;
	vertical-align: super;
}

@media only screen and (max-width: 768px) {
	.sec-cont {
		gap: 38px;
		padding-top: 40px;
		padding-bottom: 40px;
		flex-flow: column;
		align-items: center;
		justify-content: flex-start;
	}
	.sec-heading {
		gap: 10px;
	}
	.sec-heading > span {
		font-size: 13px;
	}
	.sec-heading > h2 {
		font-size: 28px;
	}
	.c-txt {
		font-size: 14px;
	}
}
@media only screen and (max-width: 500px) {
	.sec-heading > h2 {
		font-size: 24px;
	}
}

.btn-box {
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.btn-box.btn-box-center {
	justify-content: center;
}
.mt-more-btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 350px;
	height: 64px;
	border: 1px solid #175aa2;
	padding: 0 20px;
	color: #175aa2;
	background: #fff;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	transition: all ease 0.33s;
	line-height: 1;
	text-decoration: none !important;
	filter: drop-shadow(0px 4px 7px rgb(0 0 0 / 12%));
}
.mt-more-btn.mtbtn-green {
	border: 1px solid #00a496;
	color: #00a496;
}
.mt-more-btn::after {
	content: "";
	width: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 24px;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	background-color: #175aa2;
	background-image: url("/open/image/template/icon-arrow-right-short-wh.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 20px;
	transition: all ease 0.33s;
	flex-shrink: 0;
}
.mt-more-btn.mtbtn-green::after {
	background-color: #00a496;
}
.mt-more-btn:hover {
	color: #fff;
	background: #175aa2;
}
.mt-more-btn.mtbtn-green:hover {
	background: #00a496;
}
.mt-more-btn:hover::after {
	background-color: #fff;
	background-image: url("/open/image/template/icon-arrow-right-short-bl.svg");
}
.mt-more-btn.mtbtn-green:hover::after {
	background-image: url("/open/image/template/icon-arrow-right-short-gr.svg");
}

@media only screen and (max-width: 768px) {
	.mt-more-btn {
		width: 100%;
		max-width: 350px;
	}
}

/* merit */
.sec-merit {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
	background: #f7fdfd;
}
.merit-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 60px;
	justify-content: flex-start;
}
.merit-grid-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
}
.merit-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 55px;
	position: relative;
}
.merit-grid-item {
	width: 100%;
	display: flex;
	background: #fff;
	position: relative;
	align-items: stretch;
	border-radius: 10px;
}
.merit-grid-item::before {
	content: "";
	width: 93px;
	height: auto;
	aspect-ratio: 1 / 1;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all ease 0.33s;
	cursor: pointer;
	position: absolute;
	top: -16px;
	left: -16px;
}
.merit-grid-item:nth-of-type(1):before {
	background-image: url("../../image/lp/start/img-num-1.png");
}
.merit-grid-item:nth-of-type(2):before {
	background-image: url("../../image/lp/start/img-num-2.png");
}
.merit-grid-item:nth-of-type(3):before {
	background-image: url("../../image/lp/start/img-num-3.png");
}
.merit-grid-item:nth-of-type(4):before {
	background-image: url("../../image/lp/start/img-num-4.png");
}
.merit-grid-item:nth-of-type(5):before {
	background-image: url("../../image/lp/start/img-num-5.png");
}
.merit-grid-item:nth-of-type(6):before {
	background-image: url("../../image/lp/start/img-num-6.png");
}

.mgi-img {
	width: 43%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-width: 430px;
	flex-shrink: 0;
	position: relative;
	border-radius: 10px 0 0 10px;
}
.mgi-img-sp {
	display: none;
}
.mgi-img > img,
.mgi-img-sp > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mgi-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 40px;
	gap: 30px;
	justify-content: flex-start;
	align-items: flex-start;
}
.mgi-ttl-box {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 20px;
}
.mgi-txt-area > .mgi-ttl-box > h3 {
	width: 100%;
	color: #353535;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	text-decoration: none !important;
}

.mgi-txt-area .c-txt span {
	text-decoration: underline;
	text-underline-offset: -3px;
	text-decoration-color: #abe6e6;
	text-decoration-thickness: 9px;
}

@media only screen and (max-width: 768px) {
	.sec-merit {
		padding: 0 20px;
	}
	.merit-txt-area {
		gap: 22px;
	}
	.merit-grid {
		gap: 40px;
		max-width: 500px;
	}
	.merit-grid-item {
		width: 100%;
		display: flex;
		background: #fff;
		position: relative;
		align-items: stretch;
		border-radius: 10px;
	}
	.merit-grid-item::before {
		width: 47px;
		top: -10px;
		left: -10px;
	}
	.mgi-img {
		display: none;
	}
	.mgi-img-sp {
		width: 37.397%;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
		max-width: 273px;
		flex-shrink: 0;
		position: relative;
		border-radius: 10px 0 0 0;
	}

	.mgi-txt-area {
		padding: 0;
		gap: 20px;
	}

	.mgi-txt-area > .mgi-ttl-box > h3 {
		font-size: 18px;
		padding-right: 20px;
		white-space: nowrap;
	}
	.mgi-txt-area > .c-txt {
		padding: 0px 15px 22px;
	}
}
@media only screen and (max-width: 500px) {
	.mgi-txt-area > .mgi-ttl-box > h3 {
		font-size: 16px;
	}
}

/* Reason */
.sec-reason {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sec-reason .sec-inner {
	max-width: none;
}
.sec-reason .sec-cont {
	padding-top: 0;
}
.reason-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
	justify-content: flex-start;
}
.reason-txt-area .c-txt {
	padding: 0 40px;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.reason-grid-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 40px;
}
.reason-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 24px;
	position: relative;
	counter-reset: rgi_num;
	max-width: 1000px;
	margin: 0 auto;
}
.reason-grid-item {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	border-radius: 10px;
	transition: all ease 0.33s;
	overflow: hidden;
	background: #fdf4f4;
	color: #353535 !important;
}

.reason-grid-item::after {
	counter-increment: rgi_num;
	content: counter(rgi_num, decimal-leading-zero);
	font-family: "Outfit", sans-serif;
	font-size: 150px;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 16px;
	color: #fff;
	line-height: 1;
	font-weight: 500;
}
.rgi-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	padding: 37px;
	gap: 30px;
	justify-content: flex-start;
	align-items: flex-start;
	position: relative;
	z-index: 10;
}

.rgi-txt-area > h3 {
	width: 100%;
	color: #353535;
	font-size: 24px;
	line-height: 1.6;
	font-weight: bold;
	text-decoration: none !important;
}

@media only screen and (max-width: 768px) {
	.reason-txt-area {
		gap: 20px;
	}
	.reason-txt-area .c-txt {
		padding: 0 20px;
		text-align: justify;
	}
	.reason-grid-area {
		padding: 0 20px;
	}
	.reason-grid {
		grid-template-columns: repeat(1, 1fr);
		max-width: 500px;
	}
	.reason-grid-item::after {
		font-size: 124px;
	}
	.rgi-txt-area {
		padding: 30px;
		gap: 20px;
	}

	.rgi-txt-area > h3 {
		font-size: 24px;
	}
}
@media only screen and (max-width: 500px) {
	.rgi-txt-area > h3 {
		font-size: 18px;
	}
}

/* learning */
.sec-learning {
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #f5faff;
	padding: 0 40px;
}
.learning-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
	justify-content: flex-start;
}
.sec-learning-img {
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.sec-learning-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (max-width: 768px) {
	.sec-learning {
		padding: 0 20px;
	}
	.learning-txt-area {
		gap: 20px;
	}
}

/* learning-style */
.sec-learning-style {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
}
.sec-learning-style .sec-cont {
	gap: 40px;
}
.learning-style-grid-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 14px;
	justify-content: flex-start;
}
.learning-style-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	position: relative;
}
.learning-style-grid-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 23px;
	justify-content: flex-start;
	border: 1px solid #dadedf;
	border-radius: 10px;
	padding: 24px;
}
.lsgi-img {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	height: auto;
	aspect-ratio: 440 / 293;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.lsgi-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lsgi-txt-area {
	width: 100%;
}
.lsgi-txt-area .c-txt {
	text-align: center;
}
.lsgi-txt-area .c-txt strong {
	font-size: 20px;
	font-weight: bold;
}

.learning-style-grid-note {
	width: 100%;
	font-size: 12px;
	margin-bottom: 10px;
}

.learning-style-support-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	border: 1px solid #dadedf;
	border-radius: 10px;
	overflow: hidden;
}
.lss-ttl {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 9px;
	background: #43b2a9;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.lss-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
	justify-content: flex-start;
	padding: 32px 40px;
}
.lss-txt-area > h4 {
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
}

@media only screen and (max-width: 768px) {
	.sec-learning-style {
		padding: 0 20px;
	}
	.sec-learning-style .sec-cont {
		gap: 30px;
	}
	.learning-style-grid-area {
		max-width: 500px;
	}
	.learning-style-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.learning-style-grid-item {
		gap: 16px;
		padding: 16px;
	}
	.lsgi-txt-area .c-txt strong {
		font-size: 18px;
	}

	.lss-ttl {
		font-size: 18px;
		text-align: center;
	}
	.lss-txt-area {
		padding: 16px;
		gap: 10px;
	}
	.lss-txt-area > h4 {
		font-size: 16px;
	}
	.lsgi-img {
		max-width: none;
	}
}
@media only screen and (max-width: 500px) {
	.lss-txt-area > h4 {
		text-align: center;
	}
}

/* Data */
.sec-data {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.sec-data .sec-inner {
	max-width: none;
}
.sec-data .sec-cont {
	padding-top: 0;
}
.data-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 50px;
	justify-content: flex-start;
}
.data-txt-area .c-txt {
	padding: 0 40px;
	max-width: 1000px;
	margin: 0 auto;
}
.data-grid-area-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding: 0 40px;
	gap: 35px;
}
.data-grid-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	max-width: 1000px;
	margin: 0 auto;
}
.data-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px 24px;
	position: relative;
}
.data-grid-item-1 {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	border-radius: 10px;
	transition: all ease 0.33s;
	overflow: hidden;
	background: #fdf4f4;
	color: #353535 !important;
}

.dgi-inner {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	justify-content: flex-start;
	flex-flow: column;
	padding: 40px;
}
.dgi-inner::after {
	content: "";
	width: 23.9%;
	height: auto;
	aspect-ratio: 117 / 187;
	z-index: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-image: url("../../image/about_department/society/bg-data-item.png");
	background-size: contain;
	background-repeat: no-repeat;
	transition: all ease 0.33s;
	cursor: pointer;
	position: absolute;
	bottom: 30px;
}

.dgi-head {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 10;
}
.dgi-main-ttl {
	width: 100%;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	white-space: nowrap;
}
.dgi-num-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	position: relative;
	z-index: 10;
	gap: 20px;
}

.dgi-num-box > span {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	line-height: 1;
	color: #a42424;
}

.dgi-num {
	font-family: "Outfit", "Noto Sans Japanese", sans-serif;
	line-height: 1;
	margin-bottom: 0;
	color: #a42424;
	display: flex;
	align-items: baseline;
}
.dgi-num > strong {
	font-size: 90px;
	font-weight: 500;
}
.dgi-num > small {
	font-size: 60px;
	font-weight: bold;
}
.data-grid-note {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #666;
	line-height: 1;
	padding-right: 5px;
}

.data-grid-item-2 {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	flex-flow: column;
	justify-content: flex-start;
	transition: all ease 0.33s;
	overflow: hidden;
	color: #353535 !important;
	border: 1px solid #dadedf;
	border-radius: 10px;
	overflow: hidden;
}

.dgi-head-tab {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 9px;
	background: #a42424;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.04em;
}
.dgi-tab-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 24px;
	justify-content: flex-start;
	padding: 24px;
}
.dgi-img {
	width: 100%;
	max-width: 440px;
	margin: 0 auto;
	height: auto;
	aspect-ratio: 440 / 248;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	border-radius: 10px;
}
.dgi-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dgi-tab-cont-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
	justify-content: flex-start;
}
.dgi-tab-cont-txt-area > h4 {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.4;
}
.dgi-tab-cont-txt-area > .c-txt {
	letter-spacing: -0.05em;
}

@media only screen and (max-width: 768px) {
	.data-txt-area {
		gap: 20px;
	}
	.data-txt-area .c-txt {
		padding: 0 20px;
	}
	.data-grid-area-wrapper {
		padding: 0 20px;
		gap: 24px;
	}
	.data-grid-area {
		max-width: 500px;
	}
	.data-grid {
		grid-template-columns: repeat(1, 1fr);
	}

	.dgi-inner {
		padding: 20px;
	}
	.dgi-inner::after {
		bottom: 30px;
	}

	.dgi-head {
		margin-bottom: 30px;
	}
	.dgi-main-ttl {
		font-size: 18px;
	}
	.dgi-num-box {
		gap: 16px;
	}

	.dgi-num-box > span {
		font-size: 36px;
	}

	.dgi-num > strong {
		font-size: 60px;
	}
	.dgi-num > small {
		font-size: 36px;
	}
	.data-grid-note {
		font-size: 12px;
	}

	.dgi-head-tab {
		padding: 6px;
		font-size: 18px;
	}
	.dgi-tab-cont {
		gap: 16px;
		padding: 16px;
	}
	.dgi-img {
		max-width: none;
	}
	.dgi-tab-cont-txt-area {
		gap: 12px;
	}
	.dgi-tab-cont-txt-area > h4 {
		font-size: 18px;
	}
}

/* voice */
.sec-voice {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
	background: #f7fdfd;
}
.voice-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 17px;
	justify-content: flex-start;
}
.voice-cont-wrapper {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 64px;
}
.voice-survey-area {
	width: 100%;
	display: flex;
	position: relative;
	align-items: center;
	flex-flow: column;
	justify-content: flex-start;
	gap: 16px;
}
.voice-survey {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
	color: #353535 !important;
	border: 1px solid #dadedf;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	gap: 47px;
	padding: 40px 48px;
}
.voice-survey-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 24px;
	flex-shrink: 0;
}
.voice-survey-item > p {
	width: 100%;
	text-align: center;
	white-space: nowrap;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.6;
	margin: 0;
	letter-spacing: 0;
	position: relative;
	padding-bottom: 24px;
	border-bottom: 3px solid #abe6e6;
}
.voice-survey-item > p::after {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	bottom: -12px;
	border-top: 10px solid #abe6e6;
}

.voice-survey-num {
	font-family: "Outfit", "Noto Sans Japanese", sans-serif;
	line-height: 1;
	margin-bottom: 0;
	color: #00a496;
	display: flex;
	align-items: baseline;
}
.voice-survey-num > span {
	font-size: 90px;
	font-weight: 500;
}
.voice-survey-num > small {
	font-size: 60px;
	font-weight: 400;
}

.voice-survey-note {
	width: 100%;
	text-align: right;
	font-size: 14px;
	color: #666;
	line-height: 1;
	padding-right: 5px;
}

.voice-grid-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 20px;
}
.voice-grid {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px 42px;
	position: relative;
}

.voice-slider-area {
	position: relative;
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 16px;
}

.voice-slider {
	width: 100%;
}

.slider-btns {
	width: auto;
	display: flex;
	justify-content: flex-end;
	gap: 23px;
	align-items: center;
	flex-shrink: 0;
}
.slider-btns > * {
	width: 38px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 999px;
	z-index: 20;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all ease 0.33s;
	cursor: pointer;
}

.voice-slider-area .slider-btns {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 20;
	width: 100%;
	justify-content: space-between;
}
.voice-slider-area .slide-btn-prev {
	position: absolute;
	left: -25px;
	background-image: url("../../image/lp/start/icon-circle-arrow-left-green.png");
}
.voice-slider-area .slide-btn-next {
	position: absolute;
	right: -25px;
	background-image: url("../../image/lp/start/icon-circle-arrow-right-green.png");
}
.voice-slider-area .slide-btn-prev:hover {
	background-image: url("../../image/lp/start/icon-circle-arrow-left-gray.png");
}
.voice-slider-area .slide-btn-next:hover {
	background-image: url("../../image/lp/start/icon-circle-arrow-right-gray.png");
}

.slide-pagination {
	display: flex;
	gap: 15px;
	align-items: center;
	overflow: hidden;
	justify-content: center;
}
.slide-pagination > span {
	display: block;
	width: 16px;
	height: auto;
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	border-radius: 999px;
	background: #e1e0e0;
	cursor: pointer;
	transition: all ease-in-out 0.4s;
	opacity: 1 !important;
}
.slide-pagination > span:hover {
	opacity: 0.6 !important;
}
.slide-pagination > span.swiper-pagination-bullet-active {
	background: #00a496;
}

.voice-grid-item {
	width: 100%;
	height: auto;
	display: flex;
	background: #fff;
	border: 1px solid #dadedf;
	position: relative;
	align-items: center;
	border-radius: 10px;
	transition: all ease 0.33s;
	flex-flow: column;
	overflow: hidden;
}

.voice-grid-item:hover {
	opacity: 0.6;
}

.voice-grid-item > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 336 / 190;
	flex-shrink: 0;
}

.voice-grid-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.4s;
}

.voice-grid-item:hover > figure img {
	transform: scale(1.05);
}

.vgi-txt-area {
	width: 100%;
	height: 100%;
	padding: 24px;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 24px;
	justify-content: space-between;
}
.vgi-ttl {
	width: 100%;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 500;
	color: #353535;
}
.vgi-name-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
}
.vgi-name-box > p {
	width: 100%;
	margin: 0;
	font-weight: 400;
	font-size: 18px;
	color: #1ea495;
	line-height: 1;
}
.vgi-name-box > span {
	width: 100%;
	font-weight: 400;
	font-size: 15px;
	color: #353535;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
	.sec-voice {
		padding: 0;
	}
	.voice-txt-area {
		padding: 0 20px;
	}
	.voice-cont-wrapper {
		gap: 40px;
	}
	.voice-survey-area {
		padding: 0 20px;
	}
	.voice-survey {
		grid-template-columns: repeat(1, 1fr);
		padding: 24px;
		max-width: 500px;
	}
	.voice-survey-item {
		gap: 16px;
	}
	.voice-survey-item > p {
		padding-bottom: 16px;
		max-width: 250px;
	}
	.voice-survey-num > span {
		font-size: 60px;
	}
	.voice-survey-num > small {
		font-size: 36px;
	}

	.voice-survey-note {
		font-size: 12px;
		line-height: 1.4;
	}

	.voice-grid-area {
		gap: 24px;
	}
	.voice-grid {
		display: none;
	}

	.voice-slider-area {
		gap: 20px;
	}

	.voice-grid-item {
		border-radius: 5px;
	}
	.voice-grid-item > figure {
		aspect-ratio: 638 / 361;
	}
	.vgi-txt-area {
		padding: 20px 10px;
		gap: 20px;
	}
	.vgi-ttl {
		font-size: 18px;
	}

	.vgi-name-box > p {
		font-size: 16px;
	}
	.vgi-name-box > span {
		font-size: 14px;
	}
	.voice-slider-area .slider-btns {
		top: calc(50% - 20px);
	}
	.voice-slider-area .slide-btn-prev {
		left: 8px;
	}
	.voice-slider-area .slide-btn-next {
		right: 8px;
	}
}

/* FAQ */
.sec-faq {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 0 40px;
}
.faq-txt-area {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 60px;
	justify-content: flex-start;
}

.faq-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 16px;
}
.acc-box {
	width: 100%;
	background: #f5faff;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
}
.acc-btn {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 86px;
	padding-inline: 83px 64px;
	padding-block: 20px;
	position: relative;
	cursor: pointer;
}
.acc-btn::before {
	content: "Q";
	position: absolute;
	top: 24px;
	left: 40px;
	font-family: "Outfit", sans-serif;
	font-size: 35px;
	line-height: 1;
	font-weight: 500;
	color: #175aa2;
}
.acc-btn::after {
	content: "";
	position: absolute;
	right: 40px;
	width: 24px;
	height: auto;
	aspect-ratio: 1 / 1;
	background-image: url("../../image/about_department/society/icon-plus.svg");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.is-open .acc-btn::after {
	background-image: url("../../image/about_department/society/icon-minus.svg");
}
.acc-btn > p {
	width: 100%;
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.acc-panel {
	width: 100%;
}
.acc-panel-inner {
	width: 100%;
	padding-block: 0 24px;
	padding-inline: 40px;
	position: relative;
}
.acc-panel-inner > p {
	width: 100%;
	font-size: 16px;
	padding: 32px;
	background: #fff;
	border-radius: 10px;
	margin: 0;
	line-height: 2;
	color: #353535;
	letter-spacing: 0;
}

@media screen and (max-width: 999px) {
	.sec-faq {
		padding: 0 20px;
	}
	.faq-list {
		gap: 12px;
	}
	.acc-btn {
		min-height: 63px;
		padding-inline: 50px;
		padding-block: 15px;
	}
	.acc-btn::before {
		top: 14px;
		left: 14px;
		font-size: 34px;
	}
	.acc-btn::after {
		right: 12px;
		width: 16px;
	}
	.acc-btn > p {
		font-size: 18px;
	}
	.acc-panel-inner {
		padding-block: 0 16px;
		padding-inline: 16px;
	}
	.acc-panel-inner > p {
		font-size: 14px;
		padding: 18px;
		border-radius: 5px;
	}
}
