@charset "utf-8";

.welfare .sec_tit {
	background: none;
	color: #E85292;
	border: 2px solid #E85292;
	padding: .5em .75em;
	text-align: center;
}
.welfare .sec_tit > span {
	display: inline-block;
}

/* main_visual */
.main_visual_wrap {
	padding-top: 60px;
	background: linear-gradient(transparent 0%, #fff 100%),
							url("../img/bg_cloud.png") repeat 0 0;
}
.main_visual {
	width: 100%;
	max-width: 1100px;
	padding: 30px 0;
	margin: 0 auto;
	align-items: center;
}
.main_visual_img {
	width: 57%;
}
.main_visual_copy {
	width: 40%;
	font-size: clamp(30px, 2vw, 32px);
	line-height: 1.6;
	letter-spacing: .05em;
	color: #0b2582;
}
.main_visual_copy ._pink {
	color: #e85292;
	font-size: 120%;
}

/* l_nav */
.l_nav {
	background: linear-gradient(to right, #e21b7a 0%, #e85292 100%);
}
.l_nav > .container {
	width: 100%;
}
.l_nav > .container > .flex {
	width: 100%;
	align-items: center;
	border-left: 1px solid rgba(0,0,0,.3);
	border-right: 1px solid rgba(255,255,255,.2);
}
.l_nav > .container > .flex > li {
	width: 100%;
	border-left: 1px solid rgba(255,255,255,.2);
	border-right: 1px solid rgba(0,0,0,.2);
}
.l_nav > .container > .flex > li > a {
	display: block;
	color: #fff;
	font-size: clamp(18px, 1vw, 20px);
	font-weight: bold;
	line-height: 1.4;
	padding: 1em;
	text-align: center;
}
.l_nav > .container > .flex > li > a:hover {
	background: rgba(0,0,0,.2);
	opacity: 1;
}

/* main_lead */
.main_lead {
	background: linear-gradient(#FFF5DC 0%, #fff 100%);
	text-align: center;
	padding: 2em 3%;
}
.main_lead_copy {
	width: 100%;
	color: #0b2582;
	font-size: clamp(30px, 2vw, 32px);
	line-height: 1.5;
	letter-spacing: .05em;
	margin: 0 auto;
}

/* hygiene_block1 */
.hygiene_block1 {
	padding: 0 0 60px;
}
.hygiene_block1 .flex.hygiene_body figure {
	text-align: center;
	line-height: 1.4;
}
.hygiene_block1 .flex.hygiene_body figure:nth-child(1) {
	width: 50%;
	position: relative;
}
.hygiene_block1 .flex.hygiene_body figure:nth-child(1) figcaption {
	width: 100%;
	position: absolute;
	bottom: 1.5em;
	left: 5%;
}
.hygiene_block1 .flex.hygiene_body figure:nth-child(2) {
	width: 20%;
	align-self: flex-end;
}
.hygiene_block1 .flex.hygiene_body figure:nth-child(2) figcaption {
	margin-bottom: .5em;
}
.hygiene_block1 .flex.hygiene_body figure:nth-child(3) {
	width: 27%;
}
.hygiene_block1 .flex.hygiene_body figure:nth-child(3) figcaption {
	margin-top: .5em;
}

/* hygiene_block2 */
.hygiene_block2 {
	padding: 0 0 60px;
}
.hygiene_block2 .flex.hygiene_body {
	width: 70%;
	margin: auto;
	align-items: center;
}
.hygiene_block2 .flex.hygiene_body figure {
	line-height: 1.4;
	position: relative;
}
.hygiene_block2 .flex.hygiene_body figcaption {
	position: absolute;
	right: 0;
}
.hygiene_block2 .flex.hygiene_body figure:nth-child(1) {
	width: 40%;
}
.hygiene_block2 .flex.hygiene_body figure:nth-child(1) figcaption {
	bottom: 1.7em;
}
.hygiene_block2 .flex.hygiene_body figure:nth-child(2) {
	width: 52%;
}
.hygiene_block2 .flex.hygiene_body figure:nth-child(2) figcaption {
	bottom: 0;
	right: -1em;
}

/* showroom_block */
.showroom_block {
	background: #fadce9;
	padding: 30px 0 120px;
}
.showroom_block .sec_tit {
	border: none;
	font-size: clamp(32px, 1.5vw, 34px);
	letter-spacing: 0;
	padding: 0;
	margin-bottom: 60px;
}
.showroom_block .sec_tit > span {
	display: inline-block;
}
.showroom_body {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}
.showroom_counselor {
	width: 38%;
	position: absolute;
	top: -20px;
	left: 0;
}
.showroom_counselor figure {
	text-align: center;
	margin-bottom: .5em;
	margin-left: 5%;
}
.showroom_counselor figcaption {
	width: 60%;
	margin: .5em 0 0 2.5%;
	font-size: 90%;
	line-height: 1.2;
}
.showroom_copy {
	padding-right: 27%;
}
.showroom_img {
	text-align: right;
}
.showroom_img img {
	width: 70%;
	max-width: 640px;
	border: 3px solid #fff;
	border-radius: 15px;
	box-shadow: 5px 5px 5px rgba(158,0,93,.1);
}

/* smark_block */
.smark_block {
	background: #fadce9;
	padding: 60px 0;
}
.smark_block .container {
	background: #fff;
	padding: 40px;
	border-radius: 15px;
}
.welfare .smark_block .sec_tit {
	background: #0b2582;
	border: none;
	color: #fff;
	margin-bottom: .75em;
}
.smark_block .leadcopy {
	color: #0b2582;
	font-size: 120%;
	line-height: 1.6;
	margin-bottom: 1.5em;
}
.smark_body {
	width: 65%;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
.smark_body p {
	margin-top: 1em;
	line-height: 1.8;
}
.smark_mark {
	margin-right: 30px;
}
.smark_mark img {
	border: 1px solid #666;
	height: 192px;
}
.smark_ph img {
	height: 192px;
}
.smark_certificate {
	width: 30%;
}
.smark_certificate img {
	box-shadow: 0 0 10px #999;
}
.qm_box {
	padding-bottom: 50px;
}
.qm_tit {
	font-size: clamp(30px, 1vw, 32px);
	font-weight: bold;
	text-align: center;
	background: #0b2582;
	border: none;
	color: #fff;
	padding: .5em .75em;
	margin-bottom: .75em;
}
.qm_lead {
	font-size: 18px;
	text-align: center;
}
.qm_point {
	background: #eee;
	padding: 20px 30px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: 1em 0;
}
.qm_point > li {
	font-size: clamp(20px, 1vw, 22px);
	font-weight: bold;
	position: relative;
	width: 49%;
	padding: .3em 0 .3em 2.2em;
}
.qm_point > li:nth-child(n+3) {
	margin-top: .5em;
}
.qm_point > li::before,
.qm_point > li::after {
	content: "";
	position: absolute;
}
.qm_point > li::before {
	width: 1.5em;
	height: 1.5em;
	background: #fff;
	border: 3px solid #ccc;
	top: .3em;
	left: 0;
}
.qm_point > li::after {
	width: 1.25em;
	height: .75em;
	border-bottom: 4px solid #F08300;
	border-left: 4px solid #F08300;
	transform: rotate(-45deg);
	top: .4em;
	left: .3em;
}
.qm_img {
	text-align: center;
	margin-top: 30px;
}
.qm_img > img {
	max-width: 630px;
}
.qm_flow {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.qm_flow > div {
	width: 32%;
	border: 3px solid #44B145;
	border-radius: 10px;
}
.qm_flow > div:nth-child(n+4) {
	margin-top: 1.2em;
}
.qm_flow_tit {
	background: #44B145;
	color: #fff;
	font-size: 120%;
	font-weight: bold;
	letter-spacing: .5em;
	padding: .3em .5em .5em 1em;
	text-align: center;
	position: relative;
	border-radius: 7px 7px 0 0;
}
.qm_flow > div:nth-child(4) .qm_flow_tit {
	letter-spacing: 0;
}
.qm_flow_tit > span {
	color: #44B145;
	background: #fff;
	border: 3px solid #44B145;
	border-radius: 50%;
	width: 2em;
	height: 2em;
	line-height: 1.8;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	top: -10px;
	left: -10px;
}
.qm_flow_img {
	position: relative;
}
.qm_flow_img ._circle {
	background: #C7E8C7;
	color: #004098;
	border: 2px solid #004098;
	border-radius: 50%;
	font-size: 90%;
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	width: 4.5em;
	height: 4.5em;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 5px;
	left: 5px;
}
.qm_flow_txt {
	padding: 10px 15px;
	font-size: 90%;
	line-height: 1.5;
}
.qm_flow_txt ._lead {
	color: #004098;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: .2em;
}
.qm_flow_txt * + .flex {
	margin-top: .5em;
}
.qm_flow_txt .flex > div {
	width: 47%;
}
.qm_flow_txt .flex > div.qm_flow_img {
	width: 50%;
	padding-top: .25em;
}
.qm_flow > div:nth-child(2) .qm_flow_txt .flex > div.qm_flow_img ._circle {
	left: auto;
	right: -5px;
	top: -5px;
}
.qm_flow > div:nth-child(3) .qm_flow_txt .flex > div.qm_flow_img ._circle {
	left: auto;
	right: -5px;
	top: -5px;
	line-height: 1;
}
.webservice {
	padding-bottom: 1.5em;
}
.webservice .webservice_bnr {
	display: block;
	width: 80%;
	max-width: 400px;
	background: #fff;
	border: 3px solid #06c56d;
	border-radius: .5em;
	padding: .5em 0 0;
	box-shadow: 2px 5px 5px rgba(166,124,82,.2);
	margin: 0 auto .25em;
}
.webservice .webservice_bnr img {
	width: 90%;
	max-width: 420px;
}
.webservice .webservice_bnr:hover {
	background: #fdf690;
}
.webservice .webservice_bnr .list {
	width: 100%;
	background: #06c56d;
	color: #fff;
	padding: .25em;
	margin-top: 1em;
}
.webservice .webservice_bnr .list > li {
	display: inline-block;
}



@media only screen and (max-width: 768px) {
	
	.welfare .sec_tit {
		border-width: 1px;
		letter-spacing: 0;
	}

	/* main_visual */
	.main_visual_wrap {
		background: linear-gradient(transparent 0%, #fff 100%),
							url("../img/bg_cloud.png") repeat 0 0 / 213px 213px;
		padding-top: 0;
	}
	.main_visual {
		padding: 15px 0;
	}
	.main_visual_img {
		width: 80%;
	}
	.main_visual_copy {
		width: 100%;
		font-size: clamp(18px, 2vw, 20px);
		line-height: 1.4;
		padding: 0 3%;
		text-align: center;
	}
	
	/* l_nav */
	.l_nav > .container > .flex {
		flex-flow: row wrap;
		justify-content: space-between;
		border: none;
		border-top: 1px solid rgba(0,0,0,.2);
		border-bottom: 1px solid rgba(255,255,255,.2);
	}
	.l_nav > .container > .flex > li {
		width: 50%;
		border: none;
		border-top: 1px solid rgba(255,255,255,.2);
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	.l_nav > .container > .flex > li:nth-child(odd) {
		border-right: 1px solid rgba(0,0,0,.2);
	}
	.l_nav > .container > .flex > li:nth-child(even) {
		border-left: 1px solid rgba(255,255,255,.2);
	}
	.l_nav > .container > .flex > li > a {
		font-size: clamp(15px, 1vw, 17px);
		padding: .75em;
	}
	
	/* main_lead */
	.main_lead {
		padding-top: 1.5em;
	}
	.main_lead_copy {
		font-size: clamp(18px, 2vw, 20px);
		letter-spacing: 0;
	}
	
	/* hygiene_block1 */
	.hygiene_block1 {
		padding: 0 0 30px;
	}
	.hygiene_block1 .flex.hygiene_body {
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.hygiene_block1 .flex.hygiene_body figure + figure {
		margin-top: 20px;
	}
	.hygiene_block1 .flex.hygiene_body figure:nth-child(1) {
		width: 100%;
		margin: auto;
	}
	.hygiene_block1 .flex.hygiene_body figure:nth-child(1) figcaption {
		bottom: 0;
		left: 0;
		text-align: right;
	}
	.hygiene_block1 .flex.hygiene_body figure:nth-child(2) {
		width: 45%;
		align-self: flex-start;
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
		padding-top: 1em;
	}
	.hygiene_block1 .flex.hygiene_body figure:nth-child(2) img {
		order: 1;
	}
	.hygiene_block1 .flex.hygiene_body figure:nth-child(2) figcaption {
		margin-bottom: 0;
		margin-top: .5em;
		order: 2;
	}
	.hygiene_block1 .flex.hygiene_body figure:nth-child(3) {
		width: 47%;
	}
	
	/* hygiene_block2 */
	.hygiene_block2 {
		padding: 0 0 30px;
	}
	.hygiene_block2 .flex.hygiene_body {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	.hygiene_block2 .flex.hygiene_body figcaption {
		position: static;
		text-align: center;
		margin-top: .5em;
	}
	.hygiene_block2 .flex.hygiene_body figure:nth-child(1) {
		width: 40%;
		padding-left: 5%;
	}
	.hygiene_block2 .flex.hygiene_body figure:nth-child(2) {
		width: 50%;
		padding-top: 2em;
	}
	.hygiene_block2 .flex.hygiene_body figure:nth-child(2) figcaption {
		padding-top: 1em;
	}
	
	/* showroom_block */
	.showroom_block {
		padding: 15px 0 60px;
	}
	.showroom_block .sec_tit {
		font-size: clamp(22px, 5vw, 24px);
		margin-bottom: 30px;
	}
	.showroom_counselor {
		top: -15px;
		width: 42%;
	}
	.showroom_counselor figure {
		margin: 0;
	}
	.showroom_body .showroom_copy {
		display: none;
	}
	.showroom_copy {
		padding-right: 0;
		margin-top: 1em;
	}
	.showroom_img img {
		border-width: 2px;
		border-radius: 10px;
		box-shadow: 3px 3px 3px rgba(158,0,93,.1);
	}
	
	/* smark_block */
	.smark_block {
		padding: 30px 0;
	}
	.smark_block .container {
		padding: 20px 4%;
		border-radius: 10px;
	}
	.smark_block .leadcopy {
		font-size: 110%;
	}
	.smark_body {
		width: 100%;
		justify-content: space-between;
	}
	.smark_mark {
		margin-right: 0;
		width: 36.55%;
	}
	.smark_mark img {
		height: auto;
	}
	.smark_ph {
		width: 60%;
	}
	.smark_ph img {
		height: auto;
	}
	.smark_certificate {
		width: 50%;
		margin: 2em auto 0;
	}
	.qm_box {
		padding-bottom: 25px;
	}
	.qm_tit {
		font-size: clamp(20px, 5vw, 22px);
		margin-bottom: .5em;
	}
	.qm_lead {
		font-size: 14px;
		line-height: 1.6;
		text-align: left;
	}
	.qm_point {
		padding: 15px 4%;
		flex-flow: column nowrap;
		justify-content: center;
	}
	.qm_point > li {
		font-size: clamp(16px, 4vw, 18px);
		width: 100%;
	}
	.qm_point > li:nth-child(n+2) {
		margin-top: 0;
	}
	.qm_point > li::before {
		width: 1.4em;
		height: 1.4em;
		border-width: 1px;
		top: .5em;
	}
	.qm_point > li::after {
		border-bottom-width: 3px;
		border-left-width: 3px;
		top: .6em;
	}
	.qm_img {
		margin-top: 15px;
	}
	.qm_img > img {
		max-width: 100%;
	}
	.qm_flow {
		flex-direction: column;
		align-content: center;
		margin-top: 20px;
	}
	.qm_flow > div {
		width: 90%;
		border-width: 2px;
	}
	.qm_flow > div:nth-child(n+2) {
		margin-top: 15px;
	}
	.qm_flow_tit {
		font-size: 110%;
		padding: .1em .5em .2em 1em;
	}
	.qm_flow_tit > span {
		border-width: 2px;
		top: -7px;
		left: -7px;
	}
	.qm_flow_img ._circle {
		border-width: 1px;
	}
	.qm_flow_txt {
		padding: 10px 15px;
		font-size: 90%;
		line-height: 1.5;
	}
	.qm_flow_txt ._lead {
		color: #004098;
		font-size: 120%;
		font-weight: bold;
		margin-bottom: .2em;
	}
	.qm_flow_txt .flex {
		flex-direction: row;
		justify-content: space-between;
	}
	.qm_flow_txt .flex > div {
		width: 47%;
	}
	.qm_flow_txt .flex > div.qm_flow_img {
		width: 50%;
		padding-top: .25em;
	}
	.qm_flow > div:nth-child(2) .qm_flow_txt .flex > div.qm_flow_img ._circle {
		left: auto;
		right: -5px;
		top: -5px;
	}
	.qm_flow > div:nth-child(3) .qm_flow_txt .flex > div.qm_flow_img ._circle {
		left: auto;
		right: -5px;
		top: -5px;
		line-height: 1;
	}
	
	.webservice .webservice_bnr .list.fs_small {
		font-size: 80%;
	}

	
	
}
@media only screen and (min-width: 769px) {
	
}