/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
	2026年度 総合型選抜 特待生選抜方式
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* --------------------------------
	font color
-------------------------------- */
.ind-fc-red { color: #cf0f32; }


/* --------------------------------
	ind-heading
-------------------------------- */
.ind-heading-01 .headline-box {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	gap: 20px;
	margin-bottom: 30px;
}
.ind-heading-01 .headline-icon {
	width: 120px;
}
.ind-heading-01 .hdl {
	font-size: 24px;
	line-height: 140%;
	flex: 1;
}
@media screen and (max-width: 767px) {
	.ind-heading-01 .headline-box {
		gap: 10px;
		margin-bottom: 20px;
	}
	.ind-heading-01 .headline-icon {
		width: 80px;
	}
	.ind-heading-01 .hdl {
		font-size: 16px;
	}
}


/* --------------------------------
	ind-point-box
-------------------------------- */
.ind-point-box {
	position: relative;
	display: block;
}
a.ind-point-box:hover {
}
.ind-point-box .point-icon {
	position: absolute;
	width: 30%;
	transform: translate(-20%, -20%);
	z-index: 2;
}
.ind-point-box .point-img {
	position: relative;
	border: 1px solid #cf0f32;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.ind-point-box.has-sp-margin {
		margin-bottom: 20px;
	}
	.ind-point-box .point-icon {
		width: 17%;
		transform: translate(-12px, -40%);
	}
}


/* --------------------------------
	ind-layout-grid
-------------------------------- */
/* ind-layout-grid-01 */
.ind-layout-grid-01 {
	display: grid;
	grid-template-columns: 30% auto;
	grid-template-rows: repeat(2, auto);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	width: 100%;
	max-width: 980px;
	margin: 40px auto 0 auto;
}
.ind-layout-grid-01 .layout-box-01 {
	grid-area: 1 / 1 / 3 / 2;
	display: flex;
	align-items: center;
}
.ind-layout-grid-01 .layout-box-02 { grid-area: 1 / 2 / 2 / 3; }
.ind-layout-grid-01 .layout-box-03 { grid-area: 2 / 2 / 3 / 3; }
@media screen and (max-width: 767px) {
	.ind-layout-grid-01 {
		grid-template-columns: 25% auto;
		grid-template-rows: repeat(2, auto);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		width: 100%;
		margin: 20px 0 10px 0;
	}
}

/* ind-layout-grid-02 */
.ind-layout-grid-02 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
	max-width: 980px;
	margin: 40px auto 0 auto;
}
.ind-layout-grid-02 .layout-box-01 {
	width: 35%;
}
.ind-layout-grid-02 .layout-box-02 {
	flex: 1;
}
@media screen and (max-width: 767px) {
	.ind-layout-grid-02 .layout-box-01 {
		width: 33%;
	}
}

/* ind-layout-grid-03 */
.ind-layout-grid-03 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	width: 100%;
	margin: 40px auto 0 auto;
}
.ind-layout-grid-03 .layout-box-01,
.ind-layout-grid-03 .layout-box-02 {
	width: calc((100% - (20px * 4)) / 5);
}
.ind-layout-grid-03 .layout-box-01 .photo {
	width: 50%;
	margin: 0 auto;
}
.ind-layout-grid-03 .text-01 {
	font-size: 22px;
	font-weight: bold;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.ind-layout-grid-03 {
		gap: 10px;
		margin: 20px auto 0 auto;
	}
	.ind-layout-grid-03 .layout-box-01 {
		width: 100%;
	}
	.ind-layout-grid-03 .layout-box-01 .photo {
		width: 22%;
		padding-right: 4%;
	}
	.ind-layout-grid-03 .layout-box-02 {
		width: calc((100% - (10px * 3)) / 4);
	}
	.ind-layout-grid-03 .text-01 {
		font-size: 12px;
	}
}


/* --------------------------------
	ind-design-box
-------------------------------- */
/* ind-design-box-01 */
.ind-design-box-01 {
	position: relative;
	width: 100%;
	display: flex;
	align-items: end;
}
.ind-design-box-01:before,
.ind-design-box-01:after {
	content: url(../../images/admissions/exam/total_tokutai/img05.svg);
	position: absolute;
	width: 20%;
	aspect-ratio: 77 / 23;
}
.ind-design-box-01:before {
	right: 0;
	top: 0;
	transform: rotate(-45deg);
}
.ind-design-box-01:after {
	right: 0;
	bottom: 0;
	transform: rotate(45deg);
}
.ind-design-box-01 .inner-01 {
	width: 30%;
}
.ind-design-box-01 .inner-02 {
	width: 50%;
}
@media screen and (max-width: 767px) {
}

/* ind-design-box-02 */
.ind-design-box-02 {
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
	border: 1px solid #cf0f32;
	border-radius: 20px;
	padding: 30px;
}
.ind-design-box-02 .inner-01 {
}
@media screen and (max-width: 767px) {
	.ind-design-box-02 {
		gap: 20px;
		padding: 20px;
	}
}

/* ind-design-box-03 */
.ind-design-box-03 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
	border: 1px solid #cf0f32;
	border-radius: 50%;
	overflow: hidden;
	text-align: center;
}
.ind-design-box-03.size-01 {
	max-width: 200px;
}
.ind-design-box-03.size-02 {
	max-width: 346px;
}
.ind-design-box-03.size-03 {
	max-width: 234px;
}


