@charset "UTF-8";

/*
■ 汎用パーツ
■ 全画面キービジュアル
■ フォーム
■ ライブラリー
*/



/* ■ 汎用パーツ ==================================================================================== */


/* 共通 --------------------------------------------------- */

/* グラデーション --------------------------------------------------- */

.gradLineTop {
border-image: linear-gradient(to right, #21a2be 0%, #1eb093 100%) 1/1px 0 0 0;
border-style: solid;
}

.gradLineBtm {
border-image: linear-gradient(to right, #21a2be 0%, #1eb093 100%) 1/0 0 1px 0;
border-style: solid;
}

.gradBox1 {
padding: 0;
text-align: center;
border-left: 1px solid #21a2be !important;
border-right: 1px solid #1eb093 !important;
}

.gradBox1::before,
.gradBox1::after {
content: "";
display: block;
height: 1px;
background: linear-gradient(to right, #21a2be 0%, #1eb093 100%) !important;
}

.gradArea2 {
background: linear-gradient(90deg, #dcf3fb 0%, #e4f9f1 100%);
}

.gradArea3 {
background: linear-gradient(90deg, #fff 0%, #fff 30%, #dcf3fb 30%, #e4f9f1 100%);
}

.gradArea4 {
background: linear-gradient(90deg, #dcf3fb 0%, #e4f9f1 70%, #fff 70%, #fff 100%);
}



.gradTxt {
background: linear-gradient( to right, rgba(33,162,190,1) 0%, rgba(30,176,147,1) 70% );
-webkit-background-clip: text;
color: transparent;
}


@media all and (-ms-high-contrast: none){

	.gradTxt {
	background: transparent;
	color: #21a2be;
	}

	.gradArea5 {
	background: linear-gradient(90deg, #dcf3fb 0%, #e4f9f1 70%, #fff 70%, #fff 100%);
	}
}

@media only screen and (max-width: 767px) {

	.gradArea {
	background: linear-gradient(90deg, #fff 0%, #fff 40%, #dcf3fb 40%, #e4f9f1 100%);
	}

	.gradArea5 {
	background: linear-gradient(90deg, #dcf3fb 0%, #e4f9f1 50%, #fff 50%, #fff 100%);
	}

	.gradAreaR_SP {
	background: linear-gradient(90deg, #fff 0%, #fff 40%, #dcf3fb 40%, #e4f9f1 100%);
	}

	.gradAreaL_SP {
	background: linear-gradient(90deg, #dcf3fb 0%, #e4f9f1 70%, #fff 70%, #fff 100%);
	}

}

@media print, screen and (min-width: 768px) {

	.gradArea {
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #dcf3fb 50%, #e4f9f1 100%);
	}

	.gradAreaL_PC {
	background: linear-gradient(90deg, #dcf3fb 0%, #e4f9f1 70%, #fff 70%, #fff 100%);
	}

}


/* テキストや段落 --------------------------------------------------- */

.TxtGreen {
color: #079ea3 !important;
}

.TxtGreen2 {
color: #21a2be !important;
}

.Descript .Mds1 {
font-weight: bold;
}

@media only screen and (max-width: 767px) {

	.Lead {
	margin-bottom: 30px;
	font-size: 94%;
	}
	
	.Caption {
	margin-top: 10px;
	font-size: 94%;
	}

}

@media print, screen and (min-width: 768px) {

	.Lead {
	margin-bottom: 40px;
	font-size: 94%;
	}

	.Caption {
	margin-top: 20px;
	font-size: 94%;
	}

}


/* 画像 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.Photo2Colum div {
	margin-bottom: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	.Photo2Colum {
	margin-bottom: 70px;
	}

	.Photo2Colum .LBox {
	width: 48.5%;
	}

	.Photo2Colum .RBox {
	width: 48.5%;
	}
	
	.LRBox {
	width: 100%;
	overflow: hidden;
	}

}

/* 左右ボックス --------------------------------------------------- */

.Page_Parts .Photo {
width: 40%;
margin-right: 4%;
padding: 15px;
border: 1px solid #b8b8b8;
}

.Page_Parts .Info {
width: 56%;
padding: 15px;
border: 1px solid #b8b8b8;
}


/* カラム --------------------------------------------------- */

.Page_Parts .Col li {
border: 1px solid #b8b8b8;
}


/* リスト各種 --------------------------------------------------- */

.Page_Parts #list .SectionSub {
padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
}


/* AutoHeightUnit --------------------------------------------------- */

#AutoHeightUnit .Col li {
padding: 10px;
border: 1px solid #ccc;
}



/* 非アクティブ --------------------------------------------------- */

.NonActive a {
pointer-events: none;
}

.NonActive .Thumb {
opacity: 0.4;
}

.NonActive .Photo {
opacity: 0.4;
}

.NonActive .NonActiveTxt,
.NonActive .Lead1 {
opacity: 0.4;
}

.NonActive .Cs {
margin-top: 0 !important;
}

#FooterNavUnit .NonActive a {
opacity: 0.4;
}

.NonActive .More {
display: none;
}

@media only screen and (max-width: 767px) {
	
	#GlobalNav .Level2 .NonActive .Txt:before {
	opacity: 0.2;
	}
	
	.NonActive .Cs {
	margin-left: 10px;
	}	
	
}

/* ■ 全画面キービジュアル ==================================================================================== */

#PageKeyVisual #KeyVisual {
position: relative;
width: 100%;
height: 100vh;
background: #000;
}

#PageKeyVisual #KeyVisual .Scroll {
position: absolute;
left: 50%;
bottom: 20px;
margin-left: -30px;
}

#PageKeyVisual #KeyVisual .Scroll a {
color: #fff;
}



/* ■ フォーム ==================================================================================== */

@media only screen and (max-width: 767px) {

	#PageForm h1.MdsBase {
	margin-left: 15px;
	margin-right: 15px;
	}

	#PageForm #Stage {
	padding: 0;
	}

}


/* ■ Moreボタン ==================================================================================== */


@media only screen and (max-width: 767px) {
	
	.More {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 7px;
	width: 60px;
	font-size: 67%;
	color: #079ea3;
	border-bottom: 1px solid;
	}

	.More:after {
    content: '';
    display: inline-block;
	width: 11px;
    height: 8px;
    background-image: url(../img/common/icon/Icon_Allow.png);
    background-size: 11px 8px;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    right: 0;
    left: auto;
    }

}

@media print, screen and (min-width: 768px) {

	.More {
	position: relative;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 7px;
	width: 75px;
	font-size: 67%;
	color: #079ea3;
	transition: color ease 0.3s;
	}

	.More:before,
	.More:after {
    content: '';
    position: absolute;
	border-image: linear-gradient(to right, #21a2be 0%, #1eb093 100%) 1/0 0 1px 0;
	border-style: solid;
    z-index: -1;
    height: 1px;
	}

	.More:before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s;
	}

	.More:after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s;
	}

	.More span {
	position: relative;
	display: inline-block;
	width: 75px
	}

	.More span:after {
    content: '';
    display: inline-block;
	width: 16px;
    height: 11px;
    background-image: url(../img/common/icon/Icon_Allow.png);
    background-size: 16px 11px;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    right: 0;
    left: auto;
    }

	.More:hover:before {
	width: 100%;
	}

	.More:hover:after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;	
	}

	.Linka:hover .More:before {
	width: 100%;
	}

	.Linka:hover .More:after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;	
	}

}



/* ■ INDEX ==================================================================================== */

@media only screen and (max-width: 767px) {

	.IndexNavIn {
	padding: 0 15px;
	}

	.IndexNav.gradArea2 {
	position: relative;
	}

	.IndexNav.gradArea2:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 700px;
	background: #fff;
	position: absolute;
	top: 33%;
	left: 0;
	right: 0;
	}

	.IndexNavIn .MdsBase .Mds {
	margin-top: 3px;
	font-size: 107%;
	}

	.IndexNav {
	padding-top: 30px;
	}

	.IndexNavIn {
	position: relative;
	z-index: 10;
	}

	.IndexNav {
	padding-top: 45px;
	}
	
	.IndexNav .MdsIndex,
	.IndexNav .MdsIndex2 {
	text-align: center;
	}

	.IndexNav .MdsIndex {
	margin-bottom: 14px;
	line-height: 1.0em;
	font-size: 193%;
	letter-spacing: 0em;
	}

	.IndexNav .MdsIndex2 {
	margin-bottom: 40px;
	font-size: 94%;
	font-weight: bold;
	line-height: 1.0em;
	}

	.IndexNav .Photo {
	margin-bottom: 10px !important;
	}

	.IndexNav .Lead1 {
	font-size: 94%;
	line-height: 1.6em;
	}

}

@media print, screen and (min-width: 768px) {

	.IndexNav {
	margin-bottom: 80px;
	}

	.IndexNav.gradArea2 {
	position: relative;
	}

	.IndexNav.gradArea2:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 200px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}
	
	.IndexNavIn {
	position: relative;
	z-index: 10;
	}

	.IndexNav {
	padding-top: 60px;
	}
	
	.IndexNav .MdsIndex,
	.IndexNav .MdsIndex2 {
	text-align: center;
	}

	.IndexNav .MdsIndex {
	margin-bottom: 20px;
	line-height: 1.0em;	
	}

	.IndexNav .MdsIndex2 {
	margin-bottom: 60px;
	font-size: 134%;
	font-weight: bold;
	line-height: 1.0em;
	}

	.IndexNav .Photo {
	margin-bottom: 20px !important;
	}

	.IndexNav .Lead1 {
	font-size: 107%;
	}

	.IndexNav .MdsIndex {
	font-weight: 600;
	font-size: 254%;
	letter-spacing: normal;
	}
	
	.IndexNav .Col4 {
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
    }

}

@media print, screen and (min-width: 1090px) {

	.IndexNav {
	padding-top: 90px;
	}

	.IndexNav.gradArea2:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 300px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}

}


/* ■ キーヴィジュアル ==================================================================================== */


@media only screen and (max-width: 767px) {
	
	.KeyVisual .Lead1 {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translateY(-35%) translateX(-50%);
	-webkit-transform: translateY(-35%) translateX(-50%);
	color: #fff;
	text-align: center;
	}

	.KeyVisual .Lead1 .Title1 {
	font-size: 96%;
	display: block;
	margin-bottom: 10px;
	}

	.KeyVisual .Lead1 .Title2 {
	font-size: 228%;
	}

}

@media print, screen and (min-width: 768px) {

	.KeyVisual {
	height: 510px;
	}

	.KeyVisual .Lead1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
	color: #fff;
	text-align: center;
	width: 520px;
	}

	.KeyVisual .Lead1 .Title1 {
	font-size: 120%;
	display: block;
	margin-bottom: 20px;
	}

	.KeyVisual .Lead1 .Title2 {
	font-size: 348%;
	}

}

@media print, screen and (min-width: 1090px) {

	.KeyVisual {
	height: 810px;
	}

	.KeyVisual .Lead1 {
	width: auto;
	}

}


/* InView --------------------------------------------------- */

.FadeMv1 {
opacity: 1.0 !important;
transform: translate(0,0) !important;
-webkit-transform: translate(0,0) !important;
transition: 1s;
}

.FadeMv2 {
opacity: 1.0 !important;
transform: translate(0,0) !important;
-webkit-transform: translate(0,0) !important;
transition: 1s;
}

.ItemMain {
opacity: 0;

}

.ItemSub {
opacity: 0;
transform: translate(0,100px);
-webkit-transform: translate(0,100px);
}

.ItemSub1 {
opacity: 0;
transform: translate(-100px,0);
-webkit-transform: translate(-100px,0);
}

.ItemSub2 {
opacity: 0;
transform: translate(100px,0);
-webkit-transform: translate(100px,0);
}

@media only screen and (max-width: 767px) {

	.ItemSub1 {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);	
	}
	
	.ItemSub2 {
	transform: translate(0,20px);
	-webkit-transform: translate(0,20px);
	}

}




/* ■ HOME ==================================================================================== */

.SectionNews .NewsUnit .Day {
color: #069da2;
}

.Page_Home .SlideWrap {
width: 100%;
overflow: hidden;
}

.Page_Home #Wrapper {
padding-top: 0 !important;
}

.Page_Home .slide {
overflow: hidden;
width: 100%;
position: relative;
}

.Page_Home .slide .ViewMore span {
display: inline-block;
position: relative;
width: 100%;
}

.Page_Home .slide .ViewMore span:after {
content: '';
display: inline-block;
width: 100%;
height: 8px;
background-image: url(../img/common/icon/Icon_Allow.png);
background-size: 11px 8px;
background-repeat: no-repeat;
vertical-align: middle;
position: absolute;
top: 38%;
right: 0;
left: 88%;
}

.Page_Home .SectionNews .NewsUnit dd a {
text-decoration: underline;
}

@media only screen and (max-width: 767px) {

	.Page_Home .Mds3 {
	display: block;
	}

	.Page_Home .slide .Txt1 {
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	margin: auto;
	transform: translateY(-45%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-45%);
	z-index: 10;
	color: #fff;
	text-align: center;
	}

	.Page_Home .slide {
	width: 100%;
	overflow: hidden;
	position: relative;
	}

	.Page_Home .slide .Ph {
	vertical-align: bottom;
	}

	.Page_Home .slide .ViewMore {
	width: 150px;
	font-size: 67%;
	}

	.Page_Home .slide .ViewMore span {
	height: 35px;
	line-height: 35px;
	}

	.Page_Home .slide .Txt .Mds {
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 86%;
	font-weight: bold;
	}
	
	.Page_Home .slide .Txt1 .Mds .TxtGreen2,
	.Page_Home .slide .Txt1 .Mds .TxtGreen {
	font-weight: bold;
	}

	.Page_Home .slide .Txt1 .gradTxt {
	font-weight: 100 !important;
	margin-top: -8px;
	margin-bottom: 6px;
	}

	.Page_Home .slide .ToLink {
	margin-bottom: 12px;
	font-size: 154%;
	line-height: 1.4em;
	}

	.Page_Home .slick-slide,
	.Page_Home .slick-slide div {
	line-height: 1.0em;
	}

	.Page_Home .slide .Txt1 .Mds {
	font-size: 268%;
	line-height: 1.0em;
	}

	.Page_Home .slide .Txt1 .Mds span {
	display: block;
	}

	.Page_Home .slide .Txt1 .Mds2 {
	margin-top: 10px;
	font-size: 67%;
	}

}


@media only screen and (max-width: 372px) {
	

}

@media print, screen and (min-width: 768px) {

	.Page_Home .slide a:hover {
	opacity: 1.0;
	}

	.Page_Home .slide .Txt1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-50%) translateX(-50%);
	z-index: 10;
	color: #fff;
	text-align: center;
	}

	.Page_Home .slide .Txt {
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translateY(-50%) translateX(-10%); /*要素の大きさの半分ずつを戻す*/
	-webkit-transform: translateY(-50%) translateX(-10%);
	z-index: 10;
	color: #fff;
	}

	.Page_Home .slide .ViewMore span:after {
	height: 11px;
	background-image: url(../img/common/icon/Icon_Allow.png);
	background-size: 16px 11px;
	}

	.Page_Home .slide .ViewMore {
	background: #fff;
	}

	.Page_Home .slide {
	width: 100%;
	overflow: hidden;
	position: relative;
	}

	.Page_Home .slide .Ph {
	vertical-align: bottom;
	}

	.Page_Home .slide .ViewMore {
	width: 230px;
	font-size: 86%;
	}

	.Page_Home .slide .ViewMore span {
	height: 50px;
	line-height: 50px;
	}

	.Page_Home .slide .Txt .Mds {
	margin-top: 20px;
	margin-bottom: 4px;
	font-size: 120%;
	font-weight: bold;
	}
	
	.Page_Home .slide .Txt1 .Mds .TxtGreen2,
	.Page_Home .slide .Txt1 .Mds .TxtGreen {
	font-weight: bold;
	}

	.Page_Home .slide .Txt1 .gradTxt {
	font-weight: 100 !important;
	margin-top: -8px;
	margin-bottom: 6px;
	}

	.Page_Home .slide .ToLink {
	margin-bottom: 20px;
	font-size: 240%;
	line-height: 1.4em;
	}

	.Page_Home .slick-slide,
	.Page_Home .slick-slide div {
	line-height: 1.0em;
	}

	.Page_Home .slide .Txt1 .Mds {
	font-size: 400%;
	line-height: 1.0em;
	}

	.Page_Home .slide .Txt1 .Mds span {
	display: block;
	}

	.Page_Home .slide .Txt1 .Mds2 {
	margin-top: 10px;
	color: #000;
	}


}

@media print, screen and (min-width: 1090px) {


}


/* ニュース --------------------------------------------------- */

.Page_Home .MdsBase {
color: #38a19a;
}

.Page_Home .NewsUnit {
border-bottom: 1px solid #ebebeb;
}

.Page_Home .SectionNews .MoreUnit .More {
float: right;
}

.Page_Home .SectionNewsIn {
width: 100%;
overflow: hidden;
}

@media only screen and (max-width: 767px) {

	.Page_Home .SectionNews {
	border-top: 1px solid #ebebeb;
	margin-bottom: 60px;
	margin-top: -2px;
	padding: 20px 0 40px 0;
	}

	.Page_Home .SectionNews .MdsBase {
	font-size: 167%;
	}

	.Page_Home .NewsUnit dt {
	padding: 7px 0 0 0;
	}

	.Page_Home .NewsUnit dd {
	margin: 0;
	padding: 0 0 7px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Home .SectionNews {
	padding: 30px 0;
	}

	.SectionNews .Width1 {
	width: 100%;
	overflow: hidden;
	}
	
	.Page_Home .SectionNews .MdsBase {
	float: left;
	width: 17%;
	font-size: 200%;
	line-height: 1.0em;
	}

	.Page_Home .NewsUnitWrap {
	float: right;
	width: 83%;	
	}

	.Page_Home .NewsUnit {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .NewsUnit:first-child dt,
	.Page_Home .NewsUnit:first-child dd {
	padding-top: 0;
	}

	.Page_Home .NewsUnit dt {
	float: left;
	width: 130px;
	padding: 15px 0;
	font-size: 94%;
	}

	.Page_Home .NewsUnit dd {
	padding: 15px;
	font-size: 94%;
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_Home .SectionNews {
	padding: 50px 0;
	}

}

/* セクション　共通 --------------------------------------------------- */

.Page_Home .IndexNavIn .MdsBase .WF1 {
font-weight: 600;
letter-spacing: normal;
}

.Page_Home .IndexNavIn .MdsBase .Mds {
display: block;
}

.Page_Home .SectionProduct .MdsBase,
.Page_Home .SectionAbout .MdsBase {
text-align: right;
}

@media only screen and (max-width: 767px) {

	.Page_Home .IndexNavIn .MdsBase .WF1 {
	font-size: 294%;
	line-height: 1.1em;
	}

	.Page_Home .SectionUnit {
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	}

	.Page_Home .SectionUnit:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 160px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Home #Stage {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .IndexNavIn .MdsBase .WF1 {
	font-size: 450%;
	}

	.Page_Home .IndexNavIn .MdsBase .Mds {
	margin-top: 10px;
	font-size: 134%;
	}

	.Page_Home .IndexNav {
	padding-top: 70px;
	}

	.Page_Home .SectionUnit {
	padding-top: 100px;
	padding-bottom: 0;
	position: relative;
	}

	.Page_Home .SectionUnit:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 180px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Home .IndexNavIn .MdsBase .WF1 {
	font-size: 600%;
	}

	.Page_Home .SectionUnit {
	padding-top: 100px;
	padding-bottom: 80px;
	position: relative;
	}

	.Page_Home .SectionUnit:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 320px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}

}


.BoxArea .Lead {
margin-bottom: 0;
}

.BoxArea .STxt {
margin-top: 15px;
font-size: 86%;
}


@media only screen and (max-width: 767px) {

	.BoxArea {
	padding: 20px;
	margin-bottom: 25px;
	}

	.BoxArea .Mds {
	margin-bottom: 15px;
	font-size: 127%;
	text-align: center;
	}

	.BoxArea .Lead {
	margin-bottom: 0;
	}

}

@media print, screen and (min-width: 768px) {

	.BoxArea {
	padding: 40px;
	margin-bottom: 40px;
	text-align: center;
	}

	.BoxArea .Mds {
	margin-bottom: 15px;
	font-size: 134%;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {
	

}


/* ■ 会社情報：会社概要 ==================================================================================== */

.Page_Company_Profile .LogoUnit {
position: relative;
margin-top: 20px;
margin-bottom: 30px;
text-align: center;
}

.Page_Company_Profile .LogoUnit a {
position: relative;
display: block;
padding: 20px 0;
}

.Page_Company_Profile .LogoUnit a:before {
position: absolute; 
content: '';
display: inline-block;
width: 11px;
height: 10px;
top: 10px;
right: 10px;
background-image: url(../img/common/icon/Icon_Window.png);
background-size: 11px 10px;
vertical-align: middle;
}

.Page_Company_Profile .Logo1 img,
.Page_Company_Profile .Logo2 img {
width: 186px;
}

.Page_Company_Profile .Logo3 img {
width: 100px;
}

.Page_Company_Profile .Map {
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;
}

.Page_Company_Profile .Map iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}

.Page_Company_Profile .SectionSub .Address {
margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {

	.Page_Company_Profile .BreadCrumb {
	margin-bottom: 30px;
	}

	.Page_Company_Profile .LogoUnit {
	position: relative;
	margin-top: 30px;
	width: 240px;
	text-align: center;
	}

	.Page_Company_Profile .SectionSub {
	margin-bottom: 50px !important;
	}

	.Page_Company_Profile .SectionSub .SurfaceUnit {
	margin-bottom: 30px;
	}

	.Page_Company_Profile .KeyVisual .Lead1 {
	top: 35%;
	}

	.Page_Company_Profile .SectionSub .MdsH2 {
    margin-bottom: 30px;
    font-size: 140%;
    text-align: center;
    font-weight: normal;
	}

	.Page_Company_Profile .SurfaceUnit .Mds {
    margin-bottom: 12px;
	}

	.Page_Company_Profile .DLHori dt,
	.Page_Company_Profile .DLHori dd {
	padding: 10px 10px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Company_Profile .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/about/gallery/KeyVisual_PC.jpg?ver=260316);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_Company_Profile .SectionSub {
	margin-bottom: 80px !important;
	}

	.Page_Company_Profile .SectionSub .Lead {
	font-size: 160%;
	text-align: center;
	line-height: 1.6em;
	padding: 45px 0;
	}

	.Page_Company_Profile .SectionSub .MdsH2 {
    margin-bottom: 40px;
    font-size: 174%;
    font-weight: normal;
    text-align: center;
	}
	
	.Page_Company_Profile .SectionSub .SurfaceUnit {
	margin-bottom: 50px;
	}

	.Page_Company_Profile .SurfaceUnit .Mds {
    margin-bottom: 18px;
    font-size: 120%;
	}

	
	.Page_Company_Profile .SectionSub .LogoList {
	display: flex;
	justify-content: center;
	}
	
	.Page_Company_Profile .SectionSub .LogoList li {
	width: 30%;
	margin-right: 5%;
	}

	.Page_Company_Profile .SectionSub .LogoList li:last-child {
	margin-right: 0;	
	}

	.Page_Company_Profile .SectionSub .LogoList li a {
	height: 140px;	
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_Company_Profile .KeyVisual {
	height: 810px;
	}

}


/* ■ 会社情報：共通 ==================================================================================== */


.SectionSub.Nunmber1 .Width1 {
position: relative;
z-index: 10;
}

@media only screen and (max-width: 767px) {
	
	.SectionSub.Nunmber1 {
	position: relative;
	margin-top: 80px;
	}

	.SectionSub .MdsH3 {
	text-align: center;
	}

	.SectionSub .MdsH3 .NumberTxt {
	position: relative;
	z-index: 10;
	display: inline-block;
	font-size: 174%;
	}

	.SectionSub .MdsH3.Num01,
	.SectionSub .MdsH3.Num02,
	SectionSub .MdsH3.Num03 {
	position: relative;
	}

	.SectionSub .MdsH3.Num01:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '01';
	display: inline-block;
	font-size: 800%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.SectionSub .MdsH3.Num02:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '02';
	display: inline-block;
	font-size: 800%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.SectionSub .MdsH3.Num03:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '03';
	display: inline-block;
	font-size: 800%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.SectionSub .MdsH3.Num04:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '04';
	display: inline-block;
	font-size: 800%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionSub.Nunmber1 {
	position: relative;
	margin-top: 140px;
	}

	.SectionSub.Nunmber1:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 100px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}

	.SectionSub .MdsH3.Num01,
	.SectionSub .MdsH3.Num02,
	.SectionSub .MdsH3.Num03 {
	position: relative;
	text-align: center;
	}

	.SectionSub .MdsH3 {
	margin-bottom: 60px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	}

	.SectionSub .MdsH3.Num01:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '01';
	display: inline-block;
	font-size: 560%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.SectionSub .MdsH3.Num02:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '02';
	display: inline-block;
	font-size: 560%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.SectionSub .MdsH3.Num03:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '03';
	display: inline-block;
	font-size: 560%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.SectionSub .MdsH3.Num04:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '04';
	display: inline-block;
	font-size: 560%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

}





/* ■ 会社情報：数字で知る ==================================================================================== */

	
.Page_Company_Aim .SectionSub.Nunmber1 .Width1 {
position: relative;
z-index: 10;
}
	
.Page_Company_Aim .LogoUnit {
position: relative;
margin-top: 30px;
width: 280px;
text-align: center;
}

.Page_Company_Aim .LogoUnit a {
position: relative;
display: block;
padding: 20px 0;
}

.Page_Company_Aim .LogoUnit a:before {
position: absolute; 
content: '';
display: inline-block;
width: 11px;
height: 10px;
top: 10px;
right: 10px;
background-image: url(../img/common/icon/Icon_Window.png);
background-size: 11px 10px;
vertical-align: middle;
}

.Page_Company_Aim .Logo1 img,
.Page_Company_Aim .Logo2 img {
width: 186px;
}

.Page_Company_Aim .Logo3 img {
width: 100px;
}
		
.Page_Company_Aim .SurfaceUnit .DLHori dt {
vertical-align: middle;
}
		
@media only screen and (max-width: 767px) {
	
	.Page_Company_Aim .KeyVisual .Lead1 {
	top: 35%;
	}
	
	.Page_Company_Aim .SectionSub {
	margin-bottom: 100px;
	}

	.Page_Company_Aim .SectionUnit .Lead {
	font-size: 160%;
	text-align: center;
	line-height: 1.6em;
	padding: 45px 0;
	}

	.Page_Company_Aim .Number {
	text-align: center;
	}

	.Page_Company_Aim .SectionSub .NumberMds {
	font-size: 462%;
	display: inline-block;
	padding: 20px 0;
	}
	
	.Page_Company_Aim .SectionSub .NumberTxt {
	margin-bottom: 50px;
	display: block;
	font-size: 134%;
	font-weight: normal;
	}
	
	.Page_Company_Aim .SurfaceUnit {
	margin-bottom: 50px;
	}
	
	.Page_Company_Aim .SurfaceUnit .Mds {
	margin-bottom: 12px;
	}
	
	.Page_Company_Aim .Nunmber2 .Lead {
	font-size: 114%;
	}


	.Page_Company_Aim .LogoUnit {
	position: relative;
	margin-top: 30px;
	width: 240px;
	text-align: center;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Company_Aim .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/company/aim/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_Company_Aim .SectionSub {
	margin-bottom: 110px;
	}

	.Page_Company_Aim .SectionUnit .Lead {
	font-size: 240%;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_Company_Aim .Number {
	text-align: center;
	}

	.Page_Company_Aim .SectionSub .NumberMds {
	font-size: 536%;
	display: inline-block;
	padding: 20px 0;
	}
	
	.Page_Company_Aim .SectionSub .NumberTxt {
	margin-bottom: 40px;
	display: block;
	}
	
	.Page_Company_Aim .SurfaceUnit {
	margin-bottom: 70px;
	}
	
	.Page_Company_Aim .SurfaceUnit .Mds {
	margin-bottom: 18px;
	font-size: 120%;
	}

	.Page_Company_Aim .SurfaceUnit .ListNum {
	margin-bottom: 30px;
	}

	.Page_Company_Aim .LeadUnit {
	padding-top: 30px !important;
	padding-bottom: 40px !important;
	} 

	.Page_Company_Aim .Nunmber2 .Lead {
	font-size: 120%;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_Company_Aim .KeyVisual {
	height: 810px;
	}
	
}



/* ■ 会社情報：社長メッセージ ==================================================================================== */

	
.Page_Company_Greeting .SectionSub.Nunmber1 .Width1 {
position: relative;
z-index: 10;
}
	
.Page_Company_Greeting .LogoUnit {
position: relative;
margin-top: 30px;
width: 280px;
text-align: center;
}

.Page_Company_Greeting .LogoUnit a {
position: relative;
display: block;
padding: 20px 0;
}

.Page_Company_Greeting .LogoUnit a:before {
position: absolute; 
content: '';
display: inline-block;
width: 11px;
height: 10px;
top: 10px;
right: 10px;
background-image: url(../img/common/icon/Icon_Window.png);
background-size: 11px 10px;
vertical-align: middle;
}

.Page_Company_Greeting .Logo1 img,
.Page_Company_Greeting .Logo2 img {
width: 186px;
}

.Page_Company_Greeting .Logo3 img {
width: 100px;
}
		
.Page_Company_Greeting .SurfaceUnit .DLHori dt {
vertical-align: middle;
}

.Page_Company_Greeting .KeyVisual .Name {
color: #fff;
}

.Page_Company_Greeting .QuestWrap .NUmberList li {
position: relative;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number1:before {
position: absolute;
left: 0;
top: 0;
content: '01';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number2:before {
position: absolute;
left: 0;
top: 0;
content: '02';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number3:before {
position: absolute;
left: 0;
top: 0;
content: '03';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number4:before {
position: absolute;
left: 0;
top: 0;
content: '04';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number5:before {
position: absolute;
left: 0;
top: 0;
content: '05';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number6:before {
position: absolute;
left: 0;
top: 0;
content: '06';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number7:before {
position: absolute;
left: 0;
top: 0;
content: '07';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number8:before {
position: absolute;
left: 0;
top: 0;
content: '08';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number9:before {
position: absolute;
left: 0;
top: 0;
content: '09';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .QuestWrap .NUmberList .Number10:before {
position: absolute;
left: 0;
top: 0;
content: '10';
display: inline-block;
font-size: 167%;
font-family: 'Heebo', sans-serif;
font-weight: 600;
color: #079ea3;
text-align: center;
z-index: 10;
}

.Page_Company_Greeting .SectionSub .Lead {
font-size: 100%;
}

@media only screen and (max-width: 767px) {

	.Page_Company_Greeting .KeyVisual {
	position: relative;
	width: 100%;
	}

	.Page_Company_Greeting .KeyVisual .LeadUnit {
    top: 45%;
	}

	.Page_Company_Greeting .KeyVisual .Lead1 {
	top: 45%;
	width: 300px;
	}
	
	.Page_Company_Greeting .KeyVisual .Job {
	font-size: 80%;
	}

	.Page_Company_Greeting .KeyVisual .Name {
	position: absolute;
	top: 70%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 1.2em;
	}

	.Page_Company_Greeting .KeyVisual .Name .NameL {
	margin-top: 6px;
	margin-right: 10px;
	display: inline-block;
	font-size: 114%;
	}

	.Page_Company_Greeting .KeyVisual .Name .En {
	font-weight: bold;
	font-size: 67%;
	}

	.Page_Company_Greeting .Nunmber2,
	.Page_Company_Greeting .Nunmber3,
	.Page_Company_Greeting .Nunmber4 {
	padding-top: 90px;
	}

	.Page_Company_Greeting .SectionSub {
	margin-bottom: 40px;
	}

	.Page_Company_Greeting .SectionSub .Mds {
	font-size: 134%;
	margin-bottom: 15px;
	}

	.Page_Company_Greeting .SectionUnit .Lead {
	font-size: 160%;
	text-align: center;
	line-height: 1.6em;
	padding: 60px 0;
	}

	.Page_Company_Greeting .Number {
	text-align: center;
	}

	.Page_Company_Greeting .SectionSub .NumberMds {
	font-size: 462%;
	display: inline-block;
	padding: 20px 0;
	}
	
	.Page_Company_Greeting .SectionSub .NumberTxt {
	margin-bottom: 50px;
	display: block;
	font-size: 174%;
	font-weight: normal;
	}
	
	.Page_Company_Greeting .SurfaceUnit {
	margin-bottom: 50px;
	}
	
	.Page_Company_Greeting .SurfaceUnit .Mds {
	margin-bottom: 12px;
	}

	.Page_Company_Greeting .LogoUnit {
	position: relative;
	margin-top: 30px;
	width: 240px;
	text-align: center;
	}

	.Page_Company_Greeting .QuestWrap {
	margin: 25px 15px 25px 15px;
	padding: 40px 30px !important;
	box-sizing: border-box;
	}
	
	.Page_Company_Greeting .QuestWrap .ThumbProfile {
	width: 80%;
	margin: 0 auto 20px auto;
	}
	
	.Page_Company_Greeting .QuestWrap .MdsH3 {
	font-size: 154%;
	line-height: 1.0em;
	}
	
	.Page_Company_Greeting .QuestWrap .Mds {
	font-size: 120%;
	text-align: center;
	}

	.Page_Company_Greeting .QuestWrap .Name {
	text-align: center;	
	}

	.Page_Company_Greeting .QuestWrap .Name .Job {
	font-size: 80%;
	display: block;
	line-height: 1.4em;
	}

	.Page_Company_Greeting .QuestWrap .NameL {
	font-size: 114%;
	}

	.Page_Company_Greeting .QuestWrap .En {
	font-size: 67%;
	}
	
	.Page_Company_Greeting .QuestWrap .NUmberList {
	margin-top: 15px;
	border-top: 1px solid #079ea3;
	}

	.Page_Company_Greeting .QuestWrap .NUmberList li {
	padding: 10px 0;
	border-bottom: 1px solid #c1d9da;
	}

	.Page_Company_Greeting .QuestWrap .NUmberList .Mds1,
	.Page_Company_Greeting .QuestWrap .NUmberList .Txt {
	padding-left: 40px;
	}

	.Page_Company_Greeting .QuestWrap .NUmberList .Number1:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number2:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number3:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number4:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number5:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number6:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number7:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number8:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number9:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number10:before {
	top: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Company_Greeting .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/company/aim/KeyVisual_PC.jpg?ver=240527);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_Company_Greeting .KeyVisual .Lead1 {
	top: 45%;
	}

	.Page_Company_Greeting .KeyVisual .Name {
	position: absolute;
	top: 57%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_Company_Greeting .KeyVisual .Name .NameL {
	margin-top: 15px;
	margin-right: 10px;
	display: inline-block;
	font-size: 174%;
	}

	.Page_Company_Greeting .KeyVisual .Name .En {
	font-weight: bold;
	}

	.Page_Company_Greeting .Nunmber2,
	.Page_Company_Greeting .Nunmber3,
	.Page_Company_Greeting .Nunmber4 {
	padding-top: 160px;
	}

	.Page_Company_Greeting .SectionSub {
	margin-bottom: 110px;
	}

	.Page_Company_Greeting .SectionSub .Mds {
	font-size: 147%;
	margin-bottom: 30px;
	text-align: center;
	}

	.Page_Company_Greeting .SectionUnit .Lead {
	font-size: 240%;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_Company_Greeting .Number {
	text-align: center;
	}

	.Page_Company_Greeting .SectionSub .NumberMds {
	font-size: 536%;
	display: inline-block;
	padding: 20px 0;
	}
	
	.Page_Company_Greeting .SectionSub .NumberTxt {
	margin-bottom: 40px;
	display: block;
	}
	
	.Page_Company_Greeting .SurfaceUnit {
	margin-bottom: 70px;
	}
	
	.Page_Company_Greeting .SurfaceUnit .Mds {
	margin-bottom: 18px;
	font-size: 120%;
	}

	.Page_Company_Greeting .SurfaceUnit .ListNum {
	margin-bottom: 30px;
	}

	.Page_Company_Greeting .LeadUnit {
	padding-top: 30px !important;
	padding-bottom: 40px !important;
	}

	.Page_Company_Greeting .QuestWrap {
	margin: 110px 20px 120px 20px;
	padding: 70px 60px 50px 60px !important;
	box-sizing: border-box;
	}
	
	.Page_Company_Greeting .QuestWrap .ThumbProfile {
	width: 300px;
	margin: 0 auto 20px auto;
	}
	
	.Page_Company_Greeting .QuestWrap .MdsH3 {
	margin-bottom: 20px;
	font-size: 200%;
	line-height: 1.0em;
	font-weight: bold;
	}

	.Page_Company_Greeting .QuestWrap .MdsH3 .WF1 {
	letter-spacing: 0.14em;
	}

	.Page_Company_Greeting .QuestWrap .Mds {
	font-size: 160%;
	text-align: center;
	}

	.Page_Company_Greeting .QuestWrap .Name {
	text-align: center;
	letter-spacing: 0.08em;	
	}

	.Page_Company_Greeting .QuestWrap .Name .Job {
	font-size: 94%;
	display: block;
	line-height: 1.6em;
	}

	.Page_Company_Greeting .QuestWrap .NameL {
	font-size: 147%;
	margin-top: 10px;
	display: inline-block;
	}

	.Page_Company_Greeting .QuestWrap .En {
	font-size: 94%;
	}
	
	.Page_Company_Greeting .QuestWrap .NUmberList {
	margin-top: 45px;
	border-top: 1px solid #079ea3;
	}

	.Page_Company_Greeting .QuestWrap .NUmberList li {
	padding: 20px 0;
	border-bottom: 1px solid #c1d9da;
	}

	.Page_Company_Greeting .QuestWrap .NUmberList .Mds1,
	.Page_Company_Greeting .QuestWrap .NUmberList .Txt {
	padding-left: 60px;
	}

	.Page_Company_Greeting .QuestWrap .NUmberList .Number1:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number2:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number3:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number4:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number5:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number6:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number7:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number8:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number9:before,
	.Page_Company_Greeting .QuestWrap .NUmberList .Number10:before {
	top: 35%;
	font-size: 200%;
	}


}

@media print, screen and (min-width: 1090px) {
	
	.Page_Company_Greeting .KeyVisual {
	height: 810px;
	}

	.Page_Company_Greeting .LeadUnit {
	padding-top: 80px !important;
	padding-bottom: 90px !important;
	}

	.Page_Company_Greeting .QuestWrap {
	margin: 110px auto 120px auto;
	padding: 70px 60px 50px 60px !important;
	box-sizing: border-box;
	}
	
}




/* ■ 会社情報：数字で知る ==================================================================================== */

.Page_Company_Outline .SectionSub .MdsBase {
text-align: center;
}

.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li {
position: relative;
}

.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li:before {
content: '';
display: inline-block;
width: 15px;
height: 15px;
position: absolute;
top: 6px;
left: -20px;
}

.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li.Num1:before {
background: #6192da;
}

.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li.Num2:before {
background: #5fd1e7;
}

.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li.Num3:before {
background: #5ac39d;
}

.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li.Num4:before {
background: #ecb757;
}

.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li.Num5:before {
background: #d56585;
}

.Page_Company_Outline .SectionSub.Nunmber1:before {
display: none;
}

@media only screen and (max-width: 767px) {

	.Page_Company_Outline .KeyVisual .Lead1 {
	top: 35%;
	}

	.Page_Company_Outline .LeadUnit .Lead {
	padding: 40px 0;
	font-size: 120%;
	}

	.Page_Company_Outline .SectionSub .MdsBase {
	margin-bottom: 60px;
	}

	.Page_Company_Outline .LRBox .LBox,
	.Page_Company_Outline .LRBox .RBox {
	float: none;
	}

	.Page_Company_Outline .SectionSub .MdsBase span {
	font-size: 167%;
	display: inline-block;
	}

	.Page_Company_Outline .SectionSub .Lead {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #069da2;	
	}


	.Page_Company_Outline .SectionSub .Number .NumberMds {
	font-size: 800%;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-left: 20px;
	padding-right: 30px;
	}

	.Page_Company_Outline .SectionSub .Number {
	margin-bottom: 20px;
	text-align: center;
	}

	.Page_Company_Outline .SectionSub.Nunmber2 .NumberTxt {
	margin-left: -56px !important;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .RBox {
	width: 80%;
	margin: 0 auto 30px auto;
	}
	
	.Page_Company_Outline .SectionSub.Nunmber3 .Descript {
	margin-top: 10px;
	}

	.Page_Company_Outline .SectionSub .NumberTxt {
	font-size: 167%;
	margin-left: -26px;
	}

	.Page_Company_Outline .SectionSub.Nunmber6 .NumberList {
	margin-top: 20px;
	}

	.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li {
	margin-left: 25px;
	font-size: 96%;
	}

	.Page_Company_Outline .SectionSub.Nunmber6 .Data {
	margin: 40px auto 70px auto;
	width: 90%;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Company_Outline .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/company/outline/KeyVisual_PC.jpg?ver=210225);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_Company_Outline .SectionSub .MdsBase span {
	font-size: 200%;
	display: inline-block;
	}

	.Page_Company_Outline .KeyVisual .Lead1 {
	top: 45%;
	}

	.Page_Company_Outline .LeadUnit .Lead {
	padding: 40px 0 90px 0;
	font-size: 120%;
	text-align: center;
	}

	.Page_Company_Outline .SectionSub .MdsBase {
	margin-bottom: 90px;
	}

	.Page_Company_Outline .SectionSub .MdsBase span {
	font-size: 200%;
	display: inline-block;
	}

	.Page_Company_Outline .SectionSub .Lead {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}

	.Page_Company_Outline .SectionSub .Number .NumberMds {
	font-size: 1200%;
	font-weight: bold;
	letter-spacing: -0.04em;
	margin-left: 20px;
	padding-right: 30px;
	}

	.Page_Company_Outline .SectionSub .Number {
	margin-bottom: 30px;
	text-align: center;
	}

	.Page_Company_Outline .SectionSub.Nunmber1 {
	margin-bottom: 70px;
	}

	.Page_Company_Outline .SectionSub.Nunmber1,
	.Page_Company_Outline .SectionSub.Nunmber2 {
	margin-top: 40px;
	}

	.Page_Company_Outline .SectionSub.Nunmber1,
	.Page_Company_Outline .SectionSub.Nunmber4  {
	border-right: 1px solid #069da2;
	}

	.Page_Company_Outline .Nunmber1.SectionSub .Lead,
	.Page_Company_Outline .Nunmber4.SectionSub .Lead {
	padding-right: 45px;
	}

	.Page_Company_Outline .Nunmber2.SectionSub .Lead,
	.Page_Company_Outline .Nunmber5.SectionSub .Lead {
	padding-left: 45px;
	}

	.Page_Company_Outline .SectionSub.Nunmber3  {
	clear: both;
	border-top: 1px solid #069da2;
	border-bottom: 1px solid #069da2;
	padding-top: 60px;
	margin-bottom: 0;
	}

	.Page_Company_Outline .SectionSub.Nunmber6  {
	clear: both;
	border-top: 1px solid #069da2;
	padding-top: 60px;
	}

	.Page_Company_Outline .SectionSub.Nunmber2 .NumberTxt {
	margin-left: -56px !important;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .RBox,
	.Page_Company_Outline .SectionSub.Nunmber6 .RBox {
	width: 80%;
	margin: 0 auto 30px auto;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .MdsBase,
	.Page_Company_Outline .SectionSub.Nunmber6 .MdsBase {
	margin-bottom: 30px;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .LRBox,
	.Page_Company_Outline .SectionSub.Nunmber6 .LRBox {
	padding-top: 20px;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .LBox,
	.Page_Company_Outline .SectionSub.Nunmber3 .RBox,
	.Page_Company_Outline .SectionSub.Nunmber6 .LBox,
	.Page_Company_Outline .SectionSub.Nunmber6 .RBox {
	width: 50%;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .LBox,
	.Page_Company_Outline .SectionSub.Nunmber6 .LBox {
	padding-top: 140px;
	text-align: right;
	padding-right: 40px;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .Number,
	.Page_Company_Outline .SectionSub.Nunmber6 .Number {
	text-align: right;
	}
	
	.Page_Company_Outline .SectionSub.Nunmber3 .RBox,
	.Page_Company_Outline .SectionSub.Nunmber6 .RBox {
	text-align: left;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .RBox img,
	.Page_Company_Outline .SectionSub.Nunmber6 .RBox img {
	width: 50%;
	}

	.Page_Company_Outline .SectionSub.Nunmber3 .Descript {
	margin-top: 10px;
	}

	.Page_Company_Outline .SectionSub .NumberTxt {
	font-size: 240%;
	margin-left: -26px;
	}

	.Page_Company_Outline .SectionSub.Nunmber6 .NumberList {
	margin-top: 20px;
	}

	.Page_Company_Outline .SectionSub.Nunmber6 .NumberList li {
	margin-left: 25px;
	font-size: 96%;
	}

	.Page_Company_Outline .SectionSub.Nunmber6 .Data {
	margin: 40px auto 70px auto;
	width: 90%;
	}
	
	.Page_Company_Outline .SectionSub.Nunmber6 {
	margin-bottom: 170px;
	}
	
	.Page_Company_Outline .SectionSub.Nunmber4,
	.Page_Company_Outline .SectionSub.Nunmber5 {
	margin-top: 60px;
	margin-bottom: 60px;
	}
	
	.Page_Company_Outline .SectionSub.Nunmber1,
	.Page_Company_Outline .SectionSub.Nunmber4 {
	float: left;
	width: 50%;
	}

	.Page_Company_Outline .SectionSub.Nunmber2,
	 .Page_Company_Outline .SectionSub.Nunmber5 {
	float: right;
	width: 50%;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Company_Outline .KeyVisual {
	height: 810px;
	}

}


/* ■ 会社情報：目指す姿 ==================================================================================== */


.Page_About_Strength .SectionList li {
position: relative;
border: 1px solid #ebebeb;
box-sizing: border-box;
}

.Page_About_Strength .SectionList li .attribute {
position: relative;
text-align: center;
}

.Page_About_Strength .SectionList li.Man .attribute:before {
position: absolute;
content: '';
display: inline-block;
width: 42px;
height: 52px;
background-image: url(../img/about/strength/Icon_Men.png);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}

.Page_About_Strength .SectionList li.Woman .attribute:before {
position: absolute;
content: '';
display: inline-block;
width: 42px;
height: 52px;
background-image: url(../img/about/strength/Icon_Woman.png);
background-size: contain;
background-repeat: no-repeat;
vertical-align: middle;
}

.Page_About_Strength .OpenCloseUnit {
display: none;
}

.Page_About_Strength .OpenCloseUnit li:before {
background: #079ea3 !important;
}

.Page_About_Strength .OpenCloseUnit {
padding: 15px 0;
}

.Page_About_Strength .DLVert dt a span {
display: block;
position: relative;
padding-right: 30px;
}

.Page_About_Strength .DLVert dt a span:before,
.Page_About_Strength .DLVert dt a span:after {
display: block;
position: absolute;
background-color: #38a19a;
content: "";
}

.Page_About_Strength .DLVert dt a span:before {
top: 50%;
right: 10px;
width: 14px;
height: 2px;
margin-top: -1px;
}

.Page_About_Strength .DLVert dt a span:after {
top: 50%;
right: 16px;
width: 2px;
height: 14px;
margin-top: -7px;
}

@media only screen and (max-width: 767px) {

	.Page_About_Strength .KeyVisual .Lead1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
    color: #fff;
    width: 250px;
    text-align: center;
	}

	.Page_About_Strength .LeadUnit .Lead {
	padding: 20px 0 90px 0;
	}
	
	.Page_About_Strength .SectionUnit.LeadUnit .Catch {
	padding-top: 40px;
	margin-bottom: 30px;
	font-size: 160%;
	line-height: 1.6em;
	text-align: center;
	}
	
	.Page_About_Strength .SectionSub .MdsH2 {
	font-size: 127%;
	font-weight: normal;
	}
	
	.Page_About_Strength .SectionSub  {
	margin-bottom: 50px;
	}
	
	.Page_About_Strength .SectionSub .DataList li {
	margin-bottom: 30px;
	text-align: center;
	}
	
	.Page_About_Strength .SectionSub .DataList li img {
	width: 80%;
	margin: 0 auto;
	}

	.Page_About_Strength .SectionList li {
	margin-bottom: 15px;
	padding: 0 18px 18px 18px;
	}

	.Page_About_Strength .SectionList li .attribute {
	margin-bottom: 10px;
	padding-top: 80px;
	font-size: 107%;
	}

	.Page_About_Strength .SectionList li.Woman .attribute:before {
	width: 42px;
	height: 52px;
	left: 0;
	right: 0;
	top: 18px;
	margin: auto;
	padding-top: 80px;
	}

	.Page_About_Strength .SectionList li.Man .attribute:before {
	width: 42px;
	height: 52px;
	left: 0;
	right: 0;
	top: 18px;
	margin: auto;
	padding-top: 80px;
	}

	.Page_About_Strength .SectionSub .Mds01 {
	margin-bottom: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_About_Strength .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/about/strength/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_About_Strength .SectionSub .MdsBase span {
	font-size: 200%;
	display: inline-block;
	}

	.Page_About_Strength .KeyVisual .Lead1 {
	top: 45%;
	}

	.Page_About_Strength .LeadUnit .Lead {
	padding: 40px 0 90px 0;
	}
	
	.Page_About_Strength .SectionUnit.LeadUnit .Catch {
	margin-bottom: 40px;
	font-size: 240%;
	line-height: 1.6em;
	text-align: center;
	}

	.Page_About_Strength .SectionSub .MdsBase {
	margin-bottom: 90px;
	}

	.Page_About_Strength .SectionSub .MdsBase span {
	font-size: 200%;
	display: inline-block;
	}

	.Page_About_Strength .SectionSub .Lead {
	padding-bottom: 30px;
	margin-bottom: 30px;
	}

	.Page_About_Strength .SectionSub .MdsH2 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	}
	
	.Page_About_Strength .SectionSub  {
	margin-bottom: 50px;
	}

	.Page_About_Strength .SectionSub .DataList {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;

	-webkit-align-items: flex-end;    /* Safari etc. */
	-ms-align-items    : flex-end;    /* IE10        */
	align-items        : flex-end;
	}
	
	.Page_About_Strength .SectionSub .Section1 .DataList {
	justify-content: space-around;
	}
	
	.Page_About_Strength .SectionSub .DataList li {
	width: 31%;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: bottom;
	}

	.Page_About_Strength .Section9 .DataList li {
	width: 48%;
	margin-bottom: 30px;
	text-align: center;
	vertical-align: bottom;
	}

	.Page_About_Strength .SectionSub .DataList li img {
	margin: 0 auto;
	vertical-align: bottom;
	}

	.Page_About_Strength .SectionList {
	display: flex;
	flex-wrap: wrap;
	}

	.Page_About_Strength .SectionList li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	padding: 0 18px 18px 18px;
	box-sizing: border-box;
	}

	.Page_About_Strength .SectionList li .Lead1 {
	font-size: 94%;
	}

	.Page_About_Strength .Section8 .SectionList li .Lead1 {
	font-size: 120%;
	text-align: center;
	}

	.Page_About_Strength .SectionList li:nth-child(3n) {
	margin-right: 0;	
	}

	.Page_About_Strength .SectionList li .attribute {
	margin-bottom: 10px;
	padding-top: 80px;
	}

	.Page_About_Strength .SectionList li.Woman .attribute:before {
	width: 42px;
	height: 52px;
	left: 0;
	right: 0;
	top: 18px;
	margin: auto;
	padding-top: 80px;
	}

	.Page_About_Strength .SectionList li.Man .attribute:before {
	width: 42px;
	height: 52px;
	left: 0;
	right: 0;
	top: 18px;
	margin: auto;
	padding-top: 80px;
	}

	.Page_About_Strength .DLVert dl {
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	}
	
	.Page_About_Strength .SectionSub .Mds01 {
	margin-bottom: 30px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_About_Strength .KeyVisual {
	height: 810px;
	}

}


/* ■ 製品とソリューション ==================================================================================== */

.Page_ServiceSystem .KeyVisual .Lead1 .Title {
display: block;
}

.Page_ServiceSystem .KeyVisual .Lead1 .Title2 {
font-weight: bold;
}

.Page_ServiceSystem .Descript {
font-size: 86%;
}

.Page_ServiceSystem .SectionQuestion .MdsBase {
color: #069da2;
font-weight: normal;
}

.SectionColumn .Title {
text-align: center;
}

.Page_ServiceSystem .SectionColumn .Profile {
border-top: 1px solid #079ea3;
text-align: center;
}

.Page_ServiceSystem .SectionContact .Unit {
border-top: 1px solid #079ea3;
}

.Page_ServiceSystem .SectionContact .LinkNewWin {
color: #0094d7;
}

.Page_ServiceSystem .MdsIndex {
font-weight: 600;
}

.Page_ServiceSystem .ToProduct a {
background: #fff;
}

.Page_ServiceSystem .Title2 {
position: relative;
}	

@media only screen and (max-width: 767px) {

	.Page_ServiceSystem .Mark {
	font-size: 60%;
	position: relative;
	display: inline-block;
	position: absolute;
	/*top: 15%;*/
	bottom: 1rem;
	}

	.Page_ServiceSystem .SystemMds,
	.Page_ServiceSystem .System2 .Lead1 {
	width: 300px;
	}

	.Page_ServiceSystem .SystemMds .Title2,
	.Page_ServiceSystem .System2 .Title2 {
	font-size: 180%;
	line-height: 1.4em;
	}

	.Page_ServiceSystem .KeyVisual .Photo {
	margin-bottom: 0;
	}
	
	.Page_ServiceSystem .SectionUnitWrap  {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}

	.Page_ServiceSystem .Photo {
	margin-bottom: 40px;
	}

	.Page_ServiceSystem .LeadUnit .MdsBase {
	margin-bottom: 30px;
	font-size: 160%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_ServiceSystem .SectionQuestion {
	margin-bottom: 40px;
	}

	.Page_ServiceSystem .SectionQuestion .MdsBase {
	margin-bottom: 10px;
	}

	.Page_ServiceSystem .SectionQuestion .Catch {
	margin-bottom: 20px;
	font-size: 134%;
	font-weight: normal;
	}

	.Page_ServiceSystem .BgColor1 {
	padding: 40px 30px;
	}

	.Page_ServiceSystem .SectionColumn {
	margin-bottom: 40px;
	}

	.Page_ServiceSystem .SectionColumn .Title,
	.Page_ServiceSystem .SectionColumn .Catch {
	text-align: center;
	}

	.Page_ServiceSystem .SectionColumn .Title {
	font-size: 154%;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

	.Page_ServiceSystem .SectionColumn .Catch {
	margin-bottom: 20px;
	font-size: 120%;
	}

	.Page_ServiceSystem .SectionColumn .Catch span {
	font-size: 80%;	
	}
	
	.Page_ServiceSystem .SectionColumn .Profile {
	padding-top: 30px;
	margin-bottom: 30px;
	}
	
	.Page_ServiceSystem .SectionColumn .Profile .Mds {
	margin-bottom: 10px;
	font-size: 107%;
	}

	.Page_ServiceSystem .SectionColumn .Profile .Txt {
	margin-bottom: 30px;
	font-size: 96%;
	line-height: 1.6em;
	}
	
	.Page_ServiceSystem .SectionColumn .Profile .Lead1 {
	font-size: 134%;
	line-height: 1.6em;
	}
	
	.Page_ServiceSystem .SectionColumn .ColumnList .Mds {
	margin-bottom: 15px;	
	}

	.Page_ServiceSystem .SectionColumn .ColumnList li {
	margin-bottom: 30px;
	}

	.Page_ServiceSystem .SectionColumn .ColumnList li:last-child {
	margin-bottom: 0;
	}
	
	.Page_ServiceSystem .SectionContact .Unit {
	margin-bottom: 45px;
	padding-top: 20px;
	}

	.Page_ServiceSystem .SectionContact .Unit .Mds {
	margin-bottom: 20px;
	font-size: 127%;
	}

	.Page_ServiceSystem .ToProduct {
	margin-top: 60px;
	}
	
	.Page_ServiceSystem .ToProduct a {
	display: block;
	padding: 12px 0;
	font-size: 86%;
	}
	
	.Page_ServiceSystem .ToProduct .Allow:after {
	position: absolute;
	right: 10px;
	top: 40%;
	}

	.Page_ServiceSystem .SectionContact {
	margin-bottom: 30px;
	}

	.Page_ServiceSystem .LeadUnit {
	position: relative;
	z-index: 30;
	}

	.Page_ServiceSystem .SectionUnitWrap {
	position: relative;
	}

	.Page_ServiceSystem .PhotoWrap {
	background: #fff;
	position: relative;
	z-index: 30;
	}

	.Page_ServiceSystem .SampleBox {
	margin-top: 30px;
	}

	.Page_ServiceSystem .SampleBox .Mds {
	margin-bottom: 10px;
	font-weight: bold;
	}

	.Page_ServiceSystem .SampleBox th {
	width: 50%;
	font-size: 94%;
	}

	.Page_ServiceSystem .SampleBox td {
	text-align: center;
	font-size: 94%;
	}

	.Page_ServiceSystem .Data {
	margin-top: 20px;
	}

}

@media only screen and (max-width: 372px) {
	
}

@media print, screen and (min-width: 768px) {

	.Page_ServiceSystem .Mark {
	font-size: 60%;
	position: relative;
	display: inline-block;
	position: absolute;
	/* top: 20%; */
    bottom: 1rem;
	}

	.Page_ServiceSystem .Data {
	margin-top: 30px;
	}

	.Page_ServiceSystem .KeyVisual.System1 {
	width: 100%;
	height: 510px;
	background-image: url(../img/service/system/supercylius/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}
	
	.Page_ServiceSystem .KeyVisual.System2 {
	width: 100%;
	height: 510px;
	background-image: url(../img/service/system/shared/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}
	
	.Page_ServiceSystem .KeyVisual.System4 {
	width: 100%;
	height: 510px;
	background-image: url(../img/service/foundation/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}
	
	.Page_ServiceSystem .SectionUnitWrap  {
	padding-bottom: 30px;
	margin-bottom: 40px;
	}
	
	.Page_ServiceSystem .KeyVisual.System1 .Lead1 .Title2 {
	line-height: 1.2em;
	width: 600px;
	font-size: 280%;
	}	

	.Page_ServiceSystem .LeadUnit .MdsBase {
	margin-bottom: 50px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_ServiceSystem .Photo {
	position: relative;
	z-index: 30;
	}

	.Page_ServiceSystem .SectionQuestion {
	margin-bottom: 80px;
	}

	.Page_ServiceSystem .SectionQuestion .MdsBase {
	margin-bottom: 10px;
	font-size: 120%;
	}

	.Page_ServiceSystem .SectionQuestion .Catch {
	margin-bottom: 20px;
	font-size: 174%;
	font-weight: normal;
	}

	.Page_ServiceSystem .BgColor1 {
	padding: 60px;
	}
	
	.Page_ServiceSystem .SampleBox {
	margin-top: 30px;
	}

	.Page_ServiceSystem .SampleBox .Mds {
	margin-bottom: 10px;
	font-weight: bold;
	}

	.Page_ServiceSystem .SampleBox th {
	width: 50%;
	}

	.Page_ServiceSystem .SampleBox td {
	text-align: center;
	}

	.Page_ServiceSystem .SectionColumn {
	margin-bottom: 75px;
	}

	.Page_ServiceSystem .SectionColumn .Title,
	.Page_ServiceSystem .SectionColumn .Catch {
	text-align: center;
	}

	.Page_ServiceSystem .SectionColumn .Title {
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

	.Page_ServiceSystem .SectionColumn .Catch {
	margin-bottom: 35px;
	font-size: 160%;
	}

	.Page_ServiceSystem .SectionColumn .Catch span {
	font-size: 80%;	
	}
	
	.Page_ServiceSystem .SectionColumn .Profile {
	padding-top: 40px;
	margin-bottom: 45px;
	}
	
	.Page_ServiceSystem .SectionColumn .Profile .Mds {
	margin-bottom: 10px;
	font-size: 147%;
	}

	.Page_ServiceSystem .SectionColumn .Profile .Txt {
	margin-bottom: 45px;
	font-size: 120%;
	line-height: 1.6em;
	}
	
	.Page_ServiceSystem .SectionColumn .Profile .Lead1 {
	font-size: 174%;
	}
	
	.Page_ServiceSystem .SectionColumn .ColumnList .Mds {
	margin-bottom: 30px;
	font-size: 120%;	
	}

	.Page_ServiceSystem .SectionColumn .ColumnList li {
	margin-bottom: 70px;
	}

	.Page_ServiceSystem .SectionColumn .ColumnList li:last-child {
	margin-bottom: 0;
	}

	.Page_ServiceSystem .SectionContact .Unit {
	margin-bottom: 55px;
	padding-top: 20px;
	}

	.Page_ServiceSystem .SectionContact .Unit .Mds {
	margin-bottom: 20px;
	font-size: 134%;
	}
	
	.Page_ServiceSystem .ToProductWrapTop .ToProduct {
	margin-top: 80px;
	}

	.Page_ServiceSystem .ToProductWrapTop.SectionContact {
	margin-bottom: 80px;
	}

	.Page_ServiceSystem .ToProduct {
	margin-top: 120px;
	}
	
	.Page_ServiceSystem .ToProduct a {
	display: block;
	font-size: 120%;
	padding: 18px 0;
	}
	
	.Page_ServiceSystem .ToProduct .Allow:after {
	position: absolute;
	right: 20px;
	top: 45%;
	}

	.Page_ServiceSystem .SectionContact {
	margin-bottom: 180px;
	}

	.Page_ServiceSystem .PhotoWrap {
	margin-bottom: 60px;
	position: relative;
	}

	.Page_ServiceSystem .PhotoWrap:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 300px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_ServiceSystem .KeyVisual.System1 .Lead1 .Title2 {
	line-height: 1.2em;
	font-size: 348%;
	letter-spacing: -0.02em;
	}	

	.Page_ServiceSystem .PhotoWrap {
	margin-bottom: 80px;
	}

	.Page_ServiceSystem .KeyVisual.System1 {
	height: 810px;
	}

	.Page_ServiceSystem .KeyVisual.System2 {
	height: 810px;
	}

	.Page_ServiceSystem .KeyVisual.System4 {
	height: 810px;
	}

}


/* ■ 製品紹介 ==================================================================================== */

/* ■ マーク --------------- */

.MarkWrap {
position: relative;
/*padding-right: 15px;*/
}


@media only screen and (max-width: 767px) {

	.Page_ServiceProduct .Mark {
	font-size: 60%;
	position: relative;
	display: inline-block;
	position: absolute;
	top: 15%;
	}

	.MarkWrap:after {
	display: inline-block;
	position: relative;
	content: "®";
	font-size: 70%;
	vertical-align: super;
	/*top: -6%;
	right: 0;
	width: 14px;
	height: 14px;
	margin-top: -10%;*/
	}

	.BreadCrumb .MarkWrap:after {
	top: 3px;	
	}

}

@media print, screen and (min-width: 768px) {

	.Page_ServiceProduct .Mark {
	font-size: 60%;
	position: relative;
	display: inline-block;
	position: absolute;
	top: 20%;
	}

	.MarkWrap:after {
	display: inline-block;
	position: relative;
	content: "®";
	font-size: 70%;
	vertical-align: super;
	/*top: -25%;
	right: -3%;
	width: 16px;
	height: 16px;
	margin-top: -10%;*/
	}

	.BreadCrumb .MarkWrap:after {
	/*top: 3px;	
	right: -2px;*/
	}
	
	#FooterNavUnit	.MarkWrap:after {
	top: -10%;
	}
	
	#GlobalNav .Level2 li a span .MarkWrap {
	display: inline;	
	}

	#GlobalNav .Level2 li a span .MarkWrap:after {
	top:10%;
	}
	
	.Page_ServiceProduct .ToProduct .MarkWrap:after {
	top: -10%;	
	}

}

@media print, screen and (min-width: 1090px) {


}


.Page_ServiceProduct .KeyVisual .Lead1 .Title {
display: block;
}

.Page_ServiceProduct .KeyVisual .Lead1 .Title2 {
font-weight: bold;
}

.Page_ServiceProduct .Descript {
font-size: 86%;
}

.Page_ServiceProduct .SectionQuestion .MdsBase {
color: #069da2;
font-weight: normal;
}

.SectionColumn .Title {
text-align: center;
}

.Page_ServiceProduct .SectionColumn .Profile {
border-top: 1px solid #079ea3;
text-align: center;
}

.Page_ServiceProduct .SectionContact .Unit {
border-top: 1px solid #079ea3;
}

.Page_ServiceProduct .SectionContact .LinkNewWin {
color: #0094d7;
}

.Page_ServiceProduct .MdsIndex {
font-weight: 600;
}

.Page_ServiceProduct .Title2 {
position: relative;
}


@media only screen and (max-width: 767px) {

	.Page_ServiceProduct .SystemMds {
	width: 300px;
	}
	
	.Page_ServiceProduct .KeyVisual .Lead1 .Title2 {
	line-height: 1.2em;
	}

	.Page_ServiceProduct .KeyVisual .Photo {
	margin-bottom: 0;
	}
	
	.Page_ServiceProduct .Photo {
	margin-bottom: 40px;
	}

	.Page_ServiceProduct .LeadUnit .MdsBase {
	margin-bottom: 30px;
	font-size: 160%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_ServiceProduct .SectionQuestion {
	margin-bottom: 40px;
	}

	.Page_ServiceProduct .SectionQuestion .MdsBase {
	margin-bottom: 10px;
	}

	.Page_ServiceProduct .SectionQuestion .Catch {
	margin-bottom: 20px;
	font-size: 134%;
	font-weight: normal;
	}

	.Page_ServiceProduct .BgColor1 {
	padding: 40px 30px;
	}

	.Page_ServiceProduct .SectionUnitWrap.Product3 {
	padding-top: 30px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}

	.Page_ServiceProduct .SectionUnitWrap.Product3:before {
	display: none;
	}

	.Page_ServiceProduct .SectionColumn {
	margin-bottom: 40px;
	}

	.Page_ServiceProduct .SectionColumn .Title,
	.Page_ServiceProduct .SectionColumn .Catch {
	text-align: center;
	}

	.Page_ServiceProduct .SectionColumn .Title {
	font-size: 154%;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

	.Page_ServiceProduct .SectionColumn .Catch {
	margin-bottom: 20px;
	font-size: 120%;
	}

	.Page_ServiceProduct .SectionColumn .Catch span {
	font-size: 80%;	
	}
	
	.Page_ServiceProduct .SectionColumn .Profile {
	padding-top: 30px;
	margin-bottom: 30px;
	}
	
	.Page_ServiceProduct .SectionColumn .Profile .Mds {
	margin-bottom: 10px;
	font-size: 107%;
	}

	.Page_ServiceProduct .SectionColumn .Profile .Txt {
	margin-bottom: 30px;
	font-size: 96%;
	line-height: 1.6em;
	}
	
	.Page_ServiceProduct .SectionColumn .Profile .Lead1 {
	font-size: 134%;
	line-height: 1.6em;
	}
	
	.Page_ServiceProduct .SectionColumn .ColumnList .Mds {
	margin-bottom: 15px;	
	}

	.Page_ServiceProduct .SectionColumn .ColumnList li {
	margin-bottom: 30px;
	}

	.Page_ServiceProduct .SectionColumn .ColumnList li:last-child {
	margin-bottom: 0;
	}
	
	.Page_ServiceProduct .SectionContact .Unit {
	margin-bottom: 45px;
	padding-top: 20px;
	}

	.Page_ServiceProduct .SectionContact .Unit .Mds {
	margin-bottom: 20px;
	font-size: 127%;
	}

	.Page_ServiceProduct .ToProduct {
	margin-top: 60px;
	}
	
	.Page_ServiceProduct .ToProduct a {
	display: block;
	padding: 12px 0;
	background: #fff;
	}
	
	.Page_ServiceProduct .ToProduct .Allow:after {
	position: absolute;
	right: 10px;
	top: 40%;
	}

	.Page_ServiceProduct .SectionContact {
	margin-bottom: 50px;
	}

	.Page_ServiceProduct .LeadUnit {
	position: relative;
	z-index: 30;
	}

	.Page_ServiceProduct .SectionUnitWrap {
	position: relative;
	}

	.Page_ServiceProduct .SectionUnitWrap:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 500px;
	background: #fff;
	position: absolute;
	top: 43%;
	left: 0;
	right: 0;
	}
	
	.Page_ServiceProduct .PhotoWrap {
	background: #fff;
	position: relative;
	z-index: 30;
	}

	.Page_ServiceProduct .Data {
	margin-top: 30px;
	}


}

@media only screen and (max-width: 372px) {
	
}

@media print, screen and (min-width: 768px) {


	.Page_ServiceProduct .KeyVisual.Product1 {
	width: 100%;
	height: 510px;
	background-image: url(../img/service/product/net/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_ServiceProduct .KeyVisual.Product2 {
	width: 100%;
	height: 510px;
	background-image: url(../img/service/product/yoking/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_ServiceProduct .KeyVisual.Product3 {
	width: 100%;
	height: 510px;
	background-image: url(../img/service/solution/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_ServiceProduct .SectionUnitWrap.Product3 {
	padding-bottom: 20px;
	margin-bottom: 30px;
	}

	.Page_ServiceProduct .LeadUnit .MdsBase {
	margin-bottom: 50px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_ServiceProduct .Photo {
	position: relative;
	z-index: 30;
	}

	.Page_ServiceProduct .SectionQuestion {
	margin-bottom: 80px;
	}

	.Page_ServiceProduct .SectionQuestion .MdsBase {
	margin-bottom: 10px;
	font-size: 120%;
	}

	.Page_ServiceProduct .SectionQuestion .Catch {
	margin-bottom: 20px;
	font-size: 174%;
	font-weight: normal;
	}

	.Page_ServiceProduct .BgColor1{
	padding: 60px;
	}

	.Page_ServiceProduct .SectionColumn {
	margin-bottom: 75px;
	}

	.Page_ServiceProduct .SectionColumn .Title,
	.Page_ServiceProduct .SectionColumn .Catch {
	text-align: center;
	}

	.Page_ServiceProduct .SectionColumn .Title {
	margin-bottom: 15px;
	font-size: 200%;
	font-weight: 600;
	letter-spacing: 0.1em;
	}

	.Page_ServiceProduct .SectionColumn .Catch {
	margin-bottom: 35px;
	font-size: 160%;
	}

	.Page_ServiceProduct .SectionColumn .Catch span {
	font-size: 80%;	
	}
	
	.Page_ServiceProduct .SectionColumn .Profile {
	padding-top: 40px;
	margin-bottom: 45px;
	}
	
	.Page_ServiceProduct .SectionColumn .Profile .Mds {
	margin-bottom: 10px;
	font-size: 147%;
	}

	.Page_ServiceProduct .SectionColumn .Profile .Txt {
	margin-bottom: 45px;
	font-size: 120%;
	line-height: 1.6em;
	}
	
	.Page_ServiceProduct .SectionColumn .Profile .Lead1 {
	font-size: 174%;
	}
	
	.Page_ServiceProduct .SectionColumn .ColumnList .Mds {
	margin-bottom: 30px;
	font-size: 120%;	
	}

	.Page_ServiceProduct .SectionColumn .ColumnList li {
	margin-bottom: 70px;
	}

	.Page_ServiceProduct .SectionColumn .ColumnList li:last-child {
	margin-bottom: 0;
	}

	.Page_ServiceProduct .SectionContact .Unit {
	margin-bottom: 55px;
	padding-top: 20px;
	}

	.Page_ServiceProduct .SectionContact .Unit .Mds {
	margin-bottom: 20px;
	font-size: 134%;
	}

	.Page_ServiceProduct .ToProduct {
	margin-top: 120px;
	}
	
	.Page_ServiceProduct .ToProduct a {
	display: block;
	font-size: 120%;
	padding: 18px 0;
	background: #fff;
	}
	
	.Page_ServiceProduct .ToProduct .Allow:after {
	position: absolute;
	right: 20px;
	top: 45%;
	}

	.Page_ServiceProduct .SectionContact.ToProductWrapTop .ToProduct {
	margin-top: 60px;
	}

	.Page_ServiceProduct .SectionContact.ToProductWrapTop {
    margin-bottom: 80px;
	}

	.Page_ServiceProduct .SectionContact {
	margin-bottom: 180px;
	}

	.Page_ServiceProduct .PhotoWrap {
	margin-bottom: 60px;
	position: relative;
	}

	.Page_ServiceProduct .PhotoWrap:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 300px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}

	.Page_ServiceProduct .Data {
	margin-top: 30px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_ServiceProduct .PhotoWrap {
	margin-bottom: 80px;
	}

	.Page_ServiceProduct .KeyVisual.Product1 {
	height: 810px;
	}

	.Page_ServiceProduct .KeyVisual.Product2 {
	height: 810px;
	}

	.Page_ServiceProduct .KeyVisual.Product3 {
	height: 810px;	
	}

}



/* ■ 私たちについて：情報基盤Osti開発物語 ==================================================================================== */

video {
width: 100%;
}

@media only screen and (max-width: 767px) {

	.Page_Technology .SectionUnit.LeadUnit .Catch {
    padding-top: 40px;
    margin-bottom: 30px;
    font-size: 160%;
    line-height: 1.6em;
    text-align: center;
	}

	.Page_Technology .KeyVisual .Photo {
	margin-bottom: 0 !important;
	}

	.Page_Technology .KeyVisual .Lead1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
    color: #fff;
    width: 250px;
    text-align: center;
	}

	.Page_Technology .KeyVisual .Lead1 span {
    line-height: 1.4em;	
	}

	.Page_Technology .Profile {
	margin-top: 50px;
	padding-top: 50px;
	background: #fff;
	}

	.Page_Technology .Profile .Thumb {
	margin-bottom: 15px;
	}

	.Page_Technology .Profile .Name {
	font-size: 94%;
	}

	.Page_Technology .Profile .NameM {
	font-size: 147%;
	}

	.Page_Technology .Profile .Name .WF1 {
	font-size: 95%;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	}
	
	.Page_Technology .Profile .job {
	margin-top: 6px;
	font-size: 86%;
	}

	.Page_Technology .Profile .Lead {
	margin-top: 8px;
	font-size: 94%;
	}
	
	.Page_Technology .SectionSub .MdsH3 {
	margin-bottom: 40px;
	font-size: 174%;
	font-weight: normal;
	text-align: center;
	}

	.Page_Technology .SectionSub .Mds {
	margin-bottom: 15px;
	font-size: 134%;
	font-weight: normal;
	}
	
	.Page_Technology .Photo.Width1Sp {
	margin-bottom: 50px !important;
	}

	.Page_Technology .SectionSub .PhotoR {
	float: right;
	width: 45%;
	margin: 0 0 10px 10px;
	}
	
	.Page_Technology .SectionSub .UnitIn {
	margin-bottom: 50px !important;
	}

	.Page_Technology .SectionUnitWrap .Photo,
	 .Page_Technology .SectionSub .Photo {
	margin-bottom: 80px !important;
	}

	.Page_Technology .SectionSub.Section1,
	.Page_Technology .Photo.Section1,
	.Page_Technology .SectionSub.Section2,
	.Page_Technology .Photo.Section2,
	.Page_Technology .SectionSub.Section3,
	.Page_Technology .Photo.Section3 {
	position: relative;
	}
	
	.Page_Technology .Photo.Section1,
	.Page_Technology .Photo.Section2,
	.Page_Technology .Photo.Section3 {
	margin-bottom: 80px !important;	
	}
	
	.Page_Technology .SectionSub.Section1:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 90%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	}

	.Page_Technology .SectionSub.Section2:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 90%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;	
	}
	
	.Page_Technology .SectionSub.Section3:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 90%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;		
	}

	.Page_Technology .Photo.Section1:before,
	.Page_Technology .Photo.Section2:before,
	.Page_Technology .Photo.Section3:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_Technology .SectionSub.Section1 .Width1,
	.Page_Technology .Photo.Section1 .Width4,
	.Page_Technology .SectionSub.Section2 .Width1,
	.Page_Technology .Photo.Section2 .Width4,
	.Page_Technology .SectionSub.Section3 .Width1,
	.Page_Technology .Photo.Section3 .Width4 {
	position: relative;
	z-index: 30;
	}

	.Page_Technology .SectionSub .MdsH3 .NumberTxt {
	position: relative;
	z-index: 10;
	display: inline-block;
	}

	.Page_Technology .SectionSub .MdsH3.Num01,
	.Page_Technology .SectionSub .MdsH3.Num02,
	.Page_Technology .SectionSub .MdsH3.Num03 {
	position: relative;
	}

	.Page_Technology .SectionSub .MdsH3.Num01:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '01';
	display: inline-block;
	font-size: 500%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.Page_Technology .SectionSub .MdsH3.Num02:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '02';
	display: inline-block;
	font-size: 500%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.Page_Technology .SectionSub .MdsH3.Num03:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '03';
	display: inline-block;
	font-size: 500%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}
	
	.Page_Technology .SectionSub .MdsH3.Num04:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '04';
	display: inline-block;
	font-size: 500%;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.Page_Technology .SectionSub .Data {
	margin-bottom: 20px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Technology .KeyVisual1 {
	width: 100%;
	height: 510px;
	background-image: url(../img/technology/osti/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}
	
	.Page_Technology .KeyVisual2 {
	width: 100%;
	height: 510px;
	background-image: url(../img/technology/infrastructure/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}
	
	.Page_Technology .KeyVisual3 {
	width: 100%;
	height: 510px;
	background-image: url(../img/technology/rpa/KeyVisual_PC.jpg?ver=210222);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}
	
	.Page_Technology .KeyVisual1.Lead1 {
	width: 500px;
	}

	.Page_Technology .KeyVisual2 .Lead1 {
	width: 600px;
	}

	.Page_Technology .Profile2 .LBox {
	float: none;
	margin: 0 auto 80px auto;
	}

	.Page_Technology .SectionUnit.LeadUnit .Catch {
    margin-bottom: 60px;
    font-size: 240%;
    line-height: 1.6em;
    text-align: center;
	}
	
	.Page_Technology .KeyVisual .Lead1 .Title1 {
	margin-bottom: 10px;
	}
	
	.Page_Technology .KeyVisual .Lead1 .Title2 {
	font-size: 240%;
	line-height: 1.2em;
	}
	
	.Page_Technology .SectionSub.Profile .Width1 {
	position: relative;
	z-index: 40;	
	}

	.Page_Technology .SectionSub.Profile:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 400px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_Technology .Profile {
	margin-top: 80px;
	position: relative;
	}

	.Page_Technology .Profile .LBox,
	.Page_Technology .Profile .RBox {
	width: 46.5%;
	}

	.Page_Technology .Profile .Thumb {
	margin-bottom: 25px;
	}

	.Page_Technology .Profile .NameM {
	font-size: 147%;
	}

	.Page_Technology .Profile .Name .WF1 {
	font-size: 95%;
	font-weight: 600;
	display: inline-block;
	vertical-align: middle;
	margin-left: 6px;
	}
	
	.Page_Technology .Profile .job {
	margin-top: 10px;
	font-size: 86%;
	}

	.Page_Technology .Profile .Lead {
	margin-top: 15px;
	}

	.Page_Technology .SectionSub .MdsH3 {
	margin-bottom: 60px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	}

	.Page_Technology .SectionSub .MdsH3 .NumberTxt {
	position: relative;
	z-index: 10;
	display: inline-block;
	}

	.Page_Technology .SectionSub .MdsH3.Num01,
	.Page_Technology .SectionSub .MdsH3.Num02,
	.Page_Technology .SectionSub .MdsH3.Num03,
	.Page_Technology .SectionSub .MdsH3.Num04 {
	position: relative;
	}

	.Page_Technology .SectionSub .MdsH3.Num01:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '01';
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.Page_Technology .SectionSub .MdsH3.Num02:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '02';
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.Page_Technology .SectionSub .MdsH3.Num03:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '03';
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.Page_Technology .SectionSub .MdsH3.Num04:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	content: '04';
	display: inline-block;
	font-family: 'Heebo', sans-serif;
	font-weight: 600;
	color: #dcf3fb;
	text-align: center;
	z-index: -10;
	}

	.Page_Technology .SectionSub .Mds {
	margin-bottom: 35px;
	font-size: 174%;
	font-weight: normal;
	text-align: center;
	}
	
	.Page_Technology .Photo.Width1Sp {
	margin-bottom: 100px !important;
	}

	.Page_Technology .SectionSub .PhotoR {
	float: right;
	width: 45%;
	margin: 0 0 40px 40px;
	}
	
	.Page_Technology .SectionSub .UnitIn {
	margin-bottom: 70px;
	}
	
	.Page_Technology .SectionSub.Section1,
	.Page_Technology .Photo.Section1,
	.Page_Technology .SectionSub.Section2,
	.Page_Technology .Photo.Section2,
	.Page_Technology .SectionSub.Section3,
	.Page_Technology .Photo.Section3 {
	position: relative;
	}
	
	.Page_Technology .SectionSub.Section1:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 80%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	}

	.Page_Technology .SectionSub.Section2:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 80%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;	
	}
	
	.Page_Technology .SectionSub.Section3:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 90%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;		
	}

	.Page_Technology .Photo.Section1:before,
	.Page_Technology .Photo.Section2:before,
	.Page_Technology .Photo.Section3:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 200px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_Technology .SectionSub.Section1 .Width1,
	.Page_Technology .Photo.Section1 .Width4,
	.Page_Technology .SectionSub.Section2 .Width1,
	.Page_Technology .Photo.Section2 .Width4,
	.Page_Technology .SectionSub.Section3 .Width1,
	.Page_Technology .Photo.Section3 .Width4 {
	position: relative;
	z-index: 30;
	}

	.Page_Technology .Photo.Section1,
	.Page_Technology .Photo.Section2,
	.Page_Technology .Photo.Section3 {
	margin-bottom: 150px !important;
	}

	.Page_Technology .SectionSub.Section4 {
	margin-bottom: 80px;
	}
	
	.Page_Technology .SectionSub .Data.PhotoR {
	width: 30%;
	}

	.Page_Technology .SectionSub .Data.PhotoR .Caption {
	font-size: 86%;	
	}

	.Page_Technology .SectionSub .Data {
	margin-bottom: 30px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Technology .KeyVisual {
	height: 810px;
	}

	.Page_Technology .KeyVisual .Lead1 {
	width: auto;
	}

	.Page_Technology .KeyVisual .Lead1 .Title2 {
	font-size: 348%;
	}

	.Page_Technology .SectionSub.Section1:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 600px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	}

}


/* ■ 私たちについて：人を育てる ==================================================================================== */

@media only screen and (max-width: 767px) {

	.Page_About .KeyVisual .Lead1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
    color: #fff;
    text-align: center;
	}

	.Page_About .SectionUnitWrap .Catch {
	margin-bottom: 30px;
	font-size: 160%;
	text-align: center;
	line-height: 1.4em;
	}

	.Page_About .SectionUnitWrap .LeadUnit {
	padding-top: 40px !important;
	}

	.Page_About .LeadUnit {
	position: relative;	
	}

	.Page_About .LeadUnit .Width1 {
	position: relative;
	z-index: 40;	
	}


	.Page_About .SectionSub {
	margin-bottom: 100px;
	}

	.Page_About .SectionSub .MdsH3 {
	margin-bottom: 50px;
	font-weight: normal;
	}
	
	.Page_About .SurfaceUnit .Txt {
	font-size: 114%;
	}

	.Page_About .SurfaceUnit .Mds {
	margin-bottom: 10px;
	}
	
	.Page_About .SurfaceUnit .ListDisc {
	margin-bottom: 25px;
	}

	.Page_About .SurfaceUnit .ThumbList {
	margin-bottom: 20px;
	}

	.Page_About .SurfaceUnit .ThumbList li {
	margin-bottom: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_About .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/about/environment/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_About .SectionUnitWrap {
	padding-bottom: 50px;
	}

	.Page_About .SectionUnitWrap .Lead {
	margin-bottom: 60px;
	}

	.Page_About .SectionUnitWrap .Catch {
	margin-bottom: 50px;
	font-size: 240%;
	text-align: center;
	}

	.Page_About .SectionUnitWrap .Catch {
	margin-bottom: 30px;
	font-size: 160%;
	text-align: center;
	line-height: 1.4em;
	}

	.Page_About .SectionUnitWrap .LeadUnit {
	padding-top: 40px !important;
	}

	.Page_About .SectionSub {
	margin-bottom: 180px;
	}

	.Page_About .SectionSub .MdsH3 {
	margin-bottom: 80px;
	font-weight: normal;
	}

	.Page_About .SurfaceUnit .Mds {
	margin-bottom: 10px;
	font-size: 120%;
	}
	
	.Page_About .SurfaceUnit .ListDisc {
	margin-bottom: 25px;
	}

	.Page_About .SurfaceUnit .System {
	display: flex;
	flex-wrap: wrap;
	}

	.Page_About .SurfaceUnit .System li {
	width: 25%;
	}

	.Page_About .SurfaceUnit .ThumbList {
	display: flex;
	margin-bottom: 40px;
	}

	.Page_About .SurfaceUnit .ThumbList li {
	width: 32%;
	margin-right: 2%;
	}

	.Page_About .SurfaceUnit .ThumbList li:last-child {
	margin-right: 0;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_About .KeyVisual {
	height: 810px;
	}

}



/* ■ 私たちについて：人を育てる ==================================================================================== */

@media only screen and (max-width: 767px) {

	.Page_AboutEducate .KeyVisual .Lead1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
    color: #fff;
    text-align: center;
	}

	.Page_AboutEducate .SectionUnitWrap .LeadUnit {
	padding-top: 60px !important;
	}

	.Page_AboutEducate .Profile {
	margin-top: 50px;
	margin-bottom: 80px;
	position: relative;
	}

	.Page_AboutEducate .SectionSub.Profile .Width1 {
	position: relative;
	z-index: 40;	
	}

	.Page_AboutEducate .SectionSub.Profile:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 650px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_AboutEducate .Profile .LBox {
	margin-bottom: 30px;
	}

	.Page_AboutEducate .Profile .Thumb {
	margin-bottom: 15px;
	}

	.Page_AboutEducate .Profile .Name {
	font-size: 140%;
	}
	
	.Page_AboutEducate .Profile .job {
	margin-top: 6px;
	font-size: 86%;
	}

	.Page_AboutEducate .Profile .Lead {
	margin-top: 8px;
	font-size: 94%;
	}

	.Page_AboutEducate .SectionUnitWrap .DetailBtn {
	width: 100%;
	margin: 0 auto;
	background: #fff;
	}

	.Page_AboutEducate .SectionUnitWrap .DetailBtn a {
	width: 100%;
	padding: 12px 0;
	display: block;
	}
	
	.Page_AboutEducate .SectionUnitWrap .ToProduct .LinkNewWin:before {
	top: 42%;
	right: 11%;
	}

	.Page_AboutEducate .Profile .MdsH2 {
	margin-bottom: 40px;
	font-size: 174%;
	font-weight: normal;
	text-align: center;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_AboutEducate .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/about/education/top/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_AboutEducate .SectionUnitWrap .Lead {
	margin-bottom: 60px;
	}

	.Page_AboutEducate .SectionSub.Profile .Width1 {
	position: relative;
	z-index: 40;	
	}

	.Page_AboutEducate .SectionSub.Profile:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 300px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}
	
	.Page_AboutEducate .SectionUnitWrap .ToProduct .LinkNewWin:before {
	top: 45%;
	right: 50px;
	}

	.Page_AboutEducate .Profile {
	margin-top: 80px;
	margin-bottom: 120px;
	position: relative;
	}

	.Page_AboutEducate .Profile .LBox,
	.Page_AboutEducate .Profile .RBox {
	width: 46.5%;
	}

	.Page_AboutEducate .Profile .LBox a,
	.Page_AboutEducate .Profile .RBox a {
	display: block;
	}

	.Page_AboutEducate .Profile .MdsH2 {
	margin-bottom: 40px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	}

	.Page_AboutEducate .Profile .Thumb {
	margin-bottom: 25px;
	}

	.Page_AboutEducate .Profile .Name {
	font-size: 107%;
	}

	.Page_AboutEducate .Profile .Lead {
	margin-top: 15px;
	}
	
	.Page_AboutEducate .SectionUnitWrap .DetailBtn {
	width: 420px;
	margin: 0 auto;
	background: #fff;
	}

	.Page_AboutEducate .SectionUnitWrap .DetailBtn a {
	width: 100%;
	padding: 20px 0;
	display: block;
	font-size: 120%;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_AboutEducate .KeyVisual {
	height: 810px;
	}

}


/* ■ 私たちについて：ギャラリー ==================================================================================== */


@media only screen and (max-width: 767px) {

	.Page_AboutGallery .Gallery {
	position: relative;
	padding-bottom: 20px;
	}

	.Page_AboutGallery .Gallery:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 380px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_AboutGallery .SectionUnitWrap {
	padding-top: 40px !important;
	margin-bottom: 40px;
	}

	.Page_AboutGallery .KeyVisual .Lead1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
    color: #fff;
    text-align: center;
    width: 330px;
    line-height: 2.0em;
	}

	.Page_AboutGallery .slick-next,
	.Page_AboutGallery .slick-prev {
	display: none !important;
	}

	.Page_AboutGallery .slick-dots {
	width: 80% !important;
	left: 0;
	right: 0;
	top: 47%;
	}

	.Page_AboutGallery .slick-dots li {
	margin: 0 1px;
	}
	
	.Page_AboutGallery .slick-dots li button:before {
	background: #fff;
	}

	.Page_AboutGallery .slide .Txt .Mds {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 107%;
	}

}

@media only screen and (max-width: 372px) {
	
	.Page_AboutGallery .slick-dots {
	top: 41%;
	}
	
}

@media print, screen and (min-width: 768px) {

	.Page_AboutGallery .TopicPath,
	.Page_AboutGallery .BreadCrumb {
	margin-bottom: 80px;
	}
	
	.Page_AboutGallery .SectionUnitWrap {
	margin-bottom: 60px;
	}

	.Page_AboutGallery .Gallery {
	position: relative;
	padding-bottom: 120px;
	}

	.Page_AboutGallery .Gallery:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 600px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_AboutGallery .slick-dots {
	width: auto !important;
	left: 0;
	right: 0;
	bottom: 140px !important;
	}

	.Page_AboutGallery .slick-dots li {
	margin: 0 3px;
	}

	.Page_AboutGallery .slick-prev {
	width: 55px;
	height: 55px;
	top: 38%;
	left: -70px;
	}

	.Page_AboutGallery .slick-next {
	width: 60px;
	height: 60px;
	top: 38%;
	right: -70px;
	}

	.Page_AboutGallery .slick-prev:before {
	width: 50px;
	height: 50px;
	background-image: url(../img/about/gallery/allow_L.png);
	background-size: 50px 50px;
	transform: none;
	border: none;
	top: 0;
	margin-top: 0;
	}

	.Page_AboutGallery .slick-next:before {
	width: 50px;
	height: 50px;
	background-image: url(../img/about/gallery/allow_R.png);
	background-size: 50px 50px;
	transform: none;
	border: none;
	top: 0;
	margin-top: 0;
	}
	
	.Page_AboutGallery .slide .Txt .Mds {
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 120%;
	}

	.Page_AboutGallery .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/about/gallery/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_AboutGallery .SlideWrap {
	width: 70%;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_AboutGallery .KeyVisual {
	height: 810px;
	}

	.Page_AboutGallery .SlideWrap {
	width: 860px;
	}

	.Page_AboutGallery .slick-prev {
	width: 55px;
	height: 55px;
	top: 43%;
	left: -70px;
	}

	.Page_AboutGallery .slick-next {
	width: 60px;
	height: 60px;
	top: 43%;
	right: -70px;
	}

}


/* ■ 私たちについて：人を育てる詳細 ==================================================================================== */

	
.Page_About_Voice .SectionUnitWrap .LeadUnit .Job {
font-size: 86%;
text-align: center;
}

@media only screen and (max-width: 767px) {

	.Page_About_Voice .KeyVisual .Lead1 {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
    color: #fff;
    text-align: center;
    width: 330px;
    font-weight: normal;
    line-height: 2.0em;
	}

	.Page_About_Voice .SectionUnitWrap .LeadUnit {
	padding-top: 20px !important;
	}

	.Page_About_Voice .SectionUnitWrap .LeadUnit .Name {
	margin-bottom: 12px;
	font-size: 167%;
	line-height: 1.4em;
	text-align: center;
	}
	
	.Page_About_Voice .SectionUnitWrap .LeadUnit .Name .WF1 {
	display: block;
	font-size: 60%;
	font-weight: bold;
	}

	.Page_About_Voice .SectionUnitWrap .LeadUnit .Job {
	margin-bottom: 20px;
	}

	.Page_About_Voice .SectionSub.Profile:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 650px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_About_Voice .SectionSub {
	position: relative;
	}

	.Page_About_Voice .SectionSub .Width1 {
	position: relative;
	z-index: 30;
	}

	.Page_About_Voice .SectionSub.Section1:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 150px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_About_Voice .SectionSub.Section3:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_About_Voice .SectionSub.Section4:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 70%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	}

	.Page_About_Voice .SectionSub.Section5:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 30%;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_About_Voice .SectionSub {
	margin-bottom: 30px;
	}

	.Page_About_Voice .SectionSub .MdsH3 {
	text-align: left;
	font-weight: normal;
	margin-bottom: 15px;
	}

	.Page_About_Voice .ToProduct  {
	margin-bottom: 80px;
	}

	.Page_About_Voice .ToProduct a {
	display: block;
	padding: 15px 0;
	}

	.Page_About_Voice .ToProduct .Allow:after {
	position: absolute;
	top: 42%;
	right: 15px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_About_Voice .KeyVisual.Voice1 {
	width: 100%;
	height: 510px;
	background-image: url(../img/about/education/voice01/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_About_Voice .KeyVisual.Voice2 {
	width: 100%;
	height: 510px;
	background-image: url(../img/about/education/voice02/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}

	.Page_About_Voice .SectionUnitWrap .LeadUnit .Name {
	margin-bottom: 30px;
	font-size: 240%;
	line-height: 1.4em;
	text-align: center;
	}

	.Page_About_Voice .SectionUnitWrap .LeadUnit .Job {
	margin-bottom: 60px;
	}

	.Page_About_Voice .SectionUnitWrap .LeadUnit .Name .WF1 {
	display: block;
	font-size: 50%;
	}

	.Page_About_Voice .SectionUnitWrap .Lead {
	margin-bottom: 60px;
	}

	.Page_About_Voice .SectionSub {
	margin-bottom: 80px;
	}

	.Page_About_Voice .SectionSub .MdsH3 {
	text-align: left;
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 15px;
	}

	.Page_About_Voice .ToProduct a {
	display: block;
	padding: 15px 0;
	}

	.Page_About_Voice .SectionSub {
	position: relative;
	}

	.Page_About_Voice .SectionSub .Width1 {
	position: relative;
	z-index: 30;
	}

	.Page_About_Voice .SectionSub.Section3:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 50px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_About_Voice .SectionSub.Section5:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 120px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	}

	.Page_About_Voice .ToProduct .Allow:after {
    position: absolute;
    right: 20px;
    top: 45%;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_About_Voice .KeyVisual.Voice1 {
	height: 810px;
	}

	.Page_About_Voice .KeyVisual.Voice2 {
	height: 810px;
	}

}


/* ■ 採用情報 ==================================================================================== */

.Page_Recruit .KeyVisual .Lead1 .Title {
display: block;
}

.Page_Recruit .KeyVisual .Lead1 .Title2 {
font-weight: bold;
}

.Page_Recruit .Descript {
font-size: 86%;
}

.Page_Recruit .SectionQuestion .MdsBase {
color: #069da2;
font-weight: normal;
}

.Page_Recruit .Title {
text-align: center;
}

.Page_Recruit .SectionContact .Unit {
border-top: 1px solid #079ea3;
}

.Page_Recruit .SectionContact .LinkNewWin {
color: #0094d7;
}

.Page_Recruit .MdsIndex {
font-weight: 600;
}

@media only screen and (max-width: 767px) {

	.Page_Recruit .KeyVisual .Photo {
	margin-bottom: 0;
	}
	
	.Page_Recruit .SectionUnitWrap  {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	}
	
	.Page_Recruit .Photo {
	margin-bottom: 40px;
	}

	.Page_Recruit .LeadUnit .MdsBase {
	margin-bottom: 30px;
	font-size: 160%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_Recruit .BgColor1 {
	padding: 40px 30px;
	}

	.Page_Recruit .LeadUnit {
	position: relative;
	z-index: 30;
	}

	.Page_Recruit .LeadUnit .Lead1 {
	width: 300px;
	}
	
	.Page_Recruit .LeadUnit .Lead1 .Title2 {
	line-height: 1.4em;	
	}

	.Page_Recruit .SectionUnitWrap {
	position: relative;
	}

	.Page_Recruit .PhotoWrap {
	background: #fff;
	position: relative;
	z-index: 30;
	}
	
	.Page_Recruit .ToProduct .Allow:after {
	position: absolute;
	right: 10px;
	top: 40%;
	}

	.Page_Recruit .EntryUnit {
	margin-bottom: 60px;
	}
	
	.Page_Recruit .EntryUnit .MdsBase {
	font-weight: normal;
	font-size: 120%;
	margin-bottom: 20px;
	}

	.Page_Recruit .EntryUnit .ContactBox {
	margin-top: 30px;
	}

	.Page_Recruit .EntryUnit .ContactBox .Mds {
	font-size: 120%;
	margin-bottom: 15px;
	}
	
	.Page_Recruit .EntryUnit .ContactBox .Lead2 a {
	text-decoration: underline;
	}
	
	.Page_Recruit .ToProduct a {
	display: block;
	font-size: 120%;
	padding: 18px 0;
	}
	
	.Page_Recruit .ToProduct .LinkNewWin:before {
	right: 20px;
	top: 45%;
	}

	.Page_Recruit .ToProduct span {
	display: block;
	font-size: 140%;
	padding: 18px 0 38px 0;
	}
	
	.Page_Recruit .ToProduct .LinkNewWin:before {
	right: 20px;
	top: 35%;
	}

	.Page_Recruit .EntryUnit .LBox,
	.Page_Recruit .EntryUnit .RBox {
	border: 1px solid #c1d9da;
	}

	.Page_Recruit .EntryUnit .LBox {
	margin-bottom: 20px;
	}

	.Page_Recruit .EntryUnit .LBox a {
	background: #effbfb;
	display: block;
	}

	.Page_Recruit .EntryUnit .Thumb {
	padding: 20px;
	}
	
	.Page_Recruit .EntryUnit .BoxIn {
	padding: 0 20px 20px 20px;
	}

	.Page_Recruit .EntryUnit .BoxIn .Mds {
	text-align: center;	
	font-size: 120%;
	}

	.Page_Recruit .EntryUnit .BoxIn .Lead1,
	.Page_Recruit .EntryUnit .BoxIn .Lead2 {
	font-size: 86%;
	}

	.Page_Recruit .EntryUnit .LBox .ToProduct,
	.Page_Recruit .EntryUnit .BoxIn {
	text-align: center;
	}

}


@media print, screen and (min-width: 768px) {

	.Page_Recruit .KeyVisual {
	width: 100%;
	height: 510px;
	background-image: url(../img/recruit/info/KeyVisual_PC.jpg);
	background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    position: relative;
	}
	
	.Page_Recruit .SectionUnitWrap  {
	padding-bottom: 30px;
	margin-bottom: 40px;
	}
	
	.Page_Recruit .KeyVisual .Lead1 .Title1 {
	margin-bottom: 10px;
	}
	
	.Page_Recruit .KeyVisual.System1 .Lead1 .Title2 {
	line-height: 1.2em;
	width: 600px;
	font-size: 280%;
	}	

	.Page_Recruit .LeadUnit .MdsBase {
	margin-bottom: 50px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_Recruit .Photo {
	position: relative;
	z-index: 30;
	}

	.Page_Recruit .BgColor1 {
	padding: 60px;
	}
	
	.Page_Recruit .SampleBox {
	margin-top: 30px;
	}

	.Page_Recruit .PhotoWrap {
	margin-bottom: 60px;
	position: relative;
	}

	.Page_Recruit .PhotoWrap:before {
	content: '';
	display: inline-block;
	width: 100%;
	height: 300px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	}
	
	.Page_Recruit .EntryUnit {
	margin-bottom: 120px;
	}
	
	.Page_Recruit .EntryUnit .MdsBase {
	font-weight: normal;
	font-size: 130%;
	margin-bottom: 20px;
	line-height: 1.6em;
	}

	.Page_Recruit .EntryUnit .ContactBox {
	margin-top: 30px;
	}

	.Page_Recruit .EntryUnit .ContactBox .Mds {
	font-size: 120%;
	margin-bottom: 15px;
	}
	
	.Page_Recruit .ToProduct span {
	display: block;
	font-size: 140%;
	padding: 18px 0;
	line-height: 90px;
	}
	
	.Page_Recruit .ToProduct .LinkNewWin:before {
	right: 20px;
	top: 45%;
	}

	.Page_Recruit .EntryUnit .LBox,
	.Page_Recruit .EntryUnit .RBox {
	width: 48%;
	border: 1px solid #c1d9da;
	}

	.Page_Recruit .EntryUnit .LBox a {
	background: #effbfb;
	display: block;
	}

	.Page_Recruit .EntryUnit .Thumb {
	padding: 25px;
	}
	
	.Page_Recruit .EntryUnit .BoxIn {
	padding: 0 25px 25px 25px;
	}

	.Page_Recruit .EntryUnit .BoxIn .Mds {
	text-align: center;	
	font-size: 120%;
	}

	.Page_Recruit .EntryUnit .BoxIn .Lead1,
	.Page_Recruit .EntryUnit .BoxIn .Lead2 {
	font-size: 86%;
	}

	.Page_Recruit .EntryUnit .LBox .ToProduct,
	.Page_Recruit .EntryUnit .BoxIn {
	height: 140px;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {

	.Page_Recruit .KeyVisual {
	height: 810px;
	}

	.Page_Recruit .KeyVisual .Lead1 .Title2 {
	line-height: 1.2em;
	font-size: 348%;
	}	

	.Page_Recruit .PhotoWrap {
	margin-bottom: 80px;
	}

}


/* ■ お問い合わせ ==================================================================================== */

.Page_Inquiry .Title.LeadUnit {
text-align: center;
border-bottom: 1px solid #ebebeb;
}

.Page_Inquiry .SectionUnit .Unit .MdsH3 {
color: #069da2;
font-weight: normal;
}

.Page_Inquiry .SectionUnit .MdsH2 {
font-weight: normal;
}

.Page_Inquiry .SectionUnit .UnitIn {
border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {

	.Page_Inquiry .Title.LeadUnit {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 180%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}
	
	.Page_Inquiry .LeadTxt {
	padding-top: 30px;
	margin-bottom: 30px;
	}

	.Page_Inquiry .SectionUnit .MdsBase {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_Inquiry .SectionUnit .Unit .MdsH3 {
	padding-top: 10px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_Inquiry .SectionUnit .Unit {
	margin-bottom: 30px;
	}
	
	.Page_Inquiry .SectionUnit .Tel a {
	text-decoration: underline;
	}

	.Page_Inquiry .SectionUnit .UnitIn {
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

	.Page_Inquiry .SectionUnit .UnitIn .Lead {
	margin-bottom: 0;
	}

	.Page_Inquiry .SectionUnit .UnitIn .Mds {
	font-weight: bold;
	margin-bottom: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Inquiry .Title.LeadUnit {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_Inquiry .LeadTxt {
	padding-top: 30px;
	margin-bottom: 50px;
	}

	.Page_Inquiry .SectionUnit .MdsH2 {
	margin-bottom: 30px;
	font-size: 180%;
	font-weight: normal;
	}

	.Page_Inquiry .SectionUnit .Unit .MdsH3 {
	padding-top: 10px;
	margin-bottom: 20px;
	font-size: 120%;
	}

	.Page_Inquiry .SectionUnit .Unit {
	margin-bottom: 70px;
	}

	.Page_Inquiry .SectionUnit .MdsBase {
	margin-bottom: 15px;
	font-size: 180%;
	font-weight: normal;
	}

	.Page_Inquiry .SectionUnit .UnitIn {
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

	.Page_Inquiry .SectionUnit .UnitIn .Lead {
	margin-bottom: 0;
	}

	.Page_Inquiry .SectionUnit .UnitIn .Mds {
	font-weight: bold;
	margin-bottom: 10px;
	}
	
}

@media print, screen and (min-width: 1090px) {

}


/* ■ 個人情報保護方針 ==================================================================================== */

.Page_Privacy .Title.LeadUnit {
text-align: center;
border-bottom: 1px solid #ebebeb;
}

.Page_Privacy .SectionUnit .Unit .MdsH3 {
border-top: 1px solid #069da2;
color: #069da2;
font-weight: normal;
}

.Page_Privacy .SectionUnit .MdsH2 {
font-weight: normal;
}

.Page_Privacy .SectionUnit .UnitIn {
border-bottom: 1px solid #ebebeb;
}

@media only screen and (max-width: 767px) {

	.Page_Privacy .Title.LeadUnit {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 180%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}
	
	.Page_Privacy .LeadTxt {
	padding-top: 30px;
	margin-bottom: 30px;
	}

	.Page_Privacy .SectionUnit .MdsH2 {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_Privacy .SectionUnit .Unit .MdsH3 {
	padding-top: 10px;
	margin-bottom: 10px;
		font-size: 120%;
	}

	.Page_Privacy .SectionUnit .Unit {
	margin-bottom: 30px;
	}

	.Page_Privacy .SectionUnit  {
	margin-bottom: 60px;
	}

	.Page_Privacy .SectionUnitWrap {
	margin-bottom: 80px;
	}

	.Page_Privacy .SectionUnit .UnitIn {
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

	.Page_Privacy .SectionUnit .UnitIn .Lead {
	margin-bottom: 0;
	}

	.Page_Privacy .SectionUnit .UnitIn .Mds {
	font-weight: bold;
	margin-bottom: 10px;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_Privacy .Title.LeadUnit {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_Privacy .LeadTxt {
	padding-top: 30px;
	margin-bottom: 50px;
	}

	.Page_Privacy .SectionUnit .MdsH2 {
	margin-bottom: 30px;
	font-size: 140%;
	font-weight: normal;
	}

	.Page_Privacy .SectionUnit .Unit .MdsH3 {
	padding-top: 10px;
	font-size: 120%;
	}

	.Page_Privacy .SectionUnit .Unit {
	margin-bottom: 70px;
	}

	.Page_Privacy .SectionUnit  {
	margin-bottom: 60px;
	}

	.Page_Privacy .SectionUnitWrap {
	margin-bottom: 80px;
	}

	.Page_Privacy .SectionUnit .UnitIn {
	padding-bottom: 15px;
	margin-bottom: 15px;
	}

	.Page_Privacy .SectionUnit .UnitIn .Lead {
	margin-bottom: 0;
	}

	.Page_Privacy .SectionUnit .UnitIn .Mds {
	font-weight: bold;
	margin-bottom: 10px;
	}
	
}

@media print, screen and (min-width: 1090px) {

}



/* ■ NEWS ==================================================================================== */

.Page_News .Title.LeadUnit {
text-align: center;
border-bottom: 1px solid #ebebeb;
}

.Page_News .SectionUnit .Unit .MdsH3 {
border-top: 1px solid #069da2;
color: #069da2;
font-weight: normal;
}

.Page_News .SectionUnit .MdsH2 {
font-weight: normal;
}

.Page_News .SectionUnit .UnitIn {
border-bottom: 1px solid #ebebeb;
}

.Page_News .NewsUnit {
border-bottom: 1px solid #ebebeb;
}

.Page_News .SectionNews .MoreUnit .More {
float: right;
}

.Page_News .SectionNewsIn {
width: 100%;
overflow: hidden;
}

.Page_News .SectionNews .NewsUnit dd a {
text-decoration: underline;
}

@media only screen and (max-width: 767px) {

	.Page_News .Title.LeadUnit {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 180%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}
	
	.Page_News .LeadTxt {
	padding-top: 30px;
	margin-bottom: 30px;
	}

	.Page_News .SectionNews {
	border-top: 1px solid #ebebeb;
	margin-bottom: 60px;
	margin-top: -2px;
	padding: 20px 0 40px 0;
	}

	.Page_News .SectionNews .MdsBase {
	font-size: 167%;
	}

	.Page_News .NewsUnit dt {
	padding: 7px 0 0 0;
	}

	.Page_News .NewsUnit dd {
	margin: 0;
	padding: 0 0 7px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.Page_News .Title.LeadUnit {
	padding-top: 50px;
	padding-bottom: 50px;
	font-size: 240%;
	font-weight: normal;
	text-align: center;
	line-height: 1.6em;
	}

	.Page_News .LeadTxt {
	padding-top: 30px;
	margin-bottom: 50px;
	}

	.Page_News .SectionUnit .MdsH2 {
	margin-bottom: 30px;
	font-size: 140%;
	font-weight: normal;
	}

	.Page_News .SectionUnit .Unit .MdsH3 {
	padding-top: 10px;
	font-size: 120%;
	}

	.Page_News .SectionUnit .Unit {
	margin-bottom: 70px;
	}

	.Page_News .SectionUnit  {
	margin-bottom: 60px;
	}

	.Page_News .SectionUnitWrap {
	margin-bottom: 80px;
	}

	.Page_News .SectionNews {
	padding: 30px 0;
	}

	.SectionNews .Width1 {
	width: 100%;
	overflow: hidden;
	}

	.Page_News .NewsUnit {
	width: 100%;
	overflow: hidden;
	}

	.Page_News .NewsUnit:first-child dt,
	.Page_News .NewsUnit:first-child dd {
	padding-top: 0;
	}

	.Page_News .NewsUnit dt {
	float: left;
	width: 130px;
	padding: 15px 0;
	font-size: 94%;
	}

	.Page_News .NewsUnit dd {
	padding: 15px;
	font-size: 94%;
	}


}

@media print, screen and (min-width: 1090px) {

	.Page_News .SectionNews {
	padding: 50px 0;
	}

}



/* ■ ライブラリー ==================================================================================== */

/*
SmartMenus
Magnific Popup
slick
*/


/* SmartMenus --------------------------------------------------- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


/* 構成 */
#main-menu,
#main-menu02 {
clear: both;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}

/* Mega menus */
#main-menu,
#main-menu02,
#main-menu > .has-mega-menu,
#main-menu02 > .has-mega-menu {
position: static !important;
}

#main-menu .mega-menu,
#main-menu02 .mega-menu {
margin-left: 0 !important;
right: 0 !important;
width: auto !important;
max-width: none !important;
}

#main-menu02 .mega-menu {
top: 60px !important;
}

#main-menu > .has-mega-menu .scroll-up,
#main-menu > .has-mega-menu .scroll-down,
#main-menu02 > .has-mega-menu .scroll-up,
#main-menu02 > .has-mega-menu .scroll-down {
margin-left: 0 !important;
}

/* clear any floats inside the mega menus */

#main-menu .mega-menu > li,
#main-menu02 .mega-menu > li {

}

/* reset mega menu list/link styles (which are inherited from the SmartMenus core/theme styles) */

#main-menu .mega-menu ul,
#main-menu02 .mega-menu ul {
position: static;
display: block;
margin: 0 0;
padding: 0 0 0 0;
width: auto;
background: transparent;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}



/* simple columns inside the mega menus */

@media only screen and (max-width: 767px) {

	#main-menu .mega-menu .column-1-3 {
	margin-bottom: 42px;
	}

}

@media (min-width: 768px) {
  #main-menu .mega-menu .column-1-3 {
	box-sizing: border-box;
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 30px;
  }
  
  #main-menu .mega-menu .column-1-3:first-child {
  padding-left: 0 !important;
  }

  #main-menu .mega-menu .column-1-3:last-child {
  padding-right: 0 !important;
  }

    #main-menu .mega-menu .Fin {
	margin-right: 0 !important;  
    }

}

@media print, screen and (min-width: 1090px) {

	#main-menu .mega-menu .column-1-3 {
	width: 323px;
	margin-right: 40px;
	}
  
    #main-menu .mega-menu .Fin {
	margin-bottom: 45px;
	margin-right: 0 !important;
    }

}

/* Mobile menu top separator */


@media (min-width: 768px) {
  #main-menu:before {
    display: none;
  }
}

/* hide menu state checkbox (keep it visible to screen readers) */

#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}


/* hide the menu in mobile view */

#main-menu-state:not(:checked) ~ #main-menu {
  display: none;
}

#main-menu-state:checked ~ #main-menu {
  display: block;
}

@media (min-width: 768px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px;
  }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: block;
  }
}





/* Magnific Popup --------------------------------------------------- */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* slick --------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}





/* Dots */
.slick-dotted.slick-slider {

}

.slick-dots {
    position: absolute;
    bottom: 15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 60px;
    height: 60px;
    padding: 30px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}


.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}


@media only screen and (max-width: 767px) {

	.slick-next,
	.slick-prev {
	display: none !important;
	}
	.slick-dots {
    position: absolute;
    bottom: 0;
    right: 10px;
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right !important;
	}

	.slick-dots li button:before {
    font-size: 40px;
    }
    
    .slick-dots li {
    margin: 0 2px;
    height: 10px;
	}

	.slick-dots li button:before {
    font-family: 'slick';
    line-height: 14px;
    position: absolute;
    top: 2px;
    left: 0;
    width: 3px;
    height: 3px;
    content: '•';
    text-align: center;
	background: #069da2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}

	.slick-dots li.slick-active button:before {
    background: #069da2;
    width: 6px;
    height: 6px;
    top: 0;
	}
    
}


@media print, screen and (min-width: 768px) {

	.slick-prev {
    position: absolute;
    left: 15px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    z-index: 3000;
	}

	.slick-prev:before {
    content: '';
    display: block;
    position: absolute;
    right: auto;
    top: 0%;
    left: 0;
    width: 20px;
    height: 20px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}
	
	.slick-next {
    position: absolute;
    right: 25px;
    top: 50%;
    width: 20px;
       height: 20px;
    margin: 0 auto;
	}
	
	.slick-next:before {
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
	}

	.slick-dots {
	    position: absolute;
	    display: block;
	    width: 200px;
	    padding: 0;
	    margin: 0;
	    list-style: none;
	    left: 35px;
	}

	.slick-dots li button:before {
    font-size: 40px;
    }

    .slick-dots li {
    margin: 0 8px;
	}

	.slick-dots li button:before {
    font-family: 'slick';
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 4px;
    content: '•';
    text-align: center;
	background: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}

	.slick-dots li.slick-active button:before {
    background: #069da2;
    width: 8px;
    height: 8px;
    top: -2px;
	}



}


@media print, screen and (min-width: 1090px) {

	.slick-prev {
    position: absolute;
    left: 35px;
    top: 50%;
    width: 120px;
   height: 120px;
    margin: 0 auto;
    z-index: 3000;
	}
	
	.slick-next {
    position: absolute;
    right: 35px;
    top: 50%;
    width: 120px;
    height: 120px;
    margin: 0 auto;
	}

	.slick-prev:before {
    content: '';
    left: 0;
    display: block;
    position: absolute;
    right: auto;
    top: 0%;
    width: 60px;
    height: 60px;
    border-bottom: solid 2px #fff;
    border-left: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	}

	.slick-next:before {
    right: 0;
    display: block;
    position: absolute;
    left: auto;
    top: 50%;
    width: 60px;
    height: 60px;
    margin-top: -4px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
	}

}


@media all and (-ms-high-contrast: none) {

	.slick-next {
    right: 15px;
	}

	.slick-prev {
    left: 15px;
	}
	
	.slick-prev:before {
	left: 10%;
	top:10%;
	}

	.slick-next:before {
	right: 10%;
	top:10%;
	}

}


@-moz-document url-prefix(){
	.slick-dots li button:before {
    font-size: 20px;
    }
}

@media all and (-ms-high-contrast: none){
	.slick-dots li button:before {
    font-size: 40px;
    }
}

