/* ===========================================
   Enago JP Homepage Revamp — Desktop (1520px)
   Pixel-faithful translation of Figma node 1322:211
   =========================================== */

/* Reset */
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
	/* scroll-padding-top: 0px; */
}

/* #services, #comparison ,#service-details1 ,#service-details2,#service-details3,#service-details4{
	scroll-margin-top: 80px;
} */

/* #comparison{
	scroll-margin-top: 140px;
} */

/* #services{
	scroll-margin-top: 10px;
} */

#service-details1{
	scroll-margin-top: 145px;
}

/* #service-details2{
	scroll-margin-top: 145px;
} */

/* #service-details3{
	scroll-margin-top: 145px;
} */

/* #service-details4{
	scroll-margin-top: 145px;
} */

@media only screen and (min-width: 768px) {
	html,
	body {
		/* min-width: 1520px; */
	}
}

body {
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "Helvetica Neue", Helvetica, Arial, "sans-serif";;
	-webkit-font-smoothing: antialiased;
	color: #212529;
	background: #fff;
}

img {
	/* display: block;
	max-width: 100%; */
}

a {
	text-decoration: none;
	color: inherit;
	text-decoration: none;
}

span.underline {
	text-underline-offset: 4px;
	text-decoration: underline;
}

span.underline:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

.container {
	width: 1080px;
	margin-left: auto !important;
	margin-right: auto !important;
}

.sup{
	font-size: 14px !important;
	line-height: 24px !important;
	font-weight: 400 !important;
}

/* ===== Section 1: Notification strip (1322:218) ===== */
.notif-bar {
	display: flex;
	align-items: center;
	gap: 49px;
	padding: 6px 220px;
	background-image: linear-gradient(90deg,
			rgb(248, 128, 50) 0%,
			rgb(233, 87, 77) 10.729%,
			rgb(218, 48, 102) 34.687%,
			rgb(238, 99, 69) 48.229%,
			rgb(220, 52, 99) 64.375%,
			rgb(244, 94, 121) 85.729%,
			rgb(234, 107, 54) 100%);
}

.notif-card {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	padding: 5px 12px;
	background: rgba(255, 255, 255, 0.17);
	border-radius: 7px;
	flex-shrink: 0;
}

.notif-card--588 {
	width: 588px;
}

.notif-card--443 {
	width: 443px;
}

.notif-row {
	display: flex;
	align-items: center;
	gap: 8px;
}

.notif-icon {
	width: 22.542px;
	height: 22px;
	flex-shrink: 0;
}

.notif-icon--lg {
	width: 25px;
	height: 24px;
}

.notif-text {
	font-size: 11px;
	color: #fff;
	white-space: nowrap;
	line-height: normal;
}

.notif-text .bold {
	font-weight: bold;
}

.notif-link {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
	white-space: nowrap;
	flex-shrink: 0;
}

/* ===== Section 2: Header (1326:419) ===== */
.site-header {
	background: #fff;
	padding: 16px 0px;
	z-index: 1100;
	position: relative;
}

.site-header__inner {
	width: 1080px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	/* margin: 0 auto; */
}

.logo {
	display: block;
	/* width: 188.502px;
  height: 54px; */
}

.logo img {
	/* width: 100%; */
	height: auto;
	object-fit: cover;
	margin-left: 10px;
	padding-top: 8px;
}

.header-nav {
	display: flex;
	align-items: center;
	gap: 12px;
}

.btn-contact {
	display: flex;
	align-items: center;
	gap: 10px;
	background: #fff;
	border: none;
	border-radius: 42px;
	padding: 10px 20px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	cursor: pointer;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "Helvetica Neue", Helvetica, Arial, "sans-serif";;
	transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

.btn-contact:hover {
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}

.btn-contact__icon {
	width: 20px;
	height: 20px;
}

.btn-contact__chev {
	width: 16px;
	height: 16px;
	transform: rotate(180deg);
	transition: transform 0.3s ease;
}

.btn-contact span {
	font-size: 14px;
	font-weight: 700;
	color: #212529;
	white-space: nowrap;
}

.btn-login {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	height: 46px;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #4d4d4d;
	border-radius: 5px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	white-space: nowrap;
	filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
}

.btn-cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 12px;
	background: #147fd4;
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	white-space: nowrap;
	text-align: center;
	transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.btn-cta:hover {
	background-color: #2ea3ff !important;
	transform: translateY(-3px) !important;
	transition: all 0.4s ease !important;
}

/* Help icon + call popover */
.help {
	position: relative;
}

.no-bullet {
	list-style: none;
}

.call-pop {
	position: absolute;
	/* top: calc(100% + 2px); */
	left: 50%;
	transform: translateX(-50%) translateY(-8px);
	min-width: 320px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
	padding: 24px 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 160ms cubic-bezier(.22, .61, .36, 1),
		transform 160ms cubic-bezier(.22, .61, .36, 1),
		visibility 0s linear 160ms;
	z-index: 1000;
}

.help.is-open .call-pop,
.help:hover .call-pop {
	opacity: 1;
	visibility: visible;
	transform: translateX(-50%) translateY(0);
	transition-delay: 0s;
}

.call-pop::before {
	content: "";
	position: absolute;
	top: -7px;
	left: calc(50% - 6px);
	width: 12px;
	height: 12px;
	background: #fff;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.08);
	transform: rotate(45deg);
}

.call-wrap .col {
	display: block;
}

.call-wrap ul {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 0;
	margin: 0;
}

.call-wrap li {
	list-style: none;
}

.call-wrap li a {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 6px 8px;
	border-radius: 8px;
	transition: background-color 0.2s ease;
	text-decoration: none;
}

.call-wrap li a:hover {
	background: #f8f9fa;
}

.call-wrap li a img {
	width: 29px;
	height: 29px;
	object-fit: contain;
}

.call-wrap li a div {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.call-wrap strong {
	display: block;
	font-size: 18px;
	font-weight: 800;
	color: #000;
	letter-spacing: 0.01em;
	line-height: 1.2;
}

.call-wrap a span {
	font-size: 12px;
	color: #4D4D4D;
	line-height: 1.4;
}

.btn-contact__chev {
	transition: transform 0.3s ease;
}

.help:hover .btn-contact__chev,
.help.is-open .btn-contact__chev {
	transform: rotate(0deg);
}


body:has(.video-player.show) {
	overflow: hidden;
}

.video-player {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 1000;
	backdrop-filter: blur(5px);
}

.video-player.show {
	display: flex;
	animation: fadeIn 0.3s ease-in-out;
}

.backdrop {
	position: relative;
	width: 80%;
	max-width: 80vw;
	max-height: 80vh;
	aspect-ratio: 16 / 9;
}

.vidframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.close-btn {
	position: absolute;
	top: -40px;
	right: 0;
	background: transparent;
	border: none;
	font-size: 30px;
	color: #fff;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.2s ease;
	opacity: 0.8;
}

.close-btn:hover {
	opacity: 1;
	transform: scale(1.1);
}

/* ===== Section 3: Sub-nav menu bar (1322:274) ===== */
.subnav {
	background: #464646;
	padding: 0 0px;
	/* mirrors visual; original has padding 420px on a 1920 frame */
	width: 100%;
	/* position: sticky; */
	top: 0;
	z-index: 500;
}

.subnav__inner {
	max-width: 1080px;
	margin: 0 auto;
	background: #464646;
	padding: 0 8px;
	border-radius: 5px;
	/* height: 50px; */
	display: flex;
	align-items: center;
}

.subnav__home {
	display: flex;
	align-items: center;
	width: 18px;
	height: 21px;
	margin-right: 15px;
	padding-top: 2.11px;
	padding-bottom: 4.89px;
	flex-shrink: 0;
}

.subnav__home img {
	width: 18px;
	height: 21px;
}

.subnav__list {
	display: flex;
	align-items: center;
	gap: 14.7px;
	padding: 0 7.4px;
	flex: 1;
}

.subnav__item {
	position: relative;
	padding-right: 30px;
	/* height: 50px; */
	display: flex;
	align-items: center;
}

.subnav__item a {
	display: inline-flex;
	align-items: center;
	position: relative;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
	white-space: nowrap;
}

.subnav__item:hover a {
	color: #fec043;
	font-weight: bold;
}



/* ===== Section 4: Hero (1322:3164) ===== */
.hero__content {}

.hero {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: #fffcf3 !important;
	background-position: center right !important;
	background-repeat: no-repeat !important;
	padding: 40px 20px;
    padding-bottom: 0px;
}

.hero__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
}

.hero__image {
	position: absolute;
	right: 0;
	top: 0;
	width: 832px;
	height: 449px;
	object-fit: cover;
	/* image is anchored to the right portion */
}

.hero__bg-tint {
	position: absolute;
	inset: 0;
	backdrop-filter: blur(25px);
	background-image: linear-gradient(84.73deg,
			rgb(255, 252, 243) 41.046%,
			rgba(255, 252, 243, 0.1) 67.916%,
			rgb(255, 252, 243) 87.841%);
}

.hero__bg-shade {
	position: absolute;
	right: 0;
	top: 0;
	width: 869px;
	height: 398px;
	background-image: linear-gradient(-90deg,
			rgba(0, 0, 0, 0.7) 0%,
			rgba(0, 0, 0, 0.58) 56.831%,
			rgba(0, 0, 0, 0) 86.594%);
	pointer-events: none;
}

.hero__bg-subtract {
	position: absolute;
	left: 791px;
	top: -27px;
	width: 605px;
	height: 447px;
	pointer-events: none;
}

.hero__content {
	/* position: absolute; */
	/* left: 220px; */
	/* top: 50%; */
	/* transform: translateY(-50%); */
	width: 100%;
	/* max-width: 798px; */
	display: flex;
	flex-direction: column;
	gap: 20px;
	z-index: 1;
}

.hero__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "Helvetica Neue", Helvetica, Arial, "sans-serif";;
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
	color: #000;
}

.hero__subtitle {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "Helvetica Neue", Helvetica, Arial, "sans-serif";;
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #212529;
}

.hero__creds {
	display: flex;
	align-items: center;
	gap: 20px;
}

.hero__creds-logo {
	width: 80px;
	height: 80px;
	object-fit: contain;
}

.hero__creds-badge {
	padding: 12px ;
    padding-left: 0px;
	border-radius: 5.461px;
    background: linear-gradient(90deg, rgba(177, 227, 235, 0) 0%, rgba(177, 227, 235, 0.5) 48.56%, rgba(177, 227, 235, 0) 100%);

	/* font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif"; */
        font-weight: 700 !important;
	font-size: 14px;
	line-height: 20px;
	color: #212529;
	/* text-align: center;
	white-space: nowrap; */
}

/* ===== Section 5: Side fixed panel (1322:2514) ===== */
.side-nav {
	position: fixed;
	left: -210px;
	top: 50%;
	/* per Figma; can be made sticky later */
	/* width: 204px; */
	/* overflow: hidden; */
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #4d4d4d;
	z-index: 10;
	transform: translateY(-50%);
	transition: .2s all ease-in-out;
	padding: 10px 0;
}

.side-nav.side-nav--open {
	left: 0;
	transition: .2s all ease-in-out;
}

.side-nav.side-nav--open .side-nav__handle img {
	transform: rotate(180deg);
	transition: .2s all ease-in-out;
}

.side-nav__list {
	width: 100%;
	max-height: 300px;
	overflow-y: auto;
	scrollbar-color: rgba(255, 255, 255, .2) transparent;
	scrollbar-width: thin;

}

.side-nav__item {
	background: #444444;
}

.side-nav__item--top {
	background: #444444;
}

.side-nav__item a {
	display: inline-block;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #fff;
	white-space: nowrap;
	text-decoration: underline;
	text-underline-offset: 4px;
	display: block;

	padding: 10px 16px;
}

.side-nav__item {
	transition: .2s all ease-in-out;
	transition-delay: .2s;
	opacity: .7;
}

.side-nav__item:hover {
	background: #4D4D4D;
	opacity: 1;
	transition: .2s all ease-in-out;
}

.side-nav__link {
	text-decoration: underline;
}

.side-nav__link--active {
	font-weight: bold;
}

.side-nav__handle {
	position: absolute;
	right: -30px;
	top: 50%;
	/* offset within panel; original at y=685 vs panel top=535 → 150px */
	width: 30px;
	transform: translateY(-50%);
	height: 80px;
}

/* ===== Section 6: Coupon intro card (1322:605) ===== */
.coupon-card__badge-text {
	background-color: #ffd900;
	position: relative;
	padding: 5px 0px;
}

.coupon-card__badge-text:before {
	content: "";
	position: absolute;
	left: -22px;
	top: 0;
	width: 0px;
	height: 0px;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-right: 22px solid #ffd900;
}

.coupon-card__badge-text:after {
	content: "";
	position: absolute;
	right: -22px;
	top: 0;
	width: 0px;
	height: 0px;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 22px solid #ffd900;
}

.coupon-card-wrap {
	/* container, sits inside main column */
	width: 933px;
	margin: 50px auto 0;
	padding: 0;
	position: relative;
	margin-top: 70px;
}

.coupon-card {
	position: relative;
	background: #ffffdf;
	border-radius: 30px;
	padding: 40px 30px 30px;
	display: flex;
	justify-content: center;
}

.coupon-card__badge {
	position: absolute;
	left: 50%;
	top: -15px;
	width: 532px;
	height: 30px;
	transform: translateX(-50%);
}

.coupon-card__badge-bg {
	position: absolute;
	left: 60px;
	top: -3.72px;
	width: 410px;
	height: 38px;
}

.coupon-card__badge-text {
	position: absolute;
	left: 50%;
	top: 16px;
	width: 440px;
	transform: translate(-50%, -50%);
	text-align: center;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	color: #000;
	white-space: nowrap;
}

.coupon-card__badge-text .t-20 {
	font-size: 20px;
	line-height: 30px;
}

.coupon-card__badge-text .t-24-b {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
}

.coupon-card__inner {
	display: flex;
	align-items: center;
	gap: 25px;
}

.coupon-code {
	position: relative;
	width: 458px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.coupon-code__row {
	display: flex;
	align-items: center;
	height: 96.063px;
	z-index: 2;
	position: relative;
}

.coupon-code__code {
	background: #fff;
	border: 2px dashed #c6c5c5;
	border-right: 0;
	cursor: pointer;
	border-top-left-radius: 15.494px;
	border-bottom-left-radius: 15.494px;
	/* border-bottom-left-radius: 15.494px; */
	padding: 15.494px 15.494px 9.296px 21.692px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 55.779px;
	line-height: 67.273px;
	color: #000;
	text-align: center;
	white-space: nowrap;
	display: flex;
	align-items: center;
	/* border-bottom: none; */
}

.coupon-code__copy {
	width: 96.063px;
	height: 96.063px;
	background: #fff;
	border: 2px dashed #c6c5c5;
	border-top-right-radius: 15.494px;
	border-bottom-right-radius: 15.494px;
	/* border-bottom-right-radius: 15.494px; */
	padding: 15.494px 21.692px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	/* border-bottom: none; */
	overflow: hidden;
}

.coupon-code__copy img {
	width: 37.186px;
	height: 37.186px;
}

.coupon-code__notice {
	left: -0.5px;
	width: 458px;
	padding: 5px 0;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	background: #fec043;
	border-bottom-left-radius: 15.49px;
	border-bottom-right-radius: 15.49px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	white-space: nowrap;
	position: relative;
	top: -15px;
	position: relative;
	z-index: 1;
	padding-top: 20px;
}

.coupon-card__divider {
	width: 1px;
	height: 96px;
	background: linear-gradient(360deg,
			rgba(247, 241, 236, 0.8) 13.43%,
			rgba(152, 152, 152, 0.8) 52.55%,
			rgba(247, 241, 236, 0.8) 91.67%);
}

.coupon-card__notes {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.coupon-card__notes li {
	display: flex;
	gap: 6px;
	align-items: flex-start;
}

.coupon-card__notes .dot {
	width: 8px;
	height: 8px;
	margin-top: 5px;
	background: #fec043;
	border: 2px solid #fec043;
	flex-shrink: 0;
}

.coupon-card__notes p {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

/* ===== Section 7: Services block heading + tabs ===== */
.services-block {
	/* width: 1080px; */
	margin: 50px auto 0;
	padding-top: 40px;
}

.services-heading {
	width: 710px;
	margin: 0 auto;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 44px;
	line-height: 54px;
	color: #000;
	text-align: center;
}

.service-tabs {
	display: flex;
	width: 809px;
	margin: 30px auto 0;
	padding: 0 16px;
	z-index: 2;
	margin-bottom: -25px
}

.service-tab {
	position: relative;
	flex: 1;
	height: 56px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 28px;
	background: #f6fbff;
	color: #000;
	border: 1px solid #ddd;
	text-align: center;
}

.service-tab--active {
	background: #1d1d1d;
	color: #fff;
	font-weight: bold;
	border-color: #1d1d1d;
}

.service-tab--active .service-tab__caret {
	position: absolute;
	left: 50%;
	top: 100%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #1d1d1d;
}

/* ===== Section 8: Service intro + 3-column cards (1322:639 / 1322:648) ===== */
.svc-intro {
	display: flex;
	align-items: center;
	gap: 30px;
	/* width: 1048px; */
	padding: 67px auto 50px;
	margin: 50px 0;
	margin-top: 25px;
	/* padding: 0 50px; */
}

.svc-intro__img {
	/* width: 482px; */
	/* height: 263px; */
	flex-shrink: 0;
	overflow: hidden;
	border-radius: 8px;
}

.svc-intro__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.svc-intro__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
	width: 100%
		/* width: 434px; */
}

.svc-intro__desc.desc-small {
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	letter-spacing: 0%;
	position: relative;
}

a.svc-link {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-align: right;
	display: block;
	position: absolute;
	right: 0px;
	bottom: 0px;

}

.svc-col {
	position: relative;
}

.svc-link {
	color: #00F;
}

.small-title {
	font-weight: 700;
	font-size: 24px !important;
	line-height: 34px !important;

}

.svc-intro__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
}

.svc-intro__desc {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
	color: #212529;
}

.svc-cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	align-items: start;
	gap: 25px;
	justify-content: center;
	/* width: 1023px; */
	margin: 0 auto;
	padding: 0;
	border-radius: 30px;
	position: relative;
}

.svc-cards>.svc-card:not(:last-child) {
	border-right: 1px solid #e5e5e5;
	padding-right: 25px;
}

.svc-card {
	/* width: 307px; */
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.svc-card__head {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.svc-card__head-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.svc-card__icon {
	width: 52px;
	height: 52px;
}

.svc-card__tags {
	display: flex;
	align-items: center;
	gap: 10px;
}

.svc-card__title {
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	color: #000;
}

.editor-pill {
	display: inline-flex;
	align-items: center;
	gap: 9.474px;
	width: 97px;
	padding: 4px 10px;
	background: #ffffdf;
	border: 0.947px solid #ebeb00;
	border-radius: 32.211px;
	font-size: 12px;
	color: #000;
}

.editor-pill img {
	width: 22px;
	height: 13px;
}

.tag-recommend {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	background: #fec043;
	color: #1d1d1d;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

.tag-blue {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 3px 10px;
	background: blue;
	color: #fff;
	border-radius: 2px;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
	white-space: nowrap;
}

.svc-card__section {
	display: flex;
	flex-direction: column;
	gap: 20px;
	min-height: 260px;
}

.svc-card__section.top {
	min-height: 200px;
}

.svc-card__section.top .svc-card__body {
	min-height: unset;
}

.svc-card__heading {
	display: flex;
}

.svc-reverse {
	flex-direction: row-reverse;
	justify-content: center;
}

.svc-col {
	flex-direction: column;
	align-items: start
}

.svc-card__heading span {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #000;
	border-bottom: 1px solid #d52b1e;
	display: inline-block;
	padding-bottom: 2px;
}

.svc-card__body {
	font-size: 18px;
	line-height: 28px;
	color: #000;
	min-height: 200px;
}

.svc-card__body strong {
	font-weight: bold;
}

.vip-pack {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	height: 92px;
	padding: 10px;
	background-image: linear-gradient(to right,
			rgba(255, 255, 223, 0.2),
			rgba(251, 224, 130, 0.2));
	border: 1px solid #dee2e6;
	border-radius: 5px;
}

.vip-pack__badge {
	display: flex;
	flex-direction: column;
	gap: 2.801px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.vip-pack__limited {
	display: inline-block;
	padding: 1.63px 3.73px;
	font-size: 7.002px;
	font-weight: bold;
	line-height: 9.336px;
	color: #000;
	background-image: linear-gradient(90deg,
			rgb(252, 237, 126) 0%,
			rgb(236, 190, 85) 23%,
			rgb(255, 241, 142) 59%,
			rgb(221, 166, 63) 78.5%,
			rgb(251, 211, 94) 89.5%,
			rgb(213, 163, 64) 97.3%,
			rgb(187, 127, 32) 100%);
	width: 48.08px;
}

.vip-pack__label {
	font-weight: bold;
	font-size: 18px;
	color: #b97e1f;
}

.vip-pack p {
	width: 190px;
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.price-box {
	background: #fff;
	border: 1px solid #c6c5c5;
	border-radius: 5px;
	padding: 17px;
	text-align: center;
}

.price-box__text {
	color: #000;
}

.price-box__text .t-16 {
	font-size: 16px;
}

.price-box__text .t-36-b {
	font-size: 36px;
	font-weight: bold;
}

.price-wrap {
	position: relative;
}

.price-ribbon {
	position: absolute;
	left: 50%;
	top: -10px;
	transform: translateX(-50%);
	background: #dff1fd;
	border: 1px solid #029dcd;
	border-bottom-left-radius: 9.474px;
	border-bottom-right-radius: 9.474px;
	padding: 4px 12px;
	display: flex;
	align-items: center;
	gap: 7.579px;
	width: 236.842px;
	height: 27px;
	justify-content: center;
}

.price-ribbon img {
	width: 14.211px;
	height: 22.737px;
}

.price-ribbon span {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.top-banner {
	display: flex;
	align-items: center;
	gap: 14px;
	width: 100%;
	padding: 10px;
	background: #ffffe0;
	border: 1px solid #ecec00;
	border-radius: 5px;
}

.top-banner p {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	width: 211px;
}

.top-banner img {
	width: 60px;
	height: 60px;
}

.bonus-list {
	display: flex;
	flex-direction: column;
	gap: 15px;
	min-height: 250px;
}

.bonus-list li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.bonus-list li img {
	width: 17px;
	height: 15px;
	flex-shrink: 0;
}

.bonus-list li span {
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.after-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.after-table th,
.after-table td {
	padding: 7px 0;
	border-bottom: 1px solid #dee2e6;
	vertical-align: middle;
	text-align: left;
}

.after-table th {
	font-weight: bold;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.after-table td {
	line-height: 20px;
	color: #000;
}

.after-table th:last-child,
.after-table td:last-child {
	padding-left: 16px;
	width: 80px;
}

.badge-free {
	display: inline-block;
	padding: 0.947px 4.737px 2.274px;
	background: #d72b27;
	color: #fff;
	font-size: 10px;
	line-height: 14px;
}

.shine-tag {
	background: #ffd900;
	border-radius: 3px;
	padding: 3px 8px 1px;
	font-size: var(--tag-two);
	line-height: var(--lh-tag-two);
	display: block;
	position: relative;
	overflow: hidden;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	font-weight: 700;
	font-size: 12px !important;
	margin-bottom: 8px;
}

.shine-cta {
	display: block;
	position: relative;
	overflow: hidden;
}

.shine-tag:after,
.shine-tag:before,
.shine-cta:after,
.shine-cta:before {
	content: "";
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-animation: style_buttonGlassSwipe__2FjFw 4s linear 0s infinite;
	-moz-animation: style_buttonGlassSwipe__2FjFw 4s linear 0s infinite;
	animation: style_buttonGlassSwipe__2FjFw 4s linear 0s infinite;
	-webkit-backdrop-filter: blur(1px);
	backdrop-filter: blur(1px);
}

.shine-tag::-webkit-textfield-decoration-container {
	background: rgba(255, 255, 255, 0.792);
	width: 20px;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	transform: skewX(20deg);
}

.shine-cta:after {
	background: rgba(255, 255, 255, 0.2);
	width: 20px;
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	transform: skewX(20deg);
}

@keyframes style_buttonGlassSwipe__2FjFw {
	0% {
		left: -160px;
	}

	10% {
		left: -moz-calc(100% + 50px);
		left: calc(100% + 50px);
	}

	to {
		left: -moz-calc(100% + 150px);
		left: calc(100% + 150px);
	}
}

/* .shine-tag::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -12px;
  width: 14px;
  height: 56px;
  background: rgba(255,255,255,0.7);
  filter: blur(2px);
  transform: rotate(-25.1deg);
} */

.svc-card__more {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 24px;
	color: blue;
	text-decoration: none;
	align-self: flex-end;
}

.svc-card__more .arrow {
	display: inline-block;
	width: 8px;
	font-size: 18px;
	font-weight: bold;
}

/* ===== Section 9: CTA + guarantee + contact card (1322:999) ===== */
.cmp-cta {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	transition: all 0.4s ease !important;
}

.cmp-cta a:hover {
	background-color: #2ea3ff;
	text-decoration: none;
	-webkit-transform: translateY(-3px) !important;
	-moz-transform: translateY(-3px) !important;
	transform: translateY(-3px) !important;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17) !important;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.17) !important;
	transition: all 0.4s ease !important;
}

.btn-blue-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #147fd4;
	color: #fff;
	padding: 17px 22px;
	border-radius: 5px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 22px;
	line-height: 25.6px;
	white-space: nowrap;
	transition: all 0.4s ease !important;
}

.btn-blue-pill:hover {
	background-color: #2ea3ff;
	transform: translateY(-3px) !important;
	transition: all 0.4s ease !important;
}

.guarantee {
	width: 850.57px;
	height: 185.385px;
	margin: 50px auto 0;
	background: #fff;
	border: 1px solid #c6c5c5;
	border-radius: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding: 41px 52px;
}

.guarantee__seal {
	width: 130px;
	height: 145.385px;
	flex-shrink: 0;
	position: relative;
}

.guarantee__seal img {
	width: 130px;
	height: 145.385px;
	object-fit: contain;
}

.guarantee__body {
	width: 665.57px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	color: #212529;
}

.contact-card {
	width: 895px;
	margin: 50px auto 0;
	/* padding: 25px; */
	background: rgba(255, 255, 255, 0.8);
	border: 1px solid #c6c5c5;
	border-radius: 10px;
	backdrop-filter: blur(2px);
}

.contact-card__top {
	display: flex;
	align-items: flex-end;
	gap: 24px;
	justify-content: center;
	margin-top: 20px;
}

.contact-coupon {
	position: relative;
	width: 410.818px;
}

.contact-coupon__notice {
	/* position: absolute; */
	/* width: 410px; */
	/* height: 51px; */
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding-top: 3px;
	background: #fec043;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	z-index: 0;
	position: relative;
}

.contact-coupon__notice:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background: #fec043;
	bottom: -10px;
	z-index: 1;
}

.contact-coupon__inner {
	position: relative;
	background: #ffffdf;
	border: 1px solid #c6c5c5;
	border-radius: 5px;
	padding: 10px 21px;
	height: 90px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2px;
	z-index: 2;
}

.contact-coupon__label {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: center;
	white-space: nowrap;
}

.contact-coupon__label .b {
	font-weight: bold;
}

.contact-coupon__code-row {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 368px;
	/* padding-right: 40px; */
}

.contact-coupon__code {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
	cursor: pointer;
}

.contact-coupon__btn {
	background: transparent;
	border: 0;
	padding: 10px;
	cursor: pointer;
}

.contact-coupon__btn img {
	width: 24px;
	height: 24px;
}

.contact-coupon__ribbon {
	/* position: absolute; */
	right: -25px;
	/* top: px; */
	width: 82.5px;
	height: 43.5px;
	background: #ffd900;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	text-align: center;
	position: relative;
	font-weight: 700;
	font-size: 12px !important;
}

.contact-coupon__ribbon:before {
	content: "";
	position: absolute;
	background: #ffd900;
	width: 25px;
	height: 15px;
	left: -25px;
	clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

.contact-cta {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.contact-cta__pill {
	background: #fff;
	border: 1px solid #147fd4;
	border-radius: 40px;
	padding: 5px 40px;
	color: #147fd4;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	filter: drop-shadow(0 1px 2.5px rgba(0, 0, 0, 0.1));
	align-self: center;
	margin-bottom: -17px;
	position: relative;
	z-index: 2;
}

.contact-cta__btn {
	background: #147fd4;
	border-radius: 5px;
	padding: 26px 21px 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	transition: all 0.4s ease !important;
}

.contact-cta__btn:hover {
	background-color: #2ea3ff;
	transform: translateY(-3px) !important;
	transition: all 0.4s ease !important;
}

.contact-cta__main {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	white-space: nowrap;
}

.contact-cta__main img {
	width: 18.818px;
	height: 23px;
}

.contact-cta__sub {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
}

.contact-card__iso {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
	margin-top: 12px;
}

.contact-card__iso img {
	width: 25px;
	height: 25px;
}

.contact-card__iso span {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 19px;
	color: #000;
	text-align: center;
}

.contact-card__channels {
	display: flex;
	margin-top: 15px;
	border-top: 1px solid #c6c5c5;
}

.contact-channel {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	padding: 10px 0;
}

.contact-channel:first-child {
	border-right: 1px solid #c6c5c5;
}

.contact-channel__icon {
	width: 28px;
	height: 28px;
}

.contact-channel__text {
	display: flex;
	flex-direction: column;
}

.contact-channel__hours {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #212529;
	white-space: nowrap;
}

.contact-channel__value {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #000;
	white-space: nowrap;
}

/* ===== Section 10: Pricing tables (1322:1067 / 1322:1072) ===== */
.pricing-block {
	/* width: 1048px; */
	margin: 60px auto 0;
}

.pricing-heading {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
	text-align: center;
}

.pricing-subhead {
	margin-top: 30px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
	color: #212529;
	text-align: center;
	max-width: 60%;
	margin: 0 auto;
}

.pricing-bullets {
	display: flex;
	justify-content: center;
	gap: 28px;
	margin-top: 20px;
}

.pricing-bullets li {
	display: flex;
	align-items: center;
	gap: 5px;
}

.pricing-bullets li img {
	width: 17px;
	height: 15px;
}

.pricing-bullets li span {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #212529;
}

.ptable {
	border: 1px solid #c6c5c5;
}

.ptable-block {
	margin-top: 50px;
	width: 100%;
}

.ptable-block__head {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin-bottom: 20px;
}

.ptable-block__icon {
	width: 40px;
	height: 40px;
}

.ptable-block__icon--diamond {
	width: 36px;
	height: 32px;
}

.ptable-block__head h3 {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	color: #000;
}

.ptable {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #c6c5c5;
	border-radius: 10px;
	overflow: auto;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
}

.starcell-head {
	display: flex;
	gap: 5px;
}

.ptable thead,
.ptable tbody {
	border: 1px solid #c6c5c5;
}

.ptable thead th {
	background: #fbeaea;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	padding: 12px 8px;
	text-align: center;
	border: 1px solid #c6c5c5;
	vertical-align: middle;
	max-width: 150px;
}

.ptable tbody th {
	background: #fbeaea;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	padding: 12px 8px;
	text-align: center;
	border: 1px solid #c6c5c5;
	white-space: nowrap;
}

.ptable tbody td {
	padding: 12px 8px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border: 1px solid #f3d4d4;
}

.ptable tbody td[rowspan],
.ptable thead th[rowspan] {
	background: #fff;
	font-size: 13px;
	line-height: 20px;
	vertical-align: middle;
}

.ptable__note-row td {
	background: #fff;
	border: 0;
	padding: 12px;
}

.mintable {
	max-width: 815px;
	margin: 0 auto;
}

.ptable--narrow thead th[rowspan] {
	white-space: normal;
}

.ptable-footnote {
	margin-top: 12px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.ptable-cta {
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

.ptable-cta .btn-blue-pill {
	font-size: 16px;
	padding: 12px 22px;
}

/* ===== Section 11: Testimonials エナゴご利用者の声 (1322:1631) ===== */
.testimonials {
	width: 1080px;
	margin: 80px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.testimonials__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
	text-align: center;
}

.testimonials__lead {
	width: 541px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
	color: #212529;
	text-align: center;
}

.testimonials__slider {
	width: 1052px;
	height: 486px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 30px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.testimonial-card {
	position: relative;
	width: 340px;
	height: 454px;
	overflow: hidden;
}

.testimonial-card--first {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #fff;
}

.testimonial-card--last {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: linear-gradient(to bottom, #fff, #999);
}

.testimonial-card__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 33.845%,
			rgba(0, 0, 0, 0.8) 92.194%);
	pointer-events: none;
}

.testimonial-card__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56.958px;
	height: 56.958px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
	transition: transform 0.2s ease-in-out;
}

.testimonial-card__play:hover {
	transform: translate(-50%, -50%) scale(1.1);
}

.testimonial-card__play img {
	width: 100%;
	height: 100%;
}

.testimonial-card__caption {
	position: absolute;
	left: 19.5px;
	bottom: 20px;
	display: flex;
	align-items: stretch;
	gap: 9.72px;
	z-index: 2;
}

.testimonial-card__bar {
	width: 4px;
	height: 50px;
	background: #d52b1e;
	flex-shrink: 0;
}

.testimonial-card__org {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.testimonial-card__name {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

/* ===== Section 12: Editor profiles エナゴの英文校正者プロフィール (1322:1664) ===== */
.editors {
	width: 1080px;
	margin: 80px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* gap: 30px; */
}

.editors__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
	text-align: center;
}

.editors__lead {
	width: 541px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
	color: #212529;
	text-align: center;
	margin-bottom: 30px;
}

.editors-grid {
	display: grid;
	grid-template-columns: 525px 525px;
	gap: 30px;
}

.editor-video {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 525px;
}

.editor-video__media {
	position: relative;
	width: 525px;
	height: 296px;
	overflow: hidden;
	border-radius: 8px;
}

.editor-video__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	cursor: pointer;
}

.editor-video__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 63px;
	height: 63px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
}

.editor-video__play img {
	width: 100%;
	height: 100%;
}

.editor-video__name-bar {
	position: absolute;
	left: 16px;
	bottom: 72px;
	display: inline-block;
	height: 31px;
	padding: 5px 11px;
	background: #d52b1e;
	color: #fff;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	white-space: nowrap;
	z-index: 2;
}

.editor-video__bio-bar {
	position: absolute;
	left: 16px;
	bottom: 16px;
	width: 493px;
	height: 56px;
	background: rgba(77, 77, 77, 0.6);
	display: flex;
	align-items: center;
	padding: 8px 12px;
	z-index: 2;
}

.editor-video__bar {
	width: 4.5px;
	height: 100%;
	background: #d52b1e;
	margin-right: 10px;
	flex-shrink: 0;
}

.editor-video__bio-bar p {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.editor-video__caption {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	text-align: center;
}

.editor-video__caption .t-reg {
	font-weight: normal;
}

/* Profile carousel */
.profile-slider {
	position: relative;
	width: 100%;
	padding: 0 15px;
	margin-top: 60px;
}

.profile-slider__track {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.profile-card {
	background: #fff;
	border: 1px solid #c6c5c5;
	border-radius: 5px;
	padding: 15px 15px 40px;
	min-height: 310px;
}

.profile-card__header {
	display: flex;
	align-items: flex-start;
	padding: 10px 0;
	background: #f1f1f1;
	/* margin: 0 -15px; */
	position: relative;
	height: 140px;
}

.profile-card__photo-wrap {
	width: 148.33px;
	padding-left: 25px;
	flex-shrink: 0;
}

.profile-card__photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #ddd;
	object-fit: cover;
}

.profile-card__info {
	flex: 1;
	padding: 0 15px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	align-items: stretch;
}

.profile-card__id {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12.9px;
	line-height: 23.8px;
	color: #333;
	text-align: right;
	padding-right: 15px;
}

.profile-card__id .b {
	font-weight: bold;
}

.profile-card__degree {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16.9px;
	line-height: 26px;
	color: #000;
}

.profile-card__meta {
	display: flex;
	gap: 20px;
}

.profile-card__exp {
	flex: 1;
	text-align: right;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	line-height: 20.4px;
	color: #000;
	padding-right: 15px;
}

.profile-card__years {
	font-family: "Inter", sans-serif;
	font-weight: bold;
	font-size: 22px;
	color: #d52b1e;
	margin: 0 4px;
}

.profile-card__country {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	border-left: 1px solid #979191;
	padding-left: 15px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	line-height: 20.4px;
	color: #333;
}

.profile-card__country img {
	width: 36px !important;
	height: 20px;
	object-fit: cover;
}

.profile-card__bio {
	margin-top: 12px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 13.2px;
	line-height: 26px;
	color: #333;
}

.profile-slider__nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	background: #fff;
	border: 0;
	padding: 10px;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.profile-slider__nav img {
	width: 20px;
	height: 20px;
}

.profile-slider__nav--prev {
	left: -18px;
}

.profile-slider__nav--next {
	right: -6px;
}

.editors__more {
	align-self: flex-end;
	display: flex;
	align-items: center;
	gap: 10px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	margin-top: 10px;
	line-height: 24px;
}

.editors__more a {
	color: #000fff;
	/* text-decoration: underline; */
}

.editors__more .arrow {
	font-size: 18px;
	font-weight: bold;
}

/* Publishers strip */
.publishers-strip {
	position: relative;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 20px;
	display: grid;
	grid-template-columns: calc(100% - 30px) 20px;
	align-items: center;
	overflow: hidden;
	gap: 10px;
}

.publishers-strip img {
	width: 118px;
	height: 59px;
	object-fit: contain;
	flex-shrink: 0;
	padding: 0 15px;
}

@keyframes slide {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

.logoslide {
	animation: slide 40s linear infinite;
	display: flex;
	gap: 30px;
	/* overflow: hidden; */
}

.logoouter {
	overflow: hidden;
}

.publishers-strip__info {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	z-index: 3;
}

/* ===== Section 13: AI tool 執筆にAIを使ったら (1322:2081) ===== */
.ai-tool {
	width: 1080px;
	margin: 80px auto 0;
}

.ai-tool__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
	text-align: center;
}

.ai-tool__lead {
	margin-top: 30px;
	width: 664px;
	margin-left: auto;
	margin-right: auto;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
	color: #212529;
	text-align: center;
}

.ai-tool__sample {
	margin-top: 30px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 10px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
}

.ai-tool__sample a {
	color: #000fff;
	text-decoration: underline;
}

.ai-form {
	margin-top: 30px;
	background: rgba(255, 255, 255, 0.6);
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

.ai-form__inner {
	background: #fff;
	width: 1040px;
	padding-top: 1px;
	overflow: hidden;
}

.ai-form__notice {
	width: 1038px;
	height: 50px;
	margin: 0 auto;
	padding: 16px 18px;
	background: #fff1f1;
	border-left: 2px solid #d52b1e;
	display: flex;
	align-items: center;
	gap: 3px;
}

.ai-form__notice img {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}

.ai-form__notice span {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.ai-form__group-head {
	width: 1038px;
	margin: 20px auto 0;
	padding: 16px 18px;
	background: #fafafa;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ai-form__group-title {
	display: flex;
	align-items: center;
	gap: 10px;
}

.ai-form__step {
	width: 24px;
	height: 24px;
	background: #000;
	color: #fff;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 24.2px;
}

.ai-form__group-name {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	line-height: 30px;
	color: #000;
}

.ai-form__group-toggle {
	width: 24px;
	height: 24px;
}

.ai-form__row {
	display: flex;
	align-items: stretch;
	gap: 40px;
	padding-right: 40px;
	width: 100%;
	border-bottom: 1px solid #e5e7eb;
}

.ai-form__row:last-of-type {
	border-bottom: 0;
}

.ai-form__label-cell {
	width: 352px;
	flex-shrink: 0;
	padding: 20px 18px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	/* background: #fff; */
}

.ai-form__label {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 24.2px;
	color: #1d1d1d;
	display: inline-flex;
	align-items: center;
	gap: 12px;
}

.ai-form__req {
	color: #d52b1e;
	font-size: 14px;
}

.ai-form__hint {
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #000;
}

.ai-form__field-cell {
	flex: 1;
	padding: 10px 0;
	display: flex;
	align-items: center;
}

.ai-form__input {
	width: 100%;
	height: 36px;
	border: 1px solid #e5e7eb;
	padding: 10px;
	font-family: "Poppins", sans-serif;
	font-size: 14px;
	color: #909090;
}

.ai-form__field-cell--radios {
	padding: 20px 0;
	gap: 10px;
	align-items: stretch;
}

.ai-radio {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 16px;
	border: 1px solid #e5e7eb;
	background: #fff;
	cursor: pointer;
}

.ai-radio:has(input[type="radio"]:checked) {
	background: #eff6ff;
	border-color: #bfdbfe;
}

.ai-radio img {
	width: 16px;
	height: 16px;
}

.ai-radio span {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #1d1d1d;
}

.ai-form__submit {
	background: #147fd4;
	color: #fff;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 22px;
	line-height: 25.6px;
	padding: 17px 22px;
	border-radius: 5px;
	white-space: nowrap;
	text-align: center;
}

.ai-form__submit:hover {
	background-color: #2ea3ff;
	transform: translateY(-3px) !important;
	transition: all 0.4s ease !important;
}

/* ===== Section 14: 学習リソース (1322:2180) ===== */
.lr-section {
	width: 1080px;
	margin: 80px auto 0;
	padding: 0 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
}

.lr-section__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
	text-align: center;
}

.lr-section__lead {
	margin-top: -20px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
	color: #212529;
	text-align: center;
}

.lr-subblock {
	width: 1080px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.lr-subblock__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 24px;
	line-height: 34px;
	color: #000;
	text-align: center;
}

.lr-subblock__more {
	align-self: flex-end;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
}

.lr-subblock__more a {
	color: #000fff;
	text-decoration: underline;
}

.lr-subblock__more .arrow {
	font-size: 18px;
	font-weight: bold;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
}

.blog-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.blog-card__thumb {
	width: 100%;
	height: 107px;
	border-radius: 5px;
	overflow: hidden;
}

.blog-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog-card__date {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	color: #000;
}

.blog-card__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #000;
}

.coaching-grid {
	display: grid;
	grid-template-columns: 525px 525px;
	gap: 30px;
}

/* ===== Section 15: Workshop CTA banner (1322:2503) ===== */
.workshop-banner {
	position: relative;
	/* width: 1520px; */
	margin: 80px auto 0;
	/* margin-left: calc(50% - 760px); */
	height: 543px;
	overflow: hidden;
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: url(assets/banner_bg_second.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-color: #2f2f31;
	background-size: auto 100%;
}

.workshop-banner__overlay {
	position: absolute;
	left: -369px;
	right: -369px;
	top: -186px;
	height: 867px;
	/* background: #000; */
	opacity: 0.78;
}

.workshop-banner__content {
	position: relative;
	z-index: 1;
	width: 847px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 180px;
	color: #fff;
	text-align: center;
	border-radius: 15px;
}

.workshop-banner__title {
	width: 847px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
}

.workshop-banner__body {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.workshop-banner__sub {
	width: 585px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
}

.workshop-banner__cta {
	width: 426px;
	height: 70px;
	background: #147fd4;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
}

.workshop-banner__cta-line1 {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 22px;
	line-height: 32px;
}

.workshop-banner__cta-line2 {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
}

/* ===== Section 16: 研究者インタビュー (1322:2305) ===== */
.interviews {
	width: 1080px;
	margin: 60px auto 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
}

.interviews__title {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 36px;
	line-height: 46px;
	color: #000;
	text-align: center;
}

.interviews__lead {
	width: 664px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
	line-height: 27px;
	color: #212529;
	text-align: center;
}

.interviews-grid {
	display: grid;
	grid-template-columns: repeat(3, 328px);
	gap: 30px;
}

.researcher-card {
	width: 328px;
	display: flex;
	flex-direction: column;
}

.researcher-card__media {
	position: relative;
	width: 328px;
	height: 410px;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:
		2px 2px 5px rgba(0, 0, 0, 0.1),
		-2px -2px 5px rgba(0, 0, 0, 0.1);
}

.researcher-card__media:hover .researcher-card__gradient {
	opacity: 0.4;
	transition: opacity 0.4s ease;
}

.researcher-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.researcher-card__gradient {
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 0%,
			rgba(0, 0, 0, 0.4) 40%,
			#000 100%);
	pointer-events: none;
}

.researcher-card__type-icon {
	position: absolute;
	right: 10.5px;
	top: 22.5px;
	width: 27px;
	height: 18px;
	z-index: 2;
}

.researcher-card__logo {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 101px;
	height: 80px;
	object-fit: contain;
	z-index: 2;
}

.researcher-card__overlay {
	position: absolute;
	left: 10px;
	bottom: 16px;
	width: 308px;
	display: flex;
	flex-direction: column;
	gap: 13px;
	z-index: 2;
}

.researcher-card__sub-name {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #fff;
}

.researcher-card__tag {
	align-self: flex-start;
	display: inline-block;
	padding: 6px 12px;
	background: #1d1d1d;
	color: #fff;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	border-radius: 40px;
}

.researcher-card__caption {
	padding-top: 20px;
}

.researcher-card__org,
.researcher-card__name {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #212529;
}

.interviews__links {
	display: flex;
	justify-content: flex-end;
	gap: 50px;
	width: 100%;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
}

.interviews__links a {
	color: #000fff;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.interviews__links .arrow {
	font-size: 18px;
	font-weight: bold;
}

/* ===== Section 17: Site footer (1322:389 / 1322:390) ===== */
footer {
	/* margin-top: 100px; */
}

.site-footer {
	margin-top: 100px;
	width: 100%;
}

.site-footer__inner {
	background: #000;
	color: #fff;
	padding: 60px 220px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.site-footer__cols {
	display: flex;
	gap: 95px;
}

.footer-col {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-col h4 {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.footer-col h4.mt-20 {
	margin-top: 20px;
}

.footer-col ul {
	display: flex;
	/* flex-direction: column; */
	gap: 8px;
	list-style: none;
	padding: 0;
}

.footer-col li {
	display: flex;
	align-items: center;
	gap: 5px;
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.footer-col .dot {
	width: 6px;
	height: 6px;
	background: #fff;
	display: inline-block;
	flex-shrink: 0;
}

.footer-col--double {
	width: 190.4px;
}

.footer-col--contact {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.footer-contact-line {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.footer-cta-btn {
	margin-top: 22px;
	width: 247px;
	height: 56px;
	background: #147fd4;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #fff;
	text-align: center;
}

.footer-cta-btn__main {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
}

.footer-cta-btn__sub {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
}

.footer-socials {
	display: flex;
	align-items: center;
	gap: 11px;
	margin-top: 19.2px;
}

.footer-socials img {
	width: 36px;
	height: 40px;
}

.site-footer__about-row {
	display: flex;
	gap: 30px;
}

.footer-about,
.footer-partners {
	width: 525px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-about h4,
.footer-partners h4 {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.footer-about p {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

.footer-partners__logos {
	display: flex;
	align-items: center;
	gap: 48px;
}

.footer-partners__logos img {
	height: 36px;
	width: auto;
	object-fit: contain;
}

.site-footer__divider {
	border: 0;
	border-top: 1px solid #555;
	width: 1080px;
}

.site-footer__brands {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 1003.625px;
}

.site-footer__brands h4 {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.brand-row {
	display: flex;
	gap: 66px;
	align-items: flex-start;
}

.brand-row__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.brand-row__item img {
	height: 50px;
	width: auto;
	object-fit: contain;
}

.brand-row__item p {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 9.6px;
	line-height: 14.4px;
	color: #b7b7b7;
	white-space: nowrap;
}

/* ===== Section 18: Light grey copyright bar (1322:576) ===== */
.site-footer__copy {
	background: #efefef;
	padding: 59px 233px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.footer-langs {
	display: flex;
	align-items: center;
	gap: 50px;
}

.footer-lang {
	display: flex;
	align-items: center;
	gap: 10px;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "Helvetica Neue", Helvetica, Arial, "sans-serif";;
	font-size: 13px;
	line-height: 18px;
	color: blue;
}

.footer-lang img {
	width: 40px;
	height: 24px;
	border-radius: 2px;
	object-fit: cover;
}

.footer-copy-line {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 14px;
	line-height: 20px;
	color: #212529;
	text-align: center;
}

.footer-copy-line a {
	color: #000fff;
	text-decoration: underline;
}

.footer-copy-note {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	line-height: 18px;
	color: #212529;
	text-align: center;
}

.footer-copy-note a {
	color: #000fff;
	text-decoration: underline;
}

.linear-gradient {
	background: linear-gradient(to bottom right,
			#d6e9ee70,
			#ecdce770,
			#eeefec70,
			#dee8ec70);
	position: relative;
	padding-bottom: 60px;
}

.linear-gradient:before {
	content: "";
	display: block;
	height: 180px;
	top: 0;
	position: absolute;
	background: -webkit-gradient(linear,
			left top,
			left bottom,
			from(#fff),
			to(transparent));
	background: -moz-linear-gradient(top, #fff, transparent);
	background: linear-gradient(180deg, #fff, transparent);
	left: 0;
	width: 100%;
	z-index: 1;
}

.linear-gradient>* {
	z-index: 2;
}

.tab-contn {
	margin-top: 0;
	padding-top: 0;
}

.tab-1-content {
	display: none;
	border: 1px solid #ffffff;
	background: #ffffff99;
	max-width: 1080px;
	margin: 0 auto;
	margin-top: -25px;
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	animation: fadeIn 0.3s ease-in-out;
}

.tab-2-content {
	display: none;
	border: 1px solid #ffffff;
	background: #ffffff99;
	max-width: 1080px;
	margin: 0 auto;
	/* margin-top: -25px; */
	border-radius: 30px;
	padding: 30px;
	width: 100%;
	animation: fadeIn 0.3s ease-in-out;
}

.tab-1-content.active,
.tab-2-content.active {
	display: block;
}

.info-trigger-btn {
	height: 20px;
	width: 20px;
	border-radius: 50%;
	background: #c6c5c5;
	border: none;
	cursor: pointer;
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.info-trigger-msg {
	position: absolute;
	right: 27px;
	max-width: 310px;
	top: 50%;
	transform: translateY(-50%);
	background: #dadada;
	border: 1px solid #c6c5c5;
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 5px;
	display: none;
	opacity: 0;
	animation: fadeIn 0.3s forwards;
}

.info-trigger-msg:after {
	content: "";
	position: absolute;
	right: -14px;
	top: 50%;
	transform: translateY(-50%);
	border-width: 7px;
	border-style: solid;
	border-color: transparent transparent transparent #000;
}

.info-trgger:has(.info-trigger-btn:hover) .info-trigger-msg {
	display: block;
}

/*==================================================
INC FOOTER
===================================================*/
/* cta hover effect */
.glass-effect:hover:before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	height: 100%;
	width: 15px;
	top: 0px;
	left: 0px;
	transform: skewX(-20deg) translateX(15px);
	animation: buttonGlassSwipe 3s linear 0s infinite;
}

.glass-effect:hover:after {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.1);
	height: 100%;
	width: 10px;
	top: 0px;
	left: 0px;
	transform: skewX(-20deg);
	animation: buttonGlassSwipe 3s linear 0s infinite;
}

.glass-e-dark:before,
.glass-e-dark:after {
	background: rgba(255, 255, 255, 0.3) !important;
}

@keyframes buttonGlassSwipe {
	0% {
		left: 0px;
	}

	20% {
		left: calc(100% + 50px);
	}

	100% {
		left: calc(100% + 50px);
	}
}

/* Footer */
footer.footer {
	background: #171515;
	color: #fff;
	padding-top: 50px;
}

.top-footer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

ul.footer-link-list {
	list-style-type: none;
	padding: 0 0 0 0px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-top: 0;
}

ul.footer-link-list a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	transition: 0.2s all ease-in-out;
	opacity: 0.7;
}

ul.footer-link-list a:hover {
	opacity: 1;
	text-decoration: underline;
	text-underline-offset: 5px;
}

h4.footer-col-header {
	font-size: 16px;
	font-weight: 700;
	line-height: 19.2px;
	text-align: left;
	margin: 0 0 8px;
	color: #fff !important;
}

.link-group {
	margin-bottom: 25px;
}

a.cta-sm.glass-effect {
	position: relative;
	overflow: hidden;
	position: relative;
	background: #147fd4;
	width: 100%;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	padding: 10px 10px 5px;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}

.cta-sm span.focus-cta-text {
	font-size: 16px;
	font-weight: 700;
	line-height: 16px;
	text-align: center;
}

.cta-sm span.secondary-cta-text {
	font-size: 14px;
	font-weight: 400;
	line-height: 25.6px;
	text-align: center;
}

ul.footer-social-links {
	list-style-type: none;
	padding: 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 0px;
}

ul.footer-social-links a {
	opacity: 0.8;
	transition: 0.2s all ease-in-out;
}

ul.footer-social-links a:hover {
	opacity: 1;
}

p.footer-disclaimer-text {
	font-size: 12.8px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

/* footer logos */
.logo-wrapper {
	border-top: 0.8px solid #343434;
	padding-bottom: 30px;
}

.logo-section {
	display: flex;
	gap: 25px;
	justify-content: space-between;
}

.logo-media {
	display: flex;
	gap: 15px;
	width: 100%;
	flex-wrap: wrap;
}

img.ls-img {
	max-width: 125px;
	filter: contrast(0) brightness(5000%);
	transition: 0.2s all ease-in-out;
}

.enago-ls-img {
	max-height: 30px;
}

/* .logo-media img:hover{
    filter: grayscale(0);
} */

.lg-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}

.lg-block span {
	font-size: 9.6px;
	font-weight: 400;
	line-height: 14.4px;
	text-align: center;
}

.logo-group h4 {
	margin-bottom: 5px;
	padding-top: 20px;
	color: #fff;
}

/* lang footer */
.language-wrapper {
	text-align: center;
	padding: 10px;
	font-size: 12px;
}

ul.footer-locale-list {
	display: flex;
	gap: 35px;
	padding: 0px;
	justify-content: center;
}

ul.footer-locale-list li {
	position: relative;
}

ul.footer-locale-list li:after {
	content: "";
	background: #ddd;
	width: 1px;
	height: 20px;
	display: block;
	position: absolute;
	top: 6px;
	right: -20px;
}

ul.footer-locale-list li:last-child:after {
	display: none;
}

ul.footer-locale-list li a {
	display: flex;
	align-items: center;
	text-decoration: none;
	gap: 10px;
}

/*copyright text*/
.footer-copyright {
	padding-bottom: 0px;
}

.footer-copyright .container {
	color: rgb(33, 37, 41);
	font-size: 12px;
	padding: 5px 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-copyright p {
	margin: 0px;
}

.footer-social-links {
	list-style-type: none;
	padding: 0px;
	display: flex;
	gap: 10px;
	align-items: center;
	margin-top: 0px;
}

/*RESPONSIVE QUERIES*/
@media only screen and (max-width: 1124px) {
	footer.section.footer.pb-0 {
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 0px;
	}

	.top-footer,
	.disclaimer-footer,
	.logo-wrapper,
	.language-wrapper,
	.footer-copyright {
		padding-left: 40px;
		padding-right: 40px;
	}

	img.ls-img {
		max-width: 116px;
	}

	.section-header h3 {
		font-size: 22px;
		line-height: 32px;
	}
}

@media only screen and (max-width: 996px) {
	.top-footer {
		grid-template-columns: 1fr 1fr;
	}

	.logo-section {
		flex-direction: column;
	}

	ul.footer-locale-list {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}

	ul.footer-locale-list li:nth-child(3n)::after {
		display: none;
	}

	ul.footer-locale-list li a {
		justify-content: center;
	}
}

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

	.top-footer,
	.disclaimer-footer,
	.logo-wrapper,
	.language-wrapper,
	.footer-copyright {
		padding-left: 20px;
		padding-right: 20px;
	}

	.bottom-meta {
		grid-template-columns: 1fr;
		gap: 10px;
	}

	.top-footer {
		flex-direction: column;
		grid-template-columns: 1fr;
	}

	p.content-para {
		padding-left: 0px;
	}
}

@media only screen and (max-width: 512px) {
	ul.footer-locale-list {
		grid-template-columns: 1fr 1fr;
	}

	ul.footer-locale-list li:nth-child(3n):after {
		display: block;
	}

	ul.footer-locale-list li:nth-child(2n):after {
		display: none;
	}
}

.language-wrapper {
	text-align: center;
	padding: 10px;
	font-size: 12px;
}

.bg-white {
	background-color: #fff;
}

.footer-copyright {
	padding-bottom: 0px;
}

.region_text {
	color: #000;
}

.bottomfoottext {
	text-align: center;
}

@media only screen and (max-width: 767px) {
	#footer-m {
		display: block;
		margin-bottom: -19px;
		min-height: 260px;
		background: #1d1d1d;
	}
}

.side-nav__handle {
	background: #D52B1E;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.multiple-svcs {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 60px;
}

.multiple-svcs .desc-small {
	padding-bottom: 30px;
}

.mt-0 {
	margin-top: 0px;
}


/* owl carousel navifation*/
.owl-nav {
	display: flex !important;
	justify-content: space-between;
}

.owl-prev {
	left: -4px;
}

.owl-next {
	right: -4px;
}

.owl-prev,
.owl-next {
	background: #fff !important;
	padding: 10px !important;
	top: 50%;
	position: absolute;
}

/*========================================
Megamenu
==========================================*/
.megamenu {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #fff;
	width: 700px;
}

/*css loader*/
/* Card */
.blog-card {
	border-radius: 12px;
	overflow: hidden;
	/* background: #fff; */
}

/* Skeleton base */
.skeleton {
	position: relative;
	background: #e5e7eb;
	overflow: hidden;
}

/* Shimmer animation */
.skeleton::after {
	content: "";
	position: absolute;
	top: 0;
	left: -150px;
	width: 150px;
	height: 100%;
	background: linear-gradient(90deg,
			transparent,
			rgba(255, 255, 255, 0.5),
			transparent);
	animation: shimmer 1.2s infinite;
}

@keyframes shimmer {
	100% {
		transform: translateX(300px);
	}
}

/* Thumbnail */
.blog-card__thumb.skeleton {
	width: 100%;
	height: 130px;
	border-radius: 10px;
}

/* Text placeholders */
.skeleton-text {
	display: block;
	height: 14px;
	border-radius: 6px;
	margin-top: 12px;
	width: 100%;
}

.blog-card__date.skeleton-text {
	width: 120px;
	height: 12px;
}

.blog-card__title .short {
	width: 70%;
	margin-top: 8px;
}

article.blog-card.blog-card--skeleton {
	background: transparent !important;
}
.hidemobile{
	display:block;
}
.showmobile{
	display:none;
}
/* ===== Brand PPC Hero Banner ===== */
.hero__title.hero__title--brand-ppc {
	padding-top: 24px;
    padding-bottom: 20px;
}
.comparison-footnotes p{
	font-size:10px;
}

.badge-fix-margin{
	margin: 0 auto 5px;
}
.hero--brand-ppc {
	background-color: #FFFCF3 !important;
	padding-top: 40px !important;
	/* padding-bottom: 17px !important; */
	width: 100%;
}

.hero__content--brand-ppc {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	width: 100%;
}

.hero__left {
	flex: 0 0 55%;
	max-width: 650px;
	display: flex;
	flex-direction: column;
	/* gap: 20px; */
}

.hero__right {
	/* flex: 0 0 45%; */
	/* display: flex; */
	/* flex-direction: column;
	align-items: flex-start; */
	top: -48px;
	position: relative;
}

.hero__book-image {
	max-width: 449px;
	height: auto;
}

.hero__title--brand-ppc {
	font-size: 44px;
	line-height: 54px;
	color: #212529;
	font-weight: 700;
	white-space: nowrap;
}

.hero__desc {
	font-size: 18px;
	line-height: 30px;
	color: #212529;
    font-weight: 400;
}

.hero__desc-bold {
	font-weight: bold;
	font-size: 20px;
	margin-top: 10px;
    line-height: 30px;
    margin-bottom: 28px;
}

.hero__buttons {
	display: flex;
	align-items: center;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 5px;
}

.btn-hero-primary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #147fd4;
	color: #fff;
	font-weight: bold;
	padding: 12px 24px;
	border-radius: 4px;
	font-size: 16px;
	gap: 10px;
	transition: background 0.3s;
}
.btn-hero-primary:hover {
	background-color: #2ea3ff;
    transform: translateY(-3px) !important;
    transition: all 0.4s ease !important;
}

.btn-hero-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	color: #212529;
	font-weight: 700;
	padding: 10px 20px;
	border: 1px solid #D52B1E;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	gap: 10px;
	transition: all 0.3s;
	box-shadow: 0px 3px 5px 0px #00000024;
}
.btn-hero-secondary:hover {
	background: #D52B1E;
	color: #fff;
	border-color: #D52B1E;
}
.btn-hero-secondary .triangle-down {
	border-top-color: #D52B1E;
}
.btn-hero-secondary:hover .triangle-down {
	border-top-color: #fff;
}

.hero__creds--brand-ppc {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 15px;
}

.hero__creds--brand-ppc .hero__creds-logo {
	/* width: 80px; */
	height: 79px;
}

.hero__creds-text {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
	color: #333;
}

.triangle-right {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 7px solid currentColor;
}

.triangle-down {
	display: inline-block;
	width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid currentColor;
}

/* ===== Reasons to Choose Enago Section ===== */
.reasons-section {
	padding: 60px 0;
	background: #fff;
}

h1.reasons-section__title {
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	color: #212529;
	margin-bottom: 50px;
}

.reasons-tabs {
	width: 100%;
}

.reasons-tabs__list {
	display: flex;
	/* border-bottom: 2px solid #eee; */
	/* margin-bottom: 40px; */
    padding-left: 6px;
    gap: 30px;
	overflow-x: auto;
	flex-wrap: nowrap;
	/* -webkit-overflow-scrolling: ; */
	scrollbar-width: none;
}
.reasons-tabs__list::-webkit-scrollbar {
	display: none;
}

.reasons-tab {
	text-align: left;
	/* padding: 15px 10px; */
    /* padding-left: 10px; */
    /* padding-right: 30px; */
	cursor: pointer;
	border-bottom: 3px solid transparent;
	margin-bottom: -2px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: #666;
	transition: all 0.3s;
	flex-shrink: 0;
}

.reasons-tab1 { 
    width: auto; 
    /* padding-right:30px; */
}
.reasons-tab2 { width: 127px; }
.reasons-tab3 { width: 230px; }
.reasons-tab4 { width: 234px; }
.reasons-tab5 { width: 162px; }
.reasons-tab6 { width: 162px; }

.reasons-tab.active {
	/* border-bottom-color: #D52B1E; */
	border-bottom: 4px solid #D52B1E;
	color: #333;
}

.reasons-tab__num {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #212529;
}

.reasons-tab.active .reasons-tab__num {
	color: #212529;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0%;
}

.reasons-tab__text {
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
	color: #212529;
	padding-bottom: 10px;
}

.reasons-tab.active .reasons-tab__text {
	font-weight: 700;
}

.reasons-tab-content {
	display: none;
}

.reasons-tab-content.active {
	display: block;
    padding: 40px 40px;
	border: 1px solid #CECECE;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.reasons-tab-content__header {
	/* margin-bottom: 40px; */
}

.reasons-tab-content__title {
	color: #212529;
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 10px;
	font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0%;
vertical-align: middle;

}

.fw-bold {
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;

}

.reasons-tab-content__num {
	color: #0000004D;
	font-weight: 700;
    font-size: 60px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;

}

.reasons-tab-content__desc {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #212529;
}

.reasons-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1.08fr;
	gap: 40px 30px;
}

.reasons-grid__item {
	display: flex;
	flex-direction: column;
}

.reasons-grid__item-title {
	color: #212529;
	margin-bottom: 20px;
	font-weight: 700;
    font-size: 16px;
    line-height: 24px;
letter-spacing: 0%;

}

.reasons-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.reasons-list li {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	border-bottom: 1px solid #CECECE;
}

.reasons-list__icon {
	width: 40px;
	height: 40px;
	object-fit: contain;
}

.reasons-list__label {
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
vertical-align: middle;
color: #212529;
    margin-top: -4px;
}

.reasons-list__val {
font-weight: 700;
font-size: 16px;
line-height: 24px;
vertical-align: middle;
color: #D52B1E;
    margin-bottom: 13px;
}

.reasons-highlight-box {
	background: #FFFFDF;
	border: 1px solid #EBEB00;
	border-radius: 8px;
	padding: 18px 12px;
}

.reasons-highlight-box__title {
font-weight: 700;
font-size: 16px;
line-height: 24px;
letter-spacing: 0%;
color: #212529;
margin-bottom: 18px;

}

.reasons-highlight-box__list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.reasons-highlight-box__list li {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
	color: #212529;
	position: relative;
	padding-left: 16px;
}

.reasons-highlight-box__list li::before {
	content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border: 1px solid #D52B1E;
}

/* ===== Tab 2 Content Layout ===== */
.reasons-tab2-layout {
	display: flex;
	/* border-top: 1px solid #eee; */
	padding-top: 30px;
}

.reasons-tab2-col {
	padding-right: 40px;
}

.reasons-tab2-col--right {
	flex: 1;
	padding-right: 0;
	padding-left: 40px;
	border-left: 1px solid #ddd;
}

.reasons-tab2-icon {
	width: 73px;
	height: 60px;
	margin-bottom: 20px;
}

.reasons-tab2-col__header {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.reasons-tab2-title {
font-weight: 700;
font-size: 24px;
line-height: 36px;
letter-spacing: 0%;
color: #212529;
}

.reasons-tab2-col--right .reasons-tab2-title {
	margin-bottom: 20px;
}
.reasons-tab2-badge {
	/* background-color: #ffd700; */
    background: linear-gradient(90deg, #FEC043 21.28%, #FFD900 73.51%);
	color: #333;
	font-weight: bold;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.reasons-tab2-badge::before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	height: 100%;
	width: 30px;
	top: 0;
	left: 0;
	transform: skewX(20deg) translateX(30px);
	animation: aeCardTagGlassSwipe 4s linear 0s infinite;
	backdrop-filter: blur(1px);
}

.reasons-tab2-badge::after {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	height: 100%;
	width: 20px;
	top: 0;
	left: 0;
	transform: skewX(20deg);
	animation: aeCardTagGlassSwipe 4s linear 0s infinite;
	backdrop-filter: blur(1px);
}

@keyframes aeCardTagGlassSwipe {
	0% {
		left: -160px;
	}
	10% {
		left: calc(100% + 50px);
	}
	100% {
		left: calc(100% + 150px);
	}
}

.reasons-tab2-list,
.reasons-tab2-list_gold {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.reasons-tab2-list li{
	position: relative;
	padding-left: 20px;
	font-size: 16px;
	line-height: 27px;
	color: #212529;
    font-weight: 400;
}
.reasons-tab2-list_gold li {
	position: relative;
	padding-left: 20px;
font-weight: 400;
font-size: 16px;
line-height: 24px;
color: #212529;
}

.reasons-tab2-list li::before,
.reasons-tab2-list_gold li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 8px;
	height: 8px;
	border: 1px solid #D52B1E;
}

.reasons-tab2-list li.reasons-tab2-highlight {
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #212529;
}

.reasons-tab2-list li.reasons-tab2-highlight::before {
	top: 14px;
}

.reasons-tab2-box {
	background: #FFFFDF;
	/* border: 1px solid #fec043; */
    border: 1px solid #EBEB00;
	border-radius: 8px;
	padding: 20px;
	margin-top: 20px;
	margin-bottom: 15px;
	width: 400px;
}

.reasons-tab2-box__title {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
	color: #212529;
}

.reasons-tab2-note {
	font-size: 12px;
	color: #666;
	line-height: 1.4;
	max-width: 400px;
}

/* ===== Tab 3 Content Layout ===== */
.reasons-tab3-example {
	display: flex;
	align-items: center;
	gap: 15px;
	/* margin-bottom: 20px; */
	margin-top: 30px;
}

/* .reasons-tab3-icon-wrapper {
	width: 48px;
	height: 48px;
	background-color: #fceceb;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
} */

.reasons-tab3-icon {
	width: 54px;
	height: 54px;
	object-fit: contain;
}

.reasons-tab3-example-text {
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	color: #212529;
}

.reasons-tab3-table {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.reasons-tab3-table th {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #212529;
}

.reasons-tab3-table .col-empty {
	border: none;
	background: transparent;
	width: 50%;
}

.reasons-tab3-table .col-enago {
	background-color: #db2f28;
	color: #fff;
	width: 25%;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
}

.reasons-tab3-table .col-other {
	background-color: #F4F3F3;
	color: #333;
	width: 25%;
}

.reasons-tab3-table .subheader-row th {
	background-color: #FFFFDF;
	color: #333;
	border: 1px solid #ddd;
}

.reasons-tab3-table .col-plan {
	width: 50%;
}

.reasons-tab3-table td {
	border: 1px solid #ddd;
	padding: 15px;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.reasons-tab3-table .plan-details {
	text-align: left;
}

.reasons-tab3-table .plan-name {
	display: block;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	color: #212529;
}

.reasons-tab3-table .plan-time {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #212529;
}

.reasons-tab3-table .price-val {
	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #212529;
}

.price-val_color{
    font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #212529;
}

/* ===== Tab 4 Content Layout ===== */
.reasons-tab4-box {
	position: relative;
	background-color: #fafcfd;
	border: 1px solid #DFF1FD;
	border-radius: 8px;
	padding: 40px 30px;
	margin-top: 30px;
	padding-bottom: 20px;
}

.reasons-tab4-badge {
	display: block;
	position: absolute;
	top: -18px;
	left: 17px;
	margin-bottom: 0;
	z-index: 10;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 10%;
}

.reasons-tab4-badge > span {
	display: flex;
	align-items: center;
	height: 36px;
	background-color: #ffe653 !important;
	color: #4D4D4D;
	padding: 0 15px;
	font-weight: 700;
	position: relative;
	margin-left: 10px;
	font-size: 14px;
	letter-spacing: 1px;
}

.reasons-tab4-badge img {
	margin-left: 5px;
}

.reasons-tab4-badge > span::before {
	border-right: 15px solid #ffe653;
	top: 0;
	content: "";
	display: inline-block;
	position: absolute;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	left: -14px;
}

.reasons-tab4-badge > span::after {
	content: "";
	display: inline-block;
	position: absolute;
	border-top: 18px solid transparent;
	border-bottom: 18px solid transparent;
	border-left: 14px solid #ffe653;
	top: 0;
	right: -13px;
	z-index: 0;
}

.reasons-tab4-badge > span strong {
	color: #db2f28;
}

.reasons-tab4-columns {
	display: flex;
	gap: 30px;
}

.reasons-tab4-col {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.reasons-tab4-col:not(:last-child) {
	border-right: 1px solid #e1e9f1;
	padding-right: 30px;
}

.reasons-tab4-col--options {
	flex: 1.5;
	padding-left: 10px;
}

.reasons-tab4-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	margin-bottom: 15px;
}

.reasons-tab4-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #212529;
	margin-bottom: 20px;
}

.reasons-tab4-text {
	font-weight: 400;
	font-size: 16px;
	line-height: 27px;
	color: #212529;
	margin-bottom: 20px;
}

.reasons-tab4-options-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #212529;
	margin-bottom: 20px;
}

.reasons-tab4-options-grid {
	display: flex;
	gap: 20px;
}

.reasons-tab4-option {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
}

.reasons-tab4-option.pt-icon {
    /* padding-top: 30px; */
}

.reasons-tab4-opt-badge {
	background-color: #f4c430;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 8px;
	display: inline-block;
	align-self: flex-start;
	clip-path: polygon(0 0, 100% 0, 90% 50%, 100% 100%, 0 100%);
	margin-bottom: 5px;
}

.reasons-tab4-opt-logo {
	height: 60px;
    width: 121px;
	object-fit: contain;
	align-self: flex-start;
	margin-bottom: 15px;
}

.reasons-tab4-opt-icon {
	width: 60px;
	height: 60px;
	object-fit: contain;
	align-self: flex-start;
	margin-bottom: 15px;
}

.reasons-tab4-opt-text {
	font-size: 16px;
	color: #212529;
	line-height: 27px;
	font-weight: 400;
}

.reasons-tab4-footer {
	text-align: right;
	margin-top: 15px;
}

.reasons-tab4-link {
	display: inline-flex;
	align-items: center;
	/* gap: 6px; */
	color: blue;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	text-underline-offset: 4px;
}

.reasons-tab4-link:hover{
	text-decoration: none;
}

/* ===== Tab 5 Content Layout ===== */
.mt-15 {
	margin-top: 15px;
}

.reasons-tab5-box {
	display: flex;
	align-items: center;
	gap: 30px;
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 30px 40px;
	margin-top: 30px;
	background-color: #fff;
}

.reasons-tab5-icon-wrapper {
	flex-shrink: 0;
	width: 140px;
	display: flex;
	justify-content: center;
}

.reasons-tab5-icon {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.reasons-tab5-text {
	font-size: 15px;
	color: #333;
	line-height: 1.8;
}

/* ===== Tab 6 Content Layout ===== */
.reasons-tab6-layout {
	display: flex;
	gap: 40px;
	margin-top: 40px;
	align-items: flex-start;
}

.reasons-tab6-left {
	flex: 1.5;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.reasons-tab6-logo {
	max-width: 200px;
	object-fit: contain;
}

.reasons-tab6-features {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
}

.reasons-tab6-features .reasons-tab6-list {
	min-width: 180px;
}

.reasons-tab6-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.reasons-tab6-list li {
	position: relative;
	padding-left: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #212529;
}

.reasons-tab6-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 8px;
	width: 8px;
	height: 8px;
	border: 1px solid #D52B1E;
}

.reasons-tab6-right {
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.reasons-tab6-comic {
	width: 308px;
    height: 207px;
	border: 1px solid #212529;
	margin-bottom: 10px;
}

.reasons-tab6-link {
	display: inline-flex;
	align-items: center;
	/* gap: 6px; */
	color: blue;
	font-size: 16px;
	line-height: 20px;
	text-decoration: underline;
	text-underline-offset: 4px;
}
.reasons-tab6-link:hover{
	text-decoration: none;
}

/* ===== Services Section & Table ===== */
.page_bg {
	background: #00000008;
}

.services-section {
	padding: 30px 0;
	padding-top: 60px;
	padding-bottom: 0px;
	background: transparent;
}

.services-section__title {
	text-align: center;
	font-family: メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", "Helvetica Neue", Helvetica, Arial, "sans-serif";;
font-weight: 700;
font-style: Bold;
font-size: 36px;
line-height: 54px;
color: #212529;
margin-bottom: 30px;
}

.services-section__banner {
	/* width: 1077px; */
	height: 180px;
	border-radius: 8px;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-bottom: 15px;
}

.services-section__banner-overlay {
	background: rgba(254, 217, 37, 0.9);
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 80%;
	border-radius: 4px;
}

.services-section__banner-text-left {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
}

.services-section__banner-text-right {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 1.6;
	text-align: right;
}

.services-section__intro {
	text-align: left;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #212529;
margin-bottom: 30px;
}

.services-table-wrapper {
	width: 100%;
	overflow-x: auto;
}

@media screen and (min-width: 1080px) {
	.services-table-wrapper {
		overflow: visible;
	}
}

.services-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	/* border: 1px solid #e0e0e0; */
	table-layout: fixed;
}

.services-table th, .services-table td {
	border: 1px solid #C6C5C5;
	padding: 10px;
	vertical-align: top;
}

.services-table tbody tr:nth-child(odd):not(:first-child) > td {
	background-color: #F4F3F3;
}


.services-table__main-title {
	background-color: #fcebeb;
font-weight: 700;
font-size: 20px;
line-height: 32px;
text-align: center;

}

.services-table thead tr:nth-child(2) th {
	/* position: sticky;
	top: 49px; */
	/* z-index: 10;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08); */
}

.col-header-empty {
	width: 180px;
	background: #00000008 !important;
	border: none !important;
}

.col-service {
	width: 180px;
	text-align: center;
	background: #fff;
	position: relative;
	padding-top: 0px !important;
	padding-bottom: 57px !important;
}

.badge {
	display: inline-block;
	font-weight: bold;
	margin-top: 0;
	/* margin-bottom: 10px; */
	vertical-align: top;
}

.badge--pink { 
	background: #FF006F; 
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	padding: 8px 10px;
	padding-top: 2px;
	font-weight: 400;
	display: block;
	width: 180px;
	margin: 0 -10px 10px;
	margin-bottom: 5px;
	height: 20px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.badge--yellow { 
	background: #FFCF35; 
	color: #212529; 
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	padding: 3px 10px;
	border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
height: 20px;
}

.badge--blue { 
	background: #000FFF; 
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	/* border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px; */
	border-radius: 5px;
	height: 20px;
	padding: 5px 5px;
    padding-bottom: 19px;
}

.badge--pink-inline { 
	background: #FF006F; 
	color: #FFFFFF;
	font-size: 10px;
	line-height: 14px;
	font-weight: 400;
	padding: 3px 10px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	height: 20px;
}

.badge--gray { 
	background: transparent; 
	height: 22px; 
}

.service-icon img {
	height: 40px;
	width: 40px;
	/* margin: 0 auto 10px; */
	margin-top: 5px;
}

.service-name {
font-weight: 700;
font-size: 14px;
line-height: 20px;
text-align: center;
	margin-bottom: 5px;
	/* min-height: 48px; */
}

.service-price {
font-weight: 400;
font-size: 14px;
line-height: 20px;
text-align: center;
color: #4D4D4D;
	/* margin-bottom: 15px; */
}

.btn-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: #212529;
	border: 1px solid #D52B1E;
	background: #fff;
	padding: 5px 15px;
	font-size: 13px;
	border-radius: 3px;
	font-weight: bold;
	white-space: nowrap;
	transition: all 0.3s;
	position: absolute;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
}

.btn-more img {
	display: inline-block;
	margin: 0;
	transition: filter 0.3s ease;
}

.btn-more:hover {
	background: #db2f28;
	color: #fff;
}

.btn-more:hover img {
	filter: brightness(0) invert(1);
}

.row-header {
	background: #fff;
	text-align: left;
	vertical-align: middle !important;
}

.row-header h4 {
font-weight: 700;
font-size: 18px;
line-height: 27px;
width: max-content;
	/* margin: 0 auto; */
}

.cell-desc {
font-weight: 400;
font-size: 14px;
line-height: 18px;
position: relative;
padding-bottom: 55px !important;
}

.cell-desc p {
	margin-bottom: 15px;
}

.cell-desc p:last-of-type {
	margin-bottom: 15px;
}

.cell-desc li {
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.btn-select {
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	display: block;
	background: #147FD4;
	color: #fff;
	padding: 8px 0;
	border-radius: 4px;
	/* margin: 10px 0; */
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
	white-space: nowrap;
}

.btn-select:hover {
	background-color: #2ea3ff !important;
	transform: translateY(-3px) !important;
	transition: all 0.4s ease !important;
}

.subheader-row td {
	background: #ffebee;
	font-weight: 700;
font-size: 14px;
line-height: 20px;
text-align: left;
padding: 10px 15px;
}

.subheader-row td:not(:first-child) {
	background: #00000008;
	border-left: none;
	border-right: none;
}

.row-feature {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	background: #fafafa;
	vertical-align: middle !important;
}

.cell-center {
	text-align: center;
	vertical-align: middle !important;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
}

.circle-mark {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 2px solid #db2f28;
	border-radius: 50%;
}

.text-link {
	color: blue;
	text-decoration: underline;
	text-underline-offset: 2px;
}

.highlight-text-box {
	display: inline-block;
	background: #FFCF35;
	padding: 2px 5px;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.highlight-text-box::before {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	height: 100%;
	width: 30px;
	top: 0;
	left: 0;
	transform: skewX(20deg) translateX(30px);
	animation: aeCardTagGlassSwipe 4s linear 0s infinite;
	backdrop-filter: blur(1px);
}

.highlight-text-box::after {
	content: "";
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.4);
	height: 100%;
	width: 20px;
	top: 0;
	left: 0;
	transform: skewX(20deg);
	animation: aeCardTagGlassSwipe 4s linear 0s infinite;
	backdrop-filter: blur(1px);
}

.reasons-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #CECECE;
	border-radius: 10px;
	padding: 30px 40px;
	margin: 40px auto;
	background: #FFFFFF;
	gap: 40px;
	width: 1000px;
	height: 168px;
}

.reasons-tab5-icon-wrapper {
	flex-shrink: 0;
}

.reasons-tab5-icon {
	width: 140px;
	height: auto;
}

.reasons-tab5-text {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212529;
	margin: 0;
}

.trust_section {
font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.trust-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid #CECECE;
	border-radius: 10px;
	padding: 18px 40px;
	margin: 30px auto;
	background: #FFFFFF;
	gap: 40px;
	width: 1000px;
	height: auto;
}

.service-detail-cards {
	/* padding: 40px 0; */
	background: transparent;
}

.service-detail-card {
	background: #fff;
	border: 1px solid #eaeaea;
	border-radius: 8px;
	padding: 35px 40px;
	margin-bottom: 30px;
	box-shadow: 0 2px 15px rgba(0,0,0,0.03);
}

.service-detail-card__header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 15px;
	flex-wrap: wrap;
}

.service-detail-card__icon {
	width: 50px;
	height: 50px;
}

.service-detail-card__title {
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	color: #212529;
	margin: 0;
}

@media only screen and (min-width: 997px) {
	.service-detail-card__title {
		white-space: nowrap;
	}
}

@media only screen and (max-width: 1200px) {
	.service-detail-card__title {
		font-size: 26px;
		line-height: 36px;
	}
}

.service-detail-card__badges {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-shrink: 0;
	margin-top: -3px;
}

.service-detail-card__badges .badge {
	margin-bottom: 0;
}

.badge--yellow-small {
	background: #FFFFDF;
	/* color: #333; */
	border: 1px solid #EBEB00;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 8px;
	border-radius: 3px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}
.badge--yellow-small2 {
	background: #FFD900;
	color: #333;
	border: 1px solid #EBEB00;
	font-size: 12px;
	line-height: 18px;
	padding: 3px 8px;
	border-radius: 3px;
	font-weight: 400;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	white-space: nowrap;
}
.badge-icon {
	width: 22px;
	height: 13px;
}
 
.badge--pink-small {
	background: #FF006F;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 10px;
	border-radius: 3px;
	font-weight: 400;
	white-space: nowrap;
}

.badge--blue-small {
	background: #000FFF;
	color: #fff;
	font-size: 10px;
	padding: 4px 10px;
	border-radius: 3px;
	font-weight: bold;
	white-space: nowrap;
}

.service-detail-card__desc {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.service-detail-card__price {
	margin-bottom: 20px;
}

.service-detail-card__price .price-val {
	font-size: 36px;
	font-weight: 700;
	line-height: 46px;
}

.service-detail-card__price .price-unit {
font-weight: 400;
font-size: 16px;
line-height: 24px;
margin-left: 5px;
}

.service-detail-card__price .price-bracket {	
font-weight: 400;
font-size: 14px;
line-height: 20px;
margin-left: 5px;
color: #4D4D4D;
}

.service-detail-card__features {
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 40px;
	row-gap: 12px;
}

.service-detail-card__features li {
	position: relative;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	display: flex;
	align-items: flex-start;
	/* gap: 7px; */
	color: #212529;
	padding-left: 15px;
	min-height: 24px ;
}

.service-detail-card__features li::before {
	content: "";
display: block;
width: 8px;
height: 8px;
border: 1.5px solid #d52b1e;
position: absolute;
left: 0;
top: 5px;
}

.service-detail-card__features li.bold-top::before {
	top:3px;
}

.service-detail-card__features li span.bold,
.service-detail-card__desc span.bold {
	margin-top: -3px;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	color: #212529;
}

.btn-primary-large {
	display: block;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
	background: #147FD4;
	color: #fff;
	text-align: center;
	padding: 15px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.3s;
	/* gap: 10px; */
	/* display:flex;
	align-items: center; */
}

.btn-primary-large .arrow-right-cta {
    margin-top: 10px;
    width: 11px;
}


.btn-primary-large:hover {
	background-color: #2ea3ff !important;
	transform: translateY(-3px) !important;
	transition: all 0.4s ease !important;
}

.partner-cta-section {
	padding: 50px 0;
	background: #fff;
}

.partner-logos-title {
	    text-align: center;
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
}

.partner-logos-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	align-items: center;
	justify-items: center;
	max-width: 900px;
	margin: 0 auto 60px;
}

.partner-logos-grid img {
	/* max-width: 160px; */
	height: auto;
	max-height: 60px;
	object-fit: contain;
}

/* Individual logo dimensions (customize as needed) */
.partner-logo--elsevier {
	width: 143.1px;
	height: 50px;
	position: relative;
	left: 25px;
}

.partner-logo--wiley {
	width: 155.68px;
	height: 46.03px;
}

.partner-logo--blood {
	width: 100px;
	height: 50px;
}

.partner-logo--rsc {
	width: 149.3px;
	height: 46.81px;
}

.partner-logo--oup {
	width: 200px;
	height: 50px;
}

.partner-logo--acs {
	width: 151.23px;
	height: 49.23px;
}

.partner-logo--aip {
	width: 124.99px;
	height: 34.97px;
}

.partner-logo--ieee {
	width: 134.73px;
	height: 46.81px;
}

.cta-box-block {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 40px 30px 25px;
	text-align: center;
	max-width: 895px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	box-shadow: 0 4px 15px rgba(0,0,0,0.02);
}

.cta-box__pill {
	display: inline-block;
	background: #fff;
	color: #147FD4;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	padding: 6px 30px;
	border: 1px solid #147FD4;
	border-radius: 40px;
	position: absolute;
	top: 31px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
	white-space: nowrap;
}

.cta-box__btn {
	display: block;
	background: #1286d9;
	color: #fff;
	text-decoration: none;
	padding: 25px 20px 20px;
	    padding-bottom: 15px;
    padding-top: 27px;

	border-radius: 8px;
	transition: background 0.3s;
	margin: 10px auto 20px;
	width: 691px;
}

.cta-box__btn:hover {
	background-color: #2ea3ff !important;
	transform: translateY(-3px) !important;
	transition: all 0.4s ease !important;
	color: #fff;
}

.cta-box__btn-main {
	display: block;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	/* margin-bottom: 10px; */
	color: #ffffff;
}

.cta-box__btn-arrow {
	font-size: 24px;
	vertical-align: middle;
	margin-left: 5px;
}

.cta-box__btn-sub {
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

.cta-box__security {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	font-size: 14px;
	font-weight: 400;
	line-height: 19px;
	color: #212529;
}

.iso-icon {
	width: 24px;
	height: auto;
}

/* Publication Testimonials Section */
.publication-testimonials {
	padding: 60px 0;
	background: #00000008;
}
.publication-testimonials__main-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	color: #212529;
	text-align: center;
	margin-bottom: 30px;
}

.pt-section {
	margin-bottom: 30px;
}

.pt-section__title {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	color: #4d4d4d;
	/* margin-bottom: 30px; */
	/* border-bottom: 2px solid #f0f0f0; */
	padding-bottom: 10px;
}

.pt-section__desc {
	font-size: 16px;
	line-height: 24px;
	color: rgb(33, 37, 41);
	margin-top: 5px;
	margin-bottom: 20px;
	margin-left: -9px;
}

/* 1. Papers */
.pt-papers-slider {
	/* Owl carousel will handle layout */
	max-width: 1080px;
	margin: 0 auto;
}

.pt-papers-slider .owl-stage {
	display: flex !important;
}

.pt-papers-slider .owl-item {
	display: flex !important;
	flex: 1 0 auto;
}

.pt-paper {
	display: flex;
	gap: 25px;
	background: #fff;
	padding: 25px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	margin: 15px 5px; /* Spacing for the drop shadow within the slider */
	width: 100%;
	height: calc(100% - 30px);
	box-sizing: border-box;
}

.pt-paper__cover {
	width: 150px;
	height: auto;
	align-self: flex-start;
}

/* Slider Nav Arrows */
.pt-papers-slider .owl-nav button.owl-prev,
.pt-papers-slider .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 44px;
	background: #fff !important;
	border-radius: 50%;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	display: flex !important;
	align-items: center;
	justify-content: center;
	z-index: 10;
	color: #333 !important;
}

.pt-papers-slider .owl-nav button.owl-prev {
	left: -22px;
}

.pt-papers-slider .owl-nav button.owl-next {
	right: -22px;
}

.pt-paper__info {
	font-size: 18px;
	line-height: 27px;
	font-weight: 400;
	color: #212529;
}

.pt-paper__info p {
	margin: 0 0 8px;
}

.pt-paper__info .b {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #212529;
}

.pt-paper__link {
	color: #000fff;
	text-decoration: underline;
}

/* 2. Video Testimonials */
.testimonials__slider {
	width: 847px;
	height: 476px;
	margin: 0 auto;
	background: #ffffff;
	border-radius: 30px;
	padding: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	box-sizing: border-box;
}

.testimonial-card {
	position: relative;
	width: 340px;
	height: 454px;
	overflow: hidden;
	cursor: pointer;
}

.testimonial-card--first {
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	background: #fff;
}

.testimonial-card--last {
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background: linear-gradient(to bottom, #fff, #999);
}

.testimonial-card__bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testimonial-card::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0) 33.845%,
			rgba(0, 0, 0, 0.8) 92.194%);
	pointer-events: none;
}

.testimonial-card__play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 56.958px;
	height: 56.958px;
	background: transparent;
	border: 0;
	padding: 0;
	cursor: pointer;
	z-index: 2;
	transition: transform 0.2s ease-in-out;
}

.testimonials__slider:hover .testimonial-card__play{
	transform: translate(-50%, -50%) scale(1.1);
}

.testimonial-card__play img {
	width: 100%;
	height: 100%;
}

.testimonial-card__caption {
	position: absolute;
	left: 19.5px;
	bottom: 20px;
	display: flex;
	align-items: stretch;
	gap: 9.72px;
	z-index: 2;
}

.testimonial-card__bar {
	width: 4px;
	height: 50px;
	background: #d52b1e;
	flex-shrink: 0;
}

.testimonial-card__org {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.testimonial-card__name {
	font-family:
		メイリオ, Meiryo, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic",
		"Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}
.text-link:hover{
	text-decoration: none;
}
.pt-paper__link:hover{
	text-decoration: none;
}
/* 3. Text Reviews */
.pt-text-reviews {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pt-review-card {
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 8px;
	padding: 30px;
	box-shadow: 0px 2px 20px 0px #0000000D;
}

.pt-review-card__header {
	display: flex;
	align-items: flex-start;
	gap: 25px;
	margin-bottom: 25px;
}

.pt-review-card__photo {
	width: 108px;
    height: 108px;
    border-radius: 400px;
    object-fit: cover;
    /* flex-shrink: 0; */
    position: relative;
    top: 8px;
    left: 1.5px;
    border: 3px;
}

.pt-review-card__meta {
	position: relative;
	padding-left: 0;
	padding-top: 45px;
}

.pt-review-card__meta::before {
	content: url("assets/tick.svg");
	position: absolute;
	left: 0;
	top: 0;
}

.pt-review-card__title {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #212529;
}

.pt-review-card__name {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #212529;
}

.pt-review-card__field {
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;
	color: #212529;
	margin: 0;
}

.pt-review-card__body {
	font-size: 14px;
	line-height: 20px;
	color: #212529;
	font-weight: 400;
}

/* Comparison Table Section */
.comparison-table-section {
	padding: 60px 0 0;
	background: #fff;
}

.comparison-table-title {
	font-size: 36px;
	font-weight: 700;
	line-height: 54px;
	color: #212529;
	text-align: center;
	margin-bottom: 30px;
}

.comparison-table-desc {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #212529;
	text-align: center;
	max-width: 700px;
	margin: 0 auto 30px;
}

.comparison-table-wrapper {
	max-width: 900px;
	margin: 0 auto;
}

.comparison-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.comparison-table th,
.comparison-table td {
	border: 1px solid #ddd;
	text-align: center;
	padding: 15px;
	vertical-align: middle;
}

.comparison-table th {
	font-size: 18px;
	padding: 15px 20px;
	position: sticky;
	top: -1px;
	z-index: 10;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
}

.comparison-table .col-label {
	width: 25%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #212529;
}
.comparison-table th.col-label {
	border-top: none;
	border-left: none;
	background: #fff;
}

.comparison-table .col-enago {
	width: 40%;
}
.comparison-table th.col-enago {
	background: #D52B1E;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	/* border-color: #db2f28; */
	border: 1px 0px 0px 1px;
	border-color: #C6C5C5;
}

.comparison-table .col-other {
	width: 35%;
}
.comparison-table th.col-other {
	background: #fff;
	color: #000;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
}

.comparison-table td.col-enago {
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	color: #212529;
}
.comparison-table td.col-other {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	color: #1d1d1d;
}

/* Row Striping */
.comparison-table tbody tr:nth-child(odd) td {
	background: #F4F3F3;
}
.comparison-table tbody tr:nth-child(even) td {
	background: #fff;
}

.comparison-table .b {
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	color: #000;
}

.comparison-table .blue-link {
	color: #000fff;
	text-decoration: underline;
	font-weight: 400;
	font-size: 18px;
}

.comparison-table .sm {
	font-size: 11px;
	color: #666;
	display: block;
	margin-top: 5px;
}

.comparison-table td {
	padding: 15px 10px;
}

.comparison-footnotes {
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	color: #4D4D4D;
	margin-bottom: 30px;
	margin-left: 90px;
}
.comparison-footnotes p {
	margin: 0;
}

/* Team Banner Section */
.team-banner-section {
	padding: 60px 0;
	background: #00000008;
}

.team-banner {
	position: relative;
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.team-banner__img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.team-banner__overlay {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: center;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
	padding: 40px 20px;
	padding-bottom: 30px;
	color: #fff;
	text-align: center;
}

.team-banner__title {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	/* margin: 0 0 10px; */
	color: #fff;
}

.team-banner__subtitle {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	margin: 0;
	color: #fff;
}

/* Nobel Interview Banner Section */
.nobel-interview-section {
	padding: 50px 0;
	padding-bottom: 0px;
	background: #fff;
}

.nobel-banner {
	position: relative;
	width: 100%;
	max-width: 1080px;
	overflow: hidden;
	display: flex;
	align-items: center;
	margin: 30px auto;
	margin-top: 0px;
	/* margin-bottom: 60px; */
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	cursor: default;
	background-image: url('assets/vip_bg.jpg');
	background-size: 87% auto;
	background-position: bottom right -55px;
	background-repeat: no-repeat;
	background-color: #ffedb2;
	padding: 30px 30px;
}

.nobel-banner__content {
	position: relative;
	z-index: 1;
	width: 50%;
	max-width: 50%;
}

.nobel-banner__title {
	color: #000;
	font-weight: 700;
	margin: 8px 0;
	font-size: 30px;
	line-height: 36px;
	margin-bottom: 20px !important;
}

.nobel-banner__text {
	margin: 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 15px !important;
	padding-right: 80px;
}

.nobel-banner__text:last-of-type {
	margin-bottom: 0 !important;
}

.nobel-banner__link {
	display: inline-flex;
	align-items: center;
	font-size: 15px;
	color: #4B00D1;
	text-decoration: underline;
	margin-top: 15px;
	text-underline-offset: 4px;
}

.nobel-banner__link:hover {
	/* text-decoration: none; */
}

@media screen and (max-width: 996px) {
	.nobel-banner__title {
		text-align: center;
	}
}

@media only screen and (max-width: 1024px) {
	.nobel-banner {
		display: block;
		padding: 30px 20px;
		padding-top: 170px;
		background-image: url('assets/mobile_bg_nobel.jpg') !important;
		background-size: 500px auto;
		background-position: top center;
	}
	.nobel-banner__content {
		width: 100%;
		max-width: 100%;
	}
	.nobel-banner__title {
		font-size: 26px;
		line-height: 33px;
		margin: 12px 0;
	}
	.nobel-banner__text {
		padding-right: 0;
	}
}
.comparison-table .blue-link:hover {
	text-decoration: none;
}

.footer-simple {
	padding: 30px 0;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
	text-align: center;
}

.footer-simple p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	color: #212529;
}

.right-icon-arrow {
	display: inline-block;
	height: 15px;
	width: auto;
	margin-left: 6px;
}

th.col-service .service-icon{
    margin-top: 29px;
}


th.col-service:has(.badge.badge--pink):has(.badge.badge--blue) .service-icon{
    margin-top: 2px;
}

/* ===========================================
   Scroll to Top Button
   =========================================== */
.scroll-to-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background-color: #666;
	color: #fff;
	border: none;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1000;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.2s ease, box-shadow 0.2s ease;
	transform: translateY(15px);
}

.scroll-to-top.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}

.scroll-to-top__icon {
	width: 20px;
	height: 20px;
	transition: transform 0.3s ease;
}

.scroll-to-top:hover {
	    border: 1px solid #d52b1e;
    background-color: #d52b1e;
    /* -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    transform: translateY(-3px); */
}

/* .scroll-to-top:hover .scroll-to-top__icon {
	transform: translateY(-2px); 
} */

.scroll-to-top:active {
	transform: translateY(-1px);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.scroll-to-top:focus-visible {
	outline: 3px solid #fec043; /* Match brand yellow accent for accessibility */
	outline-offset: 2px;
}

/* Mobile responsive adjustments */
@media only screen and (max-width: 767px) {
	.scroll-to-top {
		bottom: 20px;
		right: 20px;
		width: 40px;
		height: 40px;
		border-radius: 6px;
	}
	/* .scroll-to-top__icon {
		width: 10px;
		height: 10px;
	} */
}


.cell-desc p.cell-bullet-para{
    margin-bottom: 10px;
}
.cell-desc p.cell-bullet-para:last-of-type {
    margin-bottom: 5px;
}
.nobel-banner__link{
    color: #00F ;
}
.nobel-banner__link:hover{
    text-decoration: none;
}
p.cell-bullet-para{
    position: relative;
    padding-left: 17px;
}
p.cell-bullet-para:before {
    content: "・";
    position: absolute;
    top: 0px;
    left: -5px;
    font-size: 24px;
}

.subheader-row td{
	vertical-align: middle !important;
}

.services-table thead tr:nth-child(2) th {
  /* position: sticky; */
  top: 0;
  z-index: 100;
  background: white;
}

#header.is-sticky .badge,
#header.is-sticky .service-icon,
#header.is-sticky .btn-more,
#header.is-sticky  p.service-price{
  display: none;
}

#header.is-sticky  .col-service{
  padding-bottom: 0px !important;
}

#header.is-sticky  th.col-service {
      z-index: 50;
      position: sticky;
      padding: 0px;
      vertical-align: middle;
}

#header.is-sticky  h3.service-name {
    padding: 10px 0;
    border-bottom: 1px solid #C6C5C5;
    height: 100%;
    display: block;
    position: relative;
    min-height: 64px;
	margin-bottom: 0px;
}

.reasons-tabs{
    position: relative;
}
.reasons-tabs:before {
    content: "";
    height: 98px;
    width: 26px;
    background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0));
    position: absolute;
    display: block;
    right: 0px;
    z-index: 2;
    pointer-events: none;
}

.reasons-tab.reasons-tab6 {
    padding-right: 30px;
}
.reasons-tab6{
    width: 180px;
}

@media only screen and (max-width: 756px) {
	.reasons-tab2-layout{
		padding-top: 0 !important;
	}
	.reasons-tab2-col{
		padding-right: 0 !important;
	}
	.reasons-tab-content.active{
		    padding: 40px 20px;
			padding-bottom: 20px;
	}
	.reasons-tab2-box{
		width: unset !important;
	}
	.reasons-tab2-col--right{
		padding-left: 0;
		border-left: none;
	}
	.reasons-tab2-icon{
		margin-bottom: 0px;
	}
	    .reasons-tab2-col {
        width: 100% !important;
        border-top: 1px solid #ddd;
        padding-top: 20px;
    }
	.reasons-tab4-col {
    padding-right: 0;
    border-right: none;
}

.reasons-tab4-col:not(:last-child){
    border-right: none;
    padding-right: 0;
    border-bottom: 1px solid #e1e9f1;
}

.reasons-tab4-col.reasons-tab4-col--options {
    padding-left: 0;
}

.reasons-tab4-options-grid {
    flex-direction: column;
    gap: 20px !important;
}
.reasons-tab5-box{
	gap: 5px !important;
}
.reasons-tab6-list{
	text-align: left;
}
.trust-box{
	gap: 5px !important;
}
.partner-logos-grid{
	grid-template-columns: repeat(2, 1fr) !important;
}
.flex-cell-wrap a{
    position: absolute;
}
.cell-desc:has(.flex-cell-wrap){
    padding-bottom: 50px !important;
}
}
 aside.top-nav {
     position: fixed;
     left: 0px;
     top: 150px;
     height: 380px;
 	max-height: 70vh;
     z-index: 100000;
 	display:none;
 	animation: fadeOutTableContent 0.3s ease forwards;
 	animation-delay: .1s;
 }
 
 @keyframes fadeInTableConetnt {
 	0% {
 		opacity: 0;
 	}
 
 	100% {
 		opacity: 1;
 	}
 }
 
 @keyframes fadeOutTableContent {
 	0% {
 		opacity: 1;
 	}
 
 	100% {
 		opacity: 0;
 	}
 }
 
 aside.top-nav.visible{
 	display: block;
 	animation: fadeInTableConetnt 0.3s ease forwards;
 }
 
 .top-nav__handle {
     background: #fff;
     padding: 10px;
     border: 1px solid #dedede;
     font-weight: bold;
     display: flex;
     justify-content: space-between;
 	cursor: pointer;	
 	align-items: center;
 }
 .top-nav__handle .minus{
     display: none;
 }
 .top-nav__handle .plus{
 	display: block;
 }
 .top-nav.show  .top-nav__handle .minus{
     display: block;
 }
 
 .top-nav.show .top-nav__handle .plus{
     display: none;
 }
 
 .top-nav__handle svg{
     background: #888888;
     padding: 0px;
     width: 20px;
     height: 20px;
 }
 .tocwrap{
 	padding: 3px;
 	background: #888888;
 	height: 26px;
 }
 .top-nav .top-nav__list{
     height: 0px;
 transition: .2s all ease;
     
 background: #4d4d4d;
 }
 
 .top-nav.show .top-nav__list{
     height: 380px;
 	max-height: 70vh;
     /* min-height: min( 70vh, 250px); */
     overflow: auto;
     background: #4d4d4d;
     transition: .2s all ease;
	 padding-top: 5px;
    padding-bottom: 5px;
 }
 
 @media only screen and (max-width: 768px) {
 	aside.top-nav {
 		display: none !important;
 	}
}