@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* 2025/05/26 追加 */

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1+Code:wght@100..700&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Oswald:wght@200..700&display=swap');
.pc-bl,
.pc-fl,
.pc-in,
.sp-bl,
.sp-fl,
.sp-in,
.sp-only,
.lp-only {
	display: none !important;
}
@media (min-width: 961px) {
	.pc-bl {
		display: block !important;
	}
	.pc-fl {
		display: flex !important;
	}
	.pc-in {
		display: inline !important;
	}
}
@media (max-width: 960px) {
	.sp-bl {
		display: block !important;
	}
	.sp-fl {
		display: flex !important;
	}
	.sp-in {
		display: inline !important;
	}
}
:root {
	--font-family-Serif: 'Zen Old Mincho', 'Noto Serif JP', 'ヒラギノ明朝 ProN',
		'Hiragino Mincho ProN', 'Noto Serif JP', 'Yu Mincho Light', sans-serif;
	--font-family-Gothic: 'M PLUS 1 Code', monospace, 'Noto Sans JP',
		'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro', sans-serif;
	--font-family-en: 'Montserrat', 'Noto Sans JP', 'Hiragino Kaku Gothic Pro',
		'ヒラギノ角ゴ Pro', sans-serif;
	--font-weight-thin: 100;
	--font-weight-extralight: 200;
	--font-weight-regular: 400;
	--font-weight-medium: 500;
	--font-weight-semibold: 600;
	--font-weight-bold: 700;
	--color-main: #000;
	--color-point: #0e40d7;
	--color-navy: #0e40d7;
	--color-red: #ed747b;
	--color-yellow: #d8bf52;
	--color-green: #9dc256;
	--color-purple: #9f609f;
	--color-turquoise: #368592;
	--color-lite-grey: #f4f5f6;
	--background-light-blue: #eafbf8;
	--background-gradation: linear-gradient(
		0deg,
		rgba(59, 27, 189, 1) 0%,
		rgba(27, 43, 174, 1) 52%,
		rgba(21, 71, 222, 1) 98%
	);
}
.marker {
	background: linear-gradient(transparent 70%, #faf798 50%);
}
.full-screen {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	margin-bottom: 0;
}
.full-screen > img {
	width: 100%;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body a,
body p,
body li,
body td {
	font-family: var(--font-family-Gothic);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
	margin-bottom: 0;
}
body p,
body li,
body td {
	font-family: var(--font-family-Gothic);
	font-weight: var(--font-weight-regular);
	letter-spacing: 0.05em;
	line-height: 160%;
}
body .top p,
body .top li,
body .top td {
	font-size: min(4vw, 1rem);
}
a.link {
	color: var(--color-point);
	text-decoration: underline;
}
a.link:hover {
	opacity: 0.6;
}
.c--inner {
	width: 100%;
	max-width: calc(1160px + 10%);
	margin: 0 auto;
	padding: min(15vw, 100px) 5% min(15vw, 100px);
}
.c--inner.sub {
	max-width: calc(800px + 10%);
}

/*  Reset
------------------------*/
.top #content {
	padding-top: 0 !important;
}
.top .l-content {
	padding: 0 !important;
	margin: 0 auto !important;
}
.top section.wp-block-group {
	margin-bottom: 0;
}
.top .post_content h1,
.top .post_content h2,
.top .post_content h3,
.top .post_content h4,
.top .post_content h5,
.top .post_content h6 {
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: 0.1em;
}
.top .post_content h1::after,
.top .post_content h2::after,
.top .post_content h3::after,
.top .post_content h4::after,
.top .post_content h1::before,
.top .post_content h2::before,
.top .post_content h3::before,
.top .post_content h4::before {
	content: none;
}
/*  common
------------------------*/
.c--section-title-container {
	margin-bottom: min(8vw, 40px);
}
.c--section-title-container h2.main {
	position: relative;
	font-size: min(8vw, 48px);
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-en);
	letter-spacing: 0;
	line-height: 1;
	color: var(--color-main);
	padding-bottom: min(4vw, 1.25rem);
}
.c--section-title-container p.sub {
	position: relative;
	font-size: min(4.5vw, 1.125rem) !important;
	font-weight: 600;
	font-family: var(--font-family-en);
	color: var(--color-main);
	letter-spacing: 0.03em;
	line-height: 1;
}

/* ----- Swell button ----- */
.l-content .swell-block-button .swell-block-button__link {
	font-weight: var(--font-weight-regular);
	color: var(--color-point);
	line-height: 1;
	min-width: 220px;
}
.swell-block-button .swell-block-button__link span {
	font-size: min(4.5vw, 1rem);
	font-weight: var(--font-weight-medium);
	color: #fff;
	letter-spacing: 0.05em;
}

.is-style-btn_original .swell-block-button__link {
	position: relative;
	padding: 1.5em;
	border-radius: 50vh;
	width: 80%;
	min-width: 250px;
	max-width: max-content;
	transition: 0.5s all ease-out;
}
.is-style-btn_original .swell-block-button__link::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 1.5em;
	bottom: 50%;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid;
	border-radius: 1px;
	border-color: #fff #fff transparent transparent;
	transform: translateY(50%) rotate(45deg);
	z-index: 1;
}
.is-style-btn_original .swell-block-button__link span {
	font-size: min(4vw, 1rem);
	font-weight: var(--font-weight-medium);
	color: #fff;
	letter-spacing: 0.1em;
}
/* ----- LINE button ----- */
.swell-block-button.line .swell-block-button__link {
	background: var(--color-green);
}
.swell-block-button.line .swell-block-button__link span {
	position: relative;
	padding-left: 2em;
}
.swell-block-button.line .swell-block-button__link span::after {
	content: '';
	position: absolute;
	top: -0.1em;
	left: 0;
	width: 1.7em;
	height: 1.7em;
	background: url() no-repeat left / contain;
}
/* ----- Contact button ----- */
.swell-block-button.contact .swell-block-button__link {
	position: relative;
	background: var(--background-gradation);
}
.swell-block-button.contact .swell-block-button__link span {
	position: relative;
	padding-right: 1em;
}
.swell-block-button.contact .swell-block-button__link ::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	bottom: 50%;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid;
	border-radius: 1px;
	border-color: #fff #fff transparent transparent;
	transform: translateY(50%) rotate(45deg);
	z-index: 1;
}

/* 全ページの投稿画像の丸み */
/* .c-postThumb {
	border-radius: min(10vw, 20px);
} */

/*  header
------------------------*/
.home header.l-header {
	background: none;
	box-shadow: none !important;
	position: absolute !important;
}
header .l-header__inner {
	height: 110px;
	max-width: 100%;
}
/* header .swell-block-button .swell-block-button__link span {} */

.c-gnav > .menu-item > a .ttl {
	font-size: min(4vw, 1rem);
	font-weight: var(--font-weight-medium);
	letter-spacing: 0;
}
.-series-right .w-header {
	margin: 12px;
}
.w-header__inner .h--button-column {
	align-items: center;
	justify-content: right;
}
.h--button-column {
	gap: min(3vw, 0.5em);
}
/* 追従時のheader */
.l-fixHeader__inner {
	width: 100%;
	max-width: 100%;
	padding-right: 0;
}

/*  footer
------------------------*/
#footer {
	max-width: 100vw;
	background: #3b1bbd;
	background: linear-gradient(
		80deg,
		rgba(59, 27, 189, 1) 0%,
		rgba(27, 43, 174, 1) 52%,
		rgba(21, 71, 222, 1) 98%
	);
}
footer.l-footer {
	z-index: 1;
}
footer .l-footer__widgetArea p,
footer .c-listMenu a {
	font-size: min(4vw, 1rem);
}
footer .l-footer__widgetArea {
	background: none;
	padding-top: min(10vw, 80px);
	padding-bottom: min(8vw, 50px);
}
footer .l-footer__foot {
	padding-top: 0;
}
footer .c-widget + .c-widget {
	margin-top: 1em;
}
footer .w-footer {
	align-items: center;
	gap: min(7vw, 3em);
}
footer .w-footer__box {
	flex: none;
}
footer .w-footer__box:nth-child(1) {
	flex-basis: 400px;
}
footer .w-footer__box:nth-child(2) {
	flex: inherit;
	flex-basis: 400px;
	display: grid;
	grid-template-columns: 1fr 1fr;
}
footer .w-footer__box:nth-child(2) .c-widget + .c-widget {
	margin-top: 0;
}
footer ul.menu {
	border-left: 3px solid var(--color-point);
}

footer ul.menu {
	border-left: 3px solid #fff;
}
footer .c-listMenu a,
.l-footer .copyright {
	color: #fff;
}
footer .c-listMenu a:before {
	content: none;
}
footer .c-listMenu a {
	font-size: min(4vw, 0.9375rem);
	border-bottom: none;
}
footer .logo-img {
	margin-bottom: 16px;
}
footer .address-content {
	width: fit-content;
}
footer .address-content p {
	font-family: var(--font-family-en);
	font-weight: 400;
	color: #fff;
	margin-bottom: 0;
}
footer .address-content p.caption {
	font-size: 12px;
	text-align: right;
}
.p-fixBtnWrap {
    display: none !important;
}
#lp-fixed-button {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 999;
	width: 30%;
	max-width: 180px;
}

/*  Tablet~SPのみで表示固定CTAボタン
------------------------*/
@media screen and (max-width: 959px) {
	footer {
		/* padding-bottom: 64px;  */
		/* 固定メニューの高さに合わせて余白を設定 */
	}
	.p-fixBtnWrap {
		bottom: 7em; /* 上に戻るボタンの位置を上に */
	}
	#lp-fixed-button {
		display: none !important;
	}
	#fixed-bottom-menu {
		display: grid;
		grid-template-columns: 1fr;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		z-index: 99;
		padding: 0;
	}
	#fixed-bottom-menu .line,
	#fixed-bottom-menu .contact {
		width: 100%;
	}
	#fixed-bottom-menu .line a,
	#fixed-bottom-menu .contact a {
		width: 100%;
		border-radius: 0;
		padding: 1.5em 1em;
		background: #289cea;
	}
	#fixed-bottom-menu .swell-block-button .swell-block-button__link span {
		font-size: min(5vw, 1.5rem);
		padding-left: 2em;
		background: url(https://axnext.jp/wp-content/uploads/2025/07/icon-mail.webp)
			no-repeat left top / contain;
		background-size: 1.5em;
	}
	#fixed-bottom-menu
		.swell-block-button.contact
		.swell-block-button__link
		::after {
		content: none;
	}
}
@media screen and (min-width: 960px) {
	#fixed-bottom-menu {
		display: none;
	}
	#custom_html-5 {
		display: none;
	}
}

/*  TOP Common
------------------------*/
.table-container .table-column {
	width: 100%;
	margin: 0 auto;
	border-bottom: 1px dashed #272727;
	padding: 16px;
}
.table-container .table-column p {
	letter-spacing: 0.05em;
}
.table-container .table-column p.th {
	width: 40%;
	max-width: 345px;
	font-weight: var(--font-weight-regular);
	text-align: left;
}
.table-container .table-column .td,
.table-container .table-column p.td,
.table-container .table-column ul {
	width: 70%;
	letter-spacing: 0.03em;
	font-weight: var(--font-weight-medium);
}
.table-container .table-column .td ul {
	width: 100%;
}

/*  TOP FV
------------------------*/
#main_visual .p-mainVisual__textLayer {
	padding-top: min(10vw, 100px);
	padding-bottom: min(8vw, 80px);
}
#main_visual .p-mainVisual__slideTitle {
	font-family: var(--font-family-Gothic);
	font-size: min(7vw, 40px);
	font-weight: var(--font-weight-bold);
	line-height: 150%;
	letter-spacing: 0;
	margin: 0;
	margin-bottom: 29px;
}
#main_visual .p-mainVisual__slideTitle i {
	font-style: inherit;
	color: var(--color-point);
}
#main_visual .p-mainVisual__slideText {
	font-family: var(--font-family-Gothic);
	font-size: min(3.85vw, 23px);
	font-weight: var(--font-weight-medium);
	line-height: 140%;
	letter-spacing: 0.03em;
	margin: 0;
	margin-bottom: min(5vw, 40px);
}
#main_visual .-btn-n > .c-mvBtn__btn {
}
#main_visual .-btn-n > .c-mvBtn__btn {
	position: relative;
	font-size: min(4vw, 1rem);
	letter-spacing: 0.01em;
	padding: 1.2em;
	border-radius: 50vh;
	width: 80%;
	min-width: 250px;
	max-width: max-content;
	transition: 0.5s all ease-out;
}
#main_visual .-btn-n > .c-mvBtn__btn::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 1.5em;
	bottom: 50%;
	width: 0.5em;
	height: 0.5em;
	border: 2px solid;
	border-radius: 1px;
	border-color: #fff #fff transparent transparent;
	transform: translateY(50%) rotate(45deg);
	z-index: 1;
}
/*  TOP ABOUT
------------------------*/
.about-container {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/05/bg-about.webp) no-repeat
		center/ cover;
}
.about-container .about-column {
	margin-bottom: 0;
}
.about-container .about-column.column-1 {
	margin-right: calc(50% - 50vw);
	justify-content: right;
}
.about-container .about-column.column-2 {
	margin-left: calc(50% - 50vw);
	margin-bottom: 100px !important;
}
.about-container .about-column .message-content {
	flex-basis: 50%;
}
.about-container .about-column .message-content > div {
	height: fit-content;
	background: #e9f3fe;
	padding: min(5vw, 40px);
}
.about-container .about-column .about-img {
	flex-basis: 50%;
}
.about-container .about-column.column-1 .message-content > div {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.about-container .about-column.column-2 .message-content {
	flex: 1;
}
.about-container .about-column.column-2 .message-content > div {
	position: relative;
	top: 20%;
	left: -5%;
	padding: min(5vw, 40px) min(5vw, 40px) min(5vw, 40px) min(10vw, 100px);
}
.about-container .about-column.column-2 .about-img {
	z-index: 1;
}

.about-container .about-column .ttl {
	margin-bottom: min(4vw, 24px);
}
.about-container .about-column .message {
	line-height: 180%;
}

/*  TOP BUSINESS
------------------------*/
.business-container {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/05/bg-business.webp) no-repeat
		center/ cover;
}
.business-container .title-message {
	line-height: 180%;
	margin-top: min(10vw, 50px);
	margin-bottom: min(8vw, 40px);
}
.business-container .business-img {
	width: 100%;
	max-width: 876px;
	margin: 0 auto;
}
.business-container .business-column .message {
	line-height: 180%;
	letter-spacing: 0;
}
/*  TOP OUR SERVICE
------------------------*/
.our-service-container {
	background: #fff;
}
.our-service-container .our-service-title-column {
	margin-bottom: min(10vw, 50px);
}
.our-service-container .our-service-column {
	margin-bottom: min(8vw, 40px);
}
.our-service-container .our-service-column.column-2 {
	margin-bottom: 0;
}
.our-service-container .our-service-column .ttl {
	font-size: min(5vw, 1.75rem);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 150%;
	margin-bottom: min(4vw, 24px);
}
.our-service-container .our-service-column .message {
	letter-spacing: 0;
	line-height: 180%;
}
.our-service-container .our-service-column .swell-block-button {
	margin-top: min(8vw, 40px);
}

/*  TOP SERVICE
------------------------*/
.service-container {
	background: url(https://axnext.jp/wp-content/uploads/2025/05/bg-service.webp)
		no-repeat center/ cover;
}
.service-container .c--section-title-container {
	margin-bottom: min(10vw, 78px);
}
.service-container .service-column p.category {
	display: inline-block;
	font-size: (3.5vw, 14px);
	font-weight: var(--font-weight-semibold);
	letter-spacing: 0;
	line-height: 150%;
	color: #fff;
	background: var(--color-point);
	border-radius: min(1vw, 8px);
	padding: 3px 8px;
	margin-bottom: 16px;
}
.service-container .service-column .ttl {
	font-size: (4vw, 1.125rem);
	font-weight: var(--font-weight-bold);
	letter-spacing: 0;
	line-height: 100%;
	margin-bottom: 18px;
}
.service-container .service-column .message {
	line-height: 150%;
	letter-spacing: 0;
}

/*  TOP COMPANY
------------------------*/
.company-container {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/05/bg-company.webp) no-repeat
		center/ cover;
}

/*  TOP NEWS
------------------------*/
.news-container {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/05/bg-news.webp) no-repeat
		center/ cover;
}

.news-container div.box {
	background: #fff;
	border-radius: min(2vw, 20px);
	margin: 0 auto min(10vw, 50px);
	padding: 5%;
}
.news-container div.box > div {
	max-width: 632px;
	margin: 0 auto;
}
.news-container .p-postList__body {
	display: flex;
	align-items: baseline;
	flex-direction: column;
	gap: 1em;
}
.news-container .p-postList.-type-simple {
	border: none;
}
.news-container .-type-simple .p-postList__link {
	position: relative;
	border-bottom: 1px solid #ccc;
	padding: 16px 0;
}

.news-container .p-postList__meta :before {
	content: none;
}
.news-container .p-postList__meta {
	font-size: min(4vw, 1rem);
	font-family: var(--font-family-en);
	color: var(--color-main);
	letter-spacing: 0.05em;
	margin: 0;
}
.news-container .p-postList .c-postTimes {
	font-family: var(--font-family-en);
	font-weight: bold;
	padding: 0;
}
.news-container .p-postList .p-postList__cat {
	font-size: min(3.5vw, 14px);
	font-family: var(--font-family-en);
	color: #fff;
	line-height: 1;
	background: var(--color-point);
	border-radius: min(1vw, 6px);
	padding: 5px 8px;
}

.news-container .p-postList .p-postList__title {
	font-size: min(4vw, 1rem);
	font-weight: var(--font-weight-regular);
	font-family: var(--font-family-Gothic);
	color: var(--color-main);
	letter-spacing: 0;
}

@media (max-width: 960px) {
	.pc-only {
		display: none !important;
	}
	.sp-only {
		display: block !important;
	}
	header .l-header__inner {
		height: auto;
	}
	.home header.l-header {
		background: #fff;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12) !important;
		position: sticky !important;
	}
	.c--inner {
		padding-right: 5%;
		padding-left: 5%;
	}
	/* .l-content .swell-block-button .swell-block-button__link {
		min-width: auto;
	} */

	/*  TOP FV
    ------------------------*/
	#main_visual .p-mainVisual__textLayer {
		padding-top: auto;
	}
	#main_visual .p-mainVisual__slideBtn.c-mvBtn.-btn-n {
		margin: 10vh auto 0;
	}

	/*  TOP ABOUT
    ------------------------*/
	.about-container .about-column {
		flex-direction: column;
	}
	.about-container .about-column:nth-child(even) {
		flex-direction: column-reverse;
	}
	.about-container .about-column.column-1 {
		margin-bottom: 2em;
	}
	.about-container .about-column.column-1 .message-content > div {
		transform: translateY(0);
	}
	.about-container .about-column.column-2 {
		margin-bottom: 0 !important;
	}
	.about-container .about-column.column-2 .message-content > div {
		left: 0;
		padding: min(5vw, 40px);
	}
	/*  TOP BUSINESS
    ------------------------*/
	/*  TOP OUR SERVICE
    ------------------------*/
	/*  TOP SERVICE
    ------------------------*/
	/*  TOP COMPANY
    ------------------------*/
	/*  TOP NEWS
    ------------------------*/
}
@media (max-width: 601px) {
	/*  TOP BUSINESS
    ------------------------*/
	.business-column > div {
		gap: 0;
	}
	/*  TOP OUR SERVICE
    ------------------------*/
	.our-service-container .our-service-column {
		margin-bottom: 4em;
	}
	.our-service-column:nth-child(even) .swell-block-columns__inner {
		flex-direction: column-reverse;
	}
	.our-service-column.swell-block-columns .swell-block-column {
		padding: 0;
	}
	/*  TOP SERVICE
    ------------------------*/
	.service-column > div {
		gap: 4em;
	}
}

/* ----- LP parts -----  */
.lp-sec-ttl-container {
	position: relative;
	margin-bottom: min(50px);
}
.lp-sec-ttl-container .main {
	position: relative;
	font-size: min(6vw, 32px);
	font-weight: var(--font-weight-bold);
	padding-bottom: 16px;
}
.lp-sec-ttl-container::before,
.lp-sec-ttl-container::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lp-sec-ttl-container::before {
	width: 100%;
	max-width: 760px;
	height: 2px;
	background: var(--color-main);
}
.lp-sec-ttl-container::after {
	bottom: -1px;
	width: 50%;
	max-width: 100px;
	height: 4px;
	background: var(--color-point);
}

.lp-button-column {
}
.lp-button-column .swell-block-button .swell-block-button__link {
	position: relative;
	width: 100%;
	max-width: 420px;
	padding: 20px;
	background: #3b1bbd;
	background: linear-gradient(
		80deg,
		rgba(59, 27, 189, 1) 0%,
		rgba(27, 43, 174, 1) 52%,
		rgba(21, 71, 222, 1) 98%
	);
	border-radius: 10px;
	box-shadow: 6px 6px 0 #5479f7;
	transition: 0.25s;
}
.lp-button-column .swell-block-button .swell-block-button__link:hover {
	opacity: 0.8;
}
.lp-button-column .swell-block-button .swell-block-button__link ::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 50%;
	width: 0.3em;
	height: 0.3em;
	border: 1.5px solid;
	border-radius: 1px;
	border-color: #fff #fff transparent transparent;
	transform: translateY(50%) rotate(45deg);
	z-index: 1;
}
.lp-button-column .swell-block-button .swell-block-button__link span {
	font-size: min(5vw, 28px);
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-Gothic);
	letter-spacing: 0.08em;
	line-height: 1.4;
}
.lp-button-column .swell-block-button.soudan .swell-block-button__link {
	background: #175884;
	background: linear-gradient(80deg, #289cea 0%, #175884 100%);
	box-shadow: 6px 6px 0 #3b1bbd;
}

.lp-cta {
	background: #3b1bbd;
	background: linear-gradient(
		80deg,
		rgba(59, 27, 189, 1) 0%,
		rgba(27, 43, 174, 1) 52%,
		rgba(21, 71, 222, 1) 98%
	);
	padding: 27px 20px 30px;
}
.lp-cta .swell-block-button .swell-block-button__link {
	position: relative;
	width: 100%;
	max-width: 420px;
	padding: 20px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 6px 6px 0 #36a9ff;
	transition: 0.25s;
}
.lp-cta .swell-block-button .swell-block-button__link:hover {
	opacity: 0.8;
}
.lp-cta .swell-block-button .swell-block-button__link ::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 20px;
	bottom: 50%;
	width: 0.3em;
	height: 0.3em;
	border: 1.5px solid;
	border-radius: 1px;
	border-color: var(--color-main) var(--color-main) transparent transparent;
	transform: translateY(50%) rotate(45deg);
	z-index: 1;
}
.lp-cta .swell-block-button .swell-block-button__link span {
	font-size: min(5vw, 28px);
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-Gothic);
	letter-spacing: 0.08em;
	line-height: 1.4;
	color: var(--color-main);
}

.lp-fv {
	position: relative;
}
.lp-fv .fv-text-container {
	position: absolute;
	top: 50%;
	left: calc(10% + 16px);
	transform: translateY(-50%);
}
.lp-fv h1 {
	font-size: min(7vw, 40px);
	font-weight: var(--font-weight-semibold);
	line-height: 1.5;
	margin-bottom: 24px;
}
.lp-fv p.p01 {
	display: inline-block;
	font-size: min(3.5vw, 16px);
	font-weight: var(--font-weight-medium);
	color: #fff;
	padding: 3px 20px;
	background: #3b1bbd;
	background: linear-gradient(
		80deg,
		rgba(59, 27, 189, 1) 0%,
		rgba(27, 43, 174, 1) 52%,
		rgba(21, 71, 222, 1) 98%
	);
	border-radius: 50vh;
}
.lp-fv .message {
	font-size: min(3.85vw, 20px);
	font-weight: var(--font-weight-medium);
}

/*  LP worries
------------------------*/
.lp-worries {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/07/worries-bg.webp) no-repeat
		top center / contain;
}
.lp-worries .c--inner {
	padding-top: 30px;
}
.lp-worries p.p01 {
	font-size: min(4vw, 22px);
	font-weight: var(--font-weight-medium);
}
.lp-worries p.p01 em {
	font-size: min(10vw, 48px);
	font-weight: var(--font-weight-bold);
	font-style: normal;
	line-height: 1;
}
.lp-worries .ttl-head {
	position: relative;
	width: fit-content;
	margin: 0 auto;
	margin-bottom: -1em;
	padding: 14px min(8vw, 36px);
	background: #e9f3fe;
	border-radius: 10px 10px 0 0;
	z-index: 1;
}
.lp-worries .ttl-head .ttl {
	font-size: min(5vw, 32px);
	font-weight: var(--font-weight-bold);
}
.lp-worries-column {
	padding: 42px min(6vw, 52px);
	background: #fff;
	border: 3px solid #a2cde6;
}
.lp-worries-column .ttl {
	font-size: min(3.5vw, 20px);
	font-weight: var(--font-weight-medium);
	margin-bottom: 0;
}
.lp-worries-column .swell-block-column:nth-child(even) {
	margin-top: 2em;
}
.lp-worries .arrow-img {
	width: 60%;
	max-width: 400px;
	margin: 0 auto 40px;
}
.lp-worries p.p02 {
	font-size: min(6vw, 40px);
	font-weight: var(--font-weight-bold);
	margin-bottom: 30px;
}
.lp-worries p.p03 {
	padding: 18px 30px;
	background: #e9f3fe;
	margin-bottom: 30px;
}
.lp-worries p.p03 span {
	font-size: min(5vw, 28px);
	font-weight: var(--font-weight-bold);
	margin-bottom: 30px;
}

/*  LP about
------------------------*/
.lp-about {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/07/about-bg.webp) no-repeat
		center / cover;
}
.lp-about p.p01 {
	font-size: min(4.5vw, 28px);
	font-weight: var(--font-weight-bold);
	margin-bottom: min(7vw, 50px);
}
.lp-about-column {
	padding: 24px 32px;
	background: #fff;
	border-radius: 16px;
	margin-bottom: 50px;
}
.lp-about-column h4 {
	font-size: min(5vw, 24px);
}
.lp-about-column .message {
	font-size: min(4vw, 18px);
}

/*  LP class
------------------------*/
.lp-class {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/07/class-bg.webp) no-repeat
		center / contain;
}
.lp-class-column .swell-block-column {
	padding: 3%;
	background: #fff;
	border-radius: 16px;
	box-shadow: 2px 5px 10px rgba(84, 122, 247, 0.1);
}
.lp-class-column .ttl-head {
	align-items: baseline;
	margin-bottom: 26px;
	gap: 10px;
}
.lp-class-column .ttl-head .num {
	position: relative;
	font-size: min(10vw, 40px);
	font-weight: var(--font-weight-semibold);
	font-family: var(--font-family-en);
	font-style: italic;
	letter-spacing: 0;
	line-height: 1;
	padding-left: 10px;
	z-index: 1;
}
.lp-class-column .ttl-head .num::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 0;
	width: 24px;
	height: 24px;
	background: #a2cde6;
	z-index: -1;
}
.lp-class-column .ttl-head .ttl {
	padding: 0;
	margin: 0;
	font-size: min(4.5vw, 18px);
	font-weight: var(--font-weight-bold);
	color: var(--color-point);
}
.lp-class-column .ttl-head .ttl::before,
.lp-class-column .ttl-head .ttl::after {
	content: none;
}
.lp-class-column p {
	font-size: min(4vw, 16px);
}

/*  LP check
------------------------*/
.lp-check {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/07/price-bg.webp) no-repeat
		bottom center / contain;
}
.lp-check .c--inner {
	max-width: calc(800px + 10%);
	padding-top: 0;
}
.lp-check .ttl-head {
	padding: 18px 0;
	background: #289cea;
	margin-bottom: 64px;
}
.lp-check .ttl-head p {
	font-size: min(5vw, 28px);
	font-weight: var(--font-weight-semibold);
	color: #fff;
}

/*  LP point
------------------------*/
.lp-point {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/07/point-bg-1.webp) no-repeat
		center / cover;
}
.lp-point .c--inner {
	max-width: calc(960px + 10%);
}
.lp-point-content {
	margin-bottom: 50px;
}
.lp-point-content .ttl-head {
	align-items: baseline;
	margin-bottom: 30px;
}
.lp-point-content .ttl-head .num {
	font-size: min(10vw, 72px);
	font-family: 'Open Sans', sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
	font-variation-settings: 'wdth' 75;
	letter-spacing: 0;
	line-height: 1;
}
.lp-point-content .ttl-head .ttl {
	padding: 0;
	margin: 0;
	font-size: min(4.5vw, 26px);
	font-weight: var(--font-weight-semibold);
}
.lp-point-content .ttl-head .ttl::before,
.lp-point-content .ttl-head .ttl::after {
	content: none;
	display: inline;
	background: none;
	width: 0;
	height: 0;
}
.lp-point-content .ttl-head .ttl::before {
	content: '/';
	position: relative;
	top: 0;
	left: 0;
	padding-right: 10px;
	padding-left: 10px;
}
.lp-point-content p {
	font-size: min(4vw, 18px);
}
.lp-point-content .lp-point-column {
}
/*  LP curriculum
------------------------*/
.lp-curriculum {
	background: #f4f4f4
		url(https://axnext.jp/wp-content/uploads/2025/07/curriculum-bg.webp)
		no-repeat center / cover;
}
.lp-curriculum .table-container {
	padding: min(4vw, 40px);
	background: #fff;
	border-radius: 20px;
	box-shadow: 1px 1px 5px rgba(30, 30, 30, 0.02);
}
.table-container .table-column.thead {
	border-bottom: 1px solid #8a8a8a;
}
.table-container .table-column.thead p.th {
	font-size: min(4vw, 20px);
	font-weight: var(--font-weight-medium);
	text-align: center;
}
.table-container .table-column.thead p.th:nth-child(2) {
	width: 70%;
	max-width: 70%;
}
.lp-curriculum .table-container .table-column:last-child {
	border-bottom: 0;
}
.lp-curriculum .table-container .table-column ul li:not(:last-child) {
	margin-bottom: 8px;
}

/*  LP price
------------------------*/
.lp-price {
	background: #fff;
}
.lp-price-box {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 60px 40px 40px;
	background: #e9f3fe;
	background: linear-gradient(80deg, #e9f3fe 0%, #dce3f5 100%);
	border-radius: 8px;
}
.lp-price-box > div {
	width: 90%;
	margin: 0 auto;
}
.lp-price-box p {
	font-size: min(4vw, 16px);
	margin-bottom: 0;
}
.lp-price-box .price-head {
	width: fit-content;
	margin: 0 auto 60px;
	background: linear-gradient(transparent 70%, #faf798 50%);
}
.lp-price-box .price-head p {
	font-size: min(4.5vw, 24px);
	font-weight: var(--font-weight-medium);
}
.lp-price-box .price-head p span {
	font-size: min(10vw, 60px);
	font-family: 'Oswald', sans-serif;
}
.lp-price-box .price-head p small {
	font-size: min(4.5vw, 24px);
	font-weight: var(--font-weight-medium);
}
.lp-price .lp-button-column {
	margin: 0 auto;
	margin-top: 60px;
	max-width: 1000px;
}

/*  LP support
------------------------*/
.lp-support {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/07/support-bg.webp) no-repeat
		center / cover;
}
.lp-support .c--inner {
	max-width: calc(860px + 10%);
}
.lp-support .lp-sec-ttl-container {
	margin-bottom: 54px;
}
.lp-support-column {
	background: #fff;
	border: 1px solid #9881ae;
	border-radius: 50vh;
	padding: 32px 50px 32px 70px;
}
.lp-support-column .ttl {
	padding: 0;
	margin-bottom: 0;
	position: relative;
	font-size: min(4.5vw, 20px);
	font-weight: var(--font-weight-medium);
	background: url(https://axnext.jp/wp-content/uploads/2025/07/lp-check.webp)
		no-repeat top left / contain;
	background-size: 1.75em;
	padding-left: 45px;
	margin-bottom: 16px;
}
.lp-support-column .ttl::before,
.lp-support-column .ttl::after {
	content: none;
}
.lp-support-column p {
	font-size: min(4vw, 16px);
	padding-left: 45px;
}
.lp-support-column .img {
	max-width: 80px;
	margin-left: auto;
}
/*  LP guideline
------------------------*/
.lp-guideline {
	background: #fff
		url(https://axnext.jp/wp-content/uploads/2025/07/guideline-bg.webp)
		no-repeat center / cover;
}
.lp-guideline .ttl-head {
	max-width: 400px;
	margin: 0 auto;
	align-items: baseline;
}
.lp-guideline .ttl-head .num {
	position: relative;
	font-size: min(10vw, 40px);
	font-family: var(--font-family-en);
	font-weight: 500;
	font-style: italic;
	margin-right: 10px;
}
.lp-guideline .ttl-head .num::after {
	content: '/';
	position: relative;
	right: 0;
	font-size: min(4vw, 1.125rem);
	padding-left: 10px;
}
.lp-guideline .ttl-head .message {
	font-size: min(4vw, 1.125rem);
	font-weight: var(--font-weight-medium);
}

/*  LP faq
------------------------*/
.lp-faq {
	background: #fff;
}
.lp-faq .c--inner {
	max-width: calc(1080px + 10%);
}
.lp-faq .swell-block-accordion__title .swell-block-accordion__label {
	font-size: min(4vw, 1.25rem);
	font-weight: var(--font-weight-bold);
	font-family: var(--font-family-Gothic);
}
.lp-faq .is-style-simple > .swell-block-accordion__item:first-child {
	border-top: 0;
}
.lp-faq .is-style-simple > .swell-block-accordion__item {
	border-bottom: 1px dashed #d1d1d1;
}
.lp-faq .is-style-simple .swell-block-accordion__title {
	padding: 1.5em 2.5em;
}
.lp-faq .is-style-simple .swell-block-accordion__title,
.lp-faq .is-style-simple .swell-block-accordion__body {
	position: relative;
	padding-left: min(13vw, 55px);
}
.lp-faq .is-style-simple .swell-block-accordion__body {
	font-size: min(18px);
	font-weight: var(--font-weight-medium);
	font-family: var(--font-family-Gothic);
	padding-top: 0;
	padding-bottom: 1em;
	margin-left: 0;
	border-top: none;
}
.lp-faq .is-style-simple .swell-block-accordion__body p {
	font-size: min(4vw, 18px);
	padding-top: 0;
}
.lp-faq .is-style-simple .swell-block-accordion__title::before {
	border-radius: 50vh;
	bottom: unset;
	content: 'Q';
	display: block;
	font-family: var(--font-family-Gothic);
	font-size: min(6vw, 22px);
	font-weight: 400;
	left: 0;
	position: absolute;
	text-align: center;
	width: 40px;
	height: 40px;
	color: #fff;
	background: var(--color-point);
}
.lp-faq .is-style-simple .swell-block-accordion__body::before {
	border-radius: 50vh;
	bottom: unset;
	content: 'A';
	display: block;
	font-family: var(--font-family-Gothic);
	font-size: min(6vw, 24px);
	line-height: 1.4;
	left: 0;
	position: absolute;
	text-align: center;
	width: 40px;
	height: 40px;
	color: var(--color-point);
	border: 1px solid var(--color-point);
}
.lp-faq .lp-button-column {
	margin-top: 60px;
}

@media (max-width: 960px) {
	.lp-button-column {
		gap: 2em;
	}
	.lp-fv .fv-text-container {
		position: absolute;
		top: 65%;
		left: calc(3% + 16px);
		transform: translateY(-50%);
	}
	.lp-worries-column .swell-block-column:nth-child(even) {
		margin-top: 0;
	}
	.lp-about-column {
		margin-bottom: 30px;
	}
	.lp-about-column .swell-block-column {
		padding: 0;
	}
}
@media (max-width: 601px) {
	.lp-button-column {
		grid-template-columns: 1fr !important;
		gap: 1em;
	}
	.lp-button-column .swell-block-button .swell-block-button__link {
		width: 90%;
	}
	.lp-about-column:nth-child(odd) > div {
		flex-direction: column-reverse;
	}
	.lp-check .ttl-head {
		margin-bottom: 30px;
	}
	.lp-curriculum .table-container .table-column {
		padding: 10px;
		gap: 0.5em;
	}
	.lp-curriculum .table-container .table-column p,
	.lp-curriculum .table-container .table-column p.th,
	.lp-curriculum .table-container .table-column ul li {
		font-size: min(3vw, 16px);
	}
	.lp-price-box {
		padding: 40px 3%;
	}
	.lp-price .lp-button-column {
		margin-top: 30px;
	}
	.lp-support-column {
		border-radius: 20px;
		padding: 20px;
	}
	.lp-faq .is-style-simple .swell-block-accordion__title {
		padding-right: 10px;
	}
	.lp-faq .lp-button-column {
		margin-top: 30px;
	}
}

/*  下層 教育動画制作
------------------------*/
.support-fv {
	position: relative;
	background: url(https://axnext.jp/wp-content/uploads/2025/07/supprot-fv-bg.webp)
		no-repeat top center / cover;
	margin-right: -4vw;
	margin-left: -4vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
.support-fv figure {
	width: 50%;
	margin-left: auto;
	margin-bottom: 0;
}
.support-fv .fv-text-container {
	position: absolute;
	top: 50%;
	left: calc(10% + 16px);
	transform: translateY(-50%);
}
.support-fv h1 {
	font-size: min(7vw, 40px);
	font-weight: var(--font-weight-semibold);
	line-height: 1.5;
	margin-bottom: 24px;
}
.support-fv .message {
	font-size: min(3.85vw, 20px);
	font-weight: var(--font-weight-medium);
}
@media (max-width: 960px) {
	.support-fv figure {
		width: 100%;
	}
	.support-fv .fv-text-container {
		position: relative;
		top: 0;
		left: 0;
		transform: translateY(0);
		padding: 6%;
	}
}
