@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body, html {
	height: 100%;
	font-family: 'Helvetica Neue', sans-serif;
}
body {
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
}
h2 {
	margin-bottom: 60px;
    font-size: 36px;
    font-weight: 600;
	text-align: center;
    color: #222;
}
.wrap {
    display: block;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 750px) {
	/* h2 {
		font-size: 27px;
	} */
}

/** header
******************************/
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
    background-color: #fff;
	padding: 20px 40px 20px 20px;
	transition: background-color 0.4s ease;
}
.header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
}
.logo img {
    height: 40px;
    width: auto;
    display: block;
}
.nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 48px;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}
.nav a {
	text-decoration: none;
	color: #333;
}
.nav .cta {
	background: linear-gradient(to right, #ff6a00, #ff4500);
    color: #fff;
    padding: 12px 16px;
    border-radius: 4px;
}

/** スクロール後 **/
.site-header.scrolled {
	background-color: #fff;
}
.scrolled .nav a {
	color: #333;
}
.scrolled .nav a:last-child {
	color: #FFF;
}

@media (max-width: 750px) {
	.hamburger {
		display: flex;
	}
	.hamburger {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 25px;
		height: 25px;
		position: relative;
		cursor: pointer;
		z-index: 1100;
	}
	.hamburger.active span {
		background-color: #333;
	}

	.hamburger span {
		display: block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: #333;
		transition: 0.5s ease;
		border-radius: 2px;
	}
	.hamburger span:nth-child(1) {
		top: 4px;
	}
	.hamburger span:nth-child(2) {
		top: 11px;
	}
	.hamburger span:nth-child(3) {
		top: 18px;
	}

	/** 開いた時の状態 **/
	.hamburger.active span:nth-child(1) {
		transform: rotate(45deg);
		top: 11px;
	}
	.hamburger.active span:nth-child(2) {
		opacity: 0;
	}
	.hamburger.active span:nth-child(3) {
		transform: rotate(-45deg);
		top: 11px;
	}
	.nav {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		background: #fff;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		padding: 20px 0;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		height: 100vh;
		gap: 40px;
	}
	.nav a {
		font-size: 17px;
		color: #333;
	}
	.nav.open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}
	/** 開いた時の状態 **/
	.site-header.scrolled .hamburger span {
		background: #333;
	}
}


/** 会社概要
******************************/
.company_table {
	max-width: 900px;
	margin: 120px auto 80px;
	padding: 0 20px;
}
.company_table table {
	width: 100%;
	border-collapse: collapse;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 14px;
	color: #333;
}
.company_table-th,
.company_table-td {
	vertical-align: top;
	padding: 16px 12px;
	border-bottom: 1px solid #e0e0e0;
}
.company_table-th {
	width: 160px;
	font-weight: normal;
	color: #555;
	text-align: left;
	white-space: nowrap;
}
.company_table-td {
	line-height: 1.8;
}
.company_table-td a {
	color: #0073e6;
	text-decoration: underline;
}

@media screen and (max-width: 600px) {
	.company_table-th,
	.company_table-td {
		display: block;
		width: 100%;
		padding: 10px 0;
	}
	.company_table-th {
		font-weight: bold;
		margin-top: 20px;
	}
	.company_table table {
		border: none;
	}
}


/** 特定商取引法に基づく表記
******************************/
#privac .privacy_list {
	padding: 30px 0;
}
#privacy dl {
	margin-bottom: 30px;
}
#privacy dl dt {
	margin-bottom: 6px;
	padding-bottom: 6px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: solid 1px #e0e0e0;
}


/** サービス
******************************/
h3 {
	font-size: 21px;
    font-weight: bold;
    padding-left: 10px;
    border-left: solid 3px #32cabd;
    margin-bottom: 10px;
}
.page_sec {
	height: 240px;
	background-color: #e1e1e1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_sec h2 {
	margin: 0;
}
#marketing,
#consulting,
#sns_consulting {
	padding: 70px 0;
}
.service_img {
	display: block;
	max-width: 1480px;
	width: 100%;
	margin: 0 auto 30px;
}
.service_img img {
	width: 100%;
}
.option-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	font-size: 16px;
	line-height: 1.6;
}
.option-table th,
.option-table td {
	border: 1px solid #ccc;
	padding: 15px 10px;
	vertical-align: top;
	text-align: left;
}

.option-table td:first-child {
	font-weight: bold;
}

.option-table th {
	background-color: #f4f4f4;
	font-weight: bold;
	white-space: nowrap;
}
.option-table colgroup col:nth-child(1) {
	width: 25%;
}
.option-table colgroup col:nth-child(2) {
	width: 50%;
}
.option-table colgroup col:nth-child(3) {
	width: 25%;
}
#marketing h3,
#consulting h3,
#sns_consulting h3{
	margin-bottom: 15px;
	font-size: 27px;
	font-weight: bold;
	color: #111;
}
.section-description {
	margin-bottom: 100px;
	font-size: 15px;
	line-height: 1.9;
	color: #333;
}
.service-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.service-list li {
    flex: 1 1 calc(50% - 20px);
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
    box-sizing: border-box;
}
.service-list .service-list-title {
	display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}
.service-list .icon {
	display: flex;
	align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 12px;
	font-size: 28px;
    background-color: #eaf0f5;
    border-radius: 50%;
}
.service-list h4 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: bold;
}
.service-list p {
	font-size: 15px;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.option-table {
		font-size: 14px;
	}
	.service-list li {
		flex: 1 1 100%;
	}
}


/** footer
******************************/
footer {
	background-color: #1f1f1f;
	color: #eee;
	padding: 40px 20px;
	font-family: 'Helvetica Neue', sans-serif;
	font-size: 14px;
}
.footer-wrap {
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 30px;
}
.footer-left {
	flex: 1;
	min-width: 280px;
}
.footer-logo {
	width: 120px;
	margin-bottom: 16px;
}
.footer-left p {
	line-height: 1.8;
	color: #ccc;
}
.footer-right {
	flex: 1;
	min-width: 280px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.footer-menu,
.footer-policy {
	display: flex;
    justify-content: flex-end;
	width: 100%;
	gap: 20px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 10px 0;
}
.footer-menu a,
.footer-policy a {
	color: #ddd;
	text-decoration: none;
	font-size: 14px;
}
.footer-menu a:hover,
.footer-policy a:hover {
	text-decoration: underline;
}
.footer-copy {
	width: 100%;
	margin-top: 20px;
	font-size: 12px;
	color: #aaa;
	text-align: right;
}

@media screen and (max-width: 768px) {
	.footer-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
	.footer-menu,
	.footer-policy {
		flex-direction: column;
		gap: 6px;
	}
}







