@charset "utf-8";
/* CSS Document */


/* ----------------------------------------------------------------------
各ページ名又はCommon名
---------------------------------------------------------------------- */

.ma-outer {
	width: 100%;
}

.ma-inner {
	width: 1200px;
	margin: 100px auto;
}

/*.sample-ttl {
	font-size: 2rem;
	font-family: "SketchFlow Print", A1MinchoStd, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}*/

.conth2-ttl img {
	margin: 0 auto;
}

.recruit-outer a:hover img, .news-area a:hover img, .result-area a:hover img, .safety-outer a:hover img {
	opacity: .4;
}

.recruit-outer a:hover .txt-box .more-txt, .news-area a:hover .txt-box .more-txt, .result-area a:hover .txt-box .more-txt, .safety-outer a:hover .txt-box .more-txt {
	background: rgba( 0, 0, 0, 1.0 );
}

.info-area a:hover {
	color: rgba( 134, 116, 102, 1.0 );
}


/* ----------------------------------------------------------------------
メイン画像エリア
---------------------------------------------------------------------- */

.mainimg-outer {
	width: 100%;
	margin: 20px 0 0 0;
}

.mainimg-inner {
	width: 100%;
	position: relative;
}

.mainimg-outer .mainimg-area {
	width: 100%;
	position: relative;
}

.mainimg-outer .main-img {
	width: 100%;
}

.mainimg-outer .maintxt-area {
	width: 100%;
	height: 20%;
	min-height: 165px;
	position: absolute;
	top: 50%;
	left: 0;
	background: rgba( 0, 0, 0, .7 );
}

.maintxt-area img {
	margin: 2% auto;
}


/* ----------------------------------------------------------------------
緊急のお知らせ
---------------------------------------------------------------------- */

.emergency-inner {
	min-height: 200px;
    position: relative;
    margin: 0 auto 100px auto;
    padding: 30px 10px;
    border: solid 3px rgba( 210, 210, 210, 1.0);
    border-radius: 3px;
	overflow: visible;
}

.emergency-inner .emergency-ttl {
	font-size: 2.5em;
	line-height: 1em;
    padding: 0 20px 40px 20px;
	display: inline-block;
    font-weight: bold;
	font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
}

.emergency-inner .emergency-zone {
	padding: 20px;
	font-size: 1.1em;
}

.emergency-zone .conth3-ttl {
	font-size: 1.8em;
	line-height: 1.0em;
	margin-bottom:  20px;
}

.emergency-zone .daytime {
	font-size: 0.9em;
	font-weight: bold;
	text-align: right;
}

.emergency-zone ul {
	margin: 30px;
}

.emergency-zone li {
	margin: 0;
}

.emergency-zone li::before {
	content: "・";
}

.emergency-zone .presidentname {
	float: right;
}


/* ----------------------------------------------------------------------
リクルートエリア
---------------------------------------------------------------------- */

.recruit-outer {
	width: 100%;
	min-height: 500px;
	padding: 100px 0 100px 0;
	margin: 100px 0 100px 0;
	background: url("https://www.yg1937.com/wp-content/themes/yg2022/images/index/recruit/recruitouter-bg.gif") repeat top center;
}

.recruit-inner {
	width: 1330px;
	padding: 50px;
	margin: 0 auto;
	border: solid rgba( 204, 222, 200, 1.0 ) 15px;
}

.magazine1-img {
	float: left;
}

.recruit1-zone {
	float: left;
}

.text1-zone {
	width: 200px;
	margin-top: 50px;
	float: left;
	text-align: right;
}

.text1-zone li {
	min-height: 70px;
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: bold;
	background: url("https://www.yg1937.com/wp-content/themes/yg2022/images/index/recruit/text-bg.gif") no-repeat center right;
	font-family: "メイリオ",serif;
	color: rgba( 153, 134, 117, 1.0 );}

.recruit-ttl {
	float: right;
}

.text2-zone {
	width: 200px;
	margin-top: 50px;
	float: left;
	text-align: left;
}

.text2-zone li {
	min-height: 70px;
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: bold;
	background: url("https://www.yg1937.com/wp-content/themes/yg2022/images/index/recruit/text-bg.gif") no-repeat center left;
	font-family: "メイリオ",serif;
	color: rgba( 153, 134, 117, 1.0 );
}

.magazine2-img {
	float: right;
}


/* ----------------------------------------------------------------------
NEWSエリア
---------------------------------------------------------------------- */

.news-zone {
	margin-top: 50px;
}

.news-zone .col3-inbox {
	width: 370px;
	margin-right: 45px;
	position: relative;
}

.news-zone .col3-inbox:nth-last-of-type(1) {
	margin-right: 0;
}

.news-zone .col3-inbox img {
	width: 100%;
}

.news-zone .col3-inbox .text-box {
	width: 100%;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba( 0, 0, 0, .5 );
}

.news-zone .col3-inbox p {
	width: 8em;
	font-size: 1.5rem;
	padding: .5rem;
	margin: 0 auto;
	border: rgba( 255, 255, 255, 1.0 ) solid 2px;
	color: rgba( 255, 255, 255, 1.0 );
	text-align: center;
}


/* ----------------------------------------------------------------------
INFORMATIONエリア
---------------------------------------------------------------------- */

.info-area {
	width: 550px;
	margin-right: 100px;
	float: left;
}

.info-area a {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: rgba( 150, 150, 150, 1.0 ) dotted 1px;
}

.info-area dl {
	margin: 30px 0 0 0;
	display: flex;
	flex-wrap: wrap;
}

.info-area dt, .info-area dd {
	line-height: 1.6;
	font-size: 1.5rem;
	padding: 15px 0;
	float: left;
}

.info-area dt {
	width: 8em;
	font-size: 1.3rem;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 3px;
	color: rgba( 255, 255, 255, 1.0 );
	background: rgba( 134, 116, 102, 1.0 );
}

.info-area span {
	font-size: 1.2rem;
	padding: 5px 20px;
	background: rgba( 220, 220, 220, 1.0 );
}

.info-area dd {
	width: calc( 100% - 8em);
	padding: 10px 0 10px 20px;
	box-sizing: border-box;
}

.info-area dd:after {
	clear: both;
}


/* ----------------------------------------------------------------------
SNSエリア
---------------------------------------------------------------------- */

.sns-area {
	width: 550px;
	float: right;
	overflow: hidden;
}

.sns-ttl {
	margin: 0 auto 30px;
}

.sns-ttl-box {
	overflow: hidden;
}

.sns-indiv-ttl {
	float: left;
}

.sns-zone {
	display: flex;
	flex-wrap: nowrap;
}

.sns-zone .insta-box {
	margin-right: 20px;
}

.sns-zone .insta-box iframe, .sns-zone .fb-box .fb-page {
	width: 265px;
	height: 500px;
}


/* ----------------------------------------------------------------------
RESULTエリア
---------------------------------------------------------------------- */

.result-outer {
	background: url("https://www.yg1937.com/wp-content/themes/yg2022/images/index/result/result-bg.gif") repeat-x top center;
	overflow: hidden;
}

.result-outer .ma-inner {
	margin: 50px auto 50px;
}

.result-zone {
	margin-top: 30px;
}

.construction-outer {
	min-height: 300px;
	background: url("https://www.yg1937.com/wp-content/themes/yg2022/images/index/result/construction-bg.jpg") no-repeat center;
    background-size: cover;
    background-attachment: fixed;
	overflow: hidden;
}

.construction-inner {
	width: 1100px;
	display: flex;
	flex-wrap: wrap;
}

.construction-inner li {
	margin-right: 100px;
}

.construction-inner li:nth-last-of-type(1) {
	margin: 0;
}

.construction-inner li a {
	width: 500px;
	font-size: 2.3rem;
	padding: 30px 10px;
	border: rgba( 255, 255, 255, 1.0 ) solid 1px;
	color: rgba( 255, 255, 255, 1.0 );
	background: rgba( 0, 0, 0, .4 );
	text-align: center;
	display: block;
}

.construction-inner li a:hover {
	background: rgba( 0, 0, 0, .8 );
}

.construction-inner span {
	font-size: 1.5rem;
	margin-top: 10px;
	display: block;
}

.result-zone {
	margin-top: 50px;
}

.result-zone .col3-inbox {
	width: 370px;
	margin-right: 45px;
	position: relative;
}

.result-zone .col3-inbox:nth-last-of-type(1) {
	margin-right: 0;
}

.result-zone .col3-inbox img {
	width: 100%;
}

.result-zone .col3-inbox .result-name {
	font-size: 1.5rem;
	padding: 5px;
	position: absolute;
	top: 10px;
	left: 10px;
	color: rgba( 255, 255, 255, 1.0 );
	text-align: center;
}

.result-zone .col3-inbox .text-box {
	width: 100%;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba( 0, 0, 0, .5 );
}

.result-zone .col3-inbox .more-txt {
	width: 8em;
	font-size: 1.5rem;
	padding: .5rem;
	margin: 0 auto;
	border: rgba( 255, 255, 255, 1.0 ) solid 2px;
	color: rgba( 255, 255, 255, 1.0 );
	text-align: center;
}


/* ----------------------------------------------------------------------
SAFETYエリア
---------------------------------------------------------------------- */

.safety-outer {
	margin: 50px 0 100px 0;
	background: url("https://www.yg1937.com/wp-content/themes/yg2022/images/index/safety/safety-bg.jpg") repeat-x bottom center;
    background-size: cover;
    background-attachment: fixed;
	overflow: hidden;
}

.safety-zone {
	margin-top: 50px;
}

.safety-zone .col4-inbox {
	width: 290px;
	position: relative;
}

.safety-zone .col4-inbox img {
	width: 100%;
}

.safety-zone .col4-inbox .text-box {
	width: 100%;
	padding: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: rgba( 0, 0, 0, .5 );
}

.safety-zone .col4-inbox .more-txt {
	width: 10em;
	font-size: 1.5rem;
	padding: .5rem;
	margin: 0 auto;
	border: rgba( 255, 255, 255, 1.0 ) solid 2px;
	color: rgba( 255, 255, 255, 1.0 );
	text-align: center;
}

