@charset "utf-8";
@media screen and (max-width: 768px) {
body	{
	margin: 0;
	background-color: #000;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #83c313;
}
a:hover {
	text-decoration: underline;
	color: #83c313;
}
/* navi------------------------------------------------------ */
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
		background: #83c313;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -710px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 20px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
		width: 100%;
		display: block;
		justify-content:none;
		font-size: 14px;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
	#global-nav ul li:first-child {
		border-top: 1px solid #333;
		box-sizing: border-box;
	}
    #global-nav ul li {
		width: 100%;
        position: static;
		font-size: 20px;
		font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
		font-weight: 700;
		text-align: center;
		color: #fff;
		border-bottom: 1px solid #333;
		box-sizing: border-box;
    }
	#top-head #global-nav ul li a {
		width: 100%;
		height: auto;
		display: block;
		color: #fff;
		margin: 0;
		padding: 40px 0;
		background-image: none;
		text-indent: 0%;
		white-space: normal;
		overflow: visible;
	}
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 30px 0;
    }
    #nav-toggle {
        display: block;
    }
	.ttl_small {
	font-size: 14px;
	margin: 0 0 0 20px;
	color: #83c313;
	}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(766px);
        -webkit-transform: translateY(766px);
        transform: translateY(766px);
    }
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	height: 100%;
}
#header h1 {
	display: block;
	background: url(../images/mv01.jpg) no-repeat top center;
	background-size: cover;
	height: 100%;
	padding-bottom: 60%;
	margin: 55px auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
/* ---------------------------------------------------------- */

/* 1242------------------------------------------------------ */
#jolf1242 {
	width: 100%;
	margin: 0 0 0px;
	padding: 40px 0;
	background-color: #e9536b;
	box-sizing: border-box;
}
#jolf1242 .inner {
	width: 90%;
	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: 30px 4% 0;
	box-sizing: border-box;
}
.ttl_main {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.txt_main {
	margin: 0 0 30px;
	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: 40px 0;
	background-color: #83c313;
}
#event .inner {
	width: 90%;
	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: 30px 4% 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: 90%;
	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: 30px 4%;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* company--------------------------------------------------- */
#company {
	width: 100%;
	margin: 0 0 0px;
	padding: 60px 0;
	background-color: #ef6300;
}
#company .inner {
	width: 90%;
	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: 30px 4% 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* info------------------------------------------------------ */
#info {
	width: 100%;
	margin: 0 0 0px;
	padding: 80px 0;
	background-color: #eee;
}
#info .inner {
	width: 90%;
	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;
	color: #000;
}
.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;
}
/* ---------------------------------------------------------- */

}
@media screen and (max-width: 640px) {
	.pc{
		display: none;
	}
body	{
	margin: 0;
	background-color: #000;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	-webkit-text-size-adjust: 100%;
	word-wrap: break-word;
	font-size: 16px;
	color: #fff;
}
img {
width:100%;
max-width: 100%;
height: auto;
}
a {
	text-decoration: none;
	color: #83c313;
}
a:hover {
	text-decoration: underline;
	color: #83c313;
}
/* navi------------------------------------------------------ */
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
		background: #83c313;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -710px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 20px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
		width: 100%;
		display: block;
		justify-content:none;
		font-size: 14px;
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
	#global-nav ul li:first-child {
		border-top: 1px solid #333;
		box-sizing: border-box;
	}
    #global-nav ul li {
		width: 100%;
        position: static;
		font-size: 18px;
		font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
		font-weight: 700;
		text-align: center;
		color: #fff;
		border-bottom: 1px solid #333;
		box-sizing: border-box;
    }
	#top-head #global-nav ul li a {
		width: 100%;
		height: auto;
		display: block;
		color: #fff;
		margin: 0;
		padding: 40px 0;
		background-image: none;
		text-indent: 0%;
		white-space: normal;
		overflow: visible;
	}
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 40px 0;
    }
    #nav-toggle {
        display: block;
    }
	.ttl_small {
	font-size: 14px;
	margin: 0 0 0 20px;
	font-weight: 400;
	color: #83c313;
	}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(766px);
        -webkit-transform: translateY(766px);
        transform: translateY(766px);
    }
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	height: 100%;
}
#header h1 {
	display: block;
	background: url(../images/mv01.jpg) no-repeat top center;
	background-size: cover;
	height: 100%;
	padding-bottom: 80%;
	margin: 55px auto 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow:hidden;
}
/* ---------------------------------------------------------- */

/* 1242------------------------------------------------------ */
#jolf1242 {
	width: 100%;
	margin: 0 0 0px;
	padding: 30px 0;
	background-color: #e9536b;
	box-sizing: border-box;
}
#jolf1242 .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_1242 {
	width: 100%;
	margin: 0;
	padding: 0;
}
.area_1242 ul {
	display: -webkit-block;
    display: block;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.area_1242 ul li{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.area_1242 ul li:last-child{
	width: 100%;
	margin: 0;
	padding: 30px 4% 0;
	box-sizing: border-box;
}
.ttl_main {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 24px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #fff;
}
.txt_main {
	margin: 0 0 30px;
	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: 20px;
	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: 30px 0;
	background-color: #83c313;
}
#event .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_event ul {
	display: -webkit-block;
    display: block;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.area_event ul li{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.area_event ul li:last-child{
	width: 100%;
	margin: 0;
	padding: 30px 4% 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: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_eigyo {
	width: 100%;
	margin: 0;
	padding: 0;
}
.area_eigyo ul {
	display: -webkit-block;
    display: block;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.area_eigyo ul li{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.area_eigyo ul li:last-child{
	width: 100%;
	margin: 0;
	padding: 30px 4% 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* company--------------------------------------------------- */
#company {
	width: 100%;
	margin: 0 0 0px;
	padding: 60px 0;
	background-color: #ef6300;
}
#company .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.area_company ul {
	display: -webkit-block;
    display: block;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
}
.area_company ul li{
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.area_company ul li:last-child{
	width: 100%;
	margin: 0;
	padding: 30px 4% 0;
	box-sizing: border-box;
}
/* ---------------------------------------------------------- */

/* info------------------------------------------------------ */
#info {
	width: 100%;
	margin: 0 0 0px;
	padding: 50px 0;
	background-color: #eee;
}
#info .inner {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}
.ttl_info {
	margin: 0 0 20px;
	line-height: 1.4;
	font-size: 18px;
	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: 16px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: center;
	color: #333;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	margin: 0;
	padding: 40px 0;
	width: 100%;
	background-color: #ffffff;
	color: #000;
}
.f_navi {
	width: 100%;
	font-size: 14px;
	text-align: center
}
.copy {
	margin: 0 0 10px;
	line-height: 1.0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
	color: #333;
}
/* ---------------------------------------------------------- */
}
@media screen and (min-width: 641px) {
	.sp{
		display: none;
	}	
}
@media screen and (min-width: 768px) {
	.tablet{
		display: none;
	}
}
@media screen and (max-width: 769px) {
	.pc{
		display: none;
	}
}
