/* ------------------------------------------
  top_mv
------------------------------------------ */

.top_mv {
	height: 100vh;
	/* background-image: url(../img/top/top_mv_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; */
	position: relative;
	z-index: 0;
}

.top_mv_slide {
	position: absolute;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: -1;
}

.top_mv_slide_img {
	height: 100vh;
}

.top_mv_slide_img img {
	height: 100vh;
	object-fit: cover;
	object-position: center;
}

.top_mv_main_title {
	position: absolute;
	bottom: 170px;
	left: 0;
}

.top_mv_main_title span {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 84px;
	background: #fa0314;
	padding: 0 50px;
	display: table;
}

.top_mv_main_title span+span {
	margin-left: 350px;
	margin-top: 13px;
}

.top_mv_scroll {
	width: 34px;
	position: absolute;
	bottom: 70px;
	right: 40px;
	cursor: pointer;
	display: block;
	transition: .3s;
}

.top_mv_scroll:hover {
	bottom: 50px;
}

@media screen and (max-width: 767px) {
	.top_mv {
		height: calc(100vh - 100px);
	}
	.top_mv_main_title {
		bottom: 40px;
	}
	.top_mv_main_title span {
		font-size: 20px;
		line-height: 50px;
		padding: 0 10px;
	}
	.top_mv_main_title span+span {
		margin-left: 100px;
		margin-top: 10px;
	}
	.top_mv_scroll {
		width: 18px;
		bottom: 10px;
		right: 10px;
	}
	.top_mv_scroll:hover {
		bottom: 10px;
	}
}

/* ------------------------------------------
  top_news
------------------------------------------ */

.top_news {
	padding: 100px 0;
	background-image: url(../img/top/top_common_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_news_main {
	display: flex;
	max-width: 800px;
	margin: 0 auto;
}

.top_news_main_left {
	position: relative;
	z-index: 0;
	width: calc(100% - 650px);
	padding-top: 40px;
}

.top_news_main_left::before {
	background-image: url(../img/top/top_news_main_left_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 193px;
	position: absolute;
	left: -71px;
	top: -54px;
	width: 265px;
	z-index: -1;
}

.top_news_main_left_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fa0314;
}

.top_news_main .common_btn {
	margin-top: 50px;
}

.top_news_main .common_btn.sp {
	display: none;
}

.top_news_main_right {
	width: 650px;
	padding-left: 50px;
}

.top_news_main_right_lists {
	border-top: 1px solid #333;
}

.top_news_main_right_lists_item_link {
	border-bottom: 1px solid #333;
	padding: 20px;
	display: block;
}

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

.top_news_main_right_lists_item_link_top_date {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #333;
	line-height: 1;
	width: 115px;
	margin-bottom: 4px;
}

.top_news_main_right_lists_item_link_top_cat {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 145px);
	margin-bottom: 4px;
	margin-left: 30px;
}

.top_news_main_right_lists_item_link_top_cat_item {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 30px;
	background: #fa0314;
	padding: 0 10px;
	margin-right: 10px;
	margin-bottom: 4px;
}

.top_news_main_right_lists_item_link_title {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	text-align: left;
	color: #333;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
	.top_news {
		padding: 60px 0;
	}
	.top_news_main {
		display: block;
	}
	.top_news_main_left {
		width: 100%;
		padding-top: 0;
	}
	.top_news_main_left::before {
		height: 135px;
		left: -49px;
		top: -37px;
		width: 185px;
	}
	.top_news_main_left_title {
		font-size: 24px;
		text-align: center;
	}
	.top_news_main .common_btn.pc {
		display: none;
	}
	.top_news_main .common_btn.sp {
		margin: 20px auto 0;
		display: table;
	}
	.top_news_main_right {
		width: 100%;
		padding-left: 0;
		margin-top: 40px;
	}
	.top_news_main_right_lists {
		border-top: 1px solid #333;
	}
	.top_news_main_right_lists_item_link {
		padding: 10px;
	}
	.top_news_main_right_lists_item_link_top_date {
		font-size: 14px;
		width: 84px;
	}
	.top_news_main_right_lists_item_link_top_cat {
		margin-left: 10px;
		margin-bottom: 4px;
		width: calc(100% - 94px);
	}
	.top_news_main_right_lists_item_link_top_cat_item {
		font-size: 12px;
		line-height: 18px;
		padding: 0 7px;
		margin-right: 7px;
	}
	.top_news_main_right_lists_item_link_title {
		font-size: 14px;
		margin-top: 10px;
	}
}

/* ------------------------------------------
  top_service
------------------------------------------ */

.top_service {
	padding: 100px 0;
	background-image: url(../img/top/top_service_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.top_service_main_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 1;
}

.top_service_main_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #fff;
	max-width: 800px;
	margin: 50px auto 0;
}

.top_service_main_lists {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
}

.top_service_main_lists_item {
	width: calc(50% - 20px);
	margin-left: 40px;
}

.top_service_main_lists_item:nth-child(2n + 1) {
	margin-left: 0;
}

.top_service_main_lists_item:nth-child(n + 3) {
	margin-top: 40px;
}

.top_service_main_lists_item_link {
	display: block;
	position: relative;
	z-index: 0;
}

.top_service_main_lists_item_link_img {
	position: relative;
	z-index: 0;
}

.top_service_main_lists_item_link_img::after {
	background-image: url(../img/top/top_service_main_lists_item_link_img_back.png);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 0;
}

.top_service_main_lists_item_link_img img {
	display: block;
}

.top_service_main_lists_item_link_nubmer {
	position: absolute;
	bottom: 12px;
	left: 20px;
	font-weight: 900;
	font-size: 100px;
	text-align: left;
	color: #7da4fe;
	line-height: 1;
}

.top_service_main_lists_item_link_title {
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	position: absolute;
	bottom: 40px;
	right: 20px;
}

.top_service_main_lists_item_link_bottom {
	height: 25px;
	background-color: #7da4fe;
	padding-right: 40px;
	background-image: url(../img/top/top_service_main_lists_item_link_bottom_arrow.png);
	background-position: center right 20px;
	background-repeat: no-repeat;
	background-size: 7px;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-align: right;
	color: #fff;
}

.top_service_main_lists_item:nth-child(2) .top_service_main_lists_item_link_nubmer {
	color: #E7838C;
}

.top_service_main_lists_item:nth-child(2) .top_service_main_lists_item_link_bottom {
	background-color: #E7838C;
}

.top_service_main_lists_item:nth-child(3) .top_service_main_lists_item_link_nubmer {
	color: #F1AF2E;
}

.top_service_main_lists_item:nth-child(3) .top_service_main_lists_item_link_bottom {
	background-color: #F1AF2E;
}

.top_service_main_lists_item:nth-child(4) .top_service_main_lists_item_link_nubmer {
	color: #00A89C;
}

.top_service_main_lists_item:nth-child(4) .top_service_main_lists_item_link_bottom {
	background-color: #00A89C;
}

.top_service_main .common_btn {
	margin: 40px auto 0;
	color: #fff;
	display: table;
}

@media screen and (max-width: 767px) {
	.top_service {
		padding: 60px 0;
	}
	.top_service_main {
		max-width: 375px;
		margin: 0 auto;
	}
	.top_service_main_title {
		font-size: 24px;
	}
	.top_service_main_desc {
		font-size: 14px;
		margin: 20px auto 0;
	}
	.top_service_main_lists {
		margin-top: 40px;
		display: block;
	}
	.top_service_main_lists_item {
		width: 100%;
		margin-left: 0;
	}
	.top_service_main_lists_item:nth-child(n + 3) {
		margin-top: 20px;
	}
	.top_service_main_lists_item:nth-child(n + 2) {
		margin-top: 20px;
	}
	.top_service_main_lists_item_link_nubmer {
		bottom: 11px;
		left: 10px;
		font-size: 60px;
	}
	.top_service_main_lists_item_link_title {
		font-size: 20px;
		bottom: 20px;
		right: 15px;
	}
	.top_service_main_lists_item_link_bottom {
		height: 18px;
		padding-right: 20px;
		background-position: center right 10px;
		background-size: 5px;
		font-size: 12px;
	}
	.top_service_main .common_btn {
		margin: 20px auto 0;
		color: #fff;
		display: table;
	}
}

/* ------------------------------------------
  top_staff
------------------------------------------ */

.top_staff {
	padding: 100px 0;
}

.top_staff_main_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
	line-height: 1;
}

.top_staff_main_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333333;
	max-width: 800px;
	margin: 50px auto 0;
}

.top_staff_main_lists {
	margin-top: 50px;
	display: flex;
}

.top_staff_main_lists_item {
	position: relative;
	z-index: 0;
	width: 480px;
	margin-top: 0;
	margin-right: 30px;
}

.top_staff_main_lists_item:nth-child(2n) {
	margin-right: 0;
	margin-top: 0;
}

.top_staff_main_lists_item_link {
	display: block;
}

.top_staff_main_lists_item_link_img img {
	width: 100%;
	display: block;
}

.top_staff_main_lists_item_link_top_case {
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 1;
	text-align: center;
	color: #fa0314;
	position: absolute;
	top: 20px;
	left: 20px;
}

.top_staff_main_lists_item_link_top_case span {
	font-size: 64px;
	display: block;
}

.top_staff_main_lists_item_link_bottom {
	position: relative;
	z-index: 0;
	padding: 30px 40px 20px;
	background-color: #fa0314;
}

.top_staff_main_lists_item_link_bottom_title {
	font-family: 'Licorice', cursive;
	font-weight: normal;
	font-size: 50px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	position: absolute;
	top: -25px;
	left: 40px;
}

.top_staff_main_lists_item_link_bottom_info_item {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #fff;
}

.top_staff_main_lists .slick-prev:before, .top_staff_main_lists .slick-next:before {
	display: none;
}

.top_staff_main_lists .slick-prev, .top_staff_main_lists .slick-next {
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-color: none;
	z-index: 1;
	transition: .3s;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	top: 50%;
	transform: translateY(-50%);
}

.top_staff_main_lists .slick-prev {
	background-image: url(../img/top/top_staff_main_lists_prev.png);
	left: -60px;
}

.top_staff_main_lists .slick-next {
	background-image: url(../img/top/top_staff_main_lists_next.png);
	right: -60px;
}

@media screen and (max-width: 767px) {
	.top_staff {
		padding: 60px 0;
	}
	.top_staff_main_title {
		font-size: 24px;
	}
	.top_staff_main_desc {
		font-size: 14px;
		margin: 20px auto 0;
	}
	.top_staff_main_lists {
		margin-top: 40px;
	}
	.top_staff_main_lists_item {
		position: relative;
		z-index: 0;
		width: 300px;
		margin-top: 0;
		margin-right: 20px;
	}
	.top_staff_main_lists_item_link_top_case {
		font-family: 'Roboto', sans-serif;
		font-weight: bold;
		font-size: 20px;
		line-height: 1;
		text-align: center;
		color: #fa0314;
		position: absolute;
		top: 10px;
		left: 10px;
	}
	.top_staff_main_lists_item_link_top_case span {
		font-size: 40px;
		display: block;
	}
	.top_staff_main_lists_item_link_bottom {
		position: relative;
		z-index: 0;
		padding: 20px 20px 20px;
		background-color: #fa0314;
	}
	.top_staff_main_lists_item_link_bottom_title {
		font-family: 'Licorice', cursive;
		font-weight: normal;
		font-size: 27px;
		line-height: 1;
		letter-spacing: 0.05em;
		text-align: left;
		color: #fff;
		position: absolute;
		top: -12px;
		left: 3px;
	}
	.top_staff_main_lists_item_link_bottom_info_item {
		font-weight: 500;
		font-size: 14px;
		letter-spacing: 0.05em;
		line-height: 2;
		text-align: left;
		color: #fff;
	}
	.top_staff_main_lists .slick-prev:before, .top_staff_main_lists .slick-next:before {
		display: none;
	}
	.top_staff_main_lists .slick-prev, .top_staff_main_lists .slick-next {
		width: 20px;
		height: 20px;
	}
	.top_staff_main_lists .slick-prev {
		left: -16px;
	}
	.top_staff_main_lists .slick-next {
		right: -16px;
	}
}

/* ------------------------------------------
  top_crosstalk
------------------------------------------ */

.top_crosstalk {
	position: relative;
	z-index: 0;
	margin-top: 100px;
	overflow: hidden;
	min-height: 500px;
}

.top_crosstalk::before {
	width: 100vw;
	height: 350px;
	content: "";
	top: 150px;
	right: calc(50vw - 20px);
	position: absolute;
	z-index: -1;
	background-color: #fa0314;
}

.top_crosstalk::after {
	width: 100vw;
	height: 350px;
	content: "";
	top: 0;
	left: calc(50vw - 200px);
	position: absolute;
	z-index: -2;
	background-color: #F8F8F8;
}

.top_crosstalk_main_left {
	width: 635px;
	position: absolute;
	right: 50vw;
	top: 50px;
}

.top_crosstalk_main_left_img {
	width: 100%;
}

.top_crosstalk_main_left_title {
	font-family: 'Licorice', cursive;
	font-weight: normal;
	font-size: 100px;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 1;
	bottom: 60px;
	left: -40px;
}

.top_crosstalk_main_right_main {
	display: table;
	margin-left: auto;
	padding-top: 100px;
}

.top_crosstalk_main_right_main_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
}

.top_crosstalk_main_right_main_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
	max-width: 435px;
	margin-top: 50px;
}

.top_crosstalk_main_right .common_btn {
	margin: 140px auto 0;
	display: table;
}

@media screen and (max-width: 1160px) {
	.top_crosstalk_main_left {
		right: 580px;
	}
	.top_crosstalk::before {
		right: 560px;
	}
}

@media screen and (max-width: 767px) {
	.top_crosstalk {
		position: relative;
		z-index: 0;
		margin-top: 0;
		overflow: hidden;
		min-height: initial;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.top_crosstalk::before {
		width: 100vw;
		height: 320px;
		content: "";
		top: -20px;
		right: 10px;
		position: absolute;
		z-index: -1;
		background-color: #fa0314;
	}
	.top_crosstalk::after {
		width: 100vw;
		height: 390px;
		content: "";
		top: 280px;
		left: 10px;
		position: absolute;
		z-index: -1;
		background-color: #F8F8F8;
	}
	.top_crosstalk_main_left {
		width: 100%;
		position: static;
		max-width: 335px;
		margin: 0 auto;
	}
	.top_crosstalk_main_left_title {
		font-size: 60px;
		position: relative;
		z-index: 1;
		bottom: 20px;
		left: 20px;
	}
	.top_crosstalk_main_right_main {
		display: table;
		margin: 0 auto;
		padding-top: 0;
	}
	.top_crosstalk_main_right_main_title {
		font-size: 24px;
	}
	.top_crosstalk_main_right_main_desc {
		font-size: 14px;
		max-width: 335px;
		margin-top: 10px;
		padding: 0 10px;
	}
	.top_crosstalk_main_right .common_btn {
		margin: 20px auto 0;
	}
}

/* ------------------------------------------
  top_special
------------------------------------------ */

.top_special {
	margin-top: 100px;
}

.top_special_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
}

.top_special_main {
	padding: 50px 0;
	background-image: url(../img/top/top_special_main_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 40px;
}

.top_special_main_inner_title {
	font-weight: 500;
	font-size: 80px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	line-height: 1;
	position: relative;
	z-index: 0;
	display: table;
	padding: 0 95px;
	margin: 0 auto;
}

.top_special_main_inner_title::before {
	background-image: url(../img/top/top_special_main_inner_title_left.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 72px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 62px;
}

.top_special_main_inner_title::after {
	background-image: url(../img/top/top_special_main_inner_title_right.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 72px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 62px;
}

.top_special_main_inner_title_top {
	display: block;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}

.top_special_main_inner_title_top .movie {
	font-weight: 500;
	font-size: 50px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}

.top_special_main_inner_box {
	display: flex;
	margin-top: 40px;
}

.top_special_main_inner_box_left {
	width: 50%;
}

top_special_main_inner_box_left_img img {
	width: 100%;
}

.top_special_main_inner_box_left_title {
	font-family: 'Licorice', cursive;
	font-weight: normal;
	font-size: 60px;
	line-height: 1;
	text-align: left;
	color: #fff;
	margin-top: 10px;
}

.top_special_main_inner_box_right {
	width: 50%;
	padding-left: 30px;
}

.top_special_main_inner_box_right_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}

.top_special_main_inner_box_right_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #fff;
	margin-top: 20px;
}

.top_special_main_inner_box_right .common_btn {
	display: table;
	margin: 20px auto 0;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.top_special {
		margin-top: 60px;
	}
	.top_special_title {
		font-size: 24px;
	}
	.top_special_main {
		padding: 20px 0;
		margin-top: 20px;
	}
	.top_special_main_inner_title {
		font-size: 35px;
		padding: 0 50px;
	}
	.top_special_main_inner_title::before {
		height: 50px;
		width: 43px;
	}
	.top_special_main_inner_title::after {
		height: 50px;
		width: 43px;
	}
	.top_special_main_inner_title_top {
		font-size: 20px;
		margin-bottom: 7px;
	}
	.top_special_main_inner_title_top .movie {
		font-size: 28px;
	}
	.top_special_main_inner_box {
		display: block;
		margin-top: 20px;
	}
	.top_special_main_inner_box_left {
		width: 100%;
	}
	.top_special_main_inner_box_left_title {
		font-size: 40px;
		margin-top: 10px;
	}
	.top_special_main_inner_box_right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
	.top_special_main_inner_box_right_title {
		font-size: 20px;
	}
	.top_special_main_inner_box_right_desc {
		font-size: 14px;
		margin-top: 10px;
	}
	.top_special_main_inner_box_right .common_btn {
		margin: 10px auto 0;
	}
}

/* ------------------------------------------
  top_internship
------------------------------------------ */

.top_internship {
	padding: 100px 0 0;
}

.top_internship_main_top {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
}

.top_internship_main_img {
	margin-top: 40px;
	position: relative;
	z-index: 0;
}

.top_internship_main_img img {
	width: 100%;
}

.top_internship_main_title {
	font-family: 'Licorice', cursive;
	font-weight: normal;
	font-size: 100px;
	line-height: 1;
	text-align: left;
	color: #fa0314;
	position: absolute;
	bottom: 0;
	left: -100px;
	z-index: 0;
}

.top_internship_main_text {
	margin-top: 20px;
}

.top_internship_main_text_title {
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fa0314;
}

.top_internship_main_text_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
	margin-top: 20px;
}

.top_internship .common_btn {
	display: table;
	margin-left: auto;
	margin-top: 20px;
}

@media screen and (max-width: 767px) {
	.top_internship {
		padding: 60px 0 0;
	}
	.top_internship_main_top {
		font-size: 24px;
	}
	.top_internship_main_img {
		margin-top: 20px;
	}
	.top_internship_main_title {
		font-size: 60px;
		left: 20px;
		bottom: -30px;
	}
	.top_internship_main_text {
		margin-top: 40px;
	}
	.top_internship_main_text_title {
		font-size: 20px;
	}
	.top_internship_main_text_desc {
		font-size: 14px;
		margin-top: 10px;
	}
	.top_internship .common_btn {
		margin-top: 10px;
	}
}

/* ------------------------------------------
  top_informatiom
------------------------------------------ */

.top_informatiom {
	background-image: url(../img/top/top_informatiom_back.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 100px 0;
}

.top_informatiom_main_title {
	line-height: 29px;
	background: #fa0314;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fff;
}

.top_informatiom_main_lists {
	display: flex;
	flex-wrap: wrap;
	margin-top: 40px;
}

.top_informatiom_main_lists+.top_informatiom_main_lists {
	margin-top: 0;
}

.top_informatiom_main_lists_item {
	width: 100%;
	padding: 30px;
	background-color: #F8F8F8;
	display: flex;
}

.top_informatiom_main_lists_item+.top_informatiom_main_lists_item {
	margin-top: 30px;
}

.top_informatiom_main_lists_item_text {
	margin-left: 20px;
	width: 50%;
	padding-left: 30px;
}

.top_informatiom_main_lists_item_text_title {
	font-weight: bold;
	font-size: 29px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
	line-height: 1.3;
}

.top_informatiom_main_lists_item_text_desc {
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #fa0314;
	margin-top: 15px;
}

.top_informatiom_main_lists_item_text_btn {
	display: block;
	padding-left: 31px;
	line-height: 1;
	background-image: url(../img/top/top_informatiom_main_lists_item_text_btn2.png);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: 11px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 0.05em;
	text-align: left;
	color: #fff;
	margin-top: 64px;
	margin-left: auto;
	display: table;
}

.top_informatiom_main_lists_item:nth-child(1) {
	background-color: #F8F8F8;
}

.top_informatiom_main_lists_item:nth-child(2) {
	background-color: #fa0314;
}

.top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_title {
	color: #F8F8F8;
}

.top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_desc {
	color: #F8F8F8;
}

.top_informatiom_main_lists_item:nth-child(1) .top_informatiom_main_lists_item_text_btn {
	background-image: url(../img/top/top_informatiom_main_lists_item_text_btn.png);
	color: #fa0314;
}

.top_informatiom_main_lists_item:nth-child(3) .top_informatiom_main_lists_item_text_btn {
	background-image: url(../img/top/top_informatiom_main_lists_item_text_btn.png);
	color: #fa0314;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(1) {
	background-color: #F8F8F8;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(1) .top_informatiom_main_lists_item_text_title {
	color: #fa0314;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(1) .top_informatiom_main_lists_item_text_desc {
	color: #fa0314;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(1) .top_informatiom_main_lists_item_text_btn {
	background-image: url(../img/top/top_informatiom_main_lists_item_text_btn2.png);
	color: #fa0314;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(2) {
	background-color: #fa0314;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_title {
	color: #fff;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_desc {
	color: #fff;
}

.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_btn {
	background-image: url(../img/top/top_informatiom_main_lists_item_text_btn.png);
	color: #fff;
}

.top_informatiom_main_lists_item_img {
	width: 50%;
}

.top_informatiom_main_recruit {
	border: 6px #fa0314 solid;
	background-color: #fff;
	position: relative;
	z-index: 0;
	display: flex;
	margin-top: 40px;
}

.top_informatiom_main_recruit_left {
	padding: 40px 20px 20px;
	width: 50%;
}

.top_informatiom_main_recruit_left_title {
	font-weight: bold;
	font-size: 29px;
	letter-spacing: 0.05em;
	text-align: center;
	color: #fa0314;
	padding-bottom: 15px;
	background-image: url(../img/top/top_informatiom_main_recruit_left_title_back.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.top_informatiom_main_recruit_left_desc {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 2;
	text-align: left;
	color: #333;
	margin-top: 20px;
}

.top_informatiom_main_recruit_right {
	width: 50%;
	padding-left: 20px;
}

.top_informatiom_main_recruit_right_img {
	width: 420px;
	position: relative;
	top: -5px;
	transform: rotate(-5deg);
}

.top_informatiom_main_recruit_right_img::after {
	background-image: url(../img/top/top_informatiom_main_recruit_right_img_icon.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: '';
	height: 50px;
	position: absolute;
	right: 10px;
	top: -10px;
	width: 50px;
	transform: rotate(5deg);
}

.top_informatiom_main_recruit_right_img img {
	width: 100%;
}

.top_informatiom_main_recruit .common_btn {
	position: absolute;
	bottom: 10px;
	right: 20px;
	z-index: 1;
}

@media screen and (max-width: 767px) {
	.top_informatiom {
		padding: 60px 0;
	}
	.top_informatiom_main_title {
		line-height: 24px;
		font-size: 16px;
	}
	.top_informatiom_main_lists {
		display: block;
		margin-top: 20px;
	}
	.top_informatiom_main_lists+.top_informatiom_main_lists {
		margin-top: 10px;
	}
	.top_informatiom_main_lists_item {
		width: 100%;
		padding: 20px;
		display: block;
		background-color: #F8F8F8;
	}
	.top_informatiom_main_lists_item_img {
		width: 100%;
	}
	.top_informatiom_main_lists_item+.top_informatiom_main_lists_item {
		margin-top: 10px;
	}
	.top_informatiom_main_lists_item_text {
		margin-left: 0;
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
	}
	.top_informatiom_main_lists_item_text_title {
		font-size: 20px;
	}
	.top_informatiom_main_lists_item_text_desc {
		font-size: 14px;
		margin-top: 10px;
	}
	.top_informatiom_main_lists_item_text_btn {
		padding-left: 25px;
		background-size: 11px;
		font-size: 16px;
		margin-top: 10px;
	}
	/* .top_informatiom_main_lists_item:nth-child(1) {
		background-color: #fa0314!important;
	}
	.top_informatiom_main_lists_item:nth-child(2) {
		background-color: #F8F8F8!important;
	}
	.top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_title {
		color: #fa0314!important;
	}
	.top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_desc {
		color: #fa0314!important;
	}
	.top_informatiom_main_lists_item:nth-child(2) .top_informatiom_main_lists_item_text_btn {
		background-image: url(../img/top/top_informatiom_main_lists_item_text_btn2.png)!important;
		color: #fa0314!important;
	}
	.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(1) .top_informatiom_main_lists_item_text_title {
		color: #fff!important;
	}
	.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(1) .top_informatiom_main_lists_item_text_desc {
		color: #fff!important;
	}
	.top_informatiom_main_lists:nth-child(2n + 1) .top_informatiom_main_lists_item:nth-child(1) .top_informatiom_main_lists_item_text_btn {
		background-image: url(../img/top/top_informatiom_main_lists_item_text_btn.png);
		color: #fff!important;
	} */
	.top_informatiom_main_recruit {
		border: 3px #fa0314 solid;
		display: block;
		margin-top: 20px;
	}
	.top_informatiom_main_recruit_left {
		padding: 10px;
		width: 100%;
	}
	.top_informatiom_main_recruit_left_title {
		font-size: 20px;
		padding-bottom: 15px;
		max-width: 335px;
		margin: 0 auto;
		background-image: url(../img/top/top_informatiom_main_recruit_left_title_back.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.top_informatiom_main_recruit_left_desc {
		font-size: 14px;
		margin-top: 10px;
	}
	.top_informatiom_main_recruit_right {
		width: 100%;
		padding-left: 0;
		padding-bottom: 30px;
		margin-top: 20px;
	}
	.top_informatiom_main_recruit_right_img {
		width: 100%;
		position: relative;
		top: 0;
		transform: rotate(-5deg);
	}
	.top_informatiom_main_recruit_right_img::after {
		background-image: url(../img/top/top_informatiom_main_recruit_right_img_icon.png);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
		content: '';
		height: 50px;
		position: absolute;
		right: 10px;
		top: -10px;
		width: 50px;
		transform: rotate(5deg);
	}
	.top_informatiom_main_recruit_right_img img {
		width: 100%;
	}
	.top_informatiom_main_recruit .common_btn {
		position: absolute;
		bottom: 10px;
		right: 20px;
		z-index: 1;
	}
}