@charset 'UTF-8';
/*----------------------------------------

	- about
		- feature01
			- challenge
		- feature02
		- feature03 / feature04
-----------------------------------------*/

/*----------------------------------------
about
-----------------------------------------*/

.about {
	margin-top: 48px;
}

.about [class*='feature0']>.heading_l1 {
	margin-top: 80px;
	display: flex;
	gap: 32px;
}

.about [class*='feature0']>.heading_l1::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	position: relative;
	top: -10px;
	height: 70px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

.about .feature01 .heading_l1::before {
	width: 128px;
	background-image: url(/guide/img/j02-feature01.svg);
}

.about .feature02 .heading_l1::before {
	width: 144px;
	background-image: url(/guide/img/j02-feature02.svg);
}

.about .feature03 .heading_l1::before {
	width: 143px;
	background-image: url(/guide/img/j02-feature03.svg);
}

.about .feature04 .heading_l1::before {
	width: 145px;
	background-image: url(/guide/img/j02-feature04.svg);
}

.about [class*='feature0'] .heading_m1 {
	color: var(--color_sapphire-500);
}

.about p {
	margin-top: 16px;
}

.about-btn_m1 {
	display: inline-flex;
	width: 336px;
	text-align: left;
}

.about .btn {
	margin-top: 32px;
}

.about [class*="ic_external"]::before {
	--img: url(/guide/img/j02-icon_external.svg);
}

.about .note {
	margin-top: 8px;
	font-size: var(--font-size12);
	line-height: var(--line-height175);
	font-weight: var(--font-weight400);
	letter-spacing: var(--letter-spacing005);
	color: var(--color_cmn-text-2);
	text-indent: -1em;
	padding-left: 1em;
}

.about .note::before {
	content: "※";
}

@media screen and (max-width: 1040px) {
	.about .btn {
		display: flex;
		justify-content: center;
	}

	.about .note {
		text-align: center;
	}
}

@media screen and (max-width: 800px) {
	.about [class*='feature0']>.heading_l1 {
		margin-top: 64px;
		gap: 24px;
		font-size: var(--font-size24);
	}

	.about [class*='feature0']>.heading_l1::before {
		margin-top: -5px;
	}

	.about .feature01 .heading_l1::before {
		width: 85px;
	}

	.about .feature02 .heading_l1::before {
		width: 95px;
	}

	.about .feature03 .heading_l1::before {
		width: 95px;
	}

	.about .feature04 .heading_l1::before {
		width: 96px;
	}

	.about-btn_m1 {
		width: 100%;
	}
}

.about .item_list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 64px;
}

@media screen and (max-width: 1040px) {
	.about .item_list {
		grid-template-columns: 1fr;
	}
}

/*----------------------------------------
feature01
-----------------------------------------*/

.feature01 .item_list {
	margin-top: 32px;
	grid-template-columns: auto 480px;
	gap: 0;
}

.feature01 .item_list .item:first-of-type {
	padding-right: 64px;
}

.feature01 .item_list .item .image {
	display: flex;
	flex-direction: column;
}

.feature01 .item_list .item .image figure {
	width: 300px;
  border-radius: 8px;
  overflow: hidden;
}

.feature01 .item_list .item .image figure:first-of-type {
	margin-right: auto;
}

.feature01 .item_list .item .image figure:last-of-type {
	margin-top: -80px;
	margin-left: auto;
}

@media screen and (max-width: 1040px) {
	.feature01 .item_list {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.feature01 .item_list .item:first-of-type {
		padding-right: 0;
		order: 2;
	}

	.feature01 .item_list .item:last-of-type {
		order: 1;
	}

	.feature01 .item_list .item .image figure {
		width: 51.72387%;
	}

	.feature01 .item_list .item .image figure:last-child {
		margin-top: calc(-1*(51.72387% - 3.12012%));
	}
}

@media screen and (max-width: 800px) {
	.feature01 .item_list {
		margin-top: 24px;
		gap: 32px;
	}
}

/* challenge */

.challenge {
	margin-top: 80px;
	padding: 48px;
	/* background-color: var(--color_aquamarine-150); */
	background-color: #E3F5FE;
	background-image: url(/guide/img/j02_bg-text.svg);
	background-repeat: no-repeat;
	background-position: calc(100% + 2px) top;
	background-size: auto;
}

.challenge .item_list {
	grid-template-columns: repeat(2, 1fr);
	gap: 64px;
}

.challenge .item_list .item:first-of-type {
	padding-right: 0;
}

@media screen and (max-width: 1040px) {
	.challenge .item_list {
		margin-top: 48px;
		grid-template-columns: 1fr;
	}

	.feature01 .challenge .item_list .item {
		order: unset;
	}
}

@media screen and (max-width: 800px) {
	.challenge {
		margin-top: 64px;
		padding: 48px 24px;
	}

	.challenge .heading_l1 {
		font-size: var(--font-size24);
	}

	.challenge .item_list {
		gap: 48px;
	}
}

/*----------------------------------------
feature02
-----------------------------------------*/

.feature02 .item_list {
	margin-top: 32px;
	grid-template-columns: 480px auto;
	gap: 0;
}

.feature02 .item_list .item:last-of-type {
	padding-left: 64px;
}

.feature02 .item_list .item .image figure {
  border-radius: 8px;
  overflow: hidden;
}

@media screen and (max-width: 1040px) {
	.feature02 .item_list {
		grid-template-columns: 1fr;
		gap: 48px;
	}

	.feature02 .item_list .item:last-of-type {
		padding-left: 0;
	}
}

@media screen and (max-width: 800px) {
	.feature02 .item_list {
		margin-top: 24px;
		gap: 32px;
	}
}

/*----------------------------------------
feature03 / feature04
-----------------------------------------*/

.about .feature03 .heading_l1,
.about .feature04 .heading_l1 {
	font-size: var(--font-size28);
}

.about .feature03 .heading_m1,
.about .feature04 .heading_m1 {
	margin-top: 32px;
}

@media screen and (max-width: 1040px) {

}

@media screen and (max-width: 800px) {
	.about .feature03 .heading_l1,
	.about .feature04 .heading_l1 {
		font-size: var(--font-size24);
	}

	.about .feature03 .heading_m1,
	.about .feature04 .heading_m1 {
		margin-top: 24px;
	}
}