body {
	min-width: auto;
}
.l-content-inner {
	width: 100%;
	max-width: 1534px;
	margin: 0 auto;
	padding: 0 32px;
}

.c-annotation_mark {
	font-size: 0.667em;
	vertical-align: super;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	top: 2px;
}

.c-itemlist {
	background: #fff;
}

.c-itemlist-list_1column {
	display: flex;
	justify-content: center;
}

.c-itemlist-list_1column .item-img img {
	width: 292px;
}

@media screen and (max-width: 820px) {
	.c-itemlist-list_1column .item-img {
		width: 231px;
		max-width: 231px;
	}

	.c-itemlist-list_1column .item-img img {
		width: 231px;
	}
}

.c-itemlist:last-of-type {
	margin-bottom: 0 !important;
}

.p-page-bg {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100%;
	background: url(../images/primer/bg-page-top.webp) no-repeat;
	background-size: cover;
	background-position: center top;
	z-index: -1;
}
.p-page-bg.is-end {
	height: 100%;
	background-image: url(../images/primer/bg-fixed-end-pc.webp);
	background-position: center center;
}

.p-fixed-end {
	width: 100%;
	height: 680px;
}

@media screen and (max-width: 820px) {
	.p-page-bg {
		background-size: 286.373vw auto;
		background-position: 78% top;
	}
	.p-page-bg.is-end {
		background-image: url(../images/primer/bg-fixed-end-sp.webp);
		background-size: 100% auto;
	}

	.p-fixed-end {
		height: 600px;
	}

	.c-itemlist.c-itemlist--products {
		background: #f7f7f7;
	}
}

/* ------------------------------
	.p-mv
------------------------------ */

.p-mv-inner {
	position: relative;
	width: 100%;
	height: 100vh;
}

.p-mv-main {
	position: absolute;
	top: 6.875vw;
	left: 10.521vw;
	width: 36.615vw;
}
.p-mv-main picture,
.p-mv-main img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (min-width: 821px) and (max-width: 1024px) {
	.p-mv-main {
		top: 15.875vw;
		left: 10.521vw;
		width: 44.615vw;
	}
}

@media screen and (max-width: 820px) {
	.p-mv-inner {
		height: auto;
		padding-top: 125.607vw;
	}

	.p-mv-main {
		position: relative;
		top: auto;
		left: auto;
		width: 89.333vw;
		margin: 0 auto;
	}
}

/* ------------------------------
	.p-fv-under
------------------------------ */
.p-fv-under {
	position: relative;
	padding-top: 7.1vw;
	background: linear-gradient(to bottom, rgba(19, 69, 126, 0) 0%, rgba(19, 69, 126, 1) 50%);
}

.p-fv-under-visual {
	position: relative;
	width: 100%;
	margin: 0 auto;
	aspect-ratio: 625 / 360;
}

.p-fv-under-people01 {
	position: absolute;
	top: 0;
	left: 43.8%;
	width: 32.76vw;
}
.p-fv-under-people01 picture,
.p-fv-under-people01 img {
	display: block;
	width: 100%;
	height: auto;
}
.p-fv-under-people01::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -7.16%;
	width: 0.966vw;
	height: 11.845vw;
	background: url(../images/primer/text-fv-under-people.svg) no-repeat center top;
	background-size: 100% 100%;
}

.p-fv-under-people02 {
	position: absolute;
	top: 41.7%;
	left: 22.5%;
	width: 30.104vw;
}
.p-fv-under-people02 img {
	display: block;
	width: 100%;
	height: auto;
}

.p-fv-under-item {
	position: absolute;
	top: 53.7%;
	left: 57.5%;
	width: 13.281vw;
}
.p-fv-under-item picture,
.p-fv-under-item img {
	display: block;
	width: 100%;
	height: auto;
}

.p-fv-under-title {
	position: absolute;
	top: 93.7%;
	left: 46.8%;
	width: 32.757vw;
}
.p-fv-under-title img {
	display: block;
	width: 100%;
	height: auto;
}

.p-fv-under-bottom {
	position: relative;
	margin-top: 12.85vw;
}

.p-fv-under-bottom-txt {
	position: absolute;
	top: 18%;
	left: 19.1vw;
	width: 24.766vw;
	color: #fff;
	z-index: 1;
}
.p-fv-under-bottom-txt-lead {
	font-size: 0.938vw;
	line-height: 1.89;
	letter-spacing: 0.1em;
}
.p-fv-under-bottom-txt-catch {
	margin-top: 1.615vw;
}
.p-fv-under-bottom-txt-catch img {
	display: block;
	width: 100%;
	height: auto;
}
.p-fv-under-bottom-txt-detail {
	font-size: 0.938vw;
	line-height: 1.89;
	letter-spacing: 0.1em;
	margin-top: 2.484vw;
	padding-top: 2.484vw;
	border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.p-fv-under-bottom-txt-annotation {
	font-size: 0.625vw;
	line-height: 1.33;
	letter-spacing: 0.1em;
	margin-top: 1.615vw;
}

.p-fv-under-bottom-img {
	width: 58%;
	margin-left: auto;
}
.p-fv-under-bottom-img picture,
.p-fv-under-bottom-img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

@media screen and (max-width: 820px) {
	.p-fv-under {
		padding-top: 18vw;
	}

	.p-fv-under-visual {
		max-width: 100%;
		aspect-ratio: auto;
	}

	.p-fv-under-people01 {
		position: relative;
		top: auto;
		left: auto;
		width: 84%;
	}

	.p-fv-under-people01::before {
		top: 7vw;
		left: auto;
		right: -7vw;
		transform: none;
		width: 3.667vw;
		height: 44.72vw;
}

	.p-fv-under-people02 {
		position: relative;
		top: auto;
		left: 7.4vw;
		width: 85.5vw;
		margin-top: 18vw;
	}

	.p-fv-under-item {
		position: absolute;
		top: 71vw;
		left: 54vw;
		width: 44.037vw;
	}

	.p-fv-under-title {
		position: relative;
		top: auto;
		left: auto;
		width: 86vw;
		margin: -5vw auto 0;
	}

	.p-fv-under-bottom {
		margin-top: 12vw;
		display: flex;
    flex-direction: column-reverse;
	}

	.p-fv-under-bottom-txt {
		position: static;
		transform: none;
		width: 100%;
		padding: 46px 7.944vw 100px;
	}
	.p-fv-under-bottom-txt-lead {
		font-size: 1.8rem;
		line-height: 1.5;
	}
	.p-fv-under-bottom-txt-catch {
		margin-top: 27px;
	}
	.p-fv-under-bottom-txt-catch img {
		width: 79.2vw;
	}
	.p-fv-under-bottom-txt-detail {
		font-size: 1.4rem;
		line-height: 1.786;
		margin-top: 36px;
		padding-top: 35px;
	}
	.p-fv-under-bottom-txt-annotation {
		font-size: 0.8rem;
		line-height: 1.375;
		margin-top: 14px;
	}

	.p-fv-under-bottom-img {
		width: 100%;
		padding-left: 8%;
	}
}



/* ------------------------------
	.header
------------------------------ */
.l-overlay {
	z-index: 100;
}
.l-header {
	z-index: 110;
}

/* ------------------------------
	.footer
------------------------------ */
.l-online-btn {
	z-index: 20;
}
.l-online-btn-link {
	border-color: transparent;
	color: #13457E;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.45) 100%);
}


/* 追記分 */


.u-visually-hidden {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}


@media screen and (min-width: 821px) {
	.c-itemlist:nth-of-type(n+2) {
		padding: 234px 36px 213.5px;
	}

	.c-itemlist:last-of-type {
		margin-bottom: 65.6px;
		padding-top: 0;
	}
}

@media screen and (max-width: 767px) {
	.l-main {
		overflow-x: hidden;
	}
}

@media screen and (min-width: 821px) {
	.-tab_sp {
		display: none;
	}
}

@media screen and (max-width: 820px) {
	.-tab_pc {
		display: none;
	}

}

/* ------------------------------
	.p-point (js-section-2)
------------------------------ */
.p-point-sec {
	background: linear-gradient(to bottom, #A8B9CE 0%, #13457E 100%);
}

.p-point {
	padding: 268px 20px 162.6px;
}

.p-point-card {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 78px 26.7px 26.6px;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.36) 100%);
	text-align: center;
}
.p-point-card::before {
	content: "";
	position: absolute;
	top: 16px;
	bottom: 16px;
	left: 18px;
	right: 18px;
	border: 1px solid rgba(19, 69, 126, 0.3);
	pointer-events: none;
}
.p-point-card + .p-point-card {
	margin-top: 138px;
}

.p-point-card-num {
	position: absolute;
	top: clamp(-44px, -2.292vw, 0px);
	left: clamp(0px, 8.125vw, 156px);
	width: 195px;
}
.p-point-card-num img {
	display: block;
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1200px) {
	.p-point-card-num {
		width: 140px;
	}
}

.p-point-card-label {
	position: relative;
	display: inline-block;
	padding: 0 52px;
	font-size: 3rem;
	font-weight: 800;
	color: #13457E;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
.p-point-card-label::before,
.p-point-card-label::after {
	content: "";
	position: absolute;
	top: 66%;
	width: 2px;
	height: 41px;
	margin-top: -20.5px;
	background-color: #13457E;
	border-radius: 1px;
}
.p-point-card-label::before {
	left: 14px;
	transform: rotate(-33deg);
}
.p-point-card-label::after {
	right: 14px;
	transform: rotate(33deg);
}

.p-point-card-title {
	position: relative;
	display: table;
	margin: 20px auto 0;
}
.p-point-card-title img {
	display: block;
	max-width: 100%;
	height: auto;
}
.p-point-card--01 .p-point-card-title img {
	width: 652.61px;
}
.p-point-card--02 .p-point-card-title img {
	width: 350px;
}
.p-point-card--03 .p-point-card-title img {
	width: 418px;
}

.p-point-card-title-mark {
	position: absolute;
	top: 0;
	right: -25px;
	font-size: 1.2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	color: #595757;
}
.p-point-card--03 .p-point-card-title-mark {
	color: #13457E;
}

.p-point-card-text {
	margin-top: 36.3px;
	font-size: 1.8rem;
	line-height: 1.89;
	letter-spacing: 0.1em;
	color: #595757;
}

.p-point-card-img {
	margin: 0 auto;
	max-width: 100%;
}
.p-point-card--01 .p-point-card-img {
	width: 807px;
	margin-top: 25px;
}
.p-point-card--02 .p-point-card-img {
	width: 378px;
	margin-top: 49.3px;
}
.p-point-card--03 .p-point-card-img {
	width: 359px;
	margin-top: 46.5px;
}
.p-point-card-img img {
	width: 100%;
	height: auto;
}

.p-point-card-caption {
	margin-top: 11.2px;
	font-size: 1.2rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	color: #595757;
	text-align: right;
}

.p-point-card-annotation {
	margin-top: 41.5px;
	font-size: 1.2rem;
	line-height: 1.8;
	letter-spacing: 0.1em;
	color: #595757;
	text-align: right;
}

/* ------------------------------
	.p-how (js-section-2)
------------------------------ */
.p-how {
	padding: 0 20px 200px;
	text-align: center;
}

.p-how-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 37.3px;
}
.p-how-title::before,
.p-how-title::after {
	content: "";
	width: 81.5px;
	height: 1px;
	background-color: #fff;
}

.p-how-text {
	margin-top: 54px;
	font-size: 1.8rem;
	line-height: 1.89;
	letter-spacing: 0.1em;
	color: #fff;
}

.p-how-img {
	margin-top: 90px;
}
.p-how-img img {
	width: 1178px;
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 820px) {
	.p-point {
		padding: 150px 16px 80px;
	}

	.p-point-card {
		padding: 88.4px 18px 12px;
	}
	.p-point-card::before {
		display: none;
	}
	.p-point-card + .p-point-card {
		margin-top: 76px;
	}

	.p-point-card-num {
		top: -64px;
		left: 50%;
		transform: translateX(-50%);
		width: 129.35px;
	}

	.p-point-card-label {
		padding: 0 30px;
		font-size: 1.8rem;
		line-height: 1.89;
	}
	.p-point-card-label::before,
	.p-point-card-label::after {
		height: 25.8px;
		margin-top: -12.9px;
	}
	.p-point-card-label::before {
		left: 8px;
	}
	.p-point-card-label::after {
		right: 8px;
	}

	.p-point-card--01 .p-point-card-title img {
		width: 328px;
	}
	.p-point-card--02 .p-point-card-title img {
		width: 190.22px;
	}
	.p-point-card--03 .p-point-card-title img {
		width: 253.62px;
	}

	.p-point-card-title-mark {
		right: -14px;
		font-size: 0.8rem;
	}

	.p-point-card-text {
		margin-top: 42.7px;
		font-size: 1.4rem;
		line-height: 1.857;
	}

	.p-point-card--01 .p-point-card-img,
	.p-point-card--02 .p-point-card-img,
	.p-point-card--03 .p-point-card-img {
		width: 100%;
		padding: 0 30px;
	}
	.p-point-card--01 .p-point-card-img {
		margin-top: 35.5px;
	}
	.p-point-card--02 .p-point-card-img {
		margin-top: 60.9px;
	}
	.p-point-card--03 .p-point-card-img {
		margin-top: 50px;
	}

	.p-point-card-caption {
		font-size: 0.8rem;
		margin-top: 5px;
	}

	.p-point-card-annotation {
		margin-top: 47px;
		font-size: 0.8rem;
		text-align: left;
	}
	.p-point-card--01 .p-point-card-annotation {
		text-align: right;
		margin-right: -13px;
	}

	.p-how {
		padding: 0 28px 69.2px;
	}

	.p-how-title {
		gap: 9px;
	}
	.p-how-title::before,
	.p-how-title::after {
		width: 61.18px;
	}
	.p-how-title img {
		width: 181.71px;
	}

	.p-how-text {
		margin-top: 28px;
		font-size: 1.3rem;
	}

	.p-how-img {
		margin-top: 64px;
		padding: 0 12px;
	}
	.p-how-img img {
		width: 100%;
	}
}

/* ------------------------------
	.p-wuse (js-section-3)
------------------------------ */
.p-wuse {
	position: relative;
	background: url(../images/primer/bg-w-use.webp) no-repeat center center;
	background-size: cover;
}

.p-wuse-inner {
	position: relative;
	max-width: 1920px;
	height: 590px;
	margin: 0 auto;
}

.p-wuse-badge {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -502px;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 184.53px;
	height: 184.53px;
	padding-bottom: 12px;
	border-radius: 50%;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.36) 100%);
	font-size: 2.8rem;
	font-weight: 800;
	line-height: 1.286;
	letter-spacing: 0.06em;
	color: #13457E;
	text-align: center;
}

.p-wuse-item {
	position: absolute;
	top: -78px;
	left: -487px;
	width: 511px;
	z-index: 2;
}
.p-wuse-item img {
	display: block;
	width: 100%;
	height: auto;
}

.p-wuse-box {
	position: absolute;
	top: 134px;
	left: 50%;
	margin-left: 27px;
	width: 553px;
	height: 320px;
	padding: 60px 35px 0;
	background-color: rgba(255, 255, 255, 0.6);
}
.p-wuse-box::before {
	content: "";
	position: absolute;
	top: -8px;
	right: 8px;
	bottom: 8px;
	left: -8px;
	border: 2px solid #13457E;
	pointer-events: none;
}

.p-wuse-box-title img {
	display: block;
	margin: 0 auto;
	width: 421.98px;
	max-width: 100%;
	height: auto;
}
.p-wuse-box-title::after {
	content: "";
	display: block;
	margin-top: 35.4px;
	height: 2px;
	background-color: #13457E;
}

.p-wuse-box-text {
	margin-top: 42.3px;
	font-size: 1.8rem;
	line-height: 1.889;
	letter-spacing: 0.1em;
	color: #13457E;
}

@media screen and (max-width: 1200px) {
	.p-wuse-inner {
		height: 49.167vw;
	}

	.p-wuse-badge {
		top: -4vw;
		margin-left: -43.25vw;
		width: 15.378vw;
		height: 15.378vw;
		font-size: 2.333vw;
	}

	.p-wuse-item {
		top: -6.5vw;
		left: -40.583vw;
		width: 42.583vw;
	}

	.p-wuse-box {
		top: 11.167vw;
		margin-left: 2.25vw;
		width: 46.083vw;
		height: 26.667vw;
		padding: 5vw 2.917vw 0;
	}

	.p-wuse-box-title img {
		width: 35.165vw;
	}
	.p-wuse-box-title::after {
		margin-top: 2vw;
	}

	.p-wuse-box-text {
		margin-top: 3.833vw;
		font-size: 1.5vw;
	}
}

@media screen and (max-width: 820px) {
	.p-wuse {
		margin-top: -1px;
		background: #13457E;
	}

	.p-wuse-inner {
		height: auto;
		padding: 0 7.944vw 100px;
	}

	.p-wuse-badge {
		position: relative;
		top: auto;
		left: auto;
		margin: 0 auto -71px;
		width: 142.84px;
		height: 142.84px;
		padding-bottom: 0;
		background: #13457E;
		border: 2px solid #fff;
		color: #fff;
		font-size: 2.1rem;
		font-weight: 600;
		padding-bottom: 8px;
	}

	.p-wuse-box {
		position: relative;
		top: auto;
		left: auto;
		margin: 46px auto 0;
		width: 100%;
		height: auto;
		padding: 60px clamp(16px, 6.542vw, 28px) 59.4px;
		background-color: #fff;
	}
	.p-wuse-box::before {
		display: none;
	}

	.p-wuse-box-title img {
		width: 296px;
		margin: 0 auto;
	}
	.p-wuse-box-title::after {
		margin-top: 12px;
	}

	.p-wuse-item {
		position: relative;
		top: auto;
		left: 50%;
		transform: translateX(-50%);
		margin: 0;
		width: 308px;
	}
	.p-wuse-item img {
		margin-left: -8px;
	}

	.p-wuse-box-text {
		margin-top: 0;
		font-size: clamp(1rem, 4.206vw, 1.8rem);
		line-height: 1.444;
		text-align: center;
	}
}
