@charset "utf-8";
body {
		background: #fff;
}
.footer_tile_section {
		position: relative;
		z-index: 5
}
.page_container {
		overflow: visible
}
.ann_outer {
		overflow: hidden
}
.anniversary_cont {
		margin-top: 30px;
}
.anniversary_cont p {
		font-size: 17px;
		font-weight: 400;
}
.anniversary_kv_wrap {
		overflow: hidden
}
.swiper-slide, .swiper-slide-duplicate, .swiper-slide-prev {
		opacity: 0 !important
}
.swiper-slide-active, .swiper-slide-duplicate-active {
		opacity: 1 !important
}
.anniversary_kv {
		max-width: 1850px;
		aspect-ratio: 10 / 6.1;
		margin: 0 auto 100px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		background-image: url("../images/ann/kv_bg_pc.png");
		position: relative;
}
.anniversary_kv .kvItem, .anniversary_kv #layer, .anniversary_kv .anniversary_kv_logo, .anniversary_kv .kvBg {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%
}
.anniversary_kv #layer {
		z-index: 10;
}
.anniversary_kv .kvBack {
		z-index: 0;
}
.anniversary_kv .kvItem {
		z-index: 1;
}
.anniversary_kv .kvFront {
		z-index: 2;
}
.kvItem .swiper-slide {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
}
.kvItem-1 {
		background-image: url("../images/ann/kv_bg-1_pc.png?2025")
}
.kvItem-2 {
		background-image: url("../images/ann/kv_bg-2_pc.png?2025")
}
.kvBg .swiper-slide {
		position: relative;
}
.kvBg .swiper-slide::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		opacity: 0;
}
.kvBg.kvBack .swiper-slide::before {
		top: -40px;
		right: -40px;
}
.kvBg.kvFront .swiper-slide::before {
		top: -90px;
		right: -90px;
}
.kvFront .swiper-slide::before, .kvBack .swiper-slide::before {
		transition: top 2s cubic-bezier(0.16, 1, 0.3, 1), right 2s cubic-bezier(0.16, 1, 0.3, 1);
}
.kvBg .swiper-slide-active::before, .kvBg .swiper-slide-duplicate-active::before {
		top: 0px !important;
		right: 0px !important;
		opacity: 1 !important;
}
.parts-1::before {
		background-image: url("../images/ann/kv_cover-1_pc.png");
}
.parts-2::before {
		background-image: url("../images/ann/kv_cover-2_pc.png");
}
.parts-3::before {
		background-image: url("../images/ann/kv_cover-3_pc.png");
}
.parts-4::before {
		background-image: url("../images/ann/kv_cover-4_pc.png");
}
.parts-5::before {
		background-image: url("../images/ann/kv_cover-5_pc.png");
}
.parts-6::before {
		background-image: url("../images/ann/kv_cover-6_pc.png");
}
.anniversary_kv_logo {
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100%;
		background-image: url("../images/ann/kv_logo_pc.png")
}
@media(max-width: 2000px) {
		.anniversary_kv {
				width: 80vw;
		}
}
@media(max-width: 1500px) {
		.anniversary_kv {
				margin-bottom: 100px;
		}
}
@media(max-width: 1440px) {
		.anniversary_kv {
				width: 100vw;
		}
}
@media(max-width: 840px) {
		.anniversary_kv {
				margin-bottom: 60px;
				overflow: hidden;
		}
}
@media(max-width: 767px) {
		.anniversary_cont {
				margin-top: 80px;
		}
		.anniversary_kv {
				width: 100%;
				margin-left: 0;
				margin-bottom: 40px;
				aspect-ratio: 1 / 1.1;
				background-image: url("../images/ann/kv_bg_sp.png");
		}
		.kvItem-1 {
				background-image: url("../images/ann/kv_bg-1_sp.png?2025")
		}
		.kvItem-2 {
				background-image: url("../images/ann/kv_bg-2_sp.png?2025")
		}
		.parts-1::before {
				background-image: url("../images/ann/kv_cover-1_sp.png");
		}
		.parts-2::before {
				background-image: url("../images/ann/kv_cover-2_sp.png");
		}
		.parts-3::before {
				background-image: url("../images/ann/kv_cover-3_sp.png");
		}
		.parts-4::before {
				background-image: url("../images/ann/kv_cover-4_sp.png");
		}
		.parts-5::before {
				background-image: url("../images/ann/kv_cover-5_sp.png");
		}
		.parts-6::before {
				background-image: url("../images/ann/kv_cover-6_sp.png");
		}
		.anniversary_kv_logo {
				background-image: url("../images/ann/kv_logo_sp.png")
		}
}
/* ============ */
hgroup {
		display: flex;
		flex-direction: column-reverse;
		color: #F38200;
		position: relative;
		z-index: 5
}
hgroup.center {
		text-align: center;
		margin: 0 0 80px;
}
hgroup h2 {
		font-size: 36px;
		font-weight: 500;
}
hgroup .en, .anniversary_cont hgroup p.en {
		font-family: 'Montserrat', sans-serif;
		letter-spacing: -1px;
		font-weight: 510;
		font-size: 150px;
		color: #f08200;
		margin: 0 0 5px;
		line-height: 0.9;
}
.anniversary_cont hgroup.center p.en, hgroup.center .en {
		margin-bottom: 10px;
}
@media(max-width: 2000px) {
		hgroup .en, .anniversary_cont hgroup p.en {
				font-size: 100px;
		}
		hgroup h2 {
				font-size: 22px;
		}
}
@media(max-width: 1500px) {
		/*	hgroup .en, .anniversary_cont hgroup p.en {
				font-size: 11.6vw;
				margin: 0
		}
		hgroup h2 {
				font-size: 2.7vw;
		} */
}
@media(max-width: 767px) {
		hgroup.center {
				margin-bottom: 40px;
		}
		hgroup .en, .anniversary_cont hgroup p.en {
				font-size: 50px;
				margin: 0 0 3px
		}
		hgroup h2 {
				font-size: 18px
		}
}
.message_section {
		padding-left: 40px;
}
.message_flex_caption {
		height: 885px;
		display: flex;
		flex-flow: column;
		justify-content: space-between;
}
@media(max-width: 2000px) {
		.message_flex_caption {
				height: 740px;
		}
}
.anniversary_cont p.statement_caption {
		text-align: center;
		line-height: 2.2;
		font-size: 24px;
		font-weight: 500;
		margin: 0 0 220px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 1430px;
		background-image: url("../images/ann/statement_caption_bg_pc.png")
}
.statement_caption strong {
		color: #F38200;
		font-weight: 500;
}
@media(max-width: 1500px) {
		.anniversary_cont p.statement_caption {
				background-size: 1000px;
				background-image: url("../images/ann/statement_caption_bg_mid.png")
		}
}
@media(max-width: 840px) {
		.anniversary_cont p.statement_caption {
				background-size: 1000px;
				background-image: url("../images/ann/statement_caption_bg_tablet.png");
				margin-bottom: 140px;
		}
}
@media(max-width: 767px) {
		.anniversary_cont p.statement_caption {
				line-height: 2.0;
				font-size: 16px;
				margin: 0 0 60px;
				background-image: url("../images/ann/statement_caption_bg_sp.png");
				background-size: 100%;
		}
}
.message_flex {
		max-width: 1440px;
		margin: 0 auto 200px;
		position: relative;
}
.message_flex_caption_col {
		width: 590px;
		position: relative;
		z-index: 5
}
.message_flex_caption_col h4 {
		font-size: 30px;
		font-weight: 500;
		margin: 0 0 35px;
}
@media(max-width: 2000px) {
		.message_flex_caption_col h4 {
				font-size: 26px;
				margin: 0 0 25px;
		}
}
.message_flex_caption_col p {
		line-height: 2.0;
		font-size: 16px;
		text-align: justify;
}
.anniversary_cont p {
		font-size: 16px;
		font-weight: 400;
}
.anniversary_cont .history_line_caption p {
		text-align: justify;
}
.desktopSign {
		margin-top: 2em;
		display: flex;
		justify-content: flex-end
}
.message_sign p {
		line-height: 1.8 !important;
}
.message_flex_caption {
		position: relative;
}
.message_flex_caption::before {
		content: '';
		display: block;
		position: absolute;
		bottom: -130px;
		left: -75px;
		width: 335px;
		height: 350px;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
		background-image: url("../images/ann/messageCaption_bg-1_pc.png");
		pointer-events: none;
		z-index: 0
}
.message_flex .message_flex_photo {
		position: absolute;
		top: 0;
		left: 650px;
		width: 680px;
		height: 100%
}
.message_flex_photo_in {
		width: 100%;
		height: 100%;
		border-radius: 120px 0 0 120px;
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
		background-image: url("../images/company_top_photo.jpg")
}
.message_flex_photo::before, .message_flex_photo::after {
		content: '';
		display: block;
		position: absolute;
		top: -292px;
		left: -180px;
		width: 1035px;
		height: 650px;
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100%;
		pointer-events: none;
}
.message_flex_photo::before {
		background-image: url("../images/ann/messagePhoto_bg-1_pc.png");
		z-index: -1
}
.message_flex_photo::after {
		background-image: url("../images/ann/messagePhoto_bg-2_pc.png");
		z-index: 5
}
@media(max-width: 2000px) {
		.message_flex {
				max-width: 1200px;
				margin: 0 auto 160px;
		}
		.message_flex_caption_col {
				width: 590px;
		}
		.message_flex_caption::before {
				bottom: -130px;
				left: -75px;
				width: 370px;
				height: 280px;
		}
		.message_flex .message_flex_photo {
				left: 650px;
				width: 550px;
		}
		.message_flex_photo_in {
				background-position: center top;
				background-image: url("../images/ann/message_photo-3.jpg")
		}
		.message_flex_photo::before, .message_flex_photo::after {
				top: -292px;
				left: -180px;
				width: 1035px;
				height: 650px;
		}
}
@media(max-width: 1440px) {
		.message_flex {
				position: relative;
				max-width: inherit;
				width: 100%;
		}
		.message_flex_caption {
				display: block;
				height: auto;
				position: relative;
		}
		.message_flex_caption_col {
				width: auto;
		}
		.message_flex .message_flex_photo {
				left: inherit;
				right: 0;
				width: calc(50% - 70px);
				height: 100%;
		}
		.message_flex_photo_in {
				background-position: left top;
				background-image: url("../images/company_top_photo_mid.jpg");
				border-radius: 120px 0 0 120px;
		}
		.message_flex_photo::before, .message_flex_photo::after {
				top: -150px;
				left: inherit;
				right: 0;
				width: calc(100% + 100px);
				height: 640px;
				background-size: 100%;
		}
		.message_flex_photo::before {
				background-image: url("../images/ann/messagePhoto_bg-1_mid.png");
		}
		.message_flex_photo::after {
				background-image: url("../images/ann/messagePhoto_bg-2_mid.png");
		}
		.message_flex_caption hgroup {
				margin: 0 0 40px;
		}
		.message_flex_caption_col {
				width: calc(50% - 20px);
		}
		.message_flex_caption_col h4 {
				font-size: 24px;
				margin: 0 0 20px;
		}
		.message_flex_caption_col p {
				line-height: 1.8;
		}
		.message_flex_caption::before {
				bottom: -180px;
				left: -60px;
				width: 270px;
				height: 290px;
		}
}
@media(min-width: 1181px) {
		.midSign {
				display: none
		}
}
@media(max-width: 1180px) {
		.message_section {
				padding-left: 40px;
				padding-right: 0;
		}
		.message_flex {
				display: block;
		}
		.message_flex_caption_col {
				width: auto;
				margin-right: 390px;
		}
		.message_flex:after {
				content: ".";
				display: block;
				clear: both;
				height: 0;
				visibility: hidden;
		}
		.message_flex .message_flex_photo {
				position: static;
				position: relative;
				top: inherit;
				right: inherit;
				float: right;
				width: 350px;
				height: 467px;
				margin: 0;
				padding-bottom: 60px;
		}
		.message_flex_photo_in {
				background-image: url("../images/ann/message_photo_sp.jpg");
				background-repeat: no-repeat;
				background-position: 0 0;
				background-size: 100%;
				border-radius: 30px 0 0 30px;
				margin: 0 0 15px;
		}
		.desktopSign {
				display: none
		}
}
@media(max-width: 840px) {
		.message_flex {
				margin-bottom: 140px;
		}
		.message_flex_caption_col h4 {
				margin-bottom: 0;
				height: 60px;
		}
		.message_flex_caption_col {
				width: auto;
				margin-right: 350px;
		}
		.message_flex .message_flex_photo {
				width: 300px;
				height: 400px;
				margin-top: 60px;
				margin-left: 50px;
		}
		.message_flex_photo::before, .message_flex_photo::after {
				top: -130px;
		}
}
@media(min-width: 768px) {
		.message_mobile_col {
				display: none;
		}
}
@media(max-width: 767px) {
		.message_section {
				position: relative;
		}
		.message_section::after {
				content: '';
				display: block;
				position: absolute;
				top: -30px;
				right: 0px;
				width: 130px;
				height: 195px;
				background-repeat: no-repeat;
				background-position: right top;
				background-size: 100%;
				background-image: url("../images/ann/messagePhoto_bg-2_sp.png");
				pointer-events: none
		}
		.message_flex {
				margin-bottom: 80px;
		}
		.message_flex_photo {
				display: none
		}
		.message_section {
				padding-left: 20px;
				padding-right: 20px;
		}
		.message_flex_caption_col {
				width: auto;
				margin-right: 0;
		}
		.message_flex_caption_col h4 {
				font-size: 20px;
				margin: 0 0 15px;
				height: auto;
		}
		.anniversary_cont .message_section p {
				font-size: 15px;
				line-height: 1.8
		}
		.message_mobile_col {
				display: flex;
				align-items: center;
				margin-top: 25px;
				position: relative;
				z-index: 5
		}
		.message_mobile_col_photo {
				width: 45vw;
				max-width: 230px;
				margin-left: 20px;
		}
		.message_mobile_col_caption {
				flex: 1;
				display: flex;
				justify-content: flex-end
		}
		.message_mobile_col p {
				line-height: 1.6;
				font-weight: 500;
				margin: 0 !important;
				font-size: 15px !important;
		}
		.message_mobile_col_photo img {
				width: 100%;
				height: auto;
				border-radius: 10px;
		}
		.message_flex_caption::before {
				bottom: 120px;
				left: -60px;
				width: 270px;
				height: 290px;
		}
}
/* =========== */
.ann_hd {
		text-align: center;
		font-size: 24px;
		font-weight: 600;
		margin: 0 0 30px
}
.ann_hd span {
		display: inline-block;
		position: relative;
}
.ann_hd span::before, .ann_hd span::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 8px);
		width: 20px;
		height: 20px;
		border-radius: 4px;
		background: #f08200;
}
.ann_hd span::before {
		left: -40px;
}
.ann_hd span::after {
		right: -40px;
}
@media(max-width: 767px) {
		.ann_hd {
				font-size: 20px;
		}
}
.history_lead_flex {
		max-width: 780px;
		margin: 0 auto 80px;
}
.history_lead_flex p {
		line-height: 2.0;
}
.history_section {
		background: #EBEBEB;
		padding: 100px 40px 0;
}
.history_section_bottom {
		background: #EBEBEB;
}
@media(max-width: 840px) {
		.history_section {
				padding-top: 80px;
				padding-left: 20px;
				padding-right: 20px;
		}
}
@media(max-width: 767px) {
		.history_lead_flex {
				margin: 0 auto 40px;
		}
}
.history_hd_wrap {
		position: relative;
		display: flex;
		justify-content: center;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 1640px;
		background-image: url("../images/ann/history_hd_bg_pc.png");
		padding-top: 40px;
}
.history_section_col {
		max-width: 1340px;
		margin: 0 auto;
		background: #fff;
		min-height: 500px;
		border-radius: 80px;
		box-sizing: border-box;
		padding: 0 78px 0;
		position: relative;
}
.history_section_col::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: calc(50% - 50px);
		width: 100px;
		height: 200px;
		z-index: 4;
		pointer-events: none;
		background: #fff;
}
.history_section_wrap {
		position: relative;
}
.history_section_wrap .history_bar {
		position: sticky;
		left: 0;
		top: 0;
		height: 170px;
		width: 100%;
		pointer-events: none;
		z-index: 1;
}
@media(max-width: 840px) {
		.history_section_wrap .history_bar {
				height: 100px;
		}
}
@media(max-width: 767px) {
		.history_hd_wrap {
				background-position: center 0;
				background-size: 100%;
				background-image: url("../images/ann/history_hd_bg_sp.png");
		}
}
.history_bar::before, .history_bar::after {
		content: '';
		display: block;
		position: absolute;
		width: 4px;
		height: 50vh;
		min-height: 300px;
		top: 0;
}
.history_bar::before {
		background: #ef8200;
		background: linear-gradient(180deg, rgba(239, 130, 30, 1) 0%, rgba(239, 130, 30, 1) 60%, rgba(239, 130, 30, 0) 100%);
		left: calc(50% - 5px);
}
.history_bar::after {
		background: #BEBEBE;
		background: linear-gradient(180deg, rgba(190, 190, 190, 1) 0%, rgba(190, 190, 190, 1) 60%, rgba(190, 190, 190, 0) 100%);
		right: calc(50% - 5px);
}
.history_line {
		margin: 0 0 180px;
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 5;
}
.hitory_line_gr .history_line:nth-child(even) {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
}
.history_year {
		color: #F38200;
		font-size: 34px;
		font-weight: 510;
		margin: 0 0 15px;
		position: relative;
}
.history_year::after {
		content: '';
		display: block;
		position: absolute;
		top: calc(50% - 23px);
		width: 46px;
		height: 46px;
		border-radius: 6px;
		background: #EF8200;
		z-index: 5;
}
.history_year_2025 .history_year::after {
		display: none
}
.hitory_line_gr .history_line:nth-child(odd) .history_year::after {
		left: -117px;
}
.hitory_line_gr .history_line:nth-child(even) .history_year::after {
		right: -113px;
}
.hitory_line_gr .history_line:nth-child(even) .history_year {
		text-align: right;
}
.hitory_line_gr .history_line:nth-child(even) h5 {
		text-align: right;
}
.history_year span {
		font-size: 150%;
		font-family: 'Montserrat', sans-serif;
		letter-spacing: -1px;
		font-weight: 510;
		margin-right: 4px;
}
.history_line h5 {
		font-size: 20px;
		font-weight: 600;
		margin: 0 0 15px;
}
.history_line_caption {
		width: 500px;
}
.history_line p {
		font-size: 16px;
		line-height: 2.0;
}
.history_figure {
		width: 513px;
		position: relative;
}
.history_figure .partsBg {
		position: absolute;
		background-repeat: no-repeat;
		background-position: left bottom;
		background-size: 100%;
		width: 165px;
		height: 110px;
		z-index: 15
}
.hitory_line_gr .history_line:nth-child(odd) .history_figure .partsBg {
		background-image: url("../images/ann/partsBg-odd.png");
		left: 34px;
		top: -93px;
}
.hitory_line_gr .history_line:nth-child(even) .history_figure .partsBg {
		background-image: url("../images/ann/partsBg-even.png");
		right: 0px;
		top: -100px;
}
@media (max-width: 1450px) {
		.history_figure .partsBg {
				width: 13vw;
				height: auto;
				aspect-ratio: 10 / 6.67;
		}
		.hitory_line_gr .history_line:nth-child(odd) .history_figure .partsBg {
				left: 30px;
				top: -8vw;
		}
		.hitory_line_gr .history_line:nth-child(even) .history_figure .partsBg {
				right: 0px;
				top: -8vw;
		}
}
@media(max-width: 767px) {
		.history_figure .partsBg {
				width: 80px;
				height: 55px;
		}
		.hitory_line_gr .history_line:nth-child(odd) .history_figure .partsBg {
				left: inherit;
				right: -25px;
				top: -40px;
				background-position: right bottom;
		}
		.hitory_line_gr .history_line:nth-child(even) .history_figure .partsBg {
				right: -20px;
				top: -40px;
		}
}
.history_figure img {
		width: 100%;
		height: auto;
}
@media(max-width: 1450px) {
		.history_section_col {
				padding: 0 40px 20px;
		}
		.history_figure {
				width: calc(50% - 50px);
		}
		.history_line_caption {
				width: calc(50% - 50px);
		}
		.hitory_line_gr .history_line:nth-child(odd) .history_year::after {
				left: -71px;
		}
		.hitory_line_gr .history_line:nth-child(even) .history_year::after {
				right: -67px;
		}
		.history_year {
				font-size: 32px;
		}
		.history_line h5 {
				font-size: 20px;
		}
		.history_line p {
				font-size: 15px;
				line-height: 1.9;
		}
		.history_year::after {
				top: calc(50% - 18px);
				width: 36px;
				height: 36px;
		}
}
@media(max-width: 840px) {
		.history_hd_wrap {
				padding-top: 0;
		}
		.history_line {
				margin-bottom: 120px;
		}
		.history_section_col {
				padding: 0 30px 30px;
		}
}
@media(max-width: 767px) {
		.history_section {
				padding-top: 60px;
				padding-left: 15px;
				padding-right: 15px;
		}
		.history_section_wrap .history_bar {
				height: 60px;
		}
		.history_section_col {
				padding: 0 15px;
				border-radius: 20px;
		}
		.history_bar::before, .history_bar::after {
				width: 3px;
				height: 60vh;
				min-height: 300px;
				top: 0;
		}
		.history_bar::before {
				left: 18px;
		}
		.history_bar::after {
				right: inherit;
				left: 24px;
		}
		.history_line {
				display: flex;
				flex-direction: column-reverse;
				margin-left: 50px;
				margin-bottom: 80px;
		}
		.hitory_line_gr .history_line:nth-child(even) {
				display: flex;
				flex-direction: column-reverse;
				margin-left: 50px;
		}
		.history_figure {
				width: 100%;
		}
		.history_line_caption {
				width: 100%;
				margin: 0 0 25px;
		}
		.hitory_line_gr .history_line:nth-child(even) .history_year {
				text-align: left;
		}
		.hitory_line_gr .history_line:nth-child(even) h5 {
				text-align: left;
		}
		.history_year::after {
				top: calc(50% - 14px);
				width: 28px;
				height: 28px;
		}
		.hitory_line_gr .history_line:nth-child(odd) .history_year::after, .hitory_line_gr .history_line:nth-child(even) .history_year::after {
				right: inherit;
				left: -43px;
		}
		.history_year {
				font-size: 20px;
				margin: 0 0 5px;
		}
		.history_line h5 {
				font-size: 18px;
		}
		@media (max-width: 1450px) {
				.history_line p {
						font-size: 15px;
						line-height: 1.7;
				}
		}
}
.history_figure p {
		padding-top: 5px;
		font-size: 12px;
		font-weight: 500;
}
.history_figure .swiper {
		padding-bottom: 30px;
}
.history_figure .swiper-horizontal > .swiper-pagination-bullets, .history_figure .swiper-pagination-bullets.swiper-pagination-horizontal, .history_figure .swiper-pagination-custom, .history_figure .swiper-pagination-fraction {
		bottom: 0px;
}
.history_figure .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .history_figure .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 3px;
}
.history_figure .swiper-pagination-bullet {
		width: 9px;
		height: 9px;
		box-sizing: border-box;
		border-radius: 50%;
		background: none;
		border: 1px solid #707070;
		opacity: 1;
}
.history_figure .swiper-pagination-bullet-active {
		opacity: 1;
		background: #707070;
}
.history_year_2025 {
		position: relative;
		background: #fff;
		z-index: 5;
		text-align: center;
		padding: 0px 0 100px;
}
.history_year_2025::before {
		content: '';
		display: block;
		position: absolute;
		width: 100%;
		height: 100%;
		top: -70px;
		left: 0;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 1100px;
		background-image: url("../images/ann/history_last_bg_pc.png");
		pointer-events: none;
}
.history_year_2025::after {
		content: '';
		display: block;
		position: absolute;
		top: -100px;
		left: 0;
		width: 100%;
		height: 100px;
		background: #fff;
		background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 80%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 1) 100%);
}
.anniversary_cont .history_year_2025 p {
		font-size: 125%;
		font-weight: 550;
}
@media(max-width: 840px) {
		.history_year_2025 {
				padding: 0px 0 60px;
		}
		.history_year_2025::before {
				content: '';
				display: block;
				position: absolute;
				width: 100%;
				height: 100%;
				top: -70px;
				left: 0;
				background-repeat: no-repeat;
				background-position: center center;
				background-size: 1050px;
				background-image: url("../images/ann/history_last_bg_pc.png");
				pointer-events: none;
		}
}
@media(max-width: 767px) {
		.history_year_2025::before {
				top: -15px;
				background-size: 100%;
				background-image: url("../images/ann/history_last_bg_sp.png");
		}
}
/* =========== */
.bottom_slider {
		height: 350px;
		position: relative;
		z-index: 5;
		background: #EBEBEB;
		padding-top: 130px;
		padding-bottom: 150px;
}
@media(max-width: 840px) {
		.bottom_slider {
				height: 280px;
				padding-top: 80px;
				padding-bottom: 80px;
		}
}
@media(max-width: 767px) {
		.bottom_slider {
				height: 180px;
				padding-top: 40px;
				padding-bottom: 40px;
		}
}
/* =========== */
@media(min-width: 768px) {
		.annSpBr {
				display: none
		}
}