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

/* TOP 画像の表示位置 */
/* @media screen and (max-width: 768px)
{
    .index #hero #intro
    {
        padding-bottom: 40%;
    }
} */

/* ブログ 詳細 前後記事の幅 */
#blogContent article footer ul li.prevArticle ,
#blogContent article footer ul li.nextArticle
{
    max-width: 100%;
}

/* マイページ 応募履歴 一覧の幅 */
@media screen and (max-width: 768px)
{
    .mypage_history #jobContent .tableList .col03
    {
        width: 20%;
    }
}

/* 職務経歴書の文言修正 */
.mypage_workhistory #workhistoryContent #jobContent p
{
    color: #ff0000;
}


/* 新規会員登録 文字サイズ変更 */
.regist #registContent #registBox .sideForm .registSubbox label
{
    font-size: 18px;
}


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

    /* 面談予約 セレクトボックスの幅（SP） */
    .mypage_edit #editContent #jobContent .sideForm .regist_box01 dt,
    .mypage_edit #editContent #jobContent .sideForm .regist_box02 dt,
    .mypage_entry #entryContent #jobContent .sideForm .regist_box03 dt
    {
        width: 110px;
    }

    /* 面談予約 セレクトボックスの幅（SP） */
    .mypage_entry #entryContent #jobContent .sideForm .regist_box03 dd select
    {
        width: 170px;
    }
    .mypage_entry #entryContent #jobContent .sideForm .regist_box03 dd
    {
        padding: 20px 5px 20px 0;
        letter-spacing: 0px;
    }
}


/* 友人に紹介する 募集要項 表示位置 */
@media screen and (max-width: 768px)
{

    _::-webkit-full-page-media, _:future, :root #friendContent #requirements ul li
    {
            padding-left: 0.1em;
    }
    #friendContent #requirements ul li
    {
            text-indent: 0;
    }

}


/* 2020.02 MV改訂 -start- */
#hero {
	position: relative;
	height: 100vh;
	max-height: 768px;
	background: url("../img/hero_min.jpg");
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#hero .inner {
	min-width: 1024px;
	height: 100%;
	padding-top: 10vh;
	align-items: flex-start;
	justify-content: space-between;
}

.hero-ugaki {
	width: 45%;
	box-sizing: border-box;
}

#hero #intro {
	width: 50%;
	margin-top: 30%;
	transform: translateY(-50%);
	padding: 2%;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
	#hero {
		width: 100%;
		height: calc(100vh - 58px);
		max-height: 1024px;
	}
	#hero .inner {
		display: block;
		width: 100%;
		padding-top: 3vh;
		box-sizing: border-box;
	}
	.hero-ugaki {
		width: 60%;
		margin: 0 auto;
		z-index: 1;
		margin-top: 57px;
	}
	#hero #intro {
		position: absolute;
		bottom: 5%;
		left: 50%;
		transform: translateX(-50%);
		width: 60%;
		margin: 0;
		z-index: 100;
	}
}

@media screen and (max-width: 768px) {
	#hero {
	width: 100%;
	background-position: center;
	height: calc(100vh - 58px);
	}
	#hero .inner {
		width: 100%;
		min-width: 100%;
		max-height: 100%;
		padding-top: 3vh;
	}
	.hero-ugaki {
		width: 95%;
		margin: 0 auto;
	}
	#hero #intro {
    width: 90%;
		padding: 5%;
	}
}


@media screen and (max-width: 600px) {
	#hero {
		min-height: inherit;
		max-height: 631px;
	}
	#hero .inner {
		height: 100%;
	}
	.hero-ugaki {
		width: 90%;
		height: 100%;
	}
	#hero #intro {
		width: 90%;
		padding: 3%;
	}
}

#hero #intro h2 {
  padding: 4px 0 6px 0;
  border-top: 2px solid #007fc1;
  border-bottom: 2px solid #007fc1;
  font-size: 36px;
  font-weight: 400;
  text-align: center;
  text-indent: 5px;
  letter-spacing: 5px;
	color: #007fc1;
}

#hero #intro div {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#hero #intro div dl {
  width: calc(50% - 5px);
  text-align: center;
	margin: 25px 0 0;
	background: url("../img/pt01_min.png") repeat;
	padding: 2%;
}

#hero #intro div dl:nth-child(even) {
	margin-left: 1%;
}

#hero #intro div dl:nth-child(odd) {
	margin-right: 1%;
}

#hero #intro div dd,
#hero #intro div dt {
	color: #fff;
	font-weight: bold;
}

#hero #intro div dd {
	margin-top: 10px;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro W3", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
	vertical-align: text-bottom;
	letter-spacing: 0.05rem;
	box-sizing: border-box;
}


#hero #intro div dd span {
  font-size: 60px;
}

#hero #intro div dd .yellow {
	color: #fff444;
	font-size: 45px;
}

#hero #intro div dd .from {
	font-size: 24px;
	position: relative;
	vertical-align: bottom;
}

@media screen and (max-width: 600px) {
	#hero #intro h2 {
	font-size: 22px;
		letter-spacing: 0.02rem;
	}
	#hero #intro div.flex dl {
		margin-top: 3%;
	}
	#hero #intro div dl:nth-child(even) {
	margin-left: 1.5%;
	}
	#hero #intro div dl:nth-child(odd) {
	margin-right: 1.5%;
	}
	#hero #intro div dd {
		font-size: 14px;
	}
	#hero #intro div dd .yellow {
		font-size: 24px;
	}
}
	
	
#hero #intro div dd .from {
  position: relative;
  top: -15px;
	font-size: 13px;
}

@media screen and (max-width: 600px) {
  #hero #intro div dd .from {
    top: -5px;
  }
}

#hero #intro div dt {
  background: url(../img/pt01_min.png);
  background-size: 8px;
  font-size: 20px;
  letter-spacing: 5px;
}

@media screen and (max-width: 600px) {
  #hero #intro div dt {
    font-size: 16px;
  }
}

#hero #intro ul {
  -ms-flex-pack: justify;
  margin-top: 25px;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  #hero #intro ul {
    display: none;
  }
}

#hero #intro ul li {
  width: calc(50% - 5px);
}

#hero #intro ul a {
  display: block;
  padding: 10px 0;
  border: 2px solid #007fc1;
  border-radius: 100px;
  font-size: 18px;
	color: #007fc1;
  text-align: center;
  letter-spacing: 3px;
}

#hero #intro ul a:hover {
  border-color: #007fc1;
  background: #007fc1;
	color: #fff;
}

/* 2020.02 MV改訂 -end- */

