@charset 'UTF-8';

/* ========================================
	Founfation (id推奨)
========================================= */

html {
	font-size: 100%;
}

body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
	font-size: 1rem;
	font-feature-settings: "palt";
	color: #333;

	&.home.ja {
		font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
		font-feature-settings: initial;
	}

	&.page-id-5396 {
		font-family: "Figtree", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
		font-feature-settings: initial;
	}
}

body.menuopen {
	position: fixed;
	left: 0;
	overflow: hidden;
	width: 100%;
}

picture {
	display: block;
	width: 100%;
	height: auto;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

a,
button {
	padding: 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

a:hover,
button:hover {
	opacity: 0.7;
}

/* ========================================
	Project(コンテンツを構成する具体的な要素)
	命名規則: .p-
========================================= */

/*----- TOP FVカスタマイズ -----*/

#l-top__fv {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4.375rem 0 11.25rem;
}

.ja #l-top__fv {
	padding: 5.1875rem 0 5.625rem;

	& .c-container {
		max-width: 1170px;
	}
}

.p-top__fv__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto 9.6875rem;
	padding: 0 8.125% 0 7%;
	justify-content: space-between;
}

.ja .p-top__fv__flexbox {
	justify-content: center;
	margin: 0 auto;
	padding: 0;
}

.p-top__fv__illust {
	width: 23.084026%;
	height: auto;
}

.ja .p-top__fv__illust {
	width: 20.85%;
	margin-right: 5.98%;
}

.p-top__fv__textbox {
	width: 72.2%;
	height: auto;
	padding-top: 3.125rem;
}

.ja .p-top__fv__textbox {
	width: max-content;
	height: auto;
	padding-top: 2.19rem;
}

.p-top__fv__pagetitle {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.ja .p-top__fv__pagetitle {
	font-size: 2.75rem;
	font-weight: 700;
	line-height: calc(53 / 44);
	letter-spacing: 0.05em;
}

.p-top__fv__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: calc(44 / 24);
	letter-spacing: 0.05em;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 1.5625rem auto 0;
	white-space: nowrap;
}

.ja .p-top__fv__text {
	margin: 1.875rem auto 0;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: calc(34 / 20);
	letter-spacing: 0.03em;
	white-space: wrap;
}

.p-top__fv__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 1.875rem auto 0 12.3%;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.ja .p-top__fv__linkbtn {
	width: 20.625rem;
	height: 4rem;
	margin: 1.875rem auto 0 0;
	border-radius: 0.75rem;
	background: #2ebc00;
	font-weight: 700;
}

.p-top__fv__linkbtn .icon {
	width: 1.125rem;
	height: auto;
	margin: 0.625rem 0.625rem 0.625rem 0;
}

.ja .p-top__fv__linkbtn .icon {
	width: 1.25rem;
	margin: 0 0.5rem 0 0;
}

.p-top__fv__messagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top__fv__message {
	font-size: 3.25rem;
	font-weight: 700;
	display: inline-block;
	margin: 0 auto 2.375rem;
	line-height: 1;
	letter-spacing: 0.05em;
	text-align: center;
}

.p-top__fv__smallmessage {
	font-size: 1.125rem;
	font-weight: 400;
	line-height: 1;
	position: relative;
	display: inline-block;
	letter-spacing: 0.05em;
	color: #333;
}

.p-top__fv__smallmessage:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 12.375rem;
	height: 3.1875rem;
	content: "";
	-webkit-transform: translate(53%, 100%);
	transform: translate(53%, 100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

/*----- TOP Processカスタマイズ -----*/

.l-top__process {
	position: relative;
	width: 100%;
	height: auto;
	padding: 3.75rem 0;
	background-color: #95bf47;
}

.p-top__process__content {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 5rem 2rem 3.75rem;
	background-color: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.p-top__process__content__toptext {
	font-size: 2rem;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-top__process__content__title {
	margin: 1.875rem auto 0;
	font-size: 3.25rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-top__process__content__text {
	margin: 2.1875rem auto 0;
	font-size: 1rem;
	color: #333;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.p-top__process__content__chart {
	width: 90%;
	max-width: 877px;
	height: auto;
	margin: 2.1875rem auto 0;
}

.p-top__process__ornament {
	position: absolute;
	top: -1px;
	left: 50%;
	transform: translateX(-50%);
	width: 8.125rem;
	height: auto;
}

/*----- TOP Featureカスタマイズ -----*/

.l-top__feature {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 6.875rem 0 7.5rem;
}

.p-top__feature__toptext {
	font-size: 2rem;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-top__feature__title {
	margin: 1.875rem auto 0;
	font-size: 3.25rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: calc(72 / 52);
	letter-spacing: 0.05em;
}

.p-top__feature__boxes {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 3.125rem auto 0;
}

.p-top__feature__box {
	width: 50%;
	padding: 3.75rem;
}

.p-top__feature__box:nth-child(even) {
	border-left: 1px solid #cccccc;
}

.p-top__feature__box:nth-child(n + 3) {
	border-top: 1px solid #cccccc;
}

.p-top__feature__box__title {
	border-left: 5px solid #95bf47;
	padding-left: 8px;
	font-size: 1.625rem;
	color: #333;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-top__feature__box__chart {
	width: 100%;
	height: auto;
	margin: 2rem auto 0;
}

.p-top__feature__box__text {
	margin: 1.875rem auto 0;
	font-size: 1rem;
	color: #333;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

/*----- TOP Growthカスタマイズ -----*/

.l-top__growth {
	width: 100%;
	height: auto;
	margin: 0 auto;
	/*padding: 6.875rem 0 7.5rem;*/
	padding: 0 0 7.5rem;
}

.p-top__growth__title {
	font-size: 3.25rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: calc(72 / 52);
	letter-spacing: 0.05em;
}

.p-top__growth__content_container {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 3.75rem auto 0;
}

.p-top__growth__content_container:not(:first-of-type) {
	margin: 4.375rem auto 0;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 5rem;
}

.p-top__growth__smalltitlebox {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: auto;
}

.p-top__growth__smalltitlebox:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	z-index: 1;
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
}

.p-top__growth__smalltitle {
	position: relative;
	z-index: 2;
	padding: 0 0.875rem;
	background-color: #fff;
	font-size: 1.5rem;
	color: #333;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-top__growth__contentboxes {
	width: 100%;
	height: auto;
}

.p-top__growth__contentbox {
	display: flex;
	align-items: center;
	width: 100%;
	height: auto;
}

.p-top__growth__contentbox__imagearea {
	flex: 1;
}

.p-top__growth__contentbox__textarea {
	width: 53.5%;
}

.p-top__growth__contentbox__title {
	border-left: 6px solid #95bf47;
	padding-left: 0.8125rem;
	font-size: 1.625rem;
	font-weight: 700;
	color: #333;
	line-height: calc(36 / 26);
	letter-spacing: 0.05em;
}

.p-top__growth__contentbox__text {
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}

.p-top__growth__contentbox__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 16.25rem;
	height: 4.25rem;
	margin: 1.5625rem auto 0 0;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-small.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-top__growth__contentbox__link .icon {
	position: absolute;
	top: 50%;
	right: 1.6875rem;
	transform: translateY(-50%);
	width: 10px;
	height: auto;
}

.p-top__growth__contentbox.u-1stbox {
	margin-top: 3.125rem;
}

.p-top__growth__contentbox.u-1stbox .p-top__growth__contentbox__image {
	width: 37.2%;
	height: auto;
	margin: 0 auto 0 23.87%;
}

.p-top__growth__contentbox.u-2ndbox {
	margin-top: 4.6875rem;
}

.p-top__growth__contentbox.u-2ndbox .p-top__growth__contentbox__image {
	width: 59.78%;
	height: auto;
	margin: 0 auto 0 12.9%;
}

.p-top__growth__contentbox.u-3rdbox {
	margin-top: 5.625rem;
}

.p-top__growth__contentbox.u-3rdbox .p-top__growth__contentbox__imagearea {
	padding-bottom: 0.625rem;
}

.p-top__growth__contentbox.u-3rdbox .p-top__growth__contentbox__image {
	width: 66.236559%;
	height: auto;
	margin: 0 auto 0 9.677%;
}

/*----- TOP Newsカスタマイズ -----*/

.l-top__news {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 4.5rem 0 8.1875rem;
	/* 	background-color: #f7f8f7; */

	& .c-container {
		max-width: 1170px;
	}
}

.l-top__news .p-top__news__title {
	display: flex;
	align-items: center;
	font-size: 4rem;
	font-weight: 800;
	color: #092300;
	line-height: calc(77 / 64);
	text-align: left;
	letter-spacing: 0;

	& span {
		display: block;
		margin-left: 1.875rem;
		font-size: 1.25rem;
		font-weight: 900;
		color: #2ebc00;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
}

.p-top__news__list {
	border-top: 1px solid #ccc;

	& li {
		display: flex;
		align-items: center;
		gap: 10px;
		padding: 15px 0;
		border-bottom: 1px solid #ccc;
	}

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

.p-top__news__list__date {
	min-width: 90px;
}

.p-top__news__list__cate {
	font-size: 14px;

	& a {
		display: inline-block;
		line-height: 1;
		padding: 6px 10px;
		border-radius: 100px;
		border: 1px solid #2ebc00;
		color: #2ebc00;
		white-space: nowrap;
	}

	& a + a {
		margin-left: 5px;
	}
}

.p-top__news__list__title {
	flex: 1;
}

.p-top__news__contentbox__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 330px;
	height: 4rem;
	margin: 2rem auto 0;
	border-radius: 0.75rem;
	background-color: #2ebc00;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
}

/*----- TOP Servceカスタマイズ -----*/

.l-top__service {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 4.5rem 0 8.1875rem;
	background-color: #f7f8f7;

	& .c-container {
		max-width: 1170px;
	}
}

.l-top__service .p-top__service__title {
	display: flex;
	align-items: center;
	font-size: 4rem;
	font-weight: 800;
	color: #092300;
	line-height: calc(77 / 64);
	text-align: left;
	letter-spacing: 0;

	& span {
		display: block;
		margin-left: 1.875rem;
		font-size: 1.25rem;
		font-weight: 900;
		color: #2ebc00;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
}

.p-top__service__contentboxes {
	width: 86%;
	max-width: 1000px;
	margin: 5.125rem auto 0;
}

.p-top__service__contentbox {
	position: relative;
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	padding-inline: 4%;
	background-color: #fff;
	box-shadow: 0 2px 24px rgb(9 35 0 / 0.08);

	&:not(:first-child) {
		margin-top: 7.5rem;
	}

	&.-store-diagnosis {
		margin-top: 1rem;
		padding-top: 2rem !important;
	}

	&.u-operation {
		flex-direction: row-reverse;
		padding-block: 4.5rem 2.0625rem;

		& .p-top__service__contentbox__link {
			margin-top: 1.25rem;
		}
	}

	&.u-consider {
		padding-block: 3.25rem 2.3125rem;

		& .p-top__service__contentbox__link {
			margin-top: 1.4375rem;
		}
	}
}

.p-top__service__contentbox__label {
	position: absolute;
	top: -16px;
	left: -11px;
	padding: 0.75rem 1.875rem;
	background-color: #196700;
	font-size: 1rem;
	font-weight: 700;
	color: #fff;
	line-height: calc(19.2 / 16);

	&:after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: 11px;
		height: 13px;
		background-color: #2ebc00;
		clip-path: polygon(0 0, 100% 0, 100% 100%);
	}
}

.p-top__service__contentbox__textarea {
	width: 45.65%;
}

.p-top__service__operation__img {
	width: 47.6%;
	height: auto;
	margin-top: 2.125rem;
}

.p-top__service__opration__toptext {
	font-size: 1.125rem;
	font-weight: 700;
	text-align: center;
	line-height: calc(28.8 / 18);
	letter-spacing: 0.03em;
}

.p-top__service__opration__largetext {
	margin-top: 1.25rem;
	font-size: 3.375rem;
	font-weight: 700;
	text-align: center;
	line-height: calc(64.8 / 54);
	letter-spacing: 0;
}
.p-top__service__contentbox.-store-diagnosis .p-top__service__opration__largetext {
	font-size: 2.375rem;
}

.p-top__service__opration__text {
	margin-top: 1.25rem;
	font-size: 1rem;
	line-height: calc(25.6 / 16);
	letter-spacing: 0.03em;
}

.p-top__service__contentbox__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 4rem;
	border-radius: 0.75rem;
	background-color: #2ebc00;
	text-decoration: none;
	font-size: 1.125rem;
	font-weight: 700;
	color: #fff;
}

.p-top__service__contentbox__linkicon {
	width: 0.97rem;
	height: auto;
	margin-left: 0.75rem;
}

.p-top__service__consider__img {
	width: 9.0625rem;
	height: auto;
	margin: 0 auto;
}

.p-top__service__consider__largetext {
	margin-top: 1.25rem;
	font-size: 2.375rem;
	font-weight: 700;
	text-align: center;
	line-height: calc(53.2 / 38);
	letter-spacing: 0.03em;
}

.p-top__service__consider__text {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	line-height: calc(28.8 / 18);
	letter-spacing: 0.03em;
}

.p-top__service__contentbox__btnarea {
	padding-top: 3px;
	width: 45.65%;
}

.p-top__service__contentbox__btnarea__textbox {
	width: 100%;
	height: auto;

	&:not(:first-child) {
		margin-top: 2.75rem;
	}
}

.p-top__service__contentbox__btnarea__text {
	font-size: 1rem;
	font-weight: 700;
	line-height: calc(19.2 / 16);
	letter-spacing: 0.03em;
}

.p-top__service__contentbox__btnarea__largetext {
	margin-top: 0.375rem;
	font-size: 2.25rem;
	font-weight: 700;
	line-height: calc(43.2 / 36);
	letter-spacing: 0.03em;
}

/*----- TOP Awardカスタマイズ -----*/

.l-top__award {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 7.1875rem;
}

.ja .l-top__award {
	padding: 4.5rem 0 8.4375rem;
	background-color: #f7f8f7;

	& .c-container {
		max-width: 1170px;
	}
}

.p-top__award__title {
	font-size: 3.25rem;
	color: #000;
	font-weight: 700;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
}

.ja .p-top__award__title {
	display: flex;
	align-items: center;
	font-size: 4rem;
	font-weight: 800;
	color: #092300;
	line-height: calc(77 / 64);
	text-align: left;
	letter-spacing: 0;

	& span {
		display: block;
		margin-left: 1.875rem;
		font-size: 1.25rem;
		font-weight: 900;
		color: #2ebc00;
		line-height: 1.2;
		letter-spacing: 0.05em;
	}
}

.p-top__award__boxes {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 2.5rem auto 0;
}

.ja .p-top__award__boxes {
	margin: 2.75rem auto 0;
}

.p-top__award__box {
	width: 46%;
	height: auto;
	margin-bottom: 60px;
}

.p-top__award__box__img {
	width: 100%;
	height: auto;
}

.p-top__award__box__year {
	margin-top: 1.875rem;
	font-size: 1rem;
	color: #666666;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
}

.p-top__award__box__title {
	margin-top: 0.9375rem;
	font-size: 1.625rem;
	color: #333;
	font-weight: 700;
	text-align: center;
	line-height: calc(32 / 26);
	letter-spacing: 0.05em;
}

.p-top__award__box__text {
	margin-top: 0.875rem;
	font-size: 1rem;
	color: #333;
	font-weight: 500;
	text-align: center;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.05em;
}

/*----- TOP SERVICESカスタマイズ -----*/

#l-top__service {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 10rem;
}

.p-top__service__content_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 6.4375rem 0 5.25rem;
	background-color: #fcfff5;
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.en-US .p-top__service__content_container {
	width: 80%;
}

.p-top__news__title,
.p-top__service__title,
.p-top__app__title,
.p-top__expert__title,
.p-solution__app__title {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 3.75rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.025em;
}

.p-top__service__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-top__service__list {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: calc(100% / 3);
	height: auto;
	padding: 0 1.125rem 1.125rem;
}

.en-US .p-top__service__list {
	width: calc(100% / 2);
	padding: 0 3rem 1.125rem;
}

.p-top__service__list:not(:last-child) {
	border-right: 1px solid #ababab;
}

.p-top__service__list.list1 .p-top__service__image {
	width: 73.302108%;
	height: auto;
	margin: 3.1875rem auto 4.9375rem;
}

.en-US .p-top__service__list.list1 .p-top__service__image {
	width: 62.997658%;
	height: auto;
	margin: 2.6875rem auto 4.4375rem;
}

.p-top__service__list.list2 .p-top__service__image {
	width: 62.997658%;
	height: auto;
	margin: 2.6875rem auto 4.4375rem;
}

.p-top__service__list.list3 .p-top__service__image {
	width: 70.73%;
	height: auto;
	margin: 3.75rem auto 4.375rem;
}

.p-top__service__name {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 1.5rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #333;
}

.p-top__service__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0 auto 1.5625rem;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333;
}

.p-top__service__linkbtn {
	margin: 0 auto;
	text-decoration: none;
}

/*----- TOP Shopify Appカスタマイズ -----*/

#l-top__app {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 7.5rem;
}

.p-top__app__flexboxes {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.p-top__app__flexbox,
.p-top__expert__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 95%;
	max-width: 996px;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-top__app__flexbox:not(:last-child),
.p-top__expert__flexbox:not(:last-child) {
	margin-bottom: 3.75rem;
}

.p-top__app__image,
.p-top__expert__image {
	width: 40.160643%;
	height: auto;
	margin-right: 6%;
}

.p-top__app__textbox,
.p-top__expert__textbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-top__app__name {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 1.5625rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #333;
}

.p-top__app__text,
.p-top__expert__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	text-align: justify;
	letter-spacing: 0.03em;
	color: #333;
}

.p-top__app__linkbtn {
	margin-top: 1.5rem;
}

#l-top__expert {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 7.5rem;
}

/* ========================================
	Layout (id推奨)
	命名規則: #id-
========================================= */

#l-commercehack__fv {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 1.6875rem 0 10.625rem;
}

#l-commercehack__fv:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron.png) top center no-repeat;
	background-size: contain;
}

#l-commercehack__feature {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3.75rem;
	background-color: #95bf47;
}

#l-commercehack__example {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10rem 0 5rem;
}

#l-commercehack__function {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5rem 0 5rem;
}

#l-commercehack__price {
	width: 100%;
	height: auto;
}

#l-commercehack__price .c-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7.5rem 0 10.125rem;
	border-top: 1px solid #ccc;
}

#l-store__fv {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 1.6875rem 0 10.625rem;
}

#l-store__fv:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron.png) top center no-repeat;
	background-size: contain;
}

#l-solution__fv {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 1.6875rem 0 10.625rem;
}

#l-solution__fv:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron.png) top center no-repeat;
	background-size: contain;
}

#l-solution__app {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin-bottom: 10.125rem;
	padding: 3.75rem;
	background-color: #95bf47;
}

#l-solution_detail__fv {
	position: relative;
	z-index: 3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3.6875rem 0 8.625rem;
}

#l-solution_detail__fv:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron.png) top center no-repeat;
	background-size: contain;
}

#l-solution_detail__feature {
	position: relative;
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3.75rem;
	background-color: #95bf47;
}

#l-solution_detail__feature:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron--green.png) top center no-repeat;
	background-size: contain;
}

#l-solution_detail__about {
	position: relative;
	z-index: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10rem 0 10.5625rem;
}

#l-solution_detail__price {
	width: 100%;
	height: auto;
}

#l-solution_detail__price .c-container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 7.5rem 0 9.6875rem;
	border-top: 1px solid #ccc;
}

.p-solution_detail__cta {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto 12.5rem;
	padding: 4.9375rem 0 4.875rem;
	background-color: #f8ffeb;
}

#l-about__fv {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5.3125rem 0 10.625rem;
}

#l-about__team {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 10rem;
}

.p-about__cta {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 12.3125rem;
}

#l-about__company {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 10rem;
}

#l-bloglist {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 4.8125rem 0 1.875rem;
}

#l-blogpage__article {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5rem 0 9.75rem;
}

#l-blogpage__article .c-container {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 1000px;
}

#l-blogpage__article.img-bg:before {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 26.25rem;
	content: "";
	background-color: #f8ffeb;
}

#l-blogpage__related_articles {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 0 0 12.625rem;
}

#l-page__fv {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10rem 0 5rem;
}

#l-contact__fv {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 10rem 0 5rem;
}

#l-growthdash__fv {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 1.6875rem 0 10.625rem;
}

#l-growthdash__feature {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 3.75rem;
	background-color: #95bf47;
}

#l-growthdash__feature:before {
	position: absolute;
	top: -1.9375rem;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron.png) top center no-repeat;
	background-size: contain;
}

#l-growthdash__flow {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 3.75rem;
	text-align: center;
	background-color: #95bf47;
}

#l-growthdash__flow:before {
	position: absolute;
	top: -1.9375rem;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron.png) top center no-repeat;
	background-size: contain;
}

#l-growthdash__flow:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 8.125rem;
	height: 1.9375rem;
	content: "";
	-webkit-transform: translate(-50%, 99%);
	transform: translate(-50%, 99%);
	background: url(../images/img-balloon_chevron--green.png) top center no-repeat;
	background-size: contain;
}

/* ========================================
	Project(コンテンツを構成する具体的な要素)
	命名規則: .p-
========================================= */

/*----- CommerceHack FVカスタマイズ -----*/

.p-commercehack__fv__illust {
	width: 17.8125%;
	height: auto;
	margin: 0 auto;
}

.p-commercehack__fv__pagetitle {
	width: 59.375%;
	height: auto;
	margin: 0 auto 2.125rem;
}

.p-commercehack__fv__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 2.625rem;
	text-align: center;
	white-space: nowrap;
}

.p-commercehack__fv__illust--jp {
	width: 17.8125%;
	height: auto;
	margin: 0 auto 1.25rem;
}

.p-commercehack__fv__text--jp {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 1rem;
	text-align: center;
	white-space: nowrap;
}

.p-commercehack__fv__pagetitle--jp {
	width: 59.375%;
	height: auto;
	margin: 0 auto 2.625rem;
}

.p-commercehack__fv__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 0 auto 11rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-commercehack__fv__linkbtn .icon {
	width: 1.125rem;
	height: auto;
	margin-right: 0.625rem;
	margin-bottom: 0;
}

.p-commercehack__fv__messagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-commercehack__fv__message {
	font-size: 2.375rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.02em;
}

.p-commercehack__fv__message:after {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	width: 12.625rem;
	height: 3.25rem;
	content: "";
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

/*----- CommerceHack 特徴カスタマイズ -----*/

.p-commercehack__feature__content_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 6rem 0 3rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.p-commercehack__feature__title,
.p-commercehack__example__title,
.p-commercehack__function__title,
.p-commercehack__price__title,
.p-solution_detail__feature__title,
.p-solution_detail__price__title {
	font-size: 3.25rem;
	font-weight: 500;
	margin: 0 auto 3.875rem;
	text-align: center;
	letter-spacing: 0.025em;
}

.p-commercehack__feature__title span,
.p-commercehack__example__title span,
.p-commercehack__function__title span {
	font-size: 32px;
}

.p-commercehack__feature__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 4rem 0;
	border-top: 1px solid #d9d9d9;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-commercehack__feature__flexbox figure {
	margin: 0;
}

.p-commercehack__feature__flexbox.shopify .p-commercehack__feature__image {
	width: 36%;
	margin-left: 4.9%;
}

.p-commercehack__feature__flexbox.speed .p-commercehack__feature__image {
	width: 42%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.p-commercehack__feature__flexbox.speed .p-commercehack__feature__textbox {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.p-commercehack__feature__flexbox.growthhacking .p-commercehack__feature__image {
	width: 40%;
	margin-left: 2%;
}

.p-commercehack__feature__textbox {
	width: 54%;
	height: auto;
}

.p-commercehack__feature__smalltitle {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 13;
	margin: 0 auto 1.5625rem;
	letter-spacing: 0.05em;
	color: #333;
}

.p-commercehack__feature__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #333;
}

.p-commercehack__feature__linkbtn {
	margin: 1.5625rem 0 0;
	text-decoration: none;
}

/*----- CommerceHack 施策例カスタマイズ -----*/

.p-commercehack__example__title {
	margin: 0 auto 3.5625rem;
}

.p-commercehack__example__lists {
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

.p-commercehack__example__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-commercehack__example__list:not(:last-child) {
	margin-bottom: 3.75rem;
}

.p-commercehack__example__list__image {
	width: 40%;
	height: auto;
	margin-right: 6%;
}

.p-commercehack__example__list__textbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-commercehack__example__list__title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 auto 1.5rem;
	letter-spacing: 0.05em;
	color: #333;
}

.p-commercehack__example__list__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 0.05em;
	color: #333;
}

/*----- CommerceHack 機能一覧カスタマイズ -----*/

.p-commercehack__function__top_text {
	margin-bottom: 6rem;
	font-size: 2rem;
	color: #333;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.025em;
}

.p-commercehack__function__list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 3rem;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

.p-commercehack__function__list_item {
	width: 30%;
	height: auto;
}

.p-commercehack__function__list_item__title {
	margin-bottom: 1.5rem;
	font-size: 1.625rem;
	color: #333;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.025em;
}

.p-commercehack__function__list_item__img {
	width: 70%;
	height: auto;
	margin: 0 auto 1.5rem;
}

.p-commercehack__function__list_item__text {
	font-size: 1rem;
	font-weight: 400;
	color: #333;
	line-height: 1.75;
	text-align: justify;
	letter-spacing: 0.05em;
}

@media screen and (min-width: 769px) and (max-width: 800px) {
	.p-commercehack__function__list_item__title {
		font-size: 1.5rem;
	}
}

/*----- CommerceHack 料金プランカスタマイズ -----*/

.p-commercehack__price__title {
	margin: 0 auto 3.75rem;
}

.p-commercehack__price__plans {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1200px;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-commercehack__price__plan {
	width: 30%;
	height: auto;
	margin: 0 10px;
	background-color: #f5f5f5;
	-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.14);
	box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.14);
}

.p-commercehack__price__plan.advice .p-commercehack__price__plan__titlebox {
	background-color: #2eb29a;
}

.p-commercehack__price__plan.consulting .p-commercehack__price__plan__titlebox {
	background-color: #2ab867;
}

.p-commercehack__price__plan.handson .p-commercehack__price__plan__titlebox {
	background-color: #15ba13;
}

.p-commercehack__price__plan.commerce .p-commercehack__price__plan__titlebox {
	background-color: #059934;
}

.p-commercehack__price__plan__titlebox {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 20rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-commercehack__price__plan__name {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 0.5625rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
}

.p-commercehack__price__plan__name--en {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 auto 1.25rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.15em;
	color: #fff;
}

.p-commercehack__price__plan__price {
	font-family: "Inter", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", sans-serif;
	font-size: 5.625rem;
	font-weight: 600;
	line-height: 0.9;
	margin: 0.1875rem auto 0.8125rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: -0.02em;
	color: #fff;
}

.p-commercehack__price__plan__price span {
	font-size: 3rem;
	font-weight: 600;
}

.en-US .p-commercehack__price__plan__price {
	font-size: 2.8125rem;
}

.p-commercehack__price__plan__per {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 17.355372%;
	text-align: right;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
}

.p-commercehack__price__plan__supplement {
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	font-size: 0.75rem;
	line-height: 1.75;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: right;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
}

.p-commercehack__price__plan__textbox {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 1.5rem 8.26446%;
}

.p-commercehack__price__plan__lists {
	width: 100%;
	height: auto;
}

.p-commercehack__price__plan__lists li:not(:last-child) {
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #b2b2b2;
}

.p-commercehack__price__plan__lists li .small {
	font-size: 0.8125rem;
	line-height: 2;
	letter-spacing: 0.01em;
}

.p-commercehack__price__plan__list__title {
	margin-bottom: 1rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.625;
	letter-spacing: 0.025em;
	color: #333;
}

.p-commercehack__price__plan__list__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.75;
	letter-spacing: 0.05em;
	color: #333;
}

.p-commercehack__price__note {
	font-size: 1rem;
	font-weight: 400;
	max-width: 900px;
	margin: 1.875rem auto 0;
}

.p-commercehack__price__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 6.25rem auto 0;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-commercehack__price__linkbtn .icon {
	width: 1.125rem;
	height: auto;
	margin-right: 0.625rem;
	margin-bottom: 0;
}

/*----- ストア構築 FVカスタマイズ -----*/

.p-store__fv__illust {
	width: 19.8125%;
	height: auto;
	margin: 0 auto 0.9375rem;
}

.p-store__fv__pagetitle {
	width: 59.375%;
	height: auto;
	margin: 0 auto 2.125rem;
}

.p-store__fv__text {
	font-size: 1.5rem;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 2.625rem;
	text-align: center;
}

.p-store__fv__pagetitle--jp {
	width: 50%;
	height: auto;
	margin: 0 auto 2.625rem;
}

.p-store__fv__text--jp {
	font-size: 1.5rem;
	font-weight: 500;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 1rem;
	text-align: center;
}

.p-store__fv__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 0 auto 11rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-store__fv__linkbtn .icon {
	width: 1.125rem;
	height: auto;
	margin-right: 0.625rem;
	margin-bottom: 0;
}

.p-store__fv__messagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-store__fv__message {
	font-size: 2.375rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.02em;
}

.p-store__fv__message:after {
	position: absolute;
	right: 0;
	bottom: 0.5rem;
	width: 12.625rem;
	height: 3.25rem;
	content: "";
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

/*----- Solution FVカスタマイズ -----*/

.p-solution__fv__illust {
	width: 19.8125%;
	height: auto;
	margin: 0 auto 0.9375rem;
}

.p-solution__fv__pagetitle {
	width: 59.375%;
	height: auto;
	margin: 0 auto 2.125rem;
}

.p-solution__fv__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 2.625rem;
	text-align: center;
	white-space: nowrap;
}

.p-solution__fv__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 0 auto 11rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-solution__fv__linkbtn .icon {
	width: 1.125rem;
	height: auto;
	margin-right: 0.625rem;
	margin-bottom: 0;
}

.p-solution__fv__messagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-solution__fv__message {
	font-size: 2.375rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.02em;
}

.p-solution__fv__message:after {
	position: absolute;
	right: -5rem;
	bottom: 0;
	width: 12.625rem;
	height: 3.25rem;
	content: "";
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

/*----- Solution Appカスタマイズ -----*/

.p-solution__app__container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 6rem 0 6.625rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.p-solution__app__flexboxes {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.p-solution__app__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 95%;
	max-width: 996px;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-solution__app__flexbox:not(:last-child) {
	margin-bottom: 3.75rem;
}

.p-solution__app__image {
	width: 40.160643%;
	height: auto;
	margin-right: 6%;
}

.p-solution__app__textbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.p-solution__app__name {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 1.5625rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #333;
}

.p-solution__app__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	text-align: justify;
	letter-spacing: 0.03em;
	color: #333;
}

.p-solution__app__linkbtn {
	margin-top: 1.5rem;
}

/*----- Solution_detail FVカスタマイズ -----*/

#l-solution_detail__fv .c-container {
	position: relative;
}

#l-solution_detail__fv .c-container::after {
	position: absolute;
	right: 38%;
	bottom: 0.3125rem;
	width: 12.375rem;
	height: 3.1875rem;
	content: "";
	-webkit-transform: translate(53%, 100%);
	transform: translate(53%, 100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

.p-solution_detail__fv__illust {
	width: 29.765625%;
	height: auto;
	margin: 0 auto 2.125rem;
}

.p-solution_detail__fv__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 2.4375rem;
	text-align: center;
	white-space: nowrap;
}

.p-solution_detail__fv__linkbtn,
.p-solution_detail__cta__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 0 auto;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*----- Solution_detail 特徴カスタマイズ -----*/

.p-solution_detail__feature__content_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 6.375rem 0 4.9375rem;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.p-solution_detail__feature__title {
	margin: 0 auto 3.75rem;
}

.p-solution_detail__feature__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-solution_detail__feature__list {
	width: calc(100% / 3);
	height: auto;
	padding: 2rem 15px;
}

.p-solution_detail__feature__list:not(:last-child) {
	border-right: 1px solid #ababab;
}

.p-solution_detail__feature__list__image {
	width: 77.464789%;
	height: auto;
	margin: 0 auto 1rem;
}

.p-solution_detail__feature__list__title {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-solution_detail__feature__list__text {
	font-size: 0.9rem;
	line-height: 1.625;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333;
}

/*----- Solution_detail Aboutカスタマイズ -----*/

.p-solution_detail__about__title {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 3.4375rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.025em;
}

.p-solution_detail__about__lists {
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
}

.p-solution_detail__about__list {
	width: 100%;
	height: auto;
}

.p-solution_detail__about__list:not(:last-child) {
	margin-bottom: 4.3125rem;
}

.p-solution_detail__about__list__title {
	font-size: 1.625rem;
	font-weight: 700;
	margin: 0 auto 1.4375rem;
	letter-spacing: 0.05em;
	color: #333;
}

.p-solution_detail__about__list__image + .p-solution_detail__about__list__title {
	margin: 1.4375rem auto 1.4375rem;
}

.p-solution_detail__about__list__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0 auto 1.5625rem;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #333;
}

.p-solution_detail__about__list__image {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

/*----- Solution_detail 料金カスタマイズ -----*/

.p-solution_detail__price__title {
	margin: 0 auto 3.8125rem;
}

.p-solution_detail__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 92.890625%;
	height: 33.75rem;
	margin: 0 auto;
	background-color: #bbb;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

/*----- Solution_detail CTAカスタマイズ -----*/

.p-solution_detail__cta .c-container {
	position: relative;
}

.p-solution_detail__cta .c-container::after {
	position: absolute;
	right: 38%;
	bottom: 0.3125rem;
	width: 12.375rem;
	height: 3.1875rem;
	content: "";
	-webkit-transform: translate(53%, 100%);
	transform: translate(53%, 100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

.p-solution_detail__cta .c-container:after {
	-webkit-transform: translate(50%, 100%);
	transform: translate(50%, 100%);
}

.p-solution_detail__cta__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 auto 2.4375rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.05em;
}

/*----- About us FVカスタマイズ -----*/

.p-about__fv__pagetitle {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 2.3125rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.025em;
}

.p-about__fv__illust {
	width: 34.375%;
	height: auto;
	margin: 0 auto 3.75rem;
}

.p-about__fv__messagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 auto 7rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-about__fv__smallmessage {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	display: inline-block;
	margin: 0 auto 1.4375rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
}

.p-about__fv__message {
	font-size: 2.125rem;
	font-weight: 700;
	position: relative;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.015em;
}

.p-about__fv__message:after {
	position: absolute;
	right: -1rem;
	bottom: 2rem;
	width: 12.375rem;
	height: 3.1875rem;
	content: "";
	-webkit-transform: translate(10.10101%, 100%);
	transform: translate(10.10101%, 100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

.p-about__fv__textbox {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto 10rem;
}

.p-about__fv__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	margin: 0 auto 1.75rem;
	letter-spacing: 0.01em;
	color: #333;
}

.p-about__fv__text .highlight {
	font-weight: 700;
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #a9e134));
	background: linear-gradient(transparent 10%, #a9e134 0%);
}

.p-about__fv__largetext {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.54166667;
	letter-spacing: 0.01em;
}

.p-about__fv__largetext .highlight {
	font-weight: 700;
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, transparent), color-stop(0%, #a9e134));
	background: linear-gradient(transparent 10%, #a9e134 0%);
}

.p-about__fv__largemessage {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	display: inline;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.025em;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, #a9e134));
	background: linear-gradient(transparent 55%, #a9e134 0%);
}

/*----- About us FVカスタマイズ -----*/

.p-about__team__content_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 6.375rem 0 4.5rem;
	background-color: #fcfff5;
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.p-about__team__title {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 3.75rem;
	text-align: center;
	letter-spacing: 0.025em;
}

.p-about__team__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-about__team__list {
	width: calc(33.333% - 2px);
	max-width: 550px;
	height: auto;
	margin-bottom: 3.75rem;
	padding: 1.4375rem 0;
	border-right: 1px solid #ababab;
}

.p-about__team__list:nth-of-type(3),
.p-about__team__list:last-child {
	border-right: none;
}

.p-about__team__list__image {
	position: relative;
	width: 67.915691%;
	height: auto;
	margin: 0 auto 1.375rem;
}

.p-about__team__list__image::before {
	display: block;
	padding-top: 100%;
	content: "";
}

.p-about__team__list__image img {
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-about__team__list__name {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1;
	width: 64.871194%;
	margin: 0 auto 1.5625rem;
	text-align: center;
	letter-spacing: 0.05em;
	color: #333;
}

.p-about__team__list__position {
	font-size: 1.125rem;
	font-weight: 700;
	width: 64.871194%;
	margin: 0 auto 1.3125rem;
	text-align: center;
	letter-spacing: 0.05em;
	color: #999;
}

.p-about__team__list__text {
	font-size: 0.875rem;
	line-height: 1.71428571;
	width: 64.871194%;
	margin: 0 auto;
	letter-spacing: -0.01em;
	color: #333;
}

/*----- About us CTAカスタマイズ -----*/

.p-about__cta__image {
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto 3.3125rem;
}

.p-about__cta__messagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 auto 2rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-about__cta__message {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.41176471;
	position: relative;
	display: inline-block;
	text-align: center;
	letter-spacing: 0.015em;
}

.p-about__cta__message:after {
	position: absolute;
	right: 0;
	bottom: 0.25rem;
	width: 12.375rem;
	height: 3.1875rem;
	content: "";
	-webkit-transform: translate(-12.62626%, 100%);
	transform: translate(-12.62626%, 100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

.p-about__cta__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 0 auto;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-about__cta__linkbtn .icon {
	width: 1.125rem;
	height: auto;
	margin-right: 0.625rem;
	margin-bottom: 0;
}

/*----- About us 会社概要カスタマイズ -----*/

.p-about__company__title {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 3.75rem;
	text-align: center;
	letter-spacing: 0.025em;
}

.p-about__company__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 600px;
	margin: 0 auto 3.3125rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.p-about__company__list dl {
	font-size: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-about__company__list dt {
	font-weight: bold;
	width: 30%;
	padding: 0 0 0.9375rem 0;
}

.p-about__company__list dd {
	width: 70%;
	padding: 0 0 0.9375rem 0;
}

/*----- Blog一覧カスタマイズ -----*/

.p-bloglist__titlebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	margin: 0 auto 5rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-bloglist__noarticles {
	margin-bottom: 3em;
}

.p-bloglist__pagetitle {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	position: relative;
	display: inline-block;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.025em;
}

.p-bloglist__pagetitle:after {
	position: absolute;
	right: 0;
	bottom: 0.9375rem;
	width: 12.375rem;
	height: 3.1875rem;
	content: "";
	-webkit-transform: translate(67.67677%, 100%);
	transform: translate(67.67677%, 100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

.p-bloglist__label {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.71428571;
	margin: 0 auto 1.875rem;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #333;
}

.p-bloglist__wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 auto 50px;
}

.p-bloglist__download {
	display: grid;
	align-items: center;
	justify-content: center;
	row-gap: 20px;
	text-align: center;
	margin-bottom: 60px;
}
.p-bloglist__download__text {
	font-size: 1.125rem;
	font-weight: 700;
}
.p-bloglist__download__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 15px 40px;
	border-radius: 0.75rem;
	background-color: #2ebc00;
	box-shadow: 0 0.3125rem 2.5rem rgb(50 205 0 / 0.2);
	font-size: 1.125rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
}
.p-bloglist__download__btn img {
	width: 30px;
	margin-left: 5px;
}

.p-bloglist__tags {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.p-bloglist__tags a {
	position: relative;
	margin-left: 20px;
	padding-left: 20px;
	margin-bottom: 15px;
	color: #666;
}

.p-bloglist__tags a.active {
	color: #333;
	text-decoration: none;
}

.p-bloglist__tags a:first-child {
	margin-left: 0;
	padding-left: 0;
}

.p-bloglist__tags a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 100%;
	background: #666;
}

.p-bloglist__tags a:first-child:before {
	content: none;
}

.p-bloglist__articles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin: 0 auto 1.25rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-bloglist__article {
	width: 31.25%;
	height: auto;
	margin-bottom: 3.75rem;
}

.p-bloglist__article:not(:nth-child(3n)) {
	margin-right: 3.125%;
}

.p-bloglist__article__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 32.5px;
	margin-bottom: 6px;
}

.p-bloglist__article__tags li {
	margin-bottom: 6px;
}

.p-bloglist__article__tags li + li {
	margin-left: 6px;
}

.p-bloglist__article__tags a {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 10px;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #666;
	border: 1px solid #666;
	border-radius: 1.3125rem;
	text-decoration: none;
}

.p-bloglist__article__thumbnail {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 1.5625rem;
}

.p-bloglist__article__thumbnail::before {
	display: block;
	padding-top: 65%;
	content: "";
}

.p-bloglist__article__thumbnail img {
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-bloglist__article__thumbnail.no-img img {
	opacity: 0.8;
}

.p-bloglist__article__title {
	font-size: 1.125rem;
	font-weight: 700;
	/* line-height: 1; */
	overflow: hidden;
	/* width: 89.73%; */
	width: 100%;
	height: auto;
	margin: 0 auto 1rem;
	white-space: nowrap;
	letter-spacing: -0.01em;
	text-overflow: ellipsis;
	color: #333;
}

.p-bloglist__article__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.71428571;
	/* width: 89.73%; */
	width: 100%;
	height: auto;
	margin: 0 auto 1.25rem;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #333;
}

.p-bloglist__article__linkbtn {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 9.5625rem;
	height: 2.625rem;
	margin: 0 auto;
	padding-left: 1.625rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #75a31f;
	border: 1px solid #75a31f;
	border-radius: 1.3125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-bloglist__article__linkbtn:after {
	position: absolute;
	top: 50%;
	right: 1.4375rem;
	width: 0.5625rem;
	height: 0.875rem;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/icon-chevron_right_green.png) 50% 50% no-repeat;
	background-size: contain;
}

.p-bloglist__breadcrumb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 1.875rem 0;
	color: #808080;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-bloglist__breadcrumb span span {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0.4375rem;
	color: #808080;
}

.p-bloglist__breadcrumb span:first-child span {
	margin-left: 0;
}

.p-bloglist__breadcrumb a {
	color: #808080;
}

/*----- Blog記事カスタマイズ -----*/

.p-blogpage__article__thumbnail {
	width: 100%;
	height: auto;
	margin: 0 auto 2.5rem;
}

.p-blogpage__article__thumbnail img {
	margin: 0 auto !important;
}

.p-blogpage__article__tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin: 0 auto 0.75rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-blogpage__article__tag {
	margin-bottom: 0.6875rem;
}

.p-blogpage__article__tag:not(:last-child) {
	margin-right: 0.6875rem;
}

.p-blogpage__article__tag a {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 1.75rem;
	padding: 0 1.125rem;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
	border-radius: 0.875rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-blogpage__article__tag.tag1 a {
	background-color: #2c4d89;
}

.p-blogpage__article__tag.tag2 a {
	background-color: #37892c;
}

.p-blogpage__article__tag.tag3 a {
	background-color: #e8892d;
}

.p-blogpage__article__title {
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.41176471;
	margin: 0 auto 1.875rem;
	letter-spacing: 0.015em;
}

.p-blogpage__article__date {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	display: block;
	margin: 0 auto 2.5rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #999;
}

.p-blogpage__article__content h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 3.2em 0 1.8em;
	padding: 0.5em 0 0.5em 0.65em;
	border-left: solid #95bf47 5px;
}

.p-blogpage__article__content h3 {
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 3em 0 1em;
	padding-bottom: 0.5em;
	border-bottom: solid #95bf47 2px;
}

.p-blogpage__article__content h4 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 3em 0 1em;
	text-align: justify;
}

.p-blogpage__article__content strong,
.p-blogpage__article__content b {
	font-weight: 700;
}

.p-blogpage__article__content p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	margin: 0 0 1.8em;
	letter-spacing: 0.01em;
	color: #333;
}

.p-blogpage__article__content a {
	color: #95bf47;
}

.p-blogpage__article__content img {
	width: auto;
	max-width: 100%;
	margin-bottom: 2.125rem;
	border: 1px solid #ccc;
}

.p-blogpage__article__content img.sizefull {
	width: 100%;
}

.p-blogpage__article__content img.size-medium {
	width: 70%;
}

.p-blogpage__article__content img.alignleft {
	margin-right: auto;
}

.p-blogpage__article__content img.alignright {
	margin-left: auto;
}

.p-blogpage__article__content img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

.p-blogpage__article__content ul {
	line-height: 1.75;
	margin: 0 0 1.8em 1.5em;
	list-style: disc;
}

.p-blogpage__article__content ul.article {
	margin: 0 2em 1.8em;
	padding: 1em 2em 1em 3em;
	background-color: #f4f4f4;
}

.p-blogpage__article__content ul li {
	margin-bottom: 0.25em;
}

.p-blogpage__article__content ol {
	line-height: 1.75;
	margin: 0 0 1.8em 1.5em;
	list-style: decimal;
}

.p-blogpage__article__content ol li {
	margin-bottom: 0.25em;
}

.p-blogpage__article__content figure {
	margin: 0 0 1.8em;
}

.p-blogpage__article__content figure img {
	width: auto;
	max-width: 100% !important;
	margin-bottom: 1em;
}

.p-blogpage__article__content figure figcaption {
	font-size: 0.875rem;
	color: #777;
}

.p-blogpage__article__content .reference {
	margin: 0 0 1.8em;
	padding: 1em 2em;
	background-color: #f8ffeb;
}

.p-blogpage__article__content .reference > *:first-child {
	margin-top: 0;
}

.p-blogpage__article__content .reference > *:last-child {
	margin-bottom: 0;
}

.p-blogpage__article__content pre {
	font-family: Menlo, Monaco, Consolas, "CourierNew", monospace;
	font-size: 0.875rem;
	line-height: 1.75;
	margin: 0 0 1.8em;
	padding: 1.2em 1.7em;
	color: #f8f9fa;
	background: #505050;
}

.addtoany_content.addtoany_content_top {
	margin: 0 auto 2.0625rem;
}

.addtoany_content.addtoany_content_bottom {
	margin: 2.0625rem auto;
}

.p-blogpage__article__snslink {
	width: 1.625rem;
	height: auto;
}

.p-blogpage__article__snslink:not(:last-child) {
	margin-right: 0.3125rem;
}

.p-blogpage__article__snslink a {
	display: block;
	width: 100%;
	height: auto;
}

.p-blogpage__article__snslink a img {
	margin: 0 auto !important;
}

.p-blogpage__related_articles__title {
	font-size: 3.625rem;
	font-weight: 700;
	line-height: 1;
	margin: 0 auto 3.5rem;
	text-align: center;
	white-space: nowrap;
	letter-spacing: 0.025em;
}

.p-blogpage__related_articles__lists {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	margin: 0 auto;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.p-blogpage__related_articles__list {
	width: 31.25%;
	height: auto;
}

.p-blogpage__related_articles__list:not(:nth-child(3n)) {
	margin-right: 3.125%;
}

.p-blogpage__related_articles__list__thumbnail {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto 1.5625rem;
}

.p-blogpage__related_articles__list__thumbnail::before {
	display: block;
	padding-top: 75%;
	content: "";
}

.p-blogpage__related_articles__list__thumbnail img {
	font-family: "object-fit: cover;";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-blogpage__related_articles__list__thumbnail.no-img img {
	opacity: 0.8;
}

.p-blogpage__related_articles__list__title {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	overflow: hidden;
	width: 89.73%;
	height: auto;
	margin: 0 auto 1rem;
	white-space: nowrap;
	letter-spacing: -0.01em;
	text-overflow: ellipsis;
	color: #333;
}

.p-blogpage__related_articles__list__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.71428571;
	width: 89.73%;
	height: auto;
	margin: 0 auto 0.9375rem;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #333;
}

.p-blogpage__related_articles__list__linkbtn {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 9.5625rem;
	height: 2.625rem;
	margin: 0 auto;
	padding-left: 1.625rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #75a31f;
	border: 1px solid #75a31f;
	border-radius: 1.3125rem;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-blogpage__related_articles__list__linkbtn:after {
	position: absolute;
	top: 50%;
	right: 1.4375rem;
	width: 0.5625rem;
	height: 0.875rem;
	content: "";
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: url(../images/icon-chevron_right_green.png) 50% 50% no-repeat;
	background-size: contain;
}

/*----- 固定ページ カスタマイズ -----*/

.l-page__fv__title {
	font-size: 3.25rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.025em;
}

#l-page__container {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5rem 0 9.75rem;
}

#l-page__container .c-container {
	position: relative;
	z-index: 2;
	width: 90%;
	max-width: 1000px;
}

#l-page__container h2 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 3.2em 0 1.8em;
	padding: 0.5em 0 0.5em 0.65em;
	border-left: solid #95bf47 5px;
}

#l-page__container h3 {
	font-size: 1.3125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 3em 0 1em;
	padding-bottom: 0.5em;
	border-bottom: solid #95bf47 2px;
}

#l-page__container h4 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 3em 0 1em;
	text-align: justify;
}

#l-page__container strong,
#l-page__container b {
	font-weight: 700;
}

#l-page__container p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.9;
	margin: 0 0 1.8em;
	letter-spacing: 0.01em;
	color: #333;
}

#l-page__container a {
	color: #95bf47;
}

#l-page__container img {
	width: auto;
	max-width: 100%;
	margin-bottom: 2.125rem;
	border: 1px solid #ccc;
}

#l-page__container img.sizefull {
	width: 100%;
}

#l-page__container img.size-medium {
	width: 70%;
}

#l-page__container img.alignleft {
	margin-right: auto;
}

#l-page__container img.alignright {
	margin-left: auto;
}

#l-page__container img.aligncenter {
	margin-right: auto;
	margin-left: auto;
}

#l-page__container ul {
	line-height: 1.75;
	margin: 0 0 1.8em 1.5em;
	list-style: disc;
}

#l-page__container ul.article {
	margin: 0 2em 1.8em;
	padding: 1em 2em 1em 3em;
	background-color: #f4f4f4;
}

#l-page__container ul li {
	margin-bottom: 0.25em;
}

#l-page__container ol {
	line-height: 1.75;
	margin: 0 0 1.8em 1.5em;
	list-style: decimal;
}

#l-page__container ol li {
	margin-bottom: 0.25em;
}

#l-page__container figure {
	margin: 0 0 1.8em;
}

#l-page__container figure img {
	width: auto;
	max-width: 100% !important;
	margin-bottom: 1em;
}

#l-page__container figure figcaption {
	font-size: 0.875rem;
	color: #777;
}

#l-page__container .reference {
	margin: 0 0 1.8em;
	padding: 1em 2em;
	background-color: #f8ffeb;
}

#l-page__container .reference > *:first-child {
	margin-top: 0;
}

#l-page__container .reference > *:last-child {
	margin-bottom: 0;
}

#l-page__container pre {
	font-family: Menlo, Monaco, Consolas, "CourierNew", monospace;
	font-size: 0.875rem;
	line-height: 1.75;
	margin: 0 0 1.8em;
	padding: 1.2em 1.7em;
	color: #f8f9fa;
	background: #505050;
}

/*----- お問い合わせ カスタマイズ -----*/

.l-contact__fv__title {
	font-size: 3.25rem;
	font-weight: 500;
	line-height: 1;
	margin: 0 auto;
	text-align: center;
	letter-spacing: 0.025em;
}

#l-contact__container {
	max-width: 500px;
	margin: 0 auto;
}

/*----- 404 カスタマイズ -----*/

.p-404__linkbtn {
	margin: 0 auto 10rem;
}

/*----- 採用ページ カスタマイズ -----*/

.p-recruit__jobtitle {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.4;
	margin: 3.2em 0 1.8em;
	padding: 0.5em 0 0.5em 0.65em;
	border-left: solid #95bf47 5px;
}

/*----- GrowthDash カスタマイズ -----*/

.p-growthdash__fv__illust {
	width: 17.8125%;
	height: auto;
	margin: 0 auto;
}

.p-growthdash__fv__pagetitle {
	width: 59.375%;
	height: auto;
	margin: 0 auto 2.125rem;
}

.p-growthdash__fv__text {
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 2.625rem;
	text-align: center;
	white-space: nowrap;
}

.p-growthdash__fv__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 0 auto 11rem;
	white-space: nowrap;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-decoration: none;
}

.p-growthdash__fv__linkbtn .icon {
	width: 1.125rem;
	height: auto;
	margin-right: 0.625rem;
	margin-bottom: 0;
}

.p-growthdash__fv__messagebox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	height: auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-growthdash__fv__message {
	font-size: 2.375rem;
	font-weight: 700;
	display: inline-block;
	margin: 0 auto 1.125rem;
	text-align: center;
	letter-spacing: 0.02em;
}

.p-growthdash__fv__smallmessage {
	position: relative;
	display: inline-block;
	margin: 0 auto;
	line-height: 1.6;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 0.02em;
}

.p-growthdash__fv__smallmessage:after {
	position: absolute;
	right: -6rem;
	bottom: 1rem;
	width: 12.625rem;
	height: 3.25rem;
	content: "";
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	background: url(../images/str-message_en.png) 50% 50% no-repeat;
	background-size: contain;
}

.p-growthdash__intro__container {
	max-width: 1280px;
	margin: 0 auto;
	padding: 5rem;
	text-align: center;
	background: #fcfff5;
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.p-growthdash__intro__lead {
	margin-bottom: 4rem;
	font-size: 2.125rem;
	font-weight: 700;
}

.p-growthdash__intro__lead-small {
	display: block;
	line-height: 1.6;
	margin-bottom: 0.5em;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-growthdash__intro__lead-marker {
	font-size: 2.875rem;
	font-weight: 700;
	display: inline;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, rgb(169, 225, 52, 1)));
	background: linear-gradient(transparent 55%, rgb(169, 225, 52, 1) 0%);
}

.p-growthdash__intro__image {
	max-width: 854px;
	margin: 0 auto 3rem;
}

.p-growthdash__intro__list {
	display: flex;
}

.p-growthdash__intro__list li {
	width: calc(100% / 3);
	padding: 2rem;
	border-right: 1px solid rgba(171, 171, 171, 0.5);
}

.p-growthdash__intro__list li:last-child {
	border-right: none;
}

.p-growthdash__intro__list li img {
	max-width: 200px;
	margin: 0 auto 1.5em;
}

.p-growthdash__intro__list li dt {
	margin-bottom: 0.5em;
	font-size: 1.5rem;
	font-weight: 700;
}

.p-growthdash__intro__list li dd {
	font-size: 1rem;
}

.p-feature__content_container {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5rem 0 4rem;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.15);
}

.p-feature__title {
	font-size: 3.25rem;
	font-weight: 500;
	margin: 0 auto 3rem;
	letter-spacing: 0.025em;
}

.p-feature__lead {
	font-size: 1rem;
	margin: -2rem auto 2rem;
	letter-spacing: 0.025em;
}

.p-feature__flexbox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 90%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding: 3rem 0;
	border-top: 1px solid #d9d9d9;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-feature__flexbox figure {
	width: 41%;
	margin: 0;
}

.p-feature__textbox {
	width: 52%;
	height: auto;
}

.p-feature__flexbox:nth-child(odd) figure {
	order: 2;
}

.p-feature__textbox {
	order: 1;
}

.p-feature__smalltitle {
	font-size: 1.625rem;
	font-weight: 700;
	margin: 0 auto 1.5625rem;
	letter-spacing: 0.05em;
	color: #333;
	text-align: left;
}

.p-feature__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	text-align: justify;
	letter-spacing: 0.01em;
	color: #333;
}

.p-feature__list {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.625;
	margin-top: 1em;
	text-align: justify;
	letter-spacing: 0.02em;
	color: #333;
}

.p-feature__list li {
	padding-bottom: 0.75em;
}

.p-growthdash__section {
	max-width: 1000px;
	margin: 0 auto;
	padding: 4rem 0;
	text-align: center;
}

.p-growthdash__section.p-growthdash__why {
	padding: 8rem 0;
}

.p-growthdash__section__title__wrap {
	margin: 0 auto 2rem;
	text-align: center;
}

.p-growthdash__section__title {
	font-size: 3rem;
	font-weight: 500;
	letter-spacing: 1.3px;
}

.p-growthdash__section__flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: auto;
	margin: 0 auto;
}

.p-growthdash__section__flex__img {
	width: 40%;
	height: auto;
	margin-right: 6%;
	margin-bottom: 0;
}

.p-growthdash__section__flex__text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.p-growthdash__section__flex__text dt {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.625;
	margin: 0 auto 1rem;
	letter-spacing: 0.05em;
	color: #333;
}

.p-growthdash__section__flex__text dd {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #333;
}

.p-growthdash__comparison__img {
	max-width: 880px;
	margin: 0 auto;
}

.p-growthdash__price__lead {
	margin-top: 0.5em;
	font-size: 1rem;
}

.p-growthdash__price__text {
	margin-top: 2rem;
	font-size: 1.25rem;
	line-height: 1.83;
}

.p-growthdash__price__img {
	max-width: 805px;
	margin: 0 auto;
}

.p-growthdash__allocation {
	padding: 4rem 0 8rem;
}

.p-growthdash__allocation__lead {
	margin-top: 0.25em;
	font-size: 22px;
	font-weight: 600;
}

.p-growthdash__allocation__lead span {
	font-size: 38px;
	font-weight: 500;
}

.p-growthdash__allocation__img {
	max-width: 717px;
	margin: 0 auto;
}

.p-growthdash__voice {
	padding: 8rem 0;
}

.p-growthdash__voice__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: auto;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.p-growthdash__voice__list:not(:last-child) {
	margin-bottom: 3.75rem;
}

.p-growthdash__voice__list__image {
	width: 40%;
	height: auto;
	margin-right: 6%;
}

.p-growthdash__voice__list__image img {
	border: 1px solid #ccc;
}

.p-growthdash__voice__list__textbox {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	text-align: left;
}

.p-growthdash__voice__list__title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 auto 1.5rem;
	letter-spacing: 0.05em;
	color: #333;
}

.p-growthdash__voice__list__info {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.p-growthdash__voice__list__info img {
	width: 90px;
	margin-right: 20px;
	border-radius: 100%;
}

.p-growthdash__voice__list__name {
	font-size: 0.9rem;
}

.p-growthdash__voice__list__name dt,
.p-growthdash__voice__list__name dd {
	font-weight: 500;
}

.p-growthdash__voice__list__name dt + dd {
	margin-top: 0.25em;
}

.p-growthdash__voice__list__text {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.625;
	text-align: justify;
	letter-spacing: -0.01em;
	color: #333;
}

.p-growthdash__flow__container {
	padding: 4rem 3.75rem 4rem;
	background: #fff;
}

.p-cta {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: auto;
	padding: 5rem 0;
	background-color: #f8ffeb;
	text-align: center;
}

.p-cta.transparent {
	padding: 6rem 0;
	background: transparent;
}

.p-cta__text {
	font-size: 2.125rem;
	font-weight: 700;
	margin: 0 0 1.5rem;
	color: #4aa210;
	letter-spacing: 0.05em;
}

.p-cta__smalltext {
	font-size: 1.5rem;
	font-weight: 700;
	margin: 0 auto 2rem;
	letter-spacing: 0.05em;
}

.p-cta__linkbtn {
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 18.75rem;
	height: 4.25rem;
	margin: 0 auto;
	white-space: nowrap;
	text-decoration: none;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/btn-large.png) 50% 50% no-repeat;
	background-size: cover;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.p-cta__annotation {
	margin-top: 1.25rem;
	font-size: 0.875rem;
	letter-spacing: 0.025em;
}

/* サービスTOPページ */

.page-id-5363 a,
.page-id-5396 a {
	text-decoration: none;
}

.c-service__btn__text {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-align: center;
	margin-bottom: 1.125rem;
}

.c-service__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4.375rem;
	border-radius: 0.75rem;
	background-color: #2ebc00;
	box-shadow: 0 0.3125rem 2.5rem rgb(50 205 0 / 0.2);
	font-size: 1.25rem;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.03em;
}

.c-service__btn__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 4.3125rem;
	height: 2.3125rem;
	margin-right: 1rem;
	border-radius: 1.3125rem;
	background-color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	color: #2ebc00;
	letter-spacing: 0.03em;
}

#l-service__fv {
	position: relative;
	width: 100%;
	height: auto;
	padding: 6.125rem 0 7rem;
	background: linear-gradient(82.88deg, #ddffd1 4.56%, #f8ffdb 91.91%);

	& .c-container {
		position: relative;
		z-index: 10;
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: row-reverse;
		max-width: 1170px;
	}

	&:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		width: 50.46%;
		height: 5rem;
		background-color: #fff;
		clip-path: polygon(0 0, 100% 0, 0 100%);
	}

	&:after {
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 1;
		width: 100%;
		height: 10rem;
		background-color: #fff;
		clip-path: polygon(100% 0, 100% 100%, 0 100%);
	}
}

.p-service__fv__img {
	width: 55.21%;
	height: auto;
	/* margin-right: 1.875rem; */
}

.p-service__fv__textbox {
	width: 46%;
	height: auto;
	/* padding-top: 1.75rem; */
}

.p-service__fv__toptext {
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
}

.p-service__fv__toptext__img {
	width: 10.125rem;
	height: auto;
	margin-right: 0.625rem;
	padding-bottom: 0.5rem;
}

.p-service__fv__title {
	margin-top: 0.75rem;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.2;
}

.p-service__fv__label {
	display: flex;
	gap: 1rem;
	margin-top: 1.5rem;

	& span {
		display: flex;
		align-items: center;
		justify-content: center;
		line-height: 1;
		padding: 8px 10px;
		background: #97bf40;
		color: white;
		font-size: 1.25rem;
		font-weight: 700;
	}
}

.p-service__fv__text {
	margin-top: 2rem;
	font-size: 1rem;
	line-height: calc(25.6 / 16);
	letter-spacing: 0.03em;
}

.p-service__fv__btn_text {
	margin-bottom: 0.5rem;
	margin-bottom: 0.75rem;
	text-align: center;
	font-weight: 700;
	font-size: 1.25rem;
}

.p-service__fv__btn {
	max-width: 400px;
	margin: 2.5rem auto 0;
	padding-right: 2rem;

	& .c-service__btn {
		height: 3rem;
		width: 260px;
		margin: 0 auto;
	}
}

.l-service__introduction {
	width: 100%;
	height: auto;
	padding: 4rem 0 3.5rem;
	background: linear-gradient(174.45deg, #ffffff 14.62%, #fdfff0 53.94%, #ffffff 92.26%);

	& .c-container {
		max-width: 1170px;
	}
}

.p-service__introduction__logoarea {
	width: 100%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-block: 3rem;
	box-shadow: 0 0 1.875rem rgb(12 51 0 /0.08);
}

.p-service__introduction__toptext {
	font-size: 1.5rem;
	font-weight: 700;
	color: #092300;
	text-align: center;
	line-height: calc(28.8 / 24);
}

.p-service__introduction__storelogo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	width: 100%;
	height: auto;
	margin: 2.375rem auto 0;
	padding: 0 2rem;
}

.p-service__introduction__storelogo img {
	width: auto;
	height: 45px;
}

.p-service__introduction__title {
	margin: 6rem auto 0;
	font-size: 2.75rem;
	font-weight: 700;
	color: #092300;
	text-align: center;
	line-height: calc(82.5 / 55);
}

.p-service__introduction__sections {
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 5rem auto 0;
}

.p-service__introduction__section {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;
	margin-bottom: 4rem;

	&.-reverse {
		flex-direction: row-reverse;
	}

	&:last-child {
		margin-bottom: 0;
	}
}

.p-service__introduction__section__img {
	width: 35%;
	height: auto;
}

.p-service__introduction__section__textbox {
	width: 60%;
	height: auto;
}

.p-service__introduction__section__title {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: calc(28.8 / 24);
	letter-spacing: 0.03em;
}

.p-service__introduction__section__subtitle {
	margin-top: 1.25rem;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.p-service__introduction__section__list {
	margin-top: 0.5rem;
	font-size: 1rem;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.p-service__introduction__section__text {
	margin-top: 2rem;
	font-size: 1rem;
	line-height: calc(25.6 / 16);
	letter-spacing: 0.03em;
}

.p-service__introduction__btn {
	width: 31.25rem;
	margin: 10.25rem auto 0;
}

.l-service__feature {
	width: 100%;
	height: auto;
	/* padding-bottom: 4.25rem; */
	background: linear-gradient(174.45deg, #ffffff 14.62%, #fdfff0 53.94%, #ffffff 92.26%);

	& .c-container {
		max-width: 1170px;
	}
}

.p-service__feature__titlearea {
	width: 100%;
	height: auto;
	padding: 11rem 0 10.3125rem;
	background: linear-gradient(82.88deg, #ddffd1 4.56%, #f8ffdb 91.91%);
	clip-path: polygon(0 30.57%, 100% 0, 100% 67.46%, 0 100%);
}

.p-service__feature__title {
	font-size: 3rem;
	font-weight: 700;
	color: #092300;
	text-align: center;
	line-height: calc(82.5 / 55);
	letter-spacing: 0.03em;
}

.p-service__feature__sections {
	width: 100%;
	height: auto;
	margin: 1.6875rem auto 0;
}

.p-service__feature__section {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: auto;

	&:nth-child(1) {
		& .p-service__feature__section__textbox {
			padding-top: 1.625rem;
		}

		& .p-service__feature__section__img {
			width: 39.4%;
		}
	}

	&:nth-child(2) {
		margin-top: 7.9375rem;

		& .p-service__feature__section__img {
			width: 41.52%;
			transform: translateX(1.6875rem);
		}
	}

	&:nth-child(3) {
		margin-top: 8.5rem;

		& .p-service__feature__section__img {
			width: 39.06%;
		}
	}
}

.p-service__feature__section__textbox {
	width: 51.28%;
	height: auto;
}

.p-service__feature__section__number {
	font-size: 6.25rem;
	font-weight: 700;
	color: #32cd00;
	line-height: calc(120 / 100);
	letter-spacing: 0.05em;
}

.p-service__feature__section__title {
	margin-top: 2.125rem;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	letter-spacing: 0.03em;
}

.p-service__feature__section__text {
	margin-top: 1rem;
	font-size: 1rem;
	line-height: calc(25.6 / 16);
	letter-spacing: 0.03em;
}

.p-service__feature__smalltitle {
	margin: 4.9375rem auto 0;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	line-height: calc(31.2 / 26);
	letter-spacing: 0.03em;
}

.p-service__feature__channels {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem;
	width: 100%;
	height: auto;
	margin: 3rem auto 0;
}

.p-service__feature__channel {
	width: calc(100% / 3 - 2.5rem / 3);
	height: auto;
	padding: 1rem;
	background-color: #fff;
	box-shadow: 0 0 1.875rem rgb(12 51 0 / 0.08);
}

.p-service__feature__channel__title {
	font-size: 1.5rem;
	font-weight: 700;
	color: #092300;
	text-align: center;
	line-height: calc(38.4 / 24);
	letter-spacing: 0.03em;
}

.p-service__feature__channel__img {
	width: 100%;
	height: auto;
	margin: 0.75rem auto 0;
}

.p-service__feature__channel__text {
	margin: 0.75rem auto 0;
	font-size: 1rem;
	line-height: calc(25.6 / 16);
	letter-spacing: 0.03em;
}

.p-service__feature__channel__link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 3.375rem;
	margin: 0.75rem auto 0;
	border: 1px solid #2ebc00;
	border-radius: 0.75rem;
	font-size: 1.125rem;
	font-weight: 700;
	color: #2ebc00;
}

.p-service__feature__channel__linkicon {
	width: 1.5rem;
	height: auto;
	margin-left: 0.5rem;
}

.p-service__feature__btn {
	margin-top: 6.8125rem;
}

.p-service__feature__btn .c-service__btn {
	width: 31.25rem;
	margin: 0 auto;
}

.l-service__customervoice {
	width: 100%;
	height: auto;
	padding-bottom: 13.3125rem;
	background: linear-gradient(174.37deg, #ffffff 21.9%, #fdfff0 57.59%, #ffffff 92.37%);

	& .c-container {
		position: relative;
		z-index: 10;
		max-width: 1170px;
	}
}

.p-service__customervoice__titlearea {
	position: relative;
	z-index: 1;
	width: 100%;
	height: auto;
	padding: 13.5625rem 0 14rem;
	background: linear-gradient(82.88deg, #ddffd1 4.56%, #f8ffdb 91.91%);
	clip-path: polygon(0 30.57%, 100% 0, 100% 67.46%, 0 100%);
}

.p-service__customervoice__title {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	line-height: calc(66 / 55);
}

.p-service__customervoice__sections {
	width: 100%;
	height: auto;
	margin: -4.5rem auto 0;
}

.p-service__customervoice__section {
	width: 100%;
	height: auto;
	padding: 1rem;
	background-color: #fff;
	box-shadow: 0 2px 1.5rem rgb(9 35 0 / 0.08);

	&:not(:first-child) {
		margin-top: 3.625rem;
	}
}

.p-service__customervoice__section__titlearea {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	width: 100%;
	height: auto;
}

.p-service__customervoice__section__img {
	width: 35.33%;
	height: auto;
}

.p-service__customervoice__section__titlearea__textbox {
	flex: 1;
}

.p-service__customervoice__section__title {
	font-size: 1.75rem;
	font-weight: 700;
	line-height: calc(44.8 / 28);
	letter-spacing: 0.03em;
}

.p-service__customervoice__section__customername {
	margin-top: 1.25rem;
	font-size: 1.5rem;
	line-height: calc(38.4 / 24);
	letter-spacing: 0.03em;
}

.p-service__customervoice__textarea {
	display: flex;
	gap: 1.25rem;
	width: 100%;
	height: auto;
	margin: 2rem auto 0;
}

.p-service__customervoice__textarea__textbox {
	width: calc(100% / 2 - 1.25rem / 2);
	height: auto;
}

.p-service__customervoice__textarea__textbox__title {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 2.75rem;
	background: #bfffab;
	font-size: 1.125rem;
	font-weight: 700;
	color: #092300;
	letter-spacing: 0.03em;
}

.p-service__customervoice__textarea__textbox__text {
	margin-top: 0.75rem;
	font-size: 1rem;
	line-height: calc(25.6 / 16);
	letter-spacing: 0.03em;
}

.p-service__customervoice__textarea__textbox__text li {
	text-indent: -0.75em;
	margin-left: 0.75em;
}

.l-service__cta1 {
	width: 100%;
	height: auto;
	padding: 9.25rem 0 6.375rem;
	background: linear-gradient(88.79deg, #2ebd00 1.03%, #94e671 99.29%);
	clip-path: polygon(0 30.57%, 100% 0, 100% 67.46%, 0 100%);

	& .c-container {
		display: flex;
		justify-content: center;
		gap: 4%;
		max-width: 1170px;
	}
}

.p-service__cta1__img {
	width: 37.521367%;
	height: auto;
}

.p-service__cta1__textbox {
	width: 50.26%;
	height: auto;
	margin-right: 1.7%;
	padding-top: 0.625rem;
}

.p-service__cta1__text {
	font-size: 2.1875rem;
	font-weight: 700;
	color: #fff;
	line-height: calc(52.5 / 35);
}

.p-service__cta1__btnbox {
	display: flex;
	gap: 1.5rem;
	width: 100%;
	height: auto;
	margin: 1.375rem auto 0;
}

.p-service__cta1__btn1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.75rem;
	width: 19rem;
	height: 3.75rem;
	border-radius: 0.75rem;
	background-color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	color: #2ebc00;
}

.p-service__cta1__btn1__icon {
	width: 1.5rem;
	height: auto;
}

.p-service__cta1__btn2 {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 10.5rem;
	height: 3.75rem;
	border: 1px solid #fff;
	border-radius: 0.75rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #fff;
}

.page-id-5396 {
	& #l-commercehack__price {
		background: linear-gradient(174.37deg, #ffffff 21.9%, #fdfff0 57.59%, #ffffff 92.37%);
	}

	& #l-commercehack__price .c-container {
		max-width: 1170px;
		border: none;
		padding: 4.6875rem 0 11.75rem;
	}

	& .p-commercehack__price__title {
		margin: 0;
		font-size: 3.4375rem;
		font-weight: 700;
		line-height: calc(66 / 55);
	}

	& .p-commercehack__price__text {
		margin: 1.375rem auto 0;
		font-size: 1rem;
		text-align: center;
		line-height: calc(25.6 / 16);
		letter-spacing: 0.03em;
	}

	& .p-commercehack__price__plans {
		gap: 1.25rem;
		max-width: 1000px;
		margin: 3.25rem auto 0;
	}

	& .p-commercehack__price__linkbtn {
		display: none;
	}

	& .p-commercehack__price__plan {
		width: calc(100% / 3 - 2.5rem / 3);
		margin: 0;
		padding-bottom: 0.625rem;
		background-color: #fff;
		box-shadow: 0 2px 1.5rem rgb(9 35 0 / 0.08);
	}

	& .p-commercehack__price__plan__titlebox {
		display: block;
		height: 17.9375rem;
		padding-top: 3.375rem;
	}

	& .p-commercehack__price__plan.consulting .p-commercehack__price__plan__titlebox {
		background-color: #32cd00;
	}

	& .p-commercehack__price__plan.handson .p-commercehack__price__plan__titlebox {
		background-color: #2ebc00;
	}

	& .p-commercehack__price__plan.commerce .p-commercehack__price__plan__titlebox {
		background: #28a300;
	}

	& .p-commercehack__price__plan__name {
		margin: 0;
		font-size: 1.25rem;
		line-height: calc(24 / 20);
		letter-spacing: 0.03em;
	}

	& .p-commercehack__price__plan__price {
		margin: 0;
		font-size: 5rem;
		line-height: calc(96 / 80);
		letter-spacing: 0.03em;
	}

	& .p-commercehack__price__plan__per {
		padding-right: 0;
		font-size: 1rem;
		line-height: calc(19.2 / 16);
		text-align: center;
		letter-spacing: 0.03em;
	}

	& .p-commercehack__price__plan__supplement {
		line-height: calc(19.2 / 12);
		letter-spacing: 0.03em;
	}

	& .p-commercehack__price__plan__textbox {
		padding: 1.25rem 1.25rem 0.625rem;
	}

	& .p-commercehack__price__plan__lists li:not(:last-child) {
		margin-bottom: 0.625rem;
		padding-bottom: 0.625rem;
	}

	& .p-commercehack__price__plan__list__title {
		margin-bottom: 0.625rem;
		font-size: 1rem;
		line-height: calc(25.6 / 16);
		letter-spacing: 0.03em;
	}

	& .p-commercehack__price__plan__list__text {
		font-size: 0.875rem;
		line-height: calc(22.4 / 14);
		letter-spacing: 0.03em;
	}
}

.l-service__cta2 {
	width: 100%;
	height: auto;
	padding: 13.3125rem 0 5.3125rem;
	background: linear-gradient(88.79deg, #1f8000 1.03%, #2ebc00 99.29%);
	clip-path: polygon(0 28.45%, 100% 0, 100% 100%, 0 100%);
	color: #fff;

	& .c-container {
		max-width: 1170px;
	}
}

.p-service__cta2__largetext {
	font-size: 1.875rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

.p-service__cta2__text {
	margin-top: 3.0625rem;
	font-size: 1.25rem;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}

.p-service__cta2__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 27.375rem;
	height: 3.75rem;
	margin: 2.9375rem auto 0;
	border-radius: 0.75rem;
	background-color: #fff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.2;
	color: #2ebc00;
}

.p-service__cta2__link {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	margin: 2rem auto 0;
	font-size: 1.25rem;
	color: #fff;
	line-height: 1.2;
}

.p-service__cta1__btn1__icon {
	width: 1.5rem;
	height: auto;
}

/* 全ページ分メディアクエリ　*/

@media screen and (min-width: 769px) and (min-width: 1400px) {
	html {
		font-size: 100%;
	}
}

@media screen and (max-width: 768px) {
	html {
		font-size: 100%;
	}

	#l-top__fv {
		padding: 0.75rem 0 4.0625rem;
	}

	.ja #l-top__fv {
		padding: 3.125rem 0;
	}

	#l-top__service {
		padding: 0 0 5rem;
	}

	#l-top__app {
		padding: 0 0 5.25rem;
	}

	#l-top__expert {
		padding: 0 0 4.625rem;
	}

	.p-top__fv__flexbox {
		display: block;
		margin: 0 auto 3rem;
		padding: 0;
	}

	.ja .p-top__fv__flexbox {
		margin: 0 auto;
		padding: 0;
	}

	.p-top__fv__illust {
		width: 27.761194%;
		max-width: 160px;
		margin: 0 auto 0.3125rem;
	}

	.ja .p-top__fv__illust {
		width: 40%;
		margin: 0 auto;
	}

	.p-top__fv__textbox {
		width: 100%;
		padding-top: 1.875rem;
	}

	.ja .p-top__fv__textbox {
		width: 100%;
		margin: 1.25rem auto 0;
		padding: 0;
	}

	.p-top__fv__pagetitle {
		max-width: 500px;
		margin: 0 auto;
	}

	.ja .p-top__fv__pagetitle {
		width: 100%;
		max-width: 500px;
		margin: 0 auto;
		font-size: 1.75rem;
		line-height: calc(42 / 28);
		letter-spacing: 0.05em;
	}

	.p-top__fv__text {
		font-size: 1rem;
		line-height: 1.625;
		margin: 1.25rem auto 1.5625rem;
		padding-left: 0;
		text-align: center;
		letter-spacing: 0.05em;
	}

	.ja .p-top__fv__text {
		width: 100%;
		max-width: 500px;
		margin: 1.875rem auto 0;
		font-size: 1rem;
		text-align: left;
		line-height: calc(27.2 / 16);
		letter-spacing: 0.03em;
	}

	.p-top__fv__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		margin: 0 auto;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.ja .p-top__fv__linkbtn {
		max-width: 400px;
		height: 3.125rem;
		margin: 1.875rem auto 0;
		border-radius: 0.5rem;
		font-size: 1rem;
	}

	.p-top__fv__linkbtn .icon {
		width: 0.875rem;
		margin-right: 0.375rem;
	}

	.ja .p-top__fv__linkbtn .icon {
		width: 1.25rem;
		margin-right: 0.5rem;
	}

	.p-top__fv__message {
		font-size: 1.625rem;
		line-height: 1.5;
		margin: 0 auto 0.625rem;
	}

	.p-top__fv__smallmessage {
		font-size: 0.9375rem;
		line-height: 1.75;
		text-align: center;
		letter-spacing: 0.075em;
	}

	.p-top__fv__smallmessage:after {
		right: 3rem;
		bottom: 0.75rem;
		width: 6.1875rem;
		height: 1.59375rem;
		-webkit-transform: translate(60%, 100%);
		transform: translate(60%, 100%);
	}

	.l-top__process {
		padding: 1.875rem 0;
	}

	.p-top__process__content {
		padding: 2.5rem 1rem 1.875rem;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
	}

	.p-top__process__content__toptext {
		font-size: 1.125rem;
	}

	.p-top__process__content__title {
		margin: 0.5rem auto 0;
		font-size: 1.625rem;
		line-height: 1.5;
	}

	.p-top__process__content__text {
		margin: 1rem auto 0;
		font-size: 0.9375rem;
	}

	.p-top__process__content__chart {
		width: 100%;
		margin: 1.5rem auto 0;
	}

	.p-top__process__ornament {
		width: 100px;
	}

	.l-top__feature {
		padding: 1.875rem 0;
	}

	.p-top__feature__toptext {
		font-size: 1.125rem;
	}

	.p-top__feature__title {
		margin: 0.5rem auto 0;
		font-size: 1.625rem;
		line-height: 1.5;
	}

	.p-top__feature__boxes {
		display: block;
		margin: 0 auto 0;
	}

	.p-top__feature__box {
		width: 100%;
		border-top: 1px solid #cccccc;
		padding: 2rem 10px;
	}

	.p-top__feature__box:nth-child(even) {
		border-left: none;
	}

	.p-top__feature__box:first-child {
		border-top: none;
	}

	.p-top__feature__box:nth-child(n + 3) {
		border-top: 1px solid #cccccc;
	}

	.p-top__feature__box__title {
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.p-top__feature__box__chart {
		margin: 1.25rem auto 0;
	}

	.p-top__feature__box__text {
		margin: 1.25rem auto 0;
		font-size: 0.9375rem;
	}

	.l-top__growth {
		/*padding: 3.75rem 0;*/
		padding: 0;
	}

	.p-top__growth__title {
		font-size: 1.625rem;
		line-height: 1.5;
	}

	.p-top__growth__content_container {
		margin: 1.5rem auto 3rem;
	}

	.p-top__growth__content_container:not(:first-of-type) {
		margin: 2rem auto 3rem;
		padding-bottom: 2.5rem;
	}

	.p-top__growth__smalltitlebox:before {
		left: -5px;
		height: 2px;
		width: calc(100% + 10px);
	}

	.p-top__growth__smalltitle {
		padding: 0 0.5rem;
		font-size: 1rem;
		font-weight: 600;
		line-height: 1.5;
	}

	.p-top__growth__contentboxes {
		width: 100%;
		height: auto;
	}

	.p-top__growth__contentbox {
		display: block;
	}

	.p-top__growth__contentbox__imagearea {
		flex: 1;
		margin-top: 1.25rem;
	}

	.p-top__growth__contentbox__textarea {
		width: 100%;
		margin-top: 0;
	}

	.p-top__growth__contentbox__title {
		font-size: 1.25rem;
		line-height: 1.3;
	}

	.p-top__growth__contentbox__text {
		margin-top: 1rem;
		font-size: 0.9375rem;
	}

	.p-top__growth__contentbox__link {
		width: 11rem;
		height: 2.875rem;
		margin: 1rem auto 0;
		font-size: 1rem;
	}

	.p-top__growth__contentbox__link .icon {
		position: absolute;
		top: 50%;
		right: 1.6875rem;
		transform: translateY(-50%);
		width: 10px;
		height: auto;
	}

	.p-top__growth__contentbox.u-1stbox {
		margin-top: 2rem;
	}

	.p-top__growth__contentbox.u-1stbox .p-top__growth__contentbox__image {
		margin: 0 auto 0;
	}

	.p-top__growth__contentbox.u-2ndbox {
		margin-top: 2rem;
	}

	.p-top__growth__contentbox.u-2ndbox .p-top__growth__contentbox__image {
		width: 59.78%;
		margin: 0 auto;
	}

	.p-top__growth__contentbox.u-3rdbox {
		margin-top: 3rem;
	}

	.p-top__growth__contentbox.u-3rdbox .p-top__growth__contentbox__imagearea {
		padding-bottom: 0;
	}

	.p-top__growth__contentbox.u-3rdbox .p-top__growth__contentbox__image {
		width: 66.236559%;
		margin: 0 auto;
	}

	/*----- TOP Newsカスタマイズ -----*/

	.l-top__news {
		padding: 3.125rem 0;
	}

	.l-top__news .p-top__news__title {
		font-size: 2.75rem;
		line-height: calc(52.8 / 44);

		& span {
			margin-left: 0.75rem;
			font-size: 1rem;
		}
	}

	.p-top__news__list {
		& li {
			flex-wrap: wrap;
			align-items: center;
			gap: 5px;
			padding: 15px 0;
			font-size: 14px;
		}
	}

	.p-top__news__list__date {
		min-width: 80px;
	}

	.p-top__news__list__cate {
		font-size: 12px;

		& a {
			padding: 4px 8px;
			border-radius: 50px;
		}
	}

	.p-top__news__list__title {
		width: 100%;
		flex: none;
	}

	.p-top__news__contentbox__link {
		max-width: 400px;
		height: 3.125rem;
		border-radius: 0.5rem;
		font-size: 1rem;
	}

	/*----- TOP Servceカスタマイズ -----*/

	.l-top__service {
		padding: 3.125rem 0;
	}

	.l-top__service .p-top__service__title {
		font-size: 2.75rem;
		line-height: calc(52.8 / 44);

		& span {
			margin-left: 0.75rem;
			font-size: 1rem;
		}
	}

	.p-top__service__contentboxes {
		width: 100%;
		margin: 3.125rem auto 0;
	}

	.p-top__service__contentbox {
		display: block;
		padding-inline: 1rem;

		&:not(:first-child) {
			margin-top: 3.125rem;
		}

		&.u-operation {
			padding-block: 2.9375rem 3.125rem;

			& .p-top__service__contentbox__link {
				margin: 0.625rem auto 0;
			}
		}

		&.u-consider {
			padding-block: 2.8125rem 2.5rem;

			& .p-top__service__contentbox__link {
				margin: 0.5rem auto 0;
			}
		}
	}

	.p-top__service__contentbox__label {
		top: -15px;
		font-size: 0.875rem;
		line-height: calc(16.8 / 14);
	}

	.p-top__service__contentbox__textarea {
		width: 100%;
	}

	.p-top__service__operation__img {
		width: 96%;
		max-width: 400px;
		margin: 0 auto 2rem;
	}

	.p-top__service__opration__toptext {
		font-size: 0.875rem;
		line-height: calc(22.4 / 14);
	}

	.p-top__service__opration__largetext {
		margin-top: 0.1875rem;
		font-size: 2.75rem;
		line-height: calc(52.8 / 44);
	}
	.p-top__service__contentbox.-store-diagnosis .p-top__service__opration__largetext {
		font-size: 2rem;
	}

	.p-top__service__opration__text {
		margin-top: 0.625rem;
		font-size: 0.875rem;
		line-height: calc(22.4 / 14);
	}

	.p-top__service__contentbox__link {
		max-width: 400px;
		height: 3.125rem;
		border-radius: 0.5rem;
		font-size: 1rem;
	}

	.p-top__service__consider__largetext {
		margin-top: 2.5rem;
		font-size: 2rem;
		line-height: calc(43.2 / 36);
		letter-spacing: 0;
	}

	.p-top__service__consider__text {
		margin-top: 0.625rem;
		font-size: 0.875rem;
		line-height: calc(22.4 / 14);
		letter-spacing: 0.03em;
	}

	.p-top__service__contentbox__btnarea {
		margin: 2.875rem auto 0;
		padding-top: 0;
		width: 100%;
	}

	.p-top__service__contentbox__btnarea__textbox {
		&:not(:first-child) {
			margin-top: 1.6875rem;
		}
	}

	.p-top__service__contentbox__btnarea__text {
		font-size: 0.875rem;
		line-height: calc(16.8 / 14);
	}

	.p-top__service__contentbox__btnarea__largetext {
		margin-top: 0.5rem;
		font-size: 2rem;
		line-height: calc(38.4 / 32);
	}

	.l-top__award {
		padding: 0 0 3.875rem;
	}

	.ja .l-top__award {
		padding: 3.125rem 0 5rem;
	}

	.p-top__award__title {
		font-size: 1.75rem;
	}

	.ja .p-top__award__title {
		font-size: 2.75rem;
		line-height: calc(52.8 / 44);

		& span {
			margin-left: 0.75rem;
			font-size: 1rem;
		}
	}

	.p-top__award__boxes {
		display: block;
		margin: 2rem auto 0;
	}

	.ja .p-top__award__boxes {
		margin: 1.8125rem auto 0;
	}

	.p-top__award__box {
		width: 100%;
		margin-bottom: 0;
	}

	.p-top__award__box:not(:first-child) {
		margin-top: 2rem;
	}

	.p-top__award__box__year {
		margin-top: 0.75rem;
		font-size: 0.75rem;
	}

	.p-top__award__box__title {
		margin-top: 0.7rem;
		font-size: 1.25rem;
	}

	.p-top__award__box__text {
		margin-top: 0.7rem;
		font-size: 0.875rem;
	}

	.p-top__service__content_container {
		width: 100% !important;
		padding: 3.125rem 0 2.5rem;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-top__news__title,
	.p-top__service__title,
	.p-top__app__title,
	.p-top__expert__title,
	.p-solution__app__title {
		font-size: 1.8125rem;
		margin: 0 auto 1.8125rem;
	}

	.p-top__service__lists {
		display: block;
		padding: 0 1.25rem;
	}

	.p-top__service__list {
		width: 100% !important;
	}

	.p-top__service__list:first-child {
		border-top: 1px solid #c4c4c4;
	}

	.p-top__service__list:not(:last-child) {
		padding-bottom: 2.5rem;
		border-right: 0;
		border-bottom: 1px solid #c4c4c4;
	}

	.p-top__service__list.list1 .p-top__service__image {
		width: 72.881356%;
		max-width: 410px;
		margin: 1.75rem auto 0.96875rem 15.42373%;
	}

	.p-top__service__list.list2 .p-top__service__image {
		width: 56.440678%;
		max-width: 320px;
		margin: 1.6875rem auto 1.375rem 17.9661%;
	}

	.p-top__service__list.list3 .p-top__service__image {
		width: 70.169492%;
		max-width: 380px;
		margin: 1.75rem auto 1rem;
	}

	.p-top__service__name {
		font-size: 1.125rem;
		margin: 0 auto 0.75rem;
	}

	.p-top__service__text {
		font-size: 0.8125rem;
		line-height: 1.53846154;
		margin: 0 auto 1.03125rem;
	}

	.p-top__app__title {
		margin: 0 auto 2.125rem;
	}

	.p-top__app__flexbox,
	.p-top__expert__flexbox {
		display: block;
		width: 100%;
	}

	.p-top__app__flexbox:not(:last-child),
	.p-top__expert__flexbox:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.p-top__app__image,
	.p-top__expert__image {
		width: 100%;
		margin: 0 auto 1.25rem;
	}

	.p-top__app__textbox,
	.p-top__expert__textbox {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 1.25rem;
	}

	.p-top__app__name {
		font-size: 1.125rem;
		margin: 0 auto 0.78125rem;
	}

	.p-top__app__text,
	.p-top__expert__text {
		font-size: 0.8125rem;
		line-height: 1.53846154;
	}

	.p-top__app__linkbtn {
		margin: 1.03125rem auto 0;
	}

	#l-commercehack__fv {
		padding: 1.875rem 0 4.0625rem;
	}

	#l-commercehack__fv:after {
		width: 4.6875rem;
		height: 1.125rem;
		background-size: cover;
	}

	#l-commercehack__feature {
		padding: 1.875rem 0;
	}

	#l-commercehack__example {
		padding: 5rem 0 3.75rem;
	}

	#l-commercehack__function {
		padding: 1.25rem 0 3.75rem;
	}

	#l-commercehack__price .c-container {
		padding: 3.75rem 0 5rem;
	}

	#l-store__fv {
		padding: 1.875rem 0 4.0625rem;
	}

	#l-store__fv:after {
		width: 4.6875rem;
		height: 1.125rem;
		background-size: cover;
	}

	#l-solution__fv {
		padding: 1.875rem 0 4.0625rem;
	}

	#l-solution__fv:after {
		width: 4.6875rem;
		height: 1.125rem;
		background-size: cover;
	}

	#l-solution__app {
		margin-bottom: 5rem;
		padding: 1.875rem 0;
	}

	#l-solution_detail__fv {
		padding: 1.875rem 0 4.0625rem;
	}

	#l-solution_detail__fv:after {
		width: 4.6875rem;
		height: 1.125rem;
		background-size: cover;
	}

	#l-solution_detail__feature {
		padding: 1.875rem 0;
	}

	#l-solution_detail__feature:after {
		width: 4.6875rem;
		height: 1.125rem;
		background-size: cover;
	}

	#l-solution_detail__about {
		padding: 3.75rem 0;
	}

	#l-solution_detail__price .c-container {
		padding: 3.75rem 0 5rem;
	}

	.p-solution_detail__cta {
		margin: 0 auto 6.25rem;
		padding: 2.8125rem 0 2.8125rem;
	}

	#l-about__fv {
		padding: 2.625rem 0 4.0625rem;
	}

	#l-about__team {
		padding: 0 0 3.75rem;
	}

	.p-about__cta {
		padding: 0 0 5.625rem;
	}

	#l-about__company {
		padding: 0 0 3.75rem;
	}

	#l-bloglist {
		padding: 2.5rem 0 1.875rem;
	}

	#l-blogpage__article {
		padding: 2.5rem 0 5rem;
	}

	#l-blogpage__article.img-bg:before {
		height: 11.25rem;
	}

	#l-blogpage__related_articles {
		padding: 0 0 3.75rem;
	}

	#l-page__fv {
		padding: 5rem 0 3.75rem;
	}

	#l-contact__fv {
		padding: 5rem 0 3.75rem;
	}

	#l-growthdash__fv {
		padding: 1.875rem 0 4.0625rem;
	}

	#l-growthdash__feature {
		padding: 1.875rem 0;
		margin: 0 auto 1rem;
	}

	#l-growthdash__feature:before {
		top: -1.2rem;
		width: 4.6875rem;
		height: 1.1rem;
		background-size: cover;
	}

	#l-growthdash__flow {
		padding: 1.875rem 0;
		margin: 0 auto;
	}

	#l-growthdash__flow:before {
		top: -1.1rem;
		width: 4.6875rem;
		height: 1.1rem;
		background-size: cover;
	}

	#l-growthdash__flow:after {
		bottom: 1px;
		width: 4.6875rem;
		height: 1.125rem;
	}

	.p-commercehack__fv__illust {
		width: 35%;
		max-width: 160px;
		margin: 0 auto 0.3125rem;
	}

	.p-commercehack__fv__pagetitle {
		width: 80%;
		max-width: 500px;
		margin: 0 auto 1.0625rem;
	}

	.p-commercehack__fv__text {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto 1.5625rem;
		padding-left: 0;
		letter-spacing: 0.05em;
	}

	.p-commercehack__fv__illust--jp {
		width: 35%;
		max-width: 160px;
		margin: 0 auto 0.3125rem;
	}

	.p-commercehack__fv__text--jp {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto 0.5rem;
		padding-left: 0;
		letter-spacing: 0.05em;
	}

	.p-commercehack__fv__pagetitle--jp {
		width: 80%;
		max-width: 500px;
		margin: 0 auto 1.5625rem;
	}

	.p-commercehack__fv__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		margin: 0 auto 3rem;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-commercehack__fv__linkbtn .icon {
		width: 0.875rem;
		margin-right: 0.375rem;
	}

	.p-commercehack__fv__message {
		font-size: 1.5rem;
		margin: 0 auto;
	}

	.p-commercehack__fv__message:after {
		bottom: 0.3125rem;
		width: 6.1875rem;
		height: 1.59375rem;
	}

	.p-commercehack__feature__content_container {
		padding: 3.25rem 1.25rem 1rem;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-commercehack__feature__title,
	.p-commercehack__example__title,
	.p-commercehack__function__title,
	.p-commercehack__price__title,
	.p-solution_detail__feature__title,
	.p-solution_detail__price__title {
		font-size: 1.6875rem;
		line-height: 1.3;
		margin: 0 auto 1.8125rem;
	}

	.p-commercehack__feature__title span,
	.p-commercehack__example__title span,
	.p-commercehack__function__title span {
		font-size: 1.25rem;
	}

	.p-commercehack__feature__flexbox {
		display: block;
		width: 100%;
		padding: 2rem 0;
	}

	.p-commercehack__feature__flexbox.shopify .p-commercehack__feature__image {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 1.875rem;
	}

	.p-commercehack__feature__flexbox.speed .p-commercehack__feature__image {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 1.875rem;
	}

	.p-commercehack__feature__flexbox.growthhacking .p-commercehack__feature__image {
		width: 100%;
		max-width: 420px;
		margin: 0 auto 1.875rem;
	}

	.p-commercehack__feature__textbox {
		width: 100%;
	}

	.p-commercehack__feature__smalltitle {
		font-size: 1.125rem;
		margin: 0 auto 0.75rem;
	}

	.p-commercehack__feature__text {
		font-size: 0.9375rem;
		line-height: 1.53846154;
	}

	.p-commercehack__example__lists {
		width: 100%;
	}

	.p-commercehack__example__list {
		display: block;
		width: 100%;
	}

	.p-commercehack__example__list:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.p-commercehack__example__list__image {
		display: block;
		width: 100%;
		margin: 0 auto 1.25rem;
	}

	.p-commercehack__example__list__textbox {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 1.25rem;
	}

	.p-commercehack__example__list__title {
		font-size: 1.125rem;
		margin: 0 auto 0.78125rem;
	}

	.p-commercehack__example__list__text {
		font-size: 0.9375rem;
		line-height: 1.53846154;
	}

	.p-commercehack__function__top_text {
		margin-bottom: 3rem;
		font-size: 1.25rem;
	}

	.p-commercehack__function__list {
		flex-direction: column;
		row-gap: 3rem;
	}

	.p-commercehack__function__list_item {
		width: 100%;
	}

	.p-commercehack__function__list_item__title {
		margin-bottom: 1.25rem;
		font-size: 1.125rem;
	}

	.p-commercehack__function__list_item__img {
		width: 60%;
		max-width: 300px;
		margin: 0 auto 1.25rem;
	}

	.p-commercehack__function__list_item__text {
		font-size: 0.9375rem;
	}

	.p-commercehack__price__title {
		line-height: 1.25;
	}

	.p-commercehack__price__plans {
		display: block;
		width: 100%;
		max-width: 500px;
	}

	.p-commercehack__price__plan {
		width: 100%;
		margin: 0;
	}

	.p-commercehack__price__plan:not(:last-child) {
		margin-bottom: 1.875rem;
	}

	.p-commercehack__price__plan__titlebox {
		height: 16rem;
	}

	.p-commercehack__price__plan__name {
		font-size: 1.25rem;
		margin: 0 auto 0.3125rem;
	}

	.p-commercehack__price__plan__name--en {
		font-size: 0.75rem;
		margin: 0 auto 1rem;
	}

	.p-commercehack__price__plan__price {
		font-size: 3.75rem;
		margin: 0 auto 0.5625rem;
	}

	.p-commercehack__price__plan__per {
		font-size: 0.875rem;
	}

	.p-commercehack__price__plan__textbox {
		height: auto;
		padding: 1rem 8.26446%;
	}

	.p-commercehack__price__plan__lists li {
		font-size: 0.8125rem;
	}

	.p-commercehack__price__plan__lists li .small {
		font-size: 0.6875rem;
	}

	.p-commercehack__price__plan__list__title {
		font-size: 1rem;
	}

	.p-commercehack__price__plan__list__text {
		font-size: 0.9375rem;
	}

	.p-commercehack__price__note {
		font-size: 0.8125rem;
		max-width: 100%;
		margin: 1.25rem auto 0;
	}

	.p-commercehack__price__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		margin: 3.125rem auto 0;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-commercehack__price__linkbtn .icon {
		width: 0.875rem;
		margin-right: 0.375rem;
	}

	.p-store__fv__illust {
		width: 35%;
		max-width: 160px;
		margin: 0 auto 0.3125rem;
	}

	.p-store__fv__pagetitle {
		width: 80%;
		max-width: 500px;
		margin: 0 auto 1.0625rem;
	}

	.p-store__fv__text {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto 1.5625rem;
		padding-left: 0;
		letter-spacing: 0.05em;
	}

	.p-store__fv__illust--jp {
		width: 35%;
		max-width: 160px;
		margin: 0 auto 0.3125rem;
	}

	.p-store__fv__pagetitle--jp {
		width: 70%;
		max-width: 500px;
		margin: 0 auto 1.5625rem;
	}

	.p-store__fv__text--jp {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto 0.5rem;
		padding-left: 0;
		letter-spacing: 0.05em;
	}

	.p-store__fv__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		margin: 0 auto 3rem;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-store__fv__linkbtn .icon {
		width: 0.875rem;
		margin-right: 0.375rem;
	}

	.p-store__fv__message {
		font-size: 1.5rem;
		margin: 0 auto;
	}

	.p-store__fv__message:after {
		bottom: 0;
		width: 6.1875rem;
		height: 1.59375rem;
	}

	.p-solution__fv__illust {
		width: 35%;
		max-width: 160px;
		margin: 0 auto 0.3125rem;
	}

	.p-solution__fv__pagetitle {
		width: 80%;
		max-width: 500px;
		margin: 0 auto 1.0625rem;
	}

	.p-solution__fv__text {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto 1.5625rem;
		padding-left: 0;
		letter-spacing: 0.05em;
	}

	.p-solution__fv__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		margin: 0 auto 3rem;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-solution__fv__linkbtn .icon {
		width: 0.875rem;
		margin-right: 0.375rem;
	}

	.p-solution__fv__message {
		font-size: 1.5rem;
		margin: 0 auto;
	}

	.p-solution__fv__message:after {
		right: 0;
		bottom: 0.3125rem;
		width: 6.1875rem;
		height: 1.59375rem;
	}

	.p-solution__app__container {
		padding: 3.25rem 1.25rem 2.5rem;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-solution__app__title {
		margin: 0 auto 2.125rem;
	}

	.p-solution__app__flexbox {
		display: block;
		width: 100%;
	}

	.p-solution__app__flexbox:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.p-solution__app__image {
		width: 100%;
		margin: 0 auto 1.25rem;
	}

	.p-solution__app__textbox {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: 100%;
		padding: 0 1.25rem;
	}

	.p-solution__app__name {
		font-size: 1.125rem;
		margin: 0 auto 0.78125rem;
	}

	.p-solution__app__text {
		font-size: 0.8125rem;
		line-height: 1.53846154;
	}

	.p-solution__app__linkbtn {
		margin: 1.03125rem auto 0;
	}

	#l-solution_detail__fv .c-container::after {
		right: 19%;
		bottom: 0;
		width: 6.1875rem;
		height: 1.59375rem;
	}

	.p-solution_detail__fv__illust {
		width: 47%;
		max-width: 200px;
		margin: 0 auto 0.9375rem;
	}

	.p-solution_detail__fv__text {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto 1.5625rem;
		padding-left: 0;
	}

	.p-solution_detail__fv__linkbtn,
	.p-solution_detail__cta__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-solution_detail__feature__content_container {
		padding: 3.25rem 1.25rem 2.5rem;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-solution_detail__feature__lists {
		display: block;
	}

	.p-solution_detail__feature__list {
		width: 100%;
		padding: 2rem 0 0;
	}

	.p-solution_detail__feature__list:first-child {
		border-top: 1px solid #c4c4c4;
	}

	.p-solution_detail__feature__list:not(:last-child) {
		padding: 2rem 0 2.5rem;
		border-right: 0;
		border-bottom: 1px solid #c4c4c4;
	}

	.p-solution_detail__feature__list__title {
		font-size: 1.125rem;
		height: auto;
		margin: 0 auto 0.75rem;
	}

	.p-solution_detail__feature__list__text {
		font-size: 0.8125rem;
		line-height: 1.53846154;
	}

	.p-solution_detail__about__title {
		font-size: 1.8125rem;
		margin: 0 auto 1.8125rem;
	}

	.p-solution_detail__about__lists {
		width: 100%;
	}

	.p-solution_detail__about__list:not(:last-child) {
		margin-bottom: 2.5rem;
	}

	.p-solution_detail__about__list__title {
		font-size: 1.125rem;
		margin: 0 auto 0.78125rem;
	}

	.p-solution_detail__about__list__text {
		font-size: 0.8125rem;
		line-height: 1.53846154;
		margin: 0 auto 1rem;
	}

	.p-solution_detail__lists {
		width: 100%;
		height: 18.75rem;
	}

	.p-solution_detail__cta .c-container::after {
		right: 19%;
		bottom: 0;
		width: 6.1875rem;
		height: 1.59375rem;
	}

	.p-solution_detail__cta__text {
		font-size: 1rem;
		margin: 0 auto 1.25rem;
	}

	.p-about__fv__pagetitle {
		font-size: 1.8125rem;
		margin: 0 auto 1.25rem;
	}

	.p-about__fv__illust {
		width: 60%;
		max-width: 300px;
		margin: 0 auto 1.875rem;
	}

	.p-about__fv__messagebox {
		margin: 0 auto 3.125rem;
	}

	.p-about__fv__smallmessage {
		font-size: 1rem;
		margin: 0 auto 1rem;
	}

	.p-about__fv__message {
		font-size: 1.625rem;
	}

	.p-about__fv__message:after {
		right: 0;
		bottom: 0;
		width: 6.1875rem;
		height: 1.59375rem;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	.p-about__fv__textbox {
		margin: 0 auto 5rem;
	}

	.p-about__fv__text {
		font-size: 0.8125rem;
		line-height: 1.53846154;
		margin: 0 auto 1rem;
	}

	.p-about__fv__largetext {
		font-size: 1.125rem;
	}

	.p-about__fv__largemessage {
		font-size: 1.5rem;
		white-space: nowrap;
	}

	.p-about__team__content_container {
		padding: 3.125rem 1.25rem 2.5rem;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-about__team__title {
		font-size: 1.8125rem;
		margin: 0 auto 1.875rem;
	}

	.p-about__team__lists {
		display: block;
	}

	.p-about__team__list {
		width: 100%;
		margin-bottom: 0;
		padding-bottom: 2.5rem;
		border-top: 1px solid #ababab;
		border-right: 0;
	}

	.p-about__team__list:nth-of-type(3),
	.p-about__team__list:last-child {
		padding-bottom: 2.5rem;
		border-top: 1px solid #ababab;
	}

	.p-about__team__list__image {
		max-width: 230px;
		margin: 0 auto 1rem;
	}

	.p-about__team__list__name {
		font-size: 1.25rem;
		width: 90%;
		height: auto;
		margin: 0 auto 0.75rem;
	}

	.p-about__team__list__position {
		font-size: 0.875rem;
		width: 90%;
	}

	.p-about__team__list__text {
		font-size: 0.8125rem;
		width: 90%;
	}

	.p-about__cta__image {
		width: 100%;
		margin: 0 auto 1.25rem;
	}

	.p-about__cta__messagebox {
		margin: 0 auto 2.5rem;
	}

	.p-about__cta__message {
		font-size: 1.25rem;
	}

	.p-about__cta__message:after {
		bottom: 0.3125rem;
		width: 6.1875rem;
		height: 1.59375rem;
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	.p-about__cta__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		margin: 0 auto;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-about__cta__linkbtn .icon {
		width: 0.875rem;
		margin-right: 0.375rem;
	}

	.p-about__company__title {
		font-size: 1.8125rem;
		margin: 0 auto 1.875rem;
	}

	.p-about__company__list {
		margin: 0 auto 1.25rem;
	}

	.p-about__company__list dl {
		font-size: 0.8125rem;
		width: 100%;
	}

	.p-about__company__list dt {
		width: 100%;
	}

	.p-about__company__list dd {
		width: 100%;
	}

	.p-bloglist__titlebox {
		margin: 0 auto 3rem;
	}

	.p-bloglist__pagetitle {
		font-size: 1.8125rem;
	}

	.p-bloglist__pagetitle:after {
		bottom: 0.3125rem;
		width: 6.1875rem;
		height: 1.59375rem;
		-webkit-transform: translate(60%, 100%);
		transform: translate(60%, 100%);
	}

	.p-bloglist__label {
		width: 90%;
	}

	.p-bloglist__wrap {
		display: block;
		position: relative;
		left: auto;
		transform: inherit;
		margin: 0 auto 30px;
	}

	.p-bloglist__download {
		row-gap: 15px;
		margin-bottom: 30px;
	}
	.p-bloglist__download__text {
		font-size: 1rem;
	}
	.p-bloglist__download__btn {
		padding: 10px 35px;
		border-radius: 0.5rem;
		font-size: 1rem;
	}
	.p-bloglist__download__btn img {
		width: 25px;
		margin-left: 5px;
	}

	.p-bloglist__tags {
		position: relative;
		font-size: 0.75rem;
	}

	.p-bloglist__tags a {
		margin-left: 8px;
		padding-left: 8px;
		margin-bottom: 10px;
	}

	.p-bloglist__articles {
		display: block;
		width: 100%;
		margin: 0 auto 5rem;
	}

	.p-bloglist__article {
		width: 100%;
		margin-bottom: 2.5rem;
	}

	.p-bloglist__article:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.p-bloglist__breadcrumb {
		padding: 0.9375rem 0;
	}

	.p-bloglist__breadcrumb span span {
		font-size: 0.75rem;
	}

	.p-blogpage__article__thumbnail {
		margin: 0 auto 1.875rem;
	}

	.p-blogpage__article__tags {
		margin: 0 auto 0.625rem;
	}

	.p-blogpage__article__tag {
		margin-bottom: 0.625rem;
	}

	.p-blogpage__article__tag:not(:last-child) {
		margin-right: 0.625rem;
	}

	.p-blogpage__article__tag a {
		font-size: 0.75rem;
		height: 1.5rem;
		padding: 0 1rem;
		border-radius: 0.75rem;
	}

	.p-blogpage__article__title {
		font-size: 1.5rem;
		margin: 0 auto 1.5rem;
	}

	.p-blogpage__article__date {
		font-size: 0.8125rem;
		margin: 0 auto 1.625rem;
	}

	.p-blogpage__article__content h2 {
		font-size: 1.25rem;
		margin: 2.5em 0 1.8em;
	}

	.p-blogpage__article__content h3 {
		font-size: 1.125rem;
		margin: 2.5em 0 1em;
	}

	.p-blogpage__article__content h4 {
		font-size: 1rem;
		margin: 2.5em 0 1em;
	}

	.p-blogpage__article__content p {
		font-size: 0.8125rem;
	}

	.p-blogpage__article__content img {
		margin-bottom: 1.625rem;
	}

	.p-blogpage__article__content ul {
		font-size: 0.8125rem;
	}

	.p-blogpage__article__content ul.article {
		margin: 0 1em 1.8em;
	}

	.p-blogpage__article__content ol {
		font-size: 0.8125rem;
	}

	.p-blogpage__article__content figure figcaption {
		font-size: 0.75rem;
	}

	.p-blogpage__article__content .reference {
		margin: 0 auto 1rem;
		padding: 1em;
	}

	.p-blogpage__article__content pre {
		font-size: 0.75rem;
	}

	.addtoany_content.addtoany_content_top {
		margin: 0 auto 1.5rem;
	}

	.addtoany_content.addtoany_content_bottom {
		margin: 1.5rem auto;
	}

	.p-blogpage__related_articles__title {
		font-size: 1.8125rem;
		margin: 0 auto 1.875rem;
	}

	.p-blogpage__related_articles__lists {
		display: block;
		width: 90%;
	}

	.p-blogpage__related_articles__list {
		width: 100%;
		margin-bottom: 2.5rem;
	}

	.p-blogpage__related_articles__list:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.l-page__fv__title {
		font-size: 1.6875rem;
		margin: 0 auto;
	}

	#l-page__container {
		padding: 2.5rem 0 5rem;
	}

	#l-page__container h2 {
		font-size: 1.25rem;
		margin: 2.5em 0 1.8em;
	}

	#l-page__container h3 {
		font-size: 1.125rem;
		margin: 2.5em 0 1em;
	}

	#l-page__container h4 {
		font-size: 1rem;
		margin: 2.5em 0 1em;
	}

	#l-page__container p {
		font-size: 0.8125rem;
	}

	#l-page__container img {
		margin-bottom: 1.625rem;
	}

	#l-page__container ul {
		font-size: 0.8125rem;
	}

	#l-page__container ul.article {
		margin: 0 1em 1.8em;
	}

	#l-page__container ol {
		font-size: 0.8125rem;
	}

	#l-page__container figure figcaption {
		font-size: 0.75rem;
	}

	#l-page__container .reference {
		margin: 0 auto 1rem;
		padding: 1em;
	}

	#l-page__container pre {
		font-size: 0.75rem;
	}

	.l-contact__fv__title {
		font-size: 1.6875rem;
		margin: 0 auto;
	}

	#l-contact__container {
		max-width: 100%;
	}

	.p-404__linkbtn {
		margin: 0 auto 5rem;
	}

	.p-recruit__jobtitle {
		font-size: 1.25rem;
		margin: 2.5em 0 1.8em;
	}

	.p-growthdash__fv__illust {
		width: 35%;
		max-width: 160px;
		margin: 0 auto 0.3125rem;
	}

	.p-growthdash__fv__pagetitle {
		width: 70%;
		max-width: 500px;
		margin: 0 auto 1.0625rem;
	}

	.p-growthdash__fv__text {
		font-size: 1rem;
		line-height: 1.625;
		margin: 0 auto 1.5625rem;
		padding-left: 0;
		letter-spacing: 0.05em;
	}

	.p-growthdash__fv__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		margin: 0 auto 3rem;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-growthdash__fv__linkbtn .icon {
		width: 0.875rem;
		margin-right: 0.375rem;
	}

	.p-growthdash__fv__message {
		font-size: 1.4rem;
		margin: 0 auto 0.625rem;
	}

	.p-growthdash__fv__smallmessage {
		font-size: 0.8125rem;
		line-height: 1.76923077;
		text-align: center;
		letter-spacing: 0.075em;
	}

	.p-growthdash__fv__smallmessage:after {
		right: 4rem;
		bottom: 0.5rem;
		width: 6.1875rem;
		height: 1.59375rem;
		-webkit-transform: translate(60%, 100%);
		transform: translate(60%, 100%);
	}

	.p-growthdash__intro__container {
		padding: 2.5rem 1rem 1.5rem;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-growthdash__intro__lead {
		margin-bottom: 2.5rem;
		font-size: 1.5rem;
	}

	.p-growthdash__intro__lead-small {
		margin-bottom: 0.5em;
		font-size: 1rem;
	}

	.p-growthdash__intro__lead-marker {
		font-size: 1.4rem;
		display: inline;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(0%, rgb(169, 225, 52, 1)));
		background: linear-gradient(transparent 55%, rgb(169, 225, 52, 1) 0%);
	}

	.p-growthdash__intro__image {
		max-width: 400px;
		margin: 0 auto 2.5rem;
	}

	.p-growthdash__intro__list {
		display: block;
	}

	.p-growthdash__intro__list li {
		width: 100%;
		padding: 0 0 1.75rem;
		border-right: 0;
	}

	.p-growthdash__intro__list li img {
		max-width: 140px;
		margin: 0 auto 1em;
	}

	.p-growthdash__intro__list li dt {
		margin-bottom: 0.5em;
		font-size: 1rem;
	}

	.p-growthdash__intro__list li dd {
		font-size: 0.825rem;
		line-height: 1.6;
	}

	.p-feature__content_container {
		padding: 3rem 1.25rem 0;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-feature__title {
		font-size: 1.6875rem;
		margin: 0 auto 1.8125rem;
	}

	.p-feature__lead {
		font-size: 0.825rem;
		margin: -1rem auto 2rem;
	}

	.p-feature__flexbox {
		display: block;
		width: 100%;
		max-width: 100%;
		padding: 2rem 0;
	}

	.p-feature__flexbox figure {
		width: 80%;
		max-width: 300px;
		margin: 0 auto 1.875rem;
	}

	.p-feature__textbox {
		width: 100%;
	}

	.p-feature__flexbox:nth-child(odd) figure {
		order: 1;
	}

	.p-feature__textbox {
		order: 2;
	}

	.p-feature__smalltitle {
		font-size: 1.125rem;
		margin: 0 auto 0.75rem;
	}

	.p-feature__text {
		font-size: 0.8125rem;
		line-height: 1.6;
	}

	.p-feature__list {
		margin-top: 0.5em;
		font-size: 0.9rem;
	}

	.p-feature__list li {
		padding-bottom: 0.5em;
	}

	.p-growthdash__section {
		max-width: 100%;
		padding: 2rem 0;
	}

	.p-growthdash__section.p-growthdash__why {
		padding: 3rem 0 4rem;
	}

	.p-growthdash__section__title__wrap {
		margin: 0 auto 1.5rem;
	}

	.p-growthdash__section__title {
		font-size: 1.6rem;
	}

	.p-growthdash__section__flex {
		display: block;
	}

	.p-growthdash__section__flex__img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1rem;
	}

	.p-growthdash__section__flex__text dt {
		font-size: 1.125rem;
		line-height: 1.6;
		margin: 0 auto 0.78125rem;
	}

	.p-growthdash__section__flex__text dd {
		font-size: 0.8125rem;
		line-height: 1.53846154;
	}

	.p-growthdash__comparison__img {
		max-width: 100%;
		margin: 0 auto 1rem;
	}

	.p-growthdash__price__lead {
		margin-top: 0.5em;
		font-size: 0.8125rem;
	}

	.p-growthdash__price__text {
		margin-top: 1.5rem;
		font-size: 1rem;
		line-height: 1.6;
		text-align: left;
	}

	.p-growthdash__price__img {
		max-width: 100%;
	}

	.p-growthdash__allocation {
		padding: 2rem 0 3rem;
	}

	.p-growthdash__allocation__lead {
		margin-top: 0.25em;
		font-size: 1rem;
	}

	.p-growthdash__allocation__lead span {
		font-size: 1.5rem;
	}

	.p-growthdash__allocation__img {
		max-width: 100%;
	}

	.p-growthdash__voice {
		padding: 3rem 0;
	}

	.p-growthdash__voice__list {
		display: block;
	}

	.p-growthdash__voice__list:not(:last-child) {
		margin-bottom: 4rem;
	}

	.p-growthdash__voice__list__image {
		width: 100%;
		margin-right: 0;
	}

	.p-growthdash__voice__list__title {
		font-size: 1rem;
		line-height: 1.25;
		margin: 0 auto 0.75rem;
	}

	.p-growthdash__voice__list__info {
		margin-bottom: 10px;
	}

	.p-growthdash__voice__list__info img {
		width: 75px;
		margin-right: 15px;
	}

	.p-growthdash__voice__list__name {
		font-size: 0.75rem;
	}

	.p-growthdash__voice__list__name dt + dd {
		margin-top: 0.25em;
	}

	.p-growthdash__voice__list__text {
		font-size: 0.825rem;
		line-height: 1.6;
	}

	.p-growthdash__flow__container {
		padding: 3rem 2rem;
		-webkit-box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
		box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.15);
	}

	.p-cta {
		padding: 3rem 0;
	}

	.p-cta.transparent {
		padding: 3rem 0;
	}

	.p-cta__text {
		font-size: 1rem;
		margin: 0 0 1.5rem;
	}

	.p-cta__smalltext {
		font-size: 1rem;
		margin: 0 auto 1.5rem;
	}

	.p-cta__linkbtn {
		font-size: 0.875rem;
		width: 13.75rem;
		height: 2.875rem;
		background: url(../images/btn-sp.png) 50% 50% no-repeat;
		background-size: cover;
	}

	.p-cta__annotation {
		margin-top: 1.25rem;
		font-size: 0.725rem;
	}

	.c-service__btn__text {
		font-size: 1rem;
		margin-bottom: 0.75rem;
	}

	.c-service__btn {
		height: 3.375rem;
		font-size: 1rem;
	}

	.c-service__btn__icon {
		width: 3.3125rem;
		height: 1.875rem;
		font-size: 0.875rem;
	}

	#l-service__fv {
		padding: 1.125rem 0 2.9375rem;
		background: linear-gradient(83.94deg, #ddffd1 4.64%, #f8ffdb 93.47%);

		& .c-container {
			max-width: 550px;
			display: block;
		}

		&:before {
			width: 100%;
			height: 4.125rem;
		}

		&:after {
			height: 3.75rem;
		}
	}

	.p-service__fv__img {
		width: 100%;
		margin: 0 auto;
	}

	.p-service__fv__textbox {
		width: 100%;
		margin: 1.25rem auto 0;
		padding-top: 0;
	}

	.p-service__fv__toptext {
		justify-content: center;
		font-size: 1.125rem;
	}

	.p-service__fv__toptext__img {
		width: 7.5rem;
	}

	.p-service__fv__title {
		margin-top: 0.5rem;
		margin-bottom: 0.5rem;
		font-size: 1.3rem;
		text-align: center;
		line-height: calc(66 / 55);
	}

	.p-service__fv__label {
		justify-content: center;
		gap: 0.75rem;
		margin-top: 1.25rem;

		& span {
			padding: 8px 10px;
			font-size: 1rem;
		}
	}

	.p-service__fv__text {
		margin-top: 1.5rem;
		font-size: 0.875rem;
		font-weight: 700;
		line-height: calc(22.4 / 14);
	}

	.p-service__fv__btn_text {
		margin-bottom: 0.5rem;
		font-size: 1.125rem;
	}

	.p-service__fv__btn {
		margin-top: 1.25rem;
		padding-right: 0;
	}

	.l-service__introduction {
		padding: 2rem 0 3rem;

		& .c-container {
			max-width: 550px;
		}
	}

	.p-service__introduction__logoarea {
		max-width: 100%;
		padding-block: 2rem;
	}

	.p-service__introduction__storelogo {
		gap: 1rem;
		margin: 1.25rem auto 0;
		padding: 0 0.5rem;
	}

	.p-service__introduction__storelogo img {
		height: 25px;
	}

	.p-service__introduction__toptext {
		padding-inline: 0.625rem;
		font-size: 1rem;
		line-height: calc(25.6 / 16);
	}

	.p-service__introduction__title {
		margin: 2rem auto 0;
		font-size: 1.5rem;
		line-height: 1.5;
	}

	.p-service__introduction__sections {
		max-width: 100%;
		margin: 2rem auto 0;
	}

	.p-service__introduction__section {
		display: block;
		margin-bottom: 3rem;
	}

	.p-service__introduction__section__img {
		width: 100%;
		margin-bottom: 1rem;
	}

	.p-service__introduction__section__textbox {
		width: 100%;
	}

	.p-service__introduction__section__title {
		font-size: 1.125rem;
		line-height: 1.5;
		margin-bottom: 1rem;
		text-align: center;
	}

	.p-service__introduction__section__subtitle {
		margin-top: 1rem;
		font-size: 1rem;
	}

	.p-service__introduction__section__list {
		margin-top: 0.5rem;
		font-size: 0.875rem;
	}

	.p-service__introduction__section__text {
		margin-top: 0.5rem;
	}

	.p-service__introduction__btn {
		width: 100%;
		margin: 3.75rem auto 0;
	}

	.l-service__feature {
		padding-bottom: 0;

		& .c-container {
			max-width: 550px;
		}
	}

	.p-service__feature__titlearea {
		padding: 3.5625rem 1rem 3.59375rem;
		background: linear-gradient(87.23deg, #ddffd1 -0.61%, #f8ffdb 93.11%);
		clip-path: polygon(0 19.26%, 100% 0, 100% 76.21%, 0 100%);
	}

	.p-service__feature__title {
		font-size: 1.625rem;
		line-height: calc(48 / 32);
	}

	.p-service__feature__sections {
		margin: 2.446875rem auto 0;
	}

	.p-service__feature__section {
		display: block;

		&:nth-child(1) {
			& .p-service__feature__section__textbox {
				padding-top: 0;
			}

			& .p-service__feature__section__img {
				width: 83.58%;
				margin: 1rem auto 0;
			}
		}

		&:nth-child(2) {
			margin-top: 3.75rem;

			& .p-service__feature__section__img {
				width: 83.58%;
				transform: initial;
				margin: 1rem auto 0;
			}
		}

		&:nth-child(3) {
			margin-top: 3.75rem;

			& .p-service__feature__section__img {
				width: 83.58%;
				margin: 1rem auto 0;
			}
		}
	}

	.p-service__feature__section__textbox {
		width: 100%;
	}

	.p-service__feature__section__number {
		font-size: 3.5rem;
		line-height: calc(84 / 70);
	}

	.p-service__feature__section__title {
		margin-top: 1rem;
		font-size: 1.25rem;
		line-height: 1.6;
	}

	.p-service__feature__smalltitle {
		margin: 2rem auto 0;
		font-size: 1.25rem;
		line-height: calc(32 / 20);
	}

	.p-service__feature__channels {
		flex-direction: column;
		margin: 1.25rem auto 0;
	}

	.p-service__feature__channel {
		width: 100%;
		padding: 0.75rem;
		box-shadow: 0 0 1.875rem rgb(12 51 0 / 0.08);
	}

	.p-service__feature__channel__title {
		font-size: 1.125rem;
		line-height: calc(32 / 20);
	}

	.p-service__feature__channel__text {
		font-size: 0.875rem;
		line-height: calc(22.4 / 14);
	}

	.p-service__feature__channel__link {
		height: 3rem;
		font-size: 1rem;
	}

	.p-service__feature__btn {
		margin-top: 2.25rem;
	}

	.p-service__feature__btn .c-service__btn {
		width: 100%;
	}

	.l-service__customervoice {
		padding-bottom: 2.334375rem;
		background: linear-gradient(174.45deg, #ffffff 14.62%, #fdfff0 53.94%, #ffffff 92.26%);

		& .c-container {
			max-width: 550px;
		}
	}

	.p-service__customervoice__titlearea {
		padding: 6.625rem 0 6.521875rem;
		background: linear-gradient(87.23deg, #ddffd1 -0.61%, #f8ffdb 93.11%);
		clip-path: polygon(0 22.13%, 100% 0, 100% 76.28%, 0 100%);
	}

	.p-service__customervoice__title {
		font-size: 2rem;
		line-height: calc(48 / 32);
	}

	.p-service__customervoice__sections {
		margin: -3rem auto 0;
	}

	.p-service__customervoice__section {
		padding: 0.75rem;

		&:not(:first-child) {
			margin-top: 2.5rem;
		}
	}

	.p-service__customervoice__section__titlearea {
		flex-direction: column;
		gap: 1rem;
	}

	.p-service__customervoice__section__img {
		width: 100%;
	}

	.p-service__customervoice__section__titlearea__textbox {
		width: 100%;
	}

	.p-service__customervoice__section__title {
		font-size: 1.25rem;
		line-height: calc(32 / 20);
	}

	.p-service__customervoice__section__customername {
		margin-top: 0.75rem;
		font-size: 1rem;
		line-height: calc(25.6 / 16);
	}

	.p-service__customervoice__textarea {
		flex-direction: column;
		gap: 1rem;
		margin: 1rem auto 0;
	}

	.p-service__customervoice__textarea__textbox {
		width: 100%;
	}

	.p-service__customervoice__textarea__textbox__title {
		height: 2.125rem;
		font-size: 1rem;
	}

	.p-service__customervoice__textarea__textbox__text {
		font-size: 0.875rem;
		line-height: calc(22.4 / 14);
	}

	.l-service__cta1 {
		padding: 3.8rem 0 5.0875rem;
		background: linear-gradient(87.12deg, #2ebd00 3.79%, #94e671 99.31%);
		clip-path: polygon(0 9.86%, 100% 0, 100% 90.22%, 0 100%);

		& .c-container {
			flex-direction: column;
			gap: 0;
			max-width: 550px;
		}
	}

	.p-service__cta1__img {
		width: calc(100% + 40px);
		transform: translateX(-20px);
	}

	.p-service__cta1__textbox {
		width: 100%;
		margin: 0 auto;
		padding-top: 0;
	}

	.p-service__cta1__text {
		font-size: 1.5rem;
		line-height: calc(36 / 24);
	}

	.p-service__cta1__btnbox {
		flex-direction: column;
		gap: 1.3125rem;
		margin: 1.3125rem auto 0;
	}

	.p-service__cta1__btn1 {
		width: 100%;
		height: 3rem;
		font-size: 1rem;
	}

	.p-service__cta1__btn2 {
		width: 100%;
		height: 3rem;
		font-size: 1rem;
	}

	.page-id-5396 {
		& #l-commercehack__price {
			background: linear-gradient(174.45deg, #ffffff 14.62%, #fdfff0 53.94%, #ffffff 92.26%);
		}

		& #l-commercehack__price .c-container {
			max-width: 550px;
			padding: 4.9375rem 0;
		}

		& .p-commercehack__price__title {
			margin: 0;
			font-size: 2rem;
			line-height: calc(48 / 32);
		}

		& .p-commercehack__price__text {
			margin: 0.75rem auto 0;
			font-size: 0.875rem;
			line-height: calc(22.4 / 14);
		}

		& .p-commercehack__price__plans {
			margin: 3.1875rem auto 0;
		}

		& .p-commercehack__price__plan {
			width: 100%;
		}
	}

	.l-service__cta2 {
		padding: 8.625rem 0 7.8125rem;
		background: linear-gradient(88.95deg, #1f8000 0.76%, #2ebc00 99.29%);
		clip-path: polygon(0 11.01%, 100% 0, 100% 100%, 0 100%);

		& .c-container {
			max-width: 550px;
		}
	}

	.p-service__cta2__largetext {
		font-size: 1.5rem;
		line-height: calc(28.8 / 24);
	}

	.p-service__cta2__text {
		margin-top: 2rem;
		font-size: 1rem;
		line-height: calc(25.6 / 16);
	}

	.p-service__cta2__btn {
		width: 100%;
		height: 3rem;
		margin: 2rem auto 0;
		font-size: 1rem;
	}

	.p-service__cta2__link {
		margin: 1.6875rem auto 0;
		font-size: 1rem;
	}
}

@media screen and (max-width: 600px) {
	.p-blogpage__article__content iframe {
		width: 300px;
		height: 169px;
	}

	#l-page__container iframe {
		width: 300px;
		height: 169px;
	}
}

@media screen and (max-width: 360px) {
	html {
		font-size: 90%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1300px) {
	html {
		font-size: 100%;
	}
}

@media screen and (min-width: 769px) and (max-width: 1200px) {
	html {
		font-size: 100%;
	}

	.p-bloglist__article__linkbtn {
		width: 8.125rem;
		height: 2.1875rem;
		padding-left: 0.9375rem;
	}

	.p-bloglist__article__linkbtn:after {
		right: 0.9375rem;
	}

	.p-blogpage__related_articles__list__linkbtn {
		width: 8.125rem;
		height: 2.1875rem;
		padding-left: 0.9375rem;
	}

	.p-blogpage__related_articles__list__linkbtn:after {
		right: 0.9375rem;
	}

	.l-service__cta1 {
		padding: 9.25rem 0;
	}

	.p-service__cta1__text {
		font-size: 2rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1100px) {
	html {
		font-size: 95%;
	}

	.p-top__service__name {
		font-size: 1.5rem;
	}

	.p-top__service__text {
		font-size: 0.875rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
	html {
		font-size: 90%;
	}

	.p-top__fv__smallmessage:after {
		transform: translate(25%, 100%);
	}

	.p-top__process__content__title {
		font-size: 3rem;
	}

	.p-about__cta__message {
		font-size: 1.875rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 900px) {
	html {
		font-size: 85%;
	}

	.p-top__service__name {
		font-size: 1.375rem;
	}

	.p-top__service__text {
		font-size: 0.75rem;
	}

	.p-commercehack__price__plan__name {
		font-size: 1.375rem;
	}

	.p-solution_detail__feature__list__title {
		font-size: 1.375rem;
	}

	.p-solution_detail__feature__list__text {
		font-size: 0.875rem;
	}

	.p-about__team__list__name {
		font-size: 1.375rem;
	}

	.p-about__team__list__position {
		font-size: 1rem;
	}
}

@media screen and (min-width: 769px) and (max-width: 845px) {
	html {
		font-size: 80%;
	}

	.p-top__fv__text {
		font-size: 1.25rem;
	}

	.ja .p-top__fv__pagetitle {
		font-size: 2.5rem;
	}

	.p-commercehack__fv__text {
		font-size: 1.25rem;
	}

	.p-store__fv__text {
		font-size: 1.25rem;
	}

	.p-solution__fv__text {
		font-size: 1.25rem;
	}

	.p-solution_detail__fv__text {
		font-size: 1.25rem;
	}

	.p-bloglist__article__linkbtn {
		width: 7.5rem;
		height: 1.875rem;
		padding-left: 0.75rem;
	}

	.p-bloglist__article__linkbtn:after {
		right: 0.75rem;
	}

	.p-blogpage__related_articles__list__linkbtn {
		width: 7.5rem;
		height: 1.875rem;
		padding-left: 0.75rem;
	}

	.p-blogpage__related_articles__list__linkbtn:after {
		right: 0.75rem;
	}

	.p-service__fv__toptext {
		font-size: 1.5rem;
	}

	.p-service__introduction__title {
		font-size: 3rem;
	}
}

@media screen and (min-width: 421px) and (max-width: 768px) {
	html {
		font-size: 100%;
	}
}

@media screen and (min-width: 481px) and (max-width: 768px) {
	html {
		font-size: 110%;
	}
}

@media screen and (min-width: 601px) and (max-width: 768px) {
	html {
		font-size: 120%;
	}
}

/* 笹谷追加 フォームの共通CSS */

.form-style-5 {
	max-width: 500px;
	padding: 10px 20px;
	margin: 10px auto;
	padding: 20px;
	border-radius: 8px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.form-style-5 fieldset {
	border: none;
}

.form-style-5 legend {
	font-size: 1.2em;
	margin-bottom: 10px;
}

.form-style-5 label {
	display: block;
	margin-bottom: 8px;
	display: flex;
}

.form-style-5 span {
	display: block;
	font-size: 0.8em;
	margin-top: -8px;
	margin-bottom: 3px;
	color: #7c98b6;
}

.form-style-5 .form-required {
	color: red;
}

.form-style-5 .accept-marketing-container {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.form-style-5 input[type="checkbox"] {
	-webkit-appearance: auto;
}

.form-style-5 input[type="text"],
.form-style-5 textarea,
.form-style-5 select {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: rgba(255, 255, 255, 0.1);
	border: none;
	border-radius: 4px;
	font-size: 15px;
	margin: 0;
	outline: 0;
	padding: 10px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #e8eeef;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.03) inset;
	margin-bottom: 30px;
	color: black;
}

.form-style-5 input[type="text"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus {
	background: #d2d9dd;
}

.form-style-5 select {
	-webkit-appearance: menulist-button;
}

.form-style-5 .number {
	background: #1abc9c;
	color: #fff;
	height: 30px;
	width: 30px;
	display: inline-block;
	font-size: 0.8em;
	margin-right: 4px;
	line-height: 30px;
	text-align: center;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"] {
	position: relative;
	display: block;
	padding: 19px 39px 18px 39px;
	color: #fff;
	margin: 0 auto;
	background: #1abc9c;
	font-size: 18px;
	text-align: center;
	font-style: normal;
	width: 100%;
	border: 1px solid #16a085;
	border-width: 1px 1px 3px;
	margin-bottom: 10px;
	cursor: pointer;
}

.form-style-5 input[type="submit"]:hover {
	background: #109177;
}

/*　画面下の追従メルマガ登録 */
body {
	position: relative;
}

.floating__mailmagazine {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 101;
	width: 300px;
	padding: 10px 15px 15px;
	background: #202e78;
	border-radius: 5px 0 0 0;
	color: #fff;
}

.floating__mailmagazine.--complete {
	background: #f5f5f5;
	border-top: 4px solid #202e78;
	color: #333;
}

.floating__mailmagazine.--complete .floating__mailmagazine_input {
	display: none;
}

.floating__mailmagazine_title {
	margin-bottom: 4px;
}

.floating__mailmagazine_txt {
	margin-bottom: 10px;
	font-size: 75%;
}

.floating__mailmagazine_flex {
	display: flex;
}

.floating__mailmagazine_email {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
	background: #fff;
	width: 220px;
	height: 25px;
	padding: 0 5px;
	font-size: 75%;
	line-height: 1;
}

.floating__mailmagazine_email::placeholder {
	color: #a9a9a9;
}

.floating__mailmagazine_btn {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;

	width: 40px;
	height: 25px;
	margin-left: 5px;
	background: #fff;
	border-radius: 2px;
	color: #202e78;
	font-size: 75%;
}

.floating__mailmagazine_close {
	display: block;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

.floating__mailmagazine_close::before,
.floating__mailmagazine_close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 20px;
	background: #fff;
}

.floating__mailmagazine.--complete .floating__mailmagazine_close::before,
.floating__mailmagazine.--complete .floating__mailmagazine_close::after {
	background: #333;
}

.floating__mailmagazine_close::before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.floating__mailmagazine_close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.floating__mailmagazine_complete {
	display: none;
	text-align: center;
}

.floating__mailmagazine.--complete .floating__mailmagazine_complete {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}

.floating__mailmagazine_completemsg {
	width: 100%;
	margin-bottom: 5px;
	font-size: 80%;
}

.floating__mailmagazine_complete a {
	display: inline-block;
	margin: 0 auto;
	font-size: 75%;
}

/*　制作実績 */
.p-blogpage__article__content .p-work h2 {
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	margin: 0 auto 40px;
	padding: 0;
	border-left: none;
	text-align: center;
}

.p-blogpage__article__content .p-work img {
	margin-bottom: 0;
	border: none;
}

.p-blogpage__article__content .p-work p {
	margin: 0;
	font-size: 18px;
}

.p-work__lead {
	margin: 0 0 64px !important;
	font-weight: 700 !important;
}

.p-work__description {
	margin-bottom: 64px;
	font-size: 18px;
}

.p-work__description a {
	color: #333;
}

.p-work__description dt {
	font-size: 14px;
}

.p-work__description dt + dd {
	margin-top: 8px;
}

.p-work__description__staff {
	line-height: 1.9;
	list-style: none !important;
	margin: 16px 0 0 0 !important;
}

.p-work__description__staff li {
	margin-bottom: 16px !important;
}

.p-work__description__staff li span {
	display: block;
	font-size: 12px;
	color: #666;
}

.p-work__block {
	padding: 70px 60px;
	background: #f7f7f7;
	text-align: center;
}

.p-work__block + .p-work__block {
	margin-top: 80px;
}

.p-work__img__item {
	margin: -20px;
}

.p-work__img__item.-mobile {
	max-width: 780px;
	margin: 0 auto;
}

.p-work__other__item + .p-work__other__item {
	margin: 64px 0 0;
}

.p-work__other p {
	text-align: left;
}

.p-work__other__item img {
	width: 100%;
	margin: 0;
}

.p-work__other__item.-shadow img {
	width: calc(100% + 50px);
	max-width: calc(100% + 50px);
	margin: -25px;
}

.p-work__other__item p {
	margin-top: 25px !important;
}

@media screen and (max-width: 768px) {
	.p-blogpage__article__content .p-work h2 {
		font-size: 18px;
		margin: 0 auto 30px;
	}

	.p-blogpage__article__content .p-work p {
		font-size: 15px;
	}

	.p-work__lead {
		margin: 0 0 40px !important;
	}

	.p-work__description {
		margin-bottom: 40px;
		font-size: 15px;
	}

	.p-work__description dt {
		font-size: 13px;
	}

	.p-work__description__staff li span {
		font-size: 11px;
	}

	.p-work__block {
		margin: 0 -10%;
		padding: 40px 10%;
	}

	.p-work__block + .p-work__block {
		margin-top: 40px;
	}

	.p-work__img__item {
		margin: -2.5%;
	}

	.p-work__img__item.-mobile {
		max-width: 100%;
	}

	.p-work__other__item + .p-work__other__item {
		margin: 32px 0 0;
	}

	.p-work__other__item.-shadow img {
		width: calc(100% + 5%);
		max-width: calc(100% + 5%);
		margin: -2.5%;
	}

	.p-work__other__item p {
		margin-top: 5% !important;
	}
}

.p-search {
	margin-left: auto;
	margin-top: -10px;
}
.p-search__form {
	display: grid;
	grid-template-columns: 1fr 40px;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #ccc;
	border-radius: 100px;
	max-width: 240px;
}
.p-search__input {
	padding: 10px 15px;
	font-size: 14px;
	outline: none;
}
.p-search__btn {
}
.p-search__icon {
	font-size: 20px;
	color: #666;
}
@media screen and (max-width: 768px) {
	.p-search {
		margin-left: 0;
		margin-top: 10px;
	}
	.p-search__form {
		grid-template-columns: 1fr 30px;
		margin: 0 auto;
	}
	.p-search__input {
		padding: 5px 10px;
		font-size: 12px;
	}
	.p-search__icon {
		font-size: 20px;
		display: block;
		line-height: 1;
	}
}

/* ===============================
  2025.10 リニューアル
=============================== */
.button {
	background: #3cb812;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	cursor: pointer;
	transition: background 0.3s ease;
}
.button:hover {
	background: #2a800d;
	color: #fff;
	transition: background 0.3s ease;
	opacity: 1;
}
@media screen and (max-width: 768px) {
	.button {
		padding: 10px 20px;
	}
}

/* CTA */
.cta-section {
	position: relative;
	padding: 60px 0;
	background: #3cb812;
	color: #fff;
}
.cta-section-container {
	position: relative;
}
.cta-illust {
	position: absolute;
	left: 34px;
	bottom: -7px;
	width: 190px;
}
.cta-items {
	display: flex;
	justify-content: center;
	gap: 60px;
}
.cta-item {
	display: grid;
	row-gap: 10px;
}
.cta-lead {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
}
.cta-lead-line {
	font-size: 1.75rem; /* 28px */
}
.cta-button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 412px;
	height:  80px;
	margin: 0 auto;
	background: #3cb812;
	border: 1px solid #fff;
	color: #fff;
	padding: 10px 20px;
	border-radius: 50px;
	cursor: pointer;
	transition: background 0.3s ease;
	text-decoration: none;
}
.cta-button:hover {
	background: #196700;
	border: 1px solid #196700;
	color: #fff;
	transition: background 0.3s ease;
	opacity: 1;
}
.cta-button.-white {
	background: #fff;
	border: 1px solid #fff;
	color: #196700;
}
.cta-button.-white:hover {
	background: #196700;
	border: 1px solid #196700;
	color: #fff;
	transition: background 0.3s ease;
}
.cta-button-text {
	display: flex;
	align-items: center;
	min-height: 45px;
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
}
.cta-button-text.-apply {
	background: url(../images/icon_apply.png) no-repeat left center;
	background-size: 70px auto;
	padding-left: 80px;
}
@media screen and (max-width: 1250px) {
	.cta-illust {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	.cta-section {
		padding: 40px 0;
	}
	.cta-items {
		display: grid;
		gap: 30px;
	}
	.cta-item {
		display: grid;
		row-gap: 10px;
	}
	.cta-lead {
		font-size: 0.8125rem; /* 13px */
	}
	.cta-lead-line {
		font-size: 1rem; /* 16px */
	}
	.cta-button {
		width: 300px;
		height:  55px;
		padding: 10px 20px;
	}
	.cta-button-text {
		min-height: 45px;
		font-size: 1rem; /* 16px */
	}
	.cta-button-text.-apply {
		background: url(../images/icon_apply.png) no-repeat left center;
		background-size: 38px auto;
		padding-left: 42px;
	}
}

/* スクロールロゴ */
.logo_area {
	overflow: hidden;
	white-space: nowrap;
	padding: 50px 0;
	background: linear-gradient(90deg, transparent 0%, rgba(255,255,255,0.8) 50%, transparent 100%);
}
.logo_scroll {
	display: inline-flex;
	align-items: center;
	gap: 130px;
	padding: 0 65px;
	animation: scroll 80s linear infinite;
}
.logo_area-item {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
}
.logo_area-logo {
	display: block;
	width: auto;
	height: 40px;
	transition: transform 0.3s ease;
}
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-100%);
	}
}
@media screen and (max-width: 768px) {
	.logo_area {
		padding: 30px 0;
	}
	.logo_scroll {
		gap: 40px;
		padding: 0 20px;
	}
	.logo_area-logo {
		height: 30px;
	}
}

/* shopifyグロースエキスパートの紹介 */
.growth-experts {
	padding: 100px 0 90px;
}
.growth-experts-container {
	margin-bottom: 40px;
}
.growth-experts-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 6px;
}
.growth-experts-heading-text {
	display: inline;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.growth-experts-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: space-between;
	gap: 60px;
}
.growth-experts-item-photo {
	max-width: 250px;
	margin: 0 auto 20px;
}
.growth-experts-item-photo img {
	aspect-ratio: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.growth-experts-item-content {
	display: grid;
	row-gap: 10px;
}
.growth-experts-item-name {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
}
.growth-experts-item-text {
	font-size: 0.875rem; /* 14px */
	text-align: left;
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.growth-experts {
		padding: 50px 0 60px;
	}
	.growth-experts-container {
		margin-bottom: 30px;
	}
	.growth-experts-heading-logo {
		width: 110px;
		padding-bottom: 2px;
	}
	.growth-experts-heading-text {
		font-size: 1.25rem; /* 20px */
	}
	.growth-experts-list {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		justify-content: space-between;
		gap: 25px;
	}
	.growth-experts-item {
		display: grid;
		grid-template-columns: 125px 1fr;
		column-gap: 15px;
	}
	.growth-experts-item-photo {
		max-width: 125px;
		margin: 0 auto;
	}
	.growth-experts-item-content {
		row-gap: 5px;
	}
	.growth-experts-item-name {
		font-size: 1rem; /* 16px */
		text-align: left;
	}
	.growth-experts-item-text {
		font-size: 0.0.625rem; /* 10px */
		line-height: 1.6;
	}
}

/* 支援事例 */
.support-cases {
	padding: 100px 0;
	background-color: rgb(247, 248, 247);
}
.support-cases-container {
	display: grid;
	row-gap: 40px;
}
.support-cases-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.support-cases-articles {
	display: grid;
	row-gap: 60px;
	text-align: left;
	margin-bottom: 20px;
}
.support-cases-article {
	padding: 60px 70px;
	background: #fff;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.support-cases-article-container {
	display: flex;
	column-gap: 40px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.support-cases-article-photo {
	width: 38%;
}
.support-cases-article-content {
	width: 62%;
}
.support-cases-article-labels {
	margin-bottom: 18px;
}
.support-cases-article-label {
	display: inline-block;
	padding: 6px 20px;
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	background: #32990f;
	border-radius: 50px;
	color: #fff;
}
.support-cases-article-title {
	margin-bottom: 15px;
	font-size: 1.75rem; /* 28px */
	font-weight: 600;
	line-height: 1.5;
}
.support-cases-article-name {
	margin-bottom: 18px;
	font-size: 1rem; /* 16px */
}
.support-cases-article-detail {
	display: grid;
	row-gap: 5px;
}
.support-cases-article-detail-title {
	color: #32990f;
	font-size: 1.375rem; /* 22px */
	font-weight: 600;
}
.support-cases-article-detail-title.-comment {
	background: url(../images/icon_comment.png) no-repeat left 8px;
	background-size: 28px auto;
	padding-left: 36px;
}
.support-cases-article-detail-title.-initiatives {
	background: url(../images/icon_pen.png) no-repeat left 8px;
	background-size: 23px auto;
	padding-left: 34px;
}
.support-cases-article-detail-content {
	font-size: 1.125rem; /* 18px */
	line-height: 1.75;
}
.support-cases-article-detail-content + .support-cases-article-detail-title {
	margin-top: 10px;
}
.support-cases-article-detail-content ul {
	list-style: disc;
	margin-left: 1em;
}
.support-cases-more .button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 412px;
	height: 80px;
	margin: 0 auto;
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.support-cases {
		padding: 50px 0 60px;
	}
	.support-cases-container {
		display: grid;
		row-gap: 25px;
	}
	.support-cases-heading {
		font-size: 1.25rem; /* 20px */
	}
	.support-cases-articles {
		row-gap: 30px;
		margin-bottom: 0px;
	}
	.support-cases-article {
		padding: 30px 20px;
	}
	.support-cases-article-container {
		display: grid;
		row-gap: 20px;
	}
	.support-cases-article-photo {
		width: 200px;
		margin: 0 auto;
	}
	.support-cases-article-content {
		width: 100%;
	}
	.support-cases-article-labels {
		margin-bottom: 15px;
	}
	.support-cases-article-label {
		padding: 6px 20px;
		font-size: 0.8125rem; /* 13px */
	}
	.support-cases-article-title {
		margin-bottom: 10px;
		font-size: 1rem; /* 16px */
		line-height: 1.5;
	}
	.support-cases-article-name {
		margin-bottom: 10px;
		font-size: 0.75rem; /* 12px */
	}
	.support-cases-article-detail {
		display: grid;
		row-gap: 5px;
	}
	.support-cases-article-detail-title {
		font-size: 1rem; /* 16px */
	}
	.support-cases-article-detail-title.-comment {
		background: url(../images/icon_comment.png) no-repeat left 8px;
		background-size: 16px auto;
		padding-left: 20px;
	}
	.support-cases-article-detail-title.-initiatives {
		background: url(../images/icon_pen.png) no-repeat left 8px;
		background-size: 15px auto;
		padding-left: 20px;
	}
	.support-cases-article-detail-content {
		font-size: 0.8125rem; /* 13px */
		line-height: 1.75;
	}
	.support-cases-article-detail-content + .support-cases-article-detail-title {
		margin-top: 10px;
	}
	.support-cases-more .button {
		width: 300px;
		height: 55px;
		font-size: 1rem; /* 16px */
	}
}

/* AWARDS */
.awards {
	padding: 70px 0 80px;
	background: #32990f;
	color: #fff;
}
.awards-container {
	display: grid;
	row-gap: 40px;
}
.awards-heading {
	display: flex;
	column-gap: 30px;
	align-items: end;
	text-align: left;
}
.awards-title {
	font-size: 3rem; /* 48px */
	font-weight: 600;
	line-height: 1;
}
.awards-subtitle {
	font-size: 1rem; /* 16px */
}
.awards-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	text-align: left;
}
.awards-item {
	background: #fff;
	color: #333;
}
.awards-figure {
	height: 100%;
}
.awards-content {
	display: grid;
	row-gap: 10px;
	padding: 20px 30px;
	line-height: 1.44;
}
.awards-year {
	font-size: 0.875rem; /* 14px */
	color: #666;
}
.awards-name {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
}
.awards-description {
	font-size: 0.8125rem; /* 13px */
	color: #666;
}
@media screen and (max-width: 768px) {
	.awards {
		padding: 30px 0 40px;
	}
	.awards-container {
		row-gap: 20px;
	}
	.awards-heading {
		column-gap: 10px;
	}
	.awards-title {
		font-size: 1.5rem; /* 24px */
	}
	.awards-subtitle {
		font-size: 0.625rem; /* 10px */
	}
	.awards-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.awards-article {
		display: grid;
		grid-template-columns: 1fr 1fr;
		align-items: center;
		min-height: 100px;
	}
	.awards-figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.awards-content {
		row-gap: 5px;
		padding: 10px 15px;
		line-height: 1.3;
	}
	.awards-year {
		font-size: 0.5rem; /* 8px */
	}
	.awards-name {
		font-size: 0.75rem; /* 12px */
	}
	.awards-description {
		font-size: 0.5rem; /* 8px */
	}
}

/* ===============================
  /service
=============================== */
.main.service {
	line-height: 1.6;
	text-align: center;
}

/* fv */
.service-fv {
	padding: 125px 0 55px;
	background: url(../images/service/fv_img.png) no-repeat calc(50% - 260px) calc(100% - 48px) #3cb812;
	background-size: 690px auto;
	color: #fff;
}
.service-fv-header {
	display: grid;
	gap: 5px;
	letter-spacing: 0.01em;
}
.service-fv-heading-logo {
	display: inline;
	width: 270px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.service-fv-heading-text {
	display: inline;
	font-size: 3rem; /* 48px */
	font-weight: 600;
}
.service-fv-heading-em {
	font-size: 3.5rem; /* 56px */
	font-weight: 600;
}
.service-fv-heading-highlight-orange {
	background:linear-gradient(transparent 72%, #ffbb72 72%);
	font-weight: 600;
}
.service-fv-heading-highlight-yellow {
	background:linear-gradient(transparent 72%, #ecef96 72%);
	font-weight: 600;
}
.service-fv-lead {
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
}
.service-fv-container-inner {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 60px;
	margin-top: 15px;
	min-height: 440px;
}
.service-fv-side {
	display: grid;
	row-gap: 30px;
	padding-top: 20px;
}
.service-fv-badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.service-fv-badges-item {
	width: 140px;
}
.service-fv-ctas {
	display: grid;
	row-gap: 20px;
}
@media screen and (max-width: 1150px) {
	.service-fv {
		background: url(../images/service/fv_img.png) no-repeat calc(50% - 200px) calc(100% - 80px) #3cb812;
		background-size: 600px auto;
	}
	.service-fv-header {
		gap: 20px;
	}
	.service-fv-heading-logo {
		width: 220px;
		padding-bottom: 8px;
	}
	.service-fv-heading-text {
		font-size: 2.5rem; /* 40px */
	}
	.service-fv-heading-em {
		font-size: 3rem; /* 48px */
	}
	.service-fv-lead {
		font-size: 1.25rem; /* 20px */
	}
}
@media screen and (max-width: 1024px) {
	.service-fv {
		background: url(../images/service/fv_img.png) no-repeat calc(50% - 220px) calc(100% - 100px) #3cb812;
		background-size: 520px auto;
	}
	.service-fv-header {
		gap: 20px;
	}
	.service-fv-heading-logo {
		width: 220px;
		padding-bottom: 8px;
	}
	.service-fv-heading-text {
		font-size: 2.5rem; /* 40px */
	}
	.service-fv-heading-em {
		font-size: 3rem; /* 48px */
	}
	.service-fv-lead {
		font-size: 1.25rem; /* 20px */
	}
}
@media screen and (max-width: 768px) {
	.service-fv {
		padding: 80px 0 45px;
		background: #3cb812;
	}
	.service-fv-container {
		width: 95%;
	}
	.service-fv-header {
		gap: 10px;
		letter-spacing: normal;
	}
	.service-fv-heading {
		line-height: 1.5;
	}
	.service-fv-heading-logo {
		width: 130px;
		padding-bottom: 4px;
	}
	.service-fv-heading-text {
		font-size: 1.5rem; /* 24px */
	}
	.service-fv-heading-em {
		font-size: 1.625rem; /* 26px */
	}
	.service-fv-heading-highlight-orange {
		background:linear-gradient(transparent 72%, #ffbb72 72%);
		font-weight: 600;
	}
	.service-fv-heading-highlight-yellow {
		background:linear-gradient(transparent 72%, #ecef96 72%);
		font-weight: 600;
	}
	.service-fv-lead {
		font-size: 0.875rem; /* 14px */
	}
	.service-fv-container-inner {
		display: grid;
		gap: 0;
		justify-content: center;
		margin-top: 15px;
		min-height: auto;
	}
	.service-fv-visual {
		width: 100%;
		margin: 0 auto;
	}
	.service-fv-visual img {
		max-width: 375px;
	}
	.service-fv-side {
		display: grid;
		row-gap: 20px;
		padding-top: 30px;
	}
	.service-fv-badges {
		gap: 25px;
	}
	.service-fv-badges-item {
		width: 95px;
	}
	.service-fv-ctas {
		row-gap: 20px;
	}
}

/* お悩み */
.service-problems {
	padding: 85px 0 75px;
	background: #e9efff;
}
.service-problems-container {
	display: grid;
	row-gap: 10px;
}
.service-problems-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.service-problems-heading-text {
	display: inline;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-problems-heading-highlight {
	font-size: 3rem; /* 48px */
	font-weight: 600;
	color: #405fc4;
	padding-bottom: 8px;
	background: url(../images/service/problems_hightlight.png) no-repeat left 100%;
	background-size: 150px auto;
}
.service-problems-figure {
	width: 1025px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.service-problems {
		padding: 40px 0 30px;
	}
	.service-problems-container {
		display: grid;
		row-gap: 10px;
		width: 100%;
	}
	.service-problems-heading-logo {
		width: 110px;
		padding-bottom: 4px;
	}
	.service-problems-heading-text {
		font-size: 1.25rem; /* 20px */
	}
	.service-problems-heading-highlight {
		font-size: 1.5rem; /* 24px */
		padding-bottom: 6px;
		background: url(../images/service/problems_hightlight.png) no-repeat left 100%;
		background-size: 100px auto;
	}
	.service-problems-figure {
		width: 100%;
		/* max-width: 375px; */
	}
}

/* グロースモデル全体 */
.service-growth-overview {
	padding: 45px 0 100px;
	background: url(../images/service/problems_arw.png) no-repeat center -1px;
	background-size: 373px auto;
}
.service-growth-overview-container {
	display: grid;
	row-gap: 40px;
}
.service-growth-overview-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
	margin-bottom: 30px;
}
.service-growth-overview-heading-em {
	color: #32990f;
	font-size: 3rem; /* 48px */
	font-weight: 600;
}
.service-growth-overview-heading-em span {
	background-image: radial-gradient(circle at center, #32990f 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
	font-weight: 600;
}
.service-growth-overview-text {
	font-size: 1.75rem; /* 28px */
	font-weight: 500;
	line-height: 1.2;
	color: #000;
}
.service-growth-overview-text-em {
	display: block;
	font-size: 2.375rem; /* 38px */
	font-weight: 600;
	line-height: 1.2;
	color: #32990f;
	margin: 10px 0;
}
.service-growth-overview-content {
	background: #faffe5;
	padding: 50px 70px;
}
.service-growth-model-types {
	display: grid;
	row-gap: 25px;
	margin-bottom: 15px;
	padding: 0px 0 60px;
	background: url(../images/service/growth_model_types_line_top.png) no-repeat center top, url(../images/service/growth_model_types_line_btm.png) no-repeat center bottom;
	background-size: 100% auto, 100% auto;
}
.service-growth-model-types-title {
	width: max-content;
	margin: 0 auto;
	padding: 0 15px;
	background: #faffe5;
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
}
.service-growth-model-types-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}
.service-growth-model-types-item {
	background: #32990f;
	color: #fff;
	padding: 12px 10px;
	border-radius: 8px;
	font-size: 1rem; /* 16px */
	font-weight: 600;
}
.service-growth-flow {
	display: grid;
	row-gap: 15px;
}
.service-growth-flow-title {
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
}
.service-growth-flow-box {
	position: relative;
	display: grid;
	row-gap: 15px;
	padding: 30px 80px 40px;
	border: 5px solid #ccc;
	border-radius: 10px;
}
.service-growth-flow-logo {
	width: 235px;
	margin: 0 auto;
}
.service-growth-flow-steps {
	display: flex;
	align-items: center;
	height: 190px;
	background: #fff;
}
.service-growth-flow-step {
	width: calc(100% / 4);
	display: grid;
	align-content: center;
	justify-content: center;
	row-gap: 10px;
	height: 100%;
}
.service-growth-flow-step:first-child {
	padding: 0 10px 0 20px;
}
.service-growth-flow-step-arw {
	width: auto;
	height: 190px;
}
.service-growth-flow-step-figure {
	width: 94px;
}
.service-growth-flow-step-title {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
}
.service-growth-flow-shopify {
	position: absolute;
	bottom: -23px;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 20px;
	width: 160px;
	background: #faffe5;
}
@media screen and (max-width: 768px) {
	.service-growth-overview {
		padding: 10px 0 60px;
		background: url(../images/service/problems_arw.png) no-repeat center -1px;
		background-size: 190px auto;
	}
	.service-growth-overview-container {
		row-gap: 20px;
	}
	.service-growth-overview-heading {
		font-size: 1.25rem; /* 20px */
		margin-bottom: 0;
		line-height: 1.8;
	}
	.service-growth-overview-heading-em {
		font-size: 1.5rem; /* 24px */
	}
	.service-growth-overview-heading-em span {
		padding-top: .3em; /* 縦方向の位置調整 */
	}
	.service-growth-overview-text {
		font-size: 0.875rem; /* 14px */
		line-height: 1.2;
	}
	.service-growth-overview-text-em {
		font-size: 1.125rem; /* 18px */
		line-height: 1.5;
		margin: 5px 0;
	}
	.service-growth-overview-content {
		padding: 20px 15px;
	}
	.service-growth-model-types {
		row-gap: 10px;
		margin-bottom: 10px;
		padding: 0px 0 25px;
		background: url(../images/service/growth_model_types_line_top-sp.png) no-repeat center top, url(../images/service/growth_model_types_line_btm-sp.png) no-repeat center bottom;
		background-size: 100% auto, 100% auto;
	}
	.service-growth-model-types-title {
		width: max-content;
		margin: 0 auto;
		padding: 0 10px;
		font-size: 0.8125rem; /* 13px */
	}
	.service-growth-model-types-list {
		grid-template-columns: repeat(3, 1fr);
		gap: 10px;
	}
	.service-growth-model-types-item {
		padding: 8px 3px;
		border-radius: 4px;
		font-size: 0.625rem; /* 10px */
		white-space: nowrap;
	}
	.service-growth-flow {
		display: grid;
		row-gap: 10px;
	}
	.service-growth-flow-title {
		font-size: 0.8125rem; /* 13px */
	}
	.service-growth-flow-box {
		row-gap: 15px;
		padding: 15px 5px 25px 10px;
		border: 2px solid #ccc;
		border-radius: 10px;
	}
	.service-growth-flow-logo {
		width: 118px;
	}
	.service-growth-flow-steps {
		height: 78px;
	}
	.service-growth-flow-step {
		row-gap: 5px;
		height: 100%;
	}
	.service-growth-flow-step:first-child {
		padding: 0;
	}
	.service-growth-flow-step-arw {
		width: auto;
		height: 78px;
	}
	.service-growth-flow-step-figure {
		width: 32px;
	}
	.service-growth-flow-step-title {
		font-size: 0.5625rem; /* 9px */
	}
	.service-growth-flow-shopify {
		bottom: -10px;
		padding: 0 10px;
		width: 100px;
	}
}

/* 3ステップ */
.service-steps {
	padding: 70px 0 90px;
	background-image: -moz-linear-gradient(90deg, rgb(248, 255, 219) 0%, rgb(221, 255, 209) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(248, 255, 219) 0%, rgb(221, 255, 209) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(248, 255, 219) 0%, rgb(221, 255, 209) 100%);
}
.service-steps-container {
	display: grid;
	row-gap: 50px;
}
.service-steps-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-steps-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 8px;
}
.service-steps-heading-text {
	display: inline;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-steps-heading-em {
	color: #3cb812;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-steps-heading-em span {
	color: #3cb812;
	font-size: 3.5rem; /* 56px */
	font-weight: 600;
}
.service-steps-list {
	display: grid;
	row-gap: 60px;
	text-align: left;
}
.service-steps-item {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 40px 50px 40px 70px;
	background: #fff;
	border-radius: 12px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.service-steps-item-label {
	position: absolute;
	left: 50px;
	top: -20px;
	width: 120px;
	height: 40px;
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
	background: #3cb812;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	font-style: italic;
}
.service-steps-item-content {
	display: grid;
	row-gap: 20px;
	width: calc(100% - 312px);
}
.service-steps-item-title {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
	line-height: 1.15;
}
.service-steps-item-title-em {
	font-size: 3rem; /* 48px */
	font-weight: 600;
}
.service-steps-item-text {
	font-size: 1.125rem; /* 18px */
}
.service-steps-item-figure {
	width: 312px;
}
@media screen and (max-width: 768px) {
	.service-steps {
		padding: 50px 0 60px;
	}
	.service-steps-container {
		row-gap: 25px;
	}
	.service-steps-heading {
		font-size: 1.25rem; /* 20px */
	}
	.service-steps-heading-logo {
		width: 110px;
		padding-bottom: 2px;
	}
	.service-steps-heading-text {
		font-size: 1.25rem; /* 20px */
	}
	.service-steps-heading-em {
		font-size: 1.25rem; /* 20px */
	}
	.service-steps-heading-em span {
		font-size: 1.75rem; /* 28px */
	}
	.service-steps-list {
		row-gap: 30px;
	}
	.service-steps-item {
		display: grid;
		gap: 20px;
		padding: 25px 20px 30px;
	}
	.service-steps-item-label {
		left: 20px;
		top: -10px;
		width: 60px;
		height: 20px;
		font-size: 0.75rem; /* 12px */
	}
	.service-steps-item-content {
		row-gap: 10px;
		width: 100%;
	}
	.service-steps-item-title {
		font-size: 1.5rem; /* 24px */
		line-height: 1.15;
	}
	.service-steps-item-title-em {
		font-size: 1.75rem; /* 28px */
	}
	.service-steps-item-text {
		font-size: 0.8125rem; /* 13px */
	}
	.service-steps-item-figure {
		width: 100%;
		max-width: 260px;
		margin: 0 auto;
	}
}

/* グロースモデル */
.service-model-pickup {
	padding: 70px 0 90px;
}
.service-model-pickup-container {
	display: grid;
	row-gap: 40px;
}
.service-model-pickup-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-model-pickup-heading-em {
	color: #32990f;
	font-size: 3rem; /* 48px */
	font-weight: 600;
	background-image: radial-gradient(circle at center, #32990f 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: .4em; /* 縦方向の位置調整 */
}
.service-model-pickup-tags {
	margin-bottom: 24px;
	padding: 40px;
	background: #f7f7f7;
}
.service-model-pickup-tags-heading {
	margin-bottom: 20px;
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
}
.service-model-pickup-tags-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 30px;
}
.service-model-pickup-tags-item {
	width: 240px;
}
.service-model-pickup-tags-button {
	width: 100%;
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	background: #6bcf4a;
}
.service-model-pickup-cards {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px 10px;
	max-width: 1140px;
	margin: 0 auto;
}
.service-model-pickup-card {
	padding: 20px;
	background: #faffe5;
	border-radius: 12px;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.service-model-pickup-card-figure {
	max-width: 180px;
	margin: 0 auto 10px;
}
.service-model-pickup-card-figure img {
	aspect-ratio: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-model-pickup-card-title {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
	text-align: left;
	line-height: 1.3;
}
.service-model-pickup-card-text {
	margin-top: 10px;
	font-size: 0.875rem; /* 14px */
	line-height: 1.5;
	text-align: left;
}
.service-model-pickup-card-cta {
	font-size: 0.875rem; /* 14px */
	font-weight: 600;
	margin: 15px auto 0;
	max-width: 160px;
	display: block;
	background: #6bcf4a;
}
@media screen and (max-width: 768px) {
	.service-model-pickup {
		padding: 50px 0 60px;
	}
	.service-model-pickup-container {
		row-gap: 25px;
	}
	.service-model-pickup-heading {
		font-size: 1.25rem; /* 20px */
		line-height: 1.8;
	}
	.service-model-pickup-heading-em {
		font-size: 1.375rem; /* 22px */
		padding-top: .3em; /* 縦方向の位置調整 */
	}
	.service-model-pickup-tags {
		margin-bottom: 5px;
		padding: 20px 15px;
	}
	.service-model-pickup-tags-heading {
		margin-bottom: 10px;
		font-size: 1rem; /* 16px */
	}
	.service-model-pickup-tags-list {
		gap: 12px 12px;
	}
	.service-model-pickup-tags-item {
		width: calc(50% - 6px);
	}
	.service-model-pickup-tags-button {
		padding: 10px 10px;
		font-size: 0.6875rem; /* 11px */
	}
	.service-model-pickup-cards {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px 10px;
		max-width: 100%;
	}
	.service-model-pickup-card {
		padding: 10px;
		border-radius: 10px;
	}
	.service-model-pickup-card-figure {
		max-width: 90px;
		margin: 0 auto 10px;
	}
	.service-model-pickup-card-figure img {
		aspect-ratio: 1;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.service-model-pickup-card-title {
		font-size: 0.8125rem; /* 13px */
		line-height: 1.3;
	}
	.service-model-pickup-card-text {
		margin-top: 5px;
		font-size: 0.625rem; /* 10px */
		line-height: 1.5;
	}
	.service-model-pickup-card-cta {
		font-size: 0.75rem; /* 12px */
		margin: 10px auto 0;
		padding: 5px 15px;
		max-width: 160px;
	}
}

/* StoreHeroがShopifyに特化する理由 */
.service-specialize-reasons {
	padding: 70px 0 90px;
	background: #f7f7f7;
}
.service-specialize-reasons-container {
	display: grid;
	row-gap: 40px;
}
.service-specialize-reasons-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 10px;
}
.service-specialize-reasons-heading-text {
	display: inline;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-specialize-reasons-heading-em {
	color: #32990f;
	font-size: 3rem; /* 48px */
	font-weight: 600;
}
.service-specialize-reasons-articles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px
}
.service-specialize-reasons-article {
	display: flex;
  flex-direction: column;
	background: #fff;
	filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
}
.service-specialize-reasons-article-content {
	display: grid;
	row-gap: 10px;
	padding: 25px;
	text-align: left;
}
.service-specialize-reasons-article-title {
	font-size: 1.125rem; /* 18px */
	font-weight: 600;
}
.service-specialize-reasons-article-text {
	font-size: 0.875rem; /* 14px */
	flex-grow: 1;
}
.service-specialize-statement-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-specialize-statement-heading-text {
	font-weight: 600;
}
.service-specialize-statement-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 18px;
}
.service-specialize-statement-heading-em {
	color: #32990f;
	font-weight: 600;
}
.service-specialize-statement-heading-em span {
	font-size: 3.875rem; /* 62px */
	font-weight: 600;
}
.service-specialize-statement-heading-highlight-orange {
	background:linear-gradient(transparent 60%, #ffbb72 60%);
	font-weight: 600;
}
.service-specialize-statement-heading-highlight-yellow {
	background:linear-gradient(transparent 60%, #ecef96 60%);
	font-weight: 600;
}
@media screen and (max-width: 768px) {
	.service-specialize-reasons {
		padding: 50px 0 60px;
	}
	.service-specialize-reasons-container {
		row-gap: 25px;
	}
	.service-specialize-reasons-heading-logo {
		width: 110px;
		padding-bottom: 2px;
	}
	.service-specialize-reasons-heading-text {
		font-size: 1.25rem; /* 20px */
	}
	.service-specialize-reasons-heading-em {
		font-size: 1.5rem; /* 24px */
	}
	.service-specialize-reasons-articles {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px
	}
	.service-specialize-reasons-article-content {
		row-gap: 10px;
		padding: 20px 20px 25px;
	}
	.service-specialize-reasons-article-title {
		font-size: 1.25rem; /* 20px */
	}
	.service-specialize-reasons-article-text {
		font-size: 0.8125rem; /* 13px */
	}
	.service-specialize-statement-heading {
		font-size: 1.25rem; /* 20px */
		line-height: 1.4;
	}
	.service-specialize-statement-heading-logo {
		width: 110px;
		padding-bottom: 2px;
	}
	.service-specialize-statement-heading-em span {
		font-size: 2rem; /* 32px */
	}
}

/* Shopifyでの継続成長を実現する3つの柱 */
.service-pillars {
	padding: 80px 0 70px;
}
.service-pillars-container {
	display: grid;
	row-gap: 60px;
}
.service-pillars-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 16px;
}
.service-pillars-heading-text {
	display: inline;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-pillars-heading-em {
	color: #32990f;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.service-pillars-heading-em span {
	color: #32990f;
	font-size: 3.5rem; /* 56px */
	font-weight: 600;
}
.service-pillars-list {
	display: grid;
	row-gap: 40px;
	text-align: left;
}
.service-pillars-item {
	display: flex;
	column-gap: 50px;
}
.service-pillars-item--reverse {
	flex-direction: row-reverse;
	column-gap: 30px;
}
.service-pillars-item-number-figure {
	width: 250px;
}
.service-pillars-item-content {
	padding-top: 60px;
}
.service-pillars-item-title {
	margin-bottom: 30px;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
	line-height: 1.15;
}
.service-pillars-item-text {
	font-size: 1.125rem; /* 18px */
}
.service-pillars-item-steps-list {
	display: grid;
	row-gap: 8px;
}
.service-pillars-item-steps-item-no {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
	.service-pillars {
		padding: 50px 0 20px;
	}
	.service-pillars-container {
		row-gap: 20px;
	}
	.service-pillars-heading {
		line-height: 1.4;
	}
	.service-pillars-heading-logo {
		width: 110px;
		padding-bottom: 2px;
	}
	.service-pillars-heading-text {
		font-size: 1.25rem; /* 20px */
	}
	.service-pillars-heading-em {
		font-size: 1.25rem; /* 20px */
	}
	.service-pillars-heading-em span {
		font-size: 1.75rem; /* 28px */
	}
	.service-pillars-list {
		row-gap: 30px;
		background: #faffe5;
		filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
		padding: 30px 15px;
	}
	.service-pillars-item {
		flex-direction: column;
	}
	.service-pillars-item--reverse {
		flex-direction: column;
	}
	.service-pillars-item-number {
		display: flex;
		align-items: center;
		column-gap: 12px;
	}
	.service-pillars-item-number-figure {
		width: 110px;
	}
	.service-pillars-item-content {
		padding: 10px 10px 0;
	}
	.service-pillars-item-title {
		width: calc(100% - 110px);
		margin-bottom: 0;
		font-size: 1.25rem; /* 20px */
		line-height: 1.4;
	}
	.service-pillars-item-text {
		font-size: 0.8125rem; /* 13px */
	}
	.service-pillars-item-steps-list {
		display: grid;
		row-gap: 8px;
	}
	.service-pillars-item-steps-item-no {
		margin-bottom: 2px;
	}
}

/* ===============================
  /store-diagnosis
=============================== */
.main.store-diagnosis {
	line-height: 1.6;
	text-align: center;
}

/* fv */
.store-diagnosis-fv {
	padding: 125px 0 55px;
	background: url(../images/store-diagnosis/fv_img.png) no-repeat calc(50% + 340px) bottom, url(../images/store-diagnosis/fv_bg.png) left bottom no-repeat;
	background-size: 743px auto, 168px auto;
}
.store-diagnosis-fv-container {
	display: flex;
	align-items: center;
	gap: 60px;
	margin-top: 15px;
}
.store-diagnosis-fv-header {
	display: grid;
	gap: 35px;
	letter-spacing: 0.01em;
}
.store-diagnosis-fv-heading {
	line-height: 1.3;
}
.store-diagnosis-fv-heading-logo {
	display: inline;
	width: 230px;
	vertical-align: bottom;
	padding-bottom: 0px;
}
.store-diagnosis-fv-heading-text {
	display: inline;
	font-size: 2.75rem; /* 44px */
	font-weight: 600;
}
.store-diagnosis-fv-heading-em {
	font-size: 5.5rem; /* 88px */
	font-weight: 600;
}
.store-diagnosis-fv-heading-highlight-orange {
	background:linear-gradient(transparent 70%, #ffbb72 70%);
	font-size: 4.625rem; /* 74px */
	font-weight: 600;
}
.store-diagnosis-fv-lead {
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
}
.store-diagnosis-fv-side {
	display: grid;
	row-gap: 40px;
	padding-top: 40px;
}
.store-diagnosis-fv-badges {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 25px;
}
.store-diagnosis-fv-badges-item {
	width: 140px;
}
.store-diagnosis-fv-badges-figure {}
.store-diagnosis-fv-ctas {
	display: grid;
	row-gap: 20px;
}
.store-diagnosis-fv-ctas .cta-lead {
	color: #32990f;
}
@media screen and (max-width: 768px) {
	.store-diagnosis-fv {
		padding: 80px 0 45px;
		background: url(../images/store-diagnosis/fv_bg-sp.png) left bottom no-repeat;
		background-size: 90px auto;
	}
	.store-diagnosis-fv-container {
		display: grid;
		gap: 0;
		margin-top: 15px;
		width: 95%;
	}
	.store-diagnosis-fv-header {
		display: grid;
		gap: 10px;
	}
	.store-diagnosis-fv-heading {
		line-height: 1.4;
	}
	.store-diagnosis-fv-heading-logo {
		width: 115px;
		padding-bottom: 0px;
	}
	.store-diagnosis-fv-heading-text {
		font-size: 1.375rem; /* 22px */
	}
	.store-diagnosis-fv-heading-em {
		font-size: 2.75rem; /* 44px */
	}
	.store-diagnosis-fv-heading-highlight-orange {
		font-size: 2.25rem; /* 36px */
	}
	.store-diagnosis-fv-lead {
		font-size: 1rem; /* 16px */
	}
	.store-diagnosis-fv-visual {
		width: 110%;
		max-width: 375px;
		margin: 20px auto 0;
	}
	.store-diagnosis-fv-side {
		display: grid;
		row-gap: 20px;
		padding-top: 30px;
	}
	.store-diagnosis-fv-badges {
		gap: 25px;
	}
	.store-diagnosis-fv-badges-item {
		width: 95px;
	}
	.store-diagnosis-fv-badges-figure {}
	.store-diagnosis-fv-ctas {
		row-gap: 20px;
	}
	.store-diagnosis-fv-ctas .cta-lead {
		color: #32990f;
	}
}

/* お悩み */
.store-diagnosis-problems {
	padding: 85px 0 75px;
	background: #f7f8f7;
}
.store-diagnosis-problems-container {
	display: grid;
	row-gap: 40px;
}
.store-diagnosis-problems-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 6px;
}
.store-diagnosis-problems-heading-text {
	display: inline;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.store-diagnosis-problems-heading-highlight {
	font-size: 3rem; /* 48px */
	font-weight: 600;
	color: #405fc4;
	padding-bottom: 8px;
	background: url(../images/store-diagnosis/problems_hightlight.png) no-repeat left 100%;
	background-size: 150px auto;
}
.store-diagnosis-problems-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 100px;
}
.store-diagnosis-problems-figure {
	width: 315px;
}
.store-diagnosis-problems-list {
	text-align: left;
}
.store-diagnosis-problems-item {
	font-size: 1.75rem; /* 28px */
	background: url(../images/store-diagnosis/problems_check.png) no-repeat left center;
	background-size: 42px auto;
	padding-left: 55px;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.store-diagnosis-problems {
		padding: 50px 0 60px;
	}
	.store-diagnosis-problems-container {
		row-gap: 25px;
	}
	.store-diagnosis-problems-heading-logo {
		width: 110px;
		padding-bottom: 2px;
	}
	.store-diagnosis-problems-heading-text {
		font-size: 1.25rem; /* 20px */
	}
	.store-diagnosis-problems-heading-highlight {
		font-size: 1.5rem; /* 24px */
		padding-bottom: 6px;
		background: url(../images/store-diagnosis/problems_hightlight.png) no-repeat left 100%;
		background-size: 100px auto;
	}
	.store-diagnosis-problems-inner {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}
	.store-diagnosis-problems-figure {
		width: 160px;
	}
	.store-diagnosis-problems-item {
		font-size: 1rem; /* 16px */
		background: url(../images/store-diagnosis/problems_check.png) no-repeat left center;
		background-size: 24px auto;
		padding-left: 30px;
		margin-bottom: 10px;
	}
}

/* 無料ストア診断でできること */
.store-diagnosis-free-audit {
	padding: 75px 0 100px;
	background: #f0faf0;
}
.store-diagnosis-free-audit-container {
	display: grid;
	row-gap: 50px;
}
.store-diagnosis-free-audit-heading-logo {
	display: inline;
	width: 220px;
	vertical-align: bottom;
	padding-bottom: 4px;
}
.store-diagnosis-free-audit-heading-text {
	display: inline;
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.store-diagnosis-free-audit-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.store-diagnosis-free-audit-item {
	background: #fff;
}
.store-diagnosis-free-audit-content {
	display: grid;
	row-gap: 15px;
	text-align: left;
	padding: 25px 30px;
}
.store-diagnosis-free-audit-title {
	font-size: 1.375rem; /* 22px */
	font-weight: 600;
	line-height: 1.5;
}
.store-diagnosis-free-audit-text {
	font-size: 1rem; /* 16px */
}
@media screen and (max-width: 768px) {
	.store-diagnosis-free-audit {
		padding: 50px 0 60px;
	}
	.store-diagnosis-free-audit-container {
		row-gap: 25px;
	}
	.store-diagnosis-free-audit-heading-logo {
		width: 110px;
		padding-bottom: 2px;
	}
	.store-diagnosis-free-audit-heading-text {
		font-size: 1.25rem; /* 20px */
	}
	.store-diagnosis-free-audit-list {
		grid-template-columns: repeat(1, 1fr);
		gap: 15px;
	}
	.store-diagnosis-free-audit-article {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.store-diagnosis-free-audit-figure {
		height: 100%;
	}
	.store-diagnosis-free-audit-figure img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.store-diagnosis-free-audit-content {
		align-items: center;
		row-gap: 8px;
		padding: 15px 15px;
	}
	.store-diagnosis-free-audit-title {
		font-size: 0.8125rem; /* 13px */
	}
	.store-diagnosis-free-audit-text {
		font-size: 0.75rem; /* 12px */
		line-height: 1.5;
	}
}

/* 診断レポート */
.store-diagnosis-report {
	padding: 100px 0;
	background: #fff;
}
.store-diagnosis-report-container {
	display: grid;
	row-gap: 40px;
}
.store-diagnosis-report-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.store-diagnosis-report-rows {
	display: grid;
	row-gap: 40px;
	text-align: left;
}
.store-diagnosis-report-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	background: #fdfff1;
}
.store-diagnosis-report-col {
	display: grid;
	row-gap: 20px;
}
.store-diagnosis-report-col--text {
	padding: 50px 75px;
}
.store-diagnosis-report-col--media {
	padding: 30px
}
.store-diagnosis-report-title {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.store-diagnosis-report-text {
	font-size: 1.125rem; /* 18px */
	line-height: 1.75;
}
@media screen and (max-width: 768px) {
	.store-diagnosis-report {
		padding: 50px 0 60px;
	}
	.store-diagnosis-report-container {
		row-gap: 25px;
	}
	.store-diagnosis-report-heading {
		font-size: 1.25rem; /* 20px */
	}
	.store-diagnosis-report-rows {
		row-gap: 20px;
	}
	.store-diagnosis-report-row {
		grid-template-columns: 1fr;
		row-gap: 15px;
		padding: 25px 20px;
	}
	.store-diagnosis-report-col {
		row-gap: 10px;
	}
	.store-diagnosis-report-col--text {
		padding: 0;
	}
	.store-diagnosis-report-col--media {
		padding: 0;
	}
	.store-diagnosis-report-title {
		font-size: 1.25rem; /* 20px */
	}
	.store-diagnosis-report-text {
		font-size: 0.8125rem; /* 13px */
		line-height: 1.6;
	}
	.store-diagnosis-report-figure {
		max-width: 300px;
		margin: 0 auto;
	}
}

/* 診断の流れ */
.store-diagnosis-flow {
	padding: 0 0 100px;
	background: #fff;
}
.store-diagnosis-flow-container {
	display: grid;
	row-gap: 40px;
}
.store-diagnosis-flow-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.store-diagnosis-flow-wrap {
	display: grid;
	row-gap: 20px;
}
.store-diagnosis-flow-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 80px;
	max-width: 1040px;
	margin: 0 auto;
}
.store-diagnosis-flow-content {
	display: grid;
	row-gap: 10px;
}
.store-diagnosis-flow-title {
	font-size: 1.5rem; /* 24px */
	font-weight: 600;
	line-height: 1.6;
}
.store-diagnosis-flow-text {
	text-align: left;
	font-size: 1rem; /* 16px */
	line-height: 1.6;
}
@media screen and (max-width: 768px) {
	.store-diagnosis-flow {
		padding: 0 0 60px;
	}
	.store-diagnosis-flow-container {
		row-gap: 15px;
	}
	.store-diagnosis-flow-heading {
		font-size: 1.25rem; /* 20px */
	}
	.store-diagnosis-flow-wrap {
		display: grid;
		row-gap: 20px;
	}
	.store-diagnosis-flow-steps {
		grid-template-columns: repeat(1, 1fr);
		column-gap: 0px;
		max-width: 100%;
		margin: 0 auto;
	}
	.store-diagnosis-flow-step {
		position: relative;
		display: grid;
		row-gap: 10px;
		padding: 20px 35px 40px;
	}
	.store-diagnosis-flow-step:nth-of-type(1) {
		background: url(../images/store-diagnosis/flow_img01_bg-sp.png) no-repeat center bottom #f0faf0;
		background-size: 100% auto;
		z-index: 3;
	}
	.store-diagnosis-flow-step:nth-of-type(2) {
		background: url(../images/store-diagnosis/flow_img02_bg-sp.png) no-repeat center bottom #e1f7e1;
		background-size: 100% auto;
		z-index: 2;
	}
	.store-diagnosis-flow-step:nth-of-type(3) {
		background: url(../images/store-diagnosis/flow_img03_bg-sp.png) no-repeat center calc(100% + 1px) #d5f5d5;
		background-size: 100% auto;
		z-index: 1;
	}
	.store-diagnosis-flow-figure {
		width: 145px;
		margin: 0 auto;
	}
	.store-diagnosis-flow-content {
		row-gap: 5px;
	}
	.store-diagnosis-flow-title {
		font-size: 1rem; /* 16px */
	}
	.store-diagnosis-flow-text {
		font-size: 0.75rem; /* 12px */
	}
}

/* 無料ストア診断を受けたお客様の声 */
.store-diagnosis-voices {
	padding: 120px 0 100px;
	background: #f0faf0;
}
.store-diagnosis-voices-container {
	display: grid;
	row-gap: 50px;
}
.store-diagnosis-voices-heading {
	font-size: 2.5rem; /* 40px */
	font-weight: 600;
}
.store-diagnosis-voices-list {
	text-align: left;
	border-bottom: 1px solid #ccc;
}
.store-diagnosis-voices-item {
	display: flex;
	align-items: center;
	column-gap: 40px;
	padding: 40px 70px;
	border-top: 1px solid #ccc;
}
.store-diagnosis-voices-item--reverse .store-diagnosis-voices-item-header {
	order: 2;
}
.store-diagnosis-voices-content {
	width: calc(100% - 250px);
	display: grid;
	row-gap: 15px;
}
.store-diagnosis-voices-item--reverse .store-diagnosis-voices-content {
	order: 1;
}
.store-diagnosis-voices-brand {
	font-size: 2rem; /* 32px */
	font-weight: 600;
	background: url(../images/icon_comment.png) no-repeat left 10px;
	background-size: 35px auto;
	padding-left: 48px;
	line-height: 1.4;
}
.store-diagnosis-voices-text {
	font-size: 1.125rem; /* 18px */
	line-height: 1.75;
}
.store-diagnosis-voices-figure {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
}
.store-diagnosis-voices-figure img {
	aspect-ratio: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 768px) {
	.store-diagnosis-voices {
		padding: 50px 0 60px;
	}
	.store-diagnosis-voices-container {
		row-gap: 25px;
	}
	.store-diagnosis-voices-heading {
		font-size: 1.25rem; /* 20px */
	}
	.store-diagnosis-voices-item {
		display: grid;
		row-gap: 10px;
		padding: 20px 0;
	}
	.store-diagnosis-voices-item-header {
		display: grid;
		grid-template-columns: 95px 1fr;
		align-items: center;
		column-gap: 15px;
	}
	.store-diagnosis-voices-item--reverse .store-diagnosis-voices-item-header {
		order: 1;
	}
	.store-diagnosis-voices-content {
		width: 100%;
		display: grid;
		row-gap: 15px;
	}
	.store-diagnosis-voices-item--reverse .store-diagnosis-voices-content {
		order: 2;
	}
	.store-diagnosis-voices-brand {
		font-size: 1.25rem; /* 20px */
		font-weight: 600;
		background: url(../images/icon_comment.png) no-repeat left 8px;
		background-size: 20px auto;
		padding-left: 28px;
	}
	.store-diagnosis-voices-text {
		font-size: 0.8125rem; /* 13px */
		line-height: 1.6;
	}
	.store-diagnosis-voices-figure {
		width: 95px;
		height: 95px;
	}
}
