@charset "UTF-8";

@media screen and (max-width:768px) { 
	.gaiyo_day_adjust {
		display: block;
		width: 100%;
	}
}
.gaiyo_box_adjust {
	padding-bottom: 80px;
	position: relative;
}
.gaiyo_box_banner {
	margin: 0;
	/* padding: 10px 0 0; */
	position: absolute;
	left: 0;
	bottom: 18px;
	display: flex;
	width: 100%;
	text-align: center;
}
.gaiyo_box_banner_link {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	box-shadow: 1px 1px 3px #a2a2a2;
	width: 165px;
	height: 44px;
	background: #ff8960;
	display: flex;
	align-items: center;
	color: #FFF;
	line-height: 1.1em;
	justify-content: center;
}

/* 歯科衛生士基礎マスタートータルコース 修正箇所 */
.totalcourse-feature {
	padding: 100px 0;
	border-top: 1px solid #4b94e0;
	box-sizing: border-box;
	width: 100%;
	background: #faf5ec;
}
.totalcourse-feature__title {
	margin-bottom: 100px;
	position: relative;
	display: flex;
	align-items: self-start;
	justify-content: center;
	text-align: center;
}
.totalcourse-feature__title span {
	display: inline-block;
	line-height: 1.8;
	color: #3fbeb3;
	font-size: 4rem;
	font-weight: 600;
}
.totalcourse-feature__title span::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 500px;
	height: 1px;
	background: #3fbeb3;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.totalcourse-feature__title span img {
	margin: 0 10px;
	display: inline-block;
	width: auto;
	vertical-align: sub;
}
.totalcourse-feature__title::after {
	content: 'Feature';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	-webkit-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
	color: #3fbeb3;
	opacity: .2;
	font-size: 6rem;
	font-weight: 700;
	z-index: 1;
}
.totalcourse-feature__title img {
	margin: 0 auto 30px;
	display: block;
	width: 90%;
	max-width: 680px;
	height: auto;
}
.totalcourse-feature__feature {
	margin: 0 auto 160px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 90%;
	max-width: 1100px;
}
.totalcourse-feature__feature .feature__image {
	width: calc(calc(334 / 1100) * 100%);
}
.totalcourse-feature__feature .feature__image img {
	width: 100%;
	height: auto;
}
.totalcourse-feature__feature .feature__text {
	width: calc(calc(720 / 1100) * 100%);
}
.totalcourse-feature__feature .feature__paragraph {
	margin: 0 0 2rem;
	font-size: 2.2rem;
	font-weight: 600;
}
.totalcourse-feature__feature .feature__paragraph:last-of-type {
	margin-bottom: 0;
}
.totalcourse-feature__content {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 90%;
	max-width: 1530px;
}
.totalcourse-feature__block {
	margin: 0;
	padding: 20px;
	border-radius: 20px;
	position: relative;
	width: calc(calc(494 / 1530) * 100%);
	background: white;
}
.totalcourse-feature__block:last-of-type {
	margin-bottom: 0;
}
.totalcourse-feature__block .block__inwrap {
	margin: 0 0 0 auto;
	width: 95%;
	font-size: 0;
}
.totalcourse-feature__block .block__icon {
	margin: 0;
	border-radius: 9999px;
	position: absolute;
	top: -85px;
	left: 50%;
	line-height: 8rem;
	width: 130px;
	height: 130px;
	color: #3fbfb3;
	background: white;
	font-size: 3.6rem;
	font-weight: 600;
	text-align: center;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	z-index: -1;
}
.totalcourse-feature__block .block__title {
	margin: 0 0 24px;
	padding: 5px;
	display: block;
	color: #3fbfb3;
	position: relative;
	line-height: 1.4;
	font-size: 2.8rem;
	font-weight: 600;
	text-align: center;
	z-index: 10;
}
.totalcourse-feature__block .block__image {
	margin: 0 auto;
	padding: 0;
	display: block;
	/* width: 18.5%; */
	width: calc(calc(344 / 454) * 100%);
	vertical-align: top;
}
.totalcourse-feature__block .block__image img {
	width: 100%;
	height: auto;
}
.totalcourse-feature__block .block__text {
	line-height: 1.3;
	font-size: 2.2rem;
	font-weight: 600;
}
.totalcourse-feature__block .block__inwrap {
	margin: 0 auto;
	width: 90%;
}
.totalcourse-feature__block .block__inwrap .block__text {
	margin: 0 0 20px;
	display: block;
	line-height: 1.6;
	width: 100%;
	font-size: 2.2rem;
	vertical-align: top;
}

.totalcourse-osusume {
	padding: 80px 0 120px;
	width: 100%;
	background: #f7f7f7;
}
.totalcourse-osusume__wire {
	margin: 0 auto;
	border-radius: 20px;
	box-sizing: border-box;
	width: 90%;
	max-width: 1530px;
	background: white;
}
.totalcourse-osusume__content {
	margin: 0 auto;
	padding: 40px 0 120px;
	width: 88%;
}
.totalcourse-osusume__title {
	margin: 0 0 60px;
	padding-bottom: 20px;
	border-bottom: 2px solid #3695eb;
	box-sizing: border-box;
	line-height: 1.4;
	font-size: 4rem;
	font-weight: bold;
	text-align: center;
}
.totalcourse-osusume__list {
	margin: 0 auto;
	width: 90%;
	max-width: 950px;
}
.totalcourse-osusume__item {
	padding: 15px 0 15px 70px;
	position: relative;
	line-height: 1.4;
	font-size: 2.8rem;
	font-weight: bold;
}
.totalcourse-osusume__item:last-of-type {
	padding-bottom: 0;
}
.totalcourse-osusume__item::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	width: 40px;
	height: 40px;
	background-image: url('../../master01/img/icon_check.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
}

.totalcourse-flow {
	margin: 80px auto 120px;
	width: 100%;
}
.totalcourse-flow__title {
	margin-bottom: 100px;
	position: relative;
	text-align: center;
}
.totalcourse-flow__title span {
	padding: 0 4rem;
	border-bottom: 1px solid;
	box-sizing: border-box;
	display: inline-block;
	line-height: 1.8;
	color: #3fbeb3;
	font-size: 4rem;
	font-weight: 600;
}
.totalcourse-flow__title::after {
	content: 'Flow';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -80%);
	-webkit-transform: translate(-50%, -80%);
	-ms-transform: translate(-50%, -80%);
	color: #3fbeb3;
	opacity: .2;
	font-size: 6rem;
	font-weight: 700;
	z-index: -1;
}
.totalcourse-flow__content {
	margin: 0 auto;
	width: 90%;
	max-width: 1100px;
}
.totalcourse-flow__list {
}
.totalcourse-flow__item {
	margin: 0 0 90px;
	padding: 30px 30px 30px 40px;
	padding-left: calc(40px + 1em);
	border-radius: 20px;
	box-sizing: border-box;
	position: relative;
	line-height: 1.2;
	color: #3fbeb3;
	background: #f7f7f7;
	text-indent: -1em;
	font-size: 3.6rem;
	font-weight: 600;
}
.totalcourse-flow__item::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: calc(-1 * calc(calc(36px / 1.5) + 30px));
	width: calc(54px / 1.5);
	height: calc(36px / 1.5);
	background-image: url('../../master01/img/icn_arrowd.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}
.totalcourse-flow__item:last-of-type {
	margin-bottom: 0;
}
.totalcourse-flow__item:last-of-type::after {
	display: none;
}
/* .totalcourse-flow__item::after:last-of-type {
	display: none;
} */

.oflex.adjust {
	justify-content: flex-start;
}
.koza_lst .oflex__item .koza_item .koza_ttl.adjust {
	margin-bottom: 10px;
	display: flex;
	line-height: 1.4;
	min-height: 6.4rem;
	font-size: 2rem;
	font-weight: 800;
	justify-content: center;
	align-items: center;
}
.koza_lst .oflex__item .koza_item .koza_ttl02.adjust {
	line-height: 1.3;
	color: black;
	font-size: 1.4rem;
}
.koza_lst .oflex__item .koza_item .koza_ttl02.adjust.joint {
	padding-top: 2rem;
}
.l_indent_adjust {
	line-height: 1.3;
	font-size: 1.4rem;
}


@media screen and (max-width: 768px) {
	.totalcourse-feature {
		padding: 60px 0 80px;
	}
	.totalcourse-feature__title {
		margin-bottom: 30px;
	}
	.totalcourse-feature__title span {
		font-size: 2.4rem;
	}
	.totalcourse-feature__title::after {
		font-size: 3.6rem;
	}
	.totalcourse-feature__block .block__title {
		margin-bottom: 20px;
		font-size: 1.8rem;
		z-index: 10;
	}
	.totalcourse-feature__block .block__icon {
		top: -60px;
		line-height: 6rem;
		width: 80px;
		height: 80px;
		font-size: 3rem;
	}
	.totalcourse-feature__block .block__image {
		width: 80%;
	}
	.totalcourse-feature__block .block__text {
		margin: 0 auto;
		line-height: 1.6;
		width: 90%;
		font-size: 1.5rem;
	}
	.totalcourse-feature__block .block__inwrap .block__text {
		width: 100%;
		font-size: 1.5rem;
	}

	.totalcourse-osusume {
		padding: 60px 0 80px;
	}
	.totalcourse-osusume__content {
		padding: 40px 0;
	}
	.totalcourse-osusume__title {
		margin-bottom: 20px;
		padding-bottom: 15px;
		font-size: 2.2rem;
	}
	.totalcourse-osusume__list {
		width: 90%;
	}
	.totalcourse-osusume__item {
		padding: 10px 0 10px 40px;
		font-size: 1.8rem;
	}
	.totalcourse-osusume__item::before {
		width: 24px;
		height: 24px;
	}

	.totalcourse-flow {
		margin: 60px auto 80px;
	}
	.totalcourse-flow__title {
		margin-bottom: 40px;
	}
	.totalcourse-flow__title span {
		font-size: 2.4rem;
	}
	.totalcourse-flow__title::after {
		font-size: 3.6rem;
	}
	.totalcourse-flow__item {
		margin-bottom: 40px;
		padding: 20px;
		padding-left: calc(20px + 1em);
		font-size: 1.8rem;
	}
	.totalcourse-flow__item::after {
		bottom: calc(-1 * calc(calc(36px / 2.4) + 10px));
		width: calc(54px / 2.4);
		height: calc(36px / 2.4);
	}
	.totalcourse-feature__feature {
		margin-bottom: 80px;
		display: block;
	}
	.totalcourse-feature__feature .feature__image {
		margin: 0 auto 20px;
		width: 70%;
	}
	.totalcourse-feature__feature .feature__text {
		margin: 0 auto;
		width: 100%;
	}
	.totalcourse-feature__feature .feature__paragraph {
		font-size: 1.6rem;
	}
	.totalcourse-feature__content {
		display: block;
	}
	.totalcourse-feature__block {
		margin-bottom: 60px;
		width: 100%;
	}
	.totalcourse-feature__block:last-of-type {
		margin-bottom: 0;
	}
	.totalcourse-feature__title span img {
		margin: 0 4px;
		width: 110px;
	}
	.totalcourse-feature__title span::after {
		bottom: -5px;
		width: 70%;
	}
}

/* 231206 Add */
.header_nav_sub_lst figure.reskilling {
    display:flex;
    align-items: center;
    gap: 0 5px;
    font-size: .9em;
}

.header_nav_sub_lst figure.reskilling img {
    width: 90px;
    height: auto;
}


.header_nav_item figure.manabiba {
    display:flex;
	justify-content: center;
    align-items: center;
    gap: 0 5px;
    font-size: .9em;
}

@media screen and (max-width: 768px) {
	.header_nav_item figure.manabiba {
		justify-content: flex-start;
	}
}

.header_nav_item figure.manabiba img {
    width: 90px;
    height: auto;
}

/* 240403 #master01 */

#master01 .cont01 h1.ps_ttl01 small {
    display: block;
    font-size: .5em;
}

#master01 .koza_lst .koza_item p {
    font-size: .8em;
    margin: 0 0 .5em 0;
}

#master01 #form2 .notice {
    text-align: center;
}










