@charset "utf-8";

:root {
	/* base */
	--cts-gutter: clamp(20px, -2.212rem + 8.91vw, 65px);/*375-768*/
	--cts-width: 1450px;

	/* font */
	--dp-font-jp: "Noto Sans JP", sans-serif;      
	--cts-font: "calibri", sans-serif;

	/* color */
	--color-white-1: #FFFFFF;
	--color-white-2: #F6F6F6;
	--color-gray-1: #ECECEC;
	--color-gray-2: #C8C8C8;
	--color-gray-3: #A3A3A3;
	--color-pink-1: #C7B5B6;
	--color-blue-1: #2D6288;
	--color-blue-2: #004DA1;
	--color-blue-3: #E5F2FF;
	--color-blue-4: #00A2E6;
	--color-blue-5: #66C7F0;
	--color-black-1: #000000;
	--color-black-2: #484848;
	--color-black-3: #585556;
	--color-black-4: #999999;
	--color-black-5: #707070;
	--color-black-6: #7F7F7F;
}

/* LP共通汎用
____________________*/
body {
	padding-right: 0 !important;
	overflow: visible !important;
}
#container a, #container a span {
    color: inherit;
    text-decoration: none;
}
.pagetop {
	display: none;	
}
#pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
#pagetop a {
	color: #fff;
	background-color: #333;
	border-radius: 5px;
	display: block;
	font-size: 12px;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
}
figure {
	margin: 0;
	text-align: center;
}
img {
	width: 100%;
	height: auto;
	image-rendering: -webkit-optimize-contrast;
}
.l-header {
    width: 100%;
    background: #fff;
    position: relative;
}
.c-breadcrumb--gray {
	display: flex;
	align-items: center;
}
.bnr_link_win11_wrap {
    margin: 0 auto;
}
.bnr_link_win11 img {
    transition: opacity 0.3s;
    width: 300px;
}
.bnr_link_win11 img:hover {
	opacity: 0.75;
}
.BreadcrumbList_wrap {
	background: #fff;
	position: relative;
    z-index: 2;
}
.footer-wrap {
    background: #fff;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 1280px) {
    .l-header {
        z-index: 10;
    }
}
@media screen and (min-width: 768px), print and (min-width: 768px) {
	.c-breadcrumb__list.u-pc-width,
	.bnr_link_win11_wrap.u-pc-width {
		padding-inline: 30px;
	}
	.bnr_link_win11_wrap.u-pc-width {
		width: auto;
	}
}
@media screen and (max-width: 1000px) {
	.c-breadcrumb--gray {
		display: inherit;
	}
	.bnr_link_win11_wrap {
		width: 100%;
		margin: 10px auto 0 !important;
		padding-block-end: 10px;
	}
	.bnr_link_win11 {
		width: 100%;
		margin-top: 0;
		text-align: center;
	}
}
.contents__wrap {
	width: 100%;
	background: var(--cts-color1);
	margin-inline: auto;
	font-size: var(--cts-font-size);
	font-family: var(--dp-font-jp);
	letter-spacing: 0.05em;
	color: var(--color-white-1);
}
.contents__wrap img {
	max-width: 100%;
	vertical-align: bottom;
}
.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
.flash:hover {
	animation-name: hover-flash;
	animation-duration: 1s;
	opacity: .85;
}
@keyframes hover-flash {
	0% {
		opacity: .3;
	}
	100% {
		opacity: .85;
	}
}

/* コンテンツ
____________________*/
::selection {
	color: var(--color-white-1);
	background-color: var(--color-blue-2);
}
.contents__wrap {
	color: var(--color-black-2);
	position: relative;
	z-index: 1;
}
.contents__wrap .lp-bg {
	width: 100%;
	height: 100%;
	background: url(../../general_note/img/ma4-08/bg-pc.webp) no-repeat center top/100%;
	position: fixed;
	top: 0;
    left: 0;
	z-index: -1;
}
.contents__inner {
	width: 100%;
	max-width: var(--cts-width);
	margin-inline: auto;
	padding-inline: var(--cts-gutter);
	box-sizing: border-box;
	position: relative;
}

@media (max-width: 768px) {/*375-768*/
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.contents__wrap {
		padding-bottom: 0;
	}
	.contents__wrap .lp-bg {
		width: 100%;
		height: 100%;
		background: url(../../general_note/img/ma4-08/bg-sp.webp) no-repeat center top/100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
	}
}

/* mv
____________________*/
.contents--mv {
	width: 100%;
	aspect-ratio: 1920 / 735;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.contents--mv .mv {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	max-width: inherit;
	padding-inline: 0;
	margin: 0;
}
.contents--mv .mv .kv-logo {
	width: 20.833333333333336vw;
	position: absolute;
	top: 4.84375vw;
	left: 6.302083333333333vw;
	z-index: 3;
}
.contents--mv .mv .kv-catch {
	width: 21.979166666666668vw;
	position: absolute;
	top: 19.0625vw;
	left: 9.895833333333332vw;
	z-index: 3;
}
.contents--mv .mv .kv-ma4-wrap {
	width: 66.23385416666667vw;
	position: absolute;
	top: 9.114583333333332vw;
	left: 29.635416666666664vw;
	z-index: 4;
}
.contents--mv .mv .kv-ma4-wrap .kv-note-1 {
	width: 26.25vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 6;
}
.contents--mv .mv .kv-ma4-wrap .kv-note-2 {
	width: 26.25vw;
	position: absolute;
	top: 0;
	left: 20vw;
	z-index: 5;
}
.contents--mv .mv .kv-ma4-wrap .kv-note-3 {
	width: 26.25vw;
	position: absolute;
	top: 0;
	left: 40vw;
	z-index: 4;
}
.contents--mv .mv .ttl-h1 {
	font-size: 2.604166666666667vw;
	font-family: var(--cts-font);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	padding-top: 30.208333333333332vw;
	position: relative;
	z-index: 2;
}
.txt-series {
	font-size: 1.875vw;
	font-family: var(--dp-font-jp);
	position: relative;
	z-index: 2;
}
.contents--mv .mv .kv-model-name {
	font-size: 1.0416666666666665vw;
	font-family: var(--cts-font);
	font-weight: 400;
	line-height: 1;
	text-align: center;
	padding-top: 1.0416666666666665vw;
}
.kv-note-1,
.kv-note-2,
.kv-note-3,
.kv-catch {
	opacity: 0;
}
@media (max-width: 768px) {/*375-768*/
	.contents--mv {
		aspect-ratio: 375/386;
	}
	.contents--mv .mv .kv-logo {
		width: 35.733333333333334vw;
		top: 4vw;
		left: 6.666666666666667vw;
	}
	.contents--mv .mv .kv-catch {
		width: 52.53333333333333vw;
		top: 23.866666666666667vw;
		left: 23.733333333333334vw;
	}
	.contents--mv .mv .kv-ma4-wrap {
		width: 98.44266666666668vw;
		top: 34.266666666666666vw;
		left: 0.8vw;
	}
	.contents--mv .mv .kv-ma4-wrap .kv-note-1 {
		width: 36.22133333333334vw;
		left: 0;
	}
	.contents--mv .mv .kv-ma4-wrap .kv-note-2 {
		width: 36.22133333333334vw;
		left: 30vw;
	}
	.contents--mv .mv .kv-ma4-wrap .kv-note-3 {
		width: 36.22133333333334vw;
		left: 60vw;
	}
	.contents--mv .mv .ttl-h1 {
		font-size: 7.733333333333333vw;
		padding-top: 62vw;
	}
	.txt-series {
		font-size: 5.6000000000000005vw;
	}
	.contents--mv .mv .kv-model-name {
		font-size: 3.733333333333334vw;
		padding-top: 3.041667vw;
	}
}

/* spec
____________________*/
.contents--spec {
	width: 100%;
	padding-top: 4.947916666666666vw;
	position: relative;
	z-index: 2;
}
.layout-wrapper {
	width: 100%;
	max-width: 1295px; /* PC最大幅 */
	margin: 0 auto;
	box-sizing: border-box;
}

/* 共通の枠線・角丸・各アイテムスタイル */
.item {
	border: 1px solid var(--color-white-2);
	border-radius: 0.9375rem; /* 15px */
	background-color: var(--color-white-1);
	box-shadow: 0px 2px 5px 0px rgba(246, 246, 246, 1);
	padding: 1rem 1.25rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	text-align: center;
}

/* 内部要素用フレックス */
.inner-flex {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem; /* 8px */
}

.group {
	display: flex;
	flex-direction: column;
	gap: 0.5rem; /* 8px */
}

.color-box-item-wrap {
	display: flex;
	justify-content: space-between;
	gap: 2rem;
}

.color-box-item {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.lapis-blue { color: var(--color-blue-1); }
.charcoal-black { color: var(--color-black-3); }
.rose-gold { color: var(--color-pink-1); }

.lapis-blue .color-box { background: var(--color-blue-1); }
.charcoal-black .color-box { background: var(--color-black-3); } 
.rose-gold .color-box { background: var(--color-pink-1); }

.item-1 .inner-flex {
	align-items: center;
	justify-content: center;
}

/* font & utility */
.font-xxl, .font-xl, .font-l, .font-m, .font-s {
	line-height: 1.5;
	letter-spacing: 0;
}
.bold { font-weight: 700; }
.center { text-align: center; }
.left { text-align: left; }

.spec-note {
	font-size: clamp(0.625rem, 0.5826rem + 0.2589vw, 0.875rem);
	line-height: 1.5;
	margin-top: clamp(0.625rem, 0.572rem + 0.3236vw, 0.9375rem);
	letter-spacing: 0;
}
/* PCサイズ (769px 以上) */
@media screen and (min-width: 1001px) {
    .layout-pc-module {
        display: grid;
        grid-template-columns: 230fr 678fr 347fr;
        gap: 0.625rem; /* 10px */
        align-items: stretch; /* カラム全体の高さを揃える */
    }

    .group-pc-left  { grid-column: 1 / 2; }
    .group-pc-main  { grid-column: 2 / 3; }
    .group-pc-right { grid-column: 3 / 4; }

    /* グループ内部のアイテム高さを引き伸ばして揃える */
    .group {
        gap: 0.625rem; /* 10px */
        height: 100%;
    }

    .group .item {
        flex: 1; /* 親の高さに合わせて各カードを均等に伸縮 */
        padding-block: 1rem; /* パディングの一括揃え */
    }

	/* layout */
	.item-1 {
		aspect-ratio: 678/113;
	}
	.color-box {
		width: 3.75rem; /* 60px */
		height: 3.75rem; /* 60px */
		border-radius: 50%;
		display: block;
	}
	.color-box + p {
		margin-top: 0.5rem;
	}
	.item-2 {
		aspect-ratio: 678/534;
	}
	.item-2 .inner-flex {
		display: flex;
		gap: 0.75rem;
		margin-top: 1rem;
	}
	.intel-wrap {
		width: 66%;
		background: var(--color-white-2);
		padding: 1rem;
		border-radius: 0.625rem; /* 10px */
	}
	.amd-wrap {
		width: 34%;
		background: var(--color-white-2);
		padding: 1rem;
		border-radius: 0.625rem; /* 10px */
	}
	.cpu-flex {
		display: flex;
		gap: 1.25rem;
	}
	.cpu-detail {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 0.75rem;
	}
	.cpu {
		width: 6.25rem; /* 100px */
	}
	.cpu.ryzen {
		width: 7rem; /* 112px */
	}
	.cpu + p {
		margin-top: 0.75rem;
	}
	.times {
		margin-top: 1.25rem;
	}
	.times dt {
		font-weight: 400;
	}
	.item-3 {
		aspect-ratio: 230/146;
	}
	.item-4 {
		aspect-ratio: 230/100;
	}
	.item-5 {
		aspect-ratio: 230/52;
	}
	.item-5 .inner-flex {
		justify-content: center;
		gap: 1rem;
	}
	.wh60 {
		width: 2.7vw;
	}
	.item-6 {
		aspect-ratio: 230/136;
	}
	.item-6 .inner-flex {
		justify-content: center;
	}
	.wifi, .lan {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.wifi {
		align-items: flex-end;
	}
	.wifi img {
		width: 2.8125rem; /* 45px */
		margin-block: 0.1875rem; /* 3px */
	}
	.lan {
		align-items: flex-start;
	}
	.lan img {
		width: 2.5rem; /* 40px */
		margin-inline: 0.15625rem; /* 2.5px */
	}
	.item-7 {
		aspect-ratio: 230/183;
	}
	.mil img {
		width: 6.625rem; /* 106px */
	}
	.item-8 {
		aspect-ratio: 347/253;
	}
	.win11 {
		width: 15.5625rem; /* 249px */
	}
	.win11 + p {
		margin-top: 3rem;
	}
	.item-9 {
		aspect-ratio: 347/113;
	}
	.item-9 .inner-flex {
		justify-content: center;
		gap: 4rem;
	}
	.hello {
		width: 3.625rem; /* 58px */
	}
	.item-10 {
		aspect-ratio: 347/147;
	}
	.item-10 .inner-flex {
		max-width: 80%;
		justify-content: flex-start;
		align-items: center;
		gap: 2rem;
		margin-inline: auto;
	}
	.item-10 .inner-flex:nth-of-type(2) {
		margin-top: 0.75rem;
	}
	.memory, .ssd {
		width: 2.9375rem; /* 47px */
	}
	.ssd img {
		width: 1.875rem; /* 30px */
		margin-inline: auto;
	}
	.item-11 {
		aspect-ratio: 347/114;
	}
	.item-11 .inner-flex {
		justify-content: center;
		gap: 3rem;
	}
	.usb {
		width: 2.6875rem; /* 43px */
	}

	/* font */
	.font-xxl { font-size: 2.25rem;  } /* 36px */
	.font-xl  { font-size: 2rem;     } /* 32px */
	.font-l   { font-size: 1.125rem; } /* 18px */
	.font-m   { font-size: 1rem;     } /* 16px */
	.font-s   { font-size: 0.875rem; } /* 14px */
}

/* SPサイズ (768px 以下) */
@media screen and (max-width: 1000px) {
	.layout-wrapper {
		max-width: 700px; /* PC最大幅 */
	}
    .layout-pc-module {
        display: flex;
        flex-wrap: wrap;
        gap: 1.067vw; /* 4px */
    }

    /* 上部: 中央ブロック(1,2) */
    .group-pc-main {
        order: 1;
        width: 100%;
    }

    /* 下部: 左(3-7) と 右(8-11) 横並び2列 */
    .group-pc-left {
        order: 2;
        width: calc(40.4% - 1.067vw);
    }

    .group-pc-right {
        order: 3;
        width: calc(60.7% - 1.067vw);
    }

    /* layout */
    .group {
        gap: 1.067vw; /* 4px */
    }
    .item {
        padding: 2.667vw; /* 10px */
        border-radius: 2.667vw; /* 10px */
    }
    .inner-flex {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
	.item-1 {
		aspect-ratio: 337/56;
	}
    .item-1 .inner-flex {
        align-items: center;
        justify-content: center;
		gap: 15.2vw;
    }
    .color-box-item-wrap {
        display: flex;
        justify-content: space-between;
        gap: 3vw;
    }
    .lapis-blue { color: var(--color-blue-1); }
    .charcoal-black { color: var(--color-black-3); }
    .rose-gold { color: var(--color-pink-1); }

    .color-box-item {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .color-box {
        width: 7.733vw; /* 29px */
        height: 7.733vw; /* 29px */
        border-radius: 50%;
        display: block;
    }
    .color-box + p {
        margin-top: 0.5rem;
    }
	.item-2 {
		aspect-ratio: 337/266;
	}
    .item-2 .inner-flex {
        display: flex;
        gap: 1.333vw; /* 5px */
        margin-top: 2.667vw; /* 10px */
    }
    .intel-wrap {
        width: 66%;
        background: var(--color-white-2);
        padding: 2.667vw 2.133vw; /* 10px 8px */
        border-radius: 0.625rem;
    }
    .amd-wrap {
        width: 34%;
        background: var(--color-white-2);
        padding: 2.667vw 2.133vw; /* 10px 8px */
        border-radius: 0.625rem;
    }
    .cpu-flex {
        display: flex;
        gap: 4vw; /* 15px */
    }
    .cpu-detail {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0.75rem;
    }
    .cpu {
        width: 13.333vw; /* 50px */
    }
    .cpu.ryzen {
        width: 14.933vw; /* 56px */
    }
    .cpu + p {
        margin-top: 2.933vw; /* 11px */
    }
    .times {
        margin-top: 3.467vw; /* 13px */
    }
    .times dt {
        font-weight: 400;
    }
	.item-3 {
		aspect-ratio: 132/84;
		padding-block: 3.733vw; /* 14px */
	}
	.item-4 {
		aspect-ratio: 132/58;
	}
	.item-5 {
		aspect-ratio: 132/30;
	}
	.item-5 .inner-flex {
		justify-content: center;
		align-items: center;
		gap: 1rem;
	}
	.wh60 {
		width: 4vw;
		display: flex;
	}
	.item-6 {
		aspect-ratio: 132/78;
	}
    .item-6 .inner-flex {
        justify-content: center;
    }
    .wifi, .lan {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .wifi {
        align-items: flex-end;
    }
    .wifi img {
        width: 6.933vw; /* 26px */
        margin-block: 0.4vw; /* 1.5px */
    }
    .lan {
        align-items: flex-start;
    }
    .lan img {
        width: 6.133vw; /* 23px */
        margin-inline: 0.4vw; /* 1.5px */
    }
	.item-7 {
		aspect-ratio: 132/105;
	}
    .mil img {
        width: 16vw; /* 60px */
    }
    .item-8 {
		aspect-ratio: 199/145;
        padding-block: 9.067vw; /* 34px */
    }
    .win11 {
        width: 37.867vw; /* 142px */
    }
    .win11 + p {
        margin-top: 6.667vw; /* 25px */
    }
    .item-9 {
		aspect-ratio: 199/64;
        padding-block: 3.733vw; /* 14px */
    }
    .item-9 .inner-flex {
        justify-content: center;
        gap: 8vw; /* 30px */
    }
    .hello {
        width: 8.8vw; /* 33px */
    }
	.item-10 {
		aspect-ratio: 199/84;
	}
    .item-10 .inner-flex {
        max-width: 80%;
        justify-content: flex-start;
        align-items: center;
        gap: 5.333vw; /* 20px */
        margin-inline: auto;
    }
    .item-10 .inner-flex:nth-of-type(2) {
        margin-top: 2.667vw; /* 10px */
    }
    .memory, .ssd {
        width: 7.2vw; /* 27px */
    }
    .ssd img {
        width: 4.533vw; /* 17px */
        margin-inline: auto;
    }
    .item-11 {
		aspect-ratio: 199/65;
        padding-block: 4vw; /* 15px */
    }
    .item-11 .inner-flex {
        justify-content: center;
        gap: 5.333vw; /* 20px */
    }
    .usb {
        width: 5.867vw; /* 22px */
    }

    /* font */
    .font-xxl { font-size: 4.8vw;   } /* 18px */
    .font-xl  { font-size: 4.8vw;   } /* 18px */
    .font-l   { font-size: 2.933vw; } /* 11px */
    .font-m   { font-size: 2.133vw; } /* 8px */
    .font-s   { font-size: 1.867vw; } /* 7px */
}

/* toggle-content
____________________*/
.toggle-content {
	width: 100%;
	margin-top:50px;
	position: relative;
    z-index: 2;
}
.test-links {
	background: #f0f0f0;
	padding: 15px;
	border-radius: 6px;
	margin-bottom: 30px;
	margin-inline: auto;
}
.test-links a {
	display: inline-block;
	margin-right: 15px;
	color: #0066cc;
	text-decoration: none;
	font-weight: bold;
}
.test-links a:hover {
	text-decoration: underline;
}
/* タブのスタイル */
.tab-menu {
	width: 100%;
    max-width: 1276px;
	display: flex;
	justify-content: center;
	gap: 35px;
	margin-inline: auto;
	list-style: none;
}
.tab-button {
	width: 100%;
	aspect-ratio: 620/180;
	padding: 10px 100px;
	cursor: pointer;
	border: 3px solid var(--color-blue-2);
	border-radius: 10px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tab-button:hover {
	/* 上方向に4px移動（数値は好みで調整してください） */
	transform: translateY(-4px);

	/* （任意）少し浮き上がって見えるように影をつけるのがおすすめです */
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.tab-button::after {
	content: "";
	width: 50px;
	height: 26px;
	background: url(../../general_note/img/ma4-08/arrow-blue.webp) no-repeat center center/contain;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	z-index: 2;
}
.tab-button:nth-of-type(1) {
	background: url(../../general_note/img/ma4-08/bg-tab-business.webp) no-repeat left top/100%, var(--color-white-1);
}
.tab-button:nth-of-type(2) {
	background: url(../../general_note/img/ma4-08/bg-tab-student.webp) no-repeat left top/100%, var(--color-white-1);
}
/* アクティブなタブボタンのスタイル */
/* .tab-button.is-active {
	border-color: #ccc;
	border-bottom: 2px solid #fff;
	margin-bottom: -2px;
	font-weight: bold;
} */
/* タブコンテンツのスタイル */
.tab-button {
	color: var(--color-blue-2);
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.5;
}
.tab-content {
	display: none; /* 初期状態はすべて非表示 */
	opacity: 0;
	position: relative;
}
/* アクティブなコンテンツのみ表示 */
.tab-content.is-active {
	display: block;
	animation: fadeIn 0.4s ease forwards;
	margin-top: 120px;
	background-color: var(--color-white-1);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px); /* ほんのり下から上に浮かび上がる演出（不要なら削除可） */
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tab-content .for-line-up {
    width: 205px;
    height: 205px;
    border-radius: 50%;
    border: 1px solid var(--color-black-5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: sticky;
    right: 70px;
    bottom: 70px;
    z-index: 3;
    margin-top: 70px;
    margin-left: auto;
    /* ホバー時の全体移動をスムーズにする設定 */
    transition: transform 0.3s ease;
	overflow: hidden;
}

.tab-content .for-line-up .for-line-up-inner {
    position: relative;
    z-index: 5;
}

.txt-for-line-up-1 {
    font-size: 16px;
    line-height: 1;
    text-align: center;
}

.txt-for-line-up-2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin-top: 5px;
}

.txt-for-line-up-3 {
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin-top: 10px;
}

.tab-content .for-line-up .arrow {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 4;
    /* 矢印の回転アニメーション設定を追加 */
    transition: transform 0.3s ease;
}

/* --- 追加アニメーション処理 --- */

/* エリア下に達した時の180度回転 */
.tab-content .for-line-up .arrow.is-rotated {
    transform: rotate(180deg);
}

/* ホバー時にボタン全体（または矢印）を上に移動 */
.tab-content .for-line-up:hover {
    transform: translateY(-5px);
}
@media (max-width: 1450px) and (min-width: 789px) {
	.toggle-content {
		margin-top: 3.448vw;
	}
	.test-links {
		padding: 1.034vw;
		border-radius: 0.414vw;
		margin-bottom: 2.069vw;
	}
	.test-links a {
		margin-right: 1.034vw;
	}
	.tab-menu {
		max-width: 88vw;
		gap: 2.414vw;
	}
	.tab-button {
		padding: 0.69vw 6.897vw;
		border-width: 0.207vw;
		border-radius: 0.69vw;
		font-size: 1.655vw;
	}
	.tab-button::after {
		width: 3.448vw;
		height: 1.793vw;
		right: 2.069vw;
	}
	.tab-content.is-active {
		margin-top: 8.276vw;
	}
	.tab-content .for-line-up {
		width: 14.138vw;
		height: 14.138vw;
		right: 4.828vw;
		bottom: 4.828vw;
		margin-top: 4.828vw;
	}
	.txt-for-line-up-1 {
		font-size: 1.103vw;
	}
	.txt-for-line-up-2 {
		font-size: 1.931vw;
	}
	.txt-for-line-up-3 {
		font-size: 1.103vw;
	}
}
@media screen and (max-width: 768px) {
	.toggle-content {
		margin-top: 4vw; /* 15px */
	}
	.tab-content.is-active {
		margin-top: 10.667vw; /* 40px */
	}
	.tab-menu {
		gap: 1.867vw; /* 7px */
		padding-inline: 5.333vw; /* 20px */
	}
	.tab-button {
		aspect-ratio: 164 / 72; /* アスペクト比のためpx変換なし */
		font-size: 2.4vw; /* 9px */
		text-align: right;
		border: 1px solid var(--color-blue-2); /* 1pxは固定が推奨されるためそのまま */
		padding: 2.667vw; /* 10px */
	}
	.tab-button:nth-of-type(1) {
		background: url(../../general_note/img/ma4-08/bg-tab-business.webp) no-repeat left top / 150%, var(--color-white-1);
	}
	.tab-button:nth-of-type(2) {
		background: url(../../general_note/img/ma4-08/bg-tab-student.webp) no-repeat left top / 150%, var(--color-white-1);
	}
	.tab-button::after {
		width: 8vw; /* 30px */
		height: 3.2vw; /* 12px */
		top: 80%;
		right: 5.333vw; /* 20px */
	}
	.tab-txt {
		-webkit-text-stroke: 0.533vw var(--color-white-1); /* 2px */
		paint-order: stroke fill;
	}
	.tab-content .for-line-up {
		width: 21.333vw; /* 80px */
		height: 21.333vw; /* 80px */
		right: 3.2vw; /* 12px */
		bottom: 3.2vw; /* 12px */
		margin-top: 18.667vw; /* 70px */
	}
	.txt-for-line-up-1 {
		font-size: 2.133vw; /* 8px */
	}
	.txt-for-line-up-2 {
		font-size: 4.267vw; /* 16px */
		margin-top: 1px; /* 1pxの微調整値のためそのまま（vwにする場合は 0.267vw） */
	}
	.txt-for-line-up-3 {
		font-size: 1.867vw; /* 7px */
		margin-top: 0.8vw; /* 3px */
	}
}
/* 共通パーツ
____________________*/
.ttl-set {
	width: fit-content;
	position: relative;
	padding: 0 0 15px;
	margin-inline: auto;
}
.ttl-set::after {
	content: "";
	width: 100%;
	height: 6px;
	background: var(--color-blue-2);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ttl-set .ttl-h2 {
	color: var(--color-blue-2);
	font-size: 36px;
	font-family: var(--cts-font);
	font-weight: 700;
	text-align: center;
	position: relative;
	margin: auto;
}
.ttl-set .sub-ttl {
	color: var(--color-blue-2);
	font-size: 16px;
	line-height: 1;
	text-align: center;
}
@media (max-width: 1450px) and (min-width: 789px) {
  .ttl-set {
    padding-top: 0;
    padding-bottom: 1.034vw;
  }
  .ttl-set::after {
    height: 0.414vw;
  }
  .ttl-set .ttl-h2 {
    font-size: 2.483vw;
  }
  .ttl-set .sub-ttl {
    font-size: 1.103vw;
  }
}
@media screen and (max-width: 768px) {
	.ttl-set {
		padding: 0 0 2.667vw; /* 0 10px 10px */
	}
	.ttl-set::after {
		height: 1.067vw; /* 4px */
	}
	.ttl-set .ttl-h2 {
		font-size: 6.933vw; /* 26px */
	}
	.ttl-set .sub-ttl {
		font-size: 2.933vw; /* 11px */
	}
}
/* --------------------------------------------------
	.btn-link （共通レイアウト・アニメーション設定）
-------------------------------------------------- */
.btn-link {
	font-size: 16px;
	font-weight: 700;
	width: 100%;
	max-width: 500px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 48px 14px 24px; /* 右側に矢印用スペースを確保 */
	text-decoration: none;
	font-weight: bold;
	overflow: hidden; /* 背景スライドを枠内に収める */
	z-index: 1;
	transition: color 0.3s ease, border-color 0.3s ease;
}

/* ② ホバー時に背景が左から右へスライドイン（::before） */
.btn-link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 102%;
	transform: scaleX(0);
	transform-origin: left center; /* 左端からスライド */
	transition: transform 0.3s ease;
	z-index: -1;
}

/* ① 矢印の配置・アニメーション構造（::after） */
.btn-link::after {
	content: "";
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 19px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: filter 0.3s ease, transform 0.3s ease;
}

/* ホバー時の挙動（共通） */
.btn-link:hover::before {
	transform: scaleX(1);
}

.btn-link:hover::after {
	filter: brightness(0) invert(1); /* 矢印を白色に反転（不要なら削除可） */
	transform: translateY(-50%) translateX(3px); /* ほんのり右に動かす演出 */
}
.btn-link.link-none {
	color: var(--color-white-1);
	pointer-events: none;
	background: var(--color-black-4) !important;
}
.btn-link.link-none:before,
.btn-link.link-none:after {
	content: none;
}

/* --------------------------------------------------
	.btn-link.gray （カラー＆画像指定）
-------------------------------------------------- */
/* 通常時の色 */
.btn-link.gray {
	color: #333;
	background-color: var(--color-white-1);
	border: 1px solid var(--color-black-3);
}

/* スライドインしてくる背景色 */
.btn-link.gray::before {
	background-color: #666666;
}

/* ① 矢印画像の設定 */
.btn-link.gray::after {
	background-image: url(../../general_note/img/ma4-08/arrow-gray-right.webp);
}

/* ホバー時の色 */
.btn-link.gray:hover {
	color: #fff;
	border-color: #666666;
}

/* 通常時の色 */
.btn-link.lapis-blue {
	color: var(--color-blue-1);
	background-color: var(--color-white-1);
	border: 2px solid var(--color-blue-1);
}

/* スライドインしてくる背景色 */
.btn-link.lapis-blue::before {
	background-color: var(--color-blue-1);
}

/* ① 矢印画像の設定 */
.btn-link.lapis-blue::after {
	background-image: url(../../general_note/img/ma4-08/arrow-lapis-blue-right.webp);
}

/* ホバー時の色 */
.btn-link.lapis-blue:hover {
	color: #fff;
	border-color: var(--color-blue-1);
}

/* 通常時の色 */
.btn-link.charcoal-black {
	color: var(--color-black-3);
	background-color: var(--color-white-1);
	border: 2px solid var(--color-black-3);
}

/* スライドインしてくる背景色 */
.btn-link.charcoal-black::before {
	background-color: var(--color-black-3);
}

/* ① 矢印画像の設定 */
.btn-link.charcoal-black::after {
	background-image: url(../../general_note/img/ma4-08/arrow-charcoal-black-right.webp);
}

/* ホバー時の色 */
.btn-link.charcoal-black:hover {
	color: #fff;
	border-color: var(--color-black-3);
}

/* 通常時の色 */
.btn-link.rose-gold {
	color: var(--color-pink-1);
	background-color: var(--color-white-1);
	border: 2px solid var(--color-pink-1);
}

/* スライドインしてくる背景色 */
.btn-link.rose-gold::before {
	background-color: var(--color-pink-1);
}

/* ① 矢印画像の設定 */
.btn-link.rose-gold::after {
	background-image: url(../../general_note/img/ma4-08/arrow-rose-gold-right.webp);
}

/* ホバー時の色 */
.btn-link.rose-gold:hover {
	color: #fff;
	border-color: var(--color-pink-1);
}
@media (max-width: 1450px) and (min-width: 789px) {
	.btn-link {
		font-size: 1.103vw;
		max-width: 34.483vw;
		padding: 0.966vw 3.31vw 0.966vw 1.655vw;
	}
	.btn-link::after {
		right: 1.103vw;
		width: 1.103vw;
		height: 1.31vw;
	}
	.btn-link:hover::after {
		transform: translateY(-50%) translateX(0.207vw);
	}
	.btn-link.gray,
	.btn-link.lapis-blue,
	.btn-link.charcoal-black,
	.btn-link.rose-gold {
		border-width: 0.138vw; /* 2px換算 (1pxの場合は 0.069vw) */
	}
}
@media screen and (max-width: 768px) {
	.btn-link {
		font-size: 3.2vw; /* 12px */
		padding: 3.2vw 7.467vw 3.2vw 3.733vw; /* 12px 28px 12px 14px */
	}

	/* ① 矢印の配置・アニメーション構造（::after） */
	.btn-link::after {
		right: 4.267vw; /* 16px */
		width: 4.267vw; /* 16px */
		height: 5.067vw; /* 19px */
	}
}
/* about
____________________*/
.contents--about {
	padding-top: 120px;
	padding-bottom: 170px;
	position: relative;
	z-index: 2;
}
.contents--about::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../../general_note/img/ma4-08/bg.webp) no-repeat top left /100%;
    mix-blend-mode: color-dodge;
}
.contents--about.blue {
	position: relative;
    z-index: 1;
}
.contents--about.blue::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../../general_note/img/ma4-08/bg.webp) no-repeat top left /100%;
    mix-blend-mode: color-dodge;
}
.contents--about.blue::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -2;
	background: var(--color-blue-3); /* 青背景を適用 */
}
.about-flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	margin-top: 180px;
}
.about-flex .txt-box {
	padding: 80px 100px 115px;
	position: relative;
	z-index: 3;
}
.about-flex .txt-box::after {
	content: "";
	width: 122.6%;
	height: 100%;
	background: var(--color-blue-3);
	border-radius: 50px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.blue .about-flex .txt-box::after {
	background: var(--color-white-1);
}
.about-flex .txt-box .txt-about-catch {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.8;
}
.about-flex .txt-box .txt-about {
	font-size: 20px;
	line-height: 1.5;
	margin-top: 0.75em;
}
.about-flex .txt-box .txt-about-catch + .txt-about {
	margin-top: 60px;
}
.about-flex .about-image {
	width: 58.8%;
	margin-top: 80px;
	position: relative;
	z-index: 3;
}
.concerns-block {
	margin-top: 140px;
}
.txt-concerns {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.txt-concerns-2 {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-top: 115px;
}
.concerns-cards-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	margin-top: 75px;
}
.concerns-cards {
	width: 100%;
	max-width: 240px;
	background: var(--color-white-1);
	padding: 30px 10px;
	border: 1px solid var(--color-black-5);
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.number-case {
	color: var(--color-black-6);
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	line-height: 1;
}
.icon-case {
	width: 100%;
	max-width: 165px;
	margin-top: 15px;
}
.txt-case {
	font-size: 16px;
	text-align: center;
	line-height: 1.5;
	margin-top: 15px;
}
@media (max-width: 1450px) and (min-width: 789px) {
	.contents--about {
		padding-top: 8.276vw;
		padding-bottom: 11.724vw;
	}
	.about-flex {
		margin-top: 12.414vw;
	}
	.about-flex .txt-box {
		padding: 5.517vw 6.897vw 7.931vw;
	}
	.about-flex .txt-box::after {
		border-radius: 3.448vw;
	}
	.about-flex .txt-box .txt-about-catch {
		font-size: 2.483vw;
	}
	.about-flex .txt-box .txt-about {
		font-size: 1.379vw;
	}
	.about-flex .txt-box .txt-about-catch + .txt-about {
		margin-top: 4.138vw;
	}
	.about-flex .about-image {
		margin-top: 5.517vw;
	}
	.concerns-block {
		margin-top: 9.655vw;
	}
	.txt-concerns {
		font-size: 1.931vw;
	}
	.txt-concerns-2 {
		font-size: 2.483vw;
		margin-top: 7.931vw;
	}
	.concerns-cards-wrap {
		gap: 1.379vw;
		margin-top: 5.172vw;
	}
	.concerns-cards {
		max-width: 16.552vw;
		padding: 2.069vw 0.69vw;
		border-width: 0.069vw; /* 1px換算 */
		border-radius: 1.379vw;
	}
	.number-case {
		font-size: 0.966vw;
	}
	.icon-case {
		max-width: 11.379vw;
		margin-top: 1.034vw;
	}
	.txt-case {
		font-size: 1.103vw;
		margin-top: 1.034vw;
	}
}
@media screen and (max-width: 768px) {
	.contents--about {
		padding-top: 12vw; /* 45px */
		padding-bottom: 12vw; /* 45px */
	}
	.about-flex {
		margin-top: 56vw; /* 180px */
	}
	.about-flex .txt-box {
		padding: 17.333vw 7.333vw 5.333vw 0; /* 65px 35px 20px 0 */
	}
	.about-flex .txt-box .txt-about-catch {
		font-size: 5.333vw; /* 20px */
	}
	.about-flex .txt-box .txt-about {
		font-size: 3.733vw; /* 14px */
	}
	.about-flex .txt-box .txt-about-catch + .txt-about {
		margin-top: 6.667vw; /* 25px */
	}
	.blue .about-flex .txt-box::after {
		left: inherit;
		right: 0;
		border-radius: 5.333vw; /* 20px */
	}
	.about-flex .txt-box::after {
		left: inherit;
		right: 0;
		border-radius: 5.333vw; /* 20px */
	}
	.about-flex .about-image {
		width: 78.4vw; /* 294px */
		position: absolute;
		top: -61.333vw; /* -230px */
		right: -5.333vw; /* -20px */
	}
	.concerns-block {
		margin-top: 20vw; /* 75px */
	}
	.txt-concerns {
		font-size: 5.333vw; /* 20px */
	}
	.txt-concerns-2 {
		font-size: 5.333vw; /* 20px */
		margin-top: 10.667vw; /* 40px */
	}
	.concerns-cards-wrap {
		border-radius: 2.667vw; /* 10px */
		gap: 2.133vw; /* 8px */
		margin-top: 9.333vw; /* 35px */
	}
	.concerns-cards {
		max-width: inherit;
		flex-direction: row;
		align-items: center;
		border-radius: 2.667vw; /* 10px */
		padding: 3.733vw 2.667vw; /* 14px 10px */
	}
	.number-case {
		margin-right: 2.667vw; /* 10px */
	}
	.icon-case {
		width: 13.333vw; /* 50px */
		margin-top: 0;
		margin-right: 5.333vw; /* 20px */
	}
	.txt-case {
		margin-top: 0;
		font-size: 3.733vw; /* 14px */
		text-align: left;
	}
}
/* feature
____________________*/
.contents--feature {
	padding-top: 170px;
	position: relative;
	z-index: 1;
}
.contents--feature::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background: url(../../general_note/img/ma4-08/bg.webp) no-repeat top left /100%;
    mix-blend-mode: color-dodge;
}

.contents--feature.student {
    background-color: var(--color-blue-3);
    padding-bottom: 160px;
    position: relative;
}
.contents--feature.student::after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.over-hidden {
	overflow: hidden;
}
.contents--feature.student .feature {
	max-width: 1624px;
}
.feature-content {
	margin-top: 110px;
}
.feature-content.white-left {
	padding: 100px 87px;
	position: relative;
	z-index: 2;
}
.feature-content.white-right {
	padding: 15px 87px 40px;
	position: relative;
	z-index: 2;
}
.feature-content.white-left::after {
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--color-white-1);
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	border-radius: 0 50px 50px 0;
	overflow: hidden;
}
.feature-content.white-right::after {
	content: "";
	width: 100vw;
	height: 100%;
	background: var(--color-white-1);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
}
.feature-content-ttl-set {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.txt-strong-point {
	font-size: 16px;
	font-family: var(--cts-font);
	font-weight: 700;
	letter-spacing: 0.05em;
	display: flex;
	align-items: baseline;
	gap: 5px;
}
.txt-strong-point-number {
	font-size: 50px;
	font-weight: 400;
}
.ttl-feature {
	font-size: 36px;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.txt-feature {
	font-size: 16px;
	line-height: 1.5;
	letter-spacing: 0.05em;
}
.txt-feature:nth-of-type(n+2) {
	margin-top: 1em;
}
/* strong point 01 */
.feature-01-flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 95px;
	margin-top: 35px;
}
.feature-01-flex .btn-block {
	width: 100%;
	max-width: 500px;
}
/* 1. 動画wrap */
.video-wrap {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	aspect-ratio: 1320/626;
}
.business .video-wrap {
	margin-top: 90px;
}
.student .video-wrap {
	width: 100vw;
	height: 36.6vw;
	border-radius: 50px 0 0 50px;
	overflow: hidden;
}
/* 2. 背景動画コンテナ */
.video-wrap .video-block {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color:var(--color-gray-2); /* 読み込み前のフォールバック色 */
}

/* 3. 各動画のスタイル：重ね合わせて配置 */
.video-wrap .video-block .bg-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover; /* 画面いっぱいに比率を保ってフィット */
	opacity: 0;
	pointer-events: none; /* 非アクティブ時はクリックイベントを通す */
	transition: opacity 0.8s ease-in-out; /* 切り替え時のフェードエフェクト */
}

/* アクティブな動画だけを表示 */
.video-wrap .video-block .bg-video.is-active {
	opacity: 1;
	pointer-events: auto;
}

/* 4. メインコンテンツ（動画の上に重ねる） */
.video-wrap .movie-inner {
	width: 100%;
	height: 100%;
	padding-top: 90px;
	padding-inline: 87px;
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.business .video-wrap .movie-inner {
	display: none;
}
.student .video-wrap .movie-inner .txt-strong-point {
	color: var(--color-white-1);
}
.student .video-wrap .movie-inner .ttl-feature {
	color: var(--color-white-1);
}
.student .video-wrap .movie-inner .txt-feature {
	color: var(--color-white-1);
	margin-top: 30px;
}
/* 5. 右下の切り替えコントローラー */
.video-wrap .video-controls {
	width: 100%;
	max-width: 618px;
	position: absolute;
	z-index: 10;
	display: flex;
	gap: 26px;
}
.business .video-wrap .video-controls {
	top: -40px;
	left: 0;
}
.student .video-wrap .video-controls {
	left: 87px;
	bottom: 50px;	
}
/* コントロールボタン */
.video-wrap .video-controls .ctrl-btn {
	width: 100%;
	background: var(--color-white-1);
	border-width: 1px;
	border-style: solid;
	padding: 4px 24px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease;
}
.video-wrap .video-controls .ctrl-btn:nth-of-type(1) {
	color: var(--color-blue-1);
	border-color: var(--color-blue-1);
}
.video-wrap .video-controls .ctrl-btn:nth-of-type(2) {
	color: var(--color-black-3);
	border-color: var(--color-black-3);
}
.video-wrap .video-controls .ctrl-btn:nth-of-type(3) {
	color: var(--color-pink-1);
	border-color: var(--color-pink-1);
}
.video-wrap .video-controls .ctrl-btn:hover {
	color: var(--color-white-1);
}
.video-wrap .video-controls .ctrl-btn:nth-of-type(1):hover {
	background: var(--color-blue-1);
}
.video-wrap .video-controls .ctrl-btn:nth-of-type(2):hover {
	background: var(--color-black-3);
}
.video-wrap .video-controls .ctrl-btn:nth-of-type(3):hover {
	background: var(--color-pink-1);
}
/* アクティブなボタンのスタイル */
.video-wrap .video-controls .ctrl-btn.is-active {
	color: var(--color-white-1);
}
.video-wrap .video-controls .ctrl-btn.is-active:nth-of-type(1) {
	background: var(--color-blue-1);
}
.video-wrap .video-controls .ctrl-btn.is-active:nth-of-type(2) {
	background: var(--color-black-3);
}
.video-wrap .video-controls .ctrl-btn.is-active:nth-of-type(3) {
	background: var(--color-pink-1);
}

/* strong point 02 */
.power-saving-wrap {
	display: flex;
	justify-content: center;
	gap: 115px;
	padding-inline: 50px;
	margin-top: 60px;
}
.power-saving-wrap .power-saving-item {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 30px;
}
.power-saving-item .txt-block {
	width: 100%;
}
.power-saving-wrap .power-saving-item .img-cpu {
	width: 100%;
	max-width: 176px;
}
.power-saving-wrap .power-saving-item:nth-of-type(3) .img-cpu {
	max-width: 198px;
}
.times-2 {
	width: 100%;
}
.times-3 {
	display: none;
}
.times-2:nth-of-type(2) {
	margin-top: 15px;
}
.times-2 dt {
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
}
.times-2 dd {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px;
}
.times-2 dd span {
	font-size: 36px;
}
.feature-02-flex {
	display: flex;
	justify-content: space-between;
	gap: 130px;
	margin-top: 120px;
}
.power-saving-gird-table {
	width: 100%;
	max-width: 561px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	padding: 35px 15px;
	border: 1px solid var(--color-gray-1);
	border-radius: 20px;
	background: var(--color-white-1);
}
.power-saving-gird-table-2 {
	width: 100%;
	max-width: 567px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	padding: 35px 15px;
	border: 1px solid var(--color-gray-1);
	border-radius: 20px;
}
.battery-items {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	border-right: 1px solid var(--color-gray-1);
	padding-inline: 15px;
}
.power-saving-gird-table-2 .battery-items:last-child {
	border: none;
}
.power-saving-gird-table .icon-set {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.icon-set .battery-icon {
	width: 100%;
	max-width: 55px;
}
.icon-set figcaption {
	font-size: 20px;
	line-height: 1;
	margin-top: 10px;
}
.operating-time-items {
	display: flex;
	flex-direction: column;
}
.model-ratio-flex {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
.model-ratio-block {
	display: flex;
	flex-direction: column;
	padding-inline: 15px;
}
.power-saving-gird-table-2 .model-ratio-block {
	padding-inline: 0;
}
.model-ratio {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.power-saving-gird-table-2 .model-ratio {
	margin-top: 20px;
}
.model-ratio dt {
	color: var(--color-white-1);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	padding: 4px 8px;
	background:var(--color-gray-3);
	border-radius: 9999px;
}
.power-saving-gird-table-2 .model-ratio dt {
	color: var(--color-black-2);
	background: none;
	padding: 0;
}
.model-ratio dd {
	color: var(--color-black-5);
	font-size: 20px;
	font-weight: 700;
	margin-top: 5px;
}
.model-ratio dd span {
	font-size: 36px;
}
.txt-cpu-manufacturer {
	font-size: 14px;
	line-height: 1;
	margin-bottom: 10px;
}
.batteery-model {
	color: var(--color-white-1);
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	padding: 3px 5px;
	background: var(--color-blue-5);
	border-radius: 9999px;
}

.note-personal-experience {
	font-size: 14px;
	line-height: 1.7;
	margin-top: 25px;
}
.personal-experience-wrap {
	width: 100%;
    max-width: 1320px;
    background: var(--color-white-1);
    padding: 80px 127px;
    position: relative;
	margin-top: 65px;
}
.personal-experience-wrap::after {
    content: "";
    width: 100%;
    height: 100%;
    border-width: 20px;
    border-style: solid;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
    opacity: 0.3;
}
.personal-experience-wrap.pink::after {
    border-color: var(--color-pink-1);
}
.personal-experience-wrap.blue::after {
	border-color: var(--color-blue-4);
}
.ttl-personal-experience-set {
	color: var(--color-white-1);
	padding: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.pink .ttl-personal-experience-set {
	background: var(--color-pink-1);
}
.blue .ttl-personal-experience-set {
	background: var(--color-blue-4);
}
.ttl-personal-experience {
	font-size: 28px;
	line-height: 1.5;
	margin-inline: auto;
}
.txt-personal-experience {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}
.img-personal-experience {
	width: 100%;
	max-width: 1065px;
	margin: 40px auto 0;
}
.feature-03-flex {
	display: flex;
}
.feature-03-flex .feature-content-ttl-set + .txt-feature {
	margin-top: 30px;
}
.feature-03-flex .inner-block {
	width: 80%;
	margin: 110px 0 0 auto;
}
.txt-feature-l {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}
.txt-feature-l + .txt-feature {
	margin-top: 2em;
}
.img-interface-01 {
	width: 89%;
	max-width: 740px;
}
.inner-block .--flex {
	display: flex;
	gap: 30px;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.inner-block .--flex .camera {
	width: 50%;
}
.inner-block .--flex .win-hello {
	width: 50%;
}
.inner-block .--flex .win-hello img {
	width: 100%;
	max-width: 48px;
}
.inner-block .--flex .win-hello figcaption {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
	margin-top: 35px;
}
.feature-03-flex {
	display: flex;
	gap: 35px;
}
.feature-04-flex {
	display: flex;
	gap: 35px;
	margin-top: 30px;
}
.usb-pd {
	width: fit-content;
	background: var(--color-white-1);
	display: flex;
	align-items: center;
	gap: 35px;
	padding: 20px 40px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
	margin-left: 65px;
}
.txt-usb-pd {
	font-size: 16px;
	font-size: 700;
	line-height: 1;
}
.feature-04-flex .txt-block {
	margin-top: 50px;
}
.feature-05-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 125px;
	margin-top: 200px;
}
.interface-list {
	margin-top: 40px;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1em;
}
.interface-list li {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
	display: flex;
}
.interface-list li::before {
	content: "・";
}
.img-gallery {
	width: 100%;
	max-width: 599px;
	margin: 0 auto;
}
.main-image {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: opacity 0.3s ease;
}
.thumb-group {
	display: flex;
	gap: 16px;
	margin-top: 25px;
}
/* テキストボタン（長方形）のスタイル */
.thumb-btn {
	width: 100%;
	flex: 1;
	padding: 6px 16px;
	border-width: 1px;
	border-style: solid;
	background-color: var(--color-white-1);
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	cursor: pointer;
	transition: all 0.2s ease;
}
.thumb-btn:nth-of-type(1) {
	color: var(--color-blue-1);
	border-color: var(--color-blue-1);
}
.thumb-btn:nth-of-type(2) {
	color: var(--color-black-3);
	border-color: var(--color-black-3);
}
.thumb-btn:nth-of-type(3) {
	color: var(--color-pink-1);
	border-color: var(--color-pink-1);
}
/* ホバー時 */
.thumb-btn:hover {
	color: var(--color-white-1);
}
.thumb-btn:hover:nth-of-type(1) {
	background: var(--color-blue-1);
}
.thumb-btn:hover:nth-of-type(2) {
	background: var(--color-black-3);
}
.thumb-btn:hover:nth-of-type(3) {
	background: var(--color-pink-1);
}
/* アクティブ（選択中）のボタン */
.thumb-btn.active {
	color: var(--color-white-1);
}
.thumb-btn.active:nth-of-type(1) {
	background: var(--color-blue-1);
}
.thumb-btn.active:nth-of-type(2) {
	background: var(--color-black-3);
}
.thumb-btn.active:nth-of-type(3) {
	background: var(--color-pink-1);
}
.feature-06-flex {
	display: flex;
	justify-content: flex-start;
	gap: 80px;
}
.feature-06-flex .feature-content-ttl-set + .txt-feature {
	margin-top: 30px;
}
.feature-07-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 170px;
}
.feature-07-flex .feature-content-ttl-set + .txt-feature {
	margin-top: 30px;
}
.img-interface-03 {
	width: 35%;
	max-width: 440px;
}
.useful-features-wrap {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	gap: 46px;
	margin-top: 25px;
}
.useful-features-item {
	width: 33.3%;
	padding: 50px 35px;
	border: 1px solid var(--color-gray-2);
	border-radius: 15px;
}
.useful-features-inner-flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.useful-features-item:nth-of-type(1) .useful-features-inner-flex {
	gap: 25px;
}
.useful-features-item:nth-of-type(2) .useful-features-inner-flex {
	gap: 80px;
}
.useful-features-item:nth-of-type(3) .useful-features-inner-flex {
	gap: 35px;
}
.useful-features-name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.icon-usb {
	width: 57px;
}
.icon-Windows_Hello {
	width: 50px;
}
.icon-flex {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.icon-wi-fi {
	width: 57px;
}
.icon-lan {
	width: 51px;
}
.txt-useful-features {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-top: 50px;

}
.useful-features-note {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 15px;
	text-align: right;
}
@media (max-width: 1450px) and (min-width: 789px) {
	.contents--feature {
		padding-top: 11.724vw;
	}
	.contents--feature.student {
		padding-bottom: 11.034vw;
	}
	.contents--feature.student .feature {
		max-width: 112vw;
	}
	.feature-content {
		margin-top: 7.586vw;
	}
	.feature-content.white-left {
		padding: 6.897vw 6vw;
	}
	.feature-content.white-right {
		padding: 1.034vw 6vw 2.759vw;
	}
	.feature-content.white-left::after,
	.feature-content.white-right::after {
		border-radius: 3.448vw;
	}
	.feature-content-ttl-set {
		gap: 1.034vw;
	}
	.txt-strong-point {
		font-size: 1.103vw;
		gap: 0.345vw;
	}
	.txt-strong-point-number {
		font-size: 3.448vw;
	}
	.ttl-feature {
		font-size: 2.483vw;
	}
	.txt-feature {
		font-size: 1.103vw;
	}
	.feature-01-flex {
		gap: 6.552vw;
		margin-top: 2.414vw;
	}
	.feature-01-flex .btn-block {
		max-width: 34.483vw;
	}
	.business .video-wrap {
		margin-top: 6.207vw;
	}
	.student .video-wrap {
		border-radius: 3.448vw 0 0 3.448vw;
	}
	.video-wrap .movie-inner {
		padding-top: 6.207vw;
		padding-inline: 6vw;
	}
	.student .video-wrap .movie-inner .txt-feature {
		margin-top: 2.069vw;
	}
	.video-wrap .video-controls {
		max-width: 42.621vw;
		gap: 1.793vw;
	}
	.business .video-wrap .video-controls {
		top: -2.759vw;
	}
	.student .video-wrap .video-controls {
		left: 6vw;
		bottom: 2.69vw;
	}
	.video-wrap .video-controls .ctrl-btn {
		border-width: 0.069vw;
		padding: 0.276vw 1.655vw;
		font-size: 1.034vw;
	}
	.power-saving-wrap {
		gap: 7.931vw;
		padding-inline: 3.448vw;
		margin-top: 4.138vw;
	}
	.power-saving-wrap .power-saving-item {
		gap: 2.069vw;
	}
	.power-saving-wrap .power-saving-item .img-cpu {
		max-width: 12.138vw;
	}
	.power-saving-wrap .power-saving-item:nth-of-type(3) .img-cpu {
		max-width: 13.655vw;
	}
	.times-2:nth-of-type(2) {
		margin-top: 1.034vw;
	}
	.times-2 dt {
		font-size: 0.966vw;
	}
	.times-2 dd {
		font-size: 1.103vw;
		margin-top: 0.345vw;
	}
	.times-2 dd span {
		font-size: 2.483vw;
	}
	.feature-02-flex {
		gap: 8.966vw;
		margin-top: 8.276vw;
	}
	.power-saving-gird-table {
		max-width: 38.69vw;
		padding: 2.414vw 1.034vw;
		border-width: 0.069vw;
		border-radius: 1.379vw;
	}
	.power-saving-gird-table-2 {
		max-width: 39.103vw;
		padding: 2.414vw 1.034vw;
		border-width: 0.069vw;
		border-radius: 1.379vw;
	}
	.battery-items {
		border-right-width: 0.069vw;
		padding-inline: 1.034vw;
	}
	.icon-set .battery-icon {
		max-width: 3.793vw;
	}
	.icon-set figcaption {
		font-size: 1.379vw;
		margin-top: 0.69vw;
	}
	.model-ratio-flex {
		margin-top: 2.069vw;
	}
	.model-ratio-block {
		padding-inline: 1.034vw;
	}
	.power-saving-gird-table-2 .model-ratio {
		margin-top: 1.379vw;
	}
	.model-ratio dt {
		font-size: 0.966vw;
		padding: 0.276vw 0.552vw;
	}
	.model-ratio dd {
		font-size: 1.379vw;
		margin-top: 0.345vw;
	}
	.model-ratio dd span {
		font-size: 2.483vw;
	}
	.txt-cpu-manufacturer {
		font-size: 0.966vw;
		margin-bottom: 0.69vw;
	}
	.batteery-model {
		font-size: 1.103vw;
		padding: 0.207vw 0.345vw;
	}
	.note-personal-experience {
		font-size: 0.966vw;
		margin-top: 1.724vw;
	}
	.personal-experience-wrap {
		max-width: 91.034vw;
		padding: 5.517vw 8.759vw;
		margin-top: 4.483vw;
	}
	.personal-experience-wrap::after {
		border-width: 1.379vw;
	}
	.ttl-personal-experience-set {
		padding: 0.828vw;
		gap: 1.379vw;
	}
	.ttl-personal-experience {
		font-size: 1.931vw;
	}
	.txt-personal-experience {
		font-size: 1.103vw;
	}
	.img-personal-experience {
		max-width: 73.448vw;
		margin-top: 2.759vw;
	}
	.feature-03-flex .feature-content-ttl-set + .txt-feature {
		margin-top: 2.069vw;
	}
	.feature-03-flex .inner-block {
		margin-top: 7.586vw;
	}
	.txt-feature-l {
		font-size: 1.379vw;
	}
	.img-interface-01 {
		max-width: 51.034vw;
	}
	.inner-block .--flex {
		gap: 2.069vw;
		margin-top: 2.069vw;
	}
	.inner-block .--flex .win-hello img {
		max-width: 3.31vw;
	}
	.inner-block .--flex .win-hello figcaption {
		font-size: 1.103vw;
		margin-top: 2.414vw;
	}
	.feature-03-flex,
	.feature-04-flex {
		gap: 2.414vw;
	}
	.feature-04-flex {
		margin-top: 2.069vw;
	}
	.usb-pd {
		gap: 2.414vw;
		padding: 1.379vw 2.759vw;
		box-shadow: 0 0.138vw 0.345vw 0 rgba(0, 0, 0, 0.1);
		margin-left: 4.483vw;
	}
	.txt-usb-pd {
		font-size: 1.103vw;
	}
	.feature-04-flex .txt-block {
		margin-top: 3.448vw;
	}
	.feature-05-flex {
		gap: 8.621vw;
		margin-top: 13.793vw;
	}
	.interface-list {
		margin-top: 2.759vw;
	}
	.interface-list li {
		font-size: 1.103vw;
	}
	.img-gallery {
		max-width: 41.31vw;
	}
	.thumb-group {
		gap: 1.103vw;
		margin-top: 1.724vw;
	}
	.thumb-btn {
		padding: 0.414vw 1.103vw;
		border-width: 0.069vw;
		font-size: 1.034vw;
	}
	.feature-06-flex {
		gap: 5.517vw;
	}
	.feature-06-flex .feature-content-ttl-set + .txt-feature,
	.feature-07-flex .feature-content-ttl-set + .txt-feature {
		margin-top: 2.069vw;
	}
	.feature-07-flex {
		gap: 11.724vw;
	}
	.img-interface-03 {
		max-width: 30.345vw;
	}
	.useful-features-wrap {
		gap: 3.172vw;
		margin-top: 1.724vw;
	}
	.useful-features-item {
		padding: 3.448vw 2.414vw;
		border-width: 0.069vw;
		border-radius: 1.034vw;
	}
	.useful-features-item:nth-of-type(1) .useful-features-inner-flex {
		gap: 1.724vw;
	}
	.useful-features-item:nth-of-type(2) .useful-features-inner-flex {
		gap: 5.517vw;
	}
	.useful-features-item:nth-of-type(3) .useful-features-inner-flex {
		gap: 2.414vw;
	}
	.useful-features-name {
		font-size: 1.103vw;
	}
	.icon-usb,
	.icon-wi-fi {
		width: 3.931vw;
	}
	.icon-Windows_Hello {
		width: 3.448vw;
	}
	.icon-flex {
		gap: 1.379vw;
	}
	.icon-lan {
		width: 3.517vw;
	}
	.txt-useful-features {
		font-size: 1.103vw;
		margin-top: 3.448vw;
	}
	.useful-features-note {
		font-size: 0.966vw;
		margin-top: 1.034vw;
	}
}
@media screen and (max-width: 768px) {
	.contents--feature {
		padding-top: 18.667vw; /* 70px */
	}
	.contents--feature.student {
		padding-bottom: 0;
	}
	.feature-content-ttl-set {
		gap: 2.667vw; /* 10px */
	}
	.txt-strong-point {
		font-size: 2.933vw; /* 11px */
	}
	.txt-strong-point-number {
		font-size: 8vw; /* 30px */
	}
	.ttl-feature {
		font-size: 5.333vw; /* 20px */
	}
	.txt-feature {
		font-size: 3.733vw; /* 14px */
	}
	.txt-feature-l {
		font-size: 4.267vw; /* 16px */
	}
	.txt-feature-l + .txt-feature {
		margin-top: 4vw; /* 15px */
	}
	.feature-content.order {
		display: flex;
		flex-direction: column;
	}
	.feature-content.order .feature-content-ttl-set {
		order: 1;
	}
	.feature-content.order .feature-01-flex {
		margin-top: 5.333vw; /* 20px */
		flex-direction: column;
		gap: 5.333vw; /* 20px */
		order: 3;
	}
	.feature-content.order .video-wrap {
		margin-top: 10.667vw; /* 40px */
		order: 2;
	}
	.business .video-wrap .video-controls {
		top: -6.667vw; /* -25px */
		gap: 0.8vw; /* 3px */
	}
	.video-wrap .video-controls .ctrl-btn {
		font-size: 2.4vw; /* 9px */
		padding: 1.067vw 1.067vw; /* 4px 4px */
	}
	.power-saving-wrap {
		gap: 4.267vw; /* 16px */
		padding-inline: 0;
		margin-top: 4vw; /* 15px */
	}
	.power-saving-wrap .power-saving-item {
		flex-direction: column;
		gap: 4vw; /* 15px */
	}
	.feature-02-flex {
		gap: 6.667vw; /* 25px */
		margin-top: 6.667vw; /* 25px */
	}
	.power-saving-wrap .power-saving-item {
		gap: 2.667vw; /* 10px */
	}
	.power-saving-wrap .power-saving-item .img-cpu {
		max-width: 22.133vw; /* 83px */
	}
	.power-saving-wrap .power-saving-item:nth-of-type(3) .img-cpu {
		max-width: 24.8vw; /* 93px */
	}
	.times-2 {
		display: none;
	}
	.times-3 {
		display: flex;
		flex-direction: column;
		gap: 1.333vw; /* 5px */
	}
	.times-3 dt {
		font-size: 2.133vw; /* 8px */
		text-align: center;
	}
	.times-3 dd {
		font-size: 2.933vw; /* 11px */
		font-weight: 700;
		text-align: center;
	}
	.times-3 dd span {
		font-size: 4.267vw; /* 16px */
	}
	.power-saving-gird-table {
		padding: 4vw 0; /* 15px 0 */
		border-radius: 2.667vw; /* 10px */
		max-width: inherit;
	}
	.battery-items {
		padding-inline: 1.333vw; /* 5px */
	}
	.operating-time-items {
		padding-inline: 1.333vw; /* 5px */
	}
	.model-ratio-flex {
		margin-top: 4vw; /* 15px */
	}
	.model-ratio-block {
		padding-inline: 0;
	}
	.model-ratio dt {
		font-size: 2.933vw; /* 11px */
	}
	.model-ratio dd {
		font-size: 2.933vw; /* 11px */
	}
	.model-ratio dd span {
		font-size: 5.333vw; /* 20px */
	}
	.icon-set .battery-icon {
		width: 10.133vw; /* 38px */
	}
	.icon-set .battery-icon {
		width: 8.533vw; /* 32px */
	}
	.icon-set figcaption {
		font-size: 2.933vw; /* 11px */
	}
	.txt-cpu-manufacturer {
		font-size: 2.667vw; /* 10px */
	}
	.personal-experience-wrap {
		padding: 4vw 3.733vw; /* 15px 14px */
		margin-top: 6.667vw; /* 25px */
	}
	.personal-experience-wrap::after {
		border-width: 1.867vw; /* 7px */
		gap: 5.333vw; /* 20px */
	}
	.ttl-personal-experience-set {
		padding: 2.667vw; /* 10px */
		flex-direction: column;
		align-items: center;
		gap: 0;
	}
	.ttl-personal-experience {
		font-size: 5.067vw; /* 19px */
		text-align: center;
	}
	.txt-personal-experience {
		font-size: 3.733vw; /* 14px */
		text-align: center;
	}
	.img-personal-experience {
		margin-top: 6.667vw; /* 25px */
	}
	.note-personal-experience {
		font-size: 2.933vw; /* 11px */
		margin-top: 8vw; /* 30px */
	}
	.feature-content {
		margin-top: 10.667vw; /* 40px */
	}
	.student .feature-content:has(.video-wrap) {
		margin-top: 20.667vw;
	}
	.feature-02-flex {
		flex-direction: column;
	}
	.feature-03-flex {
		flex-wrap: wrap;
		gap: 0;
		position: relative;
	}
	.feature-03-flex .txt-block {
		width: 49.5%; /* %指定のためそのまま */
	}
	.feature-03-flex .feature-content-ttl-set + .txt-feature {
		margin-top: 5.333vw; /* 20px */
	}
	.feature-03-flex .img-interface-01 {
		width: 55.5%; /* %指定のためそのまま */
		position: absolute;
		right: -5.333vw; /* -20px */
		top: 10.667vw; /* 40px */
	}
	.feature-03-flex .inner-block {
		width: 100%;
		margin-top: 8vw; /* 30px */
		display: flex;
		flex-direction: row-reverse;
		gap: 4vw; /* 15px */
	}
	.inner-block .--flex {
		flex-direction: column;
		justify-content: flex-start;
		gap: 10.667vw; /* 40px */
		margin-top: 0;
	}
	.inner-block .--flex .camera {
		width: 100%;
	}
	.inner-block .--flex .win-hello {
		width: 100%;
	}
	.inner-block .--flex .win-hello img {
		max-width: 8.533vw; /* 32px */
	}
	.inner-block .--flex .win-hello figcaption {
		font-size: 2.933vw; /* 11px */
		margin-top: 4vw; /* 15px */
	}
	.feature-04-flex {
		flex-direction: column;
		gap: 0;
	}
	.feature-04-flex .txt-block {
		margin-top: 0;
	}
	.usb-pd {
		padding: 4vw 7.467vw; /* 15px 28px */
		gap: 6.667vw; /* 25px */
		margin-left: auto;
		margin-top: 2.667vw; /* 10px */
	}
	.txt-usb-pd {
		font-size: 2.933vw; /* 11px */
	}
	.usb-pd figure {
		width: 7.2vw; /* 27px */
	}
	.feature-05-flex {
		flex-direction: column;
		align-items: flex-start;
		gap: 5.333vw; /* 20px */
		margin-top: 16vw; /* 60px */
	}
	.interface-list {
		margin-top: 0;
		gap: 0.5em; /* em単位のためそのまま */
	}
	.interface-list li {
		font-size: 3.2vw; /* 12px */
	}
	.thumb-group {
		gap: 0.8vw; /* 3px */
		margin-top: 2.667vw; /* 10px */
	}
	.thumb-btn {
		font-size: 2.4vw; /* 9px */
		padding: 1.6vw 1.6vw; /* 6px 6px */
	}
	.student .video-wrap {
		height: auto;
		overflow: visible;
		border-radius: 0;
	}
	.student .video-wrap .video-controls {
		width: calc(100% - 10.667vw); /* calc内の 40px */
		left: 0;
		bottom: 51.733vw; /* 194px */
		gap: 0.8vw; /* 3px */
	}
	.student .video-wrap .video-block {
		border-radius: 5.333vw 0 0 5.333vw; /* 20px 0 0 20px */
		overflow: hidden;
	}
	.student .movie-inner {
		padding-inline: 0;
		margin-top: 5.333vw; /* 20px */
		width: 100%;
	}
	.feature-06-flex {
		flex-direction: column;
		gap: 5.333vw; /* 20px */
	}
	.feature-content.white-left {
		padding: 5.333vw 2.667vw 5.333vw 0; /* 20px 10px 20px 0 */
	}
	.feature-content.white-left::after {
		border-radius: 0 5.333vw 5.333vw 0; /* 0 20px 20px 0 */
	}
	.feature-06-flex .feature-content-ttl-set + .txt-feature {
		margin-top: 5.333vw; /* 20px */
	}
	.power-saving-gird-table-2 {
		max-width: inherit;
		border-radius: 2.667vw; /* 10px */
		padding: 5.333vw 0; /* 20px 0 */
	}
	.power-saving-gird-table-2 .model-ratio {
		margin-top: 4vw; /* 15px */
	}
	.batteery-model {
		font-size: 2.933vw; /* 11px */
	}

	.feature-content.white-right {
		padding: 5.333vw 0 5.333vw 2.667vw; /* 20px 0 20px 10px */
	}
	.feature-content.white-right::after {
		border-radius: 5.333vw 0 0 5.333vw; /* 20px 0 0 20px */
	}
	.feature-07-flex {
		gap: 4vw; /* 15px */
	}
	.img-interface-03 {
		width: 75%; /* %指定のためそのまま */
	}
	.feature-07-flex + .txt-feature {
		margin-top: 5.333vw; /* 20px */
	}
	.useful-features-wrap {
		flex-direction: column;
		gap: 2.133vw; /* 8px */
	}
	.useful-features-item {
		width: 100%;
		padding: 5.333vw; /* 20px */
	}
	.useful-features-inner-flex {
		justify-content: space-between;
	}
	.useful-features-name {
		font-size: 4.267vw; /* 16px */
		text-align: left;
	}
	.txt-useful-features {
		font-size: 4.267vw; /* 16px */
		margin-top: 5.333vw; /* 20px */
	}
	.icon-usb {
		width: 15.2vw; /* 57px */
	}
	.icon-Windows_Hello {
		width: 13.333vw; /* 50px */
	}
	.useful-features-item:nth-of-type(3) .useful-features-inner-flex {
		gap: 4vw; /* 15px */
	}
	.icon-flex {
		gap: 1.333vw; /* 5px */
	}
	.icon-wi-fi {
		width: 15.2vw; /* 57px */
	}
	.icon-lan {
		width: 13.6vw; /* 51px */
	}
	.useful-features-note {
		font-size: 2.933vw; /* 11px */
		margin-top: 1em; /* em単位のためそのまま */
		text-align: left;
		text-indent: -3em; /* em単位のためそのまま */
		margin-left: 3em; /* em単位のためそのまま */
	}
}
/* line-up
____________________*/
.contents--line-up {
	padding-top: 150px;
	padding-bottom: 110px;
	position: relative;
	z-index: 1;
}
.contents--line-up::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../general_note/img/ma4-08/bg.webp) no-repeat top left /100%;
    mix-blend-mode: color-dodge;
}
.contents--line-up.blue {
	position: relative;
}
.contents--line-up.blue::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../general_note/img/ma4-08/bg.webp) no-repeat top left /100%;
    mix-blend-mode: color-dodge;
}
.contents--line-up.blue::after {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-blue-3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.line-up-item-wrap {
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 60px;
}
.line-up-item {
	width: 100%;
	max-width: 400px;
	padding: 35px;
	background: var(--color-white-1);
	border: 1px solid var(--color-black-5);
}
.item-ttl-block {
	padding-bottom: 10px;
	border-bottom: 1px solid var(--color-black-5);
}
.model-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.model-img-block {
	width: 100%;
	position: relative;
	margin-top: 25px;
}
.model-img-block .model-img {
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
}
.model-img-block .model-cpu {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 2;
}
.model-spec {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.7;
}
.model-spec + .btn-link {
	margin-top: 20px;
}
.line-up-item .btn-link {
	font-size: 14px;
}
.price-block {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 40px;
}
.list-price {
	width: 50%;
}
.installment {
	width: calc(50% - 10px);
}
.js-smbc-box {
	width: 100%;
}
.model-price {
	font-size: 22px;
	font-weight: 700;
	white-space: nowrap;
}
.tax {
	font-size: 13px;
}
.btn-wrap {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 10px;
}
.btn-wrap .btn-link::after {
    width: 9px;
    height: 12px;
}
@media (max-width: 1450px) and (min-width: 789px) {
	.contents--line-up {
		padding-top: 10.345vw;
		padding-bottom: 7.586vw;
	}
	.line-up-item-wrap {
		gap: 1.103vw;
		margin-top: 4.138vw;
	}
	.line-up-item {
		max-width: 27.586vw;
		padding: 2.414vw;
		border-width: 0.069vw; /* 1px換算 */
	}
	.item-ttl-block {
		padding-bottom: 0.69vw;
		border-bottom-width: 0.069vw;
	}
	.model-name {
		font-size: 1.379vw;
	}
	.model-img-block {
		margin-top: 1.724vw;
	}
	.model-img-block .model-cpu {
		width: 6.897vw;
		height: 6.897vw;
		top: 0.69vw;
	}
	.model-spec {
		margin-top: 0.69vw;
		font-size: 1.103vw;
	}
	.model-spec + .btn-link {
		margin-top: 1.379vw;
	}
	.line-up-item .btn-link {
		font-size: 0.966vw;
	}
	.price-block {
		gap: 0.69vw;
		margin-top: 2.759vw;
	}
	.installment {
		width: calc(50% - 0.69vw);
	}
	.model-price {
		font-size: 1.517vw;
	}
	.tax {
		font-size: 0.897vw;
	}
	.btn-wrap {
		gap: 0.552vw;
		margin-top: 0.69vw;
	}
	.btn-wrap .btn-link::after {
		width: 0.621vw;
		height: 0.828vw;
	}
}
@media screen and (max-width: 768px) {
	.contents--line-up {
		padding-top: 18.667vw; /* 70px */
		padding-bottom: 16vw; /* 60px */
	}
	.line-up-item-wrap {
		flex-direction: column;
		margin-top: 4vw; /* 15px */
	}
	.line-up-item {
		padding: 5.333vw 6.667vw; /* 20px 25px */
	}
	.model-name {
		font-size: 4.267vw; /* 16px */
	}
	.model-img-block {
		margin-top: 4vw; /* 15px */
		width: 80%; /* %指定のためそのまま */
		margin-inline: auto;
	}
	.model-img-block .model-cpu {
		width: 16.8vw; /* 63px */
		height: 16.8vw; /* 63px */
	}
	.model-spec {
		font-size: 3.733vw; /* 14px */
	}
	.model-spec + .btn-link {
		margin-top: 2.667vw; /* 10px */
	}
	.line-up-item .btn-link {
		font-size: 3.2vw; /* 12px */
	}
	.model-price {
		font-size: 5.333vw; /* 20px */
	}
	.tax {
		font-size: 2.933vw; /* 11px */
	}
}
/* interview
____________________*/
.interview-wrap {
	width: 100%;
	max-width: 1320px;
	display: flex;
	align-items: stretch;
	justify-content: center;
	gap: 30px;
	background: var(--color-white-1);
	padding: 80px 40px;
	position: relative;
	margin-top: 120px;
}
.line-up-item-wrap + .interview-wrap {
	margin-top: 230px;
}
.interview-wrap::after {
	content: "";
	width: 100%;
	height: 100%;
	border-width: 20px;
	border-style: solid;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	pointer-events: none;
	opacity: 0.3;
}
.interview-wrap.blue::after {
	border: 20px solid var(--color-blue-4);

}
.interview-wrap.pink::after {
	border: 20px solid var(--color-pink-1);
}
.interview-wrap .txt-block {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
	position: relative;
}
.interview-wrap .txt-block .ttl-h3 {
	font-size: 36px;
	line-height: 1.4;
}
.interview-wrap .txt-block .txt-interview {
	font-size: 16px;
	line-height: 1.7;
}
@media (max-width: 1450px) and (min-width: 789px) {
	.interview-wrap {
		max-width: 91.034vw;
		gap: 2.069vw;
		padding: 5.517vw 2.759vw;
		margin-top: 8.276vw;
	}
	.line-up-item-wrap + .interview-wrap {
		margin-top: 15.862vw;
	}
	.interview-wrap::after,
	.interview-wrap.blue::after,
	.interview-wrap.pink::after {
		border-width: 1.379vw;
	}
	.interview-wrap .txt-block {
		gap: 0.69vw;
	}
	.interview-wrap .txt-block .ttl-h3 {
		font-size: 2.483vw;
	}
	.interview-wrap .txt-block .txt-interview {
		font-size: 1.103vw;
	}
}
@media screen and (max-width: 768px) {
	.interview-wrap {
		padding: 9.333vw 7.2vw; /* 35px 27px */
		margin-top: 8vw; /* 30px */
	}
	.line-up-item-wrap + .interview-wrap {
		margin-top: 9.333vw; /* 35px */
	}
	.interview-wrap.pink::after {
		border: 2.133vw solid var(--color-pink-1); /* 8px */
	}
	.interview-wrap.blue::after {
		border: 2.133vw solid var(--color-blue-4);
	}
	.interview-wrap .txt-block .ttl-h3 {
		font-size: 5.333vw; /* 20px */
	}
	.interview-wrap .txt-block .txt-interview {
		font-size: 3.733vw; /* 14px */
		letter-spacing: 0;
		margin-top: 2.667vw; /* 10px */
	}
	.interview-wrap .txt-block .interview-img {
		width: 36.8vw; /* 138px */
		position: absolute;
		top: 0;
		right: 0;
	}
}
/* gallery
____________________*/
.contents--gallery {
	padding-top: 160px;
	padding-bottom: 160px;
	position: relative;
}
.contents--gallery::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../../general_note/img/ma4-08/bg.webp) top left /100%;
    mix-blend-mode: color-dodge;
}
.contents--gallery::after {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--color-blue-3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.slider-container {
	position: relative;
	max-width: 800px;
	margin: 50px auto 0;
	padding: 0 60px;
}

/* 上部テキストページネーション（タブ風レイアウト） */
.slider-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 26px;
	margin-bottom: 30px;
	padding: 0;
	list-style: none;
}

.pagination-item {
	width: 100%;
	max-width: 189px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	background: var(--color-white-1);
	border-width: 1px;
	border-style: solid;
	padding: 6px 4px;
	cursor: pointer;
	position: relative;
	transition: color 0.3s ease;
}
.pagination-item:nth-of-type(1) {
	color: var(--color-blue-1);
	border-color: var(--color-blue-1);
}
.pagination-item:nth-of-type(2) {
	color: var(--color-black-3);
	border-color: var(--color-black-3);
}
.pagination-item:nth-of-type(3) {
	color: var(--color-pink-1);
	border-color: var(--color-pink-1);
}
.pagination-item:hover {
	color: var(--color-white-1);
}
.pagination-item:nth-of-type(1):hover {
	background: var(--color-blue-1);
}
.pagination-item:nth-of-type(2):hover {
	background: var(--color-black-3);
}
.pagination-item:nth-of-type(3):hover {
	background: var(--color-pink-1);
}

/* アクティブなテキストのスタイル */
.pagination-item.is-active {
	color: var(--color-white-1);
}
.pagination-item.is-active:nth-of-type(1) {
	background: var(--color-blue-1);
}
.pagination-item.is-active:nth-of-type(2) {
	background: var(--color-black-3);
}
.pagination-item.is-active:nth-of-type(3) {
	background: var(--color-pink-1);
}
/* スライダー表示領域 */
.slider-viewport {
	width: 100%;
	max-width: 920px;
	aspect-ratio: 800/600;
	overflow: hidden;
	background: var(--color-white-1);
}

.slider-track {
	display: flex;
	height: 100%;
	transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
	will-change: transform;
}

.slider-slide {
	flex: 0 0 100%;
	width: 100%;
	height: 100%;
	padding: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

/* ナビゲーションボタン */
.slider-prev,
.slider-next {
	position: absolute;
	top: calc(50% + 20px);
	transform: translateY(-50%);
	width: 40px;
	height: 71px;
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
	z-index: 10;
	transition: opacity 0.2s ease;
}

.slider-prev:hover,
.slider-next:hover {
	opacity: 0.7;
}

.slider-prev { left: 80px; }
.slider-next { right: 80px; }

.slider-prev img,
.slider-next img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.slider-prev.is-disabled,
.slider-next.is-disabled {
	opacity: 0.3;
	cursor: not-allowed;
}
@media (max-width: 1450px) and (min-width: 789px) {
	.contents--gallery {
		padding-top: 11.034vw;
		padding-bottom: 11.034vw;
	}
	.slider-container {
		max-width: 55.172vw;
		margin-top: 3.448vw;
		padding-inline: 4.138vw;
	}
	.slider-pagination {
		gap: 1.793vw;
		margin-bottom: 2.069vw;
	}
	.pagination-item {
		max-width: 13.034vw;
		font-size: 1.034vw;
		border-width: 0.069vw; /* 1px換算 */
		padding: 0.414vw 0.276vw;
	}
	.slider-viewport {
		max-width: 63.448vw;
	}
	.slider-slide {
		padding: 4.138vw;
		font-size: 1.655vw;
	}
	.slider-prev,
	.slider-next {
		top: calc(50% + 1.379vw);
		width: 2.759vw;
		height: 4.897vw;
	}
	.slider-prev {
		left: 5.517vw;
	}
	.slider-next {
		right: 5.517vw;
	}
}
@media screen and (max-width: 768px) {
	.contents--gallery {
		padding-top: 2.667vw; /* 10px */
		padding-bottom: 18.667vw; /* 70px */
	}
	.slider-container {
		margin-top: 10.667vw; /* 40px */
		padding-inline: 0;
	}
	.slider-pagination {
		gap: 0.8vw; /* 3px */
	}
	.pagination-item {
		font-size: 2.4vw; /* 9px */
	}
	.slider-prev, .slider-next {
		width: 4vw; /* 15px */
		height: 8vw; /* 30px */
	}
	.slider-prev {
		left: 2.667vw; /* 10px */
	}
	.slider-next {
		right: 2.667vw; /* 10px */
	}
	.slider-slide {
		padding: 10.667vw; /* 40px */
	}
}
/* faq
____________________*/
.contents--faq {
	padding-top: 125px;
	padding-bottom: 140px;
	background: var(--color-white-1);
}
.contents--faq.bg-gray {
	background: var(--color-white-2);
}
/* detailsの高さ変更（auto）に対するアニメーションを許可する設定 */
:root {
	interpolate-size: allow-keywords;
}
.faq .ttl-h3 {
	font-size: 36px;
	font-weight: 700;
	margin-top: 100px;
}
/* コンテナ（1列表示） */
.faq-container {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	margin-top: 45px;
}

/* FAQアイテム */
.faq-item {
	border-top: none;
	border-left: none !important;
    border-right: none !important;
	border-bottom: 1px solid var(--color-black-4);
	overflow: hidden;
}
.faq-item:nth-of-type(1) {
	border-top: 1px solid var(--color-black-4);
}
/* Qエリア（summary） */
.faq-question {
	padding: 40px 35px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	list-style: none; /* デフォルト矢印を非表示 */
}

/* Safari向けのデフォルト矢印非表示 */
.faq-question::-webkit-details-marker {
	display: none;
}

/* 矢印画像 */
.faq-arrow {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	background-image: url(../../general_note/img/ma4-08/arrow-gray.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	transition: transform 0.3s ease; /* 180度回転のアニメーション */
}

/* 開いた状態の矢印（180度回転） */
.faq-item[open] .faq-arrow {
	transform: rotate(180deg);
}

/* --------------------------------------------------
	アコーディオン開閉スライドアニメーション
-------------------------------------------------- */

/* モダンブラウザ向け (interpolate-size / ::details-content) */
::details-content {
	transition: height 0.3s ease, content-visibility 0.3s allow-discrete;
	height: 0;
	overflow: hidden;
}

.faq-item[open]::details-content {
	height: auto;
}

/* フォールバック対応（Gridを使用したスライドアニメーション） */
.faq-answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

.faq-item[open] .faq-answer {
	grid-template-rows: 1fr;
}

.faq-answer-inner {
	overflow: hidden;
}

.faq-answer p {
	padding: 0 35px 20px 35px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}
.faq-answer p a {
	color: var(--color-blue-4);
	text-decoration: none;
	position: relative;
}
.faq-answer p a::after {
	content: ">";
	margin-left: 0.5em;
}
.faq-answer .faw-answer-list {
	list-style-type: decimal !important;
	padding: 0 35px 20px 35px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
}
.faq-answer .faw-answer-list li:nth-of-type(2) {
	margin-top: 1em;
}
.faq-answer .faw-answer-list li a {
	color: var(--color-blue-4);
	text-decoration: none;
	position: relative;
}
.faq-answer .faw-answer-list li a::after {
	content: ">";
	margin-left: 0.5em;
}
.it-administrator {
	border: 1px solid var(--color-black-5);
	padding: 50px;
	margin-top: 55px;
	background: var(--color-white-1);
}
.it-administrator-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
}
.it-administrator-flex .ttl-h3 {
	margin-top: 0;
}
.it-administrator-flex .txt-it-administrator {
	font-size: 16px;
	font-weight: 700;
	line-height: 2;
	margin-top: 50px;
}
.it-administrator-flex .logo-dospara-plus {
	width: 100%;
	max-width: 459px;
}
.it-administrator-flex .btn-link {
	margin-top: 25px;
}
.it-administrator-flex + .ttl-h3 {
	margin-top: 60px;
	margin-left: 1em;
}
@media (max-width: 1450px) and (min-width: 789px) {
	.contents--faq {
		padding-top: 8.621vw;
		padding-bottom: 9.655vw;
	}
	.faq .ttl-h3 {
		font-size: 2.483vw;
		margin-top: 6.897vw;
	}
	.faq-container {
		margin-top: 3.103vw;
	}
	.faq-item,
	.faq-item:nth-of-type(1) {
		border-width: 0.069vw; /* 1px換算 */
	}
	.faq-question {
		padding: 2.759vw 2.414vw;
		font-size: 1.379vw;
	}
	.faq-arrow {
		width: 1.379vw;
		height: 1.379vw;
	}
	.faq-answer p {
		padding: 0 2.414vw 1.379vw 2.414vw;
		font-size: 1.103vw;
	}
	.faq-answer .faw-answer-list {
		padding: 0 2.414vw 1.379vw 2.414vw;
		font-size: 1.103vw;
	}
	.it-administrator {
		border-width: 0.069vw;
		padding: 3.448vw;
		margin-top: 3.793vw;
	}
	.it-administrator-flex {
		gap: 1.034vw;
	}
	.it-administrator-flex .txt-it-administrator {
		font-size: 1.103vw;
		margin-top: 3.448vw;
	}
	.it-administrator-flex .logo-dospara-plus {
		max-width: 31.655vw;
	}
	.it-administrator-flex .btn-link {
		margin-top: 1.724vw;
	}
	.it-administrator-flex + .ttl-h3 {
		margin-top: 4.138vw;
	}
}
@media screen and (max-width: 768px) {
	.contents--faq {
		padding-top: 18.667vw; /* 70px */
		padding-bottom: 13.333vw; /* 50px */
	}
	.faq .ttl-h3 {
		font-size: 5.333vw; /* 20px */
		text-align: center;
		margin-top: 20vw; /* 75px */
	}
	.faq-container {
		margin-top: 8vw; /* 30px */
	}
	.faq-question {
		font-size: 3.733vw; /* 14px */
		line-height: 1.5;
		padding: 5.333vw 2.667vw; /* 20px 10px */
		gap: 2.667vw; /* 10px */
	}
	.faq-arrow {
		width: 2.667vw; /* 10px */
		height: 2.667vw; /* 10px */
	}
	.faq-answer p {
		padding: 0 2.667vw 5.333vw 2.667vw; /* 0 10px 20px 10px */
		font-size: 3.733vw; /* 14px */
	}
	.faq-answer .faw-answer-list {
		padding: 0 2.667vw 5.333vw 2.667vw; /* 0 10px 20px 10px */
		font-size: 3.733vw; /* 14px */
	}
	.it-administrator {
		padding: 8vw 2.667vw; /* 30px 10px */
		margin-top: 8vw; /* 30px */
	}
	.it-administrator-flex {
		flex-direction: column;
	}
	.it-administrator-flex .txt-block {
		padding-inline: 4vw; /* 15px */
	}
	.it-administrator-flex .ttl-h3 {
		margin-top: 2.667vw; /* 10px */
	}
	.it-administrator-flex + .ttl-h3 {
		margin-left: 0;
	}
	.it-administrator-flex .logo-dospara-plus {
		max-width: 67.2vw; /* 252px */
		margin: 4vw auto 0; /* 15px auto 0 */
	}
	.it-administrator-flex .txt-it-administrator {
		font-size: 3.2vw; /* 12px */
		margin-top: 4vw; /* 15px */
	}
}









/* ==========================================
   1. スクロール対策（sticky の動作を保護）
   ========================================== */

/* 画面外のはみ出しをカットしつつスクロールコンテナ化を防ぐ */
.contents__wrap,
.toggle-content,
.main-wrapper {
    width: 100%;
    /* clip-path: inset(0 0 0 0); */
}
.drawer-wrapper {
	display: none;
}

/* ==========================================
   2. ドロワーコンテナ & 固定表示 (position: fixed)
   ========================================== */
@media screen and (max-width: 768px) {
.drawer-wrapper {
	display: block;
    position: relative;
    z-index: 9999;
}

/* --- 開閉ボタン（白背景 / 青枠 / 右上固定） --- */
.drawer-trigger {
    position: fixed !important;
    top: 0;
    right: 0;
    z-index: 10000;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    border: 1.5px solid #00449e;
    border-radius: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 0;
    box-sizing: border-box;

    /* スクロール前の初期状態：非表示＆判定無効化 */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-trigger.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

/* 三本線（通常時） */
.drawer-trigger__bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #00449e;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* 開閉時（×ボタン化） */
.drawer-wrapper.is-active .drawer-trigger__bar:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
.drawer-wrapper.is-active .drawer-trigger__bar:nth-child(2) {
    opacity: 0;
}
.drawer-wrapper.is-active .drawer-trigger__bar:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* --- メニュー本体（右側から全幅スライド） --- */
.drawer-menu {
    position: fixed !important;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    height: 100dvh; /* スマホのアドレスバー対策 */
    background-color: #ffffff;
    z-index: 9999;
    transition: right 0.3s ease;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; /* 上下中央寄せ */
    align-items: center;
    padding: 60px 20px;
    box-sizing: border-box;
}

.drawer-wrapper.is-active .drawer-menu {
    right: 0;
}

/* --- 背景オーバーレイ --- */
.drawer-overlay {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-wrapper.is-active .drawer-overlay {
    opacity: 1;
    visibility: visible;
}


/* ==========================================
   3. メニューリスト ＆ タブ切り替え連動
   ========================================== */
/* タブ別リストの制御（デフォルトは非表示） */
.drawer-menu__list[data-tab-group] {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 320px;
}

/* アクティブなタブグループのみ表示 */
.drawer-menu__list[data-tab-group].is-active {
    display: block;
}

/* メニューアイテム＆罫線デザイン */
.drawer-menu__item {
    border-top: 1px solid #b0b0b0;
}

.drawer-menu__item:last-child {
    border-bottom: 1px solid #b0b0b0;
}

.drawer-menu__link {
    display: block;
    padding: 18px 0;
    text-align: center;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
}

.drawer-menu__link:hover {
    color: #00449e;
}
}




/* --- PC専用サイドナビゲーション --- */
.side-nav {
    display: none;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s ease, visibility 0.4s ease;
}
.side-nav.is-visible {
	opacity: 1;
	visibility: visible;
}
@media screen and (min-width: 769px) {
	.side-nav {
		display: block !important;
		position: fixed !important;
		left: 4.1667vw !important;  /* 80px */
		bottom: 4.1667vw !important;/* 80px */
		z-index: 1000 !important;
	}

	/* タブグループ制御 */
	.side-nav .side-nav__list[data-tab-group] {
		display: none !important;
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
	}

	.side-nav .side-nav__list[data-tab-group].is-active {
		display: flex !important;
		flex-direction: column !important;
	}

	.side-nav .side-nav__item {
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
		padding: 0;
	}

	/* リンクテキスト */
	.side-nav .side-nav__link {
		display: flex;
		align-items: center;
		gap: 0.625vw;               /* 12px */
		text-decoration: none;
		color: var(--color-black-2);
		font-size: 0.9375vw;        /* 18px */
		font-weight: 700;
		transition: color 0.3s ease;
		padding: 0.2083vw 0;        /* 4px */
	}

	/* 描画アニメーション用ラベル設定 */
	.side-nav .side-nav__label {
		position: relative;
		display: inline-block;
	}

	/* ホバー時の下線（初期状態：幅0%） */
	.side-nav .side-nav__label::after {
		content: "";
		position: absolute;
		left: 0;
		bottom: -2px;
		width: 0;
		height: 1.5px;
		background-color: var(--color-black-2);
		transition: width 0.3s ease;
	}

	/* ホバー時：左から右へ下線を伸びせる */
	.side-nav .side-nav__link:hover .side-nav__label::after {
		width: 100%;
	}

	/* ドット */
	.side-nav .side-nav__dot {
		display: inline-block;
		width: 0.5208vw;            /* 10px */
		height: 0.5208vw;           /* 10px */
		border: 1.5px solid var(--color-black-5);
		border-radius: 50%;
		background-color: #ffffff;
		box-sizing: border-box;
		transition: background-color 0.3s ease, border-color 0.3s ease;
	}

	/* 繋ぎ目線（点線） */
	.side-nav .side-nav__line {
		position: relative;
		width: 1.5px;
		height: 2.5vw;              /* 48px */
		margin-left: 0.2214vw;      /* 4.25px (ドットの中心合わせ) */
		background-image: linear-gradient(to bottom, var(--color-black-5) 40%, rgba(255,255,255,0) 0%);
		background-position: left;
		background-size: 1.5px 0.2604vw; /* 5px */
		background-repeat: repeat-y;
	}

	/* 繋ぎ目線（実線オーバーレイ） */
	.side-nav .side-nav__line::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 0%;
		background-color: var(--color-black-5);
		transition: height 0.4s ease;
	}

	/* --- アクティブ・通過時のスタイル --- */
	.side-nav .side-nav__item.is-passed .side-nav__dot,
	.side-nav .side-nav__item.is-active .side-nav__dot {
		background-color: var(--color-black-2);
		border-color: var(--color-black-2);
	}

	.side-nav .side-nav__item.is-active .side-nav__link,
	.side-nav .side-nav__item.is-passed .side-nav__link {
		color: #333333;
	}

	.side-nav .side-nav__item.is-passed .side-nav__line::after {
		height: 100%;
	}
}

/* モーダル背景（オーバーレイ） */
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
	padding: 20px;
	box-sizing: border-box;
}

/* 表示時のクラス */
.modal-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

/* モーダル本体枠 */
.modal-container {
	position: relative;
	background-color: #fff;
	width: 100%;
	max-width: 800px;
	max-height: 85vh; /* 画面高さの85%を上限にする */
	border-radius: 8px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

/* コンテンツエリア（スクロール可能領域） */
.modal-content {
	padding: 40px 24px 24px;
	overflow-y: auto; /* 溢れた場合に縦スクロールバーを表示 */
	-webkit-overflow-scrolling: touch; /* スマホでの慣性スクロール */
}

/* 枠付き✕（閉じる）ボタン */
.modal-close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: 1px solid #ccc; /* ボーダー付き */
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	z-index: 10;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ✕ボタンの斜め線 */
.modal-close::before,
.modal-close::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	background-color: #333;
}

.modal-close::before {
	transform: rotate(45deg);
}

.modal-close::after {
	transform: rotate(-45deg);
}

.modal-close:hover {
	background-color: #f5f5f5;
	border-color: #999;
}
.c-caption {
		border-top: 2px solid #c8c8c8;
        padding: 13px 20px 12px;
        font-size: 16px;
        letter-spacing: 0.96px;
        line-height: 1.45;
        text-align: left;
    }
/* レスポンシブ調整 (スマホ) */
@media screen and (max-width: 768px) {
	.modal-overlay {
		padding: 12px;
	}
	
	.modal-container {
		max-height: 90vh; /* スマホでは表示領域を少し広めに確保 */
	}

	.modal-content {
		padding: 36px 16px 20px;
	}
}