
/* テーマ：丸めのフラットデザイン */
@charset "utf-8";

.p-textarea {
	line-height: 1.8;
	letter-spacing: 0.2em;
}

.p-btn {
	min-width: 20rem;
	justify-content: center;
}
.l-header-wrapper > .p-headline > .p-headline-container {
	font-size: 2.4rem;
	letter-spacing: 0.2em;
	line-height: 1.7;
}
.l-header-wrapper > .p-headline > .p-headline-container > .en {
	font-size: 4rem;
}
.l-header-wrapper > .p-headline > .p-headline-container > .p-subtext {
	order: 2;
	font-size: 40%;
	letter-spacing: 0.2em;
	font-weight: 700;
}
.l-header-wrapper.l-header-wrapper-subtext-under > .p-headline > .p-headline-container > .p-subtext {
	top: initial;
	bottom: -1.5rem;
	font-weight: 700;
}
.l-section-wrapper > .l-section-container {
	padding-top: calc(10rem * 1);
	padding-bottom: calc(3.5rem * 1);
}
.l-section-wrapper + .l-section-wrapper > .l-section-container {
	padding-top: calc(3.5rem * 1);
}
.l-section-wrapper + .l-section-wrapper > .l-section-container > .l-header-wrapper {
	padding-top: calc(2rem * 1);
}
.l-section-wrapper + .l-section-wrapper > .l-section-container > .l-header-wrapper.l-header-wrapper-subtext-under {
    padding-top: calc(2rem * 1);
    padding-bottom: calc(2rem * 1);
}
.l-header-wrapper + .l-content-wrapper {
	margin-top: calc(6rem * 1);
}
.l-section-container > * + .l-footer-wrapper {
	margin-top: calc(6rem * 1);
}
.p-headline h2 {
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.2em;
}
.p-headline h3 {
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.2em;
}
.p-headline h4 {
	font-size: 1.3em;
	letter-spacing: 0.2em;
	margin: 0;
}
.l-section-container > * > .p-container > .p-container-items > * + .p-headline {
	margin-top: 1.2rem;
}
.l-section-container > * > .p-container.row > .p-container-items,
.l-section-container > * > .p-group.row > .p-group-container > .p-group-items {
	text-align: left;
}
.p-container.box > *, .p-group.box > .p-group-container > * {
	gap: 1.5rem;
}
@media only screen and (max-width:830px) {
	.p-headline h2 {
		font-size: 1.9rem;
		line-height: 1.7;
	}
	.p-headline h3 {
		font-size: 1.4rem;
    line-height: 1.7;
	}
	.p-headline h4 {
		font-size: 1rem;
		line-height: 1.7;
	}
	.l-section-wrapper > .l-section-container {
		padding-top: calc(4rem * 1);
		padding-bottom: calc(1.5rem * 1);
	}
	.l-header-wrapper > .p-headline > .p-headline-container > .p-subtext {
		font-size: 60%;
	}
}



.l-section-container > * > .p-container.box {
	border-radius: calc(0.3rem * 2);
	overflow: hidden;
}

.l-section-wrapper.grid .l-content-wrapper > .box > .p-group-container {
	border-radius: calc(0.3rem * 2);
	overflow: hidden;
}
.l-section-container > * > .p-group.box > .p-group-container > .p-group-header {
	border-radius: calc(0.3rem * 2);
	overflow: hidden;
}

.l-section-container > * > .p-group.box > .p-group-container > .p-group-items {
	padding: calc(1.5rem * 1.5 * 1) 0;
	gap: 1.2rem;
}
.p-group.box > .p-group-container > .p-group-items > .p-headline > h3.p-headline-container {
	font-size: 1.4rem;
	text-align: left;
}


/* .s-concept-header */
.s-concept-container {
	border-radius: calc(2 * 0.3rem);
	overflow: hidden;
}




