* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
	pointer-events: auto;
}

body {
	margin: 0;
	padding: 0;
}

.wrapper {
	padding-top: 9.6rem;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
span,
a,
label {
	font-family: hiragino-kaku-gothic-pron, sans-serif;
	color: #24243f;
	font-weight: 300;
	letter-spacing: 0px !important;
}

li {
	list-style: none;
}

img {
	height: auto;
	width: 100%;
	vertical-align: bottom;
}

@media (min-width: 1024px) {
	.sp__only {
		display: none;
	}
}

.pc__only {
	display: none;
}
@media (min-width: 1024px) {
	.pc__only {
		display: unset;
	}
}

.spacer__px {
	padding-left: calc((100vw - 343px) / 2);
	padding-right: calc((100vw - 343px) / 2);
}
@media (min-width: 1024px) {
	.spacer__px {
		padding-left: calc((100vw - 960px) / 2);
		padding-right: calc((100vw - 960px) / 2);
	}
}

.spacer__mx {
	margin-left: calc((100vw - 343px) / 2);
	margin-right: calc((100vw - 335px) / 2);
}
@media (min-width: 1024px) {
	.spacer__mx {
		margin-left: calc((100vw - 960px) / 2);
		margin-right: calc((100vw - 960px) / 2);
	}
}

@media (min-width: 1024px) {
	.spacer__px--560 {
		padding-left: calc((100vw - 560px) / 2);
		padding-right: calc((100vw - 560px) / 2);
	}
}

@media (min-width: 1024px) {
	.spacer__px--720 {
		padding-left: calc((100vw - 720px) / 2);
		padding-right: calc((100vw - 720px) / 2);
	}
}

@media (min-width: 1024px) {
	.spacer__px--800 {
		padding-left: calc((100vw - 800px) / 2);
		padding-right: calc((100vw - 800px) / 2);
	}
}

.spacer__pt {
	padding-top: 6.4rem;
}

.spacer__pb {
	padding-bottom: 6.4rem;
}

.spacer__mt {
	margin-top: 6.4rem;
}

.spacer__mb {
	margin-bottom: 6.4rem;
}

.single__achieve {
	width: 100%;
	height: 94px;
	display: inline-flex;
	justify-content: center;
	align-content: center;
	font-size: 1.6rem;
	text-align: center;
	flex-direction: column;
	position: relative;
	line-height: 150%;
}
.single__achieve .lg {
	font-weight: 700;
	font-size: 2rem;
}
.single__achieve .lg .sm {
	font-size: 1.6rem;
	font-weight: 300;
}

.single__achieve::before,
.single__achieve::after {
	position: absolute;
	top: 0;
	width: 32px;
	height: 100%;
	background-size: contain;
	content: "";
}

.single__achieve::before {
	left: 0;
	background-image: url("../../img/mamacowork/achieve/leaf__left.png");
}

.single__achieve::after {
	right: 0;
	background-image: url("../../img/mamacowork/achieve/leaf__right.png");
}

.single__problem {
	font-size: 1.6rem;
	line-height: 180%;
	background-image: url("../../img/mamacowork/icon/icon__list.png");
	background-position: 0 8px;
	background-repeat: no-repeat;
	background-size: auto 12px;
	padding-left: 16px;
}

.single__service {
	padding: 2.4rem 1.6rem;
	border: 2px solid #1c80e7;
	border-radius: 0.8rem;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.12);
}
@media (min-width: 1024px) {
	.single__service {
		display: grid;
		justify-content: center;
	}
}
.single__service--title {
	font-size: 2rem;
	text-align: center;
	font-weight: 700;
	line-height: 150%;
}
.single__service ul {
	margin-top: 1.2rem;
}
.single__service ul li {
	list-style: disc;
	font-size: 1.4rem;
	line-height: 180%;
	margin-left: 1.6rem;
}
@media (min-width: 1024px) {
	.single__service ul li {
		font-size: 1.6rem;
	}
}

.single__reason {
	padding: 1.6rem 0.8rem;
	background-color: white;
	border-radius: 0.8rem;
	grid-template-columns: 48px 1fr;
	grid-template-rows: repeat(2, max-content);
	display: grid;
	gap: 0.8rem;
}
@media (min-width: 1024px) {
	.single__reason {
		grid-template-columns: 84px 1fr;
		padding: 2rem 1.6rem;
		align-content: center;
	}
}
@media (min-width: 1024px) {
	.single__reason--img {
		grid-area: 1/1/3/2;
		align-self: center;
	}
}
.single__reason--title {
	font-size: 2rem;
	font-weight: 600;
	line-height: 150%;
	align-self: center;
}
@media (min-width: 1024px) {
	.single__reason--title {
		grid-area: 1/2/2/3;
	}
}
.single__reason ul {
	grid-area: 2/1/3/3;
	padding-left: 0.8rem;
}
@media (min-width: 1024px) {
	.single__reason ul {
		grid-area: 2/2/3/3;
	}
}
.single__reason ul .single__reason--text {
	font-size: 1.4rem;
	line-height: 180%;
	list-style: disc;
	margin-left: 0.8rem;
}

.single__voice {
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 2rem;
	align-items: center;
}
@media (min-width: 1024px) {
	.single__voice {
		grid-template-columns: 56px 1fr;
		gap: 2.8rem;
		align-items: start;
	}
}
.single__voice--text {
	font-size: 1.4rem;
	line-height: 180%;
	background-color: white;
	border-radius: 0.8rem;
	padding: 0.8rem;
	position: relative;
}
@media (min-width: 1024px) {
	.single__voice--text {
		padding: 1.6rem;
	}
}
.single__voice--text .lg {
	font-weight: 700;
	font-size: 1.6rem;
}
.single__voice--text::before {
	content: "";
	background-image: url("../../img/mamacowork/icon/icon__triangle.svg");
	width: 14px;
	height: 18px;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: -14px;
	transform: translateY(-50%);
}
@media (min-width: 1024px) {
	.single__voice--text::before {
		top: 28px;
	}
}

.single__flow {
	display: grid;
	grid-template-columns: 32px 1fr;
	column-gap: 0.8rem;
	row-gap: 0.4rem;
	position: relative;
}
@media (min-width: 1024px) {
	.single__flow {
		column-gap: 2rem;
		grid-template-columns: 48px 1fr;
		row-gap: 0;
	}
}
.single__flow--num {
	font-family: din-2014, sans-serif;
	font-weight: 600;
	font-size: 2.4rem;
	line-height: 100%;
	color: white;
	background-color: #1c80e7;
	width: 32px;
	height: 32px;
	border-radius: 99px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 3;
}
@media (min-width: 1024px) {
	.single__flow--num {
		width: 48px;
		height: 48px;
		font-size: 3.2rem;
	}
}
.single__flow--title {
	font-size: 2rem;
	line-height: 150%;
	font-weight: 700;
	align-self: center;
}
.single__flow .single__flow--text {
	font-size: 1.6rem;
	line-height: 180%;
}
.single__flow li {
	list-style: disc;
	margin-left: 1.6rem;
}
.single__flow .gridContent {
	grid-area: 2/2/3/3;
}

.single__flow::before {
	content: "";
	width: 1px;
	height: calc(100% + 24px);
	background-color: #1c80e7;
	position: absolute;
	top: 0;
	left: 1.6rem;
	transform: translateX(-50%);
	z-index: 1;
}
@media (min-width: 1024px) {
	.single__flow::before {
		left: 2.4rem;
	}
}

.single__flow:last-child::before {
	display: none;
}

.single__plan {
	border-radius: 4px;
	background-color: white;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.16);
	display: grid;
	padding: 1.6rem 1.2rem;
	justify-items: center;
}
.single__plan--name {
	font-size: 2rem;
	line-height: 150%;
	border-bottom: 2px solid #1c80e7;
	width: max-content;
}
.single__plan--price {
	line-height: 100%;
	font-size: 4.8rem;
	color: #1c80e7;
	font-weight: 700;
	margin-top: 2.4rem;
	font-family: din-2014, sans-serif;
}
.single__plan--price .sm {
	font-family: din-2014, sans-serif;
	font-size: 2.4rem;
	color: #1c80e7;
	font-weight: 700;
}
.single__plan .jpy {
	font-size: 1.4rem;
	color: #24243f;
	font-weight: 300;
}
.single__plan--text {
	border-top: 1px solid #24243f;
	display: inline-flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	margin-top: 1.6rem;
	padding-top: 1.6rem;
	font-size: 1.6rem;
	line-height: 180%;
}
.single__plan--text .sm {
	font-size: 1.3rem;
}

.single__faq {
	border: 2px solid #1c80e7;
	border-radius: 0.8rem;
}
.single__faq--title {
	padding: 1.2rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #1c80e7;
	line-height: 150%;
}
@media (min-width: 1024px) {
	.single__faq--title {
		padding: 1.6rem;
	}
}
.single__faq--text {
	padding: 1.6rem;
	font-size: 1.6rem;
	line-height: 180%;
}
@media (min-width: 1024px) {
	.single__faq--text {
		padding: 2.4rem;
	}
}

.section__title {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 150%;
	text-align: center;
	margin-bottom: 3.2rem;
}
@media (min-width: 1024px) {
	.section__title {
		font-size: 4rem;
	}
}
.section__title .colored {
	color: #1c80e7;
	font-weight: 600;
}

.section__title--bg {
	text-align: center;
	position: relative;
}
@media (min-width: 1024px) {
	.section__title--bg {
		font-size: 4.8rem;
	}
}
.section__title--bg .lg {
	font-size: 4rem;
	color: #1c80e7;
	font-weight: 600;
}
@media (min-width: 1024px) {
	.section__title--bg .lg {
		font-size: 6.4rem;
	}
}

.cta {
	display: flex;
	flex-direction: column;
}
@media (min-width: 1024px) {
	.cta {
		justify-content: center;
	}
}
.cta__lead {
	font-size: 1.6rem;
	line-height: 150%;
	text-align: center;
	font-weight: 700;
}
.cta__btn {
	margin-top: 0.4rem;
	border: 2px solid white;
	border-radius: 999px;
	font-size: 2.4rem;
	font-weight: 700;
	color: white;
	background-color: #e89c1c;
	height: 80px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	line-height: 140%;
	cursor: pointer;
}
.cta__btn:visited,
.cta__btn:link {
	color: white;
}
@media (min-width: 1024px) {
	.cta__btn {
		width: 420px;
	}
}
.cta__btn .sm {
	font-size: 1.3rem;
	line-height: 140%;
	font-weight: 700;
	color: white;
}

.bg__pattern {
	position: relative;
}

.bg__pattern::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background-image: url("../../img/mamacowork/bg/sp/pattern__left.svg");
	width: 127px;
	height: 122px;
	z-index: 1;
}
@media (min-width: 1024px) {
	.bg__pattern::before {
		background-image: url("../../img/mamacowork/bg/pc/pattern__left.svg");
		width: 375px;
		height: 360px;
	}
}

/* .wpcf7 .init {
	display: grid;
	gap: 2rem;
}
.wpcf7 .init .single__contact {
	display: grid;
	gap: 0.8rem;
}
.wpcf7 .init .single__contact--label label {
	font-size: 1.4rem;
	line-height: 100%;
	display: flex;
	align-items: center;
}
@media (min-width: 1024px) {
	.wpcf7 .init .single__contact--label label {
		font-size: 1.6rem;
	}
}
.wpcf7 .init .single__contact--label label .required,
.wpcf7 .init .single__contact--label label .optional {
	font-size: 1.1rem;
	padding: 4px 6px;
	border-radius: 4px;
	margin-left: 0.8rem;
}
@media (min-width: 1024px) {
	.wpcf7 .init .single__contact--label label .required,
	.wpcf7 .init .single__contact--label label .optional {
		font-size: 1.3rem;
	}
}
.wpcf7 .init .single__contact--label label .required {
	border: 1px solid #e01e5a;
	color: #e01e5a;
}
.wpcf7 .init .single__contact--label label .optional {
	border: 1px solid #828282;
	color: #828282;
}
.wpcf7 .init .single__contact--input .wpcf7-text,
.wpcf7 .init .single__contact--input .wpcf7-textarea {
	width: 100%;
	height: 32px;
	border-radius: 4px;
	border: 1px solid #d9d9d9;
	padding: 0 0.8rem;
}
.wpcf7 .init .single__contact--input .wpcf7-textarea {
	height: 125px;
}
.wpcf7 .init .single__contact--input .wpcf7-radio span {
	font-size: 1.4rem;
}
.wpcf7 .init .single__contact--input .wpcf7-radio .first {
	margin-left: 0;
}
.wpcf7 .init .wpcf7-submit {
	background-color: #e89c1c;
	width: 250px;
	padding: 1.6rem;
	color: white;
	font-size: 2.4rem;
	line-height: 140%;
	text-align: center;
	margin: 0 auto;
	border: 2px solid white;
	border-radius: 99px;
	font-weight: 700;
} */

/* ninja forms */
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	padding: 8px;
}
.nf-form-layout .nf-before-form-content {
	display: none;
}

.nf-field-label label,
.nf-field-label .nf-label-span {
	font-weight: 300 !important;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	line-height: 125%;
}
@media (min-width: 1024px) {
	.nf-field-label label,
	.nf-field-label .nf-label-span {
		font-size: 1.6rem;
		line-height: 140%;
	}
}

.ninja-forms-req-symbol {
	position: relative;
	margin-left: 8px;
}
.ninja-forms-req-symbol::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	content: "必須";
	background-color: white;
	border: 1px solid red;
	border-radius: 4px;
	width: max-content;
	line-height: 1.25;
	font-size: 1.1rem;
	padding: 4px 6px;
}
@media (min-width: 1024px) {
	.ninja-forms-req-symbol::before {
		font-size: 1.3rem;
	}
}
.ninja-forms-field {
	height: 32px !important;
	border: 1px solid #d9d9d9;
	border-radius: 4px;
}
.textarea-wrap textarea {
	height: 125px !important;
}
.listradio-wrap .nf-field-element {
	display: flex;
	justify-content: flex-start;

	@media (min-width: 1024px) {
	}
}
.listradio-wrap .nf-field-element label.nf-checked-label:before {
	top: 4.5px !important;
}

.nf-field-element ul li {
	display: flex;
	align-items: center;
}
.nf-field-element ul li input {
	height: max-content !important;
}
.nf-field-element ul li label {
	font-size: 1.4rem;
	margin-left: 0 !important;
}
.phone-wrap label,
.city-wrap label {
	position: relative;
	width: max-content;
}
.phone-wrap label::before,
.city-wrap label::before {
	position: absolute;
	top: 50%;
	right: -46px;
	transform: translateY(-50%);
	content: "任意";
	background-color: white;
	border: 1px solid #828282;
	color: #828282;
	border-radius: 4px;
	padding: 4px 6px;
	line-height: 140%;
	font-size: 1.1rem;
}
@media (min-width: 1024px) {
	.phone-wrap label::before,
	.city-wrap label::before {
		font-size: 1.3rem;
	}
}
.submit-wrap,
.nf-field-element {
	display: flex;
	justify-content: center;
}
#nf-field-134 {
	background-color: #e89c1c !important;
	width: 250px !important;
	height: 66px !important;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 700;
	border-radius: 99px;
	color: white;
}
.footer {
	padding-top: 3.2rem;
	padding-bottom: 0.4rem;
	background-color: white;
}
.footer__copy {
	font-size: 1.2rem;
	line-height: 175%;
	text-align: center;
}

.line-sidebtn {
	display: none;
}

.header {
	height: 64px;
	width: 100%;
	position: fixed;
	z-index: 100;
	background-color: white;
	display: flex;
	justify-content: space-between;
	padding: 0.8rem 1.6rem;
	align-items: center;
}
@media (min-width: 1024px) {
	.header {
		height: 56px;
	}
}
.header__logo {
	display: block;
	width: 53px;
}
.header nav {
	background-color: #1c80e7;
	position: absolute;
	top: 6.4rem;
	left: 0;
	width: 100%;
	height: 0;
	transition: 0.2s ease-in-out;
	overflow: hidden;
}
@media (min-width: 1024px) {
	.header nav {
		width: max-content;
		height: max-content;
		position: unset;
		background-color: unset;
	}
}
.header nav ul {
	display: grid;
}
@media (min-width: 1024px) {
	.header nav ul {
		display: flex;
		flex-direction: row;
		align-items: center;
	}
}
.header nav ul li {
	height: 50px;
	padding: 0 1.6rem;
	display: flex;
	align-items: center;
	border-bottom: 1px solid white;
}
@media (min-width: 1024px) {
	.header nav ul li {
		margin-left: 2.4rem;
		padding: 0;
		height: max-content;
	}
}
.header nav ul li p {
	color: white;
	font-size: 1.4rem;
	line-height: 150%;
	font-weight: 700;
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
@media (min-width: 1024px) {
	.header nav ul li p {
		color: #24243f;
	}
}
.header nav ul li:last-child {
	background-color: #e89c1c;
}
@media (min-width: 1024px) {
	.header nav ul li:last-child {
		padding: 0.8rem 1.6rem;
		border-radius: 99px;
	}
}
.header nav ul li:last-child p {
	color: white;
}
.header .nav--active {
	transition: 0.2s ease-in-out;
	height: 350px;
}
.header .burger {
	display: grid;
	gap: 0.8rem;
	grid-template-rows: repeat(3, max-content);
	height: max-content;
}
@media (min-width: 1024px) {
	.header .burger {
		display: none;
	}
}
.header .burger__line {
	width: 25px;
	height: 2px;
	background-color: #24243f;
	transition: 0.2s ease-in-out;
}

.line__1--active {
	transform: rotate(45deg) translate(7px, 7px);
	transition: 0.2s ease-in-out;
}

.line__2--active {
	opacity: 0;
	transition: 0.2s ease__in-out;
}

.line__3--active {
	transform: rotate(-45deg) translate(7px, -7px);
	transition: 0.2s ease-in-out;
}

.achieve {
	padding-top: 4rem;
	padding-bottom: 4rem;
	display: grid;
	gap: 4rem;
}
@media (min-width: 1024px) {
	.achieve {
		grid-template-columns: repeat(2, 333px);
		gap: 2rem;
		justify-content: center;
	}
}

.problem {
	background-color: #f4f4f4;
}
.problem__cnt {
	display: grid;
	gap: 1.2rem;
	background-color: white;
	padding: 1.6rem 0.8rem;
	border-radius: 0.8rem;
}
@media (min-width: 1024px) {
	.problem__cnt {
		padding: 3.2rem;
		width: max-content;
		justify-self: center;
	}
}

.service {
	position: relative;
}
#service {
	background-color: white;
	width: 100%;
	/* padding: 0; */
	border-radius: 0;
	margin-top: 0;
}
.service__lead {
	font-size: 1.6rem;
	line-height: 180%;
}
@media (min-width: 1024px) {
	.service__lead {
		justify-self: center;
	}
}
.service__cnt {
	margin-top: 3.2rem;
	display: grid;
}
.service__cnt--title {
	font-size: 2rem;
	font-weight: 700;
	padding: 0.8rem 2.4rem;
	position: relative;
	background-color: #1c80e7;
	color: white;
	width: max-content;
	justify-self: center;
}
@media (min-width: 1024px) {
	.service__cnt--title {
		font-size: 2.4rem;
		padding: 0.8rem 3.2rem;
	}
}
.service__cnt--title::before,
.service__cnt--title::after {
	position: absolute;
	top: 0;
	width: 21px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}
.service__cnt--title::before {
	left: 0;
	content: "";
	background-image: url("../../img/mamacowork/service/title__bg--left.svg");
}
.service__cnt--title::after {
	right: 0;
	content: "";
	background-image: url("../../img/mamacowork/service/title__bg--right.svg");
}
.service__cnt--content {
	display: grid;
	gap: 2.4rem;
	margin-top: 1.6rem;
}
@media (min-width: 1024px) {
	.service__cnt--content {
		display: grid;
		grid-template-columns: repeat(2, 468px);
	}
}
.service__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.flow {
	background-color: #c5e2f8;
}
.flow__cnt {
	display: grid;
	gap: 2.4rem;
}
@media (min-width: 1024px) {
	.flow__cnt {
		gap: 2rem;
		justify-content: center;
	}
}

.reason {
	background-color: #c5e2f8;
}
.reason__cnt {
	display: grid;
	gap: 1.6rem;
}
@media (min-width: 1024px) {
	.reason__cnt {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 1.6rem;
		row-gap: 1.6rem;
	}
}

.plan__cnt .plan__tags {
	margin: 0 0.8rem;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(2, 160px);
}
@media (min-width: 1024px) {
	.plan__cnt .plan__tags {
		gap: 1.6rem;
		grid-template-columns: repeat(2, 400px);
		justify-content: center;
	}
}
.plan__cnt .plan__tags .plan__tag {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	border-top-left-radius: 0.8rem;
	border-top-right-radius: 0.8rem;
	border: 2px solid #1c80e7;
	border-bottom: 0;
	background-color: white;
	height: 56px;
	font-size: 1.3rem;
	font-weight: 700;
	text-align: center;
}
@media (min-width: 1024px) {
	.plan__cnt .plan__tags .plan__tag {
		font-size: 1.6rem;
		flex-direction: row;
	}
}
.plan__cnt .plan__tags .plan__tag .sm {
	font-size: 1rem;
	font-weight: 700;
}
@media (min-width: 1024px) {
	.plan__cnt .plan__tags .plan__tag .sm {
		font-size: 1.6rem;
	}
}
.plan__cnt .plan__tags .plan__tag--active {
	background-color: #1c80e7;
	color: white;
}
.plan__cnt .plan__tags .plan__tag--active span {
	color: white;
}
.plan__cnt .plan__table {
	border: 2px solid #1c80e7;
	background-color: #c5e2f8;
	border-radius: 0.8rem;
	padding: 1.6rem 2.4rem;
	display: grid;
	gap: 2.4rem;
}
@media (min-width: 1024px) {
	.plan__cnt .plan__table {
		padding: 4rem 5.6rem;
	}
}
.plan__cnt .plan__table--content {
	display: none;
	gap: 2.4rem;
}
@media (min-width: 1024px) {
	.plan__cnt .plan__table--content {
		justify-content: center;
	}
}
@media (min-width: 1024px) {
	.plan__cnt .plan__table--col2 {
		grid-template-columns: repeat(2, 266px);
	}
}
@media (min-width: 1024px) {
	.plan__cnt .plan__table--col3 {
		grid-template-columns: repeat(3, 1fr);
	}
}
.plan__cnt .plan__table .table--active {
	display: grid;
}
.plan__cnt .plan__table--cap {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}
.plan__cnt .plan__table--cap .lg {
	color: #1c80e7;
	font-size: 2rem;
	font-weight: 700;
}
@media (min-width: 1024px) {
	.plan__cnt .plan__table--cap .lg {
		font-size: 2.4rem;
	}
}
.plan__cnt--note {
	font-size: 1.4rem;
	line-height: 180%;
	margin-top: 0.8rem;
	margin-left: auto;
	width: max-content;
}

.company__cnt {
	display: grid;
	gap: 1.6rem;
}
.company__cnt .single__company {
	display: grid;
	gap: 0.4rem;
	border-bottom: 1px solid #24243f;
	padding-bottom: 1.6rem;
}
@media (min-width: 1024px) {
	.company__cnt .single__company {
		padding-left: 4rem;
		grid-template-columns: 48px 1fr;
		gap: 2.4rem;
		row-gap: 0.4rem;
	}
}
.company__cnt .single__company--label,
.company__cnt .single__company--content {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 180%;
}
.company__cnt .single__company--content {
	font-weight: 300;
}
.company__cnt .single__company iframe {
	width: 100%;
	height: 125px;
}
@media (min-width: 1024px) {
	.company__cnt .single__company iframe {
		grid-area: 2/2/3/3;
	}
}
.company__cnt .single__company:last-child {
	border: 0;
}

.voice {
	background-color: #c5e2f8;
	overflow: hidden;
	position: relative;
}
.voice__cnt {
	display: grid;
	gap: 1.6rem;
	position: relative;
	z-index: 5;
}
@media (min-width: 1024px) {
	.voice__cnt {
		grid-template-columns: repeat(2, 1fr);
		gap: 2.4rem;
	}
}
.voice__bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: auto;
}
@media (min-width: 1024px) {
	.voice__bg {
		height: auto;
		width: 45vw;
	}
}
.voice__bg img {
	height: 100%;
	width: auto;
}
@media (min-width: 1440px) {
	.voice__bg img {
		width: 100%;
	}
}

.faq__cnt {
	display: grid;
	gap: 2.4rem;
}

.message {
	background-image: url("../../img/mamacowork/bg/message__bg.png");
	background-repeat: repeat;
}
.message__cnt {
	background-color: white;
	padding: 4rem 1.6rem;
}
@media (min-width: 1024px) {
	.message__cnt {
		padding: 4rem 4.8rem;
	}
}
.message__cnt--text {
	font-size: 1.6rem;
	line-height: 180%;
}
.message__cnt--text .lg {
	font-size: 2rem;
	font-weight: 700;
}
.message__cnt--title {
	font-size: 2rem;
	line-height: 180%;
	font-weight: 600;
	text-align: center;
	margin: 0 -0.8rem;
	margin-top: 2.4rem;
}
@media (min-width: 1024px) {
	.message__cnt--title {
		font-size: 3.2rem;
		margin-top: 1.6rem;
	}
}
.message__cnt--title .lg {
	color: #1c80e7;
	font-weight: 600;
	font-size: 2.8rem;
}
@media (min-width: 1024px) {
	.message__cnt--title .lg {
		font-size: 4rem;
	}
}

.contact__lead {
	font-size: 1.6rem;
	line-height: 180%;
	text-align: center;
	margin-bottom: 3.2rem;
}

.fv {
	padding-top: 112px;
	padding-left: calc((100vw - 343px) / 2);
	padding-right: calc((100vw - 343px) / 2);
	background-color: #c5e2f8;
	overflow: hidden;
	padding-bottom: 153px;
}
@media (min-width: 1024px) {
	.fv {
		display: grid;
		grid-template-columns: max-content 320px;
		column-gap: 5.6rem;
		padding-left: calc((100vw - 960px) / 2);
		padding-bottom: 6.4rem;
	}
}
.fv__content {
	display: grid;
	gap: 2rem;
	position: relative;
	z-index: 5;
}
@media (min-width: 1024px) {
	.fv__content {
		gap: 2.4rem;
		grid-template-rows: repeat(2, max-content);
	}
}
.fv__content .fv__main {
	border-radius: 8px;
	background-color: white;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.16);
	padding: 2.4rem;
}
.fv__content .fv__main p {
	color: #24243f;
}
.fv__content .fv__main--top {
	line-height: 125%;
	font-size: 2rem;
	border-bottom: 1px solid #24243f;
	width: max-content;
}
@media (min-width: 1024px) {
	.fv__content .fv__main--top {
		font-size: 3.2rem;
	}
}
.fv__content .fv__main--title {
	font-size: 2.8rem;
	line-height: 180%;
	font-weight: 700;
	margin-top: 1.6rem;
}
@media (min-width: 1024px) {
	.fv__content .fv__main--title {
		font-size: 4rem;
	}
}
.fv__content .fv__main--title .lg {
	color: #e89c1c;
	font-weight: 700;
	font-size: 4rem;
}
@media (min-width: 1024px) {
	.fv__content .fv__main--title .lg {
		font-size: 5.2rem;
	}
}
.fv__content--lead {
	font-size: 1.4rem;
	line-height: 150%;
}
@media (min-width: 1024px) {
	.fv__content--lead {
		font-size: 1.8rem;
	}
}
.fv__content--lead .lg {
	font-weight: 600;
}
@media (min-width: 1024px) {
	.fv__content--lead .lg {
		font-size: 2rem;
	}
}
.fv__img {
	position: absolute;
	bottom: 0;
	right: -4rem;
	width: 195px;
	z-index: 5;
	filter: drop-shadow(19px 0 60px rgba(0, 0, 0, 0.3));
}
@media (min-width: 1024px) {
	.fv__img {
		right: calc((100vw - 1024px) / 2);
		width: 320px;
	}
}
.fv__bg {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: auto;
}
@media (min-width: 1024px) {
	.fv__bg {
		height: auto;
		width: 45vw;
	}
}
.fv__bg img {
	height: 100%;
	width: auto;
}
@media (min-width: 1440px) {
	.fv__bg img {
		width: 100%;
	}
} /*# sourceMappingURL=main.css.map */
