@charset "UTF-8";

/*
汎用パーツ
HOME
人と仕事
社風を知る
プロジェクトストーリー
フォーム
ライブラリー
*/



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


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

/*
カテゴリ見出し
キービジュアル下見出し
サムネイルリスト
ラップ
キービジュアル
*/

/* カテゴリ見出し --------------------------------------------------- */

.MdsCate .Mds1,
.MdsCate .Mds2 {
line-height: 1.2em;
}

.MdsCate .Mds1 {
font-weight: 300;
color: #12a4a5;
}

.MdsCate .Mds2 {
font-weight: bold;
}

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

	.MdsCate {
	margin-top: 40px;
	padding: 15px 0;
	}

	.MdsCate .Mds1 {
	margin-bottom: 10px;
	font-size: 87%;
	}

	.MdsCate .Mds1 .WF1 {
	font-size: 140%;
	margin-right: 5px;
	}

	.MdsCate .Mds2 {
	font-size: 160%;
	}

	.MdsCate .Mds2 span {
	margin-left: 8px;
	font-size: 70%;
	}

}

@media only screen and (max-width: 372px) {
	
	.MdsCate {
	margin-top: 0;
	}

}

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

	.MdsCate .Mds2 span {
	display: block;
	}

}

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

	.MdsCate {
	padding-top: 60px;
	padding-bottom: 30px;
	}

	.MdsCate .Mds1,
	.MdsCate .Mds2 {
	vertical-align: top;
	}

	.MdsCate .Mds1 {
	font-size: 107%;
	}

	.MdsCate .Mds1 .WF1 {
	font-size: 193%;
	margin-right: 15px;
	}

	.MdsCate .Mds2 {
	padding-top: 10px;
	font-size: 240%;
	}

	.MdsCate .Mds2 span {
	margin-left: 15px;
	font-size: 70%;
	}

}

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

	.MdsCate .Mds2 {
	padding-top: 15px;
	}

}


/* キービジュアル下見出し --------------------------------------------------- */

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

	.VisualUnit {
	margin-bottom: 30px;
	background: url(../img/common/texture/Texture_WidthBg_Sp.png) repeat-y center center;
	}

	.VisualUnit .Name {
	font-size: 127%;
	font-weight: bold;
	}

	.VisualUnit .Lead1 {
	margin-bottom: 20px;
	font-size: 160%;
	line-height: 1.6em;
	}

	.VisualUnit .Lead2 {
	margin-bottom: 10px;
	font-size: 94%;
	}

	.VisualUnit .Lead3 {
	font-size: 127%;
	font-weight: bold;
	}

	.VisualUnit .Lead4 {
	font-size: 94%;
	}

}

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

	.VisualUnit {
	margin-bottom: 50px;
	background: url(../img/common/texture/Texture_WidthBg_Pc.png) repeat-y center center;
	text-align: center;
	}

	.VisualUnit .Name {
	font-size: 174%;
	font-weight: bold;
	}

	.VisualUnit .Lead1 {
	margin-bottom: 20px;
	font-size: 240%;
	line-height: 1.7em;
	font-weight: 500;
	}

	.VisualUnit .Lead2 {
	margin-bottom: 10px;
	font-size: 107%;
	}

	.VisualUnit .Lead3 {
	font-size: 187%;
	font-weight: 500;
	}

}

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

	.VisualUnit {
	margin-bottom: 80px;
	}

	.VisualUnit .LeadUnit {
	padding: 70px 0;
	}

}



/* サムネイルリスト --------------------------------------------------- */

.ThumbList li a {
width: 100%;
overflow: hidden;
display: block;
color: #000 !important;
background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
background-position: 100% 100%;
background-size: 50px 50px;
}


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

	.ThumbList .Col2 li,
	.ThumbList .Col3 li,
	.ThumbList .Col4 li {
	float: none;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 17px;
	}

	.ThumbList .Photo {
	float: left;
	width: 30%;
	}

	.ThumbList li {
	margin-bottom: 20px;
	}

	.ThumbList li a {
	background-size: 35px 35px;
	}

	.ThumbList .Lead1 {
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: bold;
	}

	.ThumbList .Col4 .Lead1 {
	font-size: 107%;
	line-height: 1.0em;
	padding-top: 7px;
	padding-left: 15px;
	}
	
	.ThumbList .TxtUnit {
	padding: 20px;
	}

}

@media only screen and (max-width: 372px) {
	
	.ThumbList .TxtUnit .Lead1 {
	font-size: 87%;
	}

}

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

	.ThumbList li a {
	color: #000;
	background-position: 100% 100%;
	background-size: 30px 30px;
	}
	
	.ThumbList .TxtUnit {
	padding: 25px 40px 25px 25px;
	}

	.ThumbList .TxtUnit .Lead1 {
	line-height: 1.4em;
	font-weight: bold;
	font-size: 134%;
	}

	.ThumbList .Col1 li {
	width: 100%;
	}

	.ThumbList .Col1 .Lead1 {
	font-weight: bold;
	font-size: 160%;
	}

}

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

}


/* INDEX --------------------------------------------------- */

.SectionIndex h2 {
color: #12a4a5;
font-weight: normal;
}

.SectionIndex .ThumbList .TxtUnit .Lead1 span {
display: block;
font-size: 80%;
}
	
@media only screen and (max-width: 767px) {
	
	.SectionIndex {
	margin: 0 0 20px 0;
	padding: 30px 0;
	background: url(../img/common/texture/Texture_WidthBg_Sp.png) repeat-y;
	background-size: contain;
	}

	.SectionIndex h2 {
	margin-bottom: 20px;
	font-size: 147%;
	}

	.SectionIndex .Width1 {
	margin: 0 15px;
	}

	.SectionIndex .ThumbList li {
	position: relative;
	}

	.SectionIndex .TxtUnit {
	float: right;
	padding: 0;
	width: 70%;
	}

	.SectionIndex .TxtUnit .Lead1 {
	padding: 0;
	font-size: 107%;
	margin-bottom: 0;
	padding: 5px 5px 5px 15px;
	line-height: 1.4em;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
	}

	.SectionIndex .TxtUnit .Lead2,
	.SectionIndex .TxtUnit .Lead3 {
	display: none;
	}
	
	.SectionIndex .TxtUnit .Lead4 {
	font-size: 66% !important;
	}

}

@media only screen and (max-width: 372px) {
	
	.SectionIndex .TxtUnit .Lead1 {
	font-size: 87%;
	}

}

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

	.SectionIndex {
	margin: 0 0 30px 0;
	padding: 50px 0;
	background: url(../img/common/texture/Texture_WidthBg_Pc.png?01);	
	}

	.SectionIndex h2 {
	margin-bottom: 30px;
	font-size: 228%;
	}
	
}



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


/* キービジュアル --------------------------------------------------- */

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

.Page_Home #KeyVisual {
overflow: hidden;
width: 100%;
text-align: center;
}

.Page_Home #KeyVisual .ToMssage {
position: absolute;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
z-index: 1500;
}

.Page_Home #KeyVisual .ToMssage a {
position: relative;
display: block;
color: #fff;
}

.Page_Home #KeyVisual .ToMssage a:after {
position: absolute;
content: "";
background: #fff;
width: 3px;
height: 100%;
top: 40px;
left: 50%;
}

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

.Page_Home .KeyVisualUnit1 img {
height: 100vh;
max-width: 100%;
max-height: 100%;
margin: 0 auto;
object-fit: cover;
}

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

.Page_Home .KeyVisualUnit2 .MessageWrap {
position: absolute;
top: 0;
left: 0;
right: 0;
margin: 0 auto;
text-align: center;
z-index: 1500;
}

.Page_Home .KeyVisualUnit2 .Message {
position: relative;
display: block;
text-indent: -9999px !important;
}

.Page_Home .KeyVisualUnit2 .Message:after {
position: absolute;
content: "";
background: #fff;
width: 3px;
height: 100%;
top: 0;
left: 50%;
}


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

.Page_Home .KeyVisualUnit2 .LeadUnitTxt p span {
display: block;
}

.Page_Home .SectionNews .NewsUnit dd a {
color: #000 !important;
text-decoration: underline !important;
}

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

	.Page_Home .KeyVisualUnit1 .Mds {
	background: url(../img/home/Title_Sp.png) no-repeat;
	width: 320px;
	height: 148px;
	background-size: 320px 148px;
	}

	.Page_Home .KeyVisualUnit2 {
	text-align: left;
	}

	.Page_Home #KeyVisual .ToMssage {
	width: 80px;
	}

	#KeyVisual .ToMssage a {
	width: 80px;
	padding-bottom: 50px;
	}

	.Page_Home .KeyVisualUnit2 .MessageWrap {
	top: 50px;
	}

	.Page_Home .KeyVisualUnit2 .Message {
	padding-bottom: 50px;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt {
	color: #fff;
	text-align: left;
	position: absolute;
	top: 110px;
	padding: 20px 15px;
	}
	
	.Page_Home .KeyVisualUnit2 .LeadUnitTxt .Txt1,
	.Page_Home .KeyVisualUnit2 .LeadUnitTxt .Txt2 {
	font-size: 120%;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt .Txt1 {
	margin-top: 20px;
	}

	.Page_Home #Message {
    padding-top: 90px;
    margin-top: -90px;
	}

	.Page_Home .KeyVisualUnit1 .Mds {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: auto;
	text-align: center;
	z-index: 100;
	}

}


@media only screen and (max-width: 372px) {
	
	.Page_Home .KeyVisualUnit1 .Mds {
	background: url(../img/home/Title_Sp.png) no-repeat;
	width: 290px;
	height: 134px;
	background-size: 290px 134px;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt {
	font-size: 80%;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt .Txt1 {
	margin-top: 20px;
	}

	.Page_Home .ThumbList .TxtUnit .Lead1 {
    font-size: 120%;
	}

}

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

	.Page_Home .KeyVisualUnit1 .Mds {
	background: url(../img/home/Title_Pc.png) no-repeat;
	width: 500px;
	height: 107px;
	background-size: 500px 107px;
	}

	.Page_Home #KeyVisual .ToMssage {
	width: 80px;
	}

	.Page_Home #KeyVisual .ToMssage a {
	width: 80px;
	padding-bottom: 50px;
	}

	.Page_Home .KeyVisualUnit2 {
	text-align: center;
	}

	.Page_Home .KeyVisualUnit2 .MessageWrap {
	top: 50px;
	}

	.Page_Home .KeyVisualUnit2 .Message {
	padding-bottom: 30px;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt {
	color: #fff;
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt p {
	font-size: 107%;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt .Txt1 {
	font-size: 174%;
	}
	
	.Page_Home .KeyVisualUnit2 .LeadUnitTxt .Txt2 {
	font-size: 107%;
	}

	.Page_Home #Message {
    padding-top: 70px;
    margin-top: -70px;
	}

	.Page_Home .KeyVisualUnit1 .Mds {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -9999px;
	margin: auto;
	text-align: center;
	z-index: 100;
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_Home .KeyVisualUnit1 .Mds {
	width: 890px;
	height: 190px;
	background-size: 890px 190px;
	}

	.Page_Home .KeyVisualUnit2 .MessageWrap {
	top: 90px;
	}

	.Page_Home .KeyVisualUnit2 .Message {
	padding-bottom: 40px;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt {
	top: 25%;
	}

	.Page_Home .KeyVisualUnit2 .LeadUnitTxt p {
	font-size: 107%;
	line-height: 2.2em;
	}

	#KeyVisual .ToMssage a {
	padding-bottom: 150px;
	}

	.Page_Home #Message {
    padding-top: 90px;
    margin-top: -90px;
	}

}


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

.Page_Home .SectionNews {
background: #f5f6f6;
}

.Page_Home .MdsBase {
color: #38a19a;
font-weight: normal;
}

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

.Page_Home .SectionNews .NewsUnit:first-child {
border-top: 1px solid #d4d4d4;
}

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

	.Page_Home .SectionNews {
	padding: 20px 0 40px ;
	}

	.Page_Home .SectionNews .MdsBase {
	margin-bottom: 15px;
	font-size: 154%;
	}

	.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: 20%;
	font-size: 268%;
	line-height: 1.0em;
	}

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

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

	.Page_Home .NewsUnit dt {
	float: left;
	width: 125px;
	padding: 10px;
	}

	.Page_Home .NewsUnit dd {
	padding: 10px;
	}

}

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

}


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

.Page_Home .SectionAbout .Mds,
.Page_Home .SectionPeople .Mds,
.Page_Home .SectionRecruit .Mds,
.Page_Home .SectionCulture .Mds,
.Page_Home .SectionProject .Mds,
.Page_Home .SectionEducation .Mds {
color: #000;
}

.Page_Home .SectionAbout .MdsBase span,
.Page_Home .SectionPeople .MdsBase span,
.Page_Home .SectionRecruit .MdsBase span,
.Page_Home .SectionCulture .MdsBase span,
.Page_Home .SectionProject .MdsBase span,
.Page_Home .SectionEducation .MdsBase span {
display: block;
}

.Page_Home .SectionProject .TxtUnit .Lead1 span,
.Page_Home .SectionEducation .TxtUnit .Lead1 span {
display: block;
font-size: 80%;
}

.Page_Home .SectionProject .CS,
.Page_Home .SectionEducation .CS {
margin-bottom: 30px;
font-weight: bold;
font-size: 160%;
}

.Page_Home .SectionAbout .AboutUnit .FloatL,
.Page_Home .SectionAbout .AboutUnit .FloatR {
margin: 0 !important;
}

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

	.Page_Home .SectionAbout,
	.Page_Home .SectionPeople,
	.Page_Home .SectionRecruit,
	.Page_Home .SectionCulture {
	padding: 30px 0;
	background-image: url(../img/home/Texture_TitleW_Sp.png), url(../img/common/texture/Texture_WidthBg_Sp.png);
	background-repeat: repeat-x, repeat-y;
	background-position: center top, center center;
	}

	.Page_Home .SectionProject,
	.Page_Home .SectionEducation {
	padding: 30px 0;
	background-image: url(../img/home/Texture_TitleW_Sp2.png?01), url(../img/common/texture/Texture_WidthBg_Sp.png);
	background-repeat: repeat-x, repeat-y;
	background-position: center top, center center;
	}

	.Page_Home .SectionAbout .MdsBase,
	.Page_Home .SectionPeople .MdsBase,
	.Page_Home .SectionRecruit .MdsBase,
	.Page_Home .SectionCulture .MdsBase,
	.Page_Home .SectionProject .MdsBase,
	.Page_Home .SectionEducation .MdsBase {
	margin-bottom: 30px;
	}

	.Page_Home .SectionAbout .MdsBase .WF1,
	.Page_Home .SectionPeople .MdsBase .WF1,
	.Page_Home .SectionRecruit .MdsBase .WF1,
	.Page_Home .SectionCulture .MdsBase .WF1,
	.Page_Home .SectionProject .MdsBase .WF1,
	.Page_Home .SectionEducation .MdsBase .WF1 {
	margin-bottom: 6px;
	font-size: 200%;
	}

	.Page_Home .SectionAbout .Mds,
	.Page_Home .SectionPeople .Mds,
	.Page_Home .SectionRecruit .Mds,
	.Page_Home .SectionCulture .Mds,
	.Page_Home .SectionProject .Mds,
	.Page_Home .SectionEducation .Mds {
	font-size: 107%;
	}

	.Page_Home .SectionAbout .Photo,
	.Page_Home .SectionPeople .Photo,
	.Page_Home .SectionCulture .Photo,
	.Page_Home .SectionProject .Photo,
	.Page_Home .SectionEducation .Photo {
	float: none;
	width: 100%;
	}

	.Page_Home .SectionRecruit .ThumbList li {
	position: relative;
	}

	.Page_Home .SectionAbout .AboutUnit .FloatL,
	.Page_Home .SectionAbout .AboutUnit .FloatR,
	.Page_Home .SectionAbout .Col li,
	.Page_Home .SectionPeople .Col li {
	float: none !important;
	}

	.Page_Home .SectionRecruit .ThumbList .TxtUnit {
	float: right;
    padding: 0;
    width: 70%;
	}

	.Page_Home .SectionRecruit .ThumbList .TxtUnit .Lead1 {
	padding: 5px 5px 5px 20px;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	}

}


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

	.Page_Home .SectionAbout,
	.Page_Home .SectionPeople,
	.Page_Home .SectionRecruit,
	.Page_Home .SectionCulture,
	.Page_Home .SectionProject,
	.Page_Home .SectionEducation {
	padding: 40px 0;
	background-image: url(../img/home/Texture_TitleW_Pc.png), url(../img/common/texture/Texture_WidthBg_Pc.png);
	background-repeat: repeat-x, repeat-y;
	background-position: center top, center center;
	}

	.Page_Home .SectionAbout .MdsBase,
	.Page_Home .SectionPeople .MdsBase,
	.Page_Home .SectionRecruit .MdsBase,
	.Page_Home .SectionCulture .MdsBase,
	.Page_Home .SectionProject .MdsBase,
	.Page_Home .SectionEducation .MdsBase {
	margin-bottom: 50px;
	}

	.Page_Home .SectionAbout .WF1,
	.Page_Home .SectionPeople .WF1,
	.Page_Home .SectionRecruit .WF1,
	.Page_Home .SectionCulture .WF1,
	.Page_Home .SectionProject .WF1,
	.Page_Home .SectionEducation .WF1 {
	margin-bottom: 20px;
	font-size: 324%;
	}

	.Page_Home .SectionAbout .Mds,
	.Page_Home .SectionPeople .Mds,
	.Page_Home .SectionRecruit .Mds,
	.Page_Home .SectionCulture .Mds,
	.Page_Home .SectionProject .Mds,
	.Page_Home .SectionEducation .Mds {
	font-size: 140%;
	}

	.Page_Home .SectionAbout .AboutUnit,
	.Page_Home .SectionPeople .AboutUnit,
	.Page_Home .SectionRecruit .AboutUnit,
	.Page_Home .SectionCulture .AboutUnit,
	.Page_Home .SectionProject .AboutUnit,
	.Page_Home .SectionEducation .AboutUnit {
	width: 100%;
	overflow: hidden;
	}

	.Page_Home .Txt1 {
	margin-top: 20px;
	}

	.Page_Home .SectionAbout .AboutUnit {
	position: relative;
	margin-bottom: 30px;
	}
	
	.Page_Home .SectionAbout .AboutUnit .Thumb {
	width: 50%;
	margin-bottom: 0 !important;	
	}

	.Page_Home .SectionAbout .AboutUnit .TxtUnit {
	float: left;
	width: 50%;
	margin: 0 !important;	
	}

	.Page_Home .SectionAbout .AboutUnit .TxtUnit {
	padding-top: 40px;
	}

	.Page_Home .SectionPeople .Col1 .Thumb,
	.Page_Home .SectionPeople .Col1 .TxtUnit {
	float: left;
	width: 50%;
	}

	.Page_Home .SectionAbout .Col1 .TxtUnit .Lead1 {
	letter-spacing: -0.5px;
	}

	.Page_Home .SectionAbout .AboutUnit .Allow {
	width: 100%;
	overflow: hidden;
	display: block;
	color: #000 !important;
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 47.5% 100%;
	background-size: 50px 50px;
	}

	.Page_Home .SectionAbout .ThumbList a,
	.Page_Home .SectionCulture .ThumbList a,
	.Page_Home .SectionEducation .ThumbList a,
	.Page_Home .SectionProject .ThumbList a,
	.Page_Home .SectionPeople .ThumbList a {
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 50px 50px;
	}

	.Page_Home .SectionPeople .ThumbList {
	margin-bottom: 20px;
	}

	.Page_Home .ThumbList .TxtUnit .Lead1 {
	margin-bottom: 8px;
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_Home .SectionAbout,
	.Page_Home .SectionPeople,
	.Page_Home .SectionRecruit,
	.Page_Home .SectionCulture,
	.Page_Home .SectionProject,
	.Page_Home .SectionEducation {
	padding: 80px 0;
	}

	.Page_Home .Txt1 {
	margin-top: 60px;
	}

	.Page_Home .SectionPeople .Col1 .TxtUnit {
	padding-top: 100px;
	}	
	
	.Page_Home .SectionAbout .AboutUnit .TxtUnit {
	padding-top: 80px;
	}

}


/* ■ ABOUT 会社を知る ==================================================================================== */

/*
大陽日酸システムソリューションとは？
The Interview ── 私が考えるTNSS論
キーワードで知る
*/

/*  大陽日酸システムソリューションとは？ --------------------------------------------------- */

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

	.Page_About .VisualUnit .LeadUnit {
	padding: 30px 0;
	text-align: center;
	background: url(../img/about/about/Bg_Title_Sp.png) no-repeat;
	background-size: 70% auto;
	background-position: 50% 20%;
	}

	.Page_About .MdsBase {
	margin-bottom: 15px;
	font-size: 120%;
	}

	.Page_About .VisualUnit .Lead1 {
	margin-top: 20px;
	font-size: 214%;
	font-weight: bold;
	line-height: 1.4em;
	}

	.Page_About .VisualUnit .Lead1 span {
	display: block;
	font-size: 40%;
	font-weight: normal;
	line-height: 1.4em;
	}

	.Page_About .VisualUnit .Lead2 {
	margin-top: 40px;
	font-size: 134%;
	color: #38a19a;
	font-weight: bold;
	line-height: 1.4em;
	text-align: left;
	}

	.Page_About .SectionUnit {
	padding-bottom: 30px;
	}

	.Page_About .Lead {
	margin-bottom: 15px;
	}

}

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

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

	.Page_About .VisualUnit .LeadUnit {
	padding: 40px 0;
	}

	.Page_About .VisualUnit .Lead1 {
	width: 410px;
	height: 110px;
	margin: 30px auto 0 auto;
	padding-top: 10px;
	font-size: 320%;
	font-weight: bold;
	line-height: 1.4em;
	background: url(../img/about/about/Bg_Title_Pc.png) no-repeat;
	background-position: 50% 25%;
	text-align: center;
	}

	.Page_About .MdsBase {
	margin-bottom: 40px;
	font-size: 174%;
	}

	.Page_About .Lead {
	margin-bottom: 30px;
	}

	.Page_About .VisualUnit .Lead1 span {
	display: block;
	font-size: 30%;
	font-weight: normal;
	line-height: 1.4em;
	}
	
	.Page_About .VisualUnit .Lead2 {
	margin-top: 50px;
	margin-bottom: 40px;
	font-size: 228%;
	color: #38a19a;
	font-weight: bold;
	line-height: 1.4em;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_About .SectionUnit {
	padding-bottom: 80px;
	}

}

/*  The Interview ── 私が考えるTNSS論 --------------------------------------------------- */

.Page_Interview .SectionUnit .Lead {
margin-bottom: 20px;	
}

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

	.Page_Interview .MdsCate .Mds2 span {
	display: block;
	}

	.Page_Interview .VisualUnit {
	padding-bottom: 10px;
	}

	.Page_Interview .VisualUnit .LeadUnit {
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 20px 25px;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/about/interview/Texture_TitleL_Sp.png), url(../img/about/interview/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0% 50%,100% 50%;
	background-size: contain, contain;
	}

	.Page_Interview .VisualUnit .Lead1 {
	font-size: 154%;
	text-align: left;
	}

	.Page_Interview .VisualUnit .Name,
	.Page_Interview .VisualUnit .Department {
	text-align: left;
	}	

	.Page_Interview .VisualUnit .Department {
	font-weight: normal;
	}

	.Page_Interview .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_Interview .SectionUnit .MdsBase {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	}

	.Page_Interview .SectionUnit .Photo {
	margin-top: 20px;
	}

	.Page_Interview .SectionUnit .Catch {
	margin-bottom: 30px;
	}

}

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

	.Page_Interview .VisualUnit {
	padding: 0 0 10px 0;
	}

	.Page_Interview .VisualUnit .LeadUnit {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/about/interview/Texture_TitleL_Pc.png), url(../img/about/interview/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%,95% 50%;
	background-size: contain, contain;
	}

	.Page_Interview .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_Interview .SectionUnit .Catch {
	margin-bottom: 30px;
	}

	.Page_Interview .SectionUnit .MdsBase {
	margin-bottom: 15px;
	font-size: 174%;
	font-weight: bold;
	}

	.Page_Interview .SectionUnit .Photo {
	margin-top: 20px;
	max-width: 1050px;
	margin: 0 auto;
	}

	.Page_Interview .SectionUnit .MdsBase {
	margin-bottom: 35px;
	font-size: 174%;
	font-weight: bold;
	}

}


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

	.Page_Interview .SectionUnit .Catch {
	margin-bottom: 70px;
	}

	.Page_Interview .SectionUnit {
	margin-bottom: 80px;
	}

	.Page_Interview .Profile {
	margin-bottom: 60px;
	}

}



/*  キーワードで知る --------------------------------------------------- */

.Page_KeyWord .WordUnit {
border-bottom: 1px solid #d4d4d4;
}

.Page_KeyWord .WordUnit .Caption {
margin-top: 10px;
font-size: 94%;
line-height: 1.6em;
}

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

	.Page_KeyWord .WordUnit .Lead1 {
	padding: 40px 0;
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/about/keyword/Texture_TitleL_Pc.png), url(../img/about/keyword/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%
	}

	.Page_KeyWord .WordUnit:nth-child(1) {
	padding-top: 0 !important;
	}

	.Page_KeyWord .WordUnit {
	padding-bottom: 30px;
	}

	.Page_KeyWord .WordUnit:last-child {
	border-bottom: none;
	}

	.Page_KeyWord .WordUnit .Photo {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
	}

	.Page_KeyWord .WordUnit .PhotoBoth {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 20px 0 0 0;
	}

	.Page_KeyWord .WordUnit .FloatL,
	.Page_KeyWord .WordUnit .FloatR {
	float: none;
	margin: 0 0 20px 0;
	}

}

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

	.Page_KeyWord .SectionUnit {
	width: 100%;
	overflow: hidden;
	}

	.Page_KeyWord .WordUnit .Lead1 {
	padding: 40px 0;
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/about/keyword/Texture_TitleL_Pc.png), url(../img/about/keyword/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 100% 50%;	
	}

	.Page_KeyWord .WordUnit {
	float: left;
	width: 50%;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 30px;
	}

	.Page_KeyWord .WordUnit:nth-child(2n) {
	padding-left: 30px;
	}

	.Page_KeyWord .WordUnit:nth-child(1),
	.Page_KeyWord .WordUnit:nth-child(2) {
	padding-top: 0 !important;
	}

	.Page_KeyWord .WordUnit:last-child,
	.Page_KeyWord .WordUnit:nth-last-child(2) {
	padding-bottom: 60px;
	border-bottom: none !important;
	}

	.Page_KeyWord .WordUnit .FloatL,
	.Page_KeyWord .WordUnit .FloatR {
	width: 48.5%;
	}

	.Page_KeyWord .WordUnit .FloatR {
	margin-left: 10px;
	}

	.Page_KeyWord .WordUnit .PhotoBoth {
	margin-top: 20px;
	}

	.Page_KeyWord .WordUnit .PhotoBoth .FloatL {
	margin-right: 3%;
	}

	.Page_KeyWord .WordUnit .PhotoBoth .FloatR {
	margin-left: 0 !important;
	}

}

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

	.Page_KeyWord .WordUnit {
	padding-top: 50px;
	padding-bottom: 50px;
	}
	
	.Page_KeyWord .WordUnit:last-child,
	.Page_KeyWord .WordUnit:nth-last-child(2) {
	padding-bottom: 80px;
	border-bottom: none !important;
	}
	
}


/* ■ 人と仕事 ==================================================================================== */

/*
キービジュアル
セクション
印象に残るエピソード
ある日の私
私の必携品・思い出の一枚
プロフィール・キャリアパス
PEOPLE INDEX
*/


/* MAP --------------------------------------------------- */

.Page_PeopleTop .MapWrap {
position: relative;
}

.Page_PeopleTop .MapWrap a {
text-indent: -9999px;
}

.Page_PeopleTop #FooterNav {
border-top: 1px solid #e4e9e6;
}

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

	.Page_PeopleTop .Width2 {
	margin-top: 10px;
	margin-bottom: 40px;
	}

	.Page_PeopleTop .Map1 a {
	display: block;
	position: absolute;
	top: 53%;
	right: 10%;
	width: 32%;
	height: 7%;
	}
	
	.Page_PeopleTop .Map2 a {
	display: block;
	position: absolute;
	top: 64%;
	right: 10%;
	width: 32%;
	height: 7%;
	}
	
	.Page_PeopleTop .Map3 a {
	display: block;
	position: absolute;
	top: 86%;
	right: 10%;
	width: 32%;
	height: 7%;
	}

	.Page_PeopleTop #FooterNav {
	margin-top: 40px;
	}

}

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

	.Page_PeopleTop .Width2 {
	margin-top: 50px;
	margin-bottom: 70px;
	}

	.Page_PeopleTop .Map1 a {
	display: block;
	position: absolute;
	top: 53%;
	right: 11%;
	width: 30%;
	height: 7%;
	}
	
	.Page_PeopleTop .Map2 a {
	display: block;
	position: absolute;
	top: 64%;
	right: 11%;
	width: 30%;
	height: 7%;
	}
	
	.Page_PeopleTop .Map3 a {
	display: block;
	position: absolute;
	top: 86%;
	right: 11%;
	width: 30%;
	height: 7%;
	}

	.Page_PeopleTop #FooterNav {
	margin-top: 50px;
	}

}

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

	.Page_PeopleTop #FooterNav {
	margin-top: 70px;
	}

}



/* キービジュアル --------------------------------------------------- */

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

	.Page_PeopleDetail .VisualUnit .LeadUnit {
	padding: 20px 65px;
	background-image: url(../img/people/common/Texture_TitleL_Sp.png), url(../img/people/common/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	background-size: auto 80%, auto 80%;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_PeopleDetail .VisualUnit .LeadUnit {
	padding: 40px 0;
	text-align: center;
	background-image: url(../img/people/common/Texture_TitleL_Pc.png), url(../img/people/common/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	}

}



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

.Page_PeopleDetail .VisualUnit .Lead1 {
font-weight: bold;
}

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

	/* 見出し */
	.Page_PeopleDetail h2.MdsBase {
	margin-bottom: 5px;
	font-size: 120%;
	color: #12a4a5;
	}

	.Page_PeopleDetail .MdsBase2Sub {
	margin-bottom: 10px;
	font-size: 154%;
	}

	.Page_PeopleDetail h2.MdsBase2 {
	margin-bottom: 30px;
	font-size: 120%;
	}

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

	.Page_PeopleDetail .SectionUnit.Width1 {
	margin: 0;
	}

	.Page_PeopleDetail .Col3 .LUnit {
	margin-bottom: 20px;
	}

	.Page_PeopleDetail .Lead {
	margin-bottom: 20px;
	}

	/* 左右ボックス */
	.Page_PeopleDetail .LBox,
	.Page_PeopleDetail .RBox {
	float: none;
	}
	
	.Page_PeopleDetail .SectionUnit {
	margin-bottom: 40px !important;
	}
	
	.Page_PeopleDetail .SectionIndex .Lead2,
	.Page_PeopleDetail .SectionIndex .Lead3 {
	display: none;
	}
}

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

	/* 見出し */
	.Page_PeopleDetail h2.MdsBase {
	font-size: 147%;
	font-weight: 500;
	color: #12a4a5;
	}

	.Page_PeopleDetail .MdsBase2Sub {
	margin-bottom: 20px;
	font-size: 200%;
	}

	.Page_PeopleDetail h2.MdsBase2 {
	margin-bottom: 30px;
	font-size: 120%;
	font-weight: 400;
	}

	.Page_PeopleDetail .Catch {
	margin-bottom: 40px;
	font-size: 174%;
	}

	.Page_PeopleDetail .Lead {
	margin-bottom: 30px;
	}

	/* 左右ボックス */
	.Page_PeopleDetail .LBox,
	.Page_PeopleDetail .RBox {
	width: 47.5%;
	}

	.Page_PeopleDetail .Col3 {
	width: 100%;
	overflow: hidden;
	}

	.Page_PeopleDetail .Col3 .LUnit {
	float: left;
	width: 31% !important;
	}

	.Page_PeopleDetail .Col3 .RUnit {
	float: right;
	width: 65.5% !important;
	}
	
	.Page_PeopleDetail .SectionUnit {
	margin-bottom: 50px;
	}

	.Page_PeopleDetail .SectionUnit .Photo {
	width: 100%;
	height: 200px;
	overflow: hidden;
	}

}

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

	.Page_PeopleDetail .SectionUnit {
	margin-bottom: 80px;
	}

	.Page_PeopleDetail .SectionUnit .Photo {
	width: 100%;
	height: 350px;
	overflow: hidden;
	}

}



/* 印象に残るエピソード --------------------------------------------------- */

.Page_PeopleDetail .SectionEpisode .Width1 {
position: relative;
}
	
@media only screen and (max-width: 767px) {

	/* 見出し */
	.Page_PeopleDetail .SectionEpisode h2.MdsBase {
	position: absolute;
	top: -20px;
	left: 30px;
	display: inline-block;
	padding: 6px 20px;
	font-size: 120%;
	color: #fff;
	background: #12a4a5;
	}
	
	.Page_PeopleDetail .EpisodeUnit {
	margin: 0 15px 30px 15px;
	padding: 4px;
	background: url(../img/common/texture/Texture_ColumBg_Sp.png) repeat-y;	
	}

	.Page_PeopleDetail .SectionEpisode .EpisodeUnit .UnitIn {
	padding: 15px;
	background: #fff;
	}

	.Page_PeopleDetail .SectionEpisode .EpisodeUnit .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 114%;
	}

	.Page_PeopleDetail .SectionEpisode .EpisodeUnit .Lead {
	margin-bottom: 0;
	}

}

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

	/* 見出し */
	.Page_PeopleDetail .SectionEpisode h2.MdsBase {
	position: absolute;
	top: -20px;
	left: 110px;
	display: inline-block;
	padding: 6px 30px;
	font-size: 147%;
	font-weight: 500;
	color: #fff;
	background: #12a4a5;
	}

	.Page_PeopleDetail .SectionEpisode .EpisodeUnit .UnitIn {
	padding: 20px;
	background: #fff;
	}

	.Page_PeopleDetail .EpisodeUnit {
	margin-bottom: 50px;
	padding: 4px !important;
	background: url(../img/common/texture/Texture_ColumBg_Pc.png) repeat-y;
	}

	.Page_PeopleDetail .SectionEpisode .EpisodeUnit .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 147%;
	}

	.Page_PeopleDetail .SectionEpisode .EpisodeUnit .Lead {
	margin-bottom: 0;
	}

}

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

	.Page_PeopleDetail .SectionEpisode h2.MdsBase {
	top: -20px;
	left: 180px;
	padding: 6px 70px;
	}

	.Page_PeopleDetail .SectionEpisode .EpisodeUnit .UnitIn {
	padding: 40px;
	}

}


/* ある日の私 --------------------------------------------------- */

.Page_PeopleDetail .SectionSchedule {
position: relative;
}

.ScheduleUnit dt {
position: relative;
border-bottom: 2px solid #12a4a5;
font-size: 134%;
color: #12a4a5;
}

.ScheduleUnit dt:after {
display: block;
position: absolute;
background-color: #12a4a5;
content: "";
width: 2px;
height: 30px;
margin-top: -1px;
}

.ScheduleUnit dd {
margin: 0;
}

@media only screen and (max-width: 767px) {
	
	.Page_PeopleDetail .SectionSchedule {
	position: relative;
	margin: 30px 25px 30px 25px;
	}

	.Page_PeopleDetail .SectionSchedule .Width2 {
	margin: 0;
	}

	.ScheduleUnit dt,
	.ScheduleUnit dd {
	padding: 15px 20px;
	}

	.ScheduleUnit dt:after {
	top: 45px;
	left: 28px;
	}

	/* 見出し */
	.Page_PeopleDetail .ScheduleUnit {
	padding: 4px;
	background: url(../img/common/texture/Texture_ColumBg_Sp.png) repeat-y;	
	}

	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .UnitIn {
	background: #fff;
	}

	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 114%;
	}

	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .Lead {
	margin-bottom: 0;
	}

	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .Thumb {
	width: 150px;
	height: auto;
	margin-top: 15px;
	}

}

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

	.Page_PeopleDetail .SectionSchedule {
	margin: 60px 20px;
	}

	.Page_PeopleDetail .SectionSchedule .MdsBase {
	margin-bottom: 20px;
	}

	.ScheduleUnit dt:after {
	top: 65px;
	left: 60px;
	}

	.ScheduleUnit dt,
	.ScheduleUnit dd {
	padding: 25px 50px;
	box-sizing: border-box;
	}
	
	.SectionSchedule {
	max-width: 1010px;
    margin: 0 auto;
	}

	/* 見出し */
	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .UnitIn {
	background: #fff;
	}

	.Page_PeopleDetail .ScheduleUnit {
	margin-bottom: 50px;
	padding: 4px !important;
	background: url(../img/people/common/Texture_Schedule_Pc.png) repeat-y;
	}

	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 147%;
	}

	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .Lead {
	margin-bottom: 0;
	}

	.Page_PeopleDetail .SectionSchedule .ScheduleUnit .Thumb {
	width: 180px;
	height: auto;
	margin-top: 15px;
	}

}

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

	.Page_PeopleDetail .SectionSchedule {
	margin: 80px auto;
	}

}


/* 私の必携品・思い出の一枚 --------------------------------------------------- */

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

	.SectionItems {
	margin: 0 15px !important;
	padding: 30px 0;
	}

	.SectionItems .MdsBase {
	margin-bottom: 20px !important;
	}

	.SectionItems .LBox {
	margin-bottom: 30px;
	}

	.SectionItems .Lead1 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 114%;
	}

}

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

	.SectionItems {
	padding: 50px 20px;
	}
	
	.SectionItems h2.MdsBase {
	margin-bottom: 20px;
	}

	.SectionItems .Lead1 {
	margin-top: 20px;
	font-weight: bold;
	font-size: 120%;
	}

}

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

	.SectionItems {
	padding: 50px 0;
	}

}



/* プロフィール・キャリアパス --------------------------------------------------- */

.SectionProfile .MdsBase2 {
color: #12a4a5;
}

.SectionProfile .DLHori dl {
border-bottom: none;
}

.SectionProfile .DLHori dt {
position: relative;
padding: 0 0 5px 30px;
font-weight: normal;
width: 90px;
}

.SectionProfile .ItemList li {
position: relative;
padding: 0 0 5px 30px;
font-weight: normal;
}

.SectionProfile .DLHori dd {
padding: 0 0 5px 0;
text-align: left;
}

.SectionProfile .DLHori dt:before {
display: block;
top: 12px;
left: 0;
position: absolute;
background-color: #12a4a5;
content: "";
width: 20px;
height: 2px;
margin-top: -1px;	
}

.SectionProfile .ItemList li:before {
display: block;
top: 14px;
left: 0;
position: absolute;
background-color: #12a4a5;
content: "";
width: 20px;
height: 2px;
margin-top: -1px;	
}

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

	.SectionProfile {
	padding: 30px 0;
	margin: 0 15px !important;
	}

	.SectionProfile .MdsBase2 {
	margin-bottom: 15px !important;
	font-size: 127%;
	}

	.Page_PeopleDetail .SectionProfile .Item .Lead1 .WF1 {
	margin-left: 20px;
	font-size: 70%;
	}

	.Page_PeopleDetail .SectionProfile .Lead1 {
	font-size: 127%;	
	}

	.Page_PeopleDetail .SectionProfile .Item .Lead2 {
	margin-bottom: 5px;
	font-size: 87%;
	}

	.Page_PeopleDetail .SectionProfile .DLHori dt {
	display: block !important;
	position: relative;
	padding: 5px 0 0 30px;
	font-weight: normal;
	width: 100% !important;
	}

	.SectionProfile .ItemList li {
	display: block !important;
	position: relative;
	padding: 0 0 0 30px;
	font-weight: normal;
	width: 100% !important;
	font-size: 87%;
	}

	.Page_PeopleDetail .SectionProfile .DLHori dd {
	display: block !important;
	width: 100% !important;
	padding-left: 30px;
	margin: 0;
	}

	.Page_PeopleDetail .SectionProfile .LBox {
	margin-bottom: 30px;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_PeopleDetail .SectionProfile {
	padding: 50px 20px;
	}
	
	.Page_PeopleDetail .SectionProfile .MdsBase2 {
	font-size: 147%;
	}
	
	.Page_PeopleDetail .SectionProfile .Item .Lead1 {
	font-size: 160%;
	}

	.Page_PeopleDetail .SectionProfile .Item .Lead1 .WF1 {
	margin-left: 20px;
	font-size: 70%;
	}
	
	.Page_PeopleDetail .SectionProfile .Item .Lead2 {
	margin-bottom: 10px;
	}

}

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

	.Page_PeopleDetail .SectionProfile {
	padding: 50px 0;
	}

}


/* INDEX --------------------------------------------------- */

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

	.Page_PeopleDetail .SectionIndex .ThumbList .TxtUnit {
	padding: 20px 20px 20px 20px;
	}
	
	.Page_PeopleDetail .SectionIndex .ThumbList .Lead1 {
	font-size: 140%;
	}

}


/* ■ 社風を知る ==================================================================================== */

/*
若手座談会
子育て座談会
社員メールアンケート
*/

/* 若手座談会 --------------------------------------------------- */

.Page_Young .SectionUnit .Catch {
margin-bottom: 30px;
}

.Page_Young .VisualUnit .LeadUnit .Lead1 {
font-weight: bold;
}

.Page_Young .SectionUnit .Lead span {
display: inline-block;
margin-right: 15px;
color: #38a19a;
}

.Page_Young .Profile .Name span {
font-size: 60%;
font-weight: normal;
display: inline-block;
margin-left: 20px;
}

.Page_Young .Profile .Photo {
margin-bottom: 10px;
}

.Page_Young .SectionUnit .Lead {
margin-bottom: 20px;	
}

.Page_Young .SectionProfile .Lead1 {
margin-bottom: 20px;	
}

.Page_Young .SectionProfile .Lead2 {
margin-bottom: 20px;	
}

.Page_Young .SectionProfile .Mds {
margin-bottom: 15px;
color: #38a19a;		
}

.Page_Young .SectionProfile .Item dt,
.Page_Young .SectionProfile .Item dd {
font-size: 87%;
}

.Page_Young .SectionUnit .Cap p {
margin-top: 8px;
font-size: 94%;
}

.Page_Young .SectionProfile .Name {
font-size: 127%;
}

.Page_Young .SectionProfile .Name span {
display: inline-block;
margin-left: 10px;
font-size: 70%;
}

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

	.Page_Young .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 20px 65px;
	background-image: url(../img/culture/parenting/Texture_TitleL_Sp.png), url(../img/culture/parenting/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	background-size: auto 80%, auto 80%;
	}

	.Page_Young .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_Young .SectionUnit .Width2 {
	margin: 0;
	}

	.Page_Young .SectionUnit .Col3 li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}

	.Page_Young .Profile .Name {
	font-size: 127%;
	}

	.Page_Young .SectionUnit .MdsBase {
    margin-bottom: 15px;
    color: #38a19a;
    font-size: 120%;
    font-weight: normal;
	}

	.Page_Young .SectionUnit .Catch2 {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_Young .SectionUnit .Photo {
	margin-top: 20px;
	}
	
	.Page_Young .SectionUnit .Cap {
	margin: 15px 0;
	width: 50%;
	}

	.Page_Young .SectionProfile {
	margin: 0 !important;
	padding: 0 0 30px 0 !important;
	}

	.Page_Young .SectionProfile .MdsBase {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_Young .SectionProfile .Photo {
	margin-bottom: 30px;
	}

	.Page_Young .SectionProfile .Col3 li {
	float: none;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #d4d4d4;
	}

	.Page_Young .SectionProfile .Col3 li:last-child {
	border-bottom: none;
	}

	.Page_Young .SectionProfile .Name {
	font-size: 127%;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_Young .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
	background-image: url(../img/culture/parenting/Texture_TitleL_Pc.png), url(../img/culture/parenting/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	}

	.Page_Young .SectionUnit {
	margin-bottom: 50px;
	}

	.Page_Young .SectionUnit .MdsBase {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}

	.Page_Young .Profile .Name {
	font-size: 160%;
	}

	.Page_Young .SectionUnit .Catch2 {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}
	
	.Page_Young .SectionUnit .Photo {
	margin-top: 50px;
	}
	
	.Page_Young .SectionUnit .Cap {
	margin: 15px 0;
	width: 240px;
	}
	
	.Page_Young .SectionProfile .Photo {
	margin-bottom: 50px;
	}
	
	.Page_Young .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 147%;
	color: #38a19a;
	}


}

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

	.Page_Young .SectionUnit .Catch {
	margin-bottom: 70px;
	}

	.Page_Young .SectionUnit {
	margin-bottom: 80px;
	}

	.Page_Young .Profile {
	margin-bottom: 60px;
	}

}




/* 子育て座談会 --------------------------------------------------- */

.Page_Parenting .SectionUnit .Catch {
margin-bottom: 30px;
}

.Page_Parenting .VisualUnit .LeadUnit .Lead1 {
font-weight: bold;
}

.Page_Parenting .SectionUnit .Lead span {
display: inline-block;
margin-right: 15px;
color: #38a19a;
}

.Page_Parenting .Profile .Name span {
font-size: 60%;
font-weight: normal;
display: inline-block;
margin-left: 20px;
}

.Page_Parenting .Profile .Photo {
margin-bottom: 10px;
}

.Page_Parenting .SectionUnit .Lead {
margin-bottom: 20px;	
}

.Page_Parenting .SectionProfile .Lead1 {
margin-bottom: 20px;	
}

.Page_Parenting .SectionProfile .Lead2 {
margin-bottom: 20px;	
}

.Page_Parenting .SectionProfile .Mds {
margin-bottom: 15px;
color: #38a19a;		
}

.Page_Parenting .SectionProfile .Item dt,
.Page_Parenting .SectionProfile .Item dd {
font-size: 87%;
}

.Page_Parenting .SectionProfile .Name {
font-size: 127%;
}

.Page_Parenting .SectionProfile .Name span {
display: inline-block;
margin-left: 10px;
font-size: 70%;
}

.Page_Parenting.Career .Lead {
position: relative;
}

.Page_Parenting.Career .Lead.IconS:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/career/IconS.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconTS:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/career/IconTS.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconTI:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/career/IconTI.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconAN:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/career/IconAN.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconMK:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/career/IconMK.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconK:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/president/IconK.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconHO:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/president/IconHO.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconNM:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/president/IconNM.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconRK:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/president/IconRK.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Lead.IconYS:before {
position: absolute;
top: 0;
left: 0;
display: inline-block;
width: 70px;
height: 80px;
background-image: url(../img/culture/president/IconYS.png);
background-repeat: no-repeat;
background-size: contain;
vertical-align: bottom;
content: '';
}

.Page_Parenting.Career .Profile .QTxt {
margin-top: 7px;
color: #12a4a5;
font-size: 90%;
}

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

	.Page_Parenting .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 20px 65px;
	background-image: url(../img/culture/parenting/Texture_TitleL_Sp.png), url(../img/culture/parenting/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	background-size: auto 80%, auto 80%;
	}

	.Page_Parenting.Career .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 40px 45px;
	background-image: url(../img/culture/career/Texture_TitleL_Sp.png), url(../img/culture/career/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 2% 50%, 98% 50%;
	background-size: auto 70%, auto 70%;
	}

	.Page_Parenting .VisualUnit .Lead1 {
	margin-bottom: 0;
	}
	
	.Page_Parenting.Career .VisualUnit .LeadP {
	font-size: 140%;
	}

	.Page_Parenting .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_Parenting .SectionUnit .Width2 {
	margin: 0;
	}

	.Page_Parenting .SectionUnit .Col3 li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}

	.Page_Parenting .Profile .Name {
	font-size: 127%;
	}

	.Page_Parenting .SectionUnit .MdsBase {
	margin-bottom: 15px;
	font-size: 174%;
	font-weight: bold;
	}

	.Page_Parenting .SectionUnit .Catch2 {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_Parenting .SectionUnit .Photo {
	margin-top: 20px;
	}
	
	.Page_Parenting .SectionUnit .Cap {
	margin: 15px 0;
	width: 50%;
	}

	.Page_Parenting .SectionProfile {
	margin: 0 !important;
	padding: 0 0 30px 0 !important;
	}

	.Page_Parenting .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 120%;
	color: #38a19a;
	}

	.Page_Parenting .SectionProfile .Photo {
	margin-bottom: 30px;
	}

	.Page_Parenting .SectionProfile .Col3 li {
	float: none;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #d4d4d4;
	}

	.Page_Parenting .SectionProfile .Col3 li:last-child {
	border-bottom: none;
	}

	.Page_Parenting.Career .Lead.IconS:before,
	.Page_Parenting.Career .Lead.IconTS:before,
	.Page_Parenting.Career .Lead.IconTI:before,
	.Page_Parenting.Career .Lead.IconAN:before,
	.Page_Parenting.Career .Lead.IconMK:before,
	.Page_Parenting.Career .Lead.IconK:before,
	.Page_Parenting.Career .Lead.IconHO:before,
	.Page_Parenting.Career .Lead.IconNM:before,
	.Page_Parenting.Career .Lead.IconRK:before,
	.Page_Parenting.Career .Lead.IconYS:before {
	position: relative;
	float: left;
	width: 75px;
	height: 78px;
	margin-top: 6px;
	background-size: 60px 60px;
	}

	.Page_Parenting.Career .Lead .Name {
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 90%;
	font-weight: normal;
	letter-spacing: 0.1em;
	}

	.Page_Parenting.Career .Lead.IconS,
	.Page_Parenting.Career .LeadK {
	font-weight: 500;
	font-size: 100%;
	line-height: 1.6em;
	}

	.Page_Parenting.Career .PhotoList {
	display: flex;
	justify-content: space-between;
	}

	.Page_Parenting.Career .PhotoList li {
	width: 48.5%;
	}

	.Page_Parenting.Career .SectionUnit .Lead {
	margin-bottom: 30px;
	}

	.Page_Parenting.Career .SectionUnit .LeadAj2 {
	margin-bottom: 60px;	
	}
	
	.Page_Parenting.Career .SectionUnit .MdsBase {
	margin-bottom: 7px;
	font-size: 120%;
	line-height: 1.6em;	
	}
	
	.Page_Parenting.Career .SectionUnit .Catch2 {
	font-size: 107%;
	line-height: 1.6em;
	font-weight: bold;
	}

	.Page_Parenting.Career .Lead.IconN .Name,
	.Page_Parenting.Career .Lead.IconNN .Name {
	position: relative;
	top: 0;
	left: 0;
	font-size: 100%;
	}

	.Page_Parenting.Career .SectionLast {
	margin-top: 50px;
	margin-bottom: 40px;
	}

	.Page_Parenting.Career .SectionLast .MdsBase {
	font-size: 100%;
	}

	.Page_Parenting.Career .SectionLast h2.MdsBase {
	top: -15px;
    left: 40px;
    padding: 4px 13px;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_Parenting .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
	background-image: url(../img/culture/parenting/Texture_TitleL_Pc.png), url(../img/culture/parenting/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	}

	.Page_Parenting.Career .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 100px 0;
	}

	.Page_Parenting .SectionUnit {
	margin-bottom: 50px;
	}

	.Page_Parenting .SectionUnit .MdsBase {
	margin-bottom: 35px;
	font-size: 174%;
	font-weight: bold;
	}

	.Page_Parenting.Career .SectionUnit .MdsBase {
	margin-bottom: 15px;	
	}

	.Page_Parenting .Profile .Name {
	font-size: 160%;
	}

	.Page_Parenting .SectionUnit .Catch2 {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}
	
	.Page_Parenting.Career .SectionUnit .Catch2 {
	font-weight: bold;	
	}
	
	.Page_Parenting .SectionUnit .Photo {
	margin-top: 50px;
	}
	
	.Page_Parenting .SectionUnit .Cap {
	margin: 15px 0;
	width: 240px;
	}
	
	.Page_Parenting .SectionProfile .Photo {
	margin-bottom: 50px;
	}
	
	.Page_Parenting .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 147%;
	color: #38a19a;
	}

	.Page_Parenting.Career .Profile {
	padding: 0;
	} 

	.Page_Parenting.Career .Profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	} 

	.Page_Parenting.Career .Profile li {
	width: 30%;
	margin-right: 5%;
	}

	.Page_Parenting.Career .Profile li:nth-child(3n) {
	margin-right: 0;
	}

	.Page_Parenting.Career .Lead.IconS:before,
	.Page_Parenting.Career .Lead.IconTS:before,
	.Page_Parenting.Career .Lead.IconTI:before,
	.Page_Parenting.Career .Lead.IconAN:before,
	.Page_Parenting.Career .Lead.IconMK:before,
	.Page_Parenting.Career .Lead.IconK:before,
	.Page_Parenting.Career .Lead.IconHO:before,
	.Page_Parenting.Career .Lead.IconNM:before,
	.Page_Parenting.Career .Lead.IconRK:before,
	.Page_Parenting.Career .Lead.IconYS:before {
	top: 0;
	}

	.Page_Parenting.Career .SectionUnit .Lead {
	margin-bottom: 40px;
	padding-left: 90px;
	}
	
	.Page_Parenting.Career .Lead .Name {
	position: absolute;
	top: 70px;
	left: 18px;
	font-size: 114%;
	letter-spacing: 0.1em;
	font-weight: normal;
	}

	.Page_Parenting.Career .Lead.IconN .Name {
	top: 0;
	}

	.Page_Parenting.Career .Lead.IconNN .Name {
	top: 0;
	left: 0;
	}
	
	.Page_Parenting.Career .Lead.IconS,
	.Page_Parenting.Career .LeadK {
	font-size: 120%;
	font-weight: 500;
	line-height: 1.6em;
	}
	
	.Page_Parenting.Career .Lead.IconS .Name,
	.Page_Parenting.Career .LeadK .Name {
	font-size: 90%;
	}

	.Page_Parenting.Career .SectionUnit .Width2 {
	padding: 0 !important;
	}
	
	.Page_Parenting.Career .PhotoList {
	display: flex;
	justify-content: space-between;
	}

	.Page_Parenting.Career .PhotoList li {
	width: 47%;
	}
	
	.Page_Parenting.Career .Profile .Photo {
	margin-top: 0;
	}

	.Page_Parenting.Career .Profile li {
	margin-bottom: 50px !important;
	}
	
	.Page_Parenting.Career .LeadAj {
	margin-bottom: 60px !important;
	}

	.Page_Parenting.Career .LeadAj2 {
	margin-bottom: 90px !important;
	}
	
	.Page_Parenting.Career .SectionLast .LastUnit {
	margin-bottom: 100px;
	}

	.Page_Parenting .ThumbList .TxtUnit {
	padding: 25px 20px 25px 25px;
	}

	.Page_Questionnaire .ThumbList .TxtUnit {
	padding: 25px 20px 25px 25px;
	}

}

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

	.Page_Parenting .SectionUnit .Catch {
	margin-bottom: 70px;
	}

	.Page_Parenting .SectionUnit {
	margin-bottom: 80px;
	}

	.Page_Parenting .Profile {
	margin-bottom: 60px;
	}

}


/*  最後に --------------------------------------------------- */

.Page_Parenting .SectionLast {
position: relative;
}

@media only screen and (max-width: 767px) {
	
	.Page_Parenting .SectionLast {
	position: relative;
	}

	/* 見出し */
	.Page_Parenting .SectionLast h2.MdsBase {
	position: absolute;
	top: -20px;
	left: 30px;
	display: inline-block;
	padding: 6px 20px;
	font-size: 120%;
	color: #fff;
	background: #12a4a5;
	}
	
	.Page_Parenting .LastUnit {
	margin: 0 15px 30px 15px;
	padding: 4px;
	background: url(../img/common/texture/Texture_ColumBg_Sp.png) repeat-y;	
	}

	.Page_Parenting .SectionLast .LastUnit .UnitIn {
	padding: 25px;
	background: #fff;
	}

	.Page_Parenting .SectionLast .LastUnit .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 114%;
	}

	.Page_Parenting .SectionLast .LastUnit .Lead {
	margin-bottom: 0;
	}

}

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

	/* 見出し */
	.Page_Parenting .SectionLast h2.MdsBase {
	position: absolute;
	top: -20px;
	left: 190px;
	display: inline-block;
	padding: 6px 40px;
	font-size: 147%;
	font-weight: 500;
	color: #fff;
	background: #12a4a5;
	}

	.Page_Parenting .SectionLast .LastUnit .UnitIn {
	padding: 60px 40px 40px 40px;
	background: #fff;
	}

	.Page_Parenting .LastUnit {
	margin-bottom: 50px;
	padding: 4px !important;
	background: url(../img/common/texture/Texture_ColumBg_Pc.png) repeat-y;
	}

	.Page_Parenting .SectionLast .LastUnit .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 147%;
	}

	.Page_Parenting .SectionLast .LastUnit .Lead {
	margin-bottom: 0;
	}

}




/* 社員メールアンケート --------------------------------------------------- */

.Page_Questionnaire .SectionUnit li div {
background: #fff;
}

.Page_Questionnaire .SectionUnit li .Name {
padding-left: 30px;
color: #38a19a;
background: url(../img/culture/questionnaire/Icon_Letter.png) no-repeat;
background-size: 16px 12px;
background-position: 5px 50%;
}

.Page_Questionnaire .SectionUnit li .Txt span {
display: block;
font-weight: bold;
}

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

	.Page_Questionnaire .Catch {
	margin: 10px 0 20px 0;
	}

	.Page_Questionnaire .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_Questionnaire .SectionUnit .MdsBase {
	margin-bottom: 7px;
	font-size: 120%;
	}

	.Page_Questionnaire .SectionUnit li {
	float: none;
	width: 100%;
	margin-bottom: 15px;
	padding: 4px;
	background: url(../img/culture/questionnaire/Texture_Unit_Sp.png) repeat-y;
	}

	.Page_Questionnaire .SectionUnit li div {
	padding: 10px;
	box-sizing: border-box;
	}

}

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

	.Page_Questionnaire .Catch {
	margin: 20px auto;
	}

	.Page_Questionnaire .SectionUnit .MdsBase {
	margin-bottom: 30px;
	font-size: 200%;
	text-align: center;
	}

	.Page_Questionnaire .SectionUnit {
	margin-bottom: 40px;
	}

	.Page_Questionnaire .SectionUnit li {
	padding: 4px;
	box-sizing: border-box;
	background: url(../img/culture/questionnaire/Texture_Unit_Pc.png) repeat-y;
	}

	.Page_Questionnaire .SectionUnit li div {
	padding: 20px;
	box-sizing: border-box;
	}

	.Page_Questionnaire .SectionUnit .Photo {
	margin-top: 30px;
	}

}

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

	.Page_Questionnaire .Catch {
	margin: 50px auto 70px auto;
	}

	.Page_Questionnaire .SectionUnit {
	margin-bottom: 70px;
	}

	.Page_Questionnaire .SectionUnit li .Txt {
	font-size: 107%;
	}

	.Page_Questionnaire .SectionUnit li {
	width: 330px;
	}

	.Page_Questionnaire .SectionUnit .Photo {
	margin-top: 50px;
	}

}


/* ■ 社風を知る ==================================================================================== */

/* 求める人物像 --------------------------------------------------- */

.Page_State .SectionUnit .Catch {
margin-bottom: 30px;
}

.Page_State .VisualUnit .LeadUnit .Lead1 {
font-weight: bold;
}

.Page_State .SectionUnit .Lead span {
display: inline-block;
margin-right: 15px;
color: #38a19a;
}

.Page_State .Profile .Name span {
font-size: 60%;
font-weight: normal;
display: inline-block;
margin-left: 20px;
}

.Page_State .Profile .Photo {
margin-bottom: 10px;
}

.Page_State .SectionUnit .Lead {
margin-bottom: 20px;	
}

.Page_State .SectionProfile .Lead1 {
margin-bottom: 20px;
}

.Page_State .SectionProfile .Lead2 {
margin-bottom: 20px;	
}

.Page_State .SectionProfile .Mds {
margin-bottom: 15px;
color: #38a19a;		
}

.Page_State .SectionProfile .Item dt,
.Page_State .SectionProfile .Item dd {
font-size: 87%;
}

.Page_State .SectionUnit .Cap p {
margin-top: 8px;
font-size: 94%;
}

.Page_State .SectionProfile .Name span {
margin-left: 10px;
}

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

	.Page_State .VisualUnit .LeadUnit {
	padding: 20px 65px;
	background-image: url(../img/information/statue/Texture_TitleL_Sp.png), url(../img/information/statue/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	background-size: auto 80%, auto 80%;
	}

	.Page_State .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_State .SectionUnit .Width2 {
	margin: 0;
	}

	.Page_State .SectionUnit .Col3 li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}

	.Page_State .Profile .Name {
	font-size: 127%;
	}

	.Page_State .SectionUnit .MdsBase {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_State .SectionUnit .Catch2 {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_State .SectionUnit .Photo {
	margin-top: 20px;
	}
	
	.Page_State .SectionUnit .Cap {
	margin: 15px 0;
	width: 50%;
	}

	.Page_State .SectionProfile {
	margin: 0 !important;
	padding: 0 0 30px 0 !important;
	}

	.Page_State .SectionProfile .MdsBase {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_State .SectionProfile .Photo {
	margin-bottom: 30px;
	}

	.Page_State .SectionProfile .Col3 li {
	float: none;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #d4d4d4;
	}

	.Page_State .SectionProfile .Col3 li:last-child {
	border-bottom: none;
	}

	.Page_State .SectionProfile .Name {
	font-size: 127%;
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_State .VisualUnit .LeadUnit {
	font-weight: bold;
	margin-top: 30px;
	padding: 40px 0;
	text-align: center;
	background-image: url(../img/information/statue/Texture_TitleL_Pc.png), url(../img/information/statue/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	background-size: contain;
	}
	
	.Page_State .VisualUnit {
	padding-bottom: 30px;
	}

	.Page_State .SectionUnit {
	margin-bottom: 50px;
	}

	.Page_State .SectionUnit .MdsBase {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}

	.Page_State .Profile .Name {
	font-size: 160%;
	}

	.Page_State .SectionUnit .Catch2 {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}
	
	.Page_State .SectionUnit .Photo {
	margin-top: 50px;
	}
	
	.Page_State .SectionUnit .Cap {
	margin: 15px 0;
	width: 240px;
	}
	
	.Page_State .SectionProfile {
	padding-bottom: 50px;
	}

	.Page_State .SectionProfile .Photo {
	margin-bottom: 50px;
	}
	
	.Page_State .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 147%;
	color: #38a19a;
	}

	.Page_State .SectionProfile .Unit {
	float: left;
	width: 40%;
	}

	.Page_State .SectionProfile .Lead2 {
	float: right;
	width: 60%;
	}

}

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

	.Page_State .SectionUnit .Catch {
	margin-bottom: 70px;
	}

	.Page_State .SectionUnit {
	margin-bottom: 80px;
	}

	.Page_State .Profile {
	margin-bottom: 60px;
	}

}


/* よくあるご質問 --------------------------------------------------- */

.Page_Faq .FAQ dl {
padding: 0;
padding: 18px 0 10px 0;
border-bottom: 1px solid #d9dde0;
}

.Page_Faq .FAQ dt a {
display: block;
position: relative;
padding: 5px 0 5px 20px;
color: #000;
text-decoration: none;
}

.Page_Faq .FAQ dt a:before {
position: absolute;
left: 0;
top: 5px;
content: "Q.";
}

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

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

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

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

.Page_Faq .FAQ dt a.Current span:after {
display: none;
}

.Page_Faq .FAQ dd {
display: none;
}

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

	.Page_Faq .MdsBase {
    margin-bottom: 15px;
    color: #38a19a;
    font-size: 120%;
    font-weight: normal;
	}

}

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

	.Page_Faq .MdsBase {
    margin-bottom: 25px;
    font-size: 147%;
    font-weight: 500;
    color: #12a4a5;
	}

	.Page_Faq .FAQ dt {
	font-size: 118%;
	}

}

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

	.Page_Faq .FAQ dt a {
	-webkit-transition: 0.2s ease 0.01s;
	transition: 0.2s ease 0.01s;
	}

	.Page_Faq .FAQ dt a:hover {
	color: #38a19a;
	}

	.Page_Faq .FAQ dt a span:hover:before,
	.Page_Faq .FAQ dt a span:hover:after {
	background-color: #38a19a;
	}

}



/* 会社概要 --------------------------------------------------- */

.Page_Company .ToLink {
color: #000 !important;
text-decoration: underline !important;
}

.Page_Company .DLHori {
border-top: 1px solid #e7e7e7;
}

.Page_Company .SectionCompany .Map {
position: relative;
width: 100%;
overflow: hidden;
}

.Page_Company .QrCode {
display: none;
}

.Page_Company .SectionAccess .Map {
position: relative;
}

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

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

	.Page_Company .MdsCate {
	margin-bottom: 30px;
	}

	.Page_Company .MdsBase {
    margin-bottom: 15px;
    color: #38a19a;
    font-size: 120%;
    font-weight: normal;
	}

	.Page_Company .DLHori dt,
	.Page_Company .DLHori dd {
	display: block;
	width: 100%;
	margin: 0;
	}

	.Page_Company .DLHori dt {
	padding: 10px 0 0 0;
	}

	.Page_Company .SectionCompany,
	.Page_Company .SectionHistory,
	.Page_Company .SectionEarnings {
	margin-bottom: 40px;
	}

	.Page_Company .SectionAccess .Map {
	margin-top: 15px;
	padding-top: 90% !important;
	}

	.Page_Company .SectionAccess {
	margin-bottom: 40px;
	}

}

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

	.Page_Company .MdsCate {
	margin-bottom: 60px;
	}

	.Page_Company .MdsBase {
    margin-bottom: 25px;
    font-size: 147%;
    font-weight: 500;
    color: #12a4a5;
	}

	.Page_Company .QrCode {
	margin-top: 20px;
	width: 130px;
	border: 1px solid #d4d4d4;
	}

	.Page_Company .SectionCompany,
	.Page_Company .SectionHistory,
	.Page_Company .SectionEarnings,
	.Page_Company .SectionAccess {
	margin-bottom: 60px;
	}

	.Page_Company .SectionCompany dt,
	.Page_Company .SectionHistory dt,
	.Page_Company .SectionEarnings dt {
	width: 180px;
	}

	.Page_Company .SectionAccess .Map {
	margin-top: 15px;
	height: 0;
    padding-bottom: 52.25%;
	}

}


@media print, screen and (min-width: 1090px) {
	
	.Page_Company .SectionCompany,
	.Page_Company .SectionHistory,
	.Page_Company .SectionEarnings,
	.Page_Company .SectionAccess {
	margin-bottom: 80px;
	}

}


/* 募集要項 --------------------------------------------------- */

.Page_Application .SectionFlow .EachUnit {
position: relative;
text-align: center;
background: #eaf7f6;
}

.Page_Application .SectionContent dt {
font-weight: bold;
}

.Page_Application .SectionFlow .EachUnit:after {
position: absolute;
left: 50%;
width: 0;
height: 0;
border-style: solid;
border-color: #d9dde0 transparent transparent transparent;
content: "";
}

.Page_Application .SectionFlow .JobOffer:after {
display: none;
}

.Page_Application .Comment {
margin-bottom: 20px;
}

.Page_Application .SectionFlow .JobOffer .Mds {
color: #fff;
}

.Page_Application .SectionFlow .JobOffer {
background: #38a19a;
border: 2px solid #38a19a !important;
}

.Page_Application .SectionFlow .Session li {
text-align: left;
}


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

	.Page_Application .MdsCate {
	margin-bottom: 30px;
	}

	.Page_Application .MdsBase {
    margin-bottom: 15px;
    color: #38a19a;
    font-size: 120%;
    font-weight: normal;
	}

	.Page_Application .Mynavi {
	width: 60%;
	margin-bottom: 30px;
	text-align: center;
	}

	.Page_Application .SectionFlow .EachUnit {
    margin-bottom: 40px;
    padding: 10px 15px 5px 15px;
    border: 2px solid #a6deda;
	}

	.Page_Application .SectionJob,
	.Page_Application .SectionContent,
	.Page_Application .SectionFlow {
	margin-bottom: 40px;
	}

	.Page_Application .SectionFlow .EachUnit:after {
    bottom: -30px;
    width: 0;
    height: 0;
    margin-left: -30px;
    border-width: 15px 30px 0 30px;
    }

	.Page_Application .DLHori dt,
	.Page_Application .DLHori dd {
	display: block;
	width: 100%;
	margin: 0;
	}

	.Page_Application .DLHori dt {
	padding: 10px 0 0 0;
	}
	
	.Page_Application .SectionFlow .Mds {
    margin-bottom: 5px;
    font-size: 114%;
    line-height: 1.6em;
    font-weight: bold;
    }

	.Page_Application .SectionFlow .Session {
	width: 200px;
	margin: 0 auto;
	}


}

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

	.Page_Application .MdsCate {
	margin-bottom: 60px;
	}

	.Page_Application .MdsBase {
    margin-bottom: 25px;
    font-size: 147%;
    font-weight: 500;
    color: #12a4a5;
	}

	.Page_Application .Mynavi {
	margin-bottom: 50px;	
	}

	.Page_Application .Mynavi a {
	display: block;
	width: 195px;
	text-align: left !important;
	}

	.Page_Application .SectionJob,
	.Page_Application .SectionContent,
	.Page_Application .SectionFlow {
	margin-bottom: 60px;
	}

	.Page_Application .SectionFlow .EachUnit {
    margin-bottom: 60px;
    padding: 20px 20px 15px 20px;
    border: 3px solid #a6deda;
    }

	.Page_Application .SectionFlow .EachUnit:after {
	bottom: -50px;
    width: 0;
    height: 0;
    margin-left: -60px;
    border-width: 30px 60px 0 60px;
	}

	.Page_Application .SectionFlow .Mds {
    margin-bottom: 5px;
    font-size: 147%;
    line-height: 1.0em;
    font-weight: bold;
	}

	.Page_Application .SectionContent dt {
	width: 220px;
	}

	.Page_Application .SectionFlow .Session {
	width: 220px;
	margin: 15px auto 0 auto;
	}

}

@media print, screen and (min-width: 1090px) {
	
	.Page_Application .SectionJob,
	.Page_Application .SectionContent,
	.Page_Application .SectionFlow {
	margin-bottom: 80px;
	}

}


/* ■ プロジェクトストーリー ==================================================================================== */


/* EDI化拡大プロジェクトストーリー --------------------------------------------------- */

.Page_Project .VisualUnit .LeadUnit .Lead1 {
font-weight: bold;
}

.Page_Project .SectionUnit .Lead span {
display: inline-block;
margin-right: 15px;
color: #38a19a;
}

.Page_Project .Profile .Lead1 {
font-weight: 700;
font-size: 94%;
}

.Page_Project .Profile .Lead2 {
font-size: 94%;
}

.Page_Project .Profile .Name span {
font-size: 60%;
font-weight: 700;
display: inline-block;
margin-left: 20px;
}

.Page_Project .SectionUnit .Lead {
margin-bottom: 20px;	
}

.Page_Project .SectionProfile .Lead1 {
margin-bottom: 20px;	
}

.Page_Project .SectionProfile .Mds {
color: #38a19a;		
}

.Page_Project .SectionProfile .Name {
font-size: 127%;
font-weight: 500;
}

.Page_Project .SectionProfile .Name span {
display: inline-block;
margin-left: 10px;
font-size: 70%;
}

.Page_Project .SectionUnit .Catch .Lead {
margin-bottom: 10px;
}


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

	.Page_Project .SectionUnit .Catch {
	margin-bottom: 30px;
	}

	.Page_Project .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 20px 45px;
	background-image: url(../img/culture/parenting/Texture_TitleL_Sp.png), url(../img/culture/parenting/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	background-size: auto 80%, auto 80%;
	}

	.Page_Project .SectionUnit {
	margin-bottom: 40px;
	}

	.Page_Project .Profile .Photo {
	margin-bottom: 10px;
	}

	.Page_Project .SectionUnit .Width2 {
	margin: 0;
	}

	.Page_Project .LeadUnitTxt {
	margin-right: 15px;
	margin-left: 15px;
	}

	.Page_Project .SectionUnit .Col2 li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}

	.Page_Project .Profile .Name {
	font-size: 127%;
	}

	.Page_Project .SectionUnit .MdsBase {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_Project .SectionUnit .Catch2 {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	}

	.Page_Project .SectionUnit .Photo {
	margin-top: 20px;
	}
	
	.Page_Project .SectionUnit .Cap {
	margin: 15px 0;
	width: 50%;
	}

	.Page_Project .SectionProfile {
	margin: 0 !important;
	padding: 0 0 30px 0 !important;
	}

	.Page_Project .SectionProfile dt,
	.Page_Project .SectionProfile dd {
	padding-bottom: 0;
	}

	.Page_Project .SectionProfile .MdsBase {
	font-size: 120%;
	color: #38a19a;
	}

	.Page_Project .SectionProfile .Photo {
	margin-bottom: 30px;
	}

	.Page_Project .SectionProfile .Col2 li {
	float: none;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #d4d4d4;
	}

	.Page_Project .SectionProfile .Lead1 {
	font-size: 87%;	
	}

	.Page_Project .SectionProfile .Lead2 {
	margin-bottom: 20px;	
	}

	.Page_Project .SectionProfile .Col2 li:last-child {
	border-bottom: none;
	}

	.Page_Project .SectionIndex .ThumbList .Col3 li span {
	display: none;
	}

	.Page_Project .SectionProfile .Mds {
	margin-bottom: 15px;	
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_Project .VisualUnit .LeadUnit {
	max-width: 1090px;
    margin: 0 auto;
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
	background-image: url(../img/culture/parenting/Texture_TitleL_Pc.png), url(../img/culture/parenting/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	}

	.Page_Project .SectionUnit {
	margin-bottom: 50px;
	}

	.Page_Project .Profile .Photo {
	margin-bottom: 16px;
	}

	.Page_Project .SectionUnit .Col2 li {
	width: 47% !important;
	margin-right: 6%;
	}

	.Page_Project .SectionUnit .Col2 li:last-child {
	margin-right: 0;
	}

	.Page_Project .SectionUnit .Catch2 {
	margin-bottom: 35px;
	font-size: 174%;
	font-weight: bold;
	}

	.Page_Project .Profile .Name {
	font-size: 160%;
	}

	.Page_Project .SectionUnit .MdsBase {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}
	
	.Page_Project .SectionUnit .Photo {
	margin-top: 50px;
	}
	
	.Page_Project .SectionUnit .Cap {
	margin: 15px 0;
	width: 240px;
	}
	
	.Page_Project .SectionProfile .Photo {
	margin-bottom: 50px;
	}
	
	.Page_Project .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 147%;
	color: #38a19a;
	}

	.Page_Project .SectionProfile .Name {
	font-size: 160%;
	}

	.Page_Project .SectionIndex .ThumbList {
	width: 100%;
	overflow: hidden;
	}

	.Page_Project .SectionProfile .Col2 li {
	width: 47% !important;
	margin-right: 6%;
	}

	.Page_Project .SectionProfile .Col2 li:last-child {
	margin-right: 0;
	}

	.Page_Project .SectionIndex .ThumbList .Col3 {
    float: left;
    position: relative;
    left: 50%;
	}

	.Page_Project .SectionIndex .ThumbList .Col3 li {
    position: relative;
    left: -33%;
	}

	.Page_Project .SectionProfile .Lead2 {
	margin-bottom: 40px;	
	}

	.Page_Project .SectionProfile .Mds {
	margin-bottom: 15px;	
	}

	.Page_Project .SectionProfile .Item dt,
	.Page_Project .SectionProfile .Item dd {
	font-size: 87%;
	}

}

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

	.Page_Project .VisualUnit .LeadUnit {
	padding: 70px 0 !important;
	}

	.Page_Project .SectionProfile {
	margin-top: 120px !important;
	padding-bottom: 60px;
	}

	.Page_Project .SectionUnit .Catch {
	margin-bottom: 50px !important;
	}

	.Page_Project .SectionUnit {
	margin-bottom: 80px;
	}

	.Page_Project .Profile {
	margin-bottom: 60px;
	}

	.Page_Project .SectionUnit .Photo {
	margin-top: 80px;
	}

	.Page_Project .SectionProfile .Mds {
	margin-bottom: 20px;	
	}

}


/* 私が歩んだキャリア  ── プロジェクトマネージャーへの道 --------------------------------------------------- */

.Page_Manager .VisualUnit .LeadUnit .Lead1 {
font-weight: bold;
}

.Page_Manager .SectionUnit .Lead span {
display: inline-block;
margin-right: 15px;
color: #38a19a;
}

.Page_Manager .Profile .Name span {
font-size: 60%;
font-weight: normal;
display: inline-block;
margin-left: 20px;
}

.Page_Manager .Profile .Photo {
margin-bottom: 10px;
}

.Page_Manager .SectionUnit .Lead {
margin-bottom: 20px;	
}

.Page_Manager .SectionProfile .Lead2 {
margin-bottom: 20px;	
}

.Page_Manager .SectionProfile .Mds {
margin-bottom: 15px;
color: #38a19a;		
}

.Page_Manager .SectionProfile .Name {
font-size: 127%;
font-weight: 500;
}

.Page_Manager .SectionProfile .Name span {
display: inline-block;
margin-left: 10px;
font-size: 70%;
}

.Page_Manager .SectionUnit .Catch .Lead {
margin-bottom: 10px;
}

.Page_Manager .LeadUnit .Department {
font-weight: normal;
}

.Page_Manager .SectionUnit .managerPhoto_2 img{
width: 50%;
}

.Page_Manager .SectionUnit .managerStory03{
text-align: center;
}

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

	.Page_Manager .SectionUnit .Catch {
	margin-bottom: 30px;
	}

	.Page_Manager .VisualUnit .LeadUnit {
	margin: 0 !important;
	padding: 20px 45px;
	background-image: url(../img/information/statue/Texture_TitleL_Sp.png), url(../img/information/statue/Texture_TitleR_Sp.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	background-size: auto 80%, auto 80%;
	}

	.Page_Manager .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_Manager .SectionUnit .Width2 {
	margin: 0;
	}

	.Page_Manager .LeadUnitTxt {
	margin-right: 15px;
	margin-left: 15px;
	}

	.Page_Manager .SectionUnit .Col2 li {
	float: none;
	width: 100%;
	margin-bottom: 20px;
	}

	.Page_Manager .SectionProfile .Lead1 {
	font-size: 87%;	
	}

	.Page_Manager .Profile .Name {
	font-size: 127%;
	}

	.Page_Manager .SectionUnit .Catch2 {
	margin-bottom: 15px;
	font-size: 120%;
	font-weight: bold;
	}

	.Page_Manager .SectionUnit .Photo {
	margin-top: 20px;
	}
	
	.Page_Manager .SectionUnit .Cap {
	margin: 15px 0;
	width: 50%;
	}

	.Page_Manager .SectionProfile {
	margin: 0 !important;
	padding: 0 0 30px 0 !important;
	}

	.Page_Manager .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 120%;
	color: #38a19a;
	}

	.Page_Manager .SectionProfile .Photo {
	margin-bottom: 30px;
	}

	.Page_Manager .SectionProfile .Col2 li {
	float: none;
	width: 100%;
	padding-top: 15px;
	border-bottom: 1px solid #d4d4d4;
	}

	.Page_Manager .SectionProfile .Col2 li:last-child {
	border-bottom: none;
	}

	.Page_Manager .SectionIndex .ThumbList .Col3 li span {
	display: none;
	}

	.Page_Manager .SectionProfile .Item li {
	font-size: 100%;
	}

	.Page_Manager .SectionProfile .Lead1 {
	margin-bottom: 20px;	
	}

}

@media print, screen and (min-width: 768px) {
	
	.Page_Manager .VisualUnit .LeadUnit {
	font-weight: bold;
	padding: 40px 0;
	text-align: center;
	background-image: url(../img/information/statue/Texture_TitleL_Pc.png), url(../img/information/statue/Texture_TitleR_Pc.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 5% 50%, 95% 50%;
	}

	.Page_Manager .SectionUnit {
	margin-bottom: 50px;
	}

	.Page_Manager .SectionUnit .Col2 li {
	width: 47% !important;
	margin-right: 6%;
	}

	.Page_Manager .SectionUnit .Col2 li:last-child {
	margin-right: 0;
	}

	.Page_Manager .Profile .Lead1 {
	font-size: 94%;
	}

	.Page_Manager .SectionUnit .Catch2 {
	margin-bottom: 35px;
	font-size: 174%;
	font-weight: bold;
	}

	.Page_Manager .Profile .Name {
	font-size: 160%;
	}

	.Page_Manager .SectionProfile .Item dt,
	.Page_Manager .SectionProfile .Item dd,
	.Page_Manager .SectionProfile .Item li {
	font-size: 87%;
	}

	.Page_Manager .SectionProfile .Item li {
	padding-bottom: 0;
	}

	.Page_Manager .SectionUnit .MdsBase {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}
	
	.Page_Manager .SectionUnit .Photo {
	margin-top: 50px;
	}
	
	.Page_Manager .SectionUnit .Cap {
	margin: 15px 0;
	width: 240px;
	}

	.Page_Manager .SectionProfile {
	padding-bottom: 30px;
	}

	.Page_Manager .SectionProfile .Photo {
	margin-bottom: 50px;
	}

	.Page_Manager .SectionProfile .Name {
	font-size: 160%;
	}

	.Page_Manager .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 147%;
	color: #38a19a;
	}

	.Page_Manager .SectionProfile .Col2 li {
	width: 47% !important;
	margin-right: 6%;
	}

	.Page_Manager .SectionProfile .Col2 li:last-child {
	margin-right: 0;
	}

	.Page_Manager .SectionProfile .LRBox .LBox,
	.Page_Manager .SectionProfile .LRBox .RBox {
	width: 47% !important;
	}

	.Page_Manager .SectionProfile .LRBox .LBox {
	margin-right: 6%;
	}

	.Page_Manager .SectionIndex .ThumbList .Col3 {
    float: left;
    position: relative;
    left: 50%;
	}

	.Page_Manager .SectionIndex .ThumbList .Col3 li {
    position: relative;
    left: -33%;
	}

	.Page_Manager .SectionProfile .Lead1 {
	margin-bottom: 40px;	
	}

	.Page_Manager .SectionIndex .ThumbList {
    width: 100%;
    overflow: hidden;
	}

}

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

	.Page_Manager .SectionUnit .Catch {
	margin-bottom: 50px !important;
	}

	.Page_Manager .SectionUnit .Photo {
	margin-top: 70px;
	}

	.Page_Manager .SectionUnit {
	margin-bottom: 80px;
	}

	.Page_Manager .Profile {
	margin-bottom: 60px;
	}

	.Page_Manager .SectionProfile {
	padding-bottom: 50px;
	}

}



/* ■ 育成と福利厚生 ==================================================================================== */

/* 教育研修制度 --------------------------------------------------- */

.Page_Education .Wrap {
position: relative;
}

.Page_Education .SectionTraining h2.MdsBase {
color: #12a4a5;
}

.Page_Education .SectionTraining .ListDisc {
font-weight: bold;
}

.Page_Education .SectionTraining .ListDisc li:before {
top: 7px;
width: 12px;
height: 12px
}

.Page_Education .SectionTraining .Wrap {
position: relative;
}

.Page_Education .SectionTraining .Wrap .Lead {
margin-bottom: 8px;
}

.Page_Education .SectionTraining .Wrap:last-child:after {
display: none;
}

.Page_Education .LeadTxt .ListKomeS {
margin-top: 15px;
}


.Page_Education .SectionTraining.Qualification .Lead {
margin-top: 20px;
}

.Page_Education .SectionTraining.Qualification .Mds2 {
font-size: 120%;
color: #12a4a5;
}

.Page_Education .SectionTraining.Qualification .ListDisc li {
font-weight: normal;
}

.Page_Education .SectionTraining .DataLead {
margin-top: 25px;
}


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

	.Page_Education .MdsCate {
	margin-bottom: 15px;
	}

	.Page_Education .SectionTraining h2.MdsBase {
	font-size: 120%;
	margin-bottom: 30px;
	font-weight: normal;
	}

	.Page_Education .LeadTxt {
	margin-bottom: 30px;
	}

	.Page_Education .SectionTraining {
	margin-bottom: 50px;
	}

	/* 見出し */
	.Page_Education .Wrap h3.MdsBase {
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 220px;
	display: inline-block;
	padding: 6px 20px;
	color: #fff;
	background: #12a4a5;
	text-align: center;
	}
	
	.Page_Education .Wrap {
	margin: 0 0 60px 0;
	padding: 4px;
	background: url(../img/common/texture/Texture_ColumBg_Sp.png) repeat-y;	
	}

	.Page_Education .SectionTraining .Wrap:after {
	position: absolute;
	bottom: -35px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	background: url(../img/environment/common/Allow_Sp.png) no-repeat center bottom;
	background-size: 28px 35px;
	width: 28px;
	height: 35px;
	}

	.Page_Education .SectionTraining .Wrap .Unit {
	padding: 35px 15px 15px 15px;
	background: #fff;
	}

	.Page_Education .SectionTraining .Wrap .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 114%;
	}
	
	.Page_Education .SectionTraining .Wrap .FloatR {
	float: none;
	margin: 0;
	}

	.Page_Education .SectionTraining .Wrap .Photo {
	margin-top: 20px;
	}

	.Page_Education .SectionTraining .ToVoice {
	margin-top: 50px;
	}

	.Page_Education .SectionTraining .ToVoice a {
	display: inline-block;
	width: 100%;
	padding: 25px 0;
	color: #12a4a5;
	border: 1px solid #12a4a5;
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 35px 35px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}

	.Page_Education .SectionIndex .ThumbList .Lead1 span {
	display: none;
	}

	.Page_Education .SectionTraining.Qualification .Mds2 {
	font-size: 107%;
	}

	.Page_Education .SectionTraining .Data {
	margin-top: 15px;
	}

}

@media only screen and (max-width: 372px) {
	
	.Page_Education .MdsCate .Mds1 span {
	line-height: 1.6em;
	display: block;
	}

}


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

	.Page_Education .MdsCate {
	margin-bottom: 40px;
	}

	.Page_Education .LeadTxt {
	margin-bottom: 50px;
	}

	.Page_Education .SectionTraining {
	margin-bottom: 50px;
	}

	.Page_Education .SectionTraining .Wrap {
	margin-bottom: 80px;
	}

	.Page_Education .SectionTraining h2.MdsBase {
	font-size: 147%;
	margin-bottom: 30px;
	font-weight: normal;
	}

	/* 見出し */
	.Page_Education .SectionTraining h3.MdsBase {
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 270px;
	display: inline-block;
	padding: 3px 0;
	font-size: 134%;
	font-weight: 500;
	color: #fff;
	background: #12a4a5;
	text-align: center;
	}

	.Page_Education .SectionTraining .Wrap:after {
	position: absolute;
	bottom: -42px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	background: url(../img/environment/common/Allow_Pc.png) no-repeat center bottom;
	background-size: 30px 42px;
	width: 30px;
	height: 42px;
	}

	.Page_Education .SectionTraining .Wrap .Unit {
	width: 100%;
	overflow: hidden;
	padding: 20px;
	background: #fff;
	}

	.Page_Education .SectionTraining .Wrap .UnitIn {
	float: left;
	width: 67%;
	background: #fff;
	padding-top: 15px;
	}

	.Page_Education .Wrap {
	margin-bottom: 50px;
	padding: 4px !important;
	background: url(../img/common/texture/Texture_ColumBg_Pc.png) repeat-y;
	}

	.Page_Education .SectionTraining .Wrap .Catch {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 147%;
	}

	.Page_Education .SectionTraining .Wrap .Photo {
	width: 30%;
	}

	.Page_Education .SectionTraining .ToVoice {
	margin-top: 70px;
	text-align: center;
	}

	.Page_Education .SectionTraining .ToVoice a {
	display: inline-block;
	width: 430px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 147%;
	font-weight: bold;
	color: #12a4a5;
	border: 1px solid #12a4a5;
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 30px 30px;
	text-align: center;
	}

	.Page_Education .SectionTraining .Data {
	margin-top: 25px;
	}

}

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


	.Page_Education .SectionTraining .Wrap .Unit {
	padding: 35px;
	}

	.Page_Education .SectionTraining {
	margin-bottom: 80px;
	}

	.Page_Education .SectionTraining .ToVoice a {
	width: 430px;
	margin: 0 auto;
	padding: 23px 0;
	font-size: 147%;
	font-weight: bold;
	}

}


/* 福利厚生制度の紹介 --------------------------------------------------- */

.Page_Benefit .SectionBenefit .ListDisc li:before {
left: 2px;
top: 8px;
width: 4px;
height: 4px;
}

.Page_Benefit .SectionBenefit .DLHori {
border-top: 1px solid #e7e7e7;	
}

.Page_Benefit .SectionBenefit .ListDisc li {
line-height: 1.4em;
}

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

	.Page_Benefit .MdsCate {
	margin-bottom: 20px;
	}

	.Page_Benefit .LeadTxt {
	margin-bottom: 30px;
	}

	.Page_Benefit .SectionBenefit .DLHori dt,
	.Page_Benefit .SectionBenefit .DLHori dd {
    display: block;
    width: 100%;
    margin: 0;
	}

	.Page_Benefit .SectionBenefit .ToVoice a {
	display: inline-block;
	width: 100%;
	margin: 30px 0 50px 0;
	padding: 20px 0;
	color: #12a4a5;
	border: 1px solid #12a4a5;
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 35px 35px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}

	.Page_Benefit .SectionIndex .ThumbList .Lead1 span {
	display: none;
	}

}

@media only screen and (max-width: 372px) {
	
	.Page_Benefit .MdsCate .Mds1 span {
	line-height: 1.6em;
	display: block;
	}

}

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

	.Page_Benefit .MdsCate {
	margin-bottom: 40px;
	}

	.Page_Benefit .LeadTxt {
	margin-bottom: 50px;
	}

	.Page_Benefit .SectionBenefit {
	margin-bottom: 50px;
	}

	.Page_Benefit .SectionBenefit .DLHori dt {
	width: 180px;
	}

	.Page_Benefit .SectionBenefit .ToVoice {
	margin-top: 70px;
	text-align: center;
	}

	.Page_Benefit .SectionBenefit .ToVoice a {
	display: inline-block;
	width: 430px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 147%;
	font-weight: bold;
	color: #12a4a5;
	border: 1px solid #12a4a5;
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 30px 30px;
	text-align: center;
	}

}

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

	.Page_Benefit .SectionBenefit {
	margin-bottom: 80px;
	}

}


/* 研修制度利用者の声 --------------------------------------------------- */

.Page_EducationVoice .SectionProfile .Name,
.Page_BenefitVoice .SectionProfile .Name {
font-size: 160%;
}

.Page_EducationVoice .SectionProfile .Name span,
.Page_BenefitVoice .SectionProfile .Name span {
display: inline-block;
margin-left: 10px;
font-size: 70%;
}

.Page_BenefitVoice .SectionUnit .LRBox {
margin-top: 20px;
}

.Page_BenefitVoice .SectionUnit .LRBox p {
margin-top: 10px;
font-size: 87%;
}

.Page_BenefitVoice .SectionUnit .LBox {
width: 48%;
}

.Page_BenefitVoice .SectionUnit .RBox {
width: 48%;
}

.Page_EducationVoice .ListDisc li span {
display: block;
font-weight: bold;
}

.Page_EducationVoice .ListDisc li:before {
top: 6px;
width: 12px;
height: 12px;
}

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

	.Page_EducationVoice .SectionUnit .MdsBase,
	.Page_BenefitVoice .SectionUnit .MdsBase {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_EducationVoice .SectionUnit,
	.Page_BenefitVoice .SectionUnit {
	margin-bottom: 30px;
	}

	.Page_EducationVoice .SectionProfile .Lead1,
	.Page_BenefitVoice .SectionProfile .Lead1 {
	font-size: 87%;
	}

	.Page_EducationVoice .SectionProfile .RBox,
	.Page_BenefitVoice .SectionProfile .RBox {
	margin-top: 15px;
	float: none;
	}

	.Page_EducationVoice .SectionProfile .LBox,
	.Page_BenefitVoice .SectionProfile .LBox {
	float: none;
	}
	
	.Page_EducationVoice .SectionUnit .ToVoice a,
	.Page_BenefitVoice .SectionUnit .ToVoice a {
	display: inline-block;
	width: 100%;
	margin: 30px 0 50px 0;
	padding: 20px 0;
	color: #12a4a5;
	border: 1px solid #12a4a5;
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 35px 35px;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
	}

	.Page_EducationVoice .SectionProfile,
	.Page_BenefitVoice .SectionProfile {
	margin: 0 15px !important;
	padding: 0 0 30px 0 !important;
	}

	.Page_EducationVoice .SectionProfile .Bg1,
	.Page_BenefitVoice .SectionProfile .Bg1 {
	padding: 15px;
	}

	.Page_EducationVoice .SectionProfile .MdsBase,
	.Page_BenefitVoice .SectionProfile .MdsBase {
	margin-bottom: 15px;
	color: #38a19a;
	font-size: 120%;
	font-weight: normal;
	}

	.Page_EducationVoice .SectionProfile .Photo,
	.Page_BenefitVoice .SectionProfile .Photo {
	margin-bottom: 30px;
	}

	.Page_EducationVoice .SectionProfile .Name,
	.Page_BenefitVoice .SectionProfile .Name {
	font-size: 127%;
	}

	.Page_EducationVoice .ListDisc li {
	margin-bottom: 20px;
	}

	.Page_EducationVoice .SectionIndex .ThumbList .Lead1 span,
	.Page_BenefitVoice .SectionIndex .ThumbList .Lead1 span {
	display: none;
	}

}

@media only screen and (max-width: 372px) {
	
	.Page_EducationVoice .MdsCate .Mds1 span,
	.Page_BenefitVoice .MdsCate .Mds1 span {
	line-height: 1.6em;
	display: block;
	}

}

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

	.Page_EducationVoice .SectionUnit .MdsBase,
	.Page_BenefitVoice .SectionUnit .MdsBase {
	margin-bottom: 35px;
	color: #38a19a;
	font-size: 134%;
	font-weight: normal;
	}

	.Page_EducationVoice .SectionUnit,
	.Page_BenefitVoice .SectionUnit {
	margin-bottom: 50px;
	}

	.Page_EducationVoice .SectionUnit .ToVoice,
	.Page_BenefitVoice .SectionUnit .ToVoice {
	margin-top: 70px;
	text-align: center;
	}

	.Page_EducationVoice .SectionUnit .ToVoice a,
	.Page_BenefitVoice .SectionUnit .ToVoice a {
	display: inline-block;
	width: 430px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 147%;
	font-weight: bold;
	color: #12a4a5;
	border: 1px solid #12a4a5;
	background: #fff url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
	background-position: 100% 100%;
	background-size: 30px 30px;
	text-align: center;
	}

	.Page_EducationVoice .SectionProfile,
	.Page_BenefitVoice .SectionProfile {
	margin: 0 auto 60px auto !important;
	}

	.Page_EducationVoice .SectionProfile .Bg1,
	.Page_BenefitVoice .SectionProfile .Bg1 {
	padding: 50px;
	}

	.Page_EducationVoice .SectionProfile .LBox,
	.Page_BenefitVoice .SectionProfile .LBox {
	width: 50%;
	}

	.Page_EducationVoice .SectionProfile .RBox,
	.Page_BenefitVoice .SectionProfile .RBox {
	width: 50%;
	}

	.Page_EducationVoice .SectionProfile .Photo,
	.Page_BenefitVoice .SectionProfile .Photo {
	margin-bottom: 50px;
	}
	
	.Page_EducationVoice .SectionProfile .MdsBase,
	.Page_BenefitVoice .SectionProfile .MdsBase {
	margin-bottom: 20px;
	font-size: 147%;
	color: #38a19a;
	}

	.Page_EducationVoice .ListDisc li {
	margin-bottom: 30px;
	}

}

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

	.Page_EducationVoice .SectionUnit,
	.Page_BenefitVoice .SectionUnit {
	margin-bottom: 80px;
	}

}



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

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


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

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


/* FAQ --------------------------------------------------- */

.Page_Parts .FaqQ {
padding-bottom: 20px;
}


/* ボタン --------------------------------------------------- */

.Page_Parts #btn li {
margin-bottom: 15px;
}


/* ボーダー色 --------------------------------------------------- */

.Page_Parts #cbo .Bo {
margin-bottom: 20px;
padding-bottom: 3px;
border-bottom: 1px solid;
}


/* 背景色 --------------------------------------------------- */

.Page_Parts #cbg div {
margin-bottom: 20px;
color: #fff;
}


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

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


/* アコーディオンメニュー（AccoMenu） --------------------------------------------------- */

#AccoMenu .Level1 {
display: block;
padding: 5px 10px;
border-bottom: solid 1px #ffffff;
background: #c1c1c1;
}

#AccoMenu .Level2 {
display: none;
}

#AccoMenu .Level2 li {
padding: 5px 10px;
border-bottom: solid 1px #ffffff;
background: #ebebeb;
}

#AccoMenu .Level2 a {
display: block;
}


/* タブメニュー --------------------------------------------------- */

.TabMenu {
margin-bottom: 10px;
border-bottom: 2px solid #666;
}

.TabMenu li {
float: left;
width: 32.5%;
margin-right: 1.25%;
}

.TabMenu li:last-child {
margin-right: 0;
}

.TabMenu a {
display: block;
float: left;
width: 100%;
padding: 12px 0 10px 0;
border-radius:  6px 6px 0 0;
line-height: 1.5em;
font-weight: bold;
text-align: center;
background: #ccc;
}

.TabMenu a.Current {
border-radius: 6px 6px 0 0;
color: #fff;
background: #666;
}

.TabContent {
display: none;
text-align: center;
}

.TabContent.Current {
display: block;
}



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

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

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

	#PageForm #Stage {
	padding: 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;}


/* 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;
}

.slick-next {
position: absolute;
top: 45%;
right: -23px;
border: none;
background: url(../img/common/icon/Icon_LinkFwd2.png) no-repeat;
background-size: 35px 35px;
width: 35px;
height: 35px;
text-indent: -9999px;
z-index: 1000;
}

.slick-prev {
position: absolute;
top: 45%;
left: -23px;
border: none;
background: url(../img/common/icon/Icon_LinkBack.png) no-repeat;
background-size: 35px 35px;
width: 35px;
height: 35px;
text-indent: -9999px;
z-index: 1000;
}

.slick-dots {
display: none !important;
}

.slick-disabled {
display: none !important;
}



