@charset "UTF-8";

/*=======================================================
共通
=======================================================*/
.el-btn {
	width: 414px;
	font-size: 18px;
	border-radius: 30px;
	color: #FFFFFF;
	padding: 16px 0 15px 0;
	letter-spacing: 0.72px;
	line-height: 1.5em;
	position: relative;
}
.el-btn::after {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
    background: url(../images/common/btn-white-icon.svg) top center / contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
}
.el-btn.black {
	background-color: #0E0101;
}
.el-btn.gold {
	background-color: #BD9535;
	border: 1px solid #FFFFFF;
}
.el-btn.green {
	background-color: #006E54;
	border: 1px solid #FFFFFF;
}
.el-btn:hover {
	background-color: #FFFFFF;
	color: #0E0101;
	position: relative;
	transition: all 0.3s ease;
}
.el-btn:hover::after  {
	position: absolute;
	content: "";
	width: 24px;
	height: 24px;
    background: url(../images/common/btn-black-icon.svg) top center / contain no-repeat;
	top: 50%;
	transform: translateY(-50%);
	right: 23px;
}
@media screen and (max-width: 750px) {
	.el-btn {
	    width: 606px;
	    font-size: 30px;
		padding: 22px 0 20px;
	    border-radius: 44px;
		letter-spacing: 1.2px;
		margin: auto;
    }
    .el-btn::after {
	    width: 34px;
	    height: 34px;
	    right: 30px;
    }
	.el-btn.black:hover {
	    background-color: #0E0101;
		color: #FFFFFF;
    }
	.el-btn.gold:hover {
	    background-color: #BD9535;
	    border: 1px solid #FFFFFF;
		color: #FFFFFF;
    }
	.el-btn.green:hover {
	    background-color: #006E54;
	    border: 1px solid #FFFFFF;
		color: #FFFFFF;
    }
	.el-btn:hover::after  {
		width: 34px;
	    height: 34px;
        background: url(../images/common/btn-white-icon.svg) top center / contain no-repeat;
		right: 30px;
    }
}

/*=======================================================
背景パララックス
=======================================================*/
.ly-main {
    background: url(../images/common/bg.jpg) top center / contain no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 750px) {
	.ly-main {
        background: url(../images/common/bg-sp.jpg) top center / contain no-repeat;
		background-attachment: fixed;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/*=======================================================
MV
=======================================================*/
.ly-lower-head {
	height: 471px;
}
.bl-lower-mv-bg {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#00456859, #00456859);
}
.bl-lower-course-mv {
	position: relative;
	z-index: 1;
}
.bl-lower-course-mv::before {
	position: absolute;
	content: "";
	width: 528px;
	height: 236px;
	background: url(../images/common/mv-wave.svg) top center / contain no-repeat;
	top: 76px;
	left: 40px;
	z-index: -1;
}
.bl-recruit {
	position: absolute;
	text-align: center;
	width: 315px;
	padding: 8px 24px 10px;
	background-color: #BD9535;
	top: 198px;
	right: 0;
}
.el-recruit-txt > span {
	display: block;
	color: #FFFFFF;
}
.el-lower-course-mv-ttl {
	padding-top: 80px;
	text-align: start;
	font-size: 24px;
	letter-spacing: 0.96px;
	line-height: 1.6em;
	color: #DAD585;
	margin-bottom: 24px;
}
.el-lower-mv-subttl {
	font-size: 18px;
	color: #FFFFFF;
	letter-spacing: 0.72px;
	line-height: 1.6em;
	margin-bottom: 32px;
}
.bl-lower-mv-txt {
	position: relative;
	color: #FFFFFF;
	z-index: 1;
}
@media screen and (max-width: 750px) {
	.ly-lower-head {
	    height: 817px;
    }
    .bl-lower-mv-bg {
        background-image: linear-gradient(#00456859, #00456859);
    }
    .bl-lower-course-mv::before {
	    width: 748px;
	    height: 374px;
	    top: 76px;
	    left: 55%;
	    transform: translateX(-50%);
    }
    .bl-recruit {
	    width: 419px;
	    padding: 16px 0 18px;
	    top: 508px;
	    right: 20%;
    }
    .el-lower-course-mv-ttl {
	    text-align: center;
	    font-size: 42px;
        letter-spacing: 1.68px;
	    line-height: 1.9em;
    }
    .el-lower-mv-subttl {
	    font-size: 32px;
	    letter-spacing: 1.28px;
	    line-height: 1em;
	    margin-bottom: 24px;
		text-align: center;
    }
    .bl-lower-mv-txt {
		text-align: center;
    }
}

/*=======================================================
about
=======================================================*/
.bl-about {
	padding: 80px 0 96px;
}
.bl-about .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-about .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.bl-about .bl-media {
	margin-bottom: 24px;
}
.bl-about .el-media-txt,
.bl-about-txt,
.bl-video-txt {
	color: #FFFFFF;
}
.bl-about-txt,
.bl-video-txt {
	text-align: center;
}
.bl-about .el-media-txt +.bl-about .el-media-txt,
.bl-about-txt + .bl-about-txt {
	margin-top: 1.3em;
}
.bl-about-txt:last-of-type {
	margin-bottom: 56px;
}
.bl-about .bl-about-video iframe {
    display: block;
    width: 650px;
    height: 368px;
    margin: 0 auto 32px;
}
@media screen and (max-width: 750px) {
    .bl-about::after {
        display: none;
    }
    .bl-about .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-about .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-about-txt {
	    text-align: start;
    }
    .bl-about .bl-about-video iframe {
        width: 650px;
        height: 368px;
        margin: 0 auto 32px;
    }
}

/*=======================================================
eligible
=======================================================*/
.bl-eligible {
    padding: 80px 0 96px;
    background: transparent linear-gradient(180deg, #0E0101 0%, #0E010100 100%);
}
.bl-eligible .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-eligible .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.bl-eligible .bl-eligible-list {
	display: flex;
	flex-flow: column;
	gap: 40px;
	margin-bottom: 96px;
}
.bl-eligible .bl-eligible-item {
	width: 100%;
}
.bl-eligible .bl-eligible-item > dl > dt {
	background-color: #BD9535;
	padding: 7px 0 7px 56px;
	font-size: 26px;
	letter-spacing: 1.56px;
	line-height: 1.6em;
	text-indent: -1em;
}
.bl-eligible .bl-eligible-item > dl > dd {
	background-color: #FFFFFF;
	padding: 24px 32px 32px;
}
.el-requirement-ttl {
	font-size: 32px;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	position: relative;
    z-index: 1;
}
.el-requirement-ttl::after {
	position: absolute;
	content: "";
	width: 604px;
	height: 292px;
	background: url(../images/pro-course/wave01.svg) top center / contain no-repeat;
	top: -96px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.el-requirement-txt {
	position: relative;
	z-index: 1;
	text-align: center;
	color: #FFFFFF;
    margin-bottom: 88px;
}
.bl-eligible .bl-bulletList {
	width: 848px;
	background-color: rgba(0,110,84,0.45);
	padding: 24px 100px 32px 152px;
	margin: auto;
	color: #FFFFFF;
}
@media screen and (max-width: 750px) {
    .bl-eligible .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-eligible .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-eligible .bl-eligible-list {
        margin-bottom: 112px;
	}
	.bl-eligible .bl-eligible-item > dl > dt {
	    padding: 10px 0 10px 60px;
	    font-size: 30px;
    }
	.el-requirement-ttl {
		font-size: 40px;
		text-align: center;
    }
	.el-requirement-txt {
        margin-bottom: 56px;
    }
    .bl-eligible .bl-bulletList {
	    width: 100%;
	    padding: 24px 32px 32px;
    }
}

/*=======================================================
whole
=======================================================*/
.bl-whole {
	padding: 80px 0 96px;
	position: relative;
}
.bl-whole::after {
	position: absolute;
	content: "";
	width: 600px;
	height: 152px;
	background: url(../images/pro-course/wave02.png) top center / contain no-repeat;
	bottom: -40px;
	right: 110px;
}
.bl-whole .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-whole .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.el-whole-top-txt {
    color: #FFFFFF;
	margin-bottom: 56px;
}
.bl-whole .bl-mediaList {
	margin-bottom: 56px;
}
.bl-whole .bl-media-imgWrapper > img {
	box-shadow: -5px 5px 0px #0E0101;
}
.bl-whole .el-media-ttl {
	font-size: 26px;
	margin: 0 0 48px;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	position: relative;
}
.bl-whole .el-media-ttl::after {
	position: absolute;
	content: "";
	width: 1102px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -16px;
}
.bl-whole .bl-media:first-of-type .el-media-ttl::after {
	left: -32px;
}
.bl-whole .bl-media.reverse .el-media-ttl::after {
	right: -26px;
}
.bl-whole .bl-media-body,
.el-whole-bottom-txt {
	color: #FFFFFF;
}
.el-whole-bottom-txt {
	text-align: center;
	line-height: 2.5em;
}
.el-whole-bottom-txt .hp-large {
	font-size: 24px;
}
@media screen and (max-width: 750px) {
	.bl-whole::after {
        display: none;
    }
    .bl-whole .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-whole .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-whole .el-media-ttl {
		text-align: center;
	    font-size: 30px;
	    margin: 0 0 56px;
    }
	.el-whole-bottom-txt {
	    text-align: start;
		line-height: 1.6em;
    }
	.el-whole-bottom-txt .hp-large {
	    font-size: 30px;
    }
}

/*=======================================================
broadcast
=======================================================*/
.bl-broadcast {
	padding: 80px 0 96px;
	background-color: rgba(0,69,104,0.45);
}
.bl-broadcast .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-broadcast .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.el-broadcast-top-txt {
	color: #FFFFFF;
	margin-bottom: 40px;
}
.bl-broadcast-list {
	display: flex;
	flex-flow: column;
	gap: 40px;
	margin-bottom: 80px;
}
.bl-broadcast-list .bl-media {
	background-color: rgba(255,255,255,0.85);
	padding: 32px;
	grid-template: auto 1fr / 376px auto;
	grid-template-areas: 
		"imgWrapper title"
		"imgWrapper body";
}
.bl-broadcast-list .bl-media:has(.el-media-btmTxt) {
    grid-template: auto 1fr auto / 376px auto;
    grid-template-areas:
        "imgWrapper title"
        "imgWrapper body"
        "btm_txt btm_txt";
}
.bl-broadcast-list .el-media-ttl {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0;
}
.bl-broadcast-list .el-att01 {
	margin-top: 16px;
}
.el-broadcast-bottom-txt {
	position: relative;
	color: #FFFFFF;
	text-align: center;
	z-index: 1;
}
.el-broadcast-bottom-txt + .el-broadcast-bottom-txt {
	margin-top: 40px;
}
.bl-broadcast .hp-large {
	font-size: 24px;
	position: relative;
	z-index: 1;
}
.bl-broadcast .hp-large::after {
	position: absolute;
	content: "";
	width: 604px;
	height: 292px;
	background: url(../images/pro-course/wave03.png) top center / contain no-repeat;
	top: -90px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
@media screen and (max-width: 750px) {
    .bl-broadcast .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-broadcast .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-broadcast-list {
	    gap: 56px;
    }
    .bl-broadcast-list .bl-media {
	    padding: 40px 32px;
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body";
    }
    .bl-broadcast-list .bl-media:has(.el-media-btmTxt) {
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body" "btm_txt";
    }
    .bl-broadcast-list .el-att01 {
	    margin-top: 32px;
    }
    .el-broadcast-bottom-txt {
	    text-align: start;
    }
    .bl-broadcast .hp-large {
	    font-size: 30px;
    }
    .bl-broadcast .hp-large::after {
        display: none;
    }
}

/*=======================================================
homework
=======================================================*/
.bl-homework {
	padding: 80px 0 96px;
}
.bl-homework .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-homework .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.bl-homework .bl-mediaList {
	gap: 40px;
}
.bl-homework .bl-media-body,
.bl-homework .bl-media-btmTxt {
	color: #FFFFFF;
}
.bl-homework .bl-media-btmTxt {
	margin-top: 40px;
}
@media screen and (max-width: 750px) {
    .bl-homework .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-homework .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
}

/*=======================================================
practical
=======================================================*/
.bl-practical {
	padding: 80px 0 56px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%);
}
.bl-practical .el-sec-mainTtl {
	text-align: start;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-practical .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.bl-practical-list {
	display: flex;
	flex-flow: column;
	gap: 40px;
	margin-bottom: 80px;
}
.bl-practical-list .bl-media {
	background-color: rgba(0,69,104,0.35);
	padding: 32px;
	grid-template: auto 1fr / 376px auto;
	grid-template-areas: 
		"imgWrapper title"
		"imgWrapper body";
}
.bl-practical-list .bl-media:has(.el-media-btmTxt) {
    grid-template: auto 1fr auto / 376px auto;
    grid-template-areas:
        "imgWrapper title"
        "imgWrapper body"
        "btm_txt btm_txt";
}
.bl-practical-list .el-media-ttl {
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0;
}
.bl-practical-list .el-media-txt,
.bl-practical-list .el-media-btmTxt {
	color: #FFFFFF;
}
.bl-practical .ly-cont-inner-1200 .bl-media {
    margin-bottom: 160px;
}
.bl-practical .ly-cont-inner-1200 .bl-media-imgWrapper {
	position: relative;
}
.bl-practical .ly-cont-inner-1200 .bl-media-imgWrapper::after {
	position: absolute;
	content: "FMT整体 愛知小牧本院";
	background-color: #006E54;
	width: 320px;
	text-align: center;
	padding: 7px 0;
	color: #FFFFFF;
	bottom: 0;
	right: 0;
}
.bl-practical .ly-cont-inner-1200 .el-media-ttl {
	font-size: 26px;
	margin: 0 0 40px;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	position: relative;
}
.bl-practical .ly-cont-inner-1200 .el-media-ttl::after {
	position: absolute;
	content: "";
	width: 1102px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -16px;
	left: -32px;
}
.bl-practical .ly-cont-inner-1200 .bl-media-body {
	color: #FFFFFF;
	gap: 40px;
}
.bl-practical .ly-cont-inner-1200 .bl-media-body .bl-address {
	display: flex;
	flex-flow: column;
	gap: 16px;
}
.scroll-att {
    display: none;
}
.el-schedule-ttl {
	color: #FFFFFF;
	font-size: 26px;
	text-align: center;
	margin-bottom: 80px;
	letter-spacing: 1.56px;
	line-height: 1.6em;
	position: relative;
	z-index: 1;
}
.el-schedule-ttl::after {
	position: absolute;
	content: "";
	width: 758px;
	height: 214px;
	background: url(../images/homecare-course/wave04.svg) top center / contain no-repeat;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.bl-tableWrapper + .bl-tableWrapper {
	margin-top: 32px;
}
.bl-schedule-list,
.bl-followup-schedule-list {
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
}
.bl-schedule-list > thead > tr > th,
.bl-schedule-list > tbody > tr > td:first-of-type {
	background-color: #0E0101;
	text-align: center;
	border: 1px solid #FFFFFF;
	padding: 14px 0;
}
.bl-schedule-list > tbody > tr > td:first-of-type {
	border-top: none;
}
.bl-schedule-list > thead > tr > th:first-of-type,
.bl-schedule-list > tbody > tr > td:first-of-type,
.bl-followup-schedule-list > tbody > tr > td:first-of-type {
	width: 232px;
}
.bl-schedule-list > thead > tr > th:nth-of-type(2),
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(2) {
	width: 295px;
}
.bl-schedule-list > thead > tr > th:nth-of-type(3),
.bl-schedule-list > thead > tr > th:nth-of-type(4),
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(3),
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(4) {
	width: 250px;
}
.bl-schedule-list > thead > tr > th {
	font-size: 18px;
	letter-spacing: 0.72px;
	line-height: 1.6em;
}
.bl-schedule-list > thead > tr > th:not(:first-of-type) {
    border-left: none;
	border-bottom: none;
}
.bl-schedule-list > tbody > tr > td:first-of-type {
	border-right: none;
	color: #FFFFFF;
}
.bl-schedule-list > tbody > tr > td:nth-of-type(2),
.bl-schedule-list > tbody > tr > td:nth-of-type(3),
.bl-schedule-list > tbody > tr > td:nth-of-type(4) {
	border-right: 1px solid #0E0101;
	border-bottom: 1px solid #0E0101;
}
.bl-schedule-list > tbody > tr > td:nth-of-type(2) {
	text-align: center;
}
.bl-schedule-list > tbody > tr > td:nth-of-type(3),
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(3) {
    text-align: end;
	padding: 0 25px;
}
.bl-schedule-list > tbody > tr > td:nth-of-type(4),
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(4) {
    text-align: end;
	padding: 0 50px;
}
.bl-followup-schedule-list > tbody > tr > td:first-of-type {
	background-color: #004568;
	text-align: center;
	padding: 14px 0;
	color: #FFFFFF;
}
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(2) {
	text-align: center;
}
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(2),
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(3),
.bl-followup-schedule-list > tbody > tr > td:nth-of-type(4) {
	border: 1px solid #0E0101;
	border-left: none;
}
.bl-practical .el-att {
	color: #FFFFFF;
}
.bl-tableWrapper + .el-att {
    margin: 16px 0 56px;
}
@media screen and (max-width: 750px) {
    .bl-practical .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-practical .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
    .bl-practical-list {
	    gap: 56px;
    }
    .bl-practical-list .bl-media {
	    padding: 40px 32px;
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body";
    }
    .bl-practical-list .bl-media:has(.el-media-btmTxt) {
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body" "btm_txt";
    }
    .bl-practical .ly-cont-inner-1200 .bl-media-imgWrapper::after {
	    width: 690px;
	    padding: 10px 0;
    }
    .bl-practical .ly-cont-inner-1200 .el-media-ttl {
	    font-size: 32px;
		text-align: center;
	    margin: 0 0 56px;
    }
    .bl-practical .ly-cont-inner-1200 .el-media-ttl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-tableWrapper + .bl-tableWrapper {
	    margin-top: 56px;
    }
    .el-schedule-ttl {
	    font-size: 40px;
    }
    .el-schedule-ttl::after {
	    width: 750px;
	    height: 212px;
	    top: -80px;
	    left: 52%;
    }
	.scroll-att {
		display: block;
		margin-bottom: 16px;
	}
	.bl-tableInner {
        overflow-x: scroll;
    }
    .bl-schedule-list,
	.bl-followup-schedule-list {
	    width: 1540px;
    }
    .bl-schedule-list > thead > tr > th,
    .bl-schedule-list > tbody > tr > td:first-of-type {
	    padding: 24px 0;
    }
    .bl-schedule-list > thead > tr > th:first-of-type,
    .bl-schedule-list > tbody > tr > td:first-of-type,
    .bl-followup-schedule-list > tbody > tr > td:first-of-type,
	.bl-schedule-list > thead > tr > th:nth-of-type(3),
    .bl-schedule-list > thead > tr > th:nth-of-type(4),
    .bl-followup-schedule-list > tbody > tr > td:nth-of-type(3),
    .bl-followup-schedule-list > tbody > tr > td:nth-of-type(4) {
	    width: 380px;
    }
	.bl-schedule-list > thead > tr > th:nth-of-type(2),
    .bl-followup-schedule-list > tbody > tr > td:nth-of-type(2) {
		width: 400px;
	}
    .bl-schedule-list > thead > tr > th {
	    font-size: 30px;
    }
    .bl-followup-schedule-list > tbody > tr > td:first-of-type {
	    padding: 24px 0;
    }
    .bl-tableWrapper + .el-att {
        margin: 16px 0 72px;
    }
}

/*=======================================================
goal
=======================================================*/
.bl-goal {
	padding: 56px 0 96px;
}
.bl-goal .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-goal .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.el-goal-top-txt {
	color: #FFFFFF;
	margin-bottom: 40px;
}
.bl-goal .bl-media-body,
.bl-goal .bl-media-btmTxt {
	color: #FFFFFF;
}
.bl-goal .bl-media-btmTxt {
	margin-top: 40px;
}
.bl-goal .el-media-btmTxt + .el-media-btmTxt {
	margin-top: 1.3em;
}
.el-goal-middle-txt {
    margin: 112px 0;
	font-size: 24px;
	text-align: center;
}
@media screen and (max-width: 750px) {
    .bl-goal .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-goal .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.el-goal-middle-txt {
	    font-size: 30px;
	    text-align: start;
    }
}

/*=======================================================
income
=======================================================*/
.bl-income {
	padding: 80px 0 96px;
	background: rgba(0,69,104,0.4);
}
.bl-income .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-income .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.el-income-txt {
	color: #FFFFFF;
	margin-bottom: 40px;
}
.bl-income .bl-media-body,
.bl-income .bl-media-btmTxt {
	color: #FFFFFF;
}
.bl-income .bl-media-btmTxt {
	margin-top: 40px;
}
.bl-income .el-media-btmTxt + .el-media-btmTxt {
	margin-top: 1.3em;
}
@media screen and (max-width: 750px) {
    .bl-income .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-income .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
}

/*=======================================================
curriculum
=======================================================*/
.bl-curriculum {
    padding: 80px 0 96px;
}
.bl-curriculum .el-sec-mainTtl {
	text-align: start;
	color: #FFFFFF;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-curriculum .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
	z-index: 2;
}
.bl-curriculum-top-txt {
	color: #FFFFFF;
	margin-bottom: 40px;
}
.bl-curriculum .bl-media + .bl-curriculum-middle-txt {
	margin-top: 40px;
}
.bl-curriculum-middle-txt {
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 40px;
}
.bl-details-list {
	display: flex;
	flex-flow: column;
	gap: 56px;
	margin-bottom: 40px;
}
.bl-curriculum .el-details-ttl {
	padding: 10px 0;
	background-color: #0E0101;
	font-size: 26px;
	letter-spacing: 1.56px;
	line-height: 1.6em;
	color: #FFFFFF;
	text-align: center;
}
.bl-curriculum .bl-details-content {
	background-color: rgba(0,69,104,0.5);
}
.bl-curriculum .bl-details-content-inner {
	padding: 40px 0 56px;
	width: 960px;
	margin: auto;
}
.bl-details-heart .bl-media {
	margin-bottom: 40px;
	grid-template: auto 1fr / 464px auto;
	grid-template-areas: 
		"imgWrapper body"
		"btm_txt btm_txt";
}
.bl-curriculum .bl-media-body,
.bl-curriculum .bl-media-btmTxt {
	color: #FFFFFF;
}
.bl-curriculum .bl-cont-list {
	display: flex;
	flex-flow: column;
	gap: 40px;
}
.bl-curriculum .bl-cont-item {
	width: 100%;
	background-color: rgba(14,1,1,0.45);
	padding: 32px 32px 40px;
}
.bl-curriculum .el-cont-ttl {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.8px;
	line-height: 1.6em;
	margin-bottom: 32px;
}
.bl-curriculum .el-cont-txt {
	color: #FFFFFF;
}
.bl-details-technique .bl-media,
.bl-details-body .bl-media {
	display: grid;
	grid-template: auto 1fr / 464px auto;
	grid-template-areas: 
	    "title title"
	    "imgWrapper body";
	margin-bottom: 40px;
}
.bl-curriculum-bottom-txt {
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.bl-curriculum-bottom-txt::after {
	position: absolute;
	content: "";
	width: 304px;
	height: 76px;
	background: url(../images/pro-course/wave04.png) top center / contain no-repeat;
	bottom: 20px;
	right: -80px;
}
.bl-curriculum-bottom-txt + .el-att {
    margin-top: 16px;
}
.bl-curriculum .el-att {
	color: #FFFFFF;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.bl-curriculum .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-curriculum .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-curriculum .bl-media + .bl-curriculum-middle-txt {
	    margin-top: 56px;
    }
    .bl-curriculum-middle-txt {
		text-align: start;
	    margin-bottom: 56px;
    }
    .bl-details-list {
	    gap: 72px;
    }
    .bl-curriculum .el-details-ttl {
		padding: 16px 0;
	    font-size: 32px;
    }
    .bl-curriculum .bl-details-content-inner {
		padding: 40px 32px;
	    width: 100%;
    }
    .bl-details-heart .bl-media {
	    padding: 0;
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body" "btm_txt";
    }
    .bl-curriculum .el-cont-ttl {
	    font-size: 30px;
    }
    .bl-details-technique .bl-media,
    .bl-details-body .bl-media {
		grid-template: auto / auto;
		grid-template-areas: "imgWrapper" "body";
    }
	.bl-curriculum-bottom-txt {
	    text-align: start;
    }
    .bl-curriculum-bottom-txt::after {
	    display: none;
    }
    .bl-curriculum-bottom-txt + .el-att {
        margin-top: 24px;
    }
    .bl-curriculum .el-att {
	    justify-content: start;
    }
}

/*=======================================================
price
=======================================================*/
.bl-price {
    padding: 80px 0 96px;
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #FFFFFF00 100%);
}
.bl-price .el-sec-mainTtl {
	text-align: start;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	margin-bottom: 40px;
	position: relative;
}
.bl-price .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
	z-index: 2;
}
.bl-price-cont {
	width: 100%;
	background-color: rgba(189,149,53,0.5);
	padding: 40px 40px 56px;
	display: flex;
	flex-flow: nowrap;
	gap: 220px;
	margin-bottom: 80px;
}
.el-price-cont-ttl {
	font-size: 20px;
	letter-spacing: 0.8px;
	line-height: 1.6em;
	margin-bottom: 16px;
}
.el-price-cont-ttl > span {
	font-size: 17px;
}
.el-price-cont-att,
.el-price-cont-txt,
.el-price-txt {
	color: #FFFFFF;
}
.bl-price-message {
	position: relative;
	z-index: 1;
}
.bl-price-message::after {
	position: absolute;
	content: "";
	background: url(../images/pro-course/price-bg.svg) top center / contain no-repeat;
	width: 898px;
	height: 808px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.el-price-txt {
	text-align: center;
}
.el-price-txt + .el-price-txt {
	margin-top: 1.3em;
}
@media screen and (max-width: 750px) {
    .bl-price .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-price .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-price-cont {
	    padding: 40px 40px 56px;
	    flex-flow: column;
	    gap: 64px;
    }
    .el-price-cont-ttl {
		text-align: center;
        font-size: 32px;
    }
    .el-price-cont-ttl > span {
	    font-size: 24px;
    }
	.el-price-cont-att {
		justify-content: center;
	}
    .el-price-cont-txt {
		text-align: center;
	}
	.bl-price-message::after {
	    display: none;
    }
	.el-price-txt {
	    text-align: start;
    }
}

/*=======================================================
instructor
=======================================================*/
.bl-instructor {
    padding: 80px 0 96px;
	background: rgba(0,69,104,0.5);
}
.bl-instructor .el-sec-mainTtl {
	text-align: start;
	margin-bottom: 72px;
	color: #FFFFFF;
	position: relative;
}
.bl-instructor .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -16px;
	left: 0;
}
.bl-instructor .bl-media {
	display: grid;
	grid-template: auto 1fr / 264px auto;
	grid-template-areas: "imgWrapper title" "imgWrapper body";
	gap: 0 32px;
}
.bl-instructor .bl-media-imgWrapper {
	margin: auto;
}
.bl-instructor .el-media-ttl {
	font-size: 20px;
    letter-spacing: 0.8px;
	line-height: 1.6em;
	margin-bottom: 48px;
	color: #FFFFFF;
	display: flex;
	align-items: center;
	position: relative;
}
.bl-instructor .bl-media:nth-of-type(2) .el-media-ttl,
.bl-instructor .bl-media:nth-of-type(3) .el-media-ttl {
	margin-top: 32px;
}
.bl-instructor .el-media-ttl::after {
	position: absolute;
	content: "";
	width: 1248px;
	border-bottom: 1px solid #BD9535;
	bottom: -16px;
	left: -32px;
}
.bl-instructor .el-media-ttl .hp-color--yellow {
	font-size: 26px;
	letter-spacing: 1.56px;
	padding-right: 32px;
}
.bl-instructor .bl-media-body {
	color: #FFFFFF;
}
@media screen and (max-width: 750px) {
    .bl-instructor .el-sec-mainTtl {
		font-size: 40px;
		text-align: center;
	    margin-bottom: 80px;
    }
    .bl-instructor .el-sec-mainTtl::after {
	    width: 750px;
	    left: 50%;
	    transform: translateX(-50%);
    }
	.bl-instructor .bl-mediaList {
		gap: 64px;
	}
    .bl-instructor .bl-media {
	    grid-template: auto / auto;
	    grid-template-areas: "title" "imgWrapper" "body";
    }
	.bl-instructor .bl-media-imgWrapper {
		margin-bottom: 40px;
	}
    .bl-instructor .el-media-ttl {
		margin: auto;
	    font-size: 28px;
	    margin-bottom: 56px;
    }
    .bl-instructor .bl-media:nth-of-type(2) .el-media-ttl,
    .bl-instructor .bl-media:nth-of-type(3) .el-media-ttl {
	    margin-top: 0;
    }
    .bl-instructor .el-media-ttl::after {
	    width: 750px;
	    left: 50%;
	    transform: translateX(-50%);
    }
    .bl-instructor .el-media-ttl .hp-color--yellow {
	    font-size: 32px;
    }
}

/*=======================================================
after-graduation
=======================================================*/
.bl-after-graduation {
	padding: 80px 0 96px;
	position: relative;
}
.bl-after-graduation::after {
	position: absolute;
	content: "";
	width: 604px;
	height: 292px;
	background: url(../images/pro-course/wave05.svg) top center / contain no-repeat;
	top: -40px;
	right: 0;
	z-index: 1;
}
.bl-after-graduation .el-sec-mainTtl {
	color: #FFFFFF;
	text-align: start;
	margin-bottom: 56px;
    letter-spacing: 1.28px;
	line-height: 1.6em;
	position: relative;
	z-index: 2;
}
.bl-after-graduation .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
	z-index: 2;
}
.bl-after-graduation .bl-media-body {
	color: #FFFFFF;
	gap: 0.3em;
}
@media screen and (max-width: 750px) {
	.bl-after-graduation::after {
	    display: none;
    }
    .bl-after-graduation .el-sec-mainTtl {
		text-align: center;
	    letter-spacing: 1.92px;
        line-height: 1.5em;
		margin-bottom: 56px;
    }
    .bl-after-graduation .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
}

/*=======================================================
faq
=======================================================*/
.bl-faq {
    padding: 80px 0 96px;
	background: rgba(255,255,255,0.7);
}
.bl-faq .el-sec-mainTtl {
	font-size: 32px;
	text-align: start;
	margin-bottom: 72px;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	position: relative;
}
.bl-faq .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.bl-faq-list {
	display: flex;
	flex-flow: column;
	gap: 40px;
}
.bl-faq summary {
	padding: 9px 56px 9px 80px;
}
.bl-faq summary::before {
	position: absolute;
	content: "";
	background: url(../images/common/icon-q.svg) top center / contain no-repeat;
	width: 40px;
	height: 40px;
	top: 50%;
	transform: translateY(-50%);
	left: 24px;
}
.bl-faq summary:after {
	background: #0E0101;
	color: #FFFFFF;
}
.bl-faq .bl-details-summary {
	background-color: #004568;
}
.bl-faq .el-details-ttl {
	font-size: 22px;
	letter-spacing: 1.56px;
	line-height: 1.6em;
	color: #FFFFFF;
}
.bl-faq .bl-details-content-inner {
	padding: 24px 32px 0 0;
	margin: auto;
}
@media screen and (max-width: 750px) {
    .bl-faq .el-sec-mainTtl {
	    font-size: 40px;
	    text-align: center;
    }
    .bl-faq .el-sec-mainTtl::after {
	    width: 1512px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
    .bl-faq-list {
	    gap: 56px;
    }
    .bl-faq summary {
        padding: 12px 56px 12px 96px;
    }
    .bl-faq summary::before {
	    width: 50px;
	    height: 50px;
    }
    .bl-faq .el-details-ttl {
	    font-size: 24px;
    }
}

/*=======================================================
message
=======================================================*/
.bl-message {
    padding: 80px 0 96px;
}
.bl-message .el-sec-mainTtl {
	color: #FFFFFF;
	font-size: 32px;
	margin-bottom: 40px;
	letter-spacing: 1.92px;
	line-height: 1.6em;
}
.el-message-txt {
	color: #FFFFFF;
	text-align: center;
}
.el-message-txt  + .el-message-txt {
	margin-top: 1.3em;
}
@media screen and (max-width: 750px) {
    .bl-message .el-sec-mainTtl {
		font-size: 40px;
	    margin-bottom: 56px;
    }
    .el-message-txt {
	    text-align: start;
    }
}

/*=======================================================
report
=======================================================*/
.bl-report {
    padding: 80px 0 0;
}
.bl-report .ly-cont-inner {
	margin-bottom: 96px;
}
.bl-report .el-sec-mainTtl {
	font-size: 32px;
	color: #FFFFFF;
	text-align: start;
	margin-bottom: 56px;
	letter-spacing: 1.92px;
	line-height: 1.6em;
	position: relative;
}
.bl-report .el-sec-mainTtl::after {
	position: absolute;
	content: "";
	width: 1512px;
	border-bottom: 1px solid #FFFFFF;
	bottom: -8px;
	left: 0;
}
.bl-report .bl-media {
	display: grid;
    grid-template: auto 1fr / 230px auto;
    grid-template-areas: "imgWrapper body";
    gap: 0 32px;
	margin-bottom: 40px;
}
.bl-report .bl-media-body {
	color: #FFFFFF;
}
.bl-report .bl-bulletList {
	width: 486px;
	background-color: rgba(189,149,53,0.5);
	padding: 24px 44px;
}
@media screen and (max-width: 750px) {
    .bl-report .el-sec-mainTtl {
	    font-size: 40px;
	    text-align: center;
	    margin-bottom: 56px;
    }
    .bl-report .el-sec-mainTtl::after {
	    width: 750px;
	    bottom: -16px;
	    left: 50%;
	    transform: translateX(-50%);
    }
    .bl-report .bl-media {
	    grid-template: auto / auto;
	    grid-template-areas: "imgWrapper" "body";
	    margin-bottom: 56px;
    }
	.bl-report .bl-media-imgWrapper {
        width: 400px;
		margin: 0 auto 32px;
	}
    .bl-report .bl-bulletList {
	    width: 100%;
	    padding: 24px 40px;
    }
}

/*=======================================================
thanks
=======================================================*/
.thanks .ly-lower-head {
	height: 356px;
}
.thanks .el-lower-mv-ttl::after {
	content: "thanks";
}
@media screen and (max-width: 750px) {
	.thanks .ly-lower-head {
	    height: 586px;
	}
	.thanks .el-lower-mv-ttl {
		padding-top: 160px;
	}
}