@charset "utf-8";

/**********************************************
 * header
 * footer
 * common
 ***********************************************/
.l-wrap {
	background: #FFFFFF;
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(238, 238, 238, 1) 100%);
	overflow: hidden;
	position: relative;
}

/**********************************************
 * Header
 ***********************************************/
.Header {
	background: #fff;
	padding: 10px 30px 10px;
}

.Header_inner {
	align-items: center;
	display: flex;
	height: 90px;
	justify-content: space-between;
	position: relative;
}

.Header_logo {
	opacity: 0;
	padding-top: 40px;
	transition: opacity 1s ease;
}

.Header_logo.is-fixed {
	opacity: 1;
}

.Header_logo.is-fixed .Header_logoLink {
	pointer-events: auto;
}

.Header_logoLink {
	color: #000;
	display: inline-block;
	font-size: 2.2rem;
	/*pointer-events: none;*/
}

.Header_logoLink span {
	font-size: 1.6rem;
	letter-spacing: 0.03em;
}

.Header_navWrap {
	width: auto;
}

.HeaderNav_list {
	align-items: center;
	display: flex;
	height: 100%;
}

.HeaderNav_list>.HeaderNav_item {
	cursor: pointer;
}

.HeaderNav_link {
	align-items: center;
	color: #000 !important;
	display: flex;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	height: 100px;
	justify-content: center;
	line-height: normal;
	padding: 0 20px;
	position: relative;
	text-align: center;
	transition: .5s;
	width: 200px;
}

.HeaderNav_link::after {
	background: #fff;
	content: '';
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: 0;
	transition: .5s;
	width: 140px;
}

.HeaderNav_link:hover,
.HeaderNav_link.is-current {
	color: #D52127 !important;
	text-decoration: none;
}

.HeaderNav_link:hover::after,
.HeaderNav_link.is-current::after {
	background: #D52127;
}

.Header_spButtonWrap {
	display: none;
}

@media (max-width: 767px) {
	.Header {
		box-shadow: none;
		padding: 0;
	}

	.Header_inner {
		height: 80px;
		padding: 25px 15px;
		width: 100%;
	}

	.Header_logo {
		opacity: 1;
		padding-top: 0;
	}

	.Header_logo img {
		height: auto;
		width: 49px;
	}

	.Header_logoLink {
		font-size: 1.8rem;
		pointer-events: auto;
	}

	.Header_corp_logo {
		margin-right: 50px;
	}

	.Header_spButtonWrap {
		display: flex;
		height: 80px;
		justify-content: center;
		position: absolute;
		right: 0;
		width: 60px;
		z-index: 999;
	}

	.HeaderSpButton {
		align-items: center;
		color: #fff;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.HeaderSpButton:focus {
		outline: none;
	}

	.HeaderSpButton span {
		background: #000;
		border-radius: 3px;
		display: block;
		height: 1px;
		transition: .5s;
		width: 28px;
	}

	.is-spnav-active .HeaderSpButton span {
		background: #fff;
	}

	.HeaderSpButton span+span {
		margin-top: 8px;
	}

	/* .HeaderSpButton::before {
		position: absolute;
		top: 14px;
		font-family: "Font Awesome 6 Pro";
		content: '\f0c9';
		font-size: 3.2rem;
		line-height: 1;
		color: #0077CC;
		font-weight: 300;
		right: 20px;
	} */
	body.is-spnav-active .HeaderSpButton span:nth-of-type(1) {
		transform: rotate(-30deg);
	}

	body.is-spnav-active .HeaderSpButton span:nth-of-type(2) {
		display: none;
	}

	body.is-spnav-active .HeaderSpButton span:nth-of-type(3) {
		transform: rotate(30deg);
	}

	body.is-spnav-active .HeaderSpButton span+span {
		margin-top: -1px;
	}

	.Header_navWrap {
		background: #333;
		display: block;
		height: 100%;
		overflow: auto;
		padding: 80px 20px 40px;
		position: fixed;
		right: -100%;
		top: 0;
		transition: transform 0.5s;
		width: 100%;
		z-index: 10;
	}

	.HeaderNav_list {
		display: block;
		height: 100%;
	}

	.HeaderNav_list>.HeaderNav_item {
		position: relative;
	}

	.HeaderNav_list>.HeaderNav_item+.HeaderNav_item {
		margin-left: 0;
		margin-top: 53px;
	}

	.HeaderNav_link {
		color: #fff !important;
		height: auto;
		justify-content: flex-start;
		text-align: left;
	}

	.HeaderNav_link:hover,
	.HeaderNav_link.is-current {
		color: #fff !important;
	}

	.HeaderNav_link::after {
		content: none;
	}

	body.is-spnav-active .Header_navWrap {
		transform: translateX(-100%);
	}
}

/**********************************************
 * Footer
 ***********************************************/
.Footer {
	background: rgba(241, 249, 254, 1);
	padding: 80px 0 40px;

}

.Footer_logo {
	text-align: center;
}

.Footer_logoImg {
	height: auto;
	width: 100px;
}

.Footer_nav {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.Footer_nav .Footer_nav_card {
	width: calc(100% / 4);
}

.FooterNav_item+.FooterNav_item {
	margin-top: 40px;
}

.Footer_navLink {
	color: #0083CE;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	transition: .5s;
}

.Footer_navLink:hover {
	opacity: 0.6;
}

.Footer_nav_child {
	margin-top: 20px;
}

.Footer_navLink.-child {
	color: rgba(102, 100, 100, 1);
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 100%;
	padding: 10px 0;
	padding-left: 20px;
	position: relative;
	text-align: center;
	transition: .5s;
}

.Footer_navLink.-child::before {
	color: #0083CE;
	content: '\f105';
	font-family: "Font Awesome 6 Pro";
	font-size: 1.6rem;
	left: 0;
	position: absolute;
	top: 11px;
}

.Footer_copyright {
	color: #666464;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 100px;
	text-align: center;
}

@media (max-width: 767px) {
	.Footer {
		padding: 60px 0 20px;
	}

	.Footer .l-container {
		padding: 0 20px;
	}

	.Footer_nav {
		flex-wrap: wrap;
	}

	.Footer_nav .Footer_nav_card {
		width: 100%;
	}

	.Footer_nav .Footer_nav_card+.Footer_nav_card {
		margin-top: 40px;
	}

	.Footer_navLink {
		font-size: 1.8rem;
	}

	.Footer_navLink.-child {
		font-size: 1.6rem;
	}

	.Footer_copyright {
		font-size: 1rem;
	}
}

/**********************************************
 * common
***********************************************/
/* Title_lv1
*******************************************/
.Title_lv1 {
	align-items: center;
	display: flex;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 4rem;
	font-weight: 400;
	justify-content: center;
	line-height: 1.2;
	margin: 80px 0;
	text-align: center;
}

.Title_lv1::before,
.Title_lv1::after {
	background-color: #014190;
	content: '';
	height: 40px;
	width: 3px;
}

.Title_lv1::before {
	margin-right: 30px;
	transform: rotate(-35deg);
}

.Title_lv1::after {
	margin-left: 30px;
	transform: rotate(35deg);
}

@media (max-width: 767px) {
	.Title_lv1 {
		font-size: 2.6rem;
		margin: 40px 0;
	}
}

/* Title_lv2
*******************************************/
.Title_lv2 {
	color: #07c;
	font-family: "Roboto", sans-serif;
	font-size: 2.6rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	padding: 10px 0;
	text-align: left;
}

@media (max-width: 767px) {
	.Title_lv2 {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.Title_lv2:before {
		top: -20px;
	}
}

.Lang_en {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.6rem;
}

/* Text
*******************************************/
.Text {
	font-size: 1.8rem;
	letter-spacing: 0.18px;
	line-height: 2.5;
}

.Text.-lh-35 {
	line-height: 35.2px;
}

.Text.-white {
	color: #ffffff;
}

.Text.-center {
	text-align: center;
}

@media (max-width: 767px) {
	.Text {
		font-size: 1.6rem;
		letter-spacing: 0.16px;
	}
}

/* Link
*******************************************/
.Link {
	color: #387ccc;
	display: inline-block;
	position: relative;
	text-decoration: none;
}

.Link:hover {
	opacity: 0.7;
}

.Link.-arrow::before,
.Link.-arrow::after {
	color: #333;
	font-family: "Font Awesome 5 Free";
	font-size: 1.4rem;
	font-weight: 900;
}

.Link.-arrow.-l::before {
	content: '\f053';
	margin-right: 5px;
}

.Link.-arrow.-r::after {
	content: '\f054';
	margin-left: 5px;
}

.Btn .Link.-arrow.-l::before {
	color: #fff;
	font-size: 1.6rem;
	margin-right: 10px;
}

.Btn .Link.-arrow.-r::after {
	color: #fff;
	font-size: 1.6rem;
	margin-left: 10px;
}


/* 外部リンク */
a[target="_blank"]::after {}

/* PDFリンク */
a[href$=".pdf"]:after {}




/* Btn
*******************************************/
.BtnWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.Btn {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1;
	min-width: 280px;
}

.Btn:not(:last-of-type) {
	margin-right: 30px;
}

.bg_content .Btn a {
	background: rgba(241, 249, 254, 1);
	border: 1px solid rgba(0, 131, 206, 1);
	color: rgba(0, 131, 206, 1);
	font-size: 1.6rem;
	font-weight: 400;
	height: 55px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	width: 270px;
}

.bg_content .Btn a::before {
	background: rgb(0, 131, 206);
	background: linear-gradient(90deg, rgba(0, 131, 206, 1) 0%, rgba(0, 131, 206, 1) 50%, rgba(0, 131, 206, 0) 100%);
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 1.5s;
	width: 0;
}

.bg_content .Btn a::after {
	color: rgba(0, 131, 206, 1);
	content: '\f105';
	font-family: "Font Awesome 6 Pro";
	font-size: 1.6rem;
	font-weight: 400;
	margin-left: 10px;
	position: absolute;
	right: 15px;
}

.bg_content .Btn a:hover {
	color: #fff;
}

.bg_content .Btn a:hover::before {
	width: 200%;
}

.bg_content .Btn a:hover::after {
	color: #fff;
}

.bg_content .Btn a span {
	position: relative;
	z-index: 2;
}

@media (max-width: 767px) {
	.bg_content .Btn a {
		align-items: center;
		display: flex;
		height: 55px;
		justify-content: center;
		width: 100%;
	}
}

.Btn a,
.Btn button {
	border-radius: 50px;
	color: #fff;
	display: block;
	padding: 18px 30px !important;
	position: relative;
	text-align: center;
	width: 100%;
}

.Btn.-disabled a,
.Btn.-disabled button {
	background-color: #999999;
	cursor: auto;
	pointer-events: none;
}

@media (max-width: 767px) {
	.Btn {
		font-size: 1.6rem;
		width: 100%;
	}

	.Btn:not(:last-of-type) {
		margin-bottom: 15px;
		margin-right: 0;
	}
}


/* Pagetop
***************************************/
.Pagetop {
	bottom: 30px;
	height: 80px;
	position: fixed;
	right: 30px;
	width: 80px;
	z-index: 10;
}

.Pagetop_link {
	align-items: center;
	background: #99CDEB;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 3.4rem;
	font-weight: 700;
	height: 100%;
	justify-content: center;
	position: relative;
	transition: .5s;
	width: 100%;
}

.Pagetop_img {
	height: auto;
	width: 100%;
}

.Pagetop_link:hover {
	opacity: 0.8;
}

@media (max-width: 767px) {
	.Pagetop {
		bottom: 40px;
		height: 50px;
		right: 20px;
		width: 50px;
	}

	.Pagetop_link {
		font-size: 2.6rem;
	}
}

/* メインタイトル */
.mainvisual {
	background: #ffffff;
	display: flex;
	justify-content: flex-end;
	padding-bottom: 40px;
	position: relative;
	width: 100%;
	z-index: 5;
}

.mainvisual::before {
	background: url(../../assets/images/motif01.svg) no-repeat top left;
	background-size: cover;
	content: '';
	height: 550px;
	left: 0;
	position: absolute;
	top: 70px;
	width: 1920px;
	z-index: 3;
}

.mainvisual::after {
	background: linear-gradient(90deg, rgba(213, 33, 39, 0.00) 0%, #D52127 24.04%, #D52127 73.56%, rgba(213, 33, 39, 0.00) 100%);
	content: '';
	height: 4px;
	left: 0;
	position: absolute;
	top: 61%;
	width: 1793px;
	z-index: -1;
}

.mainvisual .maintitle {
	align-items: center;
	background: #fff;
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 11%;
	padding: 5vw 20px;
	position: absolute;
	top: 90px;
	width: 30%;
}

/* @media screen and (min-width: 768px) and (max-width: 1450px) {
	.mainvisual .maintitle {
		left: 50px;
		top: 120px;
	}
} */
.mainvisual .maintitle::after {
	background: #D52127;
	border-radius: 6px;
	content: '';
	height: 9vw;
	left: -40px;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: -28%;
	width: 6px;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
	.mainvisual .maintitle {
		top: 130px;
	}

	.mainvisual .maintitle::after {
		height: 13vw;
		top: -45%;
	}
}

.mainvisual .maintitle h1 {
	position: relative;
	z-index: 4;
}

.mainvisual .maintitle h1 em {
	color: #666;
	font-family: "Akshar", sans-serif;
	font-size: 10rem;
	font-style: normal;
	font-weight: 300;
	line-height: 90px;
	text-align: center;
	/* 90% */
}

.mainvisual .maintitle h1 span {
	display: block;
	font-size: 4.4rem;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.mainvisual .imgbox {
	margin-right: 108px;
	position: relative;
	width: 62%;
	z-index: -1;
}

.mainvisual .imgbox figure {
	height: 550px;
}

.mainvisual .imgbox figure img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1366px) {
	.mainvisual .imgbox {
		margin-right: 54px;
	}
}

.mainvisual .imgbox img {
	height: auto;
	width: 100%;
}

@media (max-width: 767px) {
	.mainvisual {
		background: #fff;
		display: block;
		margin-bottom: 0;
		padding-bottom: 20px;
		padding-top: 90px;
	}

	.mainvisual::before {
		background: url(../../assets/images/bg_mainvisual_sp.svg) no-repeat top 30px center;
		background-size: contain;
		bottom: 9px;
		height: 288px;
		width: 100%;
	}

	.mainvisual::after {
		background: linear-gradient(90deg, rgba(213, 33, 39, 0.00) 0%, #D52127 24.04%, #D52127 73.56%, rgba(213, 33, 39, 0.00) 100%);
		height: 4px;
		left: -110px;
		top: 35%;
		width: 488px;
		z-index: -1;
	}

	.mainvisual .maintitle {
		box-shadow: none;
		left: 0;
		margin: 0 auto 10px;
		position: relative;
		top: 0;
		width: 75%;
		z-index: initial;
	}

	.mainvisual .maintitle::after {
		background: #D52127;
		border-radius: 6px;
		content: '';
		height: 82px;
		left: 0;
		margin: 0 auto;
		position: absolute;
		right: 0;
		top: -90px;
		width: 3px;
	}

	.mainvisual .maintitle h1 {
		text-align: center;
	}

	.mainvisual .maintitle h1 em {
		font-size: 6rem;
		font-style: normal;
		font-weight: 300;
		line-height: 1;
	}

	.mainvisual .maintitle h1 span {
		font-size: 3.2rem;
		font-style: normal;
		font-weight: 700;
		line-height: 1;
	}

	.mainvisual .imgbox {
		margin: 0 0 0 auto;
		width: 85%;
	}

	.mainvisual .imgbox figure {
		height: 213px;
	}

	.mainvisual .imgbox img {
		height: 100%;
		object-fit: cover;
		width: 100%;
	}
}

.anchor_box {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 6px 0 0 6px;
	box-shadow: 0 10px 0 0 rgba(0, 0, 0, 0.25);
	padding: 15px 30px 20px 20px;
	position: fixed;
	right: 0;
	top: 31.5vh;
	z-index: 10;
}

.anchor_box .anchor_list li a {
	color: #000;
	display: block;
	font-family: "Akshar", sans-serif;
	font-size: 2.5rem;
	font-style: normal;
	font-weight: 300;
	line-height: 50px;
	position: relative;
	text-align: right;
	width: 100%;
	/* 200% */
}

.anchor_box .anchor_list li a::after {
	border-right: 1px solid #000;
	border-top: 1px solid #000;
	content: '';
	height: 10px;
	position: absolute;
	right: -20px;
	top: 15px;
	transform: rotate(135deg);
	width: 10px;
}

.anchor_box .anchor_list li a:hover {
	opacity: 0.7;
	text-decoration: none;
}

@media (max-width: 767px) {
	.anchor_box {
		padding: 15px 30px 20px 15px;
		right: 0;
		top: 180px;
		z-index: 10;
	}

	.anchor_box .anchor_list li a {
		font-size: 14px;
		font-style: normal;
		font-weight: 300;
		line-height: 40px;
		/* 285.714% */
	}

	.anchor_box .anchor_list li a::after {
		height: 8px;
		right: -20px;
		top: 15px;
		width: 8px
	}
}

.lead {
	color: #666464;
	font-size: 3.8rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: left;
}

@media (max-width: 767px) {
	.lead {
		font-size: 2.4rem;
		letter-spacing: 0.06em;
		line-height: 180%;
	}
}

.lonav {
	margin-top: 0;
}

.lonav a {
	align-items: center;
	background: url(../images/bg_philosophy.png) no-repeat top 10px center;
	background-size: contain;
	color: #fff;
	display: flex;
	font-size: 2.4rem;
	font-weight: normal;
	height: 258px;
	justify-content: center;
	letter-spacing: 0.06em;
	position: relative;
	text-align: center;
	transition: .5s;
	width: 100%;
}

.lonav .vision a {
	background: url(../images/bg_vision.png) no-repeat top 10px center;
	background-size: contain;
	height: 258px;
	width: 100%;
}

.lonav .greeting a {
	background: url(../images/bg_greeting.png) no-repeat top 10px center;
	background-size: contain;
	height: 258px;
	width: 100%;
}

.lonav .guide a {
	background: url(../images/bg_guide.png) no-repeat top 10px center;
	background-size: contain;
	height: 258px;
	width: 100%;
}

.lonav a::before {
	background: url(../images/bg_mask.png) no-repeat top 10px center;
	background-size: contain;
	content: '';
	height: 258px;
	position: absolute;
	transition: .5s;
	width: 100%;
}

.lonav a::after {
	bottom: 40px;
	color: #fff;
	content: '\f178';
	font-family: "Font Awesome 6 Pro";
	left: 50%;
	margin-left: -12px;
	position: absolute;
}

.lonav a span {
	position: relative;
	z-index: 2;
}

.lonav a:hover::before {
	opacity: 0;
}

@media (max-width: 767px) {
	.lonav .card:nth-of-type(n + 3) {
		margin-top: 20px;
	}

	.lonav a {
		align-items: center;
		background: url(../images/bg_philosophy.png) no-repeat top 10px center;
		background-size: contain;
		display: flex;
		font-size: 1.6rem;
		height: 160px;
		justify-content: center;
		padding-bottom: 30px;
		width: 100%;
	}

	.lonav .vision a,
	.lonav .greeting a,
	.lonav .guide a {
		height: 170px;
	}

	.lonav a::after {
		bottom: 45px;
		content: '\f178';
		font-family: "Font Awesome 6 Pro";
		position: absolute;
	}

	.lonav a::before {
		height: 170px;
		top: 0px;
	}

	.lonav a:hover::before {
		opacity: 1;
	}
}

.detail {
	line-height: 2;
	margin-top: 50px;
}

.detail dt {
	margin-bottom: 10px;
}

.detail dt span {
	color: #0083CE;
}

.name {
	font-size: 2.4rem;
	font-weight: normal;
	letter-spacing: 0.1em;
	line-height: 32px;
	margin-top: 45px;
}

.name span {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.1em;
	line-height: 32px;
	margin-right: 15px;
}

.name em {
	display: inline-block;
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	line-height: 32px;
	margin-left: 10px;
}

@media (max-width: 767px) {
	.name {
		margin-top: 25px;
	}

	.name em {
		margin-left: 0;
	}
}


.table-default {
	table-layout: fixed;
}

.table-default th {
	line-height: 2;
	padding: 40px 0 0;
	position: relative;
	vertical-align: top;
	width: 6em;
}

.table-default tr:first-of-type th:first-of-type {
	padding: 10px 0;
}

.table-default th::after {
	content: ':';
	position: absolute;
	right: -15px;
	top: 39px;
}

.table-default tr:first-of-type th:first-of-type::after {
	top: 9px;
}

.table-default td {
	line-height: 2;
	padding: 40px 0 10px 30px;
	vertical-align: top;
}

.table-default tr:first-of-type td:first-of-type {
	padding: 10px 0 10px 30px;
}

.table-default td dl {
	display: flex;
}

.table-default td dl dt {
	margin-right: 1em;
	text-align: justify;
	text-align-last: justify;
	width: 4em;
}

@media (max-width: 767px) {

	.table-default th,
	.table-default td {
		display: block;
		width: 100%;
	}

	.table-default th {
		padding: 10px 0 10px;
		text-align: left;
		text-align-last: left;
	}

	.table-default th::after {
		content: none;
	}

	.table-default td {
		padding: 0 0 10px 0;
	}

	.table-default tr:last-of-type td {
		padding-bottom: 0;
	}

	.table-default tr:first-of-type td:first-of-type {
		padding: 0 0 10px 0;
	}
}

.blur::after {
	background: #eeeeee;
	bottom: -30px;
	content: '';
	filter: blur(15px);
	height: 100px;
	left: 93px;
	position: absolute;
	width: 100px;
}

.panel_list {
	overflow: hidden;
	padding: 40px 0;
	position: relative;
}

section:last-of-type .panel_list {
	padding-bottom: 120px
}

.panel_list::before {
	background: #D52127;
	content: '';
	height: 8000px;
	left: 142px;
	position: absolute;
	top: -40px;
	width: 1px;
}

.panel_list .card {
	align-items: center;
	display: flex;
}

.panel_list .card+.card {
	margin-top: 30px;
}

.panel_list .card .time {
	color: #D52127;
	font-family: "Akshar", sans-serif;
	font-size: 60px;
	font-style: normal;
	font-weight: 300;
	letter-spacing: -1.8px;
	line-height: normal;
	position: relative;
	text-align: right;
	width: 120px;
}

.panel_list .card .item {
	align-items: center;
	background: #FFF;
	box-shadow: 10px 10px 0 0 rgba(0, 0, 0, 0.20);
	color: #000;
	display: flex;
	font-size: 2.2rem;
	font-style: normal;
	font-weight: 700;
	justify-content: space-between;
	line-height: normal;
	margin-left: 35px;
	padding: 20px 45px 20px 60px;
	position: relative;
}

.panel_list .card .item.-vertical-type {
	align-items: flex-start;
	flex-direction: column;
}

.panel_list .card .item.-vertical-type p+* {
	margin-left: 0;
	margin-top: 0;
	width: 100%;
}

.panel_list .card .item.-vertical-type p+* img {
	height: auto;
	max-width: 100%;
}

.panel_list .card .item::before {
	background: #D52127;
	content: '';
	height: 1px;
	left: -5px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
	width: 52px;
}

.panel_list .card .item::after {
	background: #D52127;
	content: '';
	height: 16px;
	left: -21px;
	margin-top: -11px;
	position: absolute;
	top: 50%;
	width: 16px;
}

.panel_list .card .item {
	width: 86%;
}

.panel_list .card .item p+* {
	margin-left: 42px;
	text-align: center;
	width: 264px;
}

@media (max-width: 767px) {
	.panel_list::before {
		left: 15px;
		top: 0;
		width: 1px;
	}

	section:first-of-type .panel_list::before {
		top: 140px;
	}

	.panel_list .card {
		display: block;
	}

	.panel_list .card .time {
		font-size: 5rem;
		font-style: normal;
		font-weight: 300;
		letter-spacing: -1.5px;
		line-height: normal;
	}

	.panel_list .card .time::before {
		content: none;
	}

	.panel_list .card .item {
		flex-direction: column;
		flex-wrap: wrap;
		font-size: 1.6rem;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		padding: 24px 30px;
	}

	.panel_list .card .item::before {
		height: 1px;
		left: -15px;
		margin-top: 0;
		top: 35px;
		width: 25px;
	}

	.panel_list .card .item::after {
		background: #D52127;
		content: '';
		height: 13px;
		left: -26px;
		position: absolute;
		right: auto;
		top: 40px;
		width: 13px;
	}

	.panel_list .card .item p+* {
		margin-left: 0;
		margin-top: 20px;
		width: auto;
	}

	.panel_list .card .item figure img {
		height: auto;
		width: 100%;
	}

	.blur::after {
		bottom: -27px;
		left: -20px;
	}
}