@charset "UTF-8";

/* ---------------------------------------------------------
	CSS Document help_media
--------------------------------------------------------- */

#help_media .flex {
	display: flex;
	flex-wrap: wrap;
}

#help_media .flex figure {
	width: 50%;
	margin-bottom: 40px;
	text-align: center;
}

#help_media .flex img {
	height: 44vw;
}

#help_media .flex figcaption {
	padding-top: 10px;
}

#help_media .flex figcaption span {
	font-weight: 500;
	font-size: 16px;
}

/* ---------------------------------------------------------
	CSS Document help_company > concept
--------------------------------------------------------- */

#help_company .concept {
	margin: 0 20px 60px;
	padding: 40px 20px 50px;
	border: solid 1px #BFB9AE;
	position: relative;
	z-index: 0;
}

#help_company .concept:before {
	content: '';
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: solid 1px #BFB9AE;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

#help_company .concept h3 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 1px;
}

#help_company .concept li {
	margin-top: 20px;
	padding-left: 50px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#help_company .concept li i {
	margin-right: 15px;
	font-family: "Times New Roman", "Noto Serif JP", serif;
	font-style: Italic;
	font-size: 32px;
	line-height: 1;
	color: #B7AFA0;
	position: absolute;
	top: -1px;
	left: 10px;
}

/* ---------------------------------------------------------
	CSS Document help_company > credo
--------------------------------------------------------- */

#help_company .credo {
	margin-bottom: 60px;
	padding: 40px 20px 60px;
	background: #F9F8F8;
}

#help_company .credo h3 {
	margin-bottom: 20px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 1px;
}

#help_company .credo li {
	margin-top: 20px;
	padding: 20px 0;
	background: #fff;
	font-size: 3.5vw;
}

/* ---------------------------------------------------------
	CSS Document help_company > history
--------------------------------------------------------- */

#help_company .history {
	margin-bottom: 60px;
}

#help_company .history .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1;
}

#help_company .history h3 {
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 1px;
	line-height: 1.4;
}

#help_company .history h3 + figure {
	height: 344px;
	overflow: hidden;
	margin: 0 20px 40px;
	position: relative;
}

#help_company .history figure img {
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 0;
}

#help_company .history dl {
	display: table;
	width: 100%;
	margin-top: 10px;
}

#help_company .history dt {
	display: table-cell;
	vertical-align: top;
	width: 7em;
	text-align: left;
	font-weight: 400;
	color: #B7AFA0;
}

#help_company .history dd {
	display: table-cell;
	vertical-align: top;
	text-align: left;
}

/* ---------------------------------------------------------
	CSS Document help_company > outline
--------------------------------------------------------- */

#help_company .outline {
	padding: 40px 0 20px;
	background: #F9F8F8;
}

#help_company .outline .en {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: solid 3px #BFB9AE;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 6vw;
	letter-spacing: 2px;
	line-height: 1;
}

#help_company .outline h3 {
	margin-bottom: 50px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 1px;
	line-height: 1.4;
}

#help_company .outline dl {
	padding: 20px 0;
}

#help_company .outline dl:last-of-type {
	border: 0;
}

#help_company .outline dt {
	margin-bottom: 10px;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 500;
}

/* ---------------------------------------------------------
	CSS Document help_about
--------------------------------------------------------- */

.ec-heading h2 .en {
	display: block;
	margin-top: 10px;
	font-size: 4vw;
	letter-spacing: 1px;
}

.heading_vision .en {
	margin-bottom: 5px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 4vw;
	letter-spacing: 2px;
	line-height: 1.4;
	color: #B7AFA0;
}

.heading_vision h3 {
	margin-bottom: 30px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	letter-spacing: 1px;
	line-height: 1.4;
}

#help_about {
	line-height: 2.2;
}

/* ---------------------------------------------------------
	CSS Document help_about > concept
--------------------------------------------------------- */

#help_about .concept {
	margin: 0 20px 60px;
	text-align: left;
}

#help_about .concept h3 {
	margin-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
}

#help_about .concept ol {
	margin-bottom: 20px;
}

#help_about .concept li {
	margin-top: 20px;
	padding-left: 50px;
	text-align: left;
	position: relative;
	z-index: 0;
}

#help_about .concept li i {
	margin-right: 15px;
	font-family: "Times New Roman", "Noto Serif JP", serif;
	font-style: Italic;
	font-size: 32px;
	line-height: 1;
	color: #B7AFA0;
	position: absolute;
	top: -1px;
	left: 10px;
}

/* ---------------------------------------------------------
	CSS Document help_about > sdgs
--------------------------------------------------------- */

#help_about #sdgs {
	margin-bottom: 60px;
}

#help_about #sdgs .article {
	padding: 20px;
	background: #d6ebe4 url(../images/about_01.jpg) no-repeat center / auto 100%;
}

#help_about #sdgs .container {
	padding: 40px 30px;
	background: rgba(255, 255, 255, 0.9);
	text-align: left;
}

#help_about #sdgs p {
	margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document help_about > skincare
--------------------------------------------------------- */

#help_about #skincare p {
	margin: 0 20px 40px;
	text-align: left;
}

#help_about #skincare figure {
	margin: 0 20px 40px;
}

#help_about #skincare .article {
	margin-bottom: 30px;
	padding: 40px 20px;
	background: #F9F8F8;
	text-align: left;
}

#help_about #skincare h4 {
	margin-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.4;
	color: #B7AFA0;
}

#help_about #skincare dl {
	padding-left: 50px;
	position: relative;
	z-index: 0;
}

#help_about #skincare dl:not(:last-of-type) {
	padding-bottom: 40px;
}

#help_about #skincare dl:not(:last-of-type):before {
	content: '';
	width: 1px;
	height: 100%;
	background: #B7AFA0;
	position: absolute;
	top: 0;
	left: 19px;
	z-index: -1;
}

#help_about #skincare dt {
	margin-bottom: 15px;
	font-weight: 500;
	font-size: 0;
	line-height: 38px;
}

#help_about #skincare dt i {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #B7AFA0;
	text-align: center;
	font-family: "Times New Roman", "Noto Serif JP", serif;
	font-size: 18px;
	line-height: 38px;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
}

#help_about #skincare dt span {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: 1.6;
}

#help_about #skincare .copy {
	margin-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 4.5vw;
	line-height: 1.6;
	color: #B7AFA0;
}

/* ---------------------------------------------------------
	CSS Document help_about > goal
--------------------------------------------------------- */

#help_about .goal {
	margin: 0 20px 60px;
	padding: 40px 30px 40px;
	border: solid 1px #BFB9AE;
	text-align: left;
	position: relative;
	z-index: 0;
}

#help_about .goal:before {
	content: '';
	width: calc(100% - 12px);
	height: calc(100% - 12px);
	border: solid 1px #BFB9AE;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: -1;
}

#help_about .goal h3 {
	margin-bottom: 20px;
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.6;
}

#help_about .goal p:not(:last-of-type) {
	margin-bottom: 20px;
}

/* ---------------------------------------------------------
	CSS Document help_about > water
--------------------------------------------------------- */

#help_about #water .article {
	margin-bottom: 60px;
	padding: 80px 20px 0;
	background: url(../images/about_02.jpg) no-repeat right top / 140% auto;
	text-align: left;
}

#help_about #water p {
	margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document help_about > mission
--------------------------------------------------------- */

#help_about .mission {
	text-align: left;
}

#help_about .mission .en {
	height: 50px;
	margin-right: 40px;
	margin-bottom: 20px;
	padding-left: 40px;
	background: #F9F8F8;
	font-family: "Times New Roman", "Noto Serif JP", serif;
	font-style: Italic;
	font-size: 34px;
	letter-spacing: 2px;
	line-height: 50px;
	color: #B7AFA0;
	position: relative;
}

#help_about .mission .en:before {
	content: '';
	width: 30px;
	height: 1px;
	background: #B7AFA0;
	position: absolute;
	top: 50%;
	left: 0;
}

#help_about .mission .mission_head p {
	margin: 0 40px 30px;
	font-weight: 500;
	color: #B7AFA0;
}

#help_about .mission_water {
	margin-bottom: 60px;
}

#help_about .mission_water dl {
	margin: 0 40px 30px;
}

#help_about .mission dt {
	font-weight: 500;
	font-size: 15px;
}

#help_about .mission_material {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 20px 30px;
}

#help_about .mission_material .section {
	width: 48%;
	margin-bottom: 30px;
	font-size: 13px;
	line-height: 1.7;
}

#help_about .mission_material figure {
	margin-bottom: 15px;
}

#help_about .mission_material dt {
	margin-bottom: 5px;
}

#help_about .mission_material .small {
	display: inline-block;
	vertical-align: top;
	margin-top: 15px;
	font-size: 12px;
	color: #666;
}

/* ---------------------------------------------------------
	CSS Document help_about > reason
--------------------------------------------------------- */

#help_about .reason {
	margin-bottom: 60px;
	padding: 20px;
	background: #F9F8F8;
	text-align: left;
}

#help_about .reason .container {
	padding: 40px 30px;
	background: rgba(255, 255, 255, 0.9);
}

#help_about .reason h3 {
	text-align: center;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Noto Serif JP", serif;
	font-weight: 500;
	font-size: 5vw;
	line-height: 1.6;
}

#help_about .reason p {
	margin-top: 20px;
}

/* ---------------------------------------------------------
	CSS Document help_about > commit
--------------------------------------------------------- */

#help_about #commit {
	margin: 0 20px 60px;
	text-align: left;
}

#help_about #commit p {
	margin-top: 20px;
}

#help_about #commit .article {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#help_about #commit .section {
	width: 48%;
	margin-top: 30px;
	font-size: 3.5vw;
	line-height: 1.7;
}

#help_about #commit figure {
	margin-bottom: 15px;
}

#help_about #commit dt {
	margin-bottom: 10px;
	font-weight: 500;
}
