@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: #fd0468;
}
a:hover {
	text-decoration: underline;
	color: #fd0468;
}
/* navi------------------------------------------------------ */
    #top-head .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;

        margin-top: 0;
		padding: 0 0 10px;
    }
	#top-head h1 a{
		width: 240px;
		height: 38px;
		background: url(../images/logo_header.png) no-repeat;
		text-indent: 100%;
		white-space: nowrap;
		overflow: hidden;
		display: block;
	}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 999;
        position: fixed;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -720px;
		background: #000;
		background: rgba(0,0,0,.8);
        width: 100%;
        text-align: center;
        padding: 60px 0 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 40px 0;
    }
	#global-nav ul li:last-child {
	padding: 0 0 0 0;
	}
	#top-head.fixed #global-nav ul li a:hover {
    color: #aaa;
    padding: 40px 0;
	}
    #nav-toggle {
        display: block;
		z-index: 1000;
    }
    /* #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(720px);
        -webkit-transform: translateY(720px);
        transform: translateY(720px);
    }
/* ---------------------------------------------------------- */
	
/* mv-------------------------------------------------------- */
#header {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/mv.jpg) no-repeat top center;
	background-size: cover;
	padding-bottom: 20%;
	height: 100%;
	margin: 0 auto 0;
}
.logo_area {
	width: 63%;
	margin: 0;
	padding: 120px 0 0;
}
.logo_main {
	width: 60%;
	margin: 0 auto 40px;
}
.catch_header {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
/* ---------------------------------------------------------- */

/* about----------------------------------------------------- */
#about {
	width: 100%;
	margin: 0;
	padding: 60px 0 80px;
	background: #fff;
	box-sizing: border-box;
}
#about .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.ttl_about_area {
	margin: 0 0 40px;
}
.ttl_about {
	margin: 0 0 16px;
	padding: 0;
	line-height: 1.0;
	font-size: 30px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #0082be;
}
.ttl_about_sub {
	margin: 0;
	padding: 0;
	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: #0082be;
}
.txt_about {
	width: 100%;
	margin: 0 auto 30px;
	padding: 0;
	line-height: 1.8;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #333;
}
.about_area {
	width: 100%;
	margin: 0;
	padding: 0;
}
.about_area ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.about_area ul li{
	width: 31%;
	margin: 0;
	padding: 0;
    border-radius: 20px; 
    -webkit-border-radius: 20px;  
    -moz-border-radius: 20px;
	border: 6px solid #9c9c9c;
	box-sizing: border-box;
}
.ttl_work {
	margin: 0;
	padding: 16px 0;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #9c9c9c;
}
.txt_work {
	width: 90%;
	margin: 0 auto;
	padding: 0 0 16px;
	line-height: 1.6;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #9c9c9c;
}
/* ---------------------------------------------------------- */

/* intro----------------------------------------------------- */
#intro {
	width: 100%;
	margin: 0;
	padding: 60px 0;
	background: #0ba29a;
	background: url(../images/bg_intro.jpg) no-repeat top center;
	background-size: cover;
	box-sizing: border-box;
}
#intro .inner {
	width: 96%;
	margin: 0 auto;
	padding: 0;
}
.ttl_intro_area {
	margin: 0 0 50px;
}
.ttl_intro {
	margin: 0 0 16px;
	padding: 0;
	line-height: 1.0;
	font-size: 30px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #fff;
}
.ttl_intro_sub {
	margin: 0;
	padding: 0;
	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;
}
.intro_area {
	width: 90%;
	margin: 0 auto;
	padding: 0;
}
.intro_area ul{
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.intro_area ul li{
	width: 46%;
}
.img_photo {
	width: 100%;
	margin: 0 0 26px;
}
.txt_intro01 {
	margin: 0 0 2px;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
.txt_intro02 {
	margin: 0 0 6px;
	font-size: 20px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
}
.txt_intro02 span{
	margin: 0 0 0 6px;
	font-size: 12px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	text-align: left;
	color: #fff;
}
.txt_intro03 {
	margin: 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: left;
	color: #fff;
}
/* ---------------------------------------------------------- */

/* ov-------------------------------------------------------- */
#ov {
	width: 100%;
	margin: 0;
	padding: 50px 0 0;
	background: #fff;
	box-sizing: border-box;
}
#ov .inner {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
.ttl_ov_area {
	margin: 0 0 50px;
}
.ttl_ov {
	margin: 0 0 10px;
	padding: 0;
	line-height: 1.0;
	font-size: 30px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 900;
	text-align: center;
	color: #333;
}
.ttl_ov_sub {
	margin: 0 0 6px;
	padding: 0;
	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;
}
.ov_area {
	width: 100%;
	margin: 0 auto 40px;
	background: rgba(2,25,51,0.8);
}
.ov_area ul {
	padding: 30px 0;
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
	border-bottom: 1px dotted #333;
}
.ov_area ul:last-child {
	border-bottom: none;
}
.ov_area ul li:first-child{
	width: 24%;
	padding: 0 0 0 6%;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 700;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li:last-child{
	width: 70%;
	padding: 0 30px 0 0;
	font-size: 14px;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	color: #fff;
	box-sizing: border-box;
}
.ov_area ul li a{
	color: #00a0e9;
}
/* ---------------------------------------------------------- */

/* footer---------------------------------------------------- */
#footer {
	width: 100%;
	margin: 0 0 0;
	padding: 80px 0;
	background: #111;
}
.copy {
	font-size: 14px;
	color: #fff;
	font-family: "Noto Sans Japanese",'メイリオ', 'Hiragino Kaku Gothic ProN', sans-serif;
	font-weight: 400;
	text-align: center;
}
/* ---------------------------------------------------------- */

}

