/*
----------------------------------------
common
----------------------------------------
*/

[x-cloak] {
	display: none !important;
}
/*
----------------------------------------
mv
----------------------------------------
*/
.security-management .curriculum-header {
	margin-bottom: 0;
}
.security-management .curriculum-header .img.pc {
	background: url(../img/curriculum/security-management/mv.png) center center / cover no-repeat;
}
.security-management .curriculum-header .box::after {
	content: none;
}
.security-management .curriculum-header .btn a:before {
	background: url(../img/curriculum/security-management/icon-calendar.png) center center / contain no-repeat;
}

@media screen and (max-width: 768px) {
	.security-management .curriculum-header {
		background: #ebf7ff;
		margin-bottom: 0 !important;
	}
	.security-management .curriculum-header .img.sp {
		display: block;
		background: url(../img/curriculum/security-management/mv-sp.png) center top / 100% no-repeat;
	}
	.security-management .curriculum-header .wrap {
		max-width: 500px;
	}
}
/*
----------------------------------------
Worry
----------------------------------------
*/
.sec-worry {
	width: 100%;
	position: relative;
}
.worry-cont {
	width: 100%;
	position: relative;
	background: #ebf7ff;
	padding-block: 70px 16px;
	overflow: hidden;
}
.worry-cont-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 70px;
}
.ttl-worry {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 9px;
	position: relative;
}
.ttl-worry > h2 {
	width: auto;
	font-size: 32px;
	letter-spacing: 0.02em;
	text-align: center;
	line-height: 1.4;
}
.ttl-worry::before,
.ttl-worry::after {
	content: "";
	width: 30px;
	height: auto;
	aspect-ratio: 3 / 4;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	top: 10px;
}
.ttl-worry::before {
	background-image: url("../img/curriculum/security-management/dot-line-left.png");
}
.ttl-worry::after {
	background-image: url("../img/curriculum/security-management/dot-line-right.png");
}
.worry-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.worry-list-item {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 15px;
}
.worry-list-item > figure {
	width: 188px;
	height: auto;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 999px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.worry-list-item > figure > img {
	width: 37.7%;
	height: auto;
	object-fit: contain;
	max-height: 74px;
	min-width: 70px;
}
.worry-list-item > p {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 1.5;
}

.worry-cont-bottom {
	width: 100%;
	position: relative;
	background: #1da1f2;
	padding-block: 145px 40px;
	overflow: hidden;
	border-bottom: solid 3px #006bad;
}
.worry-cont-bottom::after {
	content: "";
	width: 100%;
	height: auto;
	aspect-ratio: 1700 / 110;
	max-height: 110px;
	min-height: 110px;
	background-image: url("../img/curriculum/security-management/bg-triangle.png");
	background-position: top;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	overflow: hidden;
	top: -1px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.worry-cont-txt {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.worry-cont-txt > p {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
}
.worry-cont-txt > p > strong {
	font-size: 51px;
	font-weight: bold;
}
@media screen and (max-width: 1200px) {
	.worry-list {
		grid-template-columns: repeat(2, 1fr);
		max-width: 640px;
		gap: 40px;
	}
}
@media screen and (max-width: 999px) {
	.ttl-worry > h2 {
		font-size: 26px;
	}
	.worry-cont-txt > p {
		font-size: 28px;
	}
	.worry-cont-txt > p > strong {
		font-size: 43px;
	}
	.worry-list-item > figure {
		width: 150px;
	}
	.worry-list-item > figure > img {
		min-width: 40px;
	}
	.worry-list-item > p {
		text-align: justify;
		font-size: 16px;
	}
	.worry-list-item > p br {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.worry-cont {
		padding-block: 30px 16px;
	}
	.worry-cont-flex {
		gap: 40px;
	}
	.ttl-worry > h2 {
		font-size: 20px;
	}
	.ttl-worry::before,
	.ttl-worry::after {
		top: 0;
	}
	.worry-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
		max-width: 400px;
	}
	.worry-list-item {
		flex-flow: row;
		gap: 16px;
	}
	.worry-list-item > figure {
		width: 25%;
		min-width: 120px;
		flex-shrink: 0;
	}
	.worry-list-item > figure > img {
		width: 40%;
		max-height: 80px;
	}
	.worry-list-item > p br {
		display: inline;
	}

	.worry-cont-bottom {
		padding-block: 135px 40px;
	}
	.worry-cont-bottom::after {
		background-image: url("../img/curriculum/security-management/bg-triangle-sp.png");
		aspect-ratio: 800 / 110;
		min-height: 50px;
	}
	.worry-cont-txt > p {
		font-size: 24px;
	}
	.worry-cont-txt > p > strong {
		font-size: 36px;
	}
}
@media screen and (max-width: 600px) {
	.worry-list-item > figure {
		min-width: 110px;
	}
	.worry-list-item > p {
		font-size: 14px;
	}
	.worry-cont-bottom {
		padding-block: 100px 20px;
	}
	.worry-cont-txt > p {
		font-size: 18px;
	}
	.worry-cont-txt > p > strong {
		font-size: 24px;
	}
}
@media screen and (max-width: 430px) {
	.worry-cont-bottom {
		padding-block: 75px 20px;
	}
}

/*
----------------------------------------
Professional
----------------------------------------
*/
.sec-professional {
	margin: 90px 0 80px;
}

.about-wrap-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.about-box .about-wrap {
	margin: 0;
	margin-bottom: 0;
	width: 100%;
}
.about-box .about-wrap .img + .wrap .txt {
	justify-content: flex-start;
}
.about-box .about-wrap > .wrap {
	margin: 0 auto;
}

.about-wrap:nth-of-type(even) .img + .wrap .txt {
	margin-right: calc(50% + 10px);
	margin-left: 0;
	padding-left: 0px;
	padding-right: 60px;
}
.about-wrap:nth-of-type(even) .img {
	left: auto;
	right: 0;
}

@media screen and (max-width: 1200px) {
	.sec-professional .ttl-01 h2 {
		font-size: 3.4rem;
	}
}
@media screen and (max-width: 999px) {
	.sec-professional {
		margin: 50px 0 40px;
	}
	.sec-professional .ttl-01 h2 {
		font-size: 2.6rem;
	}

	.about-wrap:nth-of-type(even) .img + .wrap .txt {
		margin-right: 0;
		padding-right: 0px;
		padding: 20px;
	}
	.about-box .about-wrap .img + .wrap .txt {
		min-height: 0;
	}
	.about-box .about-wrap.img {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 500px) {
	.sec-professional .ttl-01 h2 {
		font-size: 2rem;
	}
}
/*
----------------------------------------
Instructor
----------------------------------------
*/
.sec-teacher {
	width: 100%;
	border-block: solid 1px #e5e5e5;
	margin-bottom: 80px;
	padding-block: 80px 60px;
	position: relative;
	overflow: hidden;
}
.teacher-list {
	width: 100%;
	margin-top: 50px;
	display: flex;
	flex-flow: column;
	gap: 60px;
	align-items: center;
}
.teacher-list-item {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 4.88%;
	justify-content: space-between;
}
.tli-img {
	width: 28.45%;
	height: auto;
	aspect-ratio: 1 / 1;
	max-width: 350px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.tli-img > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}

.tli-info-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 24px;
}
.tli-info-box .heading-01 {
	margin-bottom: 0;
	padding-block: 10px;
}
.tli-licence-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 8px;
}
.tli-licence-list > span {
	width: auto;
	padding: 7px 11px;
	background: #22a1f2;
	border-radius: 2px;
	line-height: 1;
	font-size: 17px;
	font-weight: bold;
	color: #fff;
}
.tli-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 12px;
}
.tli-txt-box > p {
	width: 100%;
	font-size: 16px;
	letter-spacing: 0.08em;
	text-align: justify;
	line-height: 2;
}
.tli-img-sp {
	display: none;
}

@media screen and (max-width: 999px) {
	.teacher-list {
		margin-inline: auto;
		max-width: 500px;
	}
	.teacher-list-item {
		align-items: center;
		flex-flow: column;
		gap: 30px;
		justify-content: flex-start;
	}
	.tli-img {
		display: none;
	}

	.tli-licence-list > span {
		padding: 4px 8px;
		font-size: 14px;
	}
	.tli-txt-box > p {
		font-size: 14px;
	}

	.tli-img-sp {
		width: 100%;
		height: auto;
		aspect-ratio: 21 / 13;
		max-width: 768px;
		flex-shrink: 0;
		display: flex;
		justify-content: center;
		align-items: center;
		overflow: hidden;
	}
	.tli-img-sp > img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
}
@media screen and (max-width: 768px) {
	.sec-teacher {
		margin-bottom: 60px;
		padding-block: 60px 40px;
	}
	.teacher-list {
		margin-top: 40px;
		gap: 30px;
	}
}
/*
----------------------------------------
Timetable
----------------------------------------
*/
.sec-timetable {
	width: 100%;
	margin-bottom: 80px;
	position: relative;
	overflow: hidden;
}
.timetable-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
}
.timetable-flex {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.timetable-flex .heading-03 {
	width: 100%;
}
.timetable-img-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	background: #ebf7ff;
}
.timetable-img-wrapper > figure {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	position: relative;
	aspect-ratio: 400 / 381;
}
.timetable-img-wrapper > figure > * {
	width: 100%;
	height: 100%;
}
.timetable-img-wrapper > figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media screen and (max-width: 768px) {
	.sec-timetable {
		margin-bottom: 60px;
	}
	.timetable-flex .heading-03 {
		font-size: 2rem;
	}
	.timetable-img-wrapper > figure {
		aspect-ratio: 185 / 419;
	}
}
/*
----------------------------------------
Step
----------------------------------------
*/

.sec-step {
	width: 100%;
	margin-bottom: 120px;
	position: relative;
	overflow: hidden;
}
.step-cont {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
}
.step-cont .heading-03 {
	width: 100%;
}
.step-list-wrapper {
	width: 100%;
	background: #ebf7ff;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-inline: 30px;
	padding-block: 40px 30px;
	gap: 50px;
}
.step-list-wrapper > p {
	width: 100%;
	text-align: center;
	font-size: 20px;
	letter-spacing: 0.08em;
}
.step-list {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 40px;
}
.step-list-item {
	width: 100%;
	display: flex;
	gap: 6%;
	justify-content: space-between;
	align-items: flex-start;
}
.step-list-item > figure {
	width: 43.8%;
	max-width: 539px;
	height: auto;
	aspect-ratio: 539 / 350;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	flex-shrink: 0;
}
.step-list-item > figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sli-txt-box {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 40px;
}
.sli-ttl {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	background-image: url("../img/common/2x/ttl-bg-02.png");
	background-position: left center;
	background-size: 14px;
	background-repeat: no-repeat, repeat-y;
	padding-left: 30px;
}
.sli-ttl > span {
	width: 100%;
	font-size: 20px;
	font-family: "Lato", sans-serif;
	letter-spacing: 0.06em;
	color: #1da1f2;
}
.sli-ttl > h4 {
	width: 100%;
	font-size: 30px;
	line-height: 1.3;
	letter-spacing: 0.04em;
}
.sli-txt-box > p {
	width: 100%;
	text-align: justify;
	letter-spacing: 0.08em;
	font-size: 16px;
}

@media screen and (max-width: 999px) {
	.sec-step {
		margin-bottom: 80px;
	}
	.step-list-wrapper {
		padding-inline: 20px;
		padding-block: 30px 20px;
		gap: 40px;
	}
	.step-list-wrapper > p {
		font-size: 16px;
	}
	.sli-txt-box {
		gap: 20px;
	}
	.sli-ttl {
		background-size: 9px;
		padding-left: 15px;
	}
	.sli-ttl > span {
		font-size: 16px;
	}
	.sli-ttl > h4 {
		font-size: 20px;
	}
}
@media screen and (max-width: 768px) {
	.step-list {
		gap: 30px;
	}
	.step-list-wrapper > p {
		text-align: justify;
	}
	.step-list-item {
		gap: 30px;
		flex-flow: column;
		align-items: center;
		justify-content: flex-start;
	}
	.step-list-item > figure {
		width: 100%;
		max-width: none;
	}
}
/*
----------------------------------------
Schedule
----------------------------------------
*/
#course.introduction-box {
	padding-top: 0px;
	border-top: none;
	margin-bottom: 40px;
}
#course.introduction-box .course-list > .course {
	margin-bottom: 0;
}

#course_wrapper {
	width: 100%;
}
#course_2.introduction-box {
	padding-top: 0;
	border-top: none;
	margin-bottom: 120px;
}
#course_2.introduction-box .course-list > .course {
	margin-bottom: 0;
}
@media screen and (max-width: 999px) {
	#course_2.introduction-box {
		margin-bottom: 60px;
	}
}
/*
----------------------------------------
Job
----------------------------------------
*/
.about-box.sec-job {
	margin: 0;
	margin-bottom: 60px;
}

/*
----------------------------------------
Voice
----------------------------------------
*/
.voice-box.sec-voice {
	border-bottom: none;
	margin: 0;
	margin-bottom: 100px;
	padding-bottom: 0;
}

@media screen and (max-width: 999px) {
	.voice-box.sec-voice {
		margin-bottom: 60px;
	}
}
/*
----------------------------------------
faq
----------------------------------------
*/

.faq-cont {
	margin-bottom: 120px;
}

.faq-cont .ttl-01 {
	margin-bottom: -2.8rem;
}

.faq-cont-list {
	background: #ebf7ff;
	padding: 62px 0 80px;
}

.faq-cont-list-group {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 30px;
}
.faq-cont-list-group > dl {
	width: 100%;
}
.faq-cont-list-group > dl dt {
	width: 100%;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: 1.5px;
	color: #fff;
	background: #1da1f2;
	padding-block: 27px;
	padding-inline: 105px;
	border-radius: 5px;
	position: relative;
	cursor: pointer;
}
.faq-cont-list-group > dl.is-open dt {
	border-radius: 5px 5px 0 0;
}

.faq-cont-list-group > dl dt::before {
	content: "Q";
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	background: #fff;
	color: #1da1f2;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 23px);
	left: 40px;
}

.faq-cont-list-group > dl dt::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: calc(50% - 12px);
	right: 40px;
	background-image: url("../img/curriculum/security-management/icon-plus.png");
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.faq-cont-list-group > dl.is-open dt::after {
	background-image: url("../img/curriculum/security-management/icon-minus.png");
}

.faq-cont-list-group > dl dd {
	width: 100%;
}
.faq-cont-list-group > dl dd > div {
	width: 100%;
	background: #fff;
	padding: 25px 40px 40px;
	border: solid 1px #cadae5;
	border-top: none;
	border-radius: 0 0 5px 5px;
}

.faq-cont-list-group > dl dd h3 {
	font-size: 2.2rem;
	letter-spacing: 1.5px;
	color: #ff9100;
	padding-left: 65px;
	margin-bottom: 25px;
	position: relative;
}

.faq-cont-list-group > dl dd h3::before {
	content: "A";
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 48px;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 2.4rem;
	font-weight: bold;
	background: #ff9100;
	color: #fff;
	border-radius: 50%;
	position: absolute;
	top: calc(50% - 23px);
	left: 0;
}

.faq-cont-list-group > dl dd p {
	letter-spacing: 1px;
}

.faq-cont-list-item-youtube {
	text-align: center;
}
.faq-cont-list-item-image {
	text-align: center;
}
.faq-cont-list-item-link a {
	color: #0000ee;
}
.faq-cont-list-item-link a:hover {
	cursor: pointer;
	background: linear-gradient(transparent 70%, #ffff00 0%);
}

@media screen and (max-width: 768px) {
	.faq-cont {
		margin-bottom: 60px;
	}

	.faq-cont .ttl-01 {
		margin-bottom: -1.2rem;
	}

	.faq-cont .ttl-01 h2 {
		font-size: 2.4rem;
	}
	.faq-cont-list {
		padding: 45px 0 20px;
	}
	.faq-cont-list-group {
		gap: 16px;
	}
	.faq-cont-list-group > dl dt {
		font-size: 1.7rem;
		letter-spacing: 0;
		padding: 15px 15px 15px 57px;
	}

	.faq-cont-list-group > dl dt::before {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 1.7rem;
		top: 12.5px;
		left: 15px;
	}
	.faq-cont-list-group > dl dt::after {
		width: 18px;
		height: 18px;
		top: calc(50% - 9px);
		right: 20px;
	}
	.faq-cont-list-group > dl dd > div {
		padding: 20px 15px 25px;
	}

	.faq-cont-list-group > dl dd h3 {
		font-size: 1.7rem;
		letter-spacing: 0;
		line-height: 1.6;
		padding: 2px 0 2px 42px;
		margin-bottom: 10px;
	}

	.faq-cont-list-group > dl dd h3::before {
		width: 32px;
		height: 32px;
		line-height: 30px;
		font-size: 1.7rem;
		top: 0;
		left: 0;
	}

	.faq-cont-list-group > dl dd p {
		font-size: 1.5rem;
		letter-spacing: 0;
	}
}
