@charset "utf-8";

/* Google Fonts - Hurricane (筆記体装飾用) */
@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');

.hurricane-regular {
	font-family: "Hurricane", cursive;
	font-weight: 400;
	font-style: normal;
}

/*===============================================
    ■ 歯科衛生士 奨学金制度ページ
===============================================*/

/* ===== 共通：セクション余白 ===== */
.sc-sec {
	padding: 140px 0 100px;
}

/* ===== 共通：見出し ===== */
.sc-heading {
	position: relative;
	margin-bottom: 50px;
}

.sc-heading__en {
	display: block;
	font-size: 9rem;
	color: rgba(200, 215, 230, 0.45);
	line-height: 1;
	margin-bottom: -20px;
	position: absolute;
    z-index: 0;
    top: 0;
    left: 50%;
    transform: translate(-50%, -60%);
    width: 100%;
}

.sc-heading__ja {
	position: relative;
	z-index: 1;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
}

/* ===== MV ヒーローセクション ===== */
.sc-mv {
	position: relative;
	background-image: url(../img/scholarship/mv.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	height: 420px;
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sc-mv::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(215 215 215 / 25%);
}

.sc-mv__inner {
	position: relative;
	text-align: center;
	color: #333;
	text-shadow: #ffffff 3px 0 7px;
}

.sc-mv__sub {
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}

.sc-mv__title {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 0.05em;
}

/* ===== Scholarship - 導入セクション ===== */
.sc-intro {
	background: #fff;
}

.sc-intro__body {
	max-width: 750px;
	margin: 0 auto;
	line-height: 1.9;
}

.sc-intro__body p {
	font-size: 15px;
}

.sc-intro__btn {
	margin-top: 40px;
}

.sc-intro__btn a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
	min-width: 280px;
	padding: 16px 40px;
	border: 2px solid var(--light-blue);
	border-radius: 0;
	color: var(--light-blue);
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s ease;
}

.sc-intro__btn a:hover {
	background: var(--light-blue);
	color: #fff;
	text-decoration: none;
}

.sc-btn-arrow {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
}

/* ===== Reason - なぜ奨学金制度を作ったのか ===== */
.sc-reason__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
}

.sc-reason__text {
	flex: 1;
}

.sc-reason__text h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.4;
}

.sc-reason__text p {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 15px;
}

.sc-reason__text p:last-child {
	margin-bottom: 0;
}

.sc-reason__img {
	width: 38%;
	flex-shrink: 0;
}

/* ===== Future - 素敵な未来 ===== */
.sc-future {
	background: #fff;
}

.sc-future__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
}

.sc-future__img {
	width: 38%;
	flex-shrink: 0;
}

.sc-future__list {
	flex: 1;
}

.sc-future__item {
	display: flex;
	align-items: flex-start;
	margin-bottom: 30px;
}

.sc-future__item:last-child {
	margin-bottom: 0;
}

.sc-future__icon {
	flex-shrink: 0;
	margin-right: 15px;
	margin-top: 3px;
}

.sc-future__icon i {
	font-size: 22px;
	color: var(--light-blue);
}

.sc-future__item h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.4;
}

.sc-future__item p {
	font-size: 15px;
	line-height: 1.8;
}

/* ===== Support - 3つの安心 ===== */
.sc-support__cards {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	margin-bottom: 50px;
}

.sc-support__card {
	flex: 1;
	background: #fff;
	border: 1px solid #e0e8f0;
	padding: 40px 25px 30px;
	text-align: center;
}

.sc-support__card-icon {
	margin-bottom: 15px;
}

.sc-support__card-icon i {
	font-size: 40px;
	color: var(--light-blue);
}

.sc-support__card h3 {
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 15px;
	color: var(--light-blue);
}

.sc-support__card p {
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

/* 返済免除の仕組み */
.sc-repayment_wrap {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sc-repayment {
    width: 48.5%;
    background: #fff;
    border: solid 1px var(--light-blue);
    border-radius: 10px;
    font-size: 16px;
}

.sc-repayment__header {
	background: var(--main-hover-pink);;
	color: #fff;
	font-weight: bold;
	padding: 14px 20px;
	border-radius: 30px;
	max-width: 420px;
	margin: 0 auto;
	position: relative;
	margin-top: -25px;
}

.sc-repayment__body {
	padding: 25px 30px 35px;
}


/* ===== Preferential - 患者様のご家族 ===== */
.sc-preferential {
	background: #fff;
}

.sc-preferential__body {
	max-width: 750px;
	margin: 0 auto;
}

.sc-preferential__body p {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 15px;
}

.sc-preferential__link {
	color: var(--light-blue);
	font-size: 15px;
	margin-top: 20px;
}

/* ===== Part-Time Job - アルバイト勤務 ===== */
.sc-parttime__content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 50px;
	margin-bottom: 40px;
}

.sc-parttime__img {
	width: 38%;
	flex-shrink: 0;
}

.sc-parttime__text {
	flex: 1;
}

.sc-parttime__text p {
	font-size: 15px;
	line-height: 1.9;
	margin-bottom: 15px;
}

.sc-parttime__text p:last-child {
	margin-bottom: 0;
}

.sc-parttime__btns {
	display: flex;
	justify-content: center;
	gap: 20px;
	max-width: 750px;
	margin: 0 auto;
}

.sc-parttime__btn {
	display: block;
	flex: 1;
	max-width: 340px;
	text-align: center;
	padding: 18px 20px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.3s ease;
	border-radius: 0;
}

.sc-parttime__btn:hover {
	text-decoration: none;
	opacity: 0.85;
}

.sc-parttime__btn-sub {
	display: block;
	font-size: 12px;
	margin-bottom: 4px;
}

.sc-parttime__btn-main {
	display: block;
	font-size: 16px;
}

.sc-parttime__btn--outline {
	border: 2px solid var(--light-blue);
	color: #333;
	background: #fff;
	border-radius: 10px;
}

.sc-parttime__btn--outline:hover {
	background: #f5f5f5;
	color: #333;
}

.sc-parttime__btn--fill {
	background: var(--light-blue);
	color: #fff;
	border: 2px solid var(--light-blue);
	border-radius: 10px;
}

.sc-parttime__btn--fill:hover {
	background: var(--light-hover-blue);
}

/* ===== Charm - 当院の環境 ===== */
.sc-charm {
	background: #fff;
}

.sc-charm__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	max-width: 900px;
	margin: 0 auto;
}

.sc-charm__item {
	width: calc(50% - 10px);
	display: flex;
	align-items: flex-start;
	gap: 15px;
	background: #f8fbfe;
	border: 1px solid #e8eff5;
	padding: 25px;
	border-radius: 5px;
}

.sc-charm__icon {
	flex-shrink: 0;
}

.sc-charm__icon i {
	font-size: 20px;
	color: var(--light-blue);
}

.sc-charm__body h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.sc-charm__body p {
	font-size: 14px;
	line-height: 1.7;
}

/* ===== Thought - ご相談ください ===== */
.sc-thought__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	max-width: 750px;
	margin: 0 auto 30px;
}

.sc-thought__item {
	width: calc(50% - 8px);
	display: flex;
	align-items: center;
	gap: 12px;
	background: #fff;
	border: 1px solid #e0e8f0;
	padding: 18px 25px;
	border-radius: 3px;
}

.sc-thought__item i {
	flex-shrink: 0;
	color: var(--light-blue);
	font-size: 16px;
}

.sc-thought__item span {
	font-size: 15px;
}

.sc-thought__lead {
	font-size: 15px;
	color: #666;
}

/* ===== Faq - よくあるご質問 ===== */
.sc-faq {
	background: #fff;
}

.sc-faq__list {
	max-width: 850px;
	margin: 0 auto;
}

.sc-faq__item {
	background: #f5f8fb;
	padding: 30px;
	margin-bottom: 20px;
	border-radius: 5px;
}

.sc-faq__item:last-child {
	margin-bottom: 0;
}

.sc-faq__q {
	font-size: 15px;
	margin-bottom: 10px;
}

.sc-faq__q span {
	color: var(--light-blue);
	font-weight: bold;
	font-size: 18px;
	padding-right: 10px;
}

.sc-faq__a {
	font-size: 15px;
	line-height: 1.8;
}

.sc-faq__a span {
	color: #d82c6d;
	font-weight: bold;
	font-size: 18px;
	padding-right: 10px;
}

/* ===== Float - 固定フロートボタン ===== */
.bnr_float {
	position: fixed;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
    width: 50%;
}
.bnr_float a {
    color: #fff;
    background: var(--main-pink);
    display: block;
    padding: 1em 3em .6em;
    border-radius: 10px 10px 0 0;
    font-size: 1.2em;
    text-align: center;
    transition: all .3s;
    font-weight: bold;
    box-shadow: #006fb936 0 0 10px;
}
.bnr_float a:hover {
	background: var(--main-hover-pink);
	text-decoration: none;
}
.bnr_float a span {
	font-size: .7em;
    font-weight: normal;
    display: block;
}

/* ===== Contact - お問い合わせフォーム ===== */
.sc-contact {
	background: var(--light-blue);
	padding: 80px 0;
	color: #fff;
}

.sc-contact .sc-heading__en {
	color: rgba(255, 255, 255, 0.2);
}

.sc-contact .sc-heading__ja {
	color: #fff;
}

.sc-contact__lead {
	color: rgba(255, 255, 255, 0.85);
	font-size: 15px;
	margin-bottom: 40px;
}

.sc-contact__form-wrap {
	max-width: 650px;
	margin: 0 auto;
}

.sc-contact__field {
	margin-bottom: 20px;
}

.sc-contact__field label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #fff;
}

.sc-contact__required {
	color: #ff6b6b;
	font-size: 13px;
}

.sc-contact__field input,
.sc-contact__field select,
.sc-contact__field textarea {
	width: 100%;
	padding: 14px 16px;
	font-size: 15px;
	border: none;
	border-radius: 3px;
	background: #fff;
	color: #333;
	box-sizing: border-box;
	font-family: inherit;
}

.sc-contact__field select {
	appearance: auto;
	cursor: pointer;
}

.sc-contact__field textarea {
	resize: vertical;
	min-height: 140px;
}

.sc-contact__field input::placeholder,
.sc-contact__field textarea::placeholder {
	color: #aaa;
}

.sc-contact__submit {
	margin-top: 30px;
}

.sc-contact__submit button {
	display: inline-block;
	min-width: 280px;
	padding: 16px 50px;
	background: #0076a5;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 35px;
	cursor: pointer;
	transition: all 0.3s ease;
	box-shadow: 1px 1px 20px rgb(0 99 138);
}

.sc-contact__submit button:hover {
	opacity: 0.85;
}

.thanks_inner {
	padding: 60px 0;
}

/*===============================================
    ■tablet 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px) {
	.sc-sec {
		padding: 80px 0;
	}

	.sc-heading {
		margin-bottom: 35px;
	}

	.sc-heading__en {
		font-size: 4.5rem;
		margin-bottom: -15px;
	}

	.sc-heading__ja {
		font-size: 22px;
	}

	/* MV */
	.sc-mv {
		height: 320px;
		margin-top: 60px;
	}

	.sc-mv__sub {
		font-size: 14px;
	}

	.sc-mv__title {
		font-size: 24px;
	}

	/* Intro */
	.sc-intro__body p {
		font-size: 14px;
	}

	/* Reason */
	.sc-reason__content {
		flex-direction: column;
		gap: 30px;
	}

	.sc-reason__img {
		width: 100%;
	}

	.sc-reason__text h3 {
		font-size: 20px;
	}

	/* Future */
	.sc-future__content {
		flex-direction: column;
		gap: 30px;
	}

	.sc-future__img {
		width: 100%;
	}

	/* Support */
	.sc-support__cards {
		flex-direction: column;
		gap: 15px;
	}

	.sc-support__card {
		padding: 30px 20px 25px;
	}

	.sc-repayment__body {
		padding: 20px 15px 30px;
	}

	/* Part-Time */
	.sc-parttime__content {
		flex-direction: column;
		gap: 25px;
	}

	.sc-parttime__img {
		width: 100%;
	}

	.sc-parttime__btns {
		flex-direction: column;
		align-items: center;
	}

	.sc-parttime__btn {
		max-width: 100%;
		width: 100%;
	}

	/* Charm */
	.sc-charm__grid {
		flex-direction: column;
	}

	.sc-charm__item {
		width: 100%;
	}

	/* Thought */
	.sc-thought__grid {
		flex-direction: column;
	}

	.sc-thought__item {
		width: 100%;
	}

	/* FAQ */
	.sc-faq__item {
		padding: 20px 15px;
	}
	
	/* Float */
	.bnr_float {
		width: 90%;
	}
	.bnr_float a {
		font-size: 1.1em;
	}

	/* Contact */
	.sc-contact {
		padding: 60px 0;
	}

	.sc-contact__submit button {
		width: 100%;
		max-width: 320px;
	}
}

/*===============================================
    ■smart 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px) {
	.sc-heading__ja {
		font-size: 20px;
	}

	/* MV */
	.sc-mv {
		height: 280px;
		margin-top: 0;
	}

	.sc-mv__sub {
		font-size: 12px;
	}

	.sc-mv__title {
		font-size: 20px;
	}

	/* Intro */
	.sc-intro__btn a {
		min-width: auto;
		width: 100%;
		max-width: 320px;
		padding: 14px 20px;
		font-size: 15px;
	}

	/* Reason */
	.sc-reason__text h3 {
		font-size: 18px;
	}

	.sc-reason__text p {
		font-size: 14px;
	}

	/* Future */
	.sc-future__item h3 {
		font-size: 16px;
	}

	.sc-future__item p {
		font-size: 14px;
	}

	/* Support */
	.sc-support__card h3 {
		font-size: 16px;
	}

	.sc-support__card p {
		font-size: 13px;
	}

	.sc-repayment {
		font-size: 14px;
	}
	.sc-repayment__header {
		padding: 12px 15px;
	}

	/* Part-Time */
	.sc-parttime__text p {
		font-size: 14px;
	}

	.sc-parttime__btn-main {
		font-size: 14px;
	}

	/* Charm */
	.sc-charm__body h3 {
		font-size: 15px;
	}

	.sc-charm__body p {
		font-size: 13px;
	}

	/* Thought */
	.sc-thought__item {
		padding: 14px 18px;
	}

	.sc-thought__item span {
		font-size: 14px;
	}

	/* FAQ */
	.sc-faq__q,
	.sc-faq__a {
		font-size: 14px;
	}

	/* Contact */
	.sc-contact {
		padding: 50px 0;
	}

	.sc-contact__field input,
	.sc-contact__field select,
	.sc-contact__field textarea {
		font-size: 14px;
		padding: 12px 14px;
	}
}