@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      new-course.css
 Author:         中国デザイン専門学校
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Forum&family=Shippori+Mincho:wght@400;500;600;700;800&display=swap');


@media (min-width: 768px) {
}
@media (min-width: 992px) {
}



/*	siteHeader
----------------------------------------------------*/
.siteHeader {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: opacity .4s ease, transform .4s ease, visibility .4s ease;
}

.siteHeader.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}




/*	newCourseMainImage
----------------------------------------------------*/
#newCourseMainImage {
	width: 100%;
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
	position: relative;
}
#newCourseMainImage .slideTop {
    opacity: 0;
    transition: opacity .3s linear;
    width: 100%;
    height: 100%;
}
#newCourseMainImage .slideTop.slick-initialized {
	opacity: 1;
}
#newCourseMainImage .slideTop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#newCourseMainImage ul {
	margin-bottom: 0;
}
#newCourseMainImage h2 {
	position: absolute;
	left: 50%;
	top: 464px;
	width: 70%;
	height: auto;
	transform: translateX(-50%);
	text-align: center;
}
@media (min-width: 768px) {
#newCourseMainImage h2 {
	top: 270px;
	bottom: auto;
	width: 40%;
}
}
@media (min-width: 992px) {
#newCourseMainImage h2 {
	top: 38px;
	margin-left: 6px;
}
#newCourseMainImage h2 img {
	width: 316px;
	height: auto;
}
}



/*	newCourseOutline
----------------------------------------------------*/
#newCourseOutline {
	position: relative;
	margin-top: -80px;
	padding-top: 144px;
	padding-bottom: 160px;
	background: #EEF3E3;
	border-radius: 50px 50px 0 0;
	overflow: hidden;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	color: #082670;
}
#newCourseOutline::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../img/new-course/bg_outline_sp.png") no-repeat center top 38px;
	mix-blend-mode: overlay;
}
#newCourseOutline p {
	margin-bottom: 36px;
	font-size: 18px;
	line-height: 1.6;
}
#newCourseOutline h3 {
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.8;
}
h3 .bgextend {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
    margin-bottom: 8px;
	padding: 0 5px;
}
h3 .bgappearTrigger {
	display: inline-block;
	position: relative;
	z-index: 2;
	clip-path: inset(0 100% 0 0);
}
h3 .bgappear {
	animation: textReveal 1.5s cubic-bezier(.77, 0, .18, 1) forwards;
}
h3 .bgLRextend::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 1;
	animation: bgLRextendAnime 1.5s cubic-bezier(.77, 0, .18, 1) forwards;
}
@keyframes bgLRextendAnime {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}
@keyframes textReveal {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}
@media (min-width: 768px) {
#newCourseOutline::before {
	background: url("../img/new-course/bg_outline_pc.png") no-repeat center top 10px;
	background-size: 120% auto;
}
}
@media (min-width: 992px) {
#newCourseOutline {
	margin-top: -140px;
	padding-top: 250px;
	padding-bottom: 300px;
	border-radius: 100px 100px 0 0;
}
#newCourseOutline::before {
	background: url("../img/new-course/bg_outline_pc.png") no-repeat center top 10px;
	background-size: 120% auto;
}
#newCourseOutline h3 {
	margin-bottom: 64px;
	font-size: 46px;
}
#newCourseOutline p {
	margin-bottom: 34px;
	font-size: 20px;
	line-height: 2.4;
}
}


/*	newCourseReorganize
----------------------------------------------------*/
#newCourseReorganize {
	position: relative;
	margin-top: -80px;
	padding-top: 96px;
	padding-bottom: 160px;
	background: #E3E3E3 url("../img/new-course/bg_reorganize.jpg") no-repeat center top;
	border-radius: 50px 50px 0 0;
	box-shadow: 0px -15px 45px 0px #CCC;
	overflow: hidden;
}
#newCourseReorganize h3 {
	margin-bottom: 28px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	color: #082670;
	font-size: 30px;
}
@media (min-width: 992px) {
#newCourseReorganize {
	margin-top: -140px;
	padding-top: 110px;
	padding-bottom: 240px;
	border-radius: 100px 100px 0 0;
	background-size: 100% auto;
}
#newCourseReorganize h3 {
	margin-bottom: 50px;
}
}


/*	newCourseNews
----------------------------------------------------*/
#newCourseNews {
	position: relative;
	margin-top: -80px;
	padding-top: 96px;
	padding-bottom: 160px;
	background: #E3ECF3;
	border-radius: 50px 50px 0 0;
	box-shadow: 0px -15px 45px 0px #CCC;
	overflow: hidden;
}
#newCourseNews h3 {
	margin-bottom: 28px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	color: #082670;
	font-size: 30px;
}
#newCourseNews dl {
	margin-bottom: 0;
	color: #082670;
}
#newCourseNews dt {
	padding-top: 30px;
	padding-bottom: 26px;
	border-top: #AAAAAA 1px solid;
	font-family: "Shippori Mincho", serif;
	font-weight: 600;
	font-size: 18px;
}
#newCourseNews dd {
	margin-bottom: 0;
	padding-bottom: 36px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 16px;
}
#newCourseNews dd:last-of-type {
	border-bottom: #AAAAAA 1px solid;
}
@media (min-width: 992px) {
#newCourseNews {
	margin-top: -140px;
	padding-top: 110px;
	padding-bottom: 260px;
	border-radius: 100px 100px 0 0;
}
#newCourseNews h3 {
	margin-bottom: 50px;
}
#newCourseNews dl {
	margin: 0 auto;
	width: 760px;
}
#newCourseNews dt {
	padding-top: 60px;
	padding-bottom: 22px;
	font-family: "Noto Sans JP", "Noto Sans", serif;
	font-weight: 400;
	font-size: 18px;
}
#newCourseNews dd {
	padding-bottom: 60px;
	font-family: "Noto Sans JP", "Noto Sans", serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.8;
}
}


/*	newCourseStart
----------------------------------------------------*/
#newCourseStart {
	position: relative;
	margin-top: -80px;
	padding-top: 80px;
	padding-bottom: 160px;
	background: #EEF3E3;
	border-radius: 50px 50px 0 0;
	box-shadow: 0px -15px 45px 0px #CCC;
	overflow: hidden;
	color: #082670;
}
#newCourseStart::before {
	content: "";
	position: absolute;
	inset: 0;
	background: url("../img/new-course/bg_start_sp.png") no-repeat center top 158px;
	mix-blend-mode: overlay;
}
#newCourseStart h3 {
	margin-bottom: 30px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 1.8;
}
#newCourseStart p {
	margin-bottom: 45px;
	font-family: "Shippori Mincho", serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.8;
}
#newCourseStart p span {
	display: block;
	margin-top: 20px;
	font-family: "Noto Sans JP", "Noto Sans", serif;
}
#newCourseStart p.subTitle {
	margin-bottom: 10px;
	font-family: "Noto Sans JP", "Noto Sans", serif;
	font-weight: 400;
	font-size: 18px;
}
#newCourseStart .btnToCourse {
	margin-bottom: 15px;
}
#newCourseStart .btnToCourse a {
	display: block;
	padding-top: 50px;
	padding-bottom: 50px;
	border: #FFF 2px solid;
	border-radius: 20px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 22px;
	color: #082670;
	line-height: 1.2;
}
#newCourseStart .btnToCourse a span {
	display: block;
	font-size: 16px;
}
#newCourseStart .btnToCourse:nth-of-type(1) a {
	background-image: url("../img/new-course/icon_new_01.svg"), url("../img/new-course/icon_arrow.svg");
	background-repeat: no-repeat;
	background-position: top 10px left 10px, center bottom 13px;
	background-color: #51D5FC;
}
#newCourseStart .btnToCourse:nth-of-type(2) a {
	background-image: url("../img/new-course/icon_new_02.svg"), url("../img/new-course/icon_arrow.svg");
	background-repeat: no-repeat;
	background-position: top 10px left 10px, center bottom 13px;
	background-color: #EBF40C;
}
#newCourseStart h4 {
	margin-top: 80px;
	margin-bottom: 18px;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 24px;
	color: #082670;
}
#newCourseStart .tableScroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	color: #082670;
}
#newCourseStart .tableScroll table {
	min-width: 750px;
	width: 100%;
	background: #FFF;
	border-radius: 40px;
}
#newCourseStart .tableScroll th {
	padding: 20px 10px 20px 30px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	white-space: nowrap;
}
#newCourseStart .tableScroll th.title {
	padding: 46px 30px 0 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 17px;
}
#newCourseStart .tableScroll td {
	padding: 20px 30px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	border-bottom: none;
}
#newCourseStart .tableScroll td::after {
	content: "";
	position: absolute;
	left: 10px;
	right: 10px;
	top: 0;
	height: 1px;
	background: #ccc;
}
#newCourseStart .tableScroll tr:last-of-type th,
#newCourseStart .tableScroll tr:last-of-type td {
	padding-bottom: 36px;
}
@media (min-width: 768px) {
#newCourseStart::before {
	background: url("../img/new-course/bg_start_pc.png") no-repeat center top 30px;
	background-size: 120% auto;
}
#newCourseStart .tableScroll {
    overflow-x: hidden;
}
#newCourseStart .tableScroll table {
    min-width: auto;
}
}
@media (min-width: 992px) {
#newCourseStart {
	margin-top: -140px;
	padding-top: 110px;
	padding-bottom: 260px;
	border-radius: 100px 100px 0 0;
}
#newCourseStart::before {
	background: url("../img/new-course/bg_outline_pc.png") no-repeat center top 310px;
	background-size: 120% auto;
}
#newCourseStart h3 {
	font-size: 36px;
}
#newCourseStart p {
	margin-bottom: 50px;
	font-size: 19px;
}
#newCourseStart p span {
	font-size: 16px;
}
#newCourseStart p.subTitle {
	margin-bottom: 10px;
	font-size: 28px;
}
#newCourseStart .btnToCourse {
	margin-bottom: 15px;
}
#newCourseStart .btnToCourse a {
	padding-top: 70px;
	padding-bottom: 50px;
	border-radius: 40px;
	font-size: 28px;
}
#newCourseStart .btnToCourse a:hover {
	opacity: 0.85;
}
#newCourseStart .btnToCourse a span {
	font-size: 20px;
}
#newCourseStart h4 {
	margin-top: 60px;
	font-size: 35px;
}
#newCourseStart .tableScroll th {
    padding: 20px 0px 20px 60px;
    text-align: left;
    font-size: 18px;
}
#newCourseStart .tableScroll th.title {
    padding: 50px 60px 20px 20px;
	font-size: 24px;
	text-align: center;
}
#newCourseStart .tableScroll td {
    padding: 20px 30px;
    font-size: 18px;
}
#newCourseStart .tableScroll td::after {
    right: 30px;
}
#newCourseStart .tableScroll td:last-child::after {
	left: 10px;
    right: 60px;
}
#newCourseStart .tableScroll tr:last-of-type th,
#newCourseStart .tableScroll tr:last-of-type td {
    padding-bottom: 56px;
}
}


/*	newCourseContents
----------------------------------------------------*/
.newCourseContents {
	position: relative;
	margin-top: -80px;
	padding-top: 80px;
	box-shadow: 0px -15px 45px 0px #CCC;
	border-radius: 50px 50px 0 0;
	color: #082670;
}
.newCourseContents#newCourse01 {
	padding-bottom: 160px;
	background: #9ed6e7 url("../img/new-course/bg_course_01_sp.jpg") no-repeat top center / 100% auto;
}
.newCourseContents#newCourse02 {
	padding-bottom: 68px;
	background: #d1d92b url("../img/new-course/bg_course_02_sp.jpg") no-repeat top center / 100% auto;
}
.newCourseImg {
	margin-bottom: 30px;
}
.newNum {
	margin-bottom: 15px;
	font-family: "Forum", serif;
	font-weight: 400;
	font-size: 20px;
}
.newCourseContents h4 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.6;
}
.newCourseContents h4 span {
	display: block;
	font-size: 14px;
}
.slideTxt .bgextend {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
	margin-bottom: 8px;
	padding: 0 5px;
}
.slideTxt .bgappearTrigger {
	display: inline-block;
	position: relative;
	z-index: 2;
	clip-path: inset(0 100% 0 0);
}
.slideTxt .bgappearTrigger.bgappear {
	animation: textRevealClear 1.5s cubic-bezier(.77, 0, .18, 1) forwards;
}
.slideTxt .bgLRextend::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: none;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 1;
	animation: bgLRextendAnimeClear 1.5s cubic-bezier(.77, 0, .18, 1) forwards;
}
@keyframes bgLRextendAnimeClear {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}
@keyframes textRevealClear {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}
.newCourseContents h5 {
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 20px;	
	line-height: 1.6;
}
.newCourseContents h5 span {
	font-size: 14px;
}
.newCourseContents h6 {
	margin-top: 64px;
	margin-bottom: 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 24px;	
}
.newCourseContents .newText {
	margin-top: 36px;
}
.newCourseContents .newText h4 {
	margin-bottom: 10px;
	font-family: "Noto Sans JP", "Noto Sans", serif;
	font-weight: 700;
	font-size: 22px;
}
.newCourseContents .newText p {
	font-size: 16px;
	line-height: 1.8;
}
.newCourseContents .whiteBoard {
	margin-top: 24px;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #FFF;
	border-radius: 25px;
}
.newCourseContents .goal.whiteBoard {
	margin-top: 64px;
}
.newCourseContents .whiteBoard dl {
	margin-bottom: 0;
}
.newCourseContents .whiteBoard dt {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 18px;
}
.newCourseContents .goal.whiteBoard dt {
	margin-bottom: 20px;
	font-weight: 600;
}
.newCourseContents .whiteBoard dd {
	margin-bottom: 0;
	font-size: 16px;
}
.newCourseContents .whiteBoard ul {
	margin-bottom: 0;
}
.newCourseContents .whiteBoard li {
	margin-bottom: 14px;
	line-height: 1.6;
}
.newCourseContents .whiteBoard li:last-child {
	margin-bottom: 0;
}
.newCourseContents .major {
	margin-top: 64px;
}
.newCourseContents .major h4 {
	margin-bottom: 0;
	font-family: "Shippori Mincho", serif;
	font-weight: 500;
	font-size: 35px;	
}
.majorContents {
	margin-top: 64px;
}
.majorContents:first-of-type {
	margin-top: 24px;
}
.majorContents h5 {
	margin-top: 26px;
}
.majorContents h5 span {
	font-family: "Noto Sans JP", "Noto Sans", serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFF;
}
.majorContents h5 .smallTxt {
	font-size: 14px;
}
.majorContents h5 .bgextend {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: bottom;
    margin-bottom: 8px;
	padding: 0 5px;
}
.majorContents h5 .bgappearTrigger {
	display: inline-block;
	position: relative;
	z-index: 2;
	clip-path: inset(0 100% 0 0);
}
.majorContents h5 .bgappear {
	animation: textRevealBlue 1.5s cubic-bezier(.77, 0, .18, 1) forwards;
}
.majorContents h5 .bgLRextend::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #082670;
	transform: scaleX(0);
	transform-origin: left;
	z-index: 1;
	animation: bgLRextendAnimeBlue 1.5s cubic-bezier(.77, 0, .18, 1) forwards;
}
@keyframes bgLRextendAnimeBlue {
	from {
		transform: scaleX(0);
	}
	to {
		transform: scaleX(1);
	}
}
@keyframes textRevealBlue {
	from {
		clip-path: inset(0 100% 0 0);
	}
	to {
		clip-path: inset(0 0 0 0);
	}
}
.majorContents h6 {
	margin-top: 24px;
	font-family: "Noto Sans JP", "Noto Sans", serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.6;
}
.majorContents p {
	margin-top: 5px;
	font-family: "Noto Sans JP", "Noto Sans", serif;
	font-weight: 400;
	font-size: 18px;
}
@media (min-width: 768px) {
.newCourseContents#newCourse01 {
	background: #9ed6e7 url("../img/new-course/bg_course_01_pc.jpg") no-repeat top center / 100% auto;
}
.newCourseContents#newCourse02 {
	background: #cdd528 url("../img/new-course/bg_course_02_pc.jpg") no-repeat top center / 100% auto;
}
.majorContents h5 {
    margin-top: 0;
}
}
@media (min-width: 992px) {
.newCourseContents {
	position: relative;
	margin-top: -130px;
	padding-top: 130px;
	padding-bottom: 160px;
	border-radius: 100px 100px 0 0;
}
.newCourseContents#newCourse01 {
	padding-bottom: 260px;
}
.newCourseContents#newCourse02 {
	padding-bottom: 97px;
}
.newNum {
    margin-bottom: 28px;
    font-size: 30px;
}
.newCourseContents h4 {
    font-size: 48px;
	letter-spacing: -0.1em;
}
.newCourseContents h4 span {
    display: inline;
	letter-spacing: normal;
}
.newCourseContents h5 {
    font-size: 30px;
    line-height: 1.8;
}
.newCourseContents .newText {
    margin-top: 96px;
}
.newCourseContents .newText h4 {
    margin-bottom: 10px;
    font-size: 24px;
}
.newCourseContents .newText p {
    font-size: 18px;
    line-height: 2;
}
.newCourseContents .goal.whiteBoard {
    margin-top: 80px;
	padding-left: 100px !important;
}
.newCourseContents h6 {
    margin-top: 80px;
    margin-bottom: 0;
    font-size: 26px;
}
.newCourseContents .whiteBoard dt {
    margin-bottom: 20px;
    font-size: 22px;
}
.newCourseContents .major {
    margin-top: 82px;
}
.majorContents {
    margin-top: 54px;
}
.majorContents:first-of-type {
    margin-top: 38px;
}
.majorContents h6 {
    margin-top: 10px;
    font-family: "Noto Sans JP", "Noto Sans", serif;
    font-weight: 500;
	font-size: 20px;
}
.majorContents p {
    font-size: 16px;
}
}


/*	goToTop
----------------------------------------------------*/
#goToTop {
	padding-top: 80px;
	padding-bottom: 86px;
}



