@charset "utf-8";

/*****************************************************************
カスタム　特別求人サイトテンプレート用レイアウト
*****************************************************************/

/*==========================================
/
/ 0■Teaser
/
==========================================*/

/*****************************************************************
  0■Teaser
*****************************************************************/
html,
body {
    height: 100vh;
    width: 100%;
    background-color: #232323;
}

#wrap-preopen{
    background: #232323;
}

#preopen {
    color: #fff;
    font-weight: bold;
    margin-top: 150px;
}

#header {
    position: relative;
    height: 31px;
    z-index: 20;
}

#header .hgroup h1{
    width: 960px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
    line-height: 20px;
    font-family: "MSP ゴシック";
    letter-spacing: 1px;
    padding-top: 4px;
}

#teaser {
    position: relative;
    width: 960px;
    margin: 0 auto;
}

#teaser p.huge_coming {
    font-size: 94px;
    padding-top: 60px;
    border-top: 1px solid #fff;
    font-family: Arial;
}

#teaser h2 {
    font-size: 34px;
    line-height: 1.4em;
    border-bottom: 1px solid #fff;
    padding: 60px 0 40px;
    display: block;
}

#teaser p.bkm {
    display: block;
    font-size: 16px;
    line-height: 1.4em;
    margin-top:50px;
}

#teaser #faq {
    position: relative;
    width: 960px;
    height: 20px;
    margin: 40px 0 0;
}

/*close画面*/
.close-page #wrap-preopen{
    background-color: #fff;
    height: 100vh; /* ← 2025.11 add */
}
.close-page #preopen {
    color: #000;
	font-weight: normal;
}
.close-page #header .hgroup h1{
    color: #000;
}
.close-page #teaser p.huge_coming {
    border-top: 1px solid #000;
}
.close-page #teaser h2 {
    border-bottom: none;
}
.close-page #teaser p.bkm {
    text-align: center;
	margin-top: 0;
}
.close-page #teaser #faq {
    border-top: 1px solid #000;
}
.close-page #teaser #faq  p{
    margin: 20px 0;
}
.close-page #teaser-btn {
    margin: 12px 0;
    font-weight: bold;
    text-align: center;
}
.close-page #teaser-btn p{
    display: inline-block;
}
.close-page #teaser-btn p:first-child{
    margin-right: 42px;
}
.close-page .square_btn {
    padding: 32px 62px;
    text-decoration: none;
    display: block;
    color: #420E20;
    border: solid 2px #B8D200;
    border-radius: 3px;
    transition: .4s;
}
.close-page .square_btn:hover {
    background: #B8D200;
    color: #420E20;
}

/*画像表示のティザー*/
.bg-black{
	background: #232323;
	color: #FFFFFF;
}
.bg-white{
	background: #FFFFFF;
	color: #333333;
}
body.bg-white{
    height: auto;
}
.img-teaser{
	min-height: calc(100% - 6px);

}
.img-teaser .teaser-mainimage img{
	width: 100%;
	height: auto;
}
.img-teaser .teaser-mainimage{
	padding: 70px 0 0 0;
}
.img-teaser .teaser-txt{
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	padding: 40px 20px 20px 20px;
}
.img-teaser .teaser-txt .teaser-txt-item{
	margin: 0 0 20px 0;
}
.img-teaser .teaser-txt .title-img-teaser{
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
}
.img-teaser .teaser-txt .facility-name{
	font-size: 14px;
	line-height: 1.6;
	font-weight: bold;
}
.img-teaser .teaser-txt .bkm{

}
.img-teaser .teaser-txt .link{
	padding-top: 10px;
}
.img-teaser .teaser-txt .link a{
	color:#fff;
	padding: 15px 35px 15px 15px;
	border: 4px solid #FFF;
	border-radius: 6px;
	background-image: url("../img/common/icon-external-w.png");
	background-repeat: no-repeat;
	background-position: 93% 50%;
	display: inline-block;
	background-size: 14px;
}
.bg-black .img-teaser .teaser-txt .limk a{
	color:#fff;
	border: 4px solid #FFF;
}
.bg-white .img-teaser .teaser-txt .link a{
	color:#333333;
	border: 4px solid #333333;
	background-image: url("../img/common/icon-external.png");
}
footer.footer-img-teaser{
	position: relative;
	text-align: center;
	height: auto;
	padding: 10px 0;
	font-size: 11px;
	background: none;
}
