@charset "UTF-8";

/* ----タイトル----*/
h1 {
	font-family: "Titillium Web";
	font-weight: normal;
	font-size: 5.5rem;
	color: #A5BAD2;
	line-height: 1.1;
    letter-spacing: 0.1em;
    padding-bottom: 20px;
	text-align: center;
}
h1 span {
	font-weight: 600;
}
/* ----#main----*/
#main {
	background-image: url(../img/overview/bg_main.jpg) !important;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 40px;
}
#mainArea p {
	color: #A5BAD2;
	margin-bottom: 20px;
	text-align: center;
	line-height: 2;
	font-weight: bold;
}
#mainArea ul {
	overflow: hidden;
	padding: 0;
	margin: 0 0 20px;
}
#mainArea ul li {
	float: left;
	width: 33.33%;
	padding: 10px !important;
}
/* ----#contentsBox----*/
#contentsBox {
	background: #DDDAD2;
	padding: 60px 0 20px;
	border-top: 10px solid #5C8934;
}
#contentsBox .inner {
	width: 1000px;
	padding-left: 280px;
	margin: 0 auto;
}
/* ----.box----*/
#contentsBox .box {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
}
#contentsBox .boxInner {
	border: 1px solid #00234A;
	padding: 20px;
}
#contentsBox .boxInner h2 {
	text-align: center;
	margin-bottom: 20px;
}
/* ----item----*/
#contentsBox .boxInner ul {
	overflow: hidden;
}
#contentsBox .boxInner ul li{
	float: left;
	width: 50%;
}
#contentsBox .boxInner ul li h3 {
	text-align: center;
	padding: 10px 0;
	background: #00234A;
	position: relative;
	color: #ffffff;
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 30px;
}
#contentsBox .boxInner ul li h3::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #00234a transparent transparent transparent;
}
#contentsBox .boxInner ul li p {
	margin-bottom: 20px;
}
#contentsBox .boxInner ul li p.img {
	text-align: center;
}
/* ----item----*/
#contentsBox .boxInner ul li:first-child,
#contentsBox #recruit ul li:nth-child(2){
	width: 100%;
}
#contentsBox .boxInner ul li:first-child div {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666666;
}
#contentsBox .boxInner ul li:nth-child(2) div,
#contentsBox .boxInner ul li:nth-child(4) div{
	padding-right: 20px;
	border-right: 1px solid #666666;
}
#contentsBox .boxInner ul li:nth-child(3) div,
#contentsBox .boxInner ul li:nth-child(5) div{
	padding-left: 20px;
}
#contentsBox .boxInner ul li:nth-child(4),
#contentsBox .boxInner ul li:nth-child(5){
	border-top: 1px solid #666666;
}
#contentsBox .boxInner ul li:nth-child(4) div,
#contentsBox .boxInner ul li:nth-child(5) div{
	margin-top: 20px;
}
#contentsBox #recruit ul li:nth-child(2) div {
	padding-right: 0;
	border-right: none;
}
#contentsBox #global ul li:first-child{
	width: 50%;
}
#contentsBox #global ul li:first-child div {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	padding-right: 20px;
	border-right: 1px solid #666666;
}
#contentsBox #global ul li:nth-child(2) div{
	padding-right: 0;
	padding-left: 20px;
	border-right: none;
}
/*TAB Layout
=====================*/
@media only screen and (max-width: 999px) {
#sideArea { display: none;}
/* ----#contentsBox----*/
#main {
	background: none;
	padding-bottom: 0;
}
.headline #main:before {
	background-image: url(../img/overview/bg_main.jpg);
	background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
}
#mainArea {
    padding-bottom: 20px;
}
#mainArea p {
	padding-top: 0;
}
#mainArea ul li::before {
	width: 0;
	height: 0;
	background: none !important;
}
#mainArea ul{ width: 70%; margin: 0 auto;}
#mainArea ul li{ text-align: center;}
#mainArea ul li img {
	width: 100%;
	height: auto;
}
#contentsBox {
	padding: 10px 10px 20px;
	position: relative;
}
#contentsBox .inner {
	width: auto;
	padding: 0;
	margin: 0;
}
#contentsBox .boxInner ul li h3 {
	padding: 5px 0;
}
}
/* SPLayout
=====================*/
@media only screen and (max-width: 599px) {
h1 {
	font-size: 4.0rem;
	padding-bottom: 10px;
}
#mainArea ul{ width: 100%; margin: 0;}
#contentsBox .boxInner ul li{
	width: 100%;
	float: none;
}
#contentsBox .boxInner ul li:first-child,
#contentsBox #recruit ul li:nth-child(2){
	width: 100%;
}
#contentsBox .boxInner ul li div {
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #666666;
}
#contentsBox .boxInner ul li:last-child div {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
#contentsBox .boxInner ul li:nth-child(2) div,
#contentsBox .boxInner ul li:nth-child(4) div{
	padding-right: 0;
	border-right: none;
}
#contentsBox .boxInner ul li:nth-child(3) div,
#contentsBox .boxInner ul li:nth-child(5) div{
	padding-left: 0;
}
#contentsBox .boxInner ul li:nth-child(4),
#contentsBox .boxInner ul li:nth-child(5){
	border-top: none;
}
#contentsBox .boxInner ul li:nth-child(4) div,
#contentsBox .boxInner ul li:nth-child(5) div{
	margin-top: 0;
}
#contentsBox #recruit ul li:nth-child(2) div {
	padding-right: 0;
	border-right: none;
}
#contentsBox #global ul li:first-child{
	width: auto;
}
#contentsBox #global ul li:first-child div {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
	padding-right: 0;
	border-right: none;
}
#contentsBox #global ul li:nth-child(2) div{
	padding-right: 0;
	padding-left: 0;
	border-right: none;
}
.listSnsBtn { text-align: center; margin: 0;}
}