@charset "utf-8";

body	{
	margin: 0;
	max-width: 1920px;
	background-color: #000;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	color: #000;
}
a {
	text-decoration: none;
	color: #83c313;
}
a:hover {
	text-decoration: underline;
	color: #83c313;
}
/* navi------------------------------------------------------ */
.inner {
    width: 1000px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    margin: 0 auto 0;
    padding: 0;
    line-height: 1;
    z-index: 999;
	background: #83c313;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .logo a {
	display: block;
	background: url(../images/logo.png) no-repeat top left;
	width: 300px;
	height: 36px;
	margin: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
#global-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	align-items: center;
	justify-content: space-between;
}
#global-nav ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-box-pack:justify;
	-ms-flex-pack:justify;
	justify-content:space-between;
    list-style: none;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {

}
#global-nav .jolf a {
    width: 160px;
    height: 90px;
    margin: 0 0 0;
    background-image: url("../images/nav_01.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .event a {
    width: 160px;
    height: 90px;
    margin: 0 0 0;
    background-image: url("../images/nav_02.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .eigyo a {
    width: 160px;
    height: 90px;
    margin: 0 0 0;
    background-image: url("../images/nav_05.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
#global-nav .company a {
    width: 160px;
    height: 90px;
    margin: 0 0 0;
    background-image: url("../images/nav_04.png");
    overflow: hidden;
    text-indent: 100%;
    display: block;
    white-space: nowrap;
}
/* Fixed */
/*
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding: 26px 0 26px;
    height: 10px;
    background: #f000;
    background: rgba(0,0,0,.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #fff;
    padding: 0 0;
}
*/
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}
/* ---------------------------------------------------------- */

/* mv-------------------------------------------------------- */
#header {
	height: 100%;
}
#header h1 {
	display: block;
	background: url(../images/mv01.jpg) no-repeat top center;
	height: 630px;
	max-width: 1920px;
	margin: 0 auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
/* ---------------------------------------------------------- */

/* 1242------------------------------------------------------ */
#jolf1242 {
	width: 100%;
	margin: 0 0 0px;
	padding: 60px 0;
	background-color: #e9536b;
	box-sizing: border-box;
}
#jolf1242 .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_1242 {
	width: 100%;
	margin: 0;
	padding: 0;
}
.area_1242 ul {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.area_1242 ul li{
	width: 50%;
	text-align: center;
}
.area_1242 ul li:last-child{
	width: 50%;
	margin: 0;
	padding: 60px 0;
	box-sizing: border-box;
}
.ttl_main {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 30px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.txt_main {
	margin: 0 0 50px;
	line-height: 1.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #fff;
}
.btn_link {
	width: 240px;
	height: 60px;
	margin: 0 auto 40px;
	font-size: 22px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	border: 4px solid #fff;
	box-sizing: border-box;
}
.btn_link a{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 232px;
	height: 52px;
	color: #fff;
	box-sizing: border-box;
}
.btn_link a:hover{
	text-decoration: none;
	color: #fff600;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* event----------------------------------------------------- */
#event {
	width: 100%;
	margin: 0 0 0px;
	padding: 60px 0;
	background-color: #83c313;
}
#event .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_event ul {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.area_event ul li{
	width: 50%;
	text-align: center;
}
.area_event ul li:last-child{
	width: 50%;
	margin: 0;
	padding: 60px 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* eigyo----------------------------------------------------- */
#eigyo {
	width: 100%;
	margin: 0 0 0px;
	padding: 60px 0;
	background-color: #00aab8;
	box-sizing: border-box;
}
#eigyo .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_eigyo {
	width: 100%;
	margin: 0;
	padding: 0;
}
.area_eigyo ul {
	display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.area_eigyo ul li{
	width: 50%;
	text-align: center;
}
.area_eigyo ul li:last-child{
	width: 50%;
	margin: 0;
	padding: 60px 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* company--------------------------------------------------- */
#company {
	width: 100%;
	margin: 0 0 0px;
	padding: 60px 0;
	background-color: #ef6300;
}
#company .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_company ul {
	display: -webkit-flex;
    display: flex;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.area_company ul li{
	width: 50%;
	text-align: center;
}
.area_company ul li:last-child{
	width: 50%;
	margin: 0;
	padding: 60px 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* info------------------------------------------------------ */
#info {
	width: 100%;
	margin: 0 0 0px;
	padding: 80px 0;
	background-color: #eee;
}
#info .inner {
	width: 1000px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_info {
	margin: 0 0 20px;
	line-height: 1.0;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #333;
}
.txt_info {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 18px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #333;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	margin: 0;
	padding: 60px 0;
	width: 100%;
	background-color: #ffffff;
}
.f_navi {
	width: 100%;
	text-align: center
}
.copy {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #333;
}
/* ---------------------------------------------------------- */
