@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Oswald:wght@400;700&display=swap');
html {
	font-size: 62.5%;
	width: 1920px;
	height: 1080px;
	position: fixed;
	/* left: 0;
	top: 0; */
}

@font-face {
	font-family: 'dseg7classic-bold';
	src: url('../font/DSEG7Classic-Bold.woff2'), format('woff');
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0 auto;
	/* touch-action: pan-x pan-y; */
}

main {
	width: 1920px;
	height: 1080px;
	position: relative;
}

header {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.header_logo {
	display: block;
	width: 230px;
	padding: 20px 0 0 40px;
}

.top {
	background-color: #000;
	/* background-image: url(../img/p_bg.png); */
	background-size: auto 90%;
	background-repeat: no-repeat;
	background-position: center;
}

.top_message_area, .countdown_message_area {
	width: 100%;
	height: 60%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.top_message {
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1.5rem;
	margin-bottom: 40px;
}

.top_logo {
	width: 80%;
}

.top_btn_area {
	display: flex;
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
	align-items: center;
}

.top_btn_area {
	display: flex;
	width: 100%;
	height: 30%;
	position: absolute;
	bottom: 0;
	align-items: center;
}

.top_btn {
	display: flex;
	width: 45%;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 320px;
	height: 200px;
	color: #fff;
	font-size: 6.0rem;
	border: 2px solid #fff;
	border-radius: 14px;
}

.btn_tree {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 160px;
	height: 160px;
	color: #fff;
	font-size: 6.0rem;
	border: 2px solid #fff;
	border-radius: 100vh;
}
.btn_tree img {
	display: block;
	width: 50px;
}

.btn_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btn_tit {
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	padding-bottom: 16px;
	margin-top: -10px;
}
.btn_txt {
	border-top: 1px solid #fff;
	padding-top: 20px;
	font-size: 2.2rem;
	letter-spacing: 0.2rem;
}
.btn_tree .btn_txt {
	border-top: none;
	padding: 10px 0 5px;
	font-size: 2.0rem;
	letter-spacing: 0.2rem;
}

.arrow_l{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow_l::before,
.arrow_l::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: -45px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow1::before{
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrow1::after{
	left: -31px;
	width: 10px;
	height: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.arrow_r{
	position: relative;
	display: inline-block;
	padding: 0 0 0 16px;
	color: #000;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
}
.arrow_r::before,
.arrow_r::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: -50px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow2::before{
	box-sizing: border-box;
	width: 34px;
	height: 34px;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.arrow2::after{
	right: -36px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* カウントダウン */
.countdown {
	background-color: #000;
	background-image: url(../img/countdown_bg.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.countdown_message {
	color: #fff;
	font-size: 8.0rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1.5rem;
	margin: 60px 0 10px;
}
.countdown_cap {
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 5.0rem;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1.5rem;
	margin-bottom: 90px;
}
.countdown_cap2 {
	color: #fff;
	font-size: 2.6rem;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1rem;
	margin-bottom: 40px;
}
.countdown_cap2 span {
	font-size: 3.6rem;
}
#countTimer {
	color: #fff;
	font-size: 16.0rem;
	font-weight: bold;
	display: flex;
}
#countTimer p {
	font-family: 'dseg7classic-bold';
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 60px;
}
#countTimer span {
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	display: block;
	font-size: 4.0rem;
	font-weight: initial;
}
#countTimer p:last-child {
	width: 262px;
	margin-right: 0;
}

.countdown_btn_area div {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
	margin: 150px auto 0;
	width: 608px;
	border-radius: 100vh;
	color: #fff;
	font-size: 2.4rem;
	background: #000;
	padding: 20px 0;
	animation: flash 3s infinite; /* アニメーションflashを1秒ごとに繰り返す */
}
.countdown_btn_area div img {
	display: block;
	width: 37px;
}

@keyframes flash {
	0%, 100% {
	/* 明るく光るよう影を重ねる */
	box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 70px #fff, 0 0 80px #fff, 0 0 100px #fff, 0 0 150px #fff;
	}
	50% {
	/* 淡く光るよう影を重ねる */
	box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
	}
}


/* スクリーンセーバー_社長 */
.screensaver_main,.screensaver01,.screensaver02,.screensaver03,.future_message,.history_detail,.future_business,.future_tree {
	background-color: #000;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
}
.screensaver_main {
	background-image: url(../img/syatyo.jpg);
}
.screensaver01 {
	background-image: url(../img/redirect_img01.jpg);
}
.screensaver02 {
	background-image: url(../img/redirect_img02.jpg);
}
.screensaver03 {
	background-image: url(../img/redirect_img03.jpg);
}

/* 未来ビジョン_メッセージ画面 */
.future_message {
	background-image: url(../future/img/mirai_message.jpg);
}

/* 未来ビジョン_Our business・歴史 */
.history_detail {
	background-image: url(../img/bg_star.jpg);
}
.future_business {
	background-image: url(../img/bg_sunset.jpg);
}
.future_tree {
	background-image: url(../img/bg_sunrise.jpg);
}

.future_business header, .history_detail header {
	height: 120px;
	justify-content: center;
	position: relative;
}

.future_business .header_logo, .history_detail .header_logo {
	width: 200px;
	position: absolute;
	left: 0;
}

.future_title, .history_title {
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	color: #fff;
	font-size: 8.0rem;
	margin-top: auto;
}
.future_title {
	font-size: 7.6rem;
	font-weight: bold;
}

.future_title span, .history_title span {
	font-size: 4.0rem;
	margin-right: 20px;
	font-weight: normal;
}

.history_contents {
	width: 1840px;
	height: 840px;
	background-color: #F4F4F4;
	margin: 20px auto;
	border-radius: 10px;
}

.business_title, .history_date_title {
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	display: flex;
	font-size: 9.0rem;
	font-weight: bold;
	justify-content: center;
	align-items: baseline;
	padding-top: 35px;
	margin-bottom: 40px;
	color: #fff;
}

.history_date_title {
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	font-size: 6.0rem;
	justify-content: left;
	padding-top: 15px;
	margin: 0 0 15px 30px;
	color: #000;
}

.business_title span {
	font-size: 5.0rem;
	margin-left: 20px;
}

.history_date_title span {
	font-size: 4.0rem;
	margin: 0 10px 0 5px;
}

.business_company_wrap {
	display: flex;
	flex-wrap: wrap;
	width: 1285px;
	justify-content: space-between;
}

.business_company_wrap_00 {
	display: flex;
	flex-wrap: wrap;
	width: 1720px;
	justify-content: space-between;
	margin: 0 auto;
}

.history_wrap {
	display: flex;
	overflow-x: scroll;
    padding-bottom: 40px;
}

.business_company {
	width: 415px;
	height: 190px;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	/* margin-bottom: 20px; */
}

.business_company_00 {
	width: 415px;
	height: 610px;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	background-color: #fff;
	margin-bottom: 20px;
}

.business_company:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.business_company_reverse {
	display: flex;
	flex-direction: row-reverse;
}

.company_text {
	margin: 20px;
	width: 207px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.business_company_00 .company_text {
	margin: 55px 30px;
	width: 355px;
}

.company_title {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.3;
}

.business_company_00 .company_title {
	font-size: 2.8rem;
}

.company_subtitle {
	font-size: 1.2rem;
	font-weight: bold;
	margin-top: 10px;
}

.company_link {
	display: block;
	font-size: 1.2rem;
	margin-top: 20px;
}

.business_company_00 .company_link {
	font-size: 1.6rem;
}

.circle:before {
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #D3D3D3;
	vertical-align: middle;
	margin-right: -20px;
}

.circle:after {
	content: "";
	display: inline-block;
	width: 30px;
	height: 1px;
	background-color: #000;
	vertical-align: middle;
	margin-left: 4px;
}

.business_company_00 .circle:before {
	width: 60px;
	height: 60px;
}

.business_company_00 .circle:after {
	width: 50px;
	height: 1px;
	margin-left: 8px;
}

.company_img {
	border-radius: 0 8px 8px 0;
	width: 208px;
	object-fit: cover;
}

.business_company_00 .company_img {
	border-radius: 8px 8px 0 0;
	width: 415px;
	object-fit: cover;
}

.business_company_reverse .company_img {
	border-radius: 8px 0 0 8px;
	width: 208px;
	object-fit: cover;
}

.history_block {
	height: 620px;
	padding-right: 30px;
	margin-right: 30px;
	border-right: 1px solid #000;
	width: 537px;
	font-size: 1.4rem;
	line-height: 1.5;
	columns: auto 506px;
	column-count: auto;
	column-rule: 1px solid #000;
	gap: 61px;
}

.future_block {
	height: 100%;
}

.scroll {
	margin: 0 60px;
	background-color: #fff;
	height: 700px;
	border-radius: 10px;
	padding: 40px;
}

.noscroll {
	width: 1153px;
	margin: 0 auto;
	background-color: #fff;
	height: 700px;
	border-radius: 10px;
	padding: 40px;
}

.noscroll2 {
	width: 586px;
	margin: 0 auto;
	background-color: #fff;
	height: 700px;
	border-radius: 10px;
	padding: 40px;
}

.noscroll2 .history_block {
	padding-right: initial;
	margin-right: initial;
	border-right: none;
	column-rule: none;
}

.item_title {
	font-size: 3.0rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.item_title2 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.history_img_area {
	display: flex;
	width: 420px;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto 10px;
}

.history_img_area .history_img:nth-child(even) {
	margin-left: 12px;
}

.history_img {
	width: 204px;
}

.future_img {
	width: 401px;
}

.history_img_wide {
	width: 420px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.history_item, .history_item_tate {
	width: 204px;
	height: 136px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
	border-radius: 6px;
}

.history_item img {
	width: 204px;
	height: 136px;
	object-fit: cover;
	border-radius: 6px;
}

.history_item video {
	width: 204px;
	height: 136px;
	object-fit: cover;
	border-radius: 6px;
}

.history_item_tate img {
	object-fit: contain;
}

.future_item {
	width: 401px;
	height: 282px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #D6D6D6;
	margin-bottom: 10px;
	border-radius: 6px;
}

.future_item img {
	max-width: 401px;
	max-height: 282px;
	object-fit: cover;
	border-radius: 6px;
}

.history_caption {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 20px;
}

.history_text {
	width: 506px;
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: justify;
	font-feature-settings: "palt";
}

.future_text {
	width: 506px;
	margin-bottom: 10px;
	line-height: 1.6;
	text-align: justify;
	font-feature-settings: "palt";
}

/* 再生ボタン */
.plus{
	position:relative;
}
.plus:before{
	content: "+";
	display: flex;
	font-size: 2.6rem;
	width: 23px;
	height: 23px;
	border-radius: 100vh;
	background: #000;
	color: #fff;
	border: 1.5px solid #fff;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 5px;
	bottom: 5px;
	padding-bottom: 2.5px;
}

.subtitle_history {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}

.subtitle_future {
	display: block;
	font-weight: bold;
	margin-bottom: 2px;
}

.center_case {
	justify-content: center;
}

/* アワービジネス */
.business_contents {
	width: 1840px;
	height: 840px;
	background:rgba(0,0,0,0.5);
	margin: 20px auto;
	border-radius: 10px;
	box-shadow: 0px 0px 30px rgba(255, 255, 255, 0.2);
}

.business_date_title {
	font-family: 'Oswald','Noto Sans JP', sans-serif;
	font-weight: bold;
	font-size: 4.0rem;
	justify-content: left;
	padding-top: 20px;
    margin: 0 0 30px 30px;
	color: #fff;
}

.business_date_title span {
	font-size: 1.6rem;
	margin: 0 10px 0 20px;
}

.future_chronology {
	display: flex;
}
.chronology_event {
	margin-left: 15px;
}

.play_button{
	position:relative;
}

.play_button:before{
	content: "▶︎";
	display: flex;
	font-size: 1.8rem;
	width: 40px;
	height: 40px;
	border-radius: 100vh;
	background: #000;
	color: #fff;
	border: 2px solid #fff;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 40%;
    left: 40%;
	padding-left: 2.5px;
}

.play2{
	position:relative;
}

.play2:before{
	content: "▶︎";
	display: flex;
	font-size: 3.8rem;
	width: 100px;
	height: 100px;
	border-radius: 100vh;
	background: #000;
	color: #fff;
	border: 2px solid #fff;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 44%;
    left: 44%;
	padding-left: 4px;
}

/* ボタン */
.btn_area {
	display: flex;
	justify-content: space-between;
	margin: 25px 40px;
}

.btn_right {
	display: flex;
	align-items: center;
}

.btn_right a {
	margin-right: 20px;
}

.btn_right a:last-child {
	margin-right: 0;
}

.returnTop_btn {
	font-size: 1.8rem;
	width: 210px;
	height: 50px;
	background-color: #2B92EA;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.returnHistory_btn {
	font-size: 1.8rem;
	width: 240px;
	height: 50px;
	/* background-color: #000; */
	border: 3px solid #fff;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.returnFuture_btn {
	font-size: 1.8rem;
	width: 280px;
	height: 50px;
	/* background-color: #000; */
	border: 3px solid #fff;
	border-radius: 100vh;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.returnTop_btn img {
	display: inline-block;
	margin-right: 10px;
	width: 16px;
}
.returnHistory_btn img {
	display: inline-block;
	margin-right: 10px;
	margin-top: 1px;
	width: 19px;
}
.returnFuture_btn img {
	display: inline-block;
	margin-right: 10px;
	margin-top: 1px;
	width: 19px;
}

.back_btn, .next_btn {
	font-size: 1.8rem;
	width: 230px;
	height: 50px;
	background-color: #EAEAEA;
	border-radius: 100vh;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
}
.nextFuture_btn, .backFuture_btn {
	width: initial;
	padding: 0 40px;
}
/* .nextFuture_text, .backFuture_text {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}
.nextFuture_text span, .backFuture_text span {
	font-size: 1.2rem;
	margin-top: 2px;
} */

.back_btn img {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	width: 9px;
}
.next_btn img {
	display: inline-block;
	margin-left: 10px;
	width: 9px;
}

.backFuture_btn img {
	margin-right: 15px;
	margin-left: -5px;
}
.nextFuture_btn img {
	margin-left: 15px;
	margin-right: -5px;
}

.audio_button {
	display: flex;
	align-items: end;
	padding-bottom: 4px;
	font-size: 1.2rem;
	justify-content: center;
	width: 45px;
	height: 45px;
	background: url(../history/img/icon/sound_off.png) no-repeat center 6px;
	background-size: 20px;
	background-color: #999;
	border-radius: 4px;
}
.audio_wrap {
	margin-left: 40px;
}
.play .audio_button {
	background-image: url(../history/img/icon/sound_on.png);
}
.play:before {
	display: none;
}

.movie_link {
	text-align: right;
	margin-bottom: 20px;
	margin-top: -10px;
}
.movie_link a {
	font-size: 1.2rem;
	font-weight: bold;
	background-color: #EAEAEA;
	padding: 8px 16px;
	border-radius: 100vh;
}
.triangle {
	display: inline-block;
    width: 0;
    height: 0;
    border-top: solid 5px transparent;
    border-right: solid 7px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 7px #000;
}

/* モーダル */
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity 0.3s;
	pointer-events: none;
	opacity: 0;
	z-index: 100;
	background-color: rgba(000, 000, 000, 0.5);
}

/* モーダルがactiveの時 */
.modal.is-active {
	opacity: 1;
	pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

/* モーダルのコンテンツ */
.modal__content {
	position: relative;
	background-color: #fff;
	width: 1140px;
	/* height: 847px; */
	border-radius: 20px;
	/* padding: 60px 60px 0 60px; */
	margin-bottom: 40px;
}

/* .preview_area {
	display: flex;
	justify-content: center;
} */

.preview, .preview_tate {
	width: 1020px;
	height: 680px;
	margin: 60px 60px 0 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.preview img {
	max-width: 1020px;
	max-height: 680px;
	border-radius: 10px;
	object-fit: cover;
}

.preview video {
	max-width: 1020px;
	max-height: 680px;
	border-radius: 10px;
	object-fit: cover;
	cursor: auto;
}

.preview_tate img {
	max-width: 1020px;
	max-height: 680px;
	border-radius: 10px;
	object-fit: cover;
}

.preview_cap {
	width: 1020px;
	margin: 0 auto;
	line-height: 1.3;
	font-size: 1.8rem;
	text-align: center;
	margin-top: 15px;
	padding-bottom: 30px;
}

.indent {
	margin-left: 20px;
	display: inline-block;
}

/* アニメーション */
.marker {
	background:linear-gradient(transparent 50%, rgb(251, 255, 35) 50%);
	display: inline;
	background-repeat: no-repeat; /* 背景の繰り返しを停止 */
	background-size: 0% 100%; /* マーカーの横方向を0にして縮める */
	transition:background-size 1.5s; /* マーカーが引かれる速度を指定 */
}

.marker.on {
	background-size: 100% 100%; /* 横方向を100%にして、マーカーを引く */
}

/* モーダルを閉じるボタン */
.modal__close-btn {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	bottom: -70px;
	width: 230px;
	height: 50px;
	border-radius: 100vh;
	font-size: 1.8rem;
	text-align: center;
	background: #fff;
	cursor: pointer;
	z-index: 10;
}

.swiper {
	/* height: 847px; */
	/* margin-left: auto;
	overflow: initial !important;
	margin-right: auto;
	position: relative;
	list-style: none;
	padding: 0;
	z-index: 1; */
}

.swiper-button-next, .swiper-button-prev {
	/* position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44* 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center; */
	color: #000 !important;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
	left: 10px !important;
	right: auto;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
	right: 10px !important;
	left: auto;
}

/* Swiperの矢印部分 */
@media (max-width: 768px) {
	.modal .swiper-button-next,
	.modal .swiper-button-prev {
	display: none;
	}
}

/* 年表 */
.scroll_tate {
	margin: 0 60px;
	background-color: #000;
	height: 700px;
	border-radius: 10px;
	padding: 40px;
	color: #fff;
	display: flex;
	justify-content: space-between;
	overflow-y: scroll;
	  /*スクロールバー非表示（IE・Edge）*/
	  -ms-overflow-style: none;
	  /*スクロールバー非表示（Firefox）*/
	  scrollbar-width: none;
}

.scroll_tate::-webkit-scrollbar {
    display: none;
}

.chronology_list {
	display: block;
	margin-bottom: 40px;
}
.chronology_list_history {
	width: 900px;
}
.chronology_list_news {
	width: 700px;
}

.label {
	background-color: #fff;
	color: #000;
	height: 45px;
	font-size: 2.2rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
}

.name {
	background-color: #3C3C3C;
	color: #B9B9B9;
	font-size: 1.6rem;
	font-weight: bold;
	border-bottom: 1px solid #fff;
}
.name ul, .subitem, .subitem li {
	display: flex;
}
.name ul li {
	display: block;
	height: 45px;
	border-right: 1px solid;
	display: flex;
	justify-content: center;
	align-items: center;
}
.name ul li:last-child {
	border-right: none;
}

.year {
	width: 90px;
}
.month {
	width: 50px;
}
.event {
	width: 562px;
}
.memo {
	width: 200px;
}
.news {
	width: 562px;
}

.subitem .year, .subitem .month {
	font-size: 1.4rem;
	min-height: 36.08px;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.subitem .year span {
	font-size: 1.2rem;
	margin-top: 1px;
}
.subitem .event, .subitem .news {
	font-size: 1.2rem;
	padding: 10px;
	align-items: center;
}
.subitem .memo {
	font-size: 1.0rem;
	padding: 10px;
	align-items: center;
}
.br_memo {
	height: 43px;
}
.solid {
	border-bottom: 1px solid;
}
.dot .month, .dot .event, .dot .memo, .dot .news {
	border-bottom: 1px dashed;
}
.news_sp {
    height: 55.2px;
}
.subitem li {
	border-right: 1px solid;
}
.subitem li:last-child {
	border-right: none;
}

.item {
    padding-bottom: 40px;
}