@charset "utf-8";

@media screen and (min-width: 641px) {

/* -----------------------------------------------------------------------------

	共通

----------------------------------------------------------------------------- */	

#header #gnav > ul > li.navInformation > a > span {
	padding-bottom: 5px;
    border-bottom: 2px solid #20bca2;
}
section {
	min-width: 1000px;
}
section h2 {
	text-align: center;
	font-size: 32px;
	font-weight: normal;
	padding: 50px 0;
	margin: 0 0 20px;
    background: #20bca2;
	color: #fff;
}
section h2 span {
	display: block;
	padding-top: 9px;
	font-size: 18px;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.04em;
	font-weight: normal;
}
.breadCrumb {
	margin: 0 0 30px;
	font-size: 12px;
}
.breadCrumb ul {
	width: 1000px;
	margin: 0 auto;
}
.breadCrumb li {
	display: inline-block;
}
.breadCrumb li:before {
	content: "＞";
	display: inline-block;
	padding: 0 6px 0 3px;
}
.breadCrumb li:first-child:before {
	content: none;
}
.breadCrumb a {
	color: #2d9cdc;
}
.breadCrumb a:hover {
	text-decoration: underline;
}


/* -----------------------------------------------------------------------------

	大項目

----------------------------------------------------------------------------- */


/* -----------------------------------------------------------------------------

	RECRUIT

----------------------------------------------------------------------------- */

.top .contents01 {
	width: 1000px;
	margin: 0 auto;
	font-size: 0;
	line-height: 1;
}
.top .contents01 li {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 30px 0 0;
}
.top .contents01 li.pre {
    color: #ccc;
}
.top .contents01 li h3 {
	background: url(../information/img/icon_arrow_green.png) no-repeat right center;
	margin: 5px 0 0;
}
.top .contents01 li.pre h3 {
    background: url(../information/img/icon_arrow_gray.png) no-repeat right center;
}

.top .contents01 li:nth-child(3) {
	margin: 0;
}
.top .contents01 li:hover {
	transition: all .3s;
	-webkit-transition: all .3s;
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
}
.top .contents01 li.pre:hover {
    transition: none;
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
.top .endText {
	text-align: center;
	font-size: 16px;
	line-height: 2;
	padding: 40px 0;
}

.top .contents01 li.pre img {
	opacity: 0.3;
}


/* 小項目 */


/* -----------------------------------------------------------------------------

イベント情報

----------------------------------------------------------------------------- */

.event .mv {
    background:url(../information/event/img/main.png) no-repeat center 0 , #20bca2;
}
.event section h2 {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 50px 0 0 0;
    width: 1000px;
    height: 160px;
    box-sizing: border-box;
    background: none;
}
.event section h2 span {
    font-size: 20px;
}
.event .contents01 {
    width: 1000px;
    margin: 0 auto;
}
.event .contents01 .lead {
    font-size: 15px;
    line-height: 2;
    margin: 0 0 40px;
}
.event .contents01 ul {
    font-size: 0;
}
.event .contents01 li {
    color: #010101;
    font-size: 14px;
    display: inline-table;
    vertical-align: middle;
    border-right: 1px solid #e1e4e8;
    border-bottom: 1px solid #e1e4e8;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
}
.event .contents01 .title01 li {
    background: #20bca2 !important;
    color: #fff;
    padding: 8px 0;
}
    .event .contents01 ul.box {
        margin-bottom: 0 !important;
    }
.event .contents01 li a {
    color: #2d9cdc;
    text-decoration: underline;
}
.event .contents01 li a:hover{
    transition: all .3s;
    -webkit-transition: all .3s;
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
}
.event .contents01 .title01 li:nth-child(2) ,
.event .contents01 .box li:nth-child(2) {
    background: #f3f5f7;
    width: 120px;
}
.event .contents01 .title01 li:nth-child(3) ,
.event .contents01 .box li:nth-child(3) {
    width: 70px;
}
.event .contents01 .title01 li:nth-child(4) ,
.event .contents01 .box li:nth-child(4) {
    /*width: 140px;*/
    width: 200px;
}
.event .contents01 .title01 li:nth-child(5)  {
    /*width: 400px;*/
    width: 320px;
    text-align: center;
    padding: 8px 20px;
}
.event .contents01 .box li:nth-child(5) {
    /*width: 400px;*/
    width: 320px;
    text-align: left;
    padding: 12px 20px;
}
.event .contents01 .title01 li:nth-child(6) {
    /*width: 270px;*/
    width: 290px;
    background: #f3f5f7;
    border-right: none;
    padding: 8px 10px;
}
.event .contents01 .box li:nth-child(6) {
    /*width: 270px;*/
    width: 290px;
    background: #f3f5f7;
    border-right: none;
    padding: 12px 10px;
}
.event .contents01 ul .line2 {
    height: 70px;
    display: table-cell;
		vertical-align: middle;
}
.event .contents01 .blank a {
	background: url(../common/img/icon_blank.gif) no-repeat right 2px;
	padding: 0 16px 0 0;
}
	
	
/* -----------------------------------------------------------------------------

採用FAQ

----------------------------------------------------------------------------- */

.faq .mv {
    background:url(../information/faq/img/main.png) no-repeat center 0 , #20bca2;
}
.faq section h2 {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 50px 0 0 0;
    width: 1000px;
    height: 160px;
    box-sizing: border-box;
    background: none;
}
.faq section h2 span {
    font-size: 20px;
}
.faq .contents01 {
    width: 1000px;
    margin: 0 auto;
}
.faq h3 {
	margin: 30px auto 40px;
	box-sizing: border-box;
	text-align: center;
	color: #222;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.faq h3 span  {
	display: block;
	color: #20bca2;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	font-size: 16px;
	margin: 10px 0 0;
}	
.faq table th {
    background: #f3f5f7;
    color: #20bca2;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.05em;
    width: 90px;
    padding: 30px 0 0;
    box-sizing: border-box;
    text-align: center;
    vertical-align: top;
    border-top: 1px solid #e1e4e9; 
}
.faq table td {
    vertical-align: top;
    font-size: 15px;
    border-top: 1px solid #e1e4e9;
}
.faq table td a {
	color: #2d9cdc;
	text-decoration: underline;
}
.faq table th.last ,
.faq table td.last {
    border-bottom: 1px solid #e1e4e9;
}
.faq table td dt {
    width: 910px;
    padding: 30px;
    box-sizing: border-box;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    background: url(../information/faq/img/plus.png) no-repeat right 30px;
}
.faq table td dt.active {
    background: url(../information/faq/img/minus.png) no-repeat right 40px;
}
.faq table td dd {
    padding: 0 50px 30px 30px;
    margin: -10px 0 0 0;
    display: none;
}
.faq table td dd:before {
    content:"A";
    font-family: 'Roboto', sans-serif;
    color: #f06060;
    font-size: 17px;
    font-weight: bold;
}
.faq table td dd span {
    display: block;
    margin: -26px 0 0 22px
}
	
	
/* -----------------------------------------------------------------------------

募集要項・選考フロー

----------------------------------------------------------------------------- */

.flow .mv {
    background:url(../information/flow/img/main.png) no-repeat center 0 , #20bca2;
}
.flow section h2 {
    text-align: left;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 20px;
    padding: 50px 0 0 0;
    width: 1000px;
    height: 160px;
    box-sizing: border-box;
    background: none;
}
.flow section h2 span {
    font-size: 20px;
}
.flow .contents01 {
    width: 1000px;
    margin: 0 auto;
}
.flow h3 {
	margin: 30px auto 40px;
	box-sizing: border-box;
	text-align: center;
	color: #222;
	font-size: 34px;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.flow h3 span  {
	display: block;
	color: #20bca2;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	font-size: 16px;
	margin: 10px 0 0;
}	
.flow .contents01 table th {
	width: 200px;
	border-top: 1px solid #e1e4e8;
	font-size: 15px;
	padding: 25px 0;
	text-align: left;
}
.flow .contents01 table td {
	width: 800px;
	border-top: 1px solid #e1e4e8;
	font-size: 15px;
	padding: 25px 0;
}
.flow .contents01 table td .link {
	color: #2d9cdc;
	padding-right: 10px;
	background: url(../common/img/icon_arrow.gif) no-repeat right center;
	text-decoration:none;
}
.flow .contents01 table td .link:hover {
	text-decoration: underline;
}
.flow .contents01 table th.last ,
.flow .contents01 table td.last {
	border-bottom: 1px solid #e1e4e8;
}
.flow .contents01 table td a {
	color: #2d9cdc;
	text-decoration: underline;
}

	.flow .contents01 table td table td {
		width: auto;
		border-top: none;
		padding: 0 1em 0 0;
	}
	
	.flow .contents01 table td table div {
		padding-left: 1em;
		text-indent: -1em;
	}
	
	.flow .contents01 table td span {
		display: block;
		padding-left: 2.6em;
	}
	
	.flow .contents01 table th.bg_green {
		padding: 12px 12px;
		color: #fff;
		background: #20bca2;
	}
	
	.nowrap {
		white-space: nowrap;
	}

.flow .contents02 {
    width: 1020px;
    margin: 0 auto;
}
.flow .contents01_2 h3,
.flow .contents02 h3 {
	margin-top: 70px
}
.flow .contents02 table {
	border-collapse: separate;
	border-spacing: 10px 0;
}
.flow .contents02 table th {
	color: #fff;
	font-size: 19px;
	width: 190px;
	height: 140px;
	background:url(../information/flow/img/bottom_arrow.png) no-repeat center top , #20bca2;
	font-size: 17px;
	padding: 25px 0 0;
	box-sizing: border-box;
	vertical-align: middle;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	line-height: 1.4;
}
.flow .contents02 table th span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}
.flow .contents02 table th.first {
	background: #20bca2;
	padding: 0;
}
.flow .contents02 table td {
	width: 800px;
	font-size: 15px;
	vertical-align: middle;
	border-top: 1px solid #e1e4e8;
	padding: 0 40px;
	box-sizing: border-box;
}
.flow .contents02 table td span {
	display: block;
	font-size: 12px;
}
.tree {
	margin-top:10px;
}
.tree ul {
  margin:0 0 0 1em; /* indentation */
  padding:0;
  list-style:none;
  position:relative;
}
.tree ul:before {
  content:"";
  display:block;
  width:0;
  position:absolute;
  top:0;
  bottom:0;
  left:0;
  border-left:1px solid;
}
.tree ul li {
  margin:0;
  padding:0 1.5em;
  line-height:2em; 
  position:relative;
}

.tree ul li:before {
  content:"";
  display:block;
  width:10px;
  height:0;
  border-top:1px solid;
  margin-top:-1px;
  position:absolute;
  top:1em;
  left:0;
}
.tree ul li:last-child:before {
  background:white;
  height:auto;
  top:1em;
  bottom:0;
}

	

}