@charset "UTF-8";


/* scroll fix */
html {
	overflow-y: scroll;
}

body {
	font-family: "Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif;
	color: #222;
	line-height: 2;
	letter-spacing: 1px;
	font-size: 14px;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	/*min-width: 1050px;*/
	overflow: hidden;
}
@media only screen and (max-width: 768px) {
html {
	height: 100%;
}
body {
	width: 100%;
	min-width: 375px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.8;
}
}
@media only screen and (max-width: 376px) {
html {
	height: 100%;
}
body {
	width: 100%;
	max-width: 375px;
	min-width: 320px;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	line-height: 1.8;
}
}



/*---clearFix ------------------*/
.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}
/*.clearfix:before, .clearfix:after {
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}*/
/*---pc sp ------------------*/
.only-sp {
	display: none !important; }

.only-sp-5 {
	display: none !important; }

@media only screen and (max-width: 750px) {
	.only-pc {
		display: none; }
	.only-sp {
		display: block !important; }
	.only-sp-5 {
		display: none; }
	img {
		width: 100%; } }

@media only screen and (max-width: 320px) {
	.only-sp-5 {
		display: block !important; } }

/* link
----------------------------------------------------------- */
a {
	color: #222;
	text-decoration: none; }
a:hover {
	text-decoration: none; }



/* 固定ヘッダー
----------------------------------------------------------- */

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
   /*  padding: 10px 0 0;*/
    line-height: 1;
    z-index: 999;
	background-color: #fff;
	height: 66px;
}
/*#top-head a,*/
#top-head {
    color: #333;
}
#top-head .logo img{
    float: left;
	margin: 4px 0 0 25px;
	width: 160px;
}
@media only screen and (min-width: 751px) {
#wrapper {
	display: flex; 
	justify-content: flex-end;
}	
}
#global-nav ul {
	margin: 35px 10px 0 0;
}
#global-nav ul li{
    margin-right: 35px;
	position: relative;
/*	font-size: 12px;*/
} 
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
	padding-top: 0px;
    height: 66px;
    background: #fff;
    background: rgba(255,255,255,0.8);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
} 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 15px;
    top: 18px;
    width: 30px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    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: 10px;
}
#nav-toggle span:nth-child(3) {
    top: 20px;
}


@media only screen and (max-width: 750px) {
#top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	height: 56px;
}
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
		height: 56px;
      /*  background: transparent;*/
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo img,
    #top-head .logo img{
        position: absolute;
        left: 13px;
        /*top: 13px;*/
        color: #333;
        font-size: 26px;
		float: none;
		width:130px;
		margin:5px 0 0 0; 
}
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding: 15px 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: 15px;
		margin: 0;
    }
    #global-nav ul li {
        float: none;
		margin: 0px;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #333;
        padding: 20px 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}




/* グローバルナビ　ホバー
----------------------------------------------------*/
@media only screen and (min-width: 751px) {
#wrapper{
	margin:3em 0;
}
.menu a,.menu a:visited,.menu a:hover,.menu a:active{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
	position:relative;
	transition:0.3s color ease;
	text-decoration:none;
}
.menu a:hover{
	color:#188dc8;
}
.menu a.before:before,.menu a.after:after{
	content: "";
	transition:0.5s all ease;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
	position:absolute;
}
.menu a.before:before{
	top:-1.8em;
}
.menu a.after:after{
	bottom:-1.8em;
}
.menu a.before:before,.menu a.after:after{
	height:5px;
	height:0.2rem;
	width:0;
	background:#188dc8;
}
.menu a.third:after{
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.menu a.before:hover:before,.menu a.after:hover:after{
	width:100%;
}
}



/* トップイメージ
----------------------------------------------------------- */

.box {
  width: 100vw;
  height: 50vh;
}
.box {
  display: flex; /* 要素をflexboxに対応させる */
  align-items: center; /* 縦方向の中央揃え */
  justify-content: center; /* 横方向の中央揃え */
  flex-direction: column; /* 子要素の並びを上から下にする（要素の改行に対応） */
}
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.kv_ttl{
	font-size: 40px;
	color: #fff;
	padding-top: 40px;
}

@media only screen and (max-width: 750px) {

.box {
  width: 100vw;
  height: 35vh;
}
	
.kv_ttl{
	font-size: 30px;
	color: #fff;
	padding-top: 40px;
}
	
}

/* footer
----------------------------------------------------------- */
.footer{
	background-color: #111;
	width: 100%;
	color: #fff;
}

@media only screen and (min-width: 750px) {
.footer .nav-footer {
	width: 100%;
	padding: 80px 0;
}
/*@media only screen and (min-width: 751px) {
.footer .nav-footer {
	width: 1080px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
	z-index: 1;
}*/
.footer_box{
	margin: 0 auto;
	width: 100%;
	font-size: 12px;
	display: flex; 
	justify-content: center;
}
.footer_box p a{
	color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	line-height: 280%;
}

.sns_logo{
	width: 15px;
	height: 15px;
	padding: 0px 2px 0px 0;
	vertical-align: text-top;
}
.footer_box p a:hover{
	color: #188dc8;
}

.footer_wrap{
	width: 30%;
	margin: 0 2%;
}
.footr_heading{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: solid 1px #555;
	font-size: 14px;
	letter-spacing: 0.03em;
}
}

.wrap-copy {
	background: #111;
	text-align: center;
	color: #fff;
	padding-bottom: 40px;
}
.wrap-copy .copyright {
	font-size: 10px; 
}

@media only screen and (max-width: 750px) {
.footer_wrap{
	margin: 0 auto;
	width: 100%;
	font-size: 11px;
	display: flex; 
	justify-content: center;
}
.footer_box{
	padding: 20px 0 10px 0;
}
.footer_box p a{
	color: #fff;
	line-height: 280%;
	margin: 0 15px;
}
.sns_logo{
	width: 15px;
	height: 15px;
	padding: 0px 2px 0px 0;
	vertical-align: text-top;
}
.wrap-copy {
	padding-bottom: 20px;
}
.wrap-copy .copyright {
	font-size: 8px; 
}
}

