@charset "utf-8";

.about {
	overflow-x: hidden;
}

.about h1 {
	margin-bottom: 10%;
}

.about .fadeInLeft {
	margin-bottom: 10%;
}

.about .fadeInLeft h2 {
	margin-bottom: 2%;
}

.about .fadeInLeft p {
	line-height: 200%;
	margin-bottom: 2%;
}

.about_txt {
	position: absolute;
	z-index: 4;
}

.about_txt>span {
	display: block;
	position: relative;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}

.about_txt>span.index_tit3 {
	padding-top: 2vw;
}

.bg:not(.bg_menu) {
	transform: scale(1.2);
}

.about_info {
	font-family: var(--font-secondary);
	color: #333;
	overflow: unset;
}

.about_info .sup {
	display: inline-block;
	vertical-align: text-top;

	font-size: 60%;
}

.about_info .c-section-h4 {
	font-family: var(--font-serif);
	letter-spacing: 0;
	text-indent: 0;
	font-weight: bold;
}

.about_info .c-section-header__star {
	margin: 0 auto;
}

.about_info h2 {
	line-height: 1.25;
	letter-spacing: 0 !important;
	/* border: 1px solid rgb(21, 255, 0); */

}




.about_info h3 {

	font-size: 24px;
	line-height: 1.4;
	letter-spacing: 0 !important;
}

.about_info p {
	font-size: 17px;
	/* line-height: 1.25; */
	letter-spacing: 0 !important;
	/* border: 1px solid #f00; */
}

.about_info .serif {
	font-family: var(--font-serif);
	font-weight: 600;
	font-size: 24px;
	/* background: #f00; */
}

.c-section-title__pagestar {
	position: relative;
	width: fit-content;
}

.c-section-title__pagestar::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -30px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-star.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	animation: star-blink 1.5s infinite ease-in-out;
}

.c-section-title__pagestar_w::before {
	content: "";
	position: absolute;
	top: -20px;
	left: -30px;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon-star_w.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	animation: star-blink 1.5s infinite ease-in-out;
}

.about_info .s01 {
	background: url(../images/about/s01-bg_img01.jpg) no-repeat left bottom,
		linear-gradient(0deg, #ffffff 0%, #fbf4ee 75%, #fbf4ee 100%);
	display: flow-root;
	background-size: cover;

}

.s01 .txt_shadow {
	text-shadow: 0 0 20px rgba(96, 40, 6, 0.6);
}

.brand-header {

	text-align: center;

}

.star-icon,
.star-divider {
	color: var(--accent-color);
	font-size: 1.2rem;
	margin: 20px 0;
}

.brand-title {}

.brand-subtitle {
	font-size: 1.4rem;
	margin-top: 10px;
}

/* Timeline Logic */
.s01 .timeline {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;

}

.s01 .timeline-line {
	position: relative;
}

.s01 .timeline-line .c-section-header__star {
	margin: 0 auto !important;

	transform: translateX(50%) translateY(-100%);
	position: absolute;
	top: 150%;
	right: 0;
	animation: none;

}

.s01 .timeline-line::before {
	content: "";
	position: absolute;
	right: 50%;

	width: 1px;
	background: linear-gradient(180deg, #ffffff 0%, #af8265 100%);
	height: 150%;
}

.s01 .timeline-line_b {
	position: relative;
}

.timeline-line_b .c-section-header__star {
	margin: 0 auto !important;

	transform: translateX(50%) translateY(-100%);
	position: absolute;
	bottom: 132%;
	right: 0;
	animation: none;

}

.s01 .timeline-line_b::before {
	content: "";
	position: absolute;
	right: 50%;

	top: -50%;
	width: 1px;
	background: linear-gradient(0deg, #ffffff 0%, #af8265 80%);
	height: 200%;
}

.timeline-item {
	display: flex;
	width: 100%;
	gap: 0 50px;

}

.time-label {
	text-align: right;
}

.time-label,
.content-box {
	width: 50%;
	/* border: 1px solid #f00; */
}

.item-2008 {
	gap: 10%;
	align-items: flex-start;
}

.item-2008 .content-box {
	max-width: 500px;
	font-size: 0.95rem;
	color: var(--text-main);
}

/* 理念區塊 */
.philosophy {
	text-align: center;
}


/* 2020 特定排版（左圖右文） */
.item-2020 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 50px;
	align-items: center;
}

.image-placeholder img {
	width: 100%;
	height: auto;
	display: block;
}

.item-2020 .content-box h3 {
	color: var(--primary-color);
	margin-bottom: 15px;
}

/* s02 */
.s02 {
	background: #e8d7cb url(../images/about/s01-bg_img02.jpg) repeat-x center bottom;
	display: flow-root;

	text-align: center;
	/* color: var(--primary-color); */
}

.star-divider {
	font-size: 14px;
	margin-bottom: 30px;
}

/* 標題區樣式 */
.milestone-header {
	margin-bottom: var(--sp-item);
}





/* 數據網格排版 */
.stats-grid {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: var(--container-width);
	margin: 0 auto;
}

.stat-item {
	flex: 1;
	padding: 0 var(--sp-item);
}

.stat-value {
	font-family: var(--serif-font);
	font-size: 2.5rem;
	font-weight: 400;
	margin-bottom: 10px;
	white-space: nowrap;
}




/* 垂直分割線 */
.vertical-line {
	width: 1px;
	height: 60px;
	background-color: var(--primary-color);
	/* 淺淡的金色線條 */
}

/* s03 */
.s03 {
	padding: var(--sp-section) 0 0;
	/* background-color: #a61616; */
}

.service-container {
	max-width: var(--container-width);
	margin: 0 auto;
	display: flex;
	gap: 5%;
	align-items: flex-start;
}

/* 左側文字區 */
.service-intro {
	flex: 1;
}

.main-title {
	font-size: 2.8rem;
	line-height: 1.3;
	color: var(--text-dark);
	margin-bottom: 40px;
	font-weight: 500;
}

.main-title .light-text {
	color: var(--brand-brown);
}


/* 關鍵的 L 型裝飾框 */
.highlight-bracket {
	position: relative;

	padding: var(--sp-sm) var(--sp-section-m);
	display: inline-block;
	color: var(--primary-color);

}



/* 左上 L 邊框 */
.highlight-bracket::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 30px;
	border-top: 1.5px solid var(--primary-color);
	border-left: 1.5px solid var(--primary-color);
	opacity: 0.5;
}

/* 右下 L 邊框 */
.highlight-bracket::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 30px;
	border-bottom: 1.5px solid var(--primary-color);
	border-right: 1.5px solid var(--primary-color);
	opacity: 0.5;
}

/* 右側卡片網格 */
.service-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 40px;

}

.service-card {
	background-color: var(--primary-color2);
	border-radius: var(--radius-lg);
	padding: var(--radius-lg);
	display: flex;
	align-items: center;
	color: #fff;
	min-height: 200px;

}



.service-card .card-icon {

	flex: 0 0 80px;
}

.service-card .card-text h3 {

	font-size: 21px;
	line-height: 1.15;
}

.service-card .card-text p {
	line-height: 1.15;
	font-size: 0.85vw;
	margin-top: 3%;
}

.service-card .card-icon img {
	width: 100%;
	height: auto;

}



/* 第五張卡片的特殊排版 */
.wide-card {
	grid-column: 1 / span 2;
	margin-left: 20%;
	width: 60%;
}

/* s04 */
.s04 {

	display: flex;
	justify-content: center;
}

.data-card {
	background-color: var(--main-bg);
	border-radius: var(--radius-xl);
	/* 大圓角容器 */
	padding: var(--sp-section);
	max-width: var(--container-width);
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
	/* 極輕微陰影增加層次 */
}

/* 頂部佈局控制 */
.card-main-content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 5%;

}

.content-left {
	flex: 1;
}

.data-title {
	font-family: "Noto Serif TC", serif;
	font-size: 2.2rem;
	color: var(--accent-brown);
	line-height: 1.4;
	letter-spacing: 0.1em;
	margin: 20px 0;
}



/* 右側清單樣式 */
.content-right {
	flex: 0 0 40%;


}

.feature-list {
	list-style: none;
	padding: 0;
}

.feature-list li {

	color: #333;
	margin-bottom: var(--sp-item);
	position: relative;
	padding-left: 30px;
	letter-spacing: 0.05em;
}

/* 自定義箭頭圖標 */
.feature-list li::before {
	content: ">";
	position: absolute;
	left: 0;
	color: var(--primary-color);

	font-size: 1rem;
	top: 50%;
	transform: translateY(-50%);
}

/* 底部強調區塊 */
.card-footer {

	text-align: center;
}



/* s05 */

.s05 {
	position: relative;

	width: 100%;

	background: url("../images/about/s05-bg_img01.jpg") no-repeat bottom right;
	/* background-size: contain; */
	display: flex;
	align-items: center;
	background-size: 90%;
}


.s05::before {
	/* content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left,
			rgba(255, 255, 255, 0.95) 0%,
			rgba(255, 255, 255, 0.8) 10%,
			rgba(255, 255, 255, 0) 100%);
	z-index: 1; */
}

.assessment-container {
	position: relative;
	z-index: 2;
	/* 確保內容在遮罩上方 */
	width: var(--container-width);
	margin: var(--sp-section) auto;


}

.assessment-content {
	max-width: 45%;

}

.assessment-title {
	font-family: var(--serif-font);
	font-size: 2.6rem;
	color: var(--brand-brown);
	line-height: 1.4;
	margin: 20px 0;
}

.assessment-title .dark-text {
	color: var(--text-main);
}


/* 圓圈數字列表排版 */
.process-list {
	list-style: none;
	counter-reset: assessment-counter;
	padding: 0;

}

.process-list li {
	padding: 0;
	counter-increment: assessment-counter;
	display: flex;
	align-items: center;

	font-size: 1.15rem;
	color: var(--primary-color);
	letter-spacing: 0.05em;
	margin-bottom: 30px;
	position: relative;
}

.process-list li h3 {
	color: #333;
}

.process-list li::before {
	content: counter(assessment-counter);
	width: 50px;
	height: 50px;
	border: 1px solid #ccc;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	font-weight: bold;
	/* font-size: 0.85rem; */
	color: var(--primary-color);
	flex-shrink: 0;

}

.process-list li::after {
	content: "";
	width: 1px;
	height: 30px;
	background: #ccc;
	display: block;
	position: absolute;
	bottom: -30px;
	left: 25px;
}

.process-list li:last-child:after {
	display: none;
}

/* 底部強調區塊 */

.highlight-orange {
	font-size: 40px;
	border-bottom: 1px solid var(--primary-color);
	font-weight: 700;
}

/* s06 */

.s06 {

	padding: var(--sp-section) 0;

	background: -webkit-linear-gradient(135deg,
			#c2886f 0%,
			#76381e 25%,
			#c2886f 33%,
			#fcab7e 66%,
			#c2886f 100%);
	background-size: 400% 400%;

	animation: colorText 15s ease-in-out infinite;
	display: flex;
	align-items: center;
	color: #fff;
}

.intl-container {
	max-width: var(--container-width);
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 5%;
	width: 100%;
}

/* 左側文字區 */
.intl-intro {
	flex: 0 0 40%;
}



.intl-desc {

	margin-bottom: 40px;

}

/* 經典 L 型邊框 */

.intl-quote-bracket {
	position: relative;
	padding: 0 var(--sp-group);
	display: inline-block;
}

.intl-quote-bracket p {
	font-size: 1.3rem;
	line-height: 1.6;
	font-weight: 300;
}

.intl-quote-bracket::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	border-top: 1.5px solid white;
	border-left: 1.5px solid white;
}

.intl-quote-bracket::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 20px;
	height: 20px;
	border-bottom: 1.5px solid white;
	border-right: 1.5px solid white;
}

.intl-quote-bracket b {
	
	border-bottom: 1px solid #fff;
	font-weight: bold;
}

/* 右側 Grid 佈局 */
.intl-grid {
	flex: 1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: auto auto;
	gap: 20px;
}

.intl-card {
	position: relative;
	background: var(--card-bg);
	backdrop-filter: blur(10px);
	/* 磨砂玻璃效果 */
	border-radius: 20px;
	min-height: 310px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: background 0.3s ease;
	background: rgba(255, 255, 255, 0.2);
}

.intl-card .card-icon {
	flex: 0 0 120px;
}


.card-shanghai .card-icon {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.card-overseas .card-icon {
	position: absolute;
	right: 5%;
	bottom: 5%;
}

.card-taiwan {
	grid-column: 1 / span 2;

	flex-direction: row;

	align-items: center;
}

.intl-card h3 {
	margin-bottom: var(--sp-sm);
}



/* s07 */
.s07 {


	text-align: center;
	display: flow-root;
	background: linear-gradient(0deg, #fbf4ee 0%, #fbf4ee 75%, #fbf4ee 100%);
}

.redefine-container {
	max-width: 1080px;
	margin: 0 auto;
}

.star-divider {
	color: var(--brand-brown);
	margin-bottom: 30px;
	font-size: 1.2rem;
}

/* 標題樣式 */
.section-subtitle {
	font-family: var(--serif-font);
	font-size: 1.8rem;
	color: var(--brand-brown);
	font-weight: 400;
	margin-bottom: 10px;
	letter-spacing: 0.2em;
}

.section-main-title {
	font-family: var(--serif-font);
	font-size: 2.8rem;
	font-weight: 500;
	margin-bottom: 40px;
	letter-spacing: 0.1em;
}

.belief-intro {
	color: #666;
	margin-bottom: 30px;
}

/* 引言括號樣式 */
.core-quote {
	position: relative;
	display: inline-block;
	padding: 20px 60px;
	margin-bottom: 50px;
}

.core-quote p {
	font-family: var(--serif-font);
	font-size: 1.6rem;
	line-height: 1.8;
	color: var(--brand-orange);
}

/* 繪製左上與右下的大括號裝飾 */
/* .core-quote::before {
	content: "「";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 2.5rem;
	color: rgba(217, 125, 84, 0.3);
	
}

.core-quote::after {
	content: "」";
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 2.5rem;
	color: rgba(217, 125, 84, 0.3);
} */

.philosophy-text p {
	color: #555;
	line-height: 2;
	margin-bottom: 10px;
	font-size: 1.05rem;
}

/* 底部結論 */


.redefine-footer p {
	color: #777;
	font-size: 0.95rem;
	line-height: 1.8;
	margin-bottom: 5px;
}

/* s08 */

.s08 {
	padding: var(--sp-section) var(--sp-section-m);

	color: #fff;
	display: flex;
	justify-content: center;
	/* display: flow-root; */
	background: linear-gradient(180deg, #fbf4ee 0%, #fff 50%, rgba(255, 255, 255, 0) 100%);
}

.cta-glass-card {
	position: relative;
	max-width: var(--container-width);
	width: 100%;
	padding: 80px 40px;
	background: url("../images/about/s08-bg_img01.jpg") no-repeat center center;
	background-size: cover;
	border-radius: var(--radius-lg);
	text-align: center;

	overflow: hidden;
	box-shadow: var(--shadow-main-s);
}

.cta-glass-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(135deg,
			rgba(194, 136, 111, 0.1) 0%,

			rgba(118, 56, 30, 0.3) 25%,

			rgba(252, 170, 126, 0.3) 80%,
			rgba(194, 136, 111, 0.1) 100%);
	background-size: 400% 400%;
	animation: colorText 5s ease-in-out infinite;
}



.cta-title {
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.15em;
	margin: 20px 0;
}



.cta-features .divider {
	margin: 0 15px;
	font-weight: 300;
	font-size: 0.8rem;
}

.cta-description {
	font-size: 1rem;
	line-height: 1.8;
	margin-bottom: 50px;
	opacity: 0.85;
}

/* 膠囊按鈕樣式 */
.cta-button {
	display: inline-flex;
	align-items: center;
	background-color: var(--button-bg);
	color: var(--button-text);
	padding: 12px 12px 12px 40px;
	/* 左側留空間給文字，右側留空間給箭頭 */
	border-radius: 50px;
	text-decoration: none;
	font-size: 1.1rem;
	font-weight: 500;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* 按鈕內的圓圈箭頭 */
.arrow-circle {
	width: 36px;
	height: 36px;
	background-color: #b08d73;
	border-radius: 50%;
	margin-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/* CSS 繪製右箭頭 */
.arrow-right::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: block;
	margin-left: -2px;
}

@media (max-width: 1920px) {


	.card-main-content {

		gap: 2.083vw;
	}

	.about_info h3 {
		font-size: 1.25vw;

	}

	.about_info .serif {

		font-size: 1.25vw;

	}

	.highlight-orange {
		font-size: 1.7vw;
		flex: 0 0 60%;
	}

	.s05 {

		background-size: 90%;
	}

	.service-grid {

		gap: 2.083vw;
	}

	.intl-card {

		min-height: 14.583vw;
		padding: 2.083vw;

	}

	.card-taiwan .card-icon {
		width: 12vw;

	}

	.card-shanghai .card-icon {
		width: 5vw;
	}

	.card-overseas .card-icon {
		width: 5.5vw;
	}

	.service-card .card-icon {
		/* width: 5.208vw; */
		flex: 0 0 5.5vw;
	}

	.service-card .card-text h3 {

		line-height: 1;
		font-size: 1.25vw;
	}

	.service-card {

		min-height: 8vw;
	}
}

@media (min-width: 851px) {
	.about_txt {
		position: fixed;
		right: 3%;
		top: 50%;
		transform: translateY(-50%)scale(0.8);
		z-index: 4;
	}

	.bg:not(.bg_menu) figcaption {
		left: 27%;
	}
}

@media (max-width: 850px) {
	.about_info .txtL {
		font-size: 2.4vw;

	}

	.about_info p {
		font-size: 3.76vw;

	}

	.process-list li h3 {

		font-size: 4.5vw;
	}

	.intl-quote-bracket {

		padding: var(--sp-section-m) 0;

	}

	.about_info .serif {
		font-size: 4vw;
	}

	.about_info h3 {
		font-size: 5vw;
		letter-spacing: 0 !important;
	}

	.service-card .card-text h3 {

		line-height: 1.15;
		font-size: 4vw;
	}

	.service-card .card-text p {
		font-size: 2.8vw;
	}

	.card-taiwan .card-icon {
		width: 25vw;

	}

	.card-shanghai .card-icon {
		width: 20vw;
	}

	.card-overseas .card-icon {
		width: 20vw;
	}

	/* s08 */
	.s08 {
		width: 100%;
		padding: var(--sp-section) 5% 25%;
		background-size: cover;
		box-sizing: border-box;
	}

	.s08 .c-btn-more {
		width: 55vw;
		height: 14vw;
	}

	.cta-glass-card {
		max-width: 100%;
		padding: 15% 10%;
		background-size: cover;
	}

	.cta-title {
		font-size: 1.8rem;
	}

	.cta-features {
		font-size: 0.9rem;
	}

	/* s07 */
	.s07 {
		padding: 0 10%;
	}

	.section-main-title {
		font-size: 2rem;
	}

	.core-quote p {
		font-size: 1.2rem;
	}

	.conclusion-bold {
		font-size: 1.2rem;
	}


	/* s06 */

	.intl-container {
		flex-direction: column;
		gap: 10%;
	}

	.intl-grid {
		gap: 4vw 0;
		grid-template-columns: 1fr;
	}

	.intl-grid p {
		line-height: 1.5;

	}

	.intl-grid .card-icon img {
		/* border: 1px solid #f00; */
		width: 100%;
		margin-bottom: var(--sp-sm);
	}

	.intl-desc {

		margin: 10% 0 0;

	}

	.intl-quote-bracket {
		margin: 15% 0;
	}

	.card-taiwan {
		grid-column: 1 / span 2;
		flex-direction: column-reverse;
		align-items: center;
	}

	.card-taiwan .card-icon {
		/* width: 100%; */
		flex-direction: column-reverse;
		display: flex;
	}

	.card-taiwan .card-info {
		text-align: center;
	}



	.intl-card {
		padding: 4vw;
		grid-column: 1 / span 2;
		/* display: flex; */
		justify-content: center;
		flex-flow: nowrap;
		min-height: 30vw;
		flex-direction: column-reverse;
	}

	.card-shanghai,
	.card-overseas {

		display: flex;
		/* flex-flow: nowrap; */
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
	}

	.card-shanghai .card-icon,
	.card-overseas .card-icon {
		position: static;
		display: flex;
		align-items: center;
	}



	/* s05 */
	.assessment-container {
		width: 80%;
		padding-bottom: 55%;
	}

	.assessment-content {
		max-width: 100%;

	}

	.s05 {
		background: url(../images/about/s05-bg_img01.jpg) no-repeat bottom right;

		background-size: 175%;
	}

	.s05 .c-section-h4 {

		display: block;
	}

	.highlight-orange {
		font-size: 5vw;

	}

	.s05::before {
		background: rgba(255, 255, 255, 0.9);
	}

	.assessment-title {
		font-size: 1.8rem;
	}

	/* s04 */
	.about_info h2 {
		line-height: 1.5;

	}

	.about_info .txtL {

		font-size: 7.1vw;
	}

	.about_info .c-section-title__pagestar,
	.milestone-header h2,
	.about_info .c-section-title__pagestar_w,
	.redefine-container h2,
	.cta-glass-card h2 {
		font-size: 6.5vw;
		line-height: 1.15;

	}

	.s04 {
		width: 100%;
	}

	.data-card {
		padding: 15% 5% 10% 10%;
		max-width: 90%;
	}

	.card-main-content {
		flex-direction: column;
	}

	.content-right {
		padding-top: 0;
	}

	/* s03 */

	.service-intro {
		flex: 1;
		width: 100%;
	}

	.service-container {
		flex-direction: column;
		max-width: 80%;
		display: block;
	}

	.wide-card {
		margin-left: 0;
	}

	/* s02 */
	.s02 {
		padding: 0 10%;
	}

	.stats-grid {
		flex-direction: column;
	}

	.highlight-bracket {
		margin: var(--sp-section-m) 0;
		width: 100%;
		padding: var(--sp-section-m) 0;
	}

	.service-grid {

		flex-direction: row;

		flex-wrap: wrap;
		gap: 3vw;
		justify-content: center;

		flex-direction: column;
		flex: 0 0 49%;

	}

	.service-card {
		flex-direction: column;
		min-height: 30vw;
		justify-content: center;
		text-align: center;
	}

	.service-card p {
		line-height: 1.5;
		font-size: 3vw;
	}

	.service-card .card-icon {
		width: 25vw;
	}

	.wide-card {
		grid-column: 1 / span 2;
		width: auto;
	}

	.vertical-line {
		width: 60px;
		height: 1px;
		margin: 30px 0;
	}

	.display-title {
		font-size: 1.6rem;
	}

	/* s01 */

	.philosophy {
		text-align: left;
	}

	.timeline-item {
		flex-direction: column;
	}


	.s01 .timeline .timeline-item {
		margin: 0 auto !important;


	}


	.about_info .s01 {
		padding: 0 10% 75%;
		background: #fbf4ee url(../images/about/s01-bg_img01.jpg) no-repeat left bottom;
		background-size: 165%;
	}


	.content-box {
		border-left: 1px solid var(--primary-color);
		padding: 5% 0 10% 10%;
	}

	.s01 .time-label,
	.content-box {
		width: 100%;
		text-align: left;
	}

	.s01 .timeline-line::before,
	.s01 .timeline-line_b::before {
		display: none;
	}

	.s01 .timeline-line .c-section-header__star,
	.s01 .timeline-line_b .c-section-header__star {

		transform: translateX(0) translateY(0);
		position: static;
		margin: 10% auto -0.5% -2% !important;


	}

	.s01 .txt_shadow {
		text-shadow: none;
		color: var(--primary-color) !important;
	}

	.time-label {
		text-align: center;
	}

	.item-2020 {
		grid-template-columns: 1fr;
	}

	.item-2008 {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.about .main {
		padding-top: 20%;
	}

	.about_txt {
		top: 0%;
		left: -15%;
		transform: translateX(135%) translateY(95%) scale(1.5);
	}

	.about .fadeInLeft {
		margin-bottom: 20%;
	}

	.about_bg {
		position: relative;
		width: 100%;
		padding: 50vw;
		overflow: hidden;
	}

	.bg:not(.bg_menu) {
		opacity: 0.3;
		transition: 500ms;
		transform: scale(.9);
	}

	.animation-style .bg:not(.bg_menu) {
		opacity: 1
	}

	.about .fadeInLeft.end {
		margin-bottom: 0%;
	}

	.about .fadeInLeft h2,
	.about .fadeInLeft p {
		margin-bottom: 8%;
	}

	.about_txt {
		opacity: 0;
	}

	.animation-style .about_txt {
		animation: about_txt 1s ease both;
	}

	footer {
		margin-top: -10%;
	}
}

@keyframes about_txt {
	from {
		opacity: 0;
		left: -15%;
	}

	to {
		opacity: 1;
		left: 0;
	}
}

@media (max-width: 550px) {
	.about .main {
		padding-top: 30%;
	}

	.bg:not(.bg_menu),
	.bg:not(.bg_menu) figcaption {
		height: 95%;
	}

	.about_bg {
		padding: 60vw;
	}

	.about_txt {
		transform: translateX(135%) translateY(95%) scale(2.2);
	}
}