@charset "utf-8";

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

.now.business::before {
	content: "";
}

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

.section_1 {}

.section_1 .inner {
	padding: 20% 0;
}

.section_1 .wrap {
	gap: 24px;
}

.section_1 .heading_wrap {}

.section_1 .heading_wrap .heading {}

.section_1 .heading_wrap .heading .main {
	font-family: "Noto Sans JP", sans-serif;
}

.section_1 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_1 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_1 .content_wrap {
	gap: 24px;
}

.section_1 .content_wrap .content {
	width: 90%;
	max-width: 1280px;
}

.section_1 .content_wrap .content .item_wrap {}

.section_1 .content_wrap .content .item_wrap .item {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_1 .content_wrap .content .item_wrap .item_1 {
	padding: 5% 0;
	background-color: #003f8e;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap {
	align-items: flex-start;
	gap: 12px;
	width: 90%;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text {
	color: #ffffff;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 12px;
	font-size: 1.25rem;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 .highlight {
	font-size: 1.5em;
	line-height: 1;
}

.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {
	font-family: "Noto Sans JP", sans-serif;
}

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

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

	.section_1 .wrap {
		gap: 48px;
	}

	.section_1 .heading_wrap {}

	.section_1 .heading_wrap .heading {}

	.section_1 .heading_wrap .heading .main {}

	.section_1 .heading_wrap .heading .sub {}

	.section_1 .heading_wrap .heading .sub::before {}

	.section_1 .content_wrap {
		gap: 48px;
	}

	.section_1 .content_wrap .content {}

	.section_1 .content_wrap .content .item_wrap {
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end;
	}

	.section_1 .content_wrap .content .item_wrap .item {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_1 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_1 .content_wrap .content .item_wrap .item_1 {
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		width: 55%;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap {}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text {}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 .highlight {}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: 50%;
		margin-bottom: 48px;
	}

	.section_1 .content_wrap .content:nth-child(even) .item_wrap {
		justify-content: flex-start;
	}

	.section_1 .content_wrap .content:nth-child(even) .item_wrap .item_1 {
		left: auto;
		right: 0;
	}
}

@media screen and (min-width: 1280px) {
	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap {
		gap: 24px;
		width: 80%;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {
		align-items: flex-end;
		font-size: 1.5rem;
		line-height: 1;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 .highlight {
		font-size: 1.65em;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {
		line-height: 2;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: 60%;
	}
}

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

	.section_1 .content_wrap {
		gap: 84px;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 {
		width: 55%;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {
		font-size: 1.875rem;
	}

	.section_1 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {
		font-size: 1.125rem;
	}

	.section_1 .content_wrap .content .item_wrap .item_2 {
		width: 50%;
	}
}

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

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

.section_2 {
	background-color: #ffffff;
}

.section_2 .inner {
	padding: 20% 0;
}

.section_2 .wrap {
	gap: 24px;
}

.section_2 .heading_wrap {}

.section_2 .heading_wrap .heading {}

.section_2 .heading_wrap .heading .main {
	font-family: "Noto Sans JP", sans-serif;
}

.section_2 .heading_wrap .heading .sub {
	color: #003f8e;
}

.section_2 .heading_wrap .heading .sub::before {
	background-color: #003f8e;
}

.section_2 .content_wrap {
	gap: 24px;
}

.section_2 .content_wrap .content_top {
	width: 90%;
	max-width: 1024px;
	padding-bottom: 12px;
	border-bottom: 2px #003f8e solid;
}

.section_2 .content_wrap .content_top .text {
	font-family: "Noto Sans JP", sans-serif;
}

.section_2 .content_wrap .content {
	gap: 12px;
	width: 90%;
	max-width: 1280px;
}

.section_2 .content_wrap .content .title {
	width: 100%;
	padding: 12px;
	background-color: #003f8e;
}

.section_2 .content_wrap .content .title .text {
	font-family: "Noto Sans JP", sans-serif;
	color: #ffffff;
}

.section_2 .content_wrap .content .item_wrap {
	gap: 12px;
}

.section_2 .content_wrap .content .item_wrap .item {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

.section_2 .content_wrap .content .item_wrap .item_1 {}

.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap {
	width: 100%;
}

.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text {
	font-family: "Noto Sans JP", sans-serif;
}

.section_2 .content_wrap .content .item_wrap .item_2 {}

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

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

	.section_2 .wrap {
		gap: 48px;
	}

	.section_2 .heading_wrap {}

	.section_2 .heading_wrap .heading {}

	.section_2 .heading_wrap .heading .main {}

	.section_2 .heading_wrap .heading .sub {}

	.section_2 .heading_wrap .heading .sub::before {}

	.section_2 .content_wrap {
		gap: 48px;
	}

	.section_2 .content_wrap .content {}

	.section_2 .content_wrap .content .item_wrap {
		flex-direction: row-reverse;
		justify-content: space-between;
		align-items: flex-start;
		gap: 0;
	}

	.section_2 .content_wrap .content .item_wrap .item {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item .text_wrap .text {}

	.section_2 .content_wrap .content .item_wrap .item_1 {
		width: 47.5%;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap {}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text {}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 {}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_1 .highlight {}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text_2 {}

	.section_2 .content_wrap .content .item_wrap .item_2 {
		width: 50%;
	}

	.section_2 .content_wrap .content:nth-child(even) .item_wrap {
		flex-direction: row;
	}
}

@media screen and (min-width: 1280px) {
	.section_2 .content_wrap .content_top {
		width: 80%;
	}

	.section_2 .content_wrap .content_top .text {
		line-height: 2;
	}

	.section_2 .content_wrap .content {
		gap: 24px;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap {
		gap: 24px;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text {
		line-height: 2;
	}
}

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

	.section_2 .content_wrap {
		gap: 84px;
	}

	.section_2 .content_wrap .content_top {
		margin-bottom: 36px;
	}

	.section_2 .content_wrap .content_top .text {
		font-size: 1.125rem;
	}

	.section_2 .content_wrap .content {
		gap: 48px;
	}

	.section_2 .content_wrap .content .title {
		padding: 12px 36px;
	}

	.section_2 .content_wrap .content .title .text {
		font-size: 1.875rem;
	}

	.section_2 .content_wrap .content .item_wrap .item_1 .text_wrap .text {
		font-size: 1.125rem;
	}
}

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

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