/*********************
** Company Page
*********************/

.flex-container {
	display: flex;
}

.card-ceo .card_member-ph,
.card-ceo .card_member-ph img {
	width: 250px;
	max-width: 250px;
	margin-bottom: 8px;
}


/*********************
** Top Balloon
*********************/

.point_balloon_parent .point_word {
	font-size: 70px;
	color: #e67fa3;
}

.point_balloon_parent {
	min-width: 300px;
}

.point_balloon {
	position: absolute;
	width: 85px;
	height: 80px;
	top: 0;
	left: -32px;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
	border-radius: 50%;
	color: #fff;
	background-color: #75b44e;
	padding: 18px;
}

.point_balloon p {
	color: #fff;
}

.point_balloon::before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 2px;
	bottom: 2px;
	border-left: 20px solid #75b44e;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(45deg);
}

h2 .home__introductionTitle-text {
	font-size: 42px;
}

/*********************
** Web Brochure
*********************/

.brochure-thumbnail {
	text-align: center;
	display: flex;
}

.brochure-thumbnail img {
	margin: 18px;
	padding: 1px;
	border: 1px solid #dcdcdc;
}

/*********************
** Contact Form 7
*********************/

span[data-name="your-tel"] span.wpcf7-not-valid-tip {
	background: #ffe6ea;
	width: 100%;
	margin-top: 5px;
	color: #cf3c3c;
	border-radius: 3px;
}

span[data-name="your-tel"] span.wpcf7-not-valid-tip {
	border-radius: 3px;
}

span[data-name="your-tel"] span.wpcf7-not-valid-tip {
	display: block !important;
}

span[data-name="your-tel"] span.wpcf7-not-valid-tip {
	width: 100%;
	font-size: 11px;
	padding: 4px 10px 4px 10px;
}

span:not([data-name="your-tel"]) span.wpcf7-not-valid-tip {
	display: none;
}


/*********************
** SNS
*********************/

.sns {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.sns span {
	padding-left: 10px;
	font-size: 14px;
}

.sns a {
	width: 114px;
	margin: 3px;
	padding: 5px 10px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	font-size: 14px;
	border-radius: 5px;
	color: #fff;
	transition: .3s;

}

.sns a:hover {
	opacity: 0.8;
	transform: translate3d(0, 3px, 0);
}

.sns .sns-x a {
	background: #333333;
	box-shadow: 0 4px 0 #1A1A1A;
	/* 影の太さ・色 */
}

.sns .facebook a {
	background: #4267b2;
	box-shadow: 0 4px 0 #314170;
}

.sns .hatena a {
	background: #01a5df;
	box-shadow: 0 4px 0 #3F91C5;
}

.sns .pocket a {
	background: #ef4154;
	box-shadow: 0 4px 0 #B14234;
}

.sns .line a {
	background: #06c755;
	box-shadow: 0 4px 0 #4B9629;
}

.sns .copy-url a {
	background: #F0E6FF;
	color: #333;
	box-shadow: 0 4px 0 #E4DAF2;
}

.authorLink a {
	display: none;
}

@media (max-width: 1024px) {

	.sns {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.sns a {
		width: 191px;
		margin: 8px 4px;
		padding: 7px 10px;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
		font-size: 22px;
		border-radius: 5px;
		color: #fff;
	}

	.sns a:hover {
		opacity: 0.8;
	}

	.sns .sns-x a {
		background: #333333;
		box-shadow: 0 4px 0 #1A1A1A;
		/* 影の太さ・色 */
	}

	.sns .facebook a {
		background: #4267b2;
		box-shadow: 0 4px 0 #314170;
	}

	.sns .hatena a {
		background: #01a5df;
		box-shadow: 0 4px 0 #3F91C5;
	}

	.sns .pocket a {
		background: #ef4154;
		box-shadow: 0 4px 0 #B14234;
	}

	.sns .line a {
		background: #06c755;
		box-shadow: 0 4px 0 #4B9629;
	}

	.sns .copy-url a {
		background: #F0E6FF;
		color: #333;
		box-shadow: 0 4px 0 #E4DAF2;
	}

	.authorLink a {
		display: none;
	}
}

/* 834px以下 */
@media screen and (max-width: 834px) {
	.point_balloon {
		right: 16px;
	}

	.flex-container {
		display: block;
	}

	.card-ceo {
		text-align: center;
	}

	.card-ceo .t-nowL {
		display: inline;
	}

	.card-ceo .t-nowL span:first-child {
		display: block;
	}

	.card-ceo .card_member-ph {
		display: inline;
	}

	.company__message-contentsHeader h3 {
		font-size: 24px;
	}
}

/* 480px以下 */
@media screen and (max-width: 480px) {

	.point_balloon_parent .point_word {
		font-size: 50px;
	}

	.point_balloon {
		width: 75px;
		height: 70px;
		font-size: 16px;
		line-height: 20px;
		padding: 16px;
	}

	.point_balloon {
		right: -20px;
	}

	h2 .home__introductionTitle-text {
		font-size: 34px;
	}

	.brochure-thumbnail img {
		margin-left: 0;
		margin-right: 0;
	}
}


/*********************
** 3級MV下に講座内容を移動 （tmp_license-3rd.php）
*********************/
.course-content {
	margin: 20px 0 60px;
}

.t-movie {
	margin: 30px 0;
}


/*********************
** Top 支部マップ （module/sectionSupport.php）
*********************/
.pc {
	display: block;
}

.sp {
	display: none;
}

img {
	max-width: 100%;
}

.click-map {
	position: relative;
	max-width: 850px;
	margin: 0 auto;
}

.branch {
	position: absolute;
	font-size: 15px;

	ul {
		list-style: none;
		padding: 0 5px;
		margin: 0;
	}

	.branch-wrap {
		display: flex;
		gap: 10px;
	}

	h3 {
		text-align: center;
		padding: 3px 0;
		margin: 0 0 10px;
		background: #aaa;
	}

	a {
		position: relative;
		display: block;
		color: #333;
		line-height: 1.3;
		font-weight: 600;
		text-decoration: none;
		margin-bottom: 5px;
		transition: 0.3s;

		&::after {
			position: absolute;
			left: 0;
			content: '';
			width: 100%;
			height: 2px;
			background: #333;
			bottom: -1px;
			transform: scale(0, 1);
			transform-origin: left top;
			transition: transform 0.3s;
		}

		&:hover::after {
			transform: scale(1, 1);
			/*ホバー後、x軸方向に1（相対値）伸長*/
		}
	}

	/* 地域の位置 */
	&.hokkaido {
		top: 10.5%;
		right: 37%;

		h3 {
			background: #BAD8A9;
		}

		a {
			&:hover {
				color: #BAD8A9;
			}

			&::after {
				background: #BAD8A9;
			}
		}
	}

	&.tohoku {
		top: 27%;
		right: 13.5%;

		h3 {
			background: #bdcbd2;
		}

		a {
			&:hover {
				color: #bdcbd2;
			}

			&::after {
				background: #bdcbd2;
			}
		}
	}

	&.kanto {
		top: 49%;
		right: 13.5%;

		h3 {
			background: #cbb5d3;
		}

		a {
			&:hover {
				color: #cbb5d3;
			}

			&::after {
				background: #cbb5d3;
			}
		}
	}

	&.chubu {
		top: 26%;
		right: 45.5%;

		h3 {
			background: #e8c289;
		}

		a {
			&:hover {
				color: #e8c289;
			}

			&::after {
				background: #e8c289;
			}
		}
	}

	&.kinki {
		bottom: 6.6%;
		left: 36.5%;

		h3 {
			background: #edc2be;
		}

		a {
			&:hover {
				color: #edc2be;
			}

			&::after {
				background: #edc2be;
			}
		}
	}

	&.chugoku {
		top: 39%;
		left: 22.5%;

		h3 {
			background: #b6d7c4;
		}

		a {
			&:hover {
				color: #b6d7c4;
			}

			&::after {
				background: #b6d7c4;
			}
		}
	}

	&.shikoku {
		bottom: 14%;
		left: 25.5%;

		h3 {
			background: #f0b47e;
		}

		a {
			&:hover {
				color: #f0b47e;
			}

			&::after {
				background: #f0b47e;
			}
		}
	}

	&.kyushu {
		top: 44%;
		left: -1%;

		h3 {
			background: #eca190;
		}

		a {
			&:hover {
				color: #eca190;
			}

			&::after {
				background: #eca190;
			}
		}
	}

	&.okinawa {
		bottom: 21%;
		right: 16%;

		h3 {
			background: #a9cdda;
		}

		a {
			&:hover {
				color: #a9cdda;
			}

			&::after {
				background: #a9cdda;
			}
		}
	}

}

@media(max-width: 768px) {
	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	.branch {
		max-width: 350px;
		font-size: 1rem;
		position: relative;
		top: 0 !important;
		left: 0 !important;
		margin: 5px auto;
		text-align: center;

		h3 {
			cursor: pointer;
			background-color: #f0f0f0;
			padding: 10px;
			margin: 0;
			font-size: 16px;
			border: 1px solid #ccc;
			position: relative;

			&::after {
				content: "▼";
				position: absolute;
				right: 10px;
				transition: transform 0.3s ease;
			}

			&.active::after {
				transform: rotate(180deg);
			}
		}

		.branch-wrap {
			flex-direction: column;
			gap: 0;
		}

		ul {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.3s ease;
			list-style: none;
			padding-left: 0;
			margin: 0;

			li {
				padding: 8px 10px;
				border-bottom: 1px solid #eee;

				a:hover {
					text-decoration: underline;
				}
			}
		}
	}
}

/* 支部マップここまで */

/* ヘッダーメニュー修正_20250907 */
/* 資料請求ページ フローティングメニュー削除  */
.contact .fixed-menu,
.contact #js-fixedMenu,
.pamphlet .fixed-menu,
.pamphlet #js-fixedMenu {
	display: none;
}

.header__navListItem {
	position: relative;
}

.header_link {
	display: flex;
	align-items: center;
	color: white;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 500;
}

.header_link:hover {
	background-color: rgba(255, 255, 255, 0.1);
	transform: translateY(-2px);
}

.arrow {
	margin-left: 8px;
	font-size: 12px;
	transition: transform 0.3s ease;
}

.arrow img {
	display: inline-block;
	width: 12px;
}


/* PCのみ */
@media screen and (min-width: 1024px) {
	.has_dropdown:hover .arrow {
		transform: rotate(180deg);
	}

	.dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		background-color: white;
		list-style: none;
		margin: 0;
		padding: 8px 0;
		min-width: 280px;
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px) scale(0.95);
		transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
		border-radius: 8px;
		z-index: 1000;
	}

	.header__navListItem__shintaku .dropdown {
		min-width: 330px;
	}

	.header_dropdown_link:hover {
		background-color: #f8f9fa;
		border-left-color: #75B44E;
		transform: translateX(5px);
	}

	.sp_under_l,
	.sp_link_arrow {
		display: none;
	}

	.header__navListItem .dropdown a {
		padding-left: 20px;
	}

	.fixed-hidden {
		opacity: 0;
		transition: opacity 0.3s;
		pointer-events: none;
	}

}


.has_dropdown:hover .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0) scale(1);
}

.header_dropdown_link {
	display: block;
	color: #333;
	text-decoration: none;
	padding: 12px 24px;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
}



/* 下に下線が出てくる処理無効 */
.header__navListItem a::before {
	display: none !important;
}

.header__navListItem a:hover {
	color: #75B44E;
}

@media screen and (max-width: 1024px) {
	.dropdown {
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		transform: translateY(-20px);
		transition: all 0.3s ease;
	}

	.sp_under_l {
		display: inline-block;
		margin-right: 5px;
	}

	.active_drop.dropdown {
		max-height: 2000px;
		opacity: 1;
		transform: translateY(0);
	}

	.has_dropdown .active_arrow {
		color: #75B44E;
	}

	.has_dropdown .active_arrow .arrow {
		transform: rotate(180deg);
	}

	.header_dropdown_link {
		padding: 20px 0;
		text-align: left;
	}

	.dropdown li {
		border-top: 1px solid #CECCBE;
	}

	.sp_link_arrow_text {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.sp_link_arrow_text img {
		width: 22px;
		display: inline-block;
	}

	.dropdown li {
		background-color: #fff;
		padding: 0 8px 0 5px;
	}

	.header_dropdown_link {
		border: none;
	}

	.header__navList {
		max-width: 510px;
	}

	.has_dropdown .active_arrow,
	.header__navListItem a {
		padding-bottom: 20px;
	}

	.header__navListItem {
		padding-bottom: 0;
	}

	.inline_sp {
		display: inline-block;
	}

}

@media screen and (max-width: 834px) {
	.header__navList {
		max-width: 270px;
	}
}


/* 右側固定メニュー編集 */
.fixed-menu {
	position: fixed;
	top: 52%;
	right: 0;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	gap: 16px;
	z-index: 1000;
	align-items: flex-end;
}

.fixed-menu .menu-item {
	display: flex;
	align-items: center;
	justify-content: center;
	writing-mode: vertical-rl;
	/* テキストを縦向き */
	text-orientation: mixed;
	/* background-color: #a1c38b; */
	background-color: #e57f33;
	/* 背景色は自由に変更 */
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 5px;
	width: 80px;
	/* 通常幅 */
	border-radius: 8px 0 0 8px;
	transition: all 0.3s ease;
}


.fixed-menu .menu-item:hover {
	width: 100px;
	/* ホバーで横に広がる */
}

.fixed-menu .menu-item .icon {
	display: block;
	margin-top: 15px;
	font-size: 18px;
}

.fixed-menu .menu-item .icon img {
	display: block;
	width: 25px;
}

.menu_link_tag {
	display: inline-block;
	border-radius: 20px;
	/* padding: 5px 6px; */
	padding: 7px 14px;
	color: #fff;
	margin-left: 8px;
}

.free_nav,
.shigo_tag {
	background-color: #75B44E;
}

.mimoto_tag {
	background-color: #E67FA3;
}

.menu-text {
	letter-spacing: 0.1em;
}


@media screen and (max-width: 1024px) {
	.fixed-menu {
		display: none;
	}

	.menu_link_tag:nth-of-type(3) {
		margin: 5px 0 0 110px;
	}
}

/* フッターメニューをタブレットで表示 */
@media screen and (max-width: 1024px) {
	.spHomeBar {
		display: block;
	}
}


/*　資料請求フォーム関係修正  */
.page-template-tmp_shintaku-pamphlet .l-container {
	font-size: 17px;
}

.page-template-tmp_shintaku-pamphlet .l-section-paddingadjust {
	padding: 20px 0 70px;
}

.page-template-tmp_shintaku-pamphlet .breadcrumbs:nth-of-type(2) {
	display: none;
}

.page-template-tmp_shintaku-pamphlet .heading__Lv2-wrapper {
	margin-bottom: 10px;
}

.page-template-tmp_shintaku-pamphlet .form__item dd input,
.page-template-tmp_shintaku-pamphlet .form__item dd select,
.page-template-tmp_shintaku-pamphlet .form__item dd textarea {
	border: 1px solid #cdcdcd;
}

.soudan .wpcf7-checkbox {
	/* display: flex; */
	flex-wrap: wrap;
}

/* .soudan .wpcf7-list-item {
	width: 50%;
} */

.soudan .wpcf7-list-item {
	margin: 16px 0 !important;
}

.soudan .wpcf7-list-item.first {
	margin-top: 10px !important;
}

.page-template-tmp_shintaku-pamphlet .form__item dt p {
	font-weight: 600 !important;
}

.must {
	padding: 0 !important;
	border: none !important;
	margin: 0 10px !important;
	color: #F22847;
}

.form_desc {
	font-size: 15px;
	margin-top: 5px;
	display: inline-block;
}



/* 郵便番号の横に矢印が出る問題の非表示 */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}

.soudan .wpcf7-validates-as-required~.formError {
	display: none;
}

.soudan .wpcf7-validates-as-required.wpcf7-not-valid~.formError {
	display: block;
}

@media screen and (max-width: 767px) {
	.page-template-tmp_shintaku-pamphlet .form__item dt {
		padding: 5px;
		background-color: #E8F7DF;
		border-top: 1px solid #333;
	}

}



/* コラムナビゲーション設定 */

/* 20251114 */
.column_archive {
	display: flex;
	justify-content: space-between;
	max-width: 1080px;
	display: flex;
}

.column_archive .l-container {
	margin: 0;
}

.column_main {
	width: 720px;
}

.column_sidebar {
	width: 300px;
	position: relative;
}

.float_banner.fixed {
	position: fixed;
	top: 95px;
}

.column_archive .listColumn__listItem {
	width: calc((100% / 2) - 30px);
}

.column_sidebar .listColumn__list {
	flex-direction: column;
	margin: 20px 0 0;
}

.column_archive .column_sidebar .listColumn__listItem {
	width: 100%;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #c7c7c7;
}


/* 20251223 */
.column_nav_header {
	padding: 20px 40px;
	text-align: center;
	font-weight: 700;
}

.column_nav {
	display: flex;
	background-color: #fff;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.nav-column {
	flex: 1;
	position: relative;
	border-right: 1px solid #eee;
	display: flex;
}

.nav-column:last-child {
	border-right: none;
}

.nav-link {
	display: block;
	padding: 20px 40px;
	text-decoration: none;
	font-weight: bold;
	color: #333;
	transition: all 0.3s;
	width: 50%;
	text-align: center;
	position: relative;
}

.nav-column:nth-of-type(1) {
	text-align: right;
}

.submenu {
	position: absolute;
	top: 100%;
	left: -50vw;
	width: 100vw;
	background-color: #fff;
	display: none;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	z-index: 10;
	padding: 25px 0;
}

.column_nav .nav-column:nth-of-type(1) {
	justify-content: flex-end;
}

.column_nav .nav-column:nth-of-type(1) .submenu {
	left: 0;
}

.submenu a {
	display: block;
	padding: 15px 20px;
	text-decoration: none;
	color: #333;
}



.submenu a {
	display: flex;
	align-items: center;
	background: #fff;
	color: #75B44E;
	font-size: 16px;
	line-height: 1.5em;
	padding: 0 10px 0 8px;
	text-decoration: none;
	border-radius: 100vw;
	border-style: solid;
	border-color: #75B44E;
	border-width: 1px;
	transition: border-color .3s, color .3s;
	margin: 10px;
}

.submenu a svg {
	position: relative;
	top: 2px;
	display: inline-block;
	margin-right: 5px;
}

.nav-column a {
	position: relative;
}

.nav-link::after {
	transition: all 0.3s;
}

.nav-link img {
	display: inline-block;
	width: 23px;
	margin: 0 10px;
}



/* ホバー時アクション */
@media screen and (min-width: 767px) {
	.nav-column:hover .submenu {
		display: flex;
		justify-content: center;
	}

	.nav-column:hover .nav-link {
		background-color: #5E5E5E;
		color: #fff;
	}

	.nav-column:hover .nav_submenu_wrapper {
		display: flex;
		max-width: 1080px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.nav-column:hover .nav-link::after {
		content: "";
		left: 50%;
		transform: translatex(-50%);
		width: 0;
		height: 0;
		border-top: 24px solid #5E5E5E;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		position: absolute;
		bottom: -24px;
		z-index: 99999;
	}
}

/* ナビゲーション固定 */
.column_nav_container {
	width: 100%;
	background: #fff;
	z-index: 100;
}

.column_nav_container.t_column_fixed {
	position: fixed;
	top: 95px;
	/* ヘッダーの高さ */
	left: 0;
}

.mix_column_sidebar .wp-block-image:nth-of-type(n+2) {
	margin-top: 10px;
}

.mix_main .breadcrumbs {
	display: none;
}

.mix_main .pageHero__ttl {
	max-width: 625px;
}


@media screen and (max-width: 767px) {
	.column_main {
		width: 100%;
	}

	.column_sidebar {
		display: none;
	}

	.column_archive .listColumn__listItem {
		width: 100%;
	}

	.nav-link {
		width: 100%;
		padding: 20px 10px;

	}

	.nav-link.active_column_top_nav+.submenu {
		display: flex;
		justify-content: center;
	}

	.nav-link.active_column_top_nav {
		background-color: #5E5E5E;
		color: #fff;
	}

	.nav-link.active_column_top_nav+.submenu .nav_submenu_wrapper {
		display: flex;
		max-width: 1080px;
		justify-content: flex-start;
		flex-wrap: wrap;
	}

	.nav-link::after {
		content: "";
		left: 50%;
		transform: translatex(-50%);
		width: 0;
		height: 0;
		border-top: 24px solid #5E5E5E;
		border-left: 20px solid transparent;
		border-right: 20px solid transparent;
		position: absolute;
		bottom: -24px;
		z-index: 99999;
		opacity: 0;
	}

	.nav-link.active_column_top_nav::after {
		opacity: 1;
	}

	.column_nav_container.t_column_fixed {
		top: 58px;
	}

	.mix_main .pageHero__ttl {
		font-size: 19px;
		width: calc(100% - -5px);
	}
}


/* 2025_1127 資格新規ページ編集 */
.license_all_container,
.works_container,
.flow-works,
.license_voice_container,
.works_flex_specialist_item,
.license_third_button a {
	font-family: "GenJyuuGothic", sans-serif;
}

.license_fv .works_item {
	margin-top: 0;
	width: 468px;
}

.guide_name img {
	display: block;
	max-width: 900px;
	width: 100%;
}


.text_center {
	text-align: center;
}

.shikaku_img {
	min-width: 450px;
}

.shikaku_img figure {
	/* width: fit-content; */
	border: 13px solid #fff;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.07);
	margin: 0 auto;
}

.shikaku_img figure img {
	width: 100%;
}

.shikaku_desc {
	min-width: 430px;
}

.shikaku_desc a {
	margin-left: auto;
	margin-right: 0;
	max-width: 190px;
	background: #75B44E;
	padding: 15px 25px;
}

.shikaku_desc_inner {
	margin-bottom: 20px;
}

.base_flex {
	display: flex;
	justify-content: space-between;
}

.shikaku_desc h3,
.license__works h3 {
	font-size: 26px;
	font-weight: bold;
	color: #75B44E;
	line-height: 1.5;
}

.shikaku_desc h3 {
	font-size: 30px;
}

.shikaku_desc p {
	font-weight: bold;
	margin-top: 10px;
}

.shikaku_desc h4 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 10px;
	color: #E67FA3;
}

.shikaku_can {
	font-size: 19px;
	background-color: #FFFCE3;
	padding: 10px 20px;
	border-radius: 40px;
	margin-top: 10px;
}

.shikaku_can h4 {
	margin-top: 0;
	color: #75B44E;
}

.license_all_container .shikaku_flex:nth-of-type(n+2),
.license_voice_items:nth-of-type(n+2),
.works_container h3 {
	margin-top: 45px;
}

.works_flex .works_item {
	max-width: 290px;
}

.works_flex {
	margin-top: 30px;
}


.works_table {
	margin: 30px auto 0;
	border: 1px solid #F0D1D4;
	min-width: 580px;
	background-color: #fff;
}

.works_table_title {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	margin-top: 30px;
	line-height: 1.5;
}


.works_table td,
.works_table th {
	padding: 20px 30px;
	text-align: left;
	border: 1px solid #F0D1D4;
	font-size: 18px;
}

.works_table tr th:nth-of-type(1) {
	background-color: #ecfad5;
}

.works_table tr th:nth-of-type(2) {
	background-color: #fffce3;
}

.works_container_02 {
	margin-top: 30px;
}


.works_flex_specialist h4 {
	font-size: 24px;
}

.works_flex_specialist p {
	font-size: 18px;
}

.works_flex_specialist_item,
.flow-works .heading__Lv2-wrapper p,
.works_flex_specialist_item p {
	margin-top: 20px;
}

.works_flex_specialist_item h4 {
	font-weight: bold;
}

.works_flex_specialist_item p span {
	font-size: 22px;
}


.works_flow {
	margin-top: 50px;
}


.works_flex_specialist_item p span {
	margin-left: 20px;
}

.works_flex_specialist {
	padding: 0 20px;
}

.work_flow_items {
	width: 20%;
	position: relative;
	border: 4px solid #74b24f;
	padding: 20px 10px;
	font-weight: bold;
	min-height: 200px;
	display: flex;
	align-items: center;
}

.work_flow_items p {
	width: 100%;
	text-align: center;
}

.work_flow_items p a {
	color: #e67fa3;
}

.work_flow_items_02 {
	width: 32%;
}

.step_badge {
	position: absolute;
	padding: 10px 20px;
	border-radius: 21px;
	background-color: #e67fa3;
	color: #fff;
	top: -20px;
	left: -20px;
}

.license_voice_image {
	width: 200px;
}

.license_voice_desc {
	width: calc(100% - 250px);
}

.license_voice_flex {
	margin-top: 30px;
}

.license_voice_items h3 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #e67fa3;
	line-height: 1.5;
}

.license_voice_items:nth-of-type(2) .license_voice_flex {
	flex-direction: row-reverse;
}

.works-first .heading__Lv2-wrapper {
	font-size: 40px;
	margin-top: 45px;
}

.guide_name span {
	font-size: 80px;
}

.works-first .works-first_item:nth-of-type(n+2) {
	margin-top: 50px;
	margin-bottom: 50px;
}

.works_attention .heading__Lv2 {
	font-size: 47px;
}

.works_accordion {
	text-align: center;
	margin: 10px 0;
}

.works_accordion-trigger {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	cursor: pointer;
	transition: all 0.2s ease;
}

/* 線 */
.line {
	width: 200px;
	height: 6px;
	background: #74b24f;
}

/* ボタン */
.btn-plus {
	width: 50px;
	height: 50px;
	border: none;
	background: #74b24f;
	position: relative;
	cursor: pointer;
	padding: 0;
}

/* ＋を疑似要素で描画 */
.btn-plus::before,
.btn-plus::after {
	content: "";
	position: absolute;
	background: #ffffff;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.btn-plus::before {
	width: 60%;
	height: 14%;
}

.btn-plus::after {
	width: 14%;
	height: 60%;
}


/* 開いたときは縦線を消して「−」にする */


.works_accordion-trigger.is-open .btn-plus::after {
	display: none;
	/* 縦線を消す → ただの横線 = － */
}


/* テキスト部分 */
.works_accordion-content {
	display: none;
}

.works_accordion.is-open {
	text-align: left;
}

.works_accordion.is-open {
	margin-top: 0;
}

.works_accordion.is-open .works_accordion-trigger {
	margin-top: 10px;
}


.works_to_third {
	text-align: center;
}

.license_third_button a {
	display: block;
	margin-top: 35px;
	background-color: #74b24f;
	padding: 30px 0;
	border-radius: 100px;
	max-width: 800px;
	width: 100%;
	color: #fff;
	font-size: 41px;
}

.license_third_button {
	width: 80%;
	margin: 35px auto 0;
}


.works-first.license__merit .l-container {
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.sp_br {
	display: none;
}

.license_third_title {
	font-size: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	text-shadow: 5px 5px 0px rgba(230, 127, 163, 0.4);
	font-weight: bold;
}



@media screen and (max-width: 1024px) {
	.sp_br {
		display: inline;
	}

	.shikaku_img {
		min-width: auto;
	}

	.shikaku_desc h3 {
		margin-top: 10px;
	}

	.license__mv-contents .works_item {
		width: 80%;
		margin: 0 auto;
	}

	.works-first .works-first_item:nth-of-type(n+2) {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.works-first .heading__Lv2-wrapper {
		margin-top: 0;
	}

	.base_flex {
		flex-direction: column;
	}

	.shikaku_desc,
	.works_table {
		min-width: auto;
	}

	.works_table {
		width: 100%;
	}

	.works_flex .works_item {
		width: 100%;
		max-width: 1000px;
	}

	.works_flex .works_item img {
		width: 100%;
	}

	.works_flex .works_item:nth-of-type(n+2) {
		margin-top: 20px;
	}

	.works_flex_specialist .works_item {
		margin-top: 20px;
	}

	.works_flow .work_flow_items {
		width: 100%;
	}

	.works_flow .work_flow_items:nth-of-type(n+2) {
		margin-top: 30px;
	}

	.license_voice_flex {
		align-items: center;
	}

	.license_voice_desc {
		width: 100%;
		margin-top: 20px;
	}

	.license_voice_items:nth-of-type(2) .license_voice_flex {
		flex-direction: column;
	}

	.works_flow {
		width: 95%;
		margin: 50px auto 0;
	}

	.works_flex {
		align-items: center;
	}

	.works_flex_specialist {
		flex-direction: column-reverse;
		align-items: center;
	}

	.works_flex_specialist_item p {
		margin-top: 10px;
	}

	.works_flex_specialist_item p span {
		font-size: 18px;
	}

	.license_all_container .shikaku_flex:nth-of-type(n+2),
	.license_voice_items:nth-of-type(n+2),
	.works_container h3 {
		margin-top: 35px;
	}

}

.work_flow_items p {
	font-size: 20px;
}

.line {
	width: 110px;
}


.license_third_button {
	width: 100%;
}

.works_attention {
	margin-top: 35px;
}

.works_attention .heading__Lv2 {
	font-size: 36px;
}

.shikaku_desc a {
	margin-right: auto;
}

.works_flex_specialist {
	padding: 0;
}

.works_flex_specialist_item p span {
	text-align: right;
	display: block;
	margin-top: 10px;
}

.license_third_title {
	font-size: 40px;
}

.license_third_button a {
	font-size: 21px;
}

/* エンディングノートウェビナー */
.ed_webiner_flex .webiner_banner {
	width: 260px;
	margin-right: 20px;
}

.webiner_content {
	min-width: 450px;
}

.webiner_contents {
	/* position: relative; */
	margin-top: 50px;
}

.webiner_contact_bnr {
	position: fixed;
	z-index: 999;
	bottom: 20px;
	right: 90px;
	width: 144px;
	height: 144px;
	border: 3px solid #80b854;
	background-color: #fffce3;
	border-radius: 50%;
	font-family: "GenJyuuGothic", sans-serif;
	font-weight: 700;
}

.webiner_contact_bnr a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	flex-direction: column;
	border-radius: 50%;
	line-height: 1.5;
	text-align: center;

}

.webiner_contact_bnr span {
	color: #dd6b8b;
	font-size: 1.3em;
}

.webiner_contact_bnr img {
	display: block;
}

.webiner_contact_bnr_sp {
	display: none;
}

.sub_title {
	margin-top: 10px;
	text-align: center;
}


@media screen and (max-width: 1024px) {
	.ed_webiner_flex .webiner_banner {
		width: 100%;
	}

	.webiner_content {
		margin-top: 10px;
		min-width: 100px;
	}

	.webiner_contact_bnr {
		display: none;
	}

	.webiner_contact_bnr_sp,
	.webiner_contact_bnr_sp a {
		display: block;
		text-align: center;
		font-family: "GenJyuuGothic", sans-serif;
	}

	.webiner_contact_bnr_sp {
		position: fixed;
		bottom: 66px;
		left: 0;
		width: 100%;
		border: 4px solid #80b854;
		background-color: #fffce3;
		padding: 8px 16px;
		box-sizing: border-box;
		font-weight: 700;
		z-index: 999;
		font-size: 18px;
	}

	.webiner_contact_bnr_sp span {
		color: #dd6b8b;
		font-size: 25px;
	}
}

/* 10大都市イベント */

.events-img{
	width: 87%;
	margin: 0 auto;
	display: block;
}

.events-btn{
	margin: 30px 0;
}

.btn-key2_pnk{
	font-size: 28px;
	background: #E67FA3;
	border-color: #de5484;
}


/* 資格ページ、デザイン調整 */
.license__type-listItem:last-child,
.license__type-listItem:nth-last-child(2) {
	width: calc((100% / 3) - 30px);
	margin: 35px 15px 0;
	letter-spacing: 0.04em;
	display: flex;
	flex-direction: column;
	padding: 0;
	border: none;
}

.license__type-listItem:last-child h3,
.license__type-listItem:nth-last-child(2) h3 {
	width: 100%;
	flex-shrink: 0;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.6;
	margin: 5px 0;
}

.license__type-listItem:last-child div,
.license__type-listItem:nth-last-child(2) div {
	margin-left: 0;
}

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

	.license__type-listItem:last-child,
	.license__type-listItem:nth-last-child(2) {
		width: 100%;
		margin: 35px 0 0;
	}
}

/* セミナーバナー非表示 */
.wp-image-3340 {
	display: none;
}

/* 20260216 画像文字テキスト化・h1追加 */
.scn-mv-text-wrap {
  width: 100%;
  text-align: center;
  container-type: inline-size;
  font-weight: bold;
  margin-bottom: 20px;
}

.scn-mv-text-inner {
  max-width: 420px;
}

.scn-mv-text-upper {
  font-size: 2.5rem;
  letter-spacing: 0.3cqw;
  line-height: 4rem;
  margin-bottom: 20px;
}

.scn-mv-text-upper p {
  margin: 0;
}

.scn-green {
  color: #75b44e;
}

.scn-pink {
  color: #e67fa3;
}

.scn-s {
  font-size: 80%;
}

.scn-mv-text-upper .scn-dotted-line {
  border-bottom: 3px dotted;
}

.scn-mv-text-wrap h1 {
  font-size: 105%;
}

.scn-mv-text-wrap h1,
.plan__mv .scn-mv-text-wrap p {
  max-width: 100%;
}

.plan__mv p.scn-fine {
  font-weight: normal;
  font-size: 95%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .scn-mv-text-upper {
    font-size: 1.8rem;
    line-height: 2.5rem;
  }

  .scn-mv-text-lower {
    font-size: 13px;
    font-weight: normal;
    line-height: 1.3;
  }
}

/* 20260304 画像内文字テキスト化 */
.scn-convert-text.top-num-people {
	padding-top: 10px;
}

.scn-convert-text p {
	display: inline;                  
	background: linear-gradient(transparent 60%,
			#fff390 60%);
}

.scn-convert-text span {
	color: #75b44e;
}

.scn-convert-text.top-num-people span {
	font-size: 4.5rem;
}

.scn-convert-text p {
	display: inline;
	background: linear-gradient(transparent 60%, #fff390 60%);
}

.scn-convert-text span {
	color: #75b44e;
}

.scn-convert-text.sub-price span {
	font-size: 2.5rem;
}

.scn-convert-text.sub-price span.scn-zero {
	font-size: 4rem;
}

/* 20260304 三冠達成 */
.scn-sectionCommendedList {
	display: flex;
}

.scn-sectionCommendedListItem {
	width: calc((100% / 3) - 50px);
	background: #fff;
	border-radius: 20px;
	padding: 20px 15px 25px;
	margin: 0 25px;
	position: relative;
	letter-spacing: 0.04em;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: bold;
}

.scn-sectionCommendedListItemttl {
	color: #e67fa3;
	margin-bottom: 10px;
}

.scn-sectionCommendedListItemttl span {
	font-size: 180%;
	display: block;
}

@media screen and (max-width: 1024px) {
	.scn-sectionCommendedList {
		flex-direction: column;
	}
	.scn-sectionCommended {
		flex-direction: column;
		margin: 0 0 50px;
	}

	.scn-sectionCommendedListItem {
		width: 100%;
		margin: 20px 0 0;
	}
}

/* 20260304 ページトップへ戻るボタン */
html {
	scroll-behavior: smooth;
}

.scn-to-pagetop {
	opacity: 0;
	transition: .3s;
}

.scn-to-pagetop.fixed-pos {
	opacity: 1;
	transition: .3s;
}

.scn-to-pagetop.fixed-pos .pagetop {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	background: #75B44E;
	border-radius: 25%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}

.scn-to-pagetop .pagetop__arrow {
	height: 10px;
	width: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translateY(20%) rotate(-45deg);
}

@media screen and (max-width: 1024px) {
	.scn-to-pagetop.fixed-pos .pagetop {
		right: 10px;
		bottom: 80px;
	}
/* 20260216 メニュー調整 */
.scn-header_menuItem_flexbox {
	display: flex;
	justify-items: flex-start;
	align-items: flex-start;
}
.scn-header_menuItem_m03 {
	margin: 5px 0 0 8px !important;
}
.scn-header_menuItem_m02 {
	margin: 0 0 0 8px !important;
}
.scn-header_menuItem_m {
	margin-top: 5px;
}
.scn-header_menuItem_br {
	display: none;
}
@media screen and (max-width: 1024px) {
	.active_drop.dropdown.scn-header_menu_maxh {
		max-height: 700px;
	}
	.scn-header_menuItem_flexbox {
		align-items: center;
	}
	.scn-header_menuItem_m {
		margin: 0;
	}
	.scn-header_menuItem_br {
		display: block;
	}
}
.scn-maxWidth {
	max-width: 930px;
}

/* 20260309 資料請求ページ改修 */
.contactTelBox {
  margin: 0 auto 28px;
  padding: 22px 20px;
  background: #f7f2e9;
  border-radius: 14px;
  text-align: center;
  max-width: 640px; /* フォーム幅に合わせる */
}

.contactTelBox__lead {
  margin: 0 0 12px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.4;
  color: #4E3516;
}

.contactTelBox__tel {
  display: inline-block;
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  color: #222;
}

.contactTelBox__time {
  margin: 10px 0 0;
  font-size: 13px;
  opacity: .8;
}

/* PCではスマホ用テキストを非表示 */
.sp-btn-text,
.contactTelBox__click {
  display: none;
}

.pc-num {
  display: inline-block;
}

/* =================================================
   スマホ用設定（ボタン化・出し分け）
   ================================================= */
@media (max-width: 767px) {
  /* PC用の番号を隠す */
  .pc-num {
    display: none !important;
  }

  /* 外枠をオレンジのボタンにする */
  .contactTelBox__tel {
    display: block !important;
    width: 100% !important;
    max-width: 340px;
    margin: 10px auto !important;
    padding: 16px 0 !important;
    background: #d96c00 !important;
    border-radius: 999px !important;
    color: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    line-height: 1 !important;
  }

  /* ボタン内の文字（二重装飾を完全に防ぐ） */
  .sp-btn-text {
    display: inline-block !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    color: #fff !important;
  }

  /* 誘導テキストを表示 */
  .contactTelBox__click {
    display: block !important;
    margin: 10px 0 0 !important;
    font-size: 15px !important;
    font-weight: 700;
    color: #4E3516;
    text-align: center;
  }

  /* フォーム周りの余白微調整 */
  .form__item dd {
    margin-bottom: 10px;
  }
}

/* メールアドレス項目下の余白調整（PC用） */
@media (min-width: 768px) {
  .form__item.is-mail {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}



/* =================================================
   メールアドレスフォーム欄編集用
   ================================================= */


/* メール欄の下：電話案内（PC/SP 出し分け） */
.req-tel{
  display:block;
  margin-top:8px;
  font-size:15px;
  line-height:1.6;
  color:#4E3516;
}

/* PC：テキストだけ */
.req-tel--pc{
  display:block;
}

/* SP：デフォルトは隠す（PC表示時） */
.req-tel--sp{
  display:none;
  text-decoration:none;
}

/* モバイルだけ */
@media (max-width: 767px){
  .req-tel--pc{
    display:none;
  }

  .req-tel--sp{
    display:block;            
    width:100%;
    box-sizing:border-box;
    margin-top:10px;
  }

  .req-tel-text{
    display:block;
    font-size:14px;
    margin-bottom:8px;
    color:#4E3516;
  }

  .req-tel-btn{
    display:block;
    width:100%;
    box-sizing:border-box;
    text-align:center;
    padding:14px 16px;
    border-radius:999px;
    background:#E56B87;
    color:#fff;
    font-size:16px;
    font-weight:700;
  }
}

.events-img{
	width: 87%;
	margin: 0 auto;
	display: block;
}