@charset "utf-8";

/* ---------------------------------------------------------------------------------------------------- */

.section_1 {
	background-image: url(../img/);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_1 .section_inner {
	padding: 10% 0 40%;
}

.section_1 .section_container {}

.section_1 .section_container_inner {}

.section_1 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	margin: 0 auto;
}

.section_1 .heading_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
	margin: 0 auto;
}

.section_1 .content .text_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 4px;
	width: 100%;
}

.section_1 .content .text_area .text {}

.section_1 .content .text_area .text_1 {}

.section_1 .content .text_area .text_2 {}

@media screen and (min-width: 768px) {
	.section_1 {}

	.section_1 .section_inner {
		padding: 5% 0 15%;
	}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .inner {
		flex-direction: row;
		align-items: flex-start;
		width: 75%;
	}

	.section_1 .heading_area {
		width: max-content;
	}

	.section_1 .content {}

	.section_1 .content .text_area {}

	.section_1 .content .text_area .text {}

	.section_1 .content .text_area .text_1 {}

	.section_1 .content .text_area .text_2 {}
}

@media screen and (min-width: 1280px) {
	.section_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .inner {
		gap: 72px;
	}

	.section_1 .heading_area {}

	.section_1 .content {}

	.section_1 .content .text_area {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 48px;
	}

	.section_1 .content .text_area .text {}

	.section_1 .content .text_area .text_1 {}

	.section_1 .content .text_area .text_2 {}
}

@media screen and (min-width: 1440px) {
	.section_1 {}

	.section_1 .section_inner {}

	.section_1 .section_container {}

	.section_1 .section_container_inner {}

	.section_1 .inner {
		gap: 120px;
		width: 65%;
	}

	.section_1 .heading_area {}

	.section_1 .content {}

	.section_1 .content .text_area {
		gap: 60px;
	}

	.section_1 .content .text_area .text {
		font-size: 1.125rem;
	}

	.section_1 .content .text_area .text_1 {}

	.section_1 .content .text_area .text_2 {}
}

@media screen and (min-width: 1920px) {
	
}

/* ---------------------------------------------------------------------------------------------------- */

.section_2 {
	position: relative;
	background-image: url(../img/top_about_bg_sp.png);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_2::before {
    content: "";
    width: min(20%, 196px);
    height: 100%;
    background-image: url(../img/top_about_heading_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
	z-index: 1;
    top: 0;
    left: 0;
}

.section_2 .section_inner {
	padding: 0;
}

.section_2 .section_container {}

.section_2 .section_container_inner {}

.section_2 .band {
    width: 100%;
    height: 100%;
    bottom: auto;
    top: -100px;
    right: auto;
    z-index: -1;
}

.section_2 .band::before {
    top: 0%;
    left: 0px;
    width: 200%;
    height: 100%;
    transform: rotate(50deg);
}

.section_2 .inner {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	width: 100%;
}

.section_2 .heading_area {
	position: relative;
	width: 20%;
}

.section_2 .heading_area::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 1;
}

.section_2 .heading_area .heading_1 {
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 24px;
}

.section_2 .heading_area .heading_1 .sub {
	margin-right: 20%;
	color: #fff;
	writing-mode: vertical-rl;
}

.section_2 .content {
	position: relative;
	width: 80%;
	padding: 7.5% 5% 12.5%;
	background-color: rgba(255, 255, 255, 0.75);
}

.section_2 .content .text_area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.section_2 .content .text_area .text {}

.section_2 .content .text_area .text_1 {
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	letter-spacing: 0.25em;
}

.section_2 .content .text_area .text_2 {
	line-height: 2;
}

.section_2 .content .text_area .highlight {
	font-size: 2.4rem;
	font-weight: 700;
}

.section_2 .content .text_area .highlight_1 {
	color: #007cef;
}

.section_2 .content .text_area .highlight_2 {
	color: #ff780b;
}

.section_2 .btn {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	display: block;
	width: 80%;
}

@media screen and (min-width: 768px) {
	.section_2 {
		background-image: url(../img/top_about_bg_pc.png);
		background-position: 0 0;
	}

	.section_2::before {
		top: 8px;
		left: 4px;
		width: auto;
		height: 92%;
		aspect-ratio: 147 / 1069;
		background-image: url(../img/top_about_heading_pc.png);
	}

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .band {
		top: -200px;
	}

	.section_2 .band::before {}

	.section_2 .inner {}

	.section_2 .heading_area {}

	.section_2 .heading_area::before {}

	.section_2 .heading_area .heading_1 {
		padding-top: 12px;
	}

	.section_2 .heading_area .heading_1 .sub {
		margin-right: -25%;
	}

	.section_2 .content {
		padding: 5% 5% 15%;
	}

	.section_2 .content .text_area {}

	.section_2 .content .text_area .text {}

	.section_2 .content .text_area .text_1 {}

	.section_2 .content .text_area .text_2 {}

	.section_2 .content .text_area .highlight {}

	.section_2 .content .text_area .highlight_1 {}

	.section_2 .content .text_area .highlight_2 {}

	.section_2 .btn {
		bottom: 5%;
		transform: translate(-22.5%, 0);
		width: 25%;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 {}

	.section_2::before {}

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .band {
		top: -330px;
	}

	.section_2 .band::before {}

	.section_2 .inner {}

	.section_2 .heading_area {
		width: 15%;
	}

	.section_2 .heading_area::before {
		width: 8px;
	}

	.section_2 .heading_area .heading_1 {}

	.section_2 .heading_area .heading_1 .sub {
		font-size: 2rem;
	}

	.section_2 .content {
		width: 85%;
		padding: 5% 10% 12.5%;
	}

	.section_2 .content .text_area {}

	.section_2 .content .text_area .text {}

	.section_2 .content .text_area .text_1 {
		font-size: 2.6rem;
	}

	.section_2 .content .text_area .text_2 {
		padding: 0 5%;
	}

	.section_2 .content .text_area .highlight {
		font-size: 1.5em;
	}

	.section_2 .content .text_area .highlight_1 {}

	.section_2 .content .text_area .highlight_2 {}

	.section_2 .btn {
		bottom: 10%;
		width: 20%;
	}
}

@media screen and (min-width: 1440px) {
	.section_2 {}

	.section_2::before {
		height: 90%;
	}

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .band {
		top: -420px;
	}

	.section_2 .band::before {}

	.section_2 .inner {}

	.section_2 .heading_area {
		width: 17.5%;
	}

	.section_2 .heading_area::before {
		/* right: 15%; */
	}

	.section_2 .heading_area .heading_1 {}

	.section_2 .heading_area .heading_1 .sub {
		/* margin-right: -35%; */
		font-size: 2.8rem;
	}

	.section_2 .content {
		width: 82.5%;
	}

	.section_2 .content .text_area {}

	.section_2 .content .text_area .text {}

	.section_2 .content .text_area .text_1 {
		font-size: 2.8rem;
	}

	.section_2 .content .text_area .text_2 {
		font-size: 1.5rem;
	}

	.section_2 .content .text_area .highlight {}

	.section_2 .content .text_area .highlight_1 {}

	.section_2 .content .text_area .highlight_2 {}

	.section_2 .btn {}
}

@media screen and (min-width: 1920px) {
	.section_2 {}

	.section_2::before {}

	.section_2 .section_inner {}

	.section_2 .section_container {}

	.section_2 .section_container_inner {}

	.section_2 .inner {}

	.section_2 .heading_area {}

	.section_2 .heading_area::before {
		right: 27.5%;
	}

	.section_2 .heading_area .heading_1 {}

	.section_2 .heading_area .heading_1 .sub {
		margin-right: -15%;
		font-size: 3.2rem;
	}

	.section_2 .content {
		padding: 10% 10% 20%;
	}

	.section_2 .content .text_area {}

	.section_2 .content .text_area .text {}

	.section_2 .content .text_area .text_1 {
		font-size: 3.8rem;
	}

	.section_2 .content .text_area .text_2 {}

	.section_2 .content .text_area .highlight {}

	.section_2 .content .text_area .highlight_1 {}

	.section_2 .content .text_area .highlight_2 {}

	.section_2 .btn {}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_3 {
	position: relative;
}

.section_3 .section_inner {
	padding: 0;
}

.section_3 .section_container {}

.section_3 .section_container_inner {}

.section_3 .band {
    width: 100%;
    height: 100%;
    bottom: auto;
    top: 0;
    right: auto;
    z-index: -1;
}

.section_3 .band::before {
    top: 10px;
    left: 0px;
    width: 300%;
    height: 70px;
    transform: rotate(50deg);
}

.section_3 .band:nth-of-type(2) {
    width: 100%;
    height: 100%;
    top: 10px;
    top: auto;
    right: auto;
    z-index: -1;
}

.section_3 .band:nth-of-type(2)::before {
    top: auto;
	bottom: 10px;
    left: auto;
	right: 0;
    width: 300%;
    height: 70px;
    transform: rotate(50deg);
	background-color: #00b9ef;
	transform-origin: bottom right;
}

.section_3 .inner {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	width: 100%;
	padding: 40% 0 20%;
}

.section_3 .content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0;
	width: 90%;
	margin: 0 auto 0;
}

.section_3 .content .text_area {
	width: 100%;
	background-color: #fff;
}

.section_3 .content .text_area .text_area_inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 5%;
}

.section_3 .content .text_area .text_area_inner .heading_area .heading_1 {
	margin: 0 auto 0;
}

.section_3 .content .text_area .text_area_inner .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 0;
	width: 100%;
}

.section_3 .content .text_area .text_area_inner .list .flex {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_3 {}

	.section_3 .section_inner {}

	.section_3 .section_container {}

	.section_3 .section_container_inner {}

	.section_3 .band {
		width: 100%;
	}

	.section_3 .band::before {
		top: 40px;
		bottom: auto;
		left: 0;
		right: auto;
		transform: rotate(45deg);
		height: 100px;
	}

	.section_3 .band:nth-of-type(2) {
		top: auto;
		bottom: 0;
		left: 0;
		right: auto;
		width: 100%;
	}

	.section_3 .band:nth-of-type(2)::before {
		top: auto;
		bottom: 110px;
		left: 0;
		right: auto;
		transform: rotate(45deg);
		transform-origin: top left;
		height: 100px;
	}

	.section_3 .inner {
		padding: 10% 0;
	}

	.section_3 .content {
		position: relative;
		flex-direction: row;
	}

	.section_3 .content .text_area {
		width: 60%;
		margin-right: auto;
	}

	.section_3 .content .text_area .text_area_inner {}

	.section_3 .content .text_area .text_area_inner .heading_area .heading_1 {
		margin: 0 auto 0 0;
	}

	.section_3 .content .text_area .text_area_inner .list {}

	.section_3 .content .text_area .text_area_inner .list .flex {}

	.section_3 .content .img_area {
		position: absolute;
		z-index: -1;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 70%;
	}
}

@media screen and (min-width: 1280px) {
	.section_3 .band {
		
	}

	.section_3 .band::before {
		height: 150px;
	}

	.section_3 .band:nth-of-type(2) {
		
	}

	.section_3 .band:nth-of-type(2)::before {
		bottom: 220px;
		height: 150px;
	}

	.section_3 .inner {
		padding: 15% 0;
	}

	.section_3 .content {
		width: 80%;
	}

	.section_3 .content .text_area {
		width: 50%;
	}

	.section_3 .content .text_area .text_area_inner {
		padding: 10% 5%;
	}

	.section_3 .content .img_area {
		width: 60%;
	}
}

@media screen and (min-width: 1440px) {
	.section_3 .band {
		
	}

	.section_3 .band::before {
		height: 180px;
	}

	.section_3 .band:nth-of-type(2) {
		
	}

	.section_3 .band:nth-of-type(2)::before {
		bottom: 240px;
		height: 180px;
	}

	.section_3 .content .text_area .text_area_inner .heading_area .heading_1 {
		font-size: 3.125rem;
	}

	.section_3 .content .text_area .text_area_inner {
		gap: 36px;
	}

	.section_3 .content .text_area .text_area_inner .list .flex {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_3 .band {
		
	}

	.section_3 .band::before {
		height: 220px;
	}

	.section_3 .band:nth-of-type(2) {
		
	}

	.section_3 .band:nth-of-type(2)::before {
		bottom: 320px;
		height: 220px;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_4 {
	position: relative;
}

.section_4 .section_inner {
	padding: 0;
}

.section_4 .section_container {}

.section_4 .section_container_inner {}

.section_4 .inner {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: stretch;
	gap: 0;
	width: 100%;
	background-image: url(../img/top_business_bg_sp.png);
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
}

.section_4 .inner::before {
    content: "";
    /* width: min(20%, 196px); */
    height: 100%;
	aspect-ratio: 120 / 778;
    background-image: url(../img/top_business_heading_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
	z-index: 0;
    top: 0;
    left: 0;
}

.section_4 .heading_area {
	position: relative;
	width: 15%;
}

.section_4 .heading_area::before {
    content: "";
    width: 4px;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.section_4 .heading_area .heading_1 {
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	padding-top: 24px;
}

.section_4 .heading_area .heading_1 .sub {
	margin-right: 10%;
	color: #fff;
	writing-mode: vertical-rl;
}

.section_4 .content {
	position: relative;
	width: 85%;
	padding: 15% 5% 15%;
	/* background-color: rgba(255, 255, 255, 0.75); */
}

.section_4 .content .list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
}

.section_4 .content .list .text {
	position: relative;
	width: 100%;
	padding: 10% 5%;
	background-color: #00b9ef;
	text-align: center;
	color: #fff;
}

.section_4 .content .list .text::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translate(0, -50%) rotate(45deg);
	width: 12px;
	height: auto;
	aspect-ratio: 1 / 1;
	border-top: 2px #fff solid;
	border-right: 2px #fff solid;
}

.section_4 .area {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 12px;
	width: 90%;
	margin: 0 auto 0;
	padding: 10% 0;
}

.section_4 .area_pc {
	display: none;
}

.section_4 .area .heading_area {
	width: 100%;
}

.section_4 .area .heading_area::before {
	content: none;
}

.section_4 .area .heading_area .heading_1 {
	display: block;
	padding: 0;
}

.section_4 .area .heading_area .heading_1 .main {
	position: relative;
	color: #333;
}

.section_4 .area .heading_area .heading_1 .main::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(150%, -50%);
	display: inline-block;
	width: 24px;
	height: 100%;
	background-color: #333333;
	clip-path: polygon(0 50%, 22.2% 50%, 22.2% 0, 77.8% 0, 77.8% 50%, 100% 50%, 50% 100%);
}

.section_4 .area .text_area {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.section_4 {}

	.section_4::before {}

	.section_4 .section_inner {}

	.section_4 .section_container {}

	.section_4 .section_container_inner {}

	.section_4 .inner {
		background-image: url(../img/top_business_bg_pc.png);
		background-position: 0 50%;
		background-size: 120%;
	}

	.section_4 .inner::before {
		top: 0;
		left: 0;
		width: auto;
		height: 100%;
		aspect-ratio: 141 / 884;
		background-image: url(../img/top_business_heading_pc.png);
	}

	.section_4 .heading_area {}

	.section_4 .heading_area::before {}

	.section_4 .heading_area .heading_1 {
		padding-top: 12px;
	}

	.section_4 .heading_area .heading_1 .sub {
		margin-right: -25%;
	}

	.section_4 .content {
		padding: 10% 10% 10%;
	}

	.section_4 .content .list .text {
		padding: 2.5%;
	}
}

@media screen and (min-width: 1280px) {
	.section_4 {}

	.section_4::before {}

	.section_4 .section_inner {}

	.section_4 .section_container {}

	.section_4 .section_container_inner {
		position: relative;
	}

	.section_4 .inner {
		background-image: url(../img/top_business_bg_pc.png), url(../img/top_business_area.png);
		background-repeat: no-repeat, no-repeat;
		background-size: 60%, 32.5%;
		background-position: 0 50%, 95% 50%;
		background-color: transparent;
	}

	.section_4 .inner::before {}

	.section_4 .heading_area {
		width: 15%;
	}

	.section_4 .heading_area::before {
		right: 20%;
		width: 8px;
	}

	.section_4 .heading_area .heading_1 {}

	.section_4 .heading_area .heading_1 .sub {
		font-size: 2rem;
	}

	.section_4 .content {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 60px;
		width: 85%;
		padding: 5% 25% 10% 5%;
	}

	.section_4 .content .list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
		gap: 24px;
		width: 100%;
	}

	.section_4 .content .list .text {
		width: calc((100% - (24px * 2)) / 3);
		padding: 5% 2.5%;
	}

	.section_4 .content .list .text::after {
		
	}

	.section_4 .area_sp {
		display: none;
	}

	.section_4 .area_pc {
		display: flex;
	}

	.section_4 .area {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.section_4 .area .heading_area {
		
	}

	.section_4 .area .heading_area::before {
		
	}

	.section_4 .area .heading_area .heading_1 {
		
	}

	.section_4 .area .heading_area .heading_1 .main {
		color: #fff;
	}

	.section_4 .area .heading_area .heading_1 .main::after {
		width: 48px;
		height: 100%;
		background-color: #fff;
		clip-path: polygon(0 27.8%, 50% 27.8%, 50% 0, 100% 50%, 50% 100%, 50% 72.2%, 0 72.2%);
	}

	.section_4 .area .text_area {
		
	}

	.section_4 .area .text_area .text {
		color: #fff;
	}
}

@media screen and (min-width: 1440px) {
	.section_4 {}

	.section_4::before {
		height: 90%;
	}

	.section_4 .section_inner {}

	.section_4 .section_container {}

	.section_4 .section_container_inner {}

	.section_4 .inner {}

	.section_4 .heading_area {
		width: 17.5%;
	}

	.section_4 .heading_area::before {
		/* right: 15%; */
	}

	.section_4 .heading_area .heading_1 {}

	.section_4 .heading_area .heading_1 .sub {
		/* margin-right: -35%; */
		font-size: 2.8rem;
	}

	.section_4 .content {
		gap: 84px;
		width: 82.5%;
	}

	.section_4 .content .list {
		gap: 36px;
	}

	.section_4 .content .list .text {
		width: calc((100% - (36px * 2)) / 3);
		font-size: 1.125rem;
	}

	.section_4 .content .text_area {}

	.section_4 .content .text_area .text {
		font-size: 1.125rem;
	}

	.section_4 .area {
		gap: 24px;
	}

	.section_4 .area .heading_area .heading_1 .main {
		font-size: 2.5rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_4 {}

	.section_4::before {}

	.section_4 .section_inner {}

	.section_4 .section_container {}

	.section_4 .section_container_inner {}

	.section_4 .inner {}

	.section_4 .heading_area {}

	.section_4 .heading_area::before {
		right: 27.5%;
	}

	.section_4 .heading_area .heading_1 {}

	.section_4 .heading_area .heading_1 .sub {
		margin-right: -15%;
		font-size: 3.2rem;
	}

	.section_4 .content {
		
	}

	.section_4 .content .text_area {}

	.section_4 .content .text_area .text {}

	.section_4 .content .text_area .text_1 {
		
	}

	.section_4 .content .text_area .text_2 {}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_5 {
	
}

.section_5 .section_inner {
	padding: 0;
}

.section_5 .section_container {}

.section_5 .section_container_inner {}

.section_5 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 100%;
	padding: 20% 0 20%;
}

.section_5 .top {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 24px;
	width: 90%;
}

.section_5 .top .heading_area {
	width: 100%;
}

.section_5 .top .heading_area .heading_1 {
	align-items: center;
	margin: 0 auto 0;
	font-size: 2.5rem;
}

.section_5 .top .heading_area .heading_1 .main {
	line-height: 1;
}

.section_5 .top .heading_area .heading_1 .sub {
	font-size: 0.6em;
	line-height: 1;
}

.section_5 .top .btn {
	display: block;
	width: 80%;
}

.section_5 .bottom {
	width: 90%;
}

@media screen and (min-width: 768px) {
	.section_5 {}

	.section_5 .section_inner {}

	.section_5 .section_container {}

	.section_5 .section_container_inner {}

	.section_5 .inner {
		flex-direction: row;
		gap: 0;
		padding: 10% 0;
	}

	.section_5 .top {
		width: 25%;
	}

	.section_5 .top .heading_area {}

	.section_5 .top .heading_area .heading_1 {
		align-items: flex-end;
	}

	.section_5 .top .heading_area .heading_1 .main {}

	.section_5 .top .heading_area .heading_1 .sub {}

	.section_5 .top .btn {}

	.section_5 .bottom {
		width: 75%;
	}
}

@media screen and (min-width: 1280px) {
	.section_5 .inner {
		padding: 20% 0 0;
	}

	.section_5 .top .btn {
		width: 75%;
	}
}

@media screen and (min-width: 1440px) {
	.section_5 .top {
		gap: 60px;
	}

	.section_5 .top .heading_area .heading_1 {
		font-size: 4.2rem;
	}
}

@media screen and (min-width: 1920px) {
	.section_5 .top .heading_area .heading_1 {
		font-size: 6rem;
	}
}

/* ---------------------------------------------------------------------------------------------------- */

.section_6 {
	background-image: url(../img/top_recruit_bg_sp.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.section_6 .section_inner {
	padding: 0;
}

.section_6 .section_container {}

.section_6 .section_container_inner {}

.section_6 .inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 60px;
	width: 100%;
	padding: 10% 0 20%;
}

.section_6 .heading_area {
	width: 100%;
}

.section_6 .heading_area .heading_1 {
	align-items: center;
	margin: 0 auto 0;
	font-size: 4rem;
}

.section_6 .heading_area .heading_1 .main {
	line-height: 1;
	color: rgba(255, 255, 255, 0.4);
}

.section_6 .heading_area .heading_1 .sub {
	font-size: 0.375em;
	line-height: 1;
	color: #fff;
}

.section_6 .content {
	position: relative;
	width: 90%;
	padding: 5% 5% 10%;
	background-color: rgba(255, 255, 255, 0.85);
}

.section_6 .content .text {
	line-height: 2;
}

.section_6 .content .btn {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
	width: 70%;
}

@media screen and (min-width: 768px) {
	.section_6 {}

	.section_6 .section_inner {}

	.section_6 .section_container {}

	.section_6 .section_container_inner {}

	.section_6 .inner {}

	.section_6 .heading_area {}

	.section_6 .heading_area .heading_1 {}

	.section_6 .heading_area .heading_1 .main {}

	.section_6 .heading_area .heading_1 .sub {}

	.section_6 .content {}

	.section_6 .content .text {}

	.section_6 .content .btn {
		width: 40%;
	}
}

@media screen and (min-width: 1280px) {
	.section_6 {
		background-image: url(../img/top_recruit_bg_pc.png);
		background-size: 95%;
	}

	.section_6 .section_inner {}

	.section_6 .section_container {}

	.section_6 .section_container_inner {}

	.section_6 .inner {
		gap: 24px;
		padding: 20% 0 25%;
	}

	.section_6 .heading_area {}

	.section_6 .heading_area .heading_1 {
		width: 95%;
	}

	.section_6 .heading_area .heading_1 .main {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		width: 100%;
	}

	.section_6 .heading_area .heading_1 .sub {
		position: relative;
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		gap: 0;
		width: 100%;
	}

	.section_6 .heading_area .heading_1 .sub::after {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		transform: translate(0, -50%);
		width: 42.5%;
		height: 8px;
		background-color: #fff;
	}

	.section_6 .content {
		width: 50%;
		padding: 2.5% 5%;
	}

	.section_6 .content .text {}

	.section_6 .content .btn {
		transform: translate(-50%, 75%);
	}
}

@media screen and (min-width: 1440px) {
	.section_6 {}

	.section_6 .section_inner {}

	.section_6 .section_container {}

	.section_6 .section_container_inner {}

	.section_6 .inner {}

	.section_6 .heading_area {}

	.section_6 .heading_area .heading_1 {
		font-size: 6rem;
	}

	.section_6 .heading_area .heading_1 .main {}

	.section_6 .heading_area .heading_1 .sub {}

	.section_6 .heading_area .heading_1 .sub::after {}

	.section_6 .content {
		padding: 1.25% 5%;
	}

	.section_6 .content .text {
		font-size: 1.25rem;
	}

	.section_6 .content .btn {}
}

@media screen and (min-width: 1920px) {
	.section_6 {}

	.section_6 .section_inner {}

	.section_6 .section_container {}

	.section_6 .section_container_inner {}

	.section_6 .inner {
		gap: 48px;
	}

	.section_6 .heading_area {}

	.section_6 .heading_area .heading_1 {
		font-size: 9.375rem;
	}

	.section_6 .heading_area .heading_1 .main {}

	.section_6 .heading_area .heading_1 .sub {}

	.section_6 .heading_area .heading_1 .sub::after {}

	.section_6 .content {
		padding: 2.5% 5%;
	}

	.section_6 .content .text {}

	.section_6 .content .btn {}
}

/* ---------------------------------------------------------------------------------------------------- */
