@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

/* 共通 */
html {
	scroll-behavior: smooth;
	scroll-padding-top: 150px;
}
.title01 .epb-advanced-headling__inner {
	position: relative;
}
.title01 .epb-advanced-headling__inner h2 {
	position: absolute;
	bottom: 0;
}
.title01 .epb-advanced-headling__inner .epb-advanced-headling__sub-text {
	letter-spacing: 0;
	opacity: 0.1;
}
.vertical-line {
	width: 1px;
	height: 80px;
	margin: -40px auto 0;
	background-color: #222;
}

/* ヘッダー */
.l-header {
	position: fixed!important;
	width: 100%;
	top: 20px!important;
	padding: 0 40px;
}
.l-header .l-header-row {
	padding: 0 26px;
	background: rgba(255, 255, 255, 0.9)!important;
	border-radius: 4px;
	box-shadow: 0px 5px 25px -5px rgba(0, 0, 0, 0.12);
}
.l-header .l-header-row .l-content {
	width: auto;
}
.l-header .l-header-row .l-content .header-menu a {
	color: #222;
}
.l-header .l-header-row .l-content .header-menu a:hover {
	opacity: 0.7;
}
.l-header .l-header-row .l-content .header-menu #menu-item-40 a {
	font-weight: bold;
	height: auto;
	margin-left: 10px;
	padding: 4px 20px;
	flex-direction: row;
	align-items: center;
	border: 2px solid #222;
	border-radius: 64px;
}
.l-header .l-header-row .l-content .header-menu #menu-item-40 a::before {
	font-family: 'icomoon';
	font-size: 20px;
	color: #222;
	content: '\e972';
	margin-right: 8px;
}
@media screen and (min-width: 600px) {
	.l-header .l-header-row .l-content .site-logo__img-common {
		height: 47px;
	}
}
@media screen and (max-width: 767px) {
	.l-header {
		top: 16px!important;
		padding: 0 16px;
	}
	.l-header .l-header-row {
		padding: 0;
	}
}

/* アイキャッチ */
.archive-header-full-width,
.article-header-full-width {
	background-color: #222;
}
.archive-header-full-width__inner,
.article-header-full-width__inner {
	top: auto;
	bottom: 50px;
}
.archive-header-full-width__inner .archive-title,
.article-header-full-width__inner .article-title {
	font-size: 64px;
	line-height: 1;
}
.archive-header-full-width__inner .archive-title__sub,
.article-header-full-width__inner .article-title__sub {
	font-size: 24px;
}
@media screen and (max-width: 767px) {
	.archive-header-full-width__inner,
	.article-header-full-width__inner {
		bottom: 30px;
	}
	.archive-header-full-width__inner .archive-title,
	.article-header-full-width__inner .article-title {
		font-size: 28px;
	}
	.archive-header-full-width__inner .archive-title__sub,
	.article-header-full-width__inner .article-title__sub {
		font-size: 16px;
	}
}

/* パンくず */
.breadcrumb {
	color: #fff;
	width: 100vw;
	margin-top: 0;
	margin-left: calc(50% - 50vw);
	padding: 150px 30px 22px;
	background-color: #222;
}
#contents:has(.archive-header-full-width) > .l-content > .breadcrumb,
#contents:has(.article-header-full-width) > .l-content > .breadcrumb {
	padding: 22px 30px;
}
.breadcrumb nav {
	max-width: 1180px;
	margin: 0 auto;
}
.breadcrumb__item a,
.breadcrumb__inner .icon-chevron-right {
	color: #fff!important;
}
@media screen and (max-width: 767px) {
	.breadcrumb {
		padding: 100px 26px 16px;
	}
}

/* フッターセクション */
.footer_banner  {
	width: 100vw;
	margin-top: 80px;
	margin-left: calc(50% - 50vw);
}
.footer_banner .epb-banner__wrapper {
	display: block;
}
.footer_banner .epb-banner__link {
	height: 300px;
}
.footer_banner .epb-banner__link:after {
	background: rgba(0,0,0,0.4)!important;
}
.footer_banner .epb-banner__link img {
	object-fit: cover;
}
.footer_banner .epb-column:first-child .epb-banner__link img {
	object-position: center top;
}
.footer_banner .epb-banner__inner {
	padding: 24px 56px;
}
.footer_banner .epb-banner__inner:after {
	font-family: "icomoon" !important;
	content: "\e953";
	color: #fff;
	font-size: 40px;
	line-height: 1;
	position: absolute;
	right: 56px;
	bottom: 24px;
}
.footer_banner .epb-banner__inner h2 {
	font-size: 32px;
}
@media screen and (max-width: 767px) {
	.footer_banner .epb-banner__link {
		height: 250px;
	}
}

/* フッター 共通 */
.l-footer__inner a {
	transition: 0.3s;
}
.l-footer__inner a:hover {
	opacity: 0.8;
}
.site-copyright {
	padding-bottom: 100px;
}
.site-copyright * {
	color: #aaa!important;
}
.l-footer__inner .u-row-wrap {
	flex-wrap: nowrap;
}
.l-footer__inner {
	padding: 100px 0;
}

/* フッター 左 */
.l-footer__inner #block-7,
.l-footer__inner #block-9 {
	max-width: 200px;
}
.l-footer__inner .column-5 {
	max-width: 350px;
	margin-right: 50px;
	border-right: 1px solid #333;
}

/* フッター 右 */
.l-footer__inner .footer_nav {
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #333;
}
.l-footer__inner .footer_service .epb-column:first-child {
	max-width: 150px;
}
@media screen and (min-width: 768px) {
	.l-footer__inner .column-7 {
		width: calc(100% - 400px);
	}
}

/* フッター SP */
.l-footer__inner #block-12,
.l-footer__inner #block-14 {
	max-width: 200px;
	margin-left: auto;
	margin-right: auto;
}
.l-footer__inner #block-13 {
	text-align: center;
}

/* 監修者パーツ */
.author-card {
	border: 1px solid #000;
	border-radius: 10px;
	background-color: #fff!important;
}
.author-card__title {
	color: #fff;
	font-weight: normal;
	display: inline-block;
	padding: 4px 20px;
	margin-bottom: 20px;
	border-radius: 20px;
	background-color: #000;
}
.author-sns__item i:before {
	font-size: 24px;
	padding: 4px;
	border-radius: 30px;
}
.author-sns__item i.icon-x:before {
	color: #fff;
	background-color: #000;
}
.author-profile_link {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 4px 0 4px 10px;
	border: 1px solid #000;
	border-radius: 30px;
}
.author-profile_link:after {
	font-family: "icomoon" !important;
	font-size: 20px;
	content: "\e941";
	margin-left: 10px;
}
.author-card__avatar .avatar {
	width: 100px;
	height: 100px;
	border-radius: 0;
}
@media screen and (max-width: 767px) {
	.author-card {
		text-align: center;
	}
	.author-card__description > p {
		text-align: left;
	}
}

/* spドロワーメニュー */
.drawer-menu .hamburger-close-menu {
	margin-right: 0;
}
.drawer-menu .hamburger-close-line span {
	background-color: #fff!important;
}
.drawer-menu {
	font-size: 15px;
	background-color: #333!important;
}
.drawer-menu .drawer-menu__nav {
	padding: 0 24px;
}
.drawer-menu .drawer-menu__nav .menu-item {
	padding-left: 0!important;
}
.drawer-menu .drawer-menu__nav .menu-item a {
	color: #fff;
}
.drawer-menu .drawer-menu__nav .menu-item a::before {
	content: none!important;
}
.drawer-menu .drawer-menu__nav .menu-item .drawer-menu_service_sub {
	margin: 10px 0 10px 10px;
	padding-left: 22px;
	border-left: 1px solid #aaa;
}
.drawer-menu .drawer-menu__nav .menu-item .drawer-menu_service_sub dl:first-child {
	margin-bottom: 20px;
}
.drawer-menu .drawer-menu__nav .menu-item .drawer-menu_service_sub dt a {
	font-size: 14px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.drawer-menu .drawer-menu__nav .menu-item .drawer-menu_service_sub dd {
	color: #999;
	font-size: 12px;
	line-height: 1.5;
}
.drawer-menu .drawer-menu__nav .menu-item .drawer-menu_contact-button {
	color: #333;
	font-weight: bold;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	background-color: #fff;
	border-radius: 4px;
}
.drawer-menu .drawer-menu__nav .menu-item .drawer-menu_contact-button:after {
	font-family: "icomoon" !important;
	content: "\e972";
}

/* トップページ アイキャッチ */
.home .header-eyecatch {
	position: static;
	display: flex;
	flex-direction: column-reverse;
	height: auto;
}
.home .header-eyecatch__item {
	position: static;
	transform: none;
}
.home .header-eyecatch__item .column-6 {
	width: calc(100% - 32px);
	max-width: 1260px;
	margin-right: 0;
}
.home .header-eyecatch__item .header-eyecatch__form {
	padding: 200px 0 60px;
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_left h1 {
	font-size: 68px;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_left p {
	font-size: 18px;
	font-weight: bold;
	line-height: 2.2;
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 15px;
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right li a {
	color: #333;
	font-size: 23px;
	font-weight: bold;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: center;
	width: 272px;
	height: 63px;
	border: 2px solid #222;
	border-radius: 12px;
	box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.2);
	transition: .3s cubic-bezier(.4,.4,0,1);
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right li a:hover {
	transform: translateY(2px);
	box-shadow: none;
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right li a::before {
	font-family: 'icomoon';
	font-size: 20px;
	color: #222;
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right li.contact a::before {
	content: '\e972';
}
.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right li.company a::before {
	content: '\e95d';
}
@media screen and (min-width: 1050px) {
	.home .header-eyecatch__item .header-eyecatch__form {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
}
@media screen and (max-width: 1049px) {
	.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right {
		flex-direction: row;
		margin-top: 30px;
	}
}
@media screen and (max-width: 767px) {
	.home .main-visual__background {
		height: 250px;
	}
	.home .header-eyecatch__item .header-eyecatch__form .eyecatch_left h1 {
		font-size: 31px;
	}
	.home .header-eyecatch__item .header-eyecatch__form .eyecatch_left p {
		font-size: 14px;
	}
	.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right {
		flex-direction: column;
	}
	.home .header-eyecatch__item .header-eyecatch__form .eyecatch_right li a {
		font-size: 19px;
		width: 220px;
		height: 60px;
	}
}
@media screen and (max-width: 599px) {
	.home .header-eyecatch__item .header-eyecatch__form {
		padding: 80px 0 60px;
	}
}

/* トップページ Our Strengths */
.home .our-strengths .epb-panel-number__item {
	font-style: italic;
	border-radius: 0px 0px 8px 0px;
}
@media screen and (max-width: 767px) {
 .home .icon_list img {
		width: 70px!important;
	}
}

/* トップページ CASE */
.home .case a img {
	height: 180px;
	object-fit: cover;
	transition: 0.3s;
}
.home .case a:hover img {
	opacity: 0.8;
}
.home .case .business {
	display: inline-block;
}

/* トップページ NEWS */
.home .news_arrow .epb-read-more__icon {
	box-shadow: 0px 20px 20px -10px rgba(0,0,0,0.2);
}

/* トップページ FLOW */
.home .flow {
	max-width: 840px;
}
@media screen and (max-width: 767px) {
	.home .flow {
		grid-template-columns: auto 30%!important;
	}
	.home .flow span strong {
		display: block;
	}
}

/* トップページ FAQ */
.home .faq {
	max-width: 800px;
	margin: 0 auto;
}
.home .faq dt {
	padding: 15px 20px;
	border-radius: 50px!important;
}
.home .faq dd {
	padding: 0 20px 15px;
}

/* 会社情報ページ */
.company_staff figure img {
	border-radius: 12px;
}
.company_profile td {
	font-size: 14px;
	padding-top: 12px!important;
	padding-bottom: 12px!important;
	border-color: #ddd!important;
}
.company_profile td:first-child {
	font-weight: bold;
	white-space: nowrap;
}

/* お問い合わせ・セミナー申し込み */
.wpcf7-form .required {
	color: #f23a3c;
	margin-left: 5px;
}
.wpcf7-form .contact_item {
	margin-bottom: 20px;
}
.wpcf7-form .privacy-policy {
	font-size: 12px;
	text-align: center;
	margin: 50px 0 16px;
}
.wpcf7-form .privacy-policy a {
	text-decoration: underline!important;
}
.wpcf7-form .contact_button {
	text-align: center;
}
.wpcf7-form .contact_button input[type="submit"] {
	font-weight: bold;
	width: 240px;
	padding: 15px 0;
}
.wpcf7-response-output {
	border-color: #222!important;
}
.wpcf7-form:has(.contact_seminar) {
	font-size: 13px;
	padding: 40px;
	border: 1px solid #acacac;
	border-radius: 8px;
}
.wpcf7-form .contact_seminar .name {
	display: flex;
	gap: 30px;
}
.wpcf7-form .contact_seminar .name p,
.wpcf7-form .contact_seminar .name .contact_item {
	margin: 0;
}
.wpcf7-form .seminar_button input[type="submit"] {
	font-weight: bold;
	background-color: #FF7A59;
}

/* 記事一覧 */
.article-info .cat-name {
	position: static!important;
}

/* 投稿ページ */
body.single .article p {
	line-height: 1.5;
	margin-top: 20px;
}
body.single .article ul {
	margin-top: 20px;
}

/* セミナー一覧 */
@media screen and (max-width: 767px) {
	.seminar_cat-list {
		gap: 10px!important;
	}
	.seminar_cat-list .epb-advanced-button-wrapper {
		width: auto;
	}
}
.seminar_cat-list