@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@1,6..96,700&family=Noto+Serif+JP:wght@300;400;600&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/* 共通 */
/* .section-wrap {
	margin-top: -100px;
	padding-top: 100px;
} */
.ai-start {
	align-items: start !important;
}

/* hタグ */
.h__ttl01 {
	font-size: 50px;
	font-family: 'Bodoni Moda', serif;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 0.06em;
}

.h__ttle01--text {
	display: block;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.25em;
}
.course {
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: normal;
}
.course img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.course section {
	margin-bottom: 70px;
}
.course h1 img {
	display: inline;
	max-height: 130px;
	margin-bottom: 25px;
}

@media screen and (max-width: 750px) {
	.course h1 img {
		max-height: 22vw;
	}
	.course h2 {
		margin-bottom: 6%;
		position: relative;
		width: 100%;
	}
	.course h2:after {
		font-size: 16px;
		width: 10%;
		margin-left: -5%;
	}
	.course h2 img:nth-of-type(1) {
		width: auto;
		height: 25px;
		margin: 0 15px 20px 15px;
	}
	.course h2 img:nth-of-type(2) {
		width: 100px !important;
		top: -55% !important;
		margin-right: -165px !important;
	}
	.course h2 span {
		font-size: 85%;
	}
	/* .course .visual {
		margin-bottom: 40px;
	} */
	/* .course .slick-current {
		top: 0 !important;
	} */
}

/* メインビジュアル */
.course-index-header {
	position: relative;
	background-color: #f7f4ee;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 20px;
	box-sizing: border-box;
}
.course-index-header--title {
	font-family: 'Noto Serif JP', serif;
	font-size: 225%;
	padding: 0 50px 0 0;
}
.course-index-header--title .att {
		-webkit-font-feature-settings: "palt";
		-moz-font-feature-settings: "palt";
		font-feature-settings: "palt";
		display: inline;
		box-decoration-break: clone;
		-webkit-box-decoration-break: clone;
		background-color: #b89c6d;
		color: #fff;
		line-height: 1.6;
		padding: 0 0.38em;
		margin-left: 2em;
}
.course-index-header__btn__wrap {
	display: flex;
}
.course-index-header__btn {
	margin: 0 4px;
}
@media screen and (max-width: 750px) {
	.course-index-header {
		display: block;
		padding: 30px 7% 20px;
	}
	.course-index-header--title {
		font-size: 150%;
		padding: 0;
		margin-bottom: 15px;
	}
	.course-index-header--title .att {
		margin: 0;
	}
	.course-index-header__btn__wrap {
		display: block;
	}
	.course-index-header__btn {
		margin: 0 auto 10px;
	}	
}

/* イントロ文 */
.course-index__description {
	width: 80%;
	max-width: 600px;
	margin: 0 auto;
	padding: 65px 0;
	text-align: left;
	font-size: 15px;
	line-height: 1.7;
}
@media screen and (max-width: 750px) {
	.course-index__description {
		padding: 45px 0;
	}	
}

/* .course-index-wedding-features {
	margin-bottom: 0 !important;
} */
/* .course-index-wedding-features {
	position: relative;
	background-color: #f7e8e4;
	background-size: cover;
	background-position: center;
	padding: 10px 0 64px;
}
.course-index-wedding-features::after {
	position: absolute;
	z-index: -1;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(220, 220, 220, 0.75);
}
.course-index__base_width {
	max-width: 1080px;
	margin: auto;
	padding: 0 20px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width: 750px) {
	.course-index__base_width {
		width: 100%;
	}
} */

/* 学科メインビジュアル */
.course-index-wrap {
	position: relative;
	font-weight: bold;
}
@media screen and (max-width: 750px) {
	.course-index-wrap {
		position: inherit;
	}
}
.course-index-wrap>img {
	position: relative;
	z-index: 1;
}
.course-index-wedding {
	position: relative;
}
.course-index-wedding>img {
	position: relative;
	z-index: 1;
}
.hl-1 {
	color: #231815 !important;
	font-family: 'Noto Serif JP', serif;
	font-size: 28px !important;
	margin-bottom: 34px !important;
}
.hl-1::after {
	content: "";
	display: block;
	height: 2px;
	width: 54px;
	background-color: #231815;
	margin: 12px auto 0;
}
@media screen and (max-width: 750px) {
	.hl-1 {
		font-size: 24px !important;
	}
}

/* 学科タイトル */
.pa-box-course { 
	position: absolute;
	z-index: 2;
	bottom: 11%;
	left: 25%;
}
@media screen and (max-width: 750px) {
	.pa-box-course {
		background-color: #000;
		position: inherit;
		padding: 8% 2%;
		left: inherit;
		bottom: inherit;
	}
	.pa-box-course.-wp {background-color: #24afaa;}
	.pa-box-course.-wd {background-color: #e8967f;}
	.pa-box-course.-hwb {background-color: #e05d4c;}
}
.pa-box-course h2 {
	width: 100%;
	margin: auto;
	/* margin-bottom: 20px !important;
	margin-top: 20px !important; */
	margin-bottom: 10px;
	color: #fff;
	padding-bottom: 0;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	font-size: 4vw;
	line-height: 1.1;
	text-align: center;
}
@media screen and (max-width: 750px) {
	.pa-box-course h2 {
		font-size: 8vw;
	}
}
.pa-box-course h2:after {
	display: none;
}
.pa-box-course h2 span {
	display: inline-block !important;
	margin-top: 0;
	font-size: 3vw;
	padding-left: .7vw;
}
@media screen and (max-width: 750px) {
	.pa-box-course h2 span {
		font-size: 7vw;
	}
}

/* .pa-box-course h3 {
	color: #fff !important;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.25vw !important;
	text-align: center;
	line-height: 1.6;
	padding-top: 2%;
}

@media screen and (max-width: 750px) {
	.pa-box-course h3 {
		width: 100%;
		font-size: 3.8vw !important;
		margin-top: 2vw;
	}
} */

/* 学科タイトル 学年 */
.pa-box-course ul {
	width: 65%;
	margin: 0 auto;
	line-height: 1.9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 750px) {
	.pa-box-course ul {
		width: 80%;
		margin: 0 auto;
	}
}
.pa-box-course ul li {
	width: 25%;
	color: #001424;
	font-size: 14px;
	font-weight: normal;
	background-color: #fff;
	float: left;
	text-align: center;
}
.pa-box-course ul li:first-child {
	background-color: #fff;
}
.pa-box-course ul li:last-child {
	float: right;
}
@media screen and (max-width: 750px) {
	/* .pa-box-course.pa-box-wd {
		margin-top: -80%;
		padding-bottom: 15px;
	} */
}
@media screen and (max-width: 750px) {
	.pa-box-course.pa-box-wd h2 {
		font-size: 9vw !important;
	}
}
.pa-box-course.pa-box-wd ul li:first-child {
	background: #fff;
}
.course-index_point {
	background-size: cover;
	background-position: center;
	padding: 70px 0 0;
}
@media screen and (max-width: 750px) {
	.course-index_point {
		padding: 50px 0 35px;
	}
}
.course-index_point.-wp {	background-color: #def3f2; }
.course-index_point.-wd {	background-color: #f7e8e4; }
.course-index_point.-hwb { background-color: #fae7e4; }

/* 3つのPOINT */
.course-index_point__inner {
	background-color: #fff;
	width: 85%;
	margin: 0 auto;
	border-radius: 100px 0 0 0;
}
@media screen and (max-width: 750px) {
	.course-index_point__inner {
		width: 90%;
		border-radius: 70px 0 0 0;
	}
}
.course-index_point__bg {
	padding: 75px 0 75px;
	border-radius: 100px 0 0 0;
}
@media screen and (max-width: 750px) {
	.course-index_point__bg {
		padding: 75px 0 35px;
		border-radius: 70px 0 0 0;
	}
}
.course-index_point__bg.-wp {
	background: url("/images/course/wp_point_back_pc.webp") no-repeat center center / cover;
}
@media screen and (max-width: 750px) {
	.course-index_point__bg.-wp {
		background: url("/images/course/wp_point_back_sp.webp") no-repeat top center / cover;
	}
}
.course-index_point__bg.-wd {
	background: url("/images/course/wd_point_back_pc.webp") no-repeat top center / cover;
}
@media screen and (max-width: 750px) {
	.course-index_point__bg.-wd {
		background: url("/images/course/wd_point_back_sp.webp") no-repeat top center / cover;
	}
}
.course-index_point__bg.-hwb {
	background: url("/images/course/hwb_point_back_pc.webp") no-repeat top center / cover;
}
@media screen and (max-width: 750px) {
	.course-index_point__bg.-hwb {
		background: url("/images/course/hwb_point_back_sp.webp") no-repeat top center / cover;
	}
}
.course-index_point.course-index-wd_point {
	background: url("/images/course/index/course-index-wedding-features__bg.png");
}
@media screen and (max-width: 750px) {
	.hl-1 {
		font-size: 24px !important;
	}
}
.hl-1 span.subtitle {
	font-size: 16px !important;
	font-weight: normal;
}
@media screen and (max-width: 750px) {
	.hl-1 span.subtitle {
		font-size: 12px !important;
	}
}
.course__point--list {
	display: flex;
	align-items: flex-start;
	max-width: 625px;
	margin: 0 auto 30px;
}
.course__point--num {
	max-width: 50px;
	margin-right: 30px;
}
@media screen and (max-width: 750px) {
	.course__point--num {
		margin-right: 15px;
	}
}
.course__point--text {
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	text-align: left;
	font-size: 185%;
	line-height: 1.4;
}
.course__point--text span.subtext {
	font-size: 65%;
	line-height: 1.5;
	display: block;
}
@media screen and (max-width: 750px) {
	.course__point__cont {
		padding: 0 5vw;
	}
	.course__point--list {
		align-items: flex-start;
	}
	.course__point--text {
		font-size: 145%;
	}
}
/* [data-ruby] {
	position: relative;
}
[data-ruby]::before {
	content: attr(data-ruby);
	position: absolute;
	top: -1em;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 0.3em;
} */
/* .note-gray {
	font-size: 12px;
	color: #99A1A7 !important;
	margin: 30px 0 30px !important;
	display: block;
}

@media screen and (max-width: 750px) {
	.note-gray {
		font-size: 3vw;
		font-weight: normal;
	}
} */

/* 目指す職業 */
.course-index__flow {
	background-color: #f7e8e4;
	margin-bottom: 0 !important;
	padding: 60px 0 10px;
}
@media screen and (max-width: 750px) {
	.course-index__flow {
		padding: 30px 7% 20px;
	}
	/* .course-index__flow.-wd {
		padding-top: 40px;
	} */
}
.course-index__flow.-wp { background-color: #def3f2; }
.course-index__flow.-wd { background-color: #f7e8e4; }
.course-index__flow.-hwb { background-color: #fae7e4; }
.course-index__flow--photo {
	max-width: 1075px;
	margin: 0 auto;
}
.course__intro__wrap {
	display: flex;
	align-items: center;
	max-width: 845px;
	margin: 0 auto 30px;
}

.course__intro__cont {
	display: flex;
	align-items: center;
}
.course__intro--title {
	font-size: 85%;
	margin-right: 50px;
	line-height: 2;
	text-align: left;
}
.course__intro--img {
	width: 121px;
	margin-right: 40px;
}
.course__intro--photo {
	max-width: 300px;
	width: 90%;
}
@media screen and (max-width: 750px) {
	.course__intro__wrap {
		display: block;
	}
	.course__intro__cont {
		display: block;
	}
	.course__intro--img {
		width: 100%;
		margin-right: 40px;
	}
	/* .list-course__check {
		width: 90%;
		margin: 1em auto 0;
		line-height: 2.4;
		font-size: 80%;
	} */
	.course__intro--title {
		margin: 20px auto 30px;
		text-align: center;
	}
	.course__intro--photo {
		max-width: 300px;
		width: 90%;
		margin: 0 auto;
	}
}

/* 目指す職業 総合WD用 */
.list-course__syokugyo {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	max-width: 680px;
	justify-content: space-between;
}
.list-course__syokugyo li {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	width: 48%;
}
@media screen and (max-width: 750px) {
	.list-course__syokugyo li {
    margin: 20px 2% 0;
		width: 46%;
		display: block;
		text-align: left;
	}
}
.list-course__syokugyo li:last-of-type {
	margin-right: 0;
}
.list-course__syokugyo li.etc {
	position: absolute;
	bottom: 0;
	right: -30px;
	font-size: 75%;
	width: auto;
}
@media screen and (max-width: 750px) {
	.list-course__syokugyo li.etc {
    bottom: -15px;
    right: 0;
    text-align: right;
	}
}
.list-course__syokugyo li img {
	max-width: 132px;
	margin: 0 15px 0 0;
}
@media screen and (max-width: 750px) {
	.list-course__syokugyo li img {
		max-width: 100%;
	}
}
.list-course__syokugyo li span {
	text-align: left;
	display: block;
	font-size: 75%;
	font-weight: bold;
	line-height: 1.6;
	letter-spacing: -1.5px;
}
@media screen and (max-width: 750px) {
	.list-course__syokugyo li span {
		font-size: 65%;
    line-height: 1.2;
    letter-spacing: 0;
    margin-top: 7px;
	}
}


/* .list-course__check {
	font-size: 90%;
}
.list-course__check li {
	position: relative;
	text-align: left;
	text-indent: -25px;
	padding-left: 25px;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
@media screen and (max-width: 750px) {
	.list-course__check li {
		margin-bottom: 1em;
	}
}
.list-course__check.-wd li {
	color: #2d2d2d;
}
.list-course__check li::before {
	content: '';
	display: inline-block;
	width: 17.25px;
	height: 15px;
	background-size: contain;
	vertical-align: middle;
	margin-right: 0.5em;
}
.list-course__check.-wp li::before {
	background-image: url(/images/course/index/2024/wp_check.png);
}
.list-course__check.-wd li::before {
	background-image: url(/images/course/index/2024/wd_check.png);
} */
/* .course-index-wedding {
	background: #f7e8e4;
	margin-bottom: 0 !important;
}

@media screen and (max-width: 750px) {
	.course-index-wedding {
		padding-bottom: 7.5vw;
		background-color: #CC684E;
	}
} */

/* .course-index-wd_step {
	background: #ECE7DE;
	padding: 4vw 0 8vw;
	margin-bottom: 0 !important;
}

.course-index-wd_step-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media screen and (max-width: 750px) {
	.course-index-wd_step-box {
		width: 85%;
		margin: 0 auto;
		text-align: center;
	}
} */

/* .course-index-wd_step-ttl {
	width: 40% !important;
	max-width: 600px;
	margin-bottom: 50px;
}

@media screen and (max-width: 750px) {
	.course-index-wd_step-ttl {
		width: 100% !important;
		margin-bottom: 10%;
	}
} */

/* .course-index-wd_step-body {
	width: 80% !important;
	max-width: 1000px;
}

@media screen and (max-width: 750px) {
	.course-index-wd_step-body {
		width: 100% !important;
	}
} */

/* 流れるテキスト */
.animation__scroll__wrap {
	position: relative;
	overflow:hidden;
	z-index: -1;
	padding: 40px 0 45px;
}
.animation__scroll__cont {
	animation : animationScroll 35s linear infinite;
	display: flex;
	padding-left:0;
}
.animation__scroll__cont img {
	height: 114px;
	width: auto;
}
@media screen and (max-width: 750px) {
	/* .animation__scroll__wrap {
		padding: 0px 0 35px;
	} */
	.animation__scroll__cont {
		animation : animationScroll 15s linear infinite;
	}
	.animation__scroll__cont img {
		height: 55px;
	}
}
@keyframes animationScroll {
	0% { transform: translateX(0)}
	100% { transform: translateX(-100%)}
}
