@charset "utf-8";
/* CSS Document */

.papamama_en {
	font-family: 'Cormorant Garamond', serif;
	font-size: 2.2rem;
}
.papamama_ttl {
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 55px;
}
.papamama_ttl::after {
	content: "";
	display: block;
	border-top: 1px solid #325d0d;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.papamama_ttl h2 {
	color: #325d0d;
	font-size: 2.8rem;
	line-height: 178%;
	font-weight: 500;
	letter-spacing: 0.15em;
	margin-bottom: 10px;
}
.papamama_ttl p {
	color: #727272;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 480px) {
	.papamama_ttl {
		margin-bottom: 35px;
	}
	.papamama_ttl h2 {
		font-size: 2.1rem;
	}
	.papamama_en {
		font-size: 2.0rem;
	}
}

/* ==============================================

	papamama_intro

================================================= */
.papamama_intro {
	padding: 50px 0 0;
}
.papamama_intro_ttl {
	margin-bottom: 80px;
	text-align: center;
}
.papamama_intro_ttl p {
	font-size: 1.4rem;
	margin-bottom: 25px;
	letter-spacing: 0.3rem;
	font-weight: 500;
}
.papamama_intro_ttl h1 {
	font-size: 3rem;
	font-weight: 500;
	position: relative;
	padding-bottom: 30px;
}
.papamama_intro_ttl h1::after {
	content: "";
	display: block;
	border-top: 1px solid #000;
	width: 60px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}

.papamama_introArea {
	max-width: 1640px;
	margin: 100px 0 0 auto;
	background: #f4f6f2;
	padding: 130px 55px 130px 0;
	display: flex;
	align-items: center;
	position: relative;
}
.papamama_intro_txt {
	padding: 0 90px;
}
.papamama_intro_txt h2 {
	font-size: 2.8rem;
	line-height: 208%;
	font-weight: 500;
	text-align: center;
	margin-bottom: 80px;
	word-break: keep-all;
	color: #2d4f0f;
}
.papamama_intro_txt p {
	text-align: center;
	line-height: 326%;
	font-size: 1.5rem;
	word-break: keep-all;
}
.papamama_intro_img {
	position: absolute;
	top: -100px;
	right: 55px;
	display: flex;
	flex-flow: column;
	gap: 20px;
	width: 50%;
}
.papamama_intro_img > figure {
	margin-right: 45px;
}
.papamama_intro_img ul {
	display: flex;
	justify-content: flex-end;
	gap: 20px;
}
.papamama_intro_img ul li:first-child {
	margin-top: 40px;
}
@media screen and (max-width: 1536px) {
	.papamama_intro_txt {
		width: 50%;
	}
}
@media screen and (max-width: 1366px) {
	.papamama_introArea {
		padding: 80px 55px 80px 0;
		margin-top: 50px;
	}
	.papamama_intro_img {
		top: -80px;
	}
}
@media screen and (max-width: 1280px) {
	.papamama_intro_txt {
		padding: 0 60px;
	}
	.papamama_intro_txt h2 {
		font-size: 2.5rem;
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1024px) {
	.papamama_introArea {
		padding: 0 0 100px;
		flex-flow: column;
		margin-top: 0
	}
	.papamama_intro_img {
		position: inherit;
		width: 100%;
		margin: 0 auto;
		top: inherit;
		right: inherit;
	}
	.papamama_intro_img > figure {
		margin: 0 0 30px;
	}
	.papamama_intro_txt {
		width: 100%;
		margin-bottom: 50px;
	}
	.papamama_intro_img_01 {
		margin: -80px auto 60px;
		text-align: center;
	}
	.papamama_intro_img ul {
		justify-content: center;
	}
	.papamama_intro_img ul li:first-child {
		margin-top: 0;
	}
}
@media screen and (max-width: 896px) {
	.papamama_intro_ttl h1 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 768px) {
	.papamama_intro_ttl h1 {
		line-height: 140%;
	}
	.papamama_intro_txt p {
		word-break: inherit;
	}
}
@media screen and (max-width: 480px) {
	.papamama_intro {
		margin-bottom: 60px!important;
	}
	.papamama_intro_ttl {
		margin-bottom: 40px;
	}
	.papamama_intro_ttl h1 {
		font-size: 2.0rem;
	}
	.papamama_intro_txt {
		padding: 0 30px;
	}
	.papamama_intro_txt h2 {
		font-size: 2.0rem;
		margin-bottom: 30px;
	}
	.papamama_intro_txt p {
		font-size: 1.4rem;
		line-height: 210%;
	}
	.papamama_introArea {
		margin-top: 30px;
	}
	.papamama_intro_img_01 {
		margin-bottom: 40px;
	}
	.papamama_introArea {
		padding-bottom: 60px;
	}
}


/* ==============================================

	papamama_wb

================================================= */
#papamama_wb {
	margin-bottom: 100px;
}
.papamama_wb_ttl {
	text-align: center;
	margin-bottom: 30px;
}
.papamama_wb_ttl h2 {
	font-size: 2.8rem;
	font-weight: 500;
	letter-spacing: 0.15em;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #2d4f0f;
}
.papamama_wb_ttl h2:before,
.papamama_wb_ttl h2:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #000;
	width: 1px;
	height: 2em;
	margin: 0 1em;
	margin-top: -.2em;
	vertical-align: middle;
}
.papamama_wb_ttl h2:before {
	transform: rotate(-35deg);
}
.papamama_wb_ttl h2:after {
	transform: rotate(35deg);
}
.papamama_wb_ttl .papamama_en {
	color: #727272;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}

.papamama_wbArea {
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	gap: 0 9%;
	padding: 70px 80px;
	position: relative;
	background: #f4f6f2;
}
.papamama_wbArea p {
	flex: 1;
	line-height: 200%;
	font-weight: 500;
}

@media screen and (max-width: 1112px) {
	.papamama_wbArea {
		gap: 0 6%;
	}
}
@media screen and (max-width: 1024px) {
	#papamama_wb {
		padding: 0 5%;
	}
	.papamama_wbArea {
		padding: 60px 8%;
	}
}
@media screen and (max-width: 896px) {
}
@media screen and (max-width: 768px) {
	.papamama_wbArea {
		flex-flow: column;
		gap: 40px;
		padding: 50px 6%;
	}
	.papamama_wb_ttl h2 {
		line-height: 140%;
	}
}
@media screen and (max-width: 640px) {
}
@media screen and (max-width: 480px) {
	#papamama_wb {
		margin-bottom: 60px;
	}
	.papamama_wbArea {
		padding: 40px 8%;
	}
	.papamama_wb_ttl {
		margin-bottom: 20px;
	}
	.papamama_wb_ttl h2 {
		font-size: 2.0rem;
	}
	.papamama_wb_ttl .papamama_en {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}
}





/* ==============================================

	papamama_features

================================================= */
.papamama_features {
	margin-bottom: 120px;
	overflow: hidden;
}
.papamama_featuresArea {
	background: #ecf0e9;
	padding: 100px 5% 100px;
}
@media screen and (max-width: 1366px) {
	.papamama_featuresArea {
		padding: 150px 3% 120px;
	}
}
@media screen and (max-width: 896px) {
	.papamama_features_ttl::after {
		width: 90%;
	}
}
@media screen and (max-width: 768px) {
	.papamama_features_ttl p {
		font-size: 6rem;
	}
	.papamama_features_ttl h2 {
		font-size: 2.6rem;
	}
}
@media screen and (max-width: 480px) {
	.papamama_features_ttl p {
		font-size: 5rem;
	}
	.papamama_features_ttl h2 {
		font-size: 2.0rem;
	}
	.papamama_featuresArea {
		padding: 60px 3% 60px;;
	}
}


/* -------------------------------------------
	papamama_features_link
------------------------------------------- */
.papamama_features_link {
	max-width: 1500px;
	margin: 0 auto 100px;
	display: flex;
	gap: 30px 2.6%;
}
.papamama_features_link li {
	width: calc((100% - 2.6% * 4) / 5);
}
.papamama_features_link li a {
	position: relative;
	padding: 50px 0 70px;
	display: block;
}
.papamama_features_link li a:hover {
	opacity: 0.8;
}
.papamama_features_link li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border: 1px solid #b37f48;
	width: 50px;
	height: 50px;
	border-radius: 50vh;
	background: #f3eae5;
}
.papamama_features_link li a:hover::before {
	background: none;
}
.papamama_features_link li a::after {
	content: "";
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	line-height: 1;
  width: 9px;
  height: 9px;
  border: 1px solid #b37f48;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.papamama_features_no {
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	color: #c6bc9f;
}
.papamama_features_link .papamama_features_no {
	text-align: center;
	width: max-content;
	position: absolute;
	top: 0;
	left: 5px;
}
.papamama_features_no small {
	font-size: 2rem;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
}
.papamama_features_no p {
	font-size: 7.4rem;
	letter-spacing: 0;
	text-indent: 0;
	line-height: 70%;
}
.papamama_features_link li figure {
	margin-bottom: 20px;
}
.papamama_features_link dl {
	text-align: center;
}
.papamama_features_link dl dt {
	font-size: 1.6rem;
	font-weight: 600;
	color: #b37f48;
	margin-bottom: 20px;
	line-height: 162%;
	display: flex;
	align-items: center;
	justify-content: center;
	word-break: keep-all;
}
.papamama_features_link dl dd {
	font-size: 1.4rem;
	line-height: 171%;
	word-break: keep-all;
}

@media screen and (max-width: 1366px) {
	.papamama_features_link {
		padding: 0 3%;
	}
}
@media screen and (max-width: 1024px) {
	.papamama_features_link {
		padding: 0;
	}
	.papamama_features_link li figure {
		margin-bottom: 15px;
	}
	.papamama_features_link dl dt {
		font-size: 1.5rem;
		margin-bottom: 15px;
	}
	.papamama_features_link dl dd {
		font-size: 1.3rem;
		line-height: 150%;
	}
}
@media screen and (max-width: 896px) {
	.papamama_features_link {
		flex-flow: row wrap;
		justify-content: center;
		max-width: 600px;
		margin: 0 auto 60px;
	}
	.papamama_features_link li {
		width: calc((100% - 2.6% * 2) / 3);
	}
	.papamama_features_link li a {
		padding: 35px 0 40px;
	}
	.papamama_features_link li a::before {
		width: 30px;
		height: 30px;
	}
	.papamama_features_link li a::after {
		bottom: 12px;
		width: 7px;
		height: 7px;
	}
	.papamama_features_link .papamama_features_no {
		left: 0;
	}
	.papamama_features_no small {
		font-size: 1.6rem;
	}
	.papamama_features_no p {
		font-size: 5.5rem;
	}
}
@media screen and (max-width: 480px) {
	.papamama_features_link {
		margin-bottom: 30px;
	}
	.papamama_features_link dl dt {
		font-size: 1.2rem;
		margin-bottom: 15px;
	}
	.papamama_features_link dl dd {
		font-size: 1.0rem;
	}
	.papamama_features_no small {
		font-size: 1.4rem;
	}
	.papamama_features_no p {
		font-size: 4.5rem;
	}
}






/* -------------------------------------------
	papamama_features_boxArea
------------------------------------------- */
.papamama_features_boxArea {
	max-width: 1500px;
	margin: 0 auto;
}
.papamama_features_boxInner {
	display: flex;
	align-items: flex-start;
	background: #fff;
	padding: 100px 0;
}
.papamama_features_boxArea > section:not(:last-child) {
	margin-bottom: 100px;
}
.papamama_features_boxArea > section:nth-child(odd) .papamama_features_boxInner {
	padding-left: 4.6%;
	
}
.papamama_features_boxArea > section:nth-child(even) .papamama_features_boxInner {
	padding-right: 4.6%;
	flex-flow: row-reverse;
}

.papamama_features_boxImg {
	max-width: 680px;
	position: relative;
}
.papamama_features_boxImg p {
	font-size: 12rem;
	letter-spacing: 0.05em;
	color: rgba(155,141,86,0.3);
	position: absolute;
}
#papamama_features_01 .papamama_features_boxImg p {
	left: -40px;
	bottom: -75px;
}
#papamama_features_02 .papamama_features_boxImg p {
	right: -40px;
	bottom: -75px;
}
#papamama_features_03 .papamama_features_boxImg p {
	left: -40px;
	bottom: -75px;
}

.papamama_features_boxTxt {
	flex: 1;
	display: flex;
	justify-content: center;
	padding: 0 5%;
	margin-top: -20px;
}

.papamama_features_box_ttl {
	display: flex;
	align-items: center;
	gap: 25px;
	margin-bottom: 55px;
}
.papamama_features_box_ttl .papamama_features_no small {
	font-size: 2.4rem;
}
.papamama_features_box_ttl .papamama_features_no p {
	font-size: 12rem;
	color: #c6bc9f;
}
.papamama_features_box_ttl > p {
	font-size: 1.6rem;
	color: #727272;
	line-height: 187%;
	font-weight: 500;
	padding-left: 45px;
	position: relative;
	margin-top: 25px;
}
.papamama_features_box_ttl > p::before {
	border-top: 1px solid;
	content: "";
	width: 30px;
	position: absolute;
	left: 0;
	top: 15px;
}
.papamama_features_boxTxt h3 {
	font-size:2.4rem;
	line-height: 183%;
	text-align: center;
	font-weight: 600;
	margin-bottom: 55px;
	color: #2d4f0f;
}
.papamama_features_box_txt {
	max-width: 500px;
	margin: 0 auto;
	font-size: 1.5rem;
	line-height: 266%;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 1600px) {
	.papamama_features_boxImg {
		width: 45%;
	}
}
@media screen and (max-width: 1194px) {
	.papamama_features_boxImg p {
		font-size: 8rem;
	}
}
@media screen and (max-width: 896px) {
	.papamama_features_boxInner {
		flex-flow: column!important;
		padding: 100px 5%!important;
	}
	.papamama_features_boxImg {
		width: 100%;
		margin: 0 auto;
	}
	.papamama_features_boxImg p {
		bottom: inherit;
	}
	#papamama_features_01 .papamama_features_boxImg p {
		top: -10%;
	}
	#papamama_features_02 .papamama_features_boxImg p {
		top: -17%;
	}
	#papamama_features_03 .papamama_features_boxImg p {
		top: -17%;
	}
	#papamama_features_04 .papamama_features_boxImg p {
		top: -14%;
	}
	#papamama_features_05 .papamama_features_boxImg p {
		top: -14%;
	}
	.papamama_features_boxTxt {
		margin: 8% auto 0;
	}
}
@media screen and (max-width: 640px) {
	.papamama_features_box_ttl .papamama_features_no small {
		font-size: 2rem;
	}
	.papamama_features_box_ttl .papamama_features_no p {
		font-size: 8rem;
	}
	.papamama_features_box_ttl > p {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 480px) {
	.papamama_features_boxImg p {
		font-size: 5rem;
	}
	.papamama_features_boxInner {
		padding: 70px 5% 40px!important;
	}
	.papamama_features_boxArea > section:not(:last-child) {
		margin-bottom: 50px;
	}
	#papamama_features_01 .papamama_features_boxImg p {
		left: 10px;
		top: -22%;
	}
	#papamama_features_02 .papamama_features_boxImg p {
		right: 10px;
		top: -22%;
	}
	#papamama_features_03 .papamama_features_boxImg p {
		left: 10px;
		top: -22%;
	}
	#papamama_features_04 .papamama_features_boxImg p {
		right: 10px;
		top: -20%;
	}
	#papamama_features_05 .papamama_features_boxImg p {
		left: -3%;
		top: -20%;
	}
	.papamama_features_box_ttl {
		margin-bottom: 40px;
		gap: 15px;
    align-items: flex-end;
	}
	.papamama_features_boxTxt h3 {
		font-size: 1.8rem;
		margin-bottom: 30px;
	}
	.papamama_features_box_txt {
		line-height: 200%;
		font-size: 1.4rem;
	}
	.papamama_features_box_ttl .papamama_features_no small {
		font-size: 1.6rem;
	}
	.papamama_features_box_ttl .papamama_features_no p {
		font-size: 6rem;
	}
	.papamama_features_box_ttl > p {
		padding-left: 28px;
		line-height: 160%;
		font-size: 1.3rem;
		margin-top: 0;
	}
	.papamama_features_box_ttl > p::before {
		width: 20px;
		top: 9px;
	}
	.papamama_features {
		margin-bottom: 60px;
	}
}


/* ==============================================

	papamama

================================================= */
#papamama #main_page .main_page_txt p {
	margin: 0 auto 10px;
	width: max-content;
}
#papamama #main_page .main_page_txt {
	width: 86%;
}
#papamama #main_page .cmn_ttl_h2 h2 {
	line-height: 175%;
}
@media screen and (max-width: 1536px) {
	#papamama #main_page .main_page_txt p {
		width: auto;
	}
}


/* ==============================================

	papamama_consul

================================================= */
#papamama_consul {
	max-width: 1300px;
	margin: 0 auto 100px;
	background: #f4f6f2;
	padding: 55px 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 10%;
}
.papamama_consul_ttl {
	text-align: center;
	margin-bottom: 50px;
	word-break: keep-all;
}
.papamama_consul_ttl .papamama_en {
	color: #e2d5c7;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
	line-height: 80%;
}
.papamama_consul_ttl h2 {
	font-size: 2.8rem;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	line-height: 135%;
}
.papamama_consul_ttl h2:before,
.papamama_consul_ttl h2:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #000;
	width: 1px;
	height: 2em;
	vertical-align: middle;
}
.papamama_consul_ttl h2:before {
	transform: rotate(-30deg);
	margin-right: 1em;
}
.papamama_consul_ttl h2:after {
	transform: rotate(30deg);
	margin-left: 0.5em;
}
.papamama_consul_ttl h3 {
	font-size: 2.4rem;
	color: #fff;
	background: #415f25;
	display: inline-block;
	padding: 14px 28px;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	font-weight: 600;
}
.papamama_consulMsg p {
	font-size: 1.6rem;
	line-height: 250%;
	text-align: center;
}
@media screen and (max-width: 1366px) {
	#papamama_consul{
		justify-content: center;
	} 
	.papamama_consul_ttl h2 {
		line-height: 150%;
	}
}
@media screen and (max-width: 1280px) {
	#papamama_consul {
		gap: 0 6%;
	}
}
@media screen and (max-width: 1024px) {
	.papamama_consul_ttl {
		margin-bottom: 40px;
	}
	.papamama_consulMsg {
		display: flex;
		align-items: center;
		gap: 0 5%;
	}
	.papamama_consulMsg figure {
		width: 45%;
	}
	.papamama_consulMsg p {
		width: 50%;
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	#papamama_consul {
		padding: 55px 6%;
	}
}
@media screen and (max-width: 640px) {
	#papamama_consul {
		padding: 50px 8%;
	}
	.papamama_consul_ttl {
		word-break: inherit;
	}
	.papamama_consul_ttl h2 {
		font-size: 2.4rem;
	}
	.papamama_consul_ttl .papamama_en {
		font-size: 8rem;
	}
	.papamama_consul_ttl h3 {
		font-size: 2.2rem;
	}
	.papamama_consulMsg {
		flex-flow: column-reverse;
	}
	.papamama_consulMsg p {
		width: 80%;
	}
	.papamama_consulMsg figure {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 480px) {
	.papamama_consul_ttl h2 {
		font-size: 2.0rem;
		line-height: 135%;
	}
	.papamama_consul_ttl .papamama_en {
		font-size: 6rem;
	}
	.papamama_consul_ttl {
		margin-bottom: 35px;
	}
	.papamama_consul_ttl h3 {
		font-size: 1.8rem;
		line-height: 140%;
		display: block;
		padding: 10px;
	}
	.papamama_consulMsg {
		align-items: flex-start;
	}
	.papamama_consulMsg p {
		font-size: 1.4rem;
		line-height: 200%;
		margin: 0 auto;
		width: 90%;
	}
	.papamama_consulMsg figure {
		width: 65%;
		margin: 0 auto 20px;
	}
	#papamama_consul {
		margin-bottom: 60px;
	}
}


/* ==============================================

	papamama_voice

================================================= */
#papamama_voice {
	margin-bottom: 120px;
	overflow: hidden;
}
.papamama_voice_ttl {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: column;
}
.papamama_voice_ttl p {
	color: #727272;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}

.papamama_voice_ttl h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.8rem;
	letter-spacing: 0.15em;
	text-indent: 0.15em;
	position: relative;
	z-index: 1;
	font-weight: 500;
	color: #325d0d;
}
.papamama_voice_ttl h2:before,
.papamama_voice_ttl h2:after {
	position: relative;
	display: inline-block;
	content: "";
	background: #325d0d;
	width: 1px;
	height: 2em;
	vertical-align: middle;
}
.papamama_voice_ttl h2:before {
	transform: rotate(-30deg);
	margin-right: 2em;
}
.papamama_voice_ttl h2:after {
	transform: rotate(30deg);
	margin-left: 2em;
}


.papamama_voiceArea {
	max-width: 1300px;
	margin: 0 auto;
	background: #f4f6f2;
	padding: 80px 5%;
}
.papamama_voiceArea section {
	display: flex;
	align-items: flex-start;
	gap: 60px;
	justify-content: center;
}
.papamama_voiceArea section:not(:last-child) {
	margin-bottom: 80px;
}
.papamama_voice_box {
	max-width: 800px;
	background: #fff;
	border: 1px solid #325d0d;
	padding: 45px 70px;
	border-radius: 50px;
	position: relative
}
.papamama_voice_box::before {
	content: "";
	position: absolute;
	bottom: -30px;
	margin-left: -15px;
	border: 12px solid transparent;
	z-index: 2;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	border-top: 30px solid #ffffff;
	border-bottom: 0;
}
.papamama_voice_box::after {
	content: "";
	position: absolute;
	bottom: -31px;
	margin-left: -16px;
	border: 14px solid transparent;
	z-index: 1;
	border-right: 21px solid transparent;
	border-left: 21px solid transparent;
	border-top: 31px solid #325d0d;
	border-bottom: 0;
}
.papamama_voiceArea section:nth-child(odd) .papamama_voice_box::before,
.papamama_voiceArea section:nth-child(odd) .papamama_voice_box::after {
	left: 100px;
}
.papamama_voiceArea section:nth-child(even) .papamama_voice_box::before {
	right: 101px;
}
.papamama_voiceArea section:nth-child(even) .papamama_voice_box::after {
	right: 100px;
}

.papamama_voice_box h3 {
	font-size: 1.8rem;
	color: #325d0d;
	line-height: 155%;
	margin-bottom: 25px;
}
.papamama_voice_box p {
	line-height: 200%;
	font-size: 1.5rem;
}
@media screen and (max-width: 896px) {
	.papamama_voiceArea section {
		gap: 40px;
	}
	.papamama_voice_box {
		padding: 35px 50px;
	}
}
@media screen and (max-width: 640px) {
	.papamama_voice_ttl h2 {
		font-size: 2.6rem;
	}
	.papamama_voiceArea section {
		flex-flow: column!important;
		padding: 0!important;
	}
	.papamama_voiceArea section:nth-child(odd) img {
		margin-left: 15%;;
	}
	.papamama_voiceArea section:nth-child(even) img {
		margin: 0 15% 0 auto;
	}
	.papamama_voiceArea section:not(:last-child) {
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	#papamama_voice {
		margin-bottom: 60px;
	}
	.papamama_voice_ttl h2 {
		font-size: 2.1rem;
	}
	.papamama_voiceArea section img {
		zoom: 0.65;
	}
	.papamama_voiceArea {
		padding: 50px 5%;
	}
	.papamama_voice_box h3 {
		font-size: 1.6rem;
		margin-bottom: 20px;
	}
	.papamama_voice_box p {
		font-size: 1.4rem;
		line-height: 160%;
	}
	.papamama_voice_box {
		padding: 30px;
	}
}








