/*---------- link ----------*/
.link-btn {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}
.link-btn .btn {
	width: calc((100% - 20px * 2) / 3);
}

@media (max-width: 1100px) {
	.link-btn .btn {
		width: calc((100% - 20px) / 2);
	}
}


@media (max-width: 768px) {
	.link-btn {
		gap: 3vw;
	}
	.link-btn .btn {
		width: 100%;
	}
}


/*---------- about ----------*/
.about {
	width: 100%;
	padding: 100px 0;
	position: relative;
}
.about#about01 {
	padding: 80px 0 100px;
}
.about .cont-inn {
	position: relative;
	z-index: 2;
}
.about.is-bg-white::before {
	content: '';
	width: 98%;
	height: 100%;
	background: #fff;
	border-radius: 16px;
	position: absolute;
	top: 0;
	left: 1%;
	z-index: 1;
}
.about .txt-note {
	margin-top: 10px;
	font-weight: 300;
}

/*  */
.cont-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about-wrap {
	align-items: flex-end;
}

.about-txt-wrap {
	width: calc((100% - 45px) / 2);
}
.about-img-wrap {
	width: calc((100% - 45px) / 2);
	border-radius: 8px;
	overflow: hidden;
}


.cont-ttl-en {
	font-size: 2rem;
	font-weight: 600;
	color: var(--color-gray);
}
.cont-ttl-en span {
	font-size: 2.8rem;
}
.cont-ttl {
	font-size: 3.7rem;
	margin: 20px 0 45px;
	font-weight: 600;
}
.cont-ttl span {
	display: block;
	font-size: 2.7rem;
	margin-top: -0.5em;
}
.cont-txt {
	margin-bottom: 10px;
	font-size: 1.5rem;
	font-weight: 300;
}
.cont-txt-emphasis {
	font-size: 1.8rem;
	font-weight: 600;
}

/* program */
.program {
	margin-top: 70px;
}
.program-ttl-wrap {
	width: 100%;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.program-ttl-wrap .cont-ttl-en {
	font-size: 6.0rem;
	margin: 0;
}
.program .cont-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.program .cont-box {
	width: calc((100% - 30px * 2) / 3);
	background: var(--color-white);
	border-radius: 16px;
	padding: 20px 30px 10px;
	display: flex;
	flex-direction: column;
}
.program-ttl {
	background: var(--color-navy);
	color: var(--color-white);
	text-align: center;
	border-radius: 999px;
	padding: 8px;
	margin-bottom: 15px;
	font-size: 1.8rem;
}
.is-amg .program-ttl { background: var(--color-brown);}
.is-fbs .program-ttl { background: var(--color-green);}
.is-sse .program-ttl { background: var(--color-yellow);}
.is-financial .program-ttl { background: var(--color-charcoal);}

.program .box-ttl {
	font-size: 1.5rem;
	font-weight: 600;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid var(--color-gray);
}
.program .box-txt {
	margin-bottom: 20px;
	font-size: 1.5rem;
	font-weight: 300;
}

.btn-more {
	margin-top: auto;
	font-size: 1.2rem;
	font-weight: 500;
	color: var(--color-navy);
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.is-amg .btn-more { color: var(--color-brown);}
.is-fbs .btn-more { color: var(--color-green);}
.is-sse .btn-more { color: var(--color-yellow);}
.is-financial .btn-more { color: var(--color-charcoal);}

.btn-more .arrow {
	position: relative;
	background: var(--color-navy);
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 8px;
	margin-left: 10px;
}
.is-amg .btn-more .arrow { background: var(--color-brown);}
.is-fbs .btn-more .arrow { background: var(--color-green);}
.is-sse .btn-more .arrow { background: var(--color-yellow);}
.is-financial .btn-more .arrow { background: var(--color-charcoal);}

.btn-more .arrow::before,
.btn-more .arrow::after {
	content: '';
	position: absolute;
	top: 50%;
	right: calc(50% - 3px);
	width: 7px;
	height: 1px;
	background-color: var(--color-white);
	transform-origin: calc(100% - 0.5px) 50%;
}

.btn-more .arrow::before {
	transform: rotate(40deg);
}
.btn-more .arrow::after {
	transform: rotate(-40deg);
	top: calc(50% + 0.5px);
}


/* */
.expectations {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 45px 30px;
}
.expectations-box {
	width: calc((100% - 45px) / 2);
	padding: 50px;
	background: var(--color-light-gray);
	border-radius: 16px;
}
.expectations-box.box-white {
	padding: 0;
	background: var(--color-white);
}

.expectations-icon {
	width: 50%;
	max-width: 90px;
	margin: 0 auto 30px;
}
.expectations .box-ttl {
	background: var(--color-black);
	color: var(--color-white);
	text-align: center;
	border-radius: 999px;
	padding: 8px 30px;
	margin-bottom: 15px;
	font-size: 2rem;
	line-height: 1.4;
}
.check-list li {
	width: 100%;
	margin-bottom: 7px;
	padding-left: 26px;
	position: relative;
	font-weight: 1.4rem;
	font-weight: 300;
}
.check-list li:last-child { margin-bottom: 0;}
.check-list li::before {
	content: '';
	width: 16px;
	height: 16px;
	background: url("../../img/about/icon_check.svg") center center no-repeat;
	background-size: 100%;
	position: absolute;
	top: 0.4em;
	left: 0;
}

/* point */
.point .cont-flex {
	margin: 50px 0 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}
.point .cont-box {
	width: calc((100% - 30px * 2) / 3);
	background: var(--color-white);
	border-radius: 16px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	position: relative;
}
.point .cont-box::after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: -30px;
	top: calc(50% - 30px);
	border-left: 30px solid var(--color-gray);
	border-top: 30px solid transparent;
	border-bottom: 30px solid transparent;
}
.point .cont-box:last-child::after { content: none;}

.point-icon {
	width: 80%;
	max-width: 235px;
	margin: 0 auto 20px;
}
.point .box-en {
	font-size: 3.0rem;
	font-weight: 600;
	color: var(--color-gray);
	text-align: center;
	margin-bottom: 10px;
}
.point .box-txt {
	font-size: 1.4rem;
	font-weight: 300;
}

.point-note {
	width: 100%;
	background: var(--color-white);
	border-radius: 16px;
	padding: 30px 50px 30px 12px;
	display: flex;
	gap: 35px;
}
.point-note-img {
	width: 180px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 45px;
	border-right: 1px solid var(--color-gray);
}
.point-note-txt {
	font-size: 1.5rem;
	font-weight: 300;
}



@media screen and (max-width: 1080px) {
	.program .cont-box {
		width: calc((100% - 30px) / 2);
	}
	
}


@media (max-width: 768px) {
	.about {
		width: 100%;
		padding: 10vw 0;
		position: relative;
	}
	.about#about01 {
		padding: 10vw 0;
	}
	.about .cont-inn {
		position: relative;
		z-index: 2;
	}
	.about.is-bg-white::before {
		content: '';
		width: 100%;
		border-radius: 0;
		left: 0;
	}
	.about .txt-note {
		margin-top: 1vw;
	}

	/*  */
	.cont-flex {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.about-wrap {
		align-items: flex-end;
	}

	.about-txt-wrap {
		width: 100%;
		margin-bottom: 4vw;
	}
	.about-img-wrap {
		width: 100%;
		border-radius: 2vw;
	}

	.cont-ttl-en {
		font-size: var(--fs-sp-20);
	}
	.cont-ttl-en span {
		font-size: var(--fs-sp-28);
	}
	.cont-ttl {
		font-size: var(--fs-sp-40);
		margin: 0 0 5vw;
	}
	.cont-ttl span {
		font-size: var(--fs-sp-27);
	}
	.cont-txt {
		margin-bottom: 1vw;
		font-size: var(--fs-sp-15);
	}
	.cont-txt-emphasis {
		font-size: var(--fs-sp-18);
	}

	/* program */
	.program {
		margin-top: 10vw;
	}
	.program-ttl-wrap {
		width: 100%;
		margin-bottom: 4vw;
	}
	.program-ttl-wrap .cont-ttl-en {
		font-size: var(--fs-sp-60);
	}
	.program .btn {
		width: 42vw;
	}
	.program .cont-flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 6vw;
	}
	.program .cont-box {
		width: 100%;
		border-radius: 2vw;
		padding: 5vw;
	}
	.program-ttl {
		padding: 2vw;
		margin-bottom: 3vw;
		font-size: var(--fs-sp-18);
	}

	.program .box-ttl {
		font-size: var(--fs-sp-15);
		margin-bottom: 2vw;
		padding-bottom: 2vw;
	}
	.program .box-txt {
		margin-bottom: 3vw;
		font-size: var(--fs-sp-14);
	}

	.btn-more {
		font-size: var(--fs-sp-12);
	}
	.btn-more .arrow {
		width: 8vw;
		height: 8vw;
		border-radius: 1vw;
		margin-left: 3vw;
	}
	.btn-more .arrow::before,
	.btn-more .arrow::after {
		right: calc(50% - 0.8vw);
		width: 1.867vw;
		height: 0.267vw;
		transform-origin: calc(100% - 0.133vw) 50%;
	}
	.btn-more .arrow::after {
		top: calc(50% + 0.133vw);
	}


	/* */
	.expectations {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5vw;
	}
	.expectations-box {
		width: 100%;
		padding: 5vw;
		border-radius: 3vw;
	}
	.expectations-box.box-white {
		padding: 0 0 4vw;
	}

	.expectations-icon {
		width: 28%;
		max-width: initial;
		margin: 0 auto 5vw;
	}
	.expectations .box-ttl {
		padding: 1.8vw 4vw;
		margin-bottom: 3vw;
		font-size: var(--fs-sp-20);
	}
	.check-list li {
		width: 100%;
		margin-bottom: 1vw;
		padding-left: 5vw;
		position: relative;
		font-size: var(--fs-sp-14);
	}
	.check-list li:last-child { margin-bottom: 0;}
	.check-list li::before {
		content: '';
		width: 3vw;
		height: 3vw;
	}

	/* point */
	.point .cont-flex {
		margin: 10vw 0 5vw;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 5vw;
	}
	.point .cont-box {
		width: 100%;
		background: var(--color-white);
		border-radius: 16px;
		padding: 30px 40px;
		display: flex;
		flex-direction: column;
		position: relative;
	}
	.point .cont-box::after {
		content: '';
		position: absolute;
		display: block;
		width: 0;
		height: 0;
		right: calc(50% - 5vw);
		top: auto;
		bottom: -5vw;
		border-left: 5vw solid transparent;
		border-right: 5vw solid transparent;
		border-top: 5vw solid var(--color-gray);
		border-bottom: none;
	}
	.point .cont-box:last-child::after { content: none;}

	.point-icon {
		width: 80%;
		max-width: initial;
		margin: 0 auto 3vw;
	}
	.point .box-en {
		font-size: var(--fs-sp-30);
		margin-bottom: 2vw;
	}
	.point .box-txt {
		font-size: var(--fs-sp-14);
	}

	.point-note {
		width: 100%;
		border-radius: 3vw;
		padding: 5vw;
		display: flex;
		flex-direction: column;
		gap: 5vw;
	}
	.point-note-img {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 32vw 5vw;
		border-right: none;
		border-bottom: 1px solid var(--color-gray);
	}
	.point-note-txt {
		font-size: var(--fs-sp-15);
	}
}


