@charset "UTF-8";


/*メインイメージ
---------------------------------------------------------*/
.contentpage .m_img {
	background-image: url(../images/untreatment/m_img.jpg);
}



/*導入
---------------------------------------------------------*/
.pankuzu {
	margin-bottom: 20px;
}

.lead_box {
	padding-top: 60px;
	background: url(../images/untreatment/lead_bg.jpg) no-repeat center top;
	position: relative;
	padding-bottom: 200px;
}
.lead_box::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 550px;
	left: 0;
	bottom: 0;
	background: -moz-linear-gradient(top,  rgba(143,177,0,0) 0%, rgba(143,177,0,0.2) 100%);
	background: -webkit-linear-gradient(top,  rgba(143,177,0,0) 0%,rgba(143,177,0,0.2) 100%);
	background: linear-gradient(to bottom,  rgba(143,177,0,0) 0%,rgba(143,177,0,0.2) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008fb100', endColorstr='#338fb100',GradientType=0 );
}
.lead_box .w2000 {
	position: relative;
	z-index: 1;
}
.lead_box .com_lead {
	margin-bottom: 0;
}
.lead_box .com_lead dd ul {
	margin: 60px 0;
	text-align: center;
}
.lead_box .com_lead dd li {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	max-width: 400px;
}
.lead_box .com_lead dd li:nth-child(2) {
	margin: 0 3%;
}

.lead_box .img_lead {
	margin-top: 60px;
}
.lead_box .img_lead br {
	display: none;
}
.lead_box .img_lead span {
	position: relative;
	padding: 0 10%;
}
.lead_box .img_lead span::before,
.lead_box .img_lead span::after {
	position: absolute;
	content: "";	
	width: 10%;
	max-width: 130px;
	height: 160px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.lead_box .img_lead span::before {
	left: 0;
	background-image: url(../images/untreatment/lead_img1.png);
}
.lead_box .img_lead span::after {
	right: 0;
	background-image: url(../images/untreatment/lead_img2.png);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.pankuzu {
	margin-bottom: 2%;
}

.lead_box {
	padding-top: 6%;
	background-size: contain;
	padding-bottom: 14%;
}
.lead_box .com_lead dd ul {
	margin: 3% 0;
}
.lead_box .com_lead dd li {
	width: 32%;
}
.lead_box .com_lead dd li:nth-child(2) {
	margin: 0 1%;
}

.lead_box .img_lead {
	margin-top: 4%;
}
.lead_box .img_lead span {
	padding: 0 10%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.pankuzu {
	margin-bottom: 2%;
}

.lead_box {
	padding-top: 4%;
	background-position: right top;
	background-size: 700px;
	padding-bottom: calc(10% + 3em);	/* 吹き出し分調整 */
}
.lead_box::before {
	height: 50%;
}
.lead_box .com_lead dd ul {
	margin: 3% 0;
}
.lead_box .com_lead dd li {
	width: 48%;
	margin: .5em 0 !important;
}

.lead_box .img_lead {
	margin-top: 6%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 630px) {
.lead_box .img_lead br {
	display: block;
}
.lead_box .img_lead span {
	display: block;
	padding: 0;
}
.lead_box .img_lead span::before,
.lead_box .img_lead span::after {
	width: 20%;
	height: 100%;
}
.lead_box .img_lead span::before {
	left: auto;
	right: 18%;
}
.lead_box .img_lead span::after {
	right: 0;
}
}



/*リンク
---------------------------------------------------------*/
.untreatment .link_box {
	text-align: center;
	margin-bottom: 150px;
}

.untreatment .link_box h2 {
	margin-top: -2em;
 	background: #221E4C;
	padding: 1.2em 3%;
	color: #fff;
	font-size: 140%;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 1.6em;
	border-radius: 15px;
	position: relative;
	z-index: 10;
}
.untreatment .link_box h2::after {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.0em 1.1em 0 1.1em;
	border-color: #221E4C transparent transparent transparent;
	left: 0;
	right: 0;
	bottom: -1.0em;
	margin: 0 auto;
}

.untreatment .link_box ul {
	width: 100%;
	max-width: 1200px;
	margin: 80px auto 0;
	background: #221e4c;
}
.untreatment .link_box li {
	width: 33.3333%;
	float: left;
	position: relative;
}
.untreatment .link_box .img_bg {
	position: relative;
	z-index: 0;
}
.untreatment .link_box .link_bg {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 30px 6% 20px;
	background: -moz-linear-gradient(top,  rgba(34,30,76,0.2) 0%, rgba(34,30,76,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(34,30,76,0.2) 0%,rgba(34,30,76,1) 100%);
	background: linear-gradient(to bottom,  rgba(34,30,76,0.2) 0%,rgba(34,30,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33221e4c', endColorstr='#221e4c',GradientType=0 );
}
.untreatment .link_box .link_bg a {
	display: block;
	padding-bottom: 30px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 20px 20px;
}
.untreatment .link_box li:nth-child(1) .link_bg a {
	background-image: url(../images/untreatment/link_arrow1.svg);
}
.untreatment .link_box li:nth-child(2) .link_bg a {
	background-image: url(../images/untreatment/link_arrow2.svg);
}
.untreatment .link_box li:nth-child(3) .link_bg a {
	background-image: url(../images/untreatment/link_arrow3.svg);
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.untreatment .link_box {
	margin-bottom: 10%;
}

.untreatment .link_box ul {
	margin-top: 6%;
}
.untreatment .link_box .link_bg {
	padding: 6% 6% 4%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.untreatment .link_box {
	margin-bottom: 14%;
}

.untreatment .link_box h2 {
	margin-top: -2.5em;
	padding: .8em 3%;
	font-size: 120%;
}

.untreatment .link_box ul {
	width: 80%;
	margin: 3.0em auto 0;
	background: none;
}
.untreatment .link_box li {
	width: 100%;
	float: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 2%;
}
.untreatment .link_box li:nth-child(1) {
	background-image: url(../images/untreatment/link_img1.jpg);
}
.untreatment .link_box li:nth-child(2) {
	background-image: url(../images/untreatment/link_img2.jpg);
}
.untreatment .link_box li:nth-child(3) {
	background-image: url(../images/untreatment/link_img3.jpg);
}
.untreatment .link_box .img_bg {
	display: none;
}
.untreatment .link_box .link_bg {
	position: relative;
	padding: 3em 3% 1.5em;
}
.untreatment .link_box .link_bg a {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 1.5em;
	background-size: 1.0em 1.0em;
}
}



/*共通
---------------------------------------------------------*/
.unt_box {
	margin-top: 150px;
	position: relative;
	padding: 140px 4% 30px;
}
.unt_box::before {
	content: "";
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 200px;
	left: 0;
	top: 0;
	opacity: 0.5;
}
#function .unt_box::before {
	background: -moz-linear-gradient(top,  rgba(123,155,213,0.7) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(123,155,213,0.7) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(123,155,213,0.7) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b37b9bd5', endColorstr='#00ffffff',GradientType=0 );
}
#beauty .unt_box::before {
	background: -moz-linear-gradient(top,  rgba(244,108,66,0.7) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(244,108,66,0.7) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(244,108,66,0.7) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3f46c42', endColorstr='#00ffffff',GradientType=0 );
}
#life .unt_box::before {
	background: -moz-linear-gradient(top,  rgba(187,165,89,0.7) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(187,165,89,0.7) 0%,rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom,  rgba(187,165,89,0.7) 0%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3bba559', endColorstr='#00ffffff',GradientType=0 );
}

.unt_box h3 {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	top: -80px;
	margin: 0 auto;
	width: 161px;
	height: auto;
	text-align: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.unt_box h3::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.unt_box h3 span {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 180%;
	letter-spacing: .05em;
}
#function .unt_box h3 {
	background-image: url(../images/untreatment/point_bg1.png);
}
#beauty .unt_box h3 {
	background-image: url(../images/untreatment/point_bg2.png);
}
#life .unt_box h3 {
	background-image: url(../images/untreatment/point_bg3.png);
}

.unt_box dl {
	position: relative;
	z-index: 1;
}
.unt_box dt {
	font-family: "Noto Sans", "Noto Sans CJK JP", "NotoSansCJKjp-Jxck", 'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	text-align: center;
	color: #221E4C;
	font-size: 150%;
	letter-spacing: .1em;
	line-height: 1.4em;
	margin-bottom: 40px;
}
.unt_box dt span {
	font-weight: bold;
}
.unt_box dd {
	overflow: hidden;
	_zoom: 1;
}
.unt_box dd .img_item {
	width: 35%;
	margin-left: 6%;
	margin-bottom: 2.0em;
	float: right;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.unt_box {
	margin-top: calc(6% + 70px);
	padding: calc(3% + 70px) 3% 0;
}

.unt_box h3 {
	top: -70px;
	width: 140px;
}
.unt_box h3 span {
	font-size: 160%;
	letter-spacing: .05em;
}

.unt_box dt {
	margin-bottom: 3%;
}
.unt_box dd .img_item {
	margin-left: 4%;
	margin-bottom: 1.0em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.unt_box {
	margin-top: 12%;
	padding: 30% 4% 4%;
}

.unt_box h3 {
	top: -1.0em;
	width: 30%;
}
.unt_box h3 span {
	font-size: 140%;
}

.unt_box dt {
	font-size: 130%;
	margin-bottom: 1.0em;
}
.unt_box dd .img_item {
	width: 70%;
	margin: 0 auto 1.0em;
	float: none;
}
}



/*com_bg_green
---------------------------------------------------------*/
.com_bg_green {
	background-image: url(../images/untreatment/bg.jpg);
	padding-top: 130px;
	padding-bottom: 150px;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.com_bg_green {
	padding-top: 10%;
	padding-bottom: 16%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.com_bg_green {
	padding-top: 10%;
	padding-bottom: 20%;
}
}




